                                                                                                  /*Temporary*/
.main-holder tooltip {color: magenta;} 

.force-clear {
    clear: both;
}

 .pf-table {
    overflow: scroll;
}  

 :root{
    --readaloud-color: #885737;
    --book-header-color-1: #fff; /*white*/
    --book-header-color-2: #092560; /*blue*/
    --book-off-black: #58585a;
    --book-accent-color-1: #787639; /*green brown*/
    --book-accent-color-2: #885737; /*ruddy oragne*/
    /*-----*/
    --book-header-font-1: "GoodOT-Bold";
    --book-header-font-2: "GoodOT-Bold";
    --book-header-font-3: "Taroca"; /*Book Title Font*/
    --book-handout-font-1: "Ex Ponto";
    --book-serif-font-1: "Sabon";
    --book-subtitle-font-1: "Gin";
     /*-----*/
  --base-font: 18px;
  --font-scale: 1.2;

  --font-size-1: var(--base-font);

  --font-size-2: calc(var(--base-font) * var(--font-scale));

  --font-size-3: calc(var(--font-size-2) * var(--font-scale));

  --font-size-4: calc(var(--font-size-3) * var(--font-scale));

  --font-size-5: calc(var(--font-size-4) * var(--font-scale));

  --font-size-6: calc(var(--font-size-5) * var(--font-scale));

  --font-size-7: calc(var(--font-size-6) * var(--font-scale));

  --font-size-8: calc(var(--font-size-7) * var(--font-scale));

  --font-size-small-1: calc(var(--base-font) / var(--font-scale));

  --font-size-small-2: calc(var(--font-size-small-1) / var(--font-scale));

  --font-size-small-3: calc(var(--font-size-small-2) / var(--font-scale));
}

/*Fonts*/

@font-face {
  font-family: "Flower Power";
  src: url("https://content.demiplane.com/fonts/Flower Power Regular.ttf")
    format("truetype");
}

@font-face {
  font-family: "Herbert Lemuel";
  src: url("https://content.demiplane.com/fonts/Herbert Lemuel Sans.ttf")
    format("truetype");
}

@font-face {
  font-family: "Auriol";
  src: url("https://content.demiplane.com/fonts/AuriolLTStd-Bold.otf")
    format("opentype");
}

@font-face {
  font-family: "Ex Ponto";
  src: url("https://content.demiplane.com/fonts/Ex Ponto Pro Regular.otf")
    format("opentype");
}

@font-face {
  font-family: "Good OT";
  src: url("https://content.demiplane.com/fonts/GoodOT.otf")
    format("opentype");
}

@font-face {
  font-family: "GoodOT-Bold";
  src: url("https://content.demiplane.com/fonts/GoodOT-Bold.otf")
    format("opentype");
}

@font-face {
  font-family: "GoodOT-CondBold";
  src: url("https://content.demiplane.com/fonts/GoodOT-CondBold.otf")
    format("opentype");
}

@font-face {
  font-family: "Sabon";
  src: url("https://content.demiplane.com/fonts/Sabon Regular.otf")
    format("opentype");
}


.reader-container .body-background {
background: linear-gradient(rgba(237,235,230,0.3), rgba(237,235,230,0.5)), url("https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-divine-mysteries/css/lodm-bg2.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: bottom !important;
}

.main-holder {
    padding: 0px 10px;
}

.main-holder p {
    font-size: font-size-1;
}

.main-holder .intro-letter {
    padding: 1px 20px;
    font-family: var(--book-serif-font-1);
    font-size: calc(var(--font-size-1)*1.1);
}

.main-holder > h1 {
    font-family: var(--book-header-font-3);
    text-align: left;
    color: var(--book-header-color-1);
    font-size: var(--font-size-5);
    text-transform: none;
    z-index: 9001;
    display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  text-shadow: 3px 3px 0px black;
 background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.7)), url(https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-divine-mysteries/css/header-banner.jpg?format=webp);
    background-size: cover;
    background-position: right bottom;
    padding: 40px 10px 30px 20px;
    margin: 50px -8px 30px;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -2px 2px #001721;
    line-height: 0.9;

}

.main-holder > .h1image {
    background: linear-gradient(rgba(9,37,96,0.0),rgba(9,37,96,0.7),  rgba(9,37,96,1.0),  rgba(9,37,96,1.0), rgba(9,37,96,1.0), rgba(9,37,96,1.0), rgba(9,37,96,1.0));
    border-radius: 0px;
    box-shadow: 0px 0px 0px white;
    margin: -60px 0px 30px;
}

.main-holder > h1 > span {
    font-size: var(--font-size-4);
    line-height: 1;
    text-transform: uppercase;
    opacity: 0.9;
}

.main-holder > h1 .campaign-npc {
    font-size: var(--font-size-2);
    color: var(--book-accent-color-1);
    font-style: italic;
    padding-top: 10px;
}



.main-holder .npc {
    margin-top: 70px;
}

.main-holder > h2 {
    color: var(--book-header-color-2);
    font-family: var(--book-header-font-3);
    line-height: 1;
    font-size: var(--font-size-4);
    text-transform: uppercase;
}

.main-holder > h2.glossary {
    text-align: center;
    margin-top: 60px;
}

.main-holder > .adv-summary {
    color: var(--book-off-black);
    font-family: var(--book-header-font-1);
    line-height: 1;
    font-size: calc(var(--font-size-2)*1.1);
    text-transform: none;
    margin-bottom: -5px;
}

.main-holder > h3 {
    font-family: var(--book-header-font-3);
    color: var(--book-header-color-2);
    text-transform: none;
    font-size: var(--font-size-3);
}

.main-holder > h4 {
    color: var(--book-header-color-2);
    font-family: var(--book-header-font-3);
    line-height: 1;
    font-size: var(--font-size-3);
    text-transform: none;
    font-variant: small-caps;
}

.main-holder > h5 {
    font-family: "GoodOT-CondBold";
    font-size: var(--font-size-2);
}

@media only screen and (max-width: 500px) {
    
    .main-holder > h1 {
        font-size: var(--font-size-4);
    }
    
    .main-holder > h2 {
        font-size: var(--font-size-3);
    }
    
    .main-holder > h3 {
        font-size: var(--font-size-2);
    }
    
    .main-holder > h4 {
        font-size: var(--font-size-2);
    }
    
     .main-holder > .h1image {
        font-size: var(--font-size-3);
    }
    
    .main-holder > h1 > span {
        font-size: var(--font-size-2);
    }
    
    .main-holder > h1 .campaign-npc {
        font-size: var(--font-size-1);
    }
}

.main-holder > .book-styled-block {
    background-color: #f3ebdd; /*fallback*/
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.7), rgba(0,0,0,0.4)), url("https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-divine-mysteries/css/header-banner.jpg");
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    padding: 30px 25px 20px;
    margin: 20px;
    box-shadow: 0px 0px 2px #052c2b;
    
    & .ParaOverride-1 {
        margin-left: 20px;
        line-height: 1.5;
    }
    
    & p {
        color: white;
        font-family: "GoodOT";
        font-size: var(--font-size-2);
        text-shadow: 0px 0px 1px white;
        
        & strong {
            
        color: white;
        font-family: "GoodOT-Bold";
        }
        
        & a {
            color: white !important;
            text-decoration: none !important;
            border-bottom: none;
        }
    }

& li {
    color: var(--book-off-black);
    margin-left: 10px;
    font-family: "GoodOT";
}
}


@media only screen and (max-width: 500px) {
    .main-holder > .book-styled-block, .main-holder > .sidebar {
        margin: 60px 20px;
    }
}

.main-holder > .sidebar {
    background-color: #f3ebdd; /*fallback*/
    padding: 30px 25px 20px;
    margin: 30px 20px 30px 0px;
    box-shadow: 0px 0px 2px #052c2b;
    border-left: thick solid var(--book-off-black);
    
    & .block-header {
        font-family: Gin;
        font-size: var(--font-size-3);
        text-align: left;
    }
    
    & .ParaOverride-1 {
        margin-left: 20px;
        line-height: 1.5;
    }
    
    & p {
        color: var(--book-off-black);
        font-family: "GoodOT";
        font-size: var(--font-size-2);
        text-shadow: 0px 0px 1px white;
        
        & strong {
            
        color: var(--book-off-black);
        font-family: "GoodOT-Bold";
        }
        
        & a {
        }
    }

& li {
    color: var(--book-off-black);
    margin-left: 10px;
    font-family: "GoodOT";
}
}

.main-holder > .book-styled-block h5 {
    font-family: "GoodOT-CondBold";
    font-size: var(--font-size-2);
    text-align: center;
}

.main-holder > .sidebar h5 {
    font-family: var(--book-header-font-2);
    color: var(--book-off-black);
    text-align: center;
    font-size: var(--font-size-2);
}

.main-holder > .book-styled-block > .trait-holder {
    background-color: #f3f2f2;
}



