html {
  box-sizing: border-box;
}

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

.hidden {
  display: none !important;
}

body {
  margin: auto;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  background: url("/bg-mobile.902ac2b8.svg") no-repeat;
  background-color: hsl(257deg, 40%, 49%);
  min-height: 100vh;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  padding: 1.5rem;
}
@media only screen and (min-width: 23.4375rem) {
  body {
    background: url("/bg-desktop.256d0020.svg") no-repeat;
    background-color: hsl(257deg, 40%, 49%);
  }
}

h1 {
  color: hsl(0deg, 0%, 100%);
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media only screen and (min-width: 23.4375rem) {
  h1 {
    font-size: 40px;
    margin: 30px 0;
    width: 100%;
    text-align: left;
  }
}

p {
  color: hsl(0deg, 0%, 100%);
  text-align: center;
  margin: 0;
  font-weight: 400;
}
@media only screen and (min-width: 23.4375rem) {
  p {
    text-align: left;
    font-size: 20px;
  }
}

.is-responsive {
  display: flex;
  flex-shrink: 1;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 23.4375rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
@media only screen and (min-width: 23.4375rem) {
  .container {
    max-width: unset;
    flex-direction: row;
    align-items: flex-start;
  }
}

.illustration-container,
.text-and-cta-container {
  display: block;
}
@media only screen and (min-width: 23.4375rem) {
  .illustration-container,
.text-and-cta-container {
    width: 50%;
  }
}

.text-and-cta-container {
  padding-left: 1.5rem;
}

.logo-wrapper {
  margin-bottom: 50px;
}

.logo {
  width: 30%;
  text-align: left;
}
@media only screen and (min-width: 23.4375rem) {
  .logo {
    width: 15%;
  }
}

.illustration-wrapper {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}

.illustration {
  width: 100%;
  margin: auto;
}

.cta-button {
  margin: 30px auto 30px auto;
  border-radius: 25px;
  width: 70%;
  box-shadow: 5px 0 10px hsl(258deg, 52%, 33%), -5px 0 10px hsl(258deg, 52%, 33%);
}
@media only screen and (min-width: 23.4375rem) {
  .cta-button {
    width: 30%;
    margin-left: 0;
    margin-right: 0;
  }
}
.cta-button:hover, .cta-button:focus-visible, .cta-button.active {
  background-color: hsl(300deg, 69%, 71%);
}
.cta-button a {
  text-decoration: none;
  text-align: center;
  border-radius: 25px;
  background-color: hsl(0deg, 0%, 100%);
  padding: 10px 30px;
  color: hsl(257deg, 40%, 49%);
  display: block;
  margin: auto;
  width: 100%;
  height: 100%;
}
.cta-button a:hover, .cta-button a:focus-visible, .cta-button a.active {
  background-color: hsl(300deg, 69%, 71%);
  color: hsl(0deg, 0%, 100%);
}

.icons {
  width: 100%;
  justify-content: center;
}
@media only screen and (min-width: 23.4375rem) {
  .icons {
    justify-content: flex-end;
  }
}

.icon-wrapper {
  display: table;
  width: 40px;
  height: 40px;
  color: hsl(0deg, 0%, 100%);
  margin: 20px 10px;
  border-radius: 999px;
  border: 1px solid hsl(0deg, 0%, 100%);
}
.icon-wrapper:hover, .icon-wrapper:focus-visible, .icon-wrapper.active {
  border: 1px solid hsl(300deg, 69%, 71%);
}
.icon-wrapper a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: hsl(0deg, 0%, 100%);
  text-decoration: none;
}
.icon-wrapper a:hover, .icon-wrapper a:focus-visible, .icon-wrapper a.active {
  color: hsl(300deg, 69%, 71%);
}

/*# sourceMappingURL=/main.b228d672.css.map */