html.mixxied,
body.mixxied {
    overflow: hidden;
}
.unit-title {
    padding: 20px;
    //padding-top: 30px;
    background-color: #fff;
}
.unit-image {
    background-color: #fff;
}
.unit-title #headline {
    margin-left: 20px;
    margin-right: 20px;
}
.unit-title #headline h1, .unit-title #headline h1 span {
    font-weight: 700;
    color: #4b4b4b;
    text-transform: none;
}
.mixxie-show {
    background-color: rgba(255, 255, 255, .95);
    padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    bottom: auto;
    right: auto;
    z-index: 3;
}
.unit-title #headline h1 {
    line-height: 1em;
    margin-top: 5px;
    margin-bottom: 5px;
}
.unit-text {
    background-color: #fff;
    color: #4b4b4b;
}
.mixxie-show.mixxie-show-image {
    //display: block;
    display: table;
    height: 100%;
    width: 100%;
}
.mixxie-show.mixxie-show-image .mixxie-show-content {
    //display: inline;
    display: table-cell;
    height: 100%;
    width: 100%;
}
.mixxie-show-content {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.mixxie-show-image .mixxie-show-content .helper {
    display: none;
}
.mixxie-show-text .mixxie-show-content {
    padding-top: 0;
}
.mixxie-show-text .mixxie-show-content p {
    font-weight: 400;
    text-align: left;
    font-size: 1.6rem;
    line-height: 2rem;
}
.mixxie-show-image .mixxie-show-content img {
    max-height: 100%;
    //max-height: 82%; //v2
    width: auto;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    //background-color: #ededee;
    border: solid 14px #fff;
}
.mixxie-show a.link {
    position: absolute;
    right: 5px;
    bottom: 5px;
    top: auto;
    font-size: 22px;
    color: #666;
    display: block;
    text-align: center;
    padding-right: 35px;
    line-height: 30px;
}
.mixxie-show a.link:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    background: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/img/icons.png) -376px -14px / 600px 600px no-repeat transparent;
}
.mixxie-show-text {
    display: block;
    padding: 5rem 1.2rem;
}
.mixxie-show-text .mixxie-show-content p {
    font-family: Helvetica Neue,"Helvetica Neue",Helvetica,"Helvetica",Arial,sans-serif;
}
.mixxie-show-text .mixxie-show-content {
    overflow: auto;
    display: block;
}
.mixxie-show button.dismiss {
    height: 56px;
    width: 56px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/mixxie/mixxie_close.png);
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #dedede;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    top: -42px;
    right: 0;
    z-index: 3;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
.mixxie-show button.dismiss:hover {
    background-color: #eee;
}
.unit-image {
    background-color: #ededee;
}
.unit-image .ellipsis {
    display: block;
    white-space: nowrap;
}
.unit-title #headline h5 {
    color: #4b4b4b;
    //position: absolute;
    //top: -30px;
    margin-bottom: 15px;
    font-size: 12px;
    display: none;
}
.mixxie-show-content .dida {
    color: #4b4b4b;
    display: block;
    padding: 10px 20px;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    margin: 0;
}

.mixxie-show a.mixxie-button:hover {
    color: #999;
}

.mixxie-show .mixxie-button {
    color: #666;
}
.mixxie-show .mixxie-button:hover {
    color: #999;
}


/* mixxieContainer */
#mixxieContainer {
    box-sizing: border-box;
    height: 100%;
    min-height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    right: 0;
    transition: transform 0.4s ease 0s;
    display: none;
    background: rgba(0, 0, 0, 0.75); }
#mixxieContainer * {box-sizing: border-box;}
#mixxieContainer #mixxieContainerArea {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-height: 100%; }

#mixxieContainer.post #mixxieContainerArea {
    position: relative; }

#page_wall.post #mixxieContainer {
    width: 100%;
    position: relative;
    display: inline-block; }

#mixxieContainer .footer_area {
    position: fixed;
    left: 0;
    bottom: 60px;
    height: 0;
    width: 100%;
    background: #f9f9f9;
    z-index: 3;
    transition: height 0.2s ease 0s;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.4);
    overflow: hidden; }

#mixxieContainer.post .footer_area {
    border-top: none; }

#mixxieContainer .footer_area.open {
    height: 220px; }

#mixxieContainerAreaTopper {
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    line-height: 46px;
    width: 100%;
    background: transparent;
    display: block;
    z-index: 3;
    margin: 0;
}

