html, body { height: 100%; }

body.hs-dark{
  position:relative;
  color:#f2f2f2;
  background-color:#0f0f12;
  font-family:system-ui,-apple-system,BlinkMacSystemFont;
  background-image:linear-gradient(to right bottom,#051937,#004d7a,#1a5cbf,#92daef,#505ebf);
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-size:160% 160%;
  animation:hueShiftGlow 32s ease-in-out infinite;
}

body.hs-dark::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(45deg,#0000 71%,rgba(26,143,229,0.18) 0 79%,#0000 0)
      calc(10px / -2) calc(10px / 2) / calc(2 * 10px) calc(2 * 10px),
    linear-gradient(135deg,#0000 71%,rgba(26,143,229,0.18) 0 79%,#0000 0)
      calc(10px / 2) calc(10px / 2) / calc(2 * 10px) calc(2 * 10px),
    radial-gradient(rgba(26,143,229,0.22) 35%,rgba(0,0,0,0) 37%)
      0 0 / 10px 10px;
  background-repeat:repeat;
  -webkit-mask-image:linear-gradient(135deg,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 55%,rgba(0,0,0,0.35) 75%,rgba(0,0,0,0) 100%);
  mask-image:linear-gradient(135deg,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 55%,rgba(0,0,0,0.35) 75%,rgba(0,0,0,0) 100%);
  z-index:-1;
}

@keyframes hueShiftGlow{
  0%{background-position:0% 0%}
  50%{background-position:100% 100%}
  100%{background-position:0% 0%}
}

@media (prefers-reduced-motion: reduce){
  body.hs-dark{animation:none}
}

a{color:inherit;text-decoration:none}

.dropdown-item{padding:16px}

.hs-glass{
  background:rgba(15,15,18,0.62);
  backdrop-filter:blur(12px);
}

.hs-logo{letter-spacing:0.3em;font-weight:700}

.hs-brand{display:flex;align-items:center}

.hs-brand-logo{height:80px;width:auto;display:block}

@media (max-width:600px){
  .hs-brand-logo{height:60px}
}

.hs-sub{
  font-size:0.8rem;
  letter-spacing:0.2em;
  padding:3px 5px 4px 5px;
  background:#000;
}

footer .hs-sub{background-color:transparent}

.hs-title{
  font-size:clamp(3rem,6vw,5rem);
  font-weight:800;
}

.hs-subtitle{
  text-transform:uppercase;
  letter-spacing:0.25em;
  font-size:0.9rem;
  opacity:0.65;
}

.hs-blurb{
  max-width:520px;
  opacity:0.85;
}

.hs-panel-shell{
  background:rgba(0,0,0,0.25);
  backdrop-filter:blur(10px);
}

.hs-extraTile{width:100%}

.hs-extraTile img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  border:0;
  outline:0;
  box-shadow:none;
  background:transparent;
}

.hs-pageTile{
  border:0;
  padding:8px;
  padding: 10px 8px 8px 8px;
  color:#fff;
  background:#051937;
  width:100%;
  display:block;
  text-align:center;
}

.hs-pageTile img{
  width:100%;
  height:220px;
  object-fit:cover;
  display:block;
  border:0;
  outline:0;
  box-shadow:none;
  background:transparent;
}

@media (min-width:768px){
  .hs-extraTile img{height:240px}
  .hs-pageTile img{height:240px}
}

@media (min-width:992px){
  .hs-extraTile img{
    height:260px;
    margin-bottom:4px;
  }
  .hs-pageTile img{
    height:260px;
    margin-bottom:6px;
  }
}

.hs-extraTile .hs-tileLabel{display:none}

:is(#extraReader,#pageReader) .modal-content{
  background:rgba(10,10,12,0.92);
  color:#f2f2f2;
}

:is(#extraReader,#pageReader) .modal-header,
:is(#extraReader,#pageReader) .modal-footer{
  background:rgba(0,0,0,0.35);
}

:is(#extraReader,#pageReader) .modal-header .hs-kicker,
:is(#extraReader,#pageReader) .modal-header .fw-bold{
  color:#f2f2f2;
}

:is(#extraReader,#pageReader) .hs-readerPagination{
  color:#f2f2f2;
  font-weight:700;
  letter-spacing:0.06em;
  text-shadow:0 2px 10px rgba(0,0,0,0.65);
}

:is(#extraReader,#pageReader) .btn,
:is(#extraReader,#pageReader) .btn-outline-light{
  border-color:rgba(255,255,255,0.35);
}

:is(#extraReader,#pageReader) .swiper-wrapper{align-items:center}
:is(#extraReader,#pageReader) .swiper-slide{display:flex;align-items:center;justify-content:center}

:is(#extraReader,#pageReader) .hs-pageFrame{
  width:100%;
  height:calc(100vh - 260px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:20px;
}

@media (min-width:768px){
  :is(#extraReader,#pageReader) .hs-pageFrame{
    height:calc(100vh - 240px);
    padding:24px 28px;
  }
}

:is(#extraReader,#pageReader) .hs-pageImg{
  width:auto;
  height:auto;
  max-width:min(1100px, 72vw);
  max-height:calc(100vh - 320px);
  object-fit:contain;
  display:block;
  border:0;
  outline:0;
  box-shadow:none;
  background:transparent;
}

:is(#extraReader,#pageReader) .hs-readerHud{
  position:absolute;
  left:12px;
  right:12px;
  bottom:12px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  z-index:50;
  gap:10px;
  pointer-events:none;
  background:rgba(0,0,0,0.45);
  border:1px solid rgba(255,255,255,0.10);
  border-radius:14px;
  padding:10px 12px;
  backdrop-filter:blur(10px);
}

:is(#extraReader,#pageReader) .hs-readerHud > *{pointer-events:auto}

@media (max-width: 767.98px) {
  :is(#extraReader, #pageReader) .modal-content{
    height:100vh;
    display:flex;
    flex-direction:column;
  }

  :is(#extraReader, #pageReader) .modal-body{
    flex:1 1 auto;
    overflow:hidden;
  }

  :is(#extraReader, #pageReader) .hs-readerSwiper{
    height:100%;
  }

  :is(#extraReader, #pageReader) .hs-readerSwiper .swiper-wrapper{
    height:100%;
    align-items:stretch;
  }

  :is(#extraReader, #pageReader) .hs-readerSwiper .swiper-slide{
    height:100%;
    display:flex;
    align-items:stretch;
    justify-content:center;
  }

  :is(#extraReader, #pageReader) .hs-pageFrame{
    height:100%;
    width:100%;
    padding:14px;
  }

  :is(#extraReader, #pageReader) .hs-pageImg{
    max-width:100%;
    max-height:calc(100vh - 140px);
  }
}

.hs-feature{
  position:relative;
  display:block;
  height:420px;
  border-top:solid 10px #000;
  border-bottom:solid 10px #000;
  overflow:hidden;
}

.hs-feature img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:50% 50%;
  display:block;
  transform:scale(1.005);
  transition:transform .55s ease;
  position:relative;
  z-index:1;
}

.hs-feature[href*="rufus"] img,
.hs-feature[href*="star"] img {
  object-position:80% 80%;
}

.hs-feature:hover img{transform:scale(1.08)}

.hs-feature::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background-image:
    repeating-linear-gradient(-45deg,rgba(255,255,255,0.14) 0,rgba(255,255,255,0.14) 2px,rgba(255,255,255,0) 2px,rgba(255,255,255,0) 12px);
  -webkit-mask-image:linear-gradient(to bottom right,rgba(0,0,0,1) 0%,rgba(0,0,0,0.70) 14%,rgba(0,0,0,0.30) 24%,rgba(0,0,0,0.10) 30%,rgba(0,0,0,0) 36%);
  mask-image:linear-gradient(to bottom right,rgba(0,0,0,1) 0%,rgba(0,0,0,0.70) 14%,rgba(0,0,0,0.30) 24%,rgba(0,0,0,0.10) 30%,rgba(0,0,0,0) 36%);
  z-index:2;
}

.hs-feature__overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to right,rgb(255 106 0) 0%,rgba(0,0,0,.28) 55%,rgba(0,0,0,0) 85%),
    linear-gradient(to top,rgb(213 213 213 / 55%) 0%,rgba(0,0,0,0) 65%);
  pointer-events:none;
  z-index:3;
}

.hs-feature__content{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:10px;
  padding:0 12px;
  align-items:flex-start;
  z-index:4;
}

.hs-feature__kicker{
  font-size:.75rem;
  letter-spacing:.28em;
  opacity:.75;
  font-weight:700;
}

.hs-feature__text{
  max-width:52ch;
  opacity:.85;
  line-height:1.6;
}

.hs-feature__cta{
  margin-top:6px;
  font-weight:800;
  letter-spacing:.14em;
  opacity:.9;
  text-transform:uppercase;
  font-size:.85rem;
}

.hs-feature__kicker,
.hs-feature__name,
.hs-feature__text,
.hs-feature__cta{
  background:#000;
  display:inline;
  padding:4px 4px 6px 8px;
}

.hs-feature__name{
  font-size:clamp(2rem,4vw,3.2rem);
  padding-top:2px;
  font-weight:900;
  letter-spacing:.06em;
  color:#ffcd29;
}

.hs-tiles .col-md-4{padding:10px}

.hs-panel{
  position:relative;
  display:block;
  height:570px;
  overflow:hidden;
  background-color:#a32a1e;
}

.hs-panel-banner{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:8;
  background:rgba(0,0,0,0.85);
  color:#fff;
  text-align:center;
  font-weight:900;
  letter-spacing:0.22em;
  text-transform:uppercase;
  padding:10px 12px;
  pointer-events:none;
}

.hs-panel::before{
  content:"";
  position:absolute;
  inset:0;
  padding:10px;
  background:linear-gradient(135deg,rgba(255,30,70,.85),rgba(0,200,255,.65),rgba(0,255,160,.55),rgba(160,60,255,.65));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
  opacity:.55;
  transition:opacity .35s ease;
  z-index:5;
}

.hs-panel:hover::before,
.hs-panel:focus-visible::before{opacity:.9}

.hs-panel::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(45deg,rgba(255,255,255,0.12) 0,rgba(255,255,255,0.12) 2px,rgba(255,255,255,0) 2px,rgba(255,255,255,0) 12px);
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0) 60%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.4) 35%,rgba(0,0,0,0) 60%);
  pointer-events:none;
  z-index:0;
}

