@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("fonts/altehaasgroteskregular.woff2") format("woff2"), url("fonts/altehaasgroteskregular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Alte Haas Grotesk";
  src: url("fonts/altehaasgroteskbold.woff2") format("woff2"), url("fonts/altehaasgroteskbold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.wow {
  visibility: hidden;
}

.main {
  overflow: hidden;
}

body {
  font-family: "Alte Haas Grotesk", sans-serif;
  font-weight: 400;
}

img {
  width: 100%;
  height: auto;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding: 0 30px;
  margin: 0 auto;
}

h1 {
  font-size: 3rem;
  font-weight: 400;
}
@media screen and (min-width: 992px) {
  h1 {
    font-size: 5rem;
  }
}

.section {
  position: relative;
  padding: 90px 0;
}
@media screen and (min-width: 992px) {
  .section {
    padding: 160px 0;
  }
}

.section--about .col {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.section--about .logo {
  max-width: 180px;
  margin-bottom: 20px;
}
.section--about p {
  font-size: 1rem;
  line-height: 1.5;
}
.section--about p ~ p {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .section--about .logo {
    max-width: 400px;
    margin-bottom: 55px;
  }
  .section--about p {
    font-size: 1.25rem;
  }
}

.link {
  position: relative;
  display: inline-flex;
  text-decoration: none;
  color: #000;
}
.link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transition: all 0.35s ease;
}
@media screen and (min-width: 992px) {
  .link:hover::after {
    width: 0;
  }
}

.row {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 992px) {
  .row {
    flex-direction: row;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}/*# sourceMappingURL=styles.css.map */