                                 :root {
  --readaloud-color: #7e1716;
}

:root {

  --pf-sog-black: #221e1f;
  --pf-sog-off-white: rgb(248, 247, 240);
  --pf-sog-dark-teal: #0f4146;
  --pf-sog-grey: #58595b;
  --pf-sog-blue-grey: #bec5c9;
  
  --pf-sot-red-brown: #7B3616;
  --pf-sot-med-green: #3C6B36;
  
    --readaloud-color: var(--pf-sog-dark-teal);

  --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));
}

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

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

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

@font-face {
  font-family: "A Jenson Pro";
  src: url("https://content.demiplane.com/fonts/AJensonPro-Bold.otf");
  font-weight: bold;
}

@font-face {
  font-family: "Sabon LT Std";
  src: url("https://content.demiplane.com/fonts/SabonLTStd+Roman.otf");
}

@font-face {
  font-family: "Bergell";
  src: url("https://content.demiplane.com/fonts/Bergell+Std+Regular.otf");
}

@font-face {
  font-family: "20000 Dollar Bail";
  src: url("https://content.demiplane.com/fonts/20.000DOLLARBAIL.TTF");
}

@font-face {
  font-family: "Attac Regular";
  src: url("https://content.demiplane.com/fonts/Attac+Regular.ttf");
}


.map-return-icon {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/season-of-ghosts-players-guide/css/MapReturn.png);
    margin-bottom: -3px;
    width: 25px;
    height: 21px;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 75%;
}

.bg-subchoice {
    padding-left: 1.\35 em;
}

.book-styled-block {
  padding-top: var(--font-size-3);
  padding-bottom: var(--font-size-small-3);
  margin-top: var(--font-size-1);
  margin-left: var(--font-size-1);
  margin-bottom: var(--font-size-1);
  margin-right: var(--font-size-1);
  padding-left: var(--font-size-1);
  padding-right: var(--font-size-1);
  /*margin-bottom: calc(var(--font-size-7) * -1);*/
  color: black;
  /*background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/SoT+Scroll+colomn+width.png");*/
  background-color: #eedebb;
  background-position: bottom;
  border: 2px solid #82664f;
}

/*.book-styled-block > * {
    padding-left: calc(var(--font-size-8) *2);
    padding-right: calc(var(--font-size-8) *2);
    padding-bottom: calc(var(--font-size-7) *2);
}*/



.book-styled-block p {
  font-family: Good OT;
  color: var(--pf-sot-red-brown);
}

.book-styled-block p strong {
  color: var(--pf-sot-red-brown);
}

.book-styled-block h5 {
  text-align: left;
  color: var(--pf-sot-red-brown);
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  padding-bottom: var(--font-size-small-1);
}

.split-header {
  font-size: var(--font-size-2);
}

.main-holder > .split-header {
  font-size: var(--font-size-2);
  font-weight: normal;
  color: var(--pf-sog-grey);
  font-family: Good OT;
  font-weight: bold;
  border-bottom: 0px;
}

#NewClassOptions {
  display: none;
}

.main-holder > h1 {
  font-family: "20000 Dollar Bail";
  font-weight: Bold;
  color: var(--pf-sot-red-brown);
  font-size: var(--font-size-8);
  text-transform: capitalize;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  z-index: 2000;
  margin-top: -16px;
  margin-bottom: var(--font-size-3);
  padding-top: var(--font-size-4);
  padding-bottom: var(--font-size-3);
  padding-left: var(--font-size-1);
  padding-right: var(--font-size-1);
  position: relative;
  aspect-ratio: 2360/786;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/SoT-flat-full-page-graphic-comp.jpg");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
}

h1 > span {
  font-size: var(--font-size-5);
}

.main-holder > h2 {
  font-family: "Attac Regular";
  font-weight: bold;
  color: var(--pf-sot-red-brown);
  text-transform: none;
  font-size: var(--font-size-4);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-small-1);

}

.main-holder > h2.chapter-title {
    font-family: Good OT;
    text-align: left;
      font-size: var(--font-size-3);
}

.main-holder > h3 {
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  color: var(--pf-sot-med-green);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-small-1);
}

