

/* Start:/journal/style.css?17696083044062*/
.catalog img {
    display: block;
    max-width: 100%;
    height: auto;
}
.catalog-slider{
    display: flex;
    overflow: hidden;
    opacity: 0;
}
.catalog-slider.slick-slider{
    display: initial;
    overflow: initial;
    opacity: initial;
}
.catalog {
    position: relative;
    width: 100%;
    max-width: 764px;
    margin: 20px auto;
}

.catalog .slick-arrow {
    font-size: 25px;
    line-height: 30px;
    position: absolute;
    z-index: 999;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: -20px;
    cursor: pointer;
    text-align: center;
    color: #55ad4d;
    border: 2px solid #55ad4d;
    border-radius: 50%;
    background: #fff;
}

.catalog .svg-arrow-right:before, .catalog .svg-arrow-left:before {
    top: 50%;
    display: inline-block;
    width: 1em;
    height: 1em;
    content: '';
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: contain;
}

.catalog .svg-arrow-left {
    left: 0;
}

.catalog .svg-arrow-right {
    right: 0;
}

.catalog .inactive {
    z-index: -1;
    opacity: 0;
}

.slider-pagination {
    font-size: 2em;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10em;
    margin: 5px auto;
}

.link-page {
    position: relative;
    height: 100%;
    aspect-ratio: 768 / 1024;
}

.page-current {
    width: 3.5em;
    text-align: center;
}

.button-prev, .button-next {
    cursor: pointer;
    user-select: none;
}

.button-prev:hover, .button-next:hover {
    color: #f27110;
}

.button-prev.inactive, .button-next.inactive {
    position: relative;
    z-index: -1;
    opacity: 0;
}

.button-prev {
    margin-right: 28px;
}

.button-next {
    margin-left: 28px;
}

.svg-arrow-right.slick-disabled, .svg-arrow-left.slick-disabled {
    z-index: -1;
    opacity: 0;
}

.fake-page {
}

.fake-page + .book-page {
    transform: translate(-50%, 0);
    text-align: center;
}

/* links */
.book-page {
    position: relative;
    background: #ccc;
}