#mixxieArea .close {
    height: 56px;
    width: 56px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-indent: -999px;
    background-image: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/mixxie/mixxie_close.png);
    background-size: 56px 56px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: #dedede;
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    top: -42px;
    right: 0;
    z-index: 3;
    opacity: 1;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
#mixxieArea .close:hover {
    background-color: #eee;
}
#mixxieArea.imgview .close {
}

#mixxieArea .open_share_area {
    height: 56px;
    width: 56px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    top: -42px;
    right: 72px;
    z-index: 30;
    opacity: 1;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
#mixxieArea.imgview .open_share_area {
    opacity: 0;
}
#mixxieArea .open_share_area:hover,
#mixxieArea .open_share_area.open {
    width: 268px;
}
#mixxieArea .open_share_area .s_el {
    height: 56px;
    width: 56px;
    display: inline-block;
    z-index: 20;
    cursor: pointer;
    text-indent: -999px;
    margin-right: 10px;
    background-size: 55px 55px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    //background-color: #dedede;
    background-color: transparent;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
#mixxieArea .open_share_area .s_el.tw {
    background-image: url(https://web.archive.orghttps://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_tw.png);
}
#mixxieArea .open_share_area .s_el.fb {
    background-image: url(https://web.archive.orghttps://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_fb.png);
}
#mixxieArea .open_share_area .s_el.mail {
    background-image: url(https://web.archive.orghttps://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_mail.png);
}
#mixxieArea .open_share_area .s_el.tw:hover {
    background-image: url(https://web.archive.orghttps://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_tw_h.png);
}
#mixxieArea .open_share_area .s_el.fb:hover {
    background-image: url(https://web.archive.orghttps://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_fb_h.png);
}
#mixxieArea .open_share_area .s_el.mail:hover {
    background-image: url(https://web.archive.orghttps://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_mail_h.png);
}
#mixxieArea .open_share_area .s_el:not(.share):hover {

}
#mixxieArea .open_share_area .share {
    background-image: url(https://web.archive.orghttps://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/share.png);
    background-size: 55px 55px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border-radius: 50%;
    overflow: hidden;
    background-color: #dedede;
    position: absolute;
    margin-right: 0;
    top: 0;
    right: 0;
    z-index: 0;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
#mixxieArea .open_share_area .share_area {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 226px;
    opacity: 0;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
#mixxieArea .open_share_area:hover .share_area,
#mixxieArea .open_share_area.open .share_area {
    opacity: 1;
}

#mixxieArea .arrow {
    width: 60px;
    height: 60px;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 60px 60px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    cursor: pointer;
    top: 50%;
    margin-top: -30px;
    z-index: 4;
    opacity: 1;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
}
#mixxieArea.imgview .arrow {
    opacity: 0;
}
#mixxieArea .arrow.prev {
    left: -60px;
    background-image: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/mixxie/arrow_left.svg);
}
#mixxieArea .arrow.next {
    right: -60px;
    background-image: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/mixxie/arrow_right.svg);
}

#mixxieContainer.post {
    top: 0;
    background: #fff;
    z-index: 998; }

#mixxieContainer .footer_area .info {
    display: block;
    line-height: 40px;
    padding: 0 15px; }

#mixxieContainer .footer_area .related_area {
    position: absolute;
    left: 0;
    top: 40px;
    width: 100%;
    height: 160px; }

#mixxieContainer .footer_area .related_area .area {
    z-index: 1; }

#mixxieContainer .footer_area .related_area .area .slick-track {
}

#mixxieContainer .footer_area .related_area .rel_tile {
    height: 160px;
    width: 160px;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer; }

#mixxieContainer .footer_area .related_area .rel_tile * {
    cursor: pointer; }

#mixxieContainer .footer_area .related_area .rel_tile .tiledesc {
    z-index: 6;
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 15px;
    position: absolute;
    width: 100%;
    overflow: hidden;
    transition: opacity 0.15s linear 0s;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px; }

#mixxieContainer .footer_area .related_area .slick-prev, #mixxieContainer .footer_area .related_area .slick-next {
    position: absolute;
    top: 0;
    background: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/img/icons.png) 0 0/600px 600px no-repeat transparent;
    background-color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    height: 100%;
    content: '';
    width: 60px; }

#mixxieContainer .footer_area .related_area .slick-prev {
    left: 0;
    background-position: 0px -105px; }

#mixxieContainer .footer_area .related_area .slick-next {
    right: 0;
    background-position: -60px -105px; }

#page_wall.post #mixxieContainer .footer_area .info {
    padding-top: 0; }

#mixxieContainer .footer_area .info p.sup_title {
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #666;
    display: inline-block; }