.main-holder > h3.level-header {
  color: var(--roe-peach);
}

.main-holder > h4 {
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  text-transform: none;
  color: var(--pf-sog-grey);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-small-1);
}

.main-holder > h5 {
  font-family: Good OT;
  font-weight: bold;
  font-size: var(--font-size-2);
  margin-top: var(--font-size-5);
  margin-bottom: var(--font-size-1);
  color: var(--pf-sog-grey);
}

.main-holder > .chapter-title {
  font-family: Good OT;
}

.adv-track {
  margin-bottom: var(--font-size-1);
  text-align: center;
  position: relative;
  margin-top: var(--font-size-6);
  padding: 5% 5%;
background-image: url('https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/sot-adv-background.png');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  color: var(--pf-sog-black);
  aspect-ratio: 800/574;
}

.adv-track h4 {
  font-family: Good OT;
  font-weight: bold;
  text-transform: none;
  font-variant: small-caps;
  color: var(--pf-sot-red-brown);
  font-size: 200%;
  padding-top: 4%;
  padding-bottom: 0px;
}

.adv-track .sub-title {
    margin-bottom: 0px;
}

.adv-track p {
  margin-top: 1%;
  font-family: Sabon LT Std;
}

.adv-track table {
  background-color: transparent;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Nunito;
}

.main-holder .adv-track table td {
    padding: 0px;
}

.main-holder .adv-track tr > td {
  text-align: left;
  padding-bottom: 2%;
  font-family: Sabon LT Std;
}

.main-holder .adv-track tr > td:nth-of-type(2) {
    padding-top: 3%;
  padding-left: 4%;
  font-size: 100%;
}

.main-holder .adv-track .adv-level {
  text-align: center;
  font-family: "Attac Regular";
  font-weight: bold;
  font-size: 400%;
  color: var(--pf-sot-red-brown);
  line-height: 100%;
}

.main-holder > ul {
  font-size: var(--font-size-1);
}

.standard-table {
  font-family: Good OT;
  margin-top: var(--font-size-1);
  margin-bottom: var(--font-size-1);
}

.main-holder .sidebar {
  padding-top: var(--font-size-4);
  padding-bottom: var(--font-size-1);
  padding-left: var(--font-size-5);
  padding-right: var(--font-size-5);
  margin-bottom: var(--font-size-2);

  background-color: var(--pf-sog-off-white);
  border-radius: 0;
}

.main-holder .sidebar > * {
  font-family: GoodOT;
  color: var(--pf-sog-dark-teal);
}

.main-holder .sidebar > h5 {
  color: var(--pf-sog-dark-teal);
  font-size: var(--font-size-2);
  font-weight: bold;
  text-align: center;
  margin-top: 0px;
  margin-bottom: var(--font-size-small-3);
}

.main-holder .sidebar li {
  font-size: var(--font-size-1);
}

.main-holder .sidebar.blue {
  background-color: var(--roe-slate);
}

.main-holder .sidebar.blue > * {
  color: white;
}

.main-holder .sidebar.blue .split-header {
  border: none;
  font-family: Gin;
  font-weight: normal;
  padding-bottom: var(--font-size-small-1);
}

.main-holder .readaloud-block {
  padding-top: var(--font-size-1);
  margin-top: var(--font-size-2);
  margin-bottom: var(--font-size-2);
  /*overflow: visible;*/
}

.main-holder .readaloud-block p {
  font-family: Good OT;
  font-size: var(--font-size-1);
  color: var(--pf-sog-dark-teal);
}

.centered-block {
  background-color: var(--gw-pink);
  padding: var(--font-size-1) var(--font-size-5) var(--font-size-1)
    var(--font-size-5);
  margin-top: var(--font-size-1);
  margin-bottom: var(--font-size-3);
  color: var(--gw-blue);
}

.centered-block p {
  font-family: Good OT;
  font-size: var(--font-size-1);
}

.centered-block p strong {
  color: var(--gw-blue);
}

.centered-block h5 {
  text-align: center;
  font-family: Good OT;
  font-weight: bold;
  color: var(--gw-blue);
  font-size: var(--font-size-2);
}

