#fw-section-header {
a {
  background-image: linear-gradient(
    to right,
    #fe9521,
    #fe9521 50%,
    #fff 50%
  );
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0px;
  margin: 10px;
  position: relative;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease-in-out;
  font-weight: bold;
}

a:before{
  content: '';
  background-image: linear-gradient(
    to right,
    #f801fb,
    #276efb 100%
  );
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

a:hover {
 background-position: 0;
}

a:hover::before{
  width: 100%;
}
}
#fw-section-featured-collection-a28a37d1-65c3-4131-b232-e8281fc9e451 {
h2 {
  text-decoration: underline;
  font-style: italic;
}
}
#fw-section-featured-collection-b2c4d695-fa34-4bd7-8934-1ac34aa40402 {
h2 {
  text-decoration: underline;
  font-style: italic;
}
}
#fw-section-featured-collection-1701094358 {
h2 {
  text-decoration: underline;
  font-style: italic;
}
}
#fw-section-hero-9b22694f-4d59-40d0-bb25-0b24e876b74c {
.section-background__image{
  background-size:contain;
}
}
#fw-section-hero-video-99cfea97-3cbd-44d5-9714-9095a09385d6 {
.hero__text{
        position: absolute;
        right: 25px;
        top: 0px;
        font-size: 12px;
        margin-top: 12px;
        font-weight:bold;
}

.hero__container{
  height:480px;
}  
.section-background__video{
        object-fit: contain;
        object-position: center;
  }
}
#fw-section-featured-collection-1701094493 {
h2 {
  text-decoration: underline;
  font-style: italic;
}
}