

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

.force-clear {
    clear: both !important;
}

   .satr-intro {
     background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-severed-at-the-root/css/Starter.jpg") !important;
background-size: cover;
  background-color: var(--pf-woww-tan);
  padding: 30px 0px 30px 0px;
  margin-bottom: 20px;
 }
 
  .satr-intro p {
     font-family: "Sabon";
     font-size: var(--font-size-2);
     color: var(--pf-woww-black);
     padding: 10px 30px 20px 30px;
 } 
 
 .satr-intro .satr-inpara:first-letter {
     font-family: "Columbus" !important;
     font-size: var(--font-size-7);
     float: left;
     margin: -8px 5px -10px 0px;
 }
 
 .satr-intro .satr-author {
     text-align: right;
     font-size: var(--font-size-2);
     margin-top: -50px;
     font-weight: bold;
 }

:root {

  --pf-woww-black: #221e1f;
  --pf-woww-off-white: rgb(248, 247, 240);
  --pf-woww-green: #175b37;
  --pf-woww-brown: #51382a;
  --pf-woww-midbrown: #5d4438;
  --pf-woww-grey: #59595a;
  --pf-woww-tan: #f9f2e0;
  
    --readaloud-color: var(--pf-woww-midbrown);

  --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-9: calc(var(--font-size-8) * 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: "Columbus";
  src: url("https://content.demiplane.com/fonts/Columbus.TTF")
    format("truetype");
}

@font-face {
  font-family: "A Jenson";
  src: url("https://content.demiplane.com/fonts/AJensonPro-Semibold.OTF")
    format("opentype");
}

.main-holder .book-styled-block {
      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-5);
  background-color: var(--pf-woww-tan);
  border-radius: 0;
  background-image: linear-gradient(rgba(249,242,224,0.7), rgba(249,242,224,0.6)), url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-pactbreaker/css/Box+Background.jpg");
  background-size: cover;
  color: var(--pf-woww-brown);
  font-family: GoodOT;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 10%);
}

.main-holder .book-styled-block:after {
    	content: "";
	background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-pactbreaker/css/Box+Flowers.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	min-height: 120px;
	background-position: bottom right;
	align-content: flex-end;
	align-items: flex-end;
	margin-bottom: -70px;
	margin-right: -30px;
}

@media only screen and (max-width: 450px) {
  .main-holder .book-styled-block:after {
	margin-bottom: -45px;
  }
}

.main-holder .book-styled-block a {
    font-weight: bold;
}

.main-holder .book-styled-block h5 {
    text-align: center;
    font-family: goodOtCondBold;
    text-transform: uppercase;
}

/* Main Headers */

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

.main-holder h4 {
       font-size: calc(var(--font-size-2)*1.15);
    font-weight: normal;
    color: var(--pf-woww-green);
    font-family: goodOtCondBold;
    text-transform: none;
    border-bottom:0px; 
    letter-spacing: 0.01em;
}

.main-holder h5 {
    font-family: goodOtCondBold;
    text-transform: uppercase;
    font-size: var(--font-size-2);
    color: var(--pf-woww-brown);
}

.left-header, .right-header {
   font-size: var(--font-size-3);
    font-weight: normal;
    color: var(--pf-woww-green);
    font-family: goodOtCondBold;
    font-weight: bold;
    border-bottom:0px; 
}

.main-holder .grheader {
    font-size: var(--font-size-3);
    font-weight: normal;
    color: var(--pf-woww-green);
    font-family: goodOtCondBold;
    font-weight: bold;
    border-bottom:0px;
}

.main-holder .grhead {
    font-size: var(--font-size-2);
    font-weight: normal;
    color: var(--pf-woww-green);
    font-family: goodOtCondBold;
    text-transform: none;
    font-weight: bold;
    border-bottom:0px;
}

.trait-holder .split-header {
      margin-bottom: 5px;
  margin-top: 0px;
  font-family: goodOtCondBold;
  font-size: 22px;
  color: #393636 !important;
    border-bottom: 1.5px solid black;
  padding-bottom: 5px;
  overflow: hidden;
}

.trait-holder .left-header {
  font-family: goodOtCondBold;
  font-size: 22px;
  color: #393636 !important;
}

.trait-holder .right-header {
  font-family: goodOtCondBold;
  font-size: 22px;
  color: #393636 !important;
}