#mixxieContainer .footer_area .info p.title {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    color: #000;
    text-transform: uppercase;
    display: inline-block; }

#page_wall.post #mixxieContainer .footer_area .info p.sup_title, #page_wall.post #mixxieContainer .footer_area .info p.title {
    text-align: left;
    display: inline-block;
    line-height: 50px; }

#page_wall.post #mixxieContainer .footer_area .info p.sup_title {
    padding-left: 15px;
    padding-right: 3px; }

/*#mixxieContainer .load_area {
    z-index: 1; display: none;
}*/
#mixxieContainer .load_area {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
}
#mixxieContainer .load_area .load {
    animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s normal none infinite running ball-scale-ripple;
    -webkit-animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s normal none infinite running ball-scale-ripple;
    -moz-animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s normal none infinite running ball-scale-ripple;
    -o-animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s normal none infinite running ball-scale-ripple;
    -ms-animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s normal none infinite running ball-scale-ripple;
    border: none;
    background-color: transparent;
    border: solid 4px #999;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

#mixxieContainer #mixxieArea {
    margin: 0 auto;
    height: 100%;
    display: block;
    position: relative;
    top: 50%;
    background: #fff;
    border: solid 14px #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

#mixxieContent {

}
#mixxieContent .content {
    margin: 0;
    //height: 100%; //v2
    //width: 100%; //v2
    //position: absolute; //v2
}

#mixxieContainer.post #mixxieArea {
    top: 0 !important;
    margin-top: 0 !important;
    border-radius: 0;
    box-shadow: none;
    border: none; }

#mixxieContainer #mixxieArea.rotate {
    transform-origin: bottom right;
    -webkit-animation: pageIn .2s ease-out 1;
    -moz-animation: pageIn .2s ease-out 1;
    -ms-animation: pageIn .2s ease-out 1;
    -o-animation: pageIn .2s ease-out 1;
    animation: pageIn .2s ease-out 1; }




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

}
@media only screen and (max-width: 1024px) {
    html.mixxied,
    body.mixxied {
        overflow: auto;
    }
}

@media only screen and (max-width: 1009px) {
    #mixxieContainer #mixxieContainerArea {
        //padding: 30px;
        //padding-top: 46px;
    }

    #mixxielist {display: block!important;}

    #mixxieArea .arrow {
        width: 40px;
    }
    #mixxieArea .arrow.prev {
        left: -20px;
    }
    #mixxieArea .arrow.next {
        right: -20px;
    }

    #mixxieContainer #mixxieArea {
        border: none;
        box-shadow: none;
    }

    #mixxieArea .close {
        top: -28px;
        right: 14px;
    }
    #mixxieArea .open_share_area {
        top: -28px;
        right: 86px;
    }
    .mixxie-show button.dismiss {
        top: -28px;
        right: 14px;
    }

    #mixxieContainer #mixxieArea.rotate {
        transform-origin: bottom right;
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none; }

    #mixxieContainer .share_area ul li.titling {
        padding: 0 15px;
    }

    .unit-title #headline {
        margin-left: 10px;
        margin-right: 10px;
    }
    /*.unit-title {
        padding-top: 50px;
    }*/
    /*.unit-title #headline h5 {
        top: -20px;
    }*/
    #mixxieArea .open_share_area .share {
        //z-index: 0;
    }
}
@media only screen and (max-width: 767px) {
    html.mixxied,
    body.mixxied {
        overflow: visible;
    }
    #mixxieArea .close {
        height: 40px;
        width: 40px;
        background-size: 28px 28px;
        top: -20px;
        right: 10px;
    }
    #mixxieArea .open_share_area {
        height: 40px;
        width: 40px;
        top: -20px;
        right: 60px;
    }
    #mixxieArea .open_share_area .share {
        height: 40px;
        width: 40px;
    }
    #mixxieArea .open_share_area .s_el {
        height: 40px;
        width: 40px;
        background-size: 40px 40px;
    }
    #mixxieArea .open_share_area:hover,
    #mixxieArea .open_share_area.open {
        width: 204px;
    }
    #mixxieArea .open_share_area .share_area {
        width: 160px;
        height: 40px;
        display: block;
    }
    #mixxieArea .open_share_area:hover .share_area,
    #mixxieArea .open_share_area.open .share_area {
        opacity: 1;
    }
    .mixxie-show button.dismiss {
        height: 40px;
        width: 40px;
        background-size: 28px 28px;
        top: -20px;
        right: 10px;
    }
    .mixxie-show-text {
        padding: 3rem 1.2rem 1.2rem;
    }
    .mixxie-show-text .mixxie-show-content p {
        font-size: 16px;
        line-height: 22px;
    }
    //.mixxie-show-image .mixxie-show-content img {
    //max-height: 60%; //v2
    //}
    .unit-title {
        padding: 15px;
    }
    .unit-title #headline h5 {
        margin-bottom: 6px;
        line-height: 12px;
    }
    #mixxieContainerAreaTopper {
        height: 10px;
        line-height: 10px;
    }
    #mixxieArea .arrow {
        width: 30px;
        background-size: 40px 40px;
        background-image: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/mixxie/freccie-01.svg);
    }
    #mixxieArea .arrow.prev {
        background-image: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/mixxie/freccie-01.svg);
        background-size: 60px 60px;
        background-position: 100% 50%;
        left: -10px;
    }
    #mixxieArea .arrow.next {
        background-image: url(https://web.archive.org/web/20200529013354im_/https://inunaltromondo.it/2019/js/mixxie/freccie-01.svg);
        background-size: 60px 60px;
        background-position: 0% 50%;
        right: -10px;
    }
    #mixxieArea .open_share_area .s_el.tw:hover {
        background-image: url(https://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_tw.png);
    }
    #mixxieArea .open_share_area .s_el.fb:hover {
        background-image: url(https://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_fb.png);
    }
    #mixxieArea .open_share_area .s_el.mail:hover {
        background-image: url(https://web.archive.org/web/20200529013354im_/http://www.inunaltromondo.it/img/iuam_mail.png);
    }
}

