:root {
  --br-layout-width: 100vw;
  --br-rendered-width: var(--br-layout-width);
}

/* Bunnyroll layout helpers */

#container {
  width: var(--br-layout-width);
  max-width: none;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-x: clip;
}

#content {
  padding: 0;
}

.br-pge {
  container-type: inline-size;
  position: relative;
  width: 100%;
  aspect-ratio: 1280 / 859;
  overflow: hidden;
  isolation: isolate;
  background-color: #ffffffff;
}

.br-ele {
  position: absolute;
  margin: 0;
  transform-origin: center;
}

.br-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  max-width: none;
  margin: 0;
}

/* External embeds are deliberately identifiable in exported HTML via
   .br-embed, data-br-embed-provider, and data-br-embed-consent. */
.br-embed {
  overflow: hidden;
  border-radius: 0.46875cqw;
  background: var(--br-theme-panel, #f5f5f0);
}

.br-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.br-embed[data-br-embed-type="code"][data-br-embed-status="loaded"] {
  overflow: visible;
  border-radius: 0;
  background: transparent;
}

.br-embed-consent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.78125cqw;
  width: 100%;
  height: 100%;
  padding: 1.7187500000000002cqw;
  border: 0.15625cqw dashed var(--br-theme-button-detail, #777);
  color: var(--br-theme-text, #171717);
  text-align: center;
  font-size: 1.09375cqw;
  line-height: 1.35;
}

.br-embed-consent span {
  max-width: 34em;
  opacity: 0.75;
  font-size: 0.85em;
}

.br-embed-consent button {
  min-height: 2.96875cqw;
  padding: 0 1.25cqw;
  border: 0.078125cqw solid var(--br-theme-button-detail, #777);
  border-radius: 0.625cqw;
  color: var(--br-theme-button-text, #171717);
  background: var(--br-theme-button, #fff);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.br-embed-error {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1.7187500000000002cqw;
  color: var(--br-theme-text, #171717);
  text-align: center;
  font-size: 1.09375cqw;
}

.br-txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0.78125cqw;
  overflow-wrap: anywhere;
  line-height: 1.08;
  border-radius: 0.234375cqw;
}

.br-ftr {
  position: absolute;
  z-index: 900;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.875cqw;
  width: 100%;
  height: 4.375cqw;
  background-color: #ffffffff;
  padding: 0 1.875cqw;
  font-size: 1.09375cqw;
  line-height: 1.4;
}

.br-cnt {
  width: 100%;
  min-width: 0;
  min-height: 1em;
  white-space: pre-wrap;
}

.br-txt [data-br-text-effect-char="wavy"],
.br-txt [data-br-text-effect-char="shake"] {
  position: relative;
}

.br-txt [data-br-text-effect-char="wavy"] {
  animation: br-text-wavy 1800ms ease-in-out infinite;
  animation-delay: var(--br-text-effect-delay);
}

.br-txt [data-br-text-effect-char="shake"] {
  animation: br-text-shake 240ms linear infinite;
  animation-delay: var(--br-text-effect-delay);
}

.br-txt [data-br-text-effect-char="rainbow"] {
  animation: br-text-rainbow 1800ms linear infinite;
  animation-delay: var(--br-text-effect-delay);
}

@keyframes br-text-wavy {
  0%, 100% { top: 0; }
  25% { top: -0.16em; }
  75% { top: 0.16em; }
}

@keyframes br-text-shake {
  0%, 100% { top: 0; left: 0; }
  25% { top: -0.06em; left: 0.04em; }
  50% { top: 0.04em; left: -0.05em; }
  75% { top: -0.03em; left: -0.03em; }
}

@keyframes br-text-rainbow {
  0%, 100% { color: #ff365d; }
  17% { color: #ff9f1c; }
  33% { color: #ffe53b; }
  50% { color: #33d17a; }
  67% { color: #3584e4; }
  83% { color: #a855f7; }
}

@media (prefers-reduced-motion: reduce) {
  .br-txt [data-br-text-effect-char] { animation: none; }
}


.br-txt p,
.br-txt ul,
.br-txt ol {
  margin: 0 0 0.45em;
  line-height: inherit;
}

.br-txt > :last-child {
  margin-bottom: 0;
}

.br-txt ul,
.br-txt ol {
  padding-left: 1.2em;
}

#content .br-txt li {
  line-height: inherit;
}

.br-pge::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("./img/2206_w019_n001_602b_p15_602.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
}

.br-pge::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: linear-gradient(#ffffff08 0.078125cqw, transparent 0.078125cqw), linear-gradient(90deg, #ffffff08 0.078125cqw, transparent 0.078125cqw);
  background-size: 2.65625cqw 2.65625cqw, 2.65625cqw 2.65625cqw;
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
}

#item-1-0 {
  left: 45.703125%;
  top: 2.34375cqw;
  width: 6.71875%;
  height: 8.359375cqw;
  transform: rotate(0deg);
  z-index: 38;
  opacity: 1;
}

#item-1-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-2-0 {
  left: 41.171875%;
  top: 2.8125cqw;
  width: 3.515625%;
  height: 4.140625cqw;
  transform: rotate(0deg);
  z-index: 42;
  opacity: 1;
}

#item-2-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-3-0 {
  left: 50.546875%;
  top: 4.6875cqw;
  width: 2.5%;
  height: 2.265625cqw;
  transform: rotate(-28deg);
  z-index: 41;
  opacity: 1;
}

#item-3-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(-1) scaleY(1);
}

#item-4-0 {
  left: 53.515625%;
  top: 6.484375000000001cqw;
  width: 2.5%;
  height: 2.96875cqw;
  transform: rotate(0deg);
  z-index: 43;
  opacity: 1;
}

#item-4-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-5-0 {
  left: 44.84375%;
  top: 7.187499999999999cqw;
  width: 8.4375%;
  height: 1.953125cqw;
  transform: rotate(0deg);
  z-index: 39;
  opacity: 1;
}

#item-5-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-6-0 {
  left: 44.375%;
  top: 7.265625000000001cqw;
  width: 9.375%;
  height: 1.875cqw;
  transform: rotate(0deg);
  z-index: 40;
  opacity: 1;
}

#item-6-0 .br-txt {
  font-family: var(--br-font-astloch);
  font-size: 1.7968749999999998cqw;
  font-weight: 400;
  color: #fee1c7ff;
  text-align: center;
}

#item-7-0 {
  left: 10.9375%;
  top: 8.046875cqw;
  width: 10.625%;
  height: 18.75cqw;
  transform: rotate(86deg);
  z-index: 44;
  opacity: 1;
}

#item-7-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-8-0 {
  left: 32.1875%;
  top: 11.796875cqw;
  width: 35.234375%;
  height: 24.140625cqw;
  transform: rotate(-5deg);
  z-index: 4;
  opacity: 1;
}