.hs-panel img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:2;
  filter:grayscale(.9) contrast(1.05) brightness(.95);
  transition:transform .45s ease, filter .35s ease;
  border:solid 4px #000;
}

.hs-panel:hover img,
.hs-panel:focus-visible img{
  transform:scale(1.06);
  filter:none;
}

.hs-swiper .swiper-wrapper{
  margin-bottom:24px;
}

.hs-readerModal.hs-hideHud .hs-readerHud {
  display: none !important;
}

.hs-extrasGrid {
    z-index: 5;
    position: relative;
}

@media (hover:none) and (pointer:coarse){
  .hs-panel img{filter:none}
}

.hs-subPage-header .btn.active,
.hs-subPage-header .btn.hover {
    background: #5b2220;
    color: #fff;
    border: solid 1px #5b2220;
}

.hs-subPage-header .btn:focus-visible,
.hs-subPage-header .btn:active {
  background: #fff;
  color: #000;
}

.hs-panel-label{
  position:absolute;
  bottom:24px;
  left:24px;
  font-size:1.2rem;
  font-weight:900;
  letter-spacing:0.20em;
  text-transform:uppercase;
  line-height:1;
  z-index:6;
  background:#000;
  padding:2px 2px 5px 6px;
  pointer-events:none;
}

.hs-dossier{
  border:1px solid rgba(255,255,255,.20);
  background:rgba(0,0,0,.50);
  padding:18px;
}

