@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:600");
#container #content {
  padding-top: 0;
}

.promo-code {
  color: initial !important;
  font-weight: initial !important;
}

.social-signup {
  font-size: 16px;
}
.social-signup,
.social-signup h1,
.social-signup h2,
.social-signup h3,
.social-signup h4,
.social-signup p,
.social-signup button,
.social-signup label {
  font-family: "Barlow Condensed", sans-serif;
  margin: 0;
  padding: 0;
}
.social-signup button[type="submit"],
.social-signup input[type="submit"] {
  font-size: 250%;
  font-weight: 700;
  display: inline-block;
  background: #ed1c90;
  border: none;
  color: white;
  padding: 0.25em 0.5em;
  position: relative;
  cursor: pointer;
}
.social-signup button[type="submit"].dots:before,
.social-signup input[type="submit"].dots:before {
  position: absolute;
  content: "";
  height: 55px;
  width: 10px;
  left: 100%;
  bottom: -10px;
  background-image: radial-gradient(#8e559a 50%, transparent 50%);
  background-position: 100% 100%;
  background-size: 5px 5px;
  display: block;
}
.social-signup button[type="submit"].dots:after,
.social-signup input[type="submit"].dots:after {
  position: absolute;
  content: "";
  height: 10px;
  width: 265px;
  right: 0;
  top: 100%;
  background-image: radial-gradient(#8e559a 50%, transparent 50%);
  background-position: 100% 100%;
  background-size: 5px 5px;
  display: block;
}
.social-signup button[type="submit"]:hover,
.social-signup input[type="submit"]:hover {
  filter: brightness(120%);
}
.social-signup button[type="submit"]:active,
.social-signup input[type="submit"]:active {
  transform: translate(0, 1px);
}
.social-signup button[disabled] {
  background-color: #0c9443;
  cursor: default;
}
.social-signup button[disabled]:hover {
  filter: none;
}
.social-signup button[disabled]:active {
  transform: none;
}
.social-signup button[disabled]:before, .social-signup button[disabled]:after {
  background-image: radial-gradient(#559b91 50%, transparent 50%);
}

#social-landing .hero {
  background: #fcddef url(/social-share/signup/hero/bg1.png) no-repeat right center;
  background-size: cover;
  padding: 2rem 4rem;
  animation: hero-bg 5s infinite linear;
}
#social-landing .hero h1 {
  font-size: 450%;
  font-weight: bold;
  color: #ed1c91;
  text-transform: uppercase;
}
#social-landing .hero p {
  font-weight: 300;
  width: 250px;
  position: relative;
  font-family: "Barlow", sans-serif;
  margin: 0.5rem 0 1rem 0;
}
#social-landing .hero p img {
  position: absolute;
  right: -7px;
  top: -7px;
  height: 60px;
  transform: translate(100%, -50%);
}

#social-landing .points {
  display: flex;
  justify-content: space-between;
  padding: 2rem 1rem;
}
#social-landing .points img {
  display: block;
  margin: 0 auto 1rem auto;
}
#social-landing .points .point {
  flex-basis: 33.33%;
  padding: 0 2rem;
}
#social-landing .points h3 {
  font-size: 150%;
  text-align: center;
  font-weight: bold;
  color: #ed1c91;
  text-transform: uppercase;
}

#social-landing .subscribe {
  padding: 2rem 0 4rem 0;
  text-align: right;
  position: relative;
}
#social-landing .subscribe button.dots {
  margin-right: 1rem;
}
#social-landing .subscribe img {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100px;
  transform: translate(-33%, -15%);
}

@keyframes hero-bg {
  0%,
  19% {
    background-image: url(/social-share/signup/hero/bg1.png);
  }
  20%,
  39% {
    background-image: url(/social-share/signup/hero/bg2.png);
  }
  40%,
  59% {
    background-image: url(/social-share/signup/hero/bg3.png);
  }
  60%,
  79% {
    background-image: url(/social-share/signup/hero/bg4.png);
  }
  80%,
  99% {
    background-image: url(/social-share/signup/hero/bg5.png);
  }
}
#social-plan .hero {
  background: #edf6ff url(/social-share/signup/plan/header-bg.png) no-repeat right center;
  background-size: cover;
  padding: 2rem 4rem;
}
#social-plan .hero h1 {
  font-size: 500%;
  font-weight: bold;
  color: #ed1c91;
  text-transform: uppercase;
  line-height: 0.8;
}
#social-plan .hero h2 {
  color: #5ec5b9;
  font-size: 150%;
  margin-top: 0.5rem;
}

