               :root {
  --tr-plum: #592843;
  --tr-pale-gold: #e5c495;
  --tr-beige: rgb(242, 224, 202);
  --tr-dark-purple: #642d4b;
  --tr-blotch-purple: rgb(23, 10, 17);
  --page-background: #eeebe6;

  --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-size-small-4: calc(var(--font-size-small-3) / var(--font-scale));
    
      --font-size-small-5: calc(var(--font-size-small-4) / var(--font-scale));
}

/* Needs Bookmania and Proxima Ultra fonts */

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

@font-face {
  font-family: "Restora Neue";
  src: url("https://content.demiplane.com/fonts/Nasir+Udin+-+RestoraNeue-SemiBold.otf")
    format("opentype");
}

@font-face {
  font-family: "Restora Neue";
  font-style: italic;
  src: url("https://content.demiplane.com/fonts/Nasir+Udin+-+RestoraNeue-MediumItalic.otf")
    format("opentype");
}

@font-face {
  font-family: "Restora Neue";
  font-weight: bold;
  src: url("https://content.demiplane.com/fonts/Nasir+Udin+-+RestoraNeue-ExtraBold.otf")
    format("opentype");
}

@font-face {
  font-family: "Restora Neue";
  font-style: italic;
  font-weight: bold;
  src: url("https://content.demiplane.com/fonts/Nasir+Udin+-+RestoraNeue-BoldItalic.otf")
    format("opentype");
}

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

@font-face {
  font-family: "Proxima Nova Black";
  src: url("https://content.demiplane.com/fonts/Proxima+Nova+Black.ttf")
    format("opentype");
}

@font-face {
  font-family: "Prodelt Co";
  src: url("https://content.demiplane.com/fonts/Prodelt+Co.ttf")
    format("truetype");
}
/**/
/*Main Header*/
/**/

.main-holder {
    padding-bottom: var(--font-size-3);
}

/**/
/*Preface*/
/**/

h2.preface-header {
    text-align: center;
}

/**/
/*Chapter Image*/
/**/

.chapter-image {
  position: relative;
}

.flourish-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  padding: 10px 0px;
  opacity: 0.25;
}

.chapter-image .top-flourish {
  width: 100%;
  height: 64px;
  display: flex;
}

.chapter-image .top-flourish .flourish-left {
  transform: rotate(135deg);
}

.chapter-image .top-flourish .flourish-right {
  transform: rotate(-135deg);
}

.chapter-image .top-flourish .flourish-border {
  margin-top: 9px;
}

.chapter-image .bottom-flourish {
  width: 100%;
  height: 64px;
  display: flex;
}

.chapter-image .bottom-flourish .flourish-left {
  transform: rotate(45deg);
}

.chapter-image .bottom-flourish .flourish-right {
  transform: rotate(-45deg);
}

.chapter-image .bottom-flourish .flourish-border {
  margin-top: auto;
  margin-bottom: 9px;
}

.chapter-image .middle-flourish {
  flex-grow: 1;
  margin: 20px;
  border: 1px solid var(--tr-pale-gold);
  border-top: none;
  border-bottom: none;
}

.flourish-left,
.flourish-right {
  height: 100%;
  aspect-ratio: 2384/1755;
  background-image: url("https://content.demiplane.com/compendium/5e/taldorei-reborn/css/td-flourish.svg");
  background-repeat: no-repeat;
}

.flourish-border {
  flex-grow: 1;
  background-color: var(--tr-pale-gold);
  height: 1px;
  margin-left: 8px;
  margin-right: 8px;
}

/**/
/*Chapter Title*/
/**/

.main-holder > h1 {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-family: Restora Neue;
  font-size: var(--font-size-6);
  padding-top: var(--font-size-1);
  padding-bottom: var(--font-size-3);
  margin-bottom: 32px;
  margin-top: -15px;
  color: var(--tr-pale-gold);
  letter-spacing: 1px;
  border-bottom: 4px solid rgb(200, 172, 132);

  text-transform: none;
  font-variant: small-caps;

  background-color: var(--tr-plum);
  background-image: url("https://content.demiplane.com/compendium/5e/taldorei-reborn/css/messy-splash.png");
  background-blend-mode: color-burn;
  background-repeat: no-repeat;
  background-position: center;
}

.main-holder > h1 > .chapter-span {
  font-size: var(--font-size-3);
  margin-bottom: calc( -1 * var(--font-size-small-3));
  text-transform: uppercase;
}

