@charset "UTF-8";
/* 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;
}

.logo {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -75px;
  /* 1461822313 */
  width: 145px;
  height: 29px;
  cursor: pointer;
}
@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) {
  .logo {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

body > .lp-head nav {
  height: 75px;
  background: none;
  background-color: #fff;
  border: none;
  margin: 0;
}
body > .lp-head nav .container {
  width: calc(100% - 50px);
}
body > .lp-head nav .container .logo {
  float: left;
  margin-top: 22px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 630px) {
  body > .lp-head nav .container .logo {
    margin: 22px auto;
    float: none;
  }
}
body > .lp-head nav .container #twitter-sign-in-haeder {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #47b8f6;
  border-radius: 3px;
  width: 196px;
  height: 36px;
  margin-top: 19px;
  margin-right: 2px;
  float: right;
  font-size: 14px;
  color: #fff;
  background-color: #47b8f6;
  text-align: center;
  padding-top: 9px;
}
@media only screen and (max-width: 630px) {
  body > .lp-head nav .container #twitter-sign-in-haeder {
    display: none;
  }
}
body > .lp-head nav .container #twitter-sign-in-haeder:hover {
  text-decoration: none;
  background-color: #47b8f6;
  color: #fff;
}
body > .lp-head nav .container #facebook-sign-in-haeder {
  display: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #47b8f6;
  border-radius: 3px;
  width: 206px;
  height: 36px;
  margin-top: 19px;
  margin-right: 2px;
  float: right;
  font-size: 14px;
  color: #47b8f6;
  text-align: center;
  padding-top: 9px;
}
@media only screen and (max-width: 630px) {
  body > .lp-head nav .container #facebook-sign-in-haeder {
    display: none;
  }
}
body > .lp-head nav .container #facebook-sign-in-haeder:hover {
  text-decoration: none;
  background-color: #47b8f6;
  color: #fff;
}
body > .lp-head > .nav-border {
  border-bottom: 1px solid #ebeff2;
}

