#fw-section-custom-html-11eb9fc4-97c9-4f3f-85e6-b3b538b4cd3a {
.lh1{line-height: 1.08}
.section{
  position: relative; 
  text-align: center;
}
.h1-span{
  color: #5E39F3;
}
@media only screen and (min-width: 768px){
  .container.is-hero{
  position: relative; 
  width: 100%;
  z-index: 10; 
  margin-left: auto; 
  margin-right: auto; 
  padding: 1.5rem 1.5rem 0rem 1.5rem; 
  display: flex; 
  flex-direction: row; 
  gap: 1.5rem; 
  justify-content: space-between; 
  align-items: center;
    text-align: left;
}
  .content-wrap{
    display: flex; 
    flex-direction: column; 
    text-align: left; 
    gap: 1rem; 
    justify-content: start; 
    align-items: start;
    max-width: 44ch;
  }
}
@media only screen and (max-width: 767px){
  .container.is-hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .content-wrap{
    display: flex; 
    flex-direction: column; 
    text-align: center; 
    gap: 1rem; 
    justify-content: center; 
    align-items: center;
    max-width: 44ch;
  }
.lottie-wrap{
    width: 100%;
    margin-top: 1rem;
    margin-bottom: -1rem;
}}
@media only screen and (min-width: 991px){
  .lottie-wrap{
    width: 100%; 
    max-width: 40%; 
    margin-right: -1rem;
    margin-bottom: -1rem;
  }
}
.button{
  margin-top: 1rem; 
  font-weight: 600; 
  color: white; 
  background: #5E39F3; 
  border-radius: .75rem; 
  padding: 1rem 1.5rem; 
  text-decoration: none; 
  transition: opacity .3s ease-out;
}
.button:hover{
  opacity: .8;
}

.grid-top{
  position: absolute; 
  z-index: -1; 
  top: 0px; 
  left:0px; 
  right: 0px; 
  width: 100%;
}

@media only screen and (max-width: 767px){
h1{font-size: 2rem;}
}
}