#item-8-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-9-0 {
  left: 59.06249999999999%;
  top: 13.203124999999998cqw;
  width: 4.609375%;
  height: 4.6875cqw;
  transform: rotate(0deg);
  z-index: 14;
  opacity: 1;
}

#item-9-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-10-0 {
  left: 3.671875%;
  top: 14.21875cqw;
  width: 22.421875%;
  height: 12.5cqw;
  transform: rotate(0deg);
  z-index: 1;
  opacity: 1;
}

#item-10-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-11-0 {
  left: 51.953125%;
  top: 14.453125cqw;
  width: 2.5%;
  height: 2.5cqw;
  transform: rotate(-4deg);
  z-index: 20;
  opacity: 1;
}

#item-11-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-12-0 {
  left: 33.59375%;
  top: 14.6875cqw;
  width: 13.28125%;
  height: 3.8281250000000004cqw;
  transform: rotate(-4deg);
  z-index: 8;
  opacity: 1;
}

#item-12-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-13-0 {
  left: 55.00000000000001%;
  top: 15.078125cqw;
  width: 5.625%;
  height: 5.625cqw;
  transform: rotate(0deg);
  z-index: 13;
  opacity: 1;
}

#item-13-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-14-0 {
  left: 51.953125%;
  top: 15.312500000000002cqw;
  width: 13.593749999999998%;
  height: 16.71875cqw;
  transform: rotate(0deg);
  z-index: 12;
  opacity: 1;
}

#item-14-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-15-0 {
  left: 35.46875%;
  top: 17.578125cqw;
  width: 9.765625%;
  height: 2.265625cqw;
  transform: rotate(-7deg);
  z-index: 9;
  opacity: 1;
}

#item-15-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-16-0 {
  left: 35.703125%;
  top: 17.734375cqw;
  width: 9.375%;
  height: 1.875cqw;
  transform: rotate(-5deg);
  z-index: 10;
  opacity: 1;
}

