@charset "UTF-8";

html, body {
  height: 100%;
}
body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    background-color: rgba(255,255,255,1.00);
    overflow-x: hidden;
}
body, input, select, textarea, button {
    color: #2D2D2D;
    font-size: 13px;
    line-height: 1.5em;
    font-weight: normal;
    -webkit-appearance: none;
}
a {
    outline: none;
    color: #2D2D2D;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
img {
    display: block;
    max-width: 100%;
    outline: none;
}
h1 {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1.5em;
}
h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.5em;
}

.padding {
    padding: 3%;
}
.margin-top {
    margin-top: 3%;
}
.margin-bottom {
    margin-bottom: 3%;
}
.purple-background {
    background-color: #270769;
}
.yellow-background {
    background-color: #f7941d;
}
span.headline {
    font-size: 1vh;
    font-weight: 600;
    flex: none;
    width: 100%;
    display: block;
    margin-bottom: 2%;
    line-height: 1.5em;
}
span.headline > span {
    position: relative;
}
/*
span.headline > span:after {
    content: "";
    background: url("/images/logo-femhoeje-black.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40px;
    height: 47px;
    position: absolute;
    left: calc(100% + 30px);
    top: -20px;
    display: block;
    transform: rotate(-40deg);
}
*/
span.headline.big {
    font-size: 50px;
}
aside {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    flex: none;
    width: 300px;
    background-color:#f7941d;
    z-index: 9;
}
aside > div {
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
#logo {
    width: 50%;
    display: block;
    margin: 0 auto;
    flex: none;
}
#logo img {
    max-height: 18vh;
    margin: 0 auto;
}
.button {
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: center;
    transition: background 0.5s 0s ease;
}
.button:hover {
    background-color: #120036;
}
.purple {
    background-color: #262262;
    /*background-color: #e95200;*/
}
nav {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
nav a {
    text-decoration: none;
    font-size: 20px;
    color: #270769;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
    padding: 15px 0;
    text-align: center;
}
.getintouch {
    flex: none;
}
.getintouch-profile {
    margin-bottom: 20px;
    filter: grayscale(1);
    display: none;
}
.getintouch-contact {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.getintouch-contact > span {
    font-size: 16px;
    font-weight: 600;
}
.getintouch-contact > p {
    padding: 0;
    margin: 0 0 6px 0;
}
.getintouch-contact > a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.getintouch-contact > a > img {
    height: 15px;
    margin-right: 8px;
}
.social {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.social img {
    width: 23px;
    margin: 0 5px;
}
.social img:hover {
    filter: none;
    opacity: 0.6;
}
.buy-ticket {
    font-size: 18px;
    width: 100%;
    display: block;
    position: relative;
}
.buy-ticket small, .button.top small {
    font-size: 11px;
    font-weight: 400;
    display: none;
}
/*.buy-ticket small, .button.top small {
    display: block;
    font-size: 11px;
    font-weight: 400;
    position: absolute;
    background-color: rgba(250,205,77,10);
    color: #270769;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 1px 6px;
    border-radius: 2px;
}*/
article {
    width: calc(100% - 300px);
    margin-left: 300px;
}
 .container {
    padding: 3%;
}
.frontpage-video {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-color: rgba(0,0,0,1.00);
    display: flex;
    align-items: center;
}
.frontpage-video:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #e95200;
    opacity: .6;
}
.frontpage-video video {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}
.frontpage-video .content {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 25;
    height: 100%;
    left:0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

/* COUNTDOWN */
#defaultCountdown {
    color: #FFF;
    margin-top: 40px;
}
.countdown-row {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}
.countdown-section {
	display: block;
	text-align: center;
    color: #FFF;
    flex: none;
    position: relative;
    margin: 0 2%;
}
.countdown-amount {
    font-size: 400%;
    line-height: 1.5em;
    padding: 40px 30px;
    font-weight: 600;
    /*background-color: #270769;*/
    border: 1px solid rgba(255,255,255,0.2);
    display: block;
    border-radius: 5px;
}
.countdown-period {
    display: block;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f7941d;
    color: #FFFFFF;
    padding: 2px 6px;
    border-radius: 2px;
    font-weight: 600;
}

section.slidedown {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 30;
}
.slidedown a {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: inline-block;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
  letter-spacing: .1em;
  text-decoration: none;
  transition: opacity 0.4s;
}
.slidedown a:hover {
  opacity: 1;
}
#slidedownSection a {
  padding-top: 60px;
}
#slidedownSection a span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;
}

@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}


