.cl {
  flex-direction: column;
}

.sb {
  justify-content: space-between;
}

.ac {
  align-items: center;
}

.as {
  align-items: flex-start;
}

.ae {
  align-items: flex-end;
}

.jc {
  justify-content: center;
}

.js {
  justify-content: flex-start;
}

.je {
  justify-content: flex-end;
}

.g16 {
  gap: 1rem;
}

.g24 {
  gap: 1.5rem;
}

.g32 {
  gap: 2rem;
}

h2, .btn, button {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.btn {
  border: 2px solid var(--black);
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05rem;
  padding: 0.5rem 1.5rem 0.4rem;
  border-radius: 1rem;
  align-items: center;
}
.btn.white {
  border: 2px solid var(--white);
  color: var(--white);
}
.btn.white:hover {
  background: var(--white);
  color: var(--color, --black);
}
.btn:hover {
  background: var(--black);
  color: var(--offwhite);
}

.btn.red {
  color: var(--white);
  background: var(--red);
  border: 2px solid var(--red);
}
.btn.red:hover {
  color: var(--red);
  background: var(--white);
}

.courses .splide__track {
  padding-bottom: 0;
}

footer {
  display: flex;
  justify-content: space-between;
  margin-inline: var(--inline-pad);
  padding: 4rem;
  gap: 3rem;
  background: var(--color);
  color: var(--white);
  border-radius: 1rem;
}
footer a {
  display: flex;
}
footer > div {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .logo img {
  height: 6rem;
  margin-bottom: 1.5rem;
}
footer .link:hover {
  text-decoration: underline;
  text-underline-offset: 0.4rem;
}
@media (orientation: portrait) {
  footer {
    flex-direction: column;
  }
}

.field-icon {
  font-size: 0;
}

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