#social-plan .plans {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
}
#social-plan .plans .monthly,
#social-plan .plans .yearly {
  border-radius: 20px;
  box-shadow: -4px 2px 6px rgba(0, 0, 0, 0.15);
  width: 40%;
  cursor: pointer;
}
#social-plan .plans .monthly {
  background: #5bc7ba;
  margin-right: 2rem;
}
#social-plan .plans .yearly {
  background: #ed1c90;
  margin-left: 2rem;
}
#social-plan .plans .select {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 150%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin: 1.5rem 0 1.5rem 0;
}
#social-plan .plans .select .label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 75%;
  color: black;
  background: #f5f5f5;
  border: 3px solid white;
  border-radius: 100px;
  padding: 0 0.5rem;
  cursor: pointer;
}
#social-plan .plans .select .label input {
  vertical-align: middle;
  margin: 0 0.15rem 0.15rem 0;
  transform: scale(1.25);
}
#social-plan .plans .price {
  background: white;
  margin: 1rem;
  border-radius: 15px;
  padding: 2rem 0;
}
#social-plan .plans .price .per {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ed1c90;
  font-weight: bold;
  line-height: 1;
}
#social-plan .plans .price .per .only {
  font-size: 250%;
  margin: 0.5rem;
}
#social-plan .plans .price .per .dollars {
  font-size: 500%;
}
#social-plan .plans .price .per .cents {
  font-size: 250%;
  margin: 0.5rem 0.25rem 0 0;
}
#social-plan .plans .price .per .interval {
  font-size: 120%;
  margin: 0.5rem;
}
#social-plan .plans .price .strike {
  font-family: "Barlow", sans-serif;
  font-size: 200%;
  text-decoration: line-through;
  text-align: center;
}
#social-plan .plans .price .savings {
  font-size: 200%;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#social-plan .hearts .heart {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 270px;
  line-height: 1.2;
}
#social-plan .hearts p {
  font-size: 150%;
  font-family: "Barlow", sans-serif;
}
#social-plan .hearts img {
  height: 25px;
  margin: 0 1rem 0 0;
}
#social-plan .hearts small {
  display: block;
}
#social-plan .hearts button {
  display: block;
  width: 300px;
  margin: 3rem auto 6rem auto;
}

#social-confirm .top {
  display: flex;
  padding: 2rem 0;
}
#social-confirm .top .plan {
  flex-shrink: 0;
}
#social-confirm .top .desc {
  font-family: "Barlow", sans-serif;
  padding: 1rem 2rem;
  font-size: 120%;
}
#social-confirm .top small {
  display: block;
  margin-top: 0.5rem;
  font-size: 59%;
}

#social-confirm .plan {
  border-radius: 20px;
  box-shadow: -4px 2px 6px rgba(0, 0, 0, 0.15);
  width: 52%;
  cursor: pointer;
  overflow: auto;
}
#social-confirm .plan.monthly {
  background: #5bc7ba;
}
#social-confirm .plan.yearly {
  background: #ed1c90;
}
#social-confirm .plan .select {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 150%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem 0 1rem;
}
#social-confirm .plan .select .label {
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 75%;
  color: black;
  background: #f5f5f5;
  border: 3px solid white;
  border-radius: 100px;
  padding: 0 2rem;
}
#social-confirm .plan .select .label input {
  vertical-align: middle;
  margin: 0 0.15rem 0.15rem 0;
  transform: scale(1.25);
}
#social-confirm .plan .price {
  background: white;
  margin: 1rem;
  margin-top: 0.5rem;
  border-radius: 15px;
  padding: 1.5rem 0;
  padding-top: 1rem;
  display: flex;
  justify-content: space-evenly;
  line-height: 1.2;
}
#social-confirm .plan .price .per {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #ed1c90;
  font-weight: bold;
  line-height: 1;
}
#social-confirm .plan .price .per .dollars {
  font-size: 300%;
}
#social-confirm .plan .price .per .cents {
  font-size: 200%;
  margin: 0.25rem 0.25rem 0 0;
}
#social-confirm .plan .price .per .interval {
  font-size: 120%;
  margin: 0.5rem;
}
#social-confirm .plan .price .strike {
  font-family: "Barlow", sans-serif;
  font-size: 140%;
  text-decoration: line-through;
}
#social-confirm .plan .price .savings {
  font-size: 140%;
  font-weight: bold;
  text-transform: uppercase;
}
#social-confirm .plan .price .switch a {
  font-family: "Barlow", sans-serif;
  color: #666;
  text-decoration: underline;
  display: inline-block;
  margin-top: 0.5rem;
}

#social-confirm {
  padding-bottom: 4rem;
}
#social-confirm .payment-methods h1 {
  font-family: "Barlow", sans-serif;
  font-size: 120%;
  text-transform: uppercase;
}
#social-confirm .payment-methods h3 {
  font-family: "Barlow", sans-serif;
  font-size: 120%;
}
#social-confirm .card-selector-toolchain-application {
  margin: 2rem 0;
}
#social-confirm button[type="submit"][disabled] {
  opacity: 0.2;
  pointer-events: none;
  background-color: #777;
}
#social-confirm p.terms {
  margin: 0 0 1rem 0;
}
#social-confirm p.terms label {
  font-family: "Barlow", sans-serif;
  font-weight: normal;
}
#social-confirm p.terms a {
  color: #6d9e49;
  text-decoration: underline;
}

#social-thanks {
  text-align: center;
  font-size: 18px;
  padding: 3rem 0;
  position: relative;
}
#social-thanks,
#social-thanks h1,
#social-thanks h2,
#social-thanks h3,
#social-thanks h4,
#social-thanks p,
#social-thanks button,
#social-thanks label {
  font-family: "Barlow", sans-serif;
}
#social-thanks h3 {
  font-weight: 500;
}
#social-thanks h1 {
  font-size: 800%;
  font-weight: bold;
  color: #c9488c;
}
#social-thanks img.welcome {
  position: absolute;
  left: 50%;
  height: 100px;
  transform: translate(54%, -51%);
}
#social-thanks [type="submit"] {
  background: #77c4ba;
  margin: 6rem 0 2rem 0;
}
#social-thanks .catalog-items {
  display: flex;
  justify-content: space-evenly;
  margin: 1rem 0;
}
#social-thanks .catalog-item img {
  width: 180px;
  margin: 0;
  display: block;
}

.disclaimer {
  padding: 50px 15px 20px;
  font-size: 10px;
  font-family: "Helvetica Neue", "Frutiger", Helvetica, Arial, sans-serif;
}

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