.header__top-nav.brxe-nav-nested .brx-dropdown-content {
  backdrop-filter: blur(5px) !important;
}
.brxe-dropdown.open.active {
  width: 100% !important;
}
.content-main {
  max-width: 1200px;
  margin: auto auto;
}
.header__top-nav.brxe-nav-nested .brx-nav-nested-items > li > [aria-current="page"] {
  padding-bottom: 5px !important;
  border-bottom: 3px solid var(--accent) !important;
}
.section__label {
  display: flex;
  align-items: center;
  text-align: center;
}
/* To show the lines on right 
and left sides of the text */
.section__label::after, .section__label::before {
  content: "";
  border: 2px solid;
  min-width: 5em;
  flex: 1;
}
/* Space on left and right sides of text */
.section__label:not(:empty)::before {
  margin-right: 0.55em;
}
.section__label:not(:empty)::after {
  margin-left: 0.55em;
}
.gradient__text--gold {
  background: #dfad4e;
  background: -moz-linear-gradient(0deg, #dfad4e 0%, #fbdba2 100%);
  background: -webkit-linear-gradient(0deg, #dfad4e 0%, #fbdba2 100%);
  background: linear-gradient(0deg, #dfad4e 0%, #fbdba2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfad4e",endColorstr="#fbdba2",GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text--gold {
  color: #FFCF74;
}
.gradient--gold {
  background: #dfad4e;
  background: -moz-linear-gradient(0deg, #dfad4e 0%, #fbdba2 100%);
  background: -webkit-linear-gradient(0deg, #dfad4e 0%, #fbdba2 100%);
  background: linear-gradient(0deg, #dfad4e 0%, #fbdba2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dfad4e",endColorstr="#fbdba2",GradientType=1);
}