#item-16-0 .br-txt {
  font-family: var(--br-font-astloch);
  font-size: 1.484375cqw;
  font-weight: 400;
  color: #fee1c7ff;
  text-align: center;
}

#item-17-0 {
  left: 52.42187499999999%;
  top: 17.8125cqw;
  width: 11.09375%;
  height: 11.015625cqw;
  transform: rotate(0deg);
  z-index: 11;
  opacity: 0.22;
}

#item-17-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-18-0 {
  left: 54.6875%;
  top: 18.828125cqw;
  width: 11.5625%;
  height: 14.609375cqw;
  transform: rotate(-6deg);
  z-index: 18;
  opacity: 1;
}

#item-18-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-19-0 {
  left: 33.515625%;
  top: 19.6875cqw;
  width: 15%;
  height: 12.265625cqw;
  transform: rotate(-5deg);
  z-index: 7;
  opacity: 1;
}

#item-19-0 .br-txt {
  font-family: var(--br-font-garamond);
  font-size: 0.78125cqw;
  font-weight: 400;
  color: #800000ff;
  text-align: center;
}

#item-20-0 {
  left: 57.03125%;
  top: 24.140625cqw;
  width: 8.984375%;
  height: 8.671875cqw;
  transform: rotate(-6deg);
  z-index: 19;
  opacity: 1;
}

#item-20-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(-1) scaleY(-1);
}

#item-22-0 {
  left: 52.734375%;
  top: 28.359374999999996cqw;
  width: 3.4375000000000004%;
  height: 3.4375000000000004cqw;
  transform: rotate(0deg);
  z-index: 32;
  opacity: 1;
}

#item-22-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-23-0 {
  left: 42.65625%;
  top: 31.484374999999996cqw;
  width: 5.703125%;
  height: 1.875cqw;
  transform: rotate(-5deg);
  z-index: 16;
  opacity: 1;
}

#item-23-0 .br-txt {
  font-family: var(--br-font-garamond);
  font-size: 0.8593750000000001cqw;
  font-weight: 400;
  color: #ffdfb0ff;
  text-align: center;
}

#item-24-0 {
  left: 35.234375%;
  top: 31.71875cqw;
  width: 13.046875%;
  height: 2.34375cqw;
  transform: rotate(-5deg);
  z-index: 6;
  opacity: 1;
}

#item-24-0 img {
  object-fit: cover;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-25-0 {
  left: 42.109375%;
  top: 31.71875cqw;
  width: 2.5%;
  height: 1.875cqw;
  transform: rotate(-4deg);
  z-index: 31;
  opacity: 1;
}

#item-25-0 .br-txt {
  font-family: var(--br-font-verdana);
  font-size: 0.8593750000000001cqw;
  font-weight: 400;
  color: #ffdfb0;
  text-align: center;
}

#item-26-0 {
  left: 37.890625%;
  top: 31.874999999999996cqw;
  width: 6.25%;
  height: 1.875cqw;
  transform: rotate(-5deg);
  z-index: 15;
  opacity: 1;
}

#item-26-0 .br-txt {
  font-family: var(--br-font-garamond);
  font-size: 0.8593750000000001cqw;
  font-weight: 400;
  color: #ffdfb0ff;
  text-align: center;
}

#item-27-0 {
  left: 37.421875%;
  top: 32.109375cqw;
  width: 2.5%;
  height: 1.875cqw;
  transform: rotate(-4deg);
  z-index: 30;
  opacity: 1;
}

#item-27-0 .br-txt {
  font-family: var(--br-font-verdana);
  font-size: 0.8593750000000001cqw;
  font-weight: 400;
  color: #ffdfb0;
  text-align: center;
}

#item-28-0 {
  left: 34.921875%;
  top: 32.265625cqw;
  width: 4.375%;
  height: 1.875cqw;
  transform: rotate(-5deg);
  z-index: 17;
  opacity: 1;
}

#item-28-0 .br-txt {
  font-family: var(--br-font-garamond);
  font-size: 0.8593750000000001cqw;
  font-weight: 400;
  color: #ffdfb0ff;
  text-align: center;
}

#item-29-0 {
  left: 49.453125%;
  top: 34.375cqw;
  width: 16.171875%;
  height: 24.0625cqw;
  transform: rotate(15deg);
  z-index: 5;
  opacity: 1;
}

#item-29-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-30-0 {
  left: 33.828125%;
  top: 34.6875cqw;
  width: 16.953125%;
  height: 25.624999999999996cqw;
  transform: rotate(0deg);
  z-index: 29;
  opacity: 1;
}

