html {
  color: #333;
  font-family: 'Roboto', sans-serif; }

body {
  margin: 0; }

section {
  display: block; }

@font-face {
  font-family: "DearJoe5Casual";
  src: url("https://web.archive.org./web/20220326102540im_/https://ranpath.lk/css/fonts/dear_joe_5.ttf"); }

.bottom-nav {
  box-sizing: border-box;
  height: 60px;
  background: #fcfcfc;
  position: fixed;
  z-index: 999;
  border-top: 1px solid #eee;
  width: 100%;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  @media only screen and (max-width: 330px) {
    .bottom-nav {
      font-size: 14px; } }
  @media only screen and (min-width: 900px) {
    .bottom-nav {
      display: none; } }
  .bottom-nav .links ul {
    padding: 0; }
    .bottom-nav .links ul li {
      display: inline-block;
      padding: 0px 10px; }
      .bottom-nav .links ul li a {
        text-decoration: none;
        color: #333; }
        .bottom-nav .links ul li a:hover {
          color: #D2AC65; }

nav {
  -webkit-transition: all 1s ease;
          transition: all 1s ease;
  height: 50px;
  background: #fcfcfc;
  position: fixed;
  z-index: 999;
  top: 0px;
  left: 0px;
  right: 0px;
  border-bottom: 1px solid #eee; }
  nav .brand {
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    text-align: center; }
    nav .brand img {
      height: 100%;
      width: auto;
      display: inline-block; }
  nav .links {
    display: none; }
  @media only screen and (min-width: 900px) {
    nav {
      height: 80px;
      background: #fcfcfc;
      position: fixed;
      z-index: 999;
      top: 0px;
      left: 0px;
      right: 0px;
      border-bottom: 1px solid #eee; }
      nav .brand {
        margin-left: auto;
        margin-right: auto;
        width: 200px;
        height: 100%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center; }
        nav .brand img {
          height: 100%;
          width: auto;
          display: inline-block; }
      nav .links {
        position: absolute;
        margin-right: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 80px;
        float: left;
        text-align: right;
        top: 0px;
        right: 0px; }
        nav .links ul li {
          display: inline-block;
          margin-left: 20px;
          font-weight: 400;
          font-size: 14px;
          text-transform: uppercase; }
          nav .links ul li a {
            text-decoration: none;
            color: #333; }
            nav .links ul li a:hover {
              color: #D2AC65; }
          nav .links ul li.active a {
            color: #D2AC65; } }

@-webkit-keyframes slideshow {
  25% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  91.66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes slideshow {
  25% {
    opacity: 1; }
  33.33% {
    opacity: 0; }
  91.66% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.slides {
  position: relative;
  display: block;
  top: 0px;
  right: 0px;
  left: 0px;
  margin-top: 100px; }
  @media only screen and (max-width: 900px) {
    .slides {
      margin-top: 50px; } }
  .slides .slide img {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    position: absolute; }
    .slides .slide img:last-child {
      position: relative; }
    @media only screen and (min-width: 768px) {
      .slides .slide img {
        width: 66.33333%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 1; } }
    .slides .slide img:nth-child(1) {
      z-index: 3;
      -webkit-animation: slideshow 12s linear 0s infinite;
      animation: slideshow 12s linear 0s infinite; }
    .slides .slide img:nth-child(2) {
      z-index: 2;
      -webkit-animation: slideshow 12s linear 4s infinite;
      animation: slideshow 12s linear 4s infinite; }
    .slides .slide img:nth-child(3) {
      z-index: 1;
      -webkit-animation: slideshow 12s linear 8s infinite;
      animation: slideshow 12s linear 8s infinite; }
  .slides .text {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
    position: absolute; }
    @media only screen and (min-width: 768px) {
      .slides .text {
        width: 49.5%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 1; } }

.hero-cont {
  position: absolute;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  box-sizing: border-box;
  vertical-align: top;
  padding-right: 50px;
  padding-top: 40px; }
  @media only screen and (min-width: 768px) {
    .hero-cont {
      width: 32.66667%;
      margin-left: 65.33333%;
      margin-right: 1%;
      margin-right: 1; } }
  @media only screen and (min-width: 900px) {
    .hero-cont {
      padding-left: 20px; } }
  .hero-cont .logo {
    margin-left: 24px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .hero-cont .logo {
        display: none; } }
    .hero-cont .logo img {
      width: 60%; }
  .hero-cont .text {
    text-align: center;
    padding-right: 50px;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .hero-cont .text {
        display: none; } }
    .hero-cont .text h2 {
      font-weight: 200;
      font-size: 24px;
      margin: 0; }
    .hero-cont .text h3 {
      font-family: 'DearJoe5Casual';
      font-weight: 200;
      font-size: 20px;
      margin: 0; }
    .hero-cont .text h1 {
      font-weight: 400;
      font-size: 30px;
      margin: 0; }
    .hero-cont .text img {
      margin-top: 35px;
      margin-bottom: 26px;
      width: 55%;
      height: auto;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .hero-cont .text button {
      -webkit-transition: all 0.5s ease;
              transition: all 0.5s ease;
      -webkit-appearance: none;
      background-color: #fff;
      color: #000;
      border: 1px solid #000;
      font-weight: 300;
      font-size: 12px;
      margin: 6px;
      padding: 5px 7px;
      border-radius: 50px; }
      .hero-cont .text button:focus {
        outline: none; }
      .hero-cont .text button:hover {
        background-color: #3d69c7;
        color: #fff; }
      .hero-cont .text button:disabled {
        opacity: 0.5;
        background: #999; }
        .hero-cont .text button:disabled:hover {
          color: #000; }
    @media only screen and (min-width: 1248px) {
      .hero-cont .text h2 {
        font-weight: 200;
        font-size: 40px;
        margin: 0; }
      .hero-cont .text h3 {
        font-weight: 200;
        font-size: 30px;
        margin: 0; }
      .hero-cont .text h1 {
        font-weight: 400;
        font-size: 50px;
        margin: 0; }
      .hero-cont .text button {
        -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
        -webkit-appearance: none;
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        font-weight: 300;
        font-size: 18px;
        margin: 6px;
        padding: 15px 30px;
        border-radius: 50px; }
        .hero-cont .text button:focus {
          outline: none; }
        .hero-cont .text button:hover {
          background-color: #3d69c7;
          color: #fff; }
        .hero-cont .text button:disabled {
          opacity: 0.5;
          background: #999; }
          .hero-cont .text button:disabled:hover {
            color: #000; } }

.about {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 60%;
  padding: 10px; }
  .about .about-img {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .about .about-img {
        width: 32.66667%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 1; } }
    .about .about-img img {
      width: 80%;
      display: inline-block; }
  .about .text {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 300;
    font-size: 18px; }
    @media only screen and (min-width: 768px) {
      .about .text {
        width: 66.33333%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 0; } }

button {
  -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  font-weight: 300;
  font-size: 18px;
  margin: 6px;
  padding: 15px 30px;
  border-radius: 50px; }
  button:focus {
    outline: none; }
  button:hover {
    background-color: #3d69c7;
    color: #fff; }
  button:disabled {
    opacity: 0.5;
    background: #999; }
    button:disabled:hover {
      color: #000; }

.corporate {
  margin-top: 30px;
  text-align: center;
  padding: 20px; }
  .corporate .star {
    height: 80px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .corporate .star {
        width: 100%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 0; } }
    .corporate .star img {
      height: 100%; }
  .corporate .text {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .corporate .text {
        width: 49.5%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 1; } }
    .corporate .text p {
      font-size: 20px;
      font-weight: 300; }
      .corporate .text p.hard {
        font-size: 24px;
        font-weight: 400; }
    .corporate .text h2 {
      font-weight: 400;
      font-size: 38px; }
  .corporate .icons {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 20px; }
    .corporate .icons .icon {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      box-sizing: border-box;
      vertical-align: top;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .corporate .icons .icon {
          width: 11.625%;
          margin-left: 0%;
          margin-right: 1%;
          margin-right: 1; } }
      .corporate .icons .icon:last-child {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        box-sizing: border-box;
        vertical-align: top; }
        @media only screen and (min-width: 768px) {
          .corporate .icons .icon:last-child {
            width: 11.625%;
            margin-left: 0%;
            margin-right: 1%;
            margin-right: 0; } }
      .corporate .icons .icon img {
        width: 20%; }
        @media only screen and (min-width: 768px) {
          .corporate .icons .icon img {
            width: 80%; } }
      .corporate .icons .icon p {
        font-weight: 300; }

.designer {
  background-image: url(https://web.archive.org./web/20220326102540im_/https://ranpath.lk/img/desi-back.svg);
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 30px;
  text-align: center;
  padding: 20px; }
  .designer .star {
    height: 80px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .designer .star {
        width: 100%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 0; } }
    .designer .star img {
      height: 100%; }
  .designer .text {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .designer .text {
        width: 49.5%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 1; } }
    .designer .text p {
      font-weight: 300; }
    .designer .text h2 {
      font-weight: bolder;
      font-size: 30px; }
  .designer .icons {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-top: 20px; }
    .designer .icons .icon {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      box-sizing: border-box;
      vertical-align: middle;
      height: auto; }
      @media only screen and (min-width: 768px) {
        .designer .icons .icon {
          width: 11.625%;
          margin-left: 0%;
          margin-right: 1%;
          margin-right: 1; } }
      .designer .icons .icon:last-child {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        box-sizing: border-box;
        vertical-align: middle; }
        @media only screen and (min-width: 768px) {
          .designer .icons .icon:last-child {
            width: 11.625%;
            margin-left: 0%;
            margin-right: 1%;
            margin-right: 0; } }
      .designer .icons .icon img {
        height: 100px; }
      .designer .icons .icon p {
        font-weight: 400; }

.premium {
  background-image: -webkit-linear-gradient(left, #9EB5E3, #A6DBBE);
  background-image: linear-gradient(to right, #9EB5E3, #A6DBBE); }
  .premium .content {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px; }
    .premium .content .stars {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      box-sizing: border-box;
      vertical-align: middle; }
      @media only screen and (min-width: 768px) {
        .premium .content .stars {
          width: 19.2%;
          margin-left: 19.2%;
          margin-right: 1%;
          margin-right: 1; } }
      .premium .content .stars img {
        width: 80%; }
    .premium .content .text {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      box-sizing: border-box;
      vertical-align: middle;
      text-align: left; }
      @media only screen and (min-width: 768px) {
        .premium .content .text {
          width: 39.4%;
          margin-left: 0%;
          margin-right: 1%;
          margin-right: 0; } }
      .premium .content .text h1 {
        font-size: 40px;
        margin: 0;
        margin-top: 20px;
        font-weight: bolder; }
      .premium .content .text h2 {
        font-size: 26px;
        margin: 0;
        font-weight: 600; }
      .premium .content .text p {
        font-weight: 300;
        font-size: 18px; }
      .premium .content .text button {
        font-size: 14px;
        padding: 5px 17px;
        margin-bottom: 20px; }

.sellection {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px; }
  .sellection .paper {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .sellection .paper {
        width: 32.66667%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 1; } }
    .sellection .paper:last-child {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      box-sizing: border-box;
      vertical-align: top; }
      @media only screen and (min-width: 768px) {
        .sellection .paper:last-child {
          width: 32.66667%;
          margin-left: 0%;
          margin-right: 1%;
          margin-right: 0; } }
    .sellection .paper h1 {
      font-weight: 500;
      font-size: 30px;
      padding: 3px;
      margin: 0;
      margin-top: 10px; }
    .sellection .paper p {
      font-weight: 500;
      padding: 3px; }
      .sellection .paper p.usage {
        font-weight: 300;
        font-size: 18px; }
      .sellection .paper p.eco {
        font-size: 14px;
        font-weight: 500;
        color: #aaa; }

.gmund-trust {
  margin-top: 80px;
  margin-bottom: 80px;
  text-align: center; }
  .gmund-trust h1 {
    font-weight: 300;
    font-size: 50px; }
  .gmund-trust .clients-gmund {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 60%;
    margin-top: 80px; }
    .gmund-trust .clients-gmund .client {
      width: 100%;
      display: inline-block;
      font-size: 16px;
      box-sizing: border-box;
      vertical-align: top;
      vertical-align: middle; }
      @media only screen and (min-width: 768px) {
        .gmund-trust .clients-gmund .client {
          width: 19.2%;
          margin-left: 0%;
          margin-right: 1%;
          margin-right: 1; } }
      .gmund-trust .clients-gmund .client:last-child {
        width: 100%;
        display: inline-block;
        font-size: 16px;
        box-sizing: border-box;
        vertical-align: top; }
        @media only screen and (min-width: 768px) {
          .gmund-trust .clients-gmund .client:last-child {
            width: 19.2%;
            margin-left: 0%;
            margin-right: 1%;
            margin-right: 0; } }
      .gmund-trust .clients-gmund .client img {
        width: 80%; }
      .gmund-trust .clients-gmund .client:nth-child(3) img {
        width: 100%; }

.contact-us {
  width: 80%;
  margin-top: 30px; }
  .contact-us .talk-to-ranpath {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top;
    text-align: center; }
    @media only screen and (min-width: 768px) {
      .contact-us .talk-to-ranpath {
        width: 66.33333%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 0; } }
    .contact-us .talk-to-ranpath img {
      width: 30%; }
  .contact-us .branches {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    box-sizing: border-box;
    vertical-align: top; }
    @media only screen and (min-width: 768px) {
      .contact-us .branches {
        width: 32.66667%;
        margin-left: 0%;
        margin-right: 1%;
        margin-right: 1; } }
    .contact-us .branches .branch {
      margin-top: 40px;
      text-align: left; }
      .contact-us .branches .branch:first-child {
        margin-top: 0; }
      .contact-us .branches .branch h1 {
        text-align: right;
        font-weight: 500;
        font-size: 22px;
        margin-bottom: 5px; }
      .contact-us .branches .branch p {
        text-align: right;
        margin-top: 0;
        font-size: 16px;
        font-weight: 300; }
      .contact-us .branches .branch h2 {
        text-align: right;
        font-size: 15px;
        margin: 0; }

.form {
  margin-top: 30px; }
  .form .has-error {
    border: 2px solid #FF6D6D; }
  .form input {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 15px;
    font-size: 14px;
    height: 30px;
    width: 80%;
    border: 1px solid #444;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .form input:first-child {
      border-bottom: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    .form input:nth-child(2) {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    .form input:nth-child(3) {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-top: 0px; }
    .form input:focus {
      outline: none; }
    .form input::-webkit-input-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
      color: #444; }
    .form input::-moz-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
      color: #444; }
    .form input:-moz-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
      color: #444; }
    .form input:-ms-input-placeholder {
      font-size: 14px;
      font-weight: 300;
      font-family: 'Roboto', sans-serif;
      color: #444; }

.order {
  margin: 10px;
  text-align: left;
  padding-left: 5%; }
  .order .o-text {
    background: #3d69c7;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    color: #fff;
    padding: 7px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 20%;
    display: inline-block; }
  .order .details {
    background: #e9e9e9;
    text-align: left;
    min-height: 30px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    color: #444;
    padding: 7px;
    max-width: 70%;
    display: inline-block; }
  .order a {
    background: #ddd;
    text-align: center;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    box-sizing: border-box;
    color: #444;
    padding: 7px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    display: inline-block;
    text-decoration: none;
    width: 10%; }

textarea {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  margin-top: 10px;
  border: 1px solid #444;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
  font-size: 14px;
  height: 100px; }
  textarea:focus {
    outline: none; }
  textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #444; }
  textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #444; }
  textarea:-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #444; }
  textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #444; }

footer {
  background-image: -webkit-linear-gradient(left, #9EB5E3, #A6DBBE);
  background-image: linear-gradient(to right, #9EB5E3, #A6DBBE); }
  footer .content {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around; }

hr {
  opacity: 0.2; }

.hero-c {
  margin-top: 20px;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around; }
  .hero-c .hero {
    text-align: center; }
    .hero-c .hero .logo1 {
      margin-top: 20px;
      width: 600px; }
      .hero-c .hero .logo1 img {
        width: 50%; }
    .hero-c .hero .text {
      text-align: center;
      padding-right: 50px;
      width: 100%; }
      .hero-c .hero .text h2 {
        font-weight: 200;
        font-size: 24px;
        margin: 0; }
      .hero-c .hero .text h3 {
        font-weight: 200;
        font-size: 20px;
        margin: 0; }
      .hero-c .hero .text h1 {
        font-weight: 400;
        font-size: 30px;
        margin: 0; }
      .hero-c .hero .text button {
        -webkit-transition: all 0.5s ease;
                transition: all 0.5s ease;
        -webkit-appearance: none;
        background-color: #fff;
        color: #000;
        border: 1px solid #000;
        font-weight: 300;
        font-size: 12px;
        margin: 6px;
        padding: 5px 7px;
        border-radius: 50px; }
        .hero-c .hero .text button:focus {
          outline: none; }
        .hero-c .hero .text button:hover {
          background-color: #3d69c7;
          color: #fff; }
        .hero-c .hero .text button:disabled {
          opacity: 0.5;
          background: #999; }
          .hero-c .hero .text button:disabled:hover {
            color: #000; }

/*
     FILE ARCHIVED ON 10:25:40 Mar 26, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 11:06:29 Feb 08, 2024.
     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):
  exclusion.robots: 0.062
  exclusion.robots.policy: 0.053
  cdx.remote: 0.085
  esindex: 0.008
  LoadShardBlock: 393.888 (6)
  PetaboxLoader3.datanode: 306.069 (8)
  load_resource: 265.099
  PetaboxLoader3.resolve: 153.825
  loaddict: 79.185
*/