.trait-holder h3 {
    color: var(--pf-woww-green) !important;
    font-family: goodOtCondBold;
}

.main-holder > h1 {
  font-family: Columbus;
  color: var(--pf-woww-brown);
  font-size: var(--font-size-8);
  text-transform: none;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  max-width: 100%;
  z-index: 1;
  margin-top: -25px;
  padding-top: var(--font-size-6);
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: var(--font-size-8);
  position: relative;
  aspect-ratio: 2360/786;
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-pactbreaker/css/Chapter Opener.png");
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
  margin-bottom: calc(var(--font-size-1)*2);
}


@media only screen and (max-width: 450px) {
  .main-holder > h1 {
    font-size: var(--font-size-5);
  }
}


.main-holder .wow-npc {
    margin-top: var(--font-size-6);
}

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

.main-holder .wow-subtitle {
    font-family: A Jenson;
    font-style: italic;
    color: var(--pf-woww-grey);
}

.main-holder h2 {
  font-family: Columbus;
  font-weight: normal;
  color: var(--pf-woww-brown);
  text-transform: none;
  font-size: var(--font-size-4);
  margin-top: var(--font-size-6);
  margin-bottom: -5px;
  text-align: left;
}
.main-holder > h2.chapter-title {
    font-family: Good OT;
    text-align: left;
      font-size: var(--font-size-3);
}

.main-holder > h3 {
  font-family: GoodOTCondBold;
  font-weight: bold;
  font-size: var(--font-size-3);
  color: var(--pf-woww-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 .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-woww-tan);
  border-radius: 0;
  background-image: linear-gradient(rgba(249,242,224,0.7), rgba(249,242,224,0.8)), url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-pactbreaker/css/Box+Background.jpg");
  background-size: cover;
}

.main-holder .sidebar h5 {
    font-family: Good OT;
    font-weight: bold;
    font-size: var(--font-size-2);
    color: var(--pf-woww-brown);
}

.main-holder .sidebar p {
    color: var(--pf-woww-brown);
    font-family: Good OT;
    font-size: var(--font-size-1);
}

/* Adv Track */

.adv-track {
  margin-bottom: var(--font-size-5);
  text-align: center;
  position: relative;
  margin-top: var(--font-size-6);
  padding: var(--font-size-7) var(--font-size-2) var(--font-size-2) var(--font-size-2);
  background-color: var(--pf-woww-tan);
  background-size: 100%;
  background-repeat: no-repeat;
  color: var(--pf-woww-brown);
    background-image: linear-gradient(rgba(249,242,224,0.7), rgba(249,242,224,0.8)), url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-pactbreaker/css/Box+Background.jpg");
    background-size: cover;
}

.adv-track h5 {
  font-family: Good OT;
  font-weight: bold;
  text-transform: none;
  font-variant: small-caps;
  color: var(--pf-woww-brown);
  font-size: var(--font-size-4);
  padding-bottom: var(--font-size-1);
}

.adv-track p {
  margin-top: var(--font-size-small-3);
  font-family: Good OT;
  color: var(--pf-woww-black);
}

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

.adv-track tr > td {
  text-align: left;
  font-family: Good OT;
  color: var(--pf-woww-black);
}

.main-holder .adv-track .adv-level {
  text-align: center;
  font-family: Columbus;
  font-size: var(--font-size-7);
  color: var(--pf-woww-brown);
  line-height: var(--font-size-7);
}

.main-holder .adv-track:after {
	content: "";
	background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-pactbreaker/css/Box+Flowers.png");
	background-size: contain;
	background-repeat: no-repeat;
	display: flex;
	min-height: 120px;
	background-position: bottom right;
	align-content: flex-end;
	align-items: flex-end;
	margin-bottom: -70px;
	margin-right: -30px;
}

@media only screen and (max-width: 450px) {
  .main-holder .adv-track:after {
	margin-bottom: -55px;
  }
}

.main-holder .readaloud-block p {
    margin-left: 20px;
    margin-right: 20px;
}

.main-holder .readaloud-block {
    margin-top: var(--font-size-3);
    margin-bottom: var(--font-size-3);
}

