/* ========================================================================
   Variables
 ========================================================================== */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: 0;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}
*:focus {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
img,
video,
iframe,
picture {
  display: block;
}
a {
  display: inline-block;
  color: inherit;
  pointer-events: auto;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
button {
  background: none;
}
ul,
ol,
li {
  list-style: none;
}
input {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background-color: transparent;
}
input:focus {
  outline: none;
  box-shadow: none;
  border-color: initial;
}
.home-upgrade .wrapper {
  margin: 128px auto;
}
@media only screen and ( min-width: 960px ) {
  .home-upgrade .wrapper {
    margin: 160px auto;
  }
}
.home-upgrade__content {
  max-width: 582px;
  margin: 0 auto;
  text-align: center;
}
.home-upgrade__content span {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: 'euclidcircularb-bold', Helvetica, Arial, sans-serif;
  color: #0ec76a;
}
.home-upgrade__content h2 {
  margin: 20px 0;
  font-size: 32px;
  line-height: 40px;
  font-family: 'euclidcircularb-medium', Helvetica, Arial, sans-serif;
}
@media only screen and ( min-width: 960px ) {
  .home-upgrade__content h2 {
    font-size: 46px;
    line-height: 56px;
  }
}
.home-upgrade__content p {
  font-size: 17px;
  line-height: 28px;
  white-space: pre-line;
  color: rgba(0, 0, 0, 0.7);
}
.home-upgrade__buttons a:not(:last-of-type) {
  margin-bottom: 16px;
}
@media only screen and ( min-width: 640px ) {
  .home-upgrade__buttons a:not(:last-of-type) {
    margin-right: 16px;
  }
}

