.anusa-attributes h2,
.anusa-attributes-item h3,
.anusa-footer h2,
.anusa-footer-cta a,
.anusa-hero a,
.anusa-hero h2,
.anusa-locations h2,
.anusa-locations h3,
.anusa-locations h4,
.anusa-locations-cta {
  font-family: "Autonation Regular";
  font-style: normal;
}
.anusa-attributes-item p,
.anusa-footer p,
.anusa-footer-disclaimer p,
.anusa-hero p,
.anusa-locations-subheading {
  font-family: "Autonation Light";
  font-style: normal;
}
.anusa-footer p,
.anusa-hero p {
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 150%;
  margin-bottom: 36px;
}
.anusa-attributes h2,
.anusa-footer h2,
.anusa-locations h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.42px;
  margin-top: 0;
}
.anusa-attributes-item h3,
.anusa-locations h3 {
  color: var(--text-heading);
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.42px;
}
.anusa-footer-cta a,
.anusa-hero a {
  background: linear-gradient(93deg, #cd1259, #E41565);
  border-radius: 8px;
  color: var(--white);
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 0;
  text-align: center;
}
.anusa-footer-cta a:focus,
.anusa-footer-cta a:hover,
.anusa-hero a:focus,
.anusa-hero a:hover {
  animation: 0.3s ease-in-out;
  background: #ad104c;
  text-decoration: none;
}
.anusa-hero {
  background-color: var(--text-heading);
  padding: 50px 16px;
}
.anusa-hero h1 {
  margin-block: 0;
}
.anusa-hero img {
  height: auto;
  max-width: 100%;
  width: 210px;
}
.anusa-hero h2 {
  color: var(--white);
  font-size: 32px;
  line-height: 120%;
  margin-block: 20px 10px;
}
.anusa-attributes {
  background-color: #f2f4f6;
  padding: 32px 16px;
}
.anusa-attributes h2,
.anusa-locations h2 {
  color: var(--text-heading);
}
.anusa-attributes h2 {
  margin-bottom: 24px;
}
.anusa-attributes-item {
  background-color: var(--white);
  border-radius: 16px;
  margin-bottom: 24px;
  padding: 24px;
}
.anusa-attributes-item:last-child {
  margin-bottom: 0;
}
.anusa-attributes-item h3 {
  margin-top: 24px;
}
.anusa-attributes-item p {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.245px;
  line-height: 21px;
}
.anusa-attributes-item a {
  color: var(--text-heading);
  text-decoration: underline;
}
.anusa-locations {
  padding: 32px 16px;
}
.anusa-locations-subheading {
  color: var(--text-heading);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.35px;
  line-height: 150%;
}
.anusa-locations h3 {
  margin-bottom: 24px;
}
.anusa-locations-item {
  background-color: #0d121c;
  border-radius: 16px;
  display: block;
  margin-bottom: 24px;
}
.anusa-locations-item:focus,
.anusa-locations-item:hover {
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.32);
  text-decoration: none;
}
.anusa-locations-item-img {
  background-position: center;
  background-size: cover;
  border-radius: 16px 16px 0 0;
  height: 160px;
}
.anusa-locations h4 {
  color: var(--white);
  font-size: 18px;
  margin-block: 0 32px;
  text-align: center;
}
.anusa-locations-inner {
  padding: 32px 16px 16px 16px;
}
.anusa-locations-cta {
  background-color: #f3f4f6;
  border-radius: 8px;
  color: var(--text-heading);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 10px 0;
  text-align: center;
}
.anusa-locations-cta:focus,
.anusa-locations-cta:hover {
  background-color: #e5e5e5;
}
.anusa-footer {
  background-color: var(--text-heading);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 50px 16px 16px 16px;
}
.anusa-footer h2 {
  color: var(--white);
  line-height: 150%;
  margin-bottom: 10px;
}
.anusa-footer-disclaimer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 50px;
  padding-top: 16px;
}
.anusa-footer-disclaimer p {
  color: var(--white);
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.245px;
  line-height: 1.2;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .anusa-hero {
    background-image:
      linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 0%),
      url("https://www.autonation.com/~/media/storeimages/2975/1.jpg");
    background-position: center;
    background-size: cover;
    padding-inline: 80px;
  }
  .anusa-hero-content {
    max-width: 480px;
  }
  .anusa-hero a {
    width: 343px;
  }
  .anusa-attributes-row,
  .anusa-locations-row {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
  }
  .anusa-attributes-item,
  .anusa-locations-item {
    flex: 1 1 calc((100% - 32px) / 2);
    max-width: calc((100% - 32px) / 2);
    margin-bottom: 0;
  }
  .anusa-footer-cta {
    padding-inline: 64px;
    text-align: center;
  }
  .anusa-footer-cta a {
    margin: 0 auto;
    width: 343px;
  }
}
@media (min-width: 1024px) {
  .anusa-hero {
    align-items: center;
    background-image:
      linear-gradient(65deg, var(--text-heading) 25%, rgba(0, 0, 0, 0) 70%),
      url("https://www.autonation.com/~/media/storeimages/2975/1.jpg");
    display: flex;
    margin-bottom: 50px;
    min-height: 600px;
  }
  .anusa-hero-content {
    max-width: 575px;
  }
  .anusa-hero img {
    width: 285px;
  }
  .anusa-hero h2 {
    font-size: 60px;
    line-height: normal;
    margin-bottom: 16px;
  }
  .anusa-footer-cta p,
  .anusa-hero p,
  .anusa-locations-subheading {
    font-size: 20px;
  }
  .anusa-footer-cta a,
  .anusa-hero a {
    font-size: 18px;
    padding: 16px;
  }
  .anusa-attributes {
    border-radius: 16px;
    margin: 0 16px 18px;
    padding: 32px;
  }
  .anusa-attributes h2,
  .anusa-footer h2,
  .anusa-locations h2 {
    font-size: 36px;
    margin-bottom: 16px;
  }
  .anusa-attributes-item,
  .anusa-locations-item {
    flex: 1 1 calc((100% - 48px) / 3);
    max-width: calc((100% - 48px) / 3);
  }
  .anusa-attributes-item h3,
  .anusa-locations h4 {
    font-size: 21px;
  }
  .anusa-attributes-item p {
    font-size: 16px;
  }
  .anusa-locations h3 {
    font-size: 26px;
    margin-top: 32px;
  }
  .anusa-locations-row {
    margin-bottom: 32px;
  }
  .anusa-footer h2 {
    line-height: normal;
  }
  .anusa-footer-disclaimer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    text-align: center;
  }
}
