.banner--fixed img,
.banner-entry {
  background-color: transparent;
}
 
section:nth-of-type(1) {
  margin: unset;
}

section:nth-of-type(1) .container ,
section:nth-of-type(5) .container ,
section:nth-of-type(7) .container {
  padding: unset;
  max-width: 100%;
}
section:nth-of-type(3).flex{
      margin-bottom: 0px !important;
}
section:nth-of-type(4) .hidden{
  display: none !important;
}
.bg-\[\#ffffff7d\]{
  background-color: #31301C !important;
  color: white;
}
.copyright-text p{
  color: white !important;
}
.hover\:text-primary:hover{
  color: white !important;
}
.hover:text-primary{
  color: white !important;
}