/* 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: 10px !important;
  padding-top: 10px !important;
}

.image-with-subtitle-center a {
    font-family: GoodOTCondBold !important;
    color: var(--pf-woww-midbrown) !important;
    font-size: var(--font-size-1) !important;
    text-transform: none;
}

.image-with-subtitle-center p {
    font-family: GoodOTCondBold !important;
    text-transform: uppercase;
    color: var(--pf-woww-green);
}

.image-so:after {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  height: 28px;
  font-family: A Jenson;
  font-size: 14px;
  padding: 2px 8px 0px 8px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-sdfs-blue);
  background-color: var(--pf-sdfs-off-white);
  border: 2px solid var(--pf-sdfs-blue);
  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: A Jenson;
  font-size: var(--font-size-1);
  padding: 15px 10px;
  margin-left: auto;
  margin-right: auto;
  color: var(--pf-woww-brown);
  background-image: url("https://content.demiplane.com/compendium/pathfinder-2e/wardens-of-the-wildwood-pactbreaker/css/wardens-subtitle-bar.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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;
  }
}
/*Image Wizard Styles*/
.image-pzosc-grendabor {
  width: 334.992px;
  shape-outside: polygon(25.60% 1.22%, 12.46% 16.53%, 2.01% 36.22%, 3.81% 42.78%, 7.39% 76.53%, 0.52% 91.53%, 3.21% 96.22%, 68.58% 96.22%, 83.81% 96.53%, 90.38% 100.59%, 97.24% 97.78%, 99.03% 29.65%, 87.39% -3.16%);
}
 {
}
.image-pzosc-grendabor > p {
  left: 113.75px;
  top: 255.890625px;
}
.image-pzosc-rancorous-druid {
  width: 435px;
  shape-outside: polygon(23.85% 7.64%, 25.46% 35.32%, 18.56% 52.51%, 11.67% 60.14%, 13.28% 86.40%, 0.63% 89.98%, 0.17% 95.70%, 20.17% 99.05%, 32.82% 98.57%, 58.56% 98.81%, 62.47% 102.45%, 99.25% 99.88%, 99.48% 93.20%, 63.16% -2.86%, 50.29% 1.19%, 26.38% 3.34%);
}
.image-pzosc-rootridden {
  width: 339.996px;
  shape-outside: polygon(1.25% 0.62%, 1.54% 26.47%, 16.54% 34.62%, 10.66% 45.35%, 12.43% 65.23%, -0.22% 71.79%, -0.52% 88.69%, 18.60% 90.48%, 25.66% 100.62%, 66.25% 98.83%, 86.25% 93.07%, 107.72% 42.57%, 93.60% 21.50%, 48.31% -1.96%);
}
.image-pzosc-caustic-wraith {
  width: 319.992px;
  shape-outside: polygon(51.33% 1.63%, 47.89% 22.00%, 33.83% 23.42%, 16.02% 32.97%, 2.58% 38.81%, 5.39% 48.07%, 10.39% 58.04%, 30.39% 60.17%, 32.27% 81.26%, 40.08% 90.98%, 54.14% 98.96%, 62.89% 99.67%, 90.08% 87.84%, 107.27% 54.94%, 99.14% 34.11%, 98.21% 5.19%, 83.21% 0.06%);
}
.image-pzosc-bloodsapper {
  width: 349.992px;
  shape-outside: polygon(2.93% 14.16%, -0.79% 32.93%, 0.64% 38.58%, 13.50% 48.09%, 8.36% 81.00%, 8.64% 92.57%, 20.36% 97.71%, 25.50% 99.51%, 45.21% 103.11%, 75.79% 95.39%, 88.93% 60.95%, 110.93% 32.16%, 92.36% 6.96%, 46.93% -1.26%, 38.64% 2.34%, 18.93% 10.05%);
}
.image-pzosc-bloodsapper > p {
  left: 94.25px;
  top: 323.0859375px;
}
.image-pzosc-druulbach {
  width: 409.992px;
  shape-outside: polygon(0.55% 3.18%, 0.79% 13.04%, 11.52% 39.18%, 23.72% 42.64%, 23.72% 96.24%, 29.82% 99.71%, 49.82% 97.58%, 82.50% 97.84%, 97.38% 89.31%, 99.58% 43.18%, 89.82% 18.91%, 59.33% 0.24%, 8.84% 0.51%);
}
.image-pzosc-trunk-like-thunder {
  width: 435px;
  shape-outside: polygon(47.07% 1.42%, 41.32% 16.59%, 39.94% 22.34%, 22.93% 35.21%, 19.94% 43.94%, 23.85% 71.07%, 17.18% 77.74%, 15.35% 91.30%, 24.77% 99.58%, 67.53% 99.46%, 87.53% 88.43%, 89.37% 25.44%, 67.76% -1.69%);
}
.image-pzosc-trunk-like-thunder > p {
  left: 114.75390625px;
  top: 376.16015625px;
}
.image-pzosc-lirun-bashun {
  width: 304.992px;
  shape-outside: polygon(25.82% 3.85%, 13.03% 10.14%, 8.11% 24.53%, 10.41% 47.05%, 10.74% 62.75%, 0.25% 66.68%, -1.72% 73.23%, 17.30% 90.77%, 30.74% 99.14%, 54.67% 101.24%, 78.28% 96.52%, 96.97% 83.96%, 99.92% 68.25%, 87.79% 9.61%, 57.95% 0.19%);
}
.image-pzosc-lirun-bashun > p {
  left: 90.75px;
  top: 319.72265625px;
}
.image-pzosc-scrayvle-prene {
  width: 304.992px;
  shape-outside: polygon(41.56% 1.13%, 25.49% 11.19%, 14.02% 25.48%, 1.23% 34.89%, -0.08% 44.63%, 0.90% 68.66%, 22.21% 91.39%, 24.84% 100.80%, 77.95% 101.45%, 104.18% 74.83%, 91.07% 43.33%, 76.64% 6.65%);
}
.image-pzosc-scrayvle-prene > p {
  left: 80.75px;
  top: 252.46875px;
}
.image-pzosc-alhild {
  width: 345px;
  shape-outside: polygon(37.03% 0.76%, 17.03% 11.35%, 10.65% 33.31%, 6.89% 48.56%, 8.33% 59.41%, -0.07% 63.81%, 1.96% 74.66%, 8.33% 82.67%, 32.97% 96.36%, 51.52% 101.53%, 68.33% 99.21%, 98.19% 86.54%, 104.57% 63.55%, 96.74% 40.55%, 79.64% 1.27%, 51.81% -0.02%);
}
.image-pzosc-alhild > p {
  left: 133.75390625px;
  top: 327.92578125px;
}
.image-pzosc-spitting-sawfly {
  width: 330px;
  shape-outside: polygon(23.71% 0.61%, 20.99% 25.24%, 21.59% 45.53%, 5.23% 53.50%, 0.68% 69.08%, 3.71% 85.75%, 7.96% 86.48%, 22.20% 87.56%, 24.32% 94.45%, 34.02% 96.26%, 56.74% 95.90%, 68.56% 101.69%, 101.90% 93.18%, 98.86% 48.61%, 89.47% 3.87%);
}
.image-pzosc-spitting-sawfly > p {
  left: 172.25390625px;
  top: 201.671875px;
}
.image-pzosc-errashid-emetra {
  width: 360px;
  shape-outside: polygon(8.13% 0.40%, 5.63% 5.03%, 8.13% 21.23%, 5.07% 28.83%, 4.79% 38.25%, 5.63% 43.38%, 17.57% 62.38%, 17.29% 81.89%, 14.79% 87.67%, 3.96% 90.98%, 2.57% 93.13%, 21.18% 95.11%, 23.13% 98.25%, 36.74% 99.57%, 60.63% 99.57%, 88.68% 99.08%, 95.90% 94.45%, 97.85% 44.20%, 100.63% 25.36%, 88.13% 20.73%, 64.79% 6.68%, 22.29% 0.40%);
}
.image-pzosc-errashid-emetra > p {
  left: 83.25390625px;
  top: 489.421875px;
}
.image-pzosc-genzalaz {
  width: 315px;
  shape-outside: polygon(11.99% 3.34%, 11.35% 34.19%, 0.24% 55.20%, 1.19% 61.32%, 20.24% 74.61%, 19.60% 84.72%, 23.41% 94.56%, 33.57% 102.54%, 58.33% 98.55%, 87.22% 88.71%, 105.95% 57.33%, 74.84% 42.70%, 39.60% -0.12%);
}
.image-pzosc-genzalaz > p {
  left: 112.75390625px;
  top: 309.546875px;
}
.image-pzosc-healthy-speaker-in-spores {
  width: 324.996px;
  shape-outside: polygon(40.23% 0.99%, 38.08% 9.55%, 27.31% 19.83%, 10.08% 19.83%, 0.54% 30.44%, 1.15% 52.02%, 0.54% 94.49%, 4.85% 98.25%, 36.54% 99.97%, 63.00% 99.28%, 105.46% 86.61%, 84.85% 15.72%, 47.31% -0.03%);
}
.image-pzosc-healthy-speaker-in-spores > p {
  left: 135.74609375px;
  top: 205.8984375px;
}
.image-pzosc-bonebleacher-bugbear {
  width: 364.992px;
  shape-outside: polygon(22.40% 2.02%, 19.11% 6.71%, 17.74% 21.39%, 3.49% 23.73%, 0.48% 43.73%, 1.30% 50.75%, 13.63% 54.37%, 9.25% 70.54%, 9.25% 86.49%, 23.22% 91.60%, 26.78% 92.24%, 27.33% 98.62%, 36.92% 101.17%, 50.07% 99.05%, 84.04% 99.68%, 93.08% 96.49%, 109.52% 79.05%, 92.26% 19.26%, 78.56% 1.17%);
}
.image-pzosc-zibiks-plants {
  width: 304.992px;
  shape-outside: polygon(41.23% 0.19%, 23.85% 21.27%, -0.08% 26.13%, 0.25% 33.43%, 12.05% 43.97%, 21.89% 63.70%, 35.98% 89.92%, 38.94% 99.65%, 87.46% 100.19%, 95.66% 90.73%, 110.08% 45.86%, 78.61% 12.62%, 49.76% -0.35%);
}
.image-pzosc-zibiks-plants > p {
  left: 130.75px;
  top: 317.69921875px;
}
.image-pzosc-reborn-devotee {
  width: 429.996px;
  shape-outside: polygon(54.71% 0.67%, 54.25% 15.75%, 42.39% 15.48%, 34.71% 18.92%, 26.34% 37.70%, 16.34% 37.97%, 15.41% 44.85%, 14.48% 65.75%, 9.36% 77.65%, 8.90% 84.79%, -0.64% 92.20%, 0.29% 98.29%, 18.66% 99.61%, 59.59% 98.55%, 93.78% 98.02%, 97.50% 78.44%, 102.62% 32.94%, 87.27% 8.60%, 64.48% -1.71%);
}
.image-pzosc-reborn-devotee > p {
  left: 170.2578125px;
  top: 286.51953125px;
}
.image-pzosc-graveknight-droogami {
  width: 330px;
  shape-outside: polygon(32.50% 0.23%, 27.05% 6.99%, 27.05% 11.96%, 10.68% 16.14%, 9.77% 27.47%, 3.41% 28.66%, 2.50% 42.38%, 0.99% 47.15%, 0.68% 71.21%, 7.35% 88.50%, 17.05% 95.26%, 23.11% 96.66%, 26.74% 99.44%, 55.23% 100.04%, 87.05% 97.65%, 95.53% 90.69%, 106.44% 52.32%, 87.65% 15.74%, 46.44% 0.23%);
}
.image-pzosc-graveknight-droogami > p {
  left: 54.25390625px;
  top: 427.1796875px;
}
.image-pzosc-zibik-sacred-symbol {
  width: 285px;
  shape-outside: polygon(28.69% 0.58%, 11.84% 12.55%, 3.07% 26.28%, -3.60% 50.58%, 0.97% 71.35%, 13.95% 91.07%, 18.86% 101.99%, 91.14% 100.93%, 112.90% 42.83%, 81.32% -7.52%);
}
.image-pzosc-zibik-sacred-symbol > p {
  left: 57.75390625px;
  top: 235.64453125px;
}
.image-pzosc-jial-yun {
  width: 330px;
  shape-outside: polygon(34.02% -1.16%, 24.62% 10.21%, 18.86% 29.40%, 15.83% 65.01%, -0.23% 71.57%, 1.29% 78.90%, 8.26% 88.49%, 25.23% 96.32%, 36.14% 101.88%, 73.11% 102.13%, 91.29% 92.28%, 106.44% 72.08%, 99.77% 49.10%, 64.62% -1.66%);
}
.image-pzosc-jial-yun > p {
  left: 123.25390625px;
  top: 347.42578125px;
}
.image-pzosc-swayblossom {
  width: 474.996px;
  shape-outside: polygon(42.26% 4.29%, 19.32% 8.09%, 18.90% 16.17%, -1.74% 21.87%, 1.00% 33.27%, 14.69% 40.63%, 19.32% 43.01%, 21.63% 54.89%, 29.00% 67.48%, 29.84% 93.60%, 35.95% 97.88%, 42.69% 98.83%, 52.16% 99.30%, 71.32% 98.35%, 90.69% 97.17%, 97.42% 54.89%, 102.26% 13.32%, 98.90% -0.46%, 74.69% 0.02%, 60.58% 4.53%);
}
.image-pzosc-swayblossom > p {
  left: 290.7578125px;
  top: 356.0703125px;
}
.image-pzosc-neldr-noddgrain {
  width: 289.992px;
  shape-outside: polygon(33.19% 0.19%, 12.16% 15.90%, 2.84% 24.57%, 0.43% 49.96%, 2.50% 59.55%, 11.12% 65.44%, 7.67% 80.61%, 14.91% 88.65%, 16.29% 98.87%, 33.54% 104.83%, 73.88% 99.26%, 95.61% 86.57%, 102.85% 36.41%, 86.99% 10.40%, 70.43% -1.05%);
}
.image-pzosc-neldr-noddgrain > p {
  left: 56.25px;
  top: 270.35546875px;
}
.image-pzosc-bracers-of-the-crushing-bough {
  width: 294.996px;
  shape-outside: polygon(0.25% 0.99%, 0.25% 42.77%, 13.13% 97.44%, 25.34% 104.10%, 95.51% 104.99%, 112.46% -23.01%);
}
.image-pzosc-gritblit {
  width: 364.992px;
  shape-outside: polygon(45.14% 2.17%, 40.48% 10.02%, -3.08% 18.16%, -0.07% 71.65%, 10.62% 77.46%, 13.90% 84.44%, 12.53% 99.55%, 39.93% 103.04%, 89.79% 107.11%, 104.04% 78.04%, 98.01% 25.43%, 67.60% 0.14%);
}
.image-pzosc-blighted-speaker {
  width: 334.992px;
  shape-outside: polygon(1.12% 3.08%, 0.22% 15.31%, 1.72% 31.08%, 15.15% 37.66%, 23.21% 40.02%, 25.90% 58.61%, 29.78% 72.49%, 30.37% 92.25%, 20.52% 96.25%, 22.02% 100.72%, 103.51% 102.37%, 99.03% 88.96%, 96.64% 46.37%, 70.67% -1.86%, 24.40% -3.28%);
}
.image-pzosc-timberweb-copy {
  width: 300px;
  shape-outside: polygon(66.08% 0.61%, 61.42% 8.94%, 35.08% 15.76%, 33.08% 25.10%, 24.75% 28.13%, 8.75% 47.33%, 8.08% 53.39%, 1.42% 63.99%, 1.08% 73.08%, 1.75% 77.38%, 20.75% 81.17%, 27.75% 99.35%, 43.08% 99.60%, 81.08% 94.55%, 108.75% 79.65%, 98.75% 29.40%, 81.42% -0.15%);
}
.image-pzosc-ruzadoya-npc {
  width: 379.992px;
  shape-outside: polygon(37.17% 0.99%, 25.33% 23.55%, 17.96% 55.67%, 5.86% 57.97%, -2.57% 66.96%, 0.86% 70.59%, 19.01% 76.90%, 21.64% 79.38%, 20.33% 99.27%, 35.07% 101.56%, 91.64% 100.99%, 109.54% 41.72%, 93.49% 24.70%, 74.80% 1.37%);
}
.image-pzosc-zibik {
  width: 384.996px;
  shape-outside: polygon(7.21% 0.62%, 7.21% 9.76%, 16.04% 27.46%, 15.26% 31.23%, 9.55% 35.61%, 9.55% 48.93%, -0.06% 53.30%, 0.46% 58.87%, 15.78% 67.81%, 25.65% 69.60%, 22.53% 87.89%, 5.65% 94.26%, 6.95% 97.83%, 14.22% 99.03%, 23.05% 99.43%, 89.03% 100.42%, 102.02% 84.32%, 96.82% 52.11%, 87.73% 23.48%, 50.59% 4.59%, 22.27% 4.79%, 15.78% -1.17%);
}
