@charset "utf-8";
/* CSS Document */
@import url('https://web.archive.org/web/20220125125253cs_/https://fonts.googleapis.com/css2?family=Yantramanav:wght@300;400;500;700;900&display=swap');
@import url('https://web.archive.org/web/20220125125253cs_/https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');

*{
  margin:0px;
  padding:0px;	
	
}

body {
	font-family:lato;
	font-family: 'Yantramanav', sans-serif;
}

body input, body select, body textarea {
	box-shadow: none !important;
    outline: none !important;
}
 


/* header */

section.top-header {
    position:relative;
    left: 0;
    right: 0;
}
nav.py-3.navbar.navbar-expand-lg.auto-hiding-navbar.navbar-light {
    padding: 10px 0px !important;
}
.navbar-brand p {
    margin: 0px;
    font-size: 35px;
    font-weight: 900;
    line-height: 35px;
    color: #fff;
}
.navbar-brand p span {
    color: #e11d07;
}

span.tagline {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: initial;
    letter-spacing: 1px;
    display: inline-block;
	color: #fff;
}
.top-header .nav-link {
    display: block;
    padding: 0.5rem 1rem;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333 !important;
}
.top-header .nav-item a.nav-link {
    padding: 5px 15px;
}
a.nav-link.active {
    background: transparent;
    border-radius: 50px;
    color: #da251d !important;
}
.right-header div#navbar-content {
    display: inline-flex;
}
a.rq-btn {
    display: inline-block;
    background: #da251d;
    padding: 5px 15px;
    border-radius: 5px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}
.dropdown-item:hover {
    color: #e11d07;
}
.top-right ul li {
    list-style: none;
    display: inline-block;
    padding-left: 14px;
}
.carousel-control-prev, .carousel-control-next {
    opacity: 0 !important;
}
.top-right ul{
    list-style: none;
    display: inline-block;
}
.top-right {
    border-bottom: 1px solid #333;
    text-align: right;
}
.links-btn ul li {
    display: inline-block;
    padding-left: 15px;
}
.links-btn ul li a {
    color: #da251d;
}
.top-right ul li a {
    color: #da251d;
}
.links-btn {
    display: inline-block;
}
.navbar-light .navbar-brand img {
    max-height: 120px;
}
.right-header div#navbar-content {
    display: inline-flex;
    position: relative;
}
li.nav-item.mx-1.dropdown.show {
    position: static;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100%;
}
.mm-coll {
    width: 33.3%;
    float: left;
    padding: 0px 10px;
}
.mm-coll h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
.mm-coll ul li {
    list-style: none;
	margin-bottom:5px;
}
.mm-coll ul li  a {
    color: #333;
}
.mm-coll ul li a:hover {
    color: #da251d;
}


/* Slider */

div.custom-text {
    top: 0px;
    right: 0;
    left: 0;
    z-index: 0;
    padding-top: 100px;
    text-align: center;
    background: radial-gradient(rgba(0,0,0,0),rgba(0,0,0,0.5));
    height: 100%;
}
section.banner img {
    display: block;
    margin: 0px auto;
    max-width: 100%;
    padding-top: 0;
    width: 100%;
}
.custom-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 70px;
    text-shadow: 1px 4px 2px #000;
}
.custom-text h3 span {
    display: block;
    color: #da251d;
}
.custom-text p {
    font-size: 20px;
    max-width: 90%;
    text-shadow: 1px 1px 1px #000;
	margin:0px auto;
}
ul.about-servi {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
ul.about-servi li a {
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    background: #e11d07;
    color: #fff;
    font-family: lato;
    padding: 10px 25px;
    border-radius: 5px;
    margin-top: 20px;
    display: inline-block;
}
ul.about-servi li {
    display: inline-block;
    margin-right: 15px;
}
ul.about-servi li a.os {
    background: #fff;
    color: #e11d07;
    border: 1px solid currentColor;
}

/* Features */

section.feature-section {
    background: #f0f0f0;
}
section.feature-section ul {
    display: flex;
    align-items: center;
    list-style: none;
    color: #000;
    position: relative;
    margin-bottom: 0px;
    gap: 250px;
}
section.feature-section ul li .feature-box {
    display: flex;
    align-items: center;
    padding: 10px 13px;
    border-right: 1px solid #ccc;
    margin: 0px auto;
    width: 100%;
    justify-content: center;
}

section.feature-section ul li:last-child p {
    font-size: 17px;
}
section.feature-section ul li:last-child .feature-box {
    border-right: none;
}
.feature-dis {
    font-weight: bold;
    padding-left: 15px;
    font-size: 17px;
}
.feature-dis {
    font-weight: bold;
    padding-left: 15px;
    font-size: 16px;
    line-height: 20px;
}
.feature-dis p {
    margin: 0px;
    font-size: 22px;
    line-height: 25px;
}
section.feature-section ul li {
    width: 25%;
    text-align: center;
}
section.feature-section ul li .feature-box .feature-img img {
    max-height: 65px;
}


/* Welcome Section */

section.welcome {
    padding: 70px 0px 70px;
}
.welcome-box::before {
    content: "GMA";
    position: absolute;
    font-size: 380px;
    top: 47%;
    transform: translateY(-50%);
    z-index: -999;
    opacity: 0.1;
    color: #f69287;
    left: 0;
}
h2.welcom-title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 25px;
    color: #000;
    margin-bottom: 25px;
	position:relative;
}