.hs-dossier__row{
  display:grid;
  grid-template-columns:110px 1fr;
  gap:14px;
  padding:10px 0;
  border-bottom:1px solid rgba(255,255,255,.08);
  align-items:center;
}

.hs-dossier__row:last-child{border-bottom:0}

.hs-dossier__label{
  font-size:.75rem;
  letter-spacing:.22em;
  opacity:.70;
  font-weight:800;
}

.hs-dossier__value{
  opacity:.92;
  line-height:1.6;
}

.hs-footer-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.hs-footer-left{
  display:flex;
  align-items:center;
  gap:12px;
  font-size:0.85rem;
  letter-spacing:0.18em;
}

.hs-footer-left .hs-logo{white-space:nowrap}
.hs-footer-left span{letter-spacing:normal}

.hs-heroFrame{
  position:relative;
  height:72vh;
  min-height:520px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.22);
}

.hs-heroImg{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position: top center;
  display:block;
  transform:scale(1.02);
}

.hs-heroShade{
  position:absolute;
  inset:0;
  background:
    linear-gradient(to top,rgba(0,0,0,.75) 0%,rgba(0,0,0,.25) 55%,rgba(0,0,0,0) 78%),
    linear-gradient(to right,rgba(0,0,0,.55) 0%,rgba(0,0,0,0) 60%);
  pointer-events:none;
}

