.dynamic-hero {
	 display: flex;
	 flex-direction: column;
}
.dynamic-hero .hero-theme-light {
    background: linear-gradient(to bottom,#dfe1e5 0%,#dfe1e5 75%,#fff 75%,#fff 100%);
}
 @keyframes slide-in-herocontent {
	 from {
		 opacity: 0;
		 transform: translate3d(0, 50px, 0);
	}
	 to {
		 opacity: 1;
		 transform: translate3d(0, 0, 0);
	}
}
 @keyframes slide-in-image {
	 from {
		 opacity: 0;
		 -ms-transform: translateX(-100%);
		 -webkit-transform: translateX(-100%);
		 transform: translateX(-100%);
	}
	 to {
		 opacity: 1;
		 -ms-transform: translateX(0);
		 -webkit-transform: translateX(0);
		 transform: translateX(0);
	}
}
 .dynamic-hero .load-icon-herobullet {
	 opacity: 0;
	 animation: slide-in-herocontent 1s 0s forwards;
}
 .dynamic-hero .hero-bg.slide-in-hero {
	 animation-name: slide-in-herocontent;
	 animation-delay: 0.2s;
	 animation-duration: 1s;
	 animation-fill-mode: both;
}
 .dynamic-hero .hero-bg {
	 display: flex;
	 flex-direction: row;
	 position: relative;
	 justify-content: flex-end;
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg {
		 flex-direction: column;
	}
}
 .dynamic-hero .hero-bg .dynamic-hero-content.slide-in-hero .c-badge {
	 animation-name: slide-in-herocontent;
	 animation-delay: 0.4s;
	 animation-duration: 1s;
	 animation-fill-mode: both;
}
 .dynamic-hero .hero-bg .dynamic-hero-content.slide-in-hero h1 {
	 animation-name: slide-in-herocontent;
	 animation-delay: 0.6s;
	 animation-duration: 1s;
	 animation-fill-mode: both;
}
 .dynamic-hero .hero-bg .dynamic-hero-content.slide-in-hero div.c-paragraph-4 {
	 animation-name: slide-in-herocontent;
	 animation-delay: 0.8s;
	 animation-duration: 1s;
	 animation-fill-mode: both;
}
 .dynamic-hero .hero-bg .dynamic-hero-content.slide-in-hero a {
	 animation-name: slide-in-herocontent;
	 animation-delay: 1s;
	 animation-duration: 1s;
	 animation-fill-mode: both;
}
 .dynamic-hero .hero-bg .dynamic-hero-item.slide-left-hero {
	 animation: slide-in-image 1.5s 0s forwards;
	 opacity: 1 !important;
}
 .dynamic-hero .hero-bg .dynamic-hero-item.slide-in-hero {
	 animation-name: slide-in-herocontent;
	 animation-delay: 0.6s;
	 animation-duration: 1s;
	 animation-fill-mode: both;
}
 .dynamic-hero .hero-bg .dynamic-hero-item {
	 z-index: 0;
	 opacity: 0;
}
 .dynamic-hero .hero-bg .hero-indicators {
	 order: 2;
}
 .dynamic-hero .hero-bg .c-carousel {
	 order: 1;
	 padding-top: 100px;
	 display: flex;
	 align-items: flex-end;
	/*@media screen and (max-width: 539px) {
		 order: 2;
		 margin-bottom: 140px;
	}
	*/
}
 @media screen and (min-width: 1084px) and (max-width: 1400px) {
	 .dynamic-hero .hero-bg .c-carousel {
		 padding-top: 0px;
		 align-items: center;
	}
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg .c-carousel {
		 padding-top: 6%;
		 order: 2;
		 margin-bottom: 140px;
	}
	 .dynamic-hero .hero-bg .c-carousel .dynamic-hero-picture {
		 display: flex;
		 justify-content: center;
		 margin-left: 10%;
		 margin-right: 10%;
		 flex-direction: column;
	}
}
 .dynamic-hero .hero-bg .c-carousel .c-flipper + div {
	 overflow: initial;
}
 .dynamic-hero .hero-bg .c-carousel .hero-indicators {
	 margin-top: 0px;
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg .c-carousel .hero-indicators {
		 display: none;
	}
}
 .dynamic-hero .hero-bg .c-carousel .c-sequence-indicator {
	 bottom: -20px;
}
 .dynamic-hero .hero-bg .c-flipper {
	 top: 50%;
	 -ms-transform: translateY(-50%);
	 -webkit-transform: translateY(-50%);
	 transform: translateY(-50%);
	 position: absolute;
	 width: 48px;
	 height: 48px;
	 opacity: 0.8;
	 z-index: 439;
	 display: block;
	 color: black !important;
	 border: 2px solid #000;
}
 .dynamic-hero .hero-bg .c-flipper.flipper-hide {
	 display: none;
}
 .dynamic-hero .hero-bg .c-flipper.f-next {
	 right: 24px;
}
 .dynamic-hero .hero-bg .c-flipper.f-next:focus {
	 outline: none;
}
 @media screen and (max-width: 539px) {
	 .dynamic-hero .hero-bg .c-flipper.f-next {
		 right: 0;
	}
}
 .dynamic-hero .hero-bg .c-flipper.f-previous {
	 left: 24px;
}
 .dynamic-hero .hero-bg .c-flipper.f-previous:focus {
	 outline: none;
}
 @media screen and (max-width: 539px) {
	 .dynamic-hero .hero-bg .c-flipper.f-previous {
		 left: 0;
	}
}
 .dynamic-hero .hero-bg .flipper__tooltip {
	 display: none;
	 position: absolute;
	 border: 1px solid black;
	 font-size: 12px;
	 background-color: light-grey;
	 padding: 4px;
	 z-index: 100;
	 color: black;
}
 .dynamic-hero .hero-bg .previousFlipperToolTip {
	 left: 25px;
	 right: auto;
	 top: 36%;
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg .previousFlipperToolTip {
		 top: 44%;
	}
}
 .dynamic-hero .hero-bg .nextFlipperToolTip {
	 left: auto;
	 right: 25px;
	 top: 36%;
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg .nextFlipperToolTip {
		 top: 44%;
	}
}
 .dynamic-hero .hero-bg .flipper__tooltip--show {
	 display: block !important;
}
 .dynamic-hero .hero-bg .dynamic-content {
	 width: 30%;
	 display: flex;
	 flex-direction: column-reverse;
	 justify-content: flex-start;
	 margin-left: 130px;
	 margin-right: 60px;
	 margin-bottom: 6.5%;
	 margin-top: 30px;
	/*@media screen and (max-width: 539px) {
		 order: 1;
	}
	*/
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg .dynamic-content {
		 margin-bottom: 3%;
	}
}
 @media screen and (min-width: 1084px) and (max-width: 1400px) {
	 .dynamic-hero .hero-bg .dynamic-content {
		 width: 35%;
		 margin-bottom: 3.5%;
	}
}
 .dynamic-hero .hero-bg .dynamic-content h1.c-heading-2 {
	 padding-top: 0px;
}
 .dynamic-hero .hero-bg .dynamic-content p {
	 margin-top: 10px;
	 margin-bottom: 15px;
	 font-weight: 400;
}
 .dynamic-hero .hero-bg .dynamic-content a {
	 margin-bottom: 0;
	 color: #005caf;
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg .dynamic-content {
		 order: 1;
		 margin-left: 10%;
		 margin-right: 10%;
		 width: auto;
		 margin-top: 0;
	}
	 .dynamic-hero .hero-bg .dynamic-content .dynamic-hero-content {
		 margin-top: 50px;
	}
}
 .dynamic-hero .hero-bg .carousel-icon-container {
	 z-index: 7;
	 margin-left: -20px;
	 display: flex;
	 touch-action: pan-y;
}

.dynamic-content .dynamic-hero-content.slide-in-hero {
    animation-name: slide-in-herocontent;
    animation-delay: 0.6s;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.dynamic-hero .dynamic-hero-content.slide-left-hero {
    animation: slide-in-image 1.5s 0s forwards;
    opacity: 1 !important;
}
.dynamic-hero .dynamic-hero-content {
    z-index: 0;
    opacity: 1;
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-bg .carousel-icon-container {
		 position: absolute;
		 bottom: 0;
		 left: 50%;
		 transform: translateX(-50%);
		 margin-left: 0;
	}
}


.c-heading-1 {
    padding: 38px 0 6px;
    font-weight: 600;
    letter-spacing: -.01em
}

.c-heading-2 {
    padding: 37px 0 3px;
    font-weight: 600;
    letter-spacing: -.01em
}

.c-heading-3 {
    padding: 38px 0 2px;
    font-weight: 600
}

.c-heading-4 {
    padding: 36px 0 4px;
    font-weight: 600
}

.c-heading-5 {
    padding: 35px 0 5px;
    font-weight: 600
}

.c-heading-6 {
    padding: 37px 0 3px;
    font-weight: 600
}


.c-heading-1 {
    font-size: 62px;
    line-height: 72px
}

.c-heading-2 {
    font-size: 46px;
    line-height: 56px
}

.c-heading-3 {
    font-size: 34px;
    line-height: 40px
}

.c-heading-4 {
    font-size: 24px;
    line-height: 28px
}

.c-heading-5 {
    font-size: 20px;
    line-height: 24px
}

.c-heading-6 {
    font-size: 18px;
    line-height: 24px
}

@media(max-width: 767px) {
    .c-heading-1 {
        font-size:46px;
        line-height: 56px
    }

    .c-heading-2 {
        font-size: 34px;
        line-height: 40px
    }

    .c-heading-3 {
        font-size: 26px;
        line-height: 32px
    }

    .c-heading-4 {
        font-size: 20px;
        line-height: 24px
    }

    .c-heading-5 {
        font-size: 18px;
        line-height: 24px
    }

    .c-heading-6 {
        font-size: 16px;
        line-height: 20px
    }

    .c-heading-1 {
        padding: 37px 0 3px
    }

    .c-heading-2 {
        padding: 38px 0 2px
    }

    .c-heading-5 {
        padding: 37px 0 3px
    }

    .c-heading-6 {
        padding: 39px 0 1px
    }
}


 .dynamic-hero .hero-bg .carousel-icon-container ul {
	 display: inline-flex;
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li {
	 margin-right: -12px;
	 display: block;
	 align-items: center;
	 justify-content: center;
	 margin-left: -12px;
}
 @media screen and (max-width: 480px) {
	 .dynamic-hero .hero-bg .carousel-icon-container ul li {
		 margin-right: -20px;
		 margin-left: -20px;
	}
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li .m-product-placement-item {
	 margin: 0;
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item {
	 position: relative;
	 padding: 0;
	 background: none;
	 border: 3px solid transparent;
	 outline: none;
	 border-radius: 10px;
	 z-index: 0;
	 opacity: 0;
}
 @media screen and (max-width: 480px) {
	 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item {
		 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item .img-overlay {
	 position: absolute;
	 z-index: 10;
	 opacity: 0;
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item .img-overlay img {
	 object-fit: cover;
	 object-position: 50% 100%;
	 height: 120px;
	 width: 120px;
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item .img-base img {
	 object-fit: cover;
	 object-position: 50% 0%;
	 height: 120px;
	 width: 120px;
}


 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item:focus {
	 border: 3px solid blue;
	 outline: none;
}
.dynamic-hero .hero-bg .dynamic-content .c-heading-2 {
    padding-top: 0
}

 @media screen and (max-width: 480px) {
	 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item:focus {
		 border: none;
		 outline: 3px solid blue;
		 outline-offset: -18px;
	}
	.dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item .img-base img,
	.dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item .img-overlay img {
	    width: 103px;
	    height: 103px;
	}

}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item:active {
	 border: 3px solid transparent;
	 outline: none;
}
 @media screen and (max-width: 480px) {
	 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item:active {
		 border: none;
		 outline: 3px solid blue;
		 outline-offset: -18px;
	}
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item:focus[focus-select="true"] {
	 border: 3px solid transparent;
	 outline: none;
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item:focus[focus-select="true"] .logoTitle {
	 font-weight: 500;
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item .dynamic-carousel-icon-item[selected="true"] {
	 padding-bottom: 10px;
}
 .dynamic-hero .hero-bg .carousel-icon-container ul li button.dynamic-carousel-icon-item .logoTitle {
	 left: 50%;
	 position: absolute;
	 transform: translateX(-50%);
	 width: 100%;
	 margin-top: -16px;
	 z-index: 99;
}
 .dynamic-hero .hero-indicators {
	 display: flex;
	 justify-content: center;
	 margin-top: 10px;
}
 @media screen and (max-width: 1083px) {
	 .dynamic-hero .hero-indicators {
		 display: none;
	}
}
 html[dir='rtl'] .dynamic-hero .hero-bg .c-flipper.f-next {
	 left: 24px;
	 right: auto;
}
 @media screen and (max-width: 539px) {
	 html[dir='rtl'] .dynamic-hero .hero-bg .c-flipper.f-next {
		 right: auto;
	}
}
 html[dir='rtl'] .dynamic-hero .hero-bg .c-flipper.f-previous {
	 right: 24px;
	 left: auto;
}
 @media screen and (max-width: 539px) {
	 html[dir='rtl'] .dynamic-hero .hero-bg .c-flipper.f-previous {
		 left: auto;
	}
}
 html[dir='rtl'] .dynamic-hero .hero-bg .previousFlipperToolTip {
	 right: 25px;
	 left: auto;
	 top: 36%;
}
 @media screen and (max-width: 1083px) {
	 html[dir='rtl'] .dynamic-hero .hero-bg .previousFlipperToolTip {
		 top: 47% !important;
	}
}
 html[dir='rtl'] .dynamic-hero .hero-bg .nextFlipperToolTip {
	 right: auto;
	 left: 25px;
	 top: 40%;
}
 @media screen and (max-width: 1083px) {
	 html[dir='rtl'] .dynamic-hero .hero-bg .nextFlipperToolTip {
		 top: 47% !important;
	}
}
 html[dir='rtl'] .dynamic-hero .hero-bg .carousel-icon-container {
	 margin-right: -20px;
}
 html[dir='rtl'] .dynamic-hero .hero-bg .carousel-icon-container ul {
	 display: inline-flex;
}

img.c-image,picture.c-image img {
    display: block;
    margin: 0;
    max-width: 100%;
    height: auto
}

.c-carousel>div {
    overflow: hidden;
}
.c-carousel {
    position: relative;
}

@media screen and (min-width: 1084px) and (max-width:1400px) {
    .dynamic-hero .hero-bg .c-carousel {
        padding-top:0;
        align-items: center;
    }
    .dynamic-hero .hero-bg .dynamic-content {
        width: 35%;
        margin-bottom: 3.5%;
    }
}
.m-product-placement-item.f-size-medium picture,.c-product-placement.f-size-medium picture {
    width: 124px;
    height: 124px
}
.m-product-placement-item picture,.m-product-placement-item picture img,.m-product-placement-item picture .c-image,.c-product-placement picture,.c-product-placement picture img,.c-product-placement picture .c-image {
    display: block;
    position: relative;
    box-sizing: content-box
}
.m-product-placement-item picture .c-image,.c-product-placement picture .c-image {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.dynamic-hero .fade-in-bullet {
    animation: fade-in 1s 0s forwards;
}

.dynamic-hero .fade-out-bullet {
    animation: fade-out 1s 0s forwards
}
.dynamic-hero .c-call-to-action {
    padding: 5px 0 7px 0;
    display: block;
    position: relative;
    border: none;
    outline: 1px solid transparent;
    outline-offset: -3px;
    margin-left: 0;
    color: #0067b8;
    background: transparent;
    transition: none;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0;
    line-height: 1.3;
    white-space: nowrap;
}
.dynamic-hero .c-call-to-action:focus {
    outline: .1875rem dotted currentColor !important;
    background-color: transparent !important;
}

.dynamic-hero .c-call-to-action span {
    max-width: 100%;
    display: inline-block;
    position: relative;
    left: 0;
    text-overflow: clip;
    overflow: hidden;
    transition: all 200ms ease-in-out;
    vertical-align: top;
    line-height: 18.5px;
}
.dynamic-hero a.c-call-to-action:not(.glyph-play):after {
    content: "";
    font-size: 11px;
    margin-top: 3px;
    margin-left: 3px;
    position: relative;
    right: 0;
    font-family: "MWF-MDL2";
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

.c-flipper {
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fafafa;
    color: #404040;
    opacity: .8;
    font-family: "MWF-MDL2"
}

.c-flipper:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}

.c-flipper:focus {
    border-color: #000
}

.c-flipper:focus:after {
    border-color: rgba(255,255,255,.6)
}


.c-flipper.f-left:before,.c-flipper.f-previous:before {
    content: "";
    margin-right: 2px
}

.c-flipper.f-right:before,.c-flipper.f-next:before {
    content: "";
    margin-left: 2px
}

.c-flipper:focus,.c-flipper:hover,.c-flipper:active,.theme-light .c-flipper,.theme-dark .theme-light .c-flipper:focus,.theme-light .c-flipper,.theme-dark .theme-light .c-flipper:hover,.theme-light .c-flipper,.theme-dark .theme-light .c-flipper:active {
    background: #fff;
    color: #404040;
    opacity: 1
}

.c-flipper:hover,.theme-light .c-flipper,.theme-dark .theme-light .c-flipper:focus,.theme-light .c-flipper,.theme-dark .theme-light .c-flipper:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,.2)
}

.c-flipper:focus,.theme-light .c-flipper,.theme-dark .theme-light .c-flipper:focus {
    border: 1px solid #dbdbdb
}


.c-sequence-indicator {
    font-size: 0
}

.c-sequence-indicator[aria-hidden=true] {
    display: none
}

.c-sequence-indicator button,.c-sequence-indicator a {
    position: relative;
    border: 2px solid transparent;
    outline: 0;
    width: 16px;
    height: 14px;
    padding: 2px 3px;
    display: inline-block;
    background-color: transparent;
}

.c-sequence-indicator button:after,.c-sequence-indicator a:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    border: 1px solid transparent
}

.c-sequence-indicator button:focus,.c-sequence-indicator a:focus {
    border-color: #000
}

.c-sequence-indicator button:focus:after,.c-sequence-indicator a:focus:after {
    border-color: rgba(255,255,255,.6)
}


.c-sequence-indicator button:before,.c-sequence-indicator a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,.8)
}

.c-sequence-indicator button:hover:before,.c-sequence-indicator a:hover:before {
    background-color: rgba(0,0,0,.4)
}

.c-sequence-indicator button[aria-checked="true"]:before,.c-sequence-indicator button[aria-selected="true"]:before,.c-sequence-indicator a[aria-checked="true"]:before,.c-sequence-indicator a[aria-selected="true"]:before {
    background-color: #000
}

@media screen and (-ms-high-contrast:active) {
    .c-sequence-indicator button[aria-checked="true"]:before,.c-sequence-indicator button[aria-selected="true"]:before,.c-sequence-indicator a[aria-checked="true"]:before,.c-sequence-indicator a[aria-selected="true"]:before {
        background-color: Highlight
    }
}

@media(-ms-high-contrast:active) {
    .c-sequence-indicator button,.c-sequence-indicator a {
        border-color: Window;
        outline-color: Window
    }

    .c-sequence-indicator button:after,.c-sequence-indicator a:after {
        border-color: Window
    }

    .c-sequence-indicator button:hover,.c-sequence-indicator a:hover {
        outline-color: Highlight
    }

    .c-sequence-indicator button:hover:after,.c-sequence-indicator a:hover:after {
        border-color: Highlight
    }

    .c-sequence-indicator button:focus,.c-sequence-indicator a:focus {
        border-color: ButtonText
    }

    .c-sequence-indicator button:active:before,.c-sequence-indicator a:active:before {
        background-color: Highlight
    }
}
html[dir='rtl'] .dynamic-hero .c-flipper.f-previous:before{
    content: "";
}
 html[dir='rtl'] .dynamic-hero  .c-flipper.f-next:before{
    content: "";
}
.dynamic-hero .hero-bg .carousel-icon-container ul.carousel-icons{
gap:4px;
}

.dynamic-hero-carousel .dynamic-hero .dynamic-content .dynamic-hero-content .dynamic-hero-model a.c-call-to-action {
	text-align: left;
}

.dynamic-hero-carousel .dynamic-hero .dynamic-content .dynamic-hero-content .dynamic-hero-model a.c-call-to-action:hover {
	text-decoration: underline;
 }

.dynamic-hero-carousel .dynamic-hero .dynamic-content .dynamic-hero-content .dynamic-hero-model .c-glyph.glyph-play:before {
    content: "";
}

.dynamic-hero-carousel .dynamic-hero .dynamic-content .dynamic-hero-content .dynamic-hero-model .c-glyph:before, .c-glyph:after {
    font-family: "MWF-MDL2";
    display: inline-block;
    text-decoration: underline;
}

.dynamic-hero-carousel .dynamic-hero .dynamic-content .dynamic-hero-content .dynamic-hero-model .c-glyph:before, .c-glyph:after, .c-glyph:hover:before, .c-glyph:hover:after {
    text-decoration: none;
}
/*
     FILE ARCHIVED ON 19:50:35 Mar 24, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:48:04 Jan 06, 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: 1.423
  exclusion.robots: 0.015
  exclusion.robots.policy: 0.006
  esindex: 0.009
  cdx.remote: 9.02
  LoadShardBlock: 270.862 (3)
  PetaboxLoader3.datanode: 269.507 (4)
  PetaboxLoader3.resolve: 315.664 (3)
  load_resource: 374.177
*/