span.gma {
    margin-left: 107px;
}
h2.welcom-title span {
    color: #da251d;
}
.welcome .col-sm-7 {
    display: flex;
    align-items: center;
	position:relative;
}
section.welcome p{
    position:relative;
}

/*category*/

section.after-banner {
    background: #da251d;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
div.category-coll {
    padding: 10px;
    text-align: center;
}
div.category-coll h3.catname {
    font-size: 14px;
    font-weight: bold;
    padding-top: 22px;
    text-transform: uppercase;
}
.category-discripion span {
    font-weight: 600;
}
div.category-coll img {
    display: block;
    width: 100%;
    border-radius: 50%;
    box-shadow: 0px 5px 6px #f9afa6;
    transition: all 0.5s ease;
	transform: scale(0.9);
}
div.category-coll img:hover {
    transition: all 0.5s ease;
    transform: scale(1);
}
.after-banner h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    color: #fff;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0px #fff;
}
.after-banner h2 span {
    color: #c0a062;
}
div.category button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -50px;
}
div.category button.owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: initial;
	right: -50px;
}
div.category button span {
    font-size: 75px;
}

.col-inner .ul li {
    width: 49%;
}

ul.ul li a {
    color: #fff;
    text-decoration: none;
}

.col-inner .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


h6.product_name {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.product-img img {
    min-height: 240px;
    max-height: 240px;
    object-fit: cover;
}


/* Product slider */

section.home-products {
	padding: 70px 0px 15px;
	text-align: center;
}
h2.title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
	color:#000;
	text-align: center;
}
h2.title span {
    color: #da251d;
}
.product-discripion h3.productname {
    font-size: 22px;
    padding-top: 15px;
    font-weight: 600;
    color: #000;
}
.rating span.fa.fa-star {
    color: #fed25c;
}
.product-discripion .price {
    font-size: 18px;
    font-weight: bold;
}
.product-discripion .price del {
    padding-left: 5px;
    color: #da251d;
}
button.addtocart {
    background: #da251d;
    border: none;
    padding: 0px 10px;
    color: #fff;
    height: 35px;
    margin: 10px 0px;
    width: 150px;
    border-radius: 5px;
}
button.addtocart:hover {
    background: #c0a062;
    color: #fff;
}
button.addtocart::before {
    content: "\f290";
    font-family: 'FontAwesome';
    padding-right: 10px;
}
.product-coll {
    padding: 0px 10px;
}
.home-products h2.title {
    width: 98%;
    margin: 0 auto;
    background: #00ff4a;
    padding: 10px 0px;
    margin-bottom: 20px;
}
.product-img {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
}
form.subscribeform input::placeholder {
    color: #fff;
}
.price span::before, .price del::before {
    content: "\f156";
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.owl-carousel.product-slider.owl-theme.owl-loaded.owl-drag {
    border-bottom: solid #00ff4a 0px;
    padding-bottom: 15px;
}
.owl-carousel.product-slider.owl-theme.owl-loaded.owl-drag .owl-dots {
	display: none;
}
.owl-carousel.product-slider.owl-theme.owl-loaded.owl-drag .owl-nav {
	display: none;
}

/* midd-banner */

.midd-banner img {
	max-width:100%;
}

/* Blog */

.post-coll img {
    max-width: 100%;
}
section.our-Blog {
    padding: 70px 0px;
}

section.testimonials {
    padding: 50px 0px;
    background: url(/web/20220125125253im_/http://goldenmicroagro.com/image/seedsnopparatpromthasstock.png);
    background-attachment: fixed;
    position: relative;
}
section.testimonials::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    top: 0;
}
section.testimonials .container {
    position: relative;
    z-index: 99;
}
h2.title.white {
    color: #fff;
}
.post-coll {
    border: 1px solid #efefef;
    padding: 10px;
    margin: 15px 0px;
	text-align:center;
}
.post-coll h3.offer-title {
    font-weight: bold;
    font-size: 24px;
    margin-top: 15px;
}
.post-coll span.date {
    color: #777;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}
a.readmore {
    display: inline-block;
    background: #da251d;
    color: #fff;
    text-decoration: none;
    padding: 5px 15px;
    border-radius: 5px;
}
a.readmore:hover {
    background: #c0a062;
    color: #fff;
}

div.testimonial {
    color: #fff;
    padding-top: 60px;
}
.testimonials-coll {
    padding: 0px 15px;
}
.testimonials-discripion {
    background: #0407074a;
    padding: 35px;
    border-radius: 50px;
    width: 736px;
    margin: 0 auto;
}

.welcome-img img {
    width: 80%;
    min-height: 300px;
    max-height: 300px;
}

.carousel-item img {
    height: 450px;
}

.about-client img {
    width: auto !important;
    float: left;
    margin-right: 15px;
    max-width: 60px;
}
.about-client h3.name {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    color: #e11d07;
    margin-bottom: 0px;
}
.about-client span.post {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
.testimonials .owl-nav {
    display: none;
}
.testimonials .owl-dots button.owl-dot span {
    background: #fff;
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
}
.testimonials .owl-dots button.owl-dot.active span {
    background: #e11d07;
}
.testimonials .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.testimonials .owl-dots button.owl-dot {
    margin: 0px 5px;
}


/*Subscribe*/

section.subscribe {
    background: #e11d07;
    padding: 50px 0px;
    text-align: center;
    color: #fff;
}
section.subscribe h3.subscribe-title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    color: #fff;
}
section.subscribe h2.title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 35px;
    color: #fff;
    position: relative;
    text-align: center;
    text-shadow: 0 1px 0px #fff;
}
section.subscribe h2.title span {
    color: #c0a062;
}
h3.subscribe-subtitle {
    font-size: 22px;
    margin-bottom: 30px;
}
form.subscribeform {
    position: relative;
    max-width: 70%;
    margin: 0px auto;
}
form.subscribeform input[type="text"] {
    width: 100%;
    height: 50px;
    background: transparent;
    border: 1px solid #ffff;
    color: #fff;
    padding: 0px 25px;
    border-radius: 50px;
}
button.submit {
    background: #000;
    border: none;
    color: #fff;
    height: 40px;
    padding: 0px 50px;
    border-radius: 50px;
    position: absolute;
    right: 8px;
    top: 5px;
    font-weight: bold;
}

/*footer*/

section.footer {
    padding: 50px 0px 0;
    background: url(/web/20220125125253im_/http://goldenmicroagro.com/image/footerbg.jpg);
    background-attachment: fixed;
	color:#000;
	background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
section.footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(234, 234, 234, 0.7);
  z-index: 9;
  height: 100%;
}
section.footer .container {
    position: relative;
    z-index: 99;
}
h3.footer-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    border-bottom: 1px solid #e11d07;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
ul.social-icon li {
    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
ul.social-icon li a {
    color: #e11d07;
}
ul.apps {
    margin: 0px;
    list-style: none;
}
ul.apps li a {
    color: #e11d07;
}
ul.contact li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
}
section.footer ul.ul li {
    padding-bottom: 5px;
}
ul.contact li i.fa.fa-mobile {
    font-size: 22px !important;
}
ul.contact li i {
    position: absolute;
    left: 0;
    width: 15px;
    text-align: center;
    font-size: 15px;
    vertical-align: top;
    top: 3px;
}
ul.apps li span {
    display: inline-block;
    min-width: 120px;
}
ul.apps li a i {
    color: #fff;
}
ul.ul {
    list-style: none;
}
ul.ul li a {
	color: #000;
	font-size: 15px;
}
.footer-logo img {
	max-width: 124px;
	margin-bottom: 10px;
}
.footer-bottom {
  background: #d5d5d5;
  text-align: center;
  padding: 10px 0px;
  margin-top: 30px;
  position: relative;
  z-index: 99;
}
body button:focus {
    outline: none;
}

section.our-Blog {
    display: none;
}

section.midd-banner {
    display: none;
}

.products-part{
    display: none;
}
ul.social-icon li a i {
  color: #da251d;
  font-size: 20px;
}

section.banner {
    border-top: #fef503 solid 40px;
    border-bottom: solid #fef503 30px;
}

section.feature-section {
    background: #ffbbbb;
}


/* open checkout page css*/

.check-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9;
    height: 100%;
}

.checkout-order {
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 10%) !important;
    margin-top: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.order-md-1 h4 {
    font-size: 30px;
    font-weight: 600;
}

.check-img img {
    height: 380px !important;
    width: 100%;
}
.category-banner .lead {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    z-index: 999;
    right: 70px;
    left: 70px;
}
.btn-primary:hover {
    background: #000000;
    border: solid #020202;
}
.btn-primary {
    background: #e11d07;
    border: solid #e11d07;
}
span.input-group-text {
    background: #f00;
    color: #fffcfc;
    border: solid #f00 1px;
}
.check-img h3 {
    position: absolute !important;
    top: 30% !important;
    color: #fff;
    z-index: 999;
    text-align: center;
    left: 0;
    right: 0px;
    font-size: 50px;
    margin: 0px;
    transform: translateY(-50%);
    font-weight: bold;
    letter-spacing: 2px;
}
.banner {
    position: relative;
}

.checkout-banner-part {
    position: relative;
}

.mb-3 input, .mb-3 select{
    border: solid #443d3d 1px;
    color: #2f2f2f !important;
}
.mb-3 input::placeholder {
    color: #312f2f !important;
}
.form-control:focus, .custom-select:focus {
    border-color: #443d3d;
}
.order-md-2 span.text-muted {
    color: #000 !important;
}
.list-group-item {
    border: 1px solid #5d5d5d;
}
.card {
    border: 1px solid #5d5d5d;
}
.btn-secondary {
    background: #f00 !important;
    border: solid #f00 1px !important;
}
form.needs-validation hr {
    border-top: solid #f00 1px;
}

.badge-secondary {
    color: #fff;
    background-color: #ff0000;
}


.banner {
    position: relative;
}
.rating a {
    text-transform: uppercase;
    text-decoration: none;
    color: #da251d;
    font-size: 20px;
}
.auth-form-light {
    box-shadow: 0rem 1rem 3rem rgb(0 0 0 /10%);
    width: 500px;
    margin: 15px auto 50px;
}
h6.font-weight-light {
    font-size: 18px;
    color: #000;
}
.form-group input {
    border: solid #8b8181 1px;
    color: #000 !important;
    font-size: 15px;
}
.form-group input::placeholder {
    color: #000;
}
.my-2.d-flex.justify-content-between.align-items-center {
    padding-top: 10px;
}
label.form-check-label.text-muted {
    color: #000 !important;
}
a.auth-link.text-black, a.text-primary {
    color: #e11d07 !important;
}
.inputbox {
    width: 49%;
    margin-bottom: 20px;
}
.box-authentication {
    margin-top: 30px;
}
.towcoll-input {
    display: flex;
    justify-content: space-between;
}
.register-footer input {
    background: #f00;
    border: none;
    padding: 8px 15px;
    color: #fff;
    border-radius: 5px;
}
ul.sidebar-benefits__list li {
    display: inline-block;
    border: solid #000 1px;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 32%;
    margin-right: 10px;
}
ul.sidebar-benefits__list li {
    display: inline-block;
    border: solid #0000009e 1px;
    padding: 5px 10px;
    margin-bottom: 15px;
    width: 32%;
    margin-right: 10px;
    color: #000;
    font-size: 15px;
    border-radius: 5px;
}
.sidebar__item p.sidebar__title {
    font-size: 20px;
}
.inputbox input {
    border: solid #0000009e 1px;
}
.register-footer {
    text-align: right;
}
ul.sidebar-panel.nav li a {
    color: #fff;
}
.cnlist {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-top: -21px;
    margin-left: -103px;
}
.cnlist h6 {
  font-size: 15px;
}



/* end checkout page css*/

@media only screen and (max-width: 1199px){
    
.product-discripion h3.productname {
    font-size: 16px;
}
    
}

@media (min-width: 992px){
	
body .top-header .navbar-collapse {
    display: inline-flex !important;
}

}

@media only screen and (max-width: 991px){
	

 .welcome-box::before {
    font-size: 160px;
}  

.carousel-item img {
    height: 350px;
}

.navbar-light .navbar-brand img {
    max-height: 100px;
}

.feature-dis {
    font-size: 15px;
}

div.category button.owl-next {

    top: 36%;
    right: -42px;
}
div.category button {
    top: 32%;
    left: -41px;
}

div.category button {
    position: absolute;
    top: 32%;
    transform: translateY(-50%);
    left: -41px;
}

.testimonials-discripion {
    width: 490px;
}

.product-discripion h3.productname {
    font-size: 15px;
}

section.home-products {
    padding: 35px 0px;
}

.collapse:not(.show) {
    display: none !important;
}
.navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(192 160 98);
    background: #c0a062;
    margin-top: 15px;
}

    
}