.main-holder .header-body {
  background-color: var(--roe-apricot);
  padding-left: var(--font-size-small-1);
  padding-right: var(--font-size-small-1);
  padding-bottom: var(--font-size-3);
  margin-top: 0px;
  margin-bottom: var(--font-size-4);
  color: black;
  position: relative;
}

.main-holder .header-body:after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 0px;
  width: 100%;
  height: 32px;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/rage-of-elements/css/roe-header-border-image-bottom.png");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-holder .header-body p {
  margin-top: 0px;
}

.trait-holder {
  overflow: visible;
}

.overflow-hidden {
  overflow: hidden;
}

.display-flow-root {
  display: flow-root;
}

.trait-holder > p {
  margin-top: var(--font-size-1);
}

.main-holder .tags {
  margin-bottom: var(--font-size-small-3);
}


p {
  font-family: Nunito;
  font-size: var(--font-size-1);
  line-height: var(--font-size-2);
  margin-top: 0px;
  padding: 0px;
  margin-bottom: var(--font-size-1);
}

p strong {
  font-family: Good Ot;
}

.image-so {
  shape-margin: 8px;
  margin: 0px;
  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;
}

.image-so:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  font-family: Benguiat Std;
  font-size: 14px;
  padding: 2px 8px 0px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--sf-green);
  background-color: var(--sf-subtitle-background);
  border: 2px solid var(--sf-subtitle-border);
  border-radius: 2px;
  z-index: 1001;
}