.hs-heroText{
  position:absolute;
  left:22px;
  right:22px;
  bottom:22px;
}

.hs-heroName{
  margin:6px 0 10px;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
  font-size:clamp(2.2rem,4vw,3.4rem);
  line-height:1;
}

.hs-heroRole{display:flex;gap:10px;flex-wrap:wrap}

.hs-chip{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(15,15,18,.55);
  backdrop-filter:blur(8px);
  font-weight:800;
  letter-spacing:.18em;
  font-size:.72rem;
  text-transform:uppercase;
}

.hs-subPage-header{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:24px;

  flex-wrap:wrap;
  justify-content:flex-start;
}


.hs-subPage-header > .hs-sub{
  flex:0 0 100%;
}

.hs-subPage-header > .btn:first-of-type{
  margin-left:0;
}

@media (min-width:768px){
  .hs-subPage-header{
    justify-content:space-between;
    flex-wrap:nowrap;
  }

  .hs-subPage-header > .hs-sub{
    flex:0 0 auto;
  }

  .hs-subPage-header > .btn:first-of-type{
    margin-left:auto;
  }
}

.hs-profileFrame,
.hs-actionFrame{
  border:1px solid rgba(255,255,255,.10);
  background:rgba(0,0,0,.22);
  overflow:hidden;
}

.hs-profileFrame{height:240px}
.hs-actionFrame{height:320px}

.hs-profileFrame img,
.hs-actionFrame img{
  width:100%;
  height:100%;
  border:solid 3px #000;
  object-fit:cover;
  object-position: top center;
  display:block;
  position:relative;
  z-index:2;
}

.hs-actionFrame img{
  object-position: 50% 20%;
}

.hs-tileTreatment{position:relative;background-color:#a32a1e}

.hs-tileTreatment::before{
  content:"";
  position:absolute;
  inset:0;
  padding:10px;
  background:linear-gradient(135deg,rgba(255,30,70,.85),rgba(0,200,255,.65),rgba(0,255,160,.55),rgba(160,60,255,.65));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask-composite:exclude;
  pointer-events:none;
  opacity:.55;
  transition:opacity .35s ease;
  z-index:5;
}

.hs-tileTreatment:hover::before,
.hs-tileTreatment:focus-within::before{opacity:.9}

.hs-tileTreatment::after{
  content:"";
  position:absolute;
  inset:0;
  background-image:repeating-linear-gradient(45deg,rgba(255,255,255,0.12) 0,rgba(255,255,255,0.12) 2px,rgba(255,255,255,0) 2px,rgba(255,255,255,0) 12px);
  -webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.45) 40%,rgba(0,0,0,0) 65%);
  mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,0.45) 40%,rgba(0,0,0,0) 65%);
  pointer-events:none;
  z-index:4;
}

.hs-backTop{
  position:fixed;
  right:20px;
  bottom:20px;
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(0,0,0,0.75);
  border:1px solid rgba(255,255,255,0.25);
  color:#fff;
  text-decoration:none;
  font-size:20px;
  font-weight:700;
  opacity:0;
  pointer-events:none;
  transition:opacity .3s ease, transform .3s ease;
  z-index:1000;
}

.hs-backTop.show{
  opacity:1;
  pointer-events:auto;
}

.hs-backTop:hover{transform:translateY(-4px)}

.btn-primary,
.btn-primary:hover{
  background-color:#0f0c3b;
  border-color:#fff;
  color:#fff;
}

.btn-secondary,
.btn-secondary:hover{
  background-color:#fff;
  border-color:#fff;
  color:#000;
}

header.hs-glass{
  position:relative;
  z-index:4000;
}

header.hs-glass .navbar{
  position:relative;
  z-index:4100;
}

header.hs-glass .dropdown-menu{
  position:absolute;
  z-index:4200;
}

.modal{
  position:fixed;
  z-index:5000;
}

.modal-backdrop{
  z-index:4900;
}