@media only screen and (max-width: 570px) {
    #mixxieContainer #mixxieContainerArea {
        //padding: 20px;
        //padding-top: 46px;
    }
    .unit-title {
        padding: 10px;
    }
    /*.unit-title {
        padding-top: 14px;
    }
    .unit-title #headline h5 {
        font-size: 0.8rem;
        //top: -30px;
        margin-bottom: 5px;
    }*/
    .unit-title #headline h5 {
        font-size: 10px;
    }

    #mixxieArea .close {
        height: 35px;
        width: 35px;
        top: -19px;
    }
    .mixxie-show button.dismiss {
        height: 35px;
        width: 35px;
        top: -19px;
    }
    #mixxieArea .open_share_area {
        height: 35px;
        width: 35px;
        top: -19px;
        right: 56px;
    }
    #mixxieArea .open_share_area .share {
        height: 35px;
        width: 35px;
    }
    #mixxieArea .open_share_area .s_el {
        height: 35px;
        width: 35px;
        margin-right: 5px;
        background-size: 35px 35px;
    }
    #mixxieArea .open_share_area .share {
        margin-right: 0;
    }
    #mixxieArea .open_share_area .share_area {
        width: 130px;
        height: 35px;
        display: block;
    }
    #mixxieArea .open_share_area:hover,
    #mixxieArea .open_share_area.open {
        width: 169px;
    }
}

/* animations */

@keyframes rotating{
    0% {transform:rotate(0deg);}
    100% {transform:rotate(360deg);}
}
@-webkit-keyframes rotating{
    0% {-webkit-transform:rotate(0deg);}
    100% {-webkit-transform:rotate(360deg);}
}
@-moz-keyframes rotating{
    0% {-moz-transform:rotate(0deg);}
    100% {-moz-transform:rotate(360deg);}
}
@-o-keyframes rotating{
    0% {-o-transform:rotate(0deg);}
    100% {-o-transform:rotate(360deg);}
}
@-ms-keyframes rotating{
    0% {-ms-transform:rotate(0deg);}
    100% {-ms-transform:rotate(360deg);}
}

/* Ball Scale Ripple */
@keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1; }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7; }
    100% {
        opacity: 0.0; } }
@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1; }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7; }
    100% {
        opacity: 0.0; } }
@-moz-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1; }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7; }
    100% {
        opacity: 0.0; } }
@-o-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1; }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7; }
    100% {
        opacity: 0.0; } }
@-ms-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(0.1);
        transform: scale(0.1);
        opacity: 1; }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.7; }
    100% {
        opacity: 0.0; }
}
/*
     FILE ARCHIVED ON 01:33:54 May 29, 2020 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 19:11:51 Mar 14, 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.569
  exclusion.robots: 0.037
  exclusion.robots.policy: 0.026
  esindex: 0.011
  cdx.remote: 7.625
  LoadShardBlock: 152.333 (3)
  PetaboxLoader3.datanode: 448.605 (5)
  load_resource: 742.559 (2)
  PetaboxLoader3.resolve: 416.306 (2)
*/