.main-holder > h2.split-header {
    font-size: var(--font-size-3);
    font-weight: normal;
    color: var(--book-header-color-1);
    font-family: var(--book-header-font-3);
    text-align: left;
    text-transform: uppercase;
    border-bottom: 0px;
}

.main-holder > h3.split-header {
    font-family: var(--book-header-font-2);
    font-weight: normal;
    color: var(--book-accent-color-1);
    font-size: var(--font-size-3);
    text-align: left;
     text-transform: none;
    border-bottom: 0px;
}

.main-holder > h4.split-header {
    border-bottom: 0px;
}

@media only screen and (max-width: 500px) {
    .main-holder > h4.split-header {
    font-size: var(--font-size-1);
}
}

.main-holder > .standard-table th, .main-holder table th {
    background-color: var(--book-header-color-2);
    font-family: "Good OT";
    font-size: var(--font-size-1);
}


.main-holder > .standard-table td, .main-holder table td {
    font-family: "Good OT";
    color: var(--book-off-black);
}

.main-holder > .standard-table td strong, .main-holder table td strong {
    font-family: "GoodOT-CondBold";
}

.main-holder > .standard-table td, .main-holder table td {
    border-right: 1px solid #d7c48d;
}

.main-holder > .adv-track {
   background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/triumph-of-the-tusk-the-resurrection-flood/css/adv-track-inner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 35px 30px 10px;
    color: var(--book-off-black);
    margin: 100px auto;
    
    
    border-image-slice:
120 157 106;
border-image-width:
50px 50px;
border-image-outset:
5px 20px 50px;
border-image-repeat:
stretch stretch;
border-image-source: url("https://content.demiplane.com/compendium/pathfinder-2e/triumph-of-the-tusk-the-resurrection-flood/css/adv-track-hollow.png");
}


.main-holder > .adv-track h5 {
    text-align: center;
    font-family: "GoodOT-Bold";
    font-size: var(--font-size-3);
}

.main-holder > .adv-track p {
    text-align: center;
}

.main-holder > .adv-track table {
    background-color: transparent;
    text-align: left !important;
}

.main-holder > .adv-track td {
    border: none;
    text-align: left !important;
}

.main-holder > .adv-track table p {
    
    text-align: left !important;
}

.main-holder > .adv-track td:not(:last-child) {
    font-size: var(--font-size-6);
    font-family: var(--book-header-font-3);
    color: var(--book-header-color-1);
    letter-spacing: -3px;
}

/* Images & Subtitles */

.image-so {
  shape-margin: 8px;
  padding: 0px;
  position: relative;
}

.book-image-center {
  margin-left: auto;
  margin-right: auto;
}

.force-image-left {
  float: left;
}

.force-image-right {
  float: right;
}

.image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px !important;
}

.main-holder > .image-with-subtitle-center p, .main-holder > .image-with-subtitle-left p, .main-holder > .image-with-subtitle-right p {
    color: var(--book-off-black);
}

.image-with-subtitle-left {
    margin-right: 10px;
}

.main-holder > .image-with-subtitle-center p {
    
    font-family: var(--book-header-font-2);
}

.main-holder > .image-with-subtitle-center.image-so p {

    font-family: Gin;
}

.main-holder > .image-with-subtitle-center a,
.main-holder > .image-with-subtitle-left a, 
.main-holder > .image-with-subtitle-right a {
    font-family: var(--book-header-font-2);
    color: var(--book-header-color-1);
}

.image-so > p {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 50px;
  font-family: var(--book-subtitle-font);
  font-size: var(--font-size-1);
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  color: var(--book-off-black) !important;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/lost-omens-divine-mysteries/css/sidebar.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0px 0px 0px black !important;
  z-index: 1001;
}

.image-so.alt > p {
  background-image: none;
  color: white;
  box-shadow: none;
}

@media only screen and (max-width: 600px) {
  .book-image-right {
    float: none !important;
    display: block;
    margin: 0 -10px;
  }

  .force-image-right {
    float: none !important;
    display: block;
    margin: 0 -10px;
  }

  .image-with-subtitle-right {
    float: none !important;
    display: block;
    margin: 0 -10px;
    
    & p {
        margin-left: -30px !important;
    }
  }

  .book-image-left {
    float: none !important;
    display: block;
    margin: 0 -10px;
  }

  .force-image-left {
    float: none !important;
    display: block;
    margin: 0 -10px;
  }

  .image-with-subtitle-left {
    float: none !important;
    display: block;
    margin: 0 -10px;
  }
}

/* Handouts */

.book-handout-1 {
    margin: 10px 0px;
    border-radius: 20px;
    padding: 25px;
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/curtain-call-stage-fright/css/handout-bg.jpg?format=webp);
    background-size: cover;
    background-position: bottom;
}

.book-handout-1 p {
    font-family: var(--book-handout-font-1);
    color: black;
    font-size: var(--font-size-3);
    letter-spacing: 1px;
}

.book-handout-1 h5 {
    text-align: right;
    opacity: 50%;
    padding: 0px;
    margin: -8px;
}

/* Other */

.main-holder .map-left {
    margin-right: 20px;
    margin-bottom: -10px;
}

.main-holder .signature {
    text-align: right;
}

.main-holder .flip-image {
    transform: scaleX(-1);
}

  .main-holder .demiplane-credits {
      font-size: var(--font-size-small-1);
      font-family: "Good OT";
      border-top: 1px solid var(--book-header-color-2);
      padding: 20px 0px;
      margin: 50px 0;
      color: var(--book-off-black);
      
      & h2 {
          font-size: var(--font-size-1);
          font-family: "GoodOT-Bold";
          color: var(--book-header-color-2);
      }
  }   