.main-holder > h1::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 48px;
  bottom: -30px;
  background: url("https://content.demiplane.com/compendium/5e/taldorei-reborn/css/td-header-flourish.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/**/
/*H2 Heading*/
/**/

.main-holder > h2 {
  font-family: Restora Neue;
  font-weight: normal;
  font-size: var(--font-size-5) !important;
  text-transform: none;
  font-variant: small-caps;
  color: var(--tr-dark-purple);
  margin: 0;
  padding-top: var(--font-size-3);
  padding-bottom: var(--font-size-small-5);
}

/**/
/*H3 Heading*/
/**/

.main-holder > h3 {
  font-family: Restora Neue;
  font-weight: normal;
  font-size: var(--font-size-4) !important;
  text-transform: none;
  font-variant: small-caps;
  color: var(--tr-dark-purple);
  border-bottom: 4px solid var(--tr-pale-gold);
  display: flow-root;
  margin: 0;
  margin-bottom: var(--font-size-small-2);
  padding-top: var(--font-size-2);
  padding-bottom: var(--font-size-small-5);
}

/**/
/*H4 Heading*/
/**/

.main-holder > h4 {
  font-family: Restora Neue;
  font-weight: normal;
  font-size: var(--font-size-3) !important;
  text-transform: none;
  font-variant: small-caps;
  color: var(--tr-dark-purple);
    margin: 0;
padding-top: var(--font-size-2);
  padding-bottom: var(--font-size-small-5);
}

/**/
/*H5 Heading*/
/**/

.main-holder > h5 {
  font-family: "Proxima Nova Black";
  font-weight: normal;
  font-size: var(--font-size-2) !important;
  text-transform: none;
  font-variant: small-caps;
  color: black;
      margin: 0;
  padding-top: var(--font-size-1);
  padding-bottom: var(--font-size-small-5);
}

/**/
/*Paragraph*/
/**/

.main-holder p {
  font-family: Barlow;
  font-size: var(--font-size-1);
}

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

/**/
/*Table*/
/**/

.main-holder > .List-Heading {
  font-family: "Proxima Nova Black";
  font-weight: bold;
  color: black;
}

.main-holder table.D-D-Table {
  font-family: "Proxima Nova";
  color: black;
  background: none;
}

.main-holder table.D-D-Table > thead th {
  background: none;
  color: black;
}

.main-holder table.D-D-Table > tbody > tr > td {
  vertical-align: top;
}

.main-holder table.D-D-Table > tbody > tr:nth-child(odd) {
  background-color: var(--tr-beige);
}

.main-holder table.D-D-Table > tbody > tr:nth-child(even) {
  background: none;
}

/**/
/*Sidebar*/
/**/

.main-holder > div.sidebar {
  background-color: var(--tr-beige);
  border-radius: 0px;
  box-shadow: none;
  filter: none;
  border: solid var(--font-size-small-3) var(--tr-dark-purple);
  border-left: none;
  border-right: none;
  font-family: "Proxima Nova";
  color: black;
  padding: var(--font-size-small-2) var(--font-size-small-1);
  min-width: 75%;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-holder > div.sidebar > h3.Sidebar-Header {
  margin: 0px 0px var(--font-size-small-1) 0px;
  font-family: "Proxima Nova Black";
  font-size: var(--font-size-4) !important;
  text-transform: none;
  font-variant: small-caps;
}

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

/**/
/*Epigraph*/
/**/

.main-holder > .epigraph-block p {
  font-size: var(--font-size-1);
}

.epigraph-block {
  position: relative;
  margin-bottom: var(--font-size-1);
}

.epigraph-block > .epigraph-content {
  position: relative;
  background: url("https://content.demiplane.com/compendium/5e/taldorei-reborn/css/td-splotch-top.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 0;
  padding: 14% 7% 7% 7%;
  text-shadow: 2px 0px black;
  color: white;
  font-family: "Restora Neue";
  z-index: 1;
}

.epigraph-block > .epigraph-content p {
      font-family: "Restora Neue";
            color: white;
}

.epigraph-block > .epigraph-content strong {
      font-family: "Restora Neue";
      color: white;
}

.epigraph-block > .epigraph-content > .Epigraph-Attribution {
  text-align: right;
  font-style: normal;
  font-variant: small-caps;
  font-family: "Restora Neue";
}

.epigraph-block > .epigraph-back {
  background-color: var(--tr-blotch-purple);
  background-size: contain;
  background-repeat: no-repeat;
  background-clip: content-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40% 2.9% 0% 2.9%;
  height: 100%;
  width: 100%;
  position: absolute;
}

.epigraph-block::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--font-size-6);
  background: rgb(238, 235, 230);
  background: linear-gradient(
    0deg,
    rgba(238, 235, 230, 1) 0%,
    rgba(255, 255, 255, 0) 40%
  );
  z-index: 1;
}

/**/
/*Utilities*/
/**/
.hidden {
    visibility: hidden;
}

.spacer {
    height: var(--font-size-1);
}

.italic {
    font-style: italic;
}

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

.fit-content {
    width: fit-content;
}

.margin-x-auto {
    margin-left: auto;
    margin-right: auto;
}

.text-align-right {
    text-align: right;
}

.monster-stat-divider {
    display: flow-root;
}

/**/
/*Images*/
/**/

.image-tdg {
    background-color: red;
}

.image-so {
      box-sizing: content-box;
}

.main-holder .image-so {
  position: relative;
  shape-margin: 16px;
}

.main-holder .image-so.book-image-left {
  margin-bottom: 0px !important;
}

.main-holder .image-so.book-image-right {
  margin-bottom: 0px !important;
}

.main-holder .image-so > p {
  position: absolute;
  font-family: "Prodelt Co";
  color: black;
  margin: 0px;
  font-size: var(--font-size-1);
}

.image-so > p {
  position: absolute;
  font-family: "Prodelt Co";
  color: black;
  margin: 0px;
  font-size: var(--font-size-1);
}

/*Image Wizard Styles*/
:root {
  --image-wizard-ver: 1;
}
.image-wizard-image {
  position: relative;
}
.image-wizard-image > p {
  position: absolute;
}
.force-image-left {
  float: left;
}
.force-image-right {
  float: right;
}
.book-image-center {
  margin-left: auto;
  margin-right: auto;
}
.image-with-subtitle-center {
  margin-left: auto;
  margin-right: auto;
}
 {
}
.image-copy-of-holy-symbol-the-changebringercolor {
  padding-top: 8px;
  padding-right: 24px;
  padding-bottom: 24px !important;
  padding-left: 24px;
  width: 220px;
  shape-outside: polygon(43.66% 3.34%, 57.46% 3.01%, 54.48% 10.55%, 55.60% 15.14%, 63.43% 15.79%, 68.66% 18.74%, 77.24% 16.45%, 81.34% 20.38%, 81.34% 25.96%, 76.87% 27.27%, 86.94% 33.17%, 80.97% 35.47%, 87.31% 43.34%, 89.93% 57.43%, 87.69% 70.22%, 77.99% 83.01%, 61.57% 90.22%, 84.70% 91.20%, 85.82% 98.56%, 15.30% 98.89%, 14.93% 90.04%, 40.67% 90.55%, 20.15% 81.37%, 11.94% 67.27%, 9.70% 51.53%, 17.54% 33.97%, 26.49% 26.94%, 29.85% 21.37%, 35.45% 18.09%, 43.28% 15.79%, 45.15% 10.55%);
}
.image-copy-of-holy-symbol-the-changebringercolor > p {
  left: 16.42%;
  top: 92.00%;
}
.image-holysymboltheplatinumdragon {
  padding-top: 40px;
  padding-right: 16px;
  padding-bottom: 8px !important;
  padding-left: 16px;
  width: 220px;
  shape-outside: polygon(11.51% 1.78%, 92.06% 2.48%, 92.86% 18.13%, 86.90% 31.09%, 80.95% 31.56%, 78.57% 82.26%, 49.21% 98.51%, 19.05% 81.79%, 19.05% 32.15%, 11.90% 30.52%, 12.70% 21.05%, 5.95% 18.94%, 11.90% 15.44%);
}
.image-holysymboltheplatinumdragon > p {
  left: 12.30%;
  top: 3.41%;
}
.image-art-id-tdgsymbol-of-the-arch-heart {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 32px !important;
  padding-left: 16px;
  width: 270px;
  shape-outside: polygon(50.00% 1.38%, 94.04% 46.29%, 76.82% 75.03%, 77.15% 89.40%, 77.15% 98.69%, 22.19% 98.69%, 21.85% 88.69%, 21.85% 75.33%, 5.63% 46.59%);
}
.image-art-id-tdgsymbol-of-the-arch-heart > p {
  left: 23.18%;
  top: 91.80%;
}
.image-copy-of-holy-symbol-the-lawbearercolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 330px;
  shape-outside: polygon(49.71% 1.83%, 84.68% 3.21%, 93.06% 17.49%, 95.95% 33.51%, 91.62% 48.51%, 78.32% 59.28%, 67.63% 61.77%, 68.21% 88.01%, 72.54% 91.05%, 73.12% 98.79%, 26.01% 98.79%, 26.59% 90.22%, 32.95% 87.18%, 32.95% 62.05%, 22.25% 59.28%, 9.83% 50.44%, 3.47% 36.08%, 7.51% 16.47%, 15.90% 3.13%);
}
.image-copy-of-holy-symbol-the-lawbearercolor > p {
  left: 27.46%;
  top: 93.26%;
}
.image-copy-of-holy-symbol-the-knowing-mentorcolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 205px;
  shape-outside: polygon(45.48% 2.22%, 61.31% 2.97%, 87.56% 18.47%, 96.15% 46.38%, 84.39% 77.82%, 56.33% 89.65%, 93.44% 90.24%, 94.34% 98.13%, 4.75% 98.13%, 5.66% 89.23%, 40.50% 88.93%, 19.23% 79.29%, 5.66% 51.51%, 4.75% 38.06%, 12.44% 19.05%, 24.21% 10.41%);
}
.image-copy-of-holy-symbol-the-knowing-mentorcolor > p {
  left: 6.56%;
  top: 91.99%;
}
.image-copy-of-holy-symbol-the-stormlordcolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 265px;
  shape-outside: polygon(50.00% 2.73%, 97.33% 3.81%, 82.03% 17.58%, 89.50% 29.29%, 93.06% 41.84%, 96.26% 45.35%, 93.06% 48.63%, 89.15% 62.73%, 80.25% 72.24%, 96.26% 86.01%, 78.83% 77.58%, 79.54% 96.92%, 20.46% 96.92%, 20.82% 87.41%, 20.46% 78.23%, 3.74% 86.10%, 18.68% 72.33%, 11.92% 61.42%, 7.65% 48.63%, 4.09% 45.68%, 7.30% 42.07%, 11.57% 27.74%, 19.04% 18.47%, 4.09% 4.13%, 24.73% 13.31%, 38.26% 7.41%, 46.80% 6.34%);
}
.image-copy-of-holy-symbol-the-stormlordcolor > p {
  left: 22.24%;
  top: 90.36%;
}
.image-copy-of-holy-symbol-the-wildmothercolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 265px;
  shape-outside: polygon(48.93% 1.78%, 57.83% 1.78%, 68.51% 7.64%, 65.30% 15.38%, 61.74% 19.36%, 77.40% 21.23%, 91.99% 27.79%, 91.28% 39.25%, 99.11% 42.53%, 88.79% 54.48%, 91.28% 59.17%, 82.74% 67.82%, 66.01% 69.23%, 65.30% 91.01%, 81.32% 91.01%, 80.96% 98.50%, 20.82% 98.27%, 21.53% 91.02%, 44.66% 91.01%, 44.66% 73.21%, 29.72% 68.54%, 15.48% 60.34%, 12.99% 53.55%, 3.38% 49.33%, 11.57% 47.23%, 9.43% 39.26%, 11.21% 28.96%, 15.48% 21.23%, 29.00% 20.29%, 40.39% 18.89%, 44.66% 14.44%, 37.19% 12.33%, 35.05% 8.57%, 41.10% 2.72%);
}
.image-copy-of-holy-symbol-the-wildmothercolor > p {
  left: 22.24%;
  top: 93.35%;
}
.image-copy-of-holy-symbol-the-allhammercolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 285px;
  shape-outside: polygon(50.33% 1.41%, 63.62% 6.63%, 86.54% 6.94%, 97.18% 13.68%, 96.51% 55.09%, 83.89% 71.35%, 68.60% 73.19%, 69.27% 88.53%, 79.24% 88.53%, 80.23% 97.73%, 20.76% 98.04%, 21.10% 89.76%, 38.04% 89.45%, 38.04% 74.11%, 26.74% 73.00%, 16.11% 70.85%, 12.79% 62.88%, 11.13% 57.05%, 4.49% 55.52%, 3.82% 22.58%, 3.82% 13.49%, 12.46% 6.44%, 38.37% 6.32%);
}
.image-copy-of-holy-symbol-the-allhammercolor > p {
  left: 22.43%;
  top: 91.90%;
}
.image-copy-of-holy-symbol-the-dawnfathercolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 255px;
  shape-outside: polygon(50.37% 3.57%, 67.71% 7.35%, 82.84% 17.18%, 91.33% 29.08%, 95.76% 46.47%, 91.33% 62.76%, 84.69% 73.64%, 73.62% 82.14%, 73.25% 88.27%, 80.63% 88.30%, 81.00% 97.15%, 16.79% 97.15%, 17.16% 87.59%, 31.92% 87.62%, 31.55% 83.84%, 19.00% 77.76%, 8.30% 62.41%, 3.87% 46.81%, 6.83% 30.14%, 16.05% 16.53%, 29.70% 7.69%);
}
.image-copy-of-holy-symbol-the-dawnfathercolor > p {
  left: 18.63%;
  top: 90.00%;
}
.image-copy-of-holy-symbol-the-everlightcolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 185px;
  shape-outside: polygon(44.03% 2.33%, 57.96% 2.34%, 57.46% 7.44%, 72.39% 11.57%, 84.83% 17.17%, 91.79% 23.98%, 94.28% 31.52%, 85.32% 39.80%, 72.39% 43.93%, 85.82% 48.56%, 97.26% 57.81%, 93.78% 69.48%, 90.30% 78.74%, 79.35% 82.87%, 71.89% 88.94%, 72.39% 91.62%, 87.81% 91.62%, 87.81% 97.96%, 10.70% 98.20%, 10.20% 91.39%, 41.54% 91.39%, 39.55% 88.46%, 28.11% 84.57%, 12.69% 76.05%, 7.21% 56.35%, 19.65% 42.73%, 6.22% 32.27%, 10.70% 18.64%, 27.11% 11.34%, 43.53% 7.69%);
}
.image-copy-of-holy-symbol-the-everlightcolor > p {
  left: 13.18%;
  top: 92.61%;
}
.image-holy-symbol-the-matron-of-raven-color {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 235px;
  shape-outside: polygon(50.80% 1.54%, 60.36% 7.84%, 73.11% 8.93%, 85.06% 17.70%, 93.82% 35.78%, 91.43% 53.59%, 97.81% 59.07%, 90.64% 61.26%, 86.65% 74.26%, 69.92% 83.30%, 69.92% 91.13%, 91.43% 90.85%, 92.23% 97.70%, 10.16% 98.25%, 9.76% 90.03%, 32.87% 89.76%, 32.47% 84.00%, 15.34% 74.41%, 10.96% 61.66%, 2.99% 59.89%, 9.36% 53.59%, 7.37% 36.06%, 13.75% 22.08%, 26.49% 10.58%, 34.46% 7.84%, 41.63% 8.51%);
}
.image-holy-symbol-the-matron-of-raven-color > p {
  left: 11.35%;
  top: 92.77%;
}
.image-art-id-tdgsymbol-of-the-moonweaver {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 250px;
  shape-outside: polygon(48.87% 1.92%, 68.42% 5.00%, 84.96% 13.91%, 90.98% 14.20%, 93.61% 27.56%, 93.98% 68.02%, 96.99% 71.10%, 83.83% 78.98%, 74.44% 85.43%, 74.44% 89.93%, 81.58% 89.93%, 81.95% 98.15%, 17.29% 98.50%, 17.67% 88.22%, 25.56% 87.88%, 24.81% 83.77%, 14.29% 77.90%, 9.02% 76.53%, 6.39% 65.23%, 11.65% 64.89%, 7.52% 46.74%, 11.28% 28.29%, 3.38% 21.39%, 15.41% 12.49%, 28.20% 5.35%);
}
.image-art-id-tdgsymbol-of-the-moonweaver > p {
  left: 18.80%;
  top: 90.96%;
}
.image-holy-symbol-the-lord-of-the-hellcolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 350px;
  shape-outside: polygon(50.55% 3.52%, 71.31% 7.84%, 73.50% 24.32%, 84.97% 29.04%, 93.17% 38.64%, 97.81% 51.44%, 98.09% 63.04%, 93.72% 77.44%, 78.96% 88.64%, 79.23% 97.04%, 21.31% 97.04%, 21.04% 88.24%, 12.02% 85.13%, 3.28% 70.72%, 2.73% 50.33%, 10.38% 34.64%, 19.67% 25.93%, 26.50% 23.93%, 30.60% 7.44%);
}
.image-holy-symbol-the-lord-of-the-hellcolor > p {
  left: 23.22%;
  top: 88.64%;
}
.image-art-id-tdgsymbol-of-the-strife-emperor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 250px;
  shape-outside: polygon(62.78% 1.02%, 76.32% 10.59%, 82.33% 7.65%, 91.35% 12.28%, 90.98% 18.08%, 86.84% 23.15%, 79.32% 23.43%, 66.92% 41.86%, 66.92% 46.81%, 74.06% 50.59%, 74.06% 56.10%, 73.68% 66.81%, 83.83% 68.78%, 96.99% 73.41%, 96.62% 78.08%, 86.09% 82.58%, 84.59% 90.19%, 85.34% 98.48%, 12.41% 97.92%, 12.41% 89.75%, 7.89% 82.99%, 1.88% 73.69%, 18.05% 67.21%, 22.56% 68.34%, 30.45% 65.68%, 31.95% 53.85%, 31.20% 42.30%, 29.70% 33.57%, 19.92% 25.12%, 26.69% 19.77%, 28.57% 11.32%, 40.23% 6.81%, 51.50% 4.27%);
}
.image-art-id-tdgsymbol-of-the-strife-emperor > p {
  left: 14.29%;
  top: 91.72%;
}
.image-holy-symbol-the-ruinercolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 285px;
  shape-outside: polygon(50.66% 1.95%, 97.51% 4.51%, 92.52% 61.16%, 65.61% 78.54%, 61.96% 88.65%, 72.26% 88.90%, 72.59% 97.86%, 24.75% 97.86%, 25.08% 89.19%, 36.71% 89.19%, 37.71% 80.23%, 21.43% 70.44%, 5.81% 53.93%, 2.82% 6.25%, 16.78% 3.68%);
}
.image-holy-symbol-the-ruinercolor > p {
  left: 27.08%;
  top: 91.22%;
}
.image-holy-symbol-the-spider-queencolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 265px;
  shape-outside: polygon(27.22% 0.94%, 76.69% 1.72%, 77.05% 14.64%, 86.65% 25.44%, 79.54% 37.34%, 80.25% 46.09%, 94.13% 52.02%, 97.33% 70.27%, 75.98% 93.13%, 81.67% 92.76%, 82.03% 98.49%, 19.04% 98.28%, 19.04% 92.76%, 24.73% 92.72%, 19.04% 74.97%, 1.96% 70.88%, 10.14% 58.98%, 6.23% 52.23%, 19.04% 45.93%, 20.82% 37.50%, 13.35% 25.85%, 24.38% 13.83%, 21.89% 2.94%);
}
.image-holy-symbol-the-spider-queencolor > p {
  left: 20.11%;
  top: 93.99%;
}
.image-art-id-tdg-symbol-of-the-chained-oblivion {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 270px;
  shape-outside: polygon(15.03% 3.15%, 27.27% 1.78%, 44.41% 5.00%, 66.78% 5.81%, 77.97% 10.41%, 79.02% 15.25%, 90.21% 20.62%, 93.01% 57.15%, 97.55% 70.86%, 91.61% 76.54%, 93.01% 86.75%, 83.22% 91.05%, 82.87% 98.01%, 13.99% 98.01%, 13.99% 90.49%, 9.79% 84.06%, 5.94% 69.01%, 6.29% 39.98%, 1.05% 31.88%, 8.04% 17.10%);
}
.image-art-id-tdg-symbol-of-the-chained-oblivion > p {
  left: 15.03%;
  top: 92.64%;
}
.image-holy-symbol-the-scaled-tyrantcolor {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 32px !important;
  padding-left: 16px;
  width: 285px;
  shape-outside: polygon(48.74% 2.03%, 67.67% 5.09%, 82.49% 14.60%, 93.53% 33.93%, 94.16% 55.71%, 85.65% 73.50%, 69.56% 85.77%, 68.30% 89.68%, 76.82% 89.45%, 77.13% 98.35%, 19.09% 98.96%, 19.40% 90.06%, 26.34% 89.06%, 26.34% 84.54%, 15.62% 74.73%, 6.78% 60.31%, 4.89% 45.28%, 8.04% 29.02%, 16.56% 15.83%, 29.50% 6.63%);
}
.image-holy-symbol-the-scaled-tyrantcolor > p {
  left: 21.10%;
  top: 91.60%;
}
.image-art-id-tdgsymbol-of-the-crawling-king {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 350px;
  shape-outside: polygon(60.38% 1.95%, 65.85% 13.23%, 67.49% 19.63%, 78.14% 27.28%, 86.34% 37.95%, 88.80% 50.75%, 87.70% 64.96%, 94.81% 68.88%, 96.17% 79.82%, 84.70% 91.02%, 77.60% 90.75%, 77.60% 96.96%, 27.05% 96.43%, 27.05% 89.95%, 18.58% 86.48%, 4.37% 82.48%, 5.46% 67.82%, 14.75% 61.68%, 14.48% 47.82%, 19.13% 34.83%, 27.60% 24.62%, 36.34% 19.10%, 43.72% 17.15%, 44.54% 8.08%);
}
.image-art-id-tdgsymbol-of-the-crawling-king > p {
  left: 28.42%;
  top: 90.56%;
}
.image-art-id-tdgsymbol-of-the-whispered-one {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 32px !important;
  padding-left: 16px;
  width: 265px;
  shape-outside: polygon(50.67% 2.82%, 67.17% 5.77%, 84.01% 16.27%, 93.43% 33.64%, 94.78% 48.72%, 92.42% 61.51%, 79.97% 79.54%, 70.88% 85.45%, 71.21% 89.38%, 81.99% 89.38%, 82.32% 98.23%, 18.69% 98.56%, 18.69% 87.74%, 29.12% 88.40%, 29.46% 83.81%, 17.00% 75.94%, 7.58% 61.84%, 5.22% 46.76%, 6.90% 32.99%, 14.65% 18.89%, 25.76% 8.72%, 37.54% 3.48%);
}
.image-art-id-tdgsymbol-of-the-whispered-one > p {
  left: 20.03%;
  top: 91.02%;
}
.image-holy-symbol-the-cloaked-serpentcolor {
  padding-top: 24px;
  padding-right: 24px;
  padding-bottom: 32px !important;
  padding-left: 24px;
  width: 255px;
  shape-outside: polygon(50.33% 8.03%, 66.50% 11.55%, 79.70% 19.89%, 88.94% 33.35%, 92.57% 49.23%, 87.29% 67.96%, 77.39% 80.46%, 67.16% 87.70%, 83.33% 87.37%, 83.66% 97.31%, 17.33% 97.95%, 17.33% 88.16%, 33.83% 88.48%, 23.93% 81.61%, 11.72% 67.50%, 7.76% 49.23%, 11.72% 31.93%, 21.29% 18.79%, 30.86% 12.19%);
}
.image-holy-symbol-the-cloaked-serpentcolor > p {
  left: 18.98%;
  top: 90.58%;
}
.image-art-id-tdgsymbol-of-the-tal {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 32px !important;
  padding-left: 16px;
  width: 290px;
  shape-outside: polygon(50.00% 1.91%, 63.35% 13.88%, 77.64% 22.97%, 94.10% 30.73%, 84.47% 34.72%, 77.33% 46.48%, 81.68% 57.12%, 92.86% 64.66%, 81.99% 70.87%, 81.37% 92.15%, 81.37% 98.80%, 15.84% 98.58%, 15.84% 92.15%, 38.20% 92.15%, 37.58% 83.06%, 19.25% 70.65%, 6.83% 64.66%, 16.46% 58.01%, 21.74% 46.70%, 15.22% 34.50%, 5.90% 30.07%, 21.74% 23.19%, 36.34% 13.88%);
}
.image-art-id-tdgsymbol-of-the-tal > p {
  left: 17.39%;
  top: 93.70%;
}
.image-tdg > p {
  left: 66.96%;
  top: 48.42%;
}
.image-tdg {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  shape-outside: polygon(41.90% 0.36%, 47.97% 2.21%, 53.54% 9.79%, 52.53% 14.04%, 56.33% 14.59%, 59.11% 20.88%, 64.43% 10.34%, 72.78% 8.12%, 78.10% 6.28%, 87.97% 2.76%, 94.05% 5.72%, 91.77% 8.68%, 99.37% 11.94%, 99.62% 24.33%, 91.52% 28.76%, 84.68% 33.26%, 84.68% 44.84%, 94.56% 44.84%, 94.30% 58.89%, 59.37% 58.15%, 64.94% 89.02%, 69.75% 90.01%, 67.97% 94.75%, 51.77% 99.56%, 19.62% 99.07%, 0.38% 96.66%, 1.90% 90.93%, 3.67% 76.70%, 12.28% 45.65%, 15.82% 27.16%, 4.68% 16.63%, 7.22% 10.71%, 19.11% 8.49%, 25.95% 18.11%, 33.80% 14.78%, 31.52% 9.05%, 32.28% 1.65%);
}
.image-heraldry-arcana-pansophicalcolor {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 32px !important;
  padding-left: 16px;
  width: 190px;
  shape-outside: polygon(50.00% 0.56%, 62.16% 11.88%, 69.82% 24.49%, 73.42% 36.41%, 83.33% 35.99%, 77.93% 41.33%, 93.24% 47.99%, 77.93% 52.91%, 82.88% 58.85%, 73.87% 58.21%, 69.37% 70.39%, 60.81% 84.32%, 60.36% 92.44%, 95.05% 92.65%, 94.59% 98.63%, 4.05% 98.42%, 4.05% 92.22%, 37.39% 92.44%, 37.39% 83.68%, 29.73% 70.43%, 25.68% 57.78%, 16.22% 58.85%, 21.62% 53.08%, 6.31% 47.57%, 22.07% 42.22%, 16.67% 35.99%, 25.68% 36.63%, 29.28% 25.13%, 37.84% 11.88%);
}
.image-heraldry-arcana-pansophicalcolor > p {
  left: 4.50%;
  top: 93.93%;
}
.image-heraldry-asharicolor {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 250px;
  shape-outside: polygon(6.02% 2.21%, 92.86% 2.49%, 92.86% 14.21%, 61.65% 46.58%, 93.61% 78.99%, 93.61% 91.17%, 75.56% 90.94%, 75.56% 96.92%, 22.93% 96.92%, 23.31% 91.45%, 5.64% 90.76%, 5.64% 79.22%, 37.22% 46.35%, 5.64% 13.93%);
}
.image-heraldry-asharicolor > p {
  left: 24.81%;
  top: 91.63%;
}
.image-heraldry-brawlers-leaguecolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 260px;
  shape-outside: polygon(50.00% 1.87%, 68.48% 5.87%, 85.14% 16.87%, 94.20% 30.20%, 97.46% 46.87%, 93.84% 63.87%, 84.78% 75.87%, 75.00% 83.20%, 74.64% 88.54%, 84.06% 88.54%, 84.78% 97.87%, 16.67% 97.54%, 15.22% 87.87%, 27.17% 88.20%, 27.17% 83.87%, 16.67% 77.54%, 7.61% 64.54%, 1.45% 46.87%, 6.16% 27.20%, 15.58% 14.54%, 29.71% 6.20%);
}
.image-heraldry-brawlers-leaguecolor > p {
  left: 16.30%;
  top: 90.54%;
}
.image-art-id-tdgwhitestone-heraldry {
  padding-top: 8px;
  padding-right: 32px;
  padding-bottom: 32px !important;
  padding-left: 32px;
  width: 215px;
  shape-outside: polygon(50.00% 1.57%, 66.85% 3.45%, 81.90% 7.39%, 89.07% 10.79%, 88.35% 70.03%, 81.90% 75.09%, 82.26% 91.29%, 95.52% 91.29%, 95.52% 98.38%, 4.12% 97.88%, 4.12% 90.03%, 18.46% 90.28%, 18.10% 75.85%, 11.29% 70.28%, 11.65% 9.52%, 22.04% 5.72%, 34.59% 2.94%);
}
.image-art-id-tdgwhitestone-heraldry > p {
  left: 5.56%;
  top: 92.31%;
}
.image-heraldry-claret-orderscolor {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 32px !important;
  padding-left: 16px;
  width: 170px;
  shape-outside: polygon(49.50% 1.31%, 60.89% 10.68%, 77.23% 24.26%, 87.62% 33.16%, 93.07% 44.87%, 88.61% 53.77%, 79.21% 60.80%, 64.36% 65.25%, 63.86% 91.24%, 94.55% 91.48%, 95.05% 98.97%, 2.97% 98.74%, 2.97% 91.71%, 28.22% 91.68%, 29.21% 64.31%, 13.86% 57.96%, 6.44% 48.62%, 9.41% 38.08%, 21.29% 24.23%, 35.64% 14.19%);
}
.image-heraldry-claret-orderscolor > p {
  left: 4.95%;
  top: 93.35%;
}
.image-heraldry-claspcolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 195px;
  shape-outside: polygon(48.10% 0.83%, 93.13% 22.57%, 95.02% 30.64%, 86.02% 47.57%, 76.07% 52.37%, 82.23% 58.32%, 72.27% 64.27%, 72.27% 90.30%, 81.75% 90.30%, 81.75% 97.62%, 16.82% 97.39%, 16.82% 90.76%, 32.46% 90.76%, 33.89% 64.50%, 27.73% 54.37%, 10.19% 42.24%, 10.66% 30.12%, 3.55% 29.66%, 7.82% 24.46%, 21.09% 21.25%, 35.78% 13.18%);
}
.image-heraldry-claspcolor > p {
  left: 19.67%;
  top: 92.59%;
}
.image-heraldry-golden-grincolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 255px;
  shape-outside: polygon(50.00% 1.22%, 98.34% 45.97%, 65.13% 76.48%, 65.13% 88.00%, 81.00% 87.66%, 81.00% 97.16%, 21.22% 97.16%, 21.22% 87.66%, 34.87% 87.66%, 34.87% 76.82%, 1.66% 45.97%);
}
.image-heraldry-golden-grincolor > p {
  left: 22.32%;
  top: 90.04%;
}
.image-heraldry-kraghammercolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 385px;
  shape-outside: polygon(49.25% 1.29%, 61.97% 10.97%, 97.13% 66.89%, 69.45% 67.96%, 70.20% 86.96%, 79.93% 86.96%, 79.93% 98.78%, 18.08% 98.43%, 18.33% 68.32%, 1.37% 67.60%, 37.03% 10.25%, 43.02% 11.66%);
}
.image-heraldry-kraghammercolor > p {
  left: 19.08%;
  top: 89.82%;
}
.image-art-id-tdgsymbol-of-the-league-of-miracles {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 320px;
  shape-outside: polygon(30.06% 1.71%, 44.35% 1.45%, 51.19% 5.23%, 68.15% 6.00%, 79.76% 8.07%, 89.88% 17.63%, 94.94% 27.71%, 98.51% 40.98%, 96.73% 54.94%, 89.58% 73.03%, 81.85% 79.13%, 74.70% 82.75%, 74.70% 90.76%, 81.85% 91.11%, 82.14% 98.87%, 18.45% 98.61%, 18.45% 89.30%, 5.65% 77.42%, 2.68% 62.95%, 2.68% 42.02%, 8.33% 23.57%, 20.54% 15.31%, 23.81% 9.10%);
}
.image-art-id-tdgsymbol-of-the-league-of-miracles > p {
  left: 19.94%;
  top: 92.92%;
}
.image-cobaltsoulmedallionreviewrcspincopy {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 310px;
  shape-outside: polygon(49.08% 2.22%, 66.26% 4.75%, 80.67% 12.17%, 90.18% 23.65%, 97.55% 43.60%, 92.64% 65.32%, 83.13% 78.75%, 72.70% 85.08%, 73.62% 97.32%, 26.07% 97.32%, 26.07% 85.32%, 16.56% 78.22%, 5.83% 65.36%, 2.76% 50.79%, 5.21% 33.08%, 11.04% 19.60%, 20.25% 10.17%, 32.52% 4.50%);
}
.image-cobaltsoulmedallionreviewrcspincopy > p {
  left: 27.91%;
  top: 91.03%;
}
.image-copy-of-heraldry-myriadcolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 300px;
  shape-outside: polygon(64.24% 1.60%, 73.42% 24.39%, 72.47% 31.61%, 85.76% 35.31%, 97.78% 46.90%, 84.81% 42.15%, 76.58% 60.67%, 68.99% 72.35%, 65.82% 85.36%, 66.14% 97.61%, 26.27% 97.61%, 26.27% 89.44%, 37.66% 89.06%, 37.66% 70.54%, 28.16% 73.77%, 17.09% 75.20%, 3.48% 72.06%, 10.13% 70.92%, 20.57% 68.07%, 27.85% 60.38%, 20.89% 56.01%, 13.29% 53.83%, 10.13% 48.42%, 18.04% 50.98%, 23.10% 48.42%, 14.56% 43.00%, 6.01% 29.90%, 4.75% 16.22%, 9.49% 25.05%, 18.04% 32.18%, 26.27% 25.81%, 27.53% 18.69%, 32.28% 16.41%, 31.33% 21.92%, 35.13% 25.91%, 38.61% 22.20%, 42.72% 12.80%, 49.05% 7.67%);
}
.image-copy-of-heraldry-myriadcolor > p {
  left: 27.85%;
  top: 91.34%;
}
.image-heraldry-remnantscolor {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 300px;
  shape-outside: polygon(39.56% 1.35%, 60.44% 1.83%, 81.33% 6.42%, 84.18% 15.79%, 84.18% 37.17%, 89.24% 47.26%, 98.73% 58.32%, 93.04% 58.08%, 84.81% 53.53%, 73.42% 48.72%, 60.44% 52.09%, 59.18% 56.90%, 68.04% 61.70%, 73.73% 69.14%, 74.68% 76.61%, 71.20% 84.78%, 64.87% 88.63%, 64.87% 91.27%, 72.47% 91.49%, 73.42% 97.74%, 26.27% 97.74%, 26.27% 90.29%, 33.23% 91.03%, 33.23% 87.17%, 27.22% 81.66%, 25.00% 71.30%, 30.38% 61.68%, 41.77% 55.92%, 40.19% 52.33%, 33.86% 48.48%, 25.95% 48.48%, 17.41% 52.33%, 8.54% 57.38%, 2.53% 58.82%, 4.11% 54.01%, 9.81% 48.96%, 12.66% 43.18%, 15.51% 37.91%, 15.51% 23.00%, 17.09% 13.39%, 19.62% 5.45%, 22.47% 6.16%, 37.97% 5.43%);
}
.image-heraldry-remnantscolor > p {
  left: 27.53%;
  top: 92.69%;
}
.image-ixrattu-kharfinal {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 365px;
  shape-outside: polygon(43.42% 0.28%, 58.22% 0.28%, 63.97% 2.91%, 64.25% 6.15%, 94.11% 7.01%, 94.38% 14.70%, 69.18% 14.29%, 67.81% 18.29%, 68.08% 23.36%, 72.19% 36.11%, 81.23% 50.89%, 86.99% 50.48%, 96.03% 57.36%, 95.75% 67.28%, 88.63% 68.70%, 93.01% 82.46%, 94.93% 87.73%, 97.40% 93.40%, 88.63% 98.46%, 73.84% 98.86%, 50.82% 99.47%, 36.03% 98.66%, 19.32% 98.46%, 3.70% 93.40%, 2.33% 90.56%, 3.70% 87.53%, 18.77% 82.46%, 9.73% 75.58%, 6.99% 66.47%, 12.19% 65.06%, 20.14% 64.85%, 23.42% 66.88%, 26.16% 58.83%, 29.45% 56.40%, 37.40% 40.81%, 37.67% 30.85%, 32.19% 33.07%, 26.99% 27.00%, 24.25% 16.92%, 25.89% 10.40%, 29.45% 6.55%, 34.11% 11.41%, 37.12% 15.71%, 43.97% 13.48%, 39.59% 5.39%);
}
.image-ixrattu-kharfinal > p {
  left: 70.00%;
  top: 8.42%;
}
.image-art-id-tdgsymbol-of-the-wardens-of-syngorn {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 280px;
  shape-outside: polygon(44.59% 1.99%, 56.08% 1.99%, 77.36% 8.57%, 91.89% 21.23%, 97.64% 32.05%, 96.62% 43.70%, 88.51% 47.81%, 86.15% 71.10%, 88.85% 77.68%, 82.09% 84.26%, 80.07% 88.57%, 90.54% 89.33%, 90.88% 96.61%, 9.80% 96.61%, 9.80% 88.76%, 19.93% 88.51%, 19.93% 84.52%, 13.51% 77.68%, 14.86% 69.58%, 25.68% 66.99%, 21.96% 58.19%, 21.96% 44.77%, 13.85% 48.82%, 3.38% 44.01%, 2.36% 31.80%, 7.43% 20.15%, 23.99% 8.00%);
}
.image-art-id-tdgsymbol-of-the-wardens-of-syngorn > p {
  left: 11.49%;
  top: 90.79%;
}
.image-asturalscrolls {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 305px;
  shape-outside: polygon(10.12% 3.64%, 40.97% 8.30%, 91.12% 5.91%, 95.79% 15.12%, 95.17% 26.00%, 92.68% 37.96%, 94.55% 47.05%, 86.45% 49.45%, 99.84% 74.93%, 96.11% 87.25%, 90.50% 86.77%, 44.08% 91.07%, 36.29% 93.47%, 15.11% 96.46%, 6.07% 93.94%, 3.27% 83.42%, 8.88% 56.27%, 12.62% 35.57%, 6.07% 24.57%, 4.52% 16.43%, 5.45% 8.30%);
}
.image-etdcgdragonbornsoftaldoreipetrov {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 16px;
  width: 410px;
  shape-outside: polygon(9.15% 7.67%, 16.43% 5.93%, 16.67% 1.08%, 98.36% 1.86%, 100.00% 100.89%, 26.76% 100.31%, 23.24% 95.46%, 22.07% 89.64%, 16.67% 87.32%, 14.08% 82.47%, 6.81% 79.76%, 4.46% 74.92%, 3.99% 64.06%, 5.40% 50.30%, 8.92% 46.04%, 3.99% 43.14%, 8.45% 40.43%, 7.75% 31.71%, 10.56% 27.82%, 15.02% 26.27%, 11.27% 17.55%);
}
.image-etdcgdragonbornsoftaldoreipetrov > p {
  left: 17.37%;
  top: 2.25%;
}
.image-0125tdg232 {
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 395px;
  shape-outside: polygon(40.02% -0.01%, 46.11% 1.84%, 51.46% 8.68%, 75.30% 6.77%, 80.66% 2.95%, 86.25% 2.95%, 89.17% 5.72%, 88.69% 11.39%, 93.55% 11.45%, 96.47% 13.42%, 95.01% 23.59%, 89.66% 27.90%, 84.31% 31.23%, 81.39% 36.04%, 81.39% 45.21%, 94.04% 45.40%, 94.53% 57.41%, 67.03% 91.06%, 66.06% 93.71%, 57.79% 96.97%, 50.49% 99.74%, 45.86% 97.22%, 19.59% 99.19%, 0.61% 96.60%, 2.07% 90.38%, 3.53% 77.44%, 8.88% 59.33%, 13.02% 43.98%, 15.45% 35.11%, 15.21% 27.72%, 11.80% 25.31%, 7.91% 21.06%, 4.01% 16.63%, 6.69% 10.71%, 17.15% 8.68%, 31.02% 8.86%, 30.29% 4.43%, 32.00% 1.29%);
}
.image-0125tdg232 > p {
  left: 62.41%;
  top: 47.80%;
}
.image-0302crtaldoreifinalflat {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px !important;
  padding-left: 0px;
  width: 645px;
}
.image-0302crtaldoreifinalflat > p {
  left: 25.04%;
  top: 93.87%;
}
.image-0303tdg403 {
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 0px !important;
  padding-left: 16px;
  width: 325px;
  shape-outside: polygon(27.59% 0.38%, 44.12% 2.13%, 51.68% 0.56%, 59.80% 1.58%, 69.89% 6.91%, 73.25% 13.61%, 70.45% 15.27%, 63.17% 17.84%, 74.37% 31.73%, 65.69% 42.94%, 95.66% 47.35%, 94.26% 49.09%, 88.94% 49.27%, 93.70% 77.13%, 93.98% 87.61%, 84.45% 89.71%, 90.62% 92.29%, 86.69% 96.52%, 76.05% 95.96%, 64.29% 95.96%, 53.08% 97.25%, 39.64% 98.91%, 28.99% 99.93%, 18.63% 98.72%, 12.75% 94.86%, 24.23% 91.92%, 24.79% 84.20%, 30.95% 72.62%, 27.87% 68.57%, 25.07% 61.59%, 32.07% 50.74%, 28.99% 47.07%, 27.03% 40.45%, 27.03% 37.14%, 21.15% 30.34%, 18.35% 24.82%, 27.59% 17.94%, 10.78% 17.47%, 5.18% 12.51%, 13.31% 8.10%, 20.87% 7.73%, 18.63% 4.79%);
}
.image-0303tdg403 > p {
  left: 66.25%;
  top: 78.24%;
}
.image-03045etdcgelvestaldoreiiannciello {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px !important;
  padding-left: 0px;
  width: 515px;
}
.image-03045etdcgelvestaldoreiiannciello > p {
  left: 25.73%;
  top: 95.60%;
}
.image-0305tdg405 {
  padding-top: 0px;
  padding-right: 16px;
  padding-bottom: 0px !important;
  padding-left: 16px;
  width: 315px;
  shape-outside: polygon(47.98% 0.05%, 56.63% 1.28%, 59.51% 3.81%, 57.78% 5.49%, 62.39% 8.98%, 62.97% 10.73%, 69.60% 10.34%, 71.61% 12.48%, 80.84% 12.55%, 81.99% 18.30%, 88.04% 17.72%, 95.53% 22.25%, 87.18% 22.96%, 89.48% 26.85%, 86.02% 29.95%, 93.80% 33.26%, 93.80% 36.94%, 96.11% 41.67%, 92.65% 44.13%, 83.43% 46.33%, 78.82% 44.97%, 77.09% 66.72%, 74.21% 66.46%, 69.31% 83.03%, 65.56% 84.13%, 64.41% 88.98%, 72.77% 97.59%, 64.70% 99.47%, 37.61% 99.73%, 34.73% 96.56%, 20.32% 94.03%, 20.32% 87.43%, 44.81% 87.11%, 38.18% 80.83%, 43.08% 74.61%, 41.35% 67.24%, 43.08% 54.88%, 42.22% 44.71%, 20.61% 46.46%, 11.38% 44.71%, 4.76% 37.01%, 10.52% 33.26%, 26.37% 33.45%, 31.56% 30.73%, 28.67% 24.32%, 36.74% 12.67%, 39.63% 7.82%, 37.32% 5.68%, 41.35% 1.60%);
}
.image-0305tdg405 > p {
  left: 22.05%;
  top: 89.24%;
}
.image-0306tdg406 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px !important;
  padding-left: 0px;
  width: 365px;
}
.image-0306tdg406 > p {
  left: 29.18%;
  top: 93.27%;
}
.image-0307goblinkin-finale {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px !important;
  padding-left: 0px;
  width: 515px;
}
.image-0307goblinkin-finale > p {
  left: 35.24%;
  top: 93.84%;
}
.image-0308tdg408a {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 400px;
  shape-outside: polygon(21.08% 9.21%, 47.30% 9.32%, 51.23% 3.73%, 54.41% 2.36%, 56.13% 0.02%, 65.93% 0.80%, 71.08% 6.67%, 69.61% 11.17%, 67.65% 13.71%, 75.25% 14.89%, 83.82% 18.80%, 88.97% 28.69%, 91.67% 38.76%, 96.32% 41.89%, 96.81% 45.81%, 99.26% 51.09%, 99.51% 57.94%, 96.08% 61.27%, 94.61% 64.20%, 92.89% 65.57%, 91.67% 92.19%, 88.24% 95.91%, 77.94% 97.08%, 71.32% 97.47%, 64.95% 98.65%, 55.64% 98.65%, 43.14% 98.84%, 28.68% 98.25%, 17.65% 96.30%, 4.90% 96.69%, 2.21% 93.95%, 4.66% 91.99%, 9.80% 90.23%, 18.14% 84.95%, 27.45% 72.81%, 38.97% 58.33%, 39.95% 41.11%, 26.47% 41.50%, 20.83% 41.31%, 20.59% 36.52%, 23.28% 29.86%, 23.53% 20.86%, 21.57% 16.65%);
}
.image-0308tdg408a > p {
  left: 22.79%;
  top: 11.86%;
}
.image-0309finalkathrynwheeler408bhalflings {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px !important;
  padding-left: 0px;
  width: 415px;
}
.image-0309finalkathrynwheeler408bhalflings > p {
  left: 21.33%;
  top: 95.01%;
}
.image-0310kathrynwheelertdg409humans {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 365px;
  shape-outside: polygon(25.59% 1.38%, 26.90% 8.74%, 49.74% 10.19%, 96.72% 15.14%, 95.93% 98.18%, 56.56% 98.66%, 54.72% 96.91%, 57.61% 94.03%, 24.28% 92.11%, 13.25% 92.91%, 3.28% 92.75%, 9.06% 88.75%, 15.09% 86.83%, 19.29% 81.86%, 13.52% 78.19%, 11.94% 73.70%, 6.43% 71.14%, 2.76% 71.14%, 2.76% 67.47%, 9.58% 64.27%, 19.55% 58.50%, 17.19% 55.47%, 13.78% 42.18%, 15.35% 36.27%, 19.55% 33.22%);
}
.image-0310kathrynwheelertdg409humans > p {
  left: 34.38%;
  top: 10.94%;
}
.image-0311tdg410 {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 350px;
  shape-outside: polygon(39.62% 0.29%, 45.90% 2.51%, 46.72% 6.02%, 98.09% 7.69%, 96.45% 98.63%, 31.69% 99.00%, 20.77% 99.74%, 13.11% 96.78%, 16.39% 93.26%, 17.49% 74.60%, 20.22% 68.50%, 17.21% 58.70%, 8.20% 58.88%, 5.74% 56.30%, 6.83% 47.98%, 2.73% 40.21%, 2.73% 32.45%, 3.55% 25.06%, 8.74% 19.88%, 13.93% 17.29%, 18.31% 13.42%, 23.77% 11.93%, 30.60% 11.01%, 29.51% 6.57%, 31.42% 2.51%, 34.43% 0.84%);
}
.image-0311tdg410 > p {
  left: 62.57%;
  top: 8.62%;
}
.image-0312finalkathrynwheelertdg411tiefling {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 270px;
  shape-outside: polygon(40.91% 1.37%, 63.99% 1.37%, 66.43% 4.07%, 88.81% 9.84%, 89.51% 17.78%, 75.87% 24.46%, 81.12% 26.11%, 80.07% 29.40%, 88.81% 30.90%, 92.31% 32.10%, 95.80% 40.72%, 92.66% 42.60%, 86.36% 45.30%, 79.72% 45.90%, 82.17% 51.14%, 85.66% 54.74%, 83.92% 59.69%, 80.42% 64.71%, 86.36% 72.66%, 96.85% 84.50%, 97.20% 92.00%, 93.01% 93.87%, 81.82% 95.07%, 77.27% 95.07%, 55.59% 93.27%, 52.80% 97.62%, 49.30% 99.12%, 39.51% 98.44%, 33.22% 96.42%, 22.38% 95.52%, 11.54% 92.82%, 3.85% 90.12%, 7.69% 84.88%, 25.17% 63.29%, 20.98% 59.54%, 25.87% 51.59%, 19.23% 47.69%, 22.03% 43.35%, 15.73% 41.55%, 22.03% 33.60%, 24.83% 28.13%, 32.87% 25.36%, 37.06% 23.86%, 37.41% 15.16%, 40.91% 11.71%, 46.15% 9.91%, 40.56% 6.47%, 38.46% 4.07%);
}
.image-0312finalkathrynwheelertdg411tiefling > p {
  left: 72.22%;
  top: 12.54%;
}
.image-0313tdg412 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 32px !important;
  padding-left: 0px;
  width: 540px;
}
.image-0313tdg412 > p {
  left: 33.15%;
  top: 94.12%;
}
.image-0314juggernautfinal {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 430px;
  shape-outside: polygon(40.81% 2.33%, 45.52% 3.58%, 49.33% 5.45%, 51.35% 8.37%, 57.17% 9.41%, 62.11% 5.04%, 68.16% 2.42%, 76.23% 1.79%, 85.20% 3.04%, 92.60% 8.04%, 96.64% 14.41%, 97.09% 21.29%, 95.74% 28.79%, 91.93% 39.41%, 86.55% 49.92%, 76.91% 58.67%, 73.09% 60.24%, 61.88% 59.83%, 61.43% 65.66%, 60.09% 68.79%, 61.66% 72.54%, 61.66% 82.54%, 64.13% 88.99%, 68.16% 95.96%, 63.90% 97.95%, 57.85% 97.95%, 19.96% 97.54%, 12.56% 94.41%, 15.25% 89.83%, 18.61% 86.91%, 22.65% 81.49%, 23.09% 71.08%, 25.78% 67.95%, 27.80% 59.20%, 33.63% 47.74%, 34.08% 42.12%, 32.51% 33.58%, 26.68% 34.62%, 15.70% 34.62%, 13.23% 31.29%, 14.57% 25.24%, 18.61% 16.08%, 20.18% 13.58%, 8.52% 7.12%, 2.24% 4.62%, 2.91% 1.08%, 5.61% 0.45%, 22.65% 10.24%, 29.60% 10.87%, 34.30% 6.70%);
}
.image-0315tragedy-bardfinal {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 390px;
  shape-outside: polygon(40.39% 0.33%, 47.54% 0.55%, 96.55% 0.73%, 97.54% 85.98%, 59.11% 93.88%, 24.88% 96.10%, 20.20% 97.92%, 12.07% 94.08%, 3.69% 92.27%, 1.97% 88.83%, 6.90% 80.75%, 11.58% 78.13%, 17.24% 73.88%, 18.72% 68.83%, 16.26% 62.77%, 13.05% 60.55%, 13.55% 51.66%, 11.82% 44.59%, 13.55% 39.94%, 18.97% 38.71%, 21.67% 36.31%, 17.00% 28.61%, 18.72% 24.59%, 11.58% 24.39%, 7.88% 20.55%, 7.39% 14.89%, 12.81% 12.27%, 17.49% 11.86%, 20.69% 14.69%, 36.21% 14.69%, 36.70% 10.83%, 36.21% 5.58%);
}
.image-0316blood-clericfinal {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 315px;
  shape-outside: polygon(45.77% 0.94%, 53.32% 1.50%, 57.25% 4.95%, 55.14% 8.79%, 53.63% 12.46%, 56.04% 15.25%, 60.57% 15.07%, 89.88% 9.84%, 95.62% 4.29%, 97.13% 10.75%, 96.83% 19.09%, 93.20% 23.28%, 86.86% 23.10%, 82.02% 23.80%, 77.79% 23.45%, 72.36% 32.35%, 68.43% 34.62%, 67.52% 40.38%, 71.15% 44.96%, 74.17% 55.39%, 69.94% 56.26%, 68.13% 61.36%, 70.24% 66.91%, 72.05% 73.19%, 72.36% 79.51%, 73.56% 85.80%, 79.61% 91.55%, 86.56% 95.57%, 80.82% 96.92%, 75.98% 98.84%, 70.24% 99.72%, 59.06% 99.19%, 51.21% 97.45%, 4.08% 98.01%, 3.47% 1.15%);
}
.image-0317moon-cleric-final {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 375px;
  shape-outside: polygon(36.45% 0.86%, 96.29% 1.41%, 96.80% 98.44%, 84.02% 99.74%, 73.02% 97.37%, 61.25% 97.93%, 50.77% 97.37%, 40.03% 94.77%, 29.80% 93.47%, 24.68% 96.44%, 17.77% 96.81%, 14.71% 94.40%, 8.31% 93.66%, 7.03% 91.62%, 12.66% 87.91%, 18.03% 88.65%, 21.36% 84.20%, 21.61% 81.04%, 19.82% 75.66%, 19.05% 71.21%, 22.38% 62.45%, 20.59% 58.97%, 9.85% 58.78%, 4.99% 56.93%, 2.69% 52.66%, 3.96% 47.24%, 5.75% 43.16%, 9.85% 40.60%, 10.61% 35.59%, 12.92% 32.44%, 15.98% 20.34%, 17.26% 14.62%, 21.61% 14.25%, 24.94% 16.29%, 30.05% 16.48%, 32.35% 15.00%, 26.98% 10.54%, 28.01% 5.35%);
}
.image-0318blighted-druidfinal {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 315px;
  shape-outside: polygon(32.54% 0.46%, 36.98% 4.27%, 43.65% 6.73%, 41.43% 9.91%, 40.48% 11.90%, 46.19% 12.40%, 47.46% 14.39%, 56.98% 13.39%, 68.41% 13.39%, 76.35% 16.21%, 83.65% 24.34%, 80.16% 29.81%, 87.14% 52.03%, 84.60% 57.15%, 90.32% 64.30%, 86.51% 69.28%, 80.16% 72.60%, 69.68% 73.90%, 68.10% 86.53%, 74.76% 90.15%, 84.60% 91.48%, 97.62% 92.31%, 94.13% 96.97%, 77.30% 97.47%, 63.97% 98.47%, 41.43% 98.80%, 22.06% 96.81%, 2.06% 94.98%, 6.51% 92.83%, 11.59% 88.68%, 16.35% 84.70%, 18.57% 54.85%, 21.43% 52.03%, 21.11% 38.43%, 17.94% 34.95%, 20.48% 31.47%, 21.43% 22.51%, 16.03% 19.20%, 9.37% 14.72%, 10.63% 9.74%);
}
.image-0319cobalt-soul-monkfinal {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 280px;
  shape-outside: polygon(42.91% 0.60%, 50.68% 0.43%, 57.09% 3.31%, 57.77% 6.87%, 55.07% 10.60%, 59.46% 14.32%, 59.80% 16.36%, 68.58% 18.92%, 70.27% 31.10%, 79.05% 32.80%, 86.82% 31.10%, 95.95% 33.65%, 93.92% 53.31%, 88.51% 55.68%, 88.51% 68.39%, 90.20% 73.31%, 88.85% 79.75%, 85.14% 80.60%, 75.68% 78.05%, 66.22% 77.71%, 60.14% 88.39%, 67.57% 91.44%, 88.85% 92.46%, 95.27% 94.51%, 93.24% 98.90%, 82.77% 98.90%, 11.49% 98.90%, 4.73% 96.70%, 4.05% 0.78%);
}
.image-0320open-seasfinal {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 440px;
  shape-outside: polygon(37.27% 4.83%, 43.64% 4.83%, 47.73% 7.04%, 74.32% 9.29%, 74.55% 4.32%, 77.73% 1.08%, 84.55% 0.74%, 90.45% 2.61%, 92.05% 5.51%, 83.86% 82.08%, 96.59% 82.89%, 98.41% 89.35%, 98.41% 99.42%, 80.23% 99.55%, 69.55% 99.72%, 58.86% 97.68%, 38.86% 97.68%, 17.27% 97.00%, 2.27% 94.11%, 6.59% 85.10%, 10.45% 80.17%, 15.68% 69.62%, 29.55% 50.95%, 28.41% 44.11%, 27.95% 34.76%, 30.91% 23.53%, 27.73% 21.49%, 32.50% 19.62%, 34.32% 15.54%);
}
.image-0321runechildfinal1 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 375px;
  shape-outside: polygon(58.27% 0.14%, 60.93% 4.21%, 59.60% 7.54%, 63.60% 12.64%, 62.27% 16.26%, 69.20% 19.88%, 79.07% 44.88%, 80.40% 55.73%, 85.20% 61.65%, 87.87% 65.76%, 96.67% 71.15%, 99.07% 76.25%, 91.07% 84.64%, 84.40% 90.60%, 80.67% 94.88%, 70.27% 98.99%, 52.93% 97.18%, 31.33% 94.88%, 14.27% 94.55%, 7.33% 90.76%, 18.27% 83.69%, 11.60% 60.17%, 2.27% 57.38%, 4.93% 29.21%, 3.60% 23.49%, 9.20% 15.93%, 8.93% 5.24%, 16.93% 0.63%, 25.20% 2.28%);
}
.image-0322blood-magefinal1 {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 410px;
  shape-outside: polygon(22.44% 5.86%, 39.51% 9.54%, 56.59% 8.14%, 63.41% 7.96%, 86.34% 8.14%, 89.02% 4.80%, 94.15% 0.59%, 98.78% 0.24%, 98.54% 98.00%, 86.83% 98.31%, 77.80% 99.54%, 58.54% 97.79%, 39.76% 98.00%, 32.44% 97.26%, 33.41% 92.52%, 37.32% 78.31%, 31.46% 76.03%, 26.10% 69.54%, 42.44% 49.89%, 30.73% 51.12%, 14.88% 49.54%, 7.07% 43.57%, 2.44% 33.75%, 0.98% 25.68%, 10.24% 12.91%);
}
.image-03235etdcgclaspmemberdigiovanni {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 400px;
  shape-outside: polygon(5.00% 0.77%, 11.25% 0.17%, 52.75% 8.76%, 52.25% 16.91%, 52.50% 22.44%, 57.00% 32.98%, 63.00% 32.46%, 65.75% 35.75%, 62.50% 45.02%, 59.50% 46.06%, 66.75% 54.58%, 74.50% 65.64%, 80.25% 82.83%, 94.00% 83.43%, 98.50% 87.68%, 93.25% 90.46%, 89.50% 95.69%, 72.50% 98.30%, 53.50% 98.98%, 36.75% 98.98%, 20.50% 96.59%, 5.75% 95.84%, 1.75% 93.60%, 0.25% 5.70%);
}
.image-0401daggerofdenial {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 195px;
  shape-outside: polygon(78.44% 1.14%, 90.76% 0.87%, 97.87% 7.42%, 93.60% 90.76%, 70.38% 90.12%, 69.91% 96.40%, 15.88% 96.40%, 15.88% 88.87%, 4.98% 90.22%, 31.52% 58.23%, 6.87% 36.45%, 26.30% 29.73%, 50.47% 32.69%, 44.79% 17.91%, 63.74% 17.10%);
}
.image-0401daggerofdenial > p {
  left: 18.72%;
  top: 89.41%;
}
.image-04025etdcgthedecadentenddikolenko {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 245px;
  shape-outside: polygon(83.72% 0.97%, 94.06% 0.47%, 95.59% 4.75%, 96.36% 33.40%, 94.83% 81.01%, 33.52% 80.25%, 23.18% 94.86%, 5.56% 99.90%, 3.64% 86.80%, 10.15% 83.28%, 60.34% 25.34%, 56.51% 19.86%, 46.55% 18.35%, 46.17% 12.81%, 54.21% 11.80%, 62.64% 16.02%, 72.61% 18.10%, 83.72% 5.95%);
}
.image-04025etdcgthedecadentenddikolenko > p {
  left: 41.57%;
  top: 68.67%;
}
.image-0403mirroroftranspondence {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 230px;
  shape-outside: polygon(76.83% 1.64%, 91.06% 13.16%, 96.75% 35.47%, 82.52% 52.64%, 82.52% 68.56%, 92.28% 68.88%, 92.28% 84.23%, 27.64% 84.23%, 23.58% 91.02%, 17.48% 96.24%, 4.88% 97.91%, 5.69% 85.79%, 11.38% 76.59%, 21.54% 64.83%, 21.95% 58.93%, 12.20% 46.99%, 12.20% 34.30%, 19.92% 24.35%, 23.98% 18.63%, 33.74% 12.16%, 43.90% 6.94%, 59.76% 3.70%);
}
.image-0403mirroroftranspondence > p {
  left: 30.43%;
  top: 74.25%;
}
.image-0406agony {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 225px;
  shape-outside: polygon(5.60% 20.43%, 19.71% 24.51%, 30.08% 16.93%, 36.31% 15.18%, 40.87% 13.14%, 44.61% 4.39%, 53.73% 0.76%, 63.28% 6.72%, 70.75% 3.52%, 74.07% 9.35%, 93.98% 10.09%, 96.06% 64.61%, 71.99% 97.26%, 54.56% 96.39%, 47.51% 89.52%, 32.57% 82.82%, 27.18% 75.53%, 29.67% 69.41%, 20.12% 70.57%, 14.32% 61.83%, 5.19% 58.20%, 6.85% 44.33%, 14.73% 40.54%, 5.60% 37.34%, 2.28% 30.21%);
}
.image-0406agony > p {
  left: 74.07%;
  top: 20.88%;
}
.image-0407armorofthevaliantsoul {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 32px !important;
  padding-left: 16px;
  width: 255px;
  shape-outside: polygon(39.55% 3.27%, 50.35% 1.83%, 58.71% 2.46%, 66.38% 6.31%, 67.07% 9.91%, 73.34% 12.80%, 86.93% 10.00%, 89.02% 18.57%, 93.55% 22.65%, 93.55% 36.68%, 83.80% 35.15%, 78.22% 52.22%, 84.84% 64.00%, 86.59% 74.34%, 83.45% 83.47%, 77.87% 85.87%, 77.53% 90.92%, 85.89% 91.64%, 85.19% 99.18%, 25.96% 98.94%, 26.66% 90.68%, 37.11% 90.44%, 35.02% 86.84%, 27.70% 82.27%, 27.35% 70.97%, 29.44% 60.87%, 33.28% 53.03%, 32.23% 47.17%, 28.05% 38.76%, 19.34% 38.28%, 11.67% 41.16%, 8.54% 37.56%, 5.75% 31.07%, 6.10% 24.34%, 10.98% 18.09%, 9.93% 11.35%, 15.16% 10.15%, 21.43% 11.35%, 29.44% 11.59%, 35.37% 9.43%, 39.55% 6.07%);
}
.image-0407armorofthevaliantsoul > p {
  left: 28.05%;
  top: 93.42%;
}
.image-0408cabalsruin {
  padding-top: 8px;
  padding-right: 16px;
  padding-bottom: 8px !important;
  padding-left: 16px;
  width: 270px;
  shape-outside: polygon(31.13% 1.35%, 35.43% 2.96%, 89.08% 5.68%, 91.06% 69.38%, 58.28% 96.30%, 47.35% 97.74%, 36.75% 92.93%, 23.84% 91.97%, 17.22% 82.84%, 11.26% 80.92%, 7.95% 60.24%, 9.27% 35.48%, 5.30% 32.12%, 12.91% 19.62%, 9.60% 16.49%, 20.86% 7.60%);
}
.image-0408cabalsruin > p {
  left: 61.89%;
  top: 77.07%;
}
.image-0409circletofbarbedvision {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 285px;
  shape-outside: polygon(3.82% 3.80%, 24.75% 2.23%, 66.94% 3.54%, 94.85% 5.37%, 95.51% 24.75%, 94.52% 96.76%, 25.42% 97.28%, 14.78% 96.74%, 7.14% 87.57%, 12.46% 73.96%, 15.78% 62.44%, 16.11% 38.64%, 2.82% 19.27%);
}
.image-0409circletofbarbedvision > p {
  left: 24.75%;
  top: 88.12%;
}
.image-0410condemner {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 285px;
  shape-outside: polygon(37.71% 6.55%, 45.35% 4.59%, 54.32% 6.55%, 63.95% 12.41%, 69.60% 22.18%, 68.60% 28.70%, 79.57% 26.41%, 92.86% 28.54%, 97.18% 36.84%, 94.19% 44.66%, 84.55% 46.94%, 76.25% 46.28%, 82.23% 70.71%, 83.22% 90.26%, 78.57% 96.45%, 74.58% 96.45%, 74.92% 89.61%, 69.27% 84.72%, 52.33% 83.42%, 51.33% 93.03%, 24.75% 93.03%, 26.08% 77.07%, 16.78% 74.62%, 9.80% 69.09%, 10.47% 60.29%, 10.13% 49.54%, 12.13% 38.79%, 11.46% 29.02%, 4.82% 20.55%, 3.16% 17.62%, 13.79% 18.27%, 25.08% 25.11%);
}
.image-0410condemner > p {
  left: 27.41%;
  top: 85.21%;
}
.image-0411deathwalkersward {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 295px;
  shape-outside: polygon(35.85% 3.84%, 40.68% 1.87%, 59.65% 2.09%, 71.86% 3.18%, 95.66% 6.45%, 96.62% 90.76%, 77.33% 91.19%, 77.33% 98.17%, 31.99% 97.95%, 31.99% 91.85%, 24.92% 90.98%, 8.52% 87.93%, 15.59% 74.42%, 4.66% 72.89%, 3.70% 68.54%, 11.41% 61.13%, 3.05% 61.13%, 16.56% 45.67%, 12.38% 41.96%, 12.70% 36.07%, 17.52% 27.58%, 13.99% 22.35%, 17.52% 14.07%, 26.85% 10.80%);
}
.image-0411deathwalkersward > p {
  left: 34.24%;
  top: 92.94%;
}
.image-0412fenthras {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 255px;
  shape-outside: polygon(76.57% 2.62%, 82.84% 7.53%, 88.01% 16.25%, 88.75% 24.42%, 93.54% 26.33%, 94.65% 95.53%, 27.12% 97.17%, 8.67% 97.44%, 3.51% 94.17%, 8.30% 90.09%, 12.36% 91.18%, 73.25% 9.16%, 69.56% 5.07%);
}
.image-0412fenthras > p {
  left: 69.19%;
  top: 87.09%;
}
.image-0413honorslaststand {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 285px;
  shape-outside: polygon(3.49% 4.08%, 30.73% 2.61%, 66.94% 2.85%, 95.51% 5.06%, 94.52% 88.60%, 72.26% 88.36%, 72.26% 97.69%, 30.07% 97.94%, 29.07% 91.55%, 22.09% 91.30%, 17.11% 86.88%, 14.78% 48.80%, 10.13% 47.81%, 7.48% 35.28%, 11.79% 33.07%, 9.80% 13.66%, 5.81% 10.71%);
}
.image-0413honorslaststand > p {
  left: 31.40%;
  top: 92.04%;
}
.image-0414kissofthechangebringer {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 32px !important;
  padding-left: 8px;
  width: 190px;
  shape-outside: polygon(50.97% 4.83%, 65.05% 1.31%, 75.73% 4.83%, 89.81% 15.94%, 96.12% 30.82%, 94.17% 41.83%, 87.38% 53.41%, 71.84% 67.12%, 65.53% 77.66%, 54.85% 84.79%, 54.85% 90.64%, 91.75% 90.78%, 92.72% 99.21%, 9.22% 98.97%, 9.22% 91.48%, 29.13% 91.48%, 29.13% 87.96%, 22.33% 83.85%, 14.08% 74.48%, 12.62% 69.10%, 4.85% 61.60%, 4.85% 55.28%, 2.91% 43.23%, 10.68% 30.12%, 22.33% 19.11%, 34.95% 11.15%);
}
.image-0414kissofthechangebringer > p {
  left: 11.17%;
  top: 93.35%;
}
.image-0415mythcarver {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 245px;
  shape-outside: polygon(4.79% 0.44%, 15.13% 9.73%, 94.44% 12.73%, 95.59% 99.62%, 87.55% 99.49%, 77.59% 94.57%, 67.62% 88.83%, 61.49% 79.67%, 60.73% 71.07%, 55.36% 65.06%, 5.17% 4.26%);
}
.image-0415mythcarver > p {
  left: 54.90%;
  top: 41.42%;
}
.image-0416plateofthedawnmartyr {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 285px;
  shape-outside: polygon(48.01% 1.63%, 61.30% 2.96%, 70.27% 7.39%, 82.56% 12.81%, 88.21% 19.95%, 90.20% 29.31%, 97.18% 37.59%, 94.85% 95.47%, 29.07% 97.44%, 20.10% 95.32%, 8.47% 87.93%, 6.81% 78.08%, 7.81% 64.93%, 11.13% 60.84%, 2.82% 61.23%, 3.16% 52.46%, 3.82% 41.38%, 6.81% 24.29%, 5.48% 17.98%, 13.12% 9.02%, 22.09% 6.90%, 27.74% 3.69%, 35.05% 3.94%);
}
.image-0416plateofthedawnmartyr > p {
  left: 33.39%;
  top: 87.59%;
}
.image-0417pyremaul {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 275px;
  shape-outside: polygon(71.65% 9.77%, 70.62% 0.65%, 74.74% 0.65%, 78.52% 7.74%, 88.49% 11.46%, 89.18% 18.22%, 94.67% 18.55%, 97.08% 30.27%, 85.05% 39.06%, 85.40% 93.45%, 10.82% 94.80%, 5.33% 99.19%, 2.58% 94.12%, 6.01% 78.69%, 13.92% 69.12%, 45.19% 44.80%, 66.15% 28.69%, 64.43% 23.28%, 63.75% 16.53%);
}
.image-0417pyremaul > p {
  left: 61.27%;
  top: 46.83%;
}
.image-0418spireofconflux {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 180px;
  shape-outside: polygon(33.16% 2.00%, 37.76% 3.41%, 93.37% 6.10%, 94.39% 98.34%, 88.78% 98.12%, 74.49% 84.71%, 62.76% 67.78%, 49.49% 66.19%, 40.31% 61.96%, 41.33% 52.61%, 39.80% 44.68%, 32.65% 42.74%, 29.59% 35.68%, 33.16% 32.15%, 25.51% 29.86%, 16.84% 25.80%, 10.71% 19.46%, 5.61% 16.63%, 7.65% 10.28%, 21.94% 4.11%);
}
.image-0418spireofconflux > p {
  left: 50.51%;
  top: 34.85%;
}
.image-0419starrazor {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 270px;
  shape-outside: polygon(94.76% 0.19%, 94.41% 97.01%, 10.49% 97.33%, 3.85% 98.28%, 3.50% 93.51%, 18.88% 78.93%, 9.79% 70.33%, 15.73% 69.70%, 20.28% 72.56%, 24.48% 67.78%, 35.66% 58.16%, 60.14% 32.04%, 79.72% 12.30%);
}
.image-0419starrazor > p {
  left: 40.56%;
  top: 74.08%;
}
.image-0420titanstoneknuckles {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 8px !important;
  padding-left: 8px;
  width: 280px;
  shape-outside: polygon(37.16% 4.16%, 49.66% 1.50%, 58.45% 3.10%, 65.88% 7.37%, 71.96% 15.90%, 94.26% 16.43%, 95.61% 97.23%, 29.39% 97.76%, 20.61% 92.44%, 26.35% 87.37%, 16.55% 79.90%, 15.88% 68.97%, 18.58% 60.97%, 10.47% 56.44%, 8.78% 52.97%, 2.36% 52.43%, 3.72% 40.16%, 8.45% 38.57%, 8.78% 34.04%, 15.88% 27.37%, 19.93% 27.64%, 24.66% 22.57%);
}
.image-0420titanstoneknuckles > p {
  left: 45.27%;
  top: 91.63%;
}
.image-0421whisper {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 215px;
  shape-outside: polygon(26.19% 3.47%, 38.74% 0.41%, 39.18% 7.63%, 93.72% 10.45%, 95.45% 99.61%, 67.75% 70.45%, 27.92% 70.17%, 27.92% 56.28%, 56.93% 56.28%, 52.16% 50.41%, 33.98% 52.08%, 23.16% 44.02%, 17.53% 31.52%, 17.10% 27.36%, 3.68% 26.84%, 11.90% 23.47%, 16.67% 17.08%, 22.29% 10.41%);
}
.image-0421whisper > p {
  left: 33.12%;
  top: 60.45%;
}
.image-0422wrapsofdyamak {
  padding-top: 0px;
  padding-right: 8px;
  padding-bottom: 0px !important;
  padding-left: 8px;
  width: 325px;
  shape-outside: polygon(30.06% 0.36%, 40.32% 0.65%, 38.56% 9.19%, 60.26% 11.85%, 95.75% 18.98%, 95.75% 98.18%, 63.78% 97.61%, 12.76% 99.60%, 5.13% 99.89%, 3.96% 96.94%, 11.29% 86.50%, 6.30% 83.84%, 5.72% 76.43%, 2.49% 71.02%, 8.94% 67.60%, 10.41% 57.63%, 15.69% 48.51%, 21.26% 33.98%, 25.07% 14.61%, 25.37% 6.91%);
}
.image-0422wrapsofdyamak > p {
  left: 31.82%;
  top: 87.35%;
}
.image-05105etdcgclaspadversariesdigiovanni {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 390px;
  shape-outside: polygon(39.74% 14.33%, 45.38% 18.45%, 58.21% 19.33%, 60.77% 14.33%, 58.97% 6.69%, 61.79% 0.80%, 72.82% 1.10%, 79.23% 2.57%, 84.10% 6.98%, 86.15% 23.12%, 91.28% 71.98%, 95.13% 91.10%, 94.10% 94.92%, 81.28% 96.69%, 67.44% 97.27%, 46.41% 98.16%, 38.46% 98.75%, 17.69% 97.53%, 2.56% 92.27%, 1.28% 87.27%, 4.36% 84.63%, 9.74% 81.98%, 8.72% 74.04%, 7.44% 64.92%, 8.46% 54.63%, 18.46% 49.59%, 12.05% 38.75%, 24.10% 35.77%);
}
.image-0522ravagersfinal {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 375px;
  shape-outside: polygon(60.93% -0.12%, 67.33% 3.47%, 99.07% 6.14%, 98.27% 97.75%, 24.67% 96.55%, 20.67% 97.96%, 15.60% 98.44%, 10.80% 92.44%, 8.93% 87.89%, 5.47% 87.89%, 4.40% 81.89%, 4.67% 72.06%, 8.40% 61.03%, 17.47% 56.47%, 24.93% 52.15%, 31.87% 50.48%, 24.40% 34.41%, 37.73% 26.26%, 38.00% 19.78%, 43.33% 15.94%, 40.67% 10.91%, 46.00% 6.11%, 51.07% 6.11%);
}
.image-05245etdcggoliathsiannciello {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 380px;
  shape-outside: polygon(40.00% 1.88%, 46.58% 2.39%, 62.63% 4.33%, 81.05% 2.84%, 90.79% 1.64%, 99.47% 3.08%, 98.68% 97.55%, 75.53% 97.55%, 70.53% 99.26%, 63.95% 97.02%, 57.63% 95.97%, 49.21% 97.61%, 38.95% 96.87%, 40.00% 94.48%, 44.74% 93.44%, 49.21% 88.21%, 48.95% 81.05%, 45.00% 78.81%, 42.11% 76.42%, 26.58% 76.06%, 23.42% 71.94%, 18.16% 69.41%, 16.05% 65.67%, 19.21% 50.90%, 20.26% 43.14%, 13.95% 40.45%, 19.21% 33.58%, 10.26% 28.06%, 10.00% 23.44%, 6.32% 12.63%, 5.00% 7.40%, 26.58% 10.00%, 33.68% 8.51%, 34.47% 3.97%);
}
.image-0527serpentfolk-finale {
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px !important;
  padding-left: 0px;
  width: 360px;
  shape-outside: polygon(36.67% 5.47%, 46.11% 3.02%, 59.17% 6.14%, 61.67% 0.80%, 73.06% 1.25%, 85.56% 1.25%, 96.39% 4.80%, 98.61% 19.91%, 98.06% 95.02%, 86.94% 99.25%, 67.50% 95.69%, 57.50% 97.69%, 36.94% 93.02%, 30.83% 94.14%, 20.83% 94.36%, 14.44% 91.25%, 12.22% 82.36%, 16.39% 77.25%, 23.33% 74.58%, 21.94% 71.02%, 26.67% 65.91%, 30.28% 63.02%, 20.83% 60.36%, 24.17% 57.69%, 18.06% 49.47%, 1.94% 52.14%, 5.56% 48.14%, 13.61% 41.91%, 17.22% 39.25%, 23.89% 38.58%, 19.17% 33.47%, 8.61% 31.91%, 4.17% 31.02%, 3.89% 26.58%, 2.22% 17.69%, 9.17% 13.25%, 16.94% 13.91%);
}


@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;
    }
    
    .main-holder .image-so > p {
        position: relative;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 800px) {
  .main-holder {
      padding-left: var(--font-size-small-3);
            padding-right: var(--font-size-small-3);
  }
}

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

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