.hover\:max-w-xl:hover,
.max-w-xl,
.max-w-xl-hover:hover {
  max-width: 1080px !important;
}

.space-bottom {
  margin-bottom: var(--bs-gutter-y);
}

.tes-navbar-sticky {
}

.tes-navbar-sticky .uc-center-navbar {
  display: none;
}

.tes-navbar-sticky .uc-bottom-navbar {
  background-color: #a90627;
}

#headline {
  /* height: 450px; */
}

.triangle {
  position: relative;
}

.triangle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  border-width: 10px 30px 10px 0;
  border-style: solid;
  border-color: transparent #ffffff transparent transparent;
}
