* {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #000000;
  font-family: "Helvetica", sans-serif;
  text-transform: uppercase;
  line-height: 1.2em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration-thickness: 1px;
  text-decoration-color: rgba(27, 54, 68, 0.5019607843);
}
*:focus-visible {
  outline-color: #1b3644;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
}

.content {
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.content img {
  height: 15rem;
  margin-bottom: 2.5rem;
}
.content h1 {
  text-align: center;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 2.45rem */
  margin-bottom: 1.25rem;
}
.content p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 1.25rem */
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.content p a {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.75rem */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--05, 0.25rem);
  text-decoration: none;
}
.content p a svg path {
  fill: #000000;
}

@media only screen and (max-width: 1024px) {
  .content {
    justify-content: flex-start;
    padding: 11.25rem 1rem;
  }
  .content img {
    height: 6.4375rem;
    margin-bottom: 1.25rem;
  }
  .content h1 {
    margin-bottom: 0.75rem;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
  }
  .content p {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .content p a {
    padding: 0.5rem 0.75rem;
    gap: 0.5rem;
    font-family: Outfit;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
}

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