.button.top {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 999;
    width: auto;
    padding: 15px 60px;
    font-size: 18px;
}
.frontpage-video h1 {
    color: #FFF;
    font-size: 80px;
    font-weight: 600;
    position: relative;
    text-align: center;
}
.frontpage-video h1 > small {
    position: absolute;
    top: 20px;
    right: -40px;
    font-size: 15px;
    line-height: 15px;
    background-color: #f7941d;
    padding: 5px 10px;
    color: #FFFFFF;
    transform: rotate(20deg);
    width: 110px;
    border-radius: 2px;
}
.frontpage-video h1 > span {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
}
.frontpage-video h1 > span > img {
    width: 45px;
    margin: 0 15px;
    /*animation: shake 5s ease infinite;
    animation-iteration-count: infinite;*/
}
/*
@keyframes shake {
    0% { transform:translate(0,0) }
    1% { transform:translate(-2px,-2px) }
    2% { transform:translate(-2px,0px) }
    3% { transform:translate(2px,2px) }
    4% { transform:translate(2px,-2px) }
    5% { transform:translate(-2px,2px) }
    6% { transform:translate(-2px,2px) }
    7% { transform:translate(2px,2px) }
    8% { transform:translate(-2px,-2px) }
    9% { transform:translate(2px,2px) }
    10% { transform:translate(2px,-2px) }
    100% { transform:translate(0,0) }
}
*/
.frontpage-video h1 > span > img.test {
}
.artists-box-first, .artists-box-second {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.artists > span {
    text-align: center;
    padding-top: 20px;
}
.artists > span > span:after  {
    content:"";
    background-image: url("/images/icon-sound.gif");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 40px;
    width: 40px;
    top: -30px;
    transform: translateX(-50%);
    left: 50%;
}
.artists-box-first > div {
    width: 48%;
    flex: none;
    position: relative;
}
.artists-box-first > div > img {
    width: 100%;
}
.artists-box-second > div {
    flex: none;
    width: 18%;
    position: relative;
}
.artists-box-second > div > img {
    width: 100%;
}
.artists-box-first > div > span, .artists-box-second > div > span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}
.artists-box-first > div > span > img, .artists-box-second > div > span > img {
    display: block;
    width: 18px;
    height: 18px;
}
body .artists-box-second > div > span > img {
}
.social-footer {
    background-color: #d0d0d0;
    padding: 0 0 20px 0;
}
.social-footer > div {
    display: flex;
    justify-content: center;
}
.social-footer > div > a > img {
    width: 20px;
    margin: 0 5px;
}
.share {
    position: relative;
}
.share > span {
    display: block;
    position: absolute;
    bottom: 35px;
    letter-spacing: -5px;
    width: 100%;
    z-index: 9;
    font-size: 7vh;
    line-height: 0.7em;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    color: #f6f6f6;

}
.share > span > span:first-child {
    opacity: 0.7;
}
.share > span > span.hashtag {
    color: #FFF;
    padding-left: 10px;
}
.share img {
    width: 100%;
    display: block;
    opacity: 0.2;
}
#aboutFestival {
    padding: 150px 0 80px;
}
#aboutFestival > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 700px;
    max-width: 95%;
    text-align: center;
    margin: 0 auto;
}
#aboutFestival > div > h1 {
    flex: none;
    width: 100%;
}
#voluntary {
    padding-top: 150px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
#voluntary > div:first-child {
    flex: none;
    width: 60%;
    padding-right: 40px;
}
#voluntary > div:last-child {
    flex: auto;
    width: 30%;
}
.voluntaryheader {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    display: block;
    line-height: 1;
}
.voluntaryheader small {
    display: block;
    font-size: 16px;
    font-weight: 300;
    padding-top: 10px;
}
.voluntaryform {
    background-color: #f7941d;
    padding: 30px;
    color: #FFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.voluntaryform > span {
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

#faq {
  display: flex;
  height: auto;
  padding: 150px 0 50px 0;
  border-bottom: 1px solid #eee;
}

#faq > .faqtitle {
  width: 30%;
  padding-right: 40px;
  margin-right: 40px;
  position: relative;
  border-right: 1px solid #eee;
}

.faqtitle span {
  width: 100%;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.faqtitle small {
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding-top: 10px;
}

#faq > .questions {
  width: 70%;
  flex: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#faq .active .questioncontent {
  height: auto;
  pointer-events: auto;
  opacity: 1;
  padding: 20px 20px 0;
}

#faq .active i.plus svg path {
  stroke-width: 0;
}

#faq .active i.minus svg path {
  stroke-width: 1;
}

.question .questiontitle {
  border-radius: 25px;
  width: 100%;
  padding: 10px 20px;
  background-color: #eee;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.question .plus-minus {
  position: relative;
  width: 17px;
  height: 17px;
  min-width: 17px;
}

.plus-minus i.minus svg path {
  stroke-width: 0;
}