.mask {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.p-link, .link_span {
    position: absolute;
    display: block;
}
/*.book-page .p-link,*/
/*.book-page .link_span{*/
/*    border: 1px solid red;*/
/*}*/
.link-page {
    height: 100%;
    position: relative;
    aspect-ratio: 768 / 1024;
}

.p-link:hover,
.p-link:hover .link_span,
.p-link.hovered,
.p-link.hovered .link_span
{
    opacity: 0.2;
    background: rgb(85, 173, 77);
    box-shadow: -2px 0 6px 4px rgba(85, 173, 77, 0.9);
    -webkit-box-shadow: -2px 0 6px 4px rgba(85, 173, 77, 0.9);
    -moz-box-shadow: -2px 0 6px 4px rgba(85, 173, 77, 0.9);
}
.p-link:hover .link_span{
    opacity: 1;
}

.mask .qr {
    z-index: 3;
    width: 10.5%;
    height: 7.8%;
}
.l.mobile{ display: none!important;}





@media (min-width: 890px) {
    .catalog .svg-arrow-left {
        left: -40px;
    }
    
    .catalog .svg-arrow-right {
        right: -40px;
    }
    
    .cover {position: absolute;top: 0;bottom: 0;left: 50%;transform: translate(-50%, 0);}
}

@media (min-width: 1024px) {
    .button-prev, .button-next {
        cursor: pointer;
    }
    
    .catalog {
        max-width: 1024px;
    }
    
    .cover {
        width: 50%;
    }
    
    .catalog-slider .svg-arrow-left {
        left: 0;
    }
    
    .catalog-slider .svg-arrow-right {
        right: 0;
    }
    
    .slider-pagination {
        font-size: 1em;
    }
    
    .button-prev {
        margin-right: 12px;
    }
    
    .button-next {
        margin-left: 12px;
    }
    
    .mask1,.mask52 {
        /* transform: translate(-50%, 0); */
    }
    .mask{
        overflow: initial;
    }
}

@media (min-width: 1140px) {
    .catalog {
        max-width: 1040px;
    }
    
    .catalog-slider .svg-arrow-left {
        left: -40px;
    }
    
    .catalog-slider .svg-arrow-right {
        right: -40px;
    }
}
p.info {
    text-align: center;
    padding-bottom: 7px;
}
.p-link {
    border: 6px solid transparent;
}
/* End */


/* Start:/journal/mask/1.css?1769424037716*/
.mask1 .link1 {
    top: 23.4%;
    left: 2%;
    width: 23%;
    height: 16%;
    border-radius: 50%;
}
.mask1 .link1 .link_span {
    top: 42%;
    right: -138%;
    width: 235%;
    height: 18%;
    border-radius: unset;
}
.mask1 .link2,.mask1 .link3,.mask1 .link4 {
    width: 33.4%;
    height: 12.6%;
}
.mask1 .link2 .link_span {
    top: -23%;
    left: -18%;
    width: 75%;
    height: 24%;
}
.mask1 .link3 .link_span,.mask1 .link4 .link_span{
    top: -23%;
    left: -25%;
    width: 65%;
    height: 24%;
}
.mask1 .link2{
    top: 44.6%;
    left: 64.9%;
}
.mask1 .link3{
    top: 64.3%;
    left: 64.7%;
}
.mask1 .link4{
    top: 83.3%;
    left: 64.8%;
}
.mask1 .qr {
    top: 88.1%;
    left: 2.7%;
}

/* End */


/* Start:/journal/mask/2.css?1764852154430*/
.mask2 .link1 {
    top: 22%;
    left: 12%;
    width: 32.8%;
    height: 7.8%;
}
.mask2 .link2,.mask2 .link3 {
    width: 18.8%;
    height: 1.6%;
}
.mask2 .link4 {
    width: 32.8%;
    height: 5.7%;
}
.mask2 .link2{
    top: 33.6%;
    left: 12%;
}
.mask2 .link3{
    top: 35.3%;
    left: 12%;
}
.mask2 .link4{
    top: 39.1%;
    left: 12%;
}
.mask2 .qr {
    top: 46.6%;
    left: 12%;
    width: 32.8%;
    height: 14%;
}

/* End */


/* Start:/journal/mask/3.css?17694242221091*/
.mask3 .link1 {
    top: 12%;
    left: 4.9%;
    width: 41.8%;
    height: 41.8%;
    transform: skew(6deg, -6deg);
    z-index: 1;
}
.mask3 .link2 {
    width: 54.8%;
    height: 39.6%;
    top: 9.6%;
    left: 45%;
    z-index: 2;
}
.mask3 .link2 .link_span {
    top: 81.6%;
    left: 62.4%;
    width: 40.8%;
    height: 41%;
    border-radius: 50%;
}
.mask3 .link3 {
    width: 63.8%;
    height: 51.6%;
    top: 49.3%;
    left: 37%;
}
.mask3 .link4 {
    width: 26.8%;
    height: 27.6%;
    top: 36.7%;
    left: 36%;
    transform: skew(-6.2deg, 6.2deg);
    z-index: 3;
}
.mask3 .link4 .link_span{top: 38%;left: 94%;height: 21%;width: 32%;transform: skew(6.2deg, -6.2deg);}
.mask3 .link6,.mask3 .link7,.mask3 .link8,.mask3 .link9{
    left: 0;
    width: 35.8%;
}
.mask3 .link6 {
    height: 9.3%;
    top: 66.3%;
}
.mask3 .link7 {
    height: 9%;
    top: 56%;
    z-index: 3;
}
.mask3 .link8 {
    height: 8.6%;
    top: 85.1%;
}
.mask3 .link9 {
    height: 9.6%;
    top: 75.3%;
}
.mask3 .qr {
    top: 90.6%;
    left: 88%;
    width: 10.6%;
    height: 8%;
    z-index: 3;
}

/* End */


/* Start:/journal/mask/4.css?17694253141494*/
.mask4 .link1 {
    top: 7.7%;
    left: 4%;
    width: 54.8%;
    height: 21.4%;
    transform: rotate(-15.2deg);
}
.mask4 .link1 .span1{top: 0.9%;left: -8.2%;height: 87%;width: 13%;transform: rotate(15.2deg);}
.mask4 .link1 .span2{top: 77.9%;left: -15%;height: 22%;width: 32%;transform: rotate(3.2deg);}

.mask4 .link2 {
    z-index: 2;
    top: 31%;
    left: 2.9%;
    width: 62.8%;
    height: 33.3%;
    transform: rotate(-6.5deg);
}
.mask4 .link2 .span1{top: 78.3%;left: 64.7%;height: 46%;width: 35.2%;border-radius: 50%;}
.mask4 .link2 .span2{top: 8.5%;left: -6%;height: 90%;width: 10%;transform: rotate(6.5deg);}

.mask4 .link3 {
    top: 65.3%;
    left: 4%;
    width: 58.8%;
    height: 36.6%;
    transform: rotate(-5.7deg);
}
.mask4 .link3 .span1{top: 3%;left: 96%;height: 100%;width: 8%;transform: rotate(5.7deg);}
.mask4 .link3 .span2{top: 0%;left: -6%;height: 89%;width: 10%;transform: rotate(5.7deg);}

.mask4 .link4 {
    z-index: 1;
    top: 55.3%;
    left: 47%;
    width: 20.8%;
    height: 15.6%;
    border-radius: 50%;
}

.mask4 .link5 {
    top: 27.9%;
    left: 80.1%;
    width: 48.6%;
    height: 22%;
    transform: rotate(-5.1deg);
}

.mask4 .link6, .mask4 .link7, .mask4 .link8, .mask4 .link9 {
    z-index: 3;
    left: 67%;
    width: 31.2%;
}

.mask4 .link6 {
    top: 51.3%;
    height: 10.6%;
}

.mask4 .link7 {
    top: 63.3%;
    height: 10.6%;
}

.mask4 .link8 {
    top: 75.1%;
    height: 10.6%;
}

.mask4 .link9 {
    top: 87.3%;
    height: 8.6%;
}

/* End */


/* Start:/journal/mask/5.css?17694253682541*/
.mask5 .link1 {
    z-index: 2;
    top: -1.9%;
    left: 3%;
    width: 45.8%;
    height: 27.8%;
    transform: rotate(-4.8deg);
}
.mask5 .link1 .span1{top: 75%;left: -9%;height: 12%;width: 10%;transform: rotate(4.8deg);}
.mask5 .link1 .span2{top: 5%;left: 77%;height: 18%;width: 33%;transform: skew(-37deg, 0deg);}
.mask5 .link1 .span3{top: 50%;left: 90%;height: 12%;width: 20%;transform: skew(49deg, 13deg);}
.mask5 .link1 .span4{top: 61%;left: 98%;height: 39%;width: 18%;}

.mask5 .link2 {
    z-index: 1;
    top: 27.5%;
    left: -20.2%;
    width: 49.3%;
    height: 22.3%;
    transform: rotate(-5.4deg);
}
.mask5 .link2 .span1{top: 81.6%;left: 99%;height: 12.7%;width: 11.4%;transform: rotate(5.1deg);}
.mask5 .link2 .span2{top: 92%;left: 79%;height: 13.2%;width: 21.4%;transform: rotate(4.8deg);}
.mask5 .link3 {
    top: 7.3%;
    left: 45%;
    width: 56.8%;
    height: 29.6%;
    transform: rotate(-8.7deg) skew(1deg, 0deg);
}
.mask5 .link3 .span1{top: 68%;left: -35%;height: 12%;width: 34%;transform: rotate(9.7deg);}
.mask5 .link3 .span2{top: 80%;left: -27%;height: 11%;width: 34%;transform: rotate(8.8deg);}
.mask5 .link3 .span3 {z-index: 1;top: -30.8%;left: -11.3%;width: 48.3%;height: 54.8%;border-radius: 50%;}
.mask5 .link3 .span4{top: 15%;left: 93%;height: 62%;width: 14%;transform: skew(-8deg, -21deg);}
.mask5 .link3 .span5{top: 62%;left: -11%;height: 36%;width: 14%;transform: skew(0deg, 10deg);}
.mask5 .link4 {
    z-index: 1;
    top: 0.5%;
    left: 43%;
    width: 21.3%;
    height: 15.6%;
    border-radius: 50%;
}

.mask5 .link5 {
    top: 37.6%;
    left: 38%;
    width: 62.8%;
    height: 29%;
}

.mask5 .link5 .span1{top: 4%;left: -8%;height: 10%;width: 10%;}
.mask5 .link5 .span2{top: 11%;left: -2%;height: 12%;width: 33%;}
.mask5 .link5 .span3{z-index: 1;top: 60.5%;left: -10.6%;width: 35.3%;height: 55.6%;border-radius: 50%;}
.mask5 .link6, .mask5 .link7, .mask5 .link8, .mask5 .link9 {
    z-index: 3;
    left: 2%;
    width: 31.8%;
}

.mask5 .link6 {
    top: 51.3%;
    height: 10.6%;
}

.mask5 .link7 {
    top: 63.3%;
    height: 10.6%;
}

.mask5 .link8 {
    top: 75.1%;
    height: 10.6%;
}

.mask5 .link9 {
    top: 87.3%;
    height: 8.6%;
}

.mask5 .link11 {
    top: 71.5%;
    left: 35%;
    width: 65%;
    height: 28.6%;
}
.mask5 .link11 .span1{top: -16.7%;left: 24%;height: 17%;width: 65%;transform: skew(-47deg, 0deg);}
.mask5 .link11 .span2{top: -17%;left: 84%;height: 18%;width: 16%;}
.mask5 .qr {
    top: 90.6%;
    left: 88%;
    width: 10.6%;
    height: 8%;
    z-index: 3;
}

/* End */


/* Start:/journal/mask/6.css?17694257261311*/
.mask6 .link1 {
    z-index: 1;
    top: 12.1%;
    left: 2%;
    width: 55.8%;
    height: 29.8%;
    transform: rotate(4.2deg);
}
.mask6 .link1 .span1{top: 0%;left: -3%;height: 80%;width: 5%;transform: rotate(-4.2deg);}
.mask6 .link1 .span2{top: 66.9%;left: 98%;height: 18%;width: 18%;transform: rotate(-4.2deg);}
.mask6 .link2 {
    z-index: 1;
    top: 24.6%;
    left: 69.7%;
    width: 60.8%;
    height: 26.6%;
}
.mask6 .link2 .span1{top: 68%;left: -18%;height: 12%;width: 19%;}
.mask6 .link2 .span2{top: 78%;left: -12%;height: 12%;width: 15%;}
.mask6 .link3 {
    top: 44.3%;
    left: 0%;
    width: 54.5%;
    height: 24%;
    transform: rotate(-4.5deg);
    z-index: 1;
}
.mask6 .link3 .link_span{top: 47%;left: 78%;height: 66%;width: 41%;border-radius: 50%;}

.mask6 .link4 {
    z-index: 1;
    top: 53.7%;
    left: 43.5%;
    width: 21.6%;
    height: 16.2%;
    border-radius: 50%;
}

.mask6 .link5 {
    top: 64.9%;
    left: 0%;
    width: 65.3%;
    height: 35%;
}

.mask6 .link6, .mask6 .link7, .mask6 .link8, .mask6 .link9 {
    z-index: 3;
    left: 67%;
    width: 31.8%;
}

.mask6 .link6 {
    top: 52.3%;
    height: 11.6%;
}

.mask6 .link7 {
    top: 64.3%;
    height: 9.6%;
}

.mask6 .link8 {
    top: 74.9%;
    height: 8.6%;
}

.mask6 .link9 {
    top: 85.1%;
    height: 10.6%;
}

/* End */


/* Start:/journal/mask/7.css?17694258281680*/
.mask7 .link1 {
    top: 2.3%;
    left: -10%;
    width: 54.8%;
    height: 23.8%;
    transform: rotate(-17.8deg);
}
.mask7 .link1 .link_span{display: block;position: absolute;top: 75%;left: -9%;height: 12%;width: 10%;background: #ccc;opacity: 0.8;transform: rotate(4.8deg);}

.mask7 .link2 {
    top: 1.6%;
    left: 47%;
    width: 51.8%;
    height: 25.1%;
    transform: rotate(-3.4deg);
}
.mask7 .link3 {
    top: 24.5%;
    left: -31%;
    width: 61.8%;
    height: 26.6%;
}
.mask7 .link3 .span1{top: 68%;left: -18%;height: 12%;width: 19%;}
.mask7 .link3 .span2{top: 78%;left: -12%;height: 12%;width: 15%;}
.mask7 .link4 {
    z-index: 1;
    top: 24.5%;
    left: 28%;
    width: 21.3%;
    height: 15.6%;
    border-radius: 50%;
}

.mask7 .link5 {
    top: 29.6%;
    left: 43%;
    width: 55.8%;
    height: 26%;
    transform: rotate(-8.8deg);
    z-index: 1;
}
.mask7 .link5 .span1{top: 31%;left: -18%;height: 11.1%;width: 19%;transform: rotate(8.8deg);}
.mask7 .link5 .span2{top: 43%;left: -11.5%;height: 12%;width: 12%;transform: rotate(8.8deg);}
.mask7 .link5 .span3{top: -35%;left: -24%;height: 61.7%;width: 41%;transform: rotate(8.8deg);border-radius: 50%;}

.mask7 .link6, .mask7 .link7, .mask7 .link8, .mask7 .link9 {
    z-index: 3;
    left: 1%;
    width: 31.8%;
}

.mask7 .link6 {
    top: 52.3%;
    height: 9.6%;
}

.mask7 .link7 {
    top: 62.8%;
    height: 9%;
}

.mask7 .link8 {
    top: 72.8%;
    height: 10.6%;
}

.mask7 .link9 {
    top: 85%;
    height: 10.6%;
}

.mask7 .link11 {
    top: 53.5%;
    left: 35%;
    width: 65%;
    height: 46.6%;
}
.mask7 .qr {
    top: 90.6%;
    left: 87%;
    width: 10.6%;
    height: 8%;
    z-index: 3;
}

/* End */


/* Start:/journal/mask/8.css?1769505771968*/
.mask8 .agro{position: absolute;border-radius: 50%;top: -3%;left: 0%;width: 48%;height: 14%;z-index: 2;}
.mask8 .p-link{
    width: 31.1%;
    height: 29.8%;
}
.mask8 .link1 {
    top: 4%;
    left: 3%;
}

.mask8 .link2 {
    top: 4%;
    left: 36%;
}
.mask8 .link3 {
    top: 4%;
    left: 68%;
    z-index: 1;
}
.mask8 .link4 {
    top: 36.2%;
    left: 3%;
}

.mask8 .link5 {
    top: 36.2%;
    left: 36%;
    z-index: 1;
}

.mask8 .link6 {
    top: 36.2%;
    left: 68%;
}

.mask8 .link7 {
    top: 68%;
    left: 3%;
    z-index: 1;
}

.mask8 .link8 {
    top: 68%;
    left: 36%;
}

.mask8 .link9 {
    top: 68%;
    left: 68%;
    z-index: 1;
}
.mask8 .link_span{
    border-radius: 50%;
    width: 46%;
    height: 35%;
}
.mask8 .link3 .link_span{
    top: -10.8%;
    left: 69%;
}
.mask8 .link5 .link_span{
    top: -5%;
    left: -13%;
}
.mask8 .link7 .link_span{
    top: 12%;
    left: -7.9%;
}
.mask8 .link9 .link_span{
    top: -9.1%;
    left: 4.3%;
}

/* End */


/* Start:/journal/mask/9.css?1769427730983*/
.mask8 .agro{position: absolute;border-radius: 50%;top: -3%;left: 0%;width: 48%;height: 14%;z-index: 2;}
.mask9 .p-link{
    width: 30.1%;
    height: 29.8%;
}
.mask9 .link1, .mask9 .link2, .mask9 .link3{
    left: 67%;
    height: 30.8%;
}
.mask9 .link1 {
    top: 3%;
}

.mask9 .link2 {
    top: 36.2%;
}
.mask9 .link3 {
    top: 67.8%;
}
.mask9 .link4 {
    top: 36.2%;
    left: 1%;
}

.mask9 .link5 {
    top: 36.2%;
    left: 34.1%;
    z-index: 1;
}


.mask9 .link7 {
    top: 68%;
    left: 1%;
    z-index: 1;
}

.mask9 .link8 {
    top: 68%;
    left: 34.5%;
}

.mask9 .link_span{
    border-radius: 50%;
    width: 46%;
    height: 35%;
}
.mask9 .link3 .link_span{
    top: -10.8%;
    left: 69%;
}
.mask9 .link5 .link_span{
    top: -5%;
    left: -13%;
}
.mask9 .link7 .link_span{
    top: 12%;
    left: -7.9%;
}
.mask9 .link9 .link_span{
    top: -9.1%;
    left: 4.3%;
}
.mask9 .qr {
    top: 90.6%;
    left: 87%;
    width: 10.6%;
    height: 8%;
    z-index: 3;
}

/* End */


/* Start:/journal/mask/10.css?1764852154897*/
.mask10 .agro{position: absolute;border-radius: 50%;top: -3%;left: 0%;width: 48%;height: 14%;z-index: 2;}
.mask10 .p-link{
    width: 31.1%;
    height: 29.8%;
}
.mask10 .link1 {
    top: 4%;
    left: 3%;
}

.mask10 .link2 {
    top: 4%;
    left: 36%;
}
.mask10 .link3 {
    top: 4%;
    left: 68%;
    z-index: 1;
}
.mask10 .link4 {
    top: 36.2%;
    left: 3%;
}

.mask10 .link5 {
    top: 36.2%;
    left: 36%;
    z-index: 1;
}

.mask10 .link6 {
    top: 36.2%;
    left: 68%;
    z-index: 1;
}

.mask10 .link7 {
    top: 68%;
    left: 3%;
    z-index: 1;
}

.mask10 .link8 {
    top: 68%;
    left: 36%;
    z-index: 1;
}

.mask10 .link9 {
    top: 68%;
    left: 68%;
    z-index: 1;
}
.mask10 .link_span{
    border-radius: 50%;
    width: 46%;
    height: 34.8%;
}
.mask10 .link6 .link_span{
    top: -6.8%;
    left: -11%;
}
.mask10 .link8 .link_span{
    top: -5%;
    left: -15%;
}

/* End */


/* Start:/journal/mask/11.css?17694283011032*/
.mask11 .agro{position: absolute;border-radius: 50%;top: 0%;left: 82%;width: 18%;height: 7%;z-index: 2;}
.mask11 .p-link{
    width: 31.1%;
    height: 29.8%;
}
.mask11 .link1, .mask11 .link4, .mask11 .link7, .mask11 .link8, .mask11 .link9, .mask11 .link10{
    left: 69.2%;
    height: 13%;
}
.mask11 .link1 {
    top: 10%;
}
.mask11 .link2 {
    top: 36.3%;
    left: 1%;
}
.mask11 .link3 {
    top: 36.3%;
    left: 33.5%;
    z-index: 1;
}
.mask11 .link4 {
    top: 24.2%;
}
.mask11 .link5 {
    top: 68.2%;
    left: 1%;
    z-index: 1;
}
.mask11 .link6 {
    top: 68.1%;
    left: 33.4%;
    z-index: 1;
}
.mask11 .link7 {
    top: 37%;
}
.mask11 .link8 {
    top: 49%;
}
.mask11 .link9 {
    top: 61%;
    height: 12%;
}
.mask11 .link10 {
    top: 72%;
}
.mask11 .link_span{
    border-radius: 50%;
    width: 46%;
    height: 35%;
    top: -6%;
    left: 63%;
}
.mask11 .link3 .link_span{
    top: -10.8%;
    left: 69%;
}
.mask11 .qr {
    top: 90.6%;
    left: 80.2%;
    width: 11.5%;
    height: 7.9%;
    z-index: 3;
}

/* End */


/* Start:/journal/mask/12.css?17694334191180*/
.mask12 .link1 {
    top: 12%;
    left: 8.6%;
    width: 36.8%;
    height: 37.8%;
    transform: rotate(-22.8deg);
}
.mask12 .link1 .span1{
    top: 0%;
    left: -18%;
    width: 14.8%;
    height: 33.8%;
    transform: rotate(22.8deg);
}
.mask12 .link1 .span2{
    top: 30%;
    left: -27%;
    width: 27.8%;
    height: 53.8%;
}
.mask12 .link1 .span3{
    top: 9%;
    left: -12%;
    width: 13.8%;
    height: 25.8%;
}
.mask12 .link1 .span4{
    transform: rotate(40.8deg);
    top: 90%;
    left: -27%;
    width: 53.8%;
    height: 7.8%;
}
.mask12 .link1 .span5{
    top: 99%;
    left: 17%;
    width: 83.8%;
    height: 10.8%;
}
.mask12 .link2 {
    width: 29.8%;
    height: 15.6%;
    top: 49.5%;
    left: 0.5%;
}
.mask12 .link3 {
    width: 29.8%;
    height: 33.6%;
    top: 66.3%;
    left: 0.5%;
}
.mask12 .link4,.mask12 .link5,.mask12 .link6,.mask12 .link7{
    height: 11%;
    width: 30.8%;
}
.mask12 .link4 {

top: 72.6%;

left: 33%;
}
.mask12 .link5 {
    top: 84.6%;
    left: 33%;
}
.mask12 .link6 {
    top: 72.6%;
    left: 66%;
}
.mask12 .link7 {
    top: 84.6%;
    left: 66%;
}

/* End */


/* Start:/journal/mask/13.css?17694288511569*/
.mask13 .link1 {
    top: 12.5%;
    left: -5%;
    width: 48%;
    height: 23.8%;
    transform: rotate(6deg);
}
.mask13 .link1 .span1{
    top: -0.6%;
    left: -4.7%;
    width: 8.8%;
    height: 98.7%;
    transform: rotate(-6deg);
}
.mask13 .link1 .span2{
    top: 60.8%;
    left: 99%;
    width: 35.8%;
    height: 11.8%;
    transform: rotate(-6deg);
}
.mask13 .link2 {
    width: 38.8%;
    height: 29.1%;
    top: 6.1%;
    left: 58%;
    transform: rotate(-8.9deg);
}
.mask13 .link3 {
    width: 41.8%;
    top: 41.3%;
    left: 3%;
    height: 22%;
}
.mask13 .link3 .span1{
    top: 0%;
    left: -26%;
    width: 27.8%;
    height: 61.8%;
}
.mask13 .link3 .span2{
    top: -9%;
    left: 45%;
    width: 58.8%;
    height: 26.8%;
}
.mask13 .link4 {
    width: 32.8%;
    height: 14.6%;
    top: 39.3%;
    left: 48%;
}
.mask13 .link5 {
    top: 68.6%;
    left: 2%;
    width: 44.8%;
    height: 26%;
    transform: rotate(16.7deg);
}

.mask13 .link5 .span1{
    top: 89%;
    left: 5%;
    width: 19.8%;
    height: 88.8%;
    transform: rotate(-16.7deg);
}
.mask13 .link5 .span2{
    top: 99%;
    left: 12%;
    width: 87.8%;
    height: 83.8%;
}
.mask13 .link6,.mask13 .link7,.mask13 .link8,.mask13 .link9{
    left: 65%;
    width: 32.8%;
}
.mask13 .link6 {
    top: 54.8%;
    height: 11%;
}
.mask13 .link7 {
    top: 65.6%;
    height: 10%;
}
.mask13 .link8 {
    top: 75.3%;
    height: 10%;
}
.mask13 .link9 {
    top: 86.4%;
    height: 7.9%;
}
.mask13 .qr {
    top: 91.2%;
    left: 49.2%;
    width: 10.6%;
    height: 7.5%;
    z-index: 3;
}

/* End */


/* Start:/journal/mask/14.css?1769589660571*/
.mask14 .link1 {
    top: 0;
    left: 0;
    width: 60.5%;
    height: 43.1%;
}
.mask14 .link_span{
    width: 58%;
    left: 108%;
}
.mask14 .link1 .span1 {
    top: 97%;
    height: 26%;
}
.mask14 .link1 .span2 {
    top: 11%;
    height: 80%;
    left: 100%;
    width: 60%;
}
.mask14 .link2 {
    top: 43.1%;
    left: 0;
    width: 60.5%;
    height: 24.1%;
}
.mask14 .link2 .link_span {
    top: 41%;
    height: 41%;
}
.mask14 .link3 {
    top: 67%;
    left: 0;
    width: 60.5%;
    height: 33.1%;
}
.mask14 .link3 .link_span {
    top: -14%;
    height: 35%;
}
/* End */


/* Start:/journal/mask/15.css?1769588971805*/
.mask15 .link1 {
    top: 0%;
    right: 0;
    width: 60.5%;
    height: 43.1%;
}
.mask15 .link_span{
    width: 58%;
    right: 108%;
}
.mask15 .link1 .link_span {
    top: 97%;
    height: 26%;
}
.mask15 .link2 {
    top: 43.1%;
    right: 0;
    width: 60.5%;
    height: 44.1%;
}
.mask15 .link2 .link_span {
    top: 22%;
    height: 29%;
}
.mask15 .link3 {
    top: 87%;
    right: 0;
    width: 60.5%;
    height: 13.1%;
    z-index: 1;
}
.mask15 .link3 .link_span {
    top: -182%;
    height: 110%;
}
.mask15 .qr {
    bottom: 10px;
    right: 11px;
}
.mask15 .link3 .link_span.span2 {
    width: 136%;
    right: 102%;
    top: -80%;
    height: 185%;
}

.mask15 .link3 .link_span.span3{
    width: 50%;
    right: 51%;
    top: -92%;
    height: 201%;
    border-radius: 50%;
    z-index: 1;
}

/* End */


/* Start:/journal/mask/16.css?1769502631679*/
.mask16 .link1 {
    top: 22%;
    left: 40.9%;
    width: 32.5%;
    height: 16.1%;
}
.mask16 .link2 {
    width: 36.2%;
    height: 17.5%;
    top: 69.1%;
    left: 3.7%;
}
.mask16 .link2 .link_span{
    top: -21.6%;
    left: 0;
    width: 111.8%;
    height: 21.7%;
}
.mask16 .link3 {
    width: 32.3%;
    height: 17%;
    top: 62.5%;
    left: 64.8%;
}
.mask16 .link3 .link_span{
    top: -23.6%;
    left: 0;
    width: 87.8%;
    height: 24%;
}
.mask16 .link4 {
    width: 32.3%;
    height: 16.3%;
    top: 79%;
    left: 41%;
}
.mask16 .link4 .link_span{
    top: -30.1%;
    left: 0;
    width: 64.8%;
    height: 31%;
}
.mask16 .qr{
    bottom: 8px;
    left: 8px;
}

/* End */


/* Start:/journal/mask/17.css?17695028022285*/
.mask17 .link1 {
    top: 11%;
    left: 0.5%;
    width: 29.8%;
    height: 16.6%;
}
.mask17 .link1 .span1{top: 60.4%;left: 99%;height: 15.5%;width: 104%;}
.mask17 .link1 .span2{top: 76%;left: 99%;height: 15%;width: 114%;}

.mask17 .link2 {
    top: 1.8%;
    left: 55.6%;
    width: 43.8%;
    height: 18.6%;
    transform: rotate(-2.8deg);
}
.mask17 .link2 .span1{top: 99%;left: 46%;height: 18%;width: 25.6%;transform: rotate(2.8deg);}
.mask17 .link2 .span2{top: 0%;left: 97%;height: 99%;width: 4%;transform: rotate(2.8deg);}

.mask17 .link3 {
    top: 26.3%;
    left: 74%;
    width: 24.8%;
    height: 30.6%;
    transform: rotate(3.2deg);
}
.mask17 .link3 .span1{top: 99%;left: 15.5%;height: 8.3%;width: 63%;transform: rotate(-3.2deg);}
.mask17 .link3 .span2{top: 43%;left: -15%;height: 41%;width: 28%;border-radius: 50%;}

.mask17 .link4 {
    top: 62.6%;
    left: 71.4%;
    width: 27.9%;
    height: 20.6%;
    transform: rotate(2.2deg);
}
.mask17 .link4 .span1{top: 100%;left: -8%;height: 14%;width: 68%;transform: rotate(-2.2deg);}
.mask17 .link4 .span2{top: 100%;left: 7%;height: 28%;width: 47%;transform: rotate(-2.2deg);}

.mask17 .link5 {
    top: 73.6%;
    left: 37%;
    width: 30.8%;
    height: 24.6%;
    transform: rotate(-5.2deg);
}
.mask17 .link5 .span1{top: -31.8%;left: -8%;height: 13.5%;width: 76%;transform: rotate(2.2deg);}
.mask17 .link5 .span2{top: -19%;left: 7%;height: 20%;width: 60%;transform: rotate(2.2deg);}

.mask17 .link6 {
    top: 69.6%;
    left: 5.4%;
    width: 28.4%;
    height: 27%;
    transform: rotate(-4.7deg);
}
.mask17 .link6 .span1{top: -3.6%;left: -11%;height: 11%;width: 68%;transform: rotate(4.7deg);}

.mask17 .link7, .mask17 .link8, .mask17 .link9, .mask17 .link10, .mask17 .link11, .mask17 .link12 {
    z-index: 3;
    width: 31.8%;
    height: 9.6%;
}

.mask17 .link7 {
    top: 28.3%;
    left: 2%;
    height: 12.6%;
}

.mask17 .link8 {
    top: 42.8%;
    left: 2%;
}

.mask17 .link9 {
    top: 52.3%;
    left: 2%;
}

.mask17 .link10 {
    top: 28.3%;
    left: 37.5%;
    height: 10.5%;
}

.mask17 .link11 {
    top: 40.1%;
    left: 37.2%;
    height: 10.9%;
}

.mask17 .link12 {
    top: 52.2%;
    left: 37.1%;
}

.mask17 .qr {
    z-index: 3;
    top: 91.3%;
    left: 87%;
    width: 10.3%;
    height: 7.4%;
}

/* End */


/* Start:/journal/mask/18.css?17695039281943*/
.mask18 .link1 {
    top: 0%;
    left: 51%;
    width: 46.8%;
    height: 21.8%;
    transform: rotate(-4.7deg);
}
.mask18 .link1 .span1{top: 92.9%;left: -5%;height: 26.5%;width: 104%;transform: rotate(4.7deg);}
.mask18 .link1 .span2{top: 58.4%;left: -25%;height: 37.5%;width: 35%;transform: rotate(9deg);}
.mask18 .link1 .span3{top: 108.4%;left: -8%;height: 45.5%;width: 25%;transform: rotate(8deg) skew(-2deg, -8deg);}
.mask18 .link1 .span4{top: 34.4%;left: -26.3%;height: 26.5%;width: 26%;}
.mask18 .link1 .span5{left: -25%;height: 28.5%;width: 36%;transform: rotate(-29.3deg);top: 22.8%;}

.mask18 .link2 {
    width: 45.4%;
    height: 21.6%;
    top: 21.6%;
    left: 2.2%;
    transform: rotate(5.3deg);
}
.mask18 .link2 .span1{top: 0.4%;left: -4%;height: 101.5%;width: 8%;transform: rotate(-5deg);}
.mask18 .link2 .span2{top: 94.4%;left: -3%;height: 15.5%;width: 103%;transform: rotate(-9deg);}
.mask18 .link2 .span3{top: -29.6%;left: 16%;height: 50.5%;width: 64.6%;border-radius: 50%;}
.mask18 .link3 {
    width: 50.8%;
    height: 22%;
    top: 45.8%;
    left: 2.8%;
    transform: rotate(-3.2deg);
}
.mask18 .link3 .span1{top: 74.4%;left: 99%;height: 14.5%;width: 13.6%;transform: rotate(3.2deg);}
.mask18 .link4 {
    width: 47.8%;
    height: 27.6%;
    top: 70.3%;
    left: 3%;
}
.mask18 .link5 {
    top: 75%;
    left: 54%;
    width: 44.8%;
    height: 25%;
    transform: rotate(4deg);
}
.mask18 .link5 .span1{top: 75.4%;left: 98%;height: 11.2%;width: 6%;transform: rotate(-4deg);}
.mask18 .link6,.mask18 .link7,.mask18 .link8,.mask18 .link9,.mask18 .link10{

left: 63%;

width: 35%;
}
.mask18 .link6 {
    top: 25.1%;
    height: 7.1%;
}
.mask18 .link7 {
    top: 33.4%;
    height: 9%;
}
.mask18 .link8 {
    top: 43.8%;
    height: 7.4%;
}
.mask18 .link9 {
    top: 52.4%;
    height: 8.9%;
}
.mask18 .link10 {
    top: 62.4%;
    height: 9.2%;
}

/* End */


/* Start:/journal/mask/19.css?17695881661432*/
.mask19 .link1 {
    top: -0.6%;
    left: 3.3%;
    width: 39.6%;
    height: 26.8%;
    transform: skew(3deg, -2.6deg);
}
.mask19 .link1 .span1{top: 2.9%;left: 99%;height: 56.5%;width: 92%;}
.mask19 .link1 .span2{top: 47.4%;left: 59%;height: 37.5%;width: 107%;transform: rotate(-25deg);}

.mask19 .link2 {
    width: 32.8%;
    height: 33.6%;
    top: 17.6%;
    left: 54%;
    transform: rotate(-27deg);
}
.mask19 .link2 .span1{top: 0.9%;left: 74%;height: 125.5%;width: 62%;transform: rotate(26.7deg);}
.mask19 .link2 .span3{top: 71.4%;left: -53%; height: 8.5%;width: 59%;transform: rotate(27deg);}
.mask19 .link2 .span2{top: 81.4%;left: -56%;height: 7.5%;width: 59%;transform: rotate(27deg);}

.mask19 .link3 {
    width: 98.7%;
    height: 33.5%;
    top: 66.5%;
    left: 1%;
}
.mask19 .link3 .span1{top: -25.1%;left: 35%;height: 25.5%;width: 4%;}
.mask19 .link3 .span2{top: -22.6%;left: 51%;height: 22.9%;width: 18%;border-top-left-radius: 56px;border-top-right-radius: 32px;}
.mask19 .link3 .span3{top: -29%;left: 86%;height: 29.5%;width: 14%;border-top-left-radius: 52px;}

.mask19 .link4 {
    width: 32.8%;
    height: 7.3%;
    top: 37%;
    left: 2%;
}
.mask19 .link5 {
    top: 45.6%;
    left: 2%;
    width: 32.8%;
    height: 9%;
}
.mask19 .link6 {
    top: 55.6%;
    left: 2%;
    width: 32.8%;
    height: 9%;
}
.mask19 .qr {
    top: 90.8%;
    left: 87%;
}

/* End */


/* Start:/journal/mask/20.css?17695041421373*/
.mask20 .link1 {
    top: 16.3%;
    left: 4%;
    width: 48.8%;
    height: 41%;
    transform: rotate(-6.2deg);
}
.mask20 .link1 .span1{top: -0.1%;left: -5%;height: 62.5%;width: 9%;transform: rotate(6.2deg);}
.mask20 .link1 .span2{top: 62.4%;left: -8%;height: 37.5%;width: 11%;transform: rotate(-1deg);}
.mask20 .link1 .span3{top: -11.6%;left: 8%;height: 44.5%;width: 41%;transform: rotate(-1deg);border-radius: 50%;}
.mask20 .link1 .span4{top: 76.4%;left: 5%;height: 37.5%;width: 45%;transform: rotate(-1deg);border-radius: 50%;}

.mask20 .link2 {
    width: 41.8%;
    height: 39.6%;
    top: 19.6%;
    left: 55%;
    transform: rotate(-2deg);
}
.mask20 .link2 .span1{top: 84.9%;left: 23%;height: 26.5%;width: 64%;border-radius: 50%;}
.mask20 .link2 .span2{top: -5.6%;left: -5%;height: 50.5%;width: 74%;border-radius: 50%;}

.mask20 .link3 {
    width: 64.9%;
    height: 34.4%;
    top: 65.3%;
    left: 0.1%;
}
.mask20 .link3 .span1{top: -22.1%;left: 53%;height: 26.5%;width: 31%;transform: rotate(-4deg);}
.mask20 .link3 .span2{top: -6.6%;left: 0%;height: 10.5%;width: 35%;transform: rotate(14deg);}

.mask20 .link4 {
    width: 32.8%;
    height: 9.2%;
    top: 64.7%;
    left: 67.2%;
}
.mask20 .link5 {
    top: 74.9%;
    left: 67.2%;
    width: 32.8%;
    height: 10.9%;
}
.mask20 .link6 {
    top: 86.6%;
    left: 67.2%;
    width: 32.8%;
    height: 13%;
}

/* End */


/* Start:/journal/mask/21.css?17695041531165*/
.mask21 .link1 {
    top: 0%;
    left: 61%;
    width: 38.8%;
    height: 28.8%;
}
.mask21 .link1 .span1{top: 2.9%;left: -48%;height: 91.5%;width: 53%;transform: rotate(-6.3deg);}
.mask21 .link1 .span2{top: 87.4%;left: -5%;height: 17.5%;width: 124%;transform: rotate(-5.7deg);}

.mask21 .link2 {
    width: 39.8%;
    height: 39.5%;
    top: 20.6%;
    left: 0.5%;
}
.mask21 .link3 {
    width: 58.3%;
    height: 34.5%;
    top: 32.3%;
    left: 41.4%;
}
.mask21 .link3 .span1{top: 19.9%;left: -10%;height: 45.5%;width: 25%;border-radius: 50%;}
.mask21 .link3 .span2{top: -12.6%;left: -2%;height: 33.5%;width: 32%;border-radius: 50%;}

.mask21 .link4 {
    width: 59.5%;
    height: 32.4%;
    top: 67.3%;
    left: 40%;
}
.mask21 .link5 {
    top: 62.6%;
    left: 1%;
    width: 32.8%;
    height: 7.8%;
}
.mask21 .link6 {
    top: 71.4%;
    left: 1%;
    width: 36%;
    height: 7.5%;
}
.mask21 .link7{
    top: 79.9%;
    left: 1%;
    width: 36%;
    height: 9.5%;
}
.mask21 .link8 {
    top: 90.2%;
    left: 1%;
    width: 32.8%;
    height: 9.3%;
}
.mask21 .qr {
    top: 90.8%;
    left: 87%;
}

/* End */


/* Start:/journal/mask/22.css?17695898051321*/
.mask22 .link2 {
    width: 32.8%;
    height: 24.6%;
    top: 14.6%;
    left: 1%;
    transform: rotate(-3deg);
}
.mask22 .link2 .span1{top: -87.1%;left: 30%;height: 113.5%;width: 47%;border-radius: 50%;}
.mask22 .link2 .span2{top: 88.4%;left: 15%;height: 51.9%;width: 47%;transform: rotate(3deg);}

.mask22 .link3 {
    width: 26.8%;
    height: 25.6%;
    top: 40.6%;
    left: 2%;
}
.mask22 .link4 {
    width: 27.7%;
    height: 26.7%;
    top: 68.3%;
    left: 2.3%;
    transform: rotate(-5deg);
}
.mask22 .link5 {
    top: 74.6%;
    left: 34.4%;
    width: 24.8%;
    height: 23.4%;
    transform: rotate(-10deg);
}
.mask22 .link6 {
    top: 76%;
    left: 64%;
    width: 32.8%;
    height: 21.8%;
    transform: rotate(2deg);
}
.mask22 .link7 {
    top: 40%;
    left: 32%;
    width: 32.8%;
    height: 10.9%;
}
.mask22 .link8 {
    top: 52%;
    left: 32%;
    width: 32.8%;
    height: 9%;
}
.mask22 .link9 {
    top: 62%;
    left: 32%;
    width: 32.8%;
    height: 10.8%;
}
.mask22 .link10{
    top: 39.8%;
    left: 66%;
    width: 32.8%;
    height: 9.2%;
}
.mask22 .link11 {
    top: 50%;
    left: 66%;
    width: 32.8%;
    height: 11%;
}
.mask22 .link12 {
    top: 62%;
    left: 66%;
    width: 32.8%;
    height: 10.8%;
}

/* End */


/* Start:/journal/mask/23.css?17695052241299*/
.mask23 .link0 {
    top: 44.5%;
    left: 70%;
    width: 29.8%;
    height: 21.8%;
    transform: rotate(1deg);
}
.mask23 .link1 {
    top: 0.5%;
    left: 33%;
    width: 63.8%;
    height: 23.8%;
}
.mask23 .link2 {
    width: 46.8%;
    height: 18.6%;
    top: 25.2%;
    left: 33%;
    transform: rotate(-3deg);
}
.mask23 .link3 {
    width: 25.8%;
    height: 22.6%;
    top: 75.3%;
    left: 4%;
    transform: rotate(-3deg);
}
.mask23 .link4 {
    width: 28.8%;
    height: 24.6%;
    top: 75.3%;
    left: 34%;
    transform: rotate(3deg);
}
.mask23 .link4 .span1{top: 48.9%;left: 54%;height: 46.5%;width: 57%;border-radius: 50%}
.mask23 .link5 {
    top: 67.6%;
    left: 69%;
    width: 29.4%;
    height: 29.7%;
    transform: rotate(2.6deg);
}

.mask23 .link6 {
    top: 40%;
    left: 2%;
    width: 30.8%;
    height: 11%;
}
.mask23 .link7 {
    top: 52%;
    left: 2%;
    width: 31.8%;
    height: 10.8%;
}
.mask23 .link8 {
    top: 64%;
    left: 2%;
    width: 30.8%;
    height: 9.1%;
}
.mask23 .link9 {
    top: 48%;
    left: 35%;
    width: 30.8%;
    height: 12.8%;
}
.mask23 .link10{
    top: 62%;
    left: 35%;
    width: 30.8%;
    height: 11%;
}
.mask23 .qr {
    top: 90.8%;
    left: 87%;
}

/* End */


/* Start:/journal/mask/24.css?17695056221041*/
.mask24 .link1 {
    top: 17%;
    left: 0%;
    width: 35.8%;
    height: 27.8%;
}
.mask24 .link1 .span1{top: -5.1%;left: 90%;height: 77.5%;width: 67%;transform: rotate(-8deg);}
.mask24 .link2 {
    width: 45.2%;
    height: 15.2%;
    top: 38.6%;
    left: 38%;
    z-index: 1;
    transform: rotate(-6deg);
}
.mask24 .link2 .span1{top: -31.1%;left: 7%;height: 56.5%;width: 58%;border-radius: 50%;}
.mask24 .link3 {
    width: 45.8%;
    height: 24.6%;
    top: 47.3%;
    left: 0%;
    border-radius: 50%;
}
.mask24 .link4 {
    width: 33.8%;
    height: 22.6%;
    top: 77.3%;
    left: 11%;
    border-radius: 50%;
}
.mask24 .link4 .span1{top: 71.9%;left: 85%;height: 15.5%;width: 24%;}

.mask24 .link5 {
    top: 56%;
    left: 57.6%;
    width: 32.8%;
    height: 9.6%;
}
.mask24 .link6 {
    top: 66.3%;
    left: 57.7%;
    width: 34.7%;
    height: 9.4%;
}
.mask24 .link7 {
    top: 76.6%;
    left: 57.6%;
    width: 32.8%;
    height: 8%;
}
.mask24 .link8 {
    top: 85.4%;
    left: 57.6%;
    width: 32.8%;
    height: 9.4%;
}

/* End */


/* Start:/journal/mask/25.css?17695056651099*/
.mask25 .link1 {
    top: 9.4%;
    left: 38%;
    width: 33.8%;
    height: 30.8%;
    transform: rotate(11deg);
}
.mask25 .link2 {
    width: 28.8%;
    height: 29.6%;
    top: 34.6%;
    left: 71%;
}

.mask25 .link2 .span1{top: 29.4%;left: -50%;height: 12.5%;width: 57%;transform: skew(-32deg, 10deg);}
.mask25 .link2 .span2{top: 27.9%;left: -61%;height: 56.5%;width: 71%;border-radius: 50%;}
.mask25 .link2 .span3{top: 77.9%;left: -24%;height: 22.5%;width: 38%;transform: skew(56deg, -4deg);}
.mask25 .link3 {
    width: 28.8%;
    height: 22.6%;
    top: 66.3%;
    left: 58%;
    border-radius: 50%;
}
.mask25 .link3 .span1{top: 68.4%;left: 88%;height: 12.5%;width: 42%;}
.mask25 .link3 .span2{top: 55.9%;left: 97%;height: 12.5%;width: 12%;}
.mask25 .link4 {
    top: 56.1%;
    left: 7%;
    width: 33.9%;
    height: 12.5%;
}
.mask25 .link5 {
    top: 69.6%;
    left: 7%;
    width: 33.9%;
    height: 11%;
}
.mask25 .link6 {
    top: 81.6%;
    left: 7%;
    width: 33.9%;
    height: 13.2%;
}
.mask25 .qr {
    top: 90.8%;
    left: 88%;
}

/* End */


/* Start:/journal/mask/26.css?1769505978924*/
.mask26 .link1 {
    top: 28%;
    left: 1%;
    width: 39.8%;
    height: 26.8%;
    transform: rotate(-1.7deg);
}
.mask26 .link1 .span1{top: 68.9%;left: -4%;height: 56.5%;width: 87%;}
.mask26 .link1 .span2{top: 102.4%;left: 14%;height: 37.5%;width: 65%;border-radius: 50%;}
.mask26 .link2 {
    width: 28.1%;
    height: 28.6%;
    top: 25.8%;
    left: 44%;
    transform: rotate(-2.7deg);
    z-index: 1;
}
.mask26 .link2 .span1{top: 28.9%;left: 99%;height: 12.5%;width: 19%;}
.mask26 .link2 .span2{top: 93.4%;left: -39%;height: 69.5%;width: 98%;border-radius: 50%;}
.mask26 .link3 {
    width: 60.8%;
    height: 33.6%;
    top: 66.3%;
    left: 0%;
}
.mask26 .link4 {
    height: 13.1%;
    top: 57.3%;
    left: 62.6%;
    width: 36.2%;
}
.mask26 .link5 {
    top: 71.3%;
    left: 62.6%;
    width: 36.2%;
    height: 12.3%;
}
.mask26 .link6 {
    top: 84.6%;
    left: 62.6%;
    width: 36.2%;
    height: 14.1%;
}

/* End */


/* Start:/journal/mask/27.css?17695061091103*/
.mask27 .link1 {
    top: 12.6%;
    left: 54%;
    width: 44.8%;
    height: 21.8%;
    transform: rotate(3.8deg);
}
.mask27 .link1 .span1{top: 128.9%;left: 8%;height: 56.5%;width: 92%;transform: rotate(50deg);}
.mask27 .link1 .span2{top: 102.4%;left: 34%;height: 124.5%;width: 77%;border-radius: 50%;}
.mask27 .link2 {
    width: 30.8%;
    height: 23.6%;
    top: 33.6%;
    left: 24%;
    transform: rotate(5.1deg);
}
.mask27 .link2 .span1{top: 34.9%;left: 62%;height: 104.5%;width: 67%;}
.mask27 .link2 .span2{top: 94.4%;left: 125%;height: 60.5%;width: 23%;}
.mask27 .link3 {
    width: 32.8%;
    height: 30.6%;
    top: 69.3%;
    left: 67%;
}
.mask27 .link3 .span1{top: 2.9%;left: -87%;height: 98.5%;width: 55%;}
.mask27 .link3 .span2{top: 20.4%;left: -34%;height: 81.5%;width: 36%;}

.mask27 .link4 {
    top: 57.7%;
    height: 12.6%;
    left: 1.5%;
    width: 35.5%;
    }
.mask27 .link5 {
    top: 71.2%;
    left: 1.5%;
    width: 35.5%;
    height: 9.8%;
}
.mask27 .link6 {
    top: 82%;
    left: 1.5%;
    width: 35.5%;
    height: 11%;
}
.mask27 .qr {
    top: 90.8%;
    left: 87%;
}

/* End */


/* Start:/journal/mask/28.css?1769506180881*/
.mask28 .link1 {
    top: 33%;
    left: 1%;
    width: 58.8%;
    height: 33.8%;
    transform: rotate(-1.7deg);
}
.mask28 .link1 .span1{top: -20.6%;left: -1%;height: 37.5%;width: 65%;border-radius: 50%;}
.mask28 .link2 {
    width: 61.1%;
    height: 30.6%;
    top: 68.8%;
    left: 1%;
    transform: rotate(-2.7deg);
    z-index: 1;
}
.mask28 .link2 .span1{top: 35.9%;left: 99%;height: 57.5%;width: 9%;}
.mask28 .link2 .span2{top: -9.6%;left: -2%;height: 69.5%;width: 73%;border-radius: 50%;}
.mask28 .link3 {
    width: 59.8%;
    height: 32.6%;
    top: 67.3%;
    left: 68%;
    transform: rotate(-3deg);
}
.mask28 .link4 {
    height: 11.1%;
    top: 31.3%;
    left: 62.6%;
    width: 36.2%;
}
.mask28 .link5 {
    top: 43.3%;
    left: 62.6%;
    width: 36.2%;
    height: 9.7%;
}
.mask28 .link6 {
    top: 53.6%;
    left: 62.6%;
    width: 36.2%;
    height: 13.3%;
}

/* End */


/* Start:/journal/mask/29.css?17695901531321*/
.mask29 .link1 {
    top: 1.6%;
    left: 36%;
    width: 62.8%;
    height: 31.8%;
    transform: rotate(-3.2deg);
    z-index: 3;
}
.mask29 .link1 .span1{top: 29.4%;left: 34%;height: 93.5%;width: 68%;border-radius: 50%;}
.mask29 .link2 {
    width: 60.8%;
    height: 25.6%;
    top: 34.6%;
    left: 39%;
    transform: rotate(-1.9deg);
    z-index: 1;
}
.mask29 .link2 .span1{top: 53.9%;left: 45%;height: 81.5%;width: 57%;border-radius: 50%;}
.mask29 .link2 .span2{top: 42.4%;left: -7%;height: 52.5%;width: 23%;border-radius: 50%;}
.mask29 .link3 {
    width: 66.8%;
    height: 30.6%;
    top: 73.3%;
    left: 33%;
    transform: rotate(-2deg);
}
.mask29 .link3 .span1{top: -18.1%;left: 55.7%;height: 58.5%;width: 45%;border-radius: 50%;}
.mask29 .link3 .span2{top: -42.1%;left: 2.7%;height: 98.5%;width: 55%;border-radius: 50%;}

.mask29 .link4 {
    top: 31%;
    height: 11.6%;
    left: 1.5%;
    width: 35.5%;
}
.mask29 .link5 {
    top: 43.2%;
    left: 1.5%;
    width: 35.5%;
    height: 9.8%;
}
.mask29 .link6 {
    top: 53.6%;
    left: 1.5%;
    width: 35.5%;
    height: 11.4%;
}
.mask29 .link7 {
    width: 59.8%;
    height: 32.6%;
    top: 67.3%;
    right: 72%;
    transform: rotate(-3deg);
}
.mask29 .qr {
    top: 90.8%;
    left: 87%;
}

/* End */


/* Start:/journal/mask/30.css?17695909461480*/
.mask30 .link1 {
    top: 25%;
    left: 1%;
    width: 44.8%;
    height: 13.8%;
    transform: skew(23deg, -27deg);
}
.mask30 .link1 .span1{top: 94.9%;left: 12%;height: 56.5%;width: 92%;border-bottom-left-radius: 50%;}
.mask30 .link1 .span2{top: 131.4%;left: 48%;height: 66.5%;width: 57%;border-bottom-left-radius: 50%;}
.mask30 .link1 .span3{top: 102.4%;left: 14%;height: 37.5%;width: 65%;border-radius: 50%;}
.mask30 .link2 {
    width: 10.1%;
    height: 52.6%;
    top: 0.8%;
    left: 66%;
    transform: rotate(0deg);
    z-index: 1;
}
.mask30 .link2 .span1{top: 4.9%;left: 99%;height: 55.5%;width: 144%;border-top-right-radius: 50%;border-bottom-right-radius: 50%;transform: skew(0deg, -42deg);}
.mask30 .link2 .span2{top: -0.6%;left: -238%;height: 56.5%;width: 420%;transform: rotate(60deg);}
.mask30 .link2 .span3{top: 38.4%;left: -135%;height: 56.5%;width: 143%;transform: rotate(-28deg);}
.mask30 .link3 {
    width: 32.8%;
    height: 50.6%;
    top: 49.3%;
    left: 0.2%;
}
.mask30 .link3 .span1{top: 64.9%;left: 63%;height: 32.5%;width: 61%;border-radius: 50%;}
.mask30 .link4 {
    height: 51.1%;
    top: 49.3%;
    left: 33.5%;
    width: 32.8%;
}
.mask30 .link5,.mask30 .link6,.mask30 .link7,.mask30 .link8{
    left: 67.6%;
    width: 32.6%;
}
.mask30 .link5 {
    top: 55.7%;
    height: 9.4%;
}
.mask30 .link6 {
    top: 65.9%;
    height: 11.4%;
}
.mask30 .link7 {
    top: 78.1%;
    height: 9.4%;
}
.mask30 .link8 {
    top: 88.1%;
    height: 11.2%;
}

/* End */


/* Start:/journal/mask/31.css?17695946131440*/
.mask31 .link1 {
    top: 2.6%;
    left: -11%;
    width: 50.8%;
    height: 44.8%;
    border-radius: 50%;
}
.mask31 .link1 .span1{top: 93.9%;left: 25%;height: 23.5%;width: 45%;/* transform: rotate(50deg); */}
.mask31 .link1 .span2{top: 79.4%;left: -26%;height: 33.5%;width: 44%;border-radius: 50%;}
.mask31 .link2 {
    width: 59.8%;
    height: 43.6%;
    top: 0;
    left: 40%;
}
.mask31 .link2 .span1{top: 2.9%;left: 39%;height: 132.5%;width: 67%;transform: rotate(45deg);}
.mask31 .link2 .span2{top: 39.4%;left: -38%;height: 60.5%;width: 70%;border-radius: 50%;}
.mask31 .link2 .span3{top: 74.4%;left: 99%;height: 15.5%;width: 47%;}
.mask31 .link3 {
width: 26.8%;
height: 46.6%;
top: 47.3%;
left: 37%;
z-index: 3;
}
.mask31 .link3 .span1{top: -16.1%;left: -18%;height: 38.5%;width: 90%;transform: rotate(45deg);}
.mask31 .link3 .span2{top: 11.4%;left: -28%;height: 49.5%;width: 30%;}

.mask31 .link4 {
top: 47.7%;
height: 38.6%;
left: 65.5%;
width: 34.5%;
}
.mask31 .link4 .span1{top: -5.1%;left: 4%;height: 38.5%;width: 90%;transform: rotate(45deg);}
.mask31 .link4 .span2{top: 97.4%;left: 0%;height: 39.5%;width: 43%;}

.mask31 .link5,.mask31 .link6,.mask31 .link7,.mask31 .link8{
left: 1.5%;
width: 31.5%;
}

.mask31 .link5 {
top: 55.6%;
height: 11.3%;
}
.mask31 .link6 {
top: 67.6%;
height: 11.3%;
}
.mask31 .link7 {
top: 79.6%;
height: 9.5%;
}
.mask31 .link8 {
top: 89.9%;
height: 9.3%;
}
.mask31 .qr {
top: 90.8%;
left: 87%;
}

/* End */


/* Start:/journal/mask/32.css?17695177981401*/
.mask32 .link1 {
    top: 18%;
    left: 1%;
    width: 44.8%;
    height: 21.8%;
    transform: rotate(-1.7deg);
}
.mask32 .link1 .span1{top: 23.9%;left: 76%;height: 65.5%;width: 40%;border-radius: 50%;}
.mask32 .link2 {
    width: 41.1%;
    height: 24.6%;
    top: 14.8%;
    left: 51%;
    transform: rotate(0.3deg);
    z-index: 1;
}
.mask32 .link2 .span1{top: -10.1%;left: 37%;height: 17.5%;width: 51%;border-radius: 50%;}
.mask32 .link2 .span2{top: 87.4%;left: -12%;height: 26.5%;width: 23%;border-radius: 50%;}
.mask32 .link3 {
    width: 41.8%;
    height: 31.6%;
    top: 68.3%;
    left: 0%;
    z-index: 2;
}
.mask32 .link3 .span1{top: 45.9%;left: 82%;height: 45.5%;width: 49%;border-radius: 50%;}
.mask32 .link4 {
    height: 25.1%;
    top: 71.3%;
    left: 43.6%;
    width: 50.2%;
    transform: rotate(-4deg);
}
.mask32 .link4 .span1{top: 60.9%;left: 53%;height: 50.5%;width: 41%;border-radius: 50%;}
.mask32 .link4 .span2{top: 63.4%;left: 16%;height: 50.5%;width: 40%;border-radius: 50%;}
.mask32 .link5,.mask32 .link6,.mask32 .link7,.mask32 .link8{
    width: 33.2%;
}
.mask32 .link5,.mask32 .link6{
    left: 1.5%;
}
.mask32 .link7,.mask32 .link8{
    left: 36.1%;
}
.mask32 .link5 {
    top: 41.9%;
    height: 11.3%;
}
.mask32 .link6 {
    top: 53.8%;
    height: 13%;
}
.mask32 .link7 {
    top: 41.6%;
    height: 11.6%;
}
.mask32 .link8 {
    top: 53.9%;
    height: 12.8%;
}

/* End */


/* Start:/journal/mask/33.css?17695177591343*/
.mask33 .link1 {
    top: 15.8%;
    left: -3.6%;
    width: 44.8%;
    height: 21.8%;
    transform: rotate(7deg);
}
.mask33 .link1 .span1{top: 47.9%;left: -10%;height: 56.5%;width: 40%;border-radius: 50%;}
.mask33 .link2 {
    width: 51.8%;
    height: 36.6%;
    top: 2.6%;
    left: 46%;
    transform: rotate(2.1deg);
}
.mask33 .link2 .span1{top: -3.1%;left: -29%;height: 39.5%;width: 39%;border-radius: 50%;}
.mask33 .link3 {
    width: 49.8%;
    height: 22.6%;
    top: 75.7%;
    left: 1%;
    transform: rotate(-3.5deg);
}
.mask33 .link3 .span1{top: 42.9%;left: 76%;height: 64.5%;width: 40%;border-radius: 50%;}
.mask33 .link3 .span2{top: -11.4%;left: -6%;height: 14.5%;width: 42%;transform: rotate(3.5deg);}
.mask33 .link4 {
    top: 70.7%;
    height: 25.6%;
    left: 59.5%;
    width: 37.5%;
    border-radius: 50%;
}
.mask33 .link4 .span1{top: 42.6%;left: -15%;height: 12.5%;width: 17%;}
.mask33 .link5,.mask33 .link6,.mask33 .link7,.mask33 .link8{
    width: 34%;
}
.mask33 .link5,.mask33 .link6{
    left: 30.5%;
}
.mask33 .link7,.mask33 .link8{
    left: 65%;
}
.mask33 .link5 {
    top: 41.9%;
    height: 13.1%;
}
.mask33 .link6 {
    top: 55.6%;
    height: 11.5%;
}
.mask33 .link7 {
    top: 41.9%;
    height: 13.1%;
}
.mask33 .link8 {
    top: 55.6%;
    height: 11.4%;
}
.mask33 .qr {
    top: 90.8%;
    left: 87%;
}

/* End */


/* Start:/journal/mask/34.css?17695189551167*/
.mask34 .link1 {
    top: 11%;
    left: 1%;
    width: 56.8%;
    height: 19.8%;
    transform: rotate(1.3deg);
}
.mask34 .link1 .span1{top: 39.4%;left: 80%;height: 64.5%;width: 48%;border-radius: 50%;}
.mask34 .link1 .span2{top: 98.4%;left: -1%;height: 25.5%;width: 101%;}
.mask34 .link1 .span3{top: -59.5%;left: 84%;height: 80.5%;width: 41%;border-radius: 50%;}
.mask34 .link1 .span4{top: 117.4%;left: 89%;height: 14.5%;width: 45%;transform: rotate(-1.3deg);}
.mask34 .link1 .span5{top: 103.4%;left: 89%;height: 16.5%;width: 27%;transform: rotate(-1.3deg);}
.mask34 .link2 {
    top: 37.7%;
    left: 1%;
    width: 63.8%;
    height: 29.8%;
    transform: rotate(1.3deg);
}
.mask34 .link2 .span3{top: 39.4%;left: 54%;height: 67.5%;width: 47%;border-radius: 50%;}
.mask34 .link3 {
    width: 64.8%;
    height: 30.6%;
    top: 69.3%;
    left: 0.5%;
    border-top-right-radius: 38%;
    border-top-left-radius: 24%;
}
.mask34 .link4,.mask34 .link5,.mask34 .link6{
    left: 66.9%;
    width: 33.7%;
}
.mask34 .link4 {
    height: 11.1%;
    top: 58.7%;
}
.mask34 .link5 {
    top: 70.7%;
    height: 11.4%;
}
.mask34 .link6 {
    top: 82.6%;
    height: 11.3%;
}

/* End */


/* Start:/journal/mask/35.css?17695950731563*/
.mask35 .link1 {
    top: 0;
    left: 29%;
    width: 69.8%;
    height: 36.8%;
    transform: rotate(2deg);
}
.mask35 .link1 .span2{top: -44.6%;left: -20%;height: 66.5%;width: 42%;border-radius: 50%;}
.mask35 .link1 .span1{top: -31.6%;left: 14%;height: 66.5%;width: 42%;border-radius: 50%;}
.mask35 .link1 .span3{top: 88.4%;left: 58%;height: 31.5%;width: 40%;}
.mask35 .link2 {
    width: 35.8%;
    height: 33.6%;
    top: 37.6%;
    left: 49%;
    transform: rotate(2.1deg);
    z-index: 2;
}
.mask35 .link2 .span1{top: 19.9%;
    left: -73%;
    height: 66.5%;
    width: 71%;
    border-radius: 50%;}
.mask35 .link2 .span2{top: 0.9%;
    left: 102%;
    height: 75.5%;
    width: 47%;
    border-radius: 50%;}
.mask35 .link3 {
    width: 60.9%;
    height: 20.6%;
    top: 79.3%;
    left: 39%;
    transform: rotate(1deg);
    z-index: 1;
}
.mask35 .link3 .span1{top: -67.1%;left: -15.3%;height: 56.5%;width: 28%;border-radius: 50%;}
.mask35 .link3 .span2{top: -11.1%;left: -11.3%;height: 61.5%;width: 29%;border-radius: 50%;z-index: 2;}
.mask35 .link3 .span3{top: -31.6%;left: -4%;height: 31.5%;width: 75%;transform: skew(53deg, 0deg);}
.mask35 .link3 .span4{    top: -92%;
    left: 73%;
    height: 86.5%;
    width: 29%;
}
.mask35 .link4,.mask35 .link5,.mask35 .link6{
left: 1.5%;
width: 32.8%;
}
.mask35 .link4 {
height: 12.6%;
top: 58.7%;
z-index: 2;
}
.mask35 .link5 {
top: 72.4%;
height: 10.8%;
}
.mask35 .link6 {
top: 84.4%;
height: 9.5%;
}
.mask35 .qr {
top: 90.6%;
left: 88.3%;
}

/* End */


/* Start:/journal/mask/36.css?17695206551696*/
.mask36 .link1 {
    top: 12%;
    left: 1%;
    width: 54.8%;
    height: 21.8%;
    transform: rotate(-6.3deg);
}
.mask36 .link1 .span1{top: 67.9%;left: -6%;height: 73.5%;width: 37%;border-radius: 50%;}
.mask36 .link1 .span3{top: -6.1%;left: 2%;height: 34.5%;width: 45%;transform: skew(-6deg, 35deg);}
.mask36 .link1 .span2{top: -10.6%;left: 57%;height: 33.5%;width: 44%;transform: skew(-3deg, -25deg);}
.mask36 .link2 {
    width: 59.8%;
    height: 14.6%;
    top: 43.6%;
    left: 1%;
}
.mask36 .link2 .span1{top: 13.9%;left: 47%;height: 132.5%;width: 55%;border-radius: 50%;}
.mask36 .link2 .span2{top: 39.4%;left: -1%;height: 136.5%;width: 48%;border-radius: 50%;}
.mask36 .link2 .span3{top: -71.6%;left: 33%;height: 83.5%;width: 67%;transform: skew(0deg, -5deg);}
.mask36 .link2 .span4{top: -57.6%;left: 98%;height: 43.5%;width: 9%;/* transform: skew(0deg, -5deg); */}
.mask36 .link3 {
    width: 62.8%;
    height: 36.6%;
    top: 67.3%;
    left: 1%;
    z-index: 3;
    transform: skew(0deg, -9deg);
}
.mask36 .link3 .span1{top: -11.1%;left: 78%;height: 38.5%;width: 26%;transform: rotate(27deg);border-radius: 50%;}
.mask36 .link4 {
    top: 25.7%;
    height: 24.6%;
    left: 72.5%;
    width: 40.5%;
}
.mask36 .link4 .span1{top: 36.9%;left: 80%;height: 49.5%;width: 53%;border-radius: 50%;}
.mask36 .link4 .span2{top: 86.4%;left: 99%;height: 11.5%;width: 37%;}
.mask36 .link4 .span3{top: 76.9%;left: 99%;height: 12.5%;width: 20%;}

.mask36 .link5, .mask36 .link6, .mask36 .link7{
    left: 66.5%;
    width: 31.5%;
 }

.mask36 .link5 {
    top: 51.6%;
    height: 12.9%;
}
.mask36 .link6 {
    top: 65.3%;
    height: 14.5%;
}
.mask36 .link7 {
    top: 80.6%;
    height: 12.9%;
}

/* End */


/* Start:/journal/mask/37.css?17695207831388*/
.mask37 .link1 {
    top: 25.7%;
    height: 24.6%;
    left: -27.5%;
    width: 40.5%;
}
.mask37 .link1 .span1{top: 36.9%;left: 80%;height: 49.5%;width: 53%;border-radius: 50%;}
.mask37 .link1 .span2{top: 86.4%;left: 99%;height: 11.5%;width: 37%;}
.mask37 .link1 .span3{top: 76.9%;left: 99%;height: 12.5%;width: 20%;}
.mask37 .link2 {
    width: 40.8%;
    height: 22.6%;
    top: 1.6%;
    left: 39%;
    transform: rotate(-2.9deg);
}
.mask37 .link2 .span1{top: 36.9%;left: 98%;height: 65.5%;width: 52%;}
.mask37 .link2 .span2{top: 68.4%;left: 69%;height: 60.5%;width: 56%;border-radius: 50%;}
.mask37 .link3 {
    width: 64.8%;
    height: 32.6%;
    top: 29.3%;
    left: 35%;
}
.mask37 .link3 .span1{top: -11.1%;left: -22%;height: 48.5%;width: 35%;border-radius: 50%;}
.mask37 .link3 .span2{top: -10.6%;left: 12%;height: 122.5%;width: 40%;}

.mask37 .link4 {
    top: 68.7%;
    height: 30.6%;
    left: 35.5%;
    width: 38.5%;
}
.mask37 .link4 .span1{top: -22.1%;left: 89%;height: 87.5%;width: 82%;border-radius: 50%;}

.mask37 .link5,.mask37 .link6,.mask37 .link7,.mask37 .link8{
    left: 1.5%;
    width: 31.5%;
 }

.mask37 .link5 {
    top: 51.6%;
    height: 11.3%;
}
.mask37 .link6 {
    top: 63.6%;
    height: 9.3%;
}
.mask37 .link7 {
    top: 73.6%;
    height: 9.5%;
}
.mask37 .link8 {
    top: 83.9%;
    height: 9.3%;
}
.mask37 .qr {
    top: 90.4%;
    left: 87.3%;
}

/* End */


/* Start:/journal/mask/38.css?17695209161062*/
.mask38 .link1 {
    top: 11%;
    left: 0%;
    width: 67.8%;
    height: 24.8%;
    border-radius: 50%;
    z-index: 1;
}
.mask38 .link1 .span1{top: 86.5%;left: 2%;height: 50.5%;width: 30%;border-radius: 50%;}
.mask38 .link1 .span2{top: 69.5%;left: 73%;height: 27.5%;width: 24%;}
.mask38 .link2 {
    width: 61.1%;
    height: 21.6%;
    top: 43.8%;
    left: 1%;
    transform: rotate(-2.7deg);
    z-index: 1;
}
.mask38 .link2 .span1{top: 97.9%;left: 48%;height: 28.5%;width: 53%;}
.mask38 .link2 .span2{top: 0.4%;left: 55%;height: 124.5%;width: 59%;border-radius: 50%;}
.mask38 .link2 .span3{top: -32.1%;left: 37%;height: 33.5%;width: 64%;}
.mask38 .link3 {
    width: 63.8%;
    height: 28.6%;
    top: 71.3%;
    left: 0.5%;
    /* transform: rotate(-3deg); */
}
.mask38 .link4,.mask38 .link5,.mask38 .link6{
    left: 66.2%;
    width: 32.8%;
}
.mask38 .link4 {
    height: 10.1%;
    top: 63.7%;
}
.mask38 .link5 {
    top: 74.6%;
    height: 12.6%;
}
.mask38 .link6 {
    top: 88.1%;
    height: 11.4%;
}
.mask38 .qr {
    top: 90.8%;
    left: 88%;
}

/* End */


/* Start:/journal/mask/39.css?17695209291353*/
.mask39 .link1 {
    top: 0.5%;
    left: 27%;
    width: 72.8%;
    height: 33.8%;
    transform: rotate(0deg);
}
.mask39 .link1 .span1{top: 10.4%;left: -6%;height: 50.5%;width: 34%;border-radius: 50%;}
.mask39 .link1 .span2{top: 88.4%;left: 63%;height: 37.5%;width: 37%;border-radius: 50%;}
.mask39 .link1 .span3{top: 62.4%;left: -3%;height: 47.5%;width: 32%;border-radius: 50%;}
.mask39 .link2 {
    width: 62.1%;
    height: 21.6%;
    top: 42.8%;
    left: 37%;
    z-index: 1;
}
.mask39 .link2 .span1{top: 81.4%;left: 73%;height: 49.5%;width: 24%;border-radius: 50%;}
.mask39 .link2 .span2{top: 52.4%;left: -12%;height: 47.5%;width: 23%;border-radius: 50%;}
.mask39 .link2 .span3{top: -38.1%;left: 0%;height: 39.5%;width: 56%;border-top-left-radius: 72%;}
.mask39 .link2 .span4{top: 60.4%;left: 14%;height: 74.5%;width: 35%;border-radius: 50%;}
.mask39 .link2 .span5{top: 18.4%;left: -17%;height: 38.5%;width: 20%;border-radius: 50%;}
.mask39 .link3 {
    width: 61.8%;
    height: 32.6%;
    top: 69.3%;
    left: 37%;
    transform: rotate(-2.5deg);
}
.mask39 .link4,.mask39 .link5,.mask39 .link6{
    left: 0.8%;
    width: 32.8%;
}
.mask39 .link4 {
    height: 11.8%;
    top: 63.7%;
}
.mask39 .link5 {
    top: 76.3%;
    height: 11.1%;
}
.mask39 .link6 {
    top: 88.2%;
    height: 11.2%;
}
.mask39 .qr {
    top: 90.8%;
    left: 87.4%;
}

/* End */


/* Start:/journal/mask/40.css?17695212211422*/
.mask40 .link1 {
    top: 14%;
    left: 1.1%;
    width: 54.5%;
    height: 28.3%;
    z-index: 1;
    transform: rotate(-2.4deg);
}
.mask40 .link1 .span1{top: -21.5%;left: -1%;height: 50.5%;width: 42%;border-radius: 50%;}
.mask40 .link1 .span2{top: 22.5%;left: 48%;height: 77.5%;width: 68%;border-radius: 50%;}
.mask40 .link2 {
    width: 55.4%;
    height: 26.5%;
    top: 44.3%;
    left: 5%;
    transform: rotate(2.5deg);
    z-index: 1;
}
.mask40 .link2 .span1{top: -4.1%;left: 99%;height: 12%;width: 14%;transform: rotate(-2.5deg);}
.mask40 .link2 .span2{top: 30.4%;left: 73%;height: 62.5%;width: 47%;border-radius: 50%;}
.mask40 .link2 .span3{top: -14.1%;left: -10.1%;height: 52.5%;width: 37%;border-radius: 50%;}
.mask40 .link2 .span4{top: 6.9%;left: 99%;height: 12%;width: 40%;transform: rotate(-2.5deg);}
.mask40 .link3 {
    width: 63.8%;
    height: 28.5%;
    top: 72.8%;
    left: 0.5%;
    transform: skew(0deg, 3.4deg);
    z-index: 2;
}
.mask40 .link3 .span1{top: 21.9%;left: 80%;height: 45%;width: 28%;border-radius: 50%;}
.mask40 .link3 .span2{top: -15.1%;left: 70%;height: 24%;width: 18%;border-radius: 50%;}
.mask40 .link4,.mask40 .link5,.mask40 .link6{
    left: 68.4%;
    width: 31.5%;
}
.mask40 .link4 {
    height: 13.3%;
    top: 60.4%;
}
.mask40 .link5 {
    top: 74.6%;
    height: 11.2%;
}
.mask40 .link6 {
    top: 86.4%;
    height: 9.6%;
}
.mask40 .qr {
    top: 90.8%;
    left: 88%;
}

/* End */


/* Start:/journal/mask/41.css?17695212581151*/
.mask41 .link1 {
    top: 11.5%;
    left: 29.7%;
    width: 68.8%;
    height: 28.8%;
    transform: rotate(2.6deg);
}
.mask41 .link1 .span1{top: -19.4%;left: 20%;height: 50.5%;width: 34%;border-radius: 50%;}
.mask41 .link2 {
    width: 62.1%;
    height: 21.6%;
    top: 41.8%;
    left: 37%;
    z-index: 1;
    transform: skew(0deg, 1.9deg);
}
.mask41 .link2 .span1{top: -7.6%;left: 69%;height: 65.5%;width: 34%;border-radius: 50%;}
.mask41 .link2 .span2{top: 66.4%;left: -7%;height: 18.5%;width: 8%;}
.mask41 .link2 .span3{top: 101.1%;left: 10%;height: 49.5%;width: 44%;}
.mask41 .link2 .span4{top: -21.6%;left: 1%;height: 74.5%;width: 72%;border-radius: 50%;}
.mask41 .link3 {
    width: 62.8%;
    height: 25.6%;
    top: 74.3%;
    left: 37%;
    z-index: 2;
}
.mask41 .link3 .span1{top: -17.6%;left: 52%;height: 49.5%;width: 33%;border-radius: 50%;}
.mask41 .link4,.mask41 .link5,.mask41 .link6{
    left: 1.3%;
    width: 33.2%;
}
.mask41 .link4 {
    height: 9.5%;
    top: 62.5%;
}
.mask41 .link5 {
    top: 72.7%;
    height: 11.4%;
}
.mask41 .link6 {
    top: 84.9%;
    height: 11.1%;
}
.mask41 .qr {
    top: 90.8%;
    left: 87.2%;
}

/* End */


/* Start:/journal/mask/42.css?17695925271461*/
.mask42 .link1 {
    top: 18%;
    left: 15%;
    width: 32.8%;
    height: 18.8%;
    z-index: 1;
    transform: skew(-47deg, 23deg);
}
.mask42 .link1 .span1{top: -40.5%;left: 26%;height: 60.5%;width: 53%;border-radius: 50%;transform: skew(47deg, -23deg);}
.mask42 .link1 .span2{top: 66.5%;left: 46%;height: 109.5%;width: 133%;transform: skew(47deg, -23deg);}
.mask42 .link1 .span3{    top: 157.5%;
    left: 204%;
    height: 56.5%;
    width: 50%;
    border-radius: 50%;
    transform: skew(47deg, -23deg);}
.mask42 .link1 .span4{top: 137.5%;left: 137%;height: 60.5%;width: 42%;transform: skew(48deg, -38deg);}
.mask42 .link2 {
    width: 57.1%;
    height: 21.6%;
    top: 74%;
    left: 2.4%;
    transform: rotate(-8.5deg);
    z-index: 1;
}
.mask42 .link2 .span1{top: -73.1%;
    left: 0;
    height: 67.5%;
    width: 39%;
    transform: rotate(9deg);}
.mask42 .link2 .span2{top: 97.4%;left: 93%;height: 41.5%;width: 24%;border-radius: 50%;}
/*.mask42 .link2 .span3{top: -50.1%;left: 79%;height: 167.5%;width: 14%;transform: skew(-12deg, -2deg);}*/
.mask42 .link3 {
    width: 68.8%;
    height: 32.6%;
    top: 67.3%;
    left: 66%;
    border-radius: 50%;
}
.mask42 .link4,.mask42 .link5,.mask42 .link6{
    left: 64.3%;
    width: 34.9%;
}
.mask42 .link4 {
    height: 10.9%;
    top: 25.7%;
}
.mask42 .link5 {
    top: 37.8%;
    height: 12.6%;
}
.mask42 .link6 {
    top: 51.5%;
    height: 11.4%;
}
.mask42 .qr {
    top: 90.8%;
    left: 88%;
}

/* End */


/* Start:/journal/mask/43.css?17695929351533*/
.mask43 .link1 {
    top: 0.5%;
    left: 41%;
    width: 57.8%;
    height: 38.8%;
    /* transform: rotate(0deg); */
    border-radius: 50%;
}
.mask43 .link1 .span1{top: 52.4%;left: -13%;height: 36.5%;width: 34%;border-radius: 50%;}
.mask43 .link1 .span2{top: 76.4%;left: 64%;height: 40.5%;width: 39%;border-radius: 50%;}
.mask43 .link2 {
    width: 59.1%;
    height: 17.6%;
    top: 44.8%;
    left: 40%;
    transform: rotate(4.7deg);
}
.mask43 .link2 .span1{    top: 61.4%;
    left: 65%;
    height: 79.5%;
    width: 32%;
    border-radius: 50%;}
.mask43 .link2 .span3{top: -35.1%;left: 0%;height: 39.5%;width: 62%;}
.mask43 .link2 .span4{    top: 41.4%;
    left: -1%;
    height: 88.5%;
    width: 43%;
    border-radius: 50%;}
.mask43 .link3 {
    width: 68.8%;
    height: 32.6%;
    top: 67.3%;
    left: -34%;
    border-radius: 50%;
}
.mask43 .link4,.mask43 .link5,.mask43 .link6{
    left: 2.4%;
    width: 32.8%;
}
.mask43 .link4 {
    height: 12.3%;
    top: 26.5%;
}
.mask43 .link5 {
    top: 39.6%;
    height: 12.1%;
}
.mask43 .link6 {
    top: 52.5%;
    height: 14.8%;
}
.mask43 .link7 {
    top: 74.5%;
    left: 36%;
    width: 63.8%;
    height: 24.8%;
}
.mask43 .link7 .span1{top: -29.6%;
    left: 2%;
    height: 36.5%;
    width: 34%;
    transform: skew(58deg, -19deg)}
.mask43 .link7 .span3{top: -21.6%;left: 62%;height: 40.5%;width: 39%;transform: rotate(-33deg)}
.mask43 .link7 .span2{top: -47.6%;
    left: 40%;
    height: 47.5%;
    width: 20%;
}
.mask43 .qr {
    top: 90.8%;
    left: 87.2%;
}

/* End */


/* Start:/journal/mask/44.css?17648521541087*/
.mask44 .link1 {
    top: 12%;
    left: 0%;
    width: 53.8%;
    height: 27.8%;
    
    z-index: 1;
}
.mask44 .link1 .span1{top: 42.5%;left: 72%;height: 68.5%;width: 49%;border-radius: 50%;}
.mask44 .link2 {
    width: 35.1%;
    height: 17.6%;
    top: 40.8%;
    left: 1%;
    /* transform: rotate(-2.7deg); */
    z-index: 1;
}
.mask44 .link2 .span1{top: 15.9%;left: 141%;height: 34.5%;width: 53%;}
.mask44 .link2 .span2{top: 12.4%;left: 96%;height: 90.5%;width: 69%;border-radius: 50%;}
.mask44 .link2 .span3{top: 72.9%;left: -4%;height: 97.5%;width: 62%;border-radius: 50%;}
.mask44 .link3 {
    width: 65.8%;
    height: 28.6%;
    top: 71.3%;
    left: 0.5%;
    /* transform: rotate(-3deg); */
}
.mask44 .link3 .span1{top: -23.6%;left: 20%;height: 90.5%;width: 55%;border-radius: 50%;}
.mask44 .link4,.mask44 .link5,.mask44 .link6{
    left: 67%;
    width: 32.1%;
}
.mask44 .link4 {
    height: 10.1%;
    top: 63.2%;
}
.mask44 .link5 {
    top: 73.9%;
    height: 11.3%;
}
.mask44 .link6 {
    top: 85.7%;
    height: 13.3%;
}
.mask44 .qr {
    top: 90.8%;
    left: 88%;
}

/* End */


/* Start:/journal/mask/45.css?17648521541709*/
.mask45 .link1 {
    top: 3.6%;
    left: 37%;
    width: 42.8%;
    height: 23.3%;
    transform: rotate(-9deg);
}
.mask45 .link1 .span1{top: 62.4%;left: -62%;height: 59.5%;width: 47%;border-radius: 50%;}
.mask45 .link1 .span2{top: 78.4%;left: 22%;height: 45.5%;width: 33%;border-radius: 50%;}
.mask45 .link1 .span3{top: 46.4%;left: 99%;height: 55.5%;width: 28%;}
.mask45 .link1 .span4{top: -6.6%;left: -13%;height: 45.5%;width: 37%;border-radius: 50%;}
.mask45 .link2 {
    width: 20.1%;
    height: 25.6%;
    top: 32.8%;
    left: 54%;
    z-index: 1;
}
.mask45 .link2 .span1{top: -32.6%;left: 95%;height: 71.5%;width: 139%;border-radius: 50%;}
.mask45 .link2 .span2{top: 31.4%;left: -66%;height: 53.5%;width: 83%;border-radius: 50%;}
.mask45 .link2 .span3{top: 38.9%;left: 100%;height: 29.5%;width: 121%;}
.mask45 .link2 .span4{top: 55.4%;left: 4%;height: 54.5%;width: 105%;border-radius: 50%;}
.mask45 .link2 .span5{top: 72.4%;left: 103%;height: 32.5%;width: 97%;border-radius: 50%;}
.mask45 .link3 {
    width: 55.8%;
    height: 35.6%;
    top: 61.3%;
    left: 39%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
    border-radius: 50%;
}
.mask45 .link3 .span1{top: -5.6%;left: 55%;height: 45.5%;width: 35%;border-radius: 50%;}
.mask45 .link3 .span2{top: -8.6%;left: 13%;height: 40.5%;width: 36%;border-radius: 50%;}
.mask45 .link3 .span3{top: -14.1%;left: -7%;height: 19.5%;width: 32%;}
.mask45 .link4,.mask45 .link5,.mask45 .link6{
    left: 0.8%;
    width: 32.8%;
}
.mask45 .link4 {
    height: 12.7%;
    top: 63.4%;
}
.mask45 .link5 {
    top: 76.9%;
    height: 9.8%;
}
.mask45 .link6 {
    top: 87.3%;
    height: 11.2%;
}
.mask45 .qr {
    top: 90.4%;
    left: 87.4%;
}

/* End */


/* Start:/journal/mask/46.css?17648521541156*/
.mask46 .link1 {
    top: 15%;
    left: 2%;
    width: 51.8%;
    height: 20.8%;
    border-radius: 50%;
    z-index: 1;
}
.mask46 .link1 .span1{top: 40.5%;left: 103%;height: 69.5%;width: 37%;border-radius: 50%;}
.mask46 .link1 .span2{top: -16.5%;left: 73%;height: 29.5%;width: 37%;}
.mask46 .link2 {
    width: 66.1%;
    height: 21.6%;
    top: 39.8%;
    left: 1%;
    transform: rotate(-2.7deg);
    z-index: 1;
}
.mask46 .link2 .span1{top: 16.9%;left: 91%;height: 90.5%;width: 26%;border-radius: 50%;}
.mask46 .link2 .span2{top: -14.6%;left: 28%;height: 116.5%;width: 59%;border-radius: 50%;}
.mask46 .link2 .span3{top: -15.1%;left: 3%;height: 43.5%;width: 35%;border-radius: 50%;}
.mask46 .link3 {
    width: 63.8%;
    height: 34.6%;
    top: 65.3%;
    left: 0.5%;
}
.mask46 .link3 .span1{top: -13.1%;left: 49%;height: 51.5%;width: 45%;border-radius: 50%;}
.mask46 .link4,.mask46 .link5,.mask46 .link6{
    left: 66.2%;
    width: 32.8%;
}
.mask46 .link4 {
    height: 11.2%;
    top: 62.9%;
}
.mask46 .link5 {
    top: 74.6%;
    height: 11.8%;
}
.mask46 .link6 {
    top: 87%;
    height: 12.6%;
}
.mask46 .qr {
    top: 90.8%;
    left: 88%;
}

/* End */


/* Start:/journal/mask/47.css?17648521541202*/
.mask47 .link1 {
    top: 11%;
    left: 37%;
    width: 44.8%;
    height: 20.8%;
}
.mask47 .link1 .span1{top: -32.6%;left: -6%;height: 90.5%;width: 56%;border-radius: 50%;}
.mask47 .link1 .span2{top: 61.4%;left: 0%;height: 67.5%;width: 64%;border-radius: 50%;}
.mask47 .link1 .span3{top: 46.4%;left: 77%;height: 58.5%;width: 40%;border-radius: 50%;}
.mask47 .link2 {
    width: 58.8%;
    height: 22.6%;
    top: 37.6%;
    left: 42%;
}
.mask47 .link2 .span1{top: 58.4%;left: -48%;height: 55.5%;width: 47%;border-radius: 50%;}
.mask47 .link2 .span2{top: 54.4%;left: -22%;height: 83.5%;width: 46%;border-radius: 50%;}
.mask47 .link2 .span3{top: -27.6%;left: 31%;height: 86.5%;width: 47%;border-radius: 50%;}
.mask47 .link3 {
    width: 64.8%;
    height: 30.6%;
    top: 69.3%;
    left: 35%;
}
.mask47 .link3 .span1{top: -22.6%;left: 36%;height: 59.5%;width: 47%;border-radius: 50%;}
.mask47 .link4,.mask47 .link5,.mask47 .link6{
    left: 2%;
    width: 32.1%;
}
.mask47 .link4 {
    height: 12.3%;
    top: 63.1%;
}
.mask47 .link5 {
    top: 76.6%;
    height: 11.1%;
}
.mask47 .link6 {
    top: 88.5%;
    height: 11.2%;
}
.mask47 .qr {
    top: 90.8%;
    left: 87.3%;
}

/* End */


/* Start:/journal/mask/48.css?17648521541314*/
.mask48 .link1 {
    top: 13%;
    left: 1%;
    width: 40.8%;
    height: 23.8%;
    
    z-index: 1;
    transform: rotate(-2deg);
}
.mask48 .link1 .span1{top: 92.5%;left: 2%;height: 22.5%;width: 42%;transform: skew(-8deg, 8deg);}
.mask48 .link1 .span2{top: -14.5%;left: 34%;height: 44.5%;width: 46%;border-radius: 50%;}
.mask48 .link2 {
    width: 62.6%;
    height: 24.2%;
    top: 42.4%;
    left: 1%;
    transform: skew(0deg, 3.5deg);
    z-index: 1;
}
.mask48 .link2 .span1{top: -22.6%;left: 24%;height: 76.5%;width: 59%;border-radius: 50%;}
.mask48 .link3 {
    width: 63.8%;
    height: 34.6%;
    top: 68%;
    left: 0.5%;
    transform: skew(0deg, 3.4deg);
}
.mask48 .link7 {
    top: 14%;
    left: 45%;
    width: 24.8%;
    height: 20.8%;
    z-index: 1;
}
.mask48 .link7 .span1{top: 32.5%;left: 41%;height: 38.5%;width: 90%;border-radius: 50%;}
.mask48 .link7 .span2{top: 99.5%;left: 18%;height: 15.5%;width: 82%;}
.mask48 .link7 .span3{top: 112.5%;left: 37%;height: 17.5%;width: 78%;}
.mask48 .link4,.mask48 .link5,.mask48 .link6,.mask48 .link8{
    left: 66.2%;
    width: 32.8%;
}
.mask48 .link4 {
    height: 9.3%;
    top: 54.4%;
}
.mask48 .link5 {
    top: 64.8%;
    height: 11%;
}
.mask48 .link6 {
    top: 76.7%;
    height: 10.9%;
}

.mask48 .link8 {
    top: 88.7%;
    height: 10.9%;
}

/* End */


/* Start:/journal/mask/49.css?17648521541616*/
.mask49 .link1 {
    top: 0.5%;
    left: 37%;
    width: 41.8%;
    height: 28.6%;
    transform: rotate(0deg);
}
.mask49 .link1 .span1{top: -2.6%;left: -13%;height: 48.5%;width: 46%;border-radius: 50%;}
.mask49 .link1 .span2{top: 26.4%;left: 99%;height: 95.5%;width: 55%;}
.mask49 .link1 .span3{top: 99.4%;left: 14%;height: 22.5%;width: 109%;transform: skew(34deg, 0deg);}
.mask49 .link2 {
    width: 65.1%;
    height: 12.6%;
    top: 53.8%;
    left: 35%;
    z-index: 1;
}
.mask49 .link2 .span1{top: -153.6%;left: 18%;height: 157.5%;width: 82%;}
.mask49 .link2 .span2{top: -99.6%;left: 10%;height: 102.5%;width: 12%;border-top-left-radius: 50%;}
.mask49 .link2 .span3{top: 88.1%;left: 0%;height: 61.5%;width: 70%;transform: skew(-1deg, -5deg);}
.mask49 .link3 {
    width: 64.8%;
    height: 27.6%;
    top: 73.3%;
    left: 35%;
    transform: skew(0deg, -3deg);
}
.mask49 .link3 .span1{top: -21.6%;left: 70%;height: 51.5%;width: 31%;border-radius: 50%;transform: skew(0deg, 3deg);}
.mask49 .link4,.mask49 .link5,.mask49 .link6,.mask49 .link8{
    left: 0.8%;
    width: 32.8%;
}
.mask49 .link4 {
    height: 10.8%;
    top: 54.4%;
}
.mask49 .link5 {
    top: 66.3%;
    height: 9.4%;
}
.mask49 .link6 {
    top: 76.5%;
    height: 12.5%;
}
.mask49 .link8 {
    top: 90.2%;
    height: 9.4%;
}
.mask49 .qr {
    top: 90.8%;
    left: 86.3%;
}
.mask49 .link7 {
    width: 27.1%;
    height: 18.6%;
    top: 29%;
    left: 18.3%;
    z-index: 1;
    border-radius: 50%;
}
.mask49 .link7 .span1{top: 99.6%;left: 21%;height: 33.5%;width: 54%;}
.mask49 .link7 .span2{top: 99.4%;left: 6%;height: 17.5%;width: 72%;}


/* End */


/* Start:/journal/mask/50.css?1769521641903*/
.mask50 .link1 {
    top: 13%;
    left: 0%;
    width: 53.8%;
    height: 45.8%;
    
    z-index: 1;
    transform: skew(0deg, -6deg);
}
.mask50 .link1 .span1{top: 34.5%;left: 90%;height: 23.5%;width: 25%;border-radius: 50%;}
.mask50 .link1 .span2{top: 57.5%;left: 96%;height: 43.5%;width: 12%;transform: skew(5deg, 0deg);}
.mask50 .link2 {
    width: 57.1%;
    height: 46.6%;
    top: 60.8%;
    left: 1%;
    transform: skew(0deg, -7deg);
    z-index: 1;
}
.mask50 .link3 {
    width: 72.8%;
    height: 52.6%;
    top: 66.3%;
    left: 61.5%;
    /* transform: rotate(-3deg); */
    border-radius: 50%;
}
.mask50 .link4,.mask50 .link5,.mask50 .link6{
    left: 64.2%;
    width: 34.8%;
}
.mask50 .link4 {
    height: 11.1%;
    top: 24.7%;
}
.mask50 .link5 {
    top: 36.8%;
    height: 12.6%;
}
.mask50 .link6 {
    top: 50.5%;
    height: 11.4%;
}
.mask50 .qr {
    top: 90.8%;
    left: 88%;
}

/* End */


/* Start:/journal/mask/51.css?17695944861217*/
.mask51 .link1 {
    top: 3.5%;
    left: 24%;
    width: 75.8%;
    height: 27.8%;
    transform: rotate(0deg);
    border-radius: 50%;
}
.mask51 .link1 .span1{top: 63.4%;left: 19%;height: 50.5%;width: 64%;border-radius: 50%;}
.mask51 .link2 {
    width: 59.1%;
    height: 25.6%;
    top: 35.8%;
    left: 39%;
    z-index: 1;
    transform: rotate(-7.1deg);
}
.mask51 .link2 .span1{top: 90.4%;left: 66%;height: 30.5%;width: 20%;border-radius: 50%;}
.mask51 .link2 .span2{top: 37.4%;left: -7%;height: 44.5%;width: 30%;border-radius: 50%;}
.mask51 .link2 .span3{top: -16.1%;left: 70%;height: 61.5%;width: 37%;border-radius: 50%;}
.mask51 .link3 {
    width: 45.8%;
    height: 35.6%;
    top: 66.3%;
    left: 38%;
    border-radius: 50%;
}
.mask51 .link3 .span1{top: 19.4%;left: 86%;height: 16.5%;width: 46%;}
.mask51 .link4,.mask51 .link5,.mask51 .link6{
    left: 2.4%;
    width: 34%;
}
.mask51 .link4 {
    height: 11.5%;
    top: 24.7%;
}
.mask51 .link5 {
    top: 36.8%;
    height: 12.7%;
}
.mask51 .link6 {
    top: 50.5%;
    height: 17.3%;
}
.mask51 .link7 {
    width: 72.8%;
    height: 52.6%;
    top: 66.3%;
    right: 65.5%;
    border-radius: 50%;
}
.mask51 .qr {
    top: 90.8%;
    left: 87.4%;
}

/* End */


/* Start:/journal/mask/52.css?1764852154462*/
.mask52 .link1 {
    top: 5%;
    left: 71%;
    width: 25.8%;
    height: 18.8%;
    z-index: 1;
}
.mask52 .link2 {
    width: 46.7%;
    height: 33%;
    top: 31%;
    left: 2%;
    z-index: 1;
}
.mask52 .link3 {
    width: 46.5%;
    height: 33.2%;
    top: 30.9%;
    left: 51%;
}

.mask52 .link4 {
    left: 2.3%;
    width: 46.3%;
    height: 33.1%;
    top: 65.7%;
}
.mask52 .link5 {
    left: 51.2%;
    width: 46.4%;
    top: 65.8%;
    height: 33%;
}


/* End */
/* /journal/style.css?17696083044062 */
/* /journal/mask/1.css?1769424037716 */
/* /journal/mask/2.css?1764852154430 */
/* /journal/mask/3.css?17694242221091 */
/* /journal/mask/4.css?17694253141494 */
/* /journal/mask/5.css?17694253682541 */
/* /journal/mask/6.css?17694257261311 */
/* /journal/mask/7.css?17694258281680 */
/* /journal/mask/8.css?1769505771968 */
/* /journal/mask/9.css?1769427730983 */
/* /journal/mask/10.css?1764852154897 */
/* /journal/mask/11.css?17694283011032 */
/* /journal/mask/12.css?17694334191180 */
/* /journal/mask/13.css?17694288511569 */
/* /journal/mask/14.css?1769589660571 */
/* /journal/mask/15.css?1769588971805 */
/* /journal/mask/16.css?1769502631679 */
/* /journal/mask/17.css?17695028022285 */
/* /journal/mask/18.css?17695039281943 */
/* /journal/mask/19.css?17695881661432 */
/* /journal/mask/20.css?17695041421373 */
/* /journal/mask/21.css?17695041531165 */
/* /journal/mask/22.css?17695898051321 */
/* /journal/mask/23.css?17695052241299 */
/* /journal/mask/24.css?17695056221041 */
/* /journal/mask/25.css?17695056651099 */
/* /journal/mask/26.css?1769505978924 */
/* /journal/mask/27.css?17695061091103 */
/* /journal/mask/28.css?1769506180881 */
/* /journal/mask/29.css?17695901531321 */
/* /journal/mask/30.css?17695909461480 */
/* /journal/mask/31.css?17695946131440 */
/* /journal/mask/32.css?17695177981401 */
/* /journal/mask/33.css?17695177591343 */
/* /journal/mask/34.css?17695189551167 */
/* /journal/mask/35.css?17695950731563 */
/* /journal/mask/36.css?17695206551696 */
/* /journal/mask/37.css?17695207831388 */
/* /journal/mask/38.css?17695209161062 */
/* /journal/mask/39.css?17695209291353 */
/* /journal/mask/40.css?17695212211422 */
/* /journal/mask/41.css?17695212581151 */
/* /journal/mask/42.css?17695925271461 */
/* /journal/mask/43.css?17695929351533 */
/* /journal/mask/44.css?17648521541087 */
/* /journal/mask/45.css?17648521541709 */
/* /journal/mask/46.css?17648521541156 */
/* /journal/mask/47.css?17648521541202 */
/* /journal/mask/48.css?17648521541314 */
/* /journal/mask/49.css?17648521541616 */
/* /journal/mask/50.css?1769521641903 */
/* /journal/mask/51.css?17695944861217 */
/* /journal/mask/52.css?1764852154462 */