a[social-network="twitter"]:not(.simple) {
  text-decoration: none;
}
a[social-network="twitter"]:not(.simple) > div {
  border: solid 1px #3da7e0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 315px;
  height: 60px;
  padding-left: 25px;
  padding-right: 36px;
  background: #47b8f6;
  background: -moz-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b8f6), color-stop(100%, #3eabe5));
  background: -webkit-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -o-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -ms-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: linear-gradient(to bottom, #47b8f6 0%, #3eabe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
@media only screen and (max-width: 1250px) {
  a[social-network="twitter"]:not(.simple) > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 630px) {
  a[social-network="twitter"]:not(.simple) > div {
    width: 258px;
    height: 50px;
    padding-left: 21px;
    padding-right: 19px;
  }
}
a[social-network="twitter"]:not(.simple) > div:hover {
  background: #3eabe5;
  background: -moz-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eabe5), color-stop(100%, #3798cc));
  background: -webkit-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -o-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -ms-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: linear-gradient(to bottom, #3eabe5 0%, #3798cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
a[social-network="twitter"]:not(.simple) > div .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px 0px;
  /* 1461822313 */
  width: 30px;
  height: 24px;
  float: left;
  margin-top: 19px;
}
@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) {
  a[social-network="twitter"]:not(.simple) > div .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 630px) {
  a[social-network="twitter"]:not(.simple) > div .icon {
    width: 26px;
    height: 20px;
    margin-top: 16px;
    background: none;
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -375px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 630px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 630px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 630px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 630px) and (min-device-pixel-ratio: 2), only screen and (max-width: 630px) and (min-resolution: 192dpi), only screen and (max-width: 630px) and (min-resolution: 2dppx) {
  a[social-network="twitter"]:not(.simple) > div .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

a[social-network="twitter"]:not(.simple) > div .text {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: white;
  text-align: left;
  margin-top: 12px;
  margin-left: 10px;
  float: left;
  width: 208px;
}
@media only screen and (max-width: 630px) {
  a[social-network="twitter"]:not(.simple) > div .text {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-top: 11px;
    margin-left: 19px;
    width: auto;
  }
}

a[social-network="facebook"]:not(.simple) {
  text-decoration: none;
}
a[social-network="facebook"]:not(.simple) > div {
  border: solid 1px #415b9c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 328px;
  height: 58px;
  padding-left: 25px;
  background: #4d6bb7;
  background: -moz-linear-gradient(top, #4d6bb7 0%, #3c579e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d6bb7), color-stop(100%, #3c579e));
  background: -webkit-linear-gradient(top, #4d6bb7 0%, #3c579e 100%);
  background: -o-linear-gradient(top, #4d6bb7 0%, #3c579e 100%);
  background: -ms-linear-gradient(top, #4d6bb7 0%, #3c579e 100%);
  background: linear-gradient(to bottom, #4d6bb7 0%, #3c579e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
@media only screen and (max-width: 1250px) {
  a[social-network="facebook"]:not(.simple) > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 630px) {
  a[social-network="facebook"]:not(.simple) > div {
    width: 258px;
    height: 50px;
    padding-left: 21px;
  }
}
a[social-network="facebook"]:not(.simple) > div:hover {
  background: #4665b3;
  background: -moz-linear-gradient(top, #4665b3 0%, #263f80 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4665b3), color-stop(100%, #263f80));
  background: -webkit-linear-gradient(top, #4665b3 0%, #263f80 100%);
  background: -o-linear-gradient(top, #4665b3 0%, #263f80 100%);
  background: -ms-linear-gradient(top, #4665b3 0%, #263f80 100%);
  background: linear-gradient(to bottom, #4665b3 0%, #263f80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
a[social-network="facebook"]:not(.simple) > div .icon {
  /* 1461822313 */
  background: url("/images/communit_sprite.png?1527423427") no-repeat -350px -400px;
  /* 1461822313 */
  width: 30px;
  height: 24px;
  float: left;
  margin-top: 20px;
}
@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) {
  a[social-network="facebook"]:not(.simple) > div .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/communit_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 500px 1700px !important;
  }
}
@media only screen and (max-width: 630px) {
  a[social-network="facebook"]:not(.simple) > div .icon {
    width: 20px;
    height: 20px;
    margin-top: 16px;
    background: none;
    /* 1461822313 */
    background: url("/images/communit_sprite.png?1527423427") no-repeat -350px -400px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 630px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 630px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 630px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 630px) and (min-device-pixel-ratio: 2), only screen and (max-width: 630px) and (min-resolution: 192dpi), only screen and (max-width: 630px) and (min-resolution: 2dppx) {
  a[social-network="facebook"]:not(.simple) > div .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/communit_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 500px 1700px !important;
  }
}

a[social-network="facebook"]:not(.simple) > div .text {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: white;
  text-align: left;
  margin-top: 12px;
  margin-left: 10px;
  float: left;
  width: 236px;
}
@media only screen and (max-width: 630px) {
  a[social-network="facebook"]:not(.simple) > div .text {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-top: 11px;
    margin-left: 19px;
    width: auto;
  }
}

/* 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" /> */
#twitter-sign-in {
  text-decoration: none;
}
#twitter-sign-in > div {
  border: solid 1px #3da7e0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 315px;
  height: 60px;
  padding-left: 25px;
  padding-right: 36px;
  background: #47b8f6;
  background: -moz-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b8f6), color-stop(100%, #3eabe5));
  background: -webkit-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -o-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -ms-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: linear-gradient(to bottom, #47b8f6 0%, #3eabe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
@media only screen and (max-width: 1250px) {
  #twitter-sign-in > div {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 630px) {
  #twitter-sign-in > div {
    width: 258px;
    height: 50px;
    padding-left: 21px;
    padding-right: 19px;
  }
}
#twitter-sign-in > div:hover {
  background: #3eabe5;
  background: -moz-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eabe5), color-stop(100%, #3798cc));
  background: -webkit-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -o-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -ms-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: linear-gradient(to bottom, #3eabe5 0%, #3798cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
#twitter-sign-in > div .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px 0px;
  /* 1461822313 */
  width: 30px;
  height: 24px;
  float: left;
  margin-top: 19px;
}
@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) {
  #twitter-sign-in > div .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 630px) {
  #twitter-sign-in > div .icon {
    width: 26px;
    height: 20px;
    margin-top: 16px;
    background: none;
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -375px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 630px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 630px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 630px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 630px) and (min-device-pixel-ratio: 2), only screen and (max-width: 630px) and (min-resolution: 192dpi), only screen and (max-width: 630px) and (min-resolution: 2dppx) {
  #twitter-sign-in > div .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

#twitter-sign-in > div .text {
  height: 34px;
  line-height: 34px;
  font-size: 18px;
  color: white;
  text-align: left;
  margin-top: 12px;
  margin-left: 10px;
  float: left;
  width: 208px;
}
@media only screen and (max-width: 630px) {
  #twitter-sign-in > div .text {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    margin-top: 11px;
    margin-left: 19px;
    width: auto;
  }
}

body > .white.intro {
  height: 438px;
}
@media only screen and (max-width: 1250px) {
  body > .white.intro {
    height: 758px;
  }
}
@media only screen and (max-width: 630px) {
  body > .white.intro {
    height: 462px;
  }
}
body > .white.intro > .container {
  margin-top: 54px;
  width: 1280px;
  color: #495259;
}
@media only screen and (max-width: 1250px) {
  body > .white.intro > .container {
    max-width: 700px;
  }
}
@media only screen and (max-width: 630px) {
  body > .white.intro > .container {
    max-width: 320px;
    margin-top: 21px;
  }
}
body > .white.intro > .container .img-box {
  width: 598px;
  height: 240px;
  float: left;
  margin-left: 45px;
  margin-top: 65px;
  background-image: url("/images/homepage/lp-header-img.svg?1527423427");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -70px 0px;
}
@media only screen and (max-width: 1250px) {
  body > .white.intro > .container .img-box {
    margin-top: 80px;
    margin-right: 0;
    margin-left: 0;
    float: right;
  }
}
@media only screen and (max-width: 690px) {
  body > .white.intro > .container .img-box {
    margin-right: 58px;
  }
}
@media only screen and (max-width: 630px) {
  body > .white.intro > .container .img-box {
    background-position: -32px 0px;
    margin-top: 43px;
    margin-right: 0px;
    width: 270px;
    height: 109px;
  }
}
@media only screen and (max-width: 320px) {
  body > .white.intro > .container .img-box {
    margin-right: -6px;
  }
}
body > .white.intro > .container .login-box {
  width: 446px;
  float: right;
  margin-right: 87px;
  margin-top: 11px;
  text-align: left;
}
@media only screen and (max-width: 1250px) {
  body > .white.intro > .container .login-box {
    width: 100%;
    text-align: center;
    margin-right: 0;
    float: none;
  }
}
body > .white.intro > .container .login-box .head-big-text {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
}
@media only screen and (max-width: 1250px) {
  body > .white.intro > .container .login-box .head-big-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 630px) {
  body > .white.intro > .container .login-box .head-big-text {
    width: 240px;
    font-size: 25px;
    line-height: 40px;
  }
}
body > .white.intro > .container .login-box .head-small-text {
  width: 360px;
  margin-top: 35px;
  margin-bottom: 34px;
  font-size: 18px;
  line-height: 34px;
}
@media only screen and (max-width: 1250px) {
  body > .white.intro > .container .login-box .head-small-text {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 630px) {
  body > .white.intro > .container .login-box .head-small-text {
    width: 240px;
    font-size: 15px;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 37px;
  }
}
body > .white.intro > .container .login-box #twitter-sign-in > div .text {
  margin-left: 33px;
  width: 156px;
}
body > .white.intro > .container .login-box a[social-network="facebook"] {
  display: none;
}
body > .white.intro > .container .login-box .no-credit-card-required {
  color: #47b8f6;
  margin-top: 10px;
  padding-left: 74px;
}
@media only screen and (max-width: 1250px) {
  body > .white.intro > .container .login-box .no-credit-card-required {
    text-align: center;
    padding-left: 0;
  }
}

.ie body > .white.lp-head > .container .login-box #twitter-sign-in > div .text, .gecko.win body > .white.lp-head > .container .login-box #twitter-sign-in > div .text, .chrome.win body > .white.lp-head > .container .login-box #twitter-sign-in > div .text {
  font-size: 17px;
}

body > .black.intro {
  background-color: #2F2F2F;
  height: 438px;
}
@media only screen and (max-width: 1250px) {
  body > .black.intro {
    height: 445px;
  }
}
@media only screen and (max-width: 630px) {
  body > .black.intro {
    height: 355px;
  }
}
body > .black.intro > .container {
  padding-top: 88px;
  height: 438px;
  width: 100%;
  color: #fff;
  text-align: center;
  background-image: url("/images/homepage/black-lp-head.jpg?1527423427");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% center;
}
@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) {
  body > .black.intro > .container {
    background-image: url("/images/homepage/black-lp-head@2x.jpg?1527423427");
  }
}
@media only screen and (max-width: 1250px) {
  body > .black.intro > .container {
    padding-top: 67px;
    height: 445px;
  }
}
@media only screen and (max-width: 630px) {
  body > .black.intro > .container {
    padding-top: 32px;
    height: 355px;
  }
}
body > .black.intro > .container .head-big-text {
  font-size: 40px;
  line-height: 48px;
}
@media only screen and (max-width: 1250px) {
  body > .black.intro > .container .head-big-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
}
@media only screen and (max-width: 630px) {
  body > .black.intro > .container .head-big-text {
    width: 240px;
    font-size: 25px;
    line-height: 40px;
  }
}
body > .black.intro > .container .head-small-text {
  margin-top: 37px;
  margin-bottom: 70px;
  font-size: 18px;
  line-height: 34px;
}
@media only screen and (max-width: 1250px) {
  body > .black.intro > .container .head-small-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px;
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 630px) {
  body > .black.intro > .container .head-small-text {
    width: 240px;
    font-size: 15px;
    line-height: 26px;
    margin-top: 16px;
    margin-bottom: 37px;
  }
}
body > .black.intro > .container .no-credit-card-required {
  margin-top: 10px;
  text-align: center;
}
body > .black.intro > .container a[social-network="facebook"] {
  display: none;
}
body > .black.intro > .container a[social-network="facebook"] > div {
  margin: 0 auto;
}
body > .black.intro > .container a[social-network="twitter"] > div {
  margin: 0 auto;
}

.ie body > .black.lp-head > .container #twitter-sign-in > div .text, .gecko.win body > .black.lp-head > .container #twitter-sign-in > div .text, .chrome.win body > .black.lp-head > .container #twitter-sign-in > div .text {
  font-size: 17px;
}

body #sticky-head {
  min-height: 0px;
  display: none;
  height: 75px;
  background-color: #fff;
  border: none;
  margin: 0;
  border-bottom: solid 1px #e9e9e8;
}
body #sticky-head .container {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 400px) {
  body #sticky-head .container {
    width: 100%;
  }
}
@media only screen and (max-width: 630px) {
  body #sticky-head .container.landing-page {
    padding: 0;
    width: 196px;
    margin: 0 auto;
  }
}
body #sticky-head .container.landing-page .sign-in-container {
  float: right;
}
body #sticky-head .container.landing-page .sign-in-container #sticky-header-btn {
  display: inline-block;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #47b8f6;
  border-radius: 3px;
  width: 196px;
  height: 36px;
  margin: 0 auto;
  margin-top: 18px;
  float: right;
  font-size: 14px;
  background-color: #47b8f6;
  color: #fff;
  text-align: center;
  padding-top: 9px;
}
body #sticky-head .container.landing-page .sign-in-container #sticky-header-btn:hover {
  text-decoration: none;
  background-color: #47b8f6;
  color: #fff;
}
body #sticky-head .container:not(.landing-page) .sign-in-container {
  float: right;
}
body #sticky-head .container:not(.landing-page) .sign-in-container #sticky-header-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  text-decoration: none;
  display: inline-block;
  margin-top: 16px;
  margin-left: 15px;
}
body #sticky-head .container:not(.landing-page) .sign-in-container #sticky-header-btn > div {
  border: solid 1px #3da7e0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 216px;
  height: 41px;
  padding: 0 14px;
  background: #47b8f6;
  background: -moz-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b8f6), color-stop(100%, #3eabe5));
  background: -webkit-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -o-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -ms-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: linear-gradient(to bottom, #47b8f6 0%, #3eabe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
body #sticky-head .container:not(.landing-page) .sign-in-container #sticky-header-btn > div:hover {
  background: #3eabe5;
  background: -moz-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eabe5), color-stop(100%, #3798cc));
  background: -webkit-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -o-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -ms-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: linear-gradient(to bottom, #3eabe5 0%, #3798cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
body #sticky-head .container:not(.landing-page) .sign-in-container #sticky-header-btn > div .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px -75px;
  /* 1461822313 */
  width: 22px;
  height: 17px;
  float: left;
  margin-top: 10px;
}
@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) {
  body #sticky-head .container:not(.landing-page) .sign-in-container #sticky-header-btn > div .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body #sticky-head .container:not(.landing-page) .sign-in-container #sticky-header-btn > div .text {
  line-height: 37px;
  font-size: 15px;
  color: white;
  float: right;
  margin-top: 0;
  margin-left: 0;
  width: 152px;
  font-weight: 400;
}
body #sticky-head .container:not(.landing-page) .account-sign-in-container {
  display: inline-block;
  float: left;
  border: solid 1px #45b4f0;
  width: 150px;
  height: 40px;
  border-radius: 3px;
  background-color: #ffffff;
  margin-top: 17px;
  margin-bottom: 22px;
  cursor: pointer;
}
@media only screen and (max-width: 630px) {
  body #sticky-head .container:not(.landing-page) .account-sign-in-container {
    display: none;
  }
}
body #sticky-head .container:not(.landing-page) .account-sign-in-container .account-sign-in {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #45b4f0;
  line-height: 35px;
  margin-left: 50px;
}
body #sticky-head .container .logo {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -75px;
  /* 1461822313 */
  width: 145px;
  height: 29px;
  float: left;
  margin-top: 23px;
}
@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) {
  body #sticky-head .container .logo {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 630px) {
  body #sticky-head .container .logo.landing-page {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  body #sticky-head .container .logo {
    width: 35px;
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -112px -75px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 500px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 500px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 500px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 500px) and (min-device-pixel-ratio: 2), only screen and (max-width: 500px) and (min-resolution: 192dpi), only screen and (max-width: 500px) and (min-resolution: 2dppx) {
  body #sticky-head .container .logo {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

.error-notify {
  background-color: #EE4F4F;
  width: 100%;
  padding: 15px 0;
  position: absolute;
  z-index: 100;
}
.error-notify div {
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  line-height: 20px;
}
@media screen and (min-width: 320px) {
  .error-notify div {
    width: 280px;
  }
}
@media screen and (min-width: 450px) {
  .error-notify div {
    width: 400px;
  }
}
@media screen and (min-width: 850px) {
  .error-notify div {
    width: 700px;
  }
}

body .part.second {
  background-color: #f5f5f5;
  padding: 70px 150px;
  padding-bottom: 25px;
  padding-top: 66px;
}
body .part.second #extra-header {
  font-weight: 600;
  font-size: 27px;
  line-height: 40px;
}
@media only screen and (max-width: 545px) {
  body .part.second #extra-header {
    font-size: 21px;
  }
}
body .part.second h2 {
  font-weight: 300;
  margin: 0 auto;
  font-size: 25px;
  line-height: 40px;
  color: #47b8f6;
  text-align: center;
  width: 740px;
}
@media only screen and (max-width: 1000px) {
  body .part.second h2 {
    width: 88%;
  }
}
@media only screen and (max-width: 545px) {
  body .part.second h2 {
    font-size: 15px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 700px) {
  body .part.second h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 700px) {
  body .part.second {
    padding: 70px 70px;
  }
}
@media only screen and (max-width: 600px) {
  body .part.second {
    padding: 70px 30px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.second {
    padding: 40px 10px;
  }
}
body .part.second .reasons-list {
  display: table;
  width: 837px;
  margin: 0 auto;
  margin-top: 76px;
  padding-left: 35px;
}
@media only screen and (max-width: 1100px) {
  body .part.second .reasons-list {
    width: 80%;
  }
}
@media only screen and (max-width: 700px) {
  body .part.second .reasons-list {
    padding-left: 0px;
    margin-top: 40px;
  }
}
body .part.second .reasons-list ul {
  text-align: left;
}
@media only screen and (max-width: 1100px) {
  body .part.second .reasons-list ul {
    margin: 0 auto;
  }
}
body .part.second .reasons-list ul li {
  width: 360px;
  float: left;
  margin-bottom: 34px;
  font-size: 16px;
}
body .part.second .reasons-list ul li .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -150px;
  /* 1461822313 */
  width: 26px;
  height: 26px;
  float: left;
  margin-right: 17px;
  top: -5px;
  position: relative;
}
@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) {
  body .part.second .reasons-list ul li .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 375px) {
  body .part.second .reasons-list ul li .icon {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  body .part.second .reasons-list ul li {
    font-size: 13px;
    margin-bottom: 27px;
    width: 288px;
  }
}
body .part.second .reasons-list ul li:nth-child(odd) {
  margin-right: 81px;
}
@media only screen and (max-width: 1100px) {
  body .part.second .reasons-list ul li:nth-child(odd) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 700px) {
  body .part.second .reasons-list ul li:last-child {
    margin-bottom: 0;
  }
}

body .part.landing-page:not(.white, .black).third {
  margin-top: 50px;
}
body .part.landing-page:not(.white, .black).third h2 {
  font-size: 16px !important;
}
body .part.landing-page:not(.plans) {
  padding-top: 50px;
}
body .part.third {
  text-align: center;
  padding: 0 10px;
  padding-bottom: 73px;
}
@media only screen and (max-width: 1250px) {
  body .part.third {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 720px) {
  body .part.third {
    padding: 70px 49px;
    padding-top: 63px;
  }
  body .part.third.landing-page .brands-list {
    margin-top: 153px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.third {
    padding: 70px 30px;
    padding-top: 0;
    padding-bottom: 34px;
  }
  body .part.third.landing-page h2 {
    font-size: 19px !important;
  }
}
body .part.third h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  width: 874px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  body .part.third h2 {
    width: 77%;
  }
}
@media only screen and (max-width: 545px) {
  body .part.third h2 {
    font-size: 15px;
    line-height: 26px;
  }
}
body .part.third .users {
  height: 188px;
  width: 845px;
  margin: 0 auto;
  margin-top: 55px;
}
@media only screen and (max-width: 1250px) {
  body .part.third .users {
    height: 167px;
    width: 635px;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .users {
    width: 217px;
  }
}
body .part.third .users .shadow {
  height: 55px;
  bottom: -135px;
  position: relative;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
  background: -o-linear-gradient(top, transparent 0%, #fff 100%);
  background: -ms-linear-gradient(top, transparent 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
@media only screen and (max-width: 1250px) {
  body .part.third .users .shadow {
    bottom: -114px;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .users .shadow {
    bottom: -174px;
  }
}
body .part.third .users .user {
  float: left;
  height: 45px;
  width: 45px;
  overflow: hidden;
  border-radius: 100%;
  margin-right: 35px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1250px) {
  body .part.third .users .user {
    height: 35px;
    width: 35px;
    margin-right: 25px;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width: 767px) {
  body .part.third .users .user:nth-child(11n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .users .user:nth-child(4n) {
    margin-right: 0;
  }
}
body .part.third .users .user.img-1 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -5px -5px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-2 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -85px -5px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-3 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -165px -5px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-4 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -245px -5px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-5 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -325px -5px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-6 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -5px -85px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-7 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -85px -85px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-8 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -165px -85px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-9 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -245px -85px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-10 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -325px -85px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-11 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -5px -165px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-12 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -85px -165px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-13 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -165px -165px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-14 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -245px -165px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-15 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -325px -165px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-16 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -5px -245px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-17 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -85px -245px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-18 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -165px -245px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-19 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -245px -245px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-20 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -325px -245px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-21 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -5px -325px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-22 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -85px -325px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-23 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -165px -325px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-24 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -245px -325px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-25 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -325px -325px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-26 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -5px -405px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-27 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -85px -405px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-28 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -165px -405px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-29 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -245px -405px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-30 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -325px -405px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-31 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -5px -485px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-32 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -85px -485px;
  background-size: 400px 560px !important;
}
body .part.third .users .user.img-33 {
  background: url("/images/homepage/users@2x.png?1527423427") no-repeat -165px -485px;
  background-size: 400px 560px !important;
}
body .part.third .brands-title {
  width: 987px;
  margin: 0 auto;
  height: 45px;
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 1290px) {
  body .part.third .brands-title {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-title {
    margin-top: 100px;
    height: 0;
  }
}
body .part.third .brands-title .separator {
  width: 100%;
  margin-top: 20px;
  border-bottom: solid 1px;
  border-color: #ebeff2;
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-title .separator {
    display: none;
  }
}
body .part.third .brands-title h2 {
  position: absolute;
  margin: 0 auto;
  top: -22px;
  width: 100%;
}
body .part.third .brands-title h2 span {
  padding: 0 43px;
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-title h2 span {
    padding: 0;
  }
}
body .part.third .brands-list {
  width: 945px;
  margin: 40px auto;
  height: 156px;
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list {
    margin-top: 6px;
    width: 660px;
    height: 115px;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-list {
    width: 91%;
    height: 90px;
    margin-top: 50px;
  }
}
body .part.third .brands-list .shadow {
  height: 55px;
  bottom: 50px;
  position: relative;
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, #fff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #fff));
  background: -webkit-linear-gradient(top, transparent 0%, #fff 100%);
  background: -o-linear-gradient(top, transparent 0%, #fff 100%);
  background: -ms-linear-gradient(top, transparent 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list .shadow {
    bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-list .shadow {
    bottom: 35px;
  }
}
body .part.third .brands-list ul li:nth-child(-n+6) {
  margin-bottom: 66px;
  margin-right: 58px;
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li:nth-child(-n+6) {
    margin-right: 55px;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li:nth-child(-n+6) {
    margin-bottom: 23px;
  }
}
body .part.third .brands-list ul li:not(:nth-child(-n+6)) {
  margin-right: 64px;
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li:not(:nth-child(-n+6)) {
    margin-right: 57px;
  }
}
body .part.third .brands-list ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 24%;
  }
}
@media only screen and (max-width: 750px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 23%;
  }
}
@media only screen and (max-width: 730px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 22%;
  }
}
@media only screen and (max-width: 720px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 28%;
  }
}
@media only screen and (max-width: 660px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 26%;
  }
}
@media only screen and (max-width: 590px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 25%;
  }
}
@media only screen and (max-width: 570px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 24%;
  }
}
@media only screen and (max-width: 515px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 23%;
  }
}
@media only screen and (max-width: 500px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 22%;
  }
}
@media only screen and (max-width: 490px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 21%;
  }
}
@media only screen and (max-width: 480px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 20%;
  }
}
@media only screen and (max-width: 450px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 19%;
  }
}
@media only screen and (max-width: 435px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 17%;
  }
}
@media only screen and (max-width: 420px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 16%;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 15%;
  }
}
@media only screen and (max-width: 400px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 14%;
  }
}
@media only screen and (max-width: 390px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 13%;
  }
}
@media only screen and (max-width: 385px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 375px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 365px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 11%;
  }
}
@media only screen and (max-width: 360px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 350px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 9%;
  }
}
@media only screen and (max-width: 345px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 335px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 330px) {
  body .part.third .brands-list ul li:not(:last-child) {
    margin-right: 5%;
  }
}
body .part.third .brands-list ul li.sony div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px 0px;
  /* 1461822313 */
  width: 114px;
  height: 19px;
}
@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) {
  body .part.third .brands-list ul li.sony div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.sony div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -75px -375px;
    /* 1461822313 */
    width: 67px;
    height: 11px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.sony div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 545px) {
  body .part.third .brands-list ul li.sony div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -75px -375px;
    /* 1461822313 */
    width: 67px;
    height: 11px;
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.sony div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

body .part.third .brands-list ul li.nike div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -450px 0px;
  /* 1461822313 */
  width: 64px;
  height: 23px;
}
@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) {
  body .part.third .brands-list ul li.nike div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.nike div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px -375px;
    /* 1461822313 */
    width: 38px;
    height: 14px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.nike div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 545px) {
  body .part.third .brands-list ul li.nike div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px -375px;
    /* 1461822313 */
    width: 38px;
    height: 14px;
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.nike div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.microsoft {
    margin-right: 0;
  }
}
body .part.third .brands-list ul li.microsoft div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -524px 0px;
  /* 1461822313 */
  width: 119px;
  height: 23px;
}
@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) {
  body .part.third .brands-list ul li.microsoft div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.microsoft div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -225px -375px;
    /* 1461822313 */
    width: 70px;
    height: 14px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.microsoft div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 545px) {
  body .part.third .brands-list ul li.microsoft div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -225px -375px;
    /* 1461822313 */
    width: 70px;
    height: 14px;
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.microsoft div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

body .part.third .brands-list ul li.ted div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -600px -450px;
  /* 1461822313 */
  width: 83px;
  height: 24px;
}
@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) {
  body .part.third .brands-list ul li.ted div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.ted div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px -525px;
    /* 1461822313 */
    width: 48px;
    height: 13px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.ted div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.ted {
    display: none;
  }
}
body .part.third .brands-list ul li.cisco {
  margin-top: 10px;
  margin-bottom: 56px;
}
body .part.third .brands-list ul li.cisco div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -450px;
  /* 1461822313 */
  width: 87px;
  height: 46px;
}
@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) {
  body .part.third .brands-list ul li.cisco div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.cisco div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -225px -525px;
    /* 1461822313 */
    width: 50px;
    height: 25px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.cisco div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.cisco {
    display: none;
  }
}
body .part.third .brands-list ul li.macdonalds {
  margin-top: 10px;
  margin-bottom: 56px;
  margin-right: 0;
}
body .part.third .brands-list ul li.macdonalds div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px -450px;
  /* 1461822313 */
  width: 52px;
  height: 45px;
}
@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) {
  body .part.third .brands-list ul li.macdonalds div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.macdonalds div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px -525px;
    /* 1461822313 */
    width: 30px;
    height: 24px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.macdonalds div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.macdonalds {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.coca-cola {
    margin-top: 36px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.third .brands-list ul li.coca-cola {
    margin-top: 30px;
  }
}
body .part.third .brands-list ul li.coca-cola div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px -75px;
  /* 1461822313 */
  width: 95px;
  height: 31px;
}
@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) {
  body .part.third .brands-list ul li.coca-cola div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.coca-cola div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px -375px;
    /* 1461822313 */
    width: 56px;
    height: 18px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.coca-cola div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 545px) {
  body .part.third .brands-list ul li.coca-cola div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px -375px;
    /* 1461822313 */
    width: 56px;
    height: 18px;
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.coca-cola div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.mtv {
    margin-right: 0;
    margin-top: 36px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.third .brands-list ul li.mtv {
    margin-top: 30px;
  }
}
body .part.third .brands-list ul li.mtv div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -675px 0px;
  /* 1461822313 */
  width: 57px;
  height: 35px;
}
@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) {
  body .part.third .brands-list ul li.mtv div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.mtv div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -375px -375px;
    /* 1461822313 */
    width: 33px;
    height: 20px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.mtv div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 545px) {
  body .part.third .brands-list ul li.mtv div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -375px -375px;
    /* 1461822313 */
    width: 33px;
    height: 20px;
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.mtv div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

body .part.third .brands-list ul li.sap div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -225px -450px;
  /* 1461822313 */
  width: 75px;
  height: 37px;
}
@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) {
  body .part.third .brands-list ul li.sap div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.sap div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -375px -525px;
    /* 1461822313 */
    width: 44px;
    height: 20px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.sap div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.sap {
    display: none;
  }
}
body .part.third .brands-list ul li.wix div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px -450px;
  /* 1461822313 */
  width: 90px;
  height: 35px;
}
@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) {
  body .part.third .brands-list ul li.wix div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.wix div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -450px -525px;
    /* 1461822313 */
    width: 52px;
    height: 19px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.wix div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.wix {
    display: none;
  }
}
body .part.third .brands-list ul li.tnw div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -450px -450px;
  /* 1461822313 */
  width: 95px;
  height: 23px;
}
@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) {
  body .part.third .brands-list ul li.tnw div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.tnw div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -525px -525px;
    /* 1461822313 */
    width: 55px;
    height: 13px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.tnw div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.tnw {
    display: none;
  }
}
body .part.third .brands-list ul li.lenovo div {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -525px;
  /* 1461822313 */
  width: 104px;
  height: 35px;
}
@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) {
  body .part.third .brands-list ul li.lenovo div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1250px) {
  body .part.third .brands-list ul li.lenovo div {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -600px -525px;
    /* 1461822313 */
    width: 57px;
    height: 20px;
  }
}
@media only screen and (max-width: 1250px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 1250px) and (min-device-pixel-ratio: 2), only screen and (max-width: 1250px) and (min-resolution: 192dpi), only screen and (max-width: 1250px) and (min-resolution: 2dppx) {
  body .part.third .brands-list ul li.lenovo div {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 767px) {
  body .part.third .brands-list ul li.lenovo {
    display: none;
  }
}
body .part.third > .separator {
  display: none;
}
body .part.third .carousel-container {
  display: none;
  margin-top: 76px;
}
body .part.third .carousel-container .carousel-inner {
  overflow: visible;
  height: 365px;
  width: 720px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 43px;
  color: #495259;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner {
    height: 390px;
    width: 465px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner {
    font-size: 20px;
    padding: 0 20px;
    width: 350px;
    height: 435px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner {
    height: 505px;
    width: 280px;
    height: 510px;
  }
}
body .part.third .carousel-container .carousel-inner .item {
  overflow: visible;
  padding-bottom: 80px;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
  opacity: 0;
}
body .part.third .carousel-container .carousel-inner .item.active {
  opacity: 1;
}
body .part.third .carousel-container .carousel-inner .item.active.left, body .part.third .carousel-container .carousel-inner .item.active.right {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
body .part.third .carousel-container .carousel-inner .item .sign {
  margin-top: 54px;
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  body .part.third .carousel-container .carousel-inner .item .sign {
    margin-top: 48px;
  }
}
body .part.third .carousel-container .carousel-inner .item .quote {
  position: relative;
}
body .part.third .carousel-container .carousel-inner .item .quote.left {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -225px 0px;
  /* 1461822313 */
  float: left;
  width: 18px;
  height: 16px;
  top: 6px;
}
@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) {
  body .part.third .carousel-container .carousel-inner .item .quote.left {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.third .carousel-container .carousel-inner .item .quote.right {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -225px -75px;
  /* 1461822313 */
  float: right;
  width: 18px;
  height: 16px;
  top: 11px;
}
@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) {
  body .part.third .carousel-container .carousel-inner .item .quote.right {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.third .carousel-container .carousel-inner .item.kiva .quote.left {
  left: 69px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.left {
    left: 11px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.left {
    left: 26px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.left {
    left: 30px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.left {
    left: 29px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.left {
    left: -3px;
  }
}
body .part.third .carousel-container .carousel-inner .item.kiva .quote.right {
  right: 178px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.right {
    right: 165px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.right {
    right: 83px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.right {
    right: 77px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.right {
    right: 77px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.kiva .quote.right {
    right: 62px;
  }
}
body .part.third .carousel-container .carousel-inner .item.orange .quote.left {
  left: 4px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.left {
    left: 0px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.left {
    left: 26px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.left {
    left: 6px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.left {
    left: 8px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.left {
    left: 40px;
  }
}
body .part.third .carousel-container .carousel-inner .item.orange .quote.right {
  right: 282px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.right {
    right: 149px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.right {
    right: 83px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.right {
    right: 54px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.right {
    right: 58px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.orange .quote.right {
    right: 53px;
  }
}
body .part.third .carousel-container .carousel-inner .item.tnw .quote.left {
  left: 17px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.left {
    left: 9px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.left {
    left: 26px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.left {
    left: 15px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.left {
    left: 15px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.left {
    left: 15px;
  }
}
body .part.third .carousel-container .carousel-inner .item.tnw .quote.right {
  right: 137px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.right {
    right: 173px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.right {
    right: 83px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.right {
    right: 10px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.right {
    right: 11px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.tnw .quote.right {
    right: 47px;
  }
}
body .part.third .carousel-container .carousel-inner .item.twt .quote.left {
  left: 2px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.left {
    left: 10px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.left {
    left: 26px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.left {
    left: 9px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.left {
    left: 9px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.left {
    left: -7px;
  }
}
body .part.third .carousel-container .carousel-inner .item.twt .quote.right {
  right: 177px;
}
@media only screen and (max-width: 980px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.right {
    right: 105px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.right {
    right: 83px;
  }
}
@media only screen and (max-width: 520px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.right {
    right: 6px;
  }
}
@media only screen and (max-width: 410px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.right {
    right: 5px;
  }
}
@media only screen and (max-width: 370px) {
  body .part.third .carousel-container .carousel-inner .item.twt .quote.right {
    right: 73px;
  }
}
@media only screen and (min-width: 768px) {
  body .part.third .carousel-container .carousel-indicators {
    bottom: 23px;
  }
}
body .part.third .carousel-container .carousel-indicators li {
  width: 9px;
  height: 9px;
  background-color: #fcfcfc;
  border: solid 1px #c9ced4;
  margin-right: 17px;
}
body .part.third .carousel-container .carousel-indicators li:last-child {
  margin-right: 0px;
}
body .part.third .carousel-container .carousel-indicators li.active {
  width: 9px;
  height: 9px;
  background-color: #dfe5eb;
  margin-bottom: 1px;
}
body .part.third #third-twitter-login {
  text-decoration: none;
  margin: 0 auto;
  margin-top: 16px;
  width: 337px;
}
@media only screen and (max-width: 375px) {
  body .part.third #third-twitter-login {
    width: 250px;
  }
}
body .part.third #third-twitter-login > div {
  border: solid 1px #3da7e0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 337px;
  height: 65px;
  padding: 0 14px;
  margin: 0 auto;
  margin-top: 53px;
  text-align: center;
  background: #47b8f6;
  background: -moz-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b8f6), color-stop(100%, #3eabe5));
  background: -webkit-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -o-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -ms-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: linear-gradient(to bottom, #47b8f6 0%, #3eabe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
@media only screen and (max-width: 700px) {
  body .part.third #third-twitter-login > div {
    margin-top: 67px;
  }
}
@media only screen and (max-width: 375px) {
  body .part.third #third-twitter-login > div {
    width: 250px;
  }
}
body .part.third #third-twitter-login > div:hover {
  background: #3eabe5;
  background: -moz-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eabe5), color-stop(100%, #3798cc));
  background: -webkit-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -o-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -ms-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: linear-gradient(to bottom, #3eabe5 0%, #3798cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
body .part.third #third-twitter-login > div .text {
  line-height: 65px;
  height: 65px;
  font-size: 25px;
  color: white;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (max-width: 375px) {
  body .part.third #third-twitter-login > div .text span {
    display: none;
  }
}

.mac.safari .third .users .shadow, .ipad.safari .third .users .shadow, .iphone.safari .third .users .shadow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}
.mac.safari .third .brands-list .shadow, .ipad.safari .third .brands-list .shadow, .iphone.safari .third .brands-list .shadow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.win.safari .third .users .shadow {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.win.safari .third .brands-list .shadow {
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.win .third .brands-list ul li:not(:last-child) {
  margin-right: 80px;
}
@media only screen and (max-width: 1150px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 9%;
  }
}
@media only screen and (max-width: 1105px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 1060px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 1020px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 980px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 950px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 13%;
  }
}
@media only screen and (max-width: 760px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 740px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 11%;
  }
}
@media only screen and (max-width: 730px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 720px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 20%;
  }
}
@media only screen and (max-width: 695px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 19%;
  }
}
@media only screen and (max-width: 680px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 18%;
  }
}
@media only screen and (max-width: 670px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 17%;
  }
}
@media only screen and (max-width: 660px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 580px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 11%;
  }
}
@media only screen and (max-width: 570px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 555px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 9%;
  }
}
@media only screen and (max-width: 545px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 15%;
  }
}
@media only screen and (max-width: 535px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 14%;
  }
}
@media only screen and (max-width: 525px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 13%;
  }
}
@media only screen and (max-width: 515px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 12%;
  }
}
@media only screen and (max-width: 500px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 11%;
  }
}
@media only screen and (max-width: 490px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 480px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 9%;
  }
}
@media only screen and (max-width: 465px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 455px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 450px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 435px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 9%;
  }
}
@media only screen and (max-width: 435px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 8%;
  }
}
@media only screen and (max-width: 420px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 7%;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 6%;
  }
}
@media only screen and (max-width: 400px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 390px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 385px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 375px) {
  .win .third .brands-list ul li:not(:last-child) {
    padding: 0;
    margin-right: 6%;
  }
}
@media only screen and (max-width: 365px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 360px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 4%;
  }
}
@media only screen and (max-width: 350px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 345px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 2%;
  }
}
@media only screen and (max-width: 335px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 1%;
  }
}
@media only screen and (max-width: 330px) {
  .win .third .brands-list ul li:not(:last-child) {
    margin-right: 0.5%;
  }
}
.win .third .carousel-inner .item.kiva .quote.left {
  left: 6px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.kiva .quote.left {
    left: 17px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.kiva .quote.left {
    left: 30px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.kiva .quote.left {
    left: 30px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.kiva .quote.left {
    left: 0px !important;
  }
}
.win .third .carousel-inner .item.kiva .quote.right {
  right: 292px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.kiva .quote.right {
    right: 30px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.kiva .quote.right {
    right: 75px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.kiva .quote.right {
    right: 75px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.kiva .quote.right {
    right: 45px !important;
  }
}
.win .third .carousel-inner .item.orange .quote.left {
  left: 20px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.orange .quote.left {
    left: 10px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.orange .quote.left {
    left: -1px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.orange .quote.left {
    left: -1px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.orange .quote.left {
    left: 40px !important;
  }
}
.win .third .carousel-inner .item.orange .quote.right {
  right: 283px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.orange .quote.right {
    right: 64px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.orange .quote.right {
    right: 90px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.orange .quote.right {
    right: 88px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.orange .quote.right {
    right: 53px !important;
  }
}
.win .third .carousel-inner .item.tnw .quote.left {
  left: 40px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.tnw .quote.left {
    left: 25px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.tnw .quote.left {
    left: 20px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.tnw .quote.left {
    left: 20px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.tnw .quote.left {
    left: 20px !important;
  }
}
.win .third .carousel-inner .item.tnw .quote.right {
  right: 185px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.tnw .quote.right {
    right: 174px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.tnw .quote.right {
    right: 13px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.tnw .quote.right {
    right: 13px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.tnw .quote.right {
    right: 47px !important;
  }
}
.win .third .carousel-inner .item.twt .quote.left {
  left: 16px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.twt .quote.left {
    left: 20px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.twt .quote.left {
    left: 12px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.twt .quote.left {
    left: 11px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.twt .quote.left {
    left: 0px !important;
  }
}
.win .third .carousel-inner .item.twt .quote.right {
  right: 182px !important;
}
@media only screen and (max-width: 980px) {
  .win .third .carousel-inner .item.twt .quote.right {
    right: 160px !important;
  }
}
@media only screen and (max-width: 520px) {
  .win .third .carousel-inner .item.twt .quote.right {
    right: 9px !important;
  }
}
@media only screen and (max-width: 410px) {
  .win .third .carousel-inner .item.twt .quote.right {
    right: 9px !important;
  }
}
@media only screen and (max-width: 370px) {
  .win .third .carousel-inner .item.twt .quote.right {
    right: 19px !important;
  }
}
.win.gecko .third .carousel-inner .item.tnw .quote.right {
  right: 143px !important;
}
@media only screen and (max-width: 980px) {
  .win.gecko .third .carousel-inner .item.twt .quote.right {
    right: 108px !important;
  }
}

body .part.zero {
  padding: 0 13%;
  padding-bottom: 0px;
}
@media only screen and (max-width: 1250px) {
  body .part.zero {
    padding: 70px 0px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.zero {
    padding: 70px 10px;
    padding-top: 57px;
    padding-bottom: 58px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.zero {
    padding-top: 34px;
    padding-bottom: 30px;
  }
}
body .part.zero > .head {
  text-align: center;
  font-size: 27px;
  line-height: 40px;
  color: #47b8f6;
  font-weight: 600;
}
body .part.zero > .text {
  font-weight: 300;
  margin: 0 auto;
  font-size: 25px;
  line-height: 40px;
  color: #47b8f6;
  text-align: center;
  width: 740px;
}
@media only screen and (max-width: 1000px) {
  body .part.zero > .text {
    width: 77%;
  }
}
@media only screen and (max-width: 545px) {
  body .part.zero > .text {
    font-size: 15px;
    line-height: 26px;
  }
}
body .part.zero.plans .separator {
  display: none !important;
}
body .part.zero .separator {
  display: block;
  margin-top: 69px;
}
@media only screen and (max-width: 1250px) {
  body .part.zero .separator {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.zero .separator {
    margin-top: 43px;
    margin-bottom: 30px;
  }
}

@font-face {
  font-family: Icons;
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Icons";
  src: "/fonts/pepsi";
}
.analytics-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.analytics-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.analytics-sm-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.analytics-tab-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.arrow-circle-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.arrow-curve-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.articles-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.back-arrow-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.banner-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.banner-new-feature-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.blacklist-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.block-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.buffer-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.calendar-31-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.calendar-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.calendar-pay-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.camera-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.campaign-pause-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.campaign-play-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.check-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.check-circle-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.check-circle-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.checkbox-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.checkbox-empty-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.click-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.clock-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.clouds-cut-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.clouds-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.clouds-lp-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.comment-insta-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.communit-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.communit-logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.community-tab-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.competitor-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.compose-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.conversation-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.conversation-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.credit-card-pay-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.dashboard-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.dashboard-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.dashboard-sq-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.diamond-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.down-arrow-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.dp-icon-mention-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.dropdown-arrow-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.edit-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.engaged-leads-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.envelope-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.envelope-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.exclamation-circle-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.exclamation-triangle-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.facebook-logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.facebook-plus-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.feeds-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.feeds-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.followers-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.followers-circle-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.followers-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.globe-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.graph-growth-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.graph-growth2-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.graph-up-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.groups-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.hashtag-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.heart-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.heart-fill-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.heart-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.hvm-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.icon-add-campaign-image-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.icon-add-custom-image-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.inbox3-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.insta-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.insta-plus-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.instagram-logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.intelligence-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.leads-arrow-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.leads-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.leads-job-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.lightbulb-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.lightning-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.like-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.link-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.link-out-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.linked-in-logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.linkedin-in-logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.linkedin-logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.linkedin-plus-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.loading-blob-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.location-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.lock-filled-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.lock-pay-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.logo-line-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.member-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.messenger-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.minus-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.monitor-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.new-followers-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.notifications-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.people-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.plus-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.plus-big-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.plus-circle-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.refresh-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.reply-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.retweet-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.rocket-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.row-arrow-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.schedule-fill-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.schedule-invert-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.schedule-tab-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.search-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.search-2-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.search-3-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.settings-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.share-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.smile-shine-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.social-feeds-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.social-feeds2-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.star-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.stats-line-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.suitcase-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.suitecase-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.target-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.target-arrow-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.target-leads-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.template-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.tooltip-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.trash-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.trophy-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.trophy-leads-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.tweet-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.twitter-logo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.twitter-plus-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.up-arrow-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.video-play-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.video-play-inverted-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.view-convo-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.whitelist-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.x-circle-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.x-close-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

.x-icon-pe:before {
  content: "";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-family: Icons;
}

body .part.first {
  padding: 70px 7%;
  padding-bottom: 79px;
}
@media only screen and (max-width: 1250px) {
  body .part.first {
    padding: 70px 0%;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 414px) {
  body .part.first {
    padding: 70px 10px;
    padding-top: 57px;
    padding-bottom: 58px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first {
    padding-top: 34px;
    padding-bottom: 30px;
  }
}
body .part.first h2 {
  color: #73818c;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  body .part.first h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 680px) {
  body .part.first h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 555px) {
  body .part.first h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first h2 {
    font-size: 19px;
    line-height: 26px;
    width: 63%;
    margin: 0 auto;
  }
}
body .part.first .social-networks-list {
  margin: 0 auto;
  padding: 39px 20px;
  padding-bottom: 0px;
  display: table;
}
@media only screen and (max-width: 1250px) {
  body .part.first .social-networks-list {
    padding-top: 33px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list {
    padding-top: 39px;
  }
}
body .part.first .social-networks-list ul li {
  width: 193px;
  float: left;
}
@media only screen and (max-width: 980px) {
  body .part.first .social-networks-list ul li {
    width: 177px;
  }
}
@media only screen and (max-width: 765px) {
  body .part.first .social-networks-list ul li {
    width: 50%;
    margin-bottom: 47px;
  }
}
body .part.first .social-networks-list ul li .icon {
  width: 62px;
  height: 62px;
  margin: 0 auto;
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list ul li .icon {
    width: 45px;
    height: 45px;
  }
}
body .part.first .social-networks-list ul li .text {
  margin-top: 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 34px;
  color: #495259;
  text-align: center;
}
@media only screen and (max-width: 645px) {
  body .part.first .social-networks-list ul li .text {
    font-size: 14px;
    margin-top: 3px;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list ul li .text {
    margin-top: 12px;
    font-size: 15px;
    line-height: 26px;
  }
}
body .part.first .social-networks-list ul li .comming-soon {
  color: #d0d6db !important;
}
body .part.first .social-networks-list ul li .description {
  margin-top: 5px;
  font-size: 14px;
  color: #73818c;
  text-align: center;
}
body .part.first .social-networks-list ul li.twitter .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -525px -150px;
  /* 1461822313 */
}
@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) {
  body .part.first .social-networks-list ul li.twitter .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list ul li.twitter .icon {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -450px -375px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.first .social-networks-list ul li.twitter .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

body .part.first .social-networks-list ul li.fb .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -600px -150px;
  /* 1461822313 */
}
@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) {
  body .part.first .social-networks-list ul li.fb .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list ul li.fb .icon {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -525px -375px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.first .social-networks-list ul li.fb .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 765px) {
  body .part.first .social-networks-list ul li.instagram {
    margin-bottom: 0px;
  }
}
body .part.first .social-networks-list ul li.instagram .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -675px -150px;
  /* 1461822313 */
}
@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) {
  body .part.first .social-networks-list ul li.instagram .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list ul li.instagram .icon {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -600px -375px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.first .social-networks-list ul li.instagram .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

@media only screen and (max-width: 765px) {
  body .part.first .social-networks-list ul li.linkedin {
    margin-bottom: 0px;
  }
}
body .part.first .social-networks-list ul li.linkedin .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -600px -225px;
  /* 1461822313 */
}
@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) {
  body .part.first .social-networks-list ul li.linkedin .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list ul li.linkedin .icon {
    /* 1461822313 */
    background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -675px -375px;
    /* 1461822313 */
  }
}
@media only screen and (max-width: 545px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 545px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 545px) and (min-device-pixel-ratio: 2), only screen and (max-width: 545px) and (min-resolution: 192dpi), only screen and (max-width: 545px) and (min-resolution: 2dppx) {
  body .part.first .social-networks-list ul li.linkedin .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}

body .part.first .social-networks-list ul li.linkedin .linked-in-logo-pe {
  font-size: 62px;
  color: #007ab9;
  text-align: center;
}
@media only screen and (max-width: 545px) {
  body .part.first .social-networks-list ul li.linkedin .linked-in-logo-pe {
    font-size: 45px;
  }
}

body .part.fourth {
  background-color: #f5f5f5;
  padding-bottom: 1px;
}
@media only screen and (max-width: 700px) {
  body .part.fourth {
    padding-top: 78px;
  }
}
body .part.fourth h2 {
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 510px) {
  body .part.fourth {
    padding: 70px 20px;
    padding-bottom: 1px;
  }
}
body .part.fourth .features-list {
  display: table;
  width: 900px;
  margin: 0 auto;
  margin-top: 80px;
}
@media only screen and (max-width: 1100px) {
  body .part.fourth .features-list {
    width: 410px;
  }
}
@media only screen and (max-width: 510px) {
  body .part.fourth .features-list {
    width: 310px;
  }
}
@media only screen and (max-width: 350px) {
  body .part.fourth .features-list {
    width: 280px;
  }
}
body .part.fourth .features-list ul li {
  margin-right: 90px;
}
body .part.fourth .features-list ul li .icon {
  margin: 0 auto;
  position: relative;
}
body .part.fourth .features-list ul li .text {
  text-align: center;
  font-size: 16px;
  margin-top: 32px;
  position: relative;
}
@media only screen and (max-width: 700px) {
  body .part.fourth .features-list ul li .text {
    margin-top: 24px;
  }
}
body .part.fourth .features-list ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 1100px) {
  body .part.fourth .features-list ul li {
    margin: 0;
  }
  body .part.fourth .features-list ul li:nth-child(odd) {
    float: left;
  }
  body .part.fourth .features-list ul li:nth-child(even) {
    float: right;
    margin-right: 20px;
  }
  body .part.fourth .features-list ul li.social-intelligence {
    margin-top: 18px;
  }
  body .part.fourth .features-list ul li.schedule-publish {
    margin-top: 90px;
  }
  body .part.fourth .features-list ul li.analyze-report {
    margin-top: 82px;
  }
}
@media only screen and (max-width: 350px) {
  body .part.fourth .features-list ul li {
    margin: 0 auto;
    margin-top: 0px !important;
    margin-bottom: 50px;
    width: 100%;
  }
  body .part.fourth .features-list ul li:nth-child(odd) {
    float: none;
  }
  body .part.fourth .features-list ul li:nth-child(even) {
    float: none;
  }
}
body .part.fourth .features-list ul li.monitor-engage {
  margin-left: 24px;
}
@media only screen and (max-width: 700px) {
  body .part.fourth .features-list ul li.monitor-engage {
    margin-left: 0px;
  }
}
body .part.fourth .features-list ul li.monitor-engage .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat 0px -225px;
  /* 1461822313 */
  width: 83px;
  height: 108px;
}
@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) {
  body .part.fourth .features-list ul li.monitor-engage .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 700px) {
  body .part.fourth .features-list ul li.social-intelligence {
    margin-right: 0px;
  }
}
body .part.fourth .features-list ul li.social-intelligence .text {
  left: 4px;
}
body .part.fourth .features-list ul li.social-intelligence .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px -225px;
  /* 1461822313 */
  width: 126px;
  height: 90px;
  top: -8px;
  left: 6px;
}
@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) {
  body .part.fourth .features-list ul li.social-intelligence .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.fourth .features-list ul li.schedule-publish .text {
  left: 4px;
}
body .part.fourth .features-list ul li.schedule-publish .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px -225px;
  /* 1461822313 */
  width: 138px;
  height: 99px;
  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) {
  body .part.fourth .features-list ul li.schedule-publish .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 700px) {
  body .part.fourth .features-list ul li.analyze-report {
    margin-right: 0px;
  }
}
body .part.fourth .features-list ul li.analyze-report .text {
  left: 9px;
}
body .part.fourth .features-list ul li.analyze-report .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -450px -225px;
  /* 1461822313 */
  width: 112px;
  height: 107px;
  left: 19px;
  top: 10px;
}
@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) {
  body .part.fourth .features-list ul li.analyze-report .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.fifth {
  background-color: #f5f5f5;
  display: flex;
  padding-top: 10px;
  padding-bottom: 22px;
}
@media only screen and (max-width: 2010px) {
  body .part.fifth {
    padding: 70px 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
body .part.fifth .features-list-details {
  width: 978px;
  margin: 0 auto;
}
body .part.fifth .features-list-details ul li {
  display: table;
  margin-bottom: 126px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li {
    width: 100%;
    float: left;
    margin-bottom: 70px;
  }
}
body .part.fifth .features-list-details ul li:first-child {
  margin-top: 125px;
}
body .part.fifth .features-list-details ul li:nth-child(odd) .pictures {
  float: left;
}
body .part.fifth .features-list-details ul li:nth-child(odd) .pictures .round-pic {
  left: 192px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li:nth-child(odd) .pictures .round-pic {
    left: 0;
  }
}
body .part.fifth .features-list-details ul li:nth-child(odd) .description {
  float: right;
  margin-left: 122px;
}
body .part.fifth .features-list-details ul li:nth-child(even) .pictures {
  float: right;
  left: 14px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li:nth-child(even) .pictures {
    left: 0px;
  }
}
body .part.fifth .features-list-details ul li:nth-child(even) .pictures .round-pic {
  left: -190px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li:nth-child(even) .pictures .round-pic {
    left: 0;
  }
}
body .part.fifth .features-list-details ul li:nth-child(even) .description {
  float: left;
  margin-right: 122px;
}
body .part.fifth .features-list-details ul li .pictures {
  position: relative;
  height: 332px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li .pictures {
    width: 100%;
    height: 300px;
  }
}
body .part.fifth .features-list-details ul li .pictures .pic {
  width: 492px;
  height: 339px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li .pictures .pic {
    display: none;
  }
}
body .part.fifth .features-list-details ul li .pictures .round-pic {
  position: relative;
  top: -283px;
  width: 267px;
  height: 260px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  margin: 0 auto;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li .pictures .round-pic {
    position: initial;
  }
}
body .part.fifth .features-list-details ul li .description {
  margin-top: 70px;
  width: 350px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li .description {
    margin: 0 auto !important;
    float: none !important;
    text-align: center;
  }
  body .part.fifth .features-list-details ul li .description .icon-text-head {
    clear: both;
    float: none !important;
    display: table;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 414px) {
  body .part.fifth .features-list-details ul li .description {
    width: 90%;
  }
}
body .part.fifth .features-list-details ul li .description .icon-text-head {
  float: left;
}
body .part.fifth .features-list-details ul li .description .icon-text-head .icon {
  float: left;
  margin-right: 17px;
  margin-bottom: 25px;
}
body .part.fifth .features-list-details ul li .description .icon-text-head .icon-text {
  float: left;
  font-size: 16px;
  color: #809cb2;
}
body .part.fifth .features-list-details ul li .description .header {
  clear: both;
  font-size: 20px;
  line-height: 30px;
  color: #495259;
  margin-bottom: 16px;
  font-weight: 500;
}
body .part.fifth .features-list-details ul li .description .text {
  font-size: 16px;
  color: #495259;
  line-height: 30px;
}
body .part.fifth .features-list-details ul li.monitor-engage .pictures .pic {
  background: url("/images/homepage/monitor-engage-pic.png?1527423427");
}
body .part.fifth .features-list-details ul li.monitor-engage .pictures .round-pic {
  background: url("/images/homepage/monitor-engage-round-pic.png?1527423427");
}
body .part.fifth .features-list-details ul li.monitor-engage .description {
  margin-top: 75px;
}
body .part.fifth .features-list-details ul li.monitor-engage .description .icon-text-head .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -450px -75px;
  /* 1461822313 */
  width: 23px;
  height: 31px;
}
@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) {
  body .part.fifth .features-list-details ul li.monitor-engage .description .icon-text-head .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.fifth .features-list-details ul li.monitor-engage .description .icon-text-head .icon-text {
  height: 31px;
  line-height: 31px;
}
body .part.fifth .features-list-details ul li.social-intelligence .pictures .pic {
  background: url("/images/homepage/social-intelligence-pic.png?1527423427");
}
body .part.fifth .features-list-details ul li.social-intelligence .pictures .round-pic {
  background: url("/images/homepage/social-intelligence-round-pic.png?1527423427");
}
body .part.fifth .features-list-details ul li.social-intelligence .description {
  margin-top: 62px;
}
body .part.fifth .features-list-details ul li.social-intelligence .description .icon-text-head .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -525px -75px;
  /* 1461822313 */
  width: 38px;
  height: 28px;
}
@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) {
  body .part.fifth .features-list-details ul li.social-intelligence .description .icon-text-head .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.fifth .features-list-details ul li.social-intelligence .description .icon-text-head .icon-text {
  height: 38px;
  line-height: 38px;
}
body .part.fifth .features-list-details ul li.schedule-publish {
  margin-bottom: 95px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li.schedule-publish {
    margin-bottom: 32px;
  }
}
body .part.fifth .features-list-details ul li.schedule-publish .pictures .pic {
  background: url("/images/homepage/schedule-publish-pic.png?1527423427");
}
body .part.fifth .features-list-details ul li.schedule-publish .pictures .round-pic {
  background: url("/images/homepage/schedule-publish-round-pic.png?1527423427");
}
body .part.fifth .features-list-details ul li.schedule-publish .description {
  margin-top: 63px;
}
body .part.fifth .features-list-details ul li.schedule-publish .description .icon-text-head {
  left: -10px;
  position: relative;
}
body .part.fifth .features-list-details ul li.schedule-publish .description .icon-text-head .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -600px -75px;
  /* 1461822313 */
  width: 42px;
  height: 30px;
}
@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) {
  body .part.fifth .features-list-details ul li.schedule-publish .description .icon-text-head .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.fifth .features-list-details ul li.schedule-publish .description .icon-text-head .icon-text {
  height: 30px;
  line-height: 30px;
}
body .part.fifth .features-list-details ul li.analyze-report {
  margin-bottom: 109px;
}
@media only screen and (max-width: 1000px) {
  body .part.fifth .features-list-details ul li.analyze-report {
    margin-bottom: 73px;
  }
}
body .part.fifth .features-list-details ul li.analyze-report .pictures {
  margin-top: 37px;
}
body .part.fifth .features-list-details ul li.analyze-report .pictures .pic {
  background: url("/images/homepage/analyze-report-pic.png?1527423427");
}
body .part.fifth .features-list-details ul li.analyze-report .pictures .round-pic {
  background: url("/images/homepage/analyze-report-round-pic.png?1527423427");
  left: -201px;
}
body .part.fifth .features-list-details ul li.analyze-report .description {
  margin-top: 90px;
}
body .part.fifth .features-list-details ul li.analyze-report .description .icon-text-head .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -675px -75px;
  /* 1461822313 */
  width: 28px;
  height: 28px;
}
@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) {
  body .part.fifth .features-list-details ul li.analyze-report .description .icon-text-head .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.fifth .features-list-details ul li.analyze-report .description .icon-text-head .icon-text {
  height: 28px;
  line-height: 28px;
}
body .part.sixth {
  padding-bottom: 0;
}
@media only screen and (max-width: 1300px) {
  body .part.sixth {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 700px) {
  body .part.sixth {
    padding: 70px 13%;
    padding-bottom: 104px;
  }
}
body .part.sixth h2 {
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
body .part.sixth .features-list {
  margin: 0 auto;
  width: 1040px;
  min-height: 680px;
}
@media only screen and (max-width: 1300px) {
  body .part.sixth .features-list {
    width: 800px;
  }
}
@media only screen and (max-width: 1000px) {
  body .part.sixth .features-list {
    width: 100%;
  }
}
body .part.sixth .features-list ul {
  width: 100%;
  margin: 0;
}
body .part.sixth .features-list ul li {
  margin-top: 80px;
  width: 32.9%;
  float: left;
}
@media only screen and (max-width: 1000px) {
  body .part.sixth .features-list ul li {
    width: 100%;
    float: none;
    padding: 0;
  }
}
body .part.sixth .features-list ul li .icon {
  width: 53px;
  height: 53px;
  margin: 0 auto;
  margin-bottom: 35px;
}
body .part.sixth .features-list ul li .head {
  text-align: center;
  color: #495259;
  font-size: 20px;
  margin-bottom: 24px;
  font-weight: bold;
}
body .part.sixth .features-list ul li .text {
  text-align: center;
  color: #73818c;
  font-size: 16px;
  line-height: 27px;
  padding: 0 35px;
}
@media only screen and (max-width: 1000px) {
  body .part.sixth .features-list ul li .text {
    width: 350px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 450px) {
  body .part.sixth .features-list ul li .text {
    width: 100%;
    padding: 0;
  }
}
body .part.sixth .features-list ul li.free-twitter-analytics .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -75px -150px;
  /* 1461822313 */
}
@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) {
  body .part.sixth .features-list ul li.free-twitter-analytics .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.sixth .features-list ul li.social-insights .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -150px -150px;
  /* 1461822313 */
}
@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) {
  body .part.sixth .features-list ul li.social-insights .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.sixth .features-list ul li.safe-and-secure .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -225px -150px;
  /* 1461822313 */
}
@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) {
  body .part.sixth .features-list ul li.safe-and-secure .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.sixth .features-list ul li.multiple-twitter-profiles .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -300px -150px;
  /* 1461822313 */
}
@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) {
  body .part.sixth .features-list ul li.multiple-twitter-profiles .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.sixth .features-list ul li.team-members .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -375px -150px;
  /* 1461822313 */
}
@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) {
  body .part.sixth .features-list ul li.team-members .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
@media only screen and (max-width: 1300px) {
  body .part.sixth .features-list ul li.influential-marketing {
    top: 24px;
  }
}
@media only screen and (max-width: 700px) {
  body .part.sixth .features-list ul li.influential-marketing {
    top: 0px;
  }
}
body .part.sixth .features-list ul li.influential-marketing .icon {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -450px -150px;
  /* 1461822313 */
}
@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) {
  body .part.sixth .features-list ul li.influential-marketing .icon {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.seventh {
  padding-top: 0;
  padding-bottom: 85px;
  padding-right: 5px;
  padding-left: 4px;
}
body .part.seventh.landing-page {
  display: none;
}
body .part.seventh #fourth-twitter-login {
  margin: 0 auto;
  margin-top: 16px;
  width: 340px;
}
@media only screen and (max-width: 375px) {
  body .part.seventh #fourth-twitter-login {
    width: 250px;
  }
}
body .part.seventh #fourth-twitter-login > div {
  width: 340px;
  height: 66px;
  padding: 0 14px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 375px) {
  body .part.seventh #fourth-twitter-login > div {
    width: 250px;
  }
}
body .part.seventh #fourth-twitter-login > div .text {
  height: 65px;
  line-height: 65px;
  font-size: 25px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 375px) {
  body .part.seventh #fourth-twitter-login > div .text {
    font-size: 23px;
  }
  body .part.seventh #fourth-twitter-login > div .text span {
    display: none;
  }
}

.third .seventh {
  padding-right: 5px;
  padding-left: 3px;
  padding-top: 60px !important;
  padding-bottom: 40px !important;
}

@media only screen and (max-width: 370px) {
  .win .fourth .features-list ul li {
    width: 100% !important;
    margin: 0 !important;
    margin-top: 50px !important;
  }
}

.sprite, .top-down-chevron-sprite, .glass-sprite, body .part.eighth .plans-box .details-box .extra-details-container .warning-container .warning-sprite {
  position: absolute;
  display: inline-block;
}

/* STATIC SPRITE */
/* BALLOON SPRITE */
/* MAIN SPRITE */
.top-down-chevron-sprite {
  /* 1461822313 */
  background: url("/images/communit_sprite.png?1527423427") no-repeat 0px -900px;
  /* 1461822313 */
  width: 8px;
  height: 6px;
}
@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) {
  .top-down-chevron-sprite {
    /* Reference the @2x Sprite */
    background-image: url("/images/communit_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 500px 1700px !important;
  }
}

.glass-sprite {
  /* 1461822313 */
  background: url("/images/communit_sprite.png?1527423427") no-repeat -400px -1300px;
  /* 1461822313 */
  width: 13px;
  height: 13px;
}
@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) {
  .glass-sprite {
    /* Reference the @2x Sprite */
    background-image: url("/images/communit_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 500px 1700px !important;
  }
}

/* HOME SPRITES */
/* PLANS PAGE SPRITES */
body .part.eighth {
  width: 100%;
  padding: 0 0 50px 0 !important;
  text-align: center;
}
@media only screen and (max-width: 545px) {
  body .part.eighth {
    padding-top: 0 !important;
  }
}
body .part.eighth h2 {
  font-size: 25px;
  font-weight: 400;
  line-height: 61px;
  text-align: center;
  width: 874px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  body .part.eighth h2 {
    width: 77%;
  }
}
@media only screen and (max-width: 545px) {
  body .part.eighth h2 {
    font-size: 18px;
    line-height: 50px;
  }
}
body .part.eighth h3 {
  color: #ff5d5d;
}
body .part.eighth .plans-box {
  display: inline-block;
  margin-top: 50px;
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  padding-right: calc(100% - 424px - 55%);
}
@media only screen and (max-width: 940px) {
  body .part.eighth .plans-box {
    padding-right: calc(100% - 325px - 49%);
  }
}
@media only screen and (max-width: 640px) {
  body .part.eighth .plans-box {
    padding-right: calc(100% - 250px - 34%);
    margin-top: 0;
  }
}
@media only screen and (max-width: 470px) {
  body .part.eighth .plans-box {
    padding-right: calc(100% - 250px - 25%);
  }
}
body .part.eighth .plans-box .details-box {
  margin-right: 3%;
  color: #545e66;
}
body .part.eighth .plans-box .details-box .angle {
  border-top: 7px solid #ff9c00;
}
body .part.eighth .plans-box .details-box .content.not-popular {
  height: 612px;
}
body .part.eighth .plans-box .details-box .content.popular {
  height: 605px;
}
@media only screen and (max-width: 640px) {
  body .part.eighth .plans-box .details-box {
    float: right;
  }
}
body .part.eighth .plans-box .details-box.not-popular {
  height: 611px;
  margin-top: 35px;
}
body .part.eighth .plans-box .details-box.not-popular .flat-button {
  background: #47b8f6;
  background: -moz-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47b8f6), color-stop(100%, #3eabe5));
  background: -webkit-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -o-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: -ms-linear-gradient(top, #47b8f6 0%, #3eabe5 100%);
  background: linear-gradient(to bottom, #47b8f6 0%, #3eabe5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  color: #fff;
  font-weight: 300;
}
body .part.eighth .plans-box .details-box.not-popular .flat-button:hover {
  background: #3eabe5;
  background: -moz-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eabe5), color-stop(100%, #3798cc));
  background: -webkit-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -o-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -ms-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: linear-gradient(to bottom, #3eabe5 0%, #3798cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
body .part.eighth .plans-box .details-box.popular {
  height: 646px;
}
body .part.eighth .plans-box .details-box .sale-circle .text {
  margin-left: 2px;
}
body .part.eighth .plans-box .details-box .plan-benefits {
  height: 320px;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 32px;
}
body .part.eighth .plans-box .details-box .plan-benefits li {
  font-weight: 300;
  text-align: center;
  line-height: 32px;
}
body .part.eighth .plans-box .details-box .plan-benefits li:before {
  display: none;
}
body .part.eighth .plans-box .details-box .price-box {
  display: block;
}
body .part.eighth .plans-box .details-box .extra-details-container {
  height: 0px;
}
body .part.eighth .plans-box .details-box .extra-details-container .discount-container {
  font-weight: 300;
  font-size: 15px;
  color: #ff5d5d;
  text-align: center;
}
body .part.eighth .plans-box .details-box .extra-details-container .warning-container {
  font-weight: 300;
  font-size: 13px;
  color: #d0d6db;
  text-align: center;
  padding-top: 5px;
}
body .part.eighth .plans-box .details-box .extra-details-container .warning-container .warning-sprite {
  width: 12px;
  height: 12px;
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -675px -525px;
  /* 1461822313 */
  left: 25px;
}
@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) {
  body .part.eighth .plans-box .details-box .extra-details-container .warning-container .warning-sprite {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
body .part.eighth .plans-box .details-box .button-container {
  display: block;
}
body .part.eighth .plans-box .details-box .button-container .flat-button {
  font-weight: 400;
}
body .part.eighth .plans-box .details-box .button-container a {
  cursor: pointer;
}

#sign-up-container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  height: 80px;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.03);
  border: solid 1px #edf1f4;
  line-height: 76px;
  margin-top: 45px;
  width: 910px;
}
#sign-up-container .team-member-text {
  display: none;
}
@media all and (max-width: 940px) {
  #sign-up-container {
    height: 94px;
    width: 600px;
    line-height: 45px;
  }
}
@media all and (max-width: 640px) {
  #sign-up-container {
    width: 280px;
  }
}
#sign-up-container #sign-up-text {
  font-size: 18px;
  color: #545e66;
}
#sign-up-container #sign-up-text .bold-text {
  font-weight: 800;
}
@media all and (max-width: 640px) {
  #sign-up-container #sign-up-text .bold-text {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 940px) {
  #sign-up-container #sign-up-text .line2 {
    display: block;
    clear: both;
  }
}
@media all and (max-width: 640px) {
  #sign-up-container #sign-up-text .social-profile-text, #sign-up-container #sign-up-text .engagements-text {
    display: none;
  }
  #sign-up-container #sign-up-text .social-profile-text.line2, #sign-up-container #sign-up-text .engagements-text.line2 {
    display: none;
  }
  #sign-up-container #sign-up-text .social-profile-text.line2.sign-up-link, #sign-up-container #sign-up-text .engagements-text.line2.sign-up-link {
    display: block;
    clear: both;
  }
}
#sign-up-container #sign-up-text .sign-up-link {
  color: #3ba8f3;
  cursor: pointer;
}

.plan-benefits {
  width: 80%;
  margin-left: 60px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.plan-benefits li {
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  position: relative;
}
.plan-benefits li span {
  display: inline-block;
}
.plan-benefits li b {
  font-weight: 700;
}

body.landing_pages .details-box .sale-circle .text {
  font-size: 16px;
}
body.landing_pages .details-box .content.popular {
  height: 580px;
}
body.landing_pages .details-box .content .price-box .price {
  font-size: 25px;
}

.details-box {
  width: 278px;
  float: right;
  position: relative;
  box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
.details-box.not-popular {
  border-color: #ebeff2;
}
.details-box.not-popular .sale-circle {
  display: none;
}
@media only screen and (max-width: 640px) {
  .details-box {
    margin-top: 37px;
    float: none;
  }
}
.details-box > .head {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #ff9c00;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  height: 33px;
  text-transform: uppercase;
}
.details-box .angle-box {
  height: 8px;
  border-left: 1px solid #ff9c00;
  border-right: 1px solid #ff9c00;
}
.details-box .angle-box .angle {
  margin: 0 auto;
  height: 0;
  width: 1px;
  border-top: 8px solid #ff9c00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.details-box .sale-circle {
  background: #ff5d5d;
  width: 49px;
  height: 49px;
  border-radius: 100%;
  position: absolute;
  right: 16px;
  top: 74px;
}
.details-box .sale-circle .text {
  transform: rotate(20deg);
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
  margin-top: 11px;
  margin-left: 11px;
}
.details-box .content {
  border-left: 1px solid;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.details-box .content.not-popular {
  height: 722px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  border-color: #ebeff2;
}
.details-box .content .head {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  padding-bottom: 14px;
  padding-top: 9px;
  height: 58px;
  border-bottom: 1px solid #ebeff2;
}
.details-box .content.not-popular .head {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  padding-top: 16px;
  height: 64px;
}
.details-box .content.popular {
  height: 715px;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  border-color: #ff9c00;
}
.details-box .content .price-box {
  text-align: center;
  padding-top: 37px;
}
.details-box .content .price-box .price {
  font-size: 35px;
}
.details-box .content .price-box .price .duration {
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
}
.details-box .content .price-box .full-price {
  display: none;
  font-size: 20px;
  color: #ff5d5d;
  line-height: 34px;
}
.details-box .content .price-box .full-price.invisible {
  visibility: hidden;
}
.details-box .content .price-box .full-price .strikethrough {
  text-decoration: line-through;
}
.details-box .content .price-box {
  display: none;
}
.details-box .content .extra-details-container {
  height: 0px;
}
.details-box .content .extra-details-container .discount-container {
  font-weight: 300;
  font-size: 15px;
  color: #d0d6db;
  text-align: center;
}
.details-box .content .extra-details-container .discount-container .discount-text {
  text-decoration: line-through;
}
.details-box .content .button-container {
  display: none;
}
.details-box .content .button-container a {
  text-decoration: none;
}
.details-box .content .button-container a .flat-button {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin: 0 auto;
  margin-top: 31px;
  text-decoration: none;
  border: solid 1px #ed9609;
  color: #fff;
  background: #ffaa21;
  background: -moz-linear-gradient(top, #ffaa21 0%, #fa9d08 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa21), color-stop(100%, #fa9d08));
  background: -webkit-linear-gradient(top, #ffaa21 0%, #fa9d08 100%);
  background: -o-linear-gradient(top, #ffaa21 0%, #fa9d08 100%);
  background: -ms-linear-gradient(top, #ffaa21 0%, #fa9d08 100%);
  background: linear-gradient(to bottom, #ffaa21 0%, #fa9d08 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ff9c00;
  width: 198px;
  height: 48px;
  font-size: 20px !important;
  padding: 0 !important;
  line-height: 46px;
  text-align: center;
  font-weight: 400;
  display: block;
}
.details-box .content .button-container a .flat-button:hover {
  background: #ffaa21;
  background: -moz-linear-gradient(top, #ffaa21 0%, #f09707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa21), color-stop(100%, #f09707));
  background: -webkit-linear-gradient(top, #ffaa21 0%, #f09707 100%);
  background: -o-linear-gradient(top, #ffaa21 0%, #f09707 100%);
  background: -ms-linear-gradient(top, #ffaa21 0%, #f09707 100%);
  background: linear-gradient(to bottom, #ffaa21 0%, #f09707 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  border: solid 1px #e38f09;
}
.details-box .content .button-container a .flat-button.disabled {
  background: #D2D0D0 !important;
  border-color: #D2D0D0 !important;
  cursor: default;
}
.details-box .content.not-popular .button-container .flat-button {
  background: none;
  color: #47b8f6;
  border: 1px solid #47b8f6;
}
.details-box .content.not-popular .button-container .flat-button:hover {
  color: #fff;
  background: #3eabe5;
  background: -moz-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3eabe5), color-stop(100%, #3798cc));
  background: -webkit-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -o-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: -ms-linear-gradient(top, #3eabe5 0%, #3798cc 100%);
  background: linear-gradient(to bottom, #3eabe5 0%, #3798cc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  border: 1px solid #3eabe5;
}
.details-box .content .current-plan {
  display: none;
  margin-top: 31px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #47b8f6;
  height: 48px;
  line-height: 48px;
  border-top: 1px solid #ebeff2;
  border-bottom: 1px solid #ebeff2;
  font-weight: 600;
}
.details-box .content .not-available-plan {
  display: none;
}

.plans-page .plan-benefits, .nocc-trial .plan-benefits, .lp-offer .plan-benefits {
  width: 80%;
  margin-left: 60px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.plans-page .plan-benefits li, .nocc-trial .plan-benefits li, .lp-offer .plan-benefits li {
  font-size: 14px;
  line-height: 40px;
  text-align: left;
  position: relative;
}
.plans-page .plan-benefits li span, .nocc-trial .plan-benefits li span, .lp-offer .plan-benefits li span {
  display: inline-block;
}
.plans-page .plan-benefits li span:before, .nocc-trial .plan-benefits li span:before, .lp-offer .plan-benefits li span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -302px -226px;
  /* 1461822313 */
  position: absolute;
  left: -27px;
  top: 15px;
  width: 12px;
  height: 9px;
  content: "";
}
@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) {
  .plans-page .plan-benefits li span:before, .nocc-trial .plan-benefits li span:before, .lp-offer .plan-benefits li span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li b, .nocc-trial .plan-benefits li b, .lp-offer .plan-benefits li b {
  font-weight: 700;
}
.plans-page .plan-benefits li span:before, .nocc-trial .plan-benefits li span:before, .lp-offer .plan-benefits li span:before {
  top: 12px;
}
.plans-page .plan-benefits li[title-type="social-accounts"] span:before, .nocc-trial .plan-benefits li[title-type="social-accounts"] span:before, .lp-offer .plan-benefits li[title-type="social-accounts"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat 0px 0px;
  /* 1461822313 */
  width: 19px;
  height: 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) {
  .plans-page .plan-benefits li[title-type="social-accounts"] span:before, .nocc-trial .plan-benefits li[title-type="social-accounts"] span:before, .lp-offer .plan-benefits li[title-type="social-accounts"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="reports-limit"] span:before, .nocc-trial .plan-benefits li[title-type="reports-limit"] span:before, .lp-offer .plan-benefits li[title-type="reports-limit"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -75px 0px;
  /* 1461822313 */
  width: 15px;
  height: 16px;
}
@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) {
  .plans-page .plan-benefits li[title-type="reports-limit"] span:before, .nocc-trial .plan-benefits li[title-type="reports-limit"] span:before, .lp-offer .plan-benefits li[title-type="reports-limit"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="monitored-items"] span:before, .nocc-trial .plan-benefits li[title-type="monitored-items"] span:before, .lp-offer .plan-benefits li[title-type="monitored-items"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -150px 0px;
  /* 1461822313 */
  width: 16px;
  height: 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) {
  .plans-page .plan-benefits li[title-type="monitored-items"] span:before, .nocc-trial .plan-benefits li[title-type="monitored-items"] span:before, .lp-offer .plan-benefits li[title-type="monitored-items"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="engaged-members"] span:before, .nocc-trial .plan-benefits li[title-type="engaged-members"] span:before, .lp-offer .plan-benefits li[title-type="engaged-members"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -225px 0px;
  /* 1461822313 */
  width: 20px;
  height: 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) {
  .plans-page .plan-benefits li[title-type="engaged-members"] span:before, .nocc-trial .plan-benefits li[title-type="engaged-members"] span:before, .lp-offer .plan-benefits li[title-type="engaged-members"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="team-members"] span:before, .nocc-trial .plan-benefits li[title-type="team-members"] span:before, .lp-offer .plan-benefits li[title-type="team-members"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -450px 0px;
  /* 1461822313 */
  width: 16px;
  height: 13px;
}
@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) {
  .plans-page .plan-benefits li[title-type="team-members"] span:before, .nocc-trial .plan-benefits li[title-type="team-members"] span:before, .lp-offer .plan-benefits li[title-type="team-members"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="twitter-profiles"] span:before, .nocc-trial .plan-benefits li[title-type="twitter-profiles"] span:before, .lp-offer .plan-benefits li[title-type="twitter-profiles"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat 0px 0px;
  /* 1461822313 */
  width: 19px;
  height: 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) {
  .plans-page .plan-benefits li[title-type="twitter-profiles"] span:before, .nocc-trial .plan-benefits li[title-type="twitter-profiles"] span:before, .lp-offer .plan-benefits li[title-type="twitter-profiles"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="groups"] span:before, .nocc-trial .plan-benefits li[title-type="groups"] span:before, .lp-offer .plan-benefits li[title-type="groups"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -300px 0px;
  /* 1461822313 */
  width: 20px;
  height: 15px;
}
@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) {
  .plans-page .plan-benefits li[title-type="groups"] span:before, .nocc-trial .plan-benefits li[title-type="groups"] span:before, .lp-offer .plan-benefits li[title-type="groups"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="followers-analyzed"] span:before, .nocc-trial .plan-benefits li[title-type="followers-analyzed"] span:before, .lp-offer .plan-benefits li[title-type="followers-analyzed"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -375px 0px;
  /* 1461822313 */
  width: 17px;
  height: 15px;
}
@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) {
  .plans-page .plan-benefits li[title-type="followers-analyzed"] span:before, .nocc-trial .plan-benefits li[title-type="followers-analyzed"] span:before, .lp-offer .plan-benefits li[title-type="followers-analyzed"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="black-white-list"] span:before, .nocc-trial .plan-benefits li[title-type="black-white-list"] span:before, .lp-offer .plan-benefits li[title-type="black-white-list"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -375px -150px;
  /* 1461822313 */
  width: 20px;
  height: 16px;
}
@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) {
  .plans-page .plan-benefits li[title-type="black-white-list"] span:before, .nocc-trial .plan-benefits li[title-type="black-white-list"] span:before, .lp-offer .plan-benefits li[title-type="black-white-list"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="training-session"] span:before, .nocc-trial .plan-benefits li[title-type="training-session"] span:before, .lp-offer .plan-benefits li[title-type="training-session"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -675px -75px;
  /* 1461822313 */
  width: 19px;
  height: 19px;
}
@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) {
  .plans-page .plan-benefits li[title-type="training-session"] span:before, .nocc-trial .plan-benefits li[title-type="training-session"] span:before, .lp-offer .plan-benefits li[title-type="training-session"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="campaigns"] span:before, .nocc-trial .plan-benefits li[title-type="campaigns"] span:before, .lp-offer .plan-benefits li[title-type="campaigns"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -675px -225px;
  /* 1461822313 */
  width: 19px;
  height: 20px;
}
@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) {
  .plans-page .plan-benefits li[title-type="campaigns"] span:before, .nocc-trial .plan-benefits li[title-type="campaigns"] span:before, .lp-offer .plan-benefits li[title-type="campaigns"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li[title-type="ads"] span:before, .nocc-trial .plan-benefits li[title-type="ads"] span:before, .lp-offer .plan-benefits li[title-type="ads"] span:before {
  /* 1461822313 */
  background: url("/images/homepage/homepage_sprite_v3.png?1527423427") no-repeat -675px -525px;
  /* 1461822313 */
  width: 17px;
  height: 15px;
}
@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) {
  .plans-page .plan-benefits li[title-type="ads"] span:before, .nocc-trial .plan-benefits li[title-type="ads"] span:before, .lp-offer .plan-benefits li[title-type="ads"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/homepage/homepage_sprite_v3@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 600px !important;
  }
}
.plans-page .plan-benefits li[title-type="no-ads"] span:before, .nocc-trial .plan-benefits li[title-type="no-ads"] span:before, .lp-offer .plan-benefits li[title-type="no-ads"] span:before {
  /* 1461822313 */
  background: url("/images/landingpage/planspage_sprite.png?1527423427") no-repeat -525px -675px;
  /* 1461822313 */
  width: 17px;
  height: 16px;
}
@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) {
  .plans-page .plan-benefits li[title-type="no-ads"] span:before, .nocc-trial .plan-benefits li[title-type="no-ads"] span:before, .lp-offer .plan-benefits li[title-type="no-ads"] span:before {
    /* Reference the @2x Sprite */
    background-image: url("/images/landingpage/planspage_sprite@2x.png?1527423427") !important;
    /* Translate the @2x sprite's dimensions back to 1x */
    background-size: 750px 825px !important;
  }
}
.plans-page .plan-benefits li.no-icon:before, .nocc-trial .plan-benefits li.no-icon:before, .lp-offer .plan-benefits li.no-icon:before {
  display: none;
}

.plans-plans:not(.plans-box) .angle-box {
  border-left: 1px solid #ff5d5d !important;
  border-right: 1px solid #ff5d5d !important;
}
.plans-plans:not(.plans-box) .angle-box .angle {
  display: block;
  border-top: 8px solid #ff5d5d;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.plans-plans:not(.plans-box) .content.popular {
  border-left: 1px solid #ff5d5d !important;
  border-right: 1px solid #ff5d5d !important;
  border-bottom: 1px solid #ff5d5d !important;
}
.plans-plans:not(.plans-box) .content.popular .flat-button {
  background: #ff7777 !important;
  background: -moz-linear-gradient(top, #ff7777 0%, #ff5d5d 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff7777), color-stop(100%, #ff5d5d)) !important;
  background: -webkit-linear-gradient(top, #ff7777 0%, #ff5d5d 100%) !important;
  background: -o-linear-gradient(top, #ff7777 0%, #ff5d5d 100%) !important;
  background: -ms-linear-gradient(top, #ff7777 0%, #ff5d5d 100%) !important;
  background: linear-gradient(to bottom, #ff7777 0%, #ff5d5d 100%) !important;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7777fff', endColorstr='#000000',GradientType=0 ) !important;
  border: 1px solid #ff5d5d !important;
}
.plans-plans:not(.plans-box) .content.popular .flat-button:hover {
  background: #F45151 !important;
  background: -moz-linear-gradient(top, #FF5D5D 0%, #E23939 100%) !important;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FF5D5D), color-stop(100%, #E23939)) !important;
  background: -webkit-linear-gradient(top, #FF5D5D 0%, #E23939 100%) !important;
  background: -o-linear-gradient(top, #FF5D5D 0%, #E23939 100%) !important;
  background: -ms-linear-gradient(top, #FF5D5D 0%, #E23939 100%) !important;
  background: linear-gradient(to bottom, #ff5d5d 0%, #e23939 100%) !important;
}

body .part.footer {
  padding: 0;
  height: 100px;
  background-color: #2f2f2f;
  padding-left: 20px;
}
body .part.footer ul {
  padding-top: 40px;
  float: left;
}
body .part.footer ul li {
  margin-left: 20px;
}
@media only screen and (max-width: 1300px) {
  body .part.footer ul li {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 420px) {
  body .part.footer ul li.privacy {
    display: none;
  }
}
@media only screen and (max-width: 650px) {
  body .part.footer ul li.contact-us {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  body .part.footer ul li.terms {
    display: none;
  }
}
@media only screen and (max-width: 850px) {
  body .part.footer ul li.community {
    display: none;
  }
}
body .part.footer ul li.optout {
  display: none;
}
@media only screen and (max-width: 420px) {
  body .part.footer ul li.optout {
    display: block;
  }
}
body .part.footer ul li.affiliate {
  display: none;
}
@media only screen and (max-width: 870px) {
  body .part.footer ul li.affiliate {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  body .part.footer ul li.business {
    display: none;
  }
}
body .part.footer ul li.pricing {
  display: none;
}
@media only screen and (max-width: 420px) {
  body .part.footer ul li.pricing {
    display: inline-block;
  }
}
body .part.footer ul li a {
  font-family: OpenSans, Arial, Helvetica;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 420px) {
  body .part.footer ul {
    float: none;
    height: 0px;
    padding-top: 13px;
    margin-bottom: 54px;
  }
  body .part.footer ul li {
    height: 25px;
    line-height: 30px;
  }
}
body .part.footer span.prop {
  font-family: OpenSans, Arial, Helvetica;
  margin-top: 43px;
  margin-right: 48px;
  color: #fff;
  font-size: 14px;
  float: right;
  width: 124px;
}
@media only screen and (max-width: 570px) {
  body .part.footer span.prop {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 420px) {
  body .part.footer span.prop {
    float: none;
    margin-right: 0px;
    height: 25px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 630px) {
  body .part.footer {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 420px) {
  body .part.footer {
    text-align: center;
  }
}

body {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
body .part {
  padding: 70px 10%;
}
body .part h1 {
  font-size: 30px;
  color: #495259;
  text-align: center;
}
@media only screen and (max-width: 840px) {
  body .part h1 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 750px) {
  body .part h1 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 390px) {
  body .part h1 {
    font-size: 16px;
  }
}
body .part .separator {
  margin-top: 18px;
  border-bottom: solid 1px #f2f4f5;
}
body .part.zero {
  padding-bottom: 69px;
  padding-top: 0px;
}
@media only screen and (max-width: 545px) {
  body .part.zero {
    padding-bottom: 33px;
  }
}
body .part.zero.black {
  padding-top: 69px;
}
@media only screen and (max-width: 545px) {
  body .part.zero.black {
    padding-top: 33px;
  }
}
body .part.zero .separator {
  display: none;
}
body .part.first {
  padding-top: 50px;
}
body .part.third.landing-page {
  background-color: #f7f9fa;
}
body .part.third.landing-page .users .shadow {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #f7f9fa));
  background: -webkit-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: -o-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: -ms-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #f7f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
body .part.third.landing-page .brands-list .shadow {
  background: transparent;
  background: -moz-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, #f7f9fa));
  background: -webkit-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: -o-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: -ms-linear-gradient(top, transparent 0%, #f7f9fa 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #f7f9fa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
body .part.third.landing-page .brands-title h1 span {
  background-color: #f7f9fa;
}
body #fourth-twitter-login > div {
  margin: 0 auto;
  margin-top: 50px;
}
body #fourth-twitter-login > div .text {
  width: 100%;
  text-align: center;
}

.mac.safari .third .users .shadow, .ipad.safari .third .users .shadow, .iphone.safari .third .users .shadow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f9fa 100%) !important;
}
.mac.safari .third .brands-list .shadow, .ipad.safari .third .brands-list .shadow, .iphone.safari .third .brands-list .shadow {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #f7f9fa 100%) !important;
}

html {
  padding: 0;
  margin: 0;
}
html body.home {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  background: #f2f7fb;
  background: linear-gradient(90deg, #ffffff 0%, #f2f7fb 99%);
  background: -webkit-linear-gradient(90deg, #ffffff 0%, #f2f7fb 99%);
  background: -moz-linear-gradient(90deg, #ffffff 0%, #f2f7fb 99%);
  background: -o-linear-gradient(90deg, #ffffff 0%, #f2f7fb 99%);
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  html body.home {
    background-image: none;
  }
}
html body.home #header {
  position: absolute;
  width: 100%;
  display: block;
  top: 35px;
  z-index: 9999;
}
@media only screen and (max-width: 600px) {
  html body.home #header {
    top: 40px;
  }
}
html body.home #header #logo {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0px -1550px;
  /* 1461822313 */
  width: 140px;
  height: 29px;
  margin-left: 40px;
}
@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) {
  html body.home #header #logo {
    /* 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) {
  html body.home #header #logo {
    /* 1461822313 */
    background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -150px -1550px;
    /* 1461822313 */
    margin-left: auto;
    margin-right: auto;
  }
}
@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) {
  html body.home #header #logo {
    /* 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;
  }
}

html body.home #top-container {
  display: block;
  position: relative;
  padding: 0;
  height: 796px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  html body.home #top-container {
    background: #a5deff;
    height: 100vmax;
  }
}
html body.home #top-container #main-container {
  background: #47b8f6;
  background: linear-gradient(-90deg, #47b8f6 0%, #2ba6e8 100%);
  background: -webkit-linear-gradient(-90deg, #47b8f6 0%, #2ba6e8 100%);
  background: -moz-linear-gradient(-90deg, #47b8f6 0%, #2ba6e8 100%);
  background: -o-linear-gradient(-90deg, #47b8f6 0%, #2ba6e8 100%);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  height: 405px;
  margin-top: 160px;
  z-index: 9999;
  width: 665px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  border: solid 1px transparent;
  -moz-border-image: -moz-linear-gradient(top, #2dacf0 0%, #299bd9 100%);
  -webkit-border-image: -webkit-linear-gradient(top, #2dacf0 0%, #299bd9 100%);
  border-image: linear-gradient(to bottom, #2dacf0 0%, #299bd9 100%);
}
@media only screen and (max-width: 705px) {
  html body.home #top-container #main-container {
    width: calc(100% - 40px);
    max-width: 665px;
  }
}
@media only screen and (max-width: 600px) {
  html body.home #top-container #main-container {
    background-image: none;
    box-shadow: none;
    margin-top: 130px;
  }
}
html body.home #top-container #main-container #main-headline-container {
  display: block;
  position: relative;
  padding-top: 63px;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  html body.home #top-container #main-container #main-headline-container {
    padding-top: 0px;
  }
}
html body.home #top-container #main-container #main-headline-container #main-headline {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 38px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  text-transform: capitalize;
  margin-bottom: 4px;
  line-height: 42px;
}
html body.home #top-container #main-container #main-headline-container #main-headline strong {
  font-weight: 700;
  text-transform: uppercase;
}
html body.home #top-container #main-container #account-sign-in-container {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
html body.home #top-container #main-container #account-sign-in-container .account-sign-in {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}
html body.home #top-container #main-container #login-btns-container {
  display: block;
  position: relative;
  text-align: center;
  margin-top: 67px;
  padding-top: 10px;
}
@media only screen and (max-width: 600px) {
  html body.home #top-container #main-container #login-btns-container {
    margin-top: 27px;
  }
}
html body.home #top-container #main-container #login-btns-container #login-btns-title {
  padding-bottom: 16px;
  color: #aedffc;
}
@media only screen and (max-width: 600px) {
  html body.home #top-container #main-container #login-btns-container #login-btns-title {
    font-size: 20px;
    line-height: 29px;
  }
}
html body.home #top-container #main-container .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;
  margin-left: 2px;
  line-height: 35px;
  transition: all 0.5s ease;
}
html body.home #top-container #main-container .login-btn.bln-twitter-btn {
  margin-right: 9px;
}
@media only screen and (max-width: 600px) {
  html body.home #top-container #main-container .login-btn {
    width: 230px;
    margin-top: 15px;
  }
}
html body.home #top-container #main-container .login-btn #twitter-login-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #438de4;
  margin-left: 0;
}
html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .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;
  }
}
html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .login-btn #twitter-login-btn-go {
    top: 17px;
  }
}
html body.home #top-container #main-container .login-btn #insta-login-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #d73c79;
  margin-left: 22px;
}
html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .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;
  }
}
html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .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;
  }
}
html body.home #top-container #main-container .login-btn #fb-login-btn {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #4760a5;
  margin-left: 12px;
}
html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .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;
  }
}
html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .login-btn #fb-login-btn-go {
    top: 17px;
    right: 6%;
  }
}
@media only screen and (min-width: 600px) {
  html body.home #top-container #main-container .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) {
  html body.home #top-container #main-container .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;
  }
}

@media only screen and (max-width: 600px) {
  #twitter-sign-in {
    margin-left: 8px;
  }
}

.cloud {
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .cloud {
    display: none;
  }
}

.cloud-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0px -1450px;
  /* 1461822313 */
  width: 160px;
  height: 65px;
}
@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) {
  .cloud-big {
    /* 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;
  }
}

.cloud-small {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -1450px;
  /* 1461822313 */
  width: 100px;
  height: 42px;
}
@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) {
  .cloud-small {
    /* 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) {
  .balloons-overlay {
    z-index: 40;
    position: absolute;
    top: 204px;
    width: 100%;
    height: calc(100vmax - 200px);
  }
  .balloons-overlay.balloons-overlay-bright {
    background-image: linear-gradient(-180deg, rgba(165, 222, 255, 0) 2%, #a5deff 10%);
  }
  .balloons-overlay.balloons-overlay-dark {
    background-image: linear-gradient(-180deg, rgba(46, 167, 232, 0.01) 0%, #209adc 100%);
  }
}
.balloon {
  position: absolute;
}
@media only screen and (max-width: 600px) {
  .balloon {
    display: none;
  }
}

.balloon-mobile {
  position: absolute;
  z-index: 10;
  display: none;
}
@media only screen and (max-width: 600px) {
  .balloon-mobile {
    display: block;
  }
}

.balloon-big {
  width: 150px;
  height: 230px;
  z-index: 30;
}

.balloon-medium {
  width: 74px;
  height: 115px;
  z-index: 20;
}

.balloon-small {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -1301px;
  /* 1461822313 */
  width: 44px;
  height: 68px;
  z-index: 10;
}
@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) {
  .balloon-small {
    /* 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;
  }
}

.balloon-pinterest.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0 0;
  /* 1461822313 */
}
@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) {
  .balloon-pinterest.balloon-big {
    /* 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;
  }
}
.balloon-pinterest.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0 -1000px;
  /* 1461822313 */
}
@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) {
  .balloon-pinterest.balloon-medium {
    /* 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;
  }
}

.balloon-twitter.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px 0;
  /* 1461822313 */
}
@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) {
  .balloon-twitter.balloon-big {
    /* 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;
  }
}
.balloon-twitter.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -1000px;
  /* 1461822313 */
}
@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) {
  .balloon-twitter.balloon-medium {
    /* 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;
  }
}

.balloon-facebook.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -400px 0;
  /* 1461822313 */
}
@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) {
  .balloon-facebook.balloon-big {
    /* 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;
  }
}
.balloon-facebook.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -1000px;
  /* 1461822313 */
}
@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) {
  .balloon-facebook.balloon-medium {
    /* 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;
  }
}

.balloon-heart.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0 -250px;
  /* 1461822313 */
}
@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) {
  .balloon-heart.balloon-big {
    /* 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;
  }
}
.balloon-heart.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -300px -1000px;
  /* 1461822313 */
}
@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) {
  .balloon-heart.balloon-medium {
    /* 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;
  }
}

.balloon-like.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -250px;
  /* 1461822313 */
}
@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) {
  .balloon-like.balloon-big {
    /* 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;
  }
}
.balloon-like.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -400px -1000px;
  /* 1461822313 */
}
@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) {
  .balloon-like.balloon-medium {
    /* 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;
  }
}

.balloon-instagram.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -400px -250px;
  /* 1461822313 */
}
@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) {
  .balloon-instagram.balloon-big {
    /* 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;
  }
}
.balloon-instagram.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0 -1150px;
  /* 1461822313 */
}
@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) {
  .balloon-instagram.balloon-medium {
    /* 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;
  }
}

.balloon-invite.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0 -500px;
  /* 1461822313 */
}
@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) {
  .balloon-invite.balloon-big {
    /* 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;
  }
}
.balloon-invite.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -100px -1150px;
  /* 1461822313 */
}
@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) {
  .balloon-invite.balloon-medium {
    /* 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;
  }
}

.balloon-whatsapp.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -500px;
  /* 1461822313 */
}
@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) {
  .balloon-whatsapp.balloon-big {
    /* 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;
  }
}
.balloon-whatsapp.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -1150px;
  /* 1461822313 */
}
@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) {
  .balloon-whatsapp.balloon-medium {
    /* 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;
  }
}

.balloon-retweet.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -400px -500px;
  /* 1461822313 */
}
@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) {
  .balloon-retweet.balloon-big {
    /* 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;
  }
}
.balloon-retweet.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -300px -1150px;
  /* 1461822313 */
}
@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) {
  .balloon-retweet.balloon-medium {
    /* 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;
  }
}

.balloon-youtube.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0 -750px;
  /* 1461822313 */
}
@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) {
  .balloon-youtube.balloon-big {
    /* 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;
  }
}
.balloon-youtube.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -400px -1150px;
  /* 1461822313 */
}
@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) {
  .balloon-youtube.balloon-medium {
    /* 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;
  }
}

.balloon-linkedin.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -200px -750px;
  /* 1461822313 */
}
@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) {
  .balloon-linkedin.balloon-big {
    /* 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;
  }
}
.balloon-linkedin.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat 0 -1300px;
  /* 1461822313 */
}
@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) {
  .balloon-linkedin.balloon-medium {
    /* 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;
  }
}

.balloon-google.balloon-big {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -400px -750px;
  /* 1461822313 */
}
@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) {
  .balloon-google.balloon-big {
    /* 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;
  }
}
.balloon-google.balloon-medium {
  /* 1461822313 */
  background: url(/images/homepage/balloons/Sprite_AirBalloons_LP@1x.png?1527423427) no-repeat -100px -1300px;
  /* 1461822313 */
}
@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) {
  .balloon-google.balloon-medium {
    /* 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;
  }
}

#footer {
  position: absolute;
  bottom: 31px;
  width: 100%;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 600px) {
  #footer {
    display: none;
  }
}
#footer span.prop {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: #c4c4c7;
  font-weight: 300;
  margin-left: 41px;
}

.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4,
.col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-8, .col-sm-7,
.col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9,
.col-xs-8, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  padding-left: 0;
  padding-right: 0;
}

.tablet-only {
  display: none !important;
}
@media only screen and (max-width: 990px) {
  .tablet-only {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 600px) {
  .tablet-only {
    display: none !important;
  }
}

html.android #footer, html.iphone #footer, html.ipod #footer, html.ipad #footer {
  display: none;
}

.first.part.landing-page {
  background-color: #fff;
}