.plus-minus i {
  position: absolute;
  width: 100%;
  height: 100%;
}

.question .questioncontent {
  transition: .2s ease-in;
  transition-property: padding-top;
  height: 0;
  opacity: 0;
  pointer-events: none;
  overflow: hidden;
}

.questioncontent p {
  margin: 0;
  padding: 0;
}

footer {
    background-color: #FFF;
}
.partners {
    position: relative;
}
.partners > div {
    display: flex;
    flex-wrap: wrap;
}
.partners > div > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex: none;
    position: relative;
    padding: 5% 2%;
}
.partners > div > div span {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f7941d;
    color: #FFF;
    padding: 4px 6px;
    width: 80%;
    text-align: center;
    display: none;
}
.partners-logos img {
    max-width: 80%;
    filter: grayscale(1);
    opacity: 0.5;
    margin: 30px auto;
}
.partners-logos > a:not(:last-child) {
    display: block;
    border-bottom: 1px solid #eee;
}
.partners-highfives {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 0 0;
}
.partners-highfives > div:nth-child(1) {
    width: 30%;
}
.partners-highfives > div:nth-child(2) {
    width: 25%;
}
.partners-highfives > div:nth-child(3) {
    width: 20%;
}
.partners-highfives > div:nth-child(4) {
    width: 12.5%;
}
.partners-highfives > div:nth-child(5) {
    width: 12.5%;
}
.partners-highfive {
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners-highfive img {
    width: 25px;
    margin: 0 8px;
    filter: grayscale(1);
    opacity: 0.5;
}
.partners-logos img:hover {
    opacity: 1;
    filter: none;
}
.trrbhf {
    width: 30%;
}
.trrbhf .partners-logos img {
    margin-bottom: 0;
}
.trrbhf:after, .trbhf:after, .tbhf:after, .hf:after {
    content: "";
    position: absolute;
    left: 100%;
    height: 80%;
    width: 1px;
    background-color: #eee;
}
.trbhf {
    width: 25%;
}
.trbhf .partners-logos img {
    height: 80px;
}
.tbhf {
    width: 20%
}
.hf {
    width: 12.5%;
}
.bn {
    width: 12.5%;
}
/*
.partners > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.partners > div > div {
    display: block;
    flex: auto;
    margin: 0 2%;
}
.partners > div > div a {
    display: block;
}
.partners img {
    max-height: 60px;
    max-width: 200px;
    width: 100%;
    filter: grayscale(1);
}
.partners img:hover {
    filter: grayscale(0);
}
*/

.program p {
    margin: 0;
    padding: 6px 0;
    font-size: 15px;
    font-weight: bold;
}

/* NEWS */
.news-container {
    display: flex;
    justify-content: space-between;
}
.news-container > * {
    width: 48.5%;
    flex: none;
    position: relative;
}

.news-header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-image: url('/images/news-bg.jpg');
    background-size: cover;
}
.news-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(233,82,0,0.7);
}
.news-header > div {
    z-index: 2;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}
.news-header > div > span {
    font-size: 40px;
    display: block;
    line-height: 1.5em;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}
.news-header > div > span:after {
    content: "";
    background-image: url("/images/icon-logo-stroke-white.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    height: 70px;
    width: 70px;
    top: -70px;
    transform: translateX(-50%);
    left: 50%;
}
.news-header input[type="text"] {
    height: 40px;
    border: none;
    padding: 0 10px;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
    border-radius: 5px;
}
.news-header input[type="submit"] {
    background-color: #262262;
    border: none;
    border-radius: 5px;
    color: #FFF;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.5s 0s ease;
}
.news-header input[type="submit"]:hover {
    background-color: #120036;
}
.news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-list > div {
    flex: none;
    width: 48%;
    margin: 0 0 2%;
}

.dateandclock {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    font-size: 10px;
}
.dateandclock > span {
    display: flex;
    align-items: center;
}
.dateandclock > span > img {
    width: 11px;
    margin-right: 6px;
}
.news-item-headline {
    font-weight: 600;
    font-size: 16px;
}
.news-item-headline > a {
    text-decoration: none;
}
.btnmenu {
    display: none;
}
.become-sponsor {
    margin-bottom: 60px;
}
.sponsor-section-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1%;
}
.sponsor-section-block {
    flex: none;
    width: 18%;
    margin: 0 1% 2%;
}
.sponsor-section-block > span {
    width: 100%;
    flex: none;
    background-color: #f7941d;
    color: #FFF;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.sponsor-section-block-item {
    flex: none;
    width: 100%;
    display: flex;
    background-color: #f7f7f7;
    padding: 30px;
    margin-bottom: 20px;
}
.sponsor-section-block-item p {
    padding: 0;
    margin: 0;
}
.sponsor-section-block .image {
    flex: none;
    width: 100%;
}
.sponsor-section-block > div {
    margin: 0 0 20px;
}
.sponsor-section-block .image img {
    height: 70px;
    max-width: 100%;
    margin: 0 auto;
}
.sponsor-section-block .description {
    flex: none;
    width: 100%;
}