@media only screen and (max-width: 767px){
    
 ul.contact-bar {
    display: none;
}

a.navbar-brand.py-0 {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.right-header {
    width: 100%;
}

.carousel-item img {
    height: 280px;
}

section.feature-section ul {
    flex-wrap: wrap;
}
section.feature-section ul li {
    width: 50%;
}

.welcome-box::before {
    font-size: 140px;
}

div.category button.owl-next {
    top: 36%;
    right: -13px;
}

div.category button {
    left: -16px;
}

section.subscribe h2.title {
    font-size: 28px;
}

form.subscribeform {
    max-width: 100%;
}

button.submit {
    padding: 0px 25px;
}

.footer-logo {
    text-align: center;
}

.testimonials-discripion {
    width: 310px;
}

h2.welcom-title {
    text-align: center;
}

section.welcome {
    padding: 35px 0px 45px;
}

.feature-dis {
    font-size: 13px;
}


section.top-header {
    padding: 0px 3px;
}

h2.title {
    font-size: 28px;
}

div#navbar-content {
    width: 48%;
}

.navbar-brand {
    margin-right: 0rem;
}


    
}



.contact-parent{
    background: #fff;
    display:flex;
    margin:80px 0;
}

.contact-child{
    display:flex;
    flex:1;
    box-shadow:0px 0px 10px -2px rgba(0,0,0,0.75);
}

