.Contributor_featuredContributor__1CuMA {
  cursor: pointer;
  display: flex;
  margin-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .Contributor_featuredContributor__1CuMA {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media screen and (min-width: 768px) {
  .Contributor_featuredContributor__1CuMA {
    flex: 0 0 50%;
  }
}

@media screen and (min-width: 1440px) {
  .Contributor_featuredContributor__1CuMA {
    flex: 0 0 30%;
  }
}

.Footer_link__fkLYy {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5rem;
}

.Footer_link__fkLYy:hover {
  opacity: 0.6;
}

@media (min-width: 1024px) {
  .Footer_link__fkLYy {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.Footer_ul__16J19 {
  display: flex;
  flex-direction: column;
  margin-bottom: 1.5rem;
}

.Footer_ul__16J19 li {
  margin-bottom: 0.5rem;
}

.Footer_heading__1SuN4 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .Footer_heading__1SuN4 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.Header_searchContainer__2e05- {
  background-color: var(--secondary);
  border-color: var(--primary);
  align-items: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: fixed;
  top: 0px;
  right: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  .Header_searchContainer__2e05- {
    padding-top: 0px;
    padding-bottom: 0px;
    left: auto;
    width: 40%;
  }
}

@media (min-width: 1024px) {
  .Header_searchContainer__2e05- {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .Header_searchContainer__2e05-::before {
    content: '';
    z-index: -1;
    background-color: var(--secondary);
    height: 100vh;
    opacity: 0.6;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    transform: translateY(6rem);
  }
}

.Header_searchClear__1F6sT {
  opacity: 0.5;
}

.Header_searchClear__1F6sT:hover {
  opacity: 1;
}

.Header_searchClear__1F6sT {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