.image-so > p {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  font-family: 'Attac Regular';
  font-weight: bold;
  font-size: var(--font-size-small-1);
  padding: 2px 8px 8px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-sot-red-brown);
  background-image: url("https:///content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-kindled-magic/css/Subtitle.jpg");
  background-size: auto 100%;
  background-position: 50%;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
  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;
    display: block;
    margin: 0 auto;
  }

  .force-image-right {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .image-with-subtitle-right {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .book-image-left {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .force-image-left {
    float: none;
    display: block;
    margin: 0 auto;
  }

  .image-with-subtitle-left {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 700px) {
  :root {
    --base-font: 16px;
  }
}

@media only screen and (max-width: 600px) {
  :root {
    --base-font: 14px;
  }
}

.sot-lore-block {
    border: none !important;
    background-color: #ecdcb8;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center bottom;
    padding: 160px 0 0 0 !important;
    margin-bottom: 20px;
    min-height: 1100px;
    max-height: 1100px;
}

.sot-lore-ch1 {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-doorway-to-the-red-star/oDucRJ8hQBwueGUP/00-01-PZO90173+Chapter+1+Opener.jpg) !important;
}

.sot-lore-ch2 {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-doorway-to-the-red-star/oDucRJ8hQBwueGUP/00-17-PZO90173+Chapter+2+Opener.jpg) !important;
    padding: 40px 0 0 0 !important;
}

.sot-lore-ch3 {
    background-image: url(https://content.demiplane.com/compendium/pathfinder-2e/strength-of-thousands-doorway-to-the-red-star/oDucRJ8hQBwueGUP/00-26-PZO90173+Chapter+3+Opener.jpg);
    padding: 130px 30px 0 20px !important;
}

.sot-lore-content {
    max-height: 380px;
    overflow-y: scroll;
}

.sot-lore-content p {
    padding: 0 6em 0 6em;
    font-family: 'Bradley Hand';
    color: #7B3616;
}

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

.sot-lore-content p {
    padding: 0 3em 0 3em;
    font-family: 'Bradley Hand';
    color: #7B3616;
}

        .sot-lore-ch3 {
        padding: 83px 40px 0 40px !important;
    }

        .sot-lore-ch2 {
        padding: 25px 0 0 0 !important;
    }
    
     .sot-lore-ch1 {
        padding: 83px 0 0 0 !important;
    }

    .sot-lore-block {
        min-height: 800px;
        padding: 83px 0 0 0;
    }
    
        .sot-lore-content {
      max-height: 300px !important;
    }

}

@media only screen and (max-width: 500px) {
    
        .sot-lore-ch2 {
        padding: 20px 0 0 0 !important;
    }
    
            .sot-lore-ch3 {
        padding: 53px 30px 0 30px !important;
    }
    
        .sot-lore-block {
        min-height: 700px;
        padding: 90px 0 0 0;
        }
    
    .sot-lore-content {
      max-height: 250px !important;
    }

}

.sot-npc {
    font-size: var(--font-size-2);
    text-align: center;
    color: var(--pf-sot-red-brown);
    font-weight: bold;
    font-family: "20000 Dollar Bail";
    padding: 10px;
    border-top: 2px solid var(--pf-sot-red-brown);
     border-bottom: 2px solid var(--pf-sot-red-brown);
}
/*Image Wizard Styles*/
.image-pzo-teacher-ahassunu {
  width: 424.992px;
  shape-outside: polygon(56.35% 0.73%, 63.65% 7.26%, 63.41% 15.92%, 67.65% 23.34%, 72.82% 35.53%, 71.65% 41.36%, 81.06% 49.14%, 93.29% 60.62%, 98.24% 68.75%, 100.82% 76.35%, 98.00% 91.72%, 93.29% 97.19%, 81.53% 100.37%, 35.65% 100.37%, 8.82% 98.61%, 1.76% 95.07%, 0.12% 82.35%, 2.94% 74.76%, 14.24% 72.11%, 19.65% 65.57%, 14.94% 59.38%, 12.12% 46.13%, 8.59% 27.23%, 17.76% 14.69%, 28.82% 3.82%, 37.76% -1.22%);
}

.image-pzo-teacher-ahassunu > p {
  left: 88.5px;
  top: 323.1171875px;
}
.image-pzo-raidokan {
  width: 439.992px;
  shape-outside: polygon(29.09% 1.38%, 27.50% 8.97%, 26.36% 17.19%, 27.27% 26.63%, 32.27% 33.82%, 32.95% 42.24%, 26.36% 52.30%, 22.95% 62.98%, 15.23% 67.70%, 6.36% 68.52%, 0.91% 72.42%, 0.23% 80.84%, 1.14% 91.73%, 11.82% 98.30%, 29.77% 100.15%, 71.82% 100.56%, 95.00% 98.91%, 100.91% 88.44%, 97.50% 76.33%, 91.82% 66.88%, 96.36% 53.94%, 100.91% 42.86%, 97.95% 24.99%, 90.68% 20.06%, 83.41% 7.33%, 71.59% 3.23%, 61.82% 1.99%, 54.55% -0.06%, 43.64% 0.76%);
}
.image-pzo-raidokan > p {
  left: 266px;
  top: 388.70703125px;
}
.image-pzo-untested-airship {
  width: 450px;
  shape-outside: polygon(64.45% 1.78%, 55.11% 11.46%, 43.33% 12.52%, 37.33% 14.81%, 32.67% 24.49%, 25.56% 30.65%, 22.22% 40.87%, 21.33% 49.32%, 18.22% 56.89%, 9.56% 63.22%, 2.45% 71.15%, 1.11% 83.82%, 8.89% 89.81%, 30.45% 99.01%, 57.78% 99.14%, 90.89% 97.73%, 103.78% 89.81%, 98.45% 66.92%, 90.22% 50.72%, 89.78% 33.47%, 89.78% 17.10%, 86.45% 5.30%, 75.78% 0.55%, 68.45% 0.72%);
}
.image-pzo-untested-airship > p {
  left: 225.00390625px;
  top: 422.1171875px;
}
.image-pzo-traviner-aknima {
  width: 289.992px;
  shape-outside: polygon(0.34% 13.44%, 2.07% 30.94%, 9.66% 45.12%, 16.90% 61.20%, 8.97% 74.20%, -2.41% 92.16%, 2.07% 99.02%, 37.24% 99.02%, 52.76% 99.73%, 70.35% 99.26%, 94.83% 92.40%, 105.86% 84.60%, 95.52% 78.69%, 87.93% 73.25%, 81.38% 55.52%, 81.73% 40.39%, 88.97% 23.84%, 82.42% 9.89%, 55.52% -0.98%, 30.35% -0.03%, 10.00% 5.17%);
}
.image-pzo-traviner-aknima > p {
  left: 103px;
  top: 362.85546875px;
}
.image-pzovisionofsorshenchrisfinal {
  width: 495px;
  shape-outside: polygon(45.56% 0.34%, 51.62% 6.35%, 57.68% 7.00%, 63.94% 5.54%, 68.38% 7.16%, 69.19% 13.17%, 68.18% 20.15%, 67.98% 27.94%, 65.76% 34.27%, 62.73% 38.82%, 66.57% 45.64%, 71.41% 48.72%, 78.49% 48.07%, 84.95% 50.51%, 91.62% 52.94%, 98.69% 55.86%, 100.91% 63.17%, 99.09% 72.26%, 97.68% 81.35%, 90.81% 84.31%, 82.73% 87.72%, 79.70% 94.54%, 71.62% 96.33%, 51.21% 102.01%, 38.08% 99.09%, 26.36% 86.75%, 14.04% 73.44%, 5.35% 59.31%, 6.16% 37.72%, -0.30% 25.02%, 1.31% 11.22%, 12.83% 4.24%, 31.62% 1.80%);
}
.image-pzovisionofsorshenchrisfinal > p {
  left: 140.50390625px;
  top: 408.1171875px;
}
.image-pzo-warderchief-mpondo {
  width: 384.996px;
  shape-outside: polygon(1.69% 2.94%, 26.37% 27.68%, 21.95% 36.10%, 20.91% 48.99%, 23.25% 57.92%, 26.37% 62.39%, 25.59% 68.75%, 30.26% 75.28%, 26.11% 80.60%, 28.70% 83.35%, 52.08% 84.47%, 64.29% 91.51%, 72.34% 98.73%, 83.25% 99.76%, 90.00% 98.56%, 87.14% 91.00%, 90.00% 80.35%, 92.34% 68.15%, 80.39% 32.75%, 98.05% 17.20%, 99.09% 12.05%, 88.18% 13.59%, 73.38% 20.30%, 56.50% 17.03%, 46.37% 10.16%, 35.20% 9.13%, 28.70% 11.70%, -1.69% -3.93%);
}
.image-pzo-hungry-vrykolakas {
  width: 369.996px;
  shape-outside: polygon(0.81% 3.82%, -0.00% 30.50%, 1.35% 55.22%, 12.70% 70.11%, 17.03% 83.87%, 38.92% 93.14%, 60.54% 97.92%, 82.70% 104.66%, 91.62% 98.48%, 96.76% 81.06%, 98.38% 58.03%, 99.46% 46.51%, 97.57% 34.15%, 94.59% 18.70%, 88.65% 11.40%, 70.54% 1.29%, 47.84% 1.29%, 34.32% 4.38%, 17.84% 1.01%, 4.05% 1.01%);
}
.image-pzo-hungry-vrykolakas > p {
  left: 78.99609375px;
  top: 256.5859375px;
}
.image-pzo-an-end-to-rumors {
  width: 435px;
  shape-outside: polygon(12.76% 12.11%, 4.02% 34.20%, 7.01% 57.53%, 20.35% 80.03%, 28.62% 84.61%, 30.69% 96.49%, 39.43% 99.41%, 61.04% 99.20%, 75.06% 97.74%, 84.48% 92.74%, 91.15% 85.86%, 95.29% 73.36%, 95.29% 57.53%, 97.59% 39.82%, 98.28% 23.57%, 84.71% 5.86%, 45.86% 2.53%, 25.17% 5.66%);
}
.image-pzo-an-end-to-rumors > p {
  left: 270.50390625px;
  top: 354.14453125px;
}
.image-pzo-tantakneh {
  width: 360px;
  shape-outside: polygon(17.50% 5.23%, 10.56% 17.50%, 5.28% 30.56%, 3.06% 41.79%, 6.67% 56.41%, 11.39% 66.07%, 4.17% 75.99%, 1.67% 82.26%, 8.61% 93.22%, 18.89% 99.49%, 51.67% 99.23%, 69.45% 89.83%, 80.83% 88.78%, 87.50% 83.30%, 97.50% 70.51%, 99.45% 62.67%, 99.17% 52.49%, 86.95% 44.14%, 67.50% 33.17%, 70.28% 21.16%, 60.00% 10.45%, 50.83% 3.14%, 43.06% 0.27%, 34.45% 1.58%, 23.61% 1.58%);
}
.image-pzo-tantakneh > p {
  left: 192.00390625px;
  top: 307.0390625px;
}
.image-pzo-akitonian-skulltaker {
  width: 315px;
  shape-outside: polygon(0.48% 14.68%, -0.16% 31.00%, 0.48% 45.43%, 4.29% 59.45%, 10.64% 70.96%, 20.48% 80.37%, 28.10% 94.18%, 47.46% 98.36%, 65.24% 100.87%, 97.30% 100.66%, 100.16% 98.68%, 99.21% 36.12%, 97.30% 18.55%, 86.19% 13.74%, 84.92% 8.82%, 80.16% 2.13%, 65.24% 0.25%, 42.38% 0.04%, 33.18% 4.22%, 24.92% 10.08%, 11.59% 10.71%, 3.33% 10.91%);
}
.image-pzo-akitonian-skulltaker > p {
  left: 71.50390625px;
  top: 321.171875px;
}
.image-pzo-mandibles-of-fate {
  width: 519.996px;
  shape-outside: polygon(28.08% 2.84%, 27.11% 8.14%, 5.77% 48.46%, 5.58% 63.67%, 5.38% 77.95%, 10.77% 90.40%, 24.42% 94.54%, 43.46% 97.77%, 61.15% 98.92%, 83.27% 95.23%, 95.58% 87.17%, 96.54% 78.41%, 93.46% 64.36%, 96.54% 56.52%, 93.27% 43.16%, 81.15% 22.65%, 79.42% 6.52%, 72.50% 4.68%, 61.73% 1.92%, 56.73% 0.30%, 51.92% 2.38%, 34.61% 2.84%, 30.00% 0.76%);
}
.image-pzo-mandibles-of-fate > p {
  left: 187.99609375px;
  top: 351.31640625px;
}
.image-pzo-old-mage-jatembe {
  width: 469.992px;
  shape-outside: polygon(55.75% 0.91%, 60.85% 9.78%, 62.55% 19.31%, 72.34% 25.97%, 80.43% 38.38%, 86.17% 58.56%, 95.11% 67.87%, 96.38% 77.63%, 99.36% 86.72%, 97.87% 92.93%, 75.75% 96.48%, 62.13% 98.69%, 40.43% 98.47%, 23.62% 99.80%, 9.15% 96.92%, 0.21% 96.03%, 0.21% 84.28%, 6.17% 77.85%, 9.57% 67.21%, 17.02% 62.55%, 20.00% 39.71%, 30.43% 24.41%, 37.87% 6.68%, 43.62% -0.20%);
}
.image-pzo-old-mage-jatembe > p {
  left: 166px;
  top: 401.10546875px;
}
.image-pzo-formian-spirit {
  width: 384.996px;
  shape-outside: polygon(27.14% 2.24%, 20.13% 12.31%, 11.04% 14.87%, 6.10% 19.82%, 8.18% 27.49%, 2.73% 31.59%, 1.69% 36.54%, 5.32% 41.66%, 8.44% 46.78%, 4.80% 55.31%, 9.74% 63.16%, 12.08% 70.54%, 8.96% 77.88%, 3.77% 87.26%, 8.44% 95.46%, 22.21% 97.50%, 38.31% 98.87%, 69.48% 98.01%, 87.92% 95.97%, 97.27% 89.14%, 96.23% 80.95%, 92.86% 71.22%, 86.62% 58.94%, 87.40% 50.40%, 92.08% 44.60%, 87.40% 37.26%, 88.96% 29.58%, 91.30% 19.18%, 96.75% 13.84%, 95.19% 5.14%, 82.73% 3.43%, 70.26% 5.48%, 62.47% 0.87%, 46.88% 0.19%, 39.09% 1.39%, 32.60% 1.04%);
}
.image-pzo-formian-spirit > p {
  left: 103.49609375px;
  top: 534.3671875px;
}
.image-pzoikeshtibroodminderchrisfinal {
  width: 394.992px;
  shape-outside: polygon(46.46% 1.55%, 50.76% 7.51%, 52.53% 14.54%, 71.27% 17.30%, 83.42% 16.68%, 96.84% 16.53%, 97.85% 22.65%, 90.25% 30.45%, 82.91% 35.03%, 73.55% 40.69%, 78.10% 48.18%, 84.43% 50.32%, 83.67% 62.40%, 73.04% 72.42%, 65.95% 78.23%, 67.72% 87.56%, 66.20% 96.58%, 53.29% 99.33%, 38.36% 98.26%, 16.58% 93.29%, 1.14% 88.55%, 0.89% 80.29%, 1.14% 67.07%, -0.13% 55.75%, 1.14% 39.70%, 3.16% 28.46%, 12.28% 20.35%, 13.80% 9.65%, 20.89% 2.31%, 35.06% 0.63%);
}
.image-pzoikeshtibroodminderchrisfinal > p {
  left: 35.5px;
  top: 537.6171875px;
}
.image-pzo-grimoire-of-unknown-necessities {
  width: 354.996px;
  shape-outside: polygon(1.83% 29.98%, 30.00% 93.58%, 35.91% 98.36%, 48.59% 99.10%, 97.89% 85.86%, 99.01% 79.98%, 99.01% 58.66%, 58.45% 1.31%, 53.10% 0.20%, 2.67% 7.56%, 0.70% 12.70%);
}
.image-pzosandracerchrisfinal {
  width: 495px;
  shape-outside: polygon(49.19% 1.99%, 31.41% 19.49%, 25.76% 32.61%, 24.75% 45.74%, 22.12% 58.24%, 14.65% 66.68%, 9.80% 75.43%, 0.51% 83.55%, 3.33% 90.11%, 12.63% 95.74%, 19.50% 99.80%, 26.36% 96.05%, 37.48% 86.99%, 53.03% 77.61%, 62.73% 74.49%, 62.73% 84.18%, 68.59% 85.11%, 85.76% 74.80%, 94.45% 65.11%, 99.50% 42.93%, 98.89% 20.43%, 93.23% 4.18%, 80.30% 7.93%, 63.94% 3.86%, 55.66% 0.11%);
}
.image-pzocontemplative-of-ashok {
  width: 405px;
  shape-outside: polygon(22.35% 2.07%, 7.28% 9.92%, 1.36% 23.82%, 5.31% 41.76%, 13.46% 50.50%, 14.45% 59.47%, 17.66% 70.91%, 17.41% 81.22%, 11.98% 97.36%, 17.41% 99.16%, 24.08% 95.35%, 39.63% 87.05%, 44.08% 76.06%, 53.70% 71.13%, 58.40% 80.77%, 67.53% 89.29%, 86.30% 82.12%, 92.72% 73.15%, 92.96% 41.76%, 84.08% 22.25%, 77.90% 9.92%, 57.90% 0.95%, 40.12% 0.06%, 28.27% 0.73%);
}
.image-pzoformian-worker {
  width: 474.996px;
  shape-outside: polygon(30.00% 3.24%, 27.26% 8.71%, 21.37% 13.12%, 11.26% 17.74%, 8.53% 23.83%, 4.95% 36.86%, 0.31% 42.53%, 0.95% 49.67%, 9.79% 53.24%, 14.00% 58.50%, 19.68% 68.16%, 16.74% 76.98%, 19.26% 85.60%, 26.21% 85.18%, 36.74% 84.55%, 44.10% 89.38%, 47.47% 98.62%, 54.42% 99.46%, 59.89% 93.58%, 73.58% 79.93%, 89.16% 79.30%, 96.11% 78.66%, 98.00% 71.73%, 100.74% 60.18%, 92.53% 55.98%, 86.42% 48.83%, 78.21% 35.81%, 64.53% 24.46%, 71.68% 13.33%, 65.79% 2.19%, 51.26% -0.12%, 36.53% 0.93%);
}