.child1{
    background:linear-gradient(rgba(0,0,0,0.7), rgba(0,0,0,0.7)), url("/GMA_files/seedsnopparatpromthasstock");
    background-size:cover;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    color:#fff;
    padding:100px 0;
   
}

.child1 p{
    padding-left:20%;
    font-size:20px;
    text-shadow:0px 0px 2px #000;
}

.child1 p span{
    font-size:16px;
    
}

.child2{
    flex-direction:column;
    justify-content:space-around;
    align-items:center;
}

.inside-contact{
    width:90%;
    margin:0 auto;
}

.inside-contact h2{
    text-transform:uppercase;
    text-align:center;
    margin-top:50px;
}

.inside-contact h3{
    text-align:center;
    font-size:16px;
    color:#0085e2;
}

.inside-contact input, .inside-contact textarea{
    width:100%;
    background-color:#eee;
    border:1px solid rgba(0,0,0,0.48);
    padding:5px 10px;
    margin-bottom:20px;
}

.inside-contact input[type=submit]{
    background-color:#000;
    color:#fff;
    transition:0.2s;
    border:2px solid #000;
    margin:30px 0;
}

.inside-contact input[type=submit]:hover{
    background-color:#fff;
    color:#000;
    transition:0.2s;
}

@media screen and (max-width:991px){
    .contact-parent{
        display:block;
        width:100%;
    }

    .child1{
        display:none;
    }

    .child2{
     background-image:linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7)), url("https://web.archive.org/web/20220125125253im_/https://cdn.pixabay.com/photo/2019/06/28/00/17/architecture-4303279_1280.jpg");
        background-size:cover;
    }

    .inside-contact input, .inside-contact textarea{
        background-color:#fff;
    }
}

/*
     FILE ARCHIVED ON 12:52:53 Jan 25, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:22:28 Mar 23, 2023.
     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: 116.849
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.06
  cdx.remote: 0.054
  esindex: 0.009
  LoadShardBlock: 72.965 (3)
  PetaboxLoader3.datanode: 104.972 (4)
  load_resource: 73.082
  PetaboxLoader3.resolve: 21.627
*/