#fw-section-hero-0 {

.hero__content, hero__content--center{
  padding-top: 130px; 
}

}


#fw-section-footer {

a {
  text-transform: lowercase;
}
.footer, .footer--center, .section-fw-section-footer-padding{
  background-color: white;
  border-top: 1px solid rgba(145, 145, 145, 0.2);
}
}
#fw-section-header {


a{
  text-transform: lowercase;
}
.header{
  border-bottom: 1px solid rgba(145, 145, 145, 0.3);
  backdrop-filter: blur(10px);
}
.header__logo-container{
  margin-top: -14px;
  margin-bottom: -20px;
}
@media (min-width: 640px) {
  .header__size--sm {
    height: auto;
    padding-top: 20px;
    padding-bottom: 12px;
  }
}
.header__list {
  display: flex;
}

.header__link {
  position: relative;
  padding-right: 15px;
}

.header__link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 1px;
  background: currentColor;
  opacity: 0.4;
}

/* remove divider from last item */
.header__list-item:last-child .header__link::after {
  display: none;
}
.header__dropdown,
.header__dropdown a,
.header__dropdown a:visited,
.header__dropdown a:hover,
.header__dropdown a:focus,
.header__dropdown a:active {
  color: #000 !important;
}

}