/*Image Wizard Styles*/
.image-pzohc-cleric-of-desna {
  width: 364.992px;
  shape-outside: polygon(6.16% 0.15%, 6.71% 17.93%, 13.84% 22.58%, 15.75% 43.09%, 10.27% 48.38%, 10.27% 62.81%, -2.05% 75.79%, 2.05% 93.25%, 33.29% 98.58%, 57.12% 102.27%, 89.18% 96.98%, 107.81% 27.27%, 85.07% 3.83%, 42.05% -4.34%);
}
 {
}
.image-pzohc-cleric-of-desna > p {
  left: 140.5px;
  top: 510.16015625px;
}
.image-pzohc-divine-wizard {
  width: 390px;
  shape-outside: polygon(51.28% 0.95%, 40.51% 11.11%, 17.69% 14.50%, 1.03% 18.37%, 2.05% 26.28%, 26.15% 42.24%, 25.64% 81.56%, 15.13% 86.88%, 16.67% 96.40%, 48.72% 98.82%, 88.98% 102.04%, 101.80% 90.91%, 94.62% -0.18%);
}
.image-pzohc-divine-wizard > p {
  left: 71.00390625px;
  top: 518.66015625px;
}
.image-pzohc-iomedaes-ascension {
  width: 399.996px;
  shape-outside: polygon(49.50% -2.07%, 36.75% 2.32%, 22.25% 12.30%, 1.00% 22.68%, 1.50% 29.66%, 7.75% 43.83%, 9.25% 53.62%, 19.50% 72.98%, 24.00% 94.13%, 60.00% 98.92%, 87.75% 94.33%, 96.75% 88.35%, 103.25% 28.27%, 80.75% 2.92%);
}
.image-pzohc-iomedaes-ascension > p {
  left: 187.0078125px;
  top: 374.61328125px;
}
.image-pzohc-gruhastha-enlightened {
  width: 405px;
  shape-outside: polygon(34.45% 3.54%, 45.06% 18.01%, 54.45% 36.79%, 60.37% 50.75%, 72.22% 49.23%, 98.64% 66.49%, 95.93% 75.88%, 69.01% 87.55%, 67.28% 98.47%, 10.99% 99.23%, 2.10% 82.73%, 0.12% 73.60%, 1.11% 36.54%);
}
.image-pzohc-gruhastha-enlightened > p {
  left: 45.50390625px;
  top: 310.96484375px;
}
.image-pzohc-warmonger-kazutal {
  width: 399.996px;
  shape-outside: polygon(19.25% 0.97%, 9.25% 14.09%, 5.25% 53.65%, 0.25% 71.35%, 8.50% 74.13%, 13.25% 95.80%, 24.50% 99.78%, 83.00% 99.58%, 104.00% 78.90%, 93.25% 17.07%, 52.00% 0.17%);
}
.image-pzohc-warmonger-kazutal > p {
  left: 109.0078125px;
  top: 390.87890625px;
}
.image-pzohc-divine-retribution {
  width: 390px;
  shape-outside: polygon(55.90% 3.14%, 71.28% 24.96%, 86.92% 67.99%, 96.67% 86.47%, 95.64% 98.29%, 4.10% 99.20%, 2.57% 57.08%, 1.80% 1.62%);
}
.image-pzohc-divine-retribution > p {
  left: 31.00390625px;
  top: 237.359375px;
}
.image-pzohc-deskari-slain {
  width: 360px;
  shape-outside: polygon(26.11% 1.25%, 5.56% 11.97%, 4.45% 36.11%, 20.56% 62.45%, 22.50% 75.54%, 21.11% 90.05%, 49.72% 98.72%, 87.22% 104.72%, 95.56% 97.94%, 95.83% 57.24%, 108.06% -3.64%);
}
.image-pzohc-deskari-slain > p {
  left: 90.00390625px;
  top: 507.91015625px;
}
.image-pzo-aroden {
  width: 339.996px;
  shape-outside: polygon(60.00% 0.51%, 55.59% 17.49%, 41.18% 24.73%, 5.00% 29.73%, 1.47% 43.41%, 0.00% 54.46%, 11.18% 67.65%, 5.30% 86.47%, 20.59% 90.42%, 25.88% 100.68%, 98.53% 99.36%, 99.71% 41.30%, 79.12% 0.12%);
}
.image-pzo-aroden > p {
  left: 146.0078125px;
  top: 665.16015625px;
}
.image-abadar {
  width: 364.992px;
  shape-outside: polygon(32.67% 0.68%, 26.92% 5.03%, 25.27% 10.77%, 14.59% 18.77%, 5.00% 27.81%, 5.55% 35.98%, 0.07% 37.72%, 1.44% 43.11%, 6.92% 49.72%, 15.96% 64.16%, 24.18% 83.46%, 13.49% 90.42%, 15.41% 92.16%, 43.90% 93.55%, 48.56% 100.68%, 75.14% 98.51%, 105.27% 77.98%, 61.99% -0.54%);
}
.image-abadar > p {
  left: 165.25px;
  top: 441.91015625px;
}
.image-pzohc-abadar-follower {
  width: 334.992px;
  shape-outside: polygon(95.00% 0.67%, 95.00% 16.97%, 88.73% 22.45%, 88.13% 29.14%, 87.24% 57.79%, 70.52% 64.31%, 67.54% 99.51%, 1.27% 99.68%, -2.31% 85.28%, 5.75% 14.44%, 36.49% -4.13%);
}
.image-pzohc-abadar-follower > p {
  left: 12.25px;
  top: 496.16015625px;
}
.image-pzohc-arazni {
  width: 330px;
  shape-outside: polygon(32.96% 0.16%, 28.11% 6.65%, 7.50% 10.24%, 4.47% 21.52%, 10.53% 56.22%, 11.14% 74.34%, -2.20% 80.84%, -0.07% 90.16%, 44.77% 94.77%, 58.41% 98.87%, 80.83% 105.37%, 103.86% 86.22%, 84.17% 51.52%, 55.08% -3.61%);
}
.image-pzohc-arazni > p {
  left: 120.75390625px;
  top: 466.91015625px;
}
.image-pzohc-arazni-follower {
  width: 279.996px;
  shape-outside: polygon(49.56% 0.44%, 52.77% 11.37%, 57.41% 17.59%, 77.77% 21.99%, 88.84% 29.27%, 67.06% 44.14%, 87.06% 86.03%, 98.13% 95.13%, 97.77% 98.77%, 10.27% 99.53%, 0.27% 99.08%, -1.52% -2.29%);
}
.image-pzohc-arazni-follower > p {
  left: 9.7578125px;
  top: 564.91015625px;
}
.image-asmodeus {
  width: 429.996px;
  shape-outside: polygon(28.08% 0.90%, 24.13% 11.20%, 29.01% 57.56%, 21.34% 60.35%, 5.53% 76.23%, 1.57% 88.03%, 3.43% 93.82%, 10.18% 97.90%, 26.46% 99.40%, 96.46% 99.40%, 102.97% 85.45%, 76.46% 17.86%, 56.92% -0.17%);
}
.image-asmodeus > p {
  left: 160.7578125px;
  top: 364.2109375px;
}
.image-pzohc-asmodeus-follower {
  width: 279.996px;
  shape-outside: polygon(69.91% 1.11%, 69.91% 13.17%, 82.77% 19.76%, 96.70% 44.59%, 94.91% 49.22%, 79.56% 57.91%, 81.70% 68.71%, 75.98% 76.42%, 75.63% 86.10%, 81.70% 87.22%, 83.84% 94.76%, 73.48% 96.45%, 73.13% 99.11%, 53.84% 99.67%, 2.06% 94.34%, 0.27% 46.83%, 13.13% 12.61%, 45.98% 0.13%);
}
.image-pzohc-asmodeus-follower > p {
  left: 11.7578125px;
  top: 601.66015625px;
}
.image-calistria {
  width: 300px;
  shape-outside: polygon(41.58% 0.41%, 34.92% 4.23%, 30.25% 11.16%, 0.92% 16.68%, 0.25% 22.34%, 14.25% 34.36%, 9.58% 59.96%, 2.58% 72.26%, 5.25% 82.87%, 17.92% 93.48%, 37.58% 98.43%, 56.25% 98.86%, 97.25% 98.71%, 94.92% 69.15%, 103.25% 23.89%, 75.92% 5.93%, 68.25% -2.42%);
}
.image-calistria > p {
  left: 80.75390625px;
  top: 583.91015625px;
}
.image-calistra-follower {
  width: 304.992px;
  shape-outside: polygon(47.95% 0.93%, 56.80% 12.25%, 63.69% 14.92%, 73.52% 33.32%, 69.59% 46.21%, 69.26% 63.04%, 75.49% 79.47%, 95.16% 89.84%, 94.84% 92.67%, 55.82% 95.03%, 47.62% 96.92%, 43.03% 101.32%, 0.08% 98.81%, 1.72% 2.82%, 31.89% 0.14%);
}
.image-calistra-follower > p {
  left: 22.25px;
  top: 515.41015625px;
}
.image-cayden {
  width: 319.992px;
  shape-outside: polygon(52.11% -0.01%, 47.73% 5.39%, 33.67% 8.73%, 25.86% 17.16%, 3.36% 14.45%, 0.23% 17.95%, 0.23% 43.07%, 0.55% 66.08%, 15.23% 88.82%, 43.05% 91.36%, 49.61% 99.31%, 67.11% 99.47%, 80.23% 81.50%, 93.05% 53.36%, 105.55% -6.06%);
}
.image-cayden > p {
  left: 97.75px;
  top: 418.91015625px;
}
.image-pzohc-cayden-follower {
  width: 289.992px;
  shape-outside: polygon(97.84% 1.22%, 97.16% 26.48%, 73.71% 38.90%, 75.78% 58.39%, 90.60% 78.09%, 96.12% 100.36%, 19.91% 99.50%, 4.05% 87.08%, -0.09% 63.31%, 1.64% 2.50%, 55.43% -3.28%);
}
.image-pzohc-cayden-follower > p {
  left: 21.75px;
  top: 347.6796875px;
}
.image-desna {
  width: 324.996px;
  shape-outside: polygon(10.23% 2.77%, 8.08% 29.81%, 0.08% 39.81%, 0.08% 46.18%, 22.54% 77.09%, 41.92% 91.86%, 49.31% 94.59%, 71.15% 98.90%, 92.38% 83.00%, 97.62% 54.81%, 99.77% 28.00%, 85.00% 2.31%, 66.54% -0.19%);
}
.image-desna > p {
  left: 155.24609375px;
  top: 340.1796875px;
}
.image-pzohc-desna-follower {
  width: 294.996px;
  shape-outside: polygon(65.85% 0.03%, 65.17% 13.84%, 69.92% 16.37%, 74.66% 26.10%, 63.14% 32.13%, 83.48% 63.45%, 91.61% 75.51%, 99.41% 81.74%, 90.93% 93.80%, 67.55% 100.42%, 28.22% 98.67%, -6.01% 89.33%, 0.77% 16.95%, 34.32% -3.09%);
}
.image-pzohc-desna-follower > p {
  left: 19.2578125px;
  top: 392.140625px;
}
.image-erastil {
  width: 394.992px;
  shape-outside: polygon(26.39% 4.92%, 17.03% 10.83%, 6.39% 31.10%, 9.43% 44.69%, 23.10% 51.18%, 22.09% 59.84%, 5.89% 89.37%, 0.32% 90.94%, 0.57% 97.24%, 28.42% 109.84%, 81.08% 96.26%, 104.62% 63.19%, 93.48% 16.34%, 69.43% 0.00%, 50.44% 0.39%);
}
.image-erastil > p {
  left: 94.25px;
  top: 406px;
}
.image-pzohc-erastil-follower {
  width: 274.992px;
  shape-outside: polygon(85.18% 0.64%, 81.18% 35.89%, 84.45% 44.04%, 80.09% 50.99%, 82.27% 80.25%, 98.27% 82.65%, 98.27% 91.76%, 77.18% 92.96%, 72.45% 96.80%, 44.82% 97.28%, 40.45% 99.68%, 13.18% 99.68%, 0.82% 88.64%, -0.27% 8.55%, 35.36% -0.32%);
}
.image-pzohc-erastil-follower > p {
  left: 17.25px;
  top: 311.6484375px;
}
.image-pzohc-gozreh {
  width: 330px;
  shape-outside: polygon(51.74% 1.05%, 29.93% 8.70%, 18.71% 20.45%, 12.35% 36.11%, 7.80% 45.18%, -0.07% 48.38%, -0.07% 53.19%, 6.59% 58.17%, 24.47% 85.75%, 42.05% 101.81%, 92.65% 98.78%, 98.11% 72.27%, 99.02% 48.43%, 98.41% 31.88%, 87.80% 2.48%, 68.41% -2.86%);
}
.image-pzohc-gozreh > p {
  left: 99.75390625px;
  top: 389.91015625px;
}
.image-pzohc-gozreh-follower {
  width: 324.996px;
  shape-outside: polygon(58.54% 1.21%, 63.46% 15.40%, 71.77% 19.06%, 76.69% 33.04%, 95.77% 40.13%, 96.69% 54.11%, 87.46% 74.76%, 86.85% 91.96%, 37.00% 99.06%, 3.16% 97.12%, 0.39% 88.31%, -0.23% 33.04%, 11.16% 0.99%);
}
.image-pzohc-gozreh-follower > p {
  left: 86.2578125px;
  top: 341.625px;
}
.image-iomedae {
  width: 360px;
  shape-outside: polygon(34.10% 0.23%, 28.82% 6.43%, 26.32% 11.23%, 0.76% 14.43%, 1.04% 24.03%, 12.71% 51.63%, 5.21% 71.63%, 10.21% 81.23%, 22.43% 89.83%, 22.99% 102.83%, 99.38% 99.43%, 99.65% 51.23%, 64.65% 2.63%, 53.82% 0.43%);
}
.image-iomedae > p {
  left: 162.75390625px;
  top: 369.15625px;
}
.image-pzohc-iomedae-follower {
  width: 279.996px;
  shape-outside: polygon(70.27% 0.95%, 71.70% 7.93%, 86.70% 16.76%, 95.98% 44.07%, 87.77% 54.95%, 88.84% 98.69%, 81.70% 99.71%, 59.91% 99.71%, -9.38% 91.09%, 4.91% 5.87%, 53.48% -3.78%);
}
.image-pzohc-iomedae-follower > p {
  left: 12.74609375px;
  top: 347.60546875px;
}
.image-irori {
  width: 399.996px;
  shape-outside: polygon(39.19% 1.23%, 34.19% 5.70%, 32.44% 11.95%, 17.44% 15.34%, 15.94% 31.41%, 0.94% 41.59%, 1.44% 46.41%, 15.94% 73.73%, 23.44% 78.38%, 37.19% 82.31%, 37.94% 93.33%, 49.69% 102.44%, 83.69% 98.15%, 95.69% 75.30%, 104.44% 39.58%, 94.69% 1.59%, 67.19% -5.19%);
}
.image-irori > p {
  left: 163.7578125px;
  top: 443.91015625px;
}
.image-irori-follower {
  width: 324.996px;
  shape-outside: polygon(54.54% 0.74%, 59.46% 13.54%, 63.46% 27.67%, 97.00% 30.11%, 98.23% 35.01%, 94.54% 55.54%, 75.16% 57.23%, 74.85% 74.18%, 61.62% 79.46%, 61.62% 100.74%, 26.23% 95.84%, 0.69% 82.85%, -2.38% 31.24%, 21.62% 16.93%, 31.16% -0.02%);
}
.image-irori-follower > p {
  left: 18.2578125px;
  top: 375.91015625px;
}
.image-lamashtu {
  width: 429.996px;
  shape-outside: polygon(51.80% 0.97%, 45.53% 6.14%, 41.34% 16.73%, 25.76% 15.96%, 2.04% 33.01%, 0.41% 53.42%, 1.57% 92.96%, 5.76% 99.16%, 99.71% 99.68%, 102.97% 48.26%, 96.46% 11.82%, 65.06% -3.42%);
}
.image-lamashtu > p {
  left: 142.7578125px;
  top: 288.75390625px;
}
.image-pzohc-lamashtu-follower {
  width: 304.992px;
  shape-outside: polygon(63.69% 1.38%, 62.70% 31.73%, 90.25% 35.19%, 98.11% 43.95%, 96.48% 53.32%, 69.92% 61.87%, 71.56% 79.18%, 82.38% 80.40%, 83.03% 93.24%, 35.16% 93.44%, 35.16% 98.33%, 9.92% 98.33%, 2.38% 81.22%, 0.41% 20.12%, 5.00% 12.38%, 43.69% 0.36%);
}
.image-pzohc-lamashtu-follower > p {
  left: 31.25px;
  top: 379.78515625px;
}
.image-nethys {
  width: 319.992px;
  shape-outside: polygon(34.22% -0.02%, 23.59% 9.85%, 20.78% 12.61%, -0.16% 13.31%, 0.78% 26.46%, 19.84% 39.26%, 12.03% 67.98%, 20.78% 94.45%, 35.47% 99.64%, 53.60% 99.64%, 96.72% 80.43%, 95.47% 39.78%, 97.03% -0.02%);
}
.image-nethys > p {
  left: 123.5px;
  top: 451.91015625px;
}
.image-pzohc-nethys-follower {
  width: 360px;
  shape-outside: polygon(99.86% 0.46%, 99.03% 51.83%, 97.08% 61.21%, 76.81% 69.80%, 79.58% 97.34%, 70.42% 105.10%, 2.36% 97.88%, 2.08% 74.44%, 2.36% 7.64%, 32.64% 0.66%);
}
.image-pzohc-nethys-follower > p {
  left: 22.50390625px;
  top: 386.37890625px;
}
.image-norgorber {
  width: 369.996px;
  shape-outside: polygon(29.06% 1.00%, 12.57% 15.11%, 0.14% 38.50%, 1.49% 51.61%, 16.62% 62.49%, 18.52% 92.13%, 29.06% 97.37%, 45.27% 98.58%, 94.46% 94.95%, 106.35% 54.63%, 85.27% 13.10%, 52.03% -5.45%);
}
.image-norgorber > p {
  left: 140.5078125px;
  top: 363.96484375px;
}
.image-pzohc-norgorber-follower {
  width: 360px;
  shape-outside: polygon(99.31% 0.93%, 98.75% 54.70%, 90.42% 58.47%, 90.14% 82.44%, 69.03% 94.51%, 51.81% 100.27%, 2.36% 95.31%, -5.42% 58.33%, 19.58% 7.39%, 37.64% 0.17%);
}
.image-pzohc-norgorber-follower > p {
  left: 26.50390625px;
  top: 380.91015625px;
}
.image-pharasma {
  width: 349.992px;
  shape-outside: polygon(31.86% 2.25%, 13.00% 20.37%, 8.14% 37.62%, 4.71% 65.32%, 0.14% 72.46%, -0.14% 80.65%, 48.43% 97.37%, 72.43% 98.94%, 92.14% 87.96%, 106.43% 53.12%, 95.29% -1.41%);
}
.image-pharasma > p {
  left: 164.5px;
  top: 429.91015625px;
}
.image-michelechangpriestessofpharasmafinal {
  width: 304.992px;
  shape-outside: polygon(99.02% 0.44%, 99.34% 44.28%, 88.20% 48.39%, 88.52% 57.67%, 86.56% 95.19%, 76.07% 99.76%, 5.57% 99.45%, 0.66% 90.32%, 2.95% 66.73%, 29.84% 0.14%);
}
.image-michelechangpriestessofpharasmafinal > p {
  left: 29px;
  top: 531.41015625px;
}
.image-rovagug {
  width: 384.996px;
  shape-outside: polygon(-0.26% 0.61%, 0.26% 68.78%, 5.98% 86.57%, 21.82% 97.85%, 58.44% 98.60%, 91.95% 99.61%, 98.44% 87.32%, 106.24% 26.67%, 93.25% -4.66%);
}
.image-rovagug > p {
  left: 198.0078125px;
  top: 255.42578125px;
}
.image-pzohc-rovagug-follower {
  width: 420px;
  shape-outside: polygon(94.64% 14.97%, 99.41% 43.09%, 87.26% 53.19%, 84.88% 62.10%, 84.41% 98.74%, 0.83% 98.14%, 0.36% 87.84%, 0.60% 11.21%, 47.50% 0.12%, 63.93% 1.71%);
}
.image-pzohc-rovagug-follower > p {
  left: 42.50390625px;
  top: 374.6171875px;
}
.image-sarenrae {
  width: 364.992px;
  shape-outside: polygon(1.10% 1.15%, 0.82% 29.94%, 3.84% 62.19%, 36.99% 87.94%, 61.92% 99.85%, 97.54% 99.85%, 99.45% 93.36%, 104.93% 51.58%, 93.43% -6.43%);
}
.image-sarenrae > p {
  left: 176px;
  top: 337.30078125px;
}
.image-pzohc-sarenrae-follower {
  width: 309.996px;
  shape-outside: polygon(97.26% 52.68%, 90.49% 71.89%, 82.10% 80.86%, 79.52% 97.84%, 71.78% 99.91%, 9.20% 98.16%, 2.10% 74.67%, 0.16% 46.89%, 2.74% 19.19%, 35.00% 2.21%, 49.52% -0.01%, 88.87% 3.48%);
}
.image-pzohc-sarenrae-follower > p {
  left: 33.5078125px;
  top: 480.41015625px;
}
.image-shelyn {
  width: 375px;
  shape-outside: polygon(32.00% 4.42%, 13.60% 17.71%, 5.60% 68.07%, 1.07% 79.15%, 2.93% 88.73%, 30.67% 100.38%, 76.00% 100.69%, 115.47% 66.34%, 98.13% 0.34%, 75.20% 0.52%);
}
.image-shelyn > p {
  left: 200.00390625px;
  top: 458.41015625px;
}
.image-pzohc-shelyn-follower {
  width: 294.996px;
  shape-outside: polygon(98.99% 0.10%, 97.97% 46.83%, 75.93% 51.46%, 75.26% 86.41%, 71.53% 93.99%, 67.46% 99.04%, 1.36% 99.04%, 2.04% -0.96%);
}
.image-pzohc-shelyn-follower > p {
  left: 28.0078125px;
  top: 339.453125px;
}
.image-torag {
  width: 324.996px;
  shape-outside: polygon(15.69% 0.74%, 13.85% 17.31%, 20.00% 25.03%, 20.31% 44.62%, 1.84% 46.69%, 0.31% 60.25%, 0.92% 93.39%, 67.38% 102.62%, 98.15% 96.78%, 110.46% 26.54%, 80.62% -1.15%);
}
.image-torag > p {
  left: 111.99609375px;
  top: 414.91015625px;
}
.image-pzohc-torag-follower {
  width: 315px;
  shape-outside: polygon(88.89% -0.60%, 89.21% 16.49%, 94.60% 54.46%, 96.51% 67.12%, 83.18% 80.83%, 83.18% 90.12%, 88.57% 97.29%, 82.54% 99.82%, 3.81% 99.19%, -0.32% 72.18%, 0.64% 31.04%, 28.26% 0.66%);
}
.image-pzohc-torag-follower > p {
  left: 55.00390625px;
  top: 339.1484375px;
}
.image-urgathoa {
  width: 354.996px;
  shape-outside: polygon(40.85% 1.65%, 33.81% 17.66%, 11.55% 40.19%, 18.59% 44.54%, 20.85% 87.62%, 1.69% 93.35%, 1.69% 98.29%, 98.31% 99.48%, 99.72% 89.99%, 89.02% 1.26%);
}
.image-urgathoa > p {
  left: 187.0078125px;
  top: 328.35546875px;
}
.image-pzohc-urgathoa-follower {
  width: 294.996px;
  shape-outside: polygon(82.04% 0.83%, 82.71% 26.75%, 75.26% 50.49%, 93.90% 70.86%, 97.29% 83.65%, 80.00% 98.22%, 67.46% 99.40%, 12.88% 97.38%, 0.00% 82.90%, 1.70% 23.81%, 34.24% 0.32%);
}
.image-pzohc-urgathoa-follower > p {
  left: 55.0078125px;
  top: 382.41015625px;
}
.image-zonkuthon {
  width: 384.996px;
  shape-outside: polygon(35.85% 0.54%, 23.90% 28.47%, 18.44% 53.61%, 1.04% 55.85%, 6.76% 86.39%, 15.85% 92.91%, 41.56% 102.03%, 94.29% 97.00%, 103.64% 78.01%, 89.35% 20.65%, 71.69% -0.02%);
}
.image-zonkuthon > p {
  left: 171.0078125px;
  top: 423.91015625px;
}
.image-pzopriestess-of-zonkuthon {
  width: 354.996px;
  shape-outside: polygon(85.92% -1.59%, 89.02% 45.44%, 92.11% 65.59%, 94.93% 88.43%, 99.72% 94.58%, 99.44% 99.57%, 1.13% 99.76%, 0.00% 90.35%, 0.85% -1.01%);
}
.image-pzopriestess-of-zonkuthon > p {
  left: 17.0078125px;
  top: 382.73828125px;
}
.image-achaekek {
  width: 354.996px;
  shape-outside: polygon(44.08% 0.93%, 33.66% 43.50%, 13.66% 49.80%, 8.31% 88.84%, -1.55% 93.37%, -0.71% 100.87%, 109.72% 100.11%, 99.86% -5.37%);
}
.image-pzohc-aleth {
  width: 334.992px;
  shape-outside: polygon(35.37% 0.30%, 25.22% 15.47%, 14.78% 50.20%, 0.45% 65.17%, -0.15% 80.14%, 5.82% 97.91%, 16.27% 99.50%, 68.81% 99.50%, 110.30% 89.33%, 94.18% 14.47%, 67.02% 2.70%, 50.60% 0.90%);
}
.image-alseta {
  width: 334.992px;
  shape-outside: polygon(51.79% 0.76%, 27.02% 17.53%, 15.97% 42.58%, 9.70% 60.39%, -0.15% 68.88%, 0.75% 76.74%, 13.88% 92.06%, 21.94% 97.86%, 57.46% 99.73%, 95.08% 96.83%, 110.60% 35.75%, 94.48% -7.11%);
}
.image-pzohc-atrogine-updated {
  width: 330px;
  shape-outside: polygon(33.94% 0.05%, 18.49% 17.31%, 10.61% 33.38%, -2.42% 41.92%, 0.91% 56.00%, 25.46% 67.51%, 35.15% 78.22%, 41.52% 102.23%, 73.94% 99.85%, 107.88% 44.10%, 88.79% 14.93%, 60.30% -2.53%);
}
.image-besmara {
  width: 405px;
  shape-outside: polygon(0.62% 0.91%, -0.12% 9.73%, 20.12% 36.58%, 25.31% 44.00%, 18.89% 72.85%, 16.67% 96.70%, 47.78% 104.92%, 96.67% 97.70%, 99.63% 91.69%, 99.38% 58.42%, 98.64% 1.11%);
}
.image-brigh {
  width: 244.992px;
  shape-outside: polygon(0.20% -0.02%, 0.61% 48.42%, 9.59% 67.39%, 12.86% 88.20%, 9.59% 97.50%, 41.84% 99.34%, 54.08% 102.52%, 99.80% 96.99%, 101.84% 10.43%, 68.78% -7.20%);
}
.image-casandalee {
  width: 334.992px;
  shape-outside: polygon(44.63% 1.85%, 30.60% 16.99%, 1.64% 29.54%, 0.75% 36.91%, 12.99% 49.46%, 29.11% 60.81%, 27.91% 90.29%, 21.94% 99.85%, 97.47% 99.66%, 108.51% 47.07%, 76.57% -4.33%);
}
.image-pzohc-dahak {
  width: 420px;
  shape-outside: polygon(38.33% 0.02%, 4.52% 27.80%, 0.00% 45.39%, 2.14% 92.00%, 15.72% 97.55%, 46.91% 103.42%, 92.38% 84.59%, 108.81% 5.27%, 90.48% -10.47%);
}
.image-pzohc-dajermube {
  width: 229.992px;
  shape-outside: polygon(32.17% 0.16%, 6.96% 13.39%, 0.87% 26.98%, 0.43% 59.59%, 3.04% 85.99%, 12.17% 97.95%, 23.04% 98.85%, 94.78% 98.85%, 110.00% -1.47%);
}
.image-pzohc-devourer {
  width: 399.996px;
  shape-outside: polygon(23.50% 3.39%, 2.75% 40.74%, 5.75% 80.10%, 18.25% 94.96%, 42.50% 101.79%, 94.00% 92.15%, 105.50% 43.55%, 95.50% 2.59%, 47.25% 0.98%);
}
.image-gruhastha {
  width: 330px;
  shape-outside: polygon(17.58% 0.36%, 2.43% 23.85%, 0.30% 46.95%, 8.49% 80.48%, 25.15% 96.76%, 36.36% 101.12%, 92.73% 95.82%, 115.15% 8.88%, 86.67% 1.69%);
}
.image-hei-feng {
  width: 360px;
  shape-outside: polygon(9.45% 0.10%, 2.78% 17.20%, 24.72% 56.07%, 16.95% 86.28%, 13.33% 92.61%, 15.00% 99.16%, 31.67% 101.97%, 94.72% 92.84%, 97.22% 66.85%, 97.78% 39.68%, 88.61% -1.07%);
}
.image-pzohc-izuyaku {
  width: 264.996px;
  shape-outside: polygon(33.02% 0.81%, 0.56% 20.88%, 0.94% 28.67%, 11.51% 48.41%, 5.85% 69.22%, 5.09% 94.60%, 32.64% 98.24%, 81.70% 101.06%, 97.17% 96.42%, 98.68% 61.18%, 99.06% 38.29%, 68.87% 1.31%);
}
.image-pzohc-kaldemash {
  width: 249.996px;
  shape-outside: polygon(20.80% 0.95%, 12.00% 19.53%, 0.40% 36.01%, 6.00% 46.67%, 5.60% 81.45%, 10.00% 96.31%, 38.40% 99.70%, 84.00% 99.54%, 98.80% 80.48%, 99.20% 52.85%, 99.20% 36.17%, 70.00% 9.19%, 55.60% 0.31%);
}
.image-kazutal {
  width: 330px;
  shape-outside: polygon(29.40% 0.87%, 20.30% 9.77%, 9.40% 17.24%, 8.79% 42.87%, 11.52% 56.92%, 0.61% 70.27%, 2.12% 85.04%, 5.46% 99.14%, 95.46% 97.18%, 104.55% 60.88%, 89.40% 7.28%, 56.36% -1.26%);
}
.image-kurgess {
  width: 315px;
  shape-outside: polygon(37.62% 0.53%, 24.29% 13.03%, 0.16% 20.39%, 0.48% 46.49%, 18.26% 56.23%, 19.53% 94.10%, 26.19% 98.56%, 96.67% 98.56%, 103.65% 81.46%, 97.94% 5.68%, 60.16% -4.06%);
}
.image-milani {
  width: 360px;
  shape-outside: polygon(27.78% -0.02%, 21.39% 11.73%, 20.00% 27.45%, 3.06% 54.15%, 7.78% 78.96%, 5.00% 94.49%, 16.95% 97.90%, 58.33% 98.28%, 92.22% 98.66%, 96.11% 89.00%, 97.50% 77.63%, 99.45% 32.94%, 53.06% -3.24%);
}
.image-pzohc-nin {
  width: 289.992px;
  shape-outside: polygon(29.31% 0.17%, 2.07% 22.44%, 0.00% 36.25%, 1.03% 75.43%, 26.90% 97.49%, 50.69% 99.55%, 76.55% 97.90%, 105.17% 69.45%, 98.28% 18.93%, 80.69% -2.51%);
}
.image-nivi-rhombodazzle {
  width: 309.996px;
  shape-outside: polygon(11.29% 0.93%, 3.22% 12.91%, 15.48% 62.91%, 1.61% 94.28%, 2.90% 100.17%, 12.58% 99.03%, 84.19% 92.57%, 98.39% 63.29%, 98.06% 56.45%, 59.68% 5.50%, 50.64% 1.12%);
}
.image-razmir {
  width: 384.996px;
  shape-outside: polygon(42.47% 1.51%, 35.20% 17.54%, 23.25% 61.05%, 22.47% 78.99%, -0.39% 84.52%, 0.91% 99.41%, 35.20% 100.36%, 99.87% 99.03%, 101.43% -1.16%);
}
.image-shizuru {
  width: 270px;
}
.image-pzohc-zyphus {
  width: 324.996px;
  shape-outside: polygon(1.08% -0.05%, 1.38% 20.51%, 5.08% 37.21%, 22.61% 50.49%, 20.15% 65.26%, 2.61% 86.25%, 2.61% 98.24%, 96.15% 99.74%, 102.92% 71.47%, 85.38% -5.19%);
}
.image-szuriell {
  width: 330px;
  shape-outside: polygon(1.29% 0.99%, 9.17% 45.96%, 0.68% 63.91%, 10.99% 80.69%, 22.20% 99.78%, 54.32% 98.94%, 84.93% 76.45%, 107.05% 41.05%, 95.23% 0.15%);
}
.image-szuriell > p {
  left: 133.25390625px;
  top: 435.91015625px;
}
.image-mammon {
  width: 375px;
  shape-outside: polygon(27.67% -0.21%, 0.20% 0.74%, 0.20% 28.23%, 3.93% 53.09%, 6.60% 69.10%, 6.07% 88.87%, 14.87% 96.40%, 33.27% 100.83%, 94.07% 97.44%, 110.07% 0.55%);
}
.image-mammon > p {
  left: 151.75390625px;
  top: 401.91015625px;
}
.image-pzokazelfinal {
  width: 300px;
  shape-outside: polygon(35.42% 2.22%, 4.75% 17.20%, 7.42% 62.25%, 1.42% 92.37%, 12.75% 95.81%, 36.08% 99.25%, 98.08% 97.70%, 98.75% 87.03%, 86.75% 1.36%);
}
.image-pzokazelfinal > p {
  left: 118.25390625px;
  top: 442.91015625px;
}
.image-pzohc-lissala {
  width: 379.992px;
  shape-outside: polygon(39.54% 0.53%, 10.33% 24.43%, 4.54% 53.29%, 1.64% 76.27%, 19.28% 84.54%, 29.28% 93.78%, 44.28% 98.01%, 62.96% 101.50%, 98.22% 95.43%, 107.70% 4.99%);
}
.image-pzohc-lissala > p {
  left: 89.25px;
  top: 411.91015625px;
}
.image-pzohc-pahti-couatl {
  width: 399.996px;
  shape-outside: polygon(0.81% 0.86%, 6.56% 22.50%, 21.31% 33.11%, 19.56% 68.17%, 27.06% 77.91%, 37.31% 91.55%, 39.56% 99.34%, 90.81% 99.56%, 102.56% 3.45%, 87.56% -3.04%);
}
.image-pzohc-pahti-couatl > p {
  left: 146.2578125px;
  top: 329.9609375px;
}
.image-pzohc-laivatiniel {
  width: 384.996px;
  shape-outside: polygon(8.25% 1.35%, 0.98% 21.60%, 0.98% 36.53%, 9.81% 66.79%, 24.09% 75.59%, 29.81% 98.49%, 91.37% 98.28%, 106.43% 23.23%, 96.56% 1.97%);
}
.image-pzohc-laivatiniel > p {
  left: 147.7578125px;
  top: 392.61328125px;
}
.image-cythvsug {
  width: 379.992px;
  shape-outside: polygon(24.80% 1.92%, 6.64% 19.40%, 1.91% 41.71%, 2.43% 66.17%, 5.86% 84.72%, 0.33% 91.44%, 4.01% 97.09%, 20.86% 99.77%, 95.59% 99.51%, 98.49% 89.29%, 95.86% 41.98%, 81.12% 1.66%);
}
.image-cythvsug > p {
  left: 101.25px;
  top: 284.16015625px;
}
.image-pzohc-vulot {
  width: 405px;
  shape-outside: polygon(-0.06% -0.05%, 0.19% 16.65%, 8.09% 31.75%, 12.28% 50.46%, 10.56% 63.74%, 2.90% 73.40%, 13.27% 93.52%, 20.43% 97.74%, 41.42% 98.95%, 79.69% 97.94%, 87.35% 63.13%, 103.89% 15.85%, 89.08% -1.45%);
}
.image-pzohc-vulot > p {
  left: 205.75390625px;
  top: 378.7734375px;
}
.image-ragadahn {
  width: 364.992px;
  shape-outside: polygon(42.12% 0.66%, 23.77% 17.26%, 8.42% 24.46%, 0.75% 47.86%, 1.03% 67.26%, 12.81% 74.86%, 26.23% 82.06%, 28.15% 102.66%, 89.25% 97.06%, 95.82% 81.46%, 105.14% 54.66%, 91.16% -1.94%);
}
.image-ragadahn > p {
  left: 123.75px;
  top: 379.30859375px;
}
.image-ranginori {
  width: 399.996px;
  shape-outside: polygon(9.31% 0.74%, 1.06% 12.70%, 0.31% 49.43%, 2.81% 81.21%, 3.06% 92.00%, 42.31% 96.66%, 80.06% 99.28%, 98.31% 97.24%, 102.81% 0.16%);
}
.image-ranginori > p {
  left: 139.2578125px;
  top: 233.546875px;
}
.image-eritrice {
  width: 225px;
  shape-outside: polygon(29.67% 0.14%, 22.56% 10.54%, 3.89% 17.94%, 4.34% 53.06%, 6.11% 96.84%, 17.22% 101.88%, 94.11% 98.10%, 99.00% 93.84%, 97.67% 14.00%, 79.45% -0.80%);
}
.image-eritrice > p {
  left: 63.75390625px;
  top: 460.91015625px;
}
.image-korada {
  width: 414.996px;
  shape-outside: polygon(44.04% 0.84%, 29.34% 18.24%, 25.97% 35.41%, 11.03% 43.07%, -0.30% 66.27%, 1.63% 78.57%, 28.38% 94.58%, 66.45% 95.27%, 94.88% 81.35%, 99.22% 69.29%, 99.46% 55.13%, 94.40% 1.07%);
}
.image-korada > p {
  left: 142.7578125px;
  top: 331.62109375px;
}
.image-pzohc-lalaci {
  width: 454.992px;
  shape-outside: polygon(45.44% 0.16%, 40.82% 7.75%, 27.86% 19.03%, 25.44% 39.21%, 24.78% 77.82%, -1.59% 91.70%, 0.60% 99.08%, 94.67% 97.99%, 98.63% 91.27%, 94.01% 23.15%, 89.18% 6.23%, 78.41% -0.49%);
}
.image-pzohc-lalaci > p {
  left: 239.75px;
  top: 359.73828125px;
}
.image-pulara {
  width: 379.992px;
  shape-outside: polygon(96.64% 1.04%, 97.70% 33.38%, 81.38% 45.20%, 69.80% 70.46%, 62.96% 83.99%, 62.70% 99.28%, 15.59% 98.58%, 1.64% 72.74%, 1.38% 26.35%, 23.22% 12.99%, 39.54% 0.86%);
}
.image-pulara > p {
  left: 121.25px;
  top: 427.91015625px;
}
.image-pzohc-valani {
  width: 304.992px;
  shape-outside: polygon(94.67% 0.65%, 97.30% 48.56%, 97.62% 60.29%, 86.48% 67.49%, 82.87% 82.56%, 78.93% 89.22%, 96.31% 95.76%, 91.39% 98.27%, 15.66% 99.78%, 0.57% 99.61%, -0.41% 16.23%, 21.56% 0.32%);
}
.image-pzohc-valani > p {
  left: 66.75px;
  top: 434.66015625px;
}
.image-zohls {
  width: 300px;
  shape-outside: polygon(29.75% 0.14%, 20.42% 11.03%, 17.08% 24.83%, 1.75% 28.36%, 1.42% 43.70%, 6.75% 50.45%, 13.08% 75.91%, 20.75% 101.98%, 83.42% 97.69%, 94.08% 84.34%, 99.08% 59.04%, 99.08% 24.53%, 78.08% 0.60%);
}
.image-zohls > p {
  left: 108.25390625px;
  top: 529.91015625px;
}
.image-pzohc-esoteric-order-follower {
  width: 289.992px;
  shape-outside: polygon(43.53% 0.32%, 28.36% 8.93%, 22.16% 19.36%, 0.09% 21.01%, 1.12% 29.12%, 13.53% 44.85%, 18.71% 52.80%, 4.91% 85.75%, 6.64% 98.99%, 99.40% 98.66%, 98.71% 40.38%, 70.78% 0.32%);
}
.image-pzohc-bergelmir {
  width: 369.996px;
  shape-outside: polygon(24.93% 0.14%, 4.93% 9.30%, 3.58% 24.51%, 13.85% 37.18%, 31.69% 62.33%, 31.42% 92.54%, 36.29% 100.92%, 98.72% 99.36%, 100.34% 0.53%);
}
.image-pzohc-bergelmir > p {
  left: 155.2578125px;
  top: 438.73046875px;
}
.image-pzohc-yrmidar {
  width: 345px;
  shape-outside: polygon(41.67% 0.67%, 10.65% 11.40%, 1.96% 19.41%, -2.39% 35.59%, 8.62% 68.64%, 17.61% 100.62%, 69.20% 99.94%, 94.13% 92.45%, 100.80% 44.58%, 75.58% 0.33%);
}
.image-pzohc-yrmidar > p {
  left: 117.75390625px;
  top: 446.66015625px;
}
.image-pzohc-zarongel {
  width: 324.996px;
  shape-outside: polygon(7.31% 1.11%, 6.39% 31.83%, 5.16% 54.69%, -0.07% 58.39%, -0.07% 87.02%, 9.16% 98.11%, 41.46% 97.88%, 96.54% 90.26%, 96.85% -0.04%);
}
.image-pzohc-zarongel > p {
  left: 75.7578125px;
  top: 340.81640625px;
}
.image-pzohc-teki-strong {
  width: 375px;
  shape-outside: polygon(75.13% 2.12%, 76.47% 36.05%, 81.27% 50.08%, 96.73% 65.69%, 96.47% 98.95%, 5.53% 96.69%, 0.47% 15.69%, 3.67% 0.31%);
}
.image-pzohc-teki-strong > p {
  left: 77.75390625px;
  top: 328.3515625px;
}
.image-furcas {
  width: 429.996px;
  shape-outside: polygon(53.55% 1.09%, 54.01% 42.11%, 68.66% 53.33%, 85.87% 58.84%, 91.92% 58.64%, 93.08% 78.44%, 98.20% 82.72%, 98.20% 87.21%, 89.13% 94.97%, 54.71% 98.84%, 1.46% 99.87%, 0.06% 85.99%, 0.76% 0.48%);
}
.image-furcas > p {
  left: 112.2578125px;
  top: 410.33984375px;
}
.image-pzo-barzahk {
  width: 369.996px;
  shape-outside: polygon(7.91% 2.46%, 5.48% 22.30%, 3.31% 38.97%, -3.71% 50.61%, 8.99% 89.50%, 17.64% 99.29%, 99.53% 102.99%, 97.91% 32.89%, 67.37% -7.06%);
}
.image-pzo-barzahk > p {
  left: 184.2578125px;
  top: 302.3125px;
}
.image-mother-vulture {
  width: 390px;
  shape-outside: polygon(23.40% 1.45%, 8.53% 25.05%, -0.19% 45.99%, 0.32% 57.49%, 3.14% 95.55%, 12.89% 97.61%, 74.94% 104.69%, 106.73% 82.86%, 99.04% -5.04%);
}
.image-mother-vulture > p {
  left: 138.25390625px;
  top: 250.90625px;
}
.image-pzohc-jerishall {
  width: 369.996px;
  shape-outside: polygon(95.20% 0.45%, 94.66% 18.37%, 71.15% 22.74%, 69.26% 40.87%, 80.88% 50.45%, 98.18% 51.08%, 96.29% 75.87%, 70.61% 95.24%, 53.04% 102.53%, 0.61% 96.91%, 0.61% 51.91%, 1.69% 1.08%);
}
.image-pzohc-jerishall > p {
  left: 67.2578125px;
  top: 392.16015625px;
}
.image-pzohc-mahja-firehair {
  width: 394.992px;
  shape-outside: polygon(0.19% 1.06%, -0.06% 17.40%, 14.37% 35.89%, 10.82% 59.23%, 31.08% 63.72%, 31.58% 97.11%, 59.43% 102.14%, 94.37% 91.19%, 105.51% 4.11%);
}
.image-pzohc-mahja-firehair > p {
  left: 136.75px;
  top: 461.91015625px;
}
.image-pzohc-varg {
  width: 369.996px;
  shape-outside: polygon(42.50% 0.04%, 40.88% 12.86%, 7.10% 26.75%, 0.61% 31.66%, 0.61% 53.03%, 14.39% 63.93%, 8.99% 95.55%, 18.45% 98.75%, 62.77% 101.96%, 94.66% 97.90%, 103.31% 18.20%, 72.23% -2.31%);
}
.image-pzohc-varg > p {
  left: 140.2578125px;
  top: 356.171875px;
}
.image-hastur {
  width: 369.996px;
  shape-outside: polygon(1.15% 0.82%, 0.88% 37.55%, 10.88% 52.04%, 20.07% 60.21%, 27.37% 83.88%, 34.93% 96.12%, 60.34% 101.84%, 93.04% 97.55%, 104.39% 8.17%, 82.77% -5.92%);
}
.image-hastur > p {
  left: 154.2578125px;
  top: 398.01171875px;
}
.image-pzo-mhar {
  width: 349.992px;
  shape-outside: polygon(95.21% 0.46%, 93.79% 26.66%, 80.93% 36.27%, 81.50% 66.18%, 90.64% 72.73%, 94.36% 91.51%, 92.07% 98.28%, 81.21% 105.92%, 2.64% 94.57%, -0.21% 82.99%, 1.21% 52.43%, 18.07% 1.12%);
}
.image-pzo-mhar > p {
  left: 45.25px;
  top: 370.109375px;
}
.image-rhantegoth {
  width: 414.996px;
  shape-outside: polygon(49.34% 1.79%, 32.95% 16.12%, 13.92% 25.24%, 11.99% 47.39%, 0.66% 73.77%, -0.06% 92.99%, 50.79% 95.92%, 69.58% 98.86%, 103.56% 83.55%, 93.92% 1.14%);
}
.image-rhantegoth > p {
  left: 103.7578125px;
  top: 213.48828125px;
}
.image-pzohc-aonaurios {
  width: 324.996px;
  shape-outside: polygon(0.84% 0.34%, 0.54% 11.58%, 9.15% 30.40%, 11.00% 74.78%, 10.08% 92.20%, 74.08% 98.38%, 98.69% 98.94%, 99.62% 54.56%, 97.77% 11.86%, 57.77% -3.03%);
}
.image-pzohc-aonaurios > p {
  left: 129.74609375px;
  top: 259.2265625px;
}
.image-pzohc-charg {
  width: 349.992px;
  shape-outside: polygon(41.50% 1.17%, 18.64% 10.38%, 14.64% 22.37%, 0.36% 23.44%, 2.07% 50.00%, 12.07% 84.26%, 25.50% 91.11%, 42.36% 94.11%, 47.79% 99.03%, 55.79% 99.03%, 92.07% 80.40%, 98.64% 59.85%, 99.50% 33.08%, 95.79% 1.17%);
}
.image-pzohc-charg > p {
  left: 126.25px;
  top: 357.48046875px;
}
.image-pzohc-zipacna {
  width: 375px;
  shape-outside: polygon(11.40% 0.34%, 5.53% 13.46%, 10.07% 37.58%, -1.40% 49.05%, 2.07% 73.18%, 24.20% 92.85%, 51.40% 101.28%, 94.07% 78.80%, 107.67% 37.58%, 75.67% -1.06%);
}
.image-pzohc-zipacna > p {
  left: 125.75390625px;
  top: 279.46484375px;
}
.image-pzohc-kaiga {
  width: 300px;
  shape-outside: polygon(25.75% 0.06%, 11.42% 10.06%, 9.42% 21.33%, 0.08% 36.86%, 0.08% 49.63%, 5.42% 76.44%, 3.42% 97.72%, 20.42% 106.44%, 96.08% 95.16%, 110.08% 52.18%, 80.75% 5.16%, 67.08% 0.91%);
}
.image-pzohc-kaiga > p {
  left: 84.25390625px;
  top: 373.26171875px;
}
.image-pzohc-stag-mother {
  width: 364.992px;
  shape-outside: polygon(98.29% 0.53%, 96.64% 40.02%, 71.44% 42.19%, 71.16% 75.89%, 81.30% 77.52%, 99.11% 81.14%, 100.48% 96.22%, 64.86% 96.77%, 1.03% 98.99%, 1.85% -7.53%);
}
.image-pzohc-stag-mother > p {
  left: 117.75px;
  top: 449.41015625px;
}
.image-pzohc-oloch {
  width: 414.996px;
  shape-outside: polygon(0.18% 0.31%, 0.42% 17.07%, 37.05% 65.40%, 40.66% 81.88%, 36.33% 97.80%, 44.52% 103.38%, 107.41% 102.83%, 104.04% -5.00%);
}
.image-pzohc-oloch > p {
  left: 219.7578125px;
  top: 267.1171875px;
}
.image-pzohc-battle-harbinger {
  width: 350px;
  shape-outside: polygon(37.24% 0.17%, 27.81% 12.08%, 5.52% 16.39%, 0.38% 21.94%, -1.05% 59.72%, 19.81% 73.89%, 14.67% 98.53%, 26.67% 102.43%, 99.81% 95.86%, 104.67% 47.19%, 96.67% 0.38%);
}
.image-pzohc-battle-harbinger > p {
  left: 157.33331298828125px;
  top: 353.83331298828125px;
}
.image-pzo-prc-martial {
  width: 350px;
  shape-outside: polygon(99.24% 0.91%, 99.52% 25.91%, 83.81% 42.44%, 73.24% 55.54%, 79.81% 90.15%, 36.67% 90.96%, 36.38% 107.29%, 0.38% 99.70%, 0.67% 0.30%);
}
.image-pzohc-mortal-herald- {
  width: 280px;
  shape-outside: polygon(42.62% 0.24%, 36.55% 14.34%, 35.83% 26.21%, 19.76% 36.41%, 6.90% 41.61%, -7.02% 65.17%, 10.12% 75.19%, 32.98% 83.35%, 33.69% 87.43%, 45.12% 92.57%, 46.55% 98.32%, 55.48% 99.25%, 104.40% 98.32%, 100.83% -2.55%);
}
.image-pzohc-mortal-herald- > p {
  left: 102.33331298828125px;
  top: 395.27081298828125px;
}
.image-monk-blatt {
  width: 275px;
  shape-outside: polygon(94.85% 10.70%, 87.21% 22.06%, 86.12% 33.76%, 86.85% 65.34%, 97.39% 75.61%, 100.30% 100.76%, -2.24% 105.69%, 0.67% 1.18%, 95.21% 0.17%);
}
.image-monk-blatt > p {
  left: 4.83331298828125px;
  top: 304.6979064941406px;
}
.image-pzohc-mh-norgorber {
  width: 645px;
  shape-outside: polygon(0.28% 0.44%, -0.03% 98.92%, 99.82% 99.57%, 99.82% 0.00%);
}
.image-pzohc-mh-norgorber > p {
  left: 293.8333282470703px;
  top: 301.02081298828125px;
}
.image-paladingorg {
  width: 360px;
  shape-outside: polygon(61.76% -0.18%, 99.54% 0.47%, 99.26% 99.50%, 0.93% 99.17%, 0.93% 0.47%);
}
.image-paladingorg > p {
  left: 36.33331298828125px;
  top: 228.4478759765625px;
}
.image-pzohc-mhgozreh {
  width: 340px;
  shape-outside: polygon(47.75% -0.09%, 39.80% 17.93%, 5.69% 29.94%, 0.10% 77.39%, 7.16% 95.10%, 18.33% 102.91%, 99.51% 98.41%, 104.22% -0.09%);
}
.image-pzohc-mhgozreh > p {
  left: 170.33331298828125px;
  top: 215.6978759765625px;
}
.image-pzohc-blight-oracle {
  width: 330px;
  shape-outside: polygon(36.16% 0.21%, 25.56% 11.41%, 24.65% 46.67%, 5.86% 65.78%, 0.10% 68.74%, 0.10% 84.34%, 14.34% 92.91%, 44.34% 96.04%, 57.07% 100.98%, 93.43% 93.40%, 104.04% 28.98%, 98.59% 0.21%);
}
.image-pzohc-blight-oracle > p {
  left: 50.33331298828125px;
  top: 481.9375px;
}
.image-pzo-time-oracle {
  width: 405px;
  shape-outside: polygon(58.48% 1.52%, 69.09% 19.28%, 77.49% 34.58%, 79.71% 54.79%, 82.92% 69.69%, 98.23% 73.77%, 96.50% 88.46%, 69.09% 92.13%, 68.60% 99.55%, 25.88% 97.71%, 8.11% 75.54%, -2.02% 25.26%, 10.33% 6.08%, 41.19% 1.18%);
}
.image-pzo-time-oracle > p {
  left: 62.83331298828125px;
  top: 349.45831298828125px;
}
.image-pzohc-shardra {
  width: 385px;
  shape-outside: polygon(33.46% 0.72%, 23.85% 14.49%, 16.84% 20.55%, -3.16% 33.78%, 2.03% 82.81%, 19.18% 91.08%, 23.07% 103.20%, 96.58% 99.06%, 104.37% 51.13%, 82.03% -3.69%);
}
.image-pzohc-shardra > p {
  left: 78.83331298828125px;
  top: 258.6041564941406px;
}
.image-animated-bureau {
  width: 335px;
  shape-outside: polygon(23.23% 5.33%, 6.82% 24.11%, 7.11% 83.11%, 25.62% 100.35%, 96.97% 98.05%, 97.86% -1.18%);
}
.image-animated-bureau > p {
  left: 29.83331298828125px;
  top: 133.9166259765625px;
}
.image-pzohc-divine-witch {
  width: 320px;
  shape-outside: polygon(34.79% 1.38%, 20.73% 16.18%, 1.98% 19.98%, 1.67% 29.46%, 24.48% 41.99%, 23.54% 69.12%, 23.85% 91.83%, 14.17% 103.02%, 107.60% 102.08%, 100.10% -2.79%);
}
.image-pzohc-divine-witch > p {
  left: 136.33331298828125px;
  top: 416.27081298828125px;
}
.image-pzo-pact-witch {
  width: 345px;
  shape-outside: polygon(98.50% 0.24%, 98.50% 29.31%, 81.69% 29.50%, 81.69% 39.25%, 70.97% 39.63%, 72.13% 83.99%, 93.86% 98.97%, 1.40% 99.54%, 1.11% 1.07%);
}
.image-pzo-pact-witch > p {
  left: 18.83331298828125px;
  top: 401.27081298828125px;
}
.image-mosquito-witch-celebrant {
  width: 245px;
  shape-outside: polygon(20.75% 2.84%, 14.63% 8.60%, 16.26% 41.41%, 0.75% 53.45%, 0.75% 59.73%, 18.30% 61.83%, 19.93% 86.78%, 4.42% 92.66%, 8.10% 98.42%, 104.83% 99.06%, 98.71% 5.17%, 56.67% 0.05%);
}
.image-mosquito-witch-celebrant > p {
  left: 54.83331298828125px;
  top: 426.9375px;
}