.business {
    margin: 50px 0 0 0;
    border-top: 1px solid #eee;
    padding: 50px 0 0 0;
}
.business > div {
    display: flex;
    flex-wrap: wrap;
}
.business > div > span {
    flex: none;
    width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
}
.business > div a {
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.business > div a img {
    max-width: 100px;
}


@keyframes femhoje {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@media (max-width: 1350px) {
    .sponsor-section-block {
        width: 31.3%;
    }
}
@media (max-width: 900px) {

    #faq {
      padding-top: 70px;
      flex-direction: column;
    }
    #faq .faqtitle {
      padding-right: 0;
      margin-right: 0;
      border-right: none;
      min-height: 150px;
      width: 100%;
    }
    #faq .faqtitle span {
      text-align: left;
    }

    #faq .questions {
      width: 100%;
    }

    #voluntary {
        padding-top: 70px;
        border-top: 1px solid #eee;
    }
    #voluntary > div:first-child {
        width: 100%;
        padding-right: 0;
    }
    #voluntary > div:last-child {
        width: 100%;
        margin-top: 20px;
    }
    .artists-box-second > div {
        width: 48%;
    }
    .sponsor-section-block {
        width: 100%;
        margin: 0 0 2% 0;
    }
    .become-sponsor {
        margin-top: 60px;
    }
    .sponsor-section-block {
        margin-bottom: 30px;
    }
    .sponsor-section-block > span {
    }
    .trrbhf, .trbhf, .tbhf, .hf, .bn {
        width: 100%;
    }
    .partners-logos > a:not(:last-child) {
        border-bottom: none;
    }
    .partners > div > div {
        padding: 0 2%;
    }
    .trrbhf .partners-logos img {
        margin-bottom: 30px;
    }
    .news-list > div {
        width: 100%;
        margin-bottom: 20px;
    }
    .partners {
        padding: 40px 0;
    }
    .partners-logos img {
        max-width: 60%;
        max-height: 50px;
        margin: 0 auto 30px;
    }
    .trrbhf:after, .trbhf:after, .tbhf:after, .hf:after {
        display: none;
    }
    .container {
        padding: 5%;
    }
    h2 {
        font-size: 14px;
    }
    span.headline.big {
        font-size: 20px;
    }
    .news-header > div > span {
        font-size: 20px;
    }
    .trbhf .partners-logos img {
        height: 60px;
    }
    .button.top, .btnmenu {
        z-index: 100;
    }
    .btnmenu {
        display: block;
        position: fixed;
        top: 20px;
        left: 20px;
        height: 49px;
        width: 49px;
        cursor: pointer;
        background-color: #f7941d;
        border-radius: 5px;
        padding: 10px;
    }
    .button.top {
        right: 20px;
        top: 20px;
    }
    .menucontainer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0);
        z-index: 700;
        transform: translateX(-130%);
        transition: background .5s ease;
    }
    .menucontainer.active {
        transform: translateX(0);
        background-color: rgba(0,0,0,.7);
    }
    aside {
        position: absolute;
        max-width: 85%;
        transform: translateX(-100%);
        transition: transform .5s ease;
    }
    .menucontainer.active aside {
        transform: translateX(0);
    }
    article {
        width: 100%;
        margin: 0;
    }
    .frontpage-video h1 {
        font-size: 40px;
        text-align: center;
    }
    .frontpage-video h1 > small {
        transform: translateX(50%);
        top: auto;
        bottom: 100%;
        right: 50%;
    }
    #defaultCountdown {
        width: 100%;
    }
    .countdown-amount {
        font-size: 18px;
        line-height: 1.5em;
        padding: 20px 20px;
        min-width: 70px;
    }
    .news-container {
        flex-direction: column;
    }
    .news-container > * {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-header {
        padding: 100px 5% 5%;
    }
    .share > span {
        font-size: 22px;
        letter-spacing: -2px;
    }
}

/*
     FILE ARCHIVED ON 08:21:39 Jul 12, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:07:40 Apr 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 3.461
  exclusion.robots: 0.053
  exclusion.robots.policy: 0.039
  esindex: 0.014
  cdx.remote: 56.051
  LoadShardBlock: 250.026 (3)
  PetaboxLoader3.resolve: 86.147 (3)
  PetaboxLoader3.datanode: 146.076 (5)
  load_resource: 143.51
  loaddict: 46.77
*/