:root {
    --wineThemeGradient: linear-gradient(180deg, #120302, #2a0605, #400a08, #310706, #000);
    --greenThemeGradient: linear-gradient(180deg, #090903, #1c2009, #252f0e,#181a08,  #000);
    --brownThemeGradient: linear-gradient(180deg, #0b0702, #33200b, #42290e, #1e1306, #000);
    --purpleThemeGradient: linear-gradient(180deg, #08020b, #110518, #180721, #040105, #000);
}
@font-face {
    font-family: 'Gilroy-Light';
    src: url('/web/20211222163935im_/http://beshary.com/fonts/Gilroy-Light.woff2') format('woff2'),
        url('/web/20211222163935im_/http://beshary.com/fonts/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy-Medium';
    src: url('/web/20211222163935im_/http://beshary.com/fonts/Gilroy-Medium.woff2') format('woff2'),
        url('/web/20211222163935im_/http://beshary.com/fonts/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/web/20211222163935im_/http://beshary.com/fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('/web/20211222163935im_/http://beshary.com/fonts/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


body{
    position: relative;
    background-color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    height: 100%;
    overflow-x: hidden ;
}
header {
    position: fixed;
    width: 100%;
    display: flex;
    top: 0;
    background-color: transparent;
    padding: 2.5vh 0;
    z-index: 99;
    transition: transform 0.4s, background-color 0.4s;
}
header.sticky {
    /* background-color: rgba(133, 82, 19, 0.5); */
    background-color: #400a08;
    transition: background-color 0.4s;
}
.scroll-down header.sticky {
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s;
}

.scroll-up header.sticky {
    transform: none;
    transition: transform 0.4s;
}
/* nav styles */
.navbar {
    padding: 0;
}
.navbar-logo {
    width: 250px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 0 2px;
}
.nav-link {
    position: relative;
    font-family: 'Gilroy-Medium';
    color: #fff;
    background-color: transparent;
    text-shadow: none;
    will-change: text-shadow;
    transition: text-shadow .35s cubic-bezier(0.23, 1, 0.320, 1);
    /* margin: 0.5rem; */
    padding: 0;
}
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.nav-link:hover, .nav-link.active, .dropdown-item:hover {
    text-shadow: 0 0 0px #855213, 0 0 0px #855213, 0 0 0px #855213, 0 0 0px #855213, 0 0 10px #855213, 0 0 10px #855213, 0 0 20px #855213;
    color: #fff;
    background-color: transparent;
}
.nav-link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -2px;
    left: 0;
    background-color: #855213;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .35s ease-in-out;
}
.nav-link:hover::before, .nav-link.active::before, .nav-item.active::before, .dropdown-menu::before {
    transform: scaleX(1);
    transform-origin: left;
    transition: transform .35s ease-in-out;
}
.dropdown-menu {
    background-color: transparent;
    padding: 0;
    border: 0;
    padding: 12px 0 ;
    visibility: hidden;
    height: 0;
    opacity: 0;
    overflow: hidden;
    display: block;
    transition: all .35s ease-in-out;
    background-color: #400a08;
}
.dropdown:hover>.dropdown-menu {
    visibility: visible;
    opacity: 1;
    height: 145px;
    transition: all .35s ease-in-out;
}
.dropdown-item {
    color: #fff;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin-bottom: 10px;
}
/* home banner */
.showreel-video-container {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: transparent;
    overflow: hidden;
}
.home-banner {
    /* background-image: url(/web/20211222163935im_/http://beshary.com/images/paranormal.jpg); */
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}
.home-banner, .showreel-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 3;
}
.home-banner-content {
    position: relative;
    width: 100%;
    height: 100%;
}
.home-banner-content .row {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    bottom: 10vh;
    z-index: 4;
}
.social-media svg {
    width: 30px;
    fill: #fff;
}
.social-media-links:hover {
    text-decoration: none;
}
.social-media-links:hover svg {
    fill: #fb0868;
}
.video-controls {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
}
.video-controls svg{
    fill: #fff;
    height: 25px;
    cursor: pointer;
    width: 25px;
    z-index: 9;
}
.video-track {
    position: relative;
    width: 120px;
    height: 1px;
    margin: 0 15px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 9;
}

.video-track-progress{
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 10px;
    background-color: #855213;
    box-shadow: 0 0 2px #855213, 0 0 10px #855213, 0 0 20px #855213, 0 0 30px #855213, 0 0 40px #855213, 0 0 50px #855213;
}
/* content */
.main-content {
    position: relative;
    color: #fff;
}
.home-sections {
    padding: 30px 0;
}
.work-section {
    padding-top: 100px;
    background: linear-gradient(180deg, #120302, #2a0605, #400a08, #310706);
}
.bio-news-section {
    background: linear-gradient(180deg, #310706,#040101);
}
/* work section */
.textured-title {
    position: relative;
    width: 100%;
    font-family: 'Gilroy-Bold';
    font-size: 5rem;
    text-transform: uppercase;
    background-position: center center;
    background-size: contain;
    color: #174713;
    -webkit-animation: mainTitlesAnimtion 80s linear infinite;
    -moz-animation:  mainTitlesAnimtion 8s linear infinite;
    -o-animation:  mainTitlesAnimtion 80s linear infinite;
    animation: mainTitlesAnimtion 80s linear infinite;
    z-index: 0;
}

@keyframes mainTitlesAnimtion {
    from {
        background-position: 0% 0%
    }
    to { 
        background-position: 100% 0%
    }
}

.work_category_container {
    position: relative;
    width: 100%;
    height: 100%;
}
.work-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.home-content .work_item {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 350px;
    overflow: hidden;
}
.home-content .work_item-reverse {
    flex-direction: row-reverse;
}
.home-content .work_item-reverse .work_item_content {
    margin-left: 0;
    margin-right: 30px;
}
.home-content .work_item_img {
    position: relative;
    width: 65%;
    overflow: hidden;
}
.home-content .work_item_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}
.home-content .work_item_content {
    width: 35%;
    margin-left: 30px;
}
.home-content .work_item_category {
    position: relative;
    font-family: 'Gilroy-Bold';
    text-transform: uppercase;
    font-size: 3.5rem;
    line-height: 2.8rem;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-end;
}
.zigzag {
    width: 100px;
    margin-left: 15px;
    stroke-dasharray: 287.1959228515625;
    stroke-dashoffset: 287.1959228515625;
    fill:none;
    stroke-miterlimit:10;
    stroke-width:8;
}
@keyframes drawin {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes drawout {
    to {
        stroke-dashoffset: 287.1959228515625;
    }
}

.zigzag.animated {
    animation: drawin 1s .5s  linear forwards;
}
.work_item_title {
    font-family: 'Gilroy-Medium';
    font-size: 1.8rem;
    text-transform: uppercase;
}
.work_item_synopsis {
    font-family: 'Gilroy-Light';
    font-size: 0.9rem;
}
.home_main_btn {
    position: relative;
    display: inline-block;
    text-transform: capitalize;
    border: 2px solid #fff;
    padding: 12px 15px;
    border-radius: 10px;
    color: #fff;
    margin-top: 15px;
    transition: border 0.4s;
    font-size: 13px;
    line-height: 0;
    transition: border 0.4s;
}
.home_main_btn:hover {
    text-decoration: none;
    color: #fff;
}
.theme-brown .home_main_btn:hover {
    border: 2px solid #855213;
    transition: border 0.4s;
}
.theme-green .home_main_btn:hover {
    border: 2px solid #064713;
    transition: border 0.4s;
}
.theme-brown .slider_control:hover {
    fill: #855213;
    transition: fill 0.4s;
}
.theme-green .slider_control:hover {
    fill: #064713;
    transition: fill 0.4s;
}
.theme-green .zigzag {
    /* fill: #855213; */
    stroke:#855213;
}
.theme-brown .zigzag {
    /* fill: #064713; */
    stroke:#064713;
}
.slider_control {
    position: absolute;
    width: 25px;
    top: 50%;
    outline: none;
    fill: #fff;
    transition: fill 0.4s;
}
.slider_prev_btn {
    right: 0;
    transform: translateY(-50%);
}
.slider_next_btn{
    left: 0;
    transform: translateY(-50%);
}

/* home bio */
.home_bio_container {
    height: 500px;
}
.bio-news-section hr {
    position: relative;
    width: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
    border: 0;
    top: -50px;
}
.bio-news-section .theme-brown hr {
    border-top: 4px solid #855213;
}
.bio-news-section .theme-green  hr {
    border-top: 4px solid #064713;
}
.home-bio-content {
    padding-top: 50px;
}
.home-bio-img {
    position: relative;
    width: 75%;
    left: 12%;
    bottom: 0;
    top: -50px;
}
.home-news-img {
    position: relative;
    width: 100%;
    z-index: 1;
}
.home-news-img img {
    position: relative;
    width: 100%;
    right: -60px;
}
.home-news-img .news_word {
    position: absolute;
    width: 100%;
    /* height: 100%; */
    top: 7px;
    left: 20px;
    z-index: 3;
    font-size: 6rem;
    line-height: 5rem;
}
/* footer */
footer {
    position: relative;
    background: linear-gradient(180deg, #040101, #000000);
    color: #fff;
    padding-bottom: 15px;
    font-family: 'Gilroy-Light';
    font-size: .9rem;
}
.terms-copyrights {

    font-size: 0.9rem;
    text-transform: capitalize;
}
.terms-copyrights a {
    color: #fff;
}

.mad-logo {
    width: 50%;
    margin-bottom: 15px;
}


/* inner pages */
.w_theme {
    background: var(--wineThemeGradient);
}
.b_theme {
    background: var(--brownThemeGradient);
}
.g_theme {
    background: var(--greenThemeGradient);
}
.p_theme {
    background: var(--purpleThemeGradient);
}
/*  */
.inner_main_content {
    position: relative;
    min-height: 100vh;
    padding: 100px 0;
}
.inner-work-category img {
    width: 150px;
}
.inner-work-video {
    position: relative;
    width: 100%;
    min-height: 500px;
    margin: 30px 0;
    color: #fff;
}
.inner-work-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.inner-work-video .video-controls {
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.inner-work-title {
    display: block;
    width: 100%;
    font-family: 'Gilroy-Medium';
    font-size: 2.5rem;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
.inner-work-still {
    position: relative;
    margin: 15px 0;
    height: 200px;
}
.inner-work-still img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-work-general {
    width: 100%;
    display: block;
    font-family: 'Gilroy-Light';
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}
.inner-work-general span {
    font-family: 'Gilroy-Medium';
}
.embed-responsive {
    height: 500px;
}
.embed-responsive-item {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-work-synopsis {
    font-family: 'Gilroy-Light';
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    margin-top: 15px;
}
.filter {
    filter: grayscale(1)  brightness(50%);
}

.modal-body {
    padding: 0;
}
.ekko-lightbox-nav-overlay a {
    z-index: 9;
}
.prev {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.next {
    position: absolute;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.prev path, .next path{
    fill: #fff;
    transition: fill .4s;
}
.prev path:hover, .next path:hover {
    fill: #855213;
    transition: fill .4s;
}
.inner_main_content .modal-dialog {
    display: none;
}
/* intro */
.body_intro{
    overflow: hidden;
}
/* .body_intro .main-content {
    margin-top: 100vh;
} */
.intro{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    overflow: hidden;
    background-color: #fff;
    perspective: 50px;
    backface-visibility: hidden;
    will-change: transform;
    z-index: 999;
}
.intro_item{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.intro_svg{
    background-color: #fff;
    mix-blend-mode: screen;
    z-index: 9;
    perspective: 50px;
    -webkit-perspective: 50;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
}
.intro_svg svg{
    fill: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    /* -ms-transform: translateZ(-150px);
    -webkit-transform: translateZ(-150px);
    -moz-transform: translateZ(-150px);
    -o-transform: translateZ(-150px);
    transform: translateZ(-150px);
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d; */
    transform: translateZ(-150px);
    backface-visibility: hidden;
    will-change: transform;
    z-index: 999;
}
/* .st0{
    fill: #fff;
} */
/* bio inner page */
.bio {
    margin-top: 50px;
}
.bio_top_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.bio_title {
    width: 100%;
    position: relative;
    left: -50px;
    font-size: 17rem;
    line-height: 15rem;
    margin-top: 40%;
    z-index: 0;
    
    align-self: flex-start;
}
.bio_socialmedia {
    margin: 15px;
}
.bio_img {
    position: relative;
    left: 35px;
    display: block;
    z-index: 2;
}

.bio_line {
    position: relative;
    display: block;
    width: 100%;
    border: 3px solid #855213;
    margin: 0;
}
.bio_pattern {
    position: absolute;
    fill: #064713;
    align-self: flex-end;
    margin-bottom: 30px;
}
.bio_pattern2 {
    fill: #855213;
    width: 200px;
    margin-left: auto;
    transform: rotate(180deg);
}
.bio_text {
    position: relative;
    font-family: 'Gilroy-Light';
    margin-top: 30px;
    color: #fff;
}
/* inner news */
.news_img_container {
    display: flex;
    justify-content: start;
    align-items: baseline;
    height: 250px;
    overflow: hidden;
    color: #fff;
}
.news_word {
    font-size: 5rem;
    line-height: 4rem;
    transform: rotate(180deg);
    writing-mode: vertical-rl;
    text-align: left;
    width: fit-content;
    background-position: left bottom;
    background-size: contain;
    background-image: url('/web/20211222163935im_/http://beshary.com/images/pattern3-vertical.jpg')!important;
}
.new_content {
    position: relative;
    margin-left: 5rem;
    color: #fff;
    font-family: 'Gilroy-Bold';
}
.inner_news_title {
    font-size: 28px;
    color: #855213;
    text-transform: uppercase;
    margin-top: 10px;
}
.news_date {
    font-size: 18px;
    margin-bottom: 15px;
}
.news_pragraph {
    font-family: 'Gilroy-Medium';
}
.news_share_container {
    position: relative;
    width: 120px;
}
.news_share_box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 15px;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    width: 100%;
}
.news_share_box span {
    position: relative;
    font-family: 'Gilroy-Bold';
    font-size: 12px;
    left: 5px;
    top: 2px;
    text-transform: uppercase;
}
.news_share_icons {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    border-radius: 15px;
    background-color: rgba(255,255,255,.7);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transform-origin: bottom;
    transition: all .35s;
}
.show_share_icons {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transform-origin: top;
    transition: all .35s;
}
.news_share_icons::after {
    content: '';
    position:absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(255,255,255,.7);
}
.share_fb_btn, .share_twitter_btn {
    position: relative;
    width: 50%;
    text-align: center;
    padding: 2px 0;
}
.share_fb_btn svg {
    fill: #3b5998;
}
.share_twitter_btn svg {
    fill: #00acee;
}
/* photography */
.photography_item {
    position: relative;
    padding: 0 5px;
    margin: 5px 0;
    height: 250px;
    cursor: pointer;
}
.photography_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* news */
.news_item {
    color: #fff;
    margin: 15px 0;
}
.news_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.news_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}
.news_content {
    margin-top: 10px;
    width: 90%;
}
.news_title {
    display: inline-block;
    font-family: 'Gilroy-Bold';
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
}
.news_date {
    font-family: 'Gilroy-Bold';
    font-size: 14px;
    text-transform: uppercase;
}
.news_p span{
    font-family: 'Gilroy-Light';
    font-size: 15px;
    margin-right: 5px;
}
.news_p a {
    text-transform: capitalize;
    color: #fff;
    font-family: 'Gilroy-Medium';
}
/* main work page */

/* for testing */
.container {
    /* border: 1px solid #fff; */
}

.back_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}
/* work general */
.inner_main_content .work_item {
    position: relative;
    height: 350px;
    margin: 15px 0;
    color: #fff;
    overflow: hidden;
}
.inner_main_content .video_work_item {
    cursor: pointer;
}
.inner_main_content .video_work_item svg {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    fill: #fff;
}
.inner_main_content .work_video .modal-footer {
    justify-content: end;
    align-items: flex-start;
}
.inner_main_content .work_item:hover {
    color: #fff;
}

.inner_main_content .work_item_img {
    position: relative;
    width: 100%;
    height: 75%;
    overflow: hidden;
}
.inner_main_content .work_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform .5s ease-in-out;
    will-change: transform;
}
.inner_main_content .work_item_name {
    margin-top: 10px;
    font-size: 28px;
    text-transform: uppercase;
    height: 15%;
}
.inner_main_content .work_item_cover {
    position: absolute;
    top: -50px;
    left: -50px;
    transform:  scale(1);
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: transform .5s cubic-bezier(0.47, 0, 0.745, 0.715), opacity .5s ease-in-out;
    transform-origin: center center;
    will-change: transform,opacity;
}
.w_theme .work_item_cover {
    background-color: rgba(64, 10, 8, 0.7);
}
.p_theme .work_item_cover {
    background-color: rgba(24, 7, 33, 0.7);
}
.g_theme .work_item_cover {
    background-color: rgba(24, 26, 8, 0.7);
}
.b_theme .work_item_cover {
    background-color: rgba(30, 19, 6, 0.7);
}
.inner_main_content .work_item:hover .work_item_cover {
    transform: scale(15);   
    opacity: 1;
    transition: transform .5s cubic-bezier(0.47, 0, 0.745, 0.715), opacity .5s ease-in-out;
    transform-origin: center center;
    will-change: transform, opacity;
}
.inner_main_content .work_item:hover .work_item_img img {
    transform: scale(1.2);
    transition: transform .5s ease-in-out
}
.work_video .modal-body{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.work_video .modal-dialog {
    max-width: 60%;
}
.work_video .modal-footer {
    align-items: flex-start;
}
.work_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#contact_form {
    position: relative;
    color: #fff;
}
.contact_content {
    font-family: 'Gilroy-Light';
    color: #fff;

}
.contact_content p {
    margin-bottom: 5px;
}
.contact_img {
    /* width: 75%; */
    /* -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1); */
}
.contact_img {
    position: relative;
    /* right: 50px; */
    display: block;
    z-index: 2;
    /* margin-left: auto; */
    width: 400px;
    max-width: 100%;
}
@supports (background-clip: text) or (-webkit-background-clip: text) {
    .textured-title {
        -webkit-background-clip: text;
        background-clip: text;
        color: transparent;
    }
    .textured-title-pattern1 {
        background-image: url('/web/20211222163935im_/http://beshary.com/images/pattern1.jpg');
    }
    .textured-title-pattern2 {
        background-image: url('/web/20211222163935im_/http://beshary.com/images/pattern2.jpg');
    }
    .textured-title-pattern3 {
        background-image: url('/web/20211222163935im_/http://beshary.com/images/pattern3.jpg');
    }    
}
/*
     FILE ARCHIVED ON 16:39:35 Dec 22, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:30:00 Sep 23, 2025.
     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: 0.888
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.016
  esindex: 0.019
  cdx.remote: 257.334
  LoadShardBlock: 368.126 (3)
  PetaboxLoader3.datanode: 292.036 (4)
  PetaboxLoader3.resolve: 252.222 (2)
  load_resource: 267.151
*/