
.rbr-hero2 {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.fl-hero__slides { position: absolute; inset: 0; z-index: 0; }
.fl-hero__slide {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fl-hero 21s linear infinite;
  will-change: opacity;
}
.fl-hero__slide:nth-child(1) { animation-delay: 0s; }
.fl-hero__slide:nth-child(2) { animation-delay: 7s; }
.fl-hero__slide:nth-child(3) { animation-delay: 14s; }
@keyframes fl-hero {
  0%   { opacity: 0; }
  4%   { opacity: 1; }
  31%  { opacity: 1; }
  36%  { opacity: 0; }
  100% { opacity: 0; }
}
.rbr-hero2__bg { z-index: 0; }
.rbr-hero2__scrim {
  z-index: 1;
  background: rgba(0, 0, 0, .18) !important;
}
.rbr-hero2__inner { position: relative; z-index: 2; width: 100%; }
.rbr-hero2__body { text-align: center; margin: 0 auto; max-width: 60ch; }
.rbr-hero2__top { justify-content: center; display: flex; gap: 12px; }
.rbr-hero2__h { color: #FFFFFF !important; }
.rbr-hero2__l1, .rbr-hero2__l2 {
  color: #FFFFFF !important;
  display: inline; 
}
.rbr-hero2__l1::after { content: " "; }
.rbr-hero2__sub {
  color: rgba(255, 255, 255, .92) !important;
  margin: 14px auto 0;
  font-size: 13px !important;
  letter-spacing: .04em;
  text-transform: none;
  max-width: 44ch;
}
.rbr-hero2__eyebrow, .rbr-hero2__idx { color: rgba(255, 255, 255, .8) !important; }
.rbr-hero2__cta {
  margin-top: 26px;
  display: flex; gap: 26px; justify-content: center; flex-wrap: wrap;
}
.rbr-hero2__cta .rbr-btn {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #FFFFFF !important;
  color: #FFFFFF !important;
  padding: 0 0 4px !important;
}
.rbr-hero2__cta .rbr-btn:hover {
  background: transparent !important;
  color: rgba(255, 255, 255, .7) !important;
  border-bottom-color: rgba(255, 255, 255, .7) !important;
}
.fl-cats { padding-block: 0 !important; }
.fl-cats > .rbr-wrap:first-child {
  padding-block: clamp(56px, 8vw, 120px) clamp(24px, 3vw, 44px);
  text-align: center;
}
.fl-cats > .rbr-wrap:last-child {
  max-width: none !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fl-cats__grid { gap: 0 !important; }
.fl-cats__a { aspect-ratio: 4 / 5; }
.fl-cats__a::after {
  inset: 0 !important;
  height: auto !important;
  background: rgba(0, 0, 0, .16) !important;
  transition: background .4s ease;
}
.fl-cats__a:hover::after { background: rgba(0, 0, 0, .26) !important; }
.fl-cats__cap {
  top: 50%; bottom: auto;
  transform: translateY(-50%);
  display: flex; align-items: baseline; justify-content: center; gap: 14px;
  text-shadow: 0 1px 14px rgba(0, 0, 0, .5);
}
.fl-cats__name {
  display: inline !important;
  font-size: 12px !important;      
  letter-spacing: .16em !important;
}
.fl-cats__go {
  margin-top: 0 !important;
  font-size: 10px !important;
  letter-spacing: .16em !important;
}
@media (max-width: 900px) {
  .rbr-hero2 { min-height: 82svh; }
  .fl-cats__a { aspect-ratio: 3 / 4; }
  .rbr-hero2__cta { gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .fl-hero__slide { animation: none; opacity: 1; }
  .fl-hero__slide:nth-child(n+2) { opacity: 0; }
}
