#sd-particles {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  text-align: center;
}

#sd-particles #sd-particles-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero {
  position: relative;
  min-height: 635px;
  display: grid;
  place-items: center;
  padding: 96px 24px;
  overflow: hidden;
  text-align: center;
}

.home-hero__content {
  position: relative;
  z-index: 1;
  width: min(100%, 980px);
}

.homepage_heading {
  margin: 0;
  color: #222;
  font-family: Raleway, sans-serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.42;
  text-align: center;
  text-transform: lowercase;
}

.homepage_subheading {
  margin: 0;
  color: #686868;
  font-family: Raleway, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
  text-align: center;
}

.home-hero__actions {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.home-intro-section {
  width: min(100% - 48px, 980px);
  margin: 0 auto;
  padding: 92px 0 56px;
  text-align: center;
}

.home-intro-section h2 {
  margin: 0 0 28px;
}

.home-intro-section a {
  color: #8fc640;
}

.home-intro-section p {
  max-width: 720px;
  margin: 0 auto;
  color: #797979;
  font-size: 18px;
  line-height: 1.8;
}

.team-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  width: min(100% - 64px, 1210px);
  margin: 0 auto;
  padding: 20px 0 72px;
}

.team-card {
  min-width: 0;
  text-align: center;
}

.team-card img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}

.team-card__role {
  margin: 0 0 6px;
  color: #9e2064;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

.team-card h3 {
  margin: 0 0 14px;
}

.team-card p:last-child {
  margin: 0;
  color: #797979;
  font-size: 14px;
  line-height: 1.8;
}

.home-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-pillar {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 64px 80px;
}

.home-pillar h3 {
  margin: 0 0 22px;
  color: inherit;
}

.home-pillar p {
  margin: 0 0 42px;
  color: inherit;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  line-height: 1.8;
}

.home-pillar a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 22px;
  border: 2px solid currentColor;
  color: inherit;
  font-family: Raleway, sans-serif;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-pillar--accent {
  background: #9e2064;
  color: #fff;
}

.home-pillar--light {
  background: #ddd;
  color: #797979;
}

.home-pillar--light h3,
.home-pillar--light a {
  color: #212121;
}

.home-pillar--dark {
  background: #212121;
  color: #fff;
}

.home-clients-section {
  padding-top: 82px;
}

.home-clients-content {
  max-width: 820px;
  margin: 0 auto 42px;
  padding: 0 24px;
  text-align: center;
}

.home-clients-content h2 {
  margin: 0 0 16px;
}

.home-clients-content span {
  color: #8fc640;
}

.home-clients-content p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
}

.home-profile-cta-section {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  padding: 44px 24px;
  text-align: center;
}

.home-profile-cta-section h2 {
  margin: 0;
  color: #333;
  font-size: 28px;
}

.home-profile-cta-section span {
  color: #8fc640;
}

@media (max-width: 1284px) {
  .homepage_heading,
  .homepage_subheading {
    padding: 0 10px;
  }
}

@media (max-width: 1024px) {
  .team-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-pillars {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .homepage_heading {
    font-size: 39px;
  }
}

@media (max-width: 720px) {
  .team-section {
    grid-template-columns: 1fr;
    width: calc(100% - 48px);
  }

  .home-pillar {
    min-height: auto;
    padding: 48px 32px;
  }

  .home-profile-cta-section {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .homepage_heading {
    font-size: 28px;
  }
}
