#app input[type=range] {
  margin: 5px 0;
  border: none;
  background: transparent;
  border-radius: 18px;
  -webkit-appearance: none;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  background: var(--bg);
  border: 2px solid var(--color2);
  border-radius: 18px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
input[type=range]::-webkit-slider-thumb {
  margin-top: 0px;
  width: 35px;
  height: 35px;
  background: var(--spark);
  border: 1px solid var(--bg);
  border-radius: 18px;
  cursor: pointer;
  -webkit-appearance: none;
  opacity: 0.75;
}
input[type=range]:focus::-webkit-slider-thumb {
  opacity: 1.0;
}
input[type=range]::-moz-range-track {
  background: var(--bg);
  border: 2px solid var(--color2);
  border-radius: 18px;
  width: 100%;
  height: 40px;
  cursor: pointer;
}
input[type=range]::-moz-range-thumb {
  width: 35px;
  height: 35px;
  background: var(--text);
  border: 1px solid var(--bg);
  border-radius: 18px;
  cursor: pointer;
}
:root {
  --plank: 0.5em;
  --cell-min: 100px;
  --cell-max: 1fr;
}
.debug-red {
  border: 2px dashed red;
}
.debug-blue {
  border: 2px dashed blue;
}
.debug-orange {
  border: 2px dashed orange;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.wrap {
  white-space: wrap;
}
.align-left, .align-top {
  align-items: flex-start;
}
.align-right, .align-bottom {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.align-space-around {
  align-items: space-around;
}
.align-space-between {
  align-items: space-between;
}
.align-stretch {
  align-items: stretch;
}
.justify-left {
  justify-content: flex-start;
}
.justify-right {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.flex-static {
  flex: 0 0 auto;
}
.flex-stretch {
  flex: 1 1 auto;
}
.wmax {
  width: 100%;
}
.wmin {
  width: 0;
}
.scroll {
  overflow: auto;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.flex1 {
  flex: 1 1 1px;
}
.max-width-100 {
  max-width: 100px;
}
.min-width-100 {
  min-width: 100px;
}
.flex2 {
  flex: 2 2 1px;
}
.max-width-200 {
  max-width: 200px;
}
.min-width-200 {
  min-width: 200px;
}
.flex3 {
  flex: 3 3 1px;
}
.max-width-300 {
  max-width: 300px;
}
.min-width-300 {
  min-width: 300px;
}
.flex4 {
  flex: 4 4 1px;
}
.max-width-400 {
  max-width: 400px;
}
.min-width-400 {
  min-width: 400px;
}
.flex5 {
  flex: 5 5 1px;
}
.max-width-500 {
  max-width: 500px;
}
.min-width-500 {
  min-width: 500px;
}
.flex6 {
  flex: 6 6 1px;
}
.max-width-600 {
  max-width: 600px;
}
.min-width-600 {
  min-width: 600px;
}
.flex7 {
  flex: 7 7 1px;
}
.max-width-700 {
  max-width: 700px;
}
.min-width-700 {
  min-width: 700px;
}
.flex8 {
  flex: 8 8 1px;
}
.max-width-800 {
  max-width: 800px;
}
.min-width-800 {
  min-width: 800px;
}
.flex9 {
  flex: 9 9 1px;
}
.max-width-900 {
  max-width: 900px;
}
.min-width-900 {
  min-width: 900px;
}
.flex10 {
  flex: 10 10 1px;
}
.max-width-1000 {
  max-width: 1000px;
}
.min-width-1000 {
  min-width: 1000px;
}
.flex11 {
  flex: 11 11 1px;
}
.max-width-1100 {
  max-width: 1100px;
}
.min-width-1100 {
  min-width: 1100px;
}
.flex12 {
  flex: 12 12 1px;
}
.max-width-1200 {
  max-width: 1200px;
}
.min-width-1200 {
  min-width: 1200px;
}
.flex13 {
  flex: 13 13 1px;
}
.max-width-1300 {
  max-width: 1300px;
}
.min-width-1300 {
  min-width: 1300px;
}
.flex14 {
  flex: 14 14 1px;
}
.max-width-1400 {
  max-width: 1400px;
}
.min-width-1400 {
  min-width: 1400px;
}
.flex15 {
  flex: 15 15 1px;
}
.max-width-1500 {
  max-width: 1500px;
}
.min-width-1500 {
  min-width: 1500px;
}
.flex16 {
  flex: 16 16 1px;
}
.max-width-1600 {
  max-width: 1600px;
}
.min-width-1600 {
  min-width: 1600px;
}
.flex17 {
  flex: 17 17 1px;
}
.max-width-1700 {
  max-width: 1700px;
}
.min-width-1700 {
  min-width: 1700px;
}
.flex18 {
  flex: 18 18 1px;
}
.max-width-1800 {
  max-width: 1800px;
}
.min-width-1800 {
  min-width: 1800px;
}
.flex19 {
  flex: 19 19 1px;
}
.max-width-1900 {
  max-width: 1900px;
}
.min-width-1900 {
  min-width: 1900px;
}
.flex20 {
  flex: 20 20 1px;
}
.max-width-2000 {
  max-width: 2000px;
}
.min-width-2000 {
  min-width: 2000px;
}
.grid-auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--cell-min), var(--cell-max)));
}
.grid-auto-fill {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--cell-min), var(--cell-max)));
}
.cell-min-auto {
  --cell-min: auto;
}
.cell-min-fr {
  --cell-min: 1fr;
}
.cell-max-auto {
  --cell-max: auto;
}
.cell-max-fr {
  --cell-max: 1fr;
}
.cell-min-1 {
  --cell-min: calc(var(--plank) * 1);
}
.cell-max-1 {
  --cell-max: calc(var(--plank) * 1);
}
.grid1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.grid1-auto {
  display: grid;
  grid-template-columns: repeat(1, auto);
}
.colspan1 {
  grid-column: span 1;
}
.rowspan1 {
  grid-row: span 1;
}
.cell-min-2 {
  --cell-min: calc(var(--plank) * 2);
}
.cell-max-2 {
  --cell-max: calc(var(--plank) * 2);
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid2-auto {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.colspan2 {
  grid-column: span 2;
}
.rowspan2 {
  grid-row: span 2;
}
.cell-min-3 {
  --cell-min: calc(var(--plank) * 3);
}
.cell-max-3 {
  --cell-max: calc(var(--plank) * 3);
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid3-auto {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.colspan3 {
  grid-column: span 3;
}
.rowspan3 {
  grid-row: span 3;
}
.cell-min-4 {
  --cell-min: calc(var(--plank) * 4);
}
.cell-max-4 {
  --cell-max: calc(var(--plank) * 4);
}
.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid4-auto {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.colspan4 {
  grid-column: span 4;
}
.rowspan4 {
  grid-row: span 4;
}
.cell-min-5 {
  --cell-min: calc(var(--plank) * 5);
}
.cell-max-5 {
  --cell-max: calc(var(--plank) * 5);
}
.grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.grid5-auto {
  display: grid;
  grid-template-columns: repeat(5, auto);
}
.colspan5 {
  grid-column: span 5;
}
.rowspan5 {
  grid-row: span 5;
}
.cell-min-6 {
  --cell-min: calc(var(--plank) * 6);
}
.cell-max-6 {
  --cell-max: calc(var(--plank) * 6);
}
.grid6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.grid6-auto {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
.colspan6 {
  grid-column: span 6;
}
.rowspan6 {
  grid-row: span 6;
}
.cell-min-7 {
  --cell-min: calc(var(--plank) * 7);
}
.cell-max-7 {
  --cell-max: calc(var(--plank) * 7);
}
.grid7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.grid7-auto {
  display: grid;
  grid-template-columns: repeat(7, auto);
}
.colspan7 {
  grid-column: span 7;
}
.rowspan7 {
  grid-row: span 7;
}
.cell-min-8 {
  --cell-min: calc(var(--plank) * 8);
}
.cell-max-8 {
  --cell-max: calc(var(--plank) * 8);
}
.grid8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.grid8-auto {
  display: grid;
  grid-template-columns: repeat(8, auto);
}
.colspan8 {
  grid-column: span 8;
}
.rowspan8 {
  grid-row: span 8;
}
.cell-min-9 {
  --cell-min: calc(var(--plank) * 9);
}
.cell-max-9 {
  --cell-max: calc(var(--plank) * 9);
}
.grid9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.grid9-auto {
  display: grid;
  grid-template-columns: repeat(9, auto);
}
.colspan9 {
  grid-column: span 9;
}
.rowspan9 {
  grid-row: span 9;
}
.cell-min-10 {
  --cell-min: calc(var(--plank) * 10);
}
.cell-max-10 {
  --cell-max: calc(var(--plank) * 10);
}
.grid10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.grid10-auto {
  display: grid;
  grid-template-columns: repeat(10, auto);
}
.colspan10 {
  grid-column: span 10;
}
.rowspan10 {
  grid-row: span 10;
}
.cell-min-11 {
  --cell-min: calc(var(--plank) * 11);
}
.cell-max-11 {
  --cell-max: calc(var(--plank) * 11);
}
.grid11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.grid11-auto {
  display: grid;
  grid-template-columns: repeat(11, auto);
}
.colspan11 {
  grid-column: span 11;
}
.rowspan11 {
  grid-row: span 11;
}
.cell-min-12 {
  --cell-min: calc(var(--plank) * 12);
}
.cell-max-12 {
  --cell-max: calc(var(--plank) * 12);
}
.grid12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.grid12-auto {
  display: grid;
  grid-template-columns: repeat(12, auto);
}
.colspan12 {
  grid-column: span 12;
}
.rowspan12 {
  grid-row: span 12;
}
.cell-min-13 {
  --cell-min: calc(var(--plank) * 13);
}
.cell-max-13 {
  --cell-max: calc(var(--plank) * 13);
}
.grid13 {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
}
.grid13-auto {
  display: grid;
  grid-template-columns: repeat(13, auto);
}
.colspan13 {
  grid-column: span 13;
}
.rowspan13 {
  grid-row: span 13;
}
.cell-min-14 {
  --cell-min: calc(var(--plank) * 14);
}
.cell-max-14 {
  --cell-max: calc(var(--plank) * 14);
}
.grid14 {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
}
.grid14-auto {
  display: grid;
  grid-template-columns: repeat(14, auto);
}
.colspan14 {
  grid-column: span 14;
}
.rowspan14 {
  grid-row: span 14;
}
.cell-min-15 {
  --cell-min: calc(var(--plank) * 15);
}
.cell-max-15 {
  --cell-max: calc(var(--plank) * 15);
}
.grid15 {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}
.grid15-auto {
  display: grid;
  grid-template-columns: repeat(15, auto);
}
.colspan15 {
  grid-column: span 15;
}
.rowspan15 {
  grid-row: span 15;
}
.cell-min-16 {
  --cell-min: calc(var(--plank) * 16);
}
.cell-max-16 {
  --cell-max: calc(var(--plank) * 16);
}
.grid16 {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
}
.grid16-auto {
  display: grid;
  grid-template-columns: repeat(16, auto);
}
.colspan16 {
  grid-column: span 16;
}
.rowspan16 {
  grid-row: span 16;
}
.cell-min-17 {
  --cell-min: calc(var(--plank) * 17);
}
.cell-max-17 {
  --cell-max: calc(var(--plank) * 17);
}
.grid17 {
  display: grid;
  grid-template-columns: repeat(17, 1fr);
}
.grid17-auto {
  display: grid;
  grid-template-columns: repeat(17, auto);
}
.colspan17 {
  grid-column: span 17;
}
.rowspan17 {
  grid-row: span 17;
}
.cell-min-18 {
  --cell-min: calc(var(--plank) * 18);
}
.cell-max-18 {
  --cell-max: calc(var(--plank) * 18);
}
.grid18 {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
}
.grid18-auto {
  display: grid;
  grid-template-columns: repeat(18, auto);
}
.colspan18 {
  grid-column: span 18;
}
.rowspan18 {
  grid-row: span 18;
}
.cell-min-19 {
  --cell-min: calc(var(--plank) * 19);
}
.cell-max-19 {
  --cell-max: calc(var(--plank) * 19);
}
.grid19 {
  display: grid;
  grid-template-columns: repeat(19, 1fr);
}
.grid19-auto {
  display: grid;
  grid-template-columns: repeat(19, auto);
}
.colspan19 {
  grid-column: span 19;
}
.rowspan19 {
  grid-row: span 19;
}
.cell-min-20 {
  --cell-min: calc(var(--plank) * 20);
}
.cell-max-20 {
  --cell-max: calc(var(--plank) * 20);
}
.grid20 {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
}
.grid20-auto {
  display: grid;
  grid-template-columns: repeat(20, auto);
}
.colspan20 {
  grid-column: span 20;
}
.rowspan20 {
  grid-row: span 20;
}
.cell-min-21 {
  --cell-min: calc(var(--plank) * 21);
}
.cell-max-21 {
  --cell-max: calc(var(--plank) * 21);
}
.grid21 {
  display: grid;
  grid-template-columns: repeat(21, 1fr);
}
.grid21-auto {
  display: grid;
  grid-template-columns: repeat(21, auto);
}
.colspan21 {
  grid-column: span 21;
}
.rowspan21 {
  grid-row: span 21;
}
.cell-min-22 {
  --cell-min: calc(var(--plank) * 22);
}
.cell-max-22 {
  --cell-max: calc(var(--plank) * 22);
}
.grid22 {
  display: grid;
  grid-template-columns: repeat(22, 1fr);
}
.grid22-auto {
  display: grid;
  grid-template-columns: repeat(22, auto);
}
.colspan22 {
  grid-column: span 22;
}
.rowspan22 {
  grid-row: span 22;
}
.cell-min-23 {
  --cell-min: calc(var(--plank) * 23);
}
.cell-max-23 {
  --cell-max: calc(var(--plank) * 23);
}
.grid23 {
  display: grid;
  grid-template-columns: repeat(23, 1fr);
}
.grid23-auto {
  display: grid;
  grid-template-columns: repeat(23, auto);
}
.colspan23 {
  grid-column: span 23;
}
.rowspan23 {
  grid-row: span 23;
}
.cell-min-24 {
  --cell-min: calc(var(--plank) * 24);
}
.cell-max-24 {
  --cell-max: calc(var(--plank) * 24);
}
.grid24 {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}
.grid24-auto {
  display: grid;
  grid-template-columns: repeat(24, auto);
}
.colspan24 {
  grid-column: span 24;
}
.rowspan24 {
  grid-row: span 24;
}
.cell-min-25 {
  --cell-min: calc(var(--plank) * 25);
}
.cell-max-25 {
  --cell-max: calc(var(--plank) * 25);
}
.grid25 {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
}
.grid25-auto {
  display: grid;
  grid-template-columns: repeat(25, auto);
}
.colspan25 {
  grid-column: span 25;
}
.rowspan25 {
  grid-row: span 25;
}
.cell-min-26 {
  --cell-min: calc(var(--plank) * 26);
}
.cell-max-26 {
  --cell-max: calc(var(--plank) * 26);
}
.grid26 {
  display: grid;
  grid-template-columns: repeat(26, 1fr);
}
.grid26-auto {
  display: grid;
  grid-template-columns: repeat(26, auto);
}
.colspan26 {
  grid-column: span 26;
}
.rowspan26 {
  grid-row: span 26;
}
.cell-min-27 {
  --cell-min: calc(var(--plank) * 27);
}
.cell-max-27 {
  --cell-max: calc(var(--plank) * 27);
}
.grid27 {
  display: grid;
  grid-template-columns: repeat(27, 1fr);
}
.grid27-auto {
  display: grid;
  grid-template-columns: repeat(27, auto);
}
.colspan27 {
  grid-column: span 27;
}
.rowspan27 {
  grid-row: span 27;
}
.cell-min-28 {
  --cell-min: calc(var(--plank) * 28);
}
.cell-max-28 {
  --cell-max: calc(var(--plank) * 28);
}
.grid28 {
  display: grid;
  grid-template-columns: repeat(28, 1fr);
}
.grid28-auto {
  display: grid;
  grid-template-columns: repeat(28, auto);
}
.colspan28 {
  grid-column: span 28;
}
.rowspan28 {
  grid-row: span 28;
}
.cell-min-29 {
  --cell-min: calc(var(--plank) * 29);
}
.cell-max-29 {
  --cell-max: calc(var(--plank) * 29);
}
.grid29 {
  display: grid;
  grid-template-columns: repeat(29, 1fr);
}
.grid29-auto {
  display: grid;
  grid-template-columns: repeat(29, auto);
}
.colspan29 {
  grid-column: span 29;
}
.rowspan29 {
  grid-row: span 29;
}
.cell-min-30 {
  --cell-min: calc(var(--plank) * 30);
}
.cell-max-30 {
  --cell-max: calc(var(--plank) * 30);
}
.grid30 {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
}
.grid30-auto {
  display: grid;
  grid-template-columns: repeat(30, auto);
}
.colspan30 {
  grid-column: span 30;
}
.rowspan30 {
  grid-row: span 30;
}
.cell-min-31 {
  --cell-min: calc(var(--plank) * 31);
}
.cell-max-31 {
  --cell-max: calc(var(--plank) * 31);
}
.grid31 {
  display: grid;
  grid-template-columns: repeat(31, 1fr);
}
.grid31-auto {
  display: grid;
  grid-template-columns: repeat(31, auto);
}
.colspan31 {
  grid-column: span 31;
}
.rowspan31 {
  grid-row: span 31;
}
.cell-min-32 {
  --cell-min: calc(var(--plank) * 32);
}
.cell-max-32 {
  --cell-max: calc(var(--plank) * 32);
}
.grid32 {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
}
.grid32-auto {
  display: grid;
  grid-template-columns: repeat(32, auto);
}
.colspan32 {
  grid-column: span 32;
}
.rowspan32 {
  grid-row: span 32;
}
.gap-auto {
  gap: auto;
}
.gap-auto-x {
  column-gap: auto;
}
.gap-auto-y {
  row-gap: auto;
}
.m-auto-t {
  margin-top: auto;
}
.m-auto-l {
  margin-left: auto;
}
.m-auto-r {
  margin-right: auto;
}
.m-auto-b {
  margin-bottom: auto;
}
.m-auto-y {
  margin-top: auto;
  margin-bottom: auto;
}
.m-auto-x {
  margin-left: auto;
  margin-right: auto;
}
.m-auto {
  margin: auto;
}
.p-auto-t {
  padding-top: auto;
}
.p-auto-l {
  padding-left: auto;
}
.p-auto-r {
  padding-right: auto;
}
.p-auto-b {
  padding-bottom: auto;
}
.p-auto-y {
  padding-top: auto;
  padding-bottom: auto;
}
.p-auto-x {
  padding-left: auto;
  padding-right: auto;
}
.p-auto {
  padding: auto;
}
.font-size-auto {
  font-size: calc(auto / 4)rem;
}
.gap-0 {
  gap: 0em;
}
.gap-0-x {
  column-gap: 0em;
}
.gap-0-y {
  row-gap: 0em;
}
.m-0-t {
  margin-top: 0em;
}
.m-0-l {
  margin-left: 0em;
}
.m-0-r {
  margin-right: 0em;
}
.m-0-b {
  margin-bottom: 0em;
}
.m-0-y {
  margin-top: 0em;
  margin-bottom: 0em;
}
.m-0-x {
  margin-left: 0em;
  margin-right: 0em;
}
.m-0 {
  margin: 0em;
}
.p-0-t {
  padding-top: 0em;
}
.p-0-l {
  padding-left: 0em;
}
.p-0-r {
  padding-right: 0em;
}
.p-0-b {
  padding-bottom: 0em;
}
.p-0-y {
  padding-top: 0em;
  padding-bottom: 0em;
}
.p-0-x {
  padding-left: 0em;
  padding-right: 0em;
}
.p-0 {
  padding: 0em;
}
.font-size-0 {
  font-size: 0rem;
}
.gap-1 {
  gap: 0.5em;
}
.gap-1-x {
  column-gap: 0.5em;
}
.gap-1-y {
  row-gap: 0.5em;
}
.m-1-t {
  margin-top: 0.5em;
}
.m-1-l {
  margin-left: 0.5em;
}
.m-1-r {
  margin-right: 0.5em;
}
.m-1-b {
  margin-bottom: 0.5em;
}
.m-1-y {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.m-1-x {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.m-1 {
  margin: 0.5em;
}
.p-1-t {
  padding-top: 0.5em;
}
.p-1-l {
  padding-left: 0.5em;
}
.p-1-r {
  padding-right: 0.5em;
}
.p-1-b {
  padding-bottom: 0.5em;
}
.p-1-y {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.p-1-x {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-1 {
  padding: 0.5em;
}
.font-size-1 {
  font-size: 0.25rem;
}
.gap-2 {
  gap: 1em;
}
.gap-2-x {
  column-gap: 1em;
}
.gap-2-y {
  row-gap: 1em;
}
.m-2-t {
  margin-top: 1em;
}
.m-2-l {
  margin-left: 1em;
}
.m-2-r {
  margin-right: 1em;
}
.m-2-b {
  margin-bottom: 1em;
}
.m-2-y {
  margin-top: 1em;
  margin-bottom: 1em;
}
.m-2-x {
  margin-left: 1em;
  margin-right: 1em;
}
.m-2 {
  margin: 1em;
}
.p-2-t {
  padding-top: 1em;
}
.p-2-l {
  padding-left: 1em;
}
.p-2-r {
  padding-right: 1em;
}
.p-2-b {
  padding-bottom: 1em;
}
.p-2-y {
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-2-x {
  padding-left: 1em;
  padding-right: 1em;
}
.p-2 {
  padding: 1em;
}
.font-size-2 {
  font-size: 0.5rem;
}
.gap-3 {
  gap: 1.5em;
}
.gap-3-x {
  column-gap: 1.5em;
}
.gap-3-y {
  row-gap: 1.5em;
}
.m-3-t {
  margin-top: 1.5em;
}
.m-3-l {
  margin-left: 1.5em;
}
.m-3-r {
  margin-right: 1.5em;
}
.m-3-b {
  margin-bottom: 1.5em;
}
.m-3-y {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.m-3-x {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.m-3 {
  margin: 1.5em;
}
.p-3-t {
  padding-top: 1.5em;
}
.p-3-l {
  padding-left: 1.5em;
}
.p-3-r {
  padding-right: 1.5em;
}
.p-3-b {
  padding-bottom: 1.5em;
}
.p-3-y {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.p-3-x {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.p-3 {
  padding: 1.5em;
}
.font-size-3 {
  font-size: 0.75rem;
}
.gap-4 {
  gap: 2em;
}
.gap-4-x {
  column-gap: 2em;
}
.gap-4-y {
  row-gap: 2em;
}
.m-4-t {
  margin-top: 2em;
}
.m-4-l {
  margin-left: 2em;
}
.m-4-r {
  margin-right: 2em;
}
.m-4-b {
  margin-bottom: 2em;
}
.m-4-y {
  margin-top: 2em;
  margin-bottom: 2em;
}
.m-4-x {
  margin-left: 2em;
  margin-right: 2em;
}
.m-4 {
  margin: 2em;
}
.p-4-t {
  padding-top: 2em;
}
.p-4-l {
  padding-left: 2em;
}
.p-4-r {
  padding-right: 2em;
}
.p-4-b {
  padding-bottom: 2em;
}
.p-4-y {
  padding-top: 2em;
  padding-bottom: 2em;
}
.p-4-x {
  padding-left: 2em;
  padding-right: 2em;
}
.p-4 {
  padding: 2em;
}
.font-size-4 {
  font-size: 1rem;
}
.gap-5 {
  gap: 2.5em;
}
.gap-5-x {
  column-gap: 2.5em;
}
.gap-5-y {
  row-gap: 2.5em;
}
.m-5-t {
  margin-top: 2.5em;
}
.m-5-l {
  margin-left: 2.5em;
}
.m-5-r {
  margin-right: 2.5em;
}
.m-5-b {
  margin-bottom: 2.5em;
}
.m-5-y {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.m-5-x {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.m-5 {
  margin: 2.5em;
}
.p-5-t {
  padding-top: 2.5em;
}
.p-5-l {
  padding-left: 2.5em;
}
.p-5-r {
  padding-right: 2.5em;
}
.p-5-b {
  padding-bottom: 2.5em;
}
.p-5-y {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.p-5-x {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.p-5 {
  padding: 2.5em;
}
.font-size-5 {
  font-size: 1.25rem;
}
.gap-6 {
  gap: 3em;
}
.gap-6-x {
  column-gap: 3em;
}
.gap-6-y {
  row-gap: 3em;
}
.m-6-t {
  margin-top: 3em;
}
.m-6-l {
  margin-left: 3em;
}
.m-6-r {
  margin-right: 3em;
}
.m-6-b {
  margin-bottom: 3em;
}
.m-6-y {
  margin-top: 3em;
  margin-bottom: 3em;
}
.m-6-x {
  margin-left: 3em;
  margin-right: 3em;
}
.m-6 {
  margin: 3em;
}
.p-6-t {
  padding-top: 3em;
}
.p-6-l {
  padding-left: 3em;
}
.p-6-r {
  padding-right: 3em;
}
.p-6-b {
  padding-bottom: 3em;
}
.p-6-y {
  padding-top: 3em;
  padding-bottom: 3em;
}
.p-6-x {
  padding-left: 3em;
  padding-right: 3em;
}
.p-6 {
  padding: 3em;
}
.font-size-6 {
  font-size: 1.5rem;
}
.gap-7 {
  gap: 3.5em;
}
.gap-7-x {
  column-gap: 3.5em;
}
.gap-7-y {
  row-gap: 3.5em;
}
.m-7-t {
  margin-top: 3.5em;
}
.m-7-l {
  margin-left: 3.5em;
}
.m-7-r {
  margin-right: 3.5em;
}
.m-7-b {
  margin-bottom: 3.5em;
}
.m-7-y {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.m-7-x {
  margin-left: 3.5em;
  margin-right: 3.5em;
}
.m-7 {
  margin: 3.5em;
}
.p-7-t {
  padding-top: 3.5em;
}
.p-7-l {
  padding-left: 3.5em;
}
.p-7-r {
  padding-right: 3.5em;
}
.p-7-b {
  padding-bottom: 3.5em;
}
.p-7-y {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.p-7-x {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.p-7 {
  padding: 3.5em;
}
.font-size-7 {
  font-size: 1.75rem;
}
.gap-8 {
  gap: 4em;
}
.gap-8-x {
  column-gap: 4em;
}
.gap-8-y {
  row-gap: 4em;
}
.m-8-t {
  margin-top: 4em;
}
.m-8-l {
  margin-left: 4em;
}
.m-8-r {
  margin-right: 4em;
}
.m-8-b {
  margin-bottom: 4em;
}
.m-8-y {
  margin-top: 4em;
  margin-bottom: 4em;
}
.m-8-x {
  margin-left: 4em;
  margin-right: 4em;
}
.m-8 {
  margin: 4em;
}
.p-8-t {
  padding-top: 4em;
}
.p-8-l {
  padding-left: 4em;
}
.p-8-r {
  padding-right: 4em;
}
.p-8-b {
  padding-bottom: 4em;
}
.p-8-y {
  padding-top: 4em;
  padding-bottom: 4em;
}
.p-8-x {
  padding-left: 4em;
  padding-right: 4em;
}
.p-8 {
  padding: 4em;
}
.font-size-8 {
  font-size: 2rem;
}
.opacity--1 {
  opacity: -0.1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
.opacity-10 {
  opacity: 1;
}
@media (max-width: 900px) {
  .mobile\:debug-red {
    border: 2px dashed red;
  }
  .mobile\:debug-blue {
    border: 2px dashed blue;
  }
  .mobile\:debug-orange {
    border: 2px dashed orange;
  }
  .mobile\:block {
    display: block;
  }
  .mobile\:relative {
    position: relative;
  }
  .mobile\:static {
    position: static;
  }
  .mobile\:flex-row {
    display: flex;
    flex-direction: row;
  }
  .mobile\:flex-column {
    display: flex;
    flex-direction: column;
  }
  .mobile\:wrap {
    white-space: wrap;
  }
  .mobile\:align-left, .mobile\:align-top {
    align-items: flex-start;
  }
  .mobile\:align-right, .mobile\:align-bottom {
    align-items: flex-end;
  }
  .mobile\:align-center {
    align-items: center;
  }
  .mobile\:align-space-around {
    align-items: space-around;
  }
  .mobile\:align-space-between {
    align-items: space-between;
  }
  .mobile\:align-stretch {
    align-items: stretch;
  }
  .mobile\:justify-left {
    justify-content: flex-start;
  }
  .mobile\:justify-right {
    justify-content: flex-end;
  }
  .mobile\:justify-center {
    justify-content: center;
  }
  .mobile\:justify-space-around {
    justify-content: space-around;
  }
  .mobile\:justify-space-between {
    justify-content: space-between;
  }
  .mobile\:justify-stretch {
    justify-content: stretch;
  }
  .mobile\:flex-static {
    flex: 0 0 auto;
  }
  .mobile\:flex-stretch {
    flex: 1 1 auto;
  }
  .mobile\:wmax {
    width: 100%;
  }
  .mobile\:wmin {
    width: 0;
  }
  .mobile\:scroll {
    overflow: auto;
  }
  .mobile\:scroll-x {
    overflow-x: auto;
  }
  .mobile\:scroll-y {
    overflow-y: auto;
  }
  .mobile\:flex1 {
    flex: 1 1 1px;
  }
  .mobile\:max-width-100 {
    max-width: 100px;
  }
  .mobile\:min-width-100 {
    min-width: 100px;
  }
  .mobile\:flex2 {
    flex: 2 2 1px;
  }
  .mobile\:max-width-200 {
    max-width: 200px;
  }
  .mobile\:min-width-200 {
    min-width: 200px;
  }
  .mobile\:flex3 {
    flex: 3 3 1px;
  }
  .mobile\:max-width-300 {
    max-width: 300px;
  }
  .mobile\:min-width-300 {
    min-width: 300px;
  }
  .mobile\:flex4 {
    flex: 4 4 1px;
  }
  .mobile\:max-width-400 {
    max-width: 400px;
  }
  .mobile\:min-width-400 {
    min-width: 400px;
  }
  .mobile\:flex5 {
    flex: 5 5 1px;
  }
  .mobile\:max-width-500 {
    max-width: 500px;
  }
  .mobile\:min-width-500 {
    min-width: 500px;
  }
  .mobile\:flex6 {
    flex: 6 6 1px;
  }
  .mobile\:max-width-600 {
    max-width: 600px;
  }
  .mobile\:min-width-600 {
    min-width: 600px;
  }
  .mobile\:flex7 {
    flex: 7 7 1px;
  }
  .mobile\:max-width-700 {
    max-width: 700px;
  }
  .mobile\:min-width-700 {
    min-width: 700px;
  }
  .mobile\:flex8 {
    flex: 8 8 1px;
  }
  .mobile\:max-width-800 {
    max-width: 800px;
  }
  .mobile\:min-width-800 {
    min-width: 800px;
  }
  .mobile\:flex9 {
    flex: 9 9 1px;
  }
  .mobile\:max-width-900 {
    max-width: 900px;
  }
  .mobile\:min-width-900 {
    min-width: 900px;
  }
  .mobile\:flex10 {
    flex: 10 10 1px;
  }
  .mobile\:max-width-1000 {
    max-width: 1000px;
  }
  .mobile\:min-width-1000 {
    min-width: 1000px;
  }
  .mobile\:flex11 {
    flex: 11 11 1px;
  }
  .mobile\:max-width-1100 {
    max-width: 1100px;
  }
  .mobile\:min-width-1100 {
    min-width: 1100px;
  }
  .mobile\:flex12 {
    flex: 12 12 1px;
  }
  .mobile\:max-width-1200 {
    max-width: 1200px;
  }
  .mobile\:min-width-1200 {
    min-width: 1200px;
  }
  .mobile\:flex13 {
    flex: 13 13 1px;
  }
  .mobile\:max-width-1300 {
    max-width: 1300px;
  }
  .mobile\:min-width-1300 {
    min-width: 1300px;
  }
  .mobile\:flex14 {
    flex: 14 14 1px;
  }
  .mobile\:max-width-1400 {
    max-width: 1400px;
  }
  .mobile\:min-width-1400 {
    min-width: 1400px;
  }
  .mobile\:flex15 {
    flex: 15 15 1px;
  }
  .mobile\:max-width-1500 {
    max-width: 1500px;
  }
  .mobile\:min-width-1500 {
    min-width: 1500px;
  }
  .mobile\:flex16 {
    flex: 16 16 1px;
  }
  .mobile\:max-width-1600 {
    max-width: 1600px;
  }
  .mobile\:min-width-1600 {
    min-width: 1600px;
  }
  .mobile\:flex17 {
    flex: 17 17 1px;
  }
  .mobile\:max-width-1700 {
    max-width: 1700px;
  }
  .mobile\:min-width-1700 {
    min-width: 1700px;
  }
  .mobile\:flex18 {
    flex: 18 18 1px;
  }
  .mobile\:max-width-1800 {
    max-width: 1800px;
  }
  .mobile\:min-width-1800 {
    min-width: 1800px;
  }
  .mobile\:flex19 {
    flex: 19 19 1px;
  }
  .mobile\:max-width-1900 {
    max-width: 1900px;
  }
  .mobile\:min-width-1900 {
    min-width: 1900px;
  }
  .mobile\:flex20 {
    flex: 20 20 1px;
  }
  .mobile\:max-width-2000 {
    max-width: 2000px;
  }
  .mobile\:min-width-2000 {
    min-width: 2000px;
  }
  .mobile\:grid-auto-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--cell-min), var(--cell-max)));
  }
  .mobile\:grid-auto-fill {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--cell-min), var(--cell-max)));
  }
  .mobile\:cell-min-auto {
    --cell-min: auto;
  }
  .mobile\:cell-min-fr {
    --cell-min: 1fr;
  }
  .mobile\:cell-max-auto {
    --cell-max: auto;
  }
  .mobile\:cell-max-fr {
    --cell-max: 1fr;
  }
  .mobile\:cell-min-1 {
    --cell-min: calc(var(--plank) * 1);
  }
  .mobile\:cell-max-1 {
    --cell-max: calc(var(--plank) * 1);
  }
  .mobile\:grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .mobile\:grid1-auto {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .mobile\:colspan1 {
    grid-column: span 1;
  }
  .mobile\:rowspan1 {
    grid-row: span 1;
  }
  .mobile\:cell-min-2 {
    --cell-min: calc(var(--plank) * 2);
  }
  .mobile\:cell-max-2 {
    --cell-max: calc(var(--plank) * 2);
  }
  .mobile\:grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .mobile\:grid2-auto {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .mobile\:colspan2 {
    grid-column: span 2;
  }
  .mobile\:rowspan2 {
    grid-row: span 2;
  }
  .mobile\:cell-min-3 {
    --cell-min: calc(var(--plank) * 3);
  }
  .mobile\:cell-max-3 {
    --cell-max: calc(var(--plank) * 3);
  }
  .mobile\:grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .mobile\:grid3-auto {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  .mobile\:colspan3 {
    grid-column: span 3;
  }
  .mobile\:rowspan3 {
    grid-row: span 3;
  }
  .mobile\:cell-min-4 {
    --cell-min: calc(var(--plank) * 4);
  }
  .mobile\:cell-max-4 {
    --cell-max: calc(var(--plank) * 4);
  }
  .mobile\:grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .mobile\:grid4-auto {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  .mobile\:colspan4 {
    grid-column: span 4;
  }
  .mobile\:rowspan4 {
    grid-row: span 4;
  }
  .mobile\:cell-min-5 {
    --cell-min: calc(var(--plank) * 5);
  }
  .mobile\:cell-max-5 {
    --cell-max: calc(var(--plank) * 5);
  }
  .mobile\:grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .mobile\:grid5-auto {
    display: grid;
    grid-template-columns: repeat(5, auto);
  }
  .mobile\:colspan5 {
    grid-column: span 5;
  }
  .mobile\:rowspan5 {
    grid-row: span 5;
  }
  .mobile\:cell-min-6 {
    --cell-min: calc(var(--plank) * 6);
  }
  .mobile\:cell-max-6 {
    --cell-max: calc(var(--plank) * 6);
  }
  .mobile\:grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .mobile\:grid6-auto {
    display: grid;
    grid-template-columns: repeat(6, auto);
  }
  .mobile\:colspan6 {
    grid-column: span 6;
  }
  .mobile\:rowspan6 {
    grid-row: span 6;
  }
  .mobile\:cell-min-7 {
    --cell-min: calc(var(--plank) * 7);
  }
  .mobile\:cell-max-7 {
    --cell-max: calc(var(--plank) * 7);
  }
  .mobile\:grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .mobile\:grid7-auto {
    display: grid;
    grid-template-columns: repeat(7, auto);
  }
  .mobile\:colspan7 {
    grid-column: span 7;
  }
  .mobile\:rowspan7 {
    grid-row: span 7;
  }
  .mobile\:cell-min-8 {
    --cell-min: calc(var(--plank) * 8);
  }
  .mobile\:cell-max-8 {
    --cell-max: calc(var(--plank) * 8);
  }
  .mobile\:grid8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .mobile\:grid8-auto {
    display: grid;
    grid-template-columns: repeat(8, auto);
  }
  .mobile\:colspan8 {
    grid-column: span 8;
  }
  .mobile\:rowspan8 {
    grid-row: span 8;
  }
  .mobile\:cell-min-9 {
    --cell-min: calc(var(--plank) * 9);
  }
  .mobile\:cell-max-9 {
    --cell-max: calc(var(--plank) * 9);
  }
  .mobile\:grid9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .mobile\:grid9-auto {
    display: grid;
    grid-template-columns: repeat(9, auto);
  }
  .mobile\:colspan9 {
    grid-column: span 9;
  }
  .mobile\:rowspan9 {
    grid-row: span 9;
  }
  .mobile\:cell-min-10 {
    --cell-min: calc(var(--plank) * 10);
  }
  .mobile\:cell-max-10 {
    --cell-max: calc(var(--plank) * 10);
  }
  .mobile\:grid10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .mobile\:grid10-auto {
    display: grid;
    grid-template-columns: repeat(10, auto);
  }
  .mobile\:colspan10 {
    grid-column: span 10;
  }
  .mobile\:rowspan10 {
    grid-row: span 10;
  }
  .mobile\:cell-min-11 {
    --cell-min: calc(var(--plank) * 11);
  }
  .mobile\:cell-max-11 {
    --cell-max: calc(var(--plank) * 11);
  }
  .mobile\:grid11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .mobile\:grid11-auto {
    display: grid;
    grid-template-columns: repeat(11, auto);
  }
  .mobile\:colspan11 {
    grid-column: span 11;
  }
  .mobile\:rowspan11 {
    grid-row: span 11;
  }
  .mobile\:cell-min-12 {
    --cell-min: calc(var(--plank) * 12);
  }
  .mobile\:cell-max-12 {
    --cell-max: calc(var(--plank) * 12);
  }
  .mobile\:grid12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .mobile\:grid12-auto {
    display: grid;
    grid-template-columns: repeat(12, auto);
  }
  .mobile\:colspan12 {
    grid-column: span 12;
  }
  .mobile\:rowspan12 {
    grid-row: span 12;
  }
  .mobile\:cell-min-13 {
    --cell-min: calc(var(--plank) * 13);
  }
  .mobile\:cell-max-13 {
    --cell-max: calc(var(--plank) * 13);
  }
  .mobile\:grid13 {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
  }
  .mobile\:grid13-auto {
    display: grid;
    grid-template-columns: repeat(13, auto);
  }
  .mobile\:colspan13 {
    grid-column: span 13;
  }
  .mobile\:rowspan13 {
    grid-row: span 13;
  }
  .mobile\:cell-min-14 {
    --cell-min: calc(var(--plank) * 14);
  }
  .mobile\:cell-max-14 {
    --cell-max: calc(var(--plank) * 14);
  }
  .mobile\:grid14 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
  }
  .mobile\:grid14-auto {
    display: grid;
    grid-template-columns: repeat(14, auto);
  }
  .mobile\:colspan14 {
    grid-column: span 14;
  }
  .mobile\:rowspan14 {
    grid-row: span 14;
  }
  .mobile\:cell-min-15 {
    --cell-min: calc(var(--plank) * 15);
  }
  .mobile\:cell-max-15 {
    --cell-max: calc(var(--plank) * 15);
  }
  .mobile\:grid15 {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
  }
  .mobile\:grid15-auto {
    display: grid;
    grid-template-columns: repeat(15, auto);
  }
  .mobile\:colspan15 {
    grid-column: span 15;
  }
  .mobile\:rowspan15 {
    grid-row: span 15;
  }
  .mobile\:cell-min-16 {
    --cell-min: calc(var(--plank) * 16);
  }
  .mobile\:cell-max-16 {
    --cell-max: calc(var(--plank) * 16);
  }
  .mobile\:grid16 {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
  }
  .mobile\:grid16-auto {
    display: grid;
    grid-template-columns: repeat(16, auto);
  }
  .mobile\:colspan16 {
    grid-column: span 16;
  }
  .mobile\:rowspan16 {
    grid-row: span 16;
  }
  .mobile\:cell-min-17 {
    --cell-min: calc(var(--plank) * 17);
  }
  .mobile\:cell-max-17 {
    --cell-max: calc(var(--plank) * 17);
  }
  .mobile\:grid17 {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
  }
  .mobile\:grid17-auto {
    display: grid;
    grid-template-columns: repeat(17, auto);
  }
  .mobile\:colspan17 {
    grid-column: span 17;
  }
  .mobile\:rowspan17 {
    grid-row: span 17;
  }
  .mobile\:cell-min-18 {
    --cell-min: calc(var(--plank) * 18);
  }
  .mobile\:cell-max-18 {
    --cell-max: calc(var(--plank) * 18);
  }
  .mobile\:grid18 {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
  }
  .mobile\:grid18-auto {
    display: grid;
    grid-template-columns: repeat(18, auto);
  }
  .mobile\:colspan18 {
    grid-column: span 18;
  }
  .mobile\:rowspan18 {
    grid-row: span 18;
  }
  .mobile\:cell-min-19 {
    --cell-min: calc(var(--plank) * 19);
  }
  .mobile\:cell-max-19 {
    --cell-max: calc(var(--plank) * 19);
  }
  .mobile\:grid19 {
    display: grid;
    grid-template-columns: repeat(19, 1fr);
  }
  .mobile\:grid19-auto {
    display: grid;
    grid-template-columns: repeat(19, auto);
  }
  .mobile\:colspan19 {
    grid-column: span 19;
  }
  .mobile\:rowspan19 {
    grid-row: span 19;
  }
  .mobile\:cell-min-20 {
    --cell-min: calc(var(--plank) * 20);
  }
  .mobile\:cell-max-20 {
    --cell-max: calc(var(--plank) * 20);
  }
  .mobile\:grid20 {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
  }
  .mobile\:grid20-auto {
    display: grid;
    grid-template-columns: repeat(20, auto);
  }
  .mobile\:colspan20 {
    grid-column: span 20;
  }
  .mobile\:rowspan20 {
    grid-row: span 20;
  }
  .mobile\:cell-min-21 {
    --cell-min: calc(var(--plank) * 21);
  }
  .mobile\:cell-max-21 {
    --cell-max: calc(var(--plank) * 21);
  }
  .mobile\:grid21 {
    display: grid;
    grid-template-columns: repeat(21, 1fr);
  }
  .mobile\:grid21-auto {
    display: grid;
    grid-template-columns: repeat(21, auto);
  }
  .mobile\:colspan21 {
    grid-column: span 21;
  }
  .mobile\:rowspan21 {
    grid-row: span 21;
  }
  .mobile\:cell-min-22 {
    --cell-min: calc(var(--plank) * 22);
  }
  .mobile\:cell-max-22 {
    --cell-max: calc(var(--plank) * 22);
  }
  .mobile\:grid22 {
    display: grid;
    grid-template-columns: repeat(22, 1fr);
  }
  .mobile\:grid22-auto {
    display: grid;
    grid-template-columns: repeat(22, auto);
  }
  .mobile\:colspan22 {
    grid-column: span 22;
  }
  .mobile\:rowspan22 {
    grid-row: span 22;
  }
  .mobile\:cell-min-23 {
    --cell-min: calc(var(--plank) * 23);
  }
  .mobile\:cell-max-23 {
    --cell-max: calc(var(--plank) * 23);
  }
  .mobile\:grid23 {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
  }
  .mobile\:grid23-auto {
    display: grid;
    grid-template-columns: repeat(23, auto);
  }
  .mobile\:colspan23 {
    grid-column: span 23;
  }
  .mobile\:rowspan23 {
    grid-row: span 23;
  }
  .mobile\:cell-min-24 {
    --cell-min: calc(var(--plank) * 24);
  }
  .mobile\:cell-max-24 {
    --cell-max: calc(var(--plank) * 24);
  }
  .mobile\:grid24 {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
  .mobile\:grid24-auto {
    display: grid;
    grid-template-columns: repeat(24, auto);
  }
  .mobile\:colspan24 {
    grid-column: span 24;
  }
  .mobile\:rowspan24 {
    grid-row: span 24;
  }
  .mobile\:cell-min-25 {
    --cell-min: calc(var(--plank) * 25);
  }
  .mobile\:cell-max-25 {
    --cell-max: calc(var(--plank) * 25);
  }
  .mobile\:grid25 {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
  }
  .mobile\:grid25-auto {
    display: grid;
    grid-template-columns: repeat(25, auto);
  }
  .mobile\:colspan25 {
    grid-column: span 25;
  }
  .mobile\:rowspan25 {
    grid-row: span 25;
  }
  .mobile\:cell-min-26 {
    --cell-min: calc(var(--plank) * 26);
  }
  .mobile\:cell-max-26 {
    --cell-max: calc(var(--plank) * 26);
  }
  .mobile\:grid26 {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
  }
  .mobile\:grid26-auto {
    display: grid;
    grid-template-columns: repeat(26, auto);
  }
  .mobile\:colspan26 {
    grid-column: span 26;
  }
  .mobile\:rowspan26 {
    grid-row: span 26;
  }
  .mobile\:cell-min-27 {
    --cell-min: calc(var(--plank) * 27);
  }
  .mobile\:cell-max-27 {
    --cell-max: calc(var(--plank) * 27);
  }
  .mobile\:grid27 {
    display: grid;
    grid-template-columns: repeat(27, 1fr);
  }
  .mobile\:grid27-auto {
    display: grid;
    grid-template-columns: repeat(27, auto);
  }
  .mobile\:colspan27 {
    grid-column: span 27;
  }
  .mobile\:rowspan27 {
    grid-row: span 27;
  }
  .mobile\:cell-min-28 {
    --cell-min: calc(var(--plank) * 28);
  }
  .mobile\:cell-max-28 {
    --cell-max: calc(var(--plank) * 28);
  }
  .mobile\:grid28 {
    display: grid;
    grid-template-columns: repeat(28, 1fr);
  }
  .mobile\:grid28-auto {
    display: grid;
    grid-template-columns: repeat(28, auto);
  }
  .mobile\:colspan28 {
    grid-column: span 28;
  }
  .mobile\:rowspan28 {
    grid-row: span 28;
  }
  .mobile\:cell-min-29 {
    --cell-min: calc(var(--plank) * 29);
  }
  .mobile\:cell-max-29 {
    --cell-max: calc(var(--plank) * 29);
  }
  .mobile\:grid29 {
    display: grid;
    grid-template-columns: repeat(29, 1fr);
  }
  .mobile\:grid29-auto {
    display: grid;
    grid-template-columns: repeat(29, auto);
  }
  .mobile\:colspan29 {
    grid-column: span 29;
  }
  .mobile\:rowspan29 {
    grid-row: span 29;
  }
  .mobile\:cell-min-30 {
    --cell-min: calc(var(--plank) * 30);
  }
  .mobile\:cell-max-30 {
    --cell-max: calc(var(--plank) * 30);
  }
  .mobile\:grid30 {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
  }
  .mobile\:grid30-auto {
    display: grid;
    grid-template-columns: repeat(30, auto);
  }
  .mobile\:colspan30 {
    grid-column: span 30;
  }
  .mobile\:rowspan30 {
    grid-row: span 30;
  }
  .mobile\:cell-min-31 {
    --cell-min: calc(var(--plank) * 31);
  }
  .mobile\:cell-max-31 {
    --cell-max: calc(var(--plank) * 31);
  }
  .mobile\:grid31 {
    display: grid;
    grid-template-columns: repeat(31, 1fr);
  }
  .mobile\:grid31-auto {
    display: grid;
    grid-template-columns: repeat(31, auto);
  }
  .mobile\:colspan31 {
    grid-column: span 31;
  }
  .mobile\:rowspan31 {
    grid-row: span 31;
  }
  .mobile\:cell-min-32 {
    --cell-min: calc(var(--plank) * 32);
  }
  .mobile\:cell-max-32 {
    --cell-max: calc(var(--plank) * 32);
  }
  .mobile\:grid32 {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
  }
  .mobile\:grid32-auto {
    display: grid;
    grid-template-columns: repeat(32, auto);
  }
  .mobile\:colspan32 {
    grid-column: span 32;
  }
  .mobile\:rowspan32 {
    grid-row: span 32;
  }
  .mobile\:gap-auto {
    gap: auto;
  }
  .mobile\:gap-auto-x {
    column-gap: auto;
  }
  .mobile\:gap-auto-y {
    row-gap: auto;
  }
  .mobile\:m-auto-t {
    margin-top: auto;
  }
  .mobile\:m-auto-l {
    margin-left: auto;
  }
  .mobile\:m-auto-r {
    margin-right: auto;
  }
  .mobile\:m-auto-b {
    margin-bottom: auto;
  }
  .mobile\:m-auto-y {
    margin-top: auto;
    margin-bottom: auto;
  }
  .mobile\:m-auto-x {
    margin-left: auto;
    margin-right: auto;
  }
  .mobile\:m-auto {
    margin: auto;
  }
  .mobile\:p-auto-t {
    padding-top: auto;
  }
  .mobile\:p-auto-l {
    padding-left: auto;
  }
  .mobile\:p-auto-r {
    padding-right: auto;
  }
  .mobile\:p-auto-b {
    padding-bottom: auto;
  }
  .mobile\:p-auto-y {
    padding-top: auto;
    padding-bottom: auto;
  }
  .mobile\:p-auto-x {
    padding-left: auto;
    padding-right: auto;
  }
  .mobile\:p-auto {
    padding: auto;
  }
  .mobile\:font-size-auto {
    font-size: calc(auto / 4)rem;
  }
  .mobile\:gap-0 {
    gap: 0em;
  }
  .mobile\:gap-0-x {
    column-gap: 0em;
  }
  .mobile\:gap-0-y {
    row-gap: 0em;
  }
  .mobile\:m-0-t {
    margin-top: 0em;
  }
  .mobile\:m-0-l {
    margin-left: 0em;
  }
  .mobile\:m-0-r {
    margin-right: 0em;
  }
  .mobile\:m-0-b {
    margin-bottom: 0em;
  }
  .mobile\:m-0-y {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .mobile\:m-0-x {
    margin-left: 0em;
    margin-right: 0em;
  }
  .mobile\:m-0 {
    margin: 0em;
  }
  .mobile\:p-0-t {
    padding-top: 0em;
  }
  .mobile\:p-0-l {
    padding-left: 0em;
  }
  .mobile\:p-0-r {
    padding-right: 0em;
  }
  .mobile\:p-0-b {
    padding-bottom: 0em;
  }
  .mobile\:p-0-y {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .mobile\:p-0-x {
    padding-left: 0em;
    padding-right: 0em;
  }
  .mobile\:p-0 {
    padding: 0em;
  }
  .mobile\:font-size-0 {
    font-size: 0rem;
  }
  .mobile\:gap-1 {
    gap: 0.5em;
  }
  .mobile\:gap-1-x {
    column-gap: 0.5em;
  }
  .mobile\:gap-1-y {
    row-gap: 0.5em;
  }
  .mobile\:m-1-t {
    margin-top: 0.5em;
  }
  .mobile\:m-1-l {
    margin-left: 0.5em;
  }
  .mobile\:m-1-r {
    margin-right: 0.5em;
  }
  .mobile\:m-1-b {
    margin-bottom: 0.5em;
  }
  .mobile\:m-1-y {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .mobile\:m-1-x {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .mobile\:m-1 {
    margin: 0.5em;
  }
  .mobile\:p-1-t {
    padding-top: 0.5em;
  }
  .mobile\:p-1-l {
    padding-left: 0.5em;
  }
  .mobile\:p-1-r {
    padding-right: 0.5em;
  }
  .mobile\:p-1-b {
    padding-bottom: 0.5em;
  }
  .mobile\:p-1-y {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .mobile\:p-1-x {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .mobile\:p-1 {
    padding: 0.5em;
  }
  .mobile\:font-size-1 {
    font-size: 0.25rem;
  }
  .mobile\:gap-2 {
    gap: 1em;
  }
  .mobile\:gap-2-x {
    column-gap: 1em;
  }
  .mobile\:gap-2-y {
    row-gap: 1em;
  }
  .mobile\:m-2-t {
    margin-top: 1em;
  }
  .mobile\:m-2-l {
    margin-left: 1em;
  }
  .mobile\:m-2-r {
    margin-right: 1em;
  }
  .mobile\:m-2-b {
    margin-bottom: 1em;
  }
  .mobile\:m-2-y {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .mobile\:m-2-x {
    margin-left: 1em;
    margin-right: 1em;
  }
  .mobile\:m-2 {
    margin: 1em;
  }
  .mobile\:p-2-t {
    padding-top: 1em;
  }
  .mobile\:p-2-l {
    padding-left: 1em;
  }
  .mobile\:p-2-r {
    padding-right: 1em;
  }
  .mobile\:p-2-b {
    padding-bottom: 1em;
  }
  .mobile\:p-2-y {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .mobile\:p-2-x {
    padding-left: 1em;
    padding-right: 1em;
  }
  .mobile\:p-2 {
    padding: 1em;
  }
  .mobile\:font-size-2 {
    font-size: 0.5rem;
  }
  .mobile\:gap-3 {
    gap: 1.5em;
  }
  .mobile\:gap-3-x {
    column-gap: 1.5em;
  }
  .mobile\:gap-3-y {
    row-gap: 1.5em;
  }
  .mobile\:m-3-t {
    margin-top: 1.5em;
  }
  .mobile\:m-3-l {
    margin-left: 1.5em;
  }
  .mobile\:m-3-r {
    margin-right: 1.5em;
  }
  .mobile\:m-3-b {
    margin-bottom: 1.5em;
  }
  .mobile\:m-3-y {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .mobile\:m-3-x {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .mobile\:m-3 {
    margin: 1.5em;
  }
  .mobile\:p-3-t {
    padding-top: 1.5em;
  }
  .mobile\:p-3-l {
    padding-left: 1.5em;
  }
  .mobile\:p-3-r {
    padding-right: 1.5em;
  }
  .mobile\:p-3-b {
    padding-bottom: 1.5em;
  }
  .mobile\:p-3-y {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .mobile\:p-3-x {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .mobile\:p-3 {
    padding: 1.5em;
  }
  .mobile\:font-size-3 {
    font-size: 0.75rem;
  }
  .mobile\:gap-4 {
    gap: 2em;
  }
  .mobile\:gap-4-x {
    column-gap: 2em;
  }
  .mobile\:gap-4-y {
    row-gap: 2em;
  }
  .mobile\:m-4-t {
    margin-top: 2em;
  }
  .mobile\:m-4-l {
    margin-left: 2em;
  }
  .mobile\:m-4-r {
    margin-right: 2em;
  }
  .mobile\:m-4-b {
    margin-bottom: 2em;
  }
  .mobile\:m-4-y {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .mobile\:m-4-x {
    margin-left: 2em;
    margin-right: 2em;
  }
  .mobile\:m-4 {
    margin: 2em;
  }
  .mobile\:p-4-t {
    padding-top: 2em;
  }
  .mobile\:p-4-l {
    padding-left: 2em;
  }
  .mobile\:p-4-r {
    padding-right: 2em;
  }
  .mobile\:p-4-b {
    padding-bottom: 2em;
  }
  .mobile\:p-4-y {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .mobile\:p-4-x {
    padding-left: 2em;
    padding-right: 2em;
  }
  .mobile\:p-4 {
    padding: 2em;
  }
  .mobile\:font-size-4 {
    font-size: 1rem;
  }
  .mobile\:gap-5 {
    gap: 2.5em;
  }
  .mobile\:gap-5-x {
    column-gap: 2.5em;
  }
  .mobile\:gap-5-y {
    row-gap: 2.5em;
  }
  .mobile\:m-5-t {
    margin-top: 2.5em;
  }
  .mobile\:m-5-l {
    margin-left: 2.5em;
  }
  .mobile\:m-5-r {
    margin-right: 2.5em;
  }
  .mobile\:m-5-b {
    margin-bottom: 2.5em;
  }
  .mobile\:m-5-y {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .mobile\:m-5-x {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  .mobile\:m-5 {
    margin: 2.5em;
  }
  .mobile\:p-5-t {
    padding-top: 2.5em;
  }
  .mobile\:p-5-l {
    padding-left: 2.5em;
  }
  .mobile\:p-5-r {
    padding-right: 2.5em;
  }
  .mobile\:p-5-b {
    padding-bottom: 2.5em;
  }
  .mobile\:p-5-y {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .mobile\:p-5-x {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .mobile\:p-5 {
    padding: 2.5em;
  }
  .mobile\:font-size-5 {
    font-size: 1.25rem;
  }
  .mobile\:gap-6 {
    gap: 3em;
  }
  .mobile\:gap-6-x {
    column-gap: 3em;
  }
  .mobile\:gap-6-y {
    row-gap: 3em;
  }
  .mobile\:m-6-t {
    margin-top: 3em;
  }
  .mobile\:m-6-l {
    margin-left: 3em;
  }
  .mobile\:m-6-r {
    margin-right: 3em;
  }
  .mobile\:m-6-b {
    margin-bottom: 3em;
  }
  .mobile\:m-6-y {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .mobile\:m-6-x {
    margin-left: 3em;
    margin-right: 3em;
  }
  .mobile\:m-6 {
    margin: 3em;
  }
  .mobile\:p-6-t {
    padding-top: 3em;
  }
  .mobile\:p-6-l {
    padding-left: 3em;
  }
  .mobile\:p-6-r {
    padding-right: 3em;
  }
  .mobile\:p-6-b {
    padding-bottom: 3em;
  }
  .mobile\:p-6-y {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .mobile\:p-6-x {
    padding-left: 3em;
    padding-right: 3em;
  }
  .mobile\:p-6 {
    padding: 3em;
  }
  .mobile\:font-size-6 {
    font-size: 1.5rem;
  }
  .mobile\:gap-7 {
    gap: 3.5em;
  }
  .mobile\:gap-7-x {
    column-gap: 3.5em;
  }
  .mobile\:gap-7-y {
    row-gap: 3.5em;
  }
  .mobile\:m-7-t {
    margin-top: 3.5em;
  }
  .mobile\:m-7-l {
    margin-left: 3.5em;
  }
  .mobile\:m-7-r {
    margin-right: 3.5em;
  }
  .mobile\:m-7-b {
    margin-bottom: 3.5em;
  }
  .mobile\:m-7-y {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
  .mobile\:m-7-x {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
  .mobile\:m-7 {
    margin: 3.5em;
  }
  .mobile\:p-7-t {
    padding-top: 3.5em;
  }
  .mobile\:p-7-l {
    padding-left: 3.5em;
  }
  .mobile\:p-7-r {
    padding-right: 3.5em;
  }
  .mobile\:p-7-b {
    padding-bottom: 3.5em;
  }
  .mobile\:p-7-y {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .mobile\:p-7-x {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .mobile\:p-7 {
    padding: 3.5em;
  }
  .mobile\:font-size-7 {
    font-size: 1.75rem;
  }
  .mobile\:gap-8 {
    gap: 4em;
  }
  .mobile\:gap-8-x {
    column-gap: 4em;
  }
  .mobile\:gap-8-y {
    row-gap: 4em;
  }
  .mobile\:m-8-t {
    margin-top: 4em;
  }
  .mobile\:m-8-l {
    margin-left: 4em;
  }
  .mobile\:m-8-r {
    margin-right: 4em;
  }
  .mobile\:m-8-b {
    margin-bottom: 4em;
  }
  .mobile\:m-8-y {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .mobile\:m-8-x {
    margin-left: 4em;
    margin-right: 4em;
  }
  .mobile\:m-8 {
    margin: 4em;
  }
  .mobile\:p-8-t {
    padding-top: 4em;
  }
  .mobile\:p-8-l {
    padding-left: 4em;
  }
  .mobile\:p-8-r {
    padding-right: 4em;
  }
  .mobile\:p-8-b {
    padding-bottom: 4em;
  }
  .mobile\:p-8-y {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .mobile\:p-8-x {
    padding-left: 4em;
    padding-right: 4em;
  }
  .mobile\:p-8 {
    padding: 4em;
  }
  .mobile\:font-size-8 {
    font-size: 2rem;
  }
  .mobile\:opacity--1 {
    opacity: -0.1;
  }
  .mobile\:opacity-0 {
    opacity: 0;
  }
  .mobile\:opacity-1 {
    opacity: 0.1;
  }
  .mobile\:opacity-2 {
    opacity: 0.2;
  }
  .mobile\:opacity-3 {
    opacity: 0.3;
  }
  .mobile\:opacity-4 {
    opacity: 0.4;
  }
  .mobile\:opacity-5 {
    opacity: 0.5;
  }
  .mobile\:opacity-6 {
    opacity: 0.6;
  }
  .mobile\:opacity-7 {
    opacity: 0.7;
  }
  .mobile\:opacity-8 {
    opacity: 0.8;
  }
  .mobile\:opacity-9 {
    opacity: 0.9;
  }
  .mobile\:opacity-10 {
    opacity: 1;
  }
}
@media (min-width: 901px) {
  .desktop\:debug-red {
    border: 2px dashed red;
  }
  .desktop\:debug-blue {
    border: 2px dashed blue;
  }
  .desktop\:debug-orange {
    border: 2px dashed orange;
  }
  .desktop\:block {
    display: block;
  }
  .desktop\:relative {
    position: relative;
  }
  .desktop\:static {
    position: static;
  }
  .desktop\:flex-row {
    display: flex;
    flex-direction: row;
  }
  .desktop\:flex-column {
    display: flex;
    flex-direction: column;
  }
  .desktop\:wrap {
    white-space: wrap;
  }
  .desktop\:align-left, .desktop\:align-top {
    align-items: flex-start;
  }
  .desktop\:align-right, .desktop\:align-bottom {
    align-items: flex-end;
  }
  .desktop\:align-center {
    align-items: center;
  }
  .desktop\:align-space-around {
    align-items: space-around;
  }
  .desktop\:align-space-between {
    align-items: space-between;
  }
  .desktop\:align-stretch {
    align-items: stretch;
  }
  .desktop\:justify-left {
    justify-content: flex-start;
  }
  .desktop\:justify-right {
    justify-content: flex-end;
  }
  .desktop\:justify-center {
    justify-content: center;
  }
  .desktop\:justify-space-around {
    justify-content: space-around;
  }
  .desktop\:justify-space-between {
    justify-content: space-between;
  }
  .desktop\:justify-stretch {
    justify-content: stretch;
  }
  .desktop\:flex-static {
    flex: 0 0 auto;
  }
  .desktop\:flex-stretch {
    flex: 1 1 auto;
  }
  .desktop\:wmax {
    width: 100%;
  }
  .desktop\:wmin {
    width: 0;
  }
  .desktop\:scroll {
    overflow: auto;
  }
  .desktop\:scroll-x {
    overflow-x: auto;
  }
  .desktop\:scroll-y {
    overflow-y: auto;
  }
  .desktop\:flex1 {
    flex: 1 1 1px;
  }
  .desktop\:max-width-100 {
    max-width: 100px;
  }
  .desktop\:min-width-100 {
    min-width: 100px;
  }
  .desktop\:flex2 {
    flex: 2 2 1px;
  }
  .desktop\:max-width-200 {
    max-width: 200px;
  }
  .desktop\:min-width-200 {
    min-width: 200px;
  }
  .desktop\:flex3 {
    flex: 3 3 1px;
  }
  .desktop\:max-width-300 {
    max-width: 300px;
  }
  .desktop\:min-width-300 {
    min-width: 300px;
  }
  .desktop\:flex4 {
    flex: 4 4 1px;
  }
  .desktop\:max-width-400 {
    max-width: 400px;
  }
  .desktop\:min-width-400 {
    min-width: 400px;
  }
  .desktop\:flex5 {
    flex: 5 5 1px;
  }
  .desktop\:max-width-500 {
    max-width: 500px;
  }
  .desktop\:min-width-500 {
    min-width: 500px;
  }
  .desktop\:flex6 {
    flex: 6 6 1px;
  }
  .desktop\:max-width-600 {
    max-width: 600px;
  }
  .desktop\:min-width-600 {
    min-width: 600px;
  }
  .desktop\:flex7 {
    flex: 7 7 1px;
  }
  .desktop\:max-width-700 {
    max-width: 700px;
  }
  .desktop\:min-width-700 {
    min-width: 700px;
  }
  .desktop\:flex8 {
    flex: 8 8 1px;
  }
  .desktop\:max-width-800 {
    max-width: 800px;
  }
  .desktop\:min-width-800 {
    min-width: 800px;
  }
  .desktop\:flex9 {
    flex: 9 9 1px;
  }
  .desktop\:max-width-900 {
    max-width: 900px;
  }
  .desktop\:min-width-900 {
    min-width: 900px;
  }
  .desktop\:flex10 {
    flex: 10 10 1px;
  }
  .desktop\:max-width-1000 {
    max-width: 1000px;
  }
  .desktop\:min-width-1000 {
    min-width: 1000px;
  }
  .desktop\:flex11 {
    flex: 11 11 1px;
  }
  .desktop\:max-width-1100 {
    max-width: 1100px;
  }
  .desktop\:min-width-1100 {
    min-width: 1100px;
  }
  .desktop\:flex12 {
    flex: 12 12 1px;
  }
  .desktop\:max-width-1200 {
    max-width: 1200px;
  }
  .desktop\:min-width-1200 {
    min-width: 1200px;
  }
  .desktop\:flex13 {
    flex: 13 13 1px;
  }
  .desktop\:max-width-1300 {
    max-width: 1300px;
  }
  .desktop\:min-width-1300 {
    min-width: 1300px;
  }
  .desktop\:flex14 {
    flex: 14 14 1px;
  }
  .desktop\:max-width-1400 {
    max-width: 1400px;
  }
  .desktop\:min-width-1400 {
    min-width: 1400px;
  }
  .desktop\:flex15 {
    flex: 15 15 1px;
  }
  .desktop\:max-width-1500 {
    max-width: 1500px;
  }
  .desktop\:min-width-1500 {
    min-width: 1500px;
  }
  .desktop\:flex16 {
    flex: 16 16 1px;
  }
  .desktop\:max-width-1600 {
    max-width: 1600px;
  }
  .desktop\:min-width-1600 {
    min-width: 1600px;
  }
  .desktop\:flex17 {
    flex: 17 17 1px;
  }
  .desktop\:max-width-1700 {
    max-width: 1700px;
  }
  .desktop\:min-width-1700 {
    min-width: 1700px;
  }
  .desktop\:flex18 {
    flex: 18 18 1px;
  }
  .desktop\:max-width-1800 {
    max-width: 1800px;
  }
  .desktop\:min-width-1800 {
    min-width: 1800px;
  }
  .desktop\:flex19 {
    flex: 19 19 1px;
  }
  .desktop\:max-width-1900 {
    max-width: 1900px;
  }
  .desktop\:min-width-1900 {
    min-width: 1900px;
  }
  .desktop\:flex20 {
    flex: 20 20 1px;
  }
  .desktop\:max-width-2000 {
    max-width: 2000px;
  }
  .desktop\:min-width-2000 {
    min-width: 2000px;
  }
  .desktop\:grid-auto-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--cell-min), var(--cell-max)));
  }
  .desktop\:grid-auto-fill {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--cell-min), var(--cell-max)));
  }
  .desktop\:cell-min-auto {
    --cell-min: auto;
  }
  .desktop\:cell-min-fr {
    --cell-min: 1fr;
  }
  .desktop\:cell-max-auto {
    --cell-max: auto;
  }
  .desktop\:cell-max-fr {
    --cell-max: 1fr;
  }
  .desktop\:cell-min-1 {
    --cell-min: calc(var(--plank) * 1);
  }
  .desktop\:cell-max-1 {
    --cell-max: calc(var(--plank) * 1);
  }
  .desktop\:grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .desktop\:grid1-auto {
    display: grid;
    grid-template-columns: repeat(1, auto);
  }
  .desktop\:colspan1 {
    grid-column: span 1;
  }
  .desktop\:rowspan1 {
    grid-row: span 1;
  }
  .desktop\:cell-min-2 {
    --cell-min: calc(var(--plank) * 2);
  }
  .desktop\:cell-max-2 {
    --cell-max: calc(var(--plank) * 2);
  }
  .desktop\:grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .desktop\:grid2-auto {
    display: grid;
    grid-template-columns: repeat(2, auto);
  }
  .desktop\:colspan2 {
    grid-column: span 2;
  }
  .desktop\:rowspan2 {
    grid-row: span 2;
  }
  .desktop\:cell-min-3 {
    --cell-min: calc(var(--plank) * 3);
  }
  .desktop\:cell-max-3 {
    --cell-max: calc(var(--plank) * 3);
  }
  .desktop\:grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .desktop\:grid3-auto {
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
  .desktop\:colspan3 {
    grid-column: span 3;
  }
  .desktop\:rowspan3 {
    grid-row: span 3;
  }
  .desktop\:cell-min-4 {
    --cell-min: calc(var(--plank) * 4);
  }
  .desktop\:cell-max-4 {
    --cell-max: calc(var(--plank) * 4);
  }
  .desktop\:grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .desktop\:grid4-auto {
    display: grid;
    grid-template-columns: repeat(4, auto);
  }
  .desktop\:colspan4 {
    grid-column: span 4;
  }
  .desktop\:rowspan4 {
    grid-row: span 4;
  }
  .desktop\:cell-min-5 {
    --cell-min: calc(var(--plank) * 5);
  }
  .desktop\:cell-max-5 {
    --cell-max: calc(var(--plank) * 5);
  }
  .desktop\:grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .desktop\:grid5-auto {
    display: grid;
    grid-template-columns: repeat(5, auto);
  }
  .desktop\:colspan5 {
    grid-column: span 5;
  }
  .desktop\:rowspan5 {
    grid-row: span 5;
  }
  .desktop\:cell-min-6 {
    --cell-min: calc(var(--plank) * 6);
  }
  .desktop\:cell-max-6 {
    --cell-max: calc(var(--plank) * 6);
  }
  .desktop\:grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
  .desktop\:grid6-auto {
    display: grid;
    grid-template-columns: repeat(6, auto);
  }
  .desktop\:colspan6 {
    grid-column: span 6;
  }
  .desktop\:rowspan6 {
    grid-row: span 6;
  }
  .desktop\:cell-min-7 {
    --cell-min: calc(var(--plank) * 7);
  }
  .desktop\:cell-max-7 {
    --cell-max: calc(var(--plank) * 7);
  }
  .desktop\:grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
  }
  .desktop\:grid7-auto {
    display: grid;
    grid-template-columns: repeat(7, auto);
  }
  .desktop\:colspan7 {
    grid-column: span 7;
  }
  .desktop\:rowspan7 {
    grid-row: span 7;
  }
  .desktop\:cell-min-8 {
    --cell-min: calc(var(--plank) * 8);
  }
  .desktop\:cell-max-8 {
    --cell-max: calc(var(--plank) * 8);
  }
  .desktop\:grid8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
  }
  .desktop\:grid8-auto {
    display: grid;
    grid-template-columns: repeat(8, auto);
  }
  .desktop\:colspan8 {
    grid-column: span 8;
  }
  .desktop\:rowspan8 {
    grid-row: span 8;
  }
  .desktop\:cell-min-9 {
    --cell-min: calc(var(--plank) * 9);
  }
  .desktop\:cell-max-9 {
    --cell-max: calc(var(--plank) * 9);
  }
  .desktop\:grid9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
  }
  .desktop\:grid9-auto {
    display: grid;
    grid-template-columns: repeat(9, auto);
  }
  .desktop\:colspan9 {
    grid-column: span 9;
  }
  .desktop\:rowspan9 {
    grid-row: span 9;
  }
  .desktop\:cell-min-10 {
    --cell-min: calc(var(--plank) * 10);
  }
  .desktop\:cell-max-10 {
    --cell-max: calc(var(--plank) * 10);
  }
  .desktop\:grid10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
  }
  .desktop\:grid10-auto {
    display: grid;
    grid-template-columns: repeat(10, auto);
  }
  .desktop\:colspan10 {
    grid-column: span 10;
  }
  .desktop\:rowspan10 {
    grid-row: span 10;
  }
  .desktop\:cell-min-11 {
    --cell-min: calc(var(--plank) * 11);
  }
  .desktop\:cell-max-11 {
    --cell-max: calc(var(--plank) * 11);
  }
  .desktop\:grid11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
  }
  .desktop\:grid11-auto {
    display: grid;
    grid-template-columns: repeat(11, auto);
  }
  .desktop\:colspan11 {
    grid-column: span 11;
  }
  .desktop\:rowspan11 {
    grid-row: span 11;
  }
  .desktop\:cell-min-12 {
    --cell-min: calc(var(--plank) * 12);
  }
  .desktop\:cell-max-12 {
    --cell-max: calc(var(--plank) * 12);
  }
  .desktop\:grid12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
  .desktop\:grid12-auto {
    display: grid;
    grid-template-columns: repeat(12, auto);
  }
  .desktop\:colspan12 {
    grid-column: span 12;
  }
  .desktop\:rowspan12 {
    grid-row: span 12;
  }
  .desktop\:cell-min-13 {
    --cell-min: calc(var(--plank) * 13);
  }
  .desktop\:cell-max-13 {
    --cell-max: calc(var(--plank) * 13);
  }
  .desktop\:grid13 {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
  }
  .desktop\:grid13-auto {
    display: grid;
    grid-template-columns: repeat(13, auto);
  }
  .desktop\:colspan13 {
    grid-column: span 13;
  }
  .desktop\:rowspan13 {
    grid-row: span 13;
  }
  .desktop\:cell-min-14 {
    --cell-min: calc(var(--plank) * 14);
  }
  .desktop\:cell-max-14 {
    --cell-max: calc(var(--plank) * 14);
  }
  .desktop\:grid14 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
  }
  .desktop\:grid14-auto {
    display: grid;
    grid-template-columns: repeat(14, auto);
  }
  .desktop\:colspan14 {
    grid-column: span 14;
  }
  .desktop\:rowspan14 {
    grid-row: span 14;
  }
  .desktop\:cell-min-15 {
    --cell-min: calc(var(--plank) * 15);
  }
  .desktop\:cell-max-15 {
    --cell-max: calc(var(--plank) * 15);
  }
  .desktop\:grid15 {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
  }
  .desktop\:grid15-auto {
    display: grid;
    grid-template-columns: repeat(15, auto);
  }
  .desktop\:colspan15 {
    grid-column: span 15;
  }
  .desktop\:rowspan15 {
    grid-row: span 15;
  }
  .desktop\:cell-min-16 {
    --cell-min: calc(var(--plank) * 16);
  }
  .desktop\:cell-max-16 {
    --cell-max: calc(var(--plank) * 16);
  }
  .desktop\:grid16 {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
  }
  .desktop\:grid16-auto {
    display: grid;
    grid-template-columns: repeat(16, auto);
  }
  .desktop\:colspan16 {
    grid-column: span 16;
  }
  .desktop\:rowspan16 {
    grid-row: span 16;
  }
  .desktop\:cell-min-17 {
    --cell-min: calc(var(--plank) * 17);
  }
  .desktop\:cell-max-17 {
    --cell-max: calc(var(--plank) * 17);
  }
  .desktop\:grid17 {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
  }
  .desktop\:grid17-auto {
    display: grid;
    grid-template-columns: repeat(17, auto);
  }
  .desktop\:colspan17 {
    grid-column: span 17;
  }
  .desktop\:rowspan17 {
    grid-row: span 17;
  }
  .desktop\:cell-min-18 {
    --cell-min: calc(var(--plank) * 18);
  }
  .desktop\:cell-max-18 {
    --cell-max: calc(var(--plank) * 18);
  }
  .desktop\:grid18 {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
  }
  .desktop\:grid18-auto {
    display: grid;
    grid-template-columns: repeat(18, auto);
  }
  .desktop\:colspan18 {
    grid-column: span 18;
  }
  .desktop\:rowspan18 {
    grid-row: span 18;
  }
  .desktop\:cell-min-19 {
    --cell-min: calc(var(--plank) * 19);
  }
  .desktop\:cell-max-19 {
    --cell-max: calc(var(--plank) * 19);
  }
  .desktop\:grid19 {
    display: grid;
    grid-template-columns: repeat(19, 1fr);
  }
  .desktop\:grid19-auto {
    display: grid;
    grid-template-columns: repeat(19, auto);
  }
  .desktop\:colspan19 {
    grid-column: span 19;
  }
  .desktop\:rowspan19 {
    grid-row: span 19;
  }
  .desktop\:cell-min-20 {
    --cell-min: calc(var(--plank) * 20);
  }
  .desktop\:cell-max-20 {
    --cell-max: calc(var(--plank) * 20);
  }
  .desktop\:grid20 {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
  }
  .desktop\:grid20-auto {
    display: grid;
    grid-template-columns: repeat(20, auto);
  }
  .desktop\:colspan20 {
    grid-column: span 20;
  }
  .desktop\:rowspan20 {
    grid-row: span 20;
  }
  .desktop\:cell-min-21 {
    --cell-min: calc(var(--plank) * 21);
  }
  .desktop\:cell-max-21 {
    --cell-max: calc(var(--plank) * 21);
  }
  .desktop\:grid21 {
    display: grid;
    grid-template-columns: repeat(21, 1fr);
  }
  .desktop\:grid21-auto {
    display: grid;
    grid-template-columns: repeat(21, auto);
  }
  .desktop\:colspan21 {
    grid-column: span 21;
  }
  .desktop\:rowspan21 {
    grid-row: span 21;
  }
  .desktop\:cell-min-22 {
    --cell-min: calc(var(--plank) * 22);
  }
  .desktop\:cell-max-22 {
    --cell-max: calc(var(--plank) * 22);
  }
  .desktop\:grid22 {
    display: grid;
    grid-template-columns: repeat(22, 1fr);
  }
  .desktop\:grid22-auto {
    display: grid;
    grid-template-columns: repeat(22, auto);
  }
  .desktop\:colspan22 {
    grid-column: span 22;
  }
  .desktop\:rowspan22 {
    grid-row: span 22;
  }
  .desktop\:cell-min-23 {
    --cell-min: calc(var(--plank) * 23);
  }
  .desktop\:cell-max-23 {
    --cell-max: calc(var(--plank) * 23);
  }
  .desktop\:grid23 {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
  }
  .desktop\:grid23-auto {
    display: grid;
    grid-template-columns: repeat(23, auto);
  }
  .desktop\:colspan23 {
    grid-column: span 23;
  }
  .desktop\:rowspan23 {
    grid-row: span 23;
  }
  .desktop\:cell-min-24 {
    --cell-min: calc(var(--plank) * 24);
  }
  .desktop\:cell-max-24 {
    --cell-max: calc(var(--plank) * 24);
  }
  .desktop\:grid24 {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
  }
  .desktop\:grid24-auto {
    display: grid;
    grid-template-columns: repeat(24, auto);
  }
  .desktop\:colspan24 {
    grid-column: span 24;
  }
  .desktop\:rowspan24 {
    grid-row: span 24;
  }
  .desktop\:cell-min-25 {
    --cell-min: calc(var(--plank) * 25);
  }
  .desktop\:cell-max-25 {
    --cell-max: calc(var(--plank) * 25);
  }
  .desktop\:grid25 {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
  }
  .desktop\:grid25-auto {
    display: grid;
    grid-template-columns: repeat(25, auto);
  }
  .desktop\:colspan25 {
    grid-column: span 25;
  }
  .desktop\:rowspan25 {
    grid-row: span 25;
  }
  .desktop\:cell-min-26 {
    --cell-min: calc(var(--plank) * 26);
  }
  .desktop\:cell-max-26 {
    --cell-max: calc(var(--plank) * 26);
  }
  .desktop\:grid26 {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
  }
  .desktop\:grid26-auto {
    display: grid;
    grid-template-columns: repeat(26, auto);
  }
  .desktop\:colspan26 {
    grid-column: span 26;
  }
  .desktop\:rowspan26 {
    grid-row: span 26;
  }
  .desktop\:cell-min-27 {
    --cell-min: calc(var(--plank) * 27);
  }
  .desktop\:cell-max-27 {
    --cell-max: calc(var(--plank) * 27);
  }
  .desktop\:grid27 {
    display: grid;
    grid-template-columns: repeat(27, 1fr);
  }
  .desktop\:grid27-auto {
    display: grid;
    grid-template-columns: repeat(27, auto);
  }
  .desktop\:colspan27 {
    grid-column: span 27;
  }
  .desktop\:rowspan27 {
    grid-row: span 27;
  }
  .desktop\:cell-min-28 {
    --cell-min: calc(var(--plank) * 28);
  }
  .desktop\:cell-max-28 {
    --cell-max: calc(var(--plank) * 28);
  }
  .desktop\:grid28 {
    display: grid;
    grid-template-columns: repeat(28, 1fr);
  }
  .desktop\:grid28-auto {
    display: grid;
    grid-template-columns: repeat(28, auto);
  }
  .desktop\:colspan28 {
    grid-column: span 28;
  }
  .desktop\:rowspan28 {
    grid-row: span 28;
  }
  .desktop\:cell-min-29 {
    --cell-min: calc(var(--plank) * 29);
  }
  .desktop\:cell-max-29 {
    --cell-max: calc(var(--plank) * 29);
  }
  .desktop\:grid29 {
    display: grid;
    grid-template-columns: repeat(29, 1fr);
  }
  .desktop\:grid29-auto {
    display: grid;
    grid-template-columns: repeat(29, auto);
  }
  .desktop\:colspan29 {
    grid-column: span 29;
  }
  .desktop\:rowspan29 {
    grid-row: span 29;
  }
  .desktop\:cell-min-30 {
    --cell-min: calc(var(--plank) * 30);
  }
  .desktop\:cell-max-30 {
    --cell-max: calc(var(--plank) * 30);
  }
  .desktop\:grid30 {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
  }
  .desktop\:grid30-auto {
    display: grid;
    grid-template-columns: repeat(30, auto);
  }
  .desktop\:colspan30 {
    grid-column: span 30;
  }
  .desktop\:rowspan30 {
    grid-row: span 30;
  }
  .desktop\:cell-min-31 {
    --cell-min: calc(var(--plank) * 31);
  }
  .desktop\:cell-max-31 {
    --cell-max: calc(var(--plank) * 31);
  }
  .desktop\:grid31 {
    display: grid;
    grid-template-columns: repeat(31, 1fr);
  }
  .desktop\:grid31-auto {
    display: grid;
    grid-template-columns: repeat(31, auto);
  }
  .desktop\:colspan31 {
    grid-column: span 31;
  }
  .desktop\:rowspan31 {
    grid-row: span 31;
  }
  .desktop\:cell-min-32 {
    --cell-min: calc(var(--plank) * 32);
  }
  .desktop\:cell-max-32 {
    --cell-max: calc(var(--plank) * 32);
  }
  .desktop\:grid32 {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
  }
  .desktop\:grid32-auto {
    display: grid;
    grid-template-columns: repeat(32, auto);
  }
  .desktop\:colspan32 {
    grid-column: span 32;
  }
  .desktop\:rowspan32 {
    grid-row: span 32;
  }
  .desktop\:gap-auto {
    gap: auto;
  }
  .desktop\:gap-auto-x {
    column-gap: auto;
  }
  .desktop\:gap-auto-y {
    row-gap: auto;
  }
  .desktop\:m-auto-t {
    margin-top: auto;
  }
  .desktop\:m-auto-l {
    margin-left: auto;
  }
  .desktop\:m-auto-r {
    margin-right: auto;
  }
  .desktop\:m-auto-b {
    margin-bottom: auto;
  }
  .desktop\:m-auto-y {
    margin-top: auto;
    margin-bottom: auto;
  }
  .desktop\:m-auto-x {
    margin-left: auto;
    margin-right: auto;
  }
  .desktop\:m-auto {
    margin: auto;
  }
  .desktop\:p-auto-t {
    padding-top: auto;
  }
  .desktop\:p-auto-l {
    padding-left: auto;
  }
  .desktop\:p-auto-r {
    padding-right: auto;
  }
  .desktop\:p-auto-b {
    padding-bottom: auto;
  }
  .desktop\:p-auto-y {
    padding-top: auto;
    padding-bottom: auto;
  }
  .desktop\:p-auto-x {
    padding-left: auto;
    padding-right: auto;
  }
  .desktop\:p-auto {
    padding: auto;
  }
  .desktop\:font-size-auto {
    font-size: calc(auto / 4)rem;
  }
  .desktop\:gap-0 {
    gap: 0em;
  }
  .desktop\:gap-0-x {
    column-gap: 0em;
  }
  .desktop\:gap-0-y {
    row-gap: 0em;
  }
  .desktop\:m-0-t {
    margin-top: 0em;
  }
  .desktop\:m-0-l {
    margin-left: 0em;
  }
  .desktop\:m-0-r {
    margin-right: 0em;
  }
  .desktop\:m-0-b {
    margin-bottom: 0em;
  }
  .desktop\:m-0-y {
    margin-top: 0em;
    margin-bottom: 0em;
  }
  .desktop\:m-0-x {
    margin-left: 0em;
    margin-right: 0em;
  }
  .desktop\:m-0 {
    margin: 0em;
  }
  .desktop\:p-0-t {
    padding-top: 0em;
  }
  .desktop\:p-0-l {
    padding-left: 0em;
  }
  .desktop\:p-0-r {
    padding-right: 0em;
  }
  .desktop\:p-0-b {
    padding-bottom: 0em;
  }
  .desktop\:p-0-y {
    padding-top: 0em;
    padding-bottom: 0em;
  }
  .desktop\:p-0-x {
    padding-left: 0em;
    padding-right: 0em;
  }
  .desktop\:p-0 {
    padding: 0em;
  }
  .desktop\:font-size-0 {
    font-size: 0rem;
  }
  .desktop\:gap-1 {
    gap: 0.5em;
  }
  .desktop\:gap-1-x {
    column-gap: 0.5em;
  }
  .desktop\:gap-1-y {
    row-gap: 0.5em;
  }
  .desktop\:m-1-t {
    margin-top: 0.5em;
  }
  .desktop\:m-1-l {
    margin-left: 0.5em;
  }
  .desktop\:m-1-r {
    margin-right: 0.5em;
  }
  .desktop\:m-1-b {
    margin-bottom: 0.5em;
  }
  .desktop\:m-1-y {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  .desktop\:m-1-x {
    margin-left: 0.5em;
    margin-right: 0.5em;
  }
  .desktop\:m-1 {
    margin: 0.5em;
  }
  .desktop\:p-1-t {
    padding-top: 0.5em;
  }
  .desktop\:p-1-l {
    padding-left: 0.5em;
  }
  .desktop\:p-1-r {
    padding-right: 0.5em;
  }
  .desktop\:p-1-b {
    padding-bottom: 0.5em;
  }
  .desktop\:p-1-y {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .desktop\:p-1-x {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  .desktop\:p-1 {
    padding: 0.5em;
  }
  .desktop\:font-size-1 {
    font-size: 0.25rem;
  }
  .desktop\:gap-2 {
    gap: 1em;
  }
  .desktop\:gap-2-x {
    column-gap: 1em;
  }
  .desktop\:gap-2-y {
    row-gap: 1em;
  }
  .desktop\:m-2-t {
    margin-top: 1em;
  }
  .desktop\:m-2-l {
    margin-left: 1em;
  }
  .desktop\:m-2-r {
    margin-right: 1em;
  }
  .desktop\:m-2-b {
    margin-bottom: 1em;
  }
  .desktop\:m-2-y {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .desktop\:m-2-x {
    margin-left: 1em;
    margin-right: 1em;
  }
  .desktop\:m-2 {
    margin: 1em;
  }
  .desktop\:p-2-t {
    padding-top: 1em;
  }
  .desktop\:p-2-l {
    padding-left: 1em;
  }
  .desktop\:p-2-r {
    padding-right: 1em;
  }
  .desktop\:p-2-b {
    padding-bottom: 1em;
  }
  .desktop\:p-2-y {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  .desktop\:p-2-x {
    padding-left: 1em;
    padding-right: 1em;
  }
  .desktop\:p-2 {
    padding: 1em;
  }
  .desktop\:font-size-2 {
    font-size: 0.5rem;
  }
  .desktop\:gap-3 {
    gap: 1.5em;
  }
  .desktop\:gap-3-x {
    column-gap: 1.5em;
  }
  .desktop\:gap-3-y {
    row-gap: 1.5em;
  }
  .desktop\:m-3-t {
    margin-top: 1.5em;
  }
  .desktop\:m-3-l {
    margin-left: 1.5em;
  }
  .desktop\:m-3-r {
    margin-right: 1.5em;
  }
  .desktop\:m-3-b {
    margin-bottom: 1.5em;
  }
  .desktop\:m-3-y {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  .desktop\:m-3-x {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }
  .desktop\:m-3 {
    margin: 1.5em;
  }
  .desktop\:p-3-t {
    padding-top: 1.5em;
  }
  .desktop\:p-3-l {
    padding-left: 1.5em;
  }
  .desktop\:p-3-r {
    padding-right: 1.5em;
  }
  .desktop\:p-3-b {
    padding-bottom: 1.5em;
  }
  .desktop\:p-3-y {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
  .desktop\:p-3-x {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .desktop\:p-3 {
    padding: 1.5em;
  }
  .desktop\:font-size-3 {
    font-size: 0.75rem;
  }
  .desktop\:gap-4 {
    gap: 2em;
  }
  .desktop\:gap-4-x {
    column-gap: 2em;
  }
  .desktop\:gap-4-y {
    row-gap: 2em;
  }
  .desktop\:m-4-t {
    margin-top: 2em;
  }
  .desktop\:m-4-l {
    margin-left: 2em;
  }
  .desktop\:m-4-r {
    margin-right: 2em;
  }
  .desktop\:m-4-b {
    margin-bottom: 2em;
  }
  .desktop\:m-4-y {
    margin-top: 2em;
    margin-bottom: 2em;
  }
  .desktop\:m-4-x {
    margin-left: 2em;
    margin-right: 2em;
  }
  .desktop\:m-4 {
    margin: 2em;
  }
  .desktop\:p-4-t {
    padding-top: 2em;
  }
  .desktop\:p-4-l {
    padding-left: 2em;
  }
  .desktop\:p-4-r {
    padding-right: 2em;
  }
  .desktop\:p-4-b {
    padding-bottom: 2em;
  }
  .desktop\:p-4-y {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .desktop\:p-4-x {
    padding-left: 2em;
    padding-right: 2em;
  }
  .desktop\:p-4 {
    padding: 2em;
  }
  .desktop\:font-size-4 {
    font-size: 1rem;
  }
  .desktop\:gap-5 {
    gap: 2.5em;
  }
  .desktop\:gap-5-x {
    column-gap: 2.5em;
  }
  .desktop\:gap-5-y {
    row-gap: 2.5em;
  }
  .desktop\:m-5-t {
    margin-top: 2.5em;
  }
  .desktop\:m-5-l {
    margin-left: 2.5em;
  }
  .desktop\:m-5-r {
    margin-right: 2.5em;
  }
  .desktop\:m-5-b {
    margin-bottom: 2.5em;
  }
  .desktop\:m-5-y {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
  }
  .desktop\:m-5-x {
    margin-left: 2.5em;
    margin-right: 2.5em;
  }
  .desktop\:m-5 {
    margin: 2.5em;
  }
  .desktop\:p-5-t {
    padding-top: 2.5em;
  }
  .desktop\:p-5-l {
    padding-left: 2.5em;
  }
  .desktop\:p-5-r {
    padding-right: 2.5em;
  }
  .desktop\:p-5-b {
    padding-bottom: 2.5em;
  }
  .desktop\:p-5-y {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
  }
  .desktop\:p-5-x {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }
  .desktop\:p-5 {
    padding: 2.5em;
  }
  .desktop\:font-size-5 {
    font-size: 1.25rem;
  }
  .desktop\:gap-6 {
    gap: 3em;
  }
  .desktop\:gap-6-x {
    column-gap: 3em;
  }
  .desktop\:gap-6-y {
    row-gap: 3em;
  }
  .desktop\:m-6-t {
    margin-top: 3em;
  }
  .desktop\:m-6-l {
    margin-left: 3em;
  }
  .desktop\:m-6-r {
    margin-right: 3em;
  }
  .desktop\:m-6-b {
    margin-bottom: 3em;
  }
  .desktop\:m-6-y {
    margin-top: 3em;
    margin-bottom: 3em;
  }
  .desktop\:m-6-x {
    margin-left: 3em;
    margin-right: 3em;
  }
  .desktop\:m-6 {
    margin: 3em;
  }
  .desktop\:p-6-t {
    padding-top: 3em;
  }
  .desktop\:p-6-l {
    padding-left: 3em;
  }
  .desktop\:p-6-r {
    padding-right: 3em;
  }
  .desktop\:p-6-b {
    padding-bottom: 3em;
  }
  .desktop\:p-6-y {
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .desktop\:p-6-x {
    padding-left: 3em;
    padding-right: 3em;
  }
  .desktop\:p-6 {
    padding: 3em;
  }
  .desktop\:font-size-6 {
    font-size: 1.5rem;
  }
  .desktop\:gap-7 {
    gap: 3.5em;
  }
  .desktop\:gap-7-x {
    column-gap: 3.5em;
  }
  .desktop\:gap-7-y {
    row-gap: 3.5em;
  }
  .desktop\:m-7-t {
    margin-top: 3.5em;
  }
  .desktop\:m-7-l {
    margin-left: 3.5em;
  }
  .desktop\:m-7-r {
    margin-right: 3.5em;
  }
  .desktop\:m-7-b {
    margin-bottom: 3.5em;
  }
  .desktop\:m-7-y {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
  }
  .desktop\:m-7-x {
    margin-left: 3.5em;
    margin-right: 3.5em;
  }
  .desktop\:m-7 {
    margin: 3.5em;
  }
  .desktop\:p-7-t {
    padding-top: 3.5em;
  }
  .desktop\:p-7-l {
    padding-left: 3.5em;
  }
  .desktop\:p-7-r {
    padding-right: 3.5em;
  }
  .desktop\:p-7-b {
    padding-bottom: 3.5em;
  }
  .desktop\:p-7-y {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .desktop\:p-7-x {
    padding-left: 3.5em;
    padding-right: 3.5em;
  }
  .desktop\:p-7 {
    padding: 3.5em;
  }
  .desktop\:font-size-7 {
    font-size: 1.75rem;
  }
  .desktop\:gap-8 {
    gap: 4em;
  }
  .desktop\:gap-8-x {
    column-gap: 4em;
  }
  .desktop\:gap-8-y {
    row-gap: 4em;
  }
  .desktop\:m-8-t {
    margin-top: 4em;
  }
  .desktop\:m-8-l {
    margin-left: 4em;
  }
  .desktop\:m-8-r {
    margin-right: 4em;
  }
  .desktop\:m-8-b {
    margin-bottom: 4em;
  }
  .desktop\:m-8-y {
    margin-top: 4em;
    margin-bottom: 4em;
  }
  .desktop\:m-8-x {
    margin-left: 4em;
    margin-right: 4em;
  }
  .desktop\:m-8 {
    margin: 4em;
  }
  .desktop\:p-8-t {
    padding-top: 4em;
  }
  .desktop\:p-8-l {
    padding-left: 4em;
  }
  .desktop\:p-8-r {
    padding-right: 4em;
  }
  .desktop\:p-8-b {
    padding-bottom: 4em;
  }
  .desktop\:p-8-y {
    padding-top: 4em;
    padding-bottom: 4em;
  }
  .desktop\:p-8-x {
    padding-left: 4em;
    padding-right: 4em;
  }
  .desktop\:p-8 {
    padding: 4em;
  }
  .desktop\:font-size-8 {
    font-size: 2rem;
  }
  .desktop\:opacity--1 {
    opacity: -0.1;
  }
  .desktop\:opacity-0 {
    opacity: 0;
  }
  .desktop\:opacity-1 {
    opacity: 0.1;
  }
  .desktop\:opacity-2 {
    opacity: 0.2;
  }
  .desktop\:opacity-3 {
    opacity: 0.3;
  }
  .desktop\:opacity-4 {
    opacity: 0.4;
  }
  .desktop\:opacity-5 {
    opacity: 0.5;
  }
  .desktop\:opacity-6 {
    opacity: 0.6;
  }
  .desktop\:opacity-7 {
    opacity: 0.7;
  }
  .desktop\:opacity-8 {
    opacity: 0.8;
  }
  .desktop\:opacity-9 {
    opacity: 0.9;
  }
  .desktop\:opacity-10 {
    opacity: 1;
  }
}
.surface {
  color: var(--surface);
  color: var(--surface_text);
}
.surface-10 {
  color: var(--surface-10);
  color: var(--surface-10_text);
}
.surface-20 {
  color: var(--surface-20);
  color: var(--surface-20_text);
}
.surface-30 {
  color: var(--surface-30);
  color: var(--surface-30_text);
}
.surface-40 {
  color: var(--surface-40);
  color: var(--surface-40_text);
}
.surface-50 {
  color: var(--surface-50);
  color: var(--surface-50_text);
}
.surface-60 {
  color: var(--surface-60);
  color: var(--surface-60_text);
}
.surface-70 {
  color: var(--surface-70);
  color: var(--surface-70_text);
}
.surface-80 {
  color: var(--surface-80);
  color: var(--surface-80_text);
}
.surface-90 {
  color: var(--surface-90);
  color: var(--surface-90_text);
}
.surface-100 {
  color: var(--surface-100);
  color: var(--surface-100_text);
}
.accent {
  color: var(--accent);
  color: var(--accent_text);
}
.accent-10 {
  color: var(--accent-10);
  color: var(--accent-10_text);
}
.accent-20 {
  color: var(--accent-20);
  color: var(--accent-20_text);
}
.accent-30 {
  color: var(--accent-30);
  color: var(--accent-30_text);
}
.accent-40 {
  color: var(--accent-40);
  color: var(--accent-40_text);
}
.accent-50 {
  color: var(--accent-50);
  color: var(--accent-50_text);
}
.accent-60 {
  color: var(--accent-60);
  color: var(--accent-60_text);
}
.accent-70 {
  color: var(--accent-70);
  color: var(--accent-70_text);
}
.accent-80 {
  color: var(--accent-80);
  color: var(--accent-80_text);
}
.accent-90 {
  color: var(--accent-90);
  color: var(--accent-90_text);
}
.accent-100 {
  color: var(--accent-100);
  color: var(--accent-100_text);
}
#app {
  --p-surface-0: var(--color1);
  --p-surface-50: var(--color1);
  --p-surface-100: var(--color1_10);
  --p-surface-200: var(--color1_20);
  --p-surface-300: var(--color1_30);
  --p-surface-400: var(--color1_40);
  --p-surface-500: var(--color1_50);
  --p-surface-600: var(--color1_60);
  --p-surface-700: var(--color1_70);
  --p-surface-800: var(--color1_80);
  --p-surface-900: var(--color1_90);
  --p-surface-950: var(--color1_90);

  --p-primary-0: var(--color1_text);
  --p-primary-50: var(--color1_text);
  --p-primary-100: var(--color1_text_10);
  --p-primary-200: var(--color1_text_20);
  --p-primary-300: var(--color1_text_30);
  --p-primary-400: var(--color1_text_40);
  --p-primary-500: var(--color1_text_50);
  --p-primary-600: var(--color1_text_60);
  --p-primary-700: var(--color1_text_70);
  --p-primary-800: var(--color1_text_80);
  --p-primary-900: var(--color1_text_90);
  --p-primary-950: var(--color1_text_90);

  --p-highlight-color: rgba(255, 255, 255, 0.87);
  --p-highlight-focus-color: rgba(255, 255, 255, 0.87);
  --p-mask-background: rgba(0, 0, 0, 0.6);

  --p-progressbar-height: 32px;
  --p-progressbar-background: var(--spark_text);
  --p-progressbar-value-background: var(--spark);
  --p-progressbar-border-radius: var(--softness);
  --p-progressbar-label-color: var(--spark_text);

  --p-form-field-background: var(--bg);
  --p-form-field-color: var(--text);
  --p-form-field-border-color: var(--accent_20);
  --p-form-field-border-radius: var(--softness);
  --p-form-field-invalid-border-color: var(--spark);

  --p-textarea-background: var(--bg);
  --p-textarea-border-color: var(--accent_20);
  --p-textarea-border-radius: var(--softness);

  --p-select-background: var(--bg);
  --p-select-border-color: var(--accent_20);
  --p-select-border-radius: var(--softness);
  --p-select-color: var(--text);

  --p-select-dropdown-color: var(--color2);

  --p-checkbox-icon-checked-color: var(--bg);
  --p-checkbox-checked-background: var(--accent_90);
  --p-checkbox-background: var(--accent_50);
  --p-checkbox-border: var(--accent_20);
  --p-checkbox-color: var(--accent_20);

  --p-radiobutton-icon-checked-color: var(--bg);
  --p-radiobutton-checked-background: var(--accent_90);
  --p-radiobutton-background: var(--accent_50);
  --p-radiobutton-border: var(--accent_20);
  --p-radiobutton-color: var(--accent_20);
  --p-radiobutton-size: 20px;
  --p-radiobutton-icon-size: 10px;
}
#app .vv-widget input,
.vv-widget textarea {
  margin: 0;
}
.p-progressbar {
  border: 4px solid var(--color3);
  margin: 5px 0.5em;
  overflow: hidden;
}
.p-progressbar-value {
}
#app .p-progressbar-label {
  margin-top: 3px;
  place-self: center;
}
#app .p-select {
  width: 100%;
  flex-direction: row;
}
#app .p-select-label {
  width: 100%;
}
#app .p-radiobutton {
  aspect-ratio: 1/1;
  place-self: center;
}
#app .p-radiobutton-icon {
  margin: 4px;
}
.p-select-list-container {
  max-width: 100vw;
}
* {
  box-sizing: border-box;
  image-rendering: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
*::-webkit-scrollbar {
  display: none; /* Safari and Chrome */
}
:root {
  --bg: black;
  --text: white;
  --color1: #222;
  --color1_text: white;
  --color2: #430b77;
  --color2_text: white;
  --color3: #6d07cc;
  --color3_text: white;
  --spark: #1e71cf;
  --spark_text: white;
  --spacing: 5px;
  --padding: 5px;
  --softness: 5px;
}
#app {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  height: 100vh;
  height: -webkit-fill-available;
  max-width: 100vw;
  background: var(--bg);
  color: var(--text);
}
body,
html {
  padding: 0;
  margin: 0;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100vw;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  max-width: 100vw;
  overflow: hidden;
  background: #333;
}
a {
  cursor: pointer;
  padding: 15px;
  display: inline-block;
  text-decoration: none;
  color: currentColor;
}
input:not([type="color"]),
textarea,
.input,
select {
  background: var(--bg);
  color: var(--text);
  border: 2px solid var(--accent_10);
  padding: 8px;
  font-size: 1.3rem;
  border-radius: 12px;
  margin: 5px;
  outline: none;
}
input[type="color"] {
  background: var(--bg);
  color: var(--text);
  border: 2px solid var(--accent_10);
  padding: 2px;
  font-size: 1.3rem;
  border-radius: 12px;
  margin: 5px;
  outline: none;
  min-height: 44px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}
input[type="color"]::-webkit-color-swatch {
  border-radius: 6px;
  border: none;
}
button,
.button {
  border: none;
  background: var(--color2);
  box-shadow: 0px 1px 3px var(--color1);
  border-radius: calc(var(--softness) * 4);
  color: var(--color2_text);
  padding: calc(var(--padding) * 2);
  font-size: 1em;
  margin: 5px;
  min-height: 44px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}
button.icon,
.button.icon {
  min-width: 2.5em;
  min-height: 2.5em;
  flex: 0 0 auto;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.debug-border1 {
  border: 2px dashed red;
}
.debug-border2 {
  border: 2px dashed blue;
}
.debug-border3 {
  border: 2px dashed green;
}
.min-200 {
  min-width: 200px;
}
.min-300 {
  min-width: 300px;
}
.gap {
  gap: var(--padding, 0.5em);
}
#app button.small,
#app .button.small {
  padding: var(--padding);
  min-height: 34px;
  min-width: 34px;
  font-size: 0.8em;
}
#app .no-scroll {
  overflow: hidden;
}
.scroll {
  overflow-y: auto;
}
#app .scroll-x {
  overflow-x: auto;
}
.scrollsnap {
  scroll-snap-type: y proximity;
}
.scrollsnap-x {
  scroll-snap-type: x mandatory;
}
.scrollsnap-item {
  scroll-snap-stop: always;
  scroll-snap-align: start;
}
.scrollsnap-prox {
  scroll-snap-stop: normal;
  scroll-snap-align: start;
}
.padded {
  padding: calc(var(--padding) * 2);
}
.plain button,
.plain .button {
  background: transparent;
  color: inherit;
  border-color: transparent;
}
.mellow {
  color: var(--color1_text);
  background-color: var(--color1);
  /* border: 3px solid var(--color1); */
}
.mellow .header {
  color: var(--color2_text);
  background: var(--color2);
  font-size: 1.2em;
  padding: calc(var(--padding) * 2);
}
.mellow .header a {
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
.mellow .header i {
  margin-bottom: -2px;
}
.mellow .header + .body {
  margin-top: 10px;
}
.mellow .body {
  padding: 10px;
}
.mellow button i {
  color: var(--color2_text);
}
.button,
.mellow button {
  font-size: 15px;
  color: var(--color2_text_10);
  background: var(--color2_10);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.02) 45%,
    transparent 45%
  );
  /* border: 2px solid var(--color3); */
  padding: calc(var(--padding) * 2) calc(var(--padding) * 4);
  border: 2px solid var(--color2_40);
  border-radius: var(--softness);
}
.mellow button.active {
  color: var(--spark_text);
  background: var(--spark);
}
.accented .header {
  color: var(--spark_text);
  background-color: var(--spark);
}
.accented .header a,
.accented .header i {
  color: var(--spark_text);
}
.accented {
  color: var(--color2_text);
  background-color: var(--color2);
  /* border: 3px solid var(--color1); */
}
.accented a,
.accented i {
  color: var(--color2_text);
}
.accented .footer {
  color: var(--color3_text);
  background: var(--color2);
}
.accented .footer a,
.accented .footer i {
  color: var(--color3_text);
}
.accented button i,
.accented .button i {
  color: var(--spark_text);
}
.accented button,
.accented .button {
  border: 2px solid var(--color1);
  /* background: var(--color2); */
  color: var(--spark_text);
  background: var(--spark);
  background-image: radial-gradient(
      150% 120% at 50% 0%,
      rgba(255, 255, 255, 0.2) 45%,
      transparent 45% /* rgba(255, 255, 255, 0.1) 80% */
    ),
    radial-gradient(
      300% 200% at 50% 80%,
      rgba(255, 255, 255, 0.1) 0,
      /* rgba(255, 255, 255, 0.1) 45%, */ transparent 20%
        /* rgba(255, 255, 255, 0.1) 80% */
    );
  border-radius: var(--softness * 2);
  padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
}
.hyper {
  color: var(--color3_text);
  background: var(--color3);
  background-image: radial-gradient(
    130% 160% at 50% 30%,
    rgba(255, 255, 255, 0.2) 10%,
    transparent 55% /* rgba(255, 255, 255, 0.1) 80% */
  );
  /* border: 3px solid var(--color2); */
}
.hyper button,
.hyper .button {
  border: 2px solid var(--color1);
  /* background: var(--color2); */
  color: var(--color2_text);
  background: var(--color2);
  background-image: radial-gradient(
      150% 120% at 50% 0%,
      rgba(255, 255, 255, 0.2) 45%,
      transparent 45% /* rgba(255, 255, 255, 0.1) 80% */
    ),
    radial-gradient(
      300% 200% at 50% 80%,
      rgba(255, 255, 255, 0.1) 0,
      /* rgba(255, 255, 255, 0.1) 45%, */ transparent 20%
        /* rgba(255, 255, 255, 0.1) 80% */
    );
  border-radius: var(--softness);
  padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
}
.spark {
  color: var(--spark_text);
  background: var(--spark);
  background-image: radial-gradient(
    120% 120% at 50% 80%,
    rgba(255, 255, 255, 0.15) 10%,
    /* rgba(255, 255, 255, 0.1) 45%, */ transparent 50%
      /* rgba(255, 255, 255, 0.1) 80% */
  );
  /* border: 3px solid var(--spark_text); */
}
.spark button,
.spark .button {
  border: 2px solid var(--color3);
  /* background: var(--color2); */
  color: var(--color1_text);
  background: var(--color1);
  background-image: radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.1) 0,
    /* rgba(255, 255, 255, 0.1) 45%, */ transparent 20%
      /* rgba(255, 255, 255, 0.1) 80% */
  );
  border-radius: var(--softness);
  padding: calc(var(--padding) * 2) calc(var(--padding) * 3);
}
#app .app-header {
  padding: var(--padding);
  border-top: none;
  border-left: none;
  border-right: none;
}
.app-header h2 {
  margin: 0;
}
.strike {
  text-decoration: line-through;
}
.card {
  padding: calc(var(--padding) * 2);
  margin: var(--spacing);
  border-radius: var(--softness * 2);
}
.card .header {
  border-radius: var(--padding);
  margin-bottom: var(--padding);
  font-size: 1.2em;
  padding: calc(var(--padding) * 2);
}
.list,
.list-cont {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.list-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex: 1 1 auto;
  position: relative;
}
.list-item > div {
  padding: 0px;
  flex: 1 1 auto;
  /* width: 100%; */
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  overflow: hidden;
}
.list-cont.grid .list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
  align-items: stretch;
  justify-content: stretch;
}
.list-cont.grid .delete {
  position: absolute;
  padding: 7px;
  right: 0;
  top: 0;
}
ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
ul.list li {
  padding: 5px;
  margin: 0;
}
.grid-stack {
  display: grid;
}
.grid-stack > * {
  grid-column: 1/1;
  grid-row: 1/1;
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 250ms;
  opacity: 1;
}
.fade-enter-from {
  opacity: 0;
}
.fade-leave-to {
  opacity: 0;
}
.pop-enter-active,
.pop-leave-active {
  transition: transform 300ms;
  transform: scale(1);
}
.pop-enter-from {
  transform: scale(0);
}
.pop-leave-to {
  transform: scale(0);
}
.auto-form {
  /* max-width: calc(100% - var(--spacing) * 2); */
  display: grid;
  /* flex: 0 1 max-content; */
  /* grid-template-columns: minmax(auto, 200px) 1fr; */
  grid-template-columns: 1fr 2fr;
  justify-content: flex-start;
  align-items: center;
  /* padding: calc(var(--padding) * 2); */
  margin: calc(var(--spacing) * 1);
  border-radius: var(--softness);
  padding: var(--spacing);
  /* margin: 0; */
  margin: var(--spacing);
  border: none;
  min-width: 250px;
}
.auto-form .header {
  font-size: 1.2em;
  margin-top: calc(var(--spacing) * 2);
  margin-bottom: calc(-1 * var(--spacing));
  text-align: left;
  padding-left: var(--spacing);
}
.auto-form .form-row > span {
  justify-content: left;
  text-align: left;
}
.auto-form p {
  white-space: normal;
  text-align: left;
  max-width: 500px;
  width: max(100%, min-content);
}
.auto-form .row,
.auto-form .form-row {
  display: contents;
}
.auto-form .form-row > * {
  padding: var(--spacing);
  white-space: normal;
  place-self: stretch;
  min-width: 0;
}
.auto-form .form-buttons {
  margin-top: 15px;
}
#app .auto-form.lined .form-row:first-child > * {
  border-top: none !important;
}
#app .auto-form.lined .form-row:last-child > * {
  border-top: none !important;
  border-bottom: none !important;
}
.auto-form .form-row label {
  display: flex;
  flex-direction: row;
  flex: 1 1 auto;
  /* align-self: center;
  align-items: center; */
  align-self: stretch;
  justify-content: right;
  justify-self: stretch;
  text-align: right;
  /* white-space: nowrap; */
  /* overflow: hidden;
  text-overflow: ellipsis; */
  padding: var(--padding);
  text-align: right;
  /* margin-top: 15px; */
}
.auto-form .form-row input,
.auto-form .form-row textarea,
.auto-form .form-row select {
  min-width: 20px;
  max-width: 100%;
}
.auto-form .form-row > div.controls {
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
}
.auto-form .form-row .checkbox,
.auto-form .buttons {
  justify-content: flex-start;
  padding: var(--padding);
  display: flex;
  /* margin-left: min(auto, 200px); */
}
.auto-form .form-label {
  justify-self: flex-end;
  align-self: center;
  min-width: min-content;
}
.auto-form .form-label label {
  white-space: normal;
  min-width: min-content;
}
.auto-form .help {
  font-style: italic;
  font-size: 0.9em;
  opacity: 0.8;
  margin: var(--spacing);
  margin-top: -5px;
  grid-column: span 1;
  text-align: left;
  max-width: 400px;
  place-self: flex-start;
}
.auto-form .unsplit {
  grid-column: span 2;
}
.auto-form.lined .form-row > *,
.auto-form.lined.plain .form-row > * {
  border-bottom: 1px solid var(--color1_50);
}
.auto-form.lined .form-row:nth-child(even) > *,
.auto-form.lined.plain .form-row:nth-child(even) > * {
  background: var(--color1_10);
}
.auto-form.lined.mellow .form-row > * {
  border-bottom: 1px solid var(--color2_50);
}
.auto-form.lined.accented .form-row > * {
  border-bottom: 1px solid var(--color3);
}
.auto-form.lined.hyper .form-row > * {
  border-bottom: 1px solid var(--text);
}
.auto-form.lined.spark .form-row > * {
  border-bottom: 1px solid var(--text);
}
.auto-form.small {
  display: grid;
  flex: 1 1 auto !important;
  grid-template-columns: 1fr;
}
.message-dialog {
  min-width: calc(min(700px, 50vw));
}
@media (max-width: 500px) {
  .auto-form.responsive {
    min-width: 170px;
    width: 100%;
    display: grid;
    flex: 1 1 auto !important;
    grid-template-columns: 1fr;
  }
  .auto-form.responsive label {
    justify-content: flex-start !important;
  }
  .auto-form.responsive .form-row > * {
    justify-content: flex-start !important;
    margin-top: 0;
  }
  .auto-form.responsive label.checkbox {
    margin-top: 0;
  }
  .auto-form.responsive .form-label {
    border-bottom: none !important;
    justify-self: flex-start;
    margin-bottom: -10px;
    width: 100%;
  }
  .auto-form.responsive .help-spacer {
    display: none;
  }
  .auto-form.responsive .help {
    text-align: left;
    grid-column: span 1;
  }
  .auto-form.responsive .unsplit {
    grid-column: span 1;
  }
}
.block {
  display: block;
}
.flex-col, .flex-column {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.flex-row {
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.flex-wrap {
  flex-wrap: wrap;
}

#app .flex-align-top {
  align-items: flex-start;
}
.flex-align-center {
  align-items: center;
  text-align: center;
}
.flex-align-bottom {
  align-items: flex-end;
}
.flex-align-stretch {
  align-items: stretch;
}
.place-bottom {
  align-self: flex-end;
}

.flex-left {
  justify-content: flex-start;
  text-align: left;
}
.flex-right {
  justify-content: flex-end;
  text-align: right;
}
.flex-center {
  justify-content: center;
}
.flex-space-between {
  justify-content: space-between;
}
.flex-space-around {
  justify-content: space-around;
}

.flex-stretch {
  flex: 1 1 auto;
}
.flex-shrink {
  flex: 0 1 auto;
}
.flex-static {
  flex: 0 0 auto;
}

.flex1 {
  flex: 1 1 1px;
}
.flex2 {
  flex: 2 2 1px;
}
.flex3 {
  flex: 3 3 1px;
}
.flex4 {
  flex: 4 4 1px;
}
.flex99 {
  flex: 99 99 1px;
}

.gap-1 {
  gap: var(--spacing);
}

.full-width,
.fill-width {
  max-width: 100%;
  overflow: hidden;
}

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

.flex-crunch {
  min-width: 1px;
}
path[data-v-ab077840] {
  fill: currentcolor;
  stroke: currentColor;
}
svg[data-v-ab077840] {
  width: 24px;
  height: 24px;
}

.audio[data-v-f404d004] {
  width: 35px;
  height: 35px;
  max-width: 35px;
  max-height: 35px;
  display: inline-flex;
}

.falling-numbers[data-v-99a4d0fb] {
  display: inline-block;
  white-space: nowrap;
}
.negative[data-v-99a4d0fb] {
  color: darkred;
}
.positive[data-v-99a4d0fb] {
  color: darkgreen;
}
.number-text[data-v-99a4d0fb] {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.number[data-v-99a4d0fb] {
  display: inline-block;
  position: relative;
}
.particle[data-v-99a4d0fb] {
  z-index: 2;
  top: 0;
  left: 0em;
  font-size: 0.8em;
  position: absolute;
}

h1[data-v-fa945d7d],
h2[data-v-fa945d7d],
h3[data-v-fa945d7d],
h4[data-v-fa945d7d],
h5[data-v-fa945d7d],
h6[data-v-fa945d7d],
blockquote[data-v-fa945d7d] {
  margin: 0 5px 0 5px;
  padding: 0;
}
h1 > span[data-v-fa945d7d],
h2 > span[data-v-fa945d7d],
h3 > span[data-v-fa945d7d],
h4 > span[data-v-fa945d7d],
h5 > span[data-v-fa945d7d],
h6 > span[data-v-fa945d7d],
blockquote > span[data-v-fa945d7d] {
  margin: 0;
  padding: 0;
}
blockquote[data-v-fa945d7d] {
  padding-left: calc(var(--spacing));
}
s[data-v-fa945d7d] {
  text-decoration: line-through;
}
pre[data-v-fa945d7d] {
  margin-left: calc(var(--spacing) * 2);
}
img[data-v-fa945d7d] {
  display: inline-block;
  max-width: calc(min(100%, 600px));
  max-width: calc(min(70vh, 600px));
  transition: 300ms opacity;
  opacity: 1;
  line-height: 100%;
  z-index: 1;
  margin-top: -3px;
  margin-bottom: -3px;
}
.cursor[data-v-fa945d7d] {
  /* font-size: 2em; */
}
.current[data-v-fa945d7d] {
  display: inline-block;
}
.char[data-v-fa945d7d] {
  /* TODO: was commented out, why */
  /* animations require inline-block */
  display: inline-block;
  transition: none;
  /* transition: 10000ms opacity; */
  transform-origin: 50% 65%;
  white-space: pre-wrap;
  margin: 0 !important;
  padding: 0 !important;
  /* border-right: 1px solid red; */
  opacity: 1;
}
#app .hidden[data-v-fa945d7d] {
  opacity: 0;
  /* visibility: hidden; */
  /* border-right: 1px solid red; */
}
/* #app .newLine {
  border-bottom: 2px dashed purple;
} */
.word[data-v-fa945d7d] {
  /* display: inline-block; */
  white-space: nowrap;
  /* border-bottom: 1px dashed green; */
  /* border-right: 1px dashed green; */
}
.word .char[data-v-fa945d7d],
.word .chars[data-v-fa945d7d] {
  /* white-space: nowrap; */
}
.word.long[data-v-fa945d7d] {
  white-space: nowrap;
}
.word.nextword[data-v-fa945d7d] {
  visibility: hidden;
}
.word.whitespace .char[data-v-fa945d7d] {
  /* background: cyan; */
  white-space: pre-wrap;
}
.word.whitespace .char[data-v-fa945d7d],
.word.whitespace .chars[data-v-fa945d7d] {
  display: inline;
  white-space: wrap;
}

.typer[data-v-a8cdd71b] {
  position: relative;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  /* overflow: hidden; */
}
.typed[data-v-a8cdd71b] {
  white-space: pre-wrap;
}
.typer[data-v-a8cdd71b]::-webkit-scrollbar {
  display: none;
}
.typer-inner[data-v-a8cdd71b] {
  /* TODO: wasn't commented, why? */
  /* animations will sometimes overflow */
  /* overflow: hidden; */
  display: block;
  position: relative;
  z-index: 2;
  /* white-space: nowrap; */
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.allowwrap[data-v-a8cdd71b] .type {
  overflow: visible !important;
}
.allowwrap[data-v-a8cdd71b] .word.long {
  white-space: pre-wrap;
  overflow-wrap: break-word;
  word-break: break-all;
}
.allowwrap[data-v-a8cdd71b] .word.whitespace,
.allowwrap[data-v-a8cdd71b] .word.whitespace > span {
  display: inline;
  white-space: pre-wrap;
}
.particle[data-v-a8cdd71b] {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}
.measure[data-v-a8cdd71b] {
  visibility: hidden;
  touch-action: none;
  white-space: break-spaces;
  position: absolute;
}
.particles[data-v-a8cdd71b] {
  top: 0px;
  left: 0px;
  position: absolute;
}

.start-screen[data-v-b0ab13cf] {
  position: relative;
  overflow: hidden;
}
.start[data-v-b0ab13cf],
.title-backdrop[data-v-b0ab13cf] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.bgfade-enter-active[data-v-b0ab13cf],
.bgfade-leave-active[data-v-b0ab13cf] {
  transition: opacity var(--3518ceec) !important;
}
.bgfade-enter-from[data-v-b0ab13cf], .slowfade-leave-to[data-v-b0ab13cf] /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0 !important;
}
@keyframes zoom-b0ab13cf {
from {
    transform: scale(1) translate(0, 0%);
}
to {
    transform: scale(var(--aeffa7b2)) translate(0, 5%);
}
}
.zoomin[data-v-b0ab13cf] {
  animation-duration: var(--0f8fce7c);
  animation-name: zoom-b0ab13cf;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.start[data-v-b0ab13cf] {
  z-index: 2;
  text-shadow: 0 0 2px var(--bg), 0 0 4px var(--bg);
  box-shadow: 0 0 2px var(--bg), 0 0 4px var(--bg);
}
.about[data-v-b0ab13cf] {
  padding: 25px;
  background: rgba(0, 0, 0, 0.7);
}
.about .links a[data-v-b0ab13cf] {
  display: block;
  padding: 10px;
  text-decoration: none;
  font-size: 1.6;
  margin: 3px;
}
.header[data-v-b0ab13cf] {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, transparent 100%);
}
.about i[data-v-b0ab13cf] {
  padding: 5px;
}
.about[data-v-b0ab13cf] {
  background: var(--color2);
  color: var(--color2_text);
  text-shadow: 0 0 1px #444;
  font-weight: bold;
  padding: 0px;
  margin: 2px;
  border-radius: var(--softness);
  opacity: 0.9;
}
.tiny[data-v-b0ab13cf] {
  margin-top: -14px;
  margin-bottom: 6px;
  font-size: 11px;
  text-align: center;
  opacity: 0.6;
}
#app .buttons[data-v-b0ab13cf] {
  position: absolute;
  font-size: 1.1em;
  right: 5px;
  left: 5px;
  bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  background: transparent !important;
}
#app .buttons button[data-v-b0ab13cf] {
  font-size: 1.1em;
  padding: 10px 20px;
}
.music-toggle[data-v-b0ab13cf] {
  background: var(--color1);
  color: var(--color1_text);
  border-radius: 50%;
  position: absolute;
  width: 48.5px;
  height: 48.5px;
  text-align: center;
  left: 5px;
  bottom: 15px;
  z-index: 100;
}
.title-cont[data-v-b0ab13cf] {
  font-weight: bold;
}
.responsive-cont[data-v-b0ab13cf] {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  position: relative;
}
@media (min-width: 1200px) {
.responsive-cont[data-v-b0ab13cf] {
    margin-top: 40px;
    margin-bottom: 50px;
}
}

.comments[data-v-6ba05b6a] {
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: normal;
}
.comments[data-v-6ba05b6a],
.comments textarea[data-v-6ba05b6a] {
  font-size: 18px;
}
.comment-list[data-v-6ba05b6a] {
  border-radius: 0;
  margin: 0;
  padding: 10px;
}
.comment .content[data-v-6ba05b6a] {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  word-break: break-word;
  display: block;
}
textarea[data-v-6ba05b6a] {
  font-size: 18px;
  height: 200px;
}
.meta[data-v-6ba05b6a] {
  margin-top: 25px;
  flex: 0 0 auto;
  font-size: 0.8em;
  align-items: flex-end;
  justify-content: flex-end;
  opacity: 0.75;
}
.meta-date[data-v-6ba05b6a] {
  justify-content: flex-start;
  align-items: flex-start;
}
.remove-comment[data-v-6ba05b6a] {
  padding: 0px 15px;
}

.author[data-v-07a2a669] {
    padding: 10px;
}
.author a[data-v-07a2a669],
  .links[data-v-07a2a669] {
    margin: 0;
    padding: 2px;
}
.links[data-v-07a2a669] {
    margin: auto;
    padding: 5px;
    background: var(--spark);
}
.bio[data-v-07a2a669] {
    margin: 5px;
}
.bio.short[data-v-07a2a669] {
    display: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.author-line[data-v-07a2a669] {
    font-style: italic;
    font-size: 110%;
    opacity: 0.7;
}

.scroll-sticker[data-v-0c1d65ab] {
  flex: 0 0 auto;
  height: 0px;
}

.image-aura[data-v-f0149a81] {
  position: absolute;
  left: 0;
  top: 0;
  /* calc(-0.25 * v-bind('qPx')); */
  /* top: v-bind('qPx'); */
  z-index: 0;
  width: var(--6f24aa0a);
  height: var(--6f24aa0a);
  transition-delay: 200ms;
  --sliceSize: calc(360deg / var(--auraQty, 360));
  --sliceP: var(--auraSize, 5) / 100;
  background: radial-gradient(
      circle at var(--6db0da7f) var(--6db0da7f),
      var(--aura, white) 0px,
      transparent var(--6db0da7f)
    ),
    repeating-conic-gradient(
      from 0deg at var(--6db0da7f) var(--6db0da7f),
      var(--auraShine, transparent) 0deg calc(var(--sliceSize) * var(--sliceP)),
      transparent calc(var(--sliceSize) * var(--sliceP)) var(--sliceSize)
    );
  mask-image: radial-gradient(
    circle at center,
    white 0,
    white calc(var(--auraPx) * 0.3),
    transparent calc(var(--auraPx) * 0.5)
  );
  animation-name: rotating-f0149a81;
  animation-duration: var(--auraShineSpeed, 0);
  transform-origin: var(--7a91000a);
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes rotating-f0149a81 {
0% {
    rotate: 0;
}
50% {
    rotate: 180deg;
}
100% {
    rotate: 360deg;
}
}
.position-center.image-aura[data-v-f0149a81] {
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0px);
}
.position-right.image-aura[data-v-f0149a81] {
  left: unset;
  right: 15px;
  /* right: v-bind(halfPx); */
}
@media (min-width: 1000px) {
.position-left.image-aura[data-v-f0149a81] {
    /* --aura: white; */
    /* left: 0; */
}
  /* .position-center.image-aura {
    left: 50%;
    right: 50%;
    transform: translate(-50%, 0px);
  } */
.position-right.image-aura[data-v-f0149a81] {
    left: unset;
    right: var(--6db0da7f);
}
}

.action.result[data-v-836f4ff3] {
  text-align: left;
  justify-content: flex-start;
}

.battle[data-v-183ef574] {
  height: 100%;
  color: rgb(0, 0, 0);
  white-space: normal;
}
.battle .directions[data-v-183ef574] {
  padding: 15px 10px;
  margin: 5px;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  flex: 0 0 auto;
}
.action[data-v-183ef574] {
  flex: 0 0 auto;
  display: flex;
  flex-direction: row;
  margin: 5px;
  margin-top: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
  color: black;
  border-radius: 5px;
  text-align: center;
  flex: 1 1 auto;
  display: flex;
}
.action.disabled[data-v-183ef574] {
  opacity: 0.5;
}
.action .reason[data-v-183ef574] {
  opacity: 0.9;
}
.action .description[data-v-183ef574],
.action .reason[data-v-183ef574] {
  opacity: 0.8;
  font-size: 80%;
}
.cost-marker[data-v-183ef574] {
  border-radius: 7px;
  padding: 4px;
  font-size: 75%;
  color: black;
  background: white;
  border: 1px solid grey;
  flex: 0 0 1px;
  place-self: flex-end;
}
.battle.broken[data-v-183ef574] {
  margin: 10px;
  padding: 10px;
}
.battle.broken div[data-v-183ef574] {
  margin-bottom: 5px;
}
.attr[data-v-183ef574] {
  background: var(--color2);
  color: var(--color2_text);
  text-shadow: none;
  padding: 5px;
  font-size: 90%;
  margin-left: 5px;
  border-radius: 8px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.outer[data-v-16a3ce5a] {
  display: flex;
  justify-content: flex-start;
  /* overflow: hidden; */
  transition-property: height;
  transition-duration: var(--b0df19a8);
  transition-timing-function: cubic-bezier(0.010, 1.020, 0.655, 1.000);
  transition-delay: 0ms !important;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
}
.inner[data-v-16a3ce5a] {
  flex: 0 0 auto;
}
.margin[data-v-16a3ce5a] {
  transition-property: marginBottom;
  transition-duration: calc(var(--b0df19a8) / 2);
  transition-timing-function: linear;
  transition-delay: 0ms !important;
}

.image-aura[data-v-6fe508a6] {
  /* border: 2px solid red; */
  left: 5px /* calc(var(--auraSize) * 0) */;
}
@media (min-width: 1000px) {
.image-aura[data-v-6fe508a6] {
    left: 75px;
    /* border: 2px solid green; */
}
}
.reader-content-item[data-v-6fe508a6] {
  position: relative;
  /* border: 4px dashed orange; */
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  flex: 0 0 auto;
  min-height: min-content;
  /* padding-top: 10px; */
  margin: 3px 6px;
  transform-origin: center center;
  overflow: hidden;
}
#app .reader-content-item .text-content2[data-v-6fe508a6] {
  overflow: visible;
  position: relative;
}
#app .input-content[data-v-6fe508a6] {
  border-radius: 5px;
  padding: 20px 20px 10px 20px;
}
#app .input-content input[data-v-6fe508a6] {
  margin: 0;
}
#app .input-content button[data-v-6fe508a6] {
  margin-left: 5px;
}
#app .input-row[data-v-6fe508a6] {
}
#app .input-row .button[data-v-6fe508a6] {
  background: var(--spark);
  color: var(--spark-color);
  min-width: 35px;
  min-height: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-shadow: none;
  font-size: 30px;
  margin: 5px;
}
.input-row .value[data-v-6fe508a6] {
  min-width: 45px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 0.9em;
}
.input-row .value.based[data-v-6fe508a6] {
  font-size: 0.75em;
  opacity: 0.7;
  font-weight: normal;
}
.lobby-content[data-v-6fe508a6] {
  max-width: 100%;
  border-radius: 5px;
  padding: 5px 10px;
}

/*
#app .story-read .text-content {
  max-height: max-content;
} */
.reader-content-item .text-block-label[data-v-6fe508a6] {
  position: absolute;
  display: block;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  /* width: min-content; */
  flex: 0 0 auto;
  max-width: calc(min(600px, 90vw, 100%));
  bottom: -15px;
  z-index: 5;
  /* transform: translate(0, 120px); */
  /* box-shadow: 0 5px 10px var(--story-color); */
  /* opacity: 0.1; */
}
.position-center .text-block-label[data-v-6fe508a6] {
  left: 50%;
  right: 50%;
  translate: -50% 0px;
}
.position-right .text-block-label[data-v-6fe508a6] {
  left: auto;
}
.reader-content-item .text-block[data-v-6fe508a6] {
  display: block;
  padding: 20px;
  border-radius: 5px;
}
.reader-content-item .text-block-emote[data-v-6fe508a6] {
  z-index: 3;
  position: relative;
  margin-left: 15px;
  overflow: visible;
}
.reader-content-item .image-filler[data-v-6fe508a6] {
  min-height: 27px;
}
.position-center .text-block-emote[data-v-6fe508a6] {
  align-self: center;
  transform: none;
}
.position-right .text-block-emote[data-v-6fe508a6] {
  align-self: flex-end;
  /* transform: translate(-15px, 0px); */
  margin-right: 15px;
}
.position-right .text-block-emote img[data-v-6fe508a6] {
  transform: scale(-1, 1);
  z-index: 5;
  position: relative;
}
.reader-content-item .choice[data-v-6fe508a6] {
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  font-weight: bold;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
  overflow: hidden;
}
.reader-content-item .choice .typer[data-v-6fe508a6] {
  flex: 1 1 auto;
}
.reader-content-item .choice .picks[data-v-6fe508a6] {
  margin: -20px -20px -20px 0;
  flex: 0 1 auto;
  max-width: 25%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: flex-end;
  overflow: hidden;
}
.reader-content-item .choice .pick[data-v-6fe508a6] {
  flex: 0 0 auto;
  font-size: 10px;
  right: 0;
  padding: 2px 5px;
  background: var(--spark);
  color: var(--spark_text);
  writing-mode: vertical-lr;
  text-shadow: none;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva,
    Verdana, sans-serif;
  max-height: 60px;
  border-radius: 0 0 4px 4px;
}
.reader-content-item .option[data-v-6fe508a6] {
  display: flex;
  flex-direction: row;
  border-radius: calc(var(--softness));
  margin: 0 !important;
}
.reader-content-item .option .option-input[data-v-6fe508a6] {
  flex: 0 0 100px;
  align-items: center;
  color: var(--spark_text);
  background: var(--spark);
  text-shadow: none;
  border-radius: calc(var(--softness));
  align-items: center;
}
.reader-content-item .option-label[data-v-6fe508a6] {
}
.reader-content-item .option[data-v-6fe508a6] > * {
  align-items: flex-start;
  justify-content: center;
  padding: calc(var(--padding) * 2);
  margin: 0;
}
.reader-content-item .thought[data-v-6fe508a6] {
  margin: 15px;
  padding: 20px;
  border-radius: 25px;
  position: relative;
  z-index: 2;
  transition: height 2s;
}
.reader-content-item .thought[data-v-6fe508a6]::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 0);
  bottom: -15px;
  z-index: 1;
  height: 0px;
  background: var(--border-color, var(--style-bg, white));
  width: 50px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.reader-content-item .video iframe[data-v-6fe508a6] {
  height: calc(100vw - var(--padding) * 2);
  width: calc(100vw - var(--padding) * 2);
  border-radius: var(--softness);
}
.reader-content-item .image[data-v-6fe508a6] {
  margin: auto;
  flex: 1 1 auto;
  max-width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.reader-content-item .image img[data-v-6fe508a6] {
  max-width: 100%;
}
.reader-content-item .timer[data-v-6fe508a6] {
  border-radius: 5px;
}
.timer-text[data-v-6fe508a6] {
  width: 150px;
}
.progress[data-v-6fe508a6] {
  background: var(--spark_text);
  border: 1px solid var(--spark);
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.progress-meter[data-v-6fe508a6] {
  background: var(--spark);
  box-shadow: 0 0 5px 10px var(--spark);
  height: 20px;
  border-radius: 10px;
  flex: 0 0 auto;
}
.rotate-in-enter-active[data-v-6fe508a6],
.rotate-in-leave-active[data-v-6fe508a6] {
  transition: transform 2000ms;
}
.rotate-in-enter-from[data-v-6fe508a6],
.rotate-in-leave-to[data-v-6fe508a6] {
  transform: rotate(-30deg);
}
.fade-enter-active[data-v-6fe508a6],
.fade-leave-active[data-v-6fe508a6] {
  transition: opacity 600ms !important;
}
.fade-enter-from[data-v-6fe508a6],
.fade-leave-to[data-v-6fe508a6] {
  opacity: 0;
}
.emotefade-enter-active[data-v-6fe508a6],
.emotefade-leave-active[data-v-6fe508a6] {
  animation: emotefade-6fe508a6 1s forwards;
}
@keyframes emotefade-6fe508a6 {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

/* .achievement-content {} */
/* .achievement-title {} */
/* .achievement-text {} */
@media (min-width: 1000px) {
.reader-content-item .text-block[data-v-6fe508a6],
  .reader-content-item .choice[data-v-6fe508a6],
  .input-content[data-v-6fe508a6] {
    margin: 0 60px;
}
.reader-content-item .text-block-emote[data-v-6fe508a6] {
    padding: 0 60px;
}
.reader-content-item .timer[data-v-6fe508a6] {
    margin: 0 90px;
}
}

#app .area[data-v-58474d01] {
  display: flex;
  min-height: 0;
  /* max-height: 100%; */
  /* max-height: calc(min(100%, 100vh)); */
  max-width: calc(100vw);
  text-align: left;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  align-content: stretch;
  overflow-x: hidden;
  overflow-y: auto;
  /* scrollsnap makes some unable to scroll */
  /* scroll-snap-type: y proximity; */
  user-select: none;
  position: relative;
}
#app .more[data-v-58474d01] {
  position: fixed;
  right: calc(50vw - 25px);
  bottom: -4px;
  animation: blinky-58474d01 1200ms linear infinite;
  background: var(--color2_text);
  color: var(--color2_text);
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 10%, 100% 10%, 50% 90%);
  z-index: 3;
}
#app .more[data-v-58474d01]::after {
  position: fixed;
  right: calc(50vw - 25px);
  bottom: -4px;
  background: var(--color2);
  color: var(--color2);
  content: ".";
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 10%, 100% 10%, 50% 90%);
  transform: translate(-3px, -3px);
}
@keyframes blinky-58474d01 {
0% {
    opacity: 0.95;
}
20% {
    opacity: 0.25;
}
30% {
    opacity: 0.25;
}
50% {
    opacity: 0.95;
}
100% {
    opacity: 0.95;
}
}
#app .area > .flex-stretch[data-v-58474d01] {
  min-height: 15px;
  flex: 2 2 auto;
}
#app .area[data-v-58474d01] > :last-child {
  scroll-snap-stop: normal;
  scroll-snap-align: end;
}
.no-touch[data-v-58474d01] {
  /* pointer-events: none; */
  /* touch-action: none; */
}
.option-remaining[data-v-58474d01] {
  padding: 5px;
  margin-top: -3px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 0 0 var(--softness) var(--softness);
  color: var(--spark_text_20);
  background: var(--spark_20);
  opacity: 0.8;
}

.background-image[data-v-e57c4fc4] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  justify-content: stretch;
  align-items: stretch;
  display: grid;
}
.background-image > .bg[data-v-e57c4fc4] {
  transform: translate3d(0, 0, 0);
  grid-row: 1 / 1;
  grid-column: 1 / 1;
  /* background-size: cover; */
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.background-image .repeat[data-v-e57c4fc4] {
  background-size: auto;
  background-repeat: repeat;
}
#app .fade-enter-active[data-v-e57c4fc4] {
  transition: opacity 500ms;
}
#app .fade-leave-active[data-v-e57c4fc4] {
  transition: opacity 0ms;
}
#app .fade-enter-from[data-v-e57c4fc4] {
  opacity: 0;
}
#app .fade-leave-to[data-v-e57c4fc4] {
  opacity: 1;
}
.fade-slow-enter-active[data-v-e57c4fc4],
.fade-slow-leave-active[data-v-e57c4fc4] {
  transition: opacity 3000ms;
}
#app .fade-slow-enter-from[data-v-e57c4fc4] {
  opacity: 0;
}
#app .fade-leave-to[data-v-e57c4fc4] {
  opacity: 1;
}
.label[data-v-e57c4fc4] {
  color: purple;
  width: auto;
  height: min-content;
}
.glyph-dot[data-v-e57c4fc4] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
  border-radius: 100%;
  border: 5px solid var(--spark);
  background: var(--spark_50);
  opacity: 0.8;
}
.glyph-dot.glyph-hidden[data-v-e57c4fc4] {
  opacity: 0;
}

.reader-layout[data-v-ca5770d3] {
  font-size: 20px;
  color: var(--story-color);
  /* max-height: 65vh; */
  background: var(--story-bg);
  max-height: 100vh;
  height: -webkit-fill-available;
}
.top-buttons[data-v-ca5770d3] {
  position: absolute;
  top: 0;
  right: 35px;
  z-index: 9;
  flex-direction: row;
  justify-content: flex-end;
  margin-top: -4px;
  flex: 0 0 auto;
}
.top-buttons[data-v-ca5770d3] >  a {
  font-size: 18px;
  padding: 11px 11px;
  width: 40px;
  text-align: center;
  margin-right: 5px;
  color: black !important;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 5px 5px;
}
.reader-content[data-v-ca5770d3] {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  overflow: hidden;
  /* pointer-events: none; */
  touch-action: none;
  transform: translate(0, 0);
}
.reader-content.subdued[data-v-ca5770d3] {
  animation: subdued-ca5770d3 250ms ease-in-out forwards;
}
@keyframes subdued-ca5770d3 {
0% {
    opacity: 1;
}
100% {
    opacity: 0;
    transform: translate(0, calc(100px + 100%));
}
}
.explorer[data-v-ca5770d3] {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  touch-action: none;
}
.close[data-v-ca5770d3] {
  position: absolute;
  top: 5px;
  right: -30px;
  font-weight: bold;
}
.close.align-left[data-v-ca5770d3] {
  right: calc(100% + 10px);
}
.close.align-top[data-v-ca5770d3] {
  right: 50%;
  top: -50px;
  transform: translate(50%, 0);
}
.close a[data-v-ca5770d3] {
  color: var(--story-color);
  padding: 10px;
  margin: 0;
}
.overlay[data-v-ca5770d3],
.underlay[data-v-ca5770d3] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  justify-content: center;
  padding: 5px;
  margin: 5px;
}
.underlay[data-v-ca5770d3] {
  z-index: 0;
  /* background: var(--story-bg); */
}
.overlay[data-v-ca5770d3] {
  z-index: 40;
}
.overlay .background-image[data-v-ca5770d3] {
  background: var(--story-bg);
}
.top-col[data-v-ca5770d3] {
  flex: 1 0 auto;
}
.left-col[data-v-ca5770d3],
.right-col[data-v-ca5770d3] {
  padding: 5px 0;
}
.content-cols[data-v-ca5770d3] {
  justify-content: center;
  max-height: 100%;
}
.content-cols > div[data-v-ca5770d3] {
  flex: 1 1 auto;
}
/* #app .area.active {
  border: 2px solid orange;
} */
.area.overlay[data-v-ca5770d3] {
  position: absolute;
  top: 40px;
  bottom: 40px;
  height: min-content;
  max-width: 600px;
  z-index: 10;
  /* border: 2px solid var(--story-color); */
  border-radius: 10px;
  box-shadow: 0 2px 15px var(--story-color);
  padding: 5px 0;
  margin: 10px;
  justify-content: center;
}
#app .area.open[data-v-ca5770d3] {
  display: block;
}
#app .center-col[data-v-ca5770d3] {
  max-width: 1000px;
}
#app .rbottom[data-v-ca5770d3],
#app .cbottom[data-v-ca5770d3],
#app .lbottom[data-v-ca5770d3] {
  align-items: flex-end;
  justify-content: flex-end;
}
.reader-footer[data-v-ca5770d3] {
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  padding: 2px;
  height: 50px;
  z-index: 1;
}
.reader-footer .debug-border1[data-v-ca5770d3] {
  font-size: 10px;
  background: white;
  color: black;
}
#app .sidebar-indicator[data-v-ca5770d3] {
  flex: 0 0 auto;
}
#app .sidebar-indicator a[data-v-ca5770d3],
#app .sidebar-indicator button[data-v-ca5770d3] {
  font-size: 1em;
  border-radius: 50%;
  color: var(--spark);
  /* opacity: 0.5; */
}
#app .indicators[data-v-ca5770d3] > * {
  margin: 0 10px;
}
#app .indicators button[data-v-ca5770d3] {
  min-width: 35px;
  min-height: 35px;
  overflow: hidden;
}
#app .next a[data-v-ca5770d3],
#app .next button[data-v-ca5770d3] {
  font-size: 1em;
  display: flex;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: var(--spark_text);
  background: var(--spark);
  box-shadow: 0 1px 7px 5px var(--spark_text);
  /* opacity: 0.5; */
}
#app .next a[data-v-ca5770d3]:hover,
#app .next button[data-v-ca5770d3]:hover {
  opacity: 1;
}
#app .next .pick-count[data-v-ca5770d3] {
  color: var(--color1_text);
  background: var(--color1);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .reader-footer[data-v-ca5770d3] {
  width: 100%;
}
.backdrop[data-v-ca5770d3],
.sidebar-indicator[data-v-ca5770d3] {
  display: none;
}
@media (max-width: 600px) {
.sidebar-indicator[data-v-ca5770d3] {
    display: flex;
}
.backdrop[data-v-ca5770d3] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background: var(--story-bg);
    opacity: 0.3;
    z-index: 9;
}
.left-col[data-v-ca5770d3],
  .right-col[data-v-ca5770d3] {
    z-index: 2;
    height: 100vh;
    height: -webkit-fill-available;
    width: 90vw;
    bottom: 0px;
    box-shadow: 0 0 5px var(--spark);
    transition: left 100ms, right 100ms;
}
.left-col .background-image[data-v-ca5770d3],
  .right-col .background-image[data-v-ca5770d3] {
    background: var(--story-bg);
    /* opacity: 0.6; */
}
.left-col[data-v-ca5770d3] {
    position: absolute;
    z-index: 10;
    left: -100%;
}
.left-col.open[data-v-ca5770d3] {
    left: 0;
}
.right-col[data-v-ca5770d3] {
    position: absolute;
    z-index: 10;
    right: -100%;
}
.right-col.open[data-v-ca5770d3] {
    right: 0;
}
}
@media (min-width: 1000px) {
.reader-footer[data-v-ca5770d3] {
    height: 100px;
    padding: 0 60px;
    padding-bottom: 30px;
    width: 1000px;
    margin: 0 auto;
}
}
@font-face {
    font-family: 'plasma_drip_brkregular';
    src: url('./plasdrip-webfont-e05Xw4_i.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 3, 2019 */
@font-face {
    font-family: 'literata_bookregular';
    src: url('./literatabook-webfont-XJDXH7Wd.woff2') format('woff2'),
         url('./literatabook-webfont-hfFkKtZh.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookbold';
    src: url('./literatabook-bold-webfont-LA0-4xhn.woff2') format('woff2'),
         url('./literatabook-bold-webfont-PrvmB4PV.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookbold_italic';
    src: url('./literatabook-bolditalic-webfont-oMBE1l4k.woff2') format('woff2'),
         url('./literatabook-bolditalic-webfont-nHVzk7_6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookitalic';
    src: url('./literatabook-italic-webfont-1Idp1Wuy.woff2') format('woff2'),
         url('./literatabook-italic-webfont-LsLllqUB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookmedium';
    src: url('./literatabook-medium-webfont-E-grtZdG.woff2') format('woff2'),
         url('./literatabook-medium-webfont-BnkKUt_k.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_bookmedium_italic';
    src: url('./literatabook-mediumitalic-webfont-1LPDynqV.woff2') format('woff2'),
         url('./literatabook-mediumitalic-webfont-da9wuD1p.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_booksemibold';
    src: url('./literatabook-semibold-webfont-A72ot0pz.woff2') format('woff2'),
         url('./literatabook-semibold-webfont-RztURe33.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'literata_booksemibold_italic';
    src: url('./literatabook-semibolditalic-webfont-20VwOGSg.woff2') format('woff2'),
         url('./literatabook-semibolditalic-webfont-lrD7cExc.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on May 4, 2019 */
@font-face {
    font-family: 'architects_daughterregular';
    src: url('./architectsdaughter-webfont-Iy3pGAbk.woff2') format('woff2'),
            url('./architectsdaughter-webfont-vd6DqEZw.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size: 50%;
    font-size-adjust: 50%;
    font-stretch: extra-expanded;
}
@font-face {
    font-family: 'griffinregular';
    src: url('./Griffin-webfont-JCBqffvF.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'kingthings_foundationregular';
    src: url('./Kingthings_Foundation-webfont-mdybC3Et.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'yataghanregular';
    src: url('./yataghan-webfont-CvxwnVa6.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'konstytucyjamedium';
    src: url('./konstytucyja_091-webfont-kuuyUrzi.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-size-adjust: 1.5;
}
@font-face {
    font-family: 'homemade_appleregular';
    src: url('./HomemadeApple-webfont-hCA5wVgL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'desyrelregular';
    src: url('./desyrel-webfont-XAh9Wmuw.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'calligraffitiregular';
    src: url('./Calligraffiti-webfont-oMXvd3p7.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'Fira Code';
  src: url('./FiraCode-Regular-Z9xmBOp6.woff2') format('woff2'),
    url("./FiraCode-Regular-uQclY53T.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fira Code';
  src: url('./FiraCode-Bold-GglOtwma.woff2') format('woff2'),
    url("./FiraCode-Bold-u2gKOFA9.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
:root {
  --plank: 0.5em;
  --cell-min: 100px;
  --cell-max: 1fr;
}
.debug-red {
  border: 2px dashed red;
}
.debug-blue {
  border: 2px dashed blue;
}
.debug-orange {
  border: 2px dashed orange;
}
.block {
  display: block;
}
.relative {
  position: relative;
}
.static {
  position: static;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.wrap {
  white-space: wrap;
}
.align-left, .align-top {
  align-items: flex-start;
}
.align-right, .align-bottom {
  align-items: flex-end;
}
.align-center {
  align-items: center;
}
.align-space-around {
  align-items: space-around;
}
.align-space-between {
  align-items: space-between;
}
.align-stretch {
  align-items: stretch;
}
.justify-left {
  justify-content: flex-start;
}
.justify-right {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-space-around {
  justify-content: space-around;
}
.justify-space-between {
  justify-content: space-between;
}
.justify-stretch {
  justify-content: stretch;
}
.flex-static {
  flex: 0 0 auto;
}
.flex-stretch {
  flex: 1 1 auto;
}
.wmax {
  width: 100%;
}
.wmin {
  width: 0;
}
.scroll {
  overflow: auto;
}
.scroll-x {
  overflow-x: auto;
}
.scroll-y {
  overflow-y: auto;
}
.flex1 {
  flex: 1 1 1px;
}
.max-width-100 {
  max-width: 100px;
}
.min-width-100 {
  min-width: 100px;
}
.flex2 {
  flex: 2 2 1px;
}
.max-width-200 {
  max-width: 200px;
}
.min-width-200 {
  min-width: 200px;
}
.flex3 {
  flex: 3 3 1px;
}
.max-width-300 {
  max-width: 300px;
}
.min-width-300 {
  min-width: 300px;
}
.flex4 {
  flex: 4 4 1px;
}
.max-width-400 {
  max-width: 400px;
}
.min-width-400 {
  min-width: 400px;
}
.flex5 {
  flex: 5 5 1px;
}
.max-width-500 {
  max-width: 500px;
}
.min-width-500 {
  min-width: 500px;
}
.flex6 {
  flex: 6 6 1px;
}
.max-width-600 {
  max-width: 600px;
}
.min-width-600 {
  min-width: 600px;
}
.flex7 {
  flex: 7 7 1px;
}
.max-width-700 {
  max-width: 700px;
}
.min-width-700 {
  min-width: 700px;
}
.flex8 {
  flex: 8 8 1px;
}
.max-width-800 {
  max-width: 800px;
}
.min-width-800 {
  min-width: 800px;
}
.flex9 {
  flex: 9 9 1px;
}
.max-width-900 {
  max-width: 900px;
}
.min-width-900 {
  min-width: 900px;
}
.flex10 {
  flex: 10 10 1px;
}
.max-width-1000 {
  max-width: 1000px;
}
.min-width-1000 {
  min-width: 1000px;
}
.flex11 {
  flex: 11 11 1px;
}
.max-width-1100 {
  max-width: 1100px;
}
.min-width-1100 {
  min-width: 1100px;
}
.flex12 {
  flex: 12 12 1px;
}
.max-width-1200 {
  max-width: 1200px;
}
.min-width-1200 {
  min-width: 1200px;
}
.flex13 {
  flex: 13 13 1px;
}
.max-width-1300 {
  max-width: 1300px;
}
.min-width-1300 {
  min-width: 1300px;
}
.flex14 {
  flex: 14 14 1px;
}
.max-width-1400 {
  max-width: 1400px;
}
.min-width-1400 {
  min-width: 1400px;
}
.flex15 {
  flex: 15 15 1px;
}
.max-width-1500 {
  max-width: 1500px;
}
.min-width-1500 {
  min-width: 1500px;
}
.flex16 {
  flex: 16 16 1px;
}
.max-width-1600 {
  max-width: 1600px;
}
.min-width-1600 {
  min-width: 1600px;
}
.flex17 {
  flex: 17 17 1px;
}
.max-width-1700 {
  max-width: 1700px;
}
.min-width-1700 {
  min-width: 1700px;
}
.flex18 {
  flex: 18 18 1px;
}
.max-width-1800 {
  max-width: 1800px;
}
.min-width-1800 {
  min-width: 1800px;
}
.flex19 {
  flex: 19 19 1px;
}
.max-width-1900 {
  max-width: 1900px;
}
.min-width-1900 {
  min-width: 1900px;
}
.flex20 {
  flex: 20 20 1px;
}
.max-width-2000 {
  max-width: 2000px;
}
.min-width-2000 {
  min-width: 2000px;
}
.grid-auto-fit {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--cell-min), var(--cell-max)));
}
.grid-auto-fill {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--cell-min), var(--cell-max)));
}
.cell-min-auto {
  --cell-min: auto;
}
.cell-min-fr {
  --cell-min: 1fr;
}
.cell-max-auto {
  --cell-max: auto;
}
.cell-max-fr {
  --cell-max: 1fr;
}
.cell-min-1 {
  --cell-min: calc(var(--plank) * 1);
}
.cell-max-1 {
  --cell-max: calc(var(--plank) * 1);
}
.grid1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.grid1-auto {
  display: grid;
  grid-template-columns: repeat(1, auto);
}
.colspan1 {
  grid-column: span 1;
}
.rowspan1 {
  grid-row: span 1;
}
.cell-min-2 {
  --cell-min: calc(var(--plank) * 2);
}
.cell-max-2 {
  --cell-max: calc(var(--plank) * 2);
}
.grid2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.grid2-auto {
  display: grid;
  grid-template-columns: repeat(2, auto);
}
.colspan2 {
  grid-column: span 2;
}
.rowspan2 {
  grid-row: span 2;
}
.cell-min-3 {
  --cell-min: calc(var(--plank) * 3);
}
.cell-max-3 {
  --cell-max: calc(var(--plank) * 3);
}
.grid3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.grid3-auto {
  display: grid;
  grid-template-columns: repeat(3, auto);
}
.colspan3 {
  grid-column: span 3;
}
.rowspan3 {
  grid-row: span 3;
}
.cell-min-4 {
  --cell-min: calc(var(--plank) * 4);
}
.cell-max-4 {
  --cell-max: calc(var(--plank) * 4);
}
.grid4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.grid4-auto {
  display: grid;
  grid-template-columns: repeat(4, auto);
}
.colspan4 {
  grid-column: span 4;
}
.rowspan4 {
  grid-row: span 4;
}
.cell-min-5 {
  --cell-min: calc(var(--plank) * 5);
}
.cell-max-5 {
  --cell-max: calc(var(--plank) * 5);
}
.grid5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
.grid5-auto {
  display: grid;
  grid-template-columns: repeat(5, auto);
}
.colspan5 {
  grid-column: span 5;
}
.rowspan5 {
  grid-row: span 5;
}
.cell-min-6 {
  --cell-min: calc(var(--plank) * 6);
}
.cell-max-6 {
  --cell-max: calc(var(--plank) * 6);
}
.grid6 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.grid6-auto {
  display: grid;
  grid-template-columns: repeat(6, auto);
}
.colspan6 {
  grid-column: span 6;
}
.rowspan6 {
  grid-row: span 6;
}
.cell-min-7 {
  --cell-min: calc(var(--plank) * 7);
}
.cell-max-7 {
  --cell-max: calc(var(--plank) * 7);
}
.grid7 {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
}
.grid7-auto {
  display: grid;
  grid-template-columns: repeat(7, auto);
}
.colspan7 {
  grid-column: span 7;
}
.rowspan7 {
  grid-row: span 7;
}
.cell-min-8 {
  --cell-min: calc(var(--plank) * 8);
}
.cell-max-8 {
  --cell-max: calc(var(--plank) * 8);
}
.grid8 {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
.grid8-auto {
  display: grid;
  grid-template-columns: repeat(8, auto);
}
.colspan8 {
  grid-column: span 8;
}
.rowspan8 {
  grid-row: span 8;
}
.cell-min-9 {
  --cell-min: calc(var(--plank) * 9);
}
.cell-max-9 {
  --cell-max: calc(var(--plank) * 9);
}
.grid9 {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
}
.grid9-auto {
  display: grid;
  grid-template-columns: repeat(9, auto);
}
.colspan9 {
  grid-column: span 9;
}
.rowspan9 {
  grid-row: span 9;
}
.cell-min-10 {
  --cell-min: calc(var(--plank) * 10);
}
.cell-max-10 {
  --cell-max: calc(var(--plank) * 10);
}
.grid10 {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
}
.grid10-auto {
  display: grid;
  grid-template-columns: repeat(10, auto);
}
.colspan10 {
  grid-column: span 10;
}
.rowspan10 {
  grid-row: span 10;
}
.cell-min-11 {
  --cell-min: calc(var(--plank) * 11);
}
.cell-max-11 {
  --cell-max: calc(var(--plank) * 11);
}
.grid11 {
  display: grid;
  grid-template-columns: repeat(11, 1fr);
}
.grid11-auto {
  display: grid;
  grid-template-columns: repeat(11, auto);
}
.colspan11 {
  grid-column: span 11;
}
.rowspan11 {
  grid-row: span 11;
}
.cell-min-12 {
  --cell-min: calc(var(--plank) * 12);
}
.cell-max-12 {
  --cell-max: calc(var(--plank) * 12);
}
.grid12 {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}
.grid12-auto {
  display: grid;
  grid-template-columns: repeat(12, auto);
}
.colspan12 {
  grid-column: span 12;
}
.rowspan12 {
  grid-row: span 12;
}
.cell-min-13 {
  --cell-min: calc(var(--plank) * 13);
}
.cell-max-13 {
  --cell-max: calc(var(--plank) * 13);
}
.grid13 {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
}
.grid13-auto {
  display: grid;
  grid-template-columns: repeat(13, auto);
}
.colspan13 {
  grid-column: span 13;
}
.rowspan13 {
  grid-row: span 13;
}
.cell-min-14 {
  --cell-min: calc(var(--plank) * 14);
}
.cell-max-14 {
  --cell-max: calc(var(--plank) * 14);
}
.grid14 {
  display: grid;
  grid-template-columns: repeat(14, 1fr);
}
.grid14-auto {
  display: grid;
  grid-template-columns: repeat(14, auto);
}
.colspan14 {
  grid-column: span 14;
}
.rowspan14 {
  grid-row: span 14;
}
.cell-min-15 {
  --cell-min: calc(var(--plank) * 15);
}
.cell-max-15 {
  --cell-max: calc(var(--plank) * 15);
}
.grid15 {
  display: grid;
  grid-template-columns: repeat(15, 1fr);
}
.grid15-auto {
  display: grid;
  grid-template-columns: repeat(15, auto);
}
.colspan15 {
  grid-column: span 15;
}
.rowspan15 {
  grid-row: span 15;
}
.cell-min-16 {
  --cell-min: calc(var(--plank) * 16);
}
.cell-max-16 {
  --cell-max: calc(var(--plank) * 16);
}
.grid16 {
  display: grid;
  grid-template-columns: repeat(16, 1fr);
}
.grid16-auto {
  display: grid;
  grid-template-columns: repeat(16, auto);
}
.colspan16 {
  grid-column: span 16;
}
.rowspan16 {
  grid-row: span 16;
}
.cell-min-17 {
  --cell-min: calc(var(--plank) * 17);
}
.cell-max-17 {
  --cell-max: calc(var(--plank) * 17);
}
.grid17 {
  display: grid;
  grid-template-columns: repeat(17, 1fr);
}
.grid17-auto {
  display: grid;
  grid-template-columns: repeat(17, auto);
}
.colspan17 {
  grid-column: span 17;
}
.rowspan17 {
  grid-row: span 17;
}
.cell-min-18 {
  --cell-min: calc(var(--plank) * 18);
}
.cell-max-18 {
  --cell-max: calc(var(--plank) * 18);
}
.grid18 {
  display: grid;
  grid-template-columns: repeat(18, 1fr);
}
.grid18-auto {
  display: grid;
  grid-template-columns: repeat(18, auto);
}
.colspan18 {
  grid-column: span 18;
}
.rowspan18 {
  grid-row: span 18;
}
.cell-min-19 {
  --cell-min: calc(var(--plank) * 19);
}
.cell-max-19 {
  --cell-max: calc(var(--plank) * 19);
}
.grid19 {
  display: grid;
  grid-template-columns: repeat(19, 1fr);
}
.grid19-auto {
  display: grid;
  grid-template-columns: repeat(19, auto);
}
.colspan19 {
  grid-column: span 19;
}
.rowspan19 {
  grid-row: span 19;
}
.cell-min-20 {
  --cell-min: calc(var(--plank) * 20);
}
.cell-max-20 {
  --cell-max: calc(var(--plank) * 20);
}
.grid20 {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
}
.grid20-auto {
  display: grid;
  grid-template-columns: repeat(20, auto);
}
.colspan20 {
  grid-column: span 20;
}
.rowspan20 {
  grid-row: span 20;
}
.cell-min-21 {
  --cell-min: calc(var(--plank) * 21);
}
.cell-max-21 {
  --cell-max: calc(var(--plank) * 21);
}
.grid21 {
  display: grid;
  grid-template-columns: repeat(21, 1fr);
}
.grid21-auto {
  display: grid;
  grid-template-columns: repeat(21, auto);
}
.colspan21 {
  grid-column: span 21;
}
.rowspan21 {
  grid-row: span 21;
}
.cell-min-22 {
  --cell-min: calc(var(--plank) * 22);
}
.cell-max-22 {
  --cell-max: calc(var(--plank) * 22);
}
.grid22 {
  display: grid;
  grid-template-columns: repeat(22, 1fr);
}
.grid22-auto {
  display: grid;
  grid-template-columns: repeat(22, auto);
}
.colspan22 {
  grid-column: span 22;
}
.rowspan22 {
  grid-row: span 22;
}
.cell-min-23 {
  --cell-min: calc(var(--plank) * 23);
}
.cell-max-23 {
  --cell-max: calc(var(--plank) * 23);
}
.grid23 {
  display: grid;
  grid-template-columns: repeat(23, 1fr);
}
.grid23-auto {
  display: grid;
  grid-template-columns: repeat(23, auto);
}
.colspan23 {
  grid-column: span 23;
}
.rowspan23 {
  grid-row: span 23;
}
.cell-min-24 {
  --cell-min: calc(var(--plank) * 24);
}
.cell-max-24 {
  --cell-max: calc(var(--plank) * 24);
}
.grid24 {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}
.grid24-auto {
  display: grid;
  grid-template-columns: repeat(24, auto);
}
.colspan24 {
  grid-column: span 24;
}
.rowspan24 {
  grid-row: span 24;
}
.cell-min-25 {
  --cell-min: calc(var(--plank) * 25);
}
.cell-max-25 {
  --cell-max: calc(var(--plank) * 25);
}
.grid25 {
  display: grid;
  grid-template-columns: repeat(25, 1fr);
}
.grid25-auto {
  display: grid;
  grid-template-columns: repeat(25, auto);
}
.colspan25 {
  grid-column: span 25;
}
.rowspan25 {
  grid-row: span 25;
}
.cell-min-26 {
  --cell-min: calc(var(--plank) * 26);
}
.cell-max-26 {
  --cell-max: calc(var(--plank) * 26);
}
.grid26 {
  display: grid;
  grid-template-columns: repeat(26, 1fr);
}
.grid26-auto {
  display: grid;
  grid-template-columns: repeat(26, auto);
}
.colspan26 {
  grid-column: span 26;
}
.rowspan26 {
  grid-row: span 26;
}
.cell-min-27 {
  --cell-min: calc(var(--plank) * 27);
}
.cell-max-27 {
  --cell-max: calc(var(--plank) * 27);
}
.grid27 {
  display: grid;
  grid-template-columns: repeat(27, 1fr);
}
.grid27-auto {
  display: grid;
  grid-template-columns: repeat(27, auto);
}
.colspan27 {
  grid-column: span 27;
}
.rowspan27 {
  grid-row: span 27;
}
.cell-min-28 {
  --cell-min: calc(var(--plank) * 28);
}
.cell-max-28 {
  --cell-max: calc(var(--plank) * 28);
}
.grid28 {
  display: grid;
  grid-template-columns: repeat(28, 1fr);
}
.grid28-auto {
  display: grid;
  grid-template-columns: repeat(28, auto);
}
.colspan28 {
  grid-column: span 28;
}
.rowspan28 {
  grid-row: span 28;
}
.cell-min-29 {
  --cell-min: calc(var(--plank) * 29);
}
.cell-max-29 {
  --cell-max: calc(var(--plank) * 29);
}
.grid29 {
  display: grid;
  grid-template-columns: repeat(29, 1fr);
}
.grid29-auto {
  display: grid;
  grid-template-columns: repeat(29, auto);
}
.colspan29 {
  grid-column: span 29;
}
.rowspan29 {
  grid-row: span 29;
}
.cell-min-30 {
  --cell-min: calc(var(--plank) * 30);
}
.cell-max-30 {
  --cell-max: calc(var(--plank) * 30);
}
.grid30 {
  display: grid;
  grid-template-columns: repeat(30, 1fr);
}
.grid30-auto {
  display: grid;
  grid-template-columns: repeat(30, auto);
}
.colspan30 {
  grid-column: span 30;
}
.rowspan30 {
  grid-row: span 30;
}
.cell-min-31 {
  --cell-min: calc(var(--plank) * 31);
}
.cell-max-31 {
  --cell-max: calc(var(--plank) * 31);
}
.grid31 {
  display: grid;
  grid-template-columns: repeat(31, 1fr);
}
.grid31-auto {
  display: grid;
  grid-template-columns: repeat(31, auto);
}
.colspan31 {
  grid-column: span 31;
}
.rowspan31 {
  grid-row: span 31;
}
.cell-min-32 {
  --cell-min: calc(var(--plank) * 32);
}
.cell-max-32 {
  --cell-max: calc(var(--plank) * 32);
}
.grid32 {
  display: grid;
  grid-template-columns: repeat(32, 1fr);
}
.grid32-auto {
  display: grid;
  grid-template-columns: repeat(32, auto);
}
.colspan32 {
  grid-column: span 32;
}
.rowspan32 {
  grid-row: span 32;
}
.gap-auto {
  gap: auto;
}
.gap-auto-x {
  column-gap: auto;
}
.gap-auto-y {
  row-gap: auto;
}
.m-auto-t {
  margin-top: auto;
}
.m-auto-l {
  margin-left: auto;
}
.m-auto-r {
  margin-right: auto;
}
.m-auto-b {
  margin-bottom: auto;
}
.m-auto-y {
  margin-top: auto;
  margin-bottom: auto;
}
.m-auto-x {
  margin-left: auto;
  margin-right: auto;
}
.m-auto {
  margin: auto;
}
.p-auto-t {
  padding-top: auto;
}
.p-auto-l {
  padding-left: auto;
}
.p-auto-r {
  padding-right: auto;
}
.p-auto-b {
  padding-bottom: auto;
}
.p-auto-y {
  padding-top: auto;
  padding-bottom: auto;
}
.p-auto-x {
  padding-left: auto;
  padding-right: auto;
}
.p-auto {
  padding: auto;
}
.font-size-auto {
  font-size: calc(auto / 4)rem;
}
.gap-0 {
  gap: 0em;
}
.gap-0-x {
  column-gap: 0em;
}
.gap-0-y {
  row-gap: 0em;
}
.m-0-t {
  margin-top: 0em;
}
.m-0-l {
  margin-left: 0em;
}
.m-0-r {
  margin-right: 0em;
}
.m-0-b {
  margin-bottom: 0em;
}
.m-0-y {
  margin-top: 0em;
  margin-bottom: 0em;
}
.m-0-x {
  margin-left: 0em;
  margin-right: 0em;
}
.m-0 {
  margin: 0em;
}
.p-0-t {
  padding-top: 0em;
}
.p-0-l {
  padding-left: 0em;
}
.p-0-r {
  padding-right: 0em;
}
.p-0-b {
  padding-bottom: 0em;
}
.p-0-y {
  padding-top: 0em;
  padding-bottom: 0em;
}
.p-0-x {
  padding-left: 0em;
  padding-right: 0em;
}
.p-0 {
  padding: 0em;
}
.font-size-0 {
  font-size: 0rem;
}
.gap-1 {
  gap: 0.5em;
}
.gap-1-x {
  column-gap: 0.5em;
}
.gap-1-y {
  row-gap: 0.5em;
}
.m-1-t {
  margin-top: 0.5em;
}
.m-1-l {
  margin-left: 0.5em;
}
.m-1-r {
  margin-right: 0.5em;
}
.m-1-b {
  margin-bottom: 0.5em;
}
.m-1-y {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.m-1-x {
  margin-left: 0.5em;
  margin-right: 0.5em;
}
.m-1 {
  margin: 0.5em;
}
.p-1-t {
  padding-top: 0.5em;
}
.p-1-l {
  padding-left: 0.5em;
}
.p-1-r {
  padding-right: 0.5em;
}
.p-1-b {
  padding-bottom: 0.5em;
}
.p-1-y {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.p-1-x {
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.p-1 {
  padding: 0.5em;
}
.font-size-1 {
  font-size: 0.25rem;
}
.gap-2 {
  gap: 1em;
}
.gap-2-x {
  column-gap: 1em;
}
.gap-2-y {
  row-gap: 1em;
}
.m-2-t {
  margin-top: 1em;
}
.m-2-l {
  margin-left: 1em;
}
.m-2-r {
  margin-right: 1em;
}
.m-2-b {
  margin-bottom: 1em;
}
.m-2-y {
  margin-top: 1em;
  margin-bottom: 1em;
}
.m-2-x {
  margin-left: 1em;
  margin-right: 1em;
}
.m-2 {
  margin: 1em;
}
.p-2-t {
  padding-top: 1em;
}
.p-2-l {
  padding-left: 1em;
}
.p-2-r {
  padding-right: 1em;
}
.p-2-b {
  padding-bottom: 1em;
}
.p-2-y {
  padding-top: 1em;
  padding-bottom: 1em;
}
.p-2-x {
  padding-left: 1em;
  padding-right: 1em;
}
.p-2 {
  padding: 1em;
}
.font-size-2 {
  font-size: 0.5rem;
}
.gap-3 {
  gap: 1.5em;
}
.gap-3-x {
  column-gap: 1.5em;
}
.gap-3-y {
  row-gap: 1.5em;
}
.m-3-t {
  margin-top: 1.5em;
}
.m-3-l {
  margin-left: 1.5em;
}
.m-3-r {
  margin-right: 1.5em;
}
.m-3-b {
  margin-bottom: 1.5em;
}
.m-3-y {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.m-3-x {
  margin-left: 1.5em;
  margin-right: 1.5em;
}
.m-3 {
  margin: 1.5em;
}
.p-3-t {
  padding-top: 1.5em;
}
.p-3-l {
  padding-left: 1.5em;
}
.p-3-r {
  padding-right: 1.5em;
}
.p-3-b {
  padding-bottom: 1.5em;
}
.p-3-y {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.p-3-x {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.p-3 {
  padding: 1.5em;
}
.font-size-3 {
  font-size: 0.75rem;
}
.gap-4 {
  gap: 2em;
}
.gap-4-x {
  column-gap: 2em;
}
.gap-4-y {
  row-gap: 2em;
}
.m-4-t {
  margin-top: 2em;
}
.m-4-l {
  margin-left: 2em;
}
.m-4-r {
  margin-right: 2em;
}
.m-4-b {
  margin-bottom: 2em;
}
.m-4-y {
  margin-top: 2em;
  margin-bottom: 2em;
}
.m-4-x {
  margin-left: 2em;
  margin-right: 2em;
}
.m-4 {
  margin: 2em;
}
.p-4-t {
  padding-top: 2em;
}
.p-4-l {
  padding-left: 2em;
}
.p-4-r {
  padding-right: 2em;
}
.p-4-b {
  padding-bottom: 2em;
}
.p-4-y {
  padding-top: 2em;
  padding-bottom: 2em;
}
.p-4-x {
  padding-left: 2em;
  padding-right: 2em;
}
.p-4 {
  padding: 2em;
}
.font-size-4 {
  font-size: 1rem;
}
.gap-5 {
  gap: 2.5em;
}
.gap-5-x {
  column-gap: 2.5em;
}
.gap-5-y {
  row-gap: 2.5em;
}
.m-5-t {
  margin-top: 2.5em;
}
.m-5-l {
  margin-left: 2.5em;
}
.m-5-r {
  margin-right: 2.5em;
}
.m-5-b {
  margin-bottom: 2.5em;
}
.m-5-y {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.m-5-x {
  margin-left: 2.5em;
  margin-right: 2.5em;
}
.m-5 {
  margin: 2.5em;
}
.p-5-t {
  padding-top: 2.5em;
}
.p-5-l {
  padding-left: 2.5em;
}
.p-5-r {
  padding-right: 2.5em;
}
.p-5-b {
  padding-bottom: 2.5em;
}
.p-5-y {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
}
.p-5-x {
  padding-left: 2.5em;
  padding-right: 2.5em;
}
.p-5 {
  padding: 2.5em;
}
.font-size-5 {
  font-size: 1.25rem;
}
.gap-6 {
  gap: 3em;
}
.gap-6-x {
  column-gap: 3em;
}
.gap-6-y {
  row-gap: 3em;
}
.m-6-t {
  margin-top: 3em;
}
.m-6-l {
  margin-left: 3em;
}
.m-6-r {
  margin-right: 3em;
}
.m-6-b {
  margin-bottom: 3em;
}
.m-6-y {
  margin-top: 3em;
  margin-bottom: 3em;
}
.m-6-x {
  margin-left: 3em;
  margin-right: 3em;
}
.m-6 {
  margin: 3em;
}
.p-6-t {
  padding-top: 3em;
}
.p-6-l {
  padding-left: 3em;
}
.p-6-r {
  padding-right: 3em;
}
.p-6-b {
  padding-bottom: 3em;
}
.p-6-y {
  padding-top: 3em;
  padding-bottom: 3em;
}
.p-6-x {
  padding-left: 3em;
  padding-right: 3em;
}
.p-6 {
  padding: 3em;
}
.font-size-6 {
  font-size: 1.5rem;
}
.gap-7 {
  gap: 3.5em;
}
.gap-7-x {
  column-gap: 3.5em;
}
.gap-7-y {
  row-gap: 3.5em;
}
.m-7-t {
  margin-top: 3.5em;
}
.m-7-l {
  margin-left: 3.5em;
}
.m-7-r {
  margin-right: 3.5em;
}
.m-7-b {
  margin-bottom: 3.5em;
}
.m-7-y {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
}
.m-7-x {
  margin-left: 3.5em;
  margin-right: 3.5em;
}
.m-7 {
  margin: 3.5em;
}
.p-7-t {
  padding-top: 3.5em;
}
.p-7-l {
  padding-left: 3.5em;
}
.p-7-r {
  padding-right: 3.5em;
}
.p-7-b {
  padding-bottom: 3.5em;
}
.p-7-y {
  padding-top: 3.5em;
  padding-bottom: 3.5em;
}
.p-7-x {
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.p-7 {
  padding: 3.5em;
}
.font-size-7 {
  font-size: 1.75rem;
}
.gap-8 {
  gap: 4em;
}
.gap-8-x {
  column-gap: 4em;
}
.gap-8-y {
  row-gap: 4em;
}
.m-8-t {
  margin-top: 4em;
}
.m-8-l {
  margin-left: 4em;
}
.m-8-r {
  margin-right: 4em;
}
.m-8-b {
  margin-bottom: 4em;
}
.m-8-y {
  margin-top: 4em;
  margin-bottom: 4em;
}
.m-8-x {
  margin-left: 4em;
  margin-right: 4em;
}
.m-8 {
  margin: 4em;
}
.p-8-t {
  padding-top: 4em;
}
.p-8-l {
  padding-left: 4em;
}
.p-8-r {
  padding-right: 4em;
}
.p-8-b {
  padding-bottom: 4em;
}
.p-8-y {
  padding-top: 4em;
  padding-bottom: 4em;
}
.p-8-x {
  padding-left: 4em;
  padding-right: 4em;
}
.p-8 {
  padding: 4em;
}
.font-size-8 {
  font-size: 2rem;
}
.opacity--1 {
  opacity: -0.1;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 0.1;
}
.opacity-2 {
  opacity: 0.2;
}
.opacity-3 {
  opacity: 0.3;
}
.opacity-4 {
  opacity: 0.4;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-6 {
  opacity: 0.6;
}
.opacity-7 {
  opacity: 0.7;
}
.opacity-8 {
  opacity: 0.8;
}
.opacity-9 {
  opacity: 0.9;
}
.opacity-10 {
  opacity: 1;
}
@media (max-width: 900px) {
.mobile\:debug-red {
    border: 2px dashed red;
}
.mobile\:debug-blue {
    border: 2px dashed blue;
}
.mobile\:debug-orange {
    border: 2px dashed orange;
}
.mobile\:block {
    display: block;
}
.mobile\:relative {
    position: relative;
}
.mobile\:static {
    position: static;
}
.mobile\:flex-row {
    display: flex;
    flex-direction: row;
}
.mobile\:flex-column {
    display: flex;
    flex-direction: column;
}
.mobile\:wrap {
    white-space: wrap;
}
.mobile\:align-left, .mobile\:align-top {
    align-items: flex-start;
}
.mobile\:align-right, .mobile\:align-bottom {
    align-items: flex-end;
}
.mobile\:align-center {
    align-items: center;
}
.mobile\:align-space-around {
    align-items: space-around;
}
.mobile\:align-space-between {
    align-items: space-between;
}
.mobile\:align-stretch {
    align-items: stretch;
}
.mobile\:justify-left {
    justify-content: flex-start;
}
.mobile\:justify-right {
    justify-content: flex-end;
}
.mobile\:justify-center {
    justify-content: center;
}
.mobile\:justify-space-around {
    justify-content: space-around;
}
.mobile\:justify-space-between {
    justify-content: space-between;
}
.mobile\:justify-stretch {
    justify-content: stretch;
}
.mobile\:flex-static {
    flex: 0 0 auto;
}
.mobile\:flex-stretch {
    flex: 1 1 auto;
}
.mobile\:wmax {
    width: 100%;
}
.mobile\:wmin {
    width: 0;
}
.mobile\:scroll {
    overflow: auto;
}
.mobile\:scroll-x {
    overflow-x: auto;
}
.mobile\:scroll-y {
    overflow-y: auto;
}
.mobile\:flex1 {
    flex: 1 1 1px;
}
.mobile\:max-width-100 {
    max-width: 100px;
}
.mobile\:min-width-100 {
    min-width: 100px;
}
.mobile\:flex2 {
    flex: 2 2 1px;
}
.mobile\:max-width-200 {
    max-width: 200px;
}
.mobile\:min-width-200 {
    min-width: 200px;
}
.mobile\:flex3 {
    flex: 3 3 1px;
}
.mobile\:max-width-300 {
    max-width: 300px;
}
.mobile\:min-width-300 {
    min-width: 300px;
}
.mobile\:flex4 {
    flex: 4 4 1px;
}
.mobile\:max-width-400 {
    max-width: 400px;
}
.mobile\:min-width-400 {
    min-width: 400px;
}
.mobile\:flex5 {
    flex: 5 5 1px;
}
.mobile\:max-width-500 {
    max-width: 500px;
}
.mobile\:min-width-500 {
    min-width: 500px;
}
.mobile\:flex6 {
    flex: 6 6 1px;
}
.mobile\:max-width-600 {
    max-width: 600px;
}
.mobile\:min-width-600 {
    min-width: 600px;
}
.mobile\:flex7 {
    flex: 7 7 1px;
}
.mobile\:max-width-700 {
    max-width: 700px;
}
.mobile\:min-width-700 {
    min-width: 700px;
}
.mobile\:flex8 {
    flex: 8 8 1px;
}
.mobile\:max-width-800 {
    max-width: 800px;
}
.mobile\:min-width-800 {
    min-width: 800px;
}
.mobile\:flex9 {
    flex: 9 9 1px;
}
.mobile\:max-width-900 {
    max-width: 900px;
}
.mobile\:min-width-900 {
    min-width: 900px;
}
.mobile\:flex10 {
    flex: 10 10 1px;
}
.mobile\:max-width-1000 {
    max-width: 1000px;
}
.mobile\:min-width-1000 {
    min-width: 1000px;
}
.mobile\:flex11 {
    flex: 11 11 1px;
}
.mobile\:max-width-1100 {
    max-width: 1100px;
}
.mobile\:min-width-1100 {
    min-width: 1100px;
}
.mobile\:flex12 {
    flex: 12 12 1px;
}
.mobile\:max-width-1200 {
    max-width: 1200px;
}
.mobile\:min-width-1200 {
    min-width: 1200px;
}
.mobile\:flex13 {
    flex: 13 13 1px;
}
.mobile\:max-width-1300 {
    max-width: 1300px;
}
.mobile\:min-width-1300 {
    min-width: 1300px;
}
.mobile\:flex14 {
    flex: 14 14 1px;
}
.mobile\:max-width-1400 {
    max-width: 1400px;
}
.mobile\:min-width-1400 {
    min-width: 1400px;
}
.mobile\:flex15 {
    flex: 15 15 1px;
}
.mobile\:max-width-1500 {
    max-width: 1500px;
}
.mobile\:min-width-1500 {
    min-width: 1500px;
}
.mobile\:flex16 {
    flex: 16 16 1px;
}
.mobile\:max-width-1600 {
    max-width: 1600px;
}
.mobile\:min-width-1600 {
    min-width: 1600px;
}
.mobile\:flex17 {
    flex: 17 17 1px;
}
.mobile\:max-width-1700 {
    max-width: 1700px;
}
.mobile\:min-width-1700 {
    min-width: 1700px;
}
.mobile\:flex18 {
    flex: 18 18 1px;
}
.mobile\:max-width-1800 {
    max-width: 1800px;
}
.mobile\:min-width-1800 {
    min-width: 1800px;
}
.mobile\:flex19 {
    flex: 19 19 1px;
}
.mobile\:max-width-1900 {
    max-width: 1900px;
}
.mobile\:min-width-1900 {
    min-width: 1900px;
}
.mobile\:flex20 {
    flex: 20 20 1px;
}
.mobile\:max-width-2000 {
    max-width: 2000px;
}
.mobile\:min-width-2000 {
    min-width: 2000px;
}
.mobile\:grid-auto-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--cell-min), var(--cell-max)));
}
.mobile\:grid-auto-fill {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--cell-min), var(--cell-max)));
}
.mobile\:cell-min-auto {
    --cell-min: auto;
}
.mobile\:cell-min-fr {
    --cell-min: 1fr;
}
.mobile\:cell-max-auto {
    --cell-max: auto;
}
.mobile\:cell-max-fr {
    --cell-max: 1fr;
}
.mobile\:cell-min-1 {
    --cell-min: calc(var(--plank) * 1);
}
.mobile\:cell-max-1 {
    --cell-max: calc(var(--plank) * 1);
}
.mobile\:grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.mobile\:grid1-auto {
    display: grid;
    grid-template-columns: repeat(1, auto);
}
.mobile\:colspan1 {
    grid-column: span 1;
}
.mobile\:rowspan1 {
    grid-row: span 1;
}
.mobile\:cell-min-2 {
    --cell-min: calc(var(--plank) * 2);
}
.mobile\:cell-max-2 {
    --cell-max: calc(var(--plank) * 2);
}
.mobile\:grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.mobile\:grid2-auto {
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.mobile\:colspan2 {
    grid-column: span 2;
}
.mobile\:rowspan2 {
    grid-row: span 2;
}
.mobile\:cell-min-3 {
    --cell-min: calc(var(--plank) * 3);
}
.mobile\:cell-max-3 {
    --cell-max: calc(var(--plank) * 3);
}
.mobile\:grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.mobile\:grid3-auto {
    display: grid;
    grid-template-columns: repeat(3, auto);
}
.mobile\:colspan3 {
    grid-column: span 3;
}
.mobile\:rowspan3 {
    grid-row: span 3;
}
.mobile\:cell-min-4 {
    --cell-min: calc(var(--plank) * 4);
}
.mobile\:cell-max-4 {
    --cell-max: calc(var(--plank) * 4);
}
.mobile\:grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.mobile\:grid4-auto {
    display: grid;
    grid-template-columns: repeat(4, auto);
}
.mobile\:colspan4 {
    grid-column: span 4;
}
.mobile\:rowspan4 {
    grid-row: span 4;
}
.mobile\:cell-min-5 {
    --cell-min: calc(var(--plank) * 5);
}
.mobile\:cell-max-5 {
    --cell-max: calc(var(--plank) * 5);
}
.mobile\:grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.mobile\:grid5-auto {
    display: grid;
    grid-template-columns: repeat(5, auto);
}
.mobile\:colspan5 {
    grid-column: span 5;
}
.mobile\:rowspan5 {
    grid-row: span 5;
}
.mobile\:cell-min-6 {
    --cell-min: calc(var(--plank) * 6);
}
.mobile\:cell-max-6 {
    --cell-max: calc(var(--plank) * 6);
}
.mobile\:grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.mobile\:grid6-auto {
    display: grid;
    grid-template-columns: repeat(6, auto);
}
.mobile\:colspan6 {
    grid-column: span 6;
}
.mobile\:rowspan6 {
    grid-row: span 6;
}
.mobile\:cell-min-7 {
    --cell-min: calc(var(--plank) * 7);
}
.mobile\:cell-max-7 {
    --cell-max: calc(var(--plank) * 7);
}
.mobile\:grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.mobile\:grid7-auto {
    display: grid;
    grid-template-columns: repeat(7, auto);
}
.mobile\:colspan7 {
    grid-column: span 7;
}
.mobile\:rowspan7 {
    grid-row: span 7;
}
.mobile\:cell-min-8 {
    --cell-min: calc(var(--plank) * 8);
}
.mobile\:cell-max-8 {
    --cell-max: calc(var(--plank) * 8);
}
.mobile\:grid8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.mobile\:grid8-auto {
    display: grid;
    grid-template-columns: repeat(8, auto);
}
.mobile\:colspan8 {
    grid-column: span 8;
}
.mobile\:rowspan8 {
    grid-row: span 8;
}
.mobile\:cell-min-9 {
    --cell-min: calc(var(--plank) * 9);
}
.mobile\:cell-max-9 {
    --cell-max: calc(var(--plank) * 9);
}
.mobile\:grid9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}
.mobile\:grid9-auto {
    display: grid;
    grid-template-columns: repeat(9, auto);
}
.mobile\:colspan9 {
    grid-column: span 9;
}
.mobile\:rowspan9 {
    grid-row: span 9;
}
.mobile\:cell-min-10 {
    --cell-min: calc(var(--plank) * 10);
}
.mobile\:cell-max-10 {
    --cell-max: calc(var(--plank) * 10);
}
.mobile\:grid10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}
.mobile\:grid10-auto {
    display: grid;
    grid-template-columns: repeat(10, auto);
}
.mobile\:colspan10 {
    grid-column: span 10;
}
.mobile\:rowspan10 {
    grid-row: span 10;
}
.mobile\:cell-min-11 {
    --cell-min: calc(var(--plank) * 11);
}
.mobile\:cell-max-11 {
    --cell-max: calc(var(--plank) * 11);
}
.mobile\:grid11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
}
.mobile\:grid11-auto {
    display: grid;
    grid-template-columns: repeat(11, auto);
}
.mobile\:colspan11 {
    grid-column: span 11;
}
.mobile\:rowspan11 {
    grid-row: span 11;
}
.mobile\:cell-min-12 {
    --cell-min: calc(var(--plank) * 12);
}
.mobile\:cell-max-12 {
    --cell-max: calc(var(--plank) * 12);
}
.mobile\:grid12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.mobile\:grid12-auto {
    display: grid;
    grid-template-columns: repeat(12, auto);
}
.mobile\:colspan12 {
    grid-column: span 12;
}
.mobile\:rowspan12 {
    grid-row: span 12;
}
.mobile\:cell-min-13 {
    --cell-min: calc(var(--plank) * 13);
}
.mobile\:cell-max-13 {
    --cell-max: calc(var(--plank) * 13);
}
.mobile\:grid13 {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
}
.mobile\:grid13-auto {
    display: grid;
    grid-template-columns: repeat(13, auto);
}
.mobile\:colspan13 {
    grid-column: span 13;
}
.mobile\:rowspan13 {
    grid-row: span 13;
}
.mobile\:cell-min-14 {
    --cell-min: calc(var(--plank) * 14);
}
.mobile\:cell-max-14 {
    --cell-max: calc(var(--plank) * 14);
}
.mobile\:grid14 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
}
.mobile\:grid14-auto {
    display: grid;
    grid-template-columns: repeat(14, auto);
}
.mobile\:colspan14 {
    grid-column: span 14;
}
.mobile\:rowspan14 {
    grid-row: span 14;
}
.mobile\:cell-min-15 {
    --cell-min: calc(var(--plank) * 15);
}
.mobile\:cell-max-15 {
    --cell-max: calc(var(--plank) * 15);
}
.mobile\:grid15 {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
}
.mobile\:grid15-auto {
    display: grid;
    grid-template-columns: repeat(15, auto);
}
.mobile\:colspan15 {
    grid-column: span 15;
}
.mobile\:rowspan15 {
    grid-row: span 15;
}
.mobile\:cell-min-16 {
    --cell-min: calc(var(--plank) * 16);
}
.mobile\:cell-max-16 {
    --cell-max: calc(var(--plank) * 16);
}
.mobile\:grid16 {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
}
.mobile\:grid16-auto {
    display: grid;
    grid-template-columns: repeat(16, auto);
}
.mobile\:colspan16 {
    grid-column: span 16;
}
.mobile\:rowspan16 {
    grid-row: span 16;
}
.mobile\:cell-min-17 {
    --cell-min: calc(var(--plank) * 17);
}
.mobile\:cell-max-17 {
    --cell-max: calc(var(--plank) * 17);
}
.mobile\:grid17 {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
}
.mobile\:grid17-auto {
    display: grid;
    grid-template-columns: repeat(17, auto);
}
.mobile\:colspan17 {
    grid-column: span 17;
}
.mobile\:rowspan17 {
    grid-row: span 17;
}
.mobile\:cell-min-18 {
    --cell-min: calc(var(--plank) * 18);
}
.mobile\:cell-max-18 {
    --cell-max: calc(var(--plank) * 18);
}
.mobile\:grid18 {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
}
.mobile\:grid18-auto {
    display: grid;
    grid-template-columns: repeat(18, auto);
}
.mobile\:colspan18 {
    grid-column: span 18;
}
.mobile\:rowspan18 {
    grid-row: span 18;
}
.mobile\:cell-min-19 {
    --cell-min: calc(var(--plank) * 19);
}
.mobile\:cell-max-19 {
    --cell-max: calc(var(--plank) * 19);
}
.mobile\:grid19 {
    display: grid;
    grid-template-columns: repeat(19, 1fr);
}
.mobile\:grid19-auto {
    display: grid;
    grid-template-columns: repeat(19, auto);
}
.mobile\:colspan19 {
    grid-column: span 19;
}
.mobile\:rowspan19 {
    grid-row: span 19;
}
.mobile\:cell-min-20 {
    --cell-min: calc(var(--plank) * 20);
}
.mobile\:cell-max-20 {
    --cell-max: calc(var(--plank) * 20);
}
.mobile\:grid20 {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
}
.mobile\:grid20-auto {
    display: grid;
    grid-template-columns: repeat(20, auto);
}
.mobile\:colspan20 {
    grid-column: span 20;
}
.mobile\:rowspan20 {
    grid-row: span 20;
}
.mobile\:cell-min-21 {
    --cell-min: calc(var(--plank) * 21);
}
.mobile\:cell-max-21 {
    --cell-max: calc(var(--plank) * 21);
}
.mobile\:grid21 {
    display: grid;
    grid-template-columns: repeat(21, 1fr);
}
.mobile\:grid21-auto {
    display: grid;
    grid-template-columns: repeat(21, auto);
}
.mobile\:colspan21 {
    grid-column: span 21;
}
.mobile\:rowspan21 {
    grid-row: span 21;
}
.mobile\:cell-min-22 {
    --cell-min: calc(var(--plank) * 22);
}
.mobile\:cell-max-22 {
    --cell-max: calc(var(--plank) * 22);
}
.mobile\:grid22 {
    display: grid;
    grid-template-columns: repeat(22, 1fr);
}
.mobile\:grid22-auto {
    display: grid;
    grid-template-columns: repeat(22, auto);
}
.mobile\:colspan22 {
    grid-column: span 22;
}
.mobile\:rowspan22 {
    grid-row: span 22;
}
.mobile\:cell-min-23 {
    --cell-min: calc(var(--plank) * 23);
}
.mobile\:cell-max-23 {
    --cell-max: calc(var(--plank) * 23);
}
.mobile\:grid23 {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
}
.mobile\:grid23-auto {
    display: grid;
    grid-template-columns: repeat(23, auto);
}
.mobile\:colspan23 {
    grid-column: span 23;
}
.mobile\:rowspan23 {
    grid-row: span 23;
}
.mobile\:cell-min-24 {
    --cell-min: calc(var(--plank) * 24);
}
.mobile\:cell-max-24 {
    --cell-max: calc(var(--plank) * 24);
}
.mobile\:grid24 {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
}
.mobile\:grid24-auto {
    display: grid;
    grid-template-columns: repeat(24, auto);
}
.mobile\:colspan24 {
    grid-column: span 24;
}
.mobile\:rowspan24 {
    grid-row: span 24;
}
.mobile\:cell-min-25 {
    --cell-min: calc(var(--plank) * 25);
}
.mobile\:cell-max-25 {
    --cell-max: calc(var(--plank) * 25);
}
.mobile\:grid25 {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
}
.mobile\:grid25-auto {
    display: grid;
    grid-template-columns: repeat(25, auto);
}
.mobile\:colspan25 {
    grid-column: span 25;
}
.mobile\:rowspan25 {
    grid-row: span 25;
}
.mobile\:cell-min-26 {
    --cell-min: calc(var(--plank) * 26);
}
.mobile\:cell-max-26 {
    --cell-max: calc(var(--plank) * 26);
}
.mobile\:grid26 {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
}
.mobile\:grid26-auto {
    display: grid;
    grid-template-columns: repeat(26, auto);
}
.mobile\:colspan26 {
    grid-column: span 26;
}
.mobile\:rowspan26 {
    grid-row: span 26;
}
.mobile\:cell-min-27 {
    --cell-min: calc(var(--plank) * 27);
}
.mobile\:cell-max-27 {
    --cell-max: calc(var(--plank) * 27);
}
.mobile\:grid27 {
    display: grid;
    grid-template-columns: repeat(27, 1fr);
}
.mobile\:grid27-auto {
    display: grid;
    grid-template-columns: repeat(27, auto);
}
.mobile\:colspan27 {
    grid-column: span 27;
}
.mobile\:rowspan27 {
    grid-row: span 27;
}
.mobile\:cell-min-28 {
    --cell-min: calc(var(--plank) * 28);
}
.mobile\:cell-max-28 {
    --cell-max: calc(var(--plank) * 28);
}
.mobile\:grid28 {
    display: grid;
    grid-template-columns: repeat(28, 1fr);
}
.mobile\:grid28-auto {
    display: grid;
    grid-template-columns: repeat(28, auto);
}
.mobile\:colspan28 {
    grid-column: span 28;
}
.mobile\:rowspan28 {
    grid-row: span 28;
}
.mobile\:cell-min-29 {
    --cell-min: calc(var(--plank) * 29);
}
.mobile\:cell-max-29 {
    --cell-max: calc(var(--plank) * 29);
}
.mobile\:grid29 {
    display: grid;
    grid-template-columns: repeat(29, 1fr);
}
.mobile\:grid29-auto {
    display: grid;
    grid-template-columns: repeat(29, auto);
}
.mobile\:colspan29 {
    grid-column: span 29;
}
.mobile\:rowspan29 {
    grid-row: span 29;
}
.mobile\:cell-min-30 {
    --cell-min: calc(var(--plank) * 30);
}
.mobile\:cell-max-30 {
    --cell-max: calc(var(--plank) * 30);
}
.mobile\:grid30 {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
}
.mobile\:grid30-auto {
    display: grid;
    grid-template-columns: repeat(30, auto);
}
.mobile\:colspan30 {
    grid-column: span 30;
}
.mobile\:rowspan30 {
    grid-row: span 30;
}
.mobile\:cell-min-31 {
    --cell-min: calc(var(--plank) * 31);
}
.mobile\:cell-max-31 {
    --cell-max: calc(var(--plank) * 31);
}
.mobile\:grid31 {
    display: grid;
    grid-template-columns: repeat(31, 1fr);
}
.mobile\:grid31-auto {
    display: grid;
    grid-template-columns: repeat(31, auto);
}
.mobile\:colspan31 {
    grid-column: span 31;
}
.mobile\:rowspan31 {
    grid-row: span 31;
}
.mobile\:cell-min-32 {
    --cell-min: calc(var(--plank) * 32);
}
.mobile\:cell-max-32 {
    --cell-max: calc(var(--plank) * 32);
}
.mobile\:grid32 {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
}
.mobile\:grid32-auto {
    display: grid;
    grid-template-columns: repeat(32, auto);
}
.mobile\:colspan32 {
    grid-column: span 32;
}
.mobile\:rowspan32 {
    grid-row: span 32;
}
.mobile\:gap-auto {
    gap: auto;
}
.mobile\:gap-auto-x {
    column-gap: auto;
}
.mobile\:gap-auto-y {
    row-gap: auto;
}
.mobile\:m-auto-t {
    margin-top: auto;
}
.mobile\:m-auto-l {
    margin-left: auto;
}
.mobile\:m-auto-r {
    margin-right: auto;
}
.mobile\:m-auto-b {
    margin-bottom: auto;
}
.mobile\:m-auto-y {
    margin-top: auto;
    margin-bottom: auto;
}
.mobile\:m-auto-x {
    margin-left: auto;
    margin-right: auto;
}
.mobile\:m-auto {
    margin: auto;
}
.mobile\:p-auto-t {
    padding-top: auto;
}
.mobile\:p-auto-l {
    padding-left: auto;
}
.mobile\:p-auto-r {
    padding-right: auto;
}
.mobile\:p-auto-b {
    padding-bottom: auto;
}
.mobile\:p-auto-y {
    padding-top: auto;
    padding-bottom: auto;
}
.mobile\:p-auto-x {
    padding-left: auto;
    padding-right: auto;
}
.mobile\:p-auto {
    padding: auto;
}
.mobile\:font-size-auto {
    font-size: calc(auto / 4)rem;
}
.mobile\:gap-0 {
    gap: 0em;
}
.mobile\:gap-0-x {
    column-gap: 0em;
}
.mobile\:gap-0-y {
    row-gap: 0em;
}
.mobile\:m-0-t {
    margin-top: 0em;
}
.mobile\:m-0-l {
    margin-left: 0em;
}
.mobile\:m-0-r {
    margin-right: 0em;
}
.mobile\:m-0-b {
    margin-bottom: 0em;
}
.mobile\:m-0-y {
    margin-top: 0em;
    margin-bottom: 0em;
}
.mobile\:m-0-x {
    margin-left: 0em;
    margin-right: 0em;
}
.mobile\:m-0 {
    margin: 0em;
}
.mobile\:p-0-t {
    padding-top: 0em;
}
.mobile\:p-0-l {
    padding-left: 0em;
}
.mobile\:p-0-r {
    padding-right: 0em;
}
.mobile\:p-0-b {
    padding-bottom: 0em;
}
.mobile\:p-0-y {
    padding-top: 0em;
    padding-bottom: 0em;
}
.mobile\:p-0-x {
    padding-left: 0em;
    padding-right: 0em;
}
.mobile\:p-0 {
    padding: 0em;
}
.mobile\:font-size-0 {
    font-size: 0rem;
}
.mobile\:gap-1 {
    gap: 0.5em;
}
.mobile\:gap-1-x {
    column-gap: 0.5em;
}
.mobile\:gap-1-y {
    row-gap: 0.5em;
}
.mobile\:m-1-t {
    margin-top: 0.5em;
}
.mobile\:m-1-l {
    margin-left: 0.5em;
}
.mobile\:m-1-r {
    margin-right: 0.5em;
}
.mobile\:m-1-b {
    margin-bottom: 0.5em;
}
.mobile\:m-1-y {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.mobile\:m-1-x {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.mobile\:m-1 {
    margin: 0.5em;
}
.mobile\:p-1-t {
    padding-top: 0.5em;
}
.mobile\:p-1-l {
    padding-left: 0.5em;
}
.mobile\:p-1-r {
    padding-right: 0.5em;
}
.mobile\:p-1-b {
    padding-bottom: 0.5em;
}
.mobile\:p-1-y {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.mobile\:p-1-x {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.mobile\:p-1 {
    padding: 0.5em;
}
.mobile\:font-size-1 {
    font-size: 0.25rem;
}
.mobile\:gap-2 {
    gap: 1em;
}
.mobile\:gap-2-x {
    column-gap: 1em;
}
.mobile\:gap-2-y {
    row-gap: 1em;
}
.mobile\:m-2-t {
    margin-top: 1em;
}
.mobile\:m-2-l {
    margin-left: 1em;
}
.mobile\:m-2-r {
    margin-right: 1em;
}
.mobile\:m-2-b {
    margin-bottom: 1em;
}
.mobile\:m-2-y {
    margin-top: 1em;
    margin-bottom: 1em;
}
.mobile\:m-2-x {
    margin-left: 1em;
    margin-right: 1em;
}
.mobile\:m-2 {
    margin: 1em;
}
.mobile\:p-2-t {
    padding-top: 1em;
}
.mobile\:p-2-l {
    padding-left: 1em;
}
.mobile\:p-2-r {
    padding-right: 1em;
}
.mobile\:p-2-b {
    padding-bottom: 1em;
}
.mobile\:p-2-y {
    padding-top: 1em;
    padding-bottom: 1em;
}
.mobile\:p-2-x {
    padding-left: 1em;
    padding-right: 1em;
}
.mobile\:p-2 {
    padding: 1em;
}
.mobile\:font-size-2 {
    font-size: 0.5rem;
}
.mobile\:gap-3 {
    gap: 1.5em;
}
.mobile\:gap-3-x {
    column-gap: 1.5em;
}
.mobile\:gap-3-y {
    row-gap: 1.5em;
}
.mobile\:m-3-t {
    margin-top: 1.5em;
}
.mobile\:m-3-l {
    margin-left: 1.5em;
}
.mobile\:m-3-r {
    margin-right: 1.5em;
}
.mobile\:m-3-b {
    margin-bottom: 1.5em;
}
.mobile\:m-3-y {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.mobile\:m-3-x {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
.mobile\:m-3 {
    margin: 1.5em;
}
.mobile\:p-3-t {
    padding-top: 1.5em;
}
.mobile\:p-3-l {
    padding-left: 1.5em;
}
.mobile\:p-3-r {
    padding-right: 1.5em;
}
.mobile\:p-3-b {
    padding-bottom: 1.5em;
}
.mobile\:p-3-y {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.mobile\:p-3-x {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.mobile\:p-3 {
    padding: 1.5em;
}
.mobile\:font-size-3 {
    font-size: 0.75rem;
}
.mobile\:gap-4 {
    gap: 2em;
}
.mobile\:gap-4-x {
    column-gap: 2em;
}
.mobile\:gap-4-y {
    row-gap: 2em;
}
.mobile\:m-4-t {
    margin-top: 2em;
}
.mobile\:m-4-l {
    margin-left: 2em;
}
.mobile\:m-4-r {
    margin-right: 2em;
}
.mobile\:m-4-b {
    margin-bottom: 2em;
}
.mobile\:m-4-y {
    margin-top: 2em;
    margin-bottom: 2em;
}
.mobile\:m-4-x {
    margin-left: 2em;
    margin-right: 2em;
}
.mobile\:m-4 {
    margin: 2em;
}
.mobile\:p-4-t {
    padding-top: 2em;
}
.mobile\:p-4-l {
    padding-left: 2em;
}
.mobile\:p-4-r {
    padding-right: 2em;
}
.mobile\:p-4-b {
    padding-bottom: 2em;
}
.mobile\:p-4-y {
    padding-top: 2em;
    padding-bottom: 2em;
}
.mobile\:p-4-x {
    padding-left: 2em;
    padding-right: 2em;
}
.mobile\:p-4 {
    padding: 2em;
}
.mobile\:font-size-4 {
    font-size: 1rem;
}
.mobile\:gap-5 {
    gap: 2.5em;
}
.mobile\:gap-5-x {
    column-gap: 2.5em;
}
.mobile\:gap-5-y {
    row-gap: 2.5em;
}
.mobile\:m-5-t {
    margin-top: 2.5em;
}
.mobile\:m-5-l {
    margin-left: 2.5em;
}
.mobile\:m-5-r {
    margin-right: 2.5em;
}
.mobile\:m-5-b {
    margin-bottom: 2.5em;
}
.mobile\:m-5-y {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.mobile\:m-5-x {
    margin-left: 2.5em;
    margin-right: 2.5em;
}
.mobile\:m-5 {
    margin: 2.5em;
}
.mobile\:p-5-t {
    padding-top: 2.5em;
}
.mobile\:p-5-l {
    padding-left: 2.5em;
}
.mobile\:p-5-r {
    padding-right: 2.5em;
}
.mobile\:p-5-b {
    padding-bottom: 2.5em;
}
.mobile\:p-5-y {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.mobile\:p-5-x {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.mobile\:p-5 {
    padding: 2.5em;
}
.mobile\:font-size-5 {
    font-size: 1.25rem;
}
.mobile\:gap-6 {
    gap: 3em;
}
.mobile\:gap-6-x {
    column-gap: 3em;
}
.mobile\:gap-6-y {
    row-gap: 3em;
}
.mobile\:m-6-t {
    margin-top: 3em;
}
.mobile\:m-6-l {
    margin-left: 3em;
}
.mobile\:m-6-r {
    margin-right: 3em;
}
.mobile\:m-6-b {
    margin-bottom: 3em;
}
.mobile\:m-6-y {
    margin-top: 3em;
    margin-bottom: 3em;
}
.mobile\:m-6-x {
    margin-left: 3em;
    margin-right: 3em;
}
.mobile\:m-6 {
    margin: 3em;
}
.mobile\:p-6-t {
    padding-top: 3em;
}
.mobile\:p-6-l {
    padding-left: 3em;
}
.mobile\:p-6-r {
    padding-right: 3em;
}
.mobile\:p-6-b {
    padding-bottom: 3em;
}
.mobile\:p-6-y {
    padding-top: 3em;
    padding-bottom: 3em;
}
.mobile\:p-6-x {
    padding-left: 3em;
    padding-right: 3em;
}
.mobile\:p-6 {
    padding: 3em;
}
.mobile\:font-size-6 {
    font-size: 1.5rem;
}
.mobile\:gap-7 {
    gap: 3.5em;
}
.mobile\:gap-7-x {
    column-gap: 3.5em;
}
.mobile\:gap-7-y {
    row-gap: 3.5em;
}
.mobile\:m-7-t {
    margin-top: 3.5em;
}
.mobile\:m-7-l {
    margin-left: 3.5em;
}
.mobile\:m-7-r {
    margin-right: 3.5em;
}
.mobile\:m-7-b {
    margin-bottom: 3.5em;
}
.mobile\:m-7-y {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
}
.mobile\:m-7-x {
    margin-left: 3.5em;
    margin-right: 3.5em;
}
.mobile\:m-7 {
    margin: 3.5em;
}
.mobile\:p-7-t {
    padding-top: 3.5em;
}
.mobile\:p-7-l {
    padding-left: 3.5em;
}
.mobile\:p-7-r {
    padding-right: 3.5em;
}
.mobile\:p-7-b {
    padding-bottom: 3.5em;
}
.mobile\:p-7-y {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}
.mobile\:p-7-x {
    padding-left: 3.5em;
    padding-right: 3.5em;
}
.mobile\:p-7 {
    padding: 3.5em;
}
.mobile\:font-size-7 {
    font-size: 1.75rem;
}
.mobile\:gap-8 {
    gap: 4em;
}
.mobile\:gap-8-x {
    column-gap: 4em;
}
.mobile\:gap-8-y {
    row-gap: 4em;
}
.mobile\:m-8-t {
    margin-top: 4em;
}
.mobile\:m-8-l {
    margin-left: 4em;
}
.mobile\:m-8-r {
    margin-right: 4em;
}
.mobile\:m-8-b {
    margin-bottom: 4em;
}
.mobile\:m-8-y {
    margin-top: 4em;
    margin-bottom: 4em;
}
.mobile\:m-8-x {
    margin-left: 4em;
    margin-right: 4em;
}
.mobile\:m-8 {
    margin: 4em;
}
.mobile\:p-8-t {
    padding-top: 4em;
}
.mobile\:p-8-l {
    padding-left: 4em;
}
.mobile\:p-8-r {
    padding-right: 4em;
}
.mobile\:p-8-b {
    padding-bottom: 4em;
}
.mobile\:p-8-y {
    padding-top: 4em;
    padding-bottom: 4em;
}
.mobile\:p-8-x {
    padding-left: 4em;
    padding-right: 4em;
}
.mobile\:p-8 {
    padding: 4em;
}
.mobile\:font-size-8 {
    font-size: 2rem;
}
.mobile\:opacity--1 {
    opacity: -0.1;
}
.mobile\:opacity-0 {
    opacity: 0;
}
.mobile\:opacity-1 {
    opacity: 0.1;
}
.mobile\:opacity-2 {
    opacity: 0.2;
}
.mobile\:opacity-3 {
    opacity: 0.3;
}
.mobile\:opacity-4 {
    opacity: 0.4;
}
.mobile\:opacity-5 {
    opacity: 0.5;
}
.mobile\:opacity-6 {
    opacity: 0.6;
}
.mobile\:opacity-7 {
    opacity: 0.7;
}
.mobile\:opacity-8 {
    opacity: 0.8;
}
.mobile\:opacity-9 {
    opacity: 0.9;
}
.mobile\:opacity-10 {
    opacity: 1;
}
}
@media (min-width: 901px) {
.desktop\:debug-red {
    border: 2px dashed red;
}
.desktop\:debug-blue {
    border: 2px dashed blue;
}
.desktop\:debug-orange {
    border: 2px dashed orange;
}
.desktop\:block {
    display: block;
}
.desktop\:relative {
    position: relative;
}
.desktop\:static {
    position: static;
}
.desktop\:flex-row {
    display: flex;
    flex-direction: row;
}
.desktop\:flex-column {
    display: flex;
    flex-direction: column;
}
.desktop\:wrap {
    white-space: wrap;
}
.desktop\:align-left, .desktop\:align-top {
    align-items: flex-start;
}
.desktop\:align-right, .desktop\:align-bottom {
    align-items: flex-end;
}
.desktop\:align-center {
    align-items: center;
}
.desktop\:align-space-around {
    align-items: space-around;
}
.desktop\:align-space-between {
    align-items: space-between;
}
.desktop\:align-stretch {
    align-items: stretch;
}
.desktop\:justify-left {
    justify-content: flex-start;
}
.desktop\:justify-right {
    justify-content: flex-end;
}
.desktop\:justify-center {
    justify-content: center;
}
.desktop\:justify-space-around {
    justify-content: space-around;
}
.desktop\:justify-space-between {
    justify-content: space-between;
}
.desktop\:justify-stretch {
    justify-content: stretch;
}
.desktop\:flex-static {
    flex: 0 0 auto;
}
.desktop\:flex-stretch {
    flex: 1 1 auto;
}
.desktop\:wmax {
    width: 100%;
}
.desktop\:wmin {
    width: 0;
}
.desktop\:scroll {
    overflow: auto;
}
.desktop\:scroll-x {
    overflow-x: auto;
}
.desktop\:scroll-y {
    overflow-y: auto;
}
.desktop\:flex1 {
    flex: 1 1 1px;
}
.desktop\:max-width-100 {
    max-width: 100px;
}
.desktop\:min-width-100 {
    min-width: 100px;
}
.desktop\:flex2 {
    flex: 2 2 1px;
}
.desktop\:max-width-200 {
    max-width: 200px;
}
.desktop\:min-width-200 {
    min-width: 200px;
}
.desktop\:flex3 {
    flex: 3 3 1px;
}
.desktop\:max-width-300 {
    max-width: 300px;
}
.desktop\:min-width-300 {
    min-width: 300px;
}
.desktop\:flex4 {
    flex: 4 4 1px;
}
.desktop\:max-width-400 {
    max-width: 400px;
}
.desktop\:min-width-400 {
    min-width: 400px;
}
.desktop\:flex5 {
    flex: 5 5 1px;
}
.desktop\:max-width-500 {
    max-width: 500px;
}
.desktop\:min-width-500 {
    min-width: 500px;
}
.desktop\:flex6 {
    flex: 6 6 1px;
}
.desktop\:max-width-600 {
    max-width: 600px;
}
.desktop\:min-width-600 {
    min-width: 600px;
}
.desktop\:flex7 {
    flex: 7 7 1px;
}
.desktop\:max-width-700 {
    max-width: 700px;
}
.desktop\:min-width-700 {
    min-width: 700px;
}
.desktop\:flex8 {
    flex: 8 8 1px;
}
.desktop\:max-width-800 {
    max-width: 800px;
}
.desktop\:min-width-800 {
    min-width: 800px;
}
.desktop\:flex9 {
    flex: 9 9 1px;
}
.desktop\:max-width-900 {
    max-width: 900px;
}
.desktop\:min-width-900 {
    min-width: 900px;
}
.desktop\:flex10 {
    flex: 10 10 1px;
}
.desktop\:max-width-1000 {
    max-width: 1000px;
}
.desktop\:min-width-1000 {
    min-width: 1000px;
}
.desktop\:flex11 {
    flex: 11 11 1px;
}
.desktop\:max-width-1100 {
    max-width: 1100px;
}
.desktop\:min-width-1100 {
    min-width: 1100px;
}
.desktop\:flex12 {
    flex: 12 12 1px;
}
.desktop\:max-width-1200 {
    max-width: 1200px;
}
.desktop\:min-width-1200 {
    min-width: 1200px;
}
.desktop\:flex13 {
    flex: 13 13 1px;
}
.desktop\:max-width-1300 {
    max-width: 1300px;
}
.desktop\:min-width-1300 {
    min-width: 1300px;
}
.desktop\:flex14 {
    flex: 14 14 1px;
}
.desktop\:max-width-1400 {
    max-width: 1400px;
}
.desktop\:min-width-1400 {
    min-width: 1400px;
}
.desktop\:flex15 {
    flex: 15 15 1px;
}
.desktop\:max-width-1500 {
    max-width: 1500px;
}
.desktop\:min-width-1500 {
    min-width: 1500px;
}
.desktop\:flex16 {
    flex: 16 16 1px;
}
.desktop\:max-width-1600 {
    max-width: 1600px;
}
.desktop\:min-width-1600 {
    min-width: 1600px;
}
.desktop\:flex17 {
    flex: 17 17 1px;
}
.desktop\:max-width-1700 {
    max-width: 1700px;
}
.desktop\:min-width-1700 {
    min-width: 1700px;
}
.desktop\:flex18 {
    flex: 18 18 1px;
}
.desktop\:max-width-1800 {
    max-width: 1800px;
}
.desktop\:min-width-1800 {
    min-width: 1800px;
}
.desktop\:flex19 {
    flex: 19 19 1px;
}
.desktop\:max-width-1900 {
    max-width: 1900px;
}
.desktop\:min-width-1900 {
    min-width: 1900px;
}
.desktop\:flex20 {
    flex: 20 20 1px;
}
.desktop\:max-width-2000 {
    max-width: 2000px;
}
.desktop\:min-width-2000 {
    min-width: 2000px;
}
.desktop\:grid-auto-fit {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(var(--cell-min), var(--cell-max)));
}
.desktop\:grid-auto-fill {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--cell-min), var(--cell-max)));
}
.desktop\:cell-min-auto {
    --cell-min: auto;
}
.desktop\:cell-min-fr {
    --cell-min: 1fr;
}
.desktop\:cell-max-auto {
    --cell-max: auto;
}
.desktop\:cell-max-fr {
    --cell-max: 1fr;
}
.desktop\:cell-min-1 {
    --cell-min: calc(var(--plank) * 1);
}
.desktop\:cell-max-1 {
    --cell-max: calc(var(--plank) * 1);
}
.desktop\:grid1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.desktop\:grid1-auto {
    display: grid;
    grid-template-columns: repeat(1, auto);
}
.desktop\:colspan1 {
    grid-column: span 1;
}
.desktop\:rowspan1 {
    grid-row: span 1;
}
.desktop\:cell-min-2 {
    --cell-min: calc(var(--plank) * 2);
}
.desktop\:cell-max-2 {
    --cell-max: calc(var(--plank) * 2);
}
.desktop\:grid2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.desktop\:grid2-auto {
    display: grid;
    grid-template-columns: repeat(2, auto);
}
.desktop\:colspan2 {
    grid-column: span 2;
}
.desktop\:rowspan2 {
    grid-row: span 2;
}
.desktop\:cell-min-3 {
    --cell-min: calc(var(--plank) * 3);
}
.desktop\:cell-max-3 {
    --cell-max: calc(var(--plank) * 3);
}
.desktop\:grid3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.desktop\:grid3-auto {
    display: grid;
    grid-template-columns: repeat(3, auto);
}
.desktop\:colspan3 {
    grid-column: span 3;
}
.desktop\:rowspan3 {
    grid-row: span 3;
}
.desktop\:cell-min-4 {
    --cell-min: calc(var(--plank) * 4);
}
.desktop\:cell-max-4 {
    --cell-max: calc(var(--plank) * 4);
}
.desktop\:grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.desktop\:grid4-auto {
    display: grid;
    grid-template-columns: repeat(4, auto);
}
.desktop\:colspan4 {
    grid-column: span 4;
}
.desktop\:rowspan4 {
    grid-row: span 4;
}
.desktop\:cell-min-5 {
    --cell-min: calc(var(--plank) * 5);
}
.desktop\:cell-max-5 {
    --cell-max: calc(var(--plank) * 5);
}
.desktop\:grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.desktop\:grid5-auto {
    display: grid;
    grid-template-columns: repeat(5, auto);
}
.desktop\:colspan5 {
    grid-column: span 5;
}
.desktop\:rowspan5 {
    grid-row: span 5;
}
.desktop\:cell-min-6 {
    --cell-min: calc(var(--plank) * 6);
}
.desktop\:cell-max-6 {
    --cell-max: calc(var(--plank) * 6);
}
.desktop\:grid6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.desktop\:grid6-auto {
    display: grid;
    grid-template-columns: repeat(6, auto);
}
.desktop\:colspan6 {
    grid-column: span 6;
}
.desktop\:rowspan6 {
    grid-row: span 6;
}
.desktop\:cell-min-7 {
    --cell-min: calc(var(--plank) * 7);
}
.desktop\:cell-max-7 {
    --cell-max: calc(var(--plank) * 7);
}
.desktop\:grid7 {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}
.desktop\:grid7-auto {
    display: grid;
    grid-template-columns: repeat(7, auto);
}
.desktop\:colspan7 {
    grid-column: span 7;
}
.desktop\:rowspan7 {
    grid-row: span 7;
}
.desktop\:cell-min-8 {
    --cell-min: calc(var(--plank) * 8);
}
.desktop\:cell-max-8 {
    --cell-max: calc(var(--plank) * 8);
}
.desktop\:grid8 {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.desktop\:grid8-auto {
    display: grid;
    grid-template-columns: repeat(8, auto);
}
.desktop\:colspan8 {
    grid-column: span 8;
}
.desktop\:rowspan8 {
    grid-row: span 8;
}
.desktop\:cell-min-9 {
    --cell-min: calc(var(--plank) * 9);
}
.desktop\:cell-max-9 {
    --cell-max: calc(var(--plank) * 9);
}
.desktop\:grid9 {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
}
.desktop\:grid9-auto {
    display: grid;
    grid-template-columns: repeat(9, auto);
}
.desktop\:colspan9 {
    grid-column: span 9;
}
.desktop\:rowspan9 {
    grid-row: span 9;
}
.desktop\:cell-min-10 {
    --cell-min: calc(var(--plank) * 10);
}
.desktop\:cell-max-10 {
    --cell-max: calc(var(--plank) * 10);
}
.desktop\:grid10 {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
}
.desktop\:grid10-auto {
    display: grid;
    grid-template-columns: repeat(10, auto);
}
.desktop\:colspan10 {
    grid-column: span 10;
}
.desktop\:rowspan10 {
    grid-row: span 10;
}
.desktop\:cell-min-11 {
    --cell-min: calc(var(--plank) * 11);
}
.desktop\:cell-max-11 {
    --cell-max: calc(var(--plank) * 11);
}
.desktop\:grid11 {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
}
.desktop\:grid11-auto {
    display: grid;
    grid-template-columns: repeat(11, auto);
}
.desktop\:colspan11 {
    grid-column: span 11;
}
.desktop\:rowspan11 {
    grid-row: span 11;
}
.desktop\:cell-min-12 {
    --cell-min: calc(var(--plank) * 12);
}
.desktop\:cell-max-12 {
    --cell-max: calc(var(--plank) * 12);
}
.desktop\:grid12 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}
.desktop\:grid12-auto {
    display: grid;
    grid-template-columns: repeat(12, auto);
}
.desktop\:colspan12 {
    grid-column: span 12;
}
.desktop\:rowspan12 {
    grid-row: span 12;
}
.desktop\:cell-min-13 {
    --cell-min: calc(var(--plank) * 13);
}
.desktop\:cell-max-13 {
    --cell-max: calc(var(--plank) * 13);
}
.desktop\:grid13 {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
}
.desktop\:grid13-auto {
    display: grid;
    grid-template-columns: repeat(13, auto);
}
.desktop\:colspan13 {
    grid-column: span 13;
}
.desktop\:rowspan13 {
    grid-row: span 13;
}
.desktop\:cell-min-14 {
    --cell-min: calc(var(--plank) * 14);
}
.desktop\:cell-max-14 {
    --cell-max: calc(var(--plank) * 14);
}
.desktop\:grid14 {
    display: grid;
    grid-template-columns: repeat(14, 1fr);
}
.desktop\:grid14-auto {
    display: grid;
    grid-template-columns: repeat(14, auto);
}
.desktop\:colspan14 {
    grid-column: span 14;
}
.desktop\:rowspan14 {
    grid-row: span 14;
}
.desktop\:cell-min-15 {
    --cell-min: calc(var(--plank) * 15);
}
.desktop\:cell-max-15 {
    --cell-max: calc(var(--plank) * 15);
}
.desktop\:grid15 {
    display: grid;
    grid-template-columns: repeat(15, 1fr);
}
.desktop\:grid15-auto {
    display: grid;
    grid-template-columns: repeat(15, auto);
}
.desktop\:colspan15 {
    grid-column: span 15;
}
.desktop\:rowspan15 {
    grid-row: span 15;
}
.desktop\:cell-min-16 {
    --cell-min: calc(var(--plank) * 16);
}
.desktop\:cell-max-16 {
    --cell-max: calc(var(--plank) * 16);
}
.desktop\:grid16 {
    display: grid;
    grid-template-columns: repeat(16, 1fr);
}
.desktop\:grid16-auto {
    display: grid;
    grid-template-columns: repeat(16, auto);
}
.desktop\:colspan16 {
    grid-column: span 16;
}
.desktop\:rowspan16 {
    grid-row: span 16;
}
.desktop\:cell-min-17 {
    --cell-min: calc(var(--plank) * 17);
}
.desktop\:cell-max-17 {
    --cell-max: calc(var(--plank) * 17);
}
.desktop\:grid17 {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
}
.desktop\:grid17-auto {
    display: grid;
    grid-template-columns: repeat(17, auto);
}
.desktop\:colspan17 {
    grid-column: span 17;
}
.desktop\:rowspan17 {
    grid-row: span 17;
}
.desktop\:cell-min-18 {
    --cell-min: calc(var(--plank) * 18);
}
.desktop\:cell-max-18 {
    --cell-max: calc(var(--plank) * 18);
}
.desktop\:grid18 {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
}
.desktop\:grid18-auto {
    display: grid;
    grid-template-columns: repeat(18, auto);
}
.desktop\:colspan18 {
    grid-column: span 18;
}
.desktop\:rowspan18 {
    grid-row: span 18;
}
.desktop\:cell-min-19 {
    --cell-min: calc(var(--plank) * 19);
}
.desktop\:cell-max-19 {
    --cell-max: calc(var(--plank) * 19);
}
.desktop\:grid19 {
    display: grid;
    grid-template-columns: repeat(19, 1fr);
}
.desktop\:grid19-auto {
    display: grid;
    grid-template-columns: repeat(19, auto);
}
.desktop\:colspan19 {
    grid-column: span 19;
}
.desktop\:rowspan19 {
    grid-row: span 19;
}
.desktop\:cell-min-20 {
    --cell-min: calc(var(--plank) * 20);
}
.desktop\:cell-max-20 {
    --cell-max: calc(var(--plank) * 20);
}
.desktop\:grid20 {
    display: grid;
    grid-template-columns: repeat(20, 1fr);
}
.desktop\:grid20-auto {
    display: grid;
    grid-template-columns: repeat(20, auto);
}
.desktop\:colspan20 {
    grid-column: span 20;
}
.desktop\:rowspan20 {
    grid-row: span 20;
}
.desktop\:cell-min-21 {
    --cell-min: calc(var(--plank) * 21);
}
.desktop\:cell-max-21 {
    --cell-max: calc(var(--plank) * 21);
}
.desktop\:grid21 {
    display: grid;
    grid-template-columns: repeat(21, 1fr);
}
.desktop\:grid21-auto {
    display: grid;
    grid-template-columns: repeat(21, auto);
}
.desktop\:colspan21 {
    grid-column: span 21;
}
.desktop\:rowspan21 {
    grid-row: span 21;
}
.desktop\:cell-min-22 {
    --cell-min: calc(var(--plank) * 22);
}
.desktop\:cell-max-22 {
    --cell-max: calc(var(--plank) * 22);
}
.desktop\:grid22 {
    display: grid;
    grid-template-columns: repeat(22, 1fr);
}
.desktop\:grid22-auto {
    display: grid;
    grid-template-columns: repeat(22, auto);
}
.desktop\:colspan22 {
    grid-column: span 22;
}
.desktop\:rowspan22 {
    grid-row: span 22;
}
.desktop\:cell-min-23 {
    --cell-min: calc(var(--plank) * 23);
}
.desktop\:cell-max-23 {
    --cell-max: calc(var(--plank) * 23);
}
.desktop\:grid23 {
    display: grid;
    grid-template-columns: repeat(23, 1fr);
}
.desktop\:grid23-auto {
    display: grid;
    grid-template-columns: repeat(23, auto);
}
.desktop\:colspan23 {
    grid-column: span 23;
}
.desktop\:rowspan23 {
    grid-row: span 23;
}
.desktop\:cell-min-24 {
    --cell-min: calc(var(--plank) * 24);
}
.desktop\:cell-max-24 {
    --cell-max: calc(var(--plank) * 24);
}
.desktop\:grid24 {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
}
.desktop\:grid24-auto {
    display: grid;
    grid-template-columns: repeat(24, auto);
}
.desktop\:colspan24 {
    grid-column: span 24;
}
.desktop\:rowspan24 {
    grid-row: span 24;
}
.desktop\:cell-min-25 {
    --cell-min: calc(var(--plank) * 25);
}
.desktop\:cell-max-25 {
    --cell-max: calc(var(--plank) * 25);
}
.desktop\:grid25 {
    display: grid;
    grid-template-columns: repeat(25, 1fr);
}
.desktop\:grid25-auto {
    display: grid;
    grid-template-columns: repeat(25, auto);
}
.desktop\:colspan25 {
    grid-column: span 25;
}
.desktop\:rowspan25 {
    grid-row: span 25;
}
.desktop\:cell-min-26 {
    --cell-min: calc(var(--plank) * 26);
}
.desktop\:cell-max-26 {
    --cell-max: calc(var(--plank) * 26);
}
.desktop\:grid26 {
    display: grid;
    grid-template-columns: repeat(26, 1fr);
}
.desktop\:grid26-auto {
    display: grid;
    grid-template-columns: repeat(26, auto);
}
.desktop\:colspan26 {
    grid-column: span 26;
}
.desktop\:rowspan26 {
    grid-row: span 26;
}
.desktop\:cell-min-27 {
    --cell-min: calc(var(--plank) * 27);
}
.desktop\:cell-max-27 {
    --cell-max: calc(var(--plank) * 27);
}
.desktop\:grid27 {
    display: grid;
    grid-template-columns: repeat(27, 1fr);
}
.desktop\:grid27-auto {
    display: grid;
    grid-template-columns: repeat(27, auto);
}
.desktop\:colspan27 {
    grid-column: span 27;
}
.desktop\:rowspan27 {
    grid-row: span 27;
}
.desktop\:cell-min-28 {
    --cell-min: calc(var(--plank) * 28);
}
.desktop\:cell-max-28 {
    --cell-max: calc(var(--plank) * 28);
}
.desktop\:grid28 {
    display: grid;
    grid-template-columns: repeat(28, 1fr);
}
.desktop\:grid28-auto {
    display: grid;
    grid-template-columns: repeat(28, auto);
}
.desktop\:colspan28 {
    grid-column: span 28;
}
.desktop\:rowspan28 {
    grid-row: span 28;
}
.desktop\:cell-min-29 {
    --cell-min: calc(var(--plank) * 29);
}
.desktop\:cell-max-29 {
    --cell-max: calc(var(--plank) * 29);
}
.desktop\:grid29 {
    display: grid;
    grid-template-columns: repeat(29, 1fr);
}
.desktop\:grid29-auto {
    display: grid;
    grid-template-columns: repeat(29, auto);
}
.desktop\:colspan29 {
    grid-column: span 29;
}
.desktop\:rowspan29 {
    grid-row: span 29;
}
.desktop\:cell-min-30 {
    --cell-min: calc(var(--plank) * 30);
}
.desktop\:cell-max-30 {
    --cell-max: calc(var(--plank) * 30);
}
.desktop\:grid30 {
    display: grid;
    grid-template-columns: repeat(30, 1fr);
}
.desktop\:grid30-auto {
    display: grid;
    grid-template-columns: repeat(30, auto);
}
.desktop\:colspan30 {
    grid-column: span 30;
}
.desktop\:rowspan30 {
    grid-row: span 30;
}
.desktop\:cell-min-31 {
    --cell-min: calc(var(--plank) * 31);
}
.desktop\:cell-max-31 {
    --cell-max: calc(var(--plank) * 31);
}
.desktop\:grid31 {
    display: grid;
    grid-template-columns: repeat(31, 1fr);
}
.desktop\:grid31-auto {
    display: grid;
    grid-template-columns: repeat(31, auto);
}
.desktop\:colspan31 {
    grid-column: span 31;
}
.desktop\:rowspan31 {
    grid-row: span 31;
}
.desktop\:cell-min-32 {
    --cell-min: calc(var(--plank) * 32);
}
.desktop\:cell-max-32 {
    --cell-max: calc(var(--plank) * 32);
}
.desktop\:grid32 {
    display: grid;
    grid-template-columns: repeat(32, 1fr);
}
.desktop\:grid32-auto {
    display: grid;
    grid-template-columns: repeat(32, auto);
}
.desktop\:colspan32 {
    grid-column: span 32;
}
.desktop\:rowspan32 {
    grid-row: span 32;
}
.desktop\:gap-auto {
    gap: auto;
}
.desktop\:gap-auto-x {
    column-gap: auto;
}
.desktop\:gap-auto-y {
    row-gap: auto;
}
.desktop\:m-auto-t {
    margin-top: auto;
}
.desktop\:m-auto-l {
    margin-left: auto;
}
.desktop\:m-auto-r {
    margin-right: auto;
}
.desktop\:m-auto-b {
    margin-bottom: auto;
}
.desktop\:m-auto-y {
    margin-top: auto;
    margin-bottom: auto;
}
.desktop\:m-auto-x {
    margin-left: auto;
    margin-right: auto;
}
.desktop\:m-auto {
    margin: auto;
}
.desktop\:p-auto-t {
    padding-top: auto;
}
.desktop\:p-auto-l {
    padding-left: auto;
}
.desktop\:p-auto-r {
    padding-right: auto;
}
.desktop\:p-auto-b {
    padding-bottom: auto;
}
.desktop\:p-auto-y {
    padding-top: auto;
    padding-bottom: auto;
}
.desktop\:p-auto-x {
    padding-left: auto;
    padding-right: auto;
}
.desktop\:p-auto {
    padding: auto;
}
.desktop\:font-size-auto {
    font-size: calc(auto / 4)rem;
}
.desktop\:gap-0 {
    gap: 0em;
}
.desktop\:gap-0-x {
    column-gap: 0em;
}
.desktop\:gap-0-y {
    row-gap: 0em;
}
.desktop\:m-0-t {
    margin-top: 0em;
}
.desktop\:m-0-l {
    margin-left: 0em;
}
.desktop\:m-0-r {
    margin-right: 0em;
}
.desktop\:m-0-b {
    margin-bottom: 0em;
}
.desktop\:m-0-y {
    margin-top: 0em;
    margin-bottom: 0em;
}
.desktop\:m-0-x {
    margin-left: 0em;
    margin-right: 0em;
}
.desktop\:m-0 {
    margin: 0em;
}
.desktop\:p-0-t {
    padding-top: 0em;
}
.desktop\:p-0-l {
    padding-left: 0em;
}
.desktop\:p-0-r {
    padding-right: 0em;
}
.desktop\:p-0-b {
    padding-bottom: 0em;
}
.desktop\:p-0-y {
    padding-top: 0em;
    padding-bottom: 0em;
}
.desktop\:p-0-x {
    padding-left: 0em;
    padding-right: 0em;
}
.desktop\:p-0 {
    padding: 0em;
}
.desktop\:font-size-0 {
    font-size: 0rem;
}
.desktop\:gap-1 {
    gap: 0.5em;
}
.desktop\:gap-1-x {
    column-gap: 0.5em;
}
.desktop\:gap-1-y {
    row-gap: 0.5em;
}
.desktop\:m-1-t {
    margin-top: 0.5em;
}
.desktop\:m-1-l {
    margin-left: 0.5em;
}
.desktop\:m-1-r {
    margin-right: 0.5em;
}
.desktop\:m-1-b {
    margin-bottom: 0.5em;
}
.desktop\:m-1-y {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.desktop\:m-1-x {
    margin-left: 0.5em;
    margin-right: 0.5em;
}
.desktop\:m-1 {
    margin: 0.5em;
}
.desktop\:p-1-t {
    padding-top: 0.5em;
}
.desktop\:p-1-l {
    padding-left: 0.5em;
}
.desktop\:p-1-r {
    padding-right: 0.5em;
}
.desktop\:p-1-b {
    padding-bottom: 0.5em;
}
.desktop\:p-1-y {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}
.desktop\:p-1-x {
    padding-left: 0.5em;
    padding-right: 0.5em;
}
.desktop\:p-1 {
    padding: 0.5em;
}
.desktop\:font-size-1 {
    font-size: 0.25rem;
}
.desktop\:gap-2 {
    gap: 1em;
}
.desktop\:gap-2-x {
    column-gap: 1em;
}
.desktop\:gap-2-y {
    row-gap: 1em;
}
.desktop\:m-2-t {
    margin-top: 1em;
}
.desktop\:m-2-l {
    margin-left: 1em;
}
.desktop\:m-2-r {
    margin-right: 1em;
}
.desktop\:m-2-b {
    margin-bottom: 1em;
}
.desktop\:m-2-y {
    margin-top: 1em;
    margin-bottom: 1em;
}
.desktop\:m-2-x {
    margin-left: 1em;
    margin-right: 1em;
}
.desktop\:m-2 {
    margin: 1em;
}
.desktop\:p-2-t {
    padding-top: 1em;
}
.desktop\:p-2-l {
    padding-left: 1em;
}
.desktop\:p-2-r {
    padding-right: 1em;
}
.desktop\:p-2-b {
    padding-bottom: 1em;
}
.desktop\:p-2-y {
    padding-top: 1em;
    padding-bottom: 1em;
}
.desktop\:p-2-x {
    padding-left: 1em;
    padding-right: 1em;
}
.desktop\:p-2 {
    padding: 1em;
}
.desktop\:font-size-2 {
    font-size: 0.5rem;
}
.desktop\:gap-3 {
    gap: 1.5em;
}
.desktop\:gap-3-x {
    column-gap: 1.5em;
}
.desktop\:gap-3-y {
    row-gap: 1.5em;
}
.desktop\:m-3-t {
    margin-top: 1.5em;
}
.desktop\:m-3-l {
    margin-left: 1.5em;
}
.desktop\:m-3-r {
    margin-right: 1.5em;
}
.desktop\:m-3-b {
    margin-bottom: 1.5em;
}
.desktop\:m-3-y {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.desktop\:m-3-x {
    margin-left: 1.5em;
    margin-right: 1.5em;
}
.desktop\:m-3 {
    margin: 1.5em;
}
.desktop\:p-3-t {
    padding-top: 1.5em;
}
.desktop\:p-3-l {
    padding-left: 1.5em;
}
.desktop\:p-3-r {
    padding-right: 1.5em;
}
.desktop\:p-3-b {
    padding-bottom: 1.5em;
}
.desktop\:p-3-y {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}
.desktop\:p-3-x {
    padding-left: 1.5em;
    padding-right: 1.5em;
}
.desktop\:p-3 {
    padding: 1.5em;
}
.desktop\:font-size-3 {
    font-size: 0.75rem;
}
.desktop\:gap-4 {
    gap: 2em;
}
.desktop\:gap-4-x {
    column-gap: 2em;
}
.desktop\:gap-4-y {
    row-gap: 2em;
}
.desktop\:m-4-t {
    margin-top: 2em;
}
.desktop\:m-4-l {
    margin-left: 2em;
}
.desktop\:m-4-r {
    margin-right: 2em;
}
.desktop\:m-4-b {
    margin-bottom: 2em;
}
.desktop\:m-4-y {
    margin-top: 2em;
    margin-bottom: 2em;
}
.desktop\:m-4-x {
    margin-left: 2em;
    margin-right: 2em;
}
.desktop\:m-4 {
    margin: 2em;
}
.desktop\:p-4-t {
    padding-top: 2em;
}
.desktop\:p-4-l {
    padding-left: 2em;
}
.desktop\:p-4-r {
    padding-right: 2em;
}
.desktop\:p-4-b {
    padding-bottom: 2em;
}
.desktop\:p-4-y {
    padding-top: 2em;
    padding-bottom: 2em;
}
.desktop\:p-4-x {
    padding-left: 2em;
    padding-right: 2em;
}
.desktop\:p-4 {
    padding: 2em;
}
.desktop\:font-size-4 {
    font-size: 1rem;
}
.desktop\:gap-5 {
    gap: 2.5em;
}
.desktop\:gap-5-x {
    column-gap: 2.5em;
}
.desktop\:gap-5-y {
    row-gap: 2.5em;
}
.desktop\:m-5-t {
    margin-top: 2.5em;
}
.desktop\:m-5-l {
    margin-left: 2.5em;
}
.desktop\:m-5-r {
    margin-right: 2.5em;
}
.desktop\:m-5-b {
    margin-bottom: 2.5em;
}
.desktop\:m-5-y {
    margin-top: 2.5em;
    margin-bottom: 2.5em;
}
.desktop\:m-5-x {
    margin-left: 2.5em;
    margin-right: 2.5em;
}
.desktop\:m-5 {
    margin: 2.5em;
}
.desktop\:p-5-t {
    padding-top: 2.5em;
}
.desktop\:p-5-l {
    padding-left: 2.5em;
}
.desktop\:p-5-r {
    padding-right: 2.5em;
}
.desktop\:p-5-b {
    padding-bottom: 2.5em;
}
.desktop\:p-5-y {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
}
.desktop\:p-5-x {
    padding-left: 2.5em;
    padding-right: 2.5em;
}
.desktop\:p-5 {
    padding: 2.5em;
}
.desktop\:font-size-5 {
    font-size: 1.25rem;
}
.desktop\:gap-6 {
    gap: 3em;
}
.desktop\:gap-6-x {
    column-gap: 3em;
}
.desktop\:gap-6-y {
    row-gap: 3em;
}
.desktop\:m-6-t {
    margin-top: 3em;
}
.desktop\:m-6-l {
    margin-left: 3em;
}
.desktop\:m-6-r {
    margin-right: 3em;
}
.desktop\:m-6-b {
    margin-bottom: 3em;
}
.desktop\:m-6-y {
    margin-top: 3em;
    margin-bottom: 3em;
}
.desktop\:m-6-x {
    margin-left: 3em;
    margin-right: 3em;
}
.desktop\:m-6 {
    margin: 3em;
}
.desktop\:p-6-t {
    padding-top: 3em;
}
.desktop\:p-6-l {
    padding-left: 3em;
}
.desktop\:p-6-r {
    padding-right: 3em;
}
.desktop\:p-6-b {
    padding-bottom: 3em;
}
.desktop\:p-6-y {
    padding-top: 3em;
    padding-bottom: 3em;
}
.desktop\:p-6-x {
    padding-left: 3em;
    padding-right: 3em;
}
.desktop\:p-6 {
    padding: 3em;
}
.desktop\:font-size-6 {
    font-size: 1.5rem;
}
.desktop\:gap-7 {
    gap: 3.5em;
}
.desktop\:gap-7-x {
    column-gap: 3.5em;
}
.desktop\:gap-7-y {
    row-gap: 3.5em;
}
.desktop\:m-7-t {
    margin-top: 3.5em;
}
.desktop\:m-7-l {
    margin-left: 3.5em;
}
.desktop\:m-7-r {
    margin-right: 3.5em;
}
.desktop\:m-7-b {
    margin-bottom: 3.5em;
}
.desktop\:m-7-y {
    margin-top: 3.5em;
    margin-bottom: 3.5em;
}
.desktop\:m-7-x {
    margin-left: 3.5em;
    margin-right: 3.5em;
}
.desktop\:m-7 {
    margin: 3.5em;
}
.desktop\:p-7-t {
    padding-top: 3.5em;
}
.desktop\:p-7-l {
    padding-left: 3.5em;
}
.desktop\:p-7-r {
    padding-right: 3.5em;
}
.desktop\:p-7-b {
    padding-bottom: 3.5em;
}
.desktop\:p-7-y {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
}
.desktop\:p-7-x {
    padding-left: 3.5em;
    padding-right: 3.5em;
}
.desktop\:p-7 {
    padding: 3.5em;
}
.desktop\:font-size-7 {
    font-size: 1.75rem;
}
.desktop\:gap-8 {
    gap: 4em;
}
.desktop\:gap-8-x {
    column-gap: 4em;
}
.desktop\:gap-8-y {
    row-gap: 4em;
}
.desktop\:m-8-t {
    margin-top: 4em;
}
.desktop\:m-8-l {
    margin-left: 4em;
}
.desktop\:m-8-r {
    margin-right: 4em;
}
.desktop\:m-8-b {
    margin-bottom: 4em;
}
.desktop\:m-8-y {
    margin-top: 4em;
    margin-bottom: 4em;
}
.desktop\:m-8-x {
    margin-left: 4em;
    margin-right: 4em;
}
.desktop\:m-8 {
    margin: 4em;
}
.desktop\:p-8-t {
    padding-top: 4em;
}
.desktop\:p-8-l {
    padding-left: 4em;
}
.desktop\:p-8-r {
    padding-right: 4em;
}
.desktop\:p-8-b {
    padding-bottom: 4em;
}
.desktop\:p-8-y {
    padding-top: 4em;
    padding-bottom: 4em;
}
.desktop\:p-8-x {
    padding-left: 4em;
    padding-right: 4em;
}
.desktop\:p-8 {
    padding: 4em;
}
.desktop\:font-size-8 {
    font-size: 2rem;
}
.desktop\:opacity--1 {
    opacity: -0.1;
}
.desktop\:opacity-0 {
    opacity: 0;
}
.desktop\:opacity-1 {
    opacity: 0.1;
}
.desktop\:opacity-2 {
    opacity: 0.2;
}
.desktop\:opacity-3 {
    opacity: 0.3;
}
.desktop\:opacity-4 {
    opacity: 0.4;
}
.desktop\:opacity-5 {
    opacity: 0.5;
}
.desktop\:opacity-6 {
    opacity: 0.6;
}
.desktop\:opacity-7 {
    opacity: 0.7;
}
.desktop\:opacity-8 {
    opacity: 0.8;
}
.desktop\:opacity-9 {
    opacity: 0.9;
}
.desktop\:opacity-10 {
    opacity: 1;
}
}
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background: black;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
}
body div {
  display: flex;
  flex-direction: column;
}
#app {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: auto;
  display: flex;
  width: 100vw;
  height: 100vh;
  height: -webkit-fill-available;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  overflow: hidden;
  position: relative;
}
#app .story-read {
  flex: 1 1 auto;
}
.slideup-enter-active,
.slideup-leave-active {
  transition: height 200ms, transform 200ms, opacity 200ms;
  opacity: 1;
  height: 50px;
  transform: translate(0, 0);
  overflow: hidden;
}
.slideup-enter-from,
.slideup-leave-to {
  /* max-height: 50px !important; */
  height: 1px !important;
  opacity: 0;
  transform: translate(0, 50px);
}
.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s !important;
}
.fade-enter-from, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0 !important;
}
.title-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.screen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
}
.screen .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  font-size: 1.6em;
}
.start h1 {
  padding: 5px;
  padding-bottom: 0;
  margin: 0;
}
.backbutton {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
  background: rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 0 0 0 5px;
  font-size: 18px;
  color: black;
}
a {
  padding: 15px;
}
#app .actions a {
  padding: 10px;
  width: auto;
  height: auto;
  margin: 0 2px 5px 2px;
  font-size: 14px;
}
.loading {
  padding: 10px;
  color: white;
  background: black;
  border-radius: 5px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.7;
}
#app .start-screen {
  position: absolute !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.achievement {
  position: absolute;
  top: 0; bottom: 0; right: 0; left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: row;
  padding: 25px;
  justify-content: center;
  align-items: flex-start;
  z-index: 50;
}
#app .achievement .accented {
  max-width: 100%;
  flex: 0 0 auto;
  border: 10px solid var(--color3);
  box-shadow: 0 0px 0px 5px var(--color1),
              0 5px 25px 5px var(--bg);
}
#app .achievement {
  padding: 15px;
  font-size: 1.2em;
  white-space: normal;
}
#app .achievement .header,
#app .achievement .body {
  border: 5px solid var(--color1);
  padding: 10px;
  margin: 0;
}
#app .achievement .header {
  border-bottom: none;
}
#app .achievement .header + .body {
  border-bottom: 5px solid var(--color1);
}
#app .achievement .body {
  border-top: none;
}
#app {
  color: var(--text);
  background: var(--bg);
}
button,
.button {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  background: var(--color3);
  color: var(--color3_text);
  border-radius: 15px;
  box-shadow: 0px 2px 3px rgba(var(--color3), .5);
  font-weight: bold;
  margin-right: 1px;
  max-width: max-content;
  outline: none;
  padding: 10px;
  text-align: center;
  transition: box-shadow 200ms;
  vertical-align: middle;
  align-content: center;
}
/* .scene-read .button i {
  color: var(--text);
} */
button:active, .button:active {
  box-shadow: 0px 0px 2px 2px var(--color3),
      0px 1px 15px -3px var(--color3) inset;
}
#app .mellow {
  color: var(--color1_text);
  background-color: var(--color1);
  /* border: 3px solid var(--color1); */
}
#app .mellow .header {
  color: var(--color2_text);
  background: var(--color2);
  font-size: 1.2em;
  padding: 10px;
}
#app .mellow .header a {
  align-items: center;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}
#app .mellow .header i {
  margin-bottom: -2px;
}
#app .mellow .header + .body {
  margin-top: 10px;
}
#app .mellow .body {
  padding: 10px;
}
#app .mellow button i {
  color: var(--color2_text);
}
#app .mellow button {
  padding: 9px;
  font-size: 15px;
  color: var(--color2_text);
  background: var(--color2);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.05) 45%,
    transparent 45%
  ), radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.05) 0,
    transparent 20%
  );
  border-radius: 6px;
  border: 2px solid var(--color1);
}
#app .mellow button.active {
  color: var(--spark_text);
  background: var(--spark);
}
#app .accented .header {
  color: var(--spark_text);
  background-color: var(--spark);
}
#app .accented .header a,
#app .accented .header i {
  color: var(--spark_text);
}
#app .accented {
  color: var(--color2_text);
  background-color: var(--color2);
  /* border: 3px solid var(--color1); */
}
#app .accented a,
#app .accented i {
  color: var(--color2_text);
}
#app .accented .footer {
  color: var(--color3_text);
  background: var(--color2);
}
#app .accented .footer a,
#app .accented .footer i {
  color: var(--color3_text);
}
#app .accented button i,
#app .accented .button i {
  color: var(--spark_text);
}
#app .accented button,
#app .accented .button,
#app .accented.button,
#app button.accented {
  border: 2px solid var(--color1);
  /* background: var(--color2); */
  color: var(--spark_text);
  background: var(--spark);
  background-image: radial-gradient(
    150% 120% at 50% 0%,
    rgba(255, 255, 255, 0.2) 45%,
    transparent 45%
    /* rgba(255, 255, 255, 0.1) 80% */
  ), radial-gradient(
    300% 200% at 50% 80%,
    rgba(255, 255, 255, 0.1) 0,
    /* rgba(255, 255, 255, 0.1) 45%, */
    transparent 20%
    /* rgba(255, 255, 255, 0.1) 80% */
  );
}
#app .hyper {
  color: var(--color3_text);
  background: var(--color3);
  /* border: 3px solid var(--color2); */
}
#app .spark {
  color: var(--spark_text);
  background: var(--spark);
  /* border: 3px solid var(--spark_text); */
}
#app .spacer {
  flex: 1 1 auto;
  /* flex: 99 0 0; */
  min-width: 0px;
}
.story-read {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  background-position: center;
  background-size: cover;
  position: relative;
}
.story-read .stretch {
  flex: 10 1 auto;
  justify-content: center;
  align-items: center;
}
.story-read .content-image {
  max-width: 100vw;
  max-height: calc(100vh - 130px);
  margin: 10px;
  object-fit: contain;
}
.story-read .scene-child {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  z-index: 1;
  max-height: 100vh;
  max-height: -webkit-fill-available;
  overflow: hidden;
  justify-content: flex-end;
}
.story-read .missing-scene {
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
}
.story-read .background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: center;
  background-size: cover;
}
.story-read .scene .title {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  background: rgba(255, 255, 255, .4);
  padding: 0;
  opacity: 1;
  border-radius: 0 0 0 5px;
}
.story-read .next {
  flex: 0 0 auto;
  text-align: right;
  display: flex;
  flex-direction: row;
  justify-content: center;
  float: right;
  margin: 5px;
  margin-top: 0;
  animation: animateHeight 100ms;
}
@keyframes animateHeight {
0% { height: 0;
}
100% { height: 61px
}
}
.story-read .next a {
  background: rgba(255, 255, 255, 0.8);
  color: black;
  border-radius: 5px;
  text-align: center;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
.story-read .text {
  flex: 0 2 auto;
  min-height: 0px;
  font-size: 1.5em;
  padding: 0px;
  padding-top: 0px;
  margin: 0;
  white-space: pre-wrap;
  word-wrap: break-word;
  text-align: left;
  display: flex;
  position: relative;
}
.story-read .text-label {
  position: absolute !important;
  top: calc(0px - var(--size) * 0.75);
  left: 15px;
  right: 15px;
  z-index: 10;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
}
.story-read .text-label > div {
  flex: 0 0 auto;
  padding: 2px 5px;
  /* border: 2px solid black; */
  border-radius: 5px;
  background: #ddd;
  color: #333;
  width: fit-content;
  min-width: 120px;
  max-width: calc(100vw - 30px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
}
.story-read .text-right {
  justify-content: flex-end;
}
.story-read .text-center {
  justify-content: center;
}
.story-read .text-content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 0 1 auto;
  max-height: calc(100vh - 60px);
  overflow-y: auto;
  position: relative;
  z-index: 2;
  width: 100%;
  font-family: 'literata_bookregular';
  font-size: 0.9em;
}
.story-read .text-content .p,
.story-read .text-content p {
  transition: height 100ms;
  padding: 15px 10px;
  margin: 5px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: rgb(255, 255, 255) 0px 0px 5px;
  color: rgb(0, 0, 0);
  border-radius: 5px;
  flex: 0 0 auto;
}
.story-read .randomizer {
  color: inherit;
}
.story-read .p input {
  margin: 0px;
  place-self: center;
}
.story-read .p button {
  margin: 5px;
  place-self: center;
}
.story-read .backdrop {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 100vh;
  height: -webkit-fill-available;
  width: 100vw;
  background-position: center;
  background-size: cover;
}
.story-read .choices, .typer {
  padding: 0;
  margin: 0;
  flex: 0 0 auto;
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 400ms;
}
.fade-enter-to {
  opacity: 1;
}
.fade-enter-from, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.quickfade-enter-active, .quickfade-leave-active {
  transition: opacity 60ms;
}
.quickfade-enter-to {
  opacity: 1;
}
.quickfade-enter-from, .quickfade-leave-to /* .quickfade-leave-active below version 2.1.8 */ {
  opacity: 0;
}
.zip-enter-active, .zip-leave-active {
  transition: transform 150ms, opacity 150ms;
}
.zip-enter-to {
  opacity: 1;
}
.zip-enter-from {
  opacity: 0;
  transform-origin: 0 100%;
  transform: translate(0px, -150px) rotate(-30deg);
}
.zip-leave-to {
  opacity: 0;
  transform-origin: 0 100%;
  transform: translate(0px, -150px) rotate(-30deg);
}
.story-read .frame {
  position: relative;
  margin: 0 0px;
  margin-bottom: 0px;
  padding: 0;
  display: flex;
  flex: 1 5 auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  --aura: white;
  background: radial-gradient(circle at 85px 100%, var(--aura) 0%, var(--aura) 25px, transparent 200px);
  position: relative;
  z-index: 3;
  max-width: 100vw;
  min-height: 0;
}
.story-read .frame img {
  object-fit: contain;
  margin: 0 10px;
  max-width: calc(100% - 20px);
  max-height: calc(100%);
  border-radius: 3px;
  flex: 0 1 10px;
}
.story-read .frame.img-right {
  background: radial-gradient(circle at calc(100% - 85px) 100%, var(--aura) 0%, var(--aura) 25px, transparent 200px);
}
.story-read .frame.img-right img {
  margin-left: auto;
  transform: scaleX(-1);
}
.story-read .frame.img-center {
  background: radial-gradient(circle at calc(50% + 0px) 100%, var(--aura) 0%, var(--aura) 25px, transparent 200px);
}
.story-read .frame.img-center img {
  margin: 0 auto;
}
.story-read .actions {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 2;
  display: flex;
  flex-direction: row;
  margin-right: 5px;
}
.story-read .actions a {
  padding: 10px;
  margin: 2px;
  margin-top: 0;
  margin-right: 5px;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0.8;
  color: black;
  border-radius: 0 0 5px 5px;
  width: 36px;
  height: 39px;
}
.story-read .confirm-message,
.story-read .message-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.story-read .confirm-message {
  background: rgba(0, 0, 0, 0.4)
}
.story-read .confirm-message button {
  margin: 5px 15px;
}
.story-read .message-dialog {
  bottom: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  background: var(--bg);
  padding: 10px;
  border-radius: 30px;
  margin: 0 15px;
  transition: transform 300ms;
}
.slide-enter-from {
  opacity: 0;
  transform: translate3d(100vw, 0, 0) scale(0);
}
.slide-leave-to {
  opacity: 0;
  transform: translate3d(-100vw, 0, 0) scale(0);
}
.rotatein-enter-from {
  transform: translate3d(100vw, -10vh, 0) rotate(30deg) scale(0);
}
.rotatein-leave-to {
  transform: translate3d(-100vw, -10vh, 0) rotate(-30deg) scale(0);
}
.choicein-enter-active {
  animation: choicein 300ms linear;
}
.choicein-leave-active {
  animation: choicein 300ms linear reverse;
}
@keyframes choicein {
0% {
    opacity: 0;
    transform: translate3d(20vw, 20px, 0) rotate(3deg) scale(0);
}
70% {
    opacity: 1;
    transform: translate3d(-5px, 0, 0) rotate(-0.5deg) scale(1.01);
}
100% {
    transform: translate3d(0, 0, 0) scale(1);
}
}
.story-read .finished {
  flex: 0 0 auto;
  text-align: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: right;
  margin: 5px;
  margin-top: 0;
  background: var(--bg);
  color: var(--text);
  text-align: center;
}
.story-read .finished .the-end {
  white-space: normal;
  padding: 15px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 5px;
}
.story-read .finished .the-end b {
  flex: 0 0 auto;
}
.story-read .warning {
  flex: 0 0 auto;
  background: pink;
  color: darkred;
  border: 0 1px 3px solid black;
  padding: 30px;
  justify-content: center;
  align-items: center;
}
.story-read .comments {
  border-top: 1px solid var(--color1_text);
  border-bottom: 1px solid var(--color1_text);
}
.story-read .top-content {
  flex: 1 1 0px;
}

.blog-background {
  background-position: center;
  background-size: cover;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fontawesome-webfont-BuWBOUu1.eot?v=4.7.0');
  src: url('./fontawesome-webfont-BuWBOUu1.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('./fontawesome-webfont-fo5IWH5D.woff2?v=4.7.0') format('woff2'), url('./fontawesome-webfont-gyuW7eKX.woff?v=4.7.0') format('woff'), url('./fontawesome-webfont-kAyvDFN2.ttf?v=4.7.0') format('truetype'), url('./fontawesome-webfont-9d686-IE.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