#item-30-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-31-0 {
  left: 37.34375%;
  top: 35.546875cqw;
  width: 4.6875%;
  height: 7.265625000000001cqw;
  transform: rotate(0deg);
  z-index: 34;
  opacity: 1;
}

#item-31-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-32-0 {
  left: 62.81250000000001%;
  top: 35.859375cqw;
  width: 6.406249999999999%;
  height: 11.25cqw;
  transform: rotate(0deg);
  z-index: 27;
  opacity: 1;
}

#item-32-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-33-0 {
  left: 77.890625%;
  top: 35.9375cqw;
  width: 14.453125%;
  height: 13.4375cqw;
  transform: rotate(13deg);
  z-index: 33;
  opacity: 1;
}

#item-33-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-34-0 {
  left: 53.125%;
  top: 36.40625cqw;
  width: 4.375%;
  height: 3.4375000000000004cqw;
  transform: rotate(0deg);
  z-index: 28;
  opacity: 1;
}

#item-34-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-35-0 {
  left: 34.609375%;
  top: 37.421875cqw;
  width: 16.015625%;
  height: 16.015625cqw;
  transform: rotate(0deg);
  z-index: 3;
  opacity: 1;
}

#item-35-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-36-0 {
  left: 54.76562499999999%;
  top: 39.21875cqw;
  width: 8.4375%;
  height: 1.953125cqw;
  transform: rotate(13deg);
  z-index: 23;
  opacity: 1;
}

#item-36-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-37-0 {
  left: 55.15624999999999%;
  top: 39.296875cqw;
  width: 8.125%;
  height: 1.875cqw;
  transform: rotate(15deg);
  z-index: 24;
  opacity: 1;
}

#item-37-0 .br-txt {
  font-family: var(--br-font-astloch);
  font-size: 1.40625cqw;
  font-weight: 400;
  color: #fee1c7ff;
  text-align: center;
}

#item-38-0 {
  left: 70.546875%;
  top: 40.15625cqw;
  width: 21.5625%;
  height: 12.03125cqw;
  transform: rotate(0deg);
  z-index: 35;
  opacity: 1;
}

#item-38-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-39-0 {
  left: 49.84375%;
  top: 41.015625cqw;
  width: 14.531250000000002%;
  height: 13.750000000000002cqw;
  transform: rotate(16deg);
  z-index: 21;
  opacity: 1;
}

#item-39-0 .br-txt {
  font-family: var(--br-font-garamond);
  font-size: 0.9375cqw;
  font-weight: 400;
  color: #800000ff;
  text-align: center;
}

#item-40-0 {
  left: 63.046875%;
  top: 49.140625cqw;
  width: 2.5%;
  height: 2.265625cqw;
  transform: rotate(31deg);
  z-index: 36;
  opacity: 1;
}

#item-40-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-41-0 {
  left: 62.57812499999999%;
  top: 50.625cqw;
  width: 2.5%;
  height: 2.265625cqw;
  transform: rotate(-24deg);
  z-index: 37;
  opacity: 1;
}

#item-41-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-42-0 {
  left: 49.375%;
  top: 53.43750000000001cqw;
  width: 5.234375%;
  height: 2.5cqw;
  transform: rotate(16deg);
  z-index: 25;
  opacity: 1;
}

#item-42-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

#item-43-0 {
  left: 54.6875%;
  top: 55.00000000000001cqw;
  width: 5.234375%;
  height: 2.65625cqw;
  transform: rotate(16deg);
  z-index: 26;
  opacity: 1;
}

#item-43-0 img {
  object-fit: contain;
  transform: scale(var(--br-image-link-scale, 1)) scaleX(1) scaleY(1);
}

@media (max-width: 500px) {
  :root:not([data-br-layout]) #content {
    overflow: hidden;
  }

  :root:not([data-br-layout]) .br-pge {
    --br-rendered-width: calc(2.56 * var(--br-layout-width));
    width: calc(2.56 * 100%);
    margin-left: -78%;
  }
}

:root[data-br-layout="desktop"] .br-pge {
  --br-rendered-width: var(--br-layout-width);
  width: 100%;
  margin-left: 0;
}

:root[data-br-layout="mobile"] #content {
  overflow: hidden;
}

:root[data-br-layout="mobile"] .br-pge {
  --br-rendered-width: calc(2.56 * var(--br-layout-width));
  width: calc(2.56 * 100%);
  margin-left: -78%;
}
