.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255,255,255,0.9);
  z-index: 1000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -o-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
  text-align: center;
}
.overlay.active {
  display: -webkit-flex;
  display: flex;
}
.overlay > * {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.overlay h2 {
  font-weight: 500;
  font-size: 70px;
  color: #1c1d1f;
  margin: 0 0 40px 0;
}
.overlay h3 {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  color: #a2abb7;
}
.overlay ul,
.overlay ol {
  font-weight: 500;
  font-size: 40px;
  margin: 0;
  color: #a2abb7;
  text-align: left;
  line-height: 1.3em;
}
.overlay.unsupported-message form {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 2px solid #e6e9ec;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin: 50px 0 0 0;
  position: relative;
}
.overlay.unsupported-message form.done:after {
  content: 'Thank you!';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #26d87e;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.overlay.unsupported-message input[type=text],
.overlay.unsupported-message input[type=email] {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  font-size: 25px;
  outline: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  border: none;
  height: 60px;
  display: block;
  line-height: 60px;
  padding: 0 30px;
}
.overlay.unsupported-message button {
  color: #fff;
  border: none;
  font-weight: normal;
  font-size: 20px;
  background-color: #499aff;
  height: 60px;
  line-height: 60px;
  display: block;
  padding: 0 35px;
  cursor: pointer;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
.overlay.post-install .check {
  display: block;
  margin: 0 0 40px 0;
  font-size: 60px;
  color: #27d87e;
  border: 4px solid #27d87e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 120px;
}
.overlay.error-install .cross {
  display: block;
  margin: 0 0 40px 0;
  font-size: 60px;
  color: #f65060;
  border: 4px solid #f65060;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 120px;
}
.overlay.claim .logo-bit {
  width: 100px;
  height: 100px;
  display: inline-block;
  position: relative;
}
.overlay.claim .logo-bit .l,
.overlay.claim .logo-bit .r-t,
.overlay.claim .logo-bit .r-b {
  position: absolute;
  width: 50%;
  -webkit-transition: 0.3s ease;
}
.overlay.claim .logo-bit .l {
  height: 100%;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  background: #499aff;
}
.overlay.claim .logo-bit .r-t {
  right: 0;
  height: 50%;
  background: #5ca4ff;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -o-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
}
.overlay.claim .logo-bit .r-b {
  right: 0;
  bottom: 0;
  height: 50%;
  background: #e9f3ff;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
.overlay.claim h2 {
  margin: 40px 0 20px 0;
}
.overlay.claim button {
  margin: 40px 0 0 0;
  font-size: 25px;
  color: #fff;
  background: #499aff;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  -o-border-radius: 48px;
  -ms-border-radius: 48px;
  border-radius: 48px;
  padding: 0 45px;
  height: 72px;
  line-height: 44px;
  cursor: pointer;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
}
section.splash {
  background-color: #499aff;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  background-position: right;
  background-image: url("/assets/splash/v2/network_background.svg");
  font-size: 16px;
  text-align: center;
  position: relative;
  padding: 200px 10px 10px 10px;
/* bottom line */
}
section.splash:after {
  content: '';
  display: block;
  background-image: -webkit-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -moz-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -ms-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -o-linear-gradient(90deg, #47cbff, #6587da);
  background-image: linear-gradient(90deg, #47cbff, #6587da);
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
section.splash h1 {
  font-weight: 400;
  font-size: 38px;
  color: #fff;
  margin: 0 0 15px 0;
}
section.splash h2 {
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  margin: 0 0 110px 0;
}
section.splash .ratings {
  padding: 80px 0;
}
section.splash .ratings p {
  font-size: 18px;
  color: #fff;
  margin: 8px 0;
}
section.splash .ratings .stars {
  padding-bottom: 10px;
}
section.splash .ratings .icon-star {
  height: 30px;
  padding: 0 5px;
}
section.splash #connectsplash_hype_container * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -o-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
}
section.splash p {
  margin: 48px 0;
  line-height: 19px;
}
section.splash form.waitlist {
  overflow: hidden;
  position: absolute;
  bottom: -25px;
  left: 50%;
  margin-left: -200px;
}
section.splash .ph {
  background: #da552f;
  height: 80px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  bottom: -60px;
}
section.splash .ph + .inline-install button {
  -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -o-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -ms-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
section.companies {
  background-color: #f9f9f9;
  text-align: center;
  padding: 60px 0;
}
section.companies h2 {
  font-weight: 400;
  font-size: 18px;
  color: #919191;
  margin: 0 0 20px 0;
}
section.companies .image-companies {
  margin-bottom: 20px;
  max-width: 50%;
  min-width: 300px;
}
section.companies p {
  font-size: 20px;
  color: #5b5b5b;
}
section.prospector {
  padding: 80px 10px 180px 10px;
  text-align: center;
  position: relative;
  margin: 0 0 -90px 0;
}
section.prospector .icon-connect-gmail {
  width: 100px;
}
section.prospector h1 {
  font-weight: 400;
  font-size: 30px;
  color: #499aff;
  margin: 20px 0 60px 0;
}
section.prospector .step {
  display: inline-block;
  width: 300px;
  margin: 20px 40px 60px 40px;
}
section.prospector .step .step-image {
  height: 380px;
}
section.prospector .step .step-info {
  position: relative;
  text-align: center;
}
section.prospector .step .step-info .step-count {
  display: inline-block;
  font-weight: 800;
  font-size: 74px;
  padding: 0 10px;
  color: #c6c6c6;
}
section.prospector .step .step-info .step-text {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding: 25px 0;
}
section.prospector .step .step-info .step-text .step-count-letter {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #499aff;
}
section.prospector .step .step-info .step-text .step-description {
  font-size: 18px;
  color: #919191;
}
section.prospector .subtitle-container {
  position: relative;
  z-index: 51;
  text-align: center;
  padding: 0 20px;
}
section.prospector .subtitle {
  display: inline-block;
  max-width: 700px;
  font-size: 22px;
  color: #a3a3a3;
  padding: 0 0 5px 0;
}
section.prospector:after {
  content: '';
  display: block;
  position: absolute;
  height: 140px;
  background: #fff;
  bottom: 20px;
  left: -20px;
  right: 0;
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: 50;
}
section.contacts {
  color: #fff;
  background-image: -webkit-linear-gradient(-90deg, #499aff 0%, #457ef0 100%);
  background-image: -moz-linear-gradient(-90deg, #499aff 0%, #457ef0 100%);
  background-image: -ms-linear-gradient(-90deg, #499aff 0%, #457ef0 100%);
  background-image: -o-linear-gradient(-90deg, #499aff 0%, #457ef0 100%);
  background: linear-gradient(-90deg, #499aff 0%, #457ef0 100%);
  padding: 180px 0 140px 0;
  text-align: center;
  position: relative;
}
section.contacts .icon-bcard {
  width: 100px;
}
section.contacts h1 {
  font-weight: 400;
  font-size: 30px;
}
section.contacts h2 {
  font-weight: 400;
  font-size: 22px;
}
section.contacts .image-gmail {
  padding: 60px 0;
  max-width: 70%;
}
section.map {
  height: 600px;
  background-image: url("/assets/splash/v2/worldmap.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 100px 10px;
}
section.map h1 {
  color: #c6c6c6;
  font-weight: bold;
  font-size: 22px;
  margin: 0;
}
section.map h2 {
  color: #499aff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  padding: 0;
}
section.map .count {
  width: 170px;
  position: relative;
  display: inline-block;
  padding: 60px 0;
}
section.map .count .modifier {
  position: absolute;
  background-color: #fff;
  padding: 0 50px;
  top: 38px;
  left: 4px;
}
section.map .count .number {
  position: absolute;
  color: #c6c6c6;
  font-weight: bold;
  font-size: 95px;
  top: 0;
}
section.map .gmail-box {
  padding: 110px 0 0 0;
}
section.map .gmail-box .icon {
  background-color: #f9f9f9;
}
section.map .gmail-box .label {
  color: #f9f9f9;
}
section.tweets {
  text-align: center;
  background-color: #f9f9f9;
  padding: 80px 10px;
}
section.tweets h1 {
  font-size: 22px;
  color: #9f9f9f;
}
section.tweets .icon-twitter {
  width: 80px;
}
section.tweets .tweet-cards {
  padding: 30px 0px 15px 0px;
  display: -webkit-flex;
  display: flex;
  overflow: auto;
}
section.tweets .tweet-card {
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -o-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 300px;
  width: 240px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: 1.5px solid #c6c6c6;
  margin: 0 20px;
  position: relative;
}
section.tweets .tweet-card .profile-photo {
  display: inline-block;
  text-align: left;
  height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 20px;
}
section.tweets .tweet-card .name {
  display: inline-block;
  font-size: 18px;
  color: #9f9f9f;
  text-align: left;
  position: absolute;
  top: 20px;
  left: 90px;
}
section.tweets .tweet-card .handle {
  display: inline-block;
  text-align: left;
  position: absolute;
  top: 45px;
  left: 90px;
}
section.tweets .tweet-card .text {
  position: absolute;
  text-align: left;
  color: #9f9f9f;
  width: 200px;
  top: 90px;
  left: 20px;
}
section.tweets .tweet-card .text a {
  display: block;
  margin-bottom: 5px;
}
section.tweets .tweet-card time {
  font-size: 13px;
}
section.tweets .tweet-card .icon {
  display: inline-block;
  position: absolute;
  width: 24px;
  bottom: 15px;
  left: 108px;
}
section.quote {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 70px 10px 38px 10px;
/* bottom line */
}
section.quote:after {
  content: '';
  display: block;
  background-image: -webkit-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -moz-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -ms-linear-gradient(90deg, #47cbff, #6587da);
  background-image: -o-linear-gradient(90deg, #47cbff, #6587da);
  background-image: linear-gradient(90deg, #47cbff, #6587da);
  height: 8px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
section.quote .text {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
  min-width: 400px;
  margin-top: 10px;
}
section.quote .text .text-quote {
  display: inline-block;
  color: #499aff;
  vertical-align: middle;
  font-size: 22px;
}
section.quote .text .text-author {
  display: inline-block;
  color: #c6c6c6;
  vertical-align: middle;
  font-size: 20px;
}
section.quote .profile-photo {
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  margin-right: 20px;
}
.inline-install {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -o-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}
.inline-install button {
  display: -webkit-flex;
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  cursor: pointer;
  height: 70px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.inline-install button span {
  display: block;
  -webkit-flex: 1 1 auto;
  -moz-flex: 1 1 auto;
  -o-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: 70px;
  line-height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.inline-install button .icon {
  background: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 20%;
  padding: 0 66px 0 30px;
}
.inline-install button .label {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #ec4c32;
  width: 80%;
  padding: 0 10px 0 40px;
}
.inline-install button .icon-gmail {
  width: 36px;
  display: block;
  position: relative;
}
