.newsletter-form-wrapper {
  position: relative; }

.newsletter-form {
  display: flex; }
  @media screen and (max-width: 400px) {
    .newsletter-form {
      display: block; } }
  .newsletter-form input[type="email"] {
    background: #363a54;
    border: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #dcdcdc;
    flex-grow: 1;
    padding: 1.3rem 2rem;
    font-size: 1.4rem;
    font-family: "Exo 2", sans-serif;
    box-sizing: border-box; }
    @media screen and (max-width: 400px) {
      .newsletter-form input[type="email"] {
        width: 100%;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0; } }
  .newsletter-form input[type="email"]:focus {
    background: #3b3f5a; }
  .newsletter-form button {
    background: #4e6893;
    color: #ffffff;
    font-weight: 500;
    font-size: 1.4rem;
    border: 0;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: "Exo 2", sans-serif;
    text-transform: uppercase;
    padding: 1.3rem 2rem;
    cursor: pointer;
    box-sizing: border-box; }
    @media screen and (max-width: 400px) {
      .newsletter-form button {
        width: 100%;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px; } }
  .newsletter-form button:hover {
    background: #58739e; }

.newsletter-form-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0.5;
  overflow: hidden; }
  .newsletter-form-loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%); }

.newsletter-form-message {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 1rem;
  margin-top: 0.5rem;
  border-radius: 3px; }
  .newsletter-form-message a {
    color: #ffffff; }

.newsletter-form-message--error {
  background: #c54040; }

.newsletter-form-message--success {
  background: #478f4a; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.6rem;
  background-color: #24273f;
  color: #eaeaec;
  font-family: "Exo 2", sans-serif;
  text-align: center; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

.container {
  width: 50rem;
  margin: 0 auto; }
  @media screen and (max-width: 600px) {
    .container {
      width: auto;
      padding: 0 2rem; } }

#coming-soon-page {
  padding: 8rem 0; }

img.logo {
  margin-bottom: 3.5rem;
  width: 40rem;
  max-width: 40rem; }
  @media screen and (max-width: 600px) {
    img.logo {
      width: 100%;
      padding: 0 1rem;
      box-sizing: border-box; } }

h1 {
  font-weight: 300;
  font-size: 2.2rem;
  margin-bottom: 2rem; }

p.sports {
  font-size: 1.5rem;
  color: #758692; }

.features {
  display: flex;
  justify-content: space-between;
  margin: 6rem 0; }
  .features .feature {
    text-align: center;
    width: 10rem; }
    .features .feature .feature__circle {
      background-color: #324668;
      border-radius: 50%;
      width: 5rem;
      height: 5rem;
      display: inline-block;
      position: relative;
      margin-bottom: 0.5rem; }
      .features .feature .feature__circle img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
    .features .feature h4 {
      color: #a7a8b2;
      font-weight: 300;
      font-size: 1.6rem; }

h2 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.7rem; }

p.newsletter {
  color: #92939d;
  font-size: 1.7rem;
  margin-bottom: 2.5rem; }

footer {
  padding-bottom: 1.5rem; }
  footer p.details {
    color: #80818d;
    font-size: 1.4rem;
    margin-bottom: 1.5rem; }
  footer p.copyright {
    color: #92939f;
    font-size: 1.4rem; }

#error-page {
  padding: 8rem 0; }
  #error-page img.logo {
    width: 25rem; }
  #error-page h1 {
    font-weight: 500;
    font-size: 15rem;
    margin-bottom: 1rem; }
  #error-page p {
    font-weight: 300;
    font-size: 1.7rem;
    margin-bottom: 12rem;
    color: #92939d;
    line-height: 2.7rem; }
    #error-page p a {
      color: #92939d; }
    #error-page p a:hover {
      opacity: 0.8; }

