html {
  font-family: sans-serif;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

*, *:before, *:after { box-sizing: inherit; }

body {
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed", "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
}

article,
aside,
main {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

svg:not(:root) {
  overflow: hidden;
}

.layout {
  display: flex;
  min-height: 100vh;
}

.layout__content {
  background-color: #131313;
  color: #fff;
  flex: 1;
  padding: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.layout__sidebar {
  background-color: #fff;
  color: #131313;
  width: 48rem;
  padding: 8rem;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.page-title {
  font-size: 15rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  margin: 0;
  background-image: linear-gradient(180deg, #00A2B8, #00A2B8),
                    url(../assets/cap-start.svg),
                    url(../assets/cap-end.svg);
  background-position-x: 2.5rem, 0px, 100%;
  background-position-y: calc(100% - 2rem), calc(100% - 2rem), calc(100% - 2rem);
  background-size: calc(100% - 5rem) 5rem, auto 5rem, auto 5rem;
  background-repeat: no-repeat;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  display: inline;
  padding: 0 3.5rem;
}

.page-description {
  margin: 6rem 0 0;
  font-size: 3rem;
  line-height: 4.8rem;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

.page-description + .page-description {
  margin-top: 3rem;
}

.actions {
  padding: 0;
  margin: 0;
  list-style: none;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  grid-gap: 6rem;
}

.actions__link {
  color: #131313;
  font-size: 3.6rem;
  text-decoration: none;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.actions__icon {
  width: 4rem;
  height: 4rem;
  color: #00A2B8;
  margin-left: 4rem;
}

.footer {
  margin-top: auto;
  font-size: 1.6rem;
  font-weight: 300;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

@media screen and (max-width: 1280px) {
  .layout {
    flex-direction: column;
  }

  .layout__content,
  .layout__sidebar {
    padding: 4rem;
  }

  .layout__sidebar {
    width: 100%;
    text-align: center;
  }

  .actions {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 960px) {
  .page-title-wrapper {
    text-align: center;
  }

  .page-title {
    font-size: 100px;
    background-position-x: 2.5rem, 0px, 100%;
    background-position-y: calc(100% - 0.5rem), calc(100% - 0.5rem), calc(100% - 0.5rem);
    background-size: calc(100% - 5rem) 5rem, auto 5rem, auto 5rem;
  }

  .page-description {
    margin-top: 4rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    text-align: center;
  }

  .actions__link {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 560px) {
  .page-title {
    font-size: 5rem;
    background-position-x: 10px, 0px, 100%;
    background-position-y: calc(100% - 0.5rem), calc(100% - 0.5rem), calc(100% - 0.5rem);
    background-size: calc(100% - 2rem) 2rem, auto 2rem, auto 2rem;
  }

  .page-description {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
