/*
MIT License

Copyright (c) 2022 Se-Gl

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
    */
.display-none {
  display: none;
}

.active\:display-none:active {
  display: none;
}

.hover\:display-none:hover {
  display: none;
}

.focus\:display-none:focus {
  display: none;
}

.block {
  display: block;
}

.active\:block:active {
  display: block;
}

.hover\:block:hover {
  display: block;
}

.focus\:block:focus {
  display: block;
}

.inline-block {
  display: inline-block;
}

.active\:inline-block:active {
  display: inline-block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.focus\:inline-block:focus {
  display: inline-block;
}

.inline {
  display: inline;
}

.active\:inline:active {
  display: inline;
}

.hover\:inline:hover {
  display: inline;
}

.focus\:inline:focus {
  display: inline;
}

.flex {
  display: flex;
}

.active\:flex:active {
  display: flex;
}

.hover\:flex:hover {
  display: flex;
}

.focus\:flex:focus {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.active\:inline-flex:active {
  display: inline-flex;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

.focus\:inline-flex:focus {
  display: inline-flex;
}

.table {
  display: table;
}

.active\:table:active {
  display: table;
}

.hover\:table:hover {
  display: table;
}

.focus\:table:focus {
  display: table;
}

.inline-table {
  display: inline-table;
}

.active\:inline-table:active {
  display: inline-table;
}

.hover\:inline-table:hover {
  display: inline-table;
}

.focus\:inline-table:focus {
  display: inline-table;
}

.table-caption {
  display: table-caption;
}

.active\:table-caption:active {
  display: table-caption;
}

.hover\:table-caption:hover {
  display: table-caption;
}

.focus\:table-caption:focus {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.active\:table-cell:active {
  display: table-cell;
}

.hover\:table-cell:hover {
  display: table-cell;
}

.focus\:table-cell:focus {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.active\:table-column:active {
  display: table-column;
}

.hover\:table-column:hover {
  display: table-column;
}

.focus\:table-column:focus {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.active\:table-column-group:active {
  display: table-column-group;
}

.hover\:table-column-group:hover {
  display: table-column-group;
}

.focus\:table-column-group:focus {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.active\:table-footer-group:active {
  display: table-footer-group;
}

.hover\:table-footer-group:hover {
  display: table-footer-group;
}

.focus\:table-footer-group:focus {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.active\:table-header-group:active {
  display: table-header-group;
}

.hover\:table-header-group:hover {
  display: table-header-group;
}

.focus\:table-header-group:focus {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.active\:table-row-group:active {
  display: table-row-group;
}

.hover\:table-row-group:hover {
  display: table-row-group;
}

.focus\:table-row-group:focus {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.active\:table-row:active {
  display: table-row;
}

.hover\:table-row:hover {
  display: table-row;
}

.focus\:table-row:focus {
  display: table-row;
}

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

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

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

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

.grid {
  display: grid;
}

.active\:grid:active {
  display: grid;
}

.hover\:grid:hover {
  display: grid;
}

.focus\:grid:focus {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.active\:inline-grid:active {
  display: inline-grid;
}

.hover\:inline-grid:hover {
  display: inline-grid;
}

.focus\:inline-grid:focus {
  display: inline-grid;
}

.contents {
  display: contents;
}

.active\:contents:active {
  display: contents;
}

.hover\:contents:hover {
  display: contents;
}

.focus\:contents:focus {
  display: contents;
}

.list-item {
  display: list-item;
}

.active\:list-item:active {
  display: list-item;
}

.hover\:list-item:hover {
  display: list-item;
}

.focus\:list-item:focus {
  display: list-item;
}

.flex-row {
  flex-direction: row;
}

.active\:flex-row:active {
  flex-direction: row;
}

.hover\:flex-row:hover {
  flex-direction: row;
}

.focus\:flex-row:focus {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.active\:flex-row-reverse:active {
  flex-direction: row-reverse;
}

.hover\:flex-row-reverse:hover {
  flex-direction: row-reverse;
}

.focus\:flex-row-reverse:focus {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: column;
}

.active\:flex-col:active {
  flex-direction: column;
}

.hover\:flex-col:hover {
  flex-direction: column;
}

.focus\:flex-col:focus {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.active\:flex-col-reverse:active {
  flex-direction: column-reverse;
}

.hover\:flex-col-reverse:hover {
  flex-direction: column-reverse;
}

.focus\:flex-col-reverse:focus {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.active\:flex-wrap:active {
  flex-wrap: wrap;
}

.hover\:flex-wrap:hover {
  flex-wrap: wrap;
}

.focus\:flex-wrap:focus {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.active\:flex-wrap-reverse:active {
  flex-wrap: wrap-reverse;
}

.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse;
}

.focus\:flex-wrap-reverse:focus {
  flex-wrap: wrap-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.active\:flex-nowrap:active {
  flex-wrap: nowrap;
}

.hover\:flex-nowrap:hover {
  flex-wrap: nowrap;
}

.focus\:flex-nowrap:focus {
  flex-wrap: nowrap;
}

.flex-none {
  flex: none;
}

.active\:flex-none:active {
  flex: none;
}

.hover\:flex-none:hover {
  flex: none;
}

.focus\:flex-none:focus {
  flex: none;
}

.flex-1 {
  flex: 1;
}

.active\:flex-1:active {
  flex: 1;
}

.hover\:flex-1:hover {
  flex: 1;
}

.focus\:flex-1:focus {
  flex: 1;
}

.flex-2 {
  flex: 2;
}

.active\:flex-2:active {
  flex: 2;
}

.hover\:flex-2:hover {
  flex: 2;
}

.focus\:flex-2:focus {
  flex: 2;
}

.flex-initial {
  flex: initial;
}

.active\:flex-initial:active {
  flex: initial;
}

.hover\:flex-initial:hover {
  flex: initial;
}

.focus\:flex-initial:focus {
  flex: initial;
}

.flex-auto {
  flex: auto;
}

.active\:flex-auto:active {
  flex: auto;
}

.hover\:flex-auto:hover {
  flex: auto;
}

.focus\:flex-auto:focus {
  flex: auto;
}

.grow {
  flex-grow: 1;
}

.active\:grow:active {
  flex-grow: 1;
}

.hover\:grow:hover {
  flex-grow: 1;
}

.focus\:grow:focus {
  flex-grow: 1;
}

.grow-none {
  flex-grow: 0;
}

.active\:grow-none:active {
  flex-grow: 0;
}

.hover\:grow-none:hover {
  flex-grow: 0;
}

.focus\:grow-none:focus {
  flex-grow: 0;
}

.shrink {
  flex-shrink: 1;
}

.active\:shrink:active {
  flex-shrink: 1;
}

.hover\:shrink:hover {
  flex-shrink: 1;
}

.focus\:shrink:focus {
  flex-shrink: 1;
}

.shrink-none {
  flex-shrink: 0;
}

.active\:shrink-none:active {
  flex-shrink: 0;
}

.hover\:shrink-none:hover {
  flex-shrink: 0;
}

.focus\:shrink-none:focus {
  flex-shrink: 0;
}

.order-1 {
  order: 1;
}

.active\:order-1:active {
  order: 1;
}

.hover\:order-1:hover {
  order: 1;
}

.focus\:order-1:focus {
  order: 1;
}

.order-2 {
  order: 2;
}

.active\:order-2:active {
  order: 2;
}

.hover\:order-2:hover {
  order: 2;
}

.focus\:order-2:focus {
  order: 2;
}

.order-3 {
  order: 3;
}

.active\:order-3:active {
  order: 3;
}

.hover\:order-3:hover {
  order: 3;
}

.focus\:order-3:focus {
  order: 3;
}

.order-4 {
  order: 4;
}

.active\:order-4:active {
  order: 4;
}

.hover\:order-4:hover {
  order: 4;
}

.focus\:order-4:focus {
  order: 4;
}

.order-5 {
  order: 5;
}

.active\:order-5:active {
  order: 5;
}

.hover\:order-5:hover {
  order: 5;
}

.focus\:order-5:focus {
  order: 5;
}

.order-6 {
  order: 6;
}

.active\:order-6:active {
  order: 6;
}

.hover\:order-6:hover {
  order: 6;
}

.focus\:order-6:focus {
  order: 6;
}

.order-7 {
  order: 7;
}

.active\:order-7:active {
  order: 7;
}

.hover\:order-7:hover {
  order: 7;
}

.focus\:order-7:focus {
  order: 7;
}

.order-8 {
  order: 8;
}

.active\:order-8:active {
  order: 8;
}

.hover\:order-8:hover {
  order: 8;
}

.focus\:order-8:focus {
  order: 8;
}

.order-9 {
  order: 9;
}

.active\:order-9:active {
  order: 9;
}

.hover\:order-9:hover {
  order: 9;
}

.focus\:order-9:focus {
  order: 9;
}

.order-10 {
  order: 10;
}

.active\:order-10:active {
  order: 10;
}

.hover\:order-10:hover {
  order: 10;
}

.focus\:order-10:focus {
  order: 10;
}

.order-11 {
  order: 11;
}

.active\:order-11:active {
  order: 11;
}

.hover\:order-11:hover {
  order: 11;
}

.focus\:order-11:focus {
  order: 11;
}

.order-12 {
  order: 12;
}

.active\:order-12:active {
  order: 12;
}

.hover\:order-12:hover {
  order: 12;
}

.focus\:order-12:focus {
  order: 12;
}

.order-first {
  order: -9999;
}

.active\:order-first:active {
  order: -9999;
}

.hover\:order-first:hover {
  order: -9999;
}

.focus\:order-first:focus {
  order: -9999;
}

.order-last {
  order: 9999;
}

.active\:order-last:active {
  order: 9999;
}

.hover\:order-last:hover {
  order: 9999;
}

.focus\:order-last:focus {
  order: 9999;
}

.order-none {
  order: 0;
}

.active\:order-none:active {
  order: 0;
}

.hover\:order-none:hover {
  order: 0;
}

.focus\:order-none:focus {
  order: 0;
}

.grid-col-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.active\:grid-col-1:active {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.hover\:grid-col-1:hover {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.focus\:grid-col-1:focus {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-col-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.active\:grid-col-2:active {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hover\:grid-col-2:hover {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus\:grid-col-2:focus {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-col-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.active\:grid-col-3:active {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hover\:grid-col-3:hover {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus\:grid-col-3:focus {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-col-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.active\:grid-col-4:active {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.hover\:grid-col-4:hover {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus\:grid-col-4:focus {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-col-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.active\:grid-col-5:active {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.hover\:grid-col-5:hover {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.focus\:grid-col-5:focus {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-col-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.active\:grid-col-6:active {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hover\:grid-col-6:hover {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.focus\:grid-col-6:focus {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-col-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.active\:grid-col-7:active {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hover\:grid-col-7:hover {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.focus\:grid-col-7:focus {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-col-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.active\:grid-col-8:active {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.hover\:grid-col-8:hover {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.focus\:grid-col-8:focus {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-col-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.active\:grid-col-9:active {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.hover\:grid-col-9:hover {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.focus\:grid-col-9:focus {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.grid-col-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.active\:grid-col-10:active {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.hover\:grid-col-10:hover {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.focus\:grid-col-10:focus {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-col-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.active\:grid-col-11:active {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.hover\:grid-col-11:hover {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.focus\:grid-col-11:focus {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-col-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.active\:grid-col-12:active {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.hover\:grid-col-12:hover {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.focus\:grid-col-12:focus {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-col-none {
  grid-template-columns: none;
}

.active\:grid-col-none:active {
  grid-template-columns: none;
}

.hover\:grid-col-none:hover {
  grid-template-columns: none;
}

.focus\:grid-col-none:focus {
  grid-template-columns: none;
}

.col-auto {
  grid-column: auto;
}

.active\:col-auto:active {
  grid-column: auto;
}

.hover\:col-auto:hover {
  grid-column: auto;
}

.focus\:col-auto:focus {
  grid-column: auto;
}

.col-span-1 {
  grid-column: span 1;
}

.active\:col-span-1:active {
  grid-column: span 1;
}

.hover\:col-span-1:hover {
  grid-column: span 1;
}

.focus\:col-span-1:focus {
  grid-column: span 1;
}

.col-span-2 {
  grid-column: span 2;
}

.active\:col-span-2:active {
  grid-column: span 2;
}

.hover\:col-span-2:hover {
  grid-column: span 2;
}

.focus\:col-span-2:focus {
  grid-column: span 2;
}

.col-span-3 {
  grid-column: span 3;
}

.active\:col-span-3:active {
  grid-column: span 3;
}

.hover\:col-span-3:hover {
  grid-column: span 3;
}

.focus\:col-span-3:focus {
  grid-column: span 3;
}

.col-span-4 {
  grid-column: span 4;
}

.active\:col-span-4:active {
  grid-column: span 4;
}

.hover\:col-span-4:hover {
  grid-column: span 4;
}

.focus\:col-span-4:focus {
  grid-column: span 4;
}

.col-span-5 {
  grid-column: span 5;
}

.active\:col-span-5:active {
  grid-column: span 5;
}

.hover\:col-span-5:hover {
  grid-column: span 5;
}

.focus\:col-span-5:focus {
  grid-column: span 5;
}

.col-span-6 {
  grid-column: span 6;
}

.active\:col-span-6:active {
  grid-column: span 6;
}

.hover\:col-span-6:hover {
  grid-column: span 6;
}

.focus\:col-span-6:focus {
  grid-column: span 6;
}

.col-span-7 {
  grid-column: span 7;
}

.active\:col-span-7:active {
  grid-column: span 7;
}

.hover\:col-span-7:hover {
  grid-column: span 7;
}

.focus\:col-span-7:focus {
  grid-column: span 7;
}

.col-span-8 {
  grid-column: span 8;
}

.active\:col-span-8:active {
  grid-column: span 8;
}

.hover\:col-span-8:hover {
  grid-column: span 8;
}

.focus\:col-span-8:focus {
  grid-column: span 8;
}

.col-span-9 {
  grid-column: span 9;
}

.active\:col-span-9:active {
  grid-column: span 9;
}

.hover\:col-span-9:hover {
  grid-column: span 9;
}

.focus\:col-span-9:focus {
  grid-column: span 9;
}

.col-span-10 {
  grid-column: span 10;
}

.active\:col-span-10:active {
  grid-column: span 10;
}

.hover\:col-span-10:hover {
  grid-column: span 10;
}

.focus\:col-span-10:focus {
  grid-column: span 10;
}

.col-span-11 {
  grid-column: span 11;
}

.active\:col-span-11:active {
  grid-column: span 11;
}

.hover\:col-span-11:hover {
  grid-column: span 11;
}

.focus\:col-span-11:focus {
  grid-column: span 11;
}

.col-span-12 {
  grid-column: span 12;
}

.active\:col-span-12:active {
  grid-column: span 12;
}

.hover\:col-span-12:hover {
  grid-column: span 12;
}

.focus\:col-span-12:focus {
  grid-column: span 12;
}

.col-span-full {
  grid-column: -1;
}

.active\:col-span-full:active {
  grid-column: -1;
}

.hover\:col-span-full:hover {
  grid-column: -1;
}

.focus\:col-span-full:focus {
  grid-column: -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.active\:col-start-1:active {
  grid-column-start: 1;
}

.hover\:col-start-1:hover {
  grid-column-start: 1;
}

.focus\:col-start-1:focus {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.active\:col-start-2:active {
  grid-column-start: 2;
}

.hover\:col-start-2:hover {
  grid-column-start: 2;
}

.focus\:col-start-2:focus {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.active\:col-start-3:active {
  grid-column-start: 3;
}

.hover\:col-start-3:hover {
  grid-column-start: 3;
}

.focus\:col-start-3:focus {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.active\:col-start-4:active {
  grid-column-start: 4;
}

.hover\:col-start-4:hover {
  grid-column-start: 4;
}

.focus\:col-start-4:focus {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.active\:col-start-5:active {
  grid-column-start: 5;
}

.hover\:col-start-5:hover {
  grid-column-start: 5;
}

.focus\:col-start-5:focus {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.active\:col-start-6:active {
  grid-column-start: 6;
}

.hover\:col-start-6:hover {
  grid-column-start: 6;
}

.focus\:col-start-6:focus {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.active\:col-start-7:active {
  grid-column-start: 7;
}

.hover\:col-start-7:hover {
  grid-column-start: 7;
}

.focus\:col-start-7:focus {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.active\:col-start-8:active {
  grid-column-start: 8;
}

.hover\:col-start-8:hover {
  grid-column-start: 8;
}

.focus\:col-start-8:focus {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

.active\:col-start-9:active {
  grid-column-start: 9;
}

.hover\:col-start-9:hover {
  grid-column-start: 9;
}

.focus\:col-start-9:focus {
  grid-column-start: 9;
}

.col-start-10 {
  grid-column-start: 10;
}

.active\:col-start-10:active {
  grid-column-start: 10;
}

.hover\:col-start-10:hover {
  grid-column-start: 10;
}

.focus\:col-start-10:focus {
  grid-column-start: 10;
}

.col-start-11 {
  grid-column-start: 11;
}

.active\:col-start-11:active {
  grid-column-start: 11;
}

.hover\:col-start-11:hover {
  grid-column-start: 11;
}

.focus\:col-start-11:focus {
  grid-column-start: 11;
}

.col-start-12 {
  grid-column-start: 12;
}

.active\:col-start-12:active {
  grid-column-start: 12;
}

.hover\:col-start-12:hover {
  grid-column-start: 12;
}

.focus\:col-start-12:focus {
  grid-column-start: 12;
}

.col-start-13 {
  grid-column-start: 13;
}

.active\:col-start-13:active {
  grid-column-start: 13;
}

.hover\:col-start-13:hover {
  grid-column-start: 13;
}

.focus\:col-start-13:focus {
  grid-column-start: 13;
}

.col-start-auto {
  grid-column-start: auto;
}

.active\:col-start-auto:active {
  grid-column-start: auto;
}

.hover\:col-start-auto:hover {
  grid-column-start: auto;
}

.focus\:col-start-auto:focus {
  grid-column-start: auto;
}

.col-end-1 {
  grid-column-end: 1;
}

.active\:col-end-1:active {
  grid-column-end: 1;
}

.hover\:col-end-1:hover {
  grid-column-end: 1;
}

.focus\:col-end-1:focus {
  grid-column-end: 1;
}

.col-end-2 {
  grid-column-end: 2;
}

.active\:col-end-2:active {
  grid-column-end: 2;
}

.hover\:col-end-2:hover {
  grid-column-end: 2;
}

.focus\:col-end-2:focus {
  grid-column-end: 2;
}

.col-end-3 {
  grid-column-end: 3;
}

.active\:col-end-3:active {
  grid-column-end: 3;
}

.hover\:col-end-3:hover {
  grid-column-end: 3;
}

.focus\:col-end-3:focus {
  grid-column-end: 3;
}

.col-end-4 {
  grid-column-end: 4;
}

.active\:col-end-4:active {
  grid-column-end: 4;
}

.hover\:col-end-4:hover {
  grid-column-end: 4;
}

.focus\:col-end-4:focus {
  grid-column-end: 4;
}

.col-end-5 {
  grid-column-end: 5;
}

.active\:col-end-5:active {
  grid-column-end: 5;
}

.hover\:col-end-5:hover {
  grid-column-end: 5;
}

.focus\:col-end-5:focus {
  grid-column-end: 5;
}

.col-end-6 {
  grid-column-end: 6;
}

.active\:col-end-6:active {
  grid-column-end: 6;
}

.hover\:col-end-6:hover {
  grid-column-end: 6;
}

.focus\:col-end-6:focus {
  grid-column-end: 6;
}

.col-end-7 {
  grid-column-end: 7;
}

.active\:col-end-7:active {
  grid-column-end: 7;
}

.hover\:col-end-7:hover {
  grid-column-end: 7;
}

.focus\:col-end-7:focus {
  grid-column-end: 7;
}

.col-end-8 {
  grid-column-end: 8;
}

.active\:col-end-8:active {
  grid-column-end: 8;
}

.hover\:col-end-8:hover {
  grid-column-end: 8;
}

.focus\:col-end-8:focus {
  grid-column-end: 8;
}

.col-end-9 {
  grid-column-end: 9;
}

.active\:col-end-9:active {
  grid-column-end: 9;
}

.hover\:col-end-9:hover {
  grid-column-end: 9;
}

.focus\:col-end-9:focus {
  grid-column-end: 9;
}

.col-end-10 {
  grid-column-end: 10;
}

.active\:col-end-10:active {
  grid-column-end: 10;
}

.hover\:col-end-10:hover {
  grid-column-end: 10;
}

.focus\:col-end-10:focus {
  grid-column-end: 10;
}

.col-end-11 {
  grid-column-end: 11;
}

.active\:col-end-11:active {
  grid-column-end: 11;
}

.hover\:col-end-11:hover {
  grid-column-end: 11;
}

.focus\:col-end-11:focus {
  grid-column-end: 11;
}

.col-end-12 {
  grid-column-end: 12;
}

.active\:col-end-12:active {
  grid-column-end: 12;
}

.hover\:col-end-12:hover {
  grid-column-end: 12;
}

.focus\:col-end-12:focus {
  grid-column-end: 12;
}

.col-end-13 {
  grid-column-end: 13;
}

.active\:col-end-13:active {
  grid-column-end: 13;
}

.hover\:col-end-13:hover {
  grid-column-end: 13;
}

.focus\:col-end-13:focus {
  grid-column-end: 13;
}

.col-end-auto {
  grid-column-end: auto;
}

.active\:col-end-auto:active {
  grid-column-end: auto;
}

.hover\:col-end-auto:hover {
  grid-column-end: auto;
}

.focus\:col-end-auto:focus {
  grid-column-end: auto;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.active\:grid-rows-1:active {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.hover\:grid-rows-1:hover {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.focus\:grid-rows-1:focus {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.active\:grid-rows-2:active {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.hover\:grid-rows-2:hover {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.focus\:grid-rows-2:focus {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.active\:grid-rows-3:active {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hover\:grid-rows-3:hover {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.focus\:grid-rows-3:focus {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.active\:grid-rows-4:active {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hover\:grid-rows-4:hover {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.focus\:grid-rows-4:focus {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.active\:grid-rows-5:active {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.hover\:grid-rows-5:hover {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.focus\:grid-rows-5:focus {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.active\:grid-rows-6:active {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.hover\:grid-rows-6:hover {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.focus\:grid-rows-6:focus {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.active\:grid-rows-7:active {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.hover\:grid-rows-7:hover {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.focus\:grid-rows-7:focus {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.active\:grid-rows-8:active {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.hover\:grid-rows-8:hover {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.focus\:grid-rows-8:focus {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.active\:grid-rows-9:active {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.hover\:grid-rows-9:hover {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.focus\:grid-rows-9:focus {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.active\:grid-rows-10:active {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.hover\:grid-rows-10:hover {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.focus\:grid-rows-10:focus {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.active\:grid-rows-11:active {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.hover\:grid-rows-11:hover {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.focus\:grid-rows-11:focus {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.active\:grid-rows-12:active {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.hover\:grid-rows-12:hover {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.focus\:grid-rows-12:focus {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.active\:grid-rows-none:active {
  grid-template-rows: none;
}

.hover\:grid-rows-none:hover {
  grid-template-rows: none;
}

.focus\:grid-rows-none:focus {
  grid-template-rows: none;
}

.row-auto {
  grid-row: auto;
}

.active\:row-auto:active {
  grid-row: auto;
}

.hover\:row-auto:hover {
  grid-row: auto;
}

.focus\:row-auto:focus {
  grid-row: auto;
}

.row-span-1 {
  grid-row: span 1/span 1;
}

.active\:row-span-1:active {
  grid-row: span 1/span 1;
}

.hover\:row-span-1:hover {
  grid-row: span 1/span 1;
}

.focus\:row-span-1:focus {
  grid-row: span 1/span 1;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.active\:row-span-2:active {
  grid-row: span 2/span 2;
}

.hover\:row-span-2:hover {
  grid-row: span 2/span 2;
}

.focus\:row-span-2:focus {
  grid-row: span 2/span 2;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.active\:row-span-3:active {
  grid-row: span 3/span 3;
}

.hover\:row-span-3:hover {
  grid-row: span 3/span 3;
}

.focus\:row-span-3:focus {
  grid-row: span 3/span 3;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.active\:row-span-4:active {
  grid-row: span 4/span 4;
}

.hover\:row-span-4:hover {
  grid-row: span 4/span 4;
}

.focus\:row-span-4:focus {
  grid-row: span 4/span 4;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.active\:row-span-5:active {
  grid-row: span 5/span 5;
}

.hover\:row-span-5:hover {
  grid-row: span 5/span 5;
}

.focus\:row-span-5:focus {
  grid-row: span 5/span 5;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.active\:row-span-6:active {
  grid-row: span 6/span 6;
}

.hover\:row-span-6:hover {
  grid-row: span 6/span 6;
}

.focus\:row-span-6:focus {
  grid-row: span 6/span 6;
}

.row-span-full {
  grid-row: -1;
}

.active\:row-span-full:active {
  grid-row: -1;
}

.hover\:row-span-full:hover {
  grid-row: -1;
}

.focus\:row-span-full:focus {
  grid-row: -1;
}

.row-start-1 {
  grid-row-start: 1;
}

.active\:row-start-1:active {
  grid-row-start: 1;
}

.hover\:row-start-1:hover {
  grid-row-start: 1;
}

.focus\:row-start-1:focus {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.active\:row-start-2:active {
  grid-row-start: 2;
}

.hover\:row-start-2:hover {
  grid-row-start: 2;
}

.focus\:row-start-2:focus {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.active\:row-start-3:active {
  grid-row-start: 3;
}

.hover\:row-start-3:hover {
  grid-row-start: 3;
}

.focus\:row-start-3:focus {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.active\:row-start-4:active {
  grid-row-start: 4;
}

.hover\:row-start-4:hover {
  grid-row-start: 4;
}

.focus\:row-start-4:focus {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.active\:row-start-5:active {
  grid-row-start: 5;
}

.hover\:row-start-5:hover {
  grid-row-start: 5;
}

.focus\:row-start-5:focus {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.active\:row-start-6:active {
  grid-row-start: 6;
}

.hover\:row-start-6:hover {
  grid-row-start: 6;
}

.focus\:row-start-6:focus {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.active\:row-start-7:active {
  grid-row-start: 7;
}

.hover\:row-start-7:hover {
  grid-row-start: 7;
}

.focus\:row-start-7:focus {
  grid-row-start: 7;
}

.row-start-auto {
  grid-row-start: auto;
}

.active\:row-start-auto:active {
  grid-row-start: auto;
}

.hover\:row-start-auto:hover {
  grid-row-start: auto;
}

.focus\:row-start-auto:focus {
  grid-row-start: auto;
}

.row-end-1 {
  grid-row-end: 1;
}

.active\:row-end-1:active {
  grid-row-end: 1;
}

.hover\:row-end-1:hover {
  grid-row-end: 1;
}

.focus\:row-end-1:focus {
  grid-row-end: 1;
}

.row-end-2 {
  grid-row-end: 2;
}

.active\:row-end-2:active {
  grid-row-end: 2;
}

.hover\:row-end-2:hover {
  grid-row-end: 2;
}

.focus\:row-end-2:focus {
  grid-row-end: 2;
}

.row-end-3 {
  grid-row-end: 3;
}

.active\:row-end-3:active {
  grid-row-end: 3;
}

.hover\:row-end-3:hover {
  grid-row-end: 3;
}

.focus\:row-end-3:focus {
  grid-row-end: 3;
}

.row-end-4 {
  grid-row-end: 4;
}

.active\:row-end-4:active {
  grid-row-end: 4;
}

.hover\:row-end-4:hover {
  grid-row-end: 4;
}

.focus\:row-end-4:focus {
  grid-row-end: 4;
}

.row-end-5 {
  grid-row-end: 5;
}

.active\:row-end-5:active {
  grid-row-end: 5;
}

.hover\:row-end-5:hover {
  grid-row-end: 5;
}

.focus\:row-end-5:focus {
  grid-row-end: 5;
}

.row-end-6 {
  grid-row-end: 6;
}

.active\:row-end-6:active {
  grid-row-end: 6;
}

.hover\:row-end-6:hover {
  grid-row-end: 6;
}

.focus\:row-end-6:focus {
  grid-row-end: 6;
}

.row-end-7 {
  grid-row-end: 7;
}

.active\:row-end-7:active {
  grid-row-end: 7;
}

.hover\:row-end-7:hover {
  grid-row-end: 7;
}

.focus\:row-end-7:focus {
  grid-row-end: 7;
}

.row-end-auto {
  grid-row-end: auto;
}

.active\:row-end-auto:active {
  grid-row-end: auto;
}

.hover\:row-end-auto:hover {
  grid-row-end: auto;
}

.focus\:row-end-auto:focus {
  grid-row-end: auto;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.active\:grid-flow-row:active {
  grid-auto-flow: row;
}

.hover\:grid-flow-row:hover {
  grid-auto-flow: row;
}

.focus\:grid-flow-row:focus {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.active\:grid-flow-col:active {
  grid-auto-flow: column;
}

.hover\:grid-flow-col:hover {
  grid-auto-flow: column;
}

.focus\:grid-flow-col:focus {
  grid-auto-flow: column;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.active\:grid-flow-row-dense:active {
  grid-auto-flow: row dense;
}

.hover\:grid-flow-row-dense:hover {
  grid-auto-flow: row dense;
}

.focus\:grid-flow-row-dense:focus {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

.active\:grid-flow-col-dense:active {
  grid-auto-flow: column dense;
}

.hover\:grid-flow-col-dense:hover {
  grid-auto-flow: column dense;
}

.focus\:grid-flow-col-dense:focus {
  grid-auto-flow: column dense;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.active\:auto-cols-auto:active {
  grid-auto-columns: auto;
}

.hover\:auto-cols-auto:hover {
  grid-auto-columns: auto;
}

.focus\:auto-cols-auto:focus {
  grid-auto-columns: auto;
}

.auto-cols-min {
  grid-auto-columns: min-content;
}

.active\:auto-cols-min:active {
  grid-auto-columns: min-content;
}

.hover\:auto-cols-min:hover {
  grid-auto-columns: min-content;
}

.focus\:auto-cols-min:focus {
  grid-auto-columns: min-content;
}

.auto-cols-max {
  grid-auto-columns: max-content;
}

.active\:auto-cols-max:active {
  grid-auto-columns: max-content;
}

.hover\:auto-cols-max:hover {
  grid-auto-columns: max-content;
}

.focus\:auto-cols-max:focus {
  grid-auto-columns: max-content;
}

.auto-cols-fr {
  grid-auto-columns: minmax(0, 1fr);
}

.active\:auto-cols-fr:active {
  grid-auto-columns: minmax(0, 1fr);
}

.hover\:auto-cols-fr:hover {
  grid-auto-columns: minmax(0, 1fr);
}

.focus\:auto-cols-fr:focus {
  grid-auto-columns: minmax(0, 1fr);
}

.auto-rows-auto {
  grid-auto-rows: auto;
}

.active\:auto-rows-auto:active {
  grid-auto-rows: auto;
}

.hover\:auto-rows-auto:hover {
  grid-auto-rows: auto;
}

.focus\:auto-rows-auto:focus {
  grid-auto-rows: auto;
}

.auto-rows-min {
  grid-auto-rows: min-content;
}

.active\:auto-rows-min:active {
  grid-auto-rows: min-content;
}

.hover\:auto-rows-min:hover {
  grid-auto-rows: min-content;
}

.focus\:auto-rows-min:focus {
  grid-auto-rows: min-content;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

.active\:auto-rows-max:active {
  grid-auto-rows: max-content;
}

.hover\:auto-rows-max:hover {
  grid-auto-rows: max-content;
}

.focus\:auto-rows-max:focus {
  grid-auto-rows: max-content;
}

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.active\:auto-rows-fr:active {
  grid-auto-rows: minmax(0, 1fr);
}

.hover\:auto-rows-fr:hover {
  grid-auto-rows: minmax(0, 1fr);
}

.focus\:auto-rows-fr:focus {
  grid-auto-rows: minmax(0, 1fr);
}

.justify-start {
  justify-content: flex-start;
}

.active\:justify-start:active {
  justify-content: flex-start;
}

.hover\:justify-start:hover {
  justify-content: flex-start;
}

.focus\:justify-start:focus {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.active\:justify-end:active {
  justify-content: flex-end;
}

.hover\:justify-end:hover {
  justify-content: flex-end;
}

.focus\:justify-end:focus {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.active\:justify-center:active {
  justify-content: center;
}

.hover\:justify-center:hover {
  justify-content: center;
}

.focus\:justify-center:focus {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.active\:justify-between:active {
  justify-content: space-between;
}

.hover\:justify-between:hover {
  justify-content: space-between;
}

.focus\:justify-between:focus {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.active\:justify-around:active {
  justify-content: space-around;
}

.hover\:justify-around:hover {
  justify-content: space-around;
}

.focus\:justify-around:focus {
  justify-content: space-around;
}

.justify-evenly {
  justify-content: space-evenly;
}

.active\:justify-evenly:active {
  justify-content: space-evenly;
}

.hover\:justify-evenly:hover {
  justify-content: space-evenly;
}

.focus\:justify-evenly:focus {
  justify-content: space-evenly;
}

.justify-items-start {
  justify-items: start;
}

.active\:justify-items-start:active {
  justify-items: start;
}

.hover\:justify-items-start:hover {
  justify-items: start;
}

.focus\:justify-items-start:focus {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.active\:justify-items-end:active {
  justify-items: end;
}

.hover\:justify-items-end:hover {
  justify-items: end;
}

.focus\:justify-items-end:focus {
  justify-items: end;
}

.justify-items-center {
  justify-items: center;
}

.active\:justify-items-center:active {
  justify-items: center;
}

.hover\:justify-items-center:hover {
  justify-items: center;
}

.focus\:justify-items-center:focus {
  justify-items: center;
}

.justify-items-stretch {
  justify-items: stretch;
}

.active\:justify-items-stretch:active {
  justify-items: stretch;
}

.hover\:justify-items-stretch:hover {
  justify-items: stretch;
}

.focus\:justify-items-stretch:focus {
  justify-items: stretch;
}

.justify-self-auto {
  justify-self: auto;
}

.active\:justify-self-auto:active {
  justify-self: auto;
}

.hover\:justify-self-auto:hover {
  justify-self: auto;
}

.focus\:justify-self-auto:focus {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.active\:justify-self-start:active {
  justify-self: start;
}

.hover\:justify-self-start:hover {
  justify-self: start;
}

.focus\:justify-self-start:focus {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.active\:justify-self-end:active {
  justify-self: end;
}

.hover\:justify-self-end:hover {
  justify-self: end;
}

.focus\:justify-self-end:focus {
  justify-self: end;
}

.justify-self-center {
  justify-self: center;
}

.active\:justify-self-center:active {
  justify-self: center;
}

.hover\:justify-self-center:hover {
  justify-self: center;
}

.focus\:justify-self-center:focus {
  justify-self: center;
}

.justify-self-stretch {
  justify-self: stretch;
}

.active\:justify-self-stretch:active {
  justify-self: stretch;
}

.hover\:justify-self-stretch:hover {
  justify-self: stretch;
}

.focus\:justify-self-stretch:focus {
  justify-self: stretch;
}

.content-center {
  align-content: center;
}

.active\:content-center:active {
  align-content: center;
}

.hover\:content-center:hover {
  align-content: center;
}

.focus\:content-center:focus {
  align-content: center;
}

.content-start {
  align-content: flex-start;
}

.active\:content-start:active {
  align-content: flex-start;
}

.hover\:content-start:hover {
  align-content: flex-start;
}

.focus\:content-start:focus {
  align-content: flex-start;
}

.content-end {
  align-content: flex-end;
}

.active\:content-end:active {
  align-content: flex-end;
}

.hover\:content-end:hover {
  align-content: flex-end;
}

.focus\:content-end:focus {
  align-content: flex-end;
}

.content-between {
  align-content: space-between;
}

.active\:content-between:active {
  align-content: space-between;
}

.hover\:content-between:hover {
  align-content: space-between;
}

.focus\:content-between:focus {
  align-content: space-between;
}

.content-around {
  align-content: space-around;
}

.active\:content-around:active {
  align-content: space-around;
}

.hover\:content-around:hover {
  align-content: space-around;
}

.focus\:content-around:focus {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

.active\:content-evenly:active {
  align-content: space-evenly;
}

.hover\:content-evenly:hover {
  align-content: space-evenly;
}

.focus\:content-evenly:focus {
  align-content: space-evenly;
}

.items-start {
  align-items: flex-start;
}

.active\:items-start:active {
  align-items: flex-start;
}

.hover\:items-start:hover {
  align-items: flex-start;
}

.focus\:items-start:focus {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.active\:items-end:active {
  align-items: flex-end;
}

.hover\:items-end:hover {
  align-items: flex-end;
}

.focus\:items-end:focus {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.active\:items-center:active {
  align-items: center;
}

.hover\:items-center:hover {
  align-items: center;
}

.focus\:items-center:focus {
  align-items: center;
}

.items-baseline {
  align-items: baseline;
}

.active\:items-baseline:active {
  align-items: baseline;
}

.hover\:items-baseline:hover {
  align-items: baseline;
}

.focus\:items-baseline:focus {
  align-items: baseline;
}

.items-stretch {
  align-items: stretch;
}

.active\:items-stretch:active {
  align-items: stretch;
}

.hover\:items-stretch:hover {
  align-items: stretch;
}

.focus\:items-stretch:focus {
  align-items: stretch;
}

.self-auto {
  align-self: auto;
}

.active\:self-auto:active {
  align-self: auto;
}

.hover\:self-auto:hover {
  align-self: auto;
}

.focus\:self-auto:focus {
  align-self: auto;
}

.self-start {
  align-self: flex-start;
}

.active\:self-start:active {
  align-self: flex-start;
}

.hover\:self-start:hover {
  align-self: flex-start;
}

.focus\:self-start:focus {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.active\:self-end:active {
  align-self: flex-end;
}

.hover\:self-end:hover {
  align-self: flex-end;
}

.focus\:self-end:focus {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.active\:self-center:active {
  align-self: center;
}

.hover\:self-center:hover {
  align-self: center;
}

.focus\:self-center:focus {
  align-self: center;
}

.self-stretch {
  align-self: stretch;
}

.active\:self-stretch:active {
  align-self: stretch;
}

.hover\:self-stretch:hover {
  align-self: stretch;
}

.focus\:self-stretch:focus {
  align-self: stretch;
}

.self-baseline {
  align-self: baseline;
}

.active\:self-baseline:active {
  align-self: baseline;
}

.hover\:self-baseline:hover {
  align-self: baseline;
}

.focus\:self-baseline:focus {
  align-self: baseline;
}

.place-content-center {
  place-content: center;
}

.active\:place-content-center:active {
  place-content: center;
}

.hover\:place-content-center:hover {
  place-content: center;
}

.focus\:place-content-center:focus {
  place-content: center;
}

.place-content-start {
  place-content: start;
}

.active\:place-content-start:active {
  place-content: start;
}

.hover\:place-content-start:hover {
  place-content: start;
}

.focus\:place-content-start:focus {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

.active\:place-content-end:active {
  place-content: end;
}

.hover\:place-content-end:hover {
  place-content: end;
}

.focus\:place-content-end:focus {
  place-content: end;
}

.place-content-between {
  place-content: space-between;
}

.active\:place-content-between:active {
  place-content: space-between;
}

.hover\:place-content-between:hover {
  place-content: space-between;
}

.focus\:place-content-between:focus {
  place-content: space-between;
}

.place-content-around {
  place-content: space-around;
}

.active\:place-content-around:active {
  place-content: space-around;
}

.hover\:place-content-around:hover {
  place-content: space-around;
}

.focus\:place-content-around:focus {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.active\:place-content-evenly:active {
  place-content: space-evenly;
}

.hover\:place-content-evenly:hover {
  place-content: space-evenly;
}

.focus\:place-content-evenly:focus {
  place-content: space-evenly;
}

.place-content-stretch {
  place-content: stretch;
}

.active\:place-content-stretch:active {
  place-content: stretch;
}

.hover\:place-content-stretch:hover {
  place-content: stretch;
}

.focus\:place-content-stretch:focus {
  place-content: stretch;
}

.place-items-start {
  place-items: start;
}

.active\:place-items-start:active {
  place-items: start;
}

.hover\:place-items-start:hover {
  place-items: start;
}

.focus\:place-items-start:focus {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.active\:place-items-end:active {
  place-items: end;
}

.hover\:place-items-end:hover {
  place-items: end;
}

.focus\:place-items-end:focus {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

.active\:place-items-center:active {
  place-items: center;
}

.hover\:place-items-center:hover {
  place-items: center;
}

.focus\:place-items-center:focus {
  place-items: center;
}

.place-items-stretch {
  place-items: stretch;
}

.active\:place-items-stretch:active {
  place-items: stretch;
}

.hover\:place-items-stretch:hover {
  place-items: stretch;
}

.focus\:place-items-stretch:focus {
  place-items: stretch;
}

.place-self-auto {
  place-self: auto;
}

.active\:place-self-auto:active {
  place-self: auto;
}

.hover\:place-self-auto:hover {
  place-self: auto;
}

.focus\:place-self-auto:focus {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.active\:place-self-start:active {
  place-self: start;
}

.hover\:place-self-start:hover {
  place-self: start;
}

.focus\:place-self-start:focus {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.active\:place-self-end:active {
  place-self: end;
}

.hover\:place-self-end:hover {
  place-self: end;
}

.focus\:place-self-end:focus {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

.active\:place-self-center:active {
  place-self: center;
}

.hover\:place-self-center:hover {
  place-self: center;
}

.focus\:place-self-center:focus {
  place-self: center;
}

.place-self-stretch {
  place-self: stretch;
}

.active\:place-self-stretch:active {
  place-self: stretch;
}

.hover\:place-self-stretch:hover {
  place-self: stretch;
}

.focus\:place-self-stretch:focus {
  place-self: stretch;
}

.basis-auto {
  flex-basis: auto;
}

.active\:basis-auto:active {
  flex-basis: auto;
}

.hover\:basis-auto:hover {
  flex-basis: auto;
}

.focus\:basis-auto:focus {
  flex-basis: auto;
}

.basis-none {
  flex-basis: 0%;
}

.active\:basis-none:active {
  flex-basis: 0%;
}

.hover\:basis-none:hover {
  flex-basis: 0%;
}

.focus\:basis-none:focus {
  flex-basis: 0%;
}

.basis-half {
  flex-basis: 50%;
}

.active\:basis-half:active {
  flex-basis: 50%;
}

.hover\:basis-half:hover {
  flex-basis: 50%;
}

.focus\:basis-half:focus {
  flex-basis: 50%;
}

.basis-full {
  flex-basis: 100%;
}

.active\:basis-full:active {
  flex-basis: 100%;
}

.hover\:basis-full:hover {
  flex-basis: 100%;
}

.focus\:basis-full:focus {
  flex-basis: 100%;
}

.gap-0px {
  gap: 0px;
}

.hover\:gap-0px:hover {
  gap: 0px;
}

.active\:gap-0px:active {
  gap: 0px;
}

.focus\:gap-0px:focus {
  gap: 0px;
}

.gap-1px {
  gap: 1px;
}

.hover\:gap-1px:hover {
  gap: 1px;
}

.active\:gap-1px:active {
  gap: 1px;
}

.focus\:gap-1px:focus {
  gap: 1px;
}

.gap-2px {
  gap: 2px;
}

.hover\:gap-2px:hover {
  gap: 2px;
}

.active\:gap-2px:active {
  gap: 2px;
}

.focus\:gap-2px:focus {
  gap: 2px;
}

.gap-3px {
  gap: 3px;
}

.hover\:gap-3px:hover {
  gap: 3px;
}

.active\:gap-3px:active {
  gap: 3px;
}

.focus\:gap-3px:focus {
  gap: 3px;
}

.gap-4px {
  gap: 4px;
}

.hover\:gap-4px:hover {
  gap: 4px;
}

.active\:gap-4px:active {
  gap: 4px;
}

.focus\:gap-4px:focus {
  gap: 4px;
}

.gap-5px {
  gap: 5px;
}

.hover\:gap-5px:hover {
  gap: 5px;
}

.active\:gap-5px:active {
  gap: 5px;
}

.focus\:gap-5px:focus {
  gap: 5px;
}

.gap-6px {
  gap: 6px;
}

.hover\:gap-6px:hover {
  gap: 6px;
}

.active\:gap-6px:active {
  gap: 6px;
}

.focus\:gap-6px:focus {
  gap: 6px;
}

.gap-7px {
  gap: 7px;
}

.hover\:gap-7px:hover {
  gap: 7px;
}

.active\:gap-7px:active {
  gap: 7px;
}

.focus\:gap-7px:focus {
  gap: 7px;
}

.gap-8px {
  gap: 8px;
}

.hover\:gap-8px:hover {
  gap: 8px;
}

.active\:gap-8px:active {
  gap: 8px;
}

.focus\:gap-8px:focus {
  gap: 8px;
}

.gap-9px {
  gap: 9px;
}

.hover\:gap-9px:hover {
  gap: 9px;
}

.active\:gap-9px:active {
  gap: 9px;
}

.focus\:gap-9px:focus {
  gap: 9px;
}

.gap-10px {
  gap: 10px;
}

.hover\:gap-10px:hover {
  gap: 10px;
}

.active\:gap-10px:active {
  gap: 10px;
}

.focus\:gap-10px:focus {
  gap: 10px;
}

.gap-11px {
  gap: 11px;
}

.hover\:gap-11px:hover {
  gap: 11px;
}

.active\:gap-11px:active {
  gap: 11px;
}

.focus\:gap-11px:focus {
  gap: 11px;
}

.gap-12px {
  gap: 12px;
}

.hover\:gap-12px:hover {
  gap: 12px;
}

.active\:gap-12px:active {
  gap: 12px;
}

.focus\:gap-12px:focus {
  gap: 12px;
}

.gap-13px {
  gap: 13px;
}

.hover\:gap-13px:hover {
  gap: 13px;
}

.active\:gap-13px:active {
  gap: 13px;
}

.focus\:gap-13px:focus {
  gap: 13px;
}

.gap-14px {
  gap: 14px;
}

.hover\:gap-14px:hover {
  gap: 14px;
}

.active\:gap-14px:active {
  gap: 14px;
}

.focus\:gap-14px:focus {
  gap: 14px;
}

.gap-15px {
  gap: 15px;
}

.hover\:gap-15px:hover {
  gap: 15px;
}

.active\:gap-15px:active {
  gap: 15px;
}

.focus\:gap-15px:focus {
  gap: 15px;
}

.gap-16px {
  gap: 16px;
}

.hover\:gap-16px:hover {
  gap: 16px;
}

.active\:gap-16px:active {
  gap: 16px;
}

.focus\:gap-16px:focus {
  gap: 16px;
}

.gap-17px {
  gap: 17px;
}

.hover\:gap-17px:hover {
  gap: 17px;
}

.active\:gap-17px:active {
  gap: 17px;
}

.focus\:gap-17px:focus {
  gap: 17px;
}

.gap-18px {
  gap: 18px;
}

.hover\:gap-18px:hover {
  gap: 18px;
}

.active\:gap-18px:active {
  gap: 18px;
}

.focus\:gap-18px:focus {
  gap: 18px;
}

.gap-19px {
  gap: 19px;
}

.hover\:gap-19px:hover {
  gap: 19px;
}

.active\:gap-19px:active {
  gap: 19px;
}

.focus\:gap-19px:focus {
  gap: 19px;
}

.gap-20px {
  gap: 20px;
}

.hover\:gap-20px:hover {
  gap: 20px;
}

.active\:gap-20px:active {
  gap: 20px;
}

.focus\:gap-20px:focus {
  gap: 20px;
}

.gap-21px {
  gap: 21px;
}

.hover\:gap-21px:hover {
  gap: 21px;
}

.active\:gap-21px:active {
  gap: 21px;
}

.focus\:gap-21px:focus {
  gap: 21px;
}

.gap-22px {
  gap: 22px;
}

.hover\:gap-22px:hover {
  gap: 22px;
}

.active\:gap-22px:active {
  gap: 22px;
}

.focus\:gap-22px:focus {
  gap: 22px;
}

.gap-23px {
  gap: 23px;
}

.hover\:gap-23px:hover {
  gap: 23px;
}

.active\:gap-23px:active {
  gap: 23px;
}

.focus\:gap-23px:focus {
  gap: 23px;
}

.gap-24px {
  gap: 24px;
}

.hover\:gap-24px:hover {
  gap: 24px;
}

.active\:gap-24px:active {
  gap: 24px;
}

.focus\:gap-24px:focus {
  gap: 24px;
}

.gap-25px {
  gap: 25px;
}

.hover\:gap-25px:hover {
  gap: 25px;
}

.active\:gap-25px:active {
  gap: 25px;
}

.focus\:gap-25px:focus {
  gap: 25px;
}

.gap-26px {
  gap: 26px;
}

.hover\:gap-26px:hover {
  gap: 26px;
}

.active\:gap-26px:active {
  gap: 26px;
}

.focus\:gap-26px:focus {
  gap: 26px;
}

.gap-27px {
  gap: 27px;
}

.hover\:gap-27px:hover {
  gap: 27px;
}

.active\:gap-27px:active {
  gap: 27px;
}

.focus\:gap-27px:focus {
  gap: 27px;
}

.gap-28px {
  gap: 28px;
}

.hover\:gap-28px:hover {
  gap: 28px;
}

.active\:gap-28px:active {
  gap: 28px;
}

.focus\:gap-28px:focus {
  gap: 28px;
}

.gap-29px {
  gap: 29px;
}

.hover\:gap-29px:hover {
  gap: 29px;
}

.active\:gap-29px:active {
  gap: 29px;
}

.focus\:gap-29px:focus {
  gap: 29px;
}

.gap-30px {
  gap: 30px;
}

.hover\:gap-30px:hover {
  gap: 30px;
}

.active\:gap-30px:active {
  gap: 30px;
}

.focus\:gap-30px:focus {
  gap: 30px;
}

.gap-31px {
  gap: 31px;
}

.hover\:gap-31px:hover {
  gap: 31px;
}

.active\:gap-31px:active {
  gap: 31px;
}

.focus\:gap-31px:focus {
  gap: 31px;
}

.gap-32px {
  gap: 32px;
}

.hover\:gap-32px:hover {
  gap: 32px;
}

.active\:gap-32px:active {
  gap: 32px;
}

.focus\:gap-32px:focus {
  gap: 32px;
}

.gap-33px {
  gap: 33px;
}

.hover\:gap-33px:hover {
  gap: 33px;
}

.active\:gap-33px:active {
  gap: 33px;
}

.focus\:gap-33px:focus {
  gap: 33px;
}

.gap-34px {
  gap: 34px;
}

.hover\:gap-34px:hover {
  gap: 34px;
}

.active\:gap-34px:active {
  gap: 34px;
}

.focus\:gap-34px:focus {
  gap: 34px;
}

.gap-35px {
  gap: 35px;
}

.hover\:gap-35px:hover {
  gap: 35px;
}

.active\:gap-35px:active {
  gap: 35px;
}

.focus\:gap-35px:focus {
  gap: 35px;
}

.gap-36px {
  gap: 36px;
}

.hover\:gap-36px:hover {
  gap: 36px;
}

.active\:gap-36px:active {
  gap: 36px;
}

.focus\:gap-36px:focus {
  gap: 36px;
}

.gap-37px {
  gap: 37px;
}

.hover\:gap-37px:hover {
  gap: 37px;
}

.active\:gap-37px:active {
  gap: 37px;
}

.focus\:gap-37px:focus {
  gap: 37px;
}

.gap-38px {
  gap: 38px;
}

.hover\:gap-38px:hover {
  gap: 38px;
}

.active\:gap-38px:active {
  gap: 38px;
}

.focus\:gap-38px:focus {
  gap: 38px;
}

.gap-39px {
  gap: 39px;
}

.hover\:gap-39px:hover {
  gap: 39px;
}

.active\:gap-39px:active {
  gap: 39px;
}

.focus\:gap-39px:focus {
  gap: 39px;
}

.gap-40px {
  gap: 40px;
}

.hover\:gap-40px:hover {
  gap: 40px;
}

.active\:gap-40px:active {
  gap: 40px;
}

.focus\:gap-40px:focus {
  gap: 40px;
}

.gap-41px {
  gap: 41px;
}

.hover\:gap-41px:hover {
  gap: 41px;
}

.active\:gap-41px:active {
  gap: 41px;
}

.focus\:gap-41px:focus {
  gap: 41px;
}

.gap-42px {
  gap: 42px;
}

.hover\:gap-42px:hover {
  gap: 42px;
}

.active\:gap-42px:active {
  gap: 42px;
}

.focus\:gap-42px:focus {
  gap: 42px;
}

.gap-43px {
  gap: 43px;
}

.hover\:gap-43px:hover {
  gap: 43px;
}

.active\:gap-43px:active {
  gap: 43px;
}

.focus\:gap-43px:focus {
  gap: 43px;
}

.gap-44px {
  gap: 44px;
}

.hover\:gap-44px:hover {
  gap: 44px;
}

.active\:gap-44px:active {
  gap: 44px;
}

.focus\:gap-44px:focus {
  gap: 44px;
}

.gap-45px {
  gap: 45px;
}

.hover\:gap-45px:hover {
  gap: 45px;
}

.active\:gap-45px:active {
  gap: 45px;
}

.focus\:gap-45px:focus {
  gap: 45px;
}

.gap-46px {
  gap: 46px;
}

.hover\:gap-46px:hover {
  gap: 46px;
}

.active\:gap-46px:active {
  gap: 46px;
}

.focus\:gap-46px:focus {
  gap: 46px;
}

.gap-47px {
  gap: 47px;
}

.hover\:gap-47px:hover {
  gap: 47px;
}

.active\:gap-47px:active {
  gap: 47px;
}

.focus\:gap-47px:focus {
  gap: 47px;
}

.gap-48px {
  gap: 48px;
}

.hover\:gap-48px:hover {
  gap: 48px;
}

.active\:gap-48px:active {
  gap: 48px;
}

.focus\:gap-48px:focus {
  gap: 48px;
}

.gap-49px {
  gap: 49px;
}

.hover\:gap-49px:hover {
  gap: 49px;
}

.active\:gap-49px:active {
  gap: 49px;
}

.focus\:gap-49px:focus {
  gap: 49px;
}

.gap-50px {
  gap: 50px;
}

.hover\:gap-50px:hover {
  gap: 50px;
}

.active\:gap-50px:active {
  gap: 50px;
}

.focus\:gap-50px:focus {
  gap: 50px;
}

.gap-51px {
  gap: 51px;
}

.hover\:gap-51px:hover {
  gap: 51px;
}

.active\:gap-51px:active {
  gap: 51px;
}

.focus\:gap-51px:focus {
  gap: 51px;
}

.gap-52px {
  gap: 52px;
}

.hover\:gap-52px:hover {
  gap: 52px;
}

.active\:gap-52px:active {
  gap: 52px;
}

.focus\:gap-52px:focus {
  gap: 52px;
}

.gap-53px {
  gap: 53px;
}

.hover\:gap-53px:hover {
  gap: 53px;
}

.active\:gap-53px:active {
  gap: 53px;
}

.focus\:gap-53px:focus {
  gap: 53px;
}

.gap-54px {
  gap: 54px;
}

.hover\:gap-54px:hover {
  gap: 54px;
}

.active\:gap-54px:active {
  gap: 54px;
}

.focus\:gap-54px:focus {
  gap: 54px;
}

.gap-55px {
  gap: 55px;
}

.hover\:gap-55px:hover {
  gap: 55px;
}

.active\:gap-55px:active {
  gap: 55px;
}

.focus\:gap-55px:focus {
  gap: 55px;
}

.gap-56px {
  gap: 56px;
}

.hover\:gap-56px:hover {
  gap: 56px;
}

.active\:gap-56px:active {
  gap: 56px;
}

.focus\:gap-56px:focus {
  gap: 56px;
}

.gap-57px {
  gap: 57px;
}

.hover\:gap-57px:hover {
  gap: 57px;
}

.active\:gap-57px:active {
  gap: 57px;
}

.focus\:gap-57px:focus {
  gap: 57px;
}

.gap-58px {
  gap: 58px;
}

.hover\:gap-58px:hover {
  gap: 58px;
}

.active\:gap-58px:active {
  gap: 58px;
}

.focus\:gap-58px:focus {
  gap: 58px;
}

.gap-59px {
  gap: 59px;
}

.hover\:gap-59px:hover {
  gap: 59px;
}

.active\:gap-59px:active {
  gap: 59px;
}

.focus\:gap-59px:focus {
  gap: 59px;
}

.gap-60px {
  gap: 60px;
}

.hover\:gap-60px:hover {
  gap: 60px;
}

.active\:gap-60px:active {
  gap: 60px;
}

.focus\:gap-60px:focus {
  gap: 60px;
}

.gap-61px {
  gap: 61px;
}

.hover\:gap-61px:hover {
  gap: 61px;
}

.active\:gap-61px:active {
  gap: 61px;
}

.focus\:gap-61px:focus {
  gap: 61px;
}

.gap-62px {
  gap: 62px;
}

.hover\:gap-62px:hover {
  gap: 62px;
}

.active\:gap-62px:active {
  gap: 62px;
}

.focus\:gap-62px:focus {
  gap: 62px;
}

.gap-63px {
  gap: 63px;
}

.hover\:gap-63px:hover {
  gap: 63px;
}

.active\:gap-63px:active {
  gap: 63px;
}

.focus\:gap-63px:focus {
  gap: 63px;
}

.gap-64px {
  gap: 64px;
}

.hover\:gap-64px:hover {
  gap: 64px;
}

.active\:gap-64px:active {
  gap: 64px;
}

.focus\:gap-64px:focus {
  gap: 64px;
}

.gap-65px {
  gap: 65px;
}

.hover\:gap-65px:hover {
  gap: 65px;
}

.active\:gap-65px:active {
  gap: 65px;
}

.focus\:gap-65px:focus {
  gap: 65px;
}

.gap-66px {
  gap: 66px;
}

.hover\:gap-66px:hover {
  gap: 66px;
}

.active\:gap-66px:active {
  gap: 66px;
}

.focus\:gap-66px:focus {
  gap: 66px;
}

.gap-67px {
  gap: 67px;
}

.hover\:gap-67px:hover {
  gap: 67px;
}

.active\:gap-67px:active {
  gap: 67px;
}

.focus\:gap-67px:focus {
  gap: 67px;
}

.gap-68px {
  gap: 68px;
}

.hover\:gap-68px:hover {
  gap: 68px;
}

.active\:gap-68px:active {
  gap: 68px;
}

.focus\:gap-68px:focus {
  gap: 68px;
}

.gap-69px {
  gap: 69px;
}

.hover\:gap-69px:hover {
  gap: 69px;
}

.active\:gap-69px:active {
  gap: 69px;
}

.focus\:gap-69px:focus {
  gap: 69px;
}

.gap-70px {
  gap: 70px;
}

.hover\:gap-70px:hover {
  gap: 70px;
}

.active\:gap-70px:active {
  gap: 70px;
}

.focus\:gap-70px:focus {
  gap: 70px;
}

.gap-71px {
  gap: 71px;
}

.hover\:gap-71px:hover {
  gap: 71px;
}

.active\:gap-71px:active {
  gap: 71px;
}

.focus\:gap-71px:focus {
  gap: 71px;
}

.gap-72px {
  gap: 72px;
}

.hover\:gap-72px:hover {
  gap: 72px;
}

.active\:gap-72px:active {
  gap: 72px;
}

.focus\:gap-72px:focus {
  gap: 72px;
}

.gap-73px {
  gap: 73px;
}

.hover\:gap-73px:hover {
  gap: 73px;
}

.active\:gap-73px:active {
  gap: 73px;
}

.focus\:gap-73px:focus {
  gap: 73px;
}

.gap-74px {
  gap: 74px;
}

.hover\:gap-74px:hover {
  gap: 74px;
}

.active\:gap-74px:active {
  gap: 74px;
}

.focus\:gap-74px:focus {
  gap: 74px;
}

.gap-75px {
  gap: 75px;
}

.hover\:gap-75px:hover {
  gap: 75px;
}

.active\:gap-75px:active {
  gap: 75px;
}

.focus\:gap-75px:focus {
  gap: 75px;
}

.gap-76px {
  gap: 76px;
}

.hover\:gap-76px:hover {
  gap: 76px;
}

.active\:gap-76px:active {
  gap: 76px;
}

.focus\:gap-76px:focus {
  gap: 76px;
}

.gap-77px {
  gap: 77px;
}

.hover\:gap-77px:hover {
  gap: 77px;
}

.active\:gap-77px:active {
  gap: 77px;
}

.focus\:gap-77px:focus {
  gap: 77px;
}

.gap-78px {
  gap: 78px;
}

.hover\:gap-78px:hover {
  gap: 78px;
}

.active\:gap-78px:active {
  gap: 78px;
}

.focus\:gap-78px:focus {
  gap: 78px;
}

.gap-79px {
  gap: 79px;
}

.hover\:gap-79px:hover {
  gap: 79px;
}

.active\:gap-79px:active {
  gap: 79px;
}

.focus\:gap-79px:focus {
  gap: 79px;
}

.gap-80px {
  gap: 80px;
}

.hover\:gap-80px:hover {
  gap: 80px;
}

.active\:gap-80px:active {
  gap: 80px;
}

.focus\:gap-80px:focus {
  gap: 80px;
}

.gap-81px {
  gap: 81px;
}

.hover\:gap-81px:hover {
  gap: 81px;
}

.active\:gap-81px:active {
  gap: 81px;
}

.focus\:gap-81px:focus {
  gap: 81px;
}

.gap-82px {
  gap: 82px;
}

.hover\:gap-82px:hover {
  gap: 82px;
}

.active\:gap-82px:active {
  gap: 82px;
}

.focus\:gap-82px:focus {
  gap: 82px;
}

.gap-83px {
  gap: 83px;
}

.hover\:gap-83px:hover {
  gap: 83px;
}

.active\:gap-83px:active {
  gap: 83px;
}

.focus\:gap-83px:focus {
  gap: 83px;
}

.gap-84px {
  gap: 84px;
}

.hover\:gap-84px:hover {
  gap: 84px;
}

.active\:gap-84px:active {
  gap: 84px;
}

.focus\:gap-84px:focus {
  gap: 84px;
}

.gap-85px {
  gap: 85px;
}

.hover\:gap-85px:hover {
  gap: 85px;
}

.active\:gap-85px:active {
  gap: 85px;
}

.focus\:gap-85px:focus {
  gap: 85px;
}

.gap-86px {
  gap: 86px;
}

.hover\:gap-86px:hover {
  gap: 86px;
}

.active\:gap-86px:active {
  gap: 86px;
}

.focus\:gap-86px:focus {
  gap: 86px;
}

.gap-87px {
  gap: 87px;
}

.hover\:gap-87px:hover {
  gap: 87px;
}

.active\:gap-87px:active {
  gap: 87px;
}

.focus\:gap-87px:focus {
  gap: 87px;
}

.gap-88px {
  gap: 88px;
}

.hover\:gap-88px:hover {
  gap: 88px;
}

.active\:gap-88px:active {
  gap: 88px;
}

.focus\:gap-88px:focus {
  gap: 88px;
}

.gap-89px {
  gap: 89px;
}

.hover\:gap-89px:hover {
  gap: 89px;
}

.active\:gap-89px:active {
  gap: 89px;
}

.focus\:gap-89px:focus {
  gap: 89px;
}

.gap-90px {
  gap: 90px;
}

.hover\:gap-90px:hover {
  gap: 90px;
}

.active\:gap-90px:active {
  gap: 90px;
}

.focus\:gap-90px:focus {
  gap: 90px;
}

.gap-91px {
  gap: 91px;
}

.hover\:gap-91px:hover {
  gap: 91px;
}

.active\:gap-91px:active {
  gap: 91px;
}

.focus\:gap-91px:focus {
  gap: 91px;
}

.gap-92px {
  gap: 92px;
}

.hover\:gap-92px:hover {
  gap: 92px;
}

.active\:gap-92px:active {
  gap: 92px;
}

.focus\:gap-92px:focus {
  gap: 92px;
}

.gap-93px {
  gap: 93px;
}

.hover\:gap-93px:hover {
  gap: 93px;
}

.active\:gap-93px:active {
  gap: 93px;
}

.focus\:gap-93px:focus {
  gap: 93px;
}

.gap-94px {
  gap: 94px;
}

.hover\:gap-94px:hover {
  gap: 94px;
}

.active\:gap-94px:active {
  gap: 94px;
}

.focus\:gap-94px:focus {
  gap: 94px;
}

.gap-95px {
  gap: 95px;
}

.hover\:gap-95px:hover {
  gap: 95px;
}

.active\:gap-95px:active {
  gap: 95px;
}

.focus\:gap-95px:focus {
  gap: 95px;
}

.gap-96px {
  gap: 96px;
}

.hover\:gap-96px:hover {
  gap: 96px;
}

.active\:gap-96px:active {
  gap: 96px;
}

.focus\:gap-96px:focus {
  gap: 96px;
}

.gap-97px {
  gap: 97px;
}

.hover\:gap-97px:hover {
  gap: 97px;
}

.active\:gap-97px:active {
  gap: 97px;
}

.focus\:gap-97px:focus {
  gap: 97px;
}

.gap-98px {
  gap: 98px;
}

.hover\:gap-98px:hover {
  gap: 98px;
}

.active\:gap-98px:active {
  gap: 98px;
}

.focus\:gap-98px:focus {
  gap: 98px;
}

.gap-99px {
  gap: 99px;
}

.hover\:gap-99px:hover {
  gap: 99px;
}

.active\:gap-99px:active {
  gap: 99px;
}

.focus\:gap-99px:focus {
  gap: 99px;
}

.gap-100px {
  gap: 100px;
}

.hover\:gap-100px:hover {
  gap: 100px;
}

.active\:gap-100px:active {
  gap: 100px;
}

.focus\:gap-100px:focus {
  gap: 100px;
}

.gap-x-0px {
  column-gap: 0px;
}

.hover\:gap-x-0px:hover {
  column-gap: 0px;
}

.active\:gap-x-0px:active {
  column-gap: 0px;
}

.focus\:gap-x-0px:focus {
  column-gap: 0px;
}

.gap-x-1px {
  column-gap: 1px;
}

.hover\:gap-x-1px:hover {
  column-gap: 1px;
}

.active\:gap-x-1px:active {
  column-gap: 1px;
}

.focus\:gap-x-1px:focus {
  column-gap: 1px;
}

.gap-x-2px {
  column-gap: 2px;
}

.hover\:gap-x-2px:hover {
  column-gap: 2px;
}

.active\:gap-x-2px:active {
  column-gap: 2px;
}

.focus\:gap-x-2px:focus {
  column-gap: 2px;
}

.gap-x-3px {
  column-gap: 3px;
}

.hover\:gap-x-3px:hover {
  column-gap: 3px;
}

.active\:gap-x-3px:active {
  column-gap: 3px;
}

.focus\:gap-x-3px:focus {
  column-gap: 3px;
}

.gap-x-4px {
  column-gap: 4px;
}

.hover\:gap-x-4px:hover {
  column-gap: 4px;
}

.active\:gap-x-4px:active {
  column-gap: 4px;
}

.focus\:gap-x-4px:focus {
  column-gap: 4px;
}

.gap-x-5px {
  column-gap: 5px;
}

.hover\:gap-x-5px:hover {
  column-gap: 5px;
}

.active\:gap-x-5px:active {
  column-gap: 5px;
}

.focus\:gap-x-5px:focus {
  column-gap: 5px;
}

.gap-x-6px {
  column-gap: 6px;
}

.hover\:gap-x-6px:hover {
  column-gap: 6px;
}

.active\:gap-x-6px:active {
  column-gap: 6px;
}

.focus\:gap-x-6px:focus {
  column-gap: 6px;
}

.gap-x-7px {
  column-gap: 7px;
}

.hover\:gap-x-7px:hover {
  column-gap: 7px;
}

.active\:gap-x-7px:active {
  column-gap: 7px;
}

.focus\:gap-x-7px:focus {
  column-gap: 7px;
}

.gap-x-8px {
  column-gap: 8px;
}

.hover\:gap-x-8px:hover {
  column-gap: 8px;
}

.active\:gap-x-8px:active {
  column-gap: 8px;
}

.focus\:gap-x-8px:focus {
  column-gap: 8px;
}

.gap-x-9px {
  column-gap: 9px;
}

.hover\:gap-x-9px:hover {
  column-gap: 9px;
}

.active\:gap-x-9px:active {
  column-gap: 9px;
}

.focus\:gap-x-9px:focus {
  column-gap: 9px;
}

.gap-x-10px {
  column-gap: 10px;
}

.hover\:gap-x-10px:hover {
  column-gap: 10px;
}

.active\:gap-x-10px:active {
  column-gap: 10px;
}

.focus\:gap-x-10px:focus {
  column-gap: 10px;
}

.gap-x-11px {
  column-gap: 11px;
}

.hover\:gap-x-11px:hover {
  column-gap: 11px;
}

.active\:gap-x-11px:active {
  column-gap: 11px;
}

.focus\:gap-x-11px:focus {
  column-gap: 11px;
}

.gap-x-12px {
  column-gap: 12px;
}

.hover\:gap-x-12px:hover {
  column-gap: 12px;
}

.active\:gap-x-12px:active {
  column-gap: 12px;
}

.focus\:gap-x-12px:focus {
  column-gap: 12px;
}

.gap-x-13px {
  column-gap: 13px;
}

.hover\:gap-x-13px:hover {
  column-gap: 13px;
}

.active\:gap-x-13px:active {
  column-gap: 13px;
}

.focus\:gap-x-13px:focus {
  column-gap: 13px;
}

.gap-x-14px {
  column-gap: 14px;
}

.hover\:gap-x-14px:hover {
  column-gap: 14px;
}

.active\:gap-x-14px:active {
  column-gap: 14px;
}

.focus\:gap-x-14px:focus {
  column-gap: 14px;
}

.gap-x-15px {
  column-gap: 15px;
}

.hover\:gap-x-15px:hover {
  column-gap: 15px;
}

.active\:gap-x-15px:active {
  column-gap: 15px;
}

.focus\:gap-x-15px:focus {
  column-gap: 15px;
}

.gap-x-16px {
  column-gap: 16px;
}

.hover\:gap-x-16px:hover {
  column-gap: 16px;
}

.active\:gap-x-16px:active {
  column-gap: 16px;
}

.focus\:gap-x-16px:focus {
  column-gap: 16px;
}

.gap-x-17px {
  column-gap: 17px;
}

.hover\:gap-x-17px:hover {
  column-gap: 17px;
}

.active\:gap-x-17px:active {
  column-gap: 17px;
}

.focus\:gap-x-17px:focus {
  column-gap: 17px;
}

.gap-x-18px {
  column-gap: 18px;
}

.hover\:gap-x-18px:hover {
  column-gap: 18px;
}

.active\:gap-x-18px:active {
  column-gap: 18px;
}

.focus\:gap-x-18px:focus {
  column-gap: 18px;
}

.gap-x-19px {
  column-gap: 19px;
}

.hover\:gap-x-19px:hover {
  column-gap: 19px;
}

.active\:gap-x-19px:active {
  column-gap: 19px;
}

.focus\:gap-x-19px:focus {
  column-gap: 19px;
}

.gap-x-20px {
  column-gap: 20px;
}

.hover\:gap-x-20px:hover {
  column-gap: 20px;
}

.active\:gap-x-20px:active {
  column-gap: 20px;
}

.focus\:gap-x-20px:focus {
  column-gap: 20px;
}

.gap-x-21px {
  column-gap: 21px;
}

.hover\:gap-x-21px:hover {
  column-gap: 21px;
}

.active\:gap-x-21px:active {
  column-gap: 21px;
}

.focus\:gap-x-21px:focus {
  column-gap: 21px;
}

.gap-x-22px {
  column-gap: 22px;
}

.hover\:gap-x-22px:hover {
  column-gap: 22px;
}

.active\:gap-x-22px:active {
  column-gap: 22px;
}

.focus\:gap-x-22px:focus {
  column-gap: 22px;
}

.gap-x-23px {
  column-gap: 23px;
}

.hover\:gap-x-23px:hover {
  column-gap: 23px;
}

.active\:gap-x-23px:active {
  column-gap: 23px;
}

.focus\:gap-x-23px:focus {
  column-gap: 23px;
}

.gap-x-24px {
  column-gap: 24px;
}

.hover\:gap-x-24px:hover {
  column-gap: 24px;
}

.active\:gap-x-24px:active {
  column-gap: 24px;
}

.focus\:gap-x-24px:focus {
  column-gap: 24px;
}

.gap-x-25px {
  column-gap: 25px;
}

.hover\:gap-x-25px:hover {
  column-gap: 25px;
}

.active\:gap-x-25px:active {
  column-gap: 25px;
}

.focus\:gap-x-25px:focus {
  column-gap: 25px;
}

.gap-x-26px {
  column-gap: 26px;
}

.hover\:gap-x-26px:hover {
  column-gap: 26px;
}

.active\:gap-x-26px:active {
  column-gap: 26px;
}

.focus\:gap-x-26px:focus {
  column-gap: 26px;
}

.gap-x-27px {
  column-gap: 27px;
}

.hover\:gap-x-27px:hover {
  column-gap: 27px;
}

.active\:gap-x-27px:active {
  column-gap: 27px;
}

.focus\:gap-x-27px:focus {
  column-gap: 27px;
}

.gap-x-28px {
  column-gap: 28px;
}

.hover\:gap-x-28px:hover {
  column-gap: 28px;
}

.active\:gap-x-28px:active {
  column-gap: 28px;
}

.focus\:gap-x-28px:focus {
  column-gap: 28px;
}

.gap-x-29px {
  column-gap: 29px;
}

.hover\:gap-x-29px:hover {
  column-gap: 29px;
}

.active\:gap-x-29px:active {
  column-gap: 29px;
}

.focus\:gap-x-29px:focus {
  column-gap: 29px;
}

.gap-x-30px {
  column-gap: 30px;
}

.hover\:gap-x-30px:hover {
  column-gap: 30px;
}

.active\:gap-x-30px:active {
  column-gap: 30px;
}

.focus\:gap-x-30px:focus {
  column-gap: 30px;
}

.gap-x-31px {
  column-gap: 31px;
}

.hover\:gap-x-31px:hover {
  column-gap: 31px;
}

.active\:gap-x-31px:active {
  column-gap: 31px;
}

.focus\:gap-x-31px:focus {
  column-gap: 31px;
}

.gap-x-32px {
  column-gap: 32px;
}

.hover\:gap-x-32px:hover {
  column-gap: 32px;
}

.active\:gap-x-32px:active {
  column-gap: 32px;
}

.focus\:gap-x-32px:focus {
  column-gap: 32px;
}

.gap-x-33px {
  column-gap: 33px;
}

.hover\:gap-x-33px:hover {
  column-gap: 33px;
}

.active\:gap-x-33px:active {
  column-gap: 33px;
}

.focus\:gap-x-33px:focus {
  column-gap: 33px;
}

.gap-x-34px {
  column-gap: 34px;
}

.hover\:gap-x-34px:hover {
  column-gap: 34px;
}

.active\:gap-x-34px:active {
  column-gap: 34px;
}

.focus\:gap-x-34px:focus {
  column-gap: 34px;
}

.gap-x-35px {
  column-gap: 35px;
}

.hover\:gap-x-35px:hover {
  column-gap: 35px;
}

.active\:gap-x-35px:active {
  column-gap: 35px;
}

.focus\:gap-x-35px:focus {
  column-gap: 35px;
}

.gap-x-36px {
  column-gap: 36px;
}

.hover\:gap-x-36px:hover {
  column-gap: 36px;
}

.active\:gap-x-36px:active {
  column-gap: 36px;
}

.focus\:gap-x-36px:focus {
  column-gap: 36px;
}

.gap-x-37px {
  column-gap: 37px;
}

.hover\:gap-x-37px:hover {
  column-gap: 37px;
}

.active\:gap-x-37px:active {
  column-gap: 37px;
}

.focus\:gap-x-37px:focus {
  column-gap: 37px;
}

.gap-x-38px {
  column-gap: 38px;
}

.hover\:gap-x-38px:hover {
  column-gap: 38px;
}

.active\:gap-x-38px:active {
  column-gap: 38px;
}

.focus\:gap-x-38px:focus {
  column-gap: 38px;
}

.gap-x-39px {
  column-gap: 39px;
}

.hover\:gap-x-39px:hover {
  column-gap: 39px;
}

.active\:gap-x-39px:active {
  column-gap: 39px;
}

.focus\:gap-x-39px:focus {
  column-gap: 39px;
}

.gap-x-40px {
  column-gap: 40px;
}

.hover\:gap-x-40px:hover {
  column-gap: 40px;
}

.active\:gap-x-40px:active {
  column-gap: 40px;
}

.focus\:gap-x-40px:focus {
  column-gap: 40px;
}

.gap-x-41px {
  column-gap: 41px;
}

.hover\:gap-x-41px:hover {
  column-gap: 41px;
}

.active\:gap-x-41px:active {
  column-gap: 41px;
}

.focus\:gap-x-41px:focus {
  column-gap: 41px;
}

.gap-x-42px {
  column-gap: 42px;
}

.hover\:gap-x-42px:hover {
  column-gap: 42px;
}

.active\:gap-x-42px:active {
  column-gap: 42px;
}

.focus\:gap-x-42px:focus {
  column-gap: 42px;
}

.gap-x-43px {
  column-gap: 43px;
}

.hover\:gap-x-43px:hover {
  column-gap: 43px;
}

.active\:gap-x-43px:active {
  column-gap: 43px;
}

.focus\:gap-x-43px:focus {
  column-gap: 43px;
}

.gap-x-44px {
  column-gap: 44px;
}

.hover\:gap-x-44px:hover {
  column-gap: 44px;
}

.active\:gap-x-44px:active {
  column-gap: 44px;
}

.focus\:gap-x-44px:focus {
  column-gap: 44px;
}

.gap-x-45px {
  column-gap: 45px;
}

.hover\:gap-x-45px:hover {
  column-gap: 45px;
}

.active\:gap-x-45px:active {
  column-gap: 45px;
}

.focus\:gap-x-45px:focus {
  column-gap: 45px;
}

.gap-x-46px {
  column-gap: 46px;
}

.hover\:gap-x-46px:hover {
  column-gap: 46px;
}

.active\:gap-x-46px:active {
  column-gap: 46px;
}

.focus\:gap-x-46px:focus {
  column-gap: 46px;
}

.gap-x-47px {
  column-gap: 47px;
}

.hover\:gap-x-47px:hover {
  column-gap: 47px;
}

.active\:gap-x-47px:active {
  column-gap: 47px;
}

.focus\:gap-x-47px:focus {
  column-gap: 47px;
}

.gap-x-48px {
  column-gap: 48px;
}

.hover\:gap-x-48px:hover {
  column-gap: 48px;
}

.active\:gap-x-48px:active {
  column-gap: 48px;
}

.focus\:gap-x-48px:focus {
  column-gap: 48px;
}

.gap-x-49px {
  column-gap: 49px;
}

.hover\:gap-x-49px:hover {
  column-gap: 49px;
}

.active\:gap-x-49px:active {
  column-gap: 49px;
}

.focus\:gap-x-49px:focus {
  column-gap: 49px;
}

.gap-x-50px {
  column-gap: 50px;
}

.hover\:gap-x-50px:hover {
  column-gap: 50px;
}

.active\:gap-x-50px:active {
  column-gap: 50px;
}

.focus\:gap-x-50px:focus {
  column-gap: 50px;
}

.gap-x-51px {
  column-gap: 51px;
}

.hover\:gap-x-51px:hover {
  column-gap: 51px;
}

.active\:gap-x-51px:active {
  column-gap: 51px;
}

.focus\:gap-x-51px:focus {
  column-gap: 51px;
}

.gap-x-52px {
  column-gap: 52px;
}

.hover\:gap-x-52px:hover {
  column-gap: 52px;
}

.active\:gap-x-52px:active {
  column-gap: 52px;
}

.focus\:gap-x-52px:focus {
  column-gap: 52px;
}

.gap-x-53px {
  column-gap: 53px;
}

.hover\:gap-x-53px:hover {
  column-gap: 53px;
}

.active\:gap-x-53px:active {
  column-gap: 53px;
}

.focus\:gap-x-53px:focus {
  column-gap: 53px;
}

.gap-x-54px {
  column-gap: 54px;
}

.hover\:gap-x-54px:hover {
  column-gap: 54px;
}

.active\:gap-x-54px:active {
  column-gap: 54px;
}

.focus\:gap-x-54px:focus {
  column-gap: 54px;
}

.gap-x-55px {
  column-gap: 55px;
}

.hover\:gap-x-55px:hover {
  column-gap: 55px;
}

.active\:gap-x-55px:active {
  column-gap: 55px;
}

.focus\:gap-x-55px:focus {
  column-gap: 55px;
}

.gap-x-56px {
  column-gap: 56px;
}

.hover\:gap-x-56px:hover {
  column-gap: 56px;
}

.active\:gap-x-56px:active {
  column-gap: 56px;
}

.focus\:gap-x-56px:focus {
  column-gap: 56px;
}

.gap-x-57px {
  column-gap: 57px;
}

.hover\:gap-x-57px:hover {
  column-gap: 57px;
}

.active\:gap-x-57px:active {
  column-gap: 57px;
}

.focus\:gap-x-57px:focus {
  column-gap: 57px;
}

.gap-x-58px {
  column-gap: 58px;
}

.hover\:gap-x-58px:hover {
  column-gap: 58px;
}

.active\:gap-x-58px:active {
  column-gap: 58px;
}

.focus\:gap-x-58px:focus {
  column-gap: 58px;
}

.gap-x-59px {
  column-gap: 59px;
}

.hover\:gap-x-59px:hover {
  column-gap: 59px;
}

.active\:gap-x-59px:active {
  column-gap: 59px;
}

.focus\:gap-x-59px:focus {
  column-gap: 59px;
}

.gap-x-60px {
  column-gap: 60px;
}

.hover\:gap-x-60px:hover {
  column-gap: 60px;
}

.active\:gap-x-60px:active {
  column-gap: 60px;
}

.focus\:gap-x-60px:focus {
  column-gap: 60px;
}

.gap-x-61px {
  column-gap: 61px;
}

.hover\:gap-x-61px:hover {
  column-gap: 61px;
}

.active\:gap-x-61px:active {
  column-gap: 61px;
}

.focus\:gap-x-61px:focus {
  column-gap: 61px;
}

.gap-x-62px {
  column-gap: 62px;
}

.hover\:gap-x-62px:hover {
  column-gap: 62px;
}

.active\:gap-x-62px:active {
  column-gap: 62px;
}

.focus\:gap-x-62px:focus {
  column-gap: 62px;
}

.gap-x-63px {
  column-gap: 63px;
}

.hover\:gap-x-63px:hover {
  column-gap: 63px;
}

.active\:gap-x-63px:active {
  column-gap: 63px;
}

.focus\:gap-x-63px:focus {
  column-gap: 63px;
}

.gap-x-64px {
  column-gap: 64px;
}

.hover\:gap-x-64px:hover {
  column-gap: 64px;
}

.active\:gap-x-64px:active {
  column-gap: 64px;
}

.focus\:gap-x-64px:focus {
  column-gap: 64px;
}

.gap-x-65px {
  column-gap: 65px;
}

.hover\:gap-x-65px:hover {
  column-gap: 65px;
}

.active\:gap-x-65px:active {
  column-gap: 65px;
}

.focus\:gap-x-65px:focus {
  column-gap: 65px;
}

.gap-x-66px {
  column-gap: 66px;
}

.hover\:gap-x-66px:hover {
  column-gap: 66px;
}

.active\:gap-x-66px:active {
  column-gap: 66px;
}

.focus\:gap-x-66px:focus {
  column-gap: 66px;
}

.gap-x-67px {
  column-gap: 67px;
}

.hover\:gap-x-67px:hover {
  column-gap: 67px;
}

.active\:gap-x-67px:active {
  column-gap: 67px;
}

.focus\:gap-x-67px:focus {
  column-gap: 67px;
}

.gap-x-68px {
  column-gap: 68px;
}

.hover\:gap-x-68px:hover {
  column-gap: 68px;
}

.active\:gap-x-68px:active {
  column-gap: 68px;
}

.focus\:gap-x-68px:focus {
  column-gap: 68px;
}

.gap-x-69px {
  column-gap: 69px;
}

.hover\:gap-x-69px:hover {
  column-gap: 69px;
}

.active\:gap-x-69px:active {
  column-gap: 69px;
}

.focus\:gap-x-69px:focus {
  column-gap: 69px;
}

.gap-x-70px {
  column-gap: 70px;
}

.hover\:gap-x-70px:hover {
  column-gap: 70px;
}

.active\:gap-x-70px:active {
  column-gap: 70px;
}

.focus\:gap-x-70px:focus {
  column-gap: 70px;
}

.gap-x-71px {
  column-gap: 71px;
}

.hover\:gap-x-71px:hover {
  column-gap: 71px;
}

.active\:gap-x-71px:active {
  column-gap: 71px;
}

.focus\:gap-x-71px:focus {
  column-gap: 71px;
}

.gap-x-72px {
  column-gap: 72px;
}

.hover\:gap-x-72px:hover {
  column-gap: 72px;
}

.active\:gap-x-72px:active {
  column-gap: 72px;
}

.focus\:gap-x-72px:focus {
  column-gap: 72px;
}

.gap-x-73px {
  column-gap: 73px;
}

.hover\:gap-x-73px:hover {
  column-gap: 73px;
}

.active\:gap-x-73px:active {
  column-gap: 73px;
}

.focus\:gap-x-73px:focus {
  column-gap: 73px;
}

.gap-x-74px {
  column-gap: 74px;
}

.hover\:gap-x-74px:hover {
  column-gap: 74px;
}

.active\:gap-x-74px:active {
  column-gap: 74px;
}

.focus\:gap-x-74px:focus {
  column-gap: 74px;
}

.gap-x-75px {
  column-gap: 75px;
}

.hover\:gap-x-75px:hover {
  column-gap: 75px;
}

.active\:gap-x-75px:active {
  column-gap: 75px;
}

.focus\:gap-x-75px:focus {
  column-gap: 75px;
}

.gap-x-76px {
  column-gap: 76px;
}

.hover\:gap-x-76px:hover {
  column-gap: 76px;
}

.active\:gap-x-76px:active {
  column-gap: 76px;
}

.focus\:gap-x-76px:focus {
  column-gap: 76px;
}

.gap-x-77px {
  column-gap: 77px;
}

.hover\:gap-x-77px:hover {
  column-gap: 77px;
}

.active\:gap-x-77px:active {
  column-gap: 77px;
}

.focus\:gap-x-77px:focus {
  column-gap: 77px;
}

.gap-x-78px {
  column-gap: 78px;
}

.hover\:gap-x-78px:hover {
  column-gap: 78px;
}

.active\:gap-x-78px:active {
  column-gap: 78px;
}

.focus\:gap-x-78px:focus {
  column-gap: 78px;
}

.gap-x-79px {
  column-gap: 79px;
}

.hover\:gap-x-79px:hover {
  column-gap: 79px;
}

.active\:gap-x-79px:active {
  column-gap: 79px;
}

.focus\:gap-x-79px:focus {
  column-gap: 79px;
}

.gap-x-80px {
  column-gap: 80px;
}

.hover\:gap-x-80px:hover {
  column-gap: 80px;
}

.active\:gap-x-80px:active {
  column-gap: 80px;
}

.focus\:gap-x-80px:focus {
  column-gap: 80px;
}

.gap-x-81px {
  column-gap: 81px;
}

.hover\:gap-x-81px:hover {
  column-gap: 81px;
}

.active\:gap-x-81px:active {
  column-gap: 81px;
}

.focus\:gap-x-81px:focus {
  column-gap: 81px;
}

.gap-x-82px {
  column-gap: 82px;
}

.hover\:gap-x-82px:hover {
  column-gap: 82px;
}

.active\:gap-x-82px:active {
  column-gap: 82px;
}

.focus\:gap-x-82px:focus {
  column-gap: 82px;
}

.gap-x-83px {
  column-gap: 83px;
}

.hover\:gap-x-83px:hover {
  column-gap: 83px;
}

.active\:gap-x-83px:active {
  column-gap: 83px;
}

.focus\:gap-x-83px:focus {
  column-gap: 83px;
}

.gap-x-84px {
  column-gap: 84px;
}

.hover\:gap-x-84px:hover {
  column-gap: 84px;
}

.active\:gap-x-84px:active {
  column-gap: 84px;
}

.focus\:gap-x-84px:focus {
  column-gap: 84px;
}

.gap-x-85px {
  column-gap: 85px;
}

.hover\:gap-x-85px:hover {
  column-gap: 85px;
}

.active\:gap-x-85px:active {
  column-gap: 85px;
}

.focus\:gap-x-85px:focus {
  column-gap: 85px;
}

.gap-x-86px {
  column-gap: 86px;
}

.hover\:gap-x-86px:hover {
  column-gap: 86px;
}

.active\:gap-x-86px:active {
  column-gap: 86px;
}

.focus\:gap-x-86px:focus {
  column-gap: 86px;
}

.gap-x-87px {
  column-gap: 87px;
}

.hover\:gap-x-87px:hover {
  column-gap: 87px;
}

.active\:gap-x-87px:active {
  column-gap: 87px;
}

.focus\:gap-x-87px:focus {
  column-gap: 87px;
}

.gap-x-88px {
  column-gap: 88px;
}

.hover\:gap-x-88px:hover {
  column-gap: 88px;
}

.active\:gap-x-88px:active {
  column-gap: 88px;
}

.focus\:gap-x-88px:focus {
  column-gap: 88px;
}

.gap-x-89px {
  column-gap: 89px;
}

.hover\:gap-x-89px:hover {
  column-gap: 89px;
}

.active\:gap-x-89px:active {
  column-gap: 89px;
}

.focus\:gap-x-89px:focus {
  column-gap: 89px;
}

.gap-x-90px {
  column-gap: 90px;
}

.hover\:gap-x-90px:hover {
  column-gap: 90px;
}

.active\:gap-x-90px:active {
  column-gap: 90px;
}

.focus\:gap-x-90px:focus {
  column-gap: 90px;
}

.gap-x-91px {
  column-gap: 91px;
}

.hover\:gap-x-91px:hover {
  column-gap: 91px;
}

.active\:gap-x-91px:active {
  column-gap: 91px;
}

.focus\:gap-x-91px:focus {
  column-gap: 91px;
}

.gap-x-92px {
  column-gap: 92px;
}

.hover\:gap-x-92px:hover {
  column-gap: 92px;
}

.active\:gap-x-92px:active {
  column-gap: 92px;
}

.focus\:gap-x-92px:focus {
  column-gap: 92px;
}

.gap-x-93px {
  column-gap: 93px;
}

.hover\:gap-x-93px:hover {
  column-gap: 93px;
}

.active\:gap-x-93px:active {
  column-gap: 93px;
}

.focus\:gap-x-93px:focus {
  column-gap: 93px;
}

.gap-x-94px {
  column-gap: 94px;
}

.hover\:gap-x-94px:hover {
  column-gap: 94px;
}

.active\:gap-x-94px:active {
  column-gap: 94px;
}

.focus\:gap-x-94px:focus {
  column-gap: 94px;
}

.gap-x-95px {
  column-gap: 95px;
}

.hover\:gap-x-95px:hover {
  column-gap: 95px;
}

.active\:gap-x-95px:active {
  column-gap: 95px;
}

.focus\:gap-x-95px:focus {
  column-gap: 95px;
}

.gap-x-96px {
  column-gap: 96px;
}

.hover\:gap-x-96px:hover {
  column-gap: 96px;
}

.active\:gap-x-96px:active {
  column-gap: 96px;
}

.focus\:gap-x-96px:focus {
  column-gap: 96px;
}

.gap-x-97px {
  column-gap: 97px;
}

.hover\:gap-x-97px:hover {
  column-gap: 97px;
}

.active\:gap-x-97px:active {
  column-gap: 97px;
}

.focus\:gap-x-97px:focus {
  column-gap: 97px;
}

.gap-x-98px {
  column-gap: 98px;
}

.hover\:gap-x-98px:hover {
  column-gap: 98px;
}

.active\:gap-x-98px:active {
  column-gap: 98px;
}

.focus\:gap-x-98px:focus {
  column-gap: 98px;
}

.gap-x-99px {
  column-gap: 99px;
}

.hover\:gap-x-99px:hover {
  column-gap: 99px;
}

.active\:gap-x-99px:active {
  column-gap: 99px;
}

.focus\:gap-x-99px:focus {
  column-gap: 99px;
}

.gap-x-100px {
  column-gap: 100px;
}

.hover\:gap-x-100px:hover {
  column-gap: 100px;
}

.active\:gap-x-100px:active {
  column-gap: 100px;
}

.focus\:gap-x-100px:focus {
  column-gap: 100px;
}

.gap-y-0px {
  row-gap: 0px;
}

.hover\:gap-y-0px:hover {
  row-gap: 0px;
}

.active\:gap-y-0px:active {
  row-gap: 0px;
}

.focus\:gap-y-0px:focus {
  row-gap: 0px;
}

.gap-y-1px {
  row-gap: 1px;
}

.hover\:gap-y-1px:hover {
  row-gap: 1px;
}

.active\:gap-y-1px:active {
  row-gap: 1px;
}

.focus\:gap-y-1px:focus {
  row-gap: 1px;
}

.gap-y-2px {
  row-gap: 2px;
}

.hover\:gap-y-2px:hover {
  row-gap: 2px;
}

.active\:gap-y-2px:active {
  row-gap: 2px;
}

.focus\:gap-y-2px:focus {
  row-gap: 2px;
}

.gap-y-3px {
  row-gap: 3px;
}

.hover\:gap-y-3px:hover {
  row-gap: 3px;
}

.active\:gap-y-3px:active {
  row-gap: 3px;
}

.focus\:gap-y-3px:focus {
  row-gap: 3px;
}

.gap-y-4px {
  row-gap: 4px;
}

.hover\:gap-y-4px:hover {
  row-gap: 4px;
}

.active\:gap-y-4px:active {
  row-gap: 4px;
}

.focus\:gap-y-4px:focus {
  row-gap: 4px;
}

.gap-y-5px {
  row-gap: 5px;
}

.hover\:gap-y-5px:hover {
  row-gap: 5px;
}

.active\:gap-y-5px:active {
  row-gap: 5px;
}

.focus\:gap-y-5px:focus {
  row-gap: 5px;
}

.gap-y-6px {
  row-gap: 6px;
}

.hover\:gap-y-6px:hover {
  row-gap: 6px;
}

.active\:gap-y-6px:active {
  row-gap: 6px;
}

.focus\:gap-y-6px:focus {
  row-gap: 6px;
}

.gap-y-7px {
  row-gap: 7px;
}

.hover\:gap-y-7px:hover {
  row-gap: 7px;
}

.active\:gap-y-7px:active {
  row-gap: 7px;
}

.focus\:gap-y-7px:focus {
  row-gap: 7px;
}

.gap-y-8px {
  row-gap: 8px;
}

.hover\:gap-y-8px:hover {
  row-gap: 8px;
}

.active\:gap-y-8px:active {
  row-gap: 8px;
}

.focus\:gap-y-8px:focus {
  row-gap: 8px;
}

.gap-y-9px {
  row-gap: 9px;
}

.hover\:gap-y-9px:hover {
  row-gap: 9px;
}

.active\:gap-y-9px:active {
  row-gap: 9px;
}

.focus\:gap-y-9px:focus {
  row-gap: 9px;
}

.gap-y-10px {
  row-gap: 10px;
}

.hover\:gap-y-10px:hover {
  row-gap: 10px;
}

.active\:gap-y-10px:active {
  row-gap: 10px;
}

.focus\:gap-y-10px:focus {
  row-gap: 10px;
}

.gap-y-11px {
  row-gap: 11px;
}

.hover\:gap-y-11px:hover {
  row-gap: 11px;
}

.active\:gap-y-11px:active {
  row-gap: 11px;
}

.focus\:gap-y-11px:focus {
  row-gap: 11px;
}

.gap-y-12px {
  row-gap: 12px;
}

.hover\:gap-y-12px:hover {
  row-gap: 12px;
}

.active\:gap-y-12px:active {
  row-gap: 12px;
}

.focus\:gap-y-12px:focus {
  row-gap: 12px;
}

.gap-y-13px {
  row-gap: 13px;
}

.hover\:gap-y-13px:hover {
  row-gap: 13px;
}

.active\:gap-y-13px:active {
  row-gap: 13px;
}

.focus\:gap-y-13px:focus {
  row-gap: 13px;
}

.gap-y-14px {
  row-gap: 14px;
}

.hover\:gap-y-14px:hover {
  row-gap: 14px;
}

.active\:gap-y-14px:active {
  row-gap: 14px;
}

.focus\:gap-y-14px:focus {
  row-gap: 14px;
}

.gap-y-15px {
  row-gap: 15px;
}

.hover\:gap-y-15px:hover {
  row-gap: 15px;
}

.active\:gap-y-15px:active {
  row-gap: 15px;
}

.focus\:gap-y-15px:focus {
  row-gap: 15px;
}

.gap-y-16px {
  row-gap: 16px;
}

.hover\:gap-y-16px:hover {
  row-gap: 16px;
}

.active\:gap-y-16px:active {
  row-gap: 16px;
}

.focus\:gap-y-16px:focus {
  row-gap: 16px;
}

.gap-y-17px {
  row-gap: 17px;
}

.hover\:gap-y-17px:hover {
  row-gap: 17px;
}

.active\:gap-y-17px:active {
  row-gap: 17px;
}

.focus\:gap-y-17px:focus {
  row-gap: 17px;
}

.gap-y-18px {
  row-gap: 18px;
}

.hover\:gap-y-18px:hover {
  row-gap: 18px;
}

.active\:gap-y-18px:active {
  row-gap: 18px;
}

.focus\:gap-y-18px:focus {
  row-gap: 18px;
}

.gap-y-19px {
  row-gap: 19px;
}

.hover\:gap-y-19px:hover {
  row-gap: 19px;
}

.active\:gap-y-19px:active {
  row-gap: 19px;
}

.focus\:gap-y-19px:focus {
  row-gap: 19px;
}

.gap-y-20px {
  row-gap: 20px;
}

.hover\:gap-y-20px:hover {
  row-gap: 20px;
}

.active\:gap-y-20px:active {
  row-gap: 20px;
}

.focus\:gap-y-20px:focus {
  row-gap: 20px;
}

.gap-y-21px {
  row-gap: 21px;
}

.hover\:gap-y-21px:hover {
  row-gap: 21px;
}

.active\:gap-y-21px:active {
  row-gap: 21px;
}

.focus\:gap-y-21px:focus {
  row-gap: 21px;
}

.gap-y-22px {
  row-gap: 22px;
}

.hover\:gap-y-22px:hover {
  row-gap: 22px;
}

.active\:gap-y-22px:active {
  row-gap: 22px;
}

.focus\:gap-y-22px:focus {
  row-gap: 22px;
}

.gap-y-23px {
  row-gap: 23px;
}

.hover\:gap-y-23px:hover {
  row-gap: 23px;
}

.active\:gap-y-23px:active {
  row-gap: 23px;
}

.focus\:gap-y-23px:focus {
  row-gap: 23px;
}

.gap-y-24px {
  row-gap: 24px;
}

.hover\:gap-y-24px:hover {
  row-gap: 24px;
}

.active\:gap-y-24px:active {
  row-gap: 24px;
}

.focus\:gap-y-24px:focus {
  row-gap: 24px;
}

.gap-y-25px {
  row-gap: 25px;
}

.hover\:gap-y-25px:hover {
  row-gap: 25px;
}

.active\:gap-y-25px:active {
  row-gap: 25px;
}

.focus\:gap-y-25px:focus {
  row-gap: 25px;
}

.gap-y-26px {
  row-gap: 26px;
}

.hover\:gap-y-26px:hover {
  row-gap: 26px;
}

.active\:gap-y-26px:active {
  row-gap: 26px;
}

.focus\:gap-y-26px:focus {
  row-gap: 26px;
}

.gap-y-27px {
  row-gap: 27px;
}

.hover\:gap-y-27px:hover {
  row-gap: 27px;
}

.active\:gap-y-27px:active {
  row-gap: 27px;
}

.focus\:gap-y-27px:focus {
  row-gap: 27px;
}

.gap-y-28px {
  row-gap: 28px;
}

.hover\:gap-y-28px:hover {
  row-gap: 28px;
}

.active\:gap-y-28px:active {
  row-gap: 28px;
}

.focus\:gap-y-28px:focus {
  row-gap: 28px;
}

.gap-y-29px {
  row-gap: 29px;
}

.hover\:gap-y-29px:hover {
  row-gap: 29px;
}

.active\:gap-y-29px:active {
  row-gap: 29px;
}

.focus\:gap-y-29px:focus {
  row-gap: 29px;
}

.gap-y-30px {
  row-gap: 30px;
}

.hover\:gap-y-30px:hover {
  row-gap: 30px;
}

.active\:gap-y-30px:active {
  row-gap: 30px;
}

.focus\:gap-y-30px:focus {
  row-gap: 30px;
}

.gap-y-31px {
  row-gap: 31px;
}

.hover\:gap-y-31px:hover {
  row-gap: 31px;
}

.active\:gap-y-31px:active {
  row-gap: 31px;
}

.focus\:gap-y-31px:focus {
  row-gap: 31px;
}

.gap-y-32px {
  row-gap: 32px;
}

.hover\:gap-y-32px:hover {
  row-gap: 32px;
}

.active\:gap-y-32px:active {
  row-gap: 32px;
}

.focus\:gap-y-32px:focus {
  row-gap: 32px;
}

.gap-y-33px {
  row-gap: 33px;
}

.hover\:gap-y-33px:hover {
  row-gap: 33px;
}

.active\:gap-y-33px:active {
  row-gap: 33px;
}

.focus\:gap-y-33px:focus {
  row-gap: 33px;
}

.gap-y-34px {
  row-gap: 34px;
}

.hover\:gap-y-34px:hover {
  row-gap: 34px;
}

.active\:gap-y-34px:active {
  row-gap: 34px;
}

.focus\:gap-y-34px:focus {
  row-gap: 34px;
}

.gap-y-35px {
  row-gap: 35px;
}

.hover\:gap-y-35px:hover {
  row-gap: 35px;
}

.active\:gap-y-35px:active {
  row-gap: 35px;
}

.focus\:gap-y-35px:focus {
  row-gap: 35px;
}

.gap-y-36px {
  row-gap: 36px;
}

.hover\:gap-y-36px:hover {
  row-gap: 36px;
}

.active\:gap-y-36px:active {
  row-gap: 36px;
}

.focus\:gap-y-36px:focus {
  row-gap: 36px;
}

.gap-y-37px {
  row-gap: 37px;
}

.hover\:gap-y-37px:hover {
  row-gap: 37px;
}

.active\:gap-y-37px:active {
  row-gap: 37px;
}

.focus\:gap-y-37px:focus {
  row-gap: 37px;
}

.gap-y-38px {
  row-gap: 38px;
}

.hover\:gap-y-38px:hover {
  row-gap: 38px;
}

.active\:gap-y-38px:active {
  row-gap: 38px;
}

.focus\:gap-y-38px:focus {
  row-gap: 38px;
}

.gap-y-39px {
  row-gap: 39px;
}

.hover\:gap-y-39px:hover {
  row-gap: 39px;
}

.active\:gap-y-39px:active {
  row-gap: 39px;
}

.focus\:gap-y-39px:focus {
  row-gap: 39px;
}

.gap-y-40px {
  row-gap: 40px;
}

.hover\:gap-y-40px:hover {
  row-gap: 40px;
}

.active\:gap-y-40px:active {
  row-gap: 40px;
}

.focus\:gap-y-40px:focus {
  row-gap: 40px;
}

.gap-y-41px {
  row-gap: 41px;
}

.hover\:gap-y-41px:hover {
  row-gap: 41px;
}

.active\:gap-y-41px:active {
  row-gap: 41px;
}

.focus\:gap-y-41px:focus {
  row-gap: 41px;
}

.gap-y-42px {
  row-gap: 42px;
}

.hover\:gap-y-42px:hover {
  row-gap: 42px;
}

.active\:gap-y-42px:active {
  row-gap: 42px;
}

.focus\:gap-y-42px:focus {
  row-gap: 42px;
}

.gap-y-43px {
  row-gap: 43px;
}

.hover\:gap-y-43px:hover {
  row-gap: 43px;
}

.active\:gap-y-43px:active {
  row-gap: 43px;
}

.focus\:gap-y-43px:focus {
  row-gap: 43px;
}

.gap-y-44px {
  row-gap: 44px;
}

.hover\:gap-y-44px:hover {
  row-gap: 44px;
}

.active\:gap-y-44px:active {
  row-gap: 44px;
}

.focus\:gap-y-44px:focus {
  row-gap: 44px;
}

.gap-y-45px {
  row-gap: 45px;
}

.hover\:gap-y-45px:hover {
  row-gap: 45px;
}

.active\:gap-y-45px:active {
  row-gap: 45px;
}

.focus\:gap-y-45px:focus {
  row-gap: 45px;
}

.gap-y-46px {
  row-gap: 46px;
}

.hover\:gap-y-46px:hover {
  row-gap: 46px;
}

.active\:gap-y-46px:active {
  row-gap: 46px;
}

.focus\:gap-y-46px:focus {
  row-gap: 46px;
}

.gap-y-47px {
  row-gap: 47px;
}

.hover\:gap-y-47px:hover {
  row-gap: 47px;
}

.active\:gap-y-47px:active {
  row-gap: 47px;
}

.focus\:gap-y-47px:focus {
  row-gap: 47px;
}

.gap-y-48px {
  row-gap: 48px;
}

.hover\:gap-y-48px:hover {
  row-gap: 48px;
}

.active\:gap-y-48px:active {
  row-gap: 48px;
}

.focus\:gap-y-48px:focus {
  row-gap: 48px;
}

.gap-y-49px {
  row-gap: 49px;
}

.hover\:gap-y-49px:hover {
  row-gap: 49px;
}

.active\:gap-y-49px:active {
  row-gap: 49px;
}

.focus\:gap-y-49px:focus {
  row-gap: 49px;
}

.gap-y-50px {
  row-gap: 50px;
}

.hover\:gap-y-50px:hover {
  row-gap: 50px;
}

.active\:gap-y-50px:active {
  row-gap: 50px;
}

.focus\:gap-y-50px:focus {
  row-gap: 50px;
}

.gap-y-51px {
  row-gap: 51px;
}

.hover\:gap-y-51px:hover {
  row-gap: 51px;
}

.active\:gap-y-51px:active {
  row-gap: 51px;
}

.focus\:gap-y-51px:focus {
  row-gap: 51px;
}

.gap-y-52px {
  row-gap: 52px;
}

.hover\:gap-y-52px:hover {
  row-gap: 52px;
}

.active\:gap-y-52px:active {
  row-gap: 52px;
}

.focus\:gap-y-52px:focus {
  row-gap: 52px;
}

.gap-y-53px {
  row-gap: 53px;
}

.hover\:gap-y-53px:hover {
  row-gap: 53px;
}

.active\:gap-y-53px:active {
  row-gap: 53px;
}

.focus\:gap-y-53px:focus {
  row-gap: 53px;
}

.gap-y-54px {
  row-gap: 54px;
}

.hover\:gap-y-54px:hover {
  row-gap: 54px;
}

.active\:gap-y-54px:active {
  row-gap: 54px;
}

.focus\:gap-y-54px:focus {
  row-gap: 54px;
}

.gap-y-55px {
  row-gap: 55px;
}

.hover\:gap-y-55px:hover {
  row-gap: 55px;
}

.active\:gap-y-55px:active {
  row-gap: 55px;
}

.focus\:gap-y-55px:focus {
  row-gap: 55px;
}

.gap-y-56px {
  row-gap: 56px;
}

.hover\:gap-y-56px:hover {
  row-gap: 56px;
}

.active\:gap-y-56px:active {
  row-gap: 56px;
}

.focus\:gap-y-56px:focus {
  row-gap: 56px;
}

.gap-y-57px {
  row-gap: 57px;
}

.hover\:gap-y-57px:hover {
  row-gap: 57px;
}

.active\:gap-y-57px:active {
  row-gap: 57px;
}

.focus\:gap-y-57px:focus {
  row-gap: 57px;
}

.gap-y-58px {
  row-gap: 58px;
}

.hover\:gap-y-58px:hover {
  row-gap: 58px;
}

.active\:gap-y-58px:active {
  row-gap: 58px;
}

.focus\:gap-y-58px:focus {
  row-gap: 58px;
}

.gap-y-59px {
  row-gap: 59px;
}

.hover\:gap-y-59px:hover {
  row-gap: 59px;
}

.active\:gap-y-59px:active {
  row-gap: 59px;
}

.focus\:gap-y-59px:focus {
  row-gap: 59px;
}

.gap-y-60px {
  row-gap: 60px;
}

.hover\:gap-y-60px:hover {
  row-gap: 60px;
}

.active\:gap-y-60px:active {
  row-gap: 60px;
}

.focus\:gap-y-60px:focus {
  row-gap: 60px;
}

.gap-y-61px {
  row-gap: 61px;
}

.hover\:gap-y-61px:hover {
  row-gap: 61px;
}

.active\:gap-y-61px:active {
  row-gap: 61px;
}

.focus\:gap-y-61px:focus {
  row-gap: 61px;
}

.gap-y-62px {
  row-gap: 62px;
}

.hover\:gap-y-62px:hover {
  row-gap: 62px;
}

.active\:gap-y-62px:active {
  row-gap: 62px;
}

.focus\:gap-y-62px:focus {
  row-gap: 62px;
}

.gap-y-63px {
  row-gap: 63px;
}

.hover\:gap-y-63px:hover {
  row-gap: 63px;
}

.active\:gap-y-63px:active {
  row-gap: 63px;
}

.focus\:gap-y-63px:focus {
  row-gap: 63px;
}

.gap-y-64px {
  row-gap: 64px;
}

.hover\:gap-y-64px:hover {
  row-gap: 64px;
}

.active\:gap-y-64px:active {
  row-gap: 64px;
}

.focus\:gap-y-64px:focus {
  row-gap: 64px;
}

.gap-y-65px {
  row-gap: 65px;
}

.hover\:gap-y-65px:hover {
  row-gap: 65px;
}

.active\:gap-y-65px:active {
  row-gap: 65px;
}

.focus\:gap-y-65px:focus {
  row-gap: 65px;
}

.gap-y-66px {
  row-gap: 66px;
}

.hover\:gap-y-66px:hover {
  row-gap: 66px;
}

.active\:gap-y-66px:active {
  row-gap: 66px;
}

.focus\:gap-y-66px:focus {
  row-gap: 66px;
}

.gap-y-67px {
  row-gap: 67px;
}

.hover\:gap-y-67px:hover {
  row-gap: 67px;
}

.active\:gap-y-67px:active {
  row-gap: 67px;
}

.focus\:gap-y-67px:focus {
  row-gap: 67px;
}

.gap-y-68px {
  row-gap: 68px;
}

.hover\:gap-y-68px:hover {
  row-gap: 68px;
}

.active\:gap-y-68px:active {
  row-gap: 68px;
}

.focus\:gap-y-68px:focus {
  row-gap: 68px;
}

.gap-y-69px {
  row-gap: 69px;
}

.hover\:gap-y-69px:hover {
  row-gap: 69px;
}

.active\:gap-y-69px:active {
  row-gap: 69px;
}

.focus\:gap-y-69px:focus {
  row-gap: 69px;
}

.gap-y-70px {
  row-gap: 70px;
}

.hover\:gap-y-70px:hover {
  row-gap: 70px;
}

.active\:gap-y-70px:active {
  row-gap: 70px;
}

.focus\:gap-y-70px:focus {
  row-gap: 70px;
}

.gap-y-71px {
  row-gap: 71px;
}

.hover\:gap-y-71px:hover {
  row-gap: 71px;
}

.active\:gap-y-71px:active {
  row-gap: 71px;
}

.focus\:gap-y-71px:focus {
  row-gap: 71px;
}

.gap-y-72px {
  row-gap: 72px;
}

.hover\:gap-y-72px:hover {
  row-gap: 72px;
}

.active\:gap-y-72px:active {
  row-gap: 72px;
}

.focus\:gap-y-72px:focus {
  row-gap: 72px;
}

.gap-y-73px {
  row-gap: 73px;
}

.hover\:gap-y-73px:hover {
  row-gap: 73px;
}

.active\:gap-y-73px:active {
  row-gap: 73px;
}

.focus\:gap-y-73px:focus {
  row-gap: 73px;
}

.gap-y-74px {
  row-gap: 74px;
}

.hover\:gap-y-74px:hover {
  row-gap: 74px;
}

.active\:gap-y-74px:active {
  row-gap: 74px;
}

.focus\:gap-y-74px:focus {
  row-gap: 74px;
}

.gap-y-75px {
  row-gap: 75px;
}

.hover\:gap-y-75px:hover {
  row-gap: 75px;
}

.active\:gap-y-75px:active {
  row-gap: 75px;
}

.focus\:gap-y-75px:focus {
  row-gap: 75px;
}

.gap-y-76px {
  row-gap: 76px;
}

.hover\:gap-y-76px:hover {
  row-gap: 76px;
}

.active\:gap-y-76px:active {
  row-gap: 76px;
}

.focus\:gap-y-76px:focus {
  row-gap: 76px;
}

.gap-y-77px {
  row-gap: 77px;
}

.hover\:gap-y-77px:hover {
  row-gap: 77px;
}

.active\:gap-y-77px:active {
  row-gap: 77px;
}

.focus\:gap-y-77px:focus {
  row-gap: 77px;
}

.gap-y-78px {
  row-gap: 78px;
}

.hover\:gap-y-78px:hover {
  row-gap: 78px;
}

.active\:gap-y-78px:active {
  row-gap: 78px;
}

.focus\:gap-y-78px:focus {
  row-gap: 78px;
}

.gap-y-79px {
  row-gap: 79px;
}

.hover\:gap-y-79px:hover {
  row-gap: 79px;
}

.active\:gap-y-79px:active {
  row-gap: 79px;
}

.focus\:gap-y-79px:focus {
  row-gap: 79px;
}

.gap-y-80px {
  row-gap: 80px;
}

.hover\:gap-y-80px:hover {
  row-gap: 80px;
}

.active\:gap-y-80px:active {
  row-gap: 80px;
}

.focus\:gap-y-80px:focus {
  row-gap: 80px;
}

.gap-y-81px {
  row-gap: 81px;
}

.hover\:gap-y-81px:hover {
  row-gap: 81px;
}

.active\:gap-y-81px:active {
  row-gap: 81px;
}

.focus\:gap-y-81px:focus {
  row-gap: 81px;
}

.gap-y-82px {
  row-gap: 82px;
}

.hover\:gap-y-82px:hover {
  row-gap: 82px;
}

.active\:gap-y-82px:active {
  row-gap: 82px;
}

.focus\:gap-y-82px:focus {
  row-gap: 82px;
}

.gap-y-83px {
  row-gap: 83px;
}

.hover\:gap-y-83px:hover {
  row-gap: 83px;
}

.active\:gap-y-83px:active {
  row-gap: 83px;
}

.focus\:gap-y-83px:focus {
  row-gap: 83px;
}

.gap-y-84px {
  row-gap: 84px;
}

.hover\:gap-y-84px:hover {
  row-gap: 84px;
}

.active\:gap-y-84px:active {
  row-gap: 84px;
}

.focus\:gap-y-84px:focus {
  row-gap: 84px;
}

.gap-y-85px {
  row-gap: 85px;
}

.hover\:gap-y-85px:hover {
  row-gap: 85px;
}

.active\:gap-y-85px:active {
  row-gap: 85px;
}

.focus\:gap-y-85px:focus {
  row-gap: 85px;
}

.gap-y-86px {
  row-gap: 86px;
}

.hover\:gap-y-86px:hover {
  row-gap: 86px;
}

.active\:gap-y-86px:active {
  row-gap: 86px;
}

.focus\:gap-y-86px:focus {
  row-gap: 86px;
}

.gap-y-87px {
  row-gap: 87px;
}

.hover\:gap-y-87px:hover {
  row-gap: 87px;
}

.active\:gap-y-87px:active {
  row-gap: 87px;
}

.focus\:gap-y-87px:focus {
  row-gap: 87px;
}

.gap-y-88px {
  row-gap: 88px;
}

.hover\:gap-y-88px:hover {
  row-gap: 88px;
}

.active\:gap-y-88px:active {
  row-gap: 88px;
}

.focus\:gap-y-88px:focus {
  row-gap: 88px;
}

.gap-y-89px {
  row-gap: 89px;
}

.hover\:gap-y-89px:hover {
  row-gap: 89px;
}

.active\:gap-y-89px:active {
  row-gap: 89px;
}

.focus\:gap-y-89px:focus {
  row-gap: 89px;
}

.gap-y-90px {
  row-gap: 90px;
}

.hover\:gap-y-90px:hover {
  row-gap: 90px;
}

.active\:gap-y-90px:active {
  row-gap: 90px;
}

.focus\:gap-y-90px:focus {
  row-gap: 90px;
}

.gap-y-91px {
  row-gap: 91px;
}

.hover\:gap-y-91px:hover {
  row-gap: 91px;
}

.active\:gap-y-91px:active {
  row-gap: 91px;
}

.focus\:gap-y-91px:focus {
  row-gap: 91px;
}

.gap-y-92px {
  row-gap: 92px;
}

.hover\:gap-y-92px:hover {
  row-gap: 92px;
}

.active\:gap-y-92px:active {
  row-gap: 92px;
}

.focus\:gap-y-92px:focus {
  row-gap: 92px;
}

.gap-y-93px {
  row-gap: 93px;
}

.hover\:gap-y-93px:hover {
  row-gap: 93px;
}

.active\:gap-y-93px:active {
  row-gap: 93px;
}

.focus\:gap-y-93px:focus {
  row-gap: 93px;
}

.gap-y-94px {
  row-gap: 94px;
}

.hover\:gap-y-94px:hover {
  row-gap: 94px;
}

.active\:gap-y-94px:active {
  row-gap: 94px;
}

.focus\:gap-y-94px:focus {
  row-gap: 94px;
}

.gap-y-95px {
  row-gap: 95px;
}

.hover\:gap-y-95px:hover {
  row-gap: 95px;
}

.active\:gap-y-95px:active {
  row-gap: 95px;
}

.focus\:gap-y-95px:focus {
  row-gap: 95px;
}

.gap-y-96px {
  row-gap: 96px;
}

.hover\:gap-y-96px:hover {
  row-gap: 96px;
}

.active\:gap-y-96px:active {
  row-gap: 96px;
}

.focus\:gap-y-96px:focus {
  row-gap: 96px;
}

.gap-y-97px {
  row-gap: 97px;
}

.hover\:gap-y-97px:hover {
  row-gap: 97px;
}

.active\:gap-y-97px:active {
  row-gap: 97px;
}

.focus\:gap-y-97px:focus {
  row-gap: 97px;
}

.gap-y-98px {
  row-gap: 98px;
}

.hover\:gap-y-98px:hover {
  row-gap: 98px;
}

.active\:gap-y-98px:active {
  row-gap: 98px;
}

.focus\:gap-y-98px:focus {
  row-gap: 98px;
}

.gap-y-99px {
  row-gap: 99px;
}

.hover\:gap-y-99px:hover {
  row-gap: 99px;
}

.active\:gap-y-99px:active {
  row-gap: 99px;
}

.focus\:gap-y-99px:focus {
  row-gap: 99px;
}

.gap-y-100px {
  row-gap: 100px;
}

.hover\:gap-y-100px:hover {
  row-gap: 100px;
}

.active\:gap-y-100px:active {
  row-gap: 100px;
}

.focus\:gap-y-100px:focus {
  row-gap: 100px;
}

.gap-11rem {
  gap: 11rem;
}

.hover\:gap-11rem:hover {
  gap: 11rem;
}

.active\:gap-11rem:active {
  gap: 11rem;
}

.focus\:gap-11rem:focus {
  gap: 11rem;
}

.gap-12rem {
  gap: 12rem;
}

.hover\:gap-12rem:hover {
  gap: 12rem;
}

.active\:gap-12rem:active {
  gap: 12rem;
}

.focus\:gap-12rem:focus {
  gap: 12rem;
}

.gap-13rem {
  gap: 13rem;
}

.hover\:gap-13rem:hover {
  gap: 13rem;
}

.active\:gap-13rem:active {
  gap: 13rem;
}

.focus\:gap-13rem:focus {
  gap: 13rem;
}

.gap-14rem {
  gap: 14rem;
}

.hover\:gap-14rem:hover {
  gap: 14rem;
}

.active\:gap-14rem:active {
  gap: 14rem;
}

.focus\:gap-14rem:focus {
  gap: 14rem;
}

.gap-15rem {
  gap: 15rem;
}

.hover\:gap-15rem:hover {
  gap: 15rem;
}

.active\:gap-15rem:active {
  gap: 15rem;
}

.focus\:gap-15rem:focus {
  gap: 15rem;
}

.gap-16rem {
  gap: 16rem;
}

.hover\:gap-16rem:hover {
  gap: 16rem;
}

.active\:gap-16rem:active {
  gap: 16rem;
}

.focus\:gap-16rem:focus {
  gap: 16rem;
}

.gap-17rem {
  gap: 17rem;
}

.hover\:gap-17rem:hover {
  gap: 17rem;
}

.active\:gap-17rem:active {
  gap: 17rem;
}

.focus\:gap-17rem:focus {
  gap: 17rem;
}

.gap-18rem {
  gap: 18rem;
}

.hover\:gap-18rem:hover {
  gap: 18rem;
}

.active\:gap-18rem:active {
  gap: 18rem;
}

.focus\:gap-18rem:focus {
  gap: 18rem;
}

.gap-19rem {
  gap: 19rem;
}

.hover\:gap-19rem:hover {
  gap: 19rem;
}

.active\:gap-19rem:active {
  gap: 19rem;
}

.focus\:gap-19rem:focus {
  gap: 19rem;
}

.gap-20rem {
  gap: 20rem;
}

.hover\:gap-20rem:hover {
  gap: 20rem;
}

.active\:gap-20rem:active {
  gap: 20rem;
}

.focus\:gap-20rem:focus {
  gap: 20rem;
}

.gap-21rem {
  gap: 21rem;
}

.hover\:gap-21rem:hover {
  gap: 21rem;
}

.active\:gap-21rem:active {
  gap: 21rem;
}

.focus\:gap-21rem:focus {
  gap: 21rem;
}

.gap-22rem {
  gap: 22rem;
}

.hover\:gap-22rem:hover {
  gap: 22rem;
}

.active\:gap-22rem:active {
  gap: 22rem;
}

.focus\:gap-22rem:focus {
  gap: 22rem;
}

.gap-23rem {
  gap: 23rem;
}

.hover\:gap-23rem:hover {
  gap: 23rem;
}

.active\:gap-23rem:active {
  gap: 23rem;
}

.focus\:gap-23rem:focus {
  gap: 23rem;
}

.gap-24rem {
  gap: 24rem;
}

.hover\:gap-24rem:hover {
  gap: 24rem;
}

.active\:gap-24rem:active {
  gap: 24rem;
}

.focus\:gap-24rem:focus {
  gap: 24rem;
}

.gap-25rem {
  gap: 25rem;
}

.hover\:gap-25rem:hover {
  gap: 25rem;
}

.active\:gap-25rem:active {
  gap: 25rem;
}

.focus\:gap-25rem:focus {
  gap: 25rem;
}

.gap-26rem {
  gap: 26rem;
}

.hover\:gap-26rem:hover {
  gap: 26rem;
}

.active\:gap-26rem:active {
  gap: 26rem;
}

.focus\:gap-26rem:focus {
  gap: 26rem;
}

.gap-27rem {
  gap: 27rem;
}

.hover\:gap-27rem:hover {
  gap: 27rem;
}

.active\:gap-27rem:active {
  gap: 27rem;
}

.focus\:gap-27rem:focus {
  gap: 27rem;
}

.gap-28rem {
  gap: 28rem;
}

.hover\:gap-28rem:hover {
  gap: 28rem;
}

.active\:gap-28rem:active {
  gap: 28rem;
}

.focus\:gap-28rem:focus {
  gap: 28rem;
}

.gap-29rem {
  gap: 29rem;
}

.hover\:gap-29rem:hover {
  gap: 29rem;
}

.active\:gap-29rem:active {
  gap: 29rem;
}

.focus\:gap-29rem:focus {
  gap: 29rem;
}

.gap-30rem {
  gap: 30rem;
}

.hover\:gap-30rem:hover {
  gap: 30rem;
}

.active\:gap-30rem:active {
  gap: 30rem;
}

.focus\:gap-30rem:focus {
  gap: 30rem;
}

.gap-x-11rem {
  column-gap: 11rem;
}

.hover\:gap-x-11rem:hover {
  column-gap: 11rem;
}

.active\:gap-x-11rem:active {
  column-gap: 11rem;
}

.focus\:gap-x-11rem:focus {
  column-gap: 11rem;
}

.gap-x-12rem {
  column-gap: 12rem;
}

.hover\:gap-x-12rem:hover {
  column-gap: 12rem;
}

.active\:gap-x-12rem:active {
  column-gap: 12rem;
}

.focus\:gap-x-12rem:focus {
  column-gap: 12rem;
}

.gap-x-13rem {
  column-gap: 13rem;
}

.hover\:gap-x-13rem:hover {
  column-gap: 13rem;
}

.active\:gap-x-13rem:active {
  column-gap: 13rem;
}

.focus\:gap-x-13rem:focus {
  column-gap: 13rem;
}

.gap-x-14rem {
  column-gap: 14rem;
}

.hover\:gap-x-14rem:hover {
  column-gap: 14rem;
}

.active\:gap-x-14rem:active {
  column-gap: 14rem;
}

.focus\:gap-x-14rem:focus {
  column-gap: 14rem;
}

.gap-x-15rem {
  column-gap: 15rem;
}

.hover\:gap-x-15rem:hover {
  column-gap: 15rem;
}

.active\:gap-x-15rem:active {
  column-gap: 15rem;
}

.focus\:gap-x-15rem:focus {
  column-gap: 15rem;
}

.gap-x-16rem {
  column-gap: 16rem;
}

.hover\:gap-x-16rem:hover {
  column-gap: 16rem;
}

.active\:gap-x-16rem:active {
  column-gap: 16rem;
}

.focus\:gap-x-16rem:focus {
  column-gap: 16rem;
}

.gap-x-17rem {
  column-gap: 17rem;
}

.hover\:gap-x-17rem:hover {
  column-gap: 17rem;
}

.active\:gap-x-17rem:active {
  column-gap: 17rem;
}

.focus\:gap-x-17rem:focus {
  column-gap: 17rem;
}

.gap-x-18rem {
  column-gap: 18rem;
}

.hover\:gap-x-18rem:hover {
  column-gap: 18rem;
}

.active\:gap-x-18rem:active {
  column-gap: 18rem;
}

.focus\:gap-x-18rem:focus {
  column-gap: 18rem;
}

.gap-x-19rem {
  column-gap: 19rem;
}

.hover\:gap-x-19rem:hover {
  column-gap: 19rem;
}

.active\:gap-x-19rem:active {
  column-gap: 19rem;
}

.focus\:gap-x-19rem:focus {
  column-gap: 19rem;
}

.gap-x-20rem {
  column-gap: 20rem;
}

.hover\:gap-x-20rem:hover {
  column-gap: 20rem;
}

.active\:gap-x-20rem:active {
  column-gap: 20rem;
}

.focus\:gap-x-20rem:focus {
  column-gap: 20rem;
}

.gap-x-21rem {
  column-gap: 21rem;
}

.hover\:gap-x-21rem:hover {
  column-gap: 21rem;
}

.active\:gap-x-21rem:active {
  column-gap: 21rem;
}

.focus\:gap-x-21rem:focus {
  column-gap: 21rem;
}

.gap-x-22rem {
  column-gap: 22rem;
}

.hover\:gap-x-22rem:hover {
  column-gap: 22rem;
}

.active\:gap-x-22rem:active {
  column-gap: 22rem;
}

.focus\:gap-x-22rem:focus {
  column-gap: 22rem;
}

.gap-x-23rem {
  column-gap: 23rem;
}

.hover\:gap-x-23rem:hover {
  column-gap: 23rem;
}

.active\:gap-x-23rem:active {
  column-gap: 23rem;
}

.focus\:gap-x-23rem:focus {
  column-gap: 23rem;
}

.gap-x-24rem {
  column-gap: 24rem;
}

.hover\:gap-x-24rem:hover {
  column-gap: 24rem;
}

.active\:gap-x-24rem:active {
  column-gap: 24rem;
}

.focus\:gap-x-24rem:focus {
  column-gap: 24rem;
}

.gap-x-25rem {
  column-gap: 25rem;
}

.hover\:gap-x-25rem:hover {
  column-gap: 25rem;
}

.active\:gap-x-25rem:active {
  column-gap: 25rem;
}

.focus\:gap-x-25rem:focus {
  column-gap: 25rem;
}

.gap-x-26rem {
  column-gap: 26rem;
}

.hover\:gap-x-26rem:hover {
  column-gap: 26rem;
}

.active\:gap-x-26rem:active {
  column-gap: 26rem;
}

.focus\:gap-x-26rem:focus {
  column-gap: 26rem;
}

.gap-x-27rem {
  column-gap: 27rem;
}

.hover\:gap-x-27rem:hover {
  column-gap: 27rem;
}

.active\:gap-x-27rem:active {
  column-gap: 27rem;
}

.focus\:gap-x-27rem:focus {
  column-gap: 27rem;
}

.gap-x-28rem {
  column-gap: 28rem;
}

.hover\:gap-x-28rem:hover {
  column-gap: 28rem;
}

.active\:gap-x-28rem:active {
  column-gap: 28rem;
}

.focus\:gap-x-28rem:focus {
  column-gap: 28rem;
}

.gap-x-29rem {
  column-gap: 29rem;
}

.hover\:gap-x-29rem:hover {
  column-gap: 29rem;
}

.active\:gap-x-29rem:active {
  column-gap: 29rem;
}

.focus\:gap-x-29rem:focus {
  column-gap: 29rem;
}

.gap-x-30rem {
  column-gap: 30rem;
}

.hover\:gap-x-30rem:hover {
  column-gap: 30rem;
}

.active\:gap-x-30rem:active {
  column-gap: 30rem;
}

.focus\:gap-x-30rem:focus {
  column-gap: 30rem;
}

.gap-y-11rem {
  row-gap: 11rem;
}

.hover\:gap-y-11rem:hover {
  row-gap: 11rem;
}

.active\:gap-y-11rem:active {
  row-gap: 11rem;
}

.focus\:gap-y-11rem:focus {
  row-gap: 11rem;
}

.gap-y-12rem {
  row-gap: 12rem;
}

.hover\:gap-y-12rem:hover {
  row-gap: 12rem;
}

.active\:gap-y-12rem:active {
  row-gap: 12rem;
}

.focus\:gap-y-12rem:focus {
  row-gap: 12rem;
}

.gap-y-13rem {
  row-gap: 13rem;
}

.hover\:gap-y-13rem:hover {
  row-gap: 13rem;
}

.active\:gap-y-13rem:active {
  row-gap: 13rem;
}

.focus\:gap-y-13rem:focus {
  row-gap: 13rem;
}

.gap-y-14rem {
  row-gap: 14rem;
}

.hover\:gap-y-14rem:hover {
  row-gap: 14rem;
}

.active\:gap-y-14rem:active {
  row-gap: 14rem;
}

.focus\:gap-y-14rem:focus {
  row-gap: 14rem;
}

.gap-y-15rem {
  row-gap: 15rem;
}

.hover\:gap-y-15rem:hover {
  row-gap: 15rem;
}

.active\:gap-y-15rem:active {
  row-gap: 15rem;
}

.focus\:gap-y-15rem:focus {
  row-gap: 15rem;
}

.gap-y-16rem {
  row-gap: 16rem;
}

.hover\:gap-y-16rem:hover {
  row-gap: 16rem;
}

.active\:gap-y-16rem:active {
  row-gap: 16rem;
}

.focus\:gap-y-16rem:focus {
  row-gap: 16rem;
}

.gap-y-17rem {
  row-gap: 17rem;
}

.hover\:gap-y-17rem:hover {
  row-gap: 17rem;
}

.active\:gap-y-17rem:active {
  row-gap: 17rem;
}

.focus\:gap-y-17rem:focus {
  row-gap: 17rem;
}

.gap-y-18rem {
  row-gap: 18rem;
}

.hover\:gap-y-18rem:hover {
  row-gap: 18rem;
}

.active\:gap-y-18rem:active {
  row-gap: 18rem;
}

.focus\:gap-y-18rem:focus {
  row-gap: 18rem;
}

.gap-y-19rem {
  row-gap: 19rem;
}

.hover\:gap-y-19rem:hover {
  row-gap: 19rem;
}

.active\:gap-y-19rem:active {
  row-gap: 19rem;
}

.focus\:gap-y-19rem:focus {
  row-gap: 19rem;
}

.gap-y-20rem {
  row-gap: 20rem;
}

.hover\:gap-y-20rem:hover {
  row-gap: 20rem;
}

.active\:gap-y-20rem:active {
  row-gap: 20rem;
}

.focus\:gap-y-20rem:focus {
  row-gap: 20rem;
}

.gap-y-21rem {
  row-gap: 21rem;
}

.hover\:gap-y-21rem:hover {
  row-gap: 21rem;
}

.active\:gap-y-21rem:active {
  row-gap: 21rem;
}

.focus\:gap-y-21rem:focus {
  row-gap: 21rem;
}

.gap-y-22rem {
  row-gap: 22rem;
}

.hover\:gap-y-22rem:hover {
  row-gap: 22rem;
}

.active\:gap-y-22rem:active {
  row-gap: 22rem;
}

.focus\:gap-y-22rem:focus {
  row-gap: 22rem;
}

.gap-y-23rem {
  row-gap: 23rem;
}

.hover\:gap-y-23rem:hover {
  row-gap: 23rem;
}

.active\:gap-y-23rem:active {
  row-gap: 23rem;
}

.focus\:gap-y-23rem:focus {
  row-gap: 23rem;
}

.gap-y-24rem {
  row-gap: 24rem;
}

.hover\:gap-y-24rem:hover {
  row-gap: 24rem;
}

.active\:gap-y-24rem:active {
  row-gap: 24rem;
}

.focus\:gap-y-24rem:focus {
  row-gap: 24rem;
}

.gap-y-25rem {
  row-gap: 25rem;
}

.hover\:gap-y-25rem:hover {
  row-gap: 25rem;
}

.active\:gap-y-25rem:active {
  row-gap: 25rem;
}

.focus\:gap-y-25rem:focus {
  row-gap: 25rem;
}

.gap-y-26rem {
  row-gap: 26rem;
}

.hover\:gap-y-26rem:hover {
  row-gap: 26rem;
}

.active\:gap-y-26rem:active {
  row-gap: 26rem;
}

.focus\:gap-y-26rem:focus {
  row-gap: 26rem;
}

.gap-y-27rem {
  row-gap: 27rem;
}

.hover\:gap-y-27rem:hover {
  row-gap: 27rem;
}

.active\:gap-y-27rem:active {
  row-gap: 27rem;
}

.focus\:gap-y-27rem:focus {
  row-gap: 27rem;
}

.gap-y-28rem {
  row-gap: 28rem;
}

.hover\:gap-y-28rem:hover {
  row-gap: 28rem;
}

.active\:gap-y-28rem:active {
  row-gap: 28rem;
}

.focus\:gap-y-28rem:focus {
  row-gap: 28rem;
}

.gap-y-29rem {
  row-gap: 29rem;
}

.hover\:gap-y-29rem:hover {
  row-gap: 29rem;
}

.active\:gap-y-29rem:active {
  row-gap: 29rem;
}

.focus\:gap-y-29rem:focus {
  row-gap: 29rem;
}

.gap-y-30rem {
  row-gap: 30rem;
}

.hover\:gap-y-30rem:hover {
  row-gap: 30rem;
}

.active\:gap-y-30rem:active {
  row-gap: 30rem;
}

.focus\:gap-y-30rem:focus {
  row-gap: 30rem;
}

.basis-0per {
  flex-basis: 0%;
}

.hover\:basis-0per:hover {
  flex-basis: 0%;
}

.active\:basis-0per:active {
  flex-basis: 0%;
}

.focus\:basis-0per:focus {
  flex-basis: 0%;
}

.basis-1per {
  flex-basis: 1%;
}

.hover\:basis-1per:hover {
  flex-basis: 1%;
}

.active\:basis-1per:active {
  flex-basis: 1%;
}

.focus\:basis-1per:focus {
  flex-basis: 1%;
}

.basis-2per {
  flex-basis: 2%;
}

.hover\:basis-2per:hover {
  flex-basis: 2%;
}

.active\:basis-2per:active {
  flex-basis: 2%;
}

.focus\:basis-2per:focus {
  flex-basis: 2%;
}

.basis-3per {
  flex-basis: 3%;
}

.hover\:basis-3per:hover {
  flex-basis: 3%;
}

.active\:basis-3per:active {
  flex-basis: 3%;
}

.focus\:basis-3per:focus {
  flex-basis: 3%;
}

.basis-4per {
  flex-basis: 4%;
}

.hover\:basis-4per:hover {
  flex-basis: 4%;
}

.active\:basis-4per:active {
  flex-basis: 4%;
}

.focus\:basis-4per:focus {
  flex-basis: 4%;
}

.basis-5per {
  flex-basis: 5%;
}

.hover\:basis-5per:hover {
  flex-basis: 5%;
}

.active\:basis-5per:active {
  flex-basis: 5%;
}

.focus\:basis-5per:focus {
  flex-basis: 5%;
}

.basis-6per {
  flex-basis: 6%;
}

.hover\:basis-6per:hover {
  flex-basis: 6%;
}

.active\:basis-6per:active {
  flex-basis: 6%;
}

.focus\:basis-6per:focus {
  flex-basis: 6%;
}

.basis-7per {
  flex-basis: 7%;
}

.hover\:basis-7per:hover {
  flex-basis: 7%;
}

.active\:basis-7per:active {
  flex-basis: 7%;
}

.focus\:basis-7per:focus {
  flex-basis: 7%;
}

.basis-8per {
  flex-basis: 8%;
}

.hover\:basis-8per:hover {
  flex-basis: 8%;
}

.active\:basis-8per:active {
  flex-basis: 8%;
}

.focus\:basis-8per:focus {
  flex-basis: 8%;
}

.basis-9per {
  flex-basis: 9%;
}

.hover\:basis-9per:hover {
  flex-basis: 9%;
}

.active\:basis-9per:active {
  flex-basis: 9%;
}

.focus\:basis-9per:focus {
  flex-basis: 9%;
}

.basis-10per {
  flex-basis: 10%;
}

.hover\:basis-10per:hover {
  flex-basis: 10%;
}

.active\:basis-10per:active {
  flex-basis: 10%;
}

.focus\:basis-10per:focus {
  flex-basis: 10%;
}

.basis-11per {
  flex-basis: 11%;
}

.hover\:basis-11per:hover {
  flex-basis: 11%;
}

.active\:basis-11per:active {
  flex-basis: 11%;
}

.focus\:basis-11per:focus {
  flex-basis: 11%;
}

.basis-12per {
  flex-basis: 12%;
}

.hover\:basis-12per:hover {
  flex-basis: 12%;
}

.active\:basis-12per:active {
  flex-basis: 12%;
}

.focus\:basis-12per:focus {
  flex-basis: 12%;
}

.basis-13per {
  flex-basis: 13%;
}

.hover\:basis-13per:hover {
  flex-basis: 13%;
}

.active\:basis-13per:active {
  flex-basis: 13%;
}

.focus\:basis-13per:focus {
  flex-basis: 13%;
}

.basis-14per {
  flex-basis: 14%;
}

.hover\:basis-14per:hover {
  flex-basis: 14%;
}

.active\:basis-14per:active {
  flex-basis: 14%;
}

.focus\:basis-14per:focus {
  flex-basis: 14%;
}

.basis-15per {
  flex-basis: 15%;
}

.hover\:basis-15per:hover {
  flex-basis: 15%;
}

.active\:basis-15per:active {
  flex-basis: 15%;
}

.focus\:basis-15per:focus {
  flex-basis: 15%;
}

.basis-16per {
  flex-basis: 16%;
}

.hover\:basis-16per:hover {
  flex-basis: 16%;
}

.active\:basis-16per:active {
  flex-basis: 16%;
}

.focus\:basis-16per:focus {
  flex-basis: 16%;
}

.basis-17per {
  flex-basis: 17%;
}

.hover\:basis-17per:hover {
  flex-basis: 17%;
}

.active\:basis-17per:active {
  flex-basis: 17%;
}

.focus\:basis-17per:focus {
  flex-basis: 17%;
}

.basis-18per {
  flex-basis: 18%;
}

.hover\:basis-18per:hover {
  flex-basis: 18%;
}

.active\:basis-18per:active {
  flex-basis: 18%;
}

.focus\:basis-18per:focus {
  flex-basis: 18%;
}

.basis-19per {
  flex-basis: 19%;
}

.hover\:basis-19per:hover {
  flex-basis: 19%;
}

.active\:basis-19per:active {
  flex-basis: 19%;
}

.focus\:basis-19per:focus {
  flex-basis: 19%;
}

.basis-20per {
  flex-basis: 20%;
}

.hover\:basis-20per:hover {
  flex-basis: 20%;
}

.active\:basis-20per:active {
  flex-basis: 20%;
}

.focus\:basis-20per:focus {
  flex-basis: 20%;
}

.basis-21per {
  flex-basis: 21%;
}

.hover\:basis-21per:hover {
  flex-basis: 21%;
}

.active\:basis-21per:active {
  flex-basis: 21%;
}

.focus\:basis-21per:focus {
  flex-basis: 21%;
}

.basis-22per {
  flex-basis: 22%;
}

.hover\:basis-22per:hover {
  flex-basis: 22%;
}

.active\:basis-22per:active {
  flex-basis: 22%;
}

.focus\:basis-22per:focus {
  flex-basis: 22%;
}

.basis-23per {
  flex-basis: 23%;
}

.hover\:basis-23per:hover {
  flex-basis: 23%;
}

.active\:basis-23per:active {
  flex-basis: 23%;
}

.focus\:basis-23per:focus {
  flex-basis: 23%;
}

.basis-24per {
  flex-basis: 24%;
}

.hover\:basis-24per:hover {
  flex-basis: 24%;
}

.active\:basis-24per:active {
  flex-basis: 24%;
}

.focus\:basis-24per:focus {
  flex-basis: 24%;
}

.basis-25per {
  flex-basis: 25%;
}

.hover\:basis-25per:hover {
  flex-basis: 25%;
}

.active\:basis-25per:active {
  flex-basis: 25%;
}

.focus\:basis-25per:focus {
  flex-basis: 25%;
}

.basis-26per {
  flex-basis: 26%;
}

.hover\:basis-26per:hover {
  flex-basis: 26%;
}

.active\:basis-26per:active {
  flex-basis: 26%;
}

.focus\:basis-26per:focus {
  flex-basis: 26%;
}

.basis-27per {
  flex-basis: 27%;
}

.hover\:basis-27per:hover {
  flex-basis: 27%;
}

.active\:basis-27per:active {
  flex-basis: 27%;
}

.focus\:basis-27per:focus {
  flex-basis: 27%;
}

.basis-28per {
  flex-basis: 28%;
}

.hover\:basis-28per:hover {
  flex-basis: 28%;
}

.active\:basis-28per:active {
  flex-basis: 28%;
}

.focus\:basis-28per:focus {
  flex-basis: 28%;
}

.basis-29per {
  flex-basis: 29%;
}

.hover\:basis-29per:hover {
  flex-basis: 29%;
}

.active\:basis-29per:active {
  flex-basis: 29%;
}

.focus\:basis-29per:focus {
  flex-basis: 29%;
}

.basis-30per {
  flex-basis: 30%;
}

.hover\:basis-30per:hover {
  flex-basis: 30%;
}

.active\:basis-30per:active {
  flex-basis: 30%;
}

.focus\:basis-30per:focus {
  flex-basis: 30%;
}

.basis-31per {
  flex-basis: 31%;
}

.hover\:basis-31per:hover {
  flex-basis: 31%;
}

.active\:basis-31per:active {
  flex-basis: 31%;
}

.focus\:basis-31per:focus {
  flex-basis: 31%;
}

.basis-32per {
  flex-basis: 32%;
}

.hover\:basis-32per:hover {
  flex-basis: 32%;
}

.active\:basis-32per:active {
  flex-basis: 32%;
}

.focus\:basis-32per:focus {
  flex-basis: 32%;
}

.basis-33per {
  flex-basis: 33%;
}

.hover\:basis-33per:hover {
  flex-basis: 33%;
}

.active\:basis-33per:active {
  flex-basis: 33%;
}

.focus\:basis-33per:focus {
  flex-basis: 33%;
}

.basis-34per {
  flex-basis: 34%;
}

.hover\:basis-34per:hover {
  flex-basis: 34%;
}

.active\:basis-34per:active {
  flex-basis: 34%;
}

.focus\:basis-34per:focus {
  flex-basis: 34%;
}

.basis-35per {
  flex-basis: 35%;
}

.hover\:basis-35per:hover {
  flex-basis: 35%;
}

.active\:basis-35per:active {
  flex-basis: 35%;
}

.focus\:basis-35per:focus {
  flex-basis: 35%;
}

.basis-36per {
  flex-basis: 36%;
}

.hover\:basis-36per:hover {
  flex-basis: 36%;
}

.active\:basis-36per:active {
  flex-basis: 36%;
}

.focus\:basis-36per:focus {
  flex-basis: 36%;
}

.basis-37per {
  flex-basis: 37%;
}

.hover\:basis-37per:hover {
  flex-basis: 37%;
}

.active\:basis-37per:active {
  flex-basis: 37%;
}

.focus\:basis-37per:focus {
  flex-basis: 37%;
}

.basis-38per {
  flex-basis: 38%;
}

.hover\:basis-38per:hover {
  flex-basis: 38%;
}

.active\:basis-38per:active {
  flex-basis: 38%;
}

.focus\:basis-38per:focus {
  flex-basis: 38%;
}

.basis-39per {
  flex-basis: 39%;
}

.hover\:basis-39per:hover {
  flex-basis: 39%;
}

.active\:basis-39per:active {
  flex-basis: 39%;
}

.focus\:basis-39per:focus {
  flex-basis: 39%;
}

.basis-40per {
  flex-basis: 40%;
}

.hover\:basis-40per:hover {
  flex-basis: 40%;
}

.active\:basis-40per:active {
  flex-basis: 40%;
}

.focus\:basis-40per:focus {
  flex-basis: 40%;
}

.basis-41per {
  flex-basis: 41%;
}

.hover\:basis-41per:hover {
  flex-basis: 41%;
}

.active\:basis-41per:active {
  flex-basis: 41%;
}

.focus\:basis-41per:focus {
  flex-basis: 41%;
}

.basis-42per {
  flex-basis: 42%;
}

.hover\:basis-42per:hover {
  flex-basis: 42%;
}

.active\:basis-42per:active {
  flex-basis: 42%;
}

.focus\:basis-42per:focus {
  flex-basis: 42%;
}

.basis-43per {
  flex-basis: 43%;
}

.hover\:basis-43per:hover {
  flex-basis: 43%;
}

.active\:basis-43per:active {
  flex-basis: 43%;
}

.focus\:basis-43per:focus {
  flex-basis: 43%;
}

.basis-44per {
  flex-basis: 44%;
}

.hover\:basis-44per:hover {
  flex-basis: 44%;
}

.active\:basis-44per:active {
  flex-basis: 44%;
}

.focus\:basis-44per:focus {
  flex-basis: 44%;
}

.basis-45per {
  flex-basis: 45%;
}

.hover\:basis-45per:hover {
  flex-basis: 45%;
}

.active\:basis-45per:active {
  flex-basis: 45%;
}

.focus\:basis-45per:focus {
  flex-basis: 45%;
}

.basis-46per {
  flex-basis: 46%;
}

.hover\:basis-46per:hover {
  flex-basis: 46%;
}

.active\:basis-46per:active {
  flex-basis: 46%;
}

.focus\:basis-46per:focus {
  flex-basis: 46%;
}

.basis-47per {
  flex-basis: 47%;
}

.hover\:basis-47per:hover {
  flex-basis: 47%;
}

.active\:basis-47per:active {
  flex-basis: 47%;
}

.focus\:basis-47per:focus {
  flex-basis: 47%;
}

.basis-48per {
  flex-basis: 48%;
}

.hover\:basis-48per:hover {
  flex-basis: 48%;
}

.active\:basis-48per:active {
  flex-basis: 48%;
}

.focus\:basis-48per:focus {
  flex-basis: 48%;
}

.basis-49per {
  flex-basis: 49%;
}

.hover\:basis-49per:hover {
  flex-basis: 49%;
}

.active\:basis-49per:active {
  flex-basis: 49%;
}

.focus\:basis-49per:focus {
  flex-basis: 49%;
}

.basis-50per {
  flex-basis: 50%;
}

.hover\:basis-50per:hover {
  flex-basis: 50%;
}

.active\:basis-50per:active {
  flex-basis: 50%;
}

.focus\:basis-50per:focus {
  flex-basis: 50%;
}

.basis-51per {
  flex-basis: 51%;
}

.hover\:basis-51per:hover {
  flex-basis: 51%;
}

.active\:basis-51per:active {
  flex-basis: 51%;
}

.focus\:basis-51per:focus {
  flex-basis: 51%;
}

.basis-52per {
  flex-basis: 52%;
}

.hover\:basis-52per:hover {
  flex-basis: 52%;
}

.active\:basis-52per:active {
  flex-basis: 52%;
}

.focus\:basis-52per:focus {
  flex-basis: 52%;
}

.basis-53per {
  flex-basis: 53%;
}

.hover\:basis-53per:hover {
  flex-basis: 53%;
}

.active\:basis-53per:active {
  flex-basis: 53%;
}

.focus\:basis-53per:focus {
  flex-basis: 53%;
}

.basis-54per {
  flex-basis: 54%;
}

.hover\:basis-54per:hover {
  flex-basis: 54%;
}

.active\:basis-54per:active {
  flex-basis: 54%;
}

.focus\:basis-54per:focus {
  flex-basis: 54%;
}

.basis-55per {
  flex-basis: 55%;
}

.hover\:basis-55per:hover {
  flex-basis: 55%;
}

.active\:basis-55per:active {
  flex-basis: 55%;
}

.focus\:basis-55per:focus {
  flex-basis: 55%;
}

.basis-56per {
  flex-basis: 56%;
}

.hover\:basis-56per:hover {
  flex-basis: 56%;
}

.active\:basis-56per:active {
  flex-basis: 56%;
}

.focus\:basis-56per:focus {
  flex-basis: 56%;
}

.basis-57per {
  flex-basis: 57%;
}

.hover\:basis-57per:hover {
  flex-basis: 57%;
}

.active\:basis-57per:active {
  flex-basis: 57%;
}

.focus\:basis-57per:focus {
  flex-basis: 57%;
}

.basis-58per {
  flex-basis: 58%;
}

.hover\:basis-58per:hover {
  flex-basis: 58%;
}

.active\:basis-58per:active {
  flex-basis: 58%;
}

.focus\:basis-58per:focus {
  flex-basis: 58%;
}

.basis-59per {
  flex-basis: 59%;
}

.hover\:basis-59per:hover {
  flex-basis: 59%;
}

.active\:basis-59per:active {
  flex-basis: 59%;
}

.focus\:basis-59per:focus {
  flex-basis: 59%;
}

.basis-60per {
  flex-basis: 60%;
}

.hover\:basis-60per:hover {
  flex-basis: 60%;
}

.active\:basis-60per:active {
  flex-basis: 60%;
}

.focus\:basis-60per:focus {
  flex-basis: 60%;
}

.basis-61per {
  flex-basis: 61%;
}

.hover\:basis-61per:hover {
  flex-basis: 61%;
}

.active\:basis-61per:active {
  flex-basis: 61%;
}

.focus\:basis-61per:focus {
  flex-basis: 61%;
}

.basis-62per {
  flex-basis: 62%;
}

.hover\:basis-62per:hover {
  flex-basis: 62%;
}

.active\:basis-62per:active {
  flex-basis: 62%;
}

.focus\:basis-62per:focus {
  flex-basis: 62%;
}

.basis-63per {
  flex-basis: 63%;
}

.hover\:basis-63per:hover {
  flex-basis: 63%;
}

.active\:basis-63per:active {
  flex-basis: 63%;
}

.focus\:basis-63per:focus {
  flex-basis: 63%;
}

.basis-64per {
  flex-basis: 64%;
}

.hover\:basis-64per:hover {
  flex-basis: 64%;
}

.active\:basis-64per:active {
  flex-basis: 64%;
}

.focus\:basis-64per:focus {
  flex-basis: 64%;
}

.basis-65per {
  flex-basis: 65%;
}

.hover\:basis-65per:hover {
  flex-basis: 65%;
}

.active\:basis-65per:active {
  flex-basis: 65%;
}

.focus\:basis-65per:focus {
  flex-basis: 65%;
}

.basis-66per {
  flex-basis: 66%;
}

.hover\:basis-66per:hover {
  flex-basis: 66%;
}

.active\:basis-66per:active {
  flex-basis: 66%;
}

.focus\:basis-66per:focus {
  flex-basis: 66%;
}

.basis-67per {
  flex-basis: 67%;
}

.hover\:basis-67per:hover {
  flex-basis: 67%;
}

.active\:basis-67per:active {
  flex-basis: 67%;
}

.focus\:basis-67per:focus {
  flex-basis: 67%;
}

.basis-68per {
  flex-basis: 68%;
}

.hover\:basis-68per:hover {
  flex-basis: 68%;
}

.active\:basis-68per:active {
  flex-basis: 68%;
}

.focus\:basis-68per:focus {
  flex-basis: 68%;
}

.basis-69per {
  flex-basis: 69%;
}

.hover\:basis-69per:hover {
  flex-basis: 69%;
}

.active\:basis-69per:active {
  flex-basis: 69%;
}

.focus\:basis-69per:focus {
  flex-basis: 69%;
}

.basis-70per {
  flex-basis: 70%;
}

.hover\:basis-70per:hover {
  flex-basis: 70%;
}

.active\:basis-70per:active {
  flex-basis: 70%;
}

.focus\:basis-70per:focus {
  flex-basis: 70%;
}

.basis-71per {
  flex-basis: 71%;
}

.hover\:basis-71per:hover {
  flex-basis: 71%;
}

.active\:basis-71per:active {
  flex-basis: 71%;
}

.focus\:basis-71per:focus {
  flex-basis: 71%;
}

.basis-72per {
  flex-basis: 72%;
}

.hover\:basis-72per:hover {
  flex-basis: 72%;
}

.active\:basis-72per:active {
  flex-basis: 72%;
}

.focus\:basis-72per:focus {
  flex-basis: 72%;
}

.basis-73per {
  flex-basis: 73%;
}

.hover\:basis-73per:hover {
  flex-basis: 73%;
}

.active\:basis-73per:active {
  flex-basis: 73%;
}

.focus\:basis-73per:focus {
  flex-basis: 73%;
}

.basis-74per {
  flex-basis: 74%;
}

.hover\:basis-74per:hover {
  flex-basis: 74%;
}

.active\:basis-74per:active {
  flex-basis: 74%;
}

.focus\:basis-74per:focus {
  flex-basis: 74%;
}

.basis-75per {
  flex-basis: 75%;
}

.hover\:basis-75per:hover {
  flex-basis: 75%;
}

.active\:basis-75per:active {
  flex-basis: 75%;
}

.focus\:basis-75per:focus {
  flex-basis: 75%;
}

.basis-76per {
  flex-basis: 76%;
}

.hover\:basis-76per:hover {
  flex-basis: 76%;
}

.active\:basis-76per:active {
  flex-basis: 76%;
}

.focus\:basis-76per:focus {
  flex-basis: 76%;
}

.basis-77per {
  flex-basis: 77%;
}

.hover\:basis-77per:hover {
  flex-basis: 77%;
}

.active\:basis-77per:active {
  flex-basis: 77%;
}

.focus\:basis-77per:focus {
  flex-basis: 77%;
}

.basis-78per {
  flex-basis: 78%;
}

.hover\:basis-78per:hover {
  flex-basis: 78%;
}

.active\:basis-78per:active {
  flex-basis: 78%;
}

.focus\:basis-78per:focus {
  flex-basis: 78%;
}

.basis-79per {
  flex-basis: 79%;
}

.hover\:basis-79per:hover {
  flex-basis: 79%;
}

.active\:basis-79per:active {
  flex-basis: 79%;
}

.focus\:basis-79per:focus {
  flex-basis: 79%;
}

.basis-80per {
  flex-basis: 80%;
}

.hover\:basis-80per:hover {
  flex-basis: 80%;
}

.active\:basis-80per:active {
  flex-basis: 80%;
}

.focus\:basis-80per:focus {
  flex-basis: 80%;
}

.basis-81per {
  flex-basis: 81%;
}

.hover\:basis-81per:hover {
  flex-basis: 81%;
}

.active\:basis-81per:active {
  flex-basis: 81%;
}

.focus\:basis-81per:focus {
  flex-basis: 81%;
}

.basis-82per {
  flex-basis: 82%;
}

.hover\:basis-82per:hover {
  flex-basis: 82%;
}

.active\:basis-82per:active {
  flex-basis: 82%;
}

.focus\:basis-82per:focus {
  flex-basis: 82%;
}

.basis-83per {
  flex-basis: 83%;
}

.hover\:basis-83per:hover {
  flex-basis: 83%;
}

.active\:basis-83per:active {
  flex-basis: 83%;
}

.focus\:basis-83per:focus {
  flex-basis: 83%;
}

.basis-84per {
  flex-basis: 84%;
}

.hover\:basis-84per:hover {
  flex-basis: 84%;
}

.active\:basis-84per:active {
  flex-basis: 84%;
}

.focus\:basis-84per:focus {
  flex-basis: 84%;
}

.basis-85per {
  flex-basis: 85%;
}

.hover\:basis-85per:hover {
  flex-basis: 85%;
}

.active\:basis-85per:active {
  flex-basis: 85%;
}

.focus\:basis-85per:focus {
  flex-basis: 85%;
}

.basis-86per {
  flex-basis: 86%;
}

.hover\:basis-86per:hover {
  flex-basis: 86%;
}

.active\:basis-86per:active {
  flex-basis: 86%;
}

.focus\:basis-86per:focus {
  flex-basis: 86%;
}

.basis-87per {
  flex-basis: 87%;
}

.hover\:basis-87per:hover {
  flex-basis: 87%;
}

.active\:basis-87per:active {
  flex-basis: 87%;
}

.focus\:basis-87per:focus {
  flex-basis: 87%;
}

.basis-88per {
  flex-basis: 88%;
}

.hover\:basis-88per:hover {
  flex-basis: 88%;
}

.active\:basis-88per:active {
  flex-basis: 88%;
}

.focus\:basis-88per:focus {
  flex-basis: 88%;
}

.basis-89per {
  flex-basis: 89%;
}

.hover\:basis-89per:hover {
  flex-basis: 89%;
}

.active\:basis-89per:active {
  flex-basis: 89%;
}

.focus\:basis-89per:focus {
  flex-basis: 89%;
}

.basis-90per {
  flex-basis: 90%;
}

.hover\:basis-90per:hover {
  flex-basis: 90%;
}

.active\:basis-90per:active {
  flex-basis: 90%;
}

.focus\:basis-90per:focus {
  flex-basis: 90%;
}

.basis-91per {
  flex-basis: 91%;
}

.hover\:basis-91per:hover {
  flex-basis: 91%;
}

.active\:basis-91per:active {
  flex-basis: 91%;
}

.focus\:basis-91per:focus {
  flex-basis: 91%;
}

.basis-92per {
  flex-basis: 92%;
}

.hover\:basis-92per:hover {
  flex-basis: 92%;
}

.active\:basis-92per:active {
  flex-basis: 92%;
}

.focus\:basis-92per:focus {
  flex-basis: 92%;
}

.basis-93per {
  flex-basis: 93%;
}

.hover\:basis-93per:hover {
  flex-basis: 93%;
}

.active\:basis-93per:active {
  flex-basis: 93%;
}

.focus\:basis-93per:focus {
  flex-basis: 93%;
}

.basis-94per {
  flex-basis: 94%;
}

.hover\:basis-94per:hover {
  flex-basis: 94%;
}

.active\:basis-94per:active {
  flex-basis: 94%;
}

.focus\:basis-94per:focus {
  flex-basis: 94%;
}

.basis-95per {
  flex-basis: 95%;
}

.hover\:basis-95per:hover {
  flex-basis: 95%;
}

.active\:basis-95per:active {
  flex-basis: 95%;
}

.focus\:basis-95per:focus {
  flex-basis: 95%;
}

.basis-96per {
  flex-basis: 96%;
}

.hover\:basis-96per:hover {
  flex-basis: 96%;
}

.active\:basis-96per:active {
  flex-basis: 96%;
}

.focus\:basis-96per:focus {
  flex-basis: 96%;
}

.basis-97per {
  flex-basis: 97%;
}

.hover\:basis-97per:hover {
  flex-basis: 97%;
}

.active\:basis-97per:active {
  flex-basis: 97%;
}

.focus\:basis-97per:focus {
  flex-basis: 97%;
}

.basis-98per {
  flex-basis: 98%;
}

.hover\:basis-98per:hover {
  flex-basis: 98%;
}

.active\:basis-98per:active {
  flex-basis: 98%;
}

.focus\:basis-98per:focus {
  flex-basis: 98%;
}

.basis-99per {
  flex-basis: 99%;
}

.hover\:basis-99per:hover {
  flex-basis: 99%;
}

.active\:basis-99per:active {
  flex-basis: 99%;
}

.focus\:basis-99per:focus {
  flex-basis: 99%;
}

.basis-100per {
  flex-basis: 100%;
}

.hover\:basis-100per:hover {
  flex-basis: 100%;
}

.active\:basis-100per:active {
  flex-basis: 100%;
}

.focus\:basis-100per:focus {
  flex-basis: 100%;
}

@media (max-width: 480px) {
  .sm\:display-none {
    display: none;
  }
  .active\:sm\:display-none:active {
    display: none;
  }
  .hover\:sm\:display-none:hover {
    display: none;
  }
  .focus\:sm\:display-none:focus {
    display: none;
  }
  .sm\:block {
    display: block;
  }
  .active\:sm\:block:active {
    display: block;
  }
  .hover\:sm\:block:hover {
    display: block;
  }
  .focus\:sm\:block:focus {
    display: block;
  }
  .sm\:inline-block {
    display: inline-block;
  }
  .active\:sm\:inline-block:active {
    display: inline-block;
  }
  .hover\:sm\:inline-block:hover {
    display: inline-block;
  }
  .focus\:sm\:inline-block:focus {
    display: inline-block;
  }
  .sm\:inline {
    display: inline;
  }
  .active\:sm\:inline:active {
    display: inline;
  }
  .hover\:sm\:inline:hover {
    display: inline;
  }
  .focus\:sm\:inline:focus {
    display: inline;
  }
  .sm\:flex {
    display: flex;
  }
  .active\:sm\:flex:active {
    display: flex;
  }
  .hover\:sm\:flex:hover {
    display: flex;
  }
  .focus\:sm\:flex:focus {
    display: flex;
  }
  .sm\:inline-flex {
    display: inline-flex;
  }
  .active\:sm\:inline-flex:active {
    display: inline-flex;
  }
  .hover\:sm\:inline-flex:hover {
    display: inline-flex;
  }
  .focus\:sm\:inline-flex:focus {
    display: inline-flex;
  }
  .sm\:table {
    display: table;
  }
  .active\:sm\:table:active {
    display: table;
  }
  .hover\:sm\:table:hover {
    display: table;
  }
  .focus\:sm\:table:focus {
    display: table;
  }
  .sm\:inline-table {
    display: inline-table;
  }
  .active\:sm\:inline-table:active {
    display: inline-table;
  }
  .hover\:sm\:inline-table:hover {
    display: inline-table;
  }
  .focus\:sm\:inline-table:focus {
    display: inline-table;
  }
  .sm\:table-caption {
    display: table-caption;
  }
  .active\:sm\:table-caption:active {
    display: table-caption;
  }
  .hover\:sm\:table-caption:hover {
    display: table-caption;
  }
  .focus\:sm\:table-caption:focus {
    display: table-caption;
  }
  .sm\:table-cell {
    display: table-cell;
  }
  .active\:sm\:table-cell:active {
    display: table-cell;
  }
  .hover\:sm\:table-cell:hover {
    display: table-cell;
  }
  .focus\:sm\:table-cell:focus {
    display: table-cell;
  }
  .sm\:table-column {
    display: table-column;
  }
  .active\:sm\:table-column:active {
    display: table-column;
  }
  .hover\:sm\:table-column:hover {
    display: table-column;
  }
  .focus\:sm\:table-column:focus {
    display: table-column;
  }
  .sm\:table-column-group {
    display: table-column-group;
  }
  .active\:sm\:table-column-group:active {
    display: table-column-group;
  }
  .hover\:sm\:table-column-group:hover {
    display: table-column-group;
  }
  .focus\:sm\:table-column-group:focus {
    display: table-column-group;
  }
  .sm\:table-footer-group {
    display: table-footer-group;
  }
  .active\:sm\:table-footer-group:active {
    display: table-footer-group;
  }
  .hover\:sm\:table-footer-group:hover {
    display: table-footer-group;
  }
  .focus\:sm\:table-footer-group:focus {
    display: table-footer-group;
  }
  .sm\:table-header-group {
    display: table-header-group;
  }
  .active\:sm\:table-header-group:active {
    display: table-header-group;
  }
  .hover\:sm\:table-header-group:hover {
    display: table-header-group;
  }
  .focus\:sm\:table-header-group:focus {
    display: table-header-group;
  }
  .sm\:table-row-group {
    display: table-row-group;
  }
  .active\:sm\:table-row-group:active {
    display: table-row-group;
  }
  .hover\:sm\:table-row-group:hover {
    display: table-row-group;
  }
  .focus\:sm\:table-row-group:focus {
    display: table-row-group;
  }
  .sm\:table-row {
    display: table-row;
  }
  .active\:sm\:table-row:active {
    display: table-row;
  }
  .hover\:sm\:table-row:hover {
    display: table-row;
  }
  .focus\:sm\:table-row:focus {
    display: table-row;
  }
  .sm\:flow-root {
    display: flow-root;
  }
  .active\:sm\:flow-root:active {
    display: flow-root;
  }
  .hover\:sm\:flow-root:hover {
    display: flow-root;
  }
  .focus\:sm\:flow-root:focus {
    display: flow-root;
  }
  .sm\:grid {
    display: grid;
  }
  .active\:sm\:grid:active {
    display: grid;
  }
  .hover\:sm\:grid:hover {
    display: grid;
  }
  .focus\:sm\:grid:focus {
    display: grid;
  }
  .sm\:inline-grid {
    display: inline-grid;
  }
  .active\:sm\:inline-grid:active {
    display: inline-grid;
  }
  .hover\:sm\:inline-grid:hover {
    display: inline-grid;
  }
  .focus\:sm\:inline-grid:focus {
    display: inline-grid;
  }
  .sm\:contents {
    display: contents;
  }
  .active\:sm\:contents:active {
    display: contents;
  }
  .hover\:sm\:contents:hover {
    display: contents;
  }
  .focus\:sm\:contents:focus {
    display: contents;
  }
  .sm\:list-item {
    display: list-item;
  }
  .active\:sm\:list-item:active {
    display: list-item;
  }
  .hover\:sm\:list-item:hover {
    display: list-item;
  }
  .focus\:sm\:list-item:focus {
    display: list-item;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .active\:sm\:flex-row:active {
    flex-direction: row;
  }
  .hover\:sm\:flex-row:hover {
    flex-direction: row;
  }
  .focus\:sm\:flex-row:focus {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .active\:sm\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }
  .hover\:sm\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }
  .focus\:sm\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }
  .sm\:flex-col {
    flex-direction: column;
  }
  .active\:sm\:flex-col:active {
    flex-direction: column;
  }
  .hover\:sm\:flex-col:hover {
    flex-direction: column;
  }
  .focus\:sm\:flex-col:focus {
    flex-direction: column;
  }
  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .active\:sm\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }
  .hover\:sm\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }
  .focus\:sm\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .active\:sm\:flex-wrap:active {
    flex-wrap: wrap;
  }
  .hover\:sm\:flex-wrap:hover {
    flex-wrap: wrap;
  }
  .focus\:sm\:flex-wrap:focus {
    flex-wrap: wrap;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .active\:sm\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }
  .hover\:sm\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }
  .focus\:sm\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .active\:sm\:flex-nowrap:active {
    flex-wrap: nowrap;
  }
  .hover\:sm\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }
  .focus\:sm\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }
  .sm\:flex-none {
    flex: none;
  }
  .active\:sm\:flex-none:active {
    flex: none;
  }
  .hover\:sm\:flex-none:hover {
    flex: none;
  }
  .focus\:sm\:flex-none:focus {
    flex: none;
  }
  .sm\:flex-1 {
    flex: 1;
  }
  .active\:sm\:flex-1:active {
    flex: 1;
  }
  .hover\:sm\:flex-1:hover {
    flex: 1;
  }
  .focus\:sm\:flex-1:focus {
    flex: 1;
  }
  .sm\:flex-2 {
    flex: 2;
  }
  .active\:sm\:flex-2:active {
    flex: 2;
  }
  .hover\:sm\:flex-2:hover {
    flex: 2;
  }
  .focus\:sm\:flex-2:focus {
    flex: 2;
  }
  .sm\:flex-initial {
    flex: initial;
  }
  .active\:sm\:flex-initial:active {
    flex: initial;
  }
  .hover\:sm\:flex-initial:hover {
    flex: initial;
  }
  .focus\:sm\:flex-initial:focus {
    flex: initial;
  }
  .sm\:flex-auto {
    flex: auto;
  }
  .active\:sm\:flex-auto:active {
    flex: auto;
  }
  .hover\:sm\:flex-auto:hover {
    flex: auto;
  }
  .focus\:sm\:flex-auto:focus {
    flex: auto;
  }
  .sm\:grow {
    flex-grow: 1;
  }
  .active\:sm\:grow:active {
    flex-grow: 1;
  }
  .hover\:sm\:grow:hover {
    flex-grow: 1;
  }
  .focus\:sm\:grow:focus {
    flex-grow: 1;
  }
  .sm\:grow-none {
    flex-grow: 0;
  }
  .active\:sm\:grow-none:active {
    flex-grow: 0;
  }
  .hover\:sm\:grow-none:hover {
    flex-grow: 0;
  }
  .focus\:sm\:grow-none:focus {
    flex-grow: 0;
  }
  .sm\:shrink {
    flex-shrink: 1;
  }
  .active\:sm\:shrink:active {
    flex-shrink: 1;
  }
  .hover\:sm\:shrink:hover {
    flex-shrink: 1;
  }
  .focus\:sm\:shrink:focus {
    flex-shrink: 1;
  }
  .sm\:shrink-none {
    flex-shrink: 0;
  }
  .active\:sm\:shrink-none:active {
    flex-shrink: 0;
  }
  .hover\:sm\:shrink-none:hover {
    flex-shrink: 0;
  }
  .focus\:sm\:shrink-none:focus {
    flex-shrink: 0;
  }
  .sm\:order-1 {
    order: 1;
  }
  .active\:sm\:order-1:active {
    order: 1;
  }
  .hover\:sm\:order-1:hover {
    order: 1;
  }
  .focus\:sm\:order-1:focus {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .active\:sm\:order-2:active {
    order: 2;
  }
  .hover\:sm\:order-2:hover {
    order: 2;
  }
  .focus\:sm\:order-2:focus {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .active\:sm\:order-3:active {
    order: 3;
  }
  .hover\:sm\:order-3:hover {
    order: 3;
  }
  .focus\:sm\:order-3:focus {
    order: 3;
  }
  .sm\:order-4 {
    order: 4;
  }
  .active\:sm\:order-4:active {
    order: 4;
  }
  .hover\:sm\:order-4:hover {
    order: 4;
  }
  .focus\:sm\:order-4:focus {
    order: 4;
  }
  .sm\:order-5 {
    order: 5;
  }
  .active\:sm\:order-5:active {
    order: 5;
  }
  .hover\:sm\:order-5:hover {
    order: 5;
  }
  .focus\:sm\:order-5:focus {
    order: 5;
  }
  .sm\:order-6 {
    order: 6;
  }
  .active\:sm\:order-6:active {
    order: 6;
  }
  .hover\:sm\:order-6:hover {
    order: 6;
  }
  .focus\:sm\:order-6:focus {
    order: 6;
  }
  .sm\:order-7 {
    order: 7;
  }
  .active\:sm\:order-7:active {
    order: 7;
  }
  .hover\:sm\:order-7:hover {
    order: 7;
  }
  .focus\:sm\:order-7:focus {
    order: 7;
  }
  .sm\:order-8 {
    order: 8;
  }
  .active\:sm\:order-8:active {
    order: 8;
  }
  .hover\:sm\:order-8:hover {
    order: 8;
  }
  .focus\:sm\:order-8:focus {
    order: 8;
  }
  .sm\:order-9 {
    order: 9;
  }
  .active\:sm\:order-9:active {
    order: 9;
  }
  .hover\:sm\:order-9:hover {
    order: 9;
  }
  .focus\:sm\:order-9:focus {
    order: 9;
  }
  .sm\:order-10 {
    order: 10;
  }
  .active\:sm\:order-10:active {
    order: 10;
  }
  .hover\:sm\:order-10:hover {
    order: 10;
  }
  .focus\:sm\:order-10:focus {
    order: 10;
  }
  .sm\:order-11 {
    order: 11;
  }
  .active\:sm\:order-11:active {
    order: 11;
  }
  .hover\:sm\:order-11:hover {
    order: 11;
  }
  .focus\:sm\:order-11:focus {
    order: 11;
  }
  .sm\:order-12 {
    order: 12;
  }
  .active\:sm\:order-12:active {
    order: 12;
  }
  .hover\:sm\:order-12:hover {
    order: 12;
  }
  .focus\:sm\:order-12:focus {
    order: 12;
  }
  .sm\:order-first {
    order: -9999;
  }
  .active\:sm\:order-first:active {
    order: -9999;
  }
  .hover\:sm\:order-first:hover {
    order: -9999;
  }
  .focus\:sm\:order-first:focus {
    order: -9999;
  }
  .sm\:order-last {
    order: 9999;
  }
  .active\:sm\:order-last:active {
    order: 9999;
  }
  .hover\:sm\:order-last:hover {
    order: 9999;
  }
  .focus\:sm\:order-last:focus {
    order: 9999;
  }
  .sm\:order-none {
    order: 0;
  }
  .active\:sm\:order-none:active {
    order: 0;
  }
  .hover\:sm\:order-none:hover {
    order: 0;
  }
  .focus\:sm\:order-none:focus {
    order: 0;
  }
  .sm\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .active\:sm\:grid-col-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .hover\:sm\:grid-col-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .focus\:sm\:grid-col-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-col-none {
    grid-template-columns: none;
  }
  .active\:sm\:grid-col-none:active {
    grid-template-columns: none;
  }
  .hover\:sm\:grid-col-none:hover {
    grid-template-columns: none;
  }
  .focus\:sm\:grid-col-none:focus {
    grid-template-columns: none;
  }
  .sm\:col-auto {
    grid-column: auto;
  }
  .active\:sm\:col-auto:active {
    grid-column: auto;
  }
  .hover\:sm\:col-auto:hover {
    grid-column: auto;
  }
  .focus\:sm\:col-auto:focus {
    grid-column: auto;
  }
  .sm\:col-span-1 {
    grid-column: span 1;
  }
  .active\:sm\:col-span-1:active {
    grid-column: span 1;
  }
  .hover\:sm\:col-span-1:hover {
    grid-column: span 1;
  }
  .focus\:sm\:col-span-1:focus {
    grid-column: span 1;
  }
  .sm\:col-span-2 {
    grid-column: span 2;
  }
  .active\:sm\:col-span-2:active {
    grid-column: span 2;
  }
  .hover\:sm\:col-span-2:hover {
    grid-column: span 2;
  }
  .focus\:sm\:col-span-2:focus {
    grid-column: span 2;
  }
  .sm\:col-span-3 {
    grid-column: span 3;
  }
  .active\:sm\:col-span-3:active {
    grid-column: span 3;
  }
  .hover\:sm\:col-span-3:hover {
    grid-column: span 3;
  }
  .focus\:sm\:col-span-3:focus {
    grid-column: span 3;
  }
  .sm\:col-span-4 {
    grid-column: span 4;
  }
  .active\:sm\:col-span-4:active {
    grid-column: span 4;
  }
  .hover\:sm\:col-span-4:hover {
    grid-column: span 4;
  }
  .focus\:sm\:col-span-4:focus {
    grid-column: span 4;
  }
  .sm\:col-span-5 {
    grid-column: span 5;
  }
  .active\:sm\:col-span-5:active {
    grid-column: span 5;
  }
  .hover\:sm\:col-span-5:hover {
    grid-column: span 5;
  }
  .focus\:sm\:col-span-5:focus {
    grid-column: span 5;
  }
  .sm\:col-span-6 {
    grid-column: span 6;
  }
  .active\:sm\:col-span-6:active {
    grid-column: span 6;
  }
  .hover\:sm\:col-span-6:hover {
    grid-column: span 6;
  }
  .focus\:sm\:col-span-6:focus {
    grid-column: span 6;
  }
  .sm\:col-span-7 {
    grid-column: span 7;
  }
  .active\:sm\:col-span-7:active {
    grid-column: span 7;
  }
  .hover\:sm\:col-span-7:hover {
    grid-column: span 7;
  }
  .focus\:sm\:col-span-7:focus {
    grid-column: span 7;
  }
  .sm\:col-span-8 {
    grid-column: span 8;
  }
  .active\:sm\:col-span-8:active {
    grid-column: span 8;
  }
  .hover\:sm\:col-span-8:hover {
    grid-column: span 8;
  }
  .focus\:sm\:col-span-8:focus {
    grid-column: span 8;
  }
  .sm\:col-span-9 {
    grid-column: span 9;
  }
  .active\:sm\:col-span-9:active {
    grid-column: span 9;
  }
  .hover\:sm\:col-span-9:hover {
    grid-column: span 9;
  }
  .focus\:sm\:col-span-9:focus {
    grid-column: span 9;
  }
  .sm\:col-span-10 {
    grid-column: span 10;
  }
  .active\:sm\:col-span-10:active {
    grid-column: span 10;
  }
  .hover\:sm\:col-span-10:hover {
    grid-column: span 10;
  }
  .focus\:sm\:col-span-10:focus {
    grid-column: span 10;
  }
  .sm\:col-span-11 {
    grid-column: span 11;
  }
  .active\:sm\:col-span-11:active {
    grid-column: span 11;
  }
  .hover\:sm\:col-span-11:hover {
    grid-column: span 11;
  }
  .focus\:sm\:col-span-11:focus {
    grid-column: span 11;
  }
  .sm\:col-span-12 {
    grid-column: span 12;
  }
  .active\:sm\:col-span-12:active {
    grid-column: span 12;
  }
  .hover\:sm\:col-span-12:hover {
    grid-column: span 12;
  }
  .focus\:sm\:col-span-12:focus {
    grid-column: span 12;
  }
  .sm\:col-span-full {
    grid-column: -1;
  }
  .active\:sm\:col-span-full:active {
    grid-column: -1;
  }
  .hover\:sm\:col-span-full:hover {
    grid-column: -1;
  }
  .focus\:sm\:col-span-full:focus {
    grid-column: -1;
  }
  .sm\:col-start-1 {
    grid-column-start: 1;
  }
  .active\:sm\:col-start-1:active {
    grid-column-start: 1;
  }
  .hover\:sm\:col-start-1:hover {
    grid-column-start: 1;
  }
  .focus\:sm\:col-start-1:focus {
    grid-column-start: 1;
  }
  .sm\:col-start-2 {
    grid-column-start: 2;
  }
  .active\:sm\:col-start-2:active {
    grid-column-start: 2;
  }
  .hover\:sm\:col-start-2:hover {
    grid-column-start: 2;
  }
  .focus\:sm\:col-start-2:focus {
    grid-column-start: 2;
  }
  .sm\:col-start-3 {
    grid-column-start: 3;
  }
  .active\:sm\:col-start-3:active {
    grid-column-start: 3;
  }
  .hover\:sm\:col-start-3:hover {
    grid-column-start: 3;
  }
  .focus\:sm\:col-start-3:focus {
    grid-column-start: 3;
  }
  .sm\:col-start-4 {
    grid-column-start: 4;
  }
  .active\:sm\:col-start-4:active {
    grid-column-start: 4;
  }
  .hover\:sm\:col-start-4:hover {
    grid-column-start: 4;
  }
  .focus\:sm\:col-start-4:focus {
    grid-column-start: 4;
  }
  .sm\:col-start-5 {
    grid-column-start: 5;
  }
  .active\:sm\:col-start-5:active {
    grid-column-start: 5;
  }
  .hover\:sm\:col-start-5:hover {
    grid-column-start: 5;
  }
  .focus\:sm\:col-start-5:focus {
    grid-column-start: 5;
  }
  .sm\:col-start-6 {
    grid-column-start: 6;
  }
  .active\:sm\:col-start-6:active {
    grid-column-start: 6;
  }
  .hover\:sm\:col-start-6:hover {
    grid-column-start: 6;
  }
  .focus\:sm\:col-start-6:focus {
    grid-column-start: 6;
  }
  .sm\:col-start-7 {
    grid-column-start: 7;
  }
  .active\:sm\:col-start-7:active {
    grid-column-start: 7;
  }
  .hover\:sm\:col-start-7:hover {
    grid-column-start: 7;
  }
  .focus\:sm\:col-start-7:focus {
    grid-column-start: 7;
  }
  .sm\:col-start-8 {
    grid-column-start: 8;
  }
  .active\:sm\:col-start-8:active {
    grid-column-start: 8;
  }
  .hover\:sm\:col-start-8:hover {
    grid-column-start: 8;
  }
  .focus\:sm\:col-start-8:focus {
    grid-column-start: 8;
  }
  .sm\:col-start-9 {
    grid-column-start: 9;
  }
  .active\:sm\:col-start-9:active {
    grid-column-start: 9;
  }
  .hover\:sm\:col-start-9:hover {
    grid-column-start: 9;
  }
  .focus\:sm\:col-start-9:focus {
    grid-column-start: 9;
  }
  .sm\:col-start-10 {
    grid-column-start: 10;
  }
  .active\:sm\:col-start-10:active {
    grid-column-start: 10;
  }
  .hover\:sm\:col-start-10:hover {
    grid-column-start: 10;
  }
  .focus\:sm\:col-start-10:focus {
    grid-column-start: 10;
  }
  .sm\:col-start-11 {
    grid-column-start: 11;
  }
  .active\:sm\:col-start-11:active {
    grid-column-start: 11;
  }
  .hover\:sm\:col-start-11:hover {
    grid-column-start: 11;
  }
  .focus\:sm\:col-start-11:focus {
    grid-column-start: 11;
  }
  .sm\:col-start-12 {
    grid-column-start: 12;
  }
  .active\:sm\:col-start-12:active {
    grid-column-start: 12;
  }
  .hover\:sm\:col-start-12:hover {
    grid-column-start: 12;
  }
  .focus\:sm\:col-start-12:focus {
    grid-column-start: 12;
  }
  .sm\:col-start-13 {
    grid-column-start: 13;
  }
  .active\:sm\:col-start-13:active {
    grid-column-start: 13;
  }
  .hover\:sm\:col-start-13:hover {
    grid-column-start: 13;
  }
  .focus\:sm\:col-start-13:focus {
    grid-column-start: 13;
  }
  .sm\:col-start-auto {
    grid-column-start: auto;
  }
  .active\:sm\:col-start-auto:active {
    grid-column-start: auto;
  }
  .hover\:sm\:col-start-auto:hover {
    grid-column-start: auto;
  }
  .focus\:sm\:col-start-auto:focus {
    grid-column-start: auto;
  }
  .sm\:col-end-1 {
    grid-column-end: 1;
  }
  .active\:sm\:col-end-1:active {
    grid-column-end: 1;
  }
  .hover\:sm\:col-end-1:hover {
    grid-column-end: 1;
  }
  .focus\:sm\:col-end-1:focus {
    grid-column-end: 1;
  }
  .sm\:col-end-2 {
    grid-column-end: 2;
  }
  .active\:sm\:col-end-2:active {
    grid-column-end: 2;
  }
  .hover\:sm\:col-end-2:hover {
    grid-column-end: 2;
  }
  .focus\:sm\:col-end-2:focus {
    grid-column-end: 2;
  }
  .sm\:col-end-3 {
    grid-column-end: 3;
  }
  .active\:sm\:col-end-3:active {
    grid-column-end: 3;
  }
  .hover\:sm\:col-end-3:hover {
    grid-column-end: 3;
  }
  .focus\:sm\:col-end-3:focus {
    grid-column-end: 3;
  }
  .sm\:col-end-4 {
    grid-column-end: 4;
  }
  .active\:sm\:col-end-4:active {
    grid-column-end: 4;
  }
  .hover\:sm\:col-end-4:hover {
    grid-column-end: 4;
  }
  .focus\:sm\:col-end-4:focus {
    grid-column-end: 4;
  }
  .sm\:col-end-5 {
    grid-column-end: 5;
  }
  .active\:sm\:col-end-5:active {
    grid-column-end: 5;
  }
  .hover\:sm\:col-end-5:hover {
    grid-column-end: 5;
  }
  .focus\:sm\:col-end-5:focus {
    grid-column-end: 5;
  }
  .sm\:col-end-6 {
    grid-column-end: 6;
  }
  .active\:sm\:col-end-6:active {
    grid-column-end: 6;
  }
  .hover\:sm\:col-end-6:hover {
    grid-column-end: 6;
  }
  .focus\:sm\:col-end-6:focus {
    grid-column-end: 6;
  }
  .sm\:col-end-7 {
    grid-column-end: 7;
  }
  .active\:sm\:col-end-7:active {
    grid-column-end: 7;
  }
  .hover\:sm\:col-end-7:hover {
    grid-column-end: 7;
  }
  .focus\:sm\:col-end-7:focus {
    grid-column-end: 7;
  }
  .sm\:col-end-8 {
    grid-column-end: 8;
  }
  .active\:sm\:col-end-8:active {
    grid-column-end: 8;
  }
  .hover\:sm\:col-end-8:hover {
    grid-column-end: 8;
  }
  .focus\:sm\:col-end-8:focus {
    grid-column-end: 8;
  }
  .sm\:col-end-9 {
    grid-column-end: 9;
  }
  .active\:sm\:col-end-9:active {
    grid-column-end: 9;
  }
  .hover\:sm\:col-end-9:hover {
    grid-column-end: 9;
  }
  .focus\:sm\:col-end-9:focus {
    grid-column-end: 9;
  }
  .sm\:col-end-10 {
    grid-column-end: 10;
  }
  .active\:sm\:col-end-10:active {
    grid-column-end: 10;
  }
  .hover\:sm\:col-end-10:hover {
    grid-column-end: 10;
  }
  .focus\:sm\:col-end-10:focus {
    grid-column-end: 10;
  }
  .sm\:col-end-11 {
    grid-column-end: 11;
  }
  .active\:sm\:col-end-11:active {
    grid-column-end: 11;
  }
  .hover\:sm\:col-end-11:hover {
    grid-column-end: 11;
  }
  .focus\:sm\:col-end-11:focus {
    grid-column-end: 11;
  }
  .sm\:col-end-12 {
    grid-column-end: 12;
  }
  .active\:sm\:col-end-12:active {
    grid-column-end: 12;
  }
  .hover\:sm\:col-end-12:hover {
    grid-column-end: 12;
  }
  .focus\:sm\:col-end-12:focus {
    grid-column-end: 12;
  }
  .sm\:col-end-13 {
    grid-column-end: 13;
  }
  .active\:sm\:col-end-13:active {
    grid-column-end: 13;
  }
  .hover\:sm\:col-end-13:hover {
    grid-column-end: 13;
  }
  .focus\:sm\:col-end-13:focus {
    grid-column-end: 13;
  }
  .sm\:col-end-auto {
    grid-column-end: auto;
  }
  .active\:sm\:col-end-auto:active {
    grid-column-end: auto;
  }
  .hover\:sm\:col-end-auto:hover {
    grid-column-end: auto;
  }
  .focus\:sm\:col-end-auto:focus {
    grid-column-end: auto;
  }
  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .sm\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-7:active {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-7:hover {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-7:focus {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .sm\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-8:active {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-8:hover {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-8:focus {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .sm\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-9:active {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-9:hover {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-9:focus {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .sm\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-10:active {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-10:hover {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-10:focus {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .sm\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-11:active {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-11:hover {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-11:focus {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .sm\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .active\:sm\:grid-rows-12:active {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .hover\:sm\:grid-rows-12:hover {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .focus\:sm\:grid-rows-12:focus {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .sm\:grid-rows-none {
    grid-template-rows: none;
  }
  .active\:sm\:grid-rows-none:active {
    grid-template-rows: none;
  }
  .hover\:sm\:grid-rows-none:hover {
    grid-template-rows: none;
  }
  .focus\:sm\:grid-rows-none:focus {
    grid-template-rows: none;
  }
  .sm\:row-auto {
    grid-row: auto;
  }
  .active\:sm\:row-auto:active {
    grid-row: auto;
  }
  .hover\:sm\:row-auto:hover {
    grid-row: auto;
  }
  .focus\:sm\:row-auto:focus {
    grid-row: auto;
  }
  .sm\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .active\:sm\:row-span-1:active {
    grid-row: span 1/span 1;
  }
  .hover\:sm\:row-span-1:hover {
    grid-row: span 1/span 1;
  }
  .focus\:sm\:row-span-1:focus {
    grid-row: span 1/span 1;
  }
  .sm\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .active\:sm\:row-span-2:active {
    grid-row: span 2/span 2;
  }
  .hover\:sm\:row-span-2:hover {
    grid-row: span 2/span 2;
  }
  .focus\:sm\:row-span-2:focus {
    grid-row: span 2/span 2;
  }
  .sm\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .active\:sm\:row-span-3:active {
    grid-row: span 3/span 3;
  }
  .hover\:sm\:row-span-3:hover {
    grid-row: span 3/span 3;
  }
  .focus\:sm\:row-span-3:focus {
    grid-row: span 3/span 3;
  }
  .sm\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .active\:sm\:row-span-4:active {
    grid-row: span 4/span 4;
  }
  .hover\:sm\:row-span-4:hover {
    grid-row: span 4/span 4;
  }
  .focus\:sm\:row-span-4:focus {
    grid-row: span 4/span 4;
  }
  .sm\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .active\:sm\:row-span-5:active {
    grid-row: span 5/span 5;
  }
  .hover\:sm\:row-span-5:hover {
    grid-row: span 5/span 5;
  }
  .focus\:sm\:row-span-5:focus {
    grid-row: span 5/span 5;
  }
  .sm\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .active\:sm\:row-span-6:active {
    grid-row: span 6/span 6;
  }
  .hover\:sm\:row-span-6:hover {
    grid-row: span 6/span 6;
  }
  .focus\:sm\:row-span-6:focus {
    grid-row: span 6/span 6;
  }
  .sm\:row-span-full {
    grid-row: -1;
  }
  .active\:sm\:row-span-full:active {
    grid-row: -1;
  }
  .hover\:sm\:row-span-full:hover {
    grid-row: -1;
  }
  .focus\:sm\:row-span-full:focus {
    grid-row: -1;
  }
  .sm\:row-start-1 {
    grid-row-start: 1;
  }
  .active\:sm\:row-start-1:active {
    grid-row-start: 1;
  }
  .hover\:sm\:row-start-1:hover {
    grid-row-start: 1;
  }
  .focus\:sm\:row-start-1:focus {
    grid-row-start: 1;
  }
  .sm\:row-start-2 {
    grid-row-start: 2;
  }
  .active\:sm\:row-start-2:active {
    grid-row-start: 2;
  }
  .hover\:sm\:row-start-2:hover {
    grid-row-start: 2;
  }
  .focus\:sm\:row-start-2:focus {
    grid-row-start: 2;
  }
  .sm\:row-start-3 {
    grid-row-start: 3;
  }
  .active\:sm\:row-start-3:active {
    grid-row-start: 3;
  }
  .hover\:sm\:row-start-3:hover {
    grid-row-start: 3;
  }
  .focus\:sm\:row-start-3:focus {
    grid-row-start: 3;
  }
  .sm\:row-start-4 {
    grid-row-start: 4;
  }
  .active\:sm\:row-start-4:active {
    grid-row-start: 4;
  }
  .hover\:sm\:row-start-4:hover {
    grid-row-start: 4;
  }
  .focus\:sm\:row-start-4:focus {
    grid-row-start: 4;
  }
  .sm\:row-start-5 {
    grid-row-start: 5;
  }
  .active\:sm\:row-start-5:active {
    grid-row-start: 5;
  }
  .hover\:sm\:row-start-5:hover {
    grid-row-start: 5;
  }
  .focus\:sm\:row-start-5:focus {
    grid-row-start: 5;
  }
  .sm\:row-start-6 {
    grid-row-start: 6;
  }
  .active\:sm\:row-start-6:active {
    grid-row-start: 6;
  }
  .hover\:sm\:row-start-6:hover {
    grid-row-start: 6;
  }
  .focus\:sm\:row-start-6:focus {
    grid-row-start: 6;
  }
  .sm\:row-start-7 {
    grid-row-start: 7;
  }
  .active\:sm\:row-start-7:active {
    grid-row-start: 7;
  }
  .hover\:sm\:row-start-7:hover {
    grid-row-start: 7;
  }
  .focus\:sm\:row-start-7:focus {
    grid-row-start: 7;
  }
  .sm\:row-start-auto {
    grid-row-start: auto;
  }
  .active\:sm\:row-start-auto:active {
    grid-row-start: auto;
  }
  .hover\:sm\:row-start-auto:hover {
    grid-row-start: auto;
  }
  .focus\:sm\:row-start-auto:focus {
    grid-row-start: auto;
  }
  .sm\:row-end-1 {
    grid-row-end: 1;
  }
  .active\:sm\:row-end-1:active {
    grid-row-end: 1;
  }
  .hover\:sm\:row-end-1:hover {
    grid-row-end: 1;
  }
  .focus\:sm\:row-end-1:focus {
    grid-row-end: 1;
  }
  .sm\:row-end-2 {
    grid-row-end: 2;
  }
  .active\:sm\:row-end-2:active {
    grid-row-end: 2;
  }
  .hover\:sm\:row-end-2:hover {
    grid-row-end: 2;
  }
  .focus\:sm\:row-end-2:focus {
    grid-row-end: 2;
  }
  .sm\:row-end-3 {
    grid-row-end: 3;
  }
  .active\:sm\:row-end-3:active {
    grid-row-end: 3;
  }
  .hover\:sm\:row-end-3:hover {
    grid-row-end: 3;
  }
  .focus\:sm\:row-end-3:focus {
    grid-row-end: 3;
  }
  .sm\:row-end-4 {
    grid-row-end: 4;
  }
  .active\:sm\:row-end-4:active {
    grid-row-end: 4;
  }
  .hover\:sm\:row-end-4:hover {
    grid-row-end: 4;
  }
  .focus\:sm\:row-end-4:focus {
    grid-row-end: 4;
  }
  .sm\:row-end-5 {
    grid-row-end: 5;
  }
  .active\:sm\:row-end-5:active {
    grid-row-end: 5;
  }
  .hover\:sm\:row-end-5:hover {
    grid-row-end: 5;
  }
  .focus\:sm\:row-end-5:focus {
    grid-row-end: 5;
  }
  .sm\:row-end-6 {
    grid-row-end: 6;
  }
  .active\:sm\:row-end-6:active {
    grid-row-end: 6;
  }
  .hover\:sm\:row-end-6:hover {
    grid-row-end: 6;
  }
  .focus\:sm\:row-end-6:focus {
    grid-row-end: 6;
  }
  .sm\:row-end-7 {
    grid-row-end: 7;
  }
  .active\:sm\:row-end-7:active {
    grid-row-end: 7;
  }
  .hover\:sm\:row-end-7:hover {
    grid-row-end: 7;
  }
  .focus\:sm\:row-end-7:focus {
    grid-row-end: 7;
  }
  .sm\:row-end-auto {
    grid-row-end: auto;
  }
  .active\:sm\:row-end-auto:active {
    grid-row-end: auto;
  }
  .hover\:sm\:row-end-auto:hover {
    grid-row-end: auto;
  }
  .focus\:sm\:row-end-auto:focus {
    grid-row-end: auto;
  }
  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }
  .active\:sm\:grid-flow-row:active {
    grid-auto-flow: row;
  }
  .hover\:sm\:grid-flow-row:hover {
    grid-auto-flow: row;
  }
  .focus\:sm\:grid-flow-row:focus {
    grid-auto-flow: row;
  }
  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }
  .active\:sm\:grid-flow-col:active {
    grid-auto-flow: column;
  }
  .hover\:sm\:grid-flow-col:hover {
    grid-auto-flow: column;
  }
  .focus\:sm\:grid-flow-col:focus {
    grid-auto-flow: column;
  }
  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .active\:sm\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }
  .hover\:sm\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }
  .focus\:sm\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }
  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .active\:sm\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }
  .hover\:sm\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }
  .focus\:sm\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }
  .sm\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .active\:sm\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }
  .hover\:sm\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }
  .focus\:sm\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }
  .sm\:auto-cols-min {
    grid-auto-columns: min-content;
  }
  .active\:sm\:auto-cols-min:active {
    grid-auto-columns: min-content;
  }
  .hover\:sm\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }
  .focus\:sm\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }
  .sm\:auto-cols-max {
    grid-auto-columns: max-content;
  }
  .active\:sm\:auto-cols-max:active {
    grid-auto-columns: max-content;
  }
  .hover\:sm\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }
  .focus\:sm\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }
  .sm\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .active\:sm\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }
  .hover\:sm\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }
  .focus\:sm\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }
  .sm\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .active\:sm\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }
  .hover\:sm\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }
  .focus\:sm\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }
  .sm\:auto-rows-min {
    grid-auto-rows: min-content;
  }
  .active\:sm\:auto-rows-min:active {
    grid-auto-rows: min-content;
  }
  .hover\:sm\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }
  .focus\:sm\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }
  .sm\:auto-rows-max {
    grid-auto-rows: max-content;
  }
  .active\:sm\:auto-rows-max:active {
    grid-auto-rows: max-content;
  }
  .hover\:sm\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }
  .focus\:sm\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }
  .sm\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .active\:sm\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }
  .hover\:sm\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }
  .focus\:sm\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .active\:sm\:justify-start:active {
    justify-content: flex-start;
  }
  .hover\:sm\:justify-start:hover {
    justify-content: flex-start;
  }
  .focus\:sm\:justify-start:focus {
    justify-content: flex-start;
  }
  .sm\:justify-end {
    justify-content: flex-end;
  }
  .active\:sm\:justify-end:active {
    justify-content: flex-end;
  }
  .hover\:sm\:justify-end:hover {
    justify-content: flex-end;
  }
  .focus\:sm\:justify-end:focus {
    justify-content: flex-end;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .active\:sm\:justify-center:active {
    justify-content: center;
  }
  .hover\:sm\:justify-center:hover {
    justify-content: center;
  }
  .focus\:sm\:justify-center:focus {
    justify-content: center;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .active\:sm\:justify-between:active {
    justify-content: space-between;
  }
  .hover\:sm\:justify-between:hover {
    justify-content: space-between;
  }
  .focus\:sm\:justify-between:focus {
    justify-content: space-between;
  }
  .sm\:justify-around {
    justify-content: space-around;
  }
  .active\:sm\:justify-around:active {
    justify-content: space-around;
  }
  .hover\:sm\:justify-around:hover {
    justify-content: space-around;
  }
  .focus\:sm\:justify-around:focus {
    justify-content: space-around;
  }
  .sm\:justify-evenly {
    justify-content: space-evenly;
  }
  .active\:sm\:justify-evenly:active {
    justify-content: space-evenly;
  }
  .hover\:sm\:justify-evenly:hover {
    justify-content: space-evenly;
  }
  .focus\:sm\:justify-evenly:focus {
    justify-content: space-evenly;
  }
  .sm\:justify-items-start {
    justify-items: start;
  }
  .active\:sm\:justify-items-start:active {
    justify-items: start;
  }
  .hover\:sm\:justify-items-start:hover {
    justify-items: start;
  }
  .focus\:sm\:justify-items-start:focus {
    justify-items: start;
  }
  .sm\:justify-items-end {
    justify-items: end;
  }
  .active\:sm\:justify-items-end:active {
    justify-items: end;
  }
  .hover\:sm\:justify-items-end:hover {
    justify-items: end;
  }
  .focus\:sm\:justify-items-end:focus {
    justify-items: end;
  }
  .sm\:justify-items-center {
    justify-items: center;
  }
  .active\:sm\:justify-items-center:active {
    justify-items: center;
  }
  .hover\:sm\:justify-items-center:hover {
    justify-items: center;
  }
  .focus\:sm\:justify-items-center:focus {
    justify-items: center;
  }
  .sm\:justify-items-stretch {
    justify-items: stretch;
  }
  .active\:sm\:justify-items-stretch:active {
    justify-items: stretch;
  }
  .hover\:sm\:justify-items-stretch:hover {
    justify-items: stretch;
  }
  .focus\:sm\:justify-items-stretch:focus {
    justify-items: stretch;
  }
  .sm\:justify-self-auto {
    justify-self: auto;
  }
  .active\:sm\:justify-self-auto:active {
    justify-self: auto;
  }
  .hover\:sm\:justify-self-auto:hover {
    justify-self: auto;
  }
  .focus\:sm\:justify-self-auto:focus {
    justify-self: auto;
  }
  .sm\:justify-self-start {
    justify-self: start;
  }
  .active\:sm\:justify-self-start:active {
    justify-self: start;
  }
  .hover\:sm\:justify-self-start:hover {
    justify-self: start;
  }
  .focus\:sm\:justify-self-start:focus {
    justify-self: start;
  }
  .sm\:justify-self-end {
    justify-self: end;
  }
  .active\:sm\:justify-self-end:active {
    justify-self: end;
  }
  .hover\:sm\:justify-self-end:hover {
    justify-self: end;
  }
  .focus\:sm\:justify-self-end:focus {
    justify-self: end;
  }
  .sm\:justify-self-center {
    justify-self: center;
  }
  .active\:sm\:justify-self-center:active {
    justify-self: center;
  }
  .hover\:sm\:justify-self-center:hover {
    justify-self: center;
  }
  .focus\:sm\:justify-self-center:focus {
    justify-self: center;
  }
  .sm\:justify-self-stretch {
    justify-self: stretch;
  }
  .active\:sm\:justify-self-stretch:active {
    justify-self: stretch;
  }
  .hover\:sm\:justify-self-stretch:hover {
    justify-self: stretch;
  }
  .focus\:sm\:justify-self-stretch:focus {
    justify-self: stretch;
  }
  .sm\:content-center {
    align-content: center;
  }
  .active\:sm\:content-center:active {
    align-content: center;
  }
  .hover\:sm\:content-center:hover {
    align-content: center;
  }
  .focus\:sm\:content-center:focus {
    align-content: center;
  }
  .sm\:content-start {
    align-content: flex-start;
  }
  .active\:sm\:content-start:active {
    align-content: flex-start;
  }
  .hover\:sm\:content-start:hover {
    align-content: flex-start;
  }
  .focus\:sm\:content-start:focus {
    align-content: flex-start;
  }
  .sm\:content-end {
    align-content: flex-end;
  }
  .active\:sm\:content-end:active {
    align-content: flex-end;
  }
  .hover\:sm\:content-end:hover {
    align-content: flex-end;
  }
  .focus\:sm\:content-end:focus {
    align-content: flex-end;
  }
  .sm\:content-between {
    align-content: space-between;
  }
  .active\:sm\:content-between:active {
    align-content: space-between;
  }
  .hover\:sm\:content-between:hover {
    align-content: space-between;
  }
  .focus\:sm\:content-between:focus {
    align-content: space-between;
  }
  .sm\:content-around {
    align-content: space-around;
  }
  .active\:sm\:content-around:active {
    align-content: space-around;
  }
  .hover\:sm\:content-around:hover {
    align-content: space-around;
  }
  .focus\:sm\:content-around:focus {
    align-content: space-around;
  }
  .sm\:content-evenly {
    align-content: space-evenly;
  }
  .active\:sm\:content-evenly:active {
    align-content: space-evenly;
  }
  .hover\:sm\:content-evenly:hover {
    align-content: space-evenly;
  }
  .focus\:sm\:content-evenly:focus {
    align-content: space-evenly;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .active\:sm\:items-start:active {
    align-items: flex-start;
  }
  .hover\:sm\:items-start:hover {
    align-items: flex-start;
  }
  .focus\:sm\:items-start:focus {
    align-items: flex-start;
  }
  .sm\:items-end {
    align-items: flex-end;
  }
  .active\:sm\:items-end:active {
    align-items: flex-end;
  }
  .hover\:sm\:items-end:hover {
    align-items: flex-end;
  }
  .focus\:sm\:items-end:focus {
    align-items: flex-end;
  }
  .sm\:items-center {
    align-items: center;
  }
  .active\:sm\:items-center:active {
    align-items: center;
  }
  .hover\:sm\:items-center:hover {
    align-items: center;
  }
  .focus\:sm\:items-center:focus {
    align-items: center;
  }
  .sm\:items-baseline {
    align-items: baseline;
  }
  .active\:sm\:items-baseline:active {
    align-items: baseline;
  }
  .hover\:sm\:items-baseline:hover {
    align-items: baseline;
  }
  .focus\:sm\:items-baseline:focus {
    align-items: baseline;
  }
  .sm\:items-stretch {
    align-items: stretch;
  }
  .active\:sm\:items-stretch:active {
    align-items: stretch;
  }
  .hover\:sm\:items-stretch:hover {
    align-items: stretch;
  }
  .focus\:sm\:items-stretch:focus {
    align-items: stretch;
  }
  .sm\:self-auto {
    align-self: auto;
  }
  .active\:sm\:self-auto:active {
    align-self: auto;
  }
  .hover\:sm\:self-auto:hover {
    align-self: auto;
  }
  .focus\:sm\:self-auto:focus {
    align-self: auto;
  }
  .sm\:self-start {
    align-self: flex-start;
  }
  .active\:sm\:self-start:active {
    align-self: flex-start;
  }
  .hover\:sm\:self-start:hover {
    align-self: flex-start;
  }
  .focus\:sm\:self-start:focus {
    align-self: flex-start;
  }
  .sm\:self-end {
    align-self: flex-end;
  }
  .active\:sm\:self-end:active {
    align-self: flex-end;
  }
  .hover\:sm\:self-end:hover {
    align-self: flex-end;
  }
  .focus\:sm\:self-end:focus {
    align-self: flex-end;
  }
  .sm\:self-center {
    align-self: center;
  }
  .active\:sm\:self-center:active {
    align-self: center;
  }
  .hover\:sm\:self-center:hover {
    align-self: center;
  }
  .focus\:sm\:self-center:focus {
    align-self: center;
  }
  .sm\:self-stretch {
    align-self: stretch;
  }
  .active\:sm\:self-stretch:active {
    align-self: stretch;
  }
  .hover\:sm\:self-stretch:hover {
    align-self: stretch;
  }
  .focus\:sm\:self-stretch:focus {
    align-self: stretch;
  }
  .sm\:self-baseline {
    align-self: baseline;
  }
  .active\:sm\:self-baseline:active {
    align-self: baseline;
  }
  .hover\:sm\:self-baseline:hover {
    align-self: baseline;
  }
  .focus\:sm\:self-baseline:focus {
    align-self: baseline;
  }
  .sm\:place-content-center {
    place-content: center;
  }
  .active\:sm\:place-content-center:active {
    place-content: center;
  }
  .hover\:sm\:place-content-center:hover {
    place-content: center;
  }
  .focus\:sm\:place-content-center:focus {
    place-content: center;
  }
  .sm\:place-content-start {
    place-content: start;
  }
  .active\:sm\:place-content-start:active {
    place-content: start;
  }
  .hover\:sm\:place-content-start:hover {
    place-content: start;
  }
  .focus\:sm\:place-content-start:focus {
    place-content: start;
  }
  .sm\:place-content-end {
    place-content: end;
  }
  .active\:sm\:place-content-end:active {
    place-content: end;
  }
  .hover\:sm\:place-content-end:hover {
    place-content: end;
  }
  .focus\:sm\:place-content-end:focus {
    place-content: end;
  }
  .sm\:place-content-between {
    place-content: space-between;
  }
  .active\:sm\:place-content-between:active {
    place-content: space-between;
  }
  .hover\:sm\:place-content-between:hover {
    place-content: space-between;
  }
  .focus\:sm\:place-content-between:focus {
    place-content: space-between;
  }
  .sm\:place-content-around {
    place-content: space-around;
  }
  .active\:sm\:place-content-around:active {
    place-content: space-around;
  }
  .hover\:sm\:place-content-around:hover {
    place-content: space-around;
  }
  .focus\:sm\:place-content-around:focus {
    place-content: space-around;
  }
  .sm\:place-content-evenly {
    place-content: space-evenly;
  }
  .active\:sm\:place-content-evenly:active {
    place-content: space-evenly;
  }
  .hover\:sm\:place-content-evenly:hover {
    place-content: space-evenly;
  }
  .focus\:sm\:place-content-evenly:focus {
    place-content: space-evenly;
  }
  .sm\:place-content-stretch {
    place-content: stretch;
  }
  .active\:sm\:place-content-stretch:active {
    place-content: stretch;
  }
  .hover\:sm\:place-content-stretch:hover {
    place-content: stretch;
  }
  .focus\:sm\:place-content-stretch:focus {
    place-content: stretch;
  }
  .sm\:place-items-start {
    place-items: start;
  }
  .active\:sm\:place-items-start:active {
    place-items: start;
  }
  .hover\:sm\:place-items-start:hover {
    place-items: start;
  }
  .focus\:sm\:place-items-start:focus {
    place-items: start;
  }
  .sm\:place-items-end {
    place-items: end;
  }
  .active\:sm\:place-items-end:active {
    place-items: end;
  }
  .hover\:sm\:place-items-end:hover {
    place-items: end;
  }
  .focus\:sm\:place-items-end:focus {
    place-items: end;
  }
  .sm\:place-items-center {
    place-items: center;
  }
  .active\:sm\:place-items-center:active {
    place-items: center;
  }
  .hover\:sm\:place-items-center:hover {
    place-items: center;
  }
  .focus\:sm\:place-items-center:focus {
    place-items: center;
  }
  .sm\:place-items-stretch {
    place-items: stretch;
  }
  .active\:sm\:place-items-stretch:active {
    place-items: stretch;
  }
  .hover\:sm\:place-items-stretch:hover {
    place-items: stretch;
  }
  .focus\:sm\:place-items-stretch:focus {
    place-items: stretch;
  }
  .sm\:place-self-auto {
    place-self: auto;
  }
  .active\:sm\:place-self-auto:active {
    place-self: auto;
  }
  .hover\:sm\:place-self-auto:hover {
    place-self: auto;
  }
  .focus\:sm\:place-self-auto:focus {
    place-self: auto;
  }
  .sm\:place-self-start {
    place-self: start;
  }
  .active\:sm\:place-self-start:active {
    place-self: start;
  }
  .hover\:sm\:place-self-start:hover {
    place-self: start;
  }
  .focus\:sm\:place-self-start:focus {
    place-self: start;
  }
  .sm\:place-self-end {
    place-self: end;
  }
  .active\:sm\:place-self-end:active {
    place-self: end;
  }
  .hover\:sm\:place-self-end:hover {
    place-self: end;
  }
  .focus\:sm\:place-self-end:focus {
    place-self: end;
  }
  .sm\:place-self-center {
    place-self: center;
  }
  .active\:sm\:place-self-center:active {
    place-self: center;
  }
  .hover\:sm\:place-self-center:hover {
    place-self: center;
  }
  .focus\:sm\:place-self-center:focus {
    place-self: center;
  }
  .sm\:place-self-stretch {
    place-self: stretch;
  }
  .active\:sm\:place-self-stretch:active {
    place-self: stretch;
  }
  .hover\:sm\:place-self-stretch:hover {
    place-self: stretch;
  }
  .focus\:sm\:place-self-stretch:focus {
    place-self: stretch;
  }
  .sm\:basis-auto {
    flex-basis: auto;
  }
  .active\:sm\:basis-auto:active {
    flex-basis: auto;
  }
  .hover\:sm\:basis-auto:hover {
    flex-basis: auto;
  }
  .focus\:sm\:basis-auto:focus {
    flex-basis: auto;
  }
  .sm\:basis-none {
    flex-basis: 0%;
  }
  .active\:sm\:basis-none:active {
    flex-basis: 0%;
  }
  .hover\:sm\:basis-none:hover {
    flex-basis: 0%;
  }
  .focus\:sm\:basis-none:focus {
    flex-basis: 0%;
  }
  .sm\:basis-half {
    flex-basis: 50%;
  }
  .active\:sm\:basis-half:active {
    flex-basis: 50%;
  }
  .hover\:sm\:basis-half:hover {
    flex-basis: 50%;
  }
  .focus\:sm\:basis-half:focus {
    flex-basis: 50%;
  }
  .sm\:basis-full {
    flex-basis: 100%;
  }
  .active\:sm\:basis-full:active {
    flex-basis: 100%;
  }
  .hover\:sm\:basis-full:hover {
    flex-basis: 100%;
  }
  .focus\:sm\:basis-full:focus {
    flex-basis: 100%;
  }
  .sm\:gap-0px {
    gap: 0px;
  }
  .hover\:sm\:gap-0px:hover {
    gap: 0px;
  }
  .active\:sm\:gap-0px:active {
    gap: 0px;
  }
  .focus\:sm\:gap-0px:focus {
    gap: 0px;
  }
  .sm\:gap-1px {
    gap: 1px;
  }
  .hover\:sm\:gap-1px:hover {
    gap: 1px;
  }
  .active\:sm\:gap-1px:active {
    gap: 1px;
  }
  .focus\:sm\:gap-1px:focus {
    gap: 1px;
  }
  .sm\:gap-2px {
    gap: 2px;
  }
  .hover\:sm\:gap-2px:hover {
    gap: 2px;
  }
  .active\:sm\:gap-2px:active {
    gap: 2px;
  }
  .focus\:sm\:gap-2px:focus {
    gap: 2px;
  }
  .sm\:gap-3px {
    gap: 3px;
  }
  .hover\:sm\:gap-3px:hover {
    gap: 3px;
  }
  .active\:sm\:gap-3px:active {
    gap: 3px;
  }
  .focus\:sm\:gap-3px:focus {
    gap: 3px;
  }
  .sm\:gap-4px {
    gap: 4px;
  }
  .hover\:sm\:gap-4px:hover {
    gap: 4px;
  }
  .active\:sm\:gap-4px:active {
    gap: 4px;
  }
  .focus\:sm\:gap-4px:focus {
    gap: 4px;
  }
  .sm\:gap-5px {
    gap: 5px;
  }
  .hover\:sm\:gap-5px:hover {
    gap: 5px;
  }
  .active\:sm\:gap-5px:active {
    gap: 5px;
  }
  .focus\:sm\:gap-5px:focus {
    gap: 5px;
  }
  .sm\:gap-6px {
    gap: 6px;
  }
  .hover\:sm\:gap-6px:hover {
    gap: 6px;
  }
  .active\:sm\:gap-6px:active {
    gap: 6px;
  }
  .focus\:sm\:gap-6px:focus {
    gap: 6px;
  }
  .sm\:gap-7px {
    gap: 7px;
  }
  .hover\:sm\:gap-7px:hover {
    gap: 7px;
  }
  .active\:sm\:gap-7px:active {
    gap: 7px;
  }
  .focus\:sm\:gap-7px:focus {
    gap: 7px;
  }
  .sm\:gap-8px {
    gap: 8px;
  }
  .hover\:sm\:gap-8px:hover {
    gap: 8px;
  }
  .active\:sm\:gap-8px:active {
    gap: 8px;
  }
  .focus\:sm\:gap-8px:focus {
    gap: 8px;
  }
  .sm\:gap-9px {
    gap: 9px;
  }
  .hover\:sm\:gap-9px:hover {
    gap: 9px;
  }
  .active\:sm\:gap-9px:active {
    gap: 9px;
  }
  .focus\:sm\:gap-9px:focus {
    gap: 9px;
  }
  .sm\:gap-10px {
    gap: 10px;
  }
  .hover\:sm\:gap-10px:hover {
    gap: 10px;
  }
  .active\:sm\:gap-10px:active {
    gap: 10px;
  }
  .focus\:sm\:gap-10px:focus {
    gap: 10px;
  }
  .sm\:gap-11px {
    gap: 11px;
  }
  .hover\:sm\:gap-11px:hover {
    gap: 11px;
  }
  .active\:sm\:gap-11px:active {
    gap: 11px;
  }
  .focus\:sm\:gap-11px:focus {
    gap: 11px;
  }
  .sm\:gap-12px {
    gap: 12px;
  }
  .hover\:sm\:gap-12px:hover {
    gap: 12px;
  }
  .active\:sm\:gap-12px:active {
    gap: 12px;
  }
  .focus\:sm\:gap-12px:focus {
    gap: 12px;
  }
  .sm\:gap-13px {
    gap: 13px;
  }
  .hover\:sm\:gap-13px:hover {
    gap: 13px;
  }
  .active\:sm\:gap-13px:active {
    gap: 13px;
  }
  .focus\:sm\:gap-13px:focus {
    gap: 13px;
  }
  .sm\:gap-14px {
    gap: 14px;
  }
  .hover\:sm\:gap-14px:hover {
    gap: 14px;
  }
  .active\:sm\:gap-14px:active {
    gap: 14px;
  }
  .focus\:sm\:gap-14px:focus {
    gap: 14px;
  }
  .sm\:gap-15px {
    gap: 15px;
  }
  .hover\:sm\:gap-15px:hover {
    gap: 15px;
  }
  .active\:sm\:gap-15px:active {
    gap: 15px;
  }
  .focus\:sm\:gap-15px:focus {
    gap: 15px;
  }
  .sm\:gap-16px {
    gap: 16px;
  }
  .hover\:sm\:gap-16px:hover {
    gap: 16px;
  }
  .active\:sm\:gap-16px:active {
    gap: 16px;
  }
  .focus\:sm\:gap-16px:focus {
    gap: 16px;
  }
  .sm\:gap-17px {
    gap: 17px;
  }
  .hover\:sm\:gap-17px:hover {
    gap: 17px;
  }
  .active\:sm\:gap-17px:active {
    gap: 17px;
  }
  .focus\:sm\:gap-17px:focus {
    gap: 17px;
  }
  .sm\:gap-18px {
    gap: 18px;
  }
  .hover\:sm\:gap-18px:hover {
    gap: 18px;
  }
  .active\:sm\:gap-18px:active {
    gap: 18px;
  }
  .focus\:sm\:gap-18px:focus {
    gap: 18px;
  }
  .sm\:gap-19px {
    gap: 19px;
  }
  .hover\:sm\:gap-19px:hover {
    gap: 19px;
  }
  .active\:sm\:gap-19px:active {
    gap: 19px;
  }
  .focus\:sm\:gap-19px:focus {
    gap: 19px;
  }
  .sm\:gap-20px {
    gap: 20px;
  }
  .hover\:sm\:gap-20px:hover {
    gap: 20px;
  }
  .active\:sm\:gap-20px:active {
    gap: 20px;
  }
  .focus\:sm\:gap-20px:focus {
    gap: 20px;
  }
  .sm\:gap-21px {
    gap: 21px;
  }
  .hover\:sm\:gap-21px:hover {
    gap: 21px;
  }
  .active\:sm\:gap-21px:active {
    gap: 21px;
  }
  .focus\:sm\:gap-21px:focus {
    gap: 21px;
  }
  .sm\:gap-22px {
    gap: 22px;
  }
  .hover\:sm\:gap-22px:hover {
    gap: 22px;
  }
  .active\:sm\:gap-22px:active {
    gap: 22px;
  }
  .focus\:sm\:gap-22px:focus {
    gap: 22px;
  }
  .sm\:gap-23px {
    gap: 23px;
  }
  .hover\:sm\:gap-23px:hover {
    gap: 23px;
  }
  .active\:sm\:gap-23px:active {
    gap: 23px;
  }
  .focus\:sm\:gap-23px:focus {
    gap: 23px;
  }
  .sm\:gap-24px {
    gap: 24px;
  }
  .hover\:sm\:gap-24px:hover {
    gap: 24px;
  }
  .active\:sm\:gap-24px:active {
    gap: 24px;
  }
  .focus\:sm\:gap-24px:focus {
    gap: 24px;
  }
  .sm\:gap-25px {
    gap: 25px;
  }
  .hover\:sm\:gap-25px:hover {
    gap: 25px;
  }
  .active\:sm\:gap-25px:active {
    gap: 25px;
  }
  .focus\:sm\:gap-25px:focus {
    gap: 25px;
  }
  .sm\:gap-26px {
    gap: 26px;
  }
  .hover\:sm\:gap-26px:hover {
    gap: 26px;
  }
  .active\:sm\:gap-26px:active {
    gap: 26px;
  }
  .focus\:sm\:gap-26px:focus {
    gap: 26px;
  }
  .sm\:gap-27px {
    gap: 27px;
  }
  .hover\:sm\:gap-27px:hover {
    gap: 27px;
  }
  .active\:sm\:gap-27px:active {
    gap: 27px;
  }
  .focus\:sm\:gap-27px:focus {
    gap: 27px;
  }
  .sm\:gap-28px {
    gap: 28px;
  }
  .hover\:sm\:gap-28px:hover {
    gap: 28px;
  }
  .active\:sm\:gap-28px:active {
    gap: 28px;
  }
  .focus\:sm\:gap-28px:focus {
    gap: 28px;
  }
  .sm\:gap-29px {
    gap: 29px;
  }
  .hover\:sm\:gap-29px:hover {
    gap: 29px;
  }
  .active\:sm\:gap-29px:active {
    gap: 29px;
  }
  .focus\:sm\:gap-29px:focus {
    gap: 29px;
  }
  .sm\:gap-30px {
    gap: 30px;
  }
  .hover\:sm\:gap-30px:hover {
    gap: 30px;
  }
  .active\:sm\:gap-30px:active {
    gap: 30px;
  }
  .focus\:sm\:gap-30px:focus {
    gap: 30px;
  }
  .sm\:gap-31px {
    gap: 31px;
  }
  .hover\:sm\:gap-31px:hover {
    gap: 31px;
  }
  .active\:sm\:gap-31px:active {
    gap: 31px;
  }
  .focus\:sm\:gap-31px:focus {
    gap: 31px;
  }
  .sm\:gap-32px {
    gap: 32px;
  }
  .hover\:sm\:gap-32px:hover {
    gap: 32px;
  }
  .active\:sm\:gap-32px:active {
    gap: 32px;
  }
  .focus\:sm\:gap-32px:focus {
    gap: 32px;
  }
  .sm\:gap-33px {
    gap: 33px;
  }
  .hover\:sm\:gap-33px:hover {
    gap: 33px;
  }
  .active\:sm\:gap-33px:active {
    gap: 33px;
  }
  .focus\:sm\:gap-33px:focus {
    gap: 33px;
  }
  .sm\:gap-34px {
    gap: 34px;
  }
  .hover\:sm\:gap-34px:hover {
    gap: 34px;
  }
  .active\:sm\:gap-34px:active {
    gap: 34px;
  }
  .focus\:sm\:gap-34px:focus {
    gap: 34px;
  }
  .sm\:gap-35px {
    gap: 35px;
  }
  .hover\:sm\:gap-35px:hover {
    gap: 35px;
  }
  .active\:sm\:gap-35px:active {
    gap: 35px;
  }
  .focus\:sm\:gap-35px:focus {
    gap: 35px;
  }
  .sm\:gap-36px {
    gap: 36px;
  }
  .hover\:sm\:gap-36px:hover {
    gap: 36px;
  }
  .active\:sm\:gap-36px:active {
    gap: 36px;
  }
  .focus\:sm\:gap-36px:focus {
    gap: 36px;
  }
  .sm\:gap-37px {
    gap: 37px;
  }
  .hover\:sm\:gap-37px:hover {
    gap: 37px;
  }
  .active\:sm\:gap-37px:active {
    gap: 37px;
  }
  .focus\:sm\:gap-37px:focus {
    gap: 37px;
  }
  .sm\:gap-38px {
    gap: 38px;
  }
  .hover\:sm\:gap-38px:hover {
    gap: 38px;
  }
  .active\:sm\:gap-38px:active {
    gap: 38px;
  }
  .focus\:sm\:gap-38px:focus {
    gap: 38px;
  }
  .sm\:gap-39px {
    gap: 39px;
  }
  .hover\:sm\:gap-39px:hover {
    gap: 39px;
  }
  .active\:sm\:gap-39px:active {
    gap: 39px;
  }
  .focus\:sm\:gap-39px:focus {
    gap: 39px;
  }
  .sm\:gap-40px {
    gap: 40px;
  }
  .hover\:sm\:gap-40px:hover {
    gap: 40px;
  }
  .active\:sm\:gap-40px:active {
    gap: 40px;
  }
  .focus\:sm\:gap-40px:focus {
    gap: 40px;
  }
  .sm\:gap-41px {
    gap: 41px;
  }
  .hover\:sm\:gap-41px:hover {
    gap: 41px;
  }
  .active\:sm\:gap-41px:active {
    gap: 41px;
  }
  .focus\:sm\:gap-41px:focus {
    gap: 41px;
  }
  .sm\:gap-42px {
    gap: 42px;
  }
  .hover\:sm\:gap-42px:hover {
    gap: 42px;
  }
  .active\:sm\:gap-42px:active {
    gap: 42px;
  }
  .focus\:sm\:gap-42px:focus {
    gap: 42px;
  }
  .sm\:gap-43px {
    gap: 43px;
  }
  .hover\:sm\:gap-43px:hover {
    gap: 43px;
  }
  .active\:sm\:gap-43px:active {
    gap: 43px;
  }
  .focus\:sm\:gap-43px:focus {
    gap: 43px;
  }
  .sm\:gap-44px {
    gap: 44px;
  }
  .hover\:sm\:gap-44px:hover {
    gap: 44px;
  }
  .active\:sm\:gap-44px:active {
    gap: 44px;
  }
  .focus\:sm\:gap-44px:focus {
    gap: 44px;
  }
  .sm\:gap-45px {
    gap: 45px;
  }
  .hover\:sm\:gap-45px:hover {
    gap: 45px;
  }
  .active\:sm\:gap-45px:active {
    gap: 45px;
  }
  .focus\:sm\:gap-45px:focus {
    gap: 45px;
  }
  .sm\:gap-46px {
    gap: 46px;
  }
  .hover\:sm\:gap-46px:hover {
    gap: 46px;
  }
  .active\:sm\:gap-46px:active {
    gap: 46px;
  }
  .focus\:sm\:gap-46px:focus {
    gap: 46px;
  }
  .sm\:gap-47px {
    gap: 47px;
  }
  .hover\:sm\:gap-47px:hover {
    gap: 47px;
  }
  .active\:sm\:gap-47px:active {
    gap: 47px;
  }
  .focus\:sm\:gap-47px:focus {
    gap: 47px;
  }
  .sm\:gap-48px {
    gap: 48px;
  }
  .hover\:sm\:gap-48px:hover {
    gap: 48px;
  }
  .active\:sm\:gap-48px:active {
    gap: 48px;
  }
  .focus\:sm\:gap-48px:focus {
    gap: 48px;
  }
  .sm\:gap-49px {
    gap: 49px;
  }
  .hover\:sm\:gap-49px:hover {
    gap: 49px;
  }
  .active\:sm\:gap-49px:active {
    gap: 49px;
  }
  .focus\:sm\:gap-49px:focus {
    gap: 49px;
  }
  .sm\:gap-50px {
    gap: 50px;
  }
  .hover\:sm\:gap-50px:hover {
    gap: 50px;
  }
  .active\:sm\:gap-50px:active {
    gap: 50px;
  }
  .focus\:sm\:gap-50px:focus {
    gap: 50px;
  }
  .sm\:gap-51px {
    gap: 51px;
  }
  .hover\:sm\:gap-51px:hover {
    gap: 51px;
  }
  .active\:sm\:gap-51px:active {
    gap: 51px;
  }
  .focus\:sm\:gap-51px:focus {
    gap: 51px;
  }
  .sm\:gap-52px {
    gap: 52px;
  }
  .hover\:sm\:gap-52px:hover {
    gap: 52px;
  }
  .active\:sm\:gap-52px:active {
    gap: 52px;
  }
  .focus\:sm\:gap-52px:focus {
    gap: 52px;
  }
  .sm\:gap-53px {
    gap: 53px;
  }
  .hover\:sm\:gap-53px:hover {
    gap: 53px;
  }
  .active\:sm\:gap-53px:active {
    gap: 53px;
  }
  .focus\:sm\:gap-53px:focus {
    gap: 53px;
  }
  .sm\:gap-54px {
    gap: 54px;
  }
  .hover\:sm\:gap-54px:hover {
    gap: 54px;
  }
  .active\:sm\:gap-54px:active {
    gap: 54px;
  }
  .focus\:sm\:gap-54px:focus {
    gap: 54px;
  }
  .sm\:gap-55px {
    gap: 55px;
  }
  .hover\:sm\:gap-55px:hover {
    gap: 55px;
  }
  .active\:sm\:gap-55px:active {
    gap: 55px;
  }
  .focus\:sm\:gap-55px:focus {
    gap: 55px;
  }
  .sm\:gap-56px {
    gap: 56px;
  }
  .hover\:sm\:gap-56px:hover {
    gap: 56px;
  }
  .active\:sm\:gap-56px:active {
    gap: 56px;
  }
  .focus\:sm\:gap-56px:focus {
    gap: 56px;
  }
  .sm\:gap-57px {
    gap: 57px;
  }
  .hover\:sm\:gap-57px:hover {
    gap: 57px;
  }
  .active\:sm\:gap-57px:active {
    gap: 57px;
  }
  .focus\:sm\:gap-57px:focus {
    gap: 57px;
  }
  .sm\:gap-58px {
    gap: 58px;
  }
  .hover\:sm\:gap-58px:hover {
    gap: 58px;
  }
  .active\:sm\:gap-58px:active {
    gap: 58px;
  }
  .focus\:sm\:gap-58px:focus {
    gap: 58px;
  }
  .sm\:gap-59px {
    gap: 59px;
  }
  .hover\:sm\:gap-59px:hover {
    gap: 59px;
  }
  .active\:sm\:gap-59px:active {
    gap: 59px;
  }
  .focus\:sm\:gap-59px:focus {
    gap: 59px;
  }
  .sm\:gap-60px {
    gap: 60px;
  }
  .hover\:sm\:gap-60px:hover {
    gap: 60px;
  }
  .active\:sm\:gap-60px:active {
    gap: 60px;
  }
  .focus\:sm\:gap-60px:focus {
    gap: 60px;
  }
  .sm\:gap-61px {
    gap: 61px;
  }
  .hover\:sm\:gap-61px:hover {
    gap: 61px;
  }
  .active\:sm\:gap-61px:active {
    gap: 61px;
  }
  .focus\:sm\:gap-61px:focus {
    gap: 61px;
  }
  .sm\:gap-62px {
    gap: 62px;
  }
  .hover\:sm\:gap-62px:hover {
    gap: 62px;
  }
  .active\:sm\:gap-62px:active {
    gap: 62px;
  }
  .focus\:sm\:gap-62px:focus {
    gap: 62px;
  }
  .sm\:gap-63px {
    gap: 63px;
  }
  .hover\:sm\:gap-63px:hover {
    gap: 63px;
  }
  .active\:sm\:gap-63px:active {
    gap: 63px;
  }
  .focus\:sm\:gap-63px:focus {
    gap: 63px;
  }
  .sm\:gap-64px {
    gap: 64px;
  }
  .hover\:sm\:gap-64px:hover {
    gap: 64px;
  }
  .active\:sm\:gap-64px:active {
    gap: 64px;
  }
  .focus\:sm\:gap-64px:focus {
    gap: 64px;
  }
  .sm\:gap-65px {
    gap: 65px;
  }
  .hover\:sm\:gap-65px:hover {
    gap: 65px;
  }
  .active\:sm\:gap-65px:active {
    gap: 65px;
  }
  .focus\:sm\:gap-65px:focus {
    gap: 65px;
  }
  .sm\:gap-66px {
    gap: 66px;
  }
  .hover\:sm\:gap-66px:hover {
    gap: 66px;
  }
  .active\:sm\:gap-66px:active {
    gap: 66px;
  }
  .focus\:sm\:gap-66px:focus {
    gap: 66px;
  }
  .sm\:gap-67px {
    gap: 67px;
  }
  .hover\:sm\:gap-67px:hover {
    gap: 67px;
  }
  .active\:sm\:gap-67px:active {
    gap: 67px;
  }
  .focus\:sm\:gap-67px:focus {
    gap: 67px;
  }
  .sm\:gap-68px {
    gap: 68px;
  }
  .hover\:sm\:gap-68px:hover {
    gap: 68px;
  }
  .active\:sm\:gap-68px:active {
    gap: 68px;
  }
  .focus\:sm\:gap-68px:focus {
    gap: 68px;
  }
  .sm\:gap-69px {
    gap: 69px;
  }
  .hover\:sm\:gap-69px:hover {
    gap: 69px;
  }
  .active\:sm\:gap-69px:active {
    gap: 69px;
  }
  .focus\:sm\:gap-69px:focus {
    gap: 69px;
  }
  .sm\:gap-70px {
    gap: 70px;
  }
  .hover\:sm\:gap-70px:hover {
    gap: 70px;
  }
  .active\:sm\:gap-70px:active {
    gap: 70px;
  }
  .focus\:sm\:gap-70px:focus {
    gap: 70px;
  }
  .sm\:gap-71px {
    gap: 71px;
  }
  .hover\:sm\:gap-71px:hover {
    gap: 71px;
  }
  .active\:sm\:gap-71px:active {
    gap: 71px;
  }
  .focus\:sm\:gap-71px:focus {
    gap: 71px;
  }
  .sm\:gap-72px {
    gap: 72px;
  }
  .hover\:sm\:gap-72px:hover {
    gap: 72px;
  }
  .active\:sm\:gap-72px:active {
    gap: 72px;
  }
  .focus\:sm\:gap-72px:focus {
    gap: 72px;
  }
  .sm\:gap-73px {
    gap: 73px;
  }
  .hover\:sm\:gap-73px:hover {
    gap: 73px;
  }
  .active\:sm\:gap-73px:active {
    gap: 73px;
  }
  .focus\:sm\:gap-73px:focus {
    gap: 73px;
  }
  .sm\:gap-74px {
    gap: 74px;
  }
  .hover\:sm\:gap-74px:hover {
    gap: 74px;
  }
  .active\:sm\:gap-74px:active {
    gap: 74px;
  }
  .focus\:sm\:gap-74px:focus {
    gap: 74px;
  }
  .sm\:gap-75px {
    gap: 75px;
  }
  .hover\:sm\:gap-75px:hover {
    gap: 75px;
  }
  .active\:sm\:gap-75px:active {
    gap: 75px;
  }
  .focus\:sm\:gap-75px:focus {
    gap: 75px;
  }
  .sm\:gap-76px {
    gap: 76px;
  }
  .hover\:sm\:gap-76px:hover {
    gap: 76px;
  }
  .active\:sm\:gap-76px:active {
    gap: 76px;
  }
  .focus\:sm\:gap-76px:focus {
    gap: 76px;
  }
  .sm\:gap-77px {
    gap: 77px;
  }
  .hover\:sm\:gap-77px:hover {
    gap: 77px;
  }
  .active\:sm\:gap-77px:active {
    gap: 77px;
  }
  .focus\:sm\:gap-77px:focus {
    gap: 77px;
  }
  .sm\:gap-78px {
    gap: 78px;
  }
  .hover\:sm\:gap-78px:hover {
    gap: 78px;
  }
  .active\:sm\:gap-78px:active {
    gap: 78px;
  }
  .focus\:sm\:gap-78px:focus {
    gap: 78px;
  }
  .sm\:gap-79px {
    gap: 79px;
  }
  .hover\:sm\:gap-79px:hover {
    gap: 79px;
  }
  .active\:sm\:gap-79px:active {
    gap: 79px;
  }
  .focus\:sm\:gap-79px:focus {
    gap: 79px;
  }
  .sm\:gap-80px {
    gap: 80px;
  }
  .hover\:sm\:gap-80px:hover {
    gap: 80px;
  }
  .active\:sm\:gap-80px:active {
    gap: 80px;
  }
  .focus\:sm\:gap-80px:focus {
    gap: 80px;
  }
  .sm\:gap-81px {
    gap: 81px;
  }
  .hover\:sm\:gap-81px:hover {
    gap: 81px;
  }
  .active\:sm\:gap-81px:active {
    gap: 81px;
  }
  .focus\:sm\:gap-81px:focus {
    gap: 81px;
  }
  .sm\:gap-82px {
    gap: 82px;
  }
  .hover\:sm\:gap-82px:hover {
    gap: 82px;
  }
  .active\:sm\:gap-82px:active {
    gap: 82px;
  }
  .focus\:sm\:gap-82px:focus {
    gap: 82px;
  }
  .sm\:gap-83px {
    gap: 83px;
  }
  .hover\:sm\:gap-83px:hover {
    gap: 83px;
  }
  .active\:sm\:gap-83px:active {
    gap: 83px;
  }
  .focus\:sm\:gap-83px:focus {
    gap: 83px;
  }
  .sm\:gap-84px {
    gap: 84px;
  }
  .hover\:sm\:gap-84px:hover {
    gap: 84px;
  }
  .active\:sm\:gap-84px:active {
    gap: 84px;
  }
  .focus\:sm\:gap-84px:focus {
    gap: 84px;
  }
  .sm\:gap-85px {
    gap: 85px;
  }
  .hover\:sm\:gap-85px:hover {
    gap: 85px;
  }
  .active\:sm\:gap-85px:active {
    gap: 85px;
  }
  .focus\:sm\:gap-85px:focus {
    gap: 85px;
  }
  .sm\:gap-86px {
    gap: 86px;
  }
  .hover\:sm\:gap-86px:hover {
    gap: 86px;
  }
  .active\:sm\:gap-86px:active {
    gap: 86px;
  }
  .focus\:sm\:gap-86px:focus {
    gap: 86px;
  }
  .sm\:gap-87px {
    gap: 87px;
  }
  .hover\:sm\:gap-87px:hover {
    gap: 87px;
  }
  .active\:sm\:gap-87px:active {
    gap: 87px;
  }
  .focus\:sm\:gap-87px:focus {
    gap: 87px;
  }
  .sm\:gap-88px {
    gap: 88px;
  }
  .hover\:sm\:gap-88px:hover {
    gap: 88px;
  }
  .active\:sm\:gap-88px:active {
    gap: 88px;
  }
  .focus\:sm\:gap-88px:focus {
    gap: 88px;
  }
  .sm\:gap-89px {
    gap: 89px;
  }
  .hover\:sm\:gap-89px:hover {
    gap: 89px;
  }
  .active\:sm\:gap-89px:active {
    gap: 89px;
  }
  .focus\:sm\:gap-89px:focus {
    gap: 89px;
  }
  .sm\:gap-90px {
    gap: 90px;
  }
  .hover\:sm\:gap-90px:hover {
    gap: 90px;
  }
  .active\:sm\:gap-90px:active {
    gap: 90px;
  }
  .focus\:sm\:gap-90px:focus {
    gap: 90px;
  }
  .sm\:gap-91px {
    gap: 91px;
  }
  .hover\:sm\:gap-91px:hover {
    gap: 91px;
  }
  .active\:sm\:gap-91px:active {
    gap: 91px;
  }
  .focus\:sm\:gap-91px:focus {
    gap: 91px;
  }
  .sm\:gap-92px {
    gap: 92px;
  }
  .hover\:sm\:gap-92px:hover {
    gap: 92px;
  }
  .active\:sm\:gap-92px:active {
    gap: 92px;
  }
  .focus\:sm\:gap-92px:focus {
    gap: 92px;
  }
  .sm\:gap-93px {
    gap: 93px;
  }
  .hover\:sm\:gap-93px:hover {
    gap: 93px;
  }
  .active\:sm\:gap-93px:active {
    gap: 93px;
  }
  .focus\:sm\:gap-93px:focus {
    gap: 93px;
  }
  .sm\:gap-94px {
    gap: 94px;
  }
  .hover\:sm\:gap-94px:hover {
    gap: 94px;
  }
  .active\:sm\:gap-94px:active {
    gap: 94px;
  }
  .focus\:sm\:gap-94px:focus {
    gap: 94px;
  }
  .sm\:gap-95px {
    gap: 95px;
  }
  .hover\:sm\:gap-95px:hover {
    gap: 95px;
  }
  .active\:sm\:gap-95px:active {
    gap: 95px;
  }
  .focus\:sm\:gap-95px:focus {
    gap: 95px;
  }
  .sm\:gap-96px {
    gap: 96px;
  }
  .hover\:sm\:gap-96px:hover {
    gap: 96px;
  }
  .active\:sm\:gap-96px:active {
    gap: 96px;
  }
  .focus\:sm\:gap-96px:focus {
    gap: 96px;
  }
  .sm\:gap-97px {
    gap: 97px;
  }
  .hover\:sm\:gap-97px:hover {
    gap: 97px;
  }
  .active\:sm\:gap-97px:active {
    gap: 97px;
  }
  .focus\:sm\:gap-97px:focus {
    gap: 97px;
  }
  .sm\:gap-98px {
    gap: 98px;
  }
  .hover\:sm\:gap-98px:hover {
    gap: 98px;
  }
  .active\:sm\:gap-98px:active {
    gap: 98px;
  }
  .focus\:sm\:gap-98px:focus {
    gap: 98px;
  }
  .sm\:gap-99px {
    gap: 99px;
  }
  .hover\:sm\:gap-99px:hover {
    gap: 99px;
  }
  .active\:sm\:gap-99px:active {
    gap: 99px;
  }
  .focus\:sm\:gap-99px:focus {
    gap: 99px;
  }
  .sm\:gap-100px {
    gap: 100px;
  }
  .hover\:sm\:gap-100px:hover {
    gap: 100px;
  }
  .active\:sm\:gap-100px:active {
    gap: 100px;
  }
  .focus\:sm\:gap-100px:focus {
    gap: 100px;
  }
  .sm\:gap-x-0px {
    column-gap: 0px;
  }
  .hover\:sm\:gap-x-0px:hover {
    column-gap: 0px;
  }
  .active\:sm\:gap-x-0px:active {
    column-gap: 0px;
  }
  .focus\:sm\:gap-x-0px:focus {
    column-gap: 0px;
  }
  .sm\:gap-x-1px {
    column-gap: 1px;
  }
  .hover\:sm\:gap-x-1px:hover {
    column-gap: 1px;
  }
  .active\:sm\:gap-x-1px:active {
    column-gap: 1px;
  }
  .focus\:sm\:gap-x-1px:focus {
    column-gap: 1px;
  }
  .sm\:gap-x-2px {
    column-gap: 2px;
  }
  .hover\:sm\:gap-x-2px:hover {
    column-gap: 2px;
  }
  .active\:sm\:gap-x-2px:active {
    column-gap: 2px;
  }
  .focus\:sm\:gap-x-2px:focus {
    column-gap: 2px;
  }
  .sm\:gap-x-3px {
    column-gap: 3px;
  }
  .hover\:sm\:gap-x-3px:hover {
    column-gap: 3px;
  }
  .active\:sm\:gap-x-3px:active {
    column-gap: 3px;
  }
  .focus\:sm\:gap-x-3px:focus {
    column-gap: 3px;
  }
  .sm\:gap-x-4px {
    column-gap: 4px;
  }
  .hover\:sm\:gap-x-4px:hover {
    column-gap: 4px;
  }
  .active\:sm\:gap-x-4px:active {
    column-gap: 4px;
  }
  .focus\:sm\:gap-x-4px:focus {
    column-gap: 4px;
  }
  .sm\:gap-x-5px {
    column-gap: 5px;
  }
  .hover\:sm\:gap-x-5px:hover {
    column-gap: 5px;
  }
  .active\:sm\:gap-x-5px:active {
    column-gap: 5px;
  }
  .focus\:sm\:gap-x-5px:focus {
    column-gap: 5px;
  }
  .sm\:gap-x-6px {
    column-gap: 6px;
  }
  .hover\:sm\:gap-x-6px:hover {
    column-gap: 6px;
  }
  .active\:sm\:gap-x-6px:active {
    column-gap: 6px;
  }
  .focus\:sm\:gap-x-6px:focus {
    column-gap: 6px;
  }
  .sm\:gap-x-7px {
    column-gap: 7px;
  }
  .hover\:sm\:gap-x-7px:hover {
    column-gap: 7px;
  }
  .active\:sm\:gap-x-7px:active {
    column-gap: 7px;
  }
  .focus\:sm\:gap-x-7px:focus {
    column-gap: 7px;
  }
  .sm\:gap-x-8px {
    column-gap: 8px;
  }
  .hover\:sm\:gap-x-8px:hover {
    column-gap: 8px;
  }
  .active\:sm\:gap-x-8px:active {
    column-gap: 8px;
  }
  .focus\:sm\:gap-x-8px:focus {
    column-gap: 8px;
  }
  .sm\:gap-x-9px {
    column-gap: 9px;
  }
  .hover\:sm\:gap-x-9px:hover {
    column-gap: 9px;
  }
  .active\:sm\:gap-x-9px:active {
    column-gap: 9px;
  }
  .focus\:sm\:gap-x-9px:focus {
    column-gap: 9px;
  }
  .sm\:gap-x-10px {
    column-gap: 10px;
  }
  .hover\:sm\:gap-x-10px:hover {
    column-gap: 10px;
  }
  .active\:sm\:gap-x-10px:active {
    column-gap: 10px;
  }
  .focus\:sm\:gap-x-10px:focus {
    column-gap: 10px;
  }
  .sm\:gap-x-11px {
    column-gap: 11px;
  }
  .hover\:sm\:gap-x-11px:hover {
    column-gap: 11px;
  }
  .active\:sm\:gap-x-11px:active {
    column-gap: 11px;
  }
  .focus\:sm\:gap-x-11px:focus {
    column-gap: 11px;
  }
  .sm\:gap-x-12px {
    column-gap: 12px;
  }
  .hover\:sm\:gap-x-12px:hover {
    column-gap: 12px;
  }
  .active\:sm\:gap-x-12px:active {
    column-gap: 12px;
  }
  .focus\:sm\:gap-x-12px:focus {
    column-gap: 12px;
  }
  .sm\:gap-x-13px {
    column-gap: 13px;
  }
  .hover\:sm\:gap-x-13px:hover {
    column-gap: 13px;
  }
  .active\:sm\:gap-x-13px:active {
    column-gap: 13px;
  }
  .focus\:sm\:gap-x-13px:focus {
    column-gap: 13px;
  }
  .sm\:gap-x-14px {
    column-gap: 14px;
  }
  .hover\:sm\:gap-x-14px:hover {
    column-gap: 14px;
  }
  .active\:sm\:gap-x-14px:active {
    column-gap: 14px;
  }
  .focus\:sm\:gap-x-14px:focus {
    column-gap: 14px;
  }
  .sm\:gap-x-15px {
    column-gap: 15px;
  }
  .hover\:sm\:gap-x-15px:hover {
    column-gap: 15px;
  }
  .active\:sm\:gap-x-15px:active {
    column-gap: 15px;
  }
  .focus\:sm\:gap-x-15px:focus {
    column-gap: 15px;
  }
  .sm\:gap-x-16px {
    column-gap: 16px;
  }
  .hover\:sm\:gap-x-16px:hover {
    column-gap: 16px;
  }
  .active\:sm\:gap-x-16px:active {
    column-gap: 16px;
  }
  .focus\:sm\:gap-x-16px:focus {
    column-gap: 16px;
  }
  .sm\:gap-x-17px {
    column-gap: 17px;
  }
  .hover\:sm\:gap-x-17px:hover {
    column-gap: 17px;
  }
  .active\:sm\:gap-x-17px:active {
    column-gap: 17px;
  }
  .focus\:sm\:gap-x-17px:focus {
    column-gap: 17px;
  }
  .sm\:gap-x-18px {
    column-gap: 18px;
  }
  .hover\:sm\:gap-x-18px:hover {
    column-gap: 18px;
  }
  .active\:sm\:gap-x-18px:active {
    column-gap: 18px;
  }
  .focus\:sm\:gap-x-18px:focus {
    column-gap: 18px;
  }
  .sm\:gap-x-19px {
    column-gap: 19px;
  }
  .hover\:sm\:gap-x-19px:hover {
    column-gap: 19px;
  }
  .active\:sm\:gap-x-19px:active {
    column-gap: 19px;
  }
  .focus\:sm\:gap-x-19px:focus {
    column-gap: 19px;
  }
  .sm\:gap-x-20px {
    column-gap: 20px;
  }
  .hover\:sm\:gap-x-20px:hover {
    column-gap: 20px;
  }
  .active\:sm\:gap-x-20px:active {
    column-gap: 20px;
  }
  .focus\:sm\:gap-x-20px:focus {
    column-gap: 20px;
  }
  .sm\:gap-x-21px {
    column-gap: 21px;
  }
  .hover\:sm\:gap-x-21px:hover {
    column-gap: 21px;
  }
  .active\:sm\:gap-x-21px:active {
    column-gap: 21px;
  }
  .focus\:sm\:gap-x-21px:focus {
    column-gap: 21px;
  }
  .sm\:gap-x-22px {
    column-gap: 22px;
  }
  .hover\:sm\:gap-x-22px:hover {
    column-gap: 22px;
  }
  .active\:sm\:gap-x-22px:active {
    column-gap: 22px;
  }
  .focus\:sm\:gap-x-22px:focus {
    column-gap: 22px;
  }
  .sm\:gap-x-23px {
    column-gap: 23px;
  }
  .hover\:sm\:gap-x-23px:hover {
    column-gap: 23px;
  }
  .active\:sm\:gap-x-23px:active {
    column-gap: 23px;
  }
  .focus\:sm\:gap-x-23px:focus {
    column-gap: 23px;
  }
  .sm\:gap-x-24px {
    column-gap: 24px;
  }
  .hover\:sm\:gap-x-24px:hover {
    column-gap: 24px;
  }
  .active\:sm\:gap-x-24px:active {
    column-gap: 24px;
  }
  .focus\:sm\:gap-x-24px:focus {
    column-gap: 24px;
  }
  .sm\:gap-x-25px {
    column-gap: 25px;
  }
  .hover\:sm\:gap-x-25px:hover {
    column-gap: 25px;
  }
  .active\:sm\:gap-x-25px:active {
    column-gap: 25px;
  }
  .focus\:sm\:gap-x-25px:focus {
    column-gap: 25px;
  }
  .sm\:gap-x-26px {
    column-gap: 26px;
  }
  .hover\:sm\:gap-x-26px:hover {
    column-gap: 26px;
  }
  .active\:sm\:gap-x-26px:active {
    column-gap: 26px;
  }
  .focus\:sm\:gap-x-26px:focus {
    column-gap: 26px;
  }
  .sm\:gap-x-27px {
    column-gap: 27px;
  }
  .hover\:sm\:gap-x-27px:hover {
    column-gap: 27px;
  }
  .active\:sm\:gap-x-27px:active {
    column-gap: 27px;
  }
  .focus\:sm\:gap-x-27px:focus {
    column-gap: 27px;
  }
  .sm\:gap-x-28px {
    column-gap: 28px;
  }
  .hover\:sm\:gap-x-28px:hover {
    column-gap: 28px;
  }
  .active\:sm\:gap-x-28px:active {
    column-gap: 28px;
  }
  .focus\:sm\:gap-x-28px:focus {
    column-gap: 28px;
  }
  .sm\:gap-x-29px {
    column-gap: 29px;
  }
  .hover\:sm\:gap-x-29px:hover {
    column-gap: 29px;
  }
  .active\:sm\:gap-x-29px:active {
    column-gap: 29px;
  }
  .focus\:sm\:gap-x-29px:focus {
    column-gap: 29px;
  }
  .sm\:gap-x-30px {
    column-gap: 30px;
  }
  .hover\:sm\:gap-x-30px:hover {
    column-gap: 30px;
  }
  .active\:sm\:gap-x-30px:active {
    column-gap: 30px;
  }
  .focus\:sm\:gap-x-30px:focus {
    column-gap: 30px;
  }
  .sm\:gap-x-31px {
    column-gap: 31px;
  }
  .hover\:sm\:gap-x-31px:hover {
    column-gap: 31px;
  }
  .active\:sm\:gap-x-31px:active {
    column-gap: 31px;
  }
  .focus\:sm\:gap-x-31px:focus {
    column-gap: 31px;
  }
  .sm\:gap-x-32px {
    column-gap: 32px;
  }
  .hover\:sm\:gap-x-32px:hover {
    column-gap: 32px;
  }
  .active\:sm\:gap-x-32px:active {
    column-gap: 32px;
  }
  .focus\:sm\:gap-x-32px:focus {
    column-gap: 32px;
  }
  .sm\:gap-x-33px {
    column-gap: 33px;
  }
  .hover\:sm\:gap-x-33px:hover {
    column-gap: 33px;
  }
  .active\:sm\:gap-x-33px:active {
    column-gap: 33px;
  }
  .focus\:sm\:gap-x-33px:focus {
    column-gap: 33px;
  }
  .sm\:gap-x-34px {
    column-gap: 34px;
  }
  .hover\:sm\:gap-x-34px:hover {
    column-gap: 34px;
  }
  .active\:sm\:gap-x-34px:active {
    column-gap: 34px;
  }
  .focus\:sm\:gap-x-34px:focus {
    column-gap: 34px;
  }
  .sm\:gap-x-35px {
    column-gap: 35px;
  }
  .hover\:sm\:gap-x-35px:hover {
    column-gap: 35px;
  }
  .active\:sm\:gap-x-35px:active {
    column-gap: 35px;
  }
  .focus\:sm\:gap-x-35px:focus {
    column-gap: 35px;
  }
  .sm\:gap-x-36px {
    column-gap: 36px;
  }
  .hover\:sm\:gap-x-36px:hover {
    column-gap: 36px;
  }
  .active\:sm\:gap-x-36px:active {
    column-gap: 36px;
  }
  .focus\:sm\:gap-x-36px:focus {
    column-gap: 36px;
  }
  .sm\:gap-x-37px {
    column-gap: 37px;
  }
  .hover\:sm\:gap-x-37px:hover {
    column-gap: 37px;
  }
  .active\:sm\:gap-x-37px:active {
    column-gap: 37px;
  }
  .focus\:sm\:gap-x-37px:focus {
    column-gap: 37px;
  }
  .sm\:gap-x-38px {
    column-gap: 38px;
  }
  .hover\:sm\:gap-x-38px:hover {
    column-gap: 38px;
  }
  .active\:sm\:gap-x-38px:active {
    column-gap: 38px;
  }
  .focus\:sm\:gap-x-38px:focus {
    column-gap: 38px;
  }
  .sm\:gap-x-39px {
    column-gap: 39px;
  }
  .hover\:sm\:gap-x-39px:hover {
    column-gap: 39px;
  }
  .active\:sm\:gap-x-39px:active {
    column-gap: 39px;
  }
  .focus\:sm\:gap-x-39px:focus {
    column-gap: 39px;
  }
  .sm\:gap-x-40px {
    column-gap: 40px;
  }
  .hover\:sm\:gap-x-40px:hover {
    column-gap: 40px;
  }
  .active\:sm\:gap-x-40px:active {
    column-gap: 40px;
  }
  .focus\:sm\:gap-x-40px:focus {
    column-gap: 40px;
  }
  .sm\:gap-x-41px {
    column-gap: 41px;
  }
  .hover\:sm\:gap-x-41px:hover {
    column-gap: 41px;
  }
  .active\:sm\:gap-x-41px:active {
    column-gap: 41px;
  }
  .focus\:sm\:gap-x-41px:focus {
    column-gap: 41px;
  }
  .sm\:gap-x-42px {
    column-gap: 42px;
  }
  .hover\:sm\:gap-x-42px:hover {
    column-gap: 42px;
  }
  .active\:sm\:gap-x-42px:active {
    column-gap: 42px;
  }
  .focus\:sm\:gap-x-42px:focus {
    column-gap: 42px;
  }
  .sm\:gap-x-43px {
    column-gap: 43px;
  }
  .hover\:sm\:gap-x-43px:hover {
    column-gap: 43px;
  }
  .active\:sm\:gap-x-43px:active {
    column-gap: 43px;
  }
  .focus\:sm\:gap-x-43px:focus {
    column-gap: 43px;
  }
  .sm\:gap-x-44px {
    column-gap: 44px;
  }
  .hover\:sm\:gap-x-44px:hover {
    column-gap: 44px;
  }
  .active\:sm\:gap-x-44px:active {
    column-gap: 44px;
  }
  .focus\:sm\:gap-x-44px:focus {
    column-gap: 44px;
  }
  .sm\:gap-x-45px {
    column-gap: 45px;
  }
  .hover\:sm\:gap-x-45px:hover {
    column-gap: 45px;
  }
  .active\:sm\:gap-x-45px:active {
    column-gap: 45px;
  }
  .focus\:sm\:gap-x-45px:focus {
    column-gap: 45px;
  }
  .sm\:gap-x-46px {
    column-gap: 46px;
  }
  .hover\:sm\:gap-x-46px:hover {
    column-gap: 46px;
  }
  .active\:sm\:gap-x-46px:active {
    column-gap: 46px;
  }
  .focus\:sm\:gap-x-46px:focus {
    column-gap: 46px;
  }
  .sm\:gap-x-47px {
    column-gap: 47px;
  }
  .hover\:sm\:gap-x-47px:hover {
    column-gap: 47px;
  }
  .active\:sm\:gap-x-47px:active {
    column-gap: 47px;
  }
  .focus\:sm\:gap-x-47px:focus {
    column-gap: 47px;
  }
  .sm\:gap-x-48px {
    column-gap: 48px;
  }
  .hover\:sm\:gap-x-48px:hover {
    column-gap: 48px;
  }
  .active\:sm\:gap-x-48px:active {
    column-gap: 48px;
  }
  .focus\:sm\:gap-x-48px:focus {
    column-gap: 48px;
  }
  .sm\:gap-x-49px {
    column-gap: 49px;
  }
  .hover\:sm\:gap-x-49px:hover {
    column-gap: 49px;
  }
  .active\:sm\:gap-x-49px:active {
    column-gap: 49px;
  }
  .focus\:sm\:gap-x-49px:focus {
    column-gap: 49px;
  }
  .sm\:gap-x-50px {
    column-gap: 50px;
  }
  .hover\:sm\:gap-x-50px:hover {
    column-gap: 50px;
  }
  .active\:sm\:gap-x-50px:active {
    column-gap: 50px;
  }
  .focus\:sm\:gap-x-50px:focus {
    column-gap: 50px;
  }
  .sm\:gap-x-51px {
    column-gap: 51px;
  }
  .hover\:sm\:gap-x-51px:hover {
    column-gap: 51px;
  }
  .active\:sm\:gap-x-51px:active {
    column-gap: 51px;
  }
  .focus\:sm\:gap-x-51px:focus {
    column-gap: 51px;
  }
  .sm\:gap-x-52px {
    column-gap: 52px;
  }
  .hover\:sm\:gap-x-52px:hover {
    column-gap: 52px;
  }
  .active\:sm\:gap-x-52px:active {
    column-gap: 52px;
  }
  .focus\:sm\:gap-x-52px:focus {
    column-gap: 52px;
  }
  .sm\:gap-x-53px {
    column-gap: 53px;
  }
  .hover\:sm\:gap-x-53px:hover {
    column-gap: 53px;
  }
  .active\:sm\:gap-x-53px:active {
    column-gap: 53px;
  }
  .focus\:sm\:gap-x-53px:focus {
    column-gap: 53px;
  }
  .sm\:gap-x-54px {
    column-gap: 54px;
  }
  .hover\:sm\:gap-x-54px:hover {
    column-gap: 54px;
  }
  .active\:sm\:gap-x-54px:active {
    column-gap: 54px;
  }
  .focus\:sm\:gap-x-54px:focus {
    column-gap: 54px;
  }
  .sm\:gap-x-55px {
    column-gap: 55px;
  }
  .hover\:sm\:gap-x-55px:hover {
    column-gap: 55px;
  }
  .active\:sm\:gap-x-55px:active {
    column-gap: 55px;
  }
  .focus\:sm\:gap-x-55px:focus {
    column-gap: 55px;
  }
  .sm\:gap-x-56px {
    column-gap: 56px;
  }
  .hover\:sm\:gap-x-56px:hover {
    column-gap: 56px;
  }
  .active\:sm\:gap-x-56px:active {
    column-gap: 56px;
  }
  .focus\:sm\:gap-x-56px:focus {
    column-gap: 56px;
  }
  .sm\:gap-x-57px {
    column-gap: 57px;
  }
  .hover\:sm\:gap-x-57px:hover {
    column-gap: 57px;
  }
  .active\:sm\:gap-x-57px:active {
    column-gap: 57px;
  }
  .focus\:sm\:gap-x-57px:focus {
    column-gap: 57px;
  }
  .sm\:gap-x-58px {
    column-gap: 58px;
  }
  .hover\:sm\:gap-x-58px:hover {
    column-gap: 58px;
  }
  .active\:sm\:gap-x-58px:active {
    column-gap: 58px;
  }
  .focus\:sm\:gap-x-58px:focus {
    column-gap: 58px;
  }
  .sm\:gap-x-59px {
    column-gap: 59px;
  }
  .hover\:sm\:gap-x-59px:hover {
    column-gap: 59px;
  }
  .active\:sm\:gap-x-59px:active {
    column-gap: 59px;
  }
  .focus\:sm\:gap-x-59px:focus {
    column-gap: 59px;
  }
  .sm\:gap-x-60px {
    column-gap: 60px;
  }
  .hover\:sm\:gap-x-60px:hover {
    column-gap: 60px;
  }
  .active\:sm\:gap-x-60px:active {
    column-gap: 60px;
  }
  .focus\:sm\:gap-x-60px:focus {
    column-gap: 60px;
  }
  .sm\:gap-x-61px {
    column-gap: 61px;
  }
  .hover\:sm\:gap-x-61px:hover {
    column-gap: 61px;
  }
  .active\:sm\:gap-x-61px:active {
    column-gap: 61px;
  }
  .focus\:sm\:gap-x-61px:focus {
    column-gap: 61px;
  }
  .sm\:gap-x-62px {
    column-gap: 62px;
  }
  .hover\:sm\:gap-x-62px:hover {
    column-gap: 62px;
  }
  .active\:sm\:gap-x-62px:active {
    column-gap: 62px;
  }
  .focus\:sm\:gap-x-62px:focus {
    column-gap: 62px;
  }
  .sm\:gap-x-63px {
    column-gap: 63px;
  }
  .hover\:sm\:gap-x-63px:hover {
    column-gap: 63px;
  }
  .active\:sm\:gap-x-63px:active {
    column-gap: 63px;
  }
  .focus\:sm\:gap-x-63px:focus {
    column-gap: 63px;
  }
  .sm\:gap-x-64px {
    column-gap: 64px;
  }
  .hover\:sm\:gap-x-64px:hover {
    column-gap: 64px;
  }
  .active\:sm\:gap-x-64px:active {
    column-gap: 64px;
  }
  .focus\:sm\:gap-x-64px:focus {
    column-gap: 64px;
  }
  .sm\:gap-x-65px {
    column-gap: 65px;
  }
  .hover\:sm\:gap-x-65px:hover {
    column-gap: 65px;
  }
  .active\:sm\:gap-x-65px:active {
    column-gap: 65px;
  }
  .focus\:sm\:gap-x-65px:focus {
    column-gap: 65px;
  }
  .sm\:gap-x-66px {
    column-gap: 66px;
  }
  .hover\:sm\:gap-x-66px:hover {
    column-gap: 66px;
  }
  .active\:sm\:gap-x-66px:active {
    column-gap: 66px;
  }
  .focus\:sm\:gap-x-66px:focus {
    column-gap: 66px;
  }
  .sm\:gap-x-67px {
    column-gap: 67px;
  }
  .hover\:sm\:gap-x-67px:hover {
    column-gap: 67px;
  }
  .active\:sm\:gap-x-67px:active {
    column-gap: 67px;
  }
  .focus\:sm\:gap-x-67px:focus {
    column-gap: 67px;
  }
  .sm\:gap-x-68px {
    column-gap: 68px;
  }
  .hover\:sm\:gap-x-68px:hover {
    column-gap: 68px;
  }
  .active\:sm\:gap-x-68px:active {
    column-gap: 68px;
  }
  .focus\:sm\:gap-x-68px:focus {
    column-gap: 68px;
  }
  .sm\:gap-x-69px {
    column-gap: 69px;
  }
  .hover\:sm\:gap-x-69px:hover {
    column-gap: 69px;
  }
  .active\:sm\:gap-x-69px:active {
    column-gap: 69px;
  }
  .focus\:sm\:gap-x-69px:focus {
    column-gap: 69px;
  }
  .sm\:gap-x-70px {
    column-gap: 70px;
  }
  .hover\:sm\:gap-x-70px:hover {
    column-gap: 70px;
  }
  .active\:sm\:gap-x-70px:active {
    column-gap: 70px;
  }
  .focus\:sm\:gap-x-70px:focus {
    column-gap: 70px;
  }
  .sm\:gap-x-71px {
    column-gap: 71px;
  }
  .hover\:sm\:gap-x-71px:hover {
    column-gap: 71px;
  }
  .active\:sm\:gap-x-71px:active {
    column-gap: 71px;
  }
  .focus\:sm\:gap-x-71px:focus {
    column-gap: 71px;
  }
  .sm\:gap-x-72px {
    column-gap: 72px;
  }
  .hover\:sm\:gap-x-72px:hover {
    column-gap: 72px;
  }
  .active\:sm\:gap-x-72px:active {
    column-gap: 72px;
  }
  .focus\:sm\:gap-x-72px:focus {
    column-gap: 72px;
  }
  .sm\:gap-x-73px {
    column-gap: 73px;
  }
  .hover\:sm\:gap-x-73px:hover {
    column-gap: 73px;
  }
  .active\:sm\:gap-x-73px:active {
    column-gap: 73px;
  }
  .focus\:sm\:gap-x-73px:focus {
    column-gap: 73px;
  }
  .sm\:gap-x-74px {
    column-gap: 74px;
  }
  .hover\:sm\:gap-x-74px:hover {
    column-gap: 74px;
  }
  .active\:sm\:gap-x-74px:active {
    column-gap: 74px;
  }
  .focus\:sm\:gap-x-74px:focus {
    column-gap: 74px;
  }
  .sm\:gap-x-75px {
    column-gap: 75px;
  }
  .hover\:sm\:gap-x-75px:hover {
    column-gap: 75px;
  }
  .active\:sm\:gap-x-75px:active {
    column-gap: 75px;
  }
  .focus\:sm\:gap-x-75px:focus {
    column-gap: 75px;
  }
  .sm\:gap-x-76px {
    column-gap: 76px;
  }
  .hover\:sm\:gap-x-76px:hover {
    column-gap: 76px;
  }
  .active\:sm\:gap-x-76px:active {
    column-gap: 76px;
  }
  .focus\:sm\:gap-x-76px:focus {
    column-gap: 76px;
  }
  .sm\:gap-x-77px {
    column-gap: 77px;
  }
  .hover\:sm\:gap-x-77px:hover {
    column-gap: 77px;
  }
  .active\:sm\:gap-x-77px:active {
    column-gap: 77px;
  }
  .focus\:sm\:gap-x-77px:focus {
    column-gap: 77px;
  }
  .sm\:gap-x-78px {
    column-gap: 78px;
  }
  .hover\:sm\:gap-x-78px:hover {
    column-gap: 78px;
  }
  .active\:sm\:gap-x-78px:active {
    column-gap: 78px;
  }
  .focus\:sm\:gap-x-78px:focus {
    column-gap: 78px;
  }
  .sm\:gap-x-79px {
    column-gap: 79px;
  }
  .hover\:sm\:gap-x-79px:hover {
    column-gap: 79px;
  }
  .active\:sm\:gap-x-79px:active {
    column-gap: 79px;
  }
  .focus\:sm\:gap-x-79px:focus {
    column-gap: 79px;
  }
  .sm\:gap-x-80px {
    column-gap: 80px;
  }
  .hover\:sm\:gap-x-80px:hover {
    column-gap: 80px;
  }
  .active\:sm\:gap-x-80px:active {
    column-gap: 80px;
  }
  .focus\:sm\:gap-x-80px:focus {
    column-gap: 80px;
  }
  .sm\:gap-x-81px {
    column-gap: 81px;
  }
  .hover\:sm\:gap-x-81px:hover {
    column-gap: 81px;
  }
  .active\:sm\:gap-x-81px:active {
    column-gap: 81px;
  }
  .focus\:sm\:gap-x-81px:focus {
    column-gap: 81px;
  }
  .sm\:gap-x-82px {
    column-gap: 82px;
  }
  .hover\:sm\:gap-x-82px:hover {
    column-gap: 82px;
  }
  .active\:sm\:gap-x-82px:active {
    column-gap: 82px;
  }
  .focus\:sm\:gap-x-82px:focus {
    column-gap: 82px;
  }
  .sm\:gap-x-83px {
    column-gap: 83px;
  }
  .hover\:sm\:gap-x-83px:hover {
    column-gap: 83px;
  }
  .active\:sm\:gap-x-83px:active {
    column-gap: 83px;
  }
  .focus\:sm\:gap-x-83px:focus {
    column-gap: 83px;
  }
  .sm\:gap-x-84px {
    column-gap: 84px;
  }
  .hover\:sm\:gap-x-84px:hover {
    column-gap: 84px;
  }
  .active\:sm\:gap-x-84px:active {
    column-gap: 84px;
  }
  .focus\:sm\:gap-x-84px:focus {
    column-gap: 84px;
  }
  .sm\:gap-x-85px {
    column-gap: 85px;
  }
  .hover\:sm\:gap-x-85px:hover {
    column-gap: 85px;
  }
  .active\:sm\:gap-x-85px:active {
    column-gap: 85px;
  }
  .focus\:sm\:gap-x-85px:focus {
    column-gap: 85px;
  }
  .sm\:gap-x-86px {
    column-gap: 86px;
  }
  .hover\:sm\:gap-x-86px:hover {
    column-gap: 86px;
  }
  .active\:sm\:gap-x-86px:active {
    column-gap: 86px;
  }
  .focus\:sm\:gap-x-86px:focus {
    column-gap: 86px;
  }
  .sm\:gap-x-87px {
    column-gap: 87px;
  }
  .hover\:sm\:gap-x-87px:hover {
    column-gap: 87px;
  }
  .active\:sm\:gap-x-87px:active {
    column-gap: 87px;
  }
  .focus\:sm\:gap-x-87px:focus {
    column-gap: 87px;
  }
  .sm\:gap-x-88px {
    column-gap: 88px;
  }
  .hover\:sm\:gap-x-88px:hover {
    column-gap: 88px;
  }
  .active\:sm\:gap-x-88px:active {
    column-gap: 88px;
  }
  .focus\:sm\:gap-x-88px:focus {
    column-gap: 88px;
  }
  .sm\:gap-x-89px {
    column-gap: 89px;
  }
  .hover\:sm\:gap-x-89px:hover {
    column-gap: 89px;
  }
  .active\:sm\:gap-x-89px:active {
    column-gap: 89px;
  }
  .focus\:sm\:gap-x-89px:focus {
    column-gap: 89px;
  }
  .sm\:gap-x-90px {
    column-gap: 90px;
  }
  .hover\:sm\:gap-x-90px:hover {
    column-gap: 90px;
  }
  .active\:sm\:gap-x-90px:active {
    column-gap: 90px;
  }
  .focus\:sm\:gap-x-90px:focus {
    column-gap: 90px;
  }
  .sm\:gap-x-91px {
    column-gap: 91px;
  }
  .hover\:sm\:gap-x-91px:hover {
    column-gap: 91px;
  }
  .active\:sm\:gap-x-91px:active {
    column-gap: 91px;
  }
  .focus\:sm\:gap-x-91px:focus {
    column-gap: 91px;
  }
  .sm\:gap-x-92px {
    column-gap: 92px;
  }
  .hover\:sm\:gap-x-92px:hover {
    column-gap: 92px;
  }
  .active\:sm\:gap-x-92px:active {
    column-gap: 92px;
  }
  .focus\:sm\:gap-x-92px:focus {
    column-gap: 92px;
  }
  .sm\:gap-x-93px {
    column-gap: 93px;
  }
  .hover\:sm\:gap-x-93px:hover {
    column-gap: 93px;
  }
  .active\:sm\:gap-x-93px:active {
    column-gap: 93px;
  }
  .focus\:sm\:gap-x-93px:focus {
    column-gap: 93px;
  }
  .sm\:gap-x-94px {
    column-gap: 94px;
  }
  .hover\:sm\:gap-x-94px:hover {
    column-gap: 94px;
  }
  .active\:sm\:gap-x-94px:active {
    column-gap: 94px;
  }
  .focus\:sm\:gap-x-94px:focus {
    column-gap: 94px;
  }
  .sm\:gap-x-95px {
    column-gap: 95px;
  }
  .hover\:sm\:gap-x-95px:hover {
    column-gap: 95px;
  }
  .active\:sm\:gap-x-95px:active {
    column-gap: 95px;
  }
  .focus\:sm\:gap-x-95px:focus {
    column-gap: 95px;
  }
  .sm\:gap-x-96px {
    column-gap: 96px;
  }
  .hover\:sm\:gap-x-96px:hover {
    column-gap: 96px;
  }
  .active\:sm\:gap-x-96px:active {
    column-gap: 96px;
  }
  .focus\:sm\:gap-x-96px:focus {
    column-gap: 96px;
  }
  .sm\:gap-x-97px {
    column-gap: 97px;
  }
  .hover\:sm\:gap-x-97px:hover {
    column-gap: 97px;
  }
  .active\:sm\:gap-x-97px:active {
    column-gap: 97px;
  }
  .focus\:sm\:gap-x-97px:focus {
    column-gap: 97px;
  }
  .sm\:gap-x-98px {
    column-gap: 98px;
  }
  .hover\:sm\:gap-x-98px:hover {
    column-gap: 98px;
  }
  .active\:sm\:gap-x-98px:active {
    column-gap: 98px;
  }
  .focus\:sm\:gap-x-98px:focus {
    column-gap: 98px;
  }
  .sm\:gap-x-99px {
    column-gap: 99px;
  }
  .hover\:sm\:gap-x-99px:hover {
    column-gap: 99px;
  }
  .active\:sm\:gap-x-99px:active {
    column-gap: 99px;
  }
  .focus\:sm\:gap-x-99px:focus {
    column-gap: 99px;
  }
  .sm\:gap-x-100px {
    column-gap: 100px;
  }
  .hover\:sm\:gap-x-100px:hover {
    column-gap: 100px;
  }
  .active\:sm\:gap-x-100px:active {
    column-gap: 100px;
  }
  .focus\:sm\:gap-x-100px:focus {
    column-gap: 100px;
  }
  .sm\:gap-y-0px {
    row-gap: 0px;
  }
  .hover\:sm\:gap-y-0px:hover {
    row-gap: 0px;
  }
  .active\:sm\:gap-y-0px:active {
    row-gap: 0px;
  }
  .focus\:sm\:gap-y-0px:focus {
    row-gap: 0px;
  }
  .sm\:gap-y-1px {
    row-gap: 1px;
  }
  .hover\:sm\:gap-y-1px:hover {
    row-gap: 1px;
  }
  .active\:sm\:gap-y-1px:active {
    row-gap: 1px;
  }
  .focus\:sm\:gap-y-1px:focus {
    row-gap: 1px;
  }
  .sm\:gap-y-2px {
    row-gap: 2px;
  }
  .hover\:sm\:gap-y-2px:hover {
    row-gap: 2px;
  }
  .active\:sm\:gap-y-2px:active {
    row-gap: 2px;
  }
  .focus\:sm\:gap-y-2px:focus {
    row-gap: 2px;
  }
  .sm\:gap-y-3px {
    row-gap: 3px;
  }
  .hover\:sm\:gap-y-3px:hover {
    row-gap: 3px;
  }
  .active\:sm\:gap-y-3px:active {
    row-gap: 3px;
  }
  .focus\:sm\:gap-y-3px:focus {
    row-gap: 3px;
  }
  .sm\:gap-y-4px {
    row-gap: 4px;
  }
  .hover\:sm\:gap-y-4px:hover {
    row-gap: 4px;
  }
  .active\:sm\:gap-y-4px:active {
    row-gap: 4px;
  }
  .focus\:sm\:gap-y-4px:focus {
    row-gap: 4px;
  }
  .sm\:gap-y-5px {
    row-gap: 5px;
  }
  .hover\:sm\:gap-y-5px:hover {
    row-gap: 5px;
  }
  .active\:sm\:gap-y-5px:active {
    row-gap: 5px;
  }
  .focus\:sm\:gap-y-5px:focus {
    row-gap: 5px;
  }
  .sm\:gap-y-6px {
    row-gap: 6px;
  }
  .hover\:sm\:gap-y-6px:hover {
    row-gap: 6px;
  }
  .active\:sm\:gap-y-6px:active {
    row-gap: 6px;
  }
  .focus\:sm\:gap-y-6px:focus {
    row-gap: 6px;
  }
  .sm\:gap-y-7px {
    row-gap: 7px;
  }
  .hover\:sm\:gap-y-7px:hover {
    row-gap: 7px;
  }
  .active\:sm\:gap-y-7px:active {
    row-gap: 7px;
  }
  .focus\:sm\:gap-y-7px:focus {
    row-gap: 7px;
  }
  .sm\:gap-y-8px {
    row-gap: 8px;
  }
  .hover\:sm\:gap-y-8px:hover {
    row-gap: 8px;
  }
  .active\:sm\:gap-y-8px:active {
    row-gap: 8px;
  }
  .focus\:sm\:gap-y-8px:focus {
    row-gap: 8px;
  }
  .sm\:gap-y-9px {
    row-gap: 9px;
  }
  .hover\:sm\:gap-y-9px:hover {
    row-gap: 9px;
  }
  .active\:sm\:gap-y-9px:active {
    row-gap: 9px;
  }
  .focus\:sm\:gap-y-9px:focus {
    row-gap: 9px;
  }
  .sm\:gap-y-10px {
    row-gap: 10px;
  }
  .hover\:sm\:gap-y-10px:hover {
    row-gap: 10px;
  }
  .active\:sm\:gap-y-10px:active {
    row-gap: 10px;
  }
  .focus\:sm\:gap-y-10px:focus {
    row-gap: 10px;
  }
  .sm\:gap-y-11px {
    row-gap: 11px;
  }
  .hover\:sm\:gap-y-11px:hover {
    row-gap: 11px;
  }
  .active\:sm\:gap-y-11px:active {
    row-gap: 11px;
  }
  .focus\:sm\:gap-y-11px:focus {
    row-gap: 11px;
  }
  .sm\:gap-y-12px {
    row-gap: 12px;
  }
  .hover\:sm\:gap-y-12px:hover {
    row-gap: 12px;
  }
  .active\:sm\:gap-y-12px:active {
    row-gap: 12px;
  }
  .focus\:sm\:gap-y-12px:focus {
    row-gap: 12px;
  }
  .sm\:gap-y-13px {
    row-gap: 13px;
  }
  .hover\:sm\:gap-y-13px:hover {
    row-gap: 13px;
  }
  .active\:sm\:gap-y-13px:active {
    row-gap: 13px;
  }
  .focus\:sm\:gap-y-13px:focus {
    row-gap: 13px;
  }
  .sm\:gap-y-14px {
    row-gap: 14px;
  }
  .hover\:sm\:gap-y-14px:hover {
    row-gap: 14px;
  }
  .active\:sm\:gap-y-14px:active {
    row-gap: 14px;
  }
  .focus\:sm\:gap-y-14px:focus {
    row-gap: 14px;
  }
  .sm\:gap-y-15px {
    row-gap: 15px;
  }
  .hover\:sm\:gap-y-15px:hover {
    row-gap: 15px;
  }
  .active\:sm\:gap-y-15px:active {
    row-gap: 15px;
  }
  .focus\:sm\:gap-y-15px:focus {
    row-gap: 15px;
  }
  .sm\:gap-y-16px {
    row-gap: 16px;
  }
  .hover\:sm\:gap-y-16px:hover {
    row-gap: 16px;
  }
  .active\:sm\:gap-y-16px:active {
    row-gap: 16px;
  }
  .focus\:sm\:gap-y-16px:focus {
    row-gap: 16px;
  }
  .sm\:gap-y-17px {
    row-gap: 17px;
  }
  .hover\:sm\:gap-y-17px:hover {
    row-gap: 17px;
  }
  .active\:sm\:gap-y-17px:active {
    row-gap: 17px;
  }
  .focus\:sm\:gap-y-17px:focus {
    row-gap: 17px;
  }
  .sm\:gap-y-18px {
    row-gap: 18px;
  }
  .hover\:sm\:gap-y-18px:hover {
    row-gap: 18px;
  }
  .active\:sm\:gap-y-18px:active {
    row-gap: 18px;
  }
  .focus\:sm\:gap-y-18px:focus {
    row-gap: 18px;
  }
  .sm\:gap-y-19px {
    row-gap: 19px;
  }
  .hover\:sm\:gap-y-19px:hover {
    row-gap: 19px;
  }
  .active\:sm\:gap-y-19px:active {
    row-gap: 19px;
  }
  .focus\:sm\:gap-y-19px:focus {
    row-gap: 19px;
  }
  .sm\:gap-y-20px {
    row-gap: 20px;
  }
  .hover\:sm\:gap-y-20px:hover {
    row-gap: 20px;
  }
  .active\:sm\:gap-y-20px:active {
    row-gap: 20px;
  }
  .focus\:sm\:gap-y-20px:focus {
    row-gap: 20px;
  }
  .sm\:gap-y-21px {
    row-gap: 21px;
  }
  .hover\:sm\:gap-y-21px:hover {
    row-gap: 21px;
  }
  .active\:sm\:gap-y-21px:active {
    row-gap: 21px;
  }
  .focus\:sm\:gap-y-21px:focus {
    row-gap: 21px;
  }
  .sm\:gap-y-22px {
    row-gap: 22px;
  }
  .hover\:sm\:gap-y-22px:hover {
    row-gap: 22px;
  }
  .active\:sm\:gap-y-22px:active {
    row-gap: 22px;
  }
  .focus\:sm\:gap-y-22px:focus {
    row-gap: 22px;
  }
  .sm\:gap-y-23px {
    row-gap: 23px;
  }
  .hover\:sm\:gap-y-23px:hover {
    row-gap: 23px;
  }
  .active\:sm\:gap-y-23px:active {
    row-gap: 23px;
  }
  .focus\:sm\:gap-y-23px:focus {
    row-gap: 23px;
  }
  .sm\:gap-y-24px {
    row-gap: 24px;
  }
  .hover\:sm\:gap-y-24px:hover {
    row-gap: 24px;
  }
  .active\:sm\:gap-y-24px:active {
    row-gap: 24px;
  }
  .focus\:sm\:gap-y-24px:focus {
    row-gap: 24px;
  }
  .sm\:gap-y-25px {
    row-gap: 25px;
  }
  .hover\:sm\:gap-y-25px:hover {
    row-gap: 25px;
  }
  .active\:sm\:gap-y-25px:active {
    row-gap: 25px;
  }
  .focus\:sm\:gap-y-25px:focus {
    row-gap: 25px;
  }
  .sm\:gap-y-26px {
    row-gap: 26px;
  }
  .hover\:sm\:gap-y-26px:hover {
    row-gap: 26px;
  }
  .active\:sm\:gap-y-26px:active {
    row-gap: 26px;
  }
  .focus\:sm\:gap-y-26px:focus {
    row-gap: 26px;
  }
  .sm\:gap-y-27px {
    row-gap: 27px;
  }
  .hover\:sm\:gap-y-27px:hover {
    row-gap: 27px;
  }
  .active\:sm\:gap-y-27px:active {
    row-gap: 27px;
  }
  .focus\:sm\:gap-y-27px:focus {
    row-gap: 27px;
  }
  .sm\:gap-y-28px {
    row-gap: 28px;
  }
  .hover\:sm\:gap-y-28px:hover {
    row-gap: 28px;
  }
  .active\:sm\:gap-y-28px:active {
    row-gap: 28px;
  }
  .focus\:sm\:gap-y-28px:focus {
    row-gap: 28px;
  }
  .sm\:gap-y-29px {
    row-gap: 29px;
  }
  .hover\:sm\:gap-y-29px:hover {
    row-gap: 29px;
  }
  .active\:sm\:gap-y-29px:active {
    row-gap: 29px;
  }
  .focus\:sm\:gap-y-29px:focus {
    row-gap: 29px;
  }
  .sm\:gap-y-30px {
    row-gap: 30px;
  }
  .hover\:sm\:gap-y-30px:hover {
    row-gap: 30px;
  }
  .active\:sm\:gap-y-30px:active {
    row-gap: 30px;
  }
  .focus\:sm\:gap-y-30px:focus {
    row-gap: 30px;
  }
  .sm\:gap-y-31px {
    row-gap: 31px;
  }
  .hover\:sm\:gap-y-31px:hover {
    row-gap: 31px;
  }
  .active\:sm\:gap-y-31px:active {
    row-gap: 31px;
  }
  .focus\:sm\:gap-y-31px:focus {
    row-gap: 31px;
  }
  .sm\:gap-y-32px {
    row-gap: 32px;
  }
  .hover\:sm\:gap-y-32px:hover {
    row-gap: 32px;
  }
  .active\:sm\:gap-y-32px:active {
    row-gap: 32px;
  }
  .focus\:sm\:gap-y-32px:focus {
    row-gap: 32px;
  }
  .sm\:gap-y-33px {
    row-gap: 33px;
  }
  .hover\:sm\:gap-y-33px:hover {
    row-gap: 33px;
  }
  .active\:sm\:gap-y-33px:active {
    row-gap: 33px;
  }
  .focus\:sm\:gap-y-33px:focus {
    row-gap: 33px;
  }
  .sm\:gap-y-34px {
    row-gap: 34px;
  }
  .hover\:sm\:gap-y-34px:hover {
    row-gap: 34px;
  }
  .active\:sm\:gap-y-34px:active {
    row-gap: 34px;
  }
  .focus\:sm\:gap-y-34px:focus {
    row-gap: 34px;
  }
  .sm\:gap-y-35px {
    row-gap: 35px;
  }
  .hover\:sm\:gap-y-35px:hover {
    row-gap: 35px;
  }
  .active\:sm\:gap-y-35px:active {
    row-gap: 35px;
  }
  .focus\:sm\:gap-y-35px:focus {
    row-gap: 35px;
  }
  .sm\:gap-y-36px {
    row-gap: 36px;
  }
  .hover\:sm\:gap-y-36px:hover {
    row-gap: 36px;
  }
  .active\:sm\:gap-y-36px:active {
    row-gap: 36px;
  }
  .focus\:sm\:gap-y-36px:focus {
    row-gap: 36px;
  }
  .sm\:gap-y-37px {
    row-gap: 37px;
  }
  .hover\:sm\:gap-y-37px:hover {
    row-gap: 37px;
  }
  .active\:sm\:gap-y-37px:active {
    row-gap: 37px;
  }
  .focus\:sm\:gap-y-37px:focus {
    row-gap: 37px;
  }
  .sm\:gap-y-38px {
    row-gap: 38px;
  }
  .hover\:sm\:gap-y-38px:hover {
    row-gap: 38px;
  }
  .active\:sm\:gap-y-38px:active {
    row-gap: 38px;
  }
  .focus\:sm\:gap-y-38px:focus {
    row-gap: 38px;
  }
  .sm\:gap-y-39px {
    row-gap: 39px;
  }
  .hover\:sm\:gap-y-39px:hover {
    row-gap: 39px;
  }
  .active\:sm\:gap-y-39px:active {
    row-gap: 39px;
  }
  .focus\:sm\:gap-y-39px:focus {
    row-gap: 39px;
  }
  .sm\:gap-y-40px {
    row-gap: 40px;
  }
  .hover\:sm\:gap-y-40px:hover {
    row-gap: 40px;
  }
  .active\:sm\:gap-y-40px:active {
    row-gap: 40px;
  }
  .focus\:sm\:gap-y-40px:focus {
    row-gap: 40px;
  }
  .sm\:gap-y-41px {
    row-gap: 41px;
  }
  .hover\:sm\:gap-y-41px:hover {
    row-gap: 41px;
  }
  .active\:sm\:gap-y-41px:active {
    row-gap: 41px;
  }
  .focus\:sm\:gap-y-41px:focus {
    row-gap: 41px;
  }
  .sm\:gap-y-42px {
    row-gap: 42px;
  }
  .hover\:sm\:gap-y-42px:hover {
    row-gap: 42px;
  }
  .active\:sm\:gap-y-42px:active {
    row-gap: 42px;
  }
  .focus\:sm\:gap-y-42px:focus {
    row-gap: 42px;
  }
  .sm\:gap-y-43px {
    row-gap: 43px;
  }
  .hover\:sm\:gap-y-43px:hover {
    row-gap: 43px;
  }
  .active\:sm\:gap-y-43px:active {
    row-gap: 43px;
  }
  .focus\:sm\:gap-y-43px:focus {
    row-gap: 43px;
  }
  .sm\:gap-y-44px {
    row-gap: 44px;
  }
  .hover\:sm\:gap-y-44px:hover {
    row-gap: 44px;
  }
  .active\:sm\:gap-y-44px:active {
    row-gap: 44px;
  }
  .focus\:sm\:gap-y-44px:focus {
    row-gap: 44px;
  }
  .sm\:gap-y-45px {
    row-gap: 45px;
  }
  .hover\:sm\:gap-y-45px:hover {
    row-gap: 45px;
  }
  .active\:sm\:gap-y-45px:active {
    row-gap: 45px;
  }
  .focus\:sm\:gap-y-45px:focus {
    row-gap: 45px;
  }
  .sm\:gap-y-46px {
    row-gap: 46px;
  }
  .hover\:sm\:gap-y-46px:hover {
    row-gap: 46px;
  }
  .active\:sm\:gap-y-46px:active {
    row-gap: 46px;
  }
  .focus\:sm\:gap-y-46px:focus {
    row-gap: 46px;
  }
  .sm\:gap-y-47px {
    row-gap: 47px;
  }
  .hover\:sm\:gap-y-47px:hover {
    row-gap: 47px;
  }
  .active\:sm\:gap-y-47px:active {
    row-gap: 47px;
  }
  .focus\:sm\:gap-y-47px:focus {
    row-gap: 47px;
  }
  .sm\:gap-y-48px {
    row-gap: 48px;
  }
  .hover\:sm\:gap-y-48px:hover {
    row-gap: 48px;
  }
  .active\:sm\:gap-y-48px:active {
    row-gap: 48px;
  }
  .focus\:sm\:gap-y-48px:focus {
    row-gap: 48px;
  }
  .sm\:gap-y-49px {
    row-gap: 49px;
  }
  .hover\:sm\:gap-y-49px:hover {
    row-gap: 49px;
  }
  .active\:sm\:gap-y-49px:active {
    row-gap: 49px;
  }
  .focus\:sm\:gap-y-49px:focus {
    row-gap: 49px;
  }
  .sm\:gap-y-50px {
    row-gap: 50px;
  }
  .hover\:sm\:gap-y-50px:hover {
    row-gap: 50px;
  }
  .active\:sm\:gap-y-50px:active {
    row-gap: 50px;
  }
  .focus\:sm\:gap-y-50px:focus {
    row-gap: 50px;
  }
  .sm\:gap-y-51px {
    row-gap: 51px;
  }
  .hover\:sm\:gap-y-51px:hover {
    row-gap: 51px;
  }
  .active\:sm\:gap-y-51px:active {
    row-gap: 51px;
  }
  .focus\:sm\:gap-y-51px:focus {
    row-gap: 51px;
  }
  .sm\:gap-y-52px {
    row-gap: 52px;
  }
  .hover\:sm\:gap-y-52px:hover {
    row-gap: 52px;
  }
  .active\:sm\:gap-y-52px:active {
    row-gap: 52px;
  }
  .focus\:sm\:gap-y-52px:focus {
    row-gap: 52px;
  }
  .sm\:gap-y-53px {
    row-gap: 53px;
  }
  .hover\:sm\:gap-y-53px:hover {
    row-gap: 53px;
  }
  .active\:sm\:gap-y-53px:active {
    row-gap: 53px;
  }
  .focus\:sm\:gap-y-53px:focus {
    row-gap: 53px;
  }
  .sm\:gap-y-54px {
    row-gap: 54px;
  }
  .hover\:sm\:gap-y-54px:hover {
    row-gap: 54px;
  }
  .active\:sm\:gap-y-54px:active {
    row-gap: 54px;
  }
  .focus\:sm\:gap-y-54px:focus {
    row-gap: 54px;
  }
  .sm\:gap-y-55px {
    row-gap: 55px;
  }
  .hover\:sm\:gap-y-55px:hover {
    row-gap: 55px;
  }
  .active\:sm\:gap-y-55px:active {
    row-gap: 55px;
  }
  .focus\:sm\:gap-y-55px:focus {
    row-gap: 55px;
  }
  .sm\:gap-y-56px {
    row-gap: 56px;
  }
  .hover\:sm\:gap-y-56px:hover {
    row-gap: 56px;
  }
  .active\:sm\:gap-y-56px:active {
    row-gap: 56px;
  }
  .focus\:sm\:gap-y-56px:focus {
    row-gap: 56px;
  }
  .sm\:gap-y-57px {
    row-gap: 57px;
  }
  .hover\:sm\:gap-y-57px:hover {
    row-gap: 57px;
  }
  .active\:sm\:gap-y-57px:active {
    row-gap: 57px;
  }
  .focus\:sm\:gap-y-57px:focus {
    row-gap: 57px;
  }
  .sm\:gap-y-58px {
    row-gap: 58px;
  }
  .hover\:sm\:gap-y-58px:hover {
    row-gap: 58px;
  }
  .active\:sm\:gap-y-58px:active {
    row-gap: 58px;
  }
  .focus\:sm\:gap-y-58px:focus {
    row-gap: 58px;
  }
  .sm\:gap-y-59px {
    row-gap: 59px;
  }
  .hover\:sm\:gap-y-59px:hover {
    row-gap: 59px;
  }
  .active\:sm\:gap-y-59px:active {
    row-gap: 59px;
  }
  .focus\:sm\:gap-y-59px:focus {
    row-gap: 59px;
  }
  .sm\:gap-y-60px {
    row-gap: 60px;
  }
  .hover\:sm\:gap-y-60px:hover {
    row-gap: 60px;
  }
  .active\:sm\:gap-y-60px:active {
    row-gap: 60px;
  }
  .focus\:sm\:gap-y-60px:focus {
    row-gap: 60px;
  }
  .sm\:gap-y-61px {
    row-gap: 61px;
  }
  .hover\:sm\:gap-y-61px:hover {
    row-gap: 61px;
  }
  .active\:sm\:gap-y-61px:active {
    row-gap: 61px;
  }
  .focus\:sm\:gap-y-61px:focus {
    row-gap: 61px;
  }
  .sm\:gap-y-62px {
    row-gap: 62px;
  }
  .hover\:sm\:gap-y-62px:hover {
    row-gap: 62px;
  }
  .active\:sm\:gap-y-62px:active {
    row-gap: 62px;
  }
  .focus\:sm\:gap-y-62px:focus {
    row-gap: 62px;
  }
  .sm\:gap-y-63px {
    row-gap: 63px;
  }
  .hover\:sm\:gap-y-63px:hover {
    row-gap: 63px;
  }
  .active\:sm\:gap-y-63px:active {
    row-gap: 63px;
  }
  .focus\:sm\:gap-y-63px:focus {
    row-gap: 63px;
  }
  .sm\:gap-y-64px {
    row-gap: 64px;
  }
  .hover\:sm\:gap-y-64px:hover {
    row-gap: 64px;
  }
  .active\:sm\:gap-y-64px:active {
    row-gap: 64px;
  }
  .focus\:sm\:gap-y-64px:focus {
    row-gap: 64px;
  }
  .sm\:gap-y-65px {
    row-gap: 65px;
  }
  .hover\:sm\:gap-y-65px:hover {
    row-gap: 65px;
  }
  .active\:sm\:gap-y-65px:active {
    row-gap: 65px;
  }
  .focus\:sm\:gap-y-65px:focus {
    row-gap: 65px;
  }
  .sm\:gap-y-66px {
    row-gap: 66px;
  }
  .hover\:sm\:gap-y-66px:hover {
    row-gap: 66px;
  }
  .active\:sm\:gap-y-66px:active {
    row-gap: 66px;
  }
  .focus\:sm\:gap-y-66px:focus {
    row-gap: 66px;
  }
  .sm\:gap-y-67px {
    row-gap: 67px;
  }
  .hover\:sm\:gap-y-67px:hover {
    row-gap: 67px;
  }
  .active\:sm\:gap-y-67px:active {
    row-gap: 67px;
  }
  .focus\:sm\:gap-y-67px:focus {
    row-gap: 67px;
  }
  .sm\:gap-y-68px {
    row-gap: 68px;
  }
  .hover\:sm\:gap-y-68px:hover {
    row-gap: 68px;
  }
  .active\:sm\:gap-y-68px:active {
    row-gap: 68px;
  }
  .focus\:sm\:gap-y-68px:focus {
    row-gap: 68px;
  }
  .sm\:gap-y-69px {
    row-gap: 69px;
  }
  .hover\:sm\:gap-y-69px:hover {
    row-gap: 69px;
  }
  .active\:sm\:gap-y-69px:active {
    row-gap: 69px;
  }
  .focus\:sm\:gap-y-69px:focus {
    row-gap: 69px;
  }
  .sm\:gap-y-70px {
    row-gap: 70px;
  }
  .hover\:sm\:gap-y-70px:hover {
    row-gap: 70px;
  }
  .active\:sm\:gap-y-70px:active {
    row-gap: 70px;
  }
  .focus\:sm\:gap-y-70px:focus {
    row-gap: 70px;
  }
  .sm\:gap-y-71px {
    row-gap: 71px;
  }
  .hover\:sm\:gap-y-71px:hover {
    row-gap: 71px;
  }
  .active\:sm\:gap-y-71px:active {
    row-gap: 71px;
  }
  .focus\:sm\:gap-y-71px:focus {
    row-gap: 71px;
  }
  .sm\:gap-y-72px {
    row-gap: 72px;
  }
  .hover\:sm\:gap-y-72px:hover {
    row-gap: 72px;
  }
  .active\:sm\:gap-y-72px:active {
    row-gap: 72px;
  }
  .focus\:sm\:gap-y-72px:focus {
    row-gap: 72px;
  }
  .sm\:gap-y-73px {
    row-gap: 73px;
  }
  .hover\:sm\:gap-y-73px:hover {
    row-gap: 73px;
  }
  .active\:sm\:gap-y-73px:active {
    row-gap: 73px;
  }
  .focus\:sm\:gap-y-73px:focus {
    row-gap: 73px;
  }
  .sm\:gap-y-74px {
    row-gap: 74px;
  }
  .hover\:sm\:gap-y-74px:hover {
    row-gap: 74px;
  }
  .active\:sm\:gap-y-74px:active {
    row-gap: 74px;
  }
  .focus\:sm\:gap-y-74px:focus {
    row-gap: 74px;
  }
  .sm\:gap-y-75px {
    row-gap: 75px;
  }
  .hover\:sm\:gap-y-75px:hover {
    row-gap: 75px;
  }
  .active\:sm\:gap-y-75px:active {
    row-gap: 75px;
  }
  .focus\:sm\:gap-y-75px:focus {
    row-gap: 75px;
  }
  .sm\:gap-y-76px {
    row-gap: 76px;
  }
  .hover\:sm\:gap-y-76px:hover {
    row-gap: 76px;
  }
  .active\:sm\:gap-y-76px:active {
    row-gap: 76px;
  }
  .focus\:sm\:gap-y-76px:focus {
    row-gap: 76px;
  }
  .sm\:gap-y-77px {
    row-gap: 77px;
  }
  .hover\:sm\:gap-y-77px:hover {
    row-gap: 77px;
  }
  .active\:sm\:gap-y-77px:active {
    row-gap: 77px;
  }
  .focus\:sm\:gap-y-77px:focus {
    row-gap: 77px;
  }
  .sm\:gap-y-78px {
    row-gap: 78px;
  }
  .hover\:sm\:gap-y-78px:hover {
    row-gap: 78px;
  }
  .active\:sm\:gap-y-78px:active {
    row-gap: 78px;
  }
  .focus\:sm\:gap-y-78px:focus {
    row-gap: 78px;
  }
  .sm\:gap-y-79px {
    row-gap: 79px;
  }
  .hover\:sm\:gap-y-79px:hover {
    row-gap: 79px;
  }
  .active\:sm\:gap-y-79px:active {
    row-gap: 79px;
  }
  .focus\:sm\:gap-y-79px:focus {
    row-gap: 79px;
  }
  .sm\:gap-y-80px {
    row-gap: 80px;
  }
  .hover\:sm\:gap-y-80px:hover {
    row-gap: 80px;
  }
  .active\:sm\:gap-y-80px:active {
    row-gap: 80px;
  }
  .focus\:sm\:gap-y-80px:focus {
    row-gap: 80px;
  }
  .sm\:gap-y-81px {
    row-gap: 81px;
  }
  .hover\:sm\:gap-y-81px:hover {
    row-gap: 81px;
  }
  .active\:sm\:gap-y-81px:active {
    row-gap: 81px;
  }
  .focus\:sm\:gap-y-81px:focus {
    row-gap: 81px;
  }
  .sm\:gap-y-82px {
    row-gap: 82px;
  }
  .hover\:sm\:gap-y-82px:hover {
    row-gap: 82px;
  }
  .active\:sm\:gap-y-82px:active {
    row-gap: 82px;
  }
  .focus\:sm\:gap-y-82px:focus {
    row-gap: 82px;
  }
  .sm\:gap-y-83px {
    row-gap: 83px;
  }
  .hover\:sm\:gap-y-83px:hover {
    row-gap: 83px;
  }
  .active\:sm\:gap-y-83px:active {
    row-gap: 83px;
  }
  .focus\:sm\:gap-y-83px:focus {
    row-gap: 83px;
  }
  .sm\:gap-y-84px {
    row-gap: 84px;
  }
  .hover\:sm\:gap-y-84px:hover {
    row-gap: 84px;
  }
  .active\:sm\:gap-y-84px:active {
    row-gap: 84px;
  }
  .focus\:sm\:gap-y-84px:focus {
    row-gap: 84px;
  }
  .sm\:gap-y-85px {
    row-gap: 85px;
  }
  .hover\:sm\:gap-y-85px:hover {
    row-gap: 85px;
  }
  .active\:sm\:gap-y-85px:active {
    row-gap: 85px;
  }
  .focus\:sm\:gap-y-85px:focus {
    row-gap: 85px;
  }
  .sm\:gap-y-86px {
    row-gap: 86px;
  }
  .hover\:sm\:gap-y-86px:hover {
    row-gap: 86px;
  }
  .active\:sm\:gap-y-86px:active {
    row-gap: 86px;
  }
  .focus\:sm\:gap-y-86px:focus {
    row-gap: 86px;
  }
  .sm\:gap-y-87px {
    row-gap: 87px;
  }
  .hover\:sm\:gap-y-87px:hover {
    row-gap: 87px;
  }
  .active\:sm\:gap-y-87px:active {
    row-gap: 87px;
  }
  .focus\:sm\:gap-y-87px:focus {
    row-gap: 87px;
  }
  .sm\:gap-y-88px {
    row-gap: 88px;
  }
  .hover\:sm\:gap-y-88px:hover {
    row-gap: 88px;
  }
  .active\:sm\:gap-y-88px:active {
    row-gap: 88px;
  }
  .focus\:sm\:gap-y-88px:focus {
    row-gap: 88px;
  }
  .sm\:gap-y-89px {
    row-gap: 89px;
  }
  .hover\:sm\:gap-y-89px:hover {
    row-gap: 89px;
  }
  .active\:sm\:gap-y-89px:active {
    row-gap: 89px;
  }
  .focus\:sm\:gap-y-89px:focus {
    row-gap: 89px;
  }
  .sm\:gap-y-90px {
    row-gap: 90px;
  }
  .hover\:sm\:gap-y-90px:hover {
    row-gap: 90px;
  }
  .active\:sm\:gap-y-90px:active {
    row-gap: 90px;
  }
  .focus\:sm\:gap-y-90px:focus {
    row-gap: 90px;
  }
  .sm\:gap-y-91px {
    row-gap: 91px;
  }
  .hover\:sm\:gap-y-91px:hover {
    row-gap: 91px;
  }
  .active\:sm\:gap-y-91px:active {
    row-gap: 91px;
  }
  .focus\:sm\:gap-y-91px:focus {
    row-gap: 91px;
  }
  .sm\:gap-y-92px {
    row-gap: 92px;
  }
  .hover\:sm\:gap-y-92px:hover {
    row-gap: 92px;
  }
  .active\:sm\:gap-y-92px:active {
    row-gap: 92px;
  }
  .focus\:sm\:gap-y-92px:focus {
    row-gap: 92px;
  }
  .sm\:gap-y-93px {
    row-gap: 93px;
  }
  .hover\:sm\:gap-y-93px:hover {
    row-gap: 93px;
  }
  .active\:sm\:gap-y-93px:active {
    row-gap: 93px;
  }
  .focus\:sm\:gap-y-93px:focus {
    row-gap: 93px;
  }
  .sm\:gap-y-94px {
    row-gap: 94px;
  }
  .hover\:sm\:gap-y-94px:hover {
    row-gap: 94px;
  }
  .active\:sm\:gap-y-94px:active {
    row-gap: 94px;
  }
  .focus\:sm\:gap-y-94px:focus {
    row-gap: 94px;
  }
  .sm\:gap-y-95px {
    row-gap: 95px;
  }
  .hover\:sm\:gap-y-95px:hover {
    row-gap: 95px;
  }
  .active\:sm\:gap-y-95px:active {
    row-gap: 95px;
  }
  .focus\:sm\:gap-y-95px:focus {
    row-gap: 95px;
  }
  .sm\:gap-y-96px {
    row-gap: 96px;
  }
  .hover\:sm\:gap-y-96px:hover {
    row-gap: 96px;
  }
  .active\:sm\:gap-y-96px:active {
    row-gap: 96px;
  }
  .focus\:sm\:gap-y-96px:focus {
    row-gap: 96px;
  }
  .sm\:gap-y-97px {
    row-gap: 97px;
  }
  .hover\:sm\:gap-y-97px:hover {
    row-gap: 97px;
  }
  .active\:sm\:gap-y-97px:active {
    row-gap: 97px;
  }
  .focus\:sm\:gap-y-97px:focus {
    row-gap: 97px;
  }
  .sm\:gap-y-98px {
    row-gap: 98px;
  }
  .hover\:sm\:gap-y-98px:hover {
    row-gap: 98px;
  }
  .active\:sm\:gap-y-98px:active {
    row-gap: 98px;
  }
  .focus\:sm\:gap-y-98px:focus {
    row-gap: 98px;
  }
  .sm\:gap-y-99px {
    row-gap: 99px;
  }
  .hover\:sm\:gap-y-99px:hover {
    row-gap: 99px;
  }
  .active\:sm\:gap-y-99px:active {
    row-gap: 99px;
  }
  .focus\:sm\:gap-y-99px:focus {
    row-gap: 99px;
  }
  .sm\:gap-y-100px {
    row-gap: 100px;
  }
  .hover\:sm\:gap-y-100px:hover {
    row-gap: 100px;
  }
  .active\:sm\:gap-y-100px:active {
    row-gap: 100px;
  }
  .focus\:sm\:gap-y-100px:focus {
    row-gap: 100px;
  }
  .sm\:gap-11rem {
    gap: 11rem;
  }
  .hover\:sm\:gap-11rem:hover {
    gap: 11rem;
  }
  .active\:sm\:gap-11rem:active {
    gap: 11rem;
  }
  .focus\:sm\:gap-11rem:focus {
    gap: 11rem;
  }
  .sm\:gap-12rem {
    gap: 12rem;
  }
  .hover\:sm\:gap-12rem:hover {
    gap: 12rem;
  }
  .active\:sm\:gap-12rem:active {
    gap: 12rem;
  }
  .focus\:sm\:gap-12rem:focus {
    gap: 12rem;
  }
  .sm\:gap-13rem {
    gap: 13rem;
  }
  .hover\:sm\:gap-13rem:hover {
    gap: 13rem;
  }
  .active\:sm\:gap-13rem:active {
    gap: 13rem;
  }
  .focus\:sm\:gap-13rem:focus {
    gap: 13rem;
  }
  .sm\:gap-14rem {
    gap: 14rem;
  }
  .hover\:sm\:gap-14rem:hover {
    gap: 14rem;
  }
  .active\:sm\:gap-14rem:active {
    gap: 14rem;
  }
  .focus\:sm\:gap-14rem:focus {
    gap: 14rem;
  }
  .sm\:gap-15rem {
    gap: 15rem;
  }
  .hover\:sm\:gap-15rem:hover {
    gap: 15rem;
  }
  .active\:sm\:gap-15rem:active {
    gap: 15rem;
  }
  .focus\:sm\:gap-15rem:focus {
    gap: 15rem;
  }
  .sm\:gap-16rem {
    gap: 16rem;
  }
  .hover\:sm\:gap-16rem:hover {
    gap: 16rem;
  }
  .active\:sm\:gap-16rem:active {
    gap: 16rem;
  }
  .focus\:sm\:gap-16rem:focus {
    gap: 16rem;
  }
  .sm\:gap-17rem {
    gap: 17rem;
  }
  .hover\:sm\:gap-17rem:hover {
    gap: 17rem;
  }
  .active\:sm\:gap-17rem:active {
    gap: 17rem;
  }
  .focus\:sm\:gap-17rem:focus {
    gap: 17rem;
  }
  .sm\:gap-18rem {
    gap: 18rem;
  }
  .hover\:sm\:gap-18rem:hover {
    gap: 18rem;
  }
  .active\:sm\:gap-18rem:active {
    gap: 18rem;
  }
  .focus\:sm\:gap-18rem:focus {
    gap: 18rem;
  }
  .sm\:gap-19rem {
    gap: 19rem;
  }
  .hover\:sm\:gap-19rem:hover {
    gap: 19rem;
  }
  .active\:sm\:gap-19rem:active {
    gap: 19rem;
  }
  .focus\:sm\:gap-19rem:focus {
    gap: 19rem;
  }
  .sm\:gap-20rem {
    gap: 20rem;
  }
  .hover\:sm\:gap-20rem:hover {
    gap: 20rem;
  }
  .active\:sm\:gap-20rem:active {
    gap: 20rem;
  }
  .focus\:sm\:gap-20rem:focus {
    gap: 20rem;
  }
  .sm\:gap-21rem {
    gap: 21rem;
  }
  .hover\:sm\:gap-21rem:hover {
    gap: 21rem;
  }
  .active\:sm\:gap-21rem:active {
    gap: 21rem;
  }
  .focus\:sm\:gap-21rem:focus {
    gap: 21rem;
  }
  .sm\:gap-22rem {
    gap: 22rem;
  }
  .hover\:sm\:gap-22rem:hover {
    gap: 22rem;
  }
  .active\:sm\:gap-22rem:active {
    gap: 22rem;
  }
  .focus\:sm\:gap-22rem:focus {
    gap: 22rem;
  }
  .sm\:gap-23rem {
    gap: 23rem;
  }
  .hover\:sm\:gap-23rem:hover {
    gap: 23rem;
  }
  .active\:sm\:gap-23rem:active {
    gap: 23rem;
  }
  .focus\:sm\:gap-23rem:focus {
    gap: 23rem;
  }
  .sm\:gap-24rem {
    gap: 24rem;
  }
  .hover\:sm\:gap-24rem:hover {
    gap: 24rem;
  }
  .active\:sm\:gap-24rem:active {
    gap: 24rem;
  }
  .focus\:sm\:gap-24rem:focus {
    gap: 24rem;
  }
  .sm\:gap-25rem {
    gap: 25rem;
  }
  .hover\:sm\:gap-25rem:hover {
    gap: 25rem;
  }
  .active\:sm\:gap-25rem:active {
    gap: 25rem;
  }
  .focus\:sm\:gap-25rem:focus {
    gap: 25rem;
  }
  .sm\:gap-26rem {
    gap: 26rem;
  }
  .hover\:sm\:gap-26rem:hover {
    gap: 26rem;
  }
  .active\:sm\:gap-26rem:active {
    gap: 26rem;
  }
  .focus\:sm\:gap-26rem:focus {
    gap: 26rem;
  }
  .sm\:gap-27rem {
    gap: 27rem;
  }
  .hover\:sm\:gap-27rem:hover {
    gap: 27rem;
  }
  .active\:sm\:gap-27rem:active {
    gap: 27rem;
  }
  .focus\:sm\:gap-27rem:focus {
    gap: 27rem;
  }
  .sm\:gap-28rem {
    gap: 28rem;
  }
  .hover\:sm\:gap-28rem:hover {
    gap: 28rem;
  }
  .active\:sm\:gap-28rem:active {
    gap: 28rem;
  }
  .focus\:sm\:gap-28rem:focus {
    gap: 28rem;
  }
  .sm\:gap-29rem {
    gap: 29rem;
  }
  .hover\:sm\:gap-29rem:hover {
    gap: 29rem;
  }
  .active\:sm\:gap-29rem:active {
    gap: 29rem;
  }
  .focus\:sm\:gap-29rem:focus {
    gap: 29rem;
  }
  .sm\:gap-30rem {
    gap: 30rem;
  }
  .hover\:sm\:gap-30rem:hover {
    gap: 30rem;
  }
  .active\:sm\:gap-30rem:active {
    gap: 30rem;
  }
  .focus\:sm\:gap-30rem:focus {
    gap: 30rem;
  }
  .sm\:gap-x-11rem {
    column-gap: 11rem;
  }
  .hover\:sm\:gap-x-11rem:hover {
    column-gap: 11rem;
  }
  .active\:sm\:gap-x-11rem:active {
    column-gap: 11rem;
  }
  .focus\:sm\:gap-x-11rem:focus {
    column-gap: 11rem;
  }
  .sm\:gap-x-12rem {
    column-gap: 12rem;
  }
  .hover\:sm\:gap-x-12rem:hover {
    column-gap: 12rem;
  }
  .active\:sm\:gap-x-12rem:active {
    column-gap: 12rem;
  }
  .focus\:sm\:gap-x-12rem:focus {
    column-gap: 12rem;
  }
  .sm\:gap-x-13rem {
    column-gap: 13rem;
  }
  .hover\:sm\:gap-x-13rem:hover {
    column-gap: 13rem;
  }
  .active\:sm\:gap-x-13rem:active {
    column-gap: 13rem;
  }
  .focus\:sm\:gap-x-13rem:focus {
    column-gap: 13rem;
  }
  .sm\:gap-x-14rem {
    column-gap: 14rem;
  }
  .hover\:sm\:gap-x-14rem:hover {
    column-gap: 14rem;
  }
  .active\:sm\:gap-x-14rem:active {
    column-gap: 14rem;
  }
  .focus\:sm\:gap-x-14rem:focus {
    column-gap: 14rem;
  }
  .sm\:gap-x-15rem {
    column-gap: 15rem;
  }
  .hover\:sm\:gap-x-15rem:hover {
    column-gap: 15rem;
  }
  .active\:sm\:gap-x-15rem:active {
    column-gap: 15rem;
  }
  .focus\:sm\:gap-x-15rem:focus {
    column-gap: 15rem;
  }
  .sm\:gap-x-16rem {
    column-gap: 16rem;
  }
  .hover\:sm\:gap-x-16rem:hover {
    column-gap: 16rem;
  }
  .active\:sm\:gap-x-16rem:active {
    column-gap: 16rem;
  }
  .focus\:sm\:gap-x-16rem:focus {
    column-gap: 16rem;
  }
  .sm\:gap-x-17rem {
    column-gap: 17rem;
  }
  .hover\:sm\:gap-x-17rem:hover {
    column-gap: 17rem;
  }
  .active\:sm\:gap-x-17rem:active {
    column-gap: 17rem;
  }
  .focus\:sm\:gap-x-17rem:focus {
    column-gap: 17rem;
  }
  .sm\:gap-x-18rem {
    column-gap: 18rem;
  }
  .hover\:sm\:gap-x-18rem:hover {
    column-gap: 18rem;
  }
  .active\:sm\:gap-x-18rem:active {
    column-gap: 18rem;
  }
  .focus\:sm\:gap-x-18rem:focus {
    column-gap: 18rem;
  }
  .sm\:gap-x-19rem {
    column-gap: 19rem;
  }
  .hover\:sm\:gap-x-19rem:hover {
    column-gap: 19rem;
  }
  .active\:sm\:gap-x-19rem:active {
    column-gap: 19rem;
  }
  .focus\:sm\:gap-x-19rem:focus {
    column-gap: 19rem;
  }
  .sm\:gap-x-20rem {
    column-gap: 20rem;
  }
  .hover\:sm\:gap-x-20rem:hover {
    column-gap: 20rem;
  }
  .active\:sm\:gap-x-20rem:active {
    column-gap: 20rem;
  }
  .focus\:sm\:gap-x-20rem:focus {
    column-gap: 20rem;
  }
  .sm\:gap-x-21rem {
    column-gap: 21rem;
  }
  .hover\:sm\:gap-x-21rem:hover {
    column-gap: 21rem;
  }
  .active\:sm\:gap-x-21rem:active {
    column-gap: 21rem;
  }
  .focus\:sm\:gap-x-21rem:focus {
    column-gap: 21rem;
  }
  .sm\:gap-x-22rem {
    column-gap: 22rem;
  }
  .hover\:sm\:gap-x-22rem:hover {
    column-gap: 22rem;
  }
  .active\:sm\:gap-x-22rem:active {
    column-gap: 22rem;
  }
  .focus\:sm\:gap-x-22rem:focus {
    column-gap: 22rem;
  }
  .sm\:gap-x-23rem {
    column-gap: 23rem;
  }
  .hover\:sm\:gap-x-23rem:hover {
    column-gap: 23rem;
  }
  .active\:sm\:gap-x-23rem:active {
    column-gap: 23rem;
  }
  .focus\:sm\:gap-x-23rem:focus {
    column-gap: 23rem;
  }
  .sm\:gap-x-24rem {
    column-gap: 24rem;
  }
  .hover\:sm\:gap-x-24rem:hover {
    column-gap: 24rem;
  }
  .active\:sm\:gap-x-24rem:active {
    column-gap: 24rem;
  }
  .focus\:sm\:gap-x-24rem:focus {
    column-gap: 24rem;
  }
  .sm\:gap-x-25rem {
    column-gap: 25rem;
  }
  .hover\:sm\:gap-x-25rem:hover {
    column-gap: 25rem;
  }
  .active\:sm\:gap-x-25rem:active {
    column-gap: 25rem;
  }
  .focus\:sm\:gap-x-25rem:focus {
    column-gap: 25rem;
  }
  .sm\:gap-x-26rem {
    column-gap: 26rem;
  }
  .hover\:sm\:gap-x-26rem:hover {
    column-gap: 26rem;
  }
  .active\:sm\:gap-x-26rem:active {
    column-gap: 26rem;
  }
  .focus\:sm\:gap-x-26rem:focus {
    column-gap: 26rem;
  }
  .sm\:gap-x-27rem {
    column-gap: 27rem;
  }
  .hover\:sm\:gap-x-27rem:hover {
    column-gap: 27rem;
  }
  .active\:sm\:gap-x-27rem:active {
    column-gap: 27rem;
  }
  .focus\:sm\:gap-x-27rem:focus {
    column-gap: 27rem;
  }
  .sm\:gap-x-28rem {
    column-gap: 28rem;
  }
  .hover\:sm\:gap-x-28rem:hover {
    column-gap: 28rem;
  }
  .active\:sm\:gap-x-28rem:active {
    column-gap: 28rem;
  }
  .focus\:sm\:gap-x-28rem:focus {
    column-gap: 28rem;
  }
  .sm\:gap-x-29rem {
    column-gap: 29rem;
  }
  .hover\:sm\:gap-x-29rem:hover {
    column-gap: 29rem;
  }
  .active\:sm\:gap-x-29rem:active {
    column-gap: 29rem;
  }
  .focus\:sm\:gap-x-29rem:focus {
    column-gap: 29rem;
  }
  .sm\:gap-x-30rem {
    column-gap: 30rem;
  }
  .hover\:sm\:gap-x-30rem:hover {
    column-gap: 30rem;
  }
  .active\:sm\:gap-x-30rem:active {
    column-gap: 30rem;
  }
  .focus\:sm\:gap-x-30rem:focus {
    column-gap: 30rem;
  }
  .sm\:gap-y-11rem {
    row-gap: 11rem;
  }
  .hover\:sm\:gap-y-11rem:hover {
    row-gap: 11rem;
  }
  .active\:sm\:gap-y-11rem:active {
    row-gap: 11rem;
  }
  .focus\:sm\:gap-y-11rem:focus {
    row-gap: 11rem;
  }
  .sm\:gap-y-12rem {
    row-gap: 12rem;
  }
  .hover\:sm\:gap-y-12rem:hover {
    row-gap: 12rem;
  }
  .active\:sm\:gap-y-12rem:active {
    row-gap: 12rem;
  }
  .focus\:sm\:gap-y-12rem:focus {
    row-gap: 12rem;
  }
  .sm\:gap-y-13rem {
    row-gap: 13rem;
  }
  .hover\:sm\:gap-y-13rem:hover {
    row-gap: 13rem;
  }
  .active\:sm\:gap-y-13rem:active {
    row-gap: 13rem;
  }
  .focus\:sm\:gap-y-13rem:focus {
    row-gap: 13rem;
  }
  .sm\:gap-y-14rem {
    row-gap: 14rem;
  }
  .hover\:sm\:gap-y-14rem:hover {
    row-gap: 14rem;
  }
  .active\:sm\:gap-y-14rem:active {
    row-gap: 14rem;
  }
  .focus\:sm\:gap-y-14rem:focus {
    row-gap: 14rem;
  }
  .sm\:gap-y-15rem {
    row-gap: 15rem;
  }
  .hover\:sm\:gap-y-15rem:hover {
    row-gap: 15rem;
  }
  .active\:sm\:gap-y-15rem:active {
    row-gap: 15rem;
  }
  .focus\:sm\:gap-y-15rem:focus {
    row-gap: 15rem;
  }
  .sm\:gap-y-16rem {
    row-gap: 16rem;
  }
  .hover\:sm\:gap-y-16rem:hover {
    row-gap: 16rem;
  }
  .active\:sm\:gap-y-16rem:active {
    row-gap: 16rem;
  }
  .focus\:sm\:gap-y-16rem:focus {
    row-gap: 16rem;
  }
  .sm\:gap-y-17rem {
    row-gap: 17rem;
  }
  .hover\:sm\:gap-y-17rem:hover {
    row-gap: 17rem;
  }
  .active\:sm\:gap-y-17rem:active {
    row-gap: 17rem;
  }
  .focus\:sm\:gap-y-17rem:focus {
    row-gap: 17rem;
  }
  .sm\:gap-y-18rem {
    row-gap: 18rem;
  }
  .hover\:sm\:gap-y-18rem:hover {
    row-gap: 18rem;
  }
  .active\:sm\:gap-y-18rem:active {
    row-gap: 18rem;
  }
  .focus\:sm\:gap-y-18rem:focus {
    row-gap: 18rem;
  }
  .sm\:gap-y-19rem {
    row-gap: 19rem;
  }
  .hover\:sm\:gap-y-19rem:hover {
    row-gap: 19rem;
  }
  .active\:sm\:gap-y-19rem:active {
    row-gap: 19rem;
  }
  .focus\:sm\:gap-y-19rem:focus {
    row-gap: 19rem;
  }
  .sm\:gap-y-20rem {
    row-gap: 20rem;
  }
  .hover\:sm\:gap-y-20rem:hover {
    row-gap: 20rem;
  }
  .active\:sm\:gap-y-20rem:active {
    row-gap: 20rem;
  }
  .focus\:sm\:gap-y-20rem:focus {
    row-gap: 20rem;
  }
  .sm\:gap-y-21rem {
    row-gap: 21rem;
  }
  .hover\:sm\:gap-y-21rem:hover {
    row-gap: 21rem;
  }
  .active\:sm\:gap-y-21rem:active {
    row-gap: 21rem;
  }
  .focus\:sm\:gap-y-21rem:focus {
    row-gap: 21rem;
  }
  .sm\:gap-y-22rem {
    row-gap: 22rem;
  }
  .hover\:sm\:gap-y-22rem:hover {
    row-gap: 22rem;
  }
  .active\:sm\:gap-y-22rem:active {
    row-gap: 22rem;
  }
  .focus\:sm\:gap-y-22rem:focus {
    row-gap: 22rem;
  }
  .sm\:gap-y-23rem {
    row-gap: 23rem;
  }
  .hover\:sm\:gap-y-23rem:hover {
    row-gap: 23rem;
  }
  .active\:sm\:gap-y-23rem:active {
    row-gap: 23rem;
  }
  .focus\:sm\:gap-y-23rem:focus {
    row-gap: 23rem;
  }
  .sm\:gap-y-24rem {
    row-gap: 24rem;
  }
  .hover\:sm\:gap-y-24rem:hover {
    row-gap: 24rem;
  }
  .active\:sm\:gap-y-24rem:active {
    row-gap: 24rem;
  }
  .focus\:sm\:gap-y-24rem:focus {
    row-gap: 24rem;
  }
  .sm\:gap-y-25rem {
    row-gap: 25rem;
  }
  .hover\:sm\:gap-y-25rem:hover {
    row-gap: 25rem;
  }
  .active\:sm\:gap-y-25rem:active {
    row-gap: 25rem;
  }
  .focus\:sm\:gap-y-25rem:focus {
    row-gap: 25rem;
  }
  .sm\:gap-y-26rem {
    row-gap: 26rem;
  }
  .hover\:sm\:gap-y-26rem:hover {
    row-gap: 26rem;
  }
  .active\:sm\:gap-y-26rem:active {
    row-gap: 26rem;
  }
  .focus\:sm\:gap-y-26rem:focus {
    row-gap: 26rem;
  }
  .sm\:gap-y-27rem {
    row-gap: 27rem;
  }
  .hover\:sm\:gap-y-27rem:hover {
    row-gap: 27rem;
  }
  .active\:sm\:gap-y-27rem:active {
    row-gap: 27rem;
  }
  .focus\:sm\:gap-y-27rem:focus {
    row-gap: 27rem;
  }
  .sm\:gap-y-28rem {
    row-gap: 28rem;
  }
  .hover\:sm\:gap-y-28rem:hover {
    row-gap: 28rem;
  }
  .active\:sm\:gap-y-28rem:active {
    row-gap: 28rem;
  }
  .focus\:sm\:gap-y-28rem:focus {
    row-gap: 28rem;
  }
  .sm\:gap-y-29rem {
    row-gap: 29rem;
  }
  .hover\:sm\:gap-y-29rem:hover {
    row-gap: 29rem;
  }
  .active\:sm\:gap-y-29rem:active {
    row-gap: 29rem;
  }
  .focus\:sm\:gap-y-29rem:focus {
    row-gap: 29rem;
  }
  .sm\:gap-y-30rem {
    row-gap: 30rem;
  }
  .hover\:sm\:gap-y-30rem:hover {
    row-gap: 30rem;
  }
  .active\:sm\:gap-y-30rem:active {
    row-gap: 30rem;
  }
  .focus\:sm\:gap-y-30rem:focus {
    row-gap: 30rem;
  }
  .sm\:basis-0per {
    flex-basis: 0%;
  }
  .hover\:sm\:basis-0per:hover {
    flex-basis: 0%;
  }
  .active\:sm\:basis-0per:active {
    flex-basis: 0%;
  }
  .focus\:sm\:basis-0per:focus {
    flex-basis: 0%;
  }
  .sm\:basis-1per {
    flex-basis: 1%;
  }
  .hover\:sm\:basis-1per:hover {
    flex-basis: 1%;
  }
  .active\:sm\:basis-1per:active {
    flex-basis: 1%;
  }
  .focus\:sm\:basis-1per:focus {
    flex-basis: 1%;
  }
  .sm\:basis-2per {
    flex-basis: 2%;
  }
  .hover\:sm\:basis-2per:hover {
    flex-basis: 2%;
  }
  .active\:sm\:basis-2per:active {
    flex-basis: 2%;
  }
  .focus\:sm\:basis-2per:focus {
    flex-basis: 2%;
  }
  .sm\:basis-3per {
    flex-basis: 3%;
  }
  .hover\:sm\:basis-3per:hover {
    flex-basis: 3%;
  }
  .active\:sm\:basis-3per:active {
    flex-basis: 3%;
  }
  .focus\:sm\:basis-3per:focus {
    flex-basis: 3%;
  }
  .sm\:basis-4per {
    flex-basis: 4%;
  }
  .hover\:sm\:basis-4per:hover {
    flex-basis: 4%;
  }
  .active\:sm\:basis-4per:active {
    flex-basis: 4%;
  }
  .focus\:sm\:basis-4per:focus {
    flex-basis: 4%;
  }
  .sm\:basis-5per {
    flex-basis: 5%;
  }
  .hover\:sm\:basis-5per:hover {
    flex-basis: 5%;
  }
  .active\:sm\:basis-5per:active {
    flex-basis: 5%;
  }
  .focus\:sm\:basis-5per:focus {
    flex-basis: 5%;
  }
  .sm\:basis-6per {
    flex-basis: 6%;
  }
  .hover\:sm\:basis-6per:hover {
    flex-basis: 6%;
  }
  .active\:sm\:basis-6per:active {
    flex-basis: 6%;
  }
  .focus\:sm\:basis-6per:focus {
    flex-basis: 6%;
  }
  .sm\:basis-7per {
    flex-basis: 7%;
  }
  .hover\:sm\:basis-7per:hover {
    flex-basis: 7%;
  }
  .active\:sm\:basis-7per:active {
    flex-basis: 7%;
  }
  .focus\:sm\:basis-7per:focus {
    flex-basis: 7%;
  }
  .sm\:basis-8per {
    flex-basis: 8%;
  }
  .hover\:sm\:basis-8per:hover {
    flex-basis: 8%;
  }
  .active\:sm\:basis-8per:active {
    flex-basis: 8%;
  }
  .focus\:sm\:basis-8per:focus {
    flex-basis: 8%;
  }
  .sm\:basis-9per {
    flex-basis: 9%;
  }
  .hover\:sm\:basis-9per:hover {
    flex-basis: 9%;
  }
  .active\:sm\:basis-9per:active {
    flex-basis: 9%;
  }
  .focus\:sm\:basis-9per:focus {
    flex-basis: 9%;
  }
  .sm\:basis-10per {
    flex-basis: 10%;
  }
  .hover\:sm\:basis-10per:hover {
    flex-basis: 10%;
  }
  .active\:sm\:basis-10per:active {
    flex-basis: 10%;
  }
  .focus\:sm\:basis-10per:focus {
    flex-basis: 10%;
  }
  .sm\:basis-11per {
    flex-basis: 11%;
  }
  .hover\:sm\:basis-11per:hover {
    flex-basis: 11%;
  }
  .active\:sm\:basis-11per:active {
    flex-basis: 11%;
  }
  .focus\:sm\:basis-11per:focus {
    flex-basis: 11%;
  }
  .sm\:basis-12per {
    flex-basis: 12%;
  }
  .hover\:sm\:basis-12per:hover {
    flex-basis: 12%;
  }
  .active\:sm\:basis-12per:active {
    flex-basis: 12%;
  }
  .focus\:sm\:basis-12per:focus {
    flex-basis: 12%;
  }
  .sm\:basis-13per {
    flex-basis: 13%;
  }
  .hover\:sm\:basis-13per:hover {
    flex-basis: 13%;
  }
  .active\:sm\:basis-13per:active {
    flex-basis: 13%;
  }
  .focus\:sm\:basis-13per:focus {
    flex-basis: 13%;
  }
  .sm\:basis-14per {
    flex-basis: 14%;
  }
  .hover\:sm\:basis-14per:hover {
    flex-basis: 14%;
  }
  .active\:sm\:basis-14per:active {
    flex-basis: 14%;
  }
  .focus\:sm\:basis-14per:focus {
    flex-basis: 14%;
  }
  .sm\:basis-15per {
    flex-basis: 15%;
  }
  .hover\:sm\:basis-15per:hover {
    flex-basis: 15%;
  }
  .active\:sm\:basis-15per:active {
    flex-basis: 15%;
  }
  .focus\:sm\:basis-15per:focus {
    flex-basis: 15%;
  }
  .sm\:basis-16per {
    flex-basis: 16%;
  }
  .hover\:sm\:basis-16per:hover {
    flex-basis: 16%;
  }
  .active\:sm\:basis-16per:active {
    flex-basis: 16%;
  }
  .focus\:sm\:basis-16per:focus {
    flex-basis: 16%;
  }
  .sm\:basis-17per {
    flex-basis: 17%;
  }
  .hover\:sm\:basis-17per:hover {
    flex-basis: 17%;
  }
  .active\:sm\:basis-17per:active {
    flex-basis: 17%;
  }
  .focus\:sm\:basis-17per:focus {
    flex-basis: 17%;
  }
  .sm\:basis-18per {
    flex-basis: 18%;
  }
  .hover\:sm\:basis-18per:hover {
    flex-basis: 18%;
  }
  .active\:sm\:basis-18per:active {
    flex-basis: 18%;
  }
  .focus\:sm\:basis-18per:focus {
    flex-basis: 18%;
  }
  .sm\:basis-19per {
    flex-basis: 19%;
  }
  .hover\:sm\:basis-19per:hover {
    flex-basis: 19%;
  }
  .active\:sm\:basis-19per:active {
    flex-basis: 19%;
  }
  .focus\:sm\:basis-19per:focus {
    flex-basis: 19%;
  }
  .sm\:basis-20per {
    flex-basis: 20%;
  }
  .hover\:sm\:basis-20per:hover {
    flex-basis: 20%;
  }
  .active\:sm\:basis-20per:active {
    flex-basis: 20%;
  }
  .focus\:sm\:basis-20per:focus {
    flex-basis: 20%;
  }
  .sm\:basis-21per {
    flex-basis: 21%;
  }
  .hover\:sm\:basis-21per:hover {
    flex-basis: 21%;
  }
  .active\:sm\:basis-21per:active {
    flex-basis: 21%;
  }
  .focus\:sm\:basis-21per:focus {
    flex-basis: 21%;
  }
  .sm\:basis-22per {
    flex-basis: 22%;
  }
  .hover\:sm\:basis-22per:hover {
    flex-basis: 22%;
  }
  .active\:sm\:basis-22per:active {
    flex-basis: 22%;
  }
  .focus\:sm\:basis-22per:focus {
    flex-basis: 22%;
  }
  .sm\:basis-23per {
    flex-basis: 23%;
  }
  .hover\:sm\:basis-23per:hover {
    flex-basis: 23%;
  }
  .active\:sm\:basis-23per:active {
    flex-basis: 23%;
  }
  .focus\:sm\:basis-23per:focus {
    flex-basis: 23%;
  }
  .sm\:basis-24per {
    flex-basis: 24%;
  }
  .hover\:sm\:basis-24per:hover {
    flex-basis: 24%;
  }
  .active\:sm\:basis-24per:active {
    flex-basis: 24%;
  }
  .focus\:sm\:basis-24per:focus {
    flex-basis: 24%;
  }
  .sm\:basis-25per {
    flex-basis: 25%;
  }
  .hover\:sm\:basis-25per:hover {
    flex-basis: 25%;
  }
  .active\:sm\:basis-25per:active {
    flex-basis: 25%;
  }
  .focus\:sm\:basis-25per:focus {
    flex-basis: 25%;
  }
  .sm\:basis-26per {
    flex-basis: 26%;
  }
  .hover\:sm\:basis-26per:hover {
    flex-basis: 26%;
  }
  .active\:sm\:basis-26per:active {
    flex-basis: 26%;
  }
  .focus\:sm\:basis-26per:focus {
    flex-basis: 26%;
  }
  .sm\:basis-27per {
    flex-basis: 27%;
  }
  .hover\:sm\:basis-27per:hover {
    flex-basis: 27%;
  }
  .active\:sm\:basis-27per:active {
    flex-basis: 27%;
  }
  .focus\:sm\:basis-27per:focus {
    flex-basis: 27%;
  }
  .sm\:basis-28per {
    flex-basis: 28%;
  }
  .hover\:sm\:basis-28per:hover {
    flex-basis: 28%;
  }
  .active\:sm\:basis-28per:active {
    flex-basis: 28%;
  }
  .focus\:sm\:basis-28per:focus {
    flex-basis: 28%;
  }
  .sm\:basis-29per {
    flex-basis: 29%;
  }
  .hover\:sm\:basis-29per:hover {
    flex-basis: 29%;
  }
  .active\:sm\:basis-29per:active {
    flex-basis: 29%;
  }
  .focus\:sm\:basis-29per:focus {
    flex-basis: 29%;
  }
  .sm\:basis-30per {
    flex-basis: 30%;
  }
  .hover\:sm\:basis-30per:hover {
    flex-basis: 30%;
  }
  .active\:sm\:basis-30per:active {
    flex-basis: 30%;
  }
  .focus\:sm\:basis-30per:focus {
    flex-basis: 30%;
  }
  .sm\:basis-31per {
    flex-basis: 31%;
  }
  .hover\:sm\:basis-31per:hover {
    flex-basis: 31%;
  }
  .active\:sm\:basis-31per:active {
    flex-basis: 31%;
  }
  .focus\:sm\:basis-31per:focus {
    flex-basis: 31%;
  }
  .sm\:basis-32per {
    flex-basis: 32%;
  }
  .hover\:sm\:basis-32per:hover {
    flex-basis: 32%;
  }
  .active\:sm\:basis-32per:active {
    flex-basis: 32%;
  }
  .focus\:sm\:basis-32per:focus {
    flex-basis: 32%;
  }
  .sm\:basis-33per {
    flex-basis: 33%;
  }
  .hover\:sm\:basis-33per:hover {
    flex-basis: 33%;
  }
  .active\:sm\:basis-33per:active {
    flex-basis: 33%;
  }
  .focus\:sm\:basis-33per:focus {
    flex-basis: 33%;
  }
  .sm\:basis-34per {
    flex-basis: 34%;
  }
  .hover\:sm\:basis-34per:hover {
    flex-basis: 34%;
  }
  .active\:sm\:basis-34per:active {
    flex-basis: 34%;
  }
  .focus\:sm\:basis-34per:focus {
    flex-basis: 34%;
  }
  .sm\:basis-35per {
    flex-basis: 35%;
  }
  .hover\:sm\:basis-35per:hover {
    flex-basis: 35%;
  }
  .active\:sm\:basis-35per:active {
    flex-basis: 35%;
  }
  .focus\:sm\:basis-35per:focus {
    flex-basis: 35%;
  }
  .sm\:basis-36per {
    flex-basis: 36%;
  }
  .hover\:sm\:basis-36per:hover {
    flex-basis: 36%;
  }
  .active\:sm\:basis-36per:active {
    flex-basis: 36%;
  }
  .focus\:sm\:basis-36per:focus {
    flex-basis: 36%;
  }
  .sm\:basis-37per {
    flex-basis: 37%;
  }
  .hover\:sm\:basis-37per:hover {
    flex-basis: 37%;
  }
  .active\:sm\:basis-37per:active {
    flex-basis: 37%;
  }
  .focus\:sm\:basis-37per:focus {
    flex-basis: 37%;
  }
  .sm\:basis-38per {
    flex-basis: 38%;
  }
  .hover\:sm\:basis-38per:hover {
    flex-basis: 38%;
  }
  .active\:sm\:basis-38per:active {
    flex-basis: 38%;
  }
  .focus\:sm\:basis-38per:focus {
    flex-basis: 38%;
  }
  .sm\:basis-39per {
    flex-basis: 39%;
  }
  .hover\:sm\:basis-39per:hover {
    flex-basis: 39%;
  }
  .active\:sm\:basis-39per:active {
    flex-basis: 39%;
  }
  .focus\:sm\:basis-39per:focus {
    flex-basis: 39%;
  }
  .sm\:basis-40per {
    flex-basis: 40%;
  }
  .hover\:sm\:basis-40per:hover {
    flex-basis: 40%;
  }
  .active\:sm\:basis-40per:active {
    flex-basis: 40%;
  }
  .focus\:sm\:basis-40per:focus {
    flex-basis: 40%;
  }
  .sm\:basis-41per {
    flex-basis: 41%;
  }
  .hover\:sm\:basis-41per:hover {
    flex-basis: 41%;
  }
  .active\:sm\:basis-41per:active {
    flex-basis: 41%;
  }
  .focus\:sm\:basis-41per:focus {
    flex-basis: 41%;
  }
  .sm\:basis-42per {
    flex-basis: 42%;
  }
  .hover\:sm\:basis-42per:hover {
    flex-basis: 42%;
  }
  .active\:sm\:basis-42per:active {
    flex-basis: 42%;
  }
  .focus\:sm\:basis-42per:focus {
    flex-basis: 42%;
  }
  .sm\:basis-43per {
    flex-basis: 43%;
  }
  .hover\:sm\:basis-43per:hover {
    flex-basis: 43%;
  }
  .active\:sm\:basis-43per:active {
    flex-basis: 43%;
  }
  .focus\:sm\:basis-43per:focus {
    flex-basis: 43%;
  }
  .sm\:basis-44per {
    flex-basis: 44%;
  }
  .hover\:sm\:basis-44per:hover {
    flex-basis: 44%;
  }
  .active\:sm\:basis-44per:active {
    flex-basis: 44%;
  }
  .focus\:sm\:basis-44per:focus {
    flex-basis: 44%;
  }
  .sm\:basis-45per {
    flex-basis: 45%;
  }
  .hover\:sm\:basis-45per:hover {
    flex-basis: 45%;
  }
  .active\:sm\:basis-45per:active {
    flex-basis: 45%;
  }
  .focus\:sm\:basis-45per:focus {
    flex-basis: 45%;
  }
  .sm\:basis-46per {
    flex-basis: 46%;
  }
  .hover\:sm\:basis-46per:hover {
    flex-basis: 46%;
  }
  .active\:sm\:basis-46per:active {
    flex-basis: 46%;
  }
  .focus\:sm\:basis-46per:focus {
    flex-basis: 46%;
  }
  .sm\:basis-47per {
    flex-basis: 47%;
  }
  .hover\:sm\:basis-47per:hover {
    flex-basis: 47%;
  }
  .active\:sm\:basis-47per:active {
    flex-basis: 47%;
  }
  .focus\:sm\:basis-47per:focus {
    flex-basis: 47%;
  }
  .sm\:basis-48per {
    flex-basis: 48%;
  }
  .hover\:sm\:basis-48per:hover {
    flex-basis: 48%;
  }
  .active\:sm\:basis-48per:active {
    flex-basis: 48%;
  }
  .focus\:sm\:basis-48per:focus {
    flex-basis: 48%;
  }
  .sm\:basis-49per {
    flex-basis: 49%;
  }
  .hover\:sm\:basis-49per:hover {
    flex-basis: 49%;
  }
  .active\:sm\:basis-49per:active {
    flex-basis: 49%;
  }
  .focus\:sm\:basis-49per:focus {
    flex-basis: 49%;
  }
  .sm\:basis-50per {
    flex-basis: 50%;
  }
  .hover\:sm\:basis-50per:hover {
    flex-basis: 50%;
  }
  .active\:sm\:basis-50per:active {
    flex-basis: 50%;
  }
  .focus\:sm\:basis-50per:focus {
    flex-basis: 50%;
  }
  .sm\:basis-51per {
    flex-basis: 51%;
  }
  .hover\:sm\:basis-51per:hover {
    flex-basis: 51%;
  }
  .active\:sm\:basis-51per:active {
    flex-basis: 51%;
  }
  .focus\:sm\:basis-51per:focus {
    flex-basis: 51%;
  }
  .sm\:basis-52per {
    flex-basis: 52%;
  }
  .hover\:sm\:basis-52per:hover {
    flex-basis: 52%;
  }
  .active\:sm\:basis-52per:active {
    flex-basis: 52%;
  }
  .focus\:sm\:basis-52per:focus {
    flex-basis: 52%;
  }
  .sm\:basis-53per {
    flex-basis: 53%;
  }
  .hover\:sm\:basis-53per:hover {
    flex-basis: 53%;
  }
  .active\:sm\:basis-53per:active {
    flex-basis: 53%;
  }
  .focus\:sm\:basis-53per:focus {
    flex-basis: 53%;
  }
  .sm\:basis-54per {
    flex-basis: 54%;
  }
  .hover\:sm\:basis-54per:hover {
    flex-basis: 54%;
  }
  .active\:sm\:basis-54per:active {
    flex-basis: 54%;
  }
  .focus\:sm\:basis-54per:focus {
    flex-basis: 54%;
  }
  .sm\:basis-55per {
    flex-basis: 55%;
  }
  .hover\:sm\:basis-55per:hover {
    flex-basis: 55%;
  }
  .active\:sm\:basis-55per:active {
    flex-basis: 55%;
  }
  .focus\:sm\:basis-55per:focus {
    flex-basis: 55%;
  }
  .sm\:basis-56per {
    flex-basis: 56%;
  }
  .hover\:sm\:basis-56per:hover {
    flex-basis: 56%;
  }
  .active\:sm\:basis-56per:active {
    flex-basis: 56%;
  }
  .focus\:sm\:basis-56per:focus {
    flex-basis: 56%;
  }
  .sm\:basis-57per {
    flex-basis: 57%;
  }
  .hover\:sm\:basis-57per:hover {
    flex-basis: 57%;
  }
  .active\:sm\:basis-57per:active {
    flex-basis: 57%;
  }
  .focus\:sm\:basis-57per:focus {
    flex-basis: 57%;
  }
  .sm\:basis-58per {
    flex-basis: 58%;
  }
  .hover\:sm\:basis-58per:hover {
    flex-basis: 58%;
  }
  .active\:sm\:basis-58per:active {
    flex-basis: 58%;
  }
  .focus\:sm\:basis-58per:focus {
    flex-basis: 58%;
  }
  .sm\:basis-59per {
    flex-basis: 59%;
  }
  .hover\:sm\:basis-59per:hover {
    flex-basis: 59%;
  }
  .active\:sm\:basis-59per:active {
    flex-basis: 59%;
  }
  .focus\:sm\:basis-59per:focus {
    flex-basis: 59%;
  }
  .sm\:basis-60per {
    flex-basis: 60%;
  }
  .hover\:sm\:basis-60per:hover {
    flex-basis: 60%;
  }
  .active\:sm\:basis-60per:active {
    flex-basis: 60%;
  }
  .focus\:sm\:basis-60per:focus {
    flex-basis: 60%;
  }
  .sm\:basis-61per {
    flex-basis: 61%;
  }
  .hover\:sm\:basis-61per:hover {
    flex-basis: 61%;
  }
  .active\:sm\:basis-61per:active {
    flex-basis: 61%;
  }
  .focus\:sm\:basis-61per:focus {
    flex-basis: 61%;
  }
  .sm\:basis-62per {
    flex-basis: 62%;
  }
  .hover\:sm\:basis-62per:hover {
    flex-basis: 62%;
  }
  .active\:sm\:basis-62per:active {
    flex-basis: 62%;
  }
  .focus\:sm\:basis-62per:focus {
    flex-basis: 62%;
  }
  .sm\:basis-63per {
    flex-basis: 63%;
  }
  .hover\:sm\:basis-63per:hover {
    flex-basis: 63%;
  }
  .active\:sm\:basis-63per:active {
    flex-basis: 63%;
  }
  .focus\:sm\:basis-63per:focus {
    flex-basis: 63%;
  }
  .sm\:basis-64per {
    flex-basis: 64%;
  }
  .hover\:sm\:basis-64per:hover {
    flex-basis: 64%;
  }
  .active\:sm\:basis-64per:active {
    flex-basis: 64%;
  }
  .focus\:sm\:basis-64per:focus {
    flex-basis: 64%;
  }
  .sm\:basis-65per {
    flex-basis: 65%;
  }
  .hover\:sm\:basis-65per:hover {
    flex-basis: 65%;
  }
  .active\:sm\:basis-65per:active {
    flex-basis: 65%;
  }
  .focus\:sm\:basis-65per:focus {
    flex-basis: 65%;
  }
  .sm\:basis-66per {
    flex-basis: 66%;
  }
  .hover\:sm\:basis-66per:hover {
    flex-basis: 66%;
  }
  .active\:sm\:basis-66per:active {
    flex-basis: 66%;
  }
  .focus\:sm\:basis-66per:focus {
    flex-basis: 66%;
  }
  .sm\:basis-67per {
    flex-basis: 67%;
  }
  .hover\:sm\:basis-67per:hover {
    flex-basis: 67%;
  }
  .active\:sm\:basis-67per:active {
    flex-basis: 67%;
  }
  .focus\:sm\:basis-67per:focus {
    flex-basis: 67%;
  }
  .sm\:basis-68per {
    flex-basis: 68%;
  }
  .hover\:sm\:basis-68per:hover {
    flex-basis: 68%;
  }
  .active\:sm\:basis-68per:active {
    flex-basis: 68%;
  }
  .focus\:sm\:basis-68per:focus {
    flex-basis: 68%;
  }
  .sm\:basis-69per {
    flex-basis: 69%;
  }
  .hover\:sm\:basis-69per:hover {
    flex-basis: 69%;
  }
  .active\:sm\:basis-69per:active {
    flex-basis: 69%;
  }
  .focus\:sm\:basis-69per:focus {
    flex-basis: 69%;
  }
  .sm\:basis-70per {
    flex-basis: 70%;
  }
  .hover\:sm\:basis-70per:hover {
    flex-basis: 70%;
  }
  .active\:sm\:basis-70per:active {
    flex-basis: 70%;
  }
  .focus\:sm\:basis-70per:focus {
    flex-basis: 70%;
  }
  .sm\:basis-71per {
    flex-basis: 71%;
  }
  .hover\:sm\:basis-71per:hover {
    flex-basis: 71%;
  }
  .active\:sm\:basis-71per:active {
    flex-basis: 71%;
  }
  .focus\:sm\:basis-71per:focus {
    flex-basis: 71%;
  }
  .sm\:basis-72per {
    flex-basis: 72%;
  }
  .hover\:sm\:basis-72per:hover {
    flex-basis: 72%;
  }
  .active\:sm\:basis-72per:active {
    flex-basis: 72%;
  }
  .focus\:sm\:basis-72per:focus {
    flex-basis: 72%;
  }
  .sm\:basis-73per {
    flex-basis: 73%;
  }
  .hover\:sm\:basis-73per:hover {
    flex-basis: 73%;
  }
  .active\:sm\:basis-73per:active {
    flex-basis: 73%;
  }
  .focus\:sm\:basis-73per:focus {
    flex-basis: 73%;
  }
  .sm\:basis-74per {
    flex-basis: 74%;
  }
  .hover\:sm\:basis-74per:hover {
    flex-basis: 74%;
  }
  .active\:sm\:basis-74per:active {
    flex-basis: 74%;
  }
  .focus\:sm\:basis-74per:focus {
    flex-basis: 74%;
  }
  .sm\:basis-75per {
    flex-basis: 75%;
  }
  .hover\:sm\:basis-75per:hover {
    flex-basis: 75%;
  }
  .active\:sm\:basis-75per:active {
    flex-basis: 75%;
  }
  .focus\:sm\:basis-75per:focus {
    flex-basis: 75%;
  }
  .sm\:basis-76per {
    flex-basis: 76%;
  }
  .hover\:sm\:basis-76per:hover {
    flex-basis: 76%;
  }
  .active\:sm\:basis-76per:active {
    flex-basis: 76%;
  }
  .focus\:sm\:basis-76per:focus {
    flex-basis: 76%;
  }
  .sm\:basis-77per {
    flex-basis: 77%;
  }
  .hover\:sm\:basis-77per:hover {
    flex-basis: 77%;
  }
  .active\:sm\:basis-77per:active {
    flex-basis: 77%;
  }
  .focus\:sm\:basis-77per:focus {
    flex-basis: 77%;
  }
  .sm\:basis-78per {
    flex-basis: 78%;
  }
  .hover\:sm\:basis-78per:hover {
    flex-basis: 78%;
  }
  .active\:sm\:basis-78per:active {
    flex-basis: 78%;
  }
  .focus\:sm\:basis-78per:focus {
    flex-basis: 78%;
  }
  .sm\:basis-79per {
    flex-basis: 79%;
  }
  .hover\:sm\:basis-79per:hover {
    flex-basis: 79%;
  }
  .active\:sm\:basis-79per:active {
    flex-basis: 79%;
  }
  .focus\:sm\:basis-79per:focus {
    flex-basis: 79%;
  }
  .sm\:basis-80per {
    flex-basis: 80%;
  }
  .hover\:sm\:basis-80per:hover {
    flex-basis: 80%;
  }
  .active\:sm\:basis-80per:active {
    flex-basis: 80%;
  }
  .focus\:sm\:basis-80per:focus {
    flex-basis: 80%;
  }
  .sm\:basis-81per {
    flex-basis: 81%;
  }
  .hover\:sm\:basis-81per:hover {
    flex-basis: 81%;
  }
  .active\:sm\:basis-81per:active {
    flex-basis: 81%;
  }
  .focus\:sm\:basis-81per:focus {
    flex-basis: 81%;
  }
  .sm\:basis-82per {
    flex-basis: 82%;
  }
  .hover\:sm\:basis-82per:hover {
    flex-basis: 82%;
  }
  .active\:sm\:basis-82per:active {
    flex-basis: 82%;
  }
  .focus\:sm\:basis-82per:focus {
    flex-basis: 82%;
  }
  .sm\:basis-83per {
    flex-basis: 83%;
  }
  .hover\:sm\:basis-83per:hover {
    flex-basis: 83%;
  }
  .active\:sm\:basis-83per:active {
    flex-basis: 83%;
  }
  .focus\:sm\:basis-83per:focus {
    flex-basis: 83%;
  }
  .sm\:basis-84per {
    flex-basis: 84%;
  }
  .hover\:sm\:basis-84per:hover {
    flex-basis: 84%;
  }
  .active\:sm\:basis-84per:active {
    flex-basis: 84%;
  }
  .focus\:sm\:basis-84per:focus {
    flex-basis: 84%;
  }
  .sm\:basis-85per {
    flex-basis: 85%;
  }
  .hover\:sm\:basis-85per:hover {
    flex-basis: 85%;
  }
  .active\:sm\:basis-85per:active {
    flex-basis: 85%;
  }
  .focus\:sm\:basis-85per:focus {
    flex-basis: 85%;
  }
  .sm\:basis-86per {
    flex-basis: 86%;
  }
  .hover\:sm\:basis-86per:hover {
    flex-basis: 86%;
  }
  .active\:sm\:basis-86per:active {
    flex-basis: 86%;
  }
  .focus\:sm\:basis-86per:focus {
    flex-basis: 86%;
  }
  .sm\:basis-87per {
    flex-basis: 87%;
  }
  .hover\:sm\:basis-87per:hover {
    flex-basis: 87%;
  }
  .active\:sm\:basis-87per:active {
    flex-basis: 87%;
  }
  .focus\:sm\:basis-87per:focus {
    flex-basis: 87%;
  }
  .sm\:basis-88per {
    flex-basis: 88%;
  }
  .hover\:sm\:basis-88per:hover {
    flex-basis: 88%;
  }
  .active\:sm\:basis-88per:active {
    flex-basis: 88%;
  }
  .focus\:sm\:basis-88per:focus {
    flex-basis: 88%;
  }
  .sm\:basis-89per {
    flex-basis: 89%;
  }
  .hover\:sm\:basis-89per:hover {
    flex-basis: 89%;
  }
  .active\:sm\:basis-89per:active {
    flex-basis: 89%;
  }
  .focus\:sm\:basis-89per:focus {
    flex-basis: 89%;
  }
  .sm\:basis-90per {
    flex-basis: 90%;
  }
  .hover\:sm\:basis-90per:hover {
    flex-basis: 90%;
  }
  .active\:sm\:basis-90per:active {
    flex-basis: 90%;
  }
  .focus\:sm\:basis-90per:focus {
    flex-basis: 90%;
  }
  .sm\:basis-91per {
    flex-basis: 91%;
  }
  .hover\:sm\:basis-91per:hover {
    flex-basis: 91%;
  }
  .active\:sm\:basis-91per:active {
    flex-basis: 91%;
  }
  .focus\:sm\:basis-91per:focus {
    flex-basis: 91%;
  }
  .sm\:basis-92per {
    flex-basis: 92%;
  }
  .hover\:sm\:basis-92per:hover {
    flex-basis: 92%;
  }
  .active\:sm\:basis-92per:active {
    flex-basis: 92%;
  }
  .focus\:sm\:basis-92per:focus {
    flex-basis: 92%;
  }
  .sm\:basis-93per {
    flex-basis: 93%;
  }
  .hover\:sm\:basis-93per:hover {
    flex-basis: 93%;
  }
  .active\:sm\:basis-93per:active {
    flex-basis: 93%;
  }
  .focus\:sm\:basis-93per:focus {
    flex-basis: 93%;
  }
  .sm\:basis-94per {
    flex-basis: 94%;
  }
  .hover\:sm\:basis-94per:hover {
    flex-basis: 94%;
  }
  .active\:sm\:basis-94per:active {
    flex-basis: 94%;
  }
  .focus\:sm\:basis-94per:focus {
    flex-basis: 94%;
  }
  .sm\:basis-95per {
    flex-basis: 95%;
  }
  .hover\:sm\:basis-95per:hover {
    flex-basis: 95%;
  }
  .active\:sm\:basis-95per:active {
    flex-basis: 95%;
  }
  .focus\:sm\:basis-95per:focus {
    flex-basis: 95%;
  }
  .sm\:basis-96per {
    flex-basis: 96%;
  }
  .hover\:sm\:basis-96per:hover {
    flex-basis: 96%;
  }
  .active\:sm\:basis-96per:active {
    flex-basis: 96%;
  }
  .focus\:sm\:basis-96per:focus {
    flex-basis: 96%;
  }
  .sm\:basis-97per {
    flex-basis: 97%;
  }
  .hover\:sm\:basis-97per:hover {
    flex-basis: 97%;
  }
  .active\:sm\:basis-97per:active {
    flex-basis: 97%;
  }
  .focus\:sm\:basis-97per:focus {
    flex-basis: 97%;
  }
  .sm\:basis-98per {
    flex-basis: 98%;
  }
  .hover\:sm\:basis-98per:hover {
    flex-basis: 98%;
  }
  .active\:sm\:basis-98per:active {
    flex-basis: 98%;
  }
  .focus\:sm\:basis-98per:focus {
    flex-basis: 98%;
  }
  .sm\:basis-99per {
    flex-basis: 99%;
  }
  .hover\:sm\:basis-99per:hover {
    flex-basis: 99%;
  }
  .active\:sm\:basis-99per:active {
    flex-basis: 99%;
  }
  .focus\:sm\:basis-99per:focus {
    flex-basis: 99%;
  }
  .sm\:basis-100per {
    flex-basis: 100%;
  }
  .hover\:sm\:basis-100per:hover {
    flex-basis: 100%;
  }
  .active\:sm\:basis-100per:active {
    flex-basis: 100%;
  }
  .focus\:sm\:basis-100per:focus {
    flex-basis: 100%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .md\:display-none {
    display: none;
  }
  .active\:md\:display-none:active {
    display: none;
  }
  .hover\:md\:display-none:hover {
    display: none;
  }
  .focus\:md\:display-none:focus {
    display: none;
  }
  .md\:block {
    display: block;
  }
  .active\:md\:block:active {
    display: block;
  }
  .hover\:md\:block:hover {
    display: block;
  }
  .focus\:md\:block:focus {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .active\:md\:inline-block:active {
    display: inline-block;
  }
  .hover\:md\:inline-block:hover {
    display: inline-block;
  }
  .focus\:md\:inline-block:focus {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .active\:md\:inline:active {
    display: inline;
  }
  .hover\:md\:inline:hover {
    display: inline;
  }
  .focus\:md\:inline:focus {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .active\:md\:flex:active {
    display: flex;
  }
  .hover\:md\:flex:hover {
    display: flex;
  }
  .focus\:md\:flex:focus {
    display: flex;
  }
  .md\:inline-flex {
    display: inline-flex;
  }
  .active\:md\:inline-flex:active {
    display: inline-flex;
  }
  .hover\:md\:inline-flex:hover {
    display: inline-flex;
  }
  .focus\:md\:inline-flex:focus {
    display: inline-flex;
  }
  .md\:table {
    display: table;
  }
  .active\:md\:table:active {
    display: table;
  }
  .hover\:md\:table:hover {
    display: table;
  }
  .focus\:md\:table:focus {
    display: table;
  }
  .md\:inline-table {
    display: inline-table;
  }
  .active\:md\:inline-table:active {
    display: inline-table;
  }
  .hover\:md\:inline-table:hover {
    display: inline-table;
  }
  .focus\:md\:inline-table:focus {
    display: inline-table;
  }
  .md\:table-caption {
    display: table-caption;
  }
  .active\:md\:table-caption:active {
    display: table-caption;
  }
  .hover\:md\:table-caption:hover {
    display: table-caption;
  }
  .focus\:md\:table-caption:focus {
    display: table-caption;
  }
  .md\:table-cell {
    display: table-cell;
  }
  .active\:md\:table-cell:active {
    display: table-cell;
  }
  .hover\:md\:table-cell:hover {
    display: table-cell;
  }
  .focus\:md\:table-cell:focus {
    display: table-cell;
  }
  .md\:table-column {
    display: table-column;
  }
  .active\:md\:table-column:active {
    display: table-column;
  }
  .hover\:md\:table-column:hover {
    display: table-column;
  }
  .focus\:md\:table-column:focus {
    display: table-column;
  }
  .md\:table-column-group {
    display: table-column-group;
  }
  .active\:md\:table-column-group:active {
    display: table-column-group;
  }
  .hover\:md\:table-column-group:hover {
    display: table-column-group;
  }
  .focus\:md\:table-column-group:focus {
    display: table-column-group;
  }
  .md\:table-footer-group {
    display: table-footer-group;
  }
  .active\:md\:table-footer-group:active {
    display: table-footer-group;
  }
  .hover\:md\:table-footer-group:hover {
    display: table-footer-group;
  }
  .focus\:md\:table-footer-group:focus {
    display: table-footer-group;
  }
  .md\:table-header-group {
    display: table-header-group;
  }
  .active\:md\:table-header-group:active {
    display: table-header-group;
  }
  .hover\:md\:table-header-group:hover {
    display: table-header-group;
  }
  .focus\:md\:table-header-group:focus {
    display: table-header-group;
  }
  .md\:table-row-group {
    display: table-row-group;
  }
  .active\:md\:table-row-group:active {
    display: table-row-group;
  }
  .hover\:md\:table-row-group:hover {
    display: table-row-group;
  }
  .focus\:md\:table-row-group:focus {
    display: table-row-group;
  }
  .md\:table-row {
    display: table-row;
  }
  .active\:md\:table-row:active {
    display: table-row;
  }
  .hover\:md\:table-row:hover {
    display: table-row;
  }
  .focus\:md\:table-row:focus {
    display: table-row;
  }
  .md\:flow-root {
    display: flow-root;
  }
  .active\:md\:flow-root:active {
    display: flow-root;
  }
  .hover\:md\:flow-root:hover {
    display: flow-root;
  }
  .focus\:md\:flow-root:focus {
    display: flow-root;
  }
  .md\:grid {
    display: grid;
  }
  .active\:md\:grid:active {
    display: grid;
  }
  .hover\:md\:grid:hover {
    display: grid;
  }
  .focus\:md\:grid:focus {
    display: grid;
  }
  .md\:inline-grid {
    display: inline-grid;
  }
  .active\:md\:inline-grid:active {
    display: inline-grid;
  }
  .hover\:md\:inline-grid:hover {
    display: inline-grid;
  }
  .focus\:md\:inline-grid:focus {
    display: inline-grid;
  }
  .md\:contents {
    display: contents;
  }
  .active\:md\:contents:active {
    display: contents;
  }
  .hover\:md\:contents:hover {
    display: contents;
  }
  .focus\:md\:contents:focus {
    display: contents;
  }
  .md\:list-item {
    display: list-item;
  }
  .active\:md\:list-item:active {
    display: list-item;
  }
  .hover\:md\:list-item:hover {
    display: list-item;
  }
  .focus\:md\:list-item:focus {
    display: list-item;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .active\:md\:flex-row:active {
    flex-direction: row;
  }
  .hover\:md\:flex-row:hover {
    flex-direction: row;
  }
  .focus\:md\:flex-row:focus {
    flex-direction: row;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .active\:md\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }
  .hover\:md\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }
  .focus\:md\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .active\:md\:flex-col:active {
    flex-direction: column;
  }
  .hover\:md\:flex-col:hover {
    flex-direction: column;
  }
  .focus\:md\:flex-col:focus {
    flex-direction: column;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .active\:md\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }
  .hover\:md\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }
  .focus\:md\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .active\:md\:flex-wrap:active {
    flex-wrap: wrap;
  }
  .hover\:md\:flex-wrap:hover {
    flex-wrap: wrap;
  }
  .focus\:md\:flex-wrap:focus {
    flex-wrap: wrap;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .active\:md\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }
  .hover\:md\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }
  .focus\:md\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }
  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .active\:md\:flex-nowrap:active {
    flex-wrap: nowrap;
  }
  .hover\:md\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }
  .focus\:md\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }
  .md\:flex-none {
    flex: none;
  }
  .active\:md\:flex-none:active {
    flex: none;
  }
  .hover\:md\:flex-none:hover {
    flex: none;
  }
  .focus\:md\:flex-none:focus {
    flex: none;
  }
  .md\:flex-1 {
    flex: 1;
  }
  .active\:md\:flex-1:active {
    flex: 1;
  }
  .hover\:md\:flex-1:hover {
    flex: 1;
  }
  .focus\:md\:flex-1:focus {
    flex: 1;
  }
  .md\:flex-2 {
    flex: 2;
  }
  .active\:md\:flex-2:active {
    flex: 2;
  }
  .hover\:md\:flex-2:hover {
    flex: 2;
  }
  .focus\:md\:flex-2:focus {
    flex: 2;
  }
  .md\:flex-initial {
    flex: initial;
  }
  .active\:md\:flex-initial:active {
    flex: initial;
  }
  .hover\:md\:flex-initial:hover {
    flex: initial;
  }
  .focus\:md\:flex-initial:focus {
    flex: initial;
  }
  .md\:flex-auto {
    flex: auto;
  }
  .active\:md\:flex-auto:active {
    flex: auto;
  }
  .hover\:md\:flex-auto:hover {
    flex: auto;
  }
  .focus\:md\:flex-auto:focus {
    flex: auto;
  }
  .md\:grow {
    flex-grow: 1;
  }
  .active\:md\:grow:active {
    flex-grow: 1;
  }
  .hover\:md\:grow:hover {
    flex-grow: 1;
  }
  .focus\:md\:grow:focus {
    flex-grow: 1;
  }
  .md\:grow-none {
    flex-grow: 0;
  }
  .active\:md\:grow-none:active {
    flex-grow: 0;
  }
  .hover\:md\:grow-none:hover {
    flex-grow: 0;
  }
  .focus\:md\:grow-none:focus {
    flex-grow: 0;
  }
  .md\:shrink {
    flex-shrink: 1;
  }
  .active\:md\:shrink:active {
    flex-shrink: 1;
  }
  .hover\:md\:shrink:hover {
    flex-shrink: 1;
  }
  .focus\:md\:shrink:focus {
    flex-shrink: 1;
  }
  .md\:shrink-none {
    flex-shrink: 0;
  }
  .active\:md\:shrink-none:active {
    flex-shrink: 0;
  }
  .hover\:md\:shrink-none:hover {
    flex-shrink: 0;
  }
  .focus\:md\:shrink-none:focus {
    flex-shrink: 0;
  }
  .md\:order-1 {
    order: 1;
  }
  .active\:md\:order-1:active {
    order: 1;
  }
  .hover\:md\:order-1:hover {
    order: 1;
  }
  .focus\:md\:order-1:focus {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .active\:md\:order-2:active {
    order: 2;
  }
  .hover\:md\:order-2:hover {
    order: 2;
  }
  .focus\:md\:order-2:focus {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .active\:md\:order-3:active {
    order: 3;
  }
  .hover\:md\:order-3:hover {
    order: 3;
  }
  .focus\:md\:order-3:focus {
    order: 3;
  }
  .md\:order-4 {
    order: 4;
  }
  .active\:md\:order-4:active {
    order: 4;
  }
  .hover\:md\:order-4:hover {
    order: 4;
  }
  .focus\:md\:order-4:focus {
    order: 4;
  }
  .md\:order-5 {
    order: 5;
  }
  .active\:md\:order-5:active {
    order: 5;
  }
  .hover\:md\:order-5:hover {
    order: 5;
  }
  .focus\:md\:order-5:focus {
    order: 5;
  }
  .md\:order-6 {
    order: 6;
  }
  .active\:md\:order-6:active {
    order: 6;
  }
  .hover\:md\:order-6:hover {
    order: 6;
  }
  .focus\:md\:order-6:focus {
    order: 6;
  }
  .md\:order-7 {
    order: 7;
  }
  .active\:md\:order-7:active {
    order: 7;
  }
  .hover\:md\:order-7:hover {
    order: 7;
  }
  .focus\:md\:order-7:focus {
    order: 7;
  }
  .md\:order-8 {
    order: 8;
  }
  .active\:md\:order-8:active {
    order: 8;
  }
  .hover\:md\:order-8:hover {
    order: 8;
  }
  .focus\:md\:order-8:focus {
    order: 8;
  }
  .md\:order-9 {
    order: 9;
  }
  .active\:md\:order-9:active {
    order: 9;
  }
  .hover\:md\:order-9:hover {
    order: 9;
  }
  .focus\:md\:order-9:focus {
    order: 9;
  }
  .md\:order-10 {
    order: 10;
  }
  .active\:md\:order-10:active {
    order: 10;
  }
  .hover\:md\:order-10:hover {
    order: 10;
  }
  .focus\:md\:order-10:focus {
    order: 10;
  }
  .md\:order-11 {
    order: 11;
  }
  .active\:md\:order-11:active {
    order: 11;
  }
  .hover\:md\:order-11:hover {
    order: 11;
  }
  .focus\:md\:order-11:focus {
    order: 11;
  }
  .md\:order-12 {
    order: 12;
  }
  .active\:md\:order-12:active {
    order: 12;
  }
  .hover\:md\:order-12:hover {
    order: 12;
  }
  .focus\:md\:order-12:focus {
    order: 12;
  }
  .md\:order-first {
    order: -9999;
  }
  .active\:md\:order-first:active {
    order: -9999;
  }
  .hover\:md\:order-first:hover {
    order: -9999;
  }
  .focus\:md\:order-first:focus {
    order: -9999;
  }
  .md\:order-last {
    order: 9999;
  }
  .active\:md\:order-last:active {
    order: 9999;
  }
  .hover\:md\:order-last:hover {
    order: 9999;
  }
  .focus\:md\:order-last:focus {
    order: 9999;
  }
  .md\:order-none {
    order: 0;
  }
  .active\:md\:order-none:active {
    order: 0;
  }
  .hover\:md\:order-none:hover {
    order: 0;
  }
  .focus\:md\:order-none:focus {
    order: 0;
  }
  .md\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .active\:md\:grid-col-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .active\:md\:grid-col-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .active\:md\:grid-col-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .active\:md\:grid-col-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .active\:md\:grid-col-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .active\:md\:grid-col-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .active\:md\:grid-col-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .active\:md\:grid-col-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .active\:md\:grid-col-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .active\:md\:grid-col-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .active\:md\:grid-col-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .active\:md\:grid-col-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .hover\:md\:grid-col-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .focus\:md\:grid-col-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-col-none {
    grid-template-columns: none;
  }
  .active\:md\:grid-col-none:active {
    grid-template-columns: none;
  }
  .hover\:md\:grid-col-none:hover {
    grid-template-columns: none;
  }
  .focus\:md\:grid-col-none:focus {
    grid-template-columns: none;
  }
  .md\:col-auto {
    grid-column: auto;
  }
  .active\:md\:col-auto:active {
    grid-column: auto;
  }
  .hover\:md\:col-auto:hover {
    grid-column: auto;
  }
  .focus\:md\:col-auto:focus {
    grid-column: auto;
  }
  .md\:col-span-1 {
    grid-column: span 1;
  }
  .active\:md\:col-span-1:active {
    grid-column: span 1;
  }
  .hover\:md\:col-span-1:hover {
    grid-column: span 1;
  }
  .focus\:md\:col-span-1:focus {
    grid-column: span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2;
  }
  .active\:md\:col-span-2:active {
    grid-column: span 2;
  }
  .hover\:md\:col-span-2:hover {
    grid-column: span 2;
  }
  .focus\:md\:col-span-2:focus {
    grid-column: span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3;
  }
  .active\:md\:col-span-3:active {
    grid-column: span 3;
  }
  .hover\:md\:col-span-3:hover {
    grid-column: span 3;
  }
  .focus\:md\:col-span-3:focus {
    grid-column: span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4;
  }
  .active\:md\:col-span-4:active {
    grid-column: span 4;
  }
  .hover\:md\:col-span-4:hover {
    grid-column: span 4;
  }
  .focus\:md\:col-span-4:focus {
    grid-column: span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5;
  }
  .active\:md\:col-span-5:active {
    grid-column: span 5;
  }
  .hover\:md\:col-span-5:hover {
    grid-column: span 5;
  }
  .focus\:md\:col-span-5:focus {
    grid-column: span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6;
  }
  .active\:md\:col-span-6:active {
    grid-column: span 6;
  }
  .hover\:md\:col-span-6:hover {
    grid-column: span 6;
  }
  .focus\:md\:col-span-6:focus {
    grid-column: span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7;
  }
  .active\:md\:col-span-7:active {
    grid-column: span 7;
  }
  .hover\:md\:col-span-7:hover {
    grid-column: span 7;
  }
  .focus\:md\:col-span-7:focus {
    grid-column: span 7;
  }
  .md\:col-span-8 {
    grid-column: span 8;
  }
  .active\:md\:col-span-8:active {
    grid-column: span 8;
  }
  .hover\:md\:col-span-8:hover {
    grid-column: span 8;
  }
  .focus\:md\:col-span-8:focus {
    grid-column: span 8;
  }
  .md\:col-span-9 {
    grid-column: span 9;
  }
  .active\:md\:col-span-9:active {
    grid-column: span 9;
  }
  .hover\:md\:col-span-9:hover {
    grid-column: span 9;
  }
  .focus\:md\:col-span-9:focus {
    grid-column: span 9;
  }
  .md\:col-span-10 {
    grid-column: span 10;
  }
  .active\:md\:col-span-10:active {
    grid-column: span 10;
  }
  .hover\:md\:col-span-10:hover {
    grid-column: span 10;
  }
  .focus\:md\:col-span-10:focus {
    grid-column: span 10;
  }
  .md\:col-span-11 {
    grid-column: span 11;
  }
  .active\:md\:col-span-11:active {
    grid-column: span 11;
  }
  .hover\:md\:col-span-11:hover {
    grid-column: span 11;
  }
  .focus\:md\:col-span-11:focus {
    grid-column: span 11;
  }
  .md\:col-span-12 {
    grid-column: span 12;
  }
  .active\:md\:col-span-12:active {
    grid-column: span 12;
  }
  .hover\:md\:col-span-12:hover {
    grid-column: span 12;
  }
  .focus\:md\:col-span-12:focus {
    grid-column: span 12;
  }
  .md\:col-span-full {
    grid-column: -1;
  }
  .active\:md\:col-span-full:active {
    grid-column: -1;
  }
  .hover\:md\:col-span-full:hover {
    grid-column: -1;
  }
  .focus\:md\:col-span-full:focus {
    grid-column: -1;
  }
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .active\:md\:col-start-1:active {
    grid-column-start: 1;
  }
  .hover\:md\:col-start-1:hover {
    grid-column-start: 1;
  }
  .focus\:md\:col-start-1:focus {
    grid-column-start: 1;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .active\:md\:col-start-2:active {
    grid-column-start: 2;
  }
  .hover\:md\:col-start-2:hover {
    grid-column-start: 2;
  }
  .focus\:md\:col-start-2:focus {
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .active\:md\:col-start-3:active {
    grid-column-start: 3;
  }
  .hover\:md\:col-start-3:hover {
    grid-column-start: 3;
  }
  .focus\:md\:col-start-3:focus {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .active\:md\:col-start-4:active {
    grid-column-start: 4;
  }
  .hover\:md\:col-start-4:hover {
    grid-column-start: 4;
  }
  .focus\:md\:col-start-4:focus {
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .active\:md\:col-start-5:active {
    grid-column-start: 5;
  }
  .hover\:md\:col-start-5:hover {
    grid-column-start: 5;
  }
  .focus\:md\:col-start-5:focus {
    grid-column-start: 5;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .active\:md\:col-start-6:active {
    grid-column-start: 6;
  }
  .hover\:md\:col-start-6:hover {
    grid-column-start: 6;
  }
  .focus\:md\:col-start-6:focus {
    grid-column-start: 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .active\:md\:col-start-7:active {
    grid-column-start: 7;
  }
  .hover\:md\:col-start-7:hover {
    grid-column-start: 7;
  }
  .focus\:md\:col-start-7:focus {
    grid-column-start: 7;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .active\:md\:col-start-8:active {
    grid-column-start: 8;
  }
  .hover\:md\:col-start-8:hover {
    grid-column-start: 8;
  }
  .focus\:md\:col-start-8:focus {
    grid-column-start: 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  .active\:md\:col-start-9:active {
    grid-column-start: 9;
  }
  .hover\:md\:col-start-9:hover {
    grid-column-start: 9;
  }
  .focus\:md\:col-start-9:focus {
    grid-column-start: 9;
  }
  .md\:col-start-10 {
    grid-column-start: 10;
  }
  .active\:md\:col-start-10:active {
    grid-column-start: 10;
  }
  .hover\:md\:col-start-10:hover {
    grid-column-start: 10;
  }
  .focus\:md\:col-start-10:focus {
    grid-column-start: 10;
  }
  .md\:col-start-11 {
    grid-column-start: 11;
  }
  .active\:md\:col-start-11:active {
    grid-column-start: 11;
  }
  .hover\:md\:col-start-11:hover {
    grid-column-start: 11;
  }
  .focus\:md\:col-start-11:focus {
    grid-column-start: 11;
  }
  .md\:col-start-12 {
    grid-column-start: 12;
  }
  .active\:md\:col-start-12:active {
    grid-column-start: 12;
  }
  .hover\:md\:col-start-12:hover {
    grid-column-start: 12;
  }
  .focus\:md\:col-start-12:focus {
    grid-column-start: 12;
  }
  .md\:col-start-13 {
    grid-column-start: 13;
  }
  .active\:md\:col-start-13:active {
    grid-column-start: 13;
  }
  .hover\:md\:col-start-13:hover {
    grid-column-start: 13;
  }
  .focus\:md\:col-start-13:focus {
    grid-column-start: 13;
  }
  .md\:col-start-auto {
    grid-column-start: auto;
  }
  .active\:md\:col-start-auto:active {
    grid-column-start: auto;
  }
  .hover\:md\:col-start-auto:hover {
    grid-column-start: auto;
  }
  .focus\:md\:col-start-auto:focus {
    grid-column-start: auto;
  }
  .md\:col-end-1 {
    grid-column-end: 1;
  }
  .active\:md\:col-end-1:active {
    grid-column-end: 1;
  }
  .hover\:md\:col-end-1:hover {
    grid-column-end: 1;
  }
  .focus\:md\:col-end-1:focus {
    grid-column-end: 1;
  }
  .md\:col-end-2 {
    grid-column-end: 2;
  }
  .active\:md\:col-end-2:active {
    grid-column-end: 2;
  }
  .hover\:md\:col-end-2:hover {
    grid-column-end: 2;
  }
  .focus\:md\:col-end-2:focus {
    grid-column-end: 2;
  }
  .md\:col-end-3 {
    grid-column-end: 3;
  }
  .active\:md\:col-end-3:active {
    grid-column-end: 3;
  }
  .hover\:md\:col-end-3:hover {
    grid-column-end: 3;
  }
  .focus\:md\:col-end-3:focus {
    grid-column-end: 3;
  }
  .md\:col-end-4 {
    grid-column-end: 4;
  }
  .active\:md\:col-end-4:active {
    grid-column-end: 4;
  }
  .hover\:md\:col-end-4:hover {
    grid-column-end: 4;
  }
  .focus\:md\:col-end-4:focus {
    grid-column-end: 4;
  }
  .md\:col-end-5 {
    grid-column-end: 5;
  }
  .active\:md\:col-end-5:active {
    grid-column-end: 5;
  }
  .hover\:md\:col-end-5:hover {
    grid-column-end: 5;
  }
  .focus\:md\:col-end-5:focus {
    grid-column-end: 5;
  }
  .md\:col-end-6 {
    grid-column-end: 6;
  }
  .active\:md\:col-end-6:active {
    grid-column-end: 6;
  }
  .hover\:md\:col-end-6:hover {
    grid-column-end: 6;
  }
  .focus\:md\:col-end-6:focus {
    grid-column-end: 6;
  }
  .md\:col-end-7 {
    grid-column-end: 7;
  }
  .active\:md\:col-end-7:active {
    grid-column-end: 7;
  }
  .hover\:md\:col-end-7:hover {
    grid-column-end: 7;
  }
  .focus\:md\:col-end-7:focus {
    grid-column-end: 7;
  }
  .md\:col-end-8 {
    grid-column-end: 8;
  }
  .active\:md\:col-end-8:active {
    grid-column-end: 8;
  }
  .hover\:md\:col-end-8:hover {
    grid-column-end: 8;
  }
  .focus\:md\:col-end-8:focus {
    grid-column-end: 8;
  }
  .md\:col-end-9 {
    grid-column-end: 9;
  }
  .active\:md\:col-end-9:active {
    grid-column-end: 9;
  }
  .hover\:md\:col-end-9:hover {
    grid-column-end: 9;
  }
  .focus\:md\:col-end-9:focus {
    grid-column-end: 9;
  }
  .md\:col-end-10 {
    grid-column-end: 10;
  }
  .active\:md\:col-end-10:active {
    grid-column-end: 10;
  }
  .hover\:md\:col-end-10:hover {
    grid-column-end: 10;
  }
  .focus\:md\:col-end-10:focus {
    grid-column-end: 10;
  }
  .md\:col-end-11 {
    grid-column-end: 11;
  }
  .active\:md\:col-end-11:active {
    grid-column-end: 11;
  }
  .hover\:md\:col-end-11:hover {
    grid-column-end: 11;
  }
  .focus\:md\:col-end-11:focus {
    grid-column-end: 11;
  }
  .md\:col-end-12 {
    grid-column-end: 12;
  }
  .active\:md\:col-end-12:active {
    grid-column-end: 12;
  }
  .hover\:md\:col-end-12:hover {
    grid-column-end: 12;
  }
  .focus\:md\:col-end-12:focus {
    grid-column-end: 12;
  }
  .md\:col-end-13 {
    grid-column-end: 13;
  }
  .active\:md\:col-end-13:active {
    grid-column-end: 13;
  }
  .hover\:md\:col-end-13:hover {
    grid-column-end: 13;
  }
  .focus\:md\:col-end-13:focus {
    grid-column-end: 13;
  }
  .md\:col-end-auto {
    grid-column-end: auto;
  }
  .active\:md\:col-end-auto:active {
    grid-column-end: auto;
  }
  .hover\:md\:col-end-auto:hover {
    grid-column-end: auto;
  }
  .focus\:md\:col-end-auto:focus {
    grid-column-end: auto;
  }
  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-7:active {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-7:hover {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-7:focus {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-8:active {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-8:hover {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-8:focus {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-9:active {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-9:hover {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-9:focus {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-10:active {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-10:hover {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-10:focus {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .md\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-11:active {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-11:hover {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-11:focus {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .active\:md\:grid-rows-12:active {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .hover\:md\:grid-rows-12:hover {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .focus\:md\:grid-rows-12:focus {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .md\:grid-rows-none {
    grid-template-rows: none;
  }
  .active\:md\:grid-rows-none:active {
    grid-template-rows: none;
  }
  .hover\:md\:grid-rows-none:hover {
    grid-template-rows: none;
  }
  .focus\:md\:grid-rows-none:focus {
    grid-template-rows: none;
  }
  .md\:row-auto {
    grid-row: auto;
  }
  .active\:md\:row-auto:active {
    grid-row: auto;
  }
  .hover\:md\:row-auto:hover {
    grid-row: auto;
  }
  .focus\:md\:row-auto:focus {
    grid-row: auto;
  }
  .md\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .active\:md\:row-span-1:active {
    grid-row: span 1/span 1;
  }
  .hover\:md\:row-span-1:hover {
    grid-row: span 1/span 1;
  }
  .focus\:md\:row-span-1:focus {
    grid-row: span 1/span 1;
  }
  .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .active\:md\:row-span-2:active {
    grid-row: span 2/span 2;
  }
  .hover\:md\:row-span-2:hover {
    grid-row: span 2/span 2;
  }
  .focus\:md\:row-span-2:focus {
    grid-row: span 2/span 2;
  }
  .md\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .active\:md\:row-span-3:active {
    grid-row: span 3/span 3;
  }
  .hover\:md\:row-span-3:hover {
    grid-row: span 3/span 3;
  }
  .focus\:md\:row-span-3:focus {
    grid-row: span 3/span 3;
  }
  .md\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .active\:md\:row-span-4:active {
    grid-row: span 4/span 4;
  }
  .hover\:md\:row-span-4:hover {
    grid-row: span 4/span 4;
  }
  .focus\:md\:row-span-4:focus {
    grid-row: span 4/span 4;
  }
  .md\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .active\:md\:row-span-5:active {
    grid-row: span 5/span 5;
  }
  .hover\:md\:row-span-5:hover {
    grid-row: span 5/span 5;
  }
  .focus\:md\:row-span-5:focus {
    grid-row: span 5/span 5;
  }
  .md\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .active\:md\:row-span-6:active {
    grid-row: span 6/span 6;
  }
  .hover\:md\:row-span-6:hover {
    grid-row: span 6/span 6;
  }
  .focus\:md\:row-span-6:focus {
    grid-row: span 6/span 6;
  }
  .md\:row-span-full {
    grid-row: -1;
  }
  .active\:md\:row-span-full:active {
    grid-row: -1;
  }
  .hover\:md\:row-span-full:hover {
    grid-row: -1;
  }
  .focus\:md\:row-span-full:focus {
    grid-row: -1;
  }
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .active\:md\:row-start-1:active {
    grid-row-start: 1;
  }
  .hover\:md\:row-start-1:hover {
    grid-row-start: 1;
  }
  .focus\:md\:row-start-1:focus {
    grid-row-start: 1;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .active\:md\:row-start-2:active {
    grid-row-start: 2;
  }
  .hover\:md\:row-start-2:hover {
    grid-row-start: 2;
  }
  .focus\:md\:row-start-2:focus {
    grid-row-start: 2;
  }
  .md\:row-start-3 {
    grid-row-start: 3;
  }
  .active\:md\:row-start-3:active {
    grid-row-start: 3;
  }
  .hover\:md\:row-start-3:hover {
    grid-row-start: 3;
  }
  .focus\:md\:row-start-3:focus {
    grid-row-start: 3;
  }
  .md\:row-start-4 {
    grid-row-start: 4;
  }
  .active\:md\:row-start-4:active {
    grid-row-start: 4;
  }
  .hover\:md\:row-start-4:hover {
    grid-row-start: 4;
  }
  .focus\:md\:row-start-4:focus {
    grid-row-start: 4;
  }
  .md\:row-start-5 {
    grid-row-start: 5;
  }
  .active\:md\:row-start-5:active {
    grid-row-start: 5;
  }
  .hover\:md\:row-start-5:hover {
    grid-row-start: 5;
  }
  .focus\:md\:row-start-5:focus {
    grid-row-start: 5;
  }
  .md\:row-start-6 {
    grid-row-start: 6;
  }
  .active\:md\:row-start-6:active {
    grid-row-start: 6;
  }
  .hover\:md\:row-start-6:hover {
    grid-row-start: 6;
  }
  .focus\:md\:row-start-6:focus {
    grid-row-start: 6;
  }
  .md\:row-start-7 {
    grid-row-start: 7;
  }
  .active\:md\:row-start-7:active {
    grid-row-start: 7;
  }
  .hover\:md\:row-start-7:hover {
    grid-row-start: 7;
  }
  .focus\:md\:row-start-7:focus {
    grid-row-start: 7;
  }
  .md\:row-start-auto {
    grid-row-start: auto;
  }
  .active\:md\:row-start-auto:active {
    grid-row-start: auto;
  }
  .hover\:md\:row-start-auto:hover {
    grid-row-start: auto;
  }
  .focus\:md\:row-start-auto:focus {
    grid-row-start: auto;
  }
  .md\:row-end-1 {
    grid-row-end: 1;
  }
  .active\:md\:row-end-1:active {
    grid-row-end: 1;
  }
  .hover\:md\:row-end-1:hover {
    grid-row-end: 1;
  }
  .focus\:md\:row-end-1:focus {
    grid-row-end: 1;
  }
  .md\:row-end-2 {
    grid-row-end: 2;
  }
  .active\:md\:row-end-2:active {
    grid-row-end: 2;
  }
  .hover\:md\:row-end-2:hover {
    grid-row-end: 2;
  }
  .focus\:md\:row-end-2:focus {
    grid-row-end: 2;
  }
  .md\:row-end-3 {
    grid-row-end: 3;
  }
  .active\:md\:row-end-3:active {
    grid-row-end: 3;
  }
  .hover\:md\:row-end-3:hover {
    grid-row-end: 3;
  }
  .focus\:md\:row-end-3:focus {
    grid-row-end: 3;
  }
  .md\:row-end-4 {
    grid-row-end: 4;
  }
  .active\:md\:row-end-4:active {
    grid-row-end: 4;
  }
  .hover\:md\:row-end-4:hover {
    grid-row-end: 4;
  }
  .focus\:md\:row-end-4:focus {
    grid-row-end: 4;
  }
  .md\:row-end-5 {
    grid-row-end: 5;
  }
  .active\:md\:row-end-5:active {
    grid-row-end: 5;
  }
  .hover\:md\:row-end-5:hover {
    grid-row-end: 5;
  }
  .focus\:md\:row-end-5:focus {
    grid-row-end: 5;
  }
  .md\:row-end-6 {
    grid-row-end: 6;
  }
  .active\:md\:row-end-6:active {
    grid-row-end: 6;
  }
  .hover\:md\:row-end-6:hover {
    grid-row-end: 6;
  }
  .focus\:md\:row-end-6:focus {
    grid-row-end: 6;
  }
  .md\:row-end-7 {
    grid-row-end: 7;
  }
  .active\:md\:row-end-7:active {
    grid-row-end: 7;
  }
  .hover\:md\:row-end-7:hover {
    grid-row-end: 7;
  }
  .focus\:md\:row-end-7:focus {
    grid-row-end: 7;
  }
  .md\:row-end-auto {
    grid-row-end: auto;
  }
  .active\:md\:row-end-auto:active {
    grid-row-end: auto;
  }
  .hover\:md\:row-end-auto:hover {
    grid-row-end: auto;
  }
  .focus\:md\:row-end-auto:focus {
    grid-row-end: auto;
  }
  .md\:grid-flow-row {
    grid-auto-flow: row;
  }
  .active\:md\:grid-flow-row:active {
    grid-auto-flow: row;
  }
  .hover\:md\:grid-flow-row:hover {
    grid-auto-flow: row;
  }
  .focus\:md\:grid-flow-row:focus {
    grid-auto-flow: row;
  }
  .md\:grid-flow-col {
    grid-auto-flow: column;
  }
  .active\:md\:grid-flow-col:active {
    grid-auto-flow: column;
  }
  .hover\:md\:grid-flow-col:hover {
    grid-auto-flow: column;
  }
  .focus\:md\:grid-flow-col:focus {
    grid-auto-flow: column;
  }
  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .active\:md\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }
  .hover\:md\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }
  .focus\:md\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }
  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .active\:md\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }
  .hover\:md\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }
  .focus\:md\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }
  .md\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .active\:md\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }
  .hover\:md\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }
  .focus\:md\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }
  .md\:auto-cols-min {
    grid-auto-columns: min-content;
  }
  .active\:md\:auto-cols-min:active {
    grid-auto-columns: min-content;
  }
  .hover\:md\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }
  .focus\:md\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }
  .md\:auto-cols-max {
    grid-auto-columns: max-content;
  }
  .active\:md\:auto-cols-max:active {
    grid-auto-columns: max-content;
  }
  .hover\:md\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }
  .focus\:md\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }
  .md\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .active\:md\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }
  .hover\:md\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }
  .focus\:md\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }
  .md\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .active\:md\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }
  .hover\:md\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }
  .focus\:md\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }
  .md\:auto-rows-min {
    grid-auto-rows: min-content;
  }
  .active\:md\:auto-rows-min:active {
    grid-auto-rows: min-content;
  }
  .hover\:md\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }
  .focus\:md\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }
  .md\:auto-rows-max {
    grid-auto-rows: max-content;
  }
  .active\:md\:auto-rows-max:active {
    grid-auto-rows: max-content;
  }
  .hover\:md\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }
  .focus\:md\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }
  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .active\:md\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }
  .hover\:md\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }
  .focus\:md\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .active\:md\:justify-start:active {
    justify-content: flex-start;
  }
  .hover\:md\:justify-start:hover {
    justify-content: flex-start;
  }
  .focus\:md\:justify-start:focus {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .active\:md\:justify-end:active {
    justify-content: flex-end;
  }
  .hover\:md\:justify-end:hover {
    justify-content: flex-end;
  }
  .focus\:md\:justify-end:focus {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .active\:md\:justify-center:active {
    justify-content: center;
  }
  .hover\:md\:justify-center:hover {
    justify-content: center;
  }
  .focus\:md\:justify-center:focus {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .active\:md\:justify-between:active {
    justify-content: space-between;
  }
  .hover\:md\:justify-between:hover {
    justify-content: space-between;
  }
  .focus\:md\:justify-between:focus {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .active\:md\:justify-around:active {
    justify-content: space-around;
  }
  .hover\:md\:justify-around:hover {
    justify-content: space-around;
  }
  .focus\:md\:justify-around:focus {
    justify-content: space-around;
  }
  .md\:justify-evenly {
    justify-content: space-evenly;
  }
  .active\:md\:justify-evenly:active {
    justify-content: space-evenly;
  }
  .hover\:md\:justify-evenly:hover {
    justify-content: space-evenly;
  }
  .focus\:md\:justify-evenly:focus {
    justify-content: space-evenly;
  }
  .md\:justify-items-start {
    justify-items: start;
  }
  .active\:md\:justify-items-start:active {
    justify-items: start;
  }
  .hover\:md\:justify-items-start:hover {
    justify-items: start;
  }
  .focus\:md\:justify-items-start:focus {
    justify-items: start;
  }
  .md\:justify-items-end {
    justify-items: end;
  }
  .active\:md\:justify-items-end:active {
    justify-items: end;
  }
  .hover\:md\:justify-items-end:hover {
    justify-items: end;
  }
  .focus\:md\:justify-items-end:focus {
    justify-items: end;
  }
  .md\:justify-items-center {
    justify-items: center;
  }
  .active\:md\:justify-items-center:active {
    justify-items: center;
  }
  .hover\:md\:justify-items-center:hover {
    justify-items: center;
  }
  .focus\:md\:justify-items-center:focus {
    justify-items: center;
  }
  .md\:justify-items-stretch {
    justify-items: stretch;
  }
  .active\:md\:justify-items-stretch:active {
    justify-items: stretch;
  }
  .hover\:md\:justify-items-stretch:hover {
    justify-items: stretch;
  }
  .focus\:md\:justify-items-stretch:focus {
    justify-items: stretch;
  }
  .md\:justify-self-auto {
    justify-self: auto;
  }
  .active\:md\:justify-self-auto:active {
    justify-self: auto;
  }
  .hover\:md\:justify-self-auto:hover {
    justify-self: auto;
  }
  .focus\:md\:justify-self-auto:focus {
    justify-self: auto;
  }
  .md\:justify-self-start {
    justify-self: start;
  }
  .active\:md\:justify-self-start:active {
    justify-self: start;
  }
  .hover\:md\:justify-self-start:hover {
    justify-self: start;
  }
  .focus\:md\:justify-self-start:focus {
    justify-self: start;
  }
  .md\:justify-self-end {
    justify-self: end;
  }
  .active\:md\:justify-self-end:active {
    justify-self: end;
  }
  .hover\:md\:justify-self-end:hover {
    justify-self: end;
  }
  .focus\:md\:justify-self-end:focus {
    justify-self: end;
  }
  .md\:justify-self-center {
    justify-self: center;
  }
  .active\:md\:justify-self-center:active {
    justify-self: center;
  }
  .hover\:md\:justify-self-center:hover {
    justify-self: center;
  }
  .focus\:md\:justify-self-center:focus {
    justify-self: center;
  }
  .md\:justify-self-stretch {
    justify-self: stretch;
  }
  .active\:md\:justify-self-stretch:active {
    justify-self: stretch;
  }
  .hover\:md\:justify-self-stretch:hover {
    justify-self: stretch;
  }
  .focus\:md\:justify-self-stretch:focus {
    justify-self: stretch;
  }
  .md\:content-center {
    align-content: center;
  }
  .active\:md\:content-center:active {
    align-content: center;
  }
  .hover\:md\:content-center:hover {
    align-content: center;
  }
  .focus\:md\:content-center:focus {
    align-content: center;
  }
  .md\:content-start {
    align-content: flex-start;
  }
  .active\:md\:content-start:active {
    align-content: flex-start;
  }
  .hover\:md\:content-start:hover {
    align-content: flex-start;
  }
  .focus\:md\:content-start:focus {
    align-content: flex-start;
  }
  .md\:content-end {
    align-content: flex-end;
  }
  .active\:md\:content-end:active {
    align-content: flex-end;
  }
  .hover\:md\:content-end:hover {
    align-content: flex-end;
  }
  .focus\:md\:content-end:focus {
    align-content: flex-end;
  }
  .md\:content-between {
    align-content: space-between;
  }
  .active\:md\:content-between:active {
    align-content: space-between;
  }
  .hover\:md\:content-between:hover {
    align-content: space-between;
  }
  .focus\:md\:content-between:focus {
    align-content: space-between;
  }
  .md\:content-around {
    align-content: space-around;
  }
  .active\:md\:content-around:active {
    align-content: space-around;
  }
  .hover\:md\:content-around:hover {
    align-content: space-around;
  }
  .focus\:md\:content-around:focus {
    align-content: space-around;
  }
  .md\:content-evenly {
    align-content: space-evenly;
  }
  .active\:md\:content-evenly:active {
    align-content: space-evenly;
  }
  .hover\:md\:content-evenly:hover {
    align-content: space-evenly;
  }
  .focus\:md\:content-evenly:focus {
    align-content: space-evenly;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .active\:md\:items-start:active {
    align-items: flex-start;
  }
  .hover\:md\:items-start:hover {
    align-items: flex-start;
  }
  .focus\:md\:items-start:focus {
    align-items: flex-start;
  }
  .md\:items-end {
    align-items: flex-end;
  }
  .active\:md\:items-end:active {
    align-items: flex-end;
  }
  .hover\:md\:items-end:hover {
    align-items: flex-end;
  }
  .focus\:md\:items-end:focus {
    align-items: flex-end;
  }
  .md\:items-center {
    align-items: center;
  }
  .active\:md\:items-center:active {
    align-items: center;
  }
  .hover\:md\:items-center:hover {
    align-items: center;
  }
  .focus\:md\:items-center:focus {
    align-items: center;
  }
  .md\:items-baseline {
    align-items: baseline;
  }
  .active\:md\:items-baseline:active {
    align-items: baseline;
  }
  .hover\:md\:items-baseline:hover {
    align-items: baseline;
  }
  .focus\:md\:items-baseline:focus {
    align-items: baseline;
  }
  .md\:items-stretch {
    align-items: stretch;
  }
  .active\:md\:items-stretch:active {
    align-items: stretch;
  }
  .hover\:md\:items-stretch:hover {
    align-items: stretch;
  }
  .focus\:md\:items-stretch:focus {
    align-items: stretch;
  }
  .md\:self-auto {
    align-self: auto;
  }
  .active\:md\:self-auto:active {
    align-self: auto;
  }
  .hover\:md\:self-auto:hover {
    align-self: auto;
  }
  .focus\:md\:self-auto:focus {
    align-self: auto;
  }
  .md\:self-start {
    align-self: flex-start;
  }
  .active\:md\:self-start:active {
    align-self: flex-start;
  }
  .hover\:md\:self-start:hover {
    align-self: flex-start;
  }
  .focus\:md\:self-start:focus {
    align-self: flex-start;
  }
  .md\:self-end {
    align-self: flex-end;
  }
  .active\:md\:self-end:active {
    align-self: flex-end;
  }
  .hover\:md\:self-end:hover {
    align-self: flex-end;
  }
  .focus\:md\:self-end:focus {
    align-self: flex-end;
  }
  .md\:self-center {
    align-self: center;
  }
  .active\:md\:self-center:active {
    align-self: center;
  }
  .hover\:md\:self-center:hover {
    align-self: center;
  }
  .focus\:md\:self-center:focus {
    align-self: center;
  }
  .md\:self-stretch {
    align-self: stretch;
  }
  .active\:md\:self-stretch:active {
    align-self: stretch;
  }
  .hover\:md\:self-stretch:hover {
    align-self: stretch;
  }
  .focus\:md\:self-stretch:focus {
    align-self: stretch;
  }
  .md\:self-baseline {
    align-self: baseline;
  }
  .active\:md\:self-baseline:active {
    align-self: baseline;
  }
  .hover\:md\:self-baseline:hover {
    align-self: baseline;
  }
  .focus\:md\:self-baseline:focus {
    align-self: baseline;
  }
  .md\:place-content-center {
    place-content: center;
  }
  .active\:md\:place-content-center:active {
    place-content: center;
  }
  .hover\:md\:place-content-center:hover {
    place-content: center;
  }
  .focus\:md\:place-content-center:focus {
    place-content: center;
  }
  .md\:place-content-start {
    place-content: start;
  }
  .active\:md\:place-content-start:active {
    place-content: start;
  }
  .hover\:md\:place-content-start:hover {
    place-content: start;
  }
  .focus\:md\:place-content-start:focus {
    place-content: start;
  }
  .md\:place-content-end {
    place-content: end;
  }
  .active\:md\:place-content-end:active {
    place-content: end;
  }
  .hover\:md\:place-content-end:hover {
    place-content: end;
  }
  .focus\:md\:place-content-end:focus {
    place-content: end;
  }
  .md\:place-content-between {
    place-content: space-between;
  }
  .active\:md\:place-content-between:active {
    place-content: space-between;
  }
  .hover\:md\:place-content-between:hover {
    place-content: space-between;
  }
  .focus\:md\:place-content-between:focus {
    place-content: space-between;
  }
  .md\:place-content-around {
    place-content: space-around;
  }
  .active\:md\:place-content-around:active {
    place-content: space-around;
  }
  .hover\:md\:place-content-around:hover {
    place-content: space-around;
  }
  .focus\:md\:place-content-around:focus {
    place-content: space-around;
  }
  .md\:place-content-evenly {
    place-content: space-evenly;
  }
  .active\:md\:place-content-evenly:active {
    place-content: space-evenly;
  }
  .hover\:md\:place-content-evenly:hover {
    place-content: space-evenly;
  }
  .focus\:md\:place-content-evenly:focus {
    place-content: space-evenly;
  }
  .md\:place-content-stretch {
    place-content: stretch;
  }
  .active\:md\:place-content-stretch:active {
    place-content: stretch;
  }
  .hover\:md\:place-content-stretch:hover {
    place-content: stretch;
  }
  .focus\:md\:place-content-stretch:focus {
    place-content: stretch;
  }
  .md\:place-items-start {
    place-items: start;
  }
  .active\:md\:place-items-start:active {
    place-items: start;
  }
  .hover\:md\:place-items-start:hover {
    place-items: start;
  }
  .focus\:md\:place-items-start:focus {
    place-items: start;
  }
  .md\:place-items-end {
    place-items: end;
  }
  .active\:md\:place-items-end:active {
    place-items: end;
  }
  .hover\:md\:place-items-end:hover {
    place-items: end;
  }
  .focus\:md\:place-items-end:focus {
    place-items: end;
  }
  .md\:place-items-center {
    place-items: center;
  }
  .active\:md\:place-items-center:active {
    place-items: center;
  }
  .hover\:md\:place-items-center:hover {
    place-items: center;
  }
  .focus\:md\:place-items-center:focus {
    place-items: center;
  }
  .md\:place-items-stretch {
    place-items: stretch;
  }
  .active\:md\:place-items-stretch:active {
    place-items: stretch;
  }
  .hover\:md\:place-items-stretch:hover {
    place-items: stretch;
  }
  .focus\:md\:place-items-stretch:focus {
    place-items: stretch;
  }
  .md\:place-self-auto {
    place-self: auto;
  }
  .active\:md\:place-self-auto:active {
    place-self: auto;
  }
  .hover\:md\:place-self-auto:hover {
    place-self: auto;
  }
  .focus\:md\:place-self-auto:focus {
    place-self: auto;
  }
  .md\:place-self-start {
    place-self: start;
  }
  .active\:md\:place-self-start:active {
    place-self: start;
  }
  .hover\:md\:place-self-start:hover {
    place-self: start;
  }
  .focus\:md\:place-self-start:focus {
    place-self: start;
  }
  .md\:place-self-end {
    place-self: end;
  }
  .active\:md\:place-self-end:active {
    place-self: end;
  }
  .hover\:md\:place-self-end:hover {
    place-self: end;
  }
  .focus\:md\:place-self-end:focus {
    place-self: end;
  }
  .md\:place-self-center {
    place-self: center;
  }
  .active\:md\:place-self-center:active {
    place-self: center;
  }
  .hover\:md\:place-self-center:hover {
    place-self: center;
  }
  .focus\:md\:place-self-center:focus {
    place-self: center;
  }
  .md\:place-self-stretch {
    place-self: stretch;
  }
  .active\:md\:place-self-stretch:active {
    place-self: stretch;
  }
  .hover\:md\:place-self-stretch:hover {
    place-self: stretch;
  }
  .focus\:md\:place-self-stretch:focus {
    place-self: stretch;
  }
  .md\:basis-auto {
    flex-basis: auto;
  }
  .active\:md\:basis-auto:active {
    flex-basis: auto;
  }
  .hover\:md\:basis-auto:hover {
    flex-basis: auto;
  }
  .focus\:md\:basis-auto:focus {
    flex-basis: auto;
  }
  .md\:basis-none {
    flex-basis: 0%;
  }
  .active\:md\:basis-none:active {
    flex-basis: 0%;
  }
  .hover\:md\:basis-none:hover {
    flex-basis: 0%;
  }
  .focus\:md\:basis-none:focus {
    flex-basis: 0%;
  }
  .md\:basis-half {
    flex-basis: 50%;
  }
  .active\:md\:basis-half:active {
    flex-basis: 50%;
  }
  .hover\:md\:basis-half:hover {
    flex-basis: 50%;
  }
  .focus\:md\:basis-half:focus {
    flex-basis: 50%;
  }
  .md\:basis-full {
    flex-basis: 100%;
  }
  .active\:md\:basis-full:active {
    flex-basis: 100%;
  }
  .hover\:md\:basis-full:hover {
    flex-basis: 100%;
  }
  .focus\:md\:basis-full:focus {
    flex-basis: 100%;
  }
  .md\:gap-0px {
    gap: 0px;
  }
  .hover\:md\:gap-0px:hover {
    gap: 0px;
  }
  .active\:md\:gap-0px:active {
    gap: 0px;
  }
  .focus\:md\:gap-0px:focus {
    gap: 0px;
  }
  .md\:gap-1px {
    gap: 1px;
  }
  .hover\:md\:gap-1px:hover {
    gap: 1px;
  }
  .active\:md\:gap-1px:active {
    gap: 1px;
  }
  .focus\:md\:gap-1px:focus {
    gap: 1px;
  }
  .md\:gap-2px {
    gap: 2px;
  }
  .hover\:md\:gap-2px:hover {
    gap: 2px;
  }
  .active\:md\:gap-2px:active {
    gap: 2px;
  }
  .focus\:md\:gap-2px:focus {
    gap: 2px;
  }
  .md\:gap-3px {
    gap: 3px;
  }
  .hover\:md\:gap-3px:hover {
    gap: 3px;
  }
  .active\:md\:gap-3px:active {
    gap: 3px;
  }
  .focus\:md\:gap-3px:focus {
    gap: 3px;
  }
  .md\:gap-4px {
    gap: 4px;
  }
  .hover\:md\:gap-4px:hover {
    gap: 4px;
  }
  .active\:md\:gap-4px:active {
    gap: 4px;
  }
  .focus\:md\:gap-4px:focus {
    gap: 4px;
  }
  .md\:gap-5px {
    gap: 5px;
  }
  .hover\:md\:gap-5px:hover {
    gap: 5px;
  }
  .active\:md\:gap-5px:active {
    gap: 5px;
  }
  .focus\:md\:gap-5px:focus {
    gap: 5px;
  }
  .md\:gap-6px {
    gap: 6px;
  }
  .hover\:md\:gap-6px:hover {
    gap: 6px;
  }
  .active\:md\:gap-6px:active {
    gap: 6px;
  }
  .focus\:md\:gap-6px:focus {
    gap: 6px;
  }
  .md\:gap-7px {
    gap: 7px;
  }
  .hover\:md\:gap-7px:hover {
    gap: 7px;
  }
  .active\:md\:gap-7px:active {
    gap: 7px;
  }
  .focus\:md\:gap-7px:focus {
    gap: 7px;
  }
  .md\:gap-8px {
    gap: 8px;
  }
  .hover\:md\:gap-8px:hover {
    gap: 8px;
  }
  .active\:md\:gap-8px:active {
    gap: 8px;
  }
  .focus\:md\:gap-8px:focus {
    gap: 8px;
  }
  .md\:gap-9px {
    gap: 9px;
  }
  .hover\:md\:gap-9px:hover {
    gap: 9px;
  }
  .active\:md\:gap-9px:active {
    gap: 9px;
  }
  .focus\:md\:gap-9px:focus {
    gap: 9px;
  }
  .md\:gap-10px {
    gap: 10px;
  }
  .hover\:md\:gap-10px:hover {
    gap: 10px;
  }
  .active\:md\:gap-10px:active {
    gap: 10px;
  }
  .focus\:md\:gap-10px:focus {
    gap: 10px;
  }
  .md\:gap-11px {
    gap: 11px;
  }
  .hover\:md\:gap-11px:hover {
    gap: 11px;
  }
  .active\:md\:gap-11px:active {
    gap: 11px;
  }
  .focus\:md\:gap-11px:focus {
    gap: 11px;
  }
  .md\:gap-12px {
    gap: 12px;
  }
  .hover\:md\:gap-12px:hover {
    gap: 12px;
  }
  .active\:md\:gap-12px:active {
    gap: 12px;
  }
  .focus\:md\:gap-12px:focus {
    gap: 12px;
  }
  .md\:gap-13px {
    gap: 13px;
  }
  .hover\:md\:gap-13px:hover {
    gap: 13px;
  }
  .active\:md\:gap-13px:active {
    gap: 13px;
  }
  .focus\:md\:gap-13px:focus {
    gap: 13px;
  }
  .md\:gap-14px {
    gap: 14px;
  }
  .hover\:md\:gap-14px:hover {
    gap: 14px;
  }
  .active\:md\:gap-14px:active {
    gap: 14px;
  }
  .focus\:md\:gap-14px:focus {
    gap: 14px;
  }
  .md\:gap-15px {
    gap: 15px;
  }
  .hover\:md\:gap-15px:hover {
    gap: 15px;
  }
  .active\:md\:gap-15px:active {
    gap: 15px;
  }
  .focus\:md\:gap-15px:focus {
    gap: 15px;
  }
  .md\:gap-16px {
    gap: 16px;
  }
  .hover\:md\:gap-16px:hover {
    gap: 16px;
  }
  .active\:md\:gap-16px:active {
    gap: 16px;
  }
  .focus\:md\:gap-16px:focus {
    gap: 16px;
  }
  .md\:gap-17px {
    gap: 17px;
  }
  .hover\:md\:gap-17px:hover {
    gap: 17px;
  }
  .active\:md\:gap-17px:active {
    gap: 17px;
  }
  .focus\:md\:gap-17px:focus {
    gap: 17px;
  }
  .md\:gap-18px {
    gap: 18px;
  }
  .hover\:md\:gap-18px:hover {
    gap: 18px;
  }
  .active\:md\:gap-18px:active {
    gap: 18px;
  }
  .focus\:md\:gap-18px:focus {
    gap: 18px;
  }
  .md\:gap-19px {
    gap: 19px;
  }
  .hover\:md\:gap-19px:hover {
    gap: 19px;
  }
  .active\:md\:gap-19px:active {
    gap: 19px;
  }
  .focus\:md\:gap-19px:focus {
    gap: 19px;
  }
  .md\:gap-20px {
    gap: 20px;
  }
  .hover\:md\:gap-20px:hover {
    gap: 20px;
  }
  .active\:md\:gap-20px:active {
    gap: 20px;
  }
  .focus\:md\:gap-20px:focus {
    gap: 20px;
  }
  .md\:gap-21px {
    gap: 21px;
  }
  .hover\:md\:gap-21px:hover {
    gap: 21px;
  }
  .active\:md\:gap-21px:active {
    gap: 21px;
  }
  .focus\:md\:gap-21px:focus {
    gap: 21px;
  }
  .md\:gap-22px {
    gap: 22px;
  }
  .hover\:md\:gap-22px:hover {
    gap: 22px;
  }
  .active\:md\:gap-22px:active {
    gap: 22px;
  }
  .focus\:md\:gap-22px:focus {
    gap: 22px;
  }
  .md\:gap-23px {
    gap: 23px;
  }
  .hover\:md\:gap-23px:hover {
    gap: 23px;
  }
  .active\:md\:gap-23px:active {
    gap: 23px;
  }
  .focus\:md\:gap-23px:focus {
    gap: 23px;
  }
  .md\:gap-24px {
    gap: 24px;
  }
  .hover\:md\:gap-24px:hover {
    gap: 24px;
  }
  .active\:md\:gap-24px:active {
    gap: 24px;
  }
  .focus\:md\:gap-24px:focus {
    gap: 24px;
  }
  .md\:gap-25px {
    gap: 25px;
  }
  .hover\:md\:gap-25px:hover {
    gap: 25px;
  }
  .active\:md\:gap-25px:active {
    gap: 25px;
  }
  .focus\:md\:gap-25px:focus {
    gap: 25px;
  }
  .md\:gap-26px {
    gap: 26px;
  }
  .hover\:md\:gap-26px:hover {
    gap: 26px;
  }
  .active\:md\:gap-26px:active {
    gap: 26px;
  }
  .focus\:md\:gap-26px:focus {
    gap: 26px;
  }
  .md\:gap-27px {
    gap: 27px;
  }
  .hover\:md\:gap-27px:hover {
    gap: 27px;
  }
  .active\:md\:gap-27px:active {
    gap: 27px;
  }
  .focus\:md\:gap-27px:focus {
    gap: 27px;
  }
  .md\:gap-28px {
    gap: 28px;
  }
  .hover\:md\:gap-28px:hover {
    gap: 28px;
  }
  .active\:md\:gap-28px:active {
    gap: 28px;
  }
  .focus\:md\:gap-28px:focus {
    gap: 28px;
  }
  .md\:gap-29px {
    gap: 29px;
  }
  .hover\:md\:gap-29px:hover {
    gap: 29px;
  }
  .active\:md\:gap-29px:active {
    gap: 29px;
  }
  .focus\:md\:gap-29px:focus {
    gap: 29px;
  }
  .md\:gap-30px {
    gap: 30px;
  }
  .hover\:md\:gap-30px:hover {
    gap: 30px;
  }
  .active\:md\:gap-30px:active {
    gap: 30px;
  }
  .focus\:md\:gap-30px:focus {
    gap: 30px;
  }
  .md\:gap-31px {
    gap: 31px;
  }
  .hover\:md\:gap-31px:hover {
    gap: 31px;
  }
  .active\:md\:gap-31px:active {
    gap: 31px;
  }
  .focus\:md\:gap-31px:focus {
    gap: 31px;
  }
  .md\:gap-32px {
    gap: 32px;
  }
  .hover\:md\:gap-32px:hover {
    gap: 32px;
  }
  .active\:md\:gap-32px:active {
    gap: 32px;
  }
  .focus\:md\:gap-32px:focus {
    gap: 32px;
  }
  .md\:gap-33px {
    gap: 33px;
  }
  .hover\:md\:gap-33px:hover {
    gap: 33px;
  }
  .active\:md\:gap-33px:active {
    gap: 33px;
  }
  .focus\:md\:gap-33px:focus {
    gap: 33px;
  }
  .md\:gap-34px {
    gap: 34px;
  }
  .hover\:md\:gap-34px:hover {
    gap: 34px;
  }
  .active\:md\:gap-34px:active {
    gap: 34px;
  }
  .focus\:md\:gap-34px:focus {
    gap: 34px;
  }
  .md\:gap-35px {
    gap: 35px;
  }
  .hover\:md\:gap-35px:hover {
    gap: 35px;
  }
  .active\:md\:gap-35px:active {
    gap: 35px;
  }
  .focus\:md\:gap-35px:focus {
    gap: 35px;
  }
  .md\:gap-36px {
    gap: 36px;
  }
  .hover\:md\:gap-36px:hover {
    gap: 36px;
  }
  .active\:md\:gap-36px:active {
    gap: 36px;
  }
  .focus\:md\:gap-36px:focus {
    gap: 36px;
  }
  .md\:gap-37px {
    gap: 37px;
  }
  .hover\:md\:gap-37px:hover {
    gap: 37px;
  }
  .active\:md\:gap-37px:active {
    gap: 37px;
  }
  .focus\:md\:gap-37px:focus {
    gap: 37px;
  }
  .md\:gap-38px {
    gap: 38px;
  }
  .hover\:md\:gap-38px:hover {
    gap: 38px;
  }
  .active\:md\:gap-38px:active {
    gap: 38px;
  }
  .focus\:md\:gap-38px:focus {
    gap: 38px;
  }
  .md\:gap-39px {
    gap: 39px;
  }
  .hover\:md\:gap-39px:hover {
    gap: 39px;
  }
  .active\:md\:gap-39px:active {
    gap: 39px;
  }
  .focus\:md\:gap-39px:focus {
    gap: 39px;
  }
  .md\:gap-40px {
    gap: 40px;
  }
  .hover\:md\:gap-40px:hover {
    gap: 40px;
  }
  .active\:md\:gap-40px:active {
    gap: 40px;
  }
  .focus\:md\:gap-40px:focus {
    gap: 40px;
  }
  .md\:gap-41px {
    gap: 41px;
  }
  .hover\:md\:gap-41px:hover {
    gap: 41px;
  }
  .active\:md\:gap-41px:active {
    gap: 41px;
  }
  .focus\:md\:gap-41px:focus {
    gap: 41px;
  }
  .md\:gap-42px {
    gap: 42px;
  }
  .hover\:md\:gap-42px:hover {
    gap: 42px;
  }
  .active\:md\:gap-42px:active {
    gap: 42px;
  }
  .focus\:md\:gap-42px:focus {
    gap: 42px;
  }
  .md\:gap-43px {
    gap: 43px;
  }
  .hover\:md\:gap-43px:hover {
    gap: 43px;
  }
  .active\:md\:gap-43px:active {
    gap: 43px;
  }
  .focus\:md\:gap-43px:focus {
    gap: 43px;
  }
  .md\:gap-44px {
    gap: 44px;
  }
  .hover\:md\:gap-44px:hover {
    gap: 44px;
  }
  .active\:md\:gap-44px:active {
    gap: 44px;
  }
  .focus\:md\:gap-44px:focus {
    gap: 44px;
  }
  .md\:gap-45px {
    gap: 45px;
  }
  .hover\:md\:gap-45px:hover {
    gap: 45px;
  }
  .active\:md\:gap-45px:active {
    gap: 45px;
  }
  .focus\:md\:gap-45px:focus {
    gap: 45px;
  }
  .md\:gap-46px {
    gap: 46px;
  }
  .hover\:md\:gap-46px:hover {
    gap: 46px;
  }
  .active\:md\:gap-46px:active {
    gap: 46px;
  }
  .focus\:md\:gap-46px:focus {
    gap: 46px;
  }
  .md\:gap-47px {
    gap: 47px;
  }
  .hover\:md\:gap-47px:hover {
    gap: 47px;
  }
  .active\:md\:gap-47px:active {
    gap: 47px;
  }
  .focus\:md\:gap-47px:focus {
    gap: 47px;
  }
  .md\:gap-48px {
    gap: 48px;
  }
  .hover\:md\:gap-48px:hover {
    gap: 48px;
  }
  .active\:md\:gap-48px:active {
    gap: 48px;
  }
  .focus\:md\:gap-48px:focus {
    gap: 48px;
  }
  .md\:gap-49px {
    gap: 49px;
  }
  .hover\:md\:gap-49px:hover {
    gap: 49px;
  }
  .active\:md\:gap-49px:active {
    gap: 49px;
  }
  .focus\:md\:gap-49px:focus {
    gap: 49px;
  }
  .md\:gap-50px {
    gap: 50px;
  }
  .hover\:md\:gap-50px:hover {
    gap: 50px;
  }
  .active\:md\:gap-50px:active {
    gap: 50px;
  }
  .focus\:md\:gap-50px:focus {
    gap: 50px;
  }
  .md\:gap-51px {
    gap: 51px;
  }
  .hover\:md\:gap-51px:hover {
    gap: 51px;
  }
  .active\:md\:gap-51px:active {
    gap: 51px;
  }
  .focus\:md\:gap-51px:focus {
    gap: 51px;
  }
  .md\:gap-52px {
    gap: 52px;
  }
  .hover\:md\:gap-52px:hover {
    gap: 52px;
  }
  .active\:md\:gap-52px:active {
    gap: 52px;
  }
  .focus\:md\:gap-52px:focus {
    gap: 52px;
  }
  .md\:gap-53px {
    gap: 53px;
  }
  .hover\:md\:gap-53px:hover {
    gap: 53px;
  }
  .active\:md\:gap-53px:active {
    gap: 53px;
  }
  .focus\:md\:gap-53px:focus {
    gap: 53px;
  }
  .md\:gap-54px {
    gap: 54px;
  }
  .hover\:md\:gap-54px:hover {
    gap: 54px;
  }
  .active\:md\:gap-54px:active {
    gap: 54px;
  }
  .focus\:md\:gap-54px:focus {
    gap: 54px;
  }
  .md\:gap-55px {
    gap: 55px;
  }
  .hover\:md\:gap-55px:hover {
    gap: 55px;
  }
  .active\:md\:gap-55px:active {
    gap: 55px;
  }
  .focus\:md\:gap-55px:focus {
    gap: 55px;
  }
  .md\:gap-56px {
    gap: 56px;
  }
  .hover\:md\:gap-56px:hover {
    gap: 56px;
  }
  .active\:md\:gap-56px:active {
    gap: 56px;
  }
  .focus\:md\:gap-56px:focus {
    gap: 56px;
  }
  .md\:gap-57px {
    gap: 57px;
  }
  .hover\:md\:gap-57px:hover {
    gap: 57px;
  }
  .active\:md\:gap-57px:active {
    gap: 57px;
  }
  .focus\:md\:gap-57px:focus {
    gap: 57px;
  }
  .md\:gap-58px {
    gap: 58px;
  }
  .hover\:md\:gap-58px:hover {
    gap: 58px;
  }
  .active\:md\:gap-58px:active {
    gap: 58px;
  }
  .focus\:md\:gap-58px:focus {
    gap: 58px;
  }
  .md\:gap-59px {
    gap: 59px;
  }
  .hover\:md\:gap-59px:hover {
    gap: 59px;
  }
  .active\:md\:gap-59px:active {
    gap: 59px;
  }
  .focus\:md\:gap-59px:focus {
    gap: 59px;
  }
  .md\:gap-60px {
    gap: 60px;
  }
  .hover\:md\:gap-60px:hover {
    gap: 60px;
  }
  .active\:md\:gap-60px:active {
    gap: 60px;
  }
  .focus\:md\:gap-60px:focus {
    gap: 60px;
  }
  .md\:gap-61px {
    gap: 61px;
  }
  .hover\:md\:gap-61px:hover {
    gap: 61px;
  }
  .active\:md\:gap-61px:active {
    gap: 61px;
  }
  .focus\:md\:gap-61px:focus {
    gap: 61px;
  }
  .md\:gap-62px {
    gap: 62px;
  }
  .hover\:md\:gap-62px:hover {
    gap: 62px;
  }
  .active\:md\:gap-62px:active {
    gap: 62px;
  }
  .focus\:md\:gap-62px:focus {
    gap: 62px;
  }
  .md\:gap-63px {
    gap: 63px;
  }
  .hover\:md\:gap-63px:hover {
    gap: 63px;
  }
  .active\:md\:gap-63px:active {
    gap: 63px;
  }
  .focus\:md\:gap-63px:focus {
    gap: 63px;
  }
  .md\:gap-64px {
    gap: 64px;
  }
  .hover\:md\:gap-64px:hover {
    gap: 64px;
  }
  .active\:md\:gap-64px:active {
    gap: 64px;
  }
  .focus\:md\:gap-64px:focus {
    gap: 64px;
  }
  .md\:gap-65px {
    gap: 65px;
  }
  .hover\:md\:gap-65px:hover {
    gap: 65px;
  }
  .active\:md\:gap-65px:active {
    gap: 65px;
  }
  .focus\:md\:gap-65px:focus {
    gap: 65px;
  }
  .md\:gap-66px {
    gap: 66px;
  }
  .hover\:md\:gap-66px:hover {
    gap: 66px;
  }
  .active\:md\:gap-66px:active {
    gap: 66px;
  }
  .focus\:md\:gap-66px:focus {
    gap: 66px;
  }
  .md\:gap-67px {
    gap: 67px;
  }
  .hover\:md\:gap-67px:hover {
    gap: 67px;
  }
  .active\:md\:gap-67px:active {
    gap: 67px;
  }
  .focus\:md\:gap-67px:focus {
    gap: 67px;
  }
  .md\:gap-68px {
    gap: 68px;
  }
  .hover\:md\:gap-68px:hover {
    gap: 68px;
  }
  .active\:md\:gap-68px:active {
    gap: 68px;
  }
  .focus\:md\:gap-68px:focus {
    gap: 68px;
  }
  .md\:gap-69px {
    gap: 69px;
  }
  .hover\:md\:gap-69px:hover {
    gap: 69px;
  }
  .active\:md\:gap-69px:active {
    gap: 69px;
  }
  .focus\:md\:gap-69px:focus {
    gap: 69px;
  }
  .md\:gap-70px {
    gap: 70px;
  }
  .hover\:md\:gap-70px:hover {
    gap: 70px;
  }
  .active\:md\:gap-70px:active {
    gap: 70px;
  }
  .focus\:md\:gap-70px:focus {
    gap: 70px;
  }
  .md\:gap-71px {
    gap: 71px;
  }
  .hover\:md\:gap-71px:hover {
    gap: 71px;
  }
  .active\:md\:gap-71px:active {
    gap: 71px;
  }
  .focus\:md\:gap-71px:focus {
    gap: 71px;
  }
  .md\:gap-72px {
    gap: 72px;
  }
  .hover\:md\:gap-72px:hover {
    gap: 72px;
  }
  .active\:md\:gap-72px:active {
    gap: 72px;
  }
  .focus\:md\:gap-72px:focus {
    gap: 72px;
  }
  .md\:gap-73px {
    gap: 73px;
  }
  .hover\:md\:gap-73px:hover {
    gap: 73px;
  }
  .active\:md\:gap-73px:active {
    gap: 73px;
  }
  .focus\:md\:gap-73px:focus {
    gap: 73px;
  }
  .md\:gap-74px {
    gap: 74px;
  }
  .hover\:md\:gap-74px:hover {
    gap: 74px;
  }
  .active\:md\:gap-74px:active {
    gap: 74px;
  }
  .focus\:md\:gap-74px:focus {
    gap: 74px;
  }
  .md\:gap-75px {
    gap: 75px;
  }
  .hover\:md\:gap-75px:hover {
    gap: 75px;
  }
  .active\:md\:gap-75px:active {
    gap: 75px;
  }
  .focus\:md\:gap-75px:focus {
    gap: 75px;
  }
  .md\:gap-76px {
    gap: 76px;
  }
  .hover\:md\:gap-76px:hover {
    gap: 76px;
  }
  .active\:md\:gap-76px:active {
    gap: 76px;
  }
  .focus\:md\:gap-76px:focus {
    gap: 76px;
  }
  .md\:gap-77px {
    gap: 77px;
  }
  .hover\:md\:gap-77px:hover {
    gap: 77px;
  }
  .active\:md\:gap-77px:active {
    gap: 77px;
  }
  .focus\:md\:gap-77px:focus {
    gap: 77px;
  }
  .md\:gap-78px {
    gap: 78px;
  }
  .hover\:md\:gap-78px:hover {
    gap: 78px;
  }
  .active\:md\:gap-78px:active {
    gap: 78px;
  }
  .focus\:md\:gap-78px:focus {
    gap: 78px;
  }
  .md\:gap-79px {
    gap: 79px;
  }
  .hover\:md\:gap-79px:hover {
    gap: 79px;
  }
  .active\:md\:gap-79px:active {
    gap: 79px;
  }
  .focus\:md\:gap-79px:focus {
    gap: 79px;
  }
  .md\:gap-80px {
    gap: 80px;
  }
  .hover\:md\:gap-80px:hover {
    gap: 80px;
  }
  .active\:md\:gap-80px:active {
    gap: 80px;
  }
  .focus\:md\:gap-80px:focus {
    gap: 80px;
  }
  .md\:gap-81px {
    gap: 81px;
  }
  .hover\:md\:gap-81px:hover {
    gap: 81px;
  }
  .active\:md\:gap-81px:active {
    gap: 81px;
  }
  .focus\:md\:gap-81px:focus {
    gap: 81px;
  }
  .md\:gap-82px {
    gap: 82px;
  }
  .hover\:md\:gap-82px:hover {
    gap: 82px;
  }
  .active\:md\:gap-82px:active {
    gap: 82px;
  }
  .focus\:md\:gap-82px:focus {
    gap: 82px;
  }
  .md\:gap-83px {
    gap: 83px;
  }
  .hover\:md\:gap-83px:hover {
    gap: 83px;
  }
  .active\:md\:gap-83px:active {
    gap: 83px;
  }
  .focus\:md\:gap-83px:focus {
    gap: 83px;
  }
  .md\:gap-84px {
    gap: 84px;
  }
  .hover\:md\:gap-84px:hover {
    gap: 84px;
  }
  .active\:md\:gap-84px:active {
    gap: 84px;
  }
  .focus\:md\:gap-84px:focus {
    gap: 84px;
  }
  .md\:gap-85px {
    gap: 85px;
  }
  .hover\:md\:gap-85px:hover {
    gap: 85px;
  }
  .active\:md\:gap-85px:active {
    gap: 85px;
  }
  .focus\:md\:gap-85px:focus {
    gap: 85px;
  }
  .md\:gap-86px {
    gap: 86px;
  }
  .hover\:md\:gap-86px:hover {
    gap: 86px;
  }
  .active\:md\:gap-86px:active {
    gap: 86px;
  }
  .focus\:md\:gap-86px:focus {
    gap: 86px;
  }
  .md\:gap-87px {
    gap: 87px;
  }
  .hover\:md\:gap-87px:hover {
    gap: 87px;
  }
  .active\:md\:gap-87px:active {
    gap: 87px;
  }
  .focus\:md\:gap-87px:focus {
    gap: 87px;
  }
  .md\:gap-88px {
    gap: 88px;
  }
  .hover\:md\:gap-88px:hover {
    gap: 88px;
  }
  .active\:md\:gap-88px:active {
    gap: 88px;
  }
  .focus\:md\:gap-88px:focus {
    gap: 88px;
  }
  .md\:gap-89px {
    gap: 89px;
  }
  .hover\:md\:gap-89px:hover {
    gap: 89px;
  }
  .active\:md\:gap-89px:active {
    gap: 89px;
  }
  .focus\:md\:gap-89px:focus {
    gap: 89px;
  }
  .md\:gap-90px {
    gap: 90px;
  }
  .hover\:md\:gap-90px:hover {
    gap: 90px;
  }
  .active\:md\:gap-90px:active {
    gap: 90px;
  }
  .focus\:md\:gap-90px:focus {
    gap: 90px;
  }
  .md\:gap-91px {
    gap: 91px;
  }
  .hover\:md\:gap-91px:hover {
    gap: 91px;
  }
  .active\:md\:gap-91px:active {
    gap: 91px;
  }
  .focus\:md\:gap-91px:focus {
    gap: 91px;
  }
  .md\:gap-92px {
    gap: 92px;
  }
  .hover\:md\:gap-92px:hover {
    gap: 92px;
  }
  .active\:md\:gap-92px:active {
    gap: 92px;
  }
  .focus\:md\:gap-92px:focus {
    gap: 92px;
  }
  .md\:gap-93px {
    gap: 93px;
  }
  .hover\:md\:gap-93px:hover {
    gap: 93px;
  }
  .active\:md\:gap-93px:active {
    gap: 93px;
  }
  .focus\:md\:gap-93px:focus {
    gap: 93px;
  }
  .md\:gap-94px {
    gap: 94px;
  }
  .hover\:md\:gap-94px:hover {
    gap: 94px;
  }
  .active\:md\:gap-94px:active {
    gap: 94px;
  }
  .focus\:md\:gap-94px:focus {
    gap: 94px;
  }
  .md\:gap-95px {
    gap: 95px;
  }
  .hover\:md\:gap-95px:hover {
    gap: 95px;
  }
  .active\:md\:gap-95px:active {
    gap: 95px;
  }
  .focus\:md\:gap-95px:focus {
    gap: 95px;
  }
  .md\:gap-96px {
    gap: 96px;
  }
  .hover\:md\:gap-96px:hover {
    gap: 96px;
  }
  .active\:md\:gap-96px:active {
    gap: 96px;
  }
  .focus\:md\:gap-96px:focus {
    gap: 96px;
  }
  .md\:gap-97px {
    gap: 97px;
  }
  .hover\:md\:gap-97px:hover {
    gap: 97px;
  }
  .active\:md\:gap-97px:active {
    gap: 97px;
  }
  .focus\:md\:gap-97px:focus {
    gap: 97px;
  }
  .md\:gap-98px {
    gap: 98px;
  }
  .hover\:md\:gap-98px:hover {
    gap: 98px;
  }
  .active\:md\:gap-98px:active {
    gap: 98px;
  }
  .focus\:md\:gap-98px:focus {
    gap: 98px;
  }
  .md\:gap-99px {
    gap: 99px;
  }
  .hover\:md\:gap-99px:hover {
    gap: 99px;
  }
  .active\:md\:gap-99px:active {
    gap: 99px;
  }
  .focus\:md\:gap-99px:focus {
    gap: 99px;
  }
  .md\:gap-100px {
    gap: 100px;
  }
  .hover\:md\:gap-100px:hover {
    gap: 100px;
  }
  .active\:md\:gap-100px:active {
    gap: 100px;
  }
  .focus\:md\:gap-100px:focus {
    gap: 100px;
  }
  .md\:gap-x-0px {
    column-gap: 0px;
  }
  .hover\:md\:gap-x-0px:hover {
    column-gap: 0px;
  }
  .active\:md\:gap-x-0px:active {
    column-gap: 0px;
  }
  .focus\:md\:gap-x-0px:focus {
    column-gap: 0px;
  }
  .md\:gap-x-1px {
    column-gap: 1px;
  }
  .hover\:md\:gap-x-1px:hover {
    column-gap: 1px;
  }
  .active\:md\:gap-x-1px:active {
    column-gap: 1px;
  }
  .focus\:md\:gap-x-1px:focus {
    column-gap: 1px;
  }
  .md\:gap-x-2px {
    column-gap: 2px;
  }
  .hover\:md\:gap-x-2px:hover {
    column-gap: 2px;
  }
  .active\:md\:gap-x-2px:active {
    column-gap: 2px;
  }
  .focus\:md\:gap-x-2px:focus {
    column-gap: 2px;
  }
  .md\:gap-x-3px {
    column-gap: 3px;
  }
  .hover\:md\:gap-x-3px:hover {
    column-gap: 3px;
  }
  .active\:md\:gap-x-3px:active {
    column-gap: 3px;
  }
  .focus\:md\:gap-x-3px:focus {
    column-gap: 3px;
  }
  .md\:gap-x-4px {
    column-gap: 4px;
  }
  .hover\:md\:gap-x-4px:hover {
    column-gap: 4px;
  }
  .active\:md\:gap-x-4px:active {
    column-gap: 4px;
  }
  .focus\:md\:gap-x-4px:focus {
    column-gap: 4px;
  }
  .md\:gap-x-5px {
    column-gap: 5px;
  }
  .hover\:md\:gap-x-5px:hover {
    column-gap: 5px;
  }
  .active\:md\:gap-x-5px:active {
    column-gap: 5px;
  }
  .focus\:md\:gap-x-5px:focus {
    column-gap: 5px;
  }
  .md\:gap-x-6px {
    column-gap: 6px;
  }
  .hover\:md\:gap-x-6px:hover {
    column-gap: 6px;
  }
  .active\:md\:gap-x-6px:active {
    column-gap: 6px;
  }
  .focus\:md\:gap-x-6px:focus {
    column-gap: 6px;
  }
  .md\:gap-x-7px {
    column-gap: 7px;
  }
  .hover\:md\:gap-x-7px:hover {
    column-gap: 7px;
  }
  .active\:md\:gap-x-7px:active {
    column-gap: 7px;
  }
  .focus\:md\:gap-x-7px:focus {
    column-gap: 7px;
  }
  .md\:gap-x-8px {
    column-gap: 8px;
  }
  .hover\:md\:gap-x-8px:hover {
    column-gap: 8px;
  }
  .active\:md\:gap-x-8px:active {
    column-gap: 8px;
  }
  .focus\:md\:gap-x-8px:focus {
    column-gap: 8px;
  }
  .md\:gap-x-9px {
    column-gap: 9px;
  }
  .hover\:md\:gap-x-9px:hover {
    column-gap: 9px;
  }
  .active\:md\:gap-x-9px:active {
    column-gap: 9px;
  }
  .focus\:md\:gap-x-9px:focus {
    column-gap: 9px;
  }
  .md\:gap-x-10px {
    column-gap: 10px;
  }
  .hover\:md\:gap-x-10px:hover {
    column-gap: 10px;
  }
  .active\:md\:gap-x-10px:active {
    column-gap: 10px;
  }
  .focus\:md\:gap-x-10px:focus {
    column-gap: 10px;
  }
  .md\:gap-x-11px {
    column-gap: 11px;
  }
  .hover\:md\:gap-x-11px:hover {
    column-gap: 11px;
  }
  .active\:md\:gap-x-11px:active {
    column-gap: 11px;
  }
  .focus\:md\:gap-x-11px:focus {
    column-gap: 11px;
  }
  .md\:gap-x-12px {
    column-gap: 12px;
  }
  .hover\:md\:gap-x-12px:hover {
    column-gap: 12px;
  }
  .active\:md\:gap-x-12px:active {
    column-gap: 12px;
  }
  .focus\:md\:gap-x-12px:focus {
    column-gap: 12px;
  }
  .md\:gap-x-13px {
    column-gap: 13px;
  }
  .hover\:md\:gap-x-13px:hover {
    column-gap: 13px;
  }
  .active\:md\:gap-x-13px:active {
    column-gap: 13px;
  }
  .focus\:md\:gap-x-13px:focus {
    column-gap: 13px;
  }
  .md\:gap-x-14px {
    column-gap: 14px;
  }
  .hover\:md\:gap-x-14px:hover {
    column-gap: 14px;
  }
  .active\:md\:gap-x-14px:active {
    column-gap: 14px;
  }
  .focus\:md\:gap-x-14px:focus {
    column-gap: 14px;
  }
  .md\:gap-x-15px {
    column-gap: 15px;
  }
  .hover\:md\:gap-x-15px:hover {
    column-gap: 15px;
  }
  .active\:md\:gap-x-15px:active {
    column-gap: 15px;
  }
  .focus\:md\:gap-x-15px:focus {
    column-gap: 15px;
  }
  .md\:gap-x-16px {
    column-gap: 16px;
  }
  .hover\:md\:gap-x-16px:hover {
    column-gap: 16px;
  }
  .active\:md\:gap-x-16px:active {
    column-gap: 16px;
  }
  .focus\:md\:gap-x-16px:focus {
    column-gap: 16px;
  }
  .md\:gap-x-17px {
    column-gap: 17px;
  }
  .hover\:md\:gap-x-17px:hover {
    column-gap: 17px;
  }
  .active\:md\:gap-x-17px:active {
    column-gap: 17px;
  }
  .focus\:md\:gap-x-17px:focus {
    column-gap: 17px;
  }
  .md\:gap-x-18px {
    column-gap: 18px;
  }
  .hover\:md\:gap-x-18px:hover {
    column-gap: 18px;
  }
  .active\:md\:gap-x-18px:active {
    column-gap: 18px;
  }
  .focus\:md\:gap-x-18px:focus {
    column-gap: 18px;
  }
  .md\:gap-x-19px {
    column-gap: 19px;
  }
  .hover\:md\:gap-x-19px:hover {
    column-gap: 19px;
  }
  .active\:md\:gap-x-19px:active {
    column-gap: 19px;
  }
  .focus\:md\:gap-x-19px:focus {
    column-gap: 19px;
  }
  .md\:gap-x-20px {
    column-gap: 20px;
  }
  .hover\:md\:gap-x-20px:hover {
    column-gap: 20px;
  }
  .active\:md\:gap-x-20px:active {
    column-gap: 20px;
  }
  .focus\:md\:gap-x-20px:focus {
    column-gap: 20px;
  }
  .md\:gap-x-21px {
    column-gap: 21px;
  }
  .hover\:md\:gap-x-21px:hover {
    column-gap: 21px;
  }
  .active\:md\:gap-x-21px:active {
    column-gap: 21px;
  }
  .focus\:md\:gap-x-21px:focus {
    column-gap: 21px;
  }
  .md\:gap-x-22px {
    column-gap: 22px;
  }
  .hover\:md\:gap-x-22px:hover {
    column-gap: 22px;
  }
  .active\:md\:gap-x-22px:active {
    column-gap: 22px;
  }
  .focus\:md\:gap-x-22px:focus {
    column-gap: 22px;
  }
  .md\:gap-x-23px {
    column-gap: 23px;
  }
  .hover\:md\:gap-x-23px:hover {
    column-gap: 23px;
  }
  .active\:md\:gap-x-23px:active {
    column-gap: 23px;
  }
  .focus\:md\:gap-x-23px:focus {
    column-gap: 23px;
  }
  .md\:gap-x-24px {
    column-gap: 24px;
  }
  .hover\:md\:gap-x-24px:hover {
    column-gap: 24px;
  }
  .active\:md\:gap-x-24px:active {
    column-gap: 24px;
  }
  .focus\:md\:gap-x-24px:focus {
    column-gap: 24px;
  }
  .md\:gap-x-25px {
    column-gap: 25px;
  }
  .hover\:md\:gap-x-25px:hover {
    column-gap: 25px;
  }
  .active\:md\:gap-x-25px:active {
    column-gap: 25px;
  }
  .focus\:md\:gap-x-25px:focus {
    column-gap: 25px;
  }
  .md\:gap-x-26px {
    column-gap: 26px;
  }
  .hover\:md\:gap-x-26px:hover {
    column-gap: 26px;
  }
  .active\:md\:gap-x-26px:active {
    column-gap: 26px;
  }
  .focus\:md\:gap-x-26px:focus {
    column-gap: 26px;
  }
  .md\:gap-x-27px {
    column-gap: 27px;
  }
  .hover\:md\:gap-x-27px:hover {
    column-gap: 27px;
  }
  .active\:md\:gap-x-27px:active {
    column-gap: 27px;
  }
  .focus\:md\:gap-x-27px:focus {
    column-gap: 27px;
  }
  .md\:gap-x-28px {
    column-gap: 28px;
  }
  .hover\:md\:gap-x-28px:hover {
    column-gap: 28px;
  }
  .active\:md\:gap-x-28px:active {
    column-gap: 28px;
  }
  .focus\:md\:gap-x-28px:focus {
    column-gap: 28px;
  }
  .md\:gap-x-29px {
    column-gap: 29px;
  }
  .hover\:md\:gap-x-29px:hover {
    column-gap: 29px;
  }
  .active\:md\:gap-x-29px:active {
    column-gap: 29px;
  }
  .focus\:md\:gap-x-29px:focus {
    column-gap: 29px;
  }
  .md\:gap-x-30px {
    column-gap: 30px;
  }
  .hover\:md\:gap-x-30px:hover {
    column-gap: 30px;
  }
  .active\:md\:gap-x-30px:active {
    column-gap: 30px;
  }
  .focus\:md\:gap-x-30px:focus {
    column-gap: 30px;
  }
  .md\:gap-x-31px {
    column-gap: 31px;
  }
  .hover\:md\:gap-x-31px:hover {
    column-gap: 31px;
  }
  .active\:md\:gap-x-31px:active {
    column-gap: 31px;
  }
  .focus\:md\:gap-x-31px:focus {
    column-gap: 31px;
  }
  .md\:gap-x-32px {
    column-gap: 32px;
  }
  .hover\:md\:gap-x-32px:hover {
    column-gap: 32px;
  }
  .active\:md\:gap-x-32px:active {
    column-gap: 32px;
  }
  .focus\:md\:gap-x-32px:focus {
    column-gap: 32px;
  }
  .md\:gap-x-33px {
    column-gap: 33px;
  }
  .hover\:md\:gap-x-33px:hover {
    column-gap: 33px;
  }
  .active\:md\:gap-x-33px:active {
    column-gap: 33px;
  }
  .focus\:md\:gap-x-33px:focus {
    column-gap: 33px;
  }
  .md\:gap-x-34px {
    column-gap: 34px;
  }
  .hover\:md\:gap-x-34px:hover {
    column-gap: 34px;
  }
  .active\:md\:gap-x-34px:active {
    column-gap: 34px;
  }
  .focus\:md\:gap-x-34px:focus {
    column-gap: 34px;
  }
  .md\:gap-x-35px {
    column-gap: 35px;
  }
  .hover\:md\:gap-x-35px:hover {
    column-gap: 35px;
  }
  .active\:md\:gap-x-35px:active {
    column-gap: 35px;
  }
  .focus\:md\:gap-x-35px:focus {
    column-gap: 35px;
  }
  .md\:gap-x-36px {
    column-gap: 36px;
  }
  .hover\:md\:gap-x-36px:hover {
    column-gap: 36px;
  }
  .active\:md\:gap-x-36px:active {
    column-gap: 36px;
  }
  .focus\:md\:gap-x-36px:focus {
    column-gap: 36px;
  }
  .md\:gap-x-37px {
    column-gap: 37px;
  }
  .hover\:md\:gap-x-37px:hover {
    column-gap: 37px;
  }
  .active\:md\:gap-x-37px:active {
    column-gap: 37px;
  }
  .focus\:md\:gap-x-37px:focus {
    column-gap: 37px;
  }
  .md\:gap-x-38px {
    column-gap: 38px;
  }
  .hover\:md\:gap-x-38px:hover {
    column-gap: 38px;
  }
  .active\:md\:gap-x-38px:active {
    column-gap: 38px;
  }
  .focus\:md\:gap-x-38px:focus {
    column-gap: 38px;
  }
  .md\:gap-x-39px {
    column-gap: 39px;
  }
  .hover\:md\:gap-x-39px:hover {
    column-gap: 39px;
  }
  .active\:md\:gap-x-39px:active {
    column-gap: 39px;
  }
  .focus\:md\:gap-x-39px:focus {
    column-gap: 39px;
  }
  .md\:gap-x-40px {
    column-gap: 40px;
  }
  .hover\:md\:gap-x-40px:hover {
    column-gap: 40px;
  }
  .active\:md\:gap-x-40px:active {
    column-gap: 40px;
  }
  .focus\:md\:gap-x-40px:focus {
    column-gap: 40px;
  }
  .md\:gap-x-41px {
    column-gap: 41px;
  }
  .hover\:md\:gap-x-41px:hover {
    column-gap: 41px;
  }
  .active\:md\:gap-x-41px:active {
    column-gap: 41px;
  }
  .focus\:md\:gap-x-41px:focus {
    column-gap: 41px;
  }
  .md\:gap-x-42px {
    column-gap: 42px;
  }
  .hover\:md\:gap-x-42px:hover {
    column-gap: 42px;
  }
  .active\:md\:gap-x-42px:active {
    column-gap: 42px;
  }
  .focus\:md\:gap-x-42px:focus {
    column-gap: 42px;
  }
  .md\:gap-x-43px {
    column-gap: 43px;
  }
  .hover\:md\:gap-x-43px:hover {
    column-gap: 43px;
  }
  .active\:md\:gap-x-43px:active {
    column-gap: 43px;
  }
  .focus\:md\:gap-x-43px:focus {
    column-gap: 43px;
  }
  .md\:gap-x-44px {
    column-gap: 44px;
  }
  .hover\:md\:gap-x-44px:hover {
    column-gap: 44px;
  }
  .active\:md\:gap-x-44px:active {
    column-gap: 44px;
  }
  .focus\:md\:gap-x-44px:focus {
    column-gap: 44px;
  }
  .md\:gap-x-45px {
    column-gap: 45px;
  }
  .hover\:md\:gap-x-45px:hover {
    column-gap: 45px;
  }
  .active\:md\:gap-x-45px:active {
    column-gap: 45px;
  }
  .focus\:md\:gap-x-45px:focus {
    column-gap: 45px;
  }
  .md\:gap-x-46px {
    column-gap: 46px;
  }
  .hover\:md\:gap-x-46px:hover {
    column-gap: 46px;
  }
  .active\:md\:gap-x-46px:active {
    column-gap: 46px;
  }
  .focus\:md\:gap-x-46px:focus {
    column-gap: 46px;
  }
  .md\:gap-x-47px {
    column-gap: 47px;
  }
  .hover\:md\:gap-x-47px:hover {
    column-gap: 47px;
  }
  .active\:md\:gap-x-47px:active {
    column-gap: 47px;
  }
  .focus\:md\:gap-x-47px:focus {
    column-gap: 47px;
  }
  .md\:gap-x-48px {
    column-gap: 48px;
  }
  .hover\:md\:gap-x-48px:hover {
    column-gap: 48px;
  }
  .active\:md\:gap-x-48px:active {
    column-gap: 48px;
  }
  .focus\:md\:gap-x-48px:focus {
    column-gap: 48px;
  }
  .md\:gap-x-49px {
    column-gap: 49px;
  }
  .hover\:md\:gap-x-49px:hover {
    column-gap: 49px;
  }
  .active\:md\:gap-x-49px:active {
    column-gap: 49px;
  }
  .focus\:md\:gap-x-49px:focus {
    column-gap: 49px;
  }
  .md\:gap-x-50px {
    column-gap: 50px;
  }
  .hover\:md\:gap-x-50px:hover {
    column-gap: 50px;
  }
  .active\:md\:gap-x-50px:active {
    column-gap: 50px;
  }
  .focus\:md\:gap-x-50px:focus {
    column-gap: 50px;
  }
  .md\:gap-x-51px {
    column-gap: 51px;
  }
  .hover\:md\:gap-x-51px:hover {
    column-gap: 51px;
  }
  .active\:md\:gap-x-51px:active {
    column-gap: 51px;
  }
  .focus\:md\:gap-x-51px:focus {
    column-gap: 51px;
  }
  .md\:gap-x-52px {
    column-gap: 52px;
  }
  .hover\:md\:gap-x-52px:hover {
    column-gap: 52px;
  }
  .active\:md\:gap-x-52px:active {
    column-gap: 52px;
  }
  .focus\:md\:gap-x-52px:focus {
    column-gap: 52px;
  }
  .md\:gap-x-53px {
    column-gap: 53px;
  }
  .hover\:md\:gap-x-53px:hover {
    column-gap: 53px;
  }
  .active\:md\:gap-x-53px:active {
    column-gap: 53px;
  }
  .focus\:md\:gap-x-53px:focus {
    column-gap: 53px;
  }
  .md\:gap-x-54px {
    column-gap: 54px;
  }
  .hover\:md\:gap-x-54px:hover {
    column-gap: 54px;
  }
  .active\:md\:gap-x-54px:active {
    column-gap: 54px;
  }
  .focus\:md\:gap-x-54px:focus {
    column-gap: 54px;
  }
  .md\:gap-x-55px {
    column-gap: 55px;
  }
  .hover\:md\:gap-x-55px:hover {
    column-gap: 55px;
  }
  .active\:md\:gap-x-55px:active {
    column-gap: 55px;
  }
  .focus\:md\:gap-x-55px:focus {
    column-gap: 55px;
  }
  .md\:gap-x-56px {
    column-gap: 56px;
  }
  .hover\:md\:gap-x-56px:hover {
    column-gap: 56px;
  }
  .active\:md\:gap-x-56px:active {
    column-gap: 56px;
  }
  .focus\:md\:gap-x-56px:focus {
    column-gap: 56px;
  }
  .md\:gap-x-57px {
    column-gap: 57px;
  }
  .hover\:md\:gap-x-57px:hover {
    column-gap: 57px;
  }
  .active\:md\:gap-x-57px:active {
    column-gap: 57px;
  }
  .focus\:md\:gap-x-57px:focus {
    column-gap: 57px;
  }
  .md\:gap-x-58px {
    column-gap: 58px;
  }
  .hover\:md\:gap-x-58px:hover {
    column-gap: 58px;
  }
  .active\:md\:gap-x-58px:active {
    column-gap: 58px;
  }
  .focus\:md\:gap-x-58px:focus {
    column-gap: 58px;
  }
  .md\:gap-x-59px {
    column-gap: 59px;
  }
  .hover\:md\:gap-x-59px:hover {
    column-gap: 59px;
  }
  .active\:md\:gap-x-59px:active {
    column-gap: 59px;
  }
  .focus\:md\:gap-x-59px:focus {
    column-gap: 59px;
  }
  .md\:gap-x-60px {
    column-gap: 60px;
  }
  .hover\:md\:gap-x-60px:hover {
    column-gap: 60px;
  }
  .active\:md\:gap-x-60px:active {
    column-gap: 60px;
  }
  .focus\:md\:gap-x-60px:focus {
    column-gap: 60px;
  }
  .md\:gap-x-61px {
    column-gap: 61px;
  }
  .hover\:md\:gap-x-61px:hover {
    column-gap: 61px;
  }
  .active\:md\:gap-x-61px:active {
    column-gap: 61px;
  }
  .focus\:md\:gap-x-61px:focus {
    column-gap: 61px;
  }
  .md\:gap-x-62px {
    column-gap: 62px;
  }
  .hover\:md\:gap-x-62px:hover {
    column-gap: 62px;
  }
  .active\:md\:gap-x-62px:active {
    column-gap: 62px;
  }
  .focus\:md\:gap-x-62px:focus {
    column-gap: 62px;
  }
  .md\:gap-x-63px {
    column-gap: 63px;
  }
  .hover\:md\:gap-x-63px:hover {
    column-gap: 63px;
  }
  .active\:md\:gap-x-63px:active {
    column-gap: 63px;
  }
  .focus\:md\:gap-x-63px:focus {
    column-gap: 63px;
  }
  .md\:gap-x-64px {
    column-gap: 64px;
  }
  .hover\:md\:gap-x-64px:hover {
    column-gap: 64px;
  }
  .active\:md\:gap-x-64px:active {
    column-gap: 64px;
  }
  .focus\:md\:gap-x-64px:focus {
    column-gap: 64px;
  }
  .md\:gap-x-65px {
    column-gap: 65px;
  }
  .hover\:md\:gap-x-65px:hover {
    column-gap: 65px;
  }
  .active\:md\:gap-x-65px:active {
    column-gap: 65px;
  }
  .focus\:md\:gap-x-65px:focus {
    column-gap: 65px;
  }
  .md\:gap-x-66px {
    column-gap: 66px;
  }
  .hover\:md\:gap-x-66px:hover {
    column-gap: 66px;
  }
  .active\:md\:gap-x-66px:active {
    column-gap: 66px;
  }
  .focus\:md\:gap-x-66px:focus {
    column-gap: 66px;
  }
  .md\:gap-x-67px {
    column-gap: 67px;
  }
  .hover\:md\:gap-x-67px:hover {
    column-gap: 67px;
  }
  .active\:md\:gap-x-67px:active {
    column-gap: 67px;
  }
  .focus\:md\:gap-x-67px:focus {
    column-gap: 67px;
  }
  .md\:gap-x-68px {
    column-gap: 68px;
  }
  .hover\:md\:gap-x-68px:hover {
    column-gap: 68px;
  }
  .active\:md\:gap-x-68px:active {
    column-gap: 68px;
  }
  .focus\:md\:gap-x-68px:focus {
    column-gap: 68px;
  }
  .md\:gap-x-69px {
    column-gap: 69px;
  }
  .hover\:md\:gap-x-69px:hover {
    column-gap: 69px;
  }
  .active\:md\:gap-x-69px:active {
    column-gap: 69px;
  }
  .focus\:md\:gap-x-69px:focus {
    column-gap: 69px;
  }
  .md\:gap-x-70px {
    column-gap: 70px;
  }
  .hover\:md\:gap-x-70px:hover {
    column-gap: 70px;
  }
  .active\:md\:gap-x-70px:active {
    column-gap: 70px;
  }
  .focus\:md\:gap-x-70px:focus {
    column-gap: 70px;
  }
  .md\:gap-x-71px {
    column-gap: 71px;
  }
  .hover\:md\:gap-x-71px:hover {
    column-gap: 71px;
  }
  .active\:md\:gap-x-71px:active {
    column-gap: 71px;
  }
  .focus\:md\:gap-x-71px:focus {
    column-gap: 71px;
  }
  .md\:gap-x-72px {
    column-gap: 72px;
  }
  .hover\:md\:gap-x-72px:hover {
    column-gap: 72px;
  }
  .active\:md\:gap-x-72px:active {
    column-gap: 72px;
  }
  .focus\:md\:gap-x-72px:focus {
    column-gap: 72px;
  }
  .md\:gap-x-73px {
    column-gap: 73px;
  }
  .hover\:md\:gap-x-73px:hover {
    column-gap: 73px;
  }
  .active\:md\:gap-x-73px:active {
    column-gap: 73px;
  }
  .focus\:md\:gap-x-73px:focus {
    column-gap: 73px;
  }
  .md\:gap-x-74px {
    column-gap: 74px;
  }
  .hover\:md\:gap-x-74px:hover {
    column-gap: 74px;
  }
  .active\:md\:gap-x-74px:active {
    column-gap: 74px;
  }
  .focus\:md\:gap-x-74px:focus {
    column-gap: 74px;
  }
  .md\:gap-x-75px {
    column-gap: 75px;
  }
  .hover\:md\:gap-x-75px:hover {
    column-gap: 75px;
  }
  .active\:md\:gap-x-75px:active {
    column-gap: 75px;
  }
  .focus\:md\:gap-x-75px:focus {
    column-gap: 75px;
  }
  .md\:gap-x-76px {
    column-gap: 76px;
  }
  .hover\:md\:gap-x-76px:hover {
    column-gap: 76px;
  }
  .active\:md\:gap-x-76px:active {
    column-gap: 76px;
  }
  .focus\:md\:gap-x-76px:focus {
    column-gap: 76px;
  }
  .md\:gap-x-77px {
    column-gap: 77px;
  }
  .hover\:md\:gap-x-77px:hover {
    column-gap: 77px;
  }
  .active\:md\:gap-x-77px:active {
    column-gap: 77px;
  }
  .focus\:md\:gap-x-77px:focus {
    column-gap: 77px;
  }
  .md\:gap-x-78px {
    column-gap: 78px;
  }
  .hover\:md\:gap-x-78px:hover {
    column-gap: 78px;
  }
  .active\:md\:gap-x-78px:active {
    column-gap: 78px;
  }
  .focus\:md\:gap-x-78px:focus {
    column-gap: 78px;
  }
  .md\:gap-x-79px {
    column-gap: 79px;
  }
  .hover\:md\:gap-x-79px:hover {
    column-gap: 79px;
  }
  .active\:md\:gap-x-79px:active {
    column-gap: 79px;
  }
  .focus\:md\:gap-x-79px:focus {
    column-gap: 79px;
  }
  .md\:gap-x-80px {
    column-gap: 80px;
  }
  .hover\:md\:gap-x-80px:hover {
    column-gap: 80px;
  }
  .active\:md\:gap-x-80px:active {
    column-gap: 80px;
  }
  .focus\:md\:gap-x-80px:focus {
    column-gap: 80px;
  }
  .md\:gap-x-81px {
    column-gap: 81px;
  }
  .hover\:md\:gap-x-81px:hover {
    column-gap: 81px;
  }
  .active\:md\:gap-x-81px:active {
    column-gap: 81px;
  }
  .focus\:md\:gap-x-81px:focus {
    column-gap: 81px;
  }
  .md\:gap-x-82px {
    column-gap: 82px;
  }
  .hover\:md\:gap-x-82px:hover {
    column-gap: 82px;
  }
  .active\:md\:gap-x-82px:active {
    column-gap: 82px;
  }
  .focus\:md\:gap-x-82px:focus {
    column-gap: 82px;
  }
  .md\:gap-x-83px {
    column-gap: 83px;
  }
  .hover\:md\:gap-x-83px:hover {
    column-gap: 83px;
  }
  .active\:md\:gap-x-83px:active {
    column-gap: 83px;
  }
  .focus\:md\:gap-x-83px:focus {
    column-gap: 83px;
  }
  .md\:gap-x-84px {
    column-gap: 84px;
  }
  .hover\:md\:gap-x-84px:hover {
    column-gap: 84px;
  }
  .active\:md\:gap-x-84px:active {
    column-gap: 84px;
  }
  .focus\:md\:gap-x-84px:focus {
    column-gap: 84px;
  }
  .md\:gap-x-85px {
    column-gap: 85px;
  }
  .hover\:md\:gap-x-85px:hover {
    column-gap: 85px;
  }
  .active\:md\:gap-x-85px:active {
    column-gap: 85px;
  }
  .focus\:md\:gap-x-85px:focus {
    column-gap: 85px;
  }
  .md\:gap-x-86px {
    column-gap: 86px;
  }
  .hover\:md\:gap-x-86px:hover {
    column-gap: 86px;
  }
  .active\:md\:gap-x-86px:active {
    column-gap: 86px;
  }
  .focus\:md\:gap-x-86px:focus {
    column-gap: 86px;
  }
  .md\:gap-x-87px {
    column-gap: 87px;
  }
  .hover\:md\:gap-x-87px:hover {
    column-gap: 87px;
  }
  .active\:md\:gap-x-87px:active {
    column-gap: 87px;
  }
  .focus\:md\:gap-x-87px:focus {
    column-gap: 87px;
  }
  .md\:gap-x-88px {
    column-gap: 88px;
  }
  .hover\:md\:gap-x-88px:hover {
    column-gap: 88px;
  }
  .active\:md\:gap-x-88px:active {
    column-gap: 88px;
  }
  .focus\:md\:gap-x-88px:focus {
    column-gap: 88px;
  }
  .md\:gap-x-89px {
    column-gap: 89px;
  }
  .hover\:md\:gap-x-89px:hover {
    column-gap: 89px;
  }
  .active\:md\:gap-x-89px:active {
    column-gap: 89px;
  }
  .focus\:md\:gap-x-89px:focus {
    column-gap: 89px;
  }
  .md\:gap-x-90px {
    column-gap: 90px;
  }
  .hover\:md\:gap-x-90px:hover {
    column-gap: 90px;
  }
  .active\:md\:gap-x-90px:active {
    column-gap: 90px;
  }
  .focus\:md\:gap-x-90px:focus {
    column-gap: 90px;
  }
  .md\:gap-x-91px {
    column-gap: 91px;
  }
  .hover\:md\:gap-x-91px:hover {
    column-gap: 91px;
  }
  .active\:md\:gap-x-91px:active {
    column-gap: 91px;
  }
  .focus\:md\:gap-x-91px:focus {
    column-gap: 91px;
  }
  .md\:gap-x-92px {
    column-gap: 92px;
  }
  .hover\:md\:gap-x-92px:hover {
    column-gap: 92px;
  }
  .active\:md\:gap-x-92px:active {
    column-gap: 92px;
  }
  .focus\:md\:gap-x-92px:focus {
    column-gap: 92px;
  }
  .md\:gap-x-93px {
    column-gap: 93px;
  }
  .hover\:md\:gap-x-93px:hover {
    column-gap: 93px;
  }
  .active\:md\:gap-x-93px:active {
    column-gap: 93px;
  }
  .focus\:md\:gap-x-93px:focus {
    column-gap: 93px;
  }
  .md\:gap-x-94px {
    column-gap: 94px;
  }
  .hover\:md\:gap-x-94px:hover {
    column-gap: 94px;
  }
  .active\:md\:gap-x-94px:active {
    column-gap: 94px;
  }
  .focus\:md\:gap-x-94px:focus {
    column-gap: 94px;
  }
  .md\:gap-x-95px {
    column-gap: 95px;
  }
  .hover\:md\:gap-x-95px:hover {
    column-gap: 95px;
  }
  .active\:md\:gap-x-95px:active {
    column-gap: 95px;
  }
  .focus\:md\:gap-x-95px:focus {
    column-gap: 95px;
  }
  .md\:gap-x-96px {
    column-gap: 96px;
  }
  .hover\:md\:gap-x-96px:hover {
    column-gap: 96px;
  }
  .active\:md\:gap-x-96px:active {
    column-gap: 96px;
  }
  .focus\:md\:gap-x-96px:focus {
    column-gap: 96px;
  }
  .md\:gap-x-97px {
    column-gap: 97px;
  }
  .hover\:md\:gap-x-97px:hover {
    column-gap: 97px;
  }
  .active\:md\:gap-x-97px:active {
    column-gap: 97px;
  }
  .focus\:md\:gap-x-97px:focus {
    column-gap: 97px;
  }
  .md\:gap-x-98px {
    column-gap: 98px;
  }
  .hover\:md\:gap-x-98px:hover {
    column-gap: 98px;
  }
  .active\:md\:gap-x-98px:active {
    column-gap: 98px;
  }
  .focus\:md\:gap-x-98px:focus {
    column-gap: 98px;
  }
  .md\:gap-x-99px {
    column-gap: 99px;
  }
  .hover\:md\:gap-x-99px:hover {
    column-gap: 99px;
  }
  .active\:md\:gap-x-99px:active {
    column-gap: 99px;
  }
  .focus\:md\:gap-x-99px:focus {
    column-gap: 99px;
  }
  .md\:gap-x-100px {
    column-gap: 100px;
  }
  .hover\:md\:gap-x-100px:hover {
    column-gap: 100px;
  }
  .active\:md\:gap-x-100px:active {
    column-gap: 100px;
  }
  .focus\:md\:gap-x-100px:focus {
    column-gap: 100px;
  }
  .md\:gap-y-0px {
    row-gap: 0px;
  }
  .hover\:md\:gap-y-0px:hover {
    row-gap: 0px;
  }
  .active\:md\:gap-y-0px:active {
    row-gap: 0px;
  }
  .focus\:md\:gap-y-0px:focus {
    row-gap: 0px;
  }
  .md\:gap-y-1px {
    row-gap: 1px;
  }
  .hover\:md\:gap-y-1px:hover {
    row-gap: 1px;
  }
  .active\:md\:gap-y-1px:active {
    row-gap: 1px;
  }
  .focus\:md\:gap-y-1px:focus {
    row-gap: 1px;
  }
  .md\:gap-y-2px {
    row-gap: 2px;
  }
  .hover\:md\:gap-y-2px:hover {
    row-gap: 2px;
  }
  .active\:md\:gap-y-2px:active {
    row-gap: 2px;
  }
  .focus\:md\:gap-y-2px:focus {
    row-gap: 2px;
  }
  .md\:gap-y-3px {
    row-gap: 3px;
  }
  .hover\:md\:gap-y-3px:hover {
    row-gap: 3px;
  }
  .active\:md\:gap-y-3px:active {
    row-gap: 3px;
  }
  .focus\:md\:gap-y-3px:focus {
    row-gap: 3px;
  }
  .md\:gap-y-4px {
    row-gap: 4px;
  }
  .hover\:md\:gap-y-4px:hover {
    row-gap: 4px;
  }
  .active\:md\:gap-y-4px:active {
    row-gap: 4px;
  }
  .focus\:md\:gap-y-4px:focus {
    row-gap: 4px;
  }
  .md\:gap-y-5px {
    row-gap: 5px;
  }
  .hover\:md\:gap-y-5px:hover {
    row-gap: 5px;
  }
  .active\:md\:gap-y-5px:active {
    row-gap: 5px;
  }
  .focus\:md\:gap-y-5px:focus {
    row-gap: 5px;
  }
  .md\:gap-y-6px {
    row-gap: 6px;
  }
  .hover\:md\:gap-y-6px:hover {
    row-gap: 6px;
  }
  .active\:md\:gap-y-6px:active {
    row-gap: 6px;
  }
  .focus\:md\:gap-y-6px:focus {
    row-gap: 6px;
  }
  .md\:gap-y-7px {
    row-gap: 7px;
  }
  .hover\:md\:gap-y-7px:hover {
    row-gap: 7px;
  }
  .active\:md\:gap-y-7px:active {
    row-gap: 7px;
  }
  .focus\:md\:gap-y-7px:focus {
    row-gap: 7px;
  }
  .md\:gap-y-8px {
    row-gap: 8px;
  }
  .hover\:md\:gap-y-8px:hover {
    row-gap: 8px;
  }
  .active\:md\:gap-y-8px:active {
    row-gap: 8px;
  }
  .focus\:md\:gap-y-8px:focus {
    row-gap: 8px;
  }
  .md\:gap-y-9px {
    row-gap: 9px;
  }
  .hover\:md\:gap-y-9px:hover {
    row-gap: 9px;
  }
  .active\:md\:gap-y-9px:active {
    row-gap: 9px;
  }
  .focus\:md\:gap-y-9px:focus {
    row-gap: 9px;
  }
  .md\:gap-y-10px {
    row-gap: 10px;
  }
  .hover\:md\:gap-y-10px:hover {
    row-gap: 10px;
  }
  .active\:md\:gap-y-10px:active {
    row-gap: 10px;
  }
  .focus\:md\:gap-y-10px:focus {
    row-gap: 10px;
  }
  .md\:gap-y-11px {
    row-gap: 11px;
  }
  .hover\:md\:gap-y-11px:hover {
    row-gap: 11px;
  }
  .active\:md\:gap-y-11px:active {
    row-gap: 11px;
  }
  .focus\:md\:gap-y-11px:focus {
    row-gap: 11px;
  }
  .md\:gap-y-12px {
    row-gap: 12px;
  }
  .hover\:md\:gap-y-12px:hover {
    row-gap: 12px;
  }
  .active\:md\:gap-y-12px:active {
    row-gap: 12px;
  }
  .focus\:md\:gap-y-12px:focus {
    row-gap: 12px;
  }
  .md\:gap-y-13px {
    row-gap: 13px;
  }
  .hover\:md\:gap-y-13px:hover {
    row-gap: 13px;
  }
  .active\:md\:gap-y-13px:active {
    row-gap: 13px;
  }
  .focus\:md\:gap-y-13px:focus {
    row-gap: 13px;
  }
  .md\:gap-y-14px {
    row-gap: 14px;
  }
  .hover\:md\:gap-y-14px:hover {
    row-gap: 14px;
  }
  .active\:md\:gap-y-14px:active {
    row-gap: 14px;
  }
  .focus\:md\:gap-y-14px:focus {
    row-gap: 14px;
  }
  .md\:gap-y-15px {
    row-gap: 15px;
  }
  .hover\:md\:gap-y-15px:hover {
    row-gap: 15px;
  }
  .active\:md\:gap-y-15px:active {
    row-gap: 15px;
  }
  .focus\:md\:gap-y-15px:focus {
    row-gap: 15px;
  }
  .md\:gap-y-16px {
    row-gap: 16px;
  }
  .hover\:md\:gap-y-16px:hover {
    row-gap: 16px;
  }
  .active\:md\:gap-y-16px:active {
    row-gap: 16px;
  }
  .focus\:md\:gap-y-16px:focus {
    row-gap: 16px;
  }
  .md\:gap-y-17px {
    row-gap: 17px;
  }
  .hover\:md\:gap-y-17px:hover {
    row-gap: 17px;
  }
  .active\:md\:gap-y-17px:active {
    row-gap: 17px;
  }
  .focus\:md\:gap-y-17px:focus {
    row-gap: 17px;
  }
  .md\:gap-y-18px {
    row-gap: 18px;
  }
  .hover\:md\:gap-y-18px:hover {
    row-gap: 18px;
  }
  .active\:md\:gap-y-18px:active {
    row-gap: 18px;
  }
  .focus\:md\:gap-y-18px:focus {
    row-gap: 18px;
  }
  .md\:gap-y-19px {
    row-gap: 19px;
  }
  .hover\:md\:gap-y-19px:hover {
    row-gap: 19px;
  }
  .active\:md\:gap-y-19px:active {
    row-gap: 19px;
  }
  .focus\:md\:gap-y-19px:focus {
    row-gap: 19px;
  }
  .md\:gap-y-20px {
    row-gap: 20px;
  }
  .hover\:md\:gap-y-20px:hover {
    row-gap: 20px;
  }
  .active\:md\:gap-y-20px:active {
    row-gap: 20px;
  }
  .focus\:md\:gap-y-20px:focus {
    row-gap: 20px;
  }
  .md\:gap-y-21px {
    row-gap: 21px;
  }
  .hover\:md\:gap-y-21px:hover {
    row-gap: 21px;
  }
  .active\:md\:gap-y-21px:active {
    row-gap: 21px;
  }
  .focus\:md\:gap-y-21px:focus {
    row-gap: 21px;
  }
  .md\:gap-y-22px {
    row-gap: 22px;
  }
  .hover\:md\:gap-y-22px:hover {
    row-gap: 22px;
  }
  .active\:md\:gap-y-22px:active {
    row-gap: 22px;
  }
  .focus\:md\:gap-y-22px:focus {
    row-gap: 22px;
  }
  .md\:gap-y-23px {
    row-gap: 23px;
  }
  .hover\:md\:gap-y-23px:hover {
    row-gap: 23px;
  }
  .active\:md\:gap-y-23px:active {
    row-gap: 23px;
  }
  .focus\:md\:gap-y-23px:focus {
    row-gap: 23px;
  }
  .md\:gap-y-24px {
    row-gap: 24px;
  }
  .hover\:md\:gap-y-24px:hover {
    row-gap: 24px;
  }
  .active\:md\:gap-y-24px:active {
    row-gap: 24px;
  }
  .focus\:md\:gap-y-24px:focus {
    row-gap: 24px;
  }
  .md\:gap-y-25px {
    row-gap: 25px;
  }
  .hover\:md\:gap-y-25px:hover {
    row-gap: 25px;
  }
  .active\:md\:gap-y-25px:active {
    row-gap: 25px;
  }
  .focus\:md\:gap-y-25px:focus {
    row-gap: 25px;
  }
  .md\:gap-y-26px {
    row-gap: 26px;
  }
  .hover\:md\:gap-y-26px:hover {
    row-gap: 26px;
  }
  .active\:md\:gap-y-26px:active {
    row-gap: 26px;
  }
  .focus\:md\:gap-y-26px:focus {
    row-gap: 26px;
  }
  .md\:gap-y-27px {
    row-gap: 27px;
  }
  .hover\:md\:gap-y-27px:hover {
    row-gap: 27px;
  }
  .active\:md\:gap-y-27px:active {
    row-gap: 27px;
  }
  .focus\:md\:gap-y-27px:focus {
    row-gap: 27px;
  }
  .md\:gap-y-28px {
    row-gap: 28px;
  }
  .hover\:md\:gap-y-28px:hover {
    row-gap: 28px;
  }
  .active\:md\:gap-y-28px:active {
    row-gap: 28px;
  }
  .focus\:md\:gap-y-28px:focus {
    row-gap: 28px;
  }
  .md\:gap-y-29px {
    row-gap: 29px;
  }
  .hover\:md\:gap-y-29px:hover {
    row-gap: 29px;
  }
  .active\:md\:gap-y-29px:active {
    row-gap: 29px;
  }
  .focus\:md\:gap-y-29px:focus {
    row-gap: 29px;
  }
  .md\:gap-y-30px {
    row-gap: 30px;
  }
  .hover\:md\:gap-y-30px:hover {
    row-gap: 30px;
  }
  .active\:md\:gap-y-30px:active {
    row-gap: 30px;
  }
  .focus\:md\:gap-y-30px:focus {
    row-gap: 30px;
  }
  .md\:gap-y-31px {
    row-gap: 31px;
  }
  .hover\:md\:gap-y-31px:hover {
    row-gap: 31px;
  }
  .active\:md\:gap-y-31px:active {
    row-gap: 31px;
  }
  .focus\:md\:gap-y-31px:focus {
    row-gap: 31px;
  }
  .md\:gap-y-32px {
    row-gap: 32px;
  }
  .hover\:md\:gap-y-32px:hover {
    row-gap: 32px;
  }
  .active\:md\:gap-y-32px:active {
    row-gap: 32px;
  }
  .focus\:md\:gap-y-32px:focus {
    row-gap: 32px;
  }
  .md\:gap-y-33px {
    row-gap: 33px;
  }
  .hover\:md\:gap-y-33px:hover {
    row-gap: 33px;
  }
  .active\:md\:gap-y-33px:active {
    row-gap: 33px;
  }
  .focus\:md\:gap-y-33px:focus {
    row-gap: 33px;
  }
  .md\:gap-y-34px {
    row-gap: 34px;
  }
  .hover\:md\:gap-y-34px:hover {
    row-gap: 34px;
  }
  .active\:md\:gap-y-34px:active {
    row-gap: 34px;
  }
  .focus\:md\:gap-y-34px:focus {
    row-gap: 34px;
  }
  .md\:gap-y-35px {
    row-gap: 35px;
  }
  .hover\:md\:gap-y-35px:hover {
    row-gap: 35px;
  }
  .active\:md\:gap-y-35px:active {
    row-gap: 35px;
  }
  .focus\:md\:gap-y-35px:focus {
    row-gap: 35px;
  }
  .md\:gap-y-36px {
    row-gap: 36px;
  }
  .hover\:md\:gap-y-36px:hover {
    row-gap: 36px;
  }
  .active\:md\:gap-y-36px:active {
    row-gap: 36px;
  }
  .focus\:md\:gap-y-36px:focus {
    row-gap: 36px;
  }
  .md\:gap-y-37px {
    row-gap: 37px;
  }
  .hover\:md\:gap-y-37px:hover {
    row-gap: 37px;
  }
  .active\:md\:gap-y-37px:active {
    row-gap: 37px;
  }
  .focus\:md\:gap-y-37px:focus {
    row-gap: 37px;
  }
  .md\:gap-y-38px {
    row-gap: 38px;
  }
  .hover\:md\:gap-y-38px:hover {
    row-gap: 38px;
  }
  .active\:md\:gap-y-38px:active {
    row-gap: 38px;
  }
  .focus\:md\:gap-y-38px:focus {
    row-gap: 38px;
  }
  .md\:gap-y-39px {
    row-gap: 39px;
  }
  .hover\:md\:gap-y-39px:hover {
    row-gap: 39px;
  }
  .active\:md\:gap-y-39px:active {
    row-gap: 39px;
  }
  .focus\:md\:gap-y-39px:focus {
    row-gap: 39px;
  }
  .md\:gap-y-40px {
    row-gap: 40px;
  }
  .hover\:md\:gap-y-40px:hover {
    row-gap: 40px;
  }
  .active\:md\:gap-y-40px:active {
    row-gap: 40px;
  }
  .focus\:md\:gap-y-40px:focus {
    row-gap: 40px;
  }
  .md\:gap-y-41px {
    row-gap: 41px;
  }
  .hover\:md\:gap-y-41px:hover {
    row-gap: 41px;
  }
  .active\:md\:gap-y-41px:active {
    row-gap: 41px;
  }
  .focus\:md\:gap-y-41px:focus {
    row-gap: 41px;
  }
  .md\:gap-y-42px {
    row-gap: 42px;
  }
  .hover\:md\:gap-y-42px:hover {
    row-gap: 42px;
  }
  .active\:md\:gap-y-42px:active {
    row-gap: 42px;
  }
  .focus\:md\:gap-y-42px:focus {
    row-gap: 42px;
  }
  .md\:gap-y-43px {
    row-gap: 43px;
  }
  .hover\:md\:gap-y-43px:hover {
    row-gap: 43px;
  }
  .active\:md\:gap-y-43px:active {
    row-gap: 43px;
  }
  .focus\:md\:gap-y-43px:focus {
    row-gap: 43px;
  }
  .md\:gap-y-44px {
    row-gap: 44px;
  }
  .hover\:md\:gap-y-44px:hover {
    row-gap: 44px;
  }
  .active\:md\:gap-y-44px:active {
    row-gap: 44px;
  }
  .focus\:md\:gap-y-44px:focus {
    row-gap: 44px;
  }
  .md\:gap-y-45px {
    row-gap: 45px;
  }
  .hover\:md\:gap-y-45px:hover {
    row-gap: 45px;
  }
  .active\:md\:gap-y-45px:active {
    row-gap: 45px;
  }
  .focus\:md\:gap-y-45px:focus {
    row-gap: 45px;
  }
  .md\:gap-y-46px {
    row-gap: 46px;
  }
  .hover\:md\:gap-y-46px:hover {
    row-gap: 46px;
  }
  .active\:md\:gap-y-46px:active {
    row-gap: 46px;
  }
  .focus\:md\:gap-y-46px:focus {
    row-gap: 46px;
  }
  .md\:gap-y-47px {
    row-gap: 47px;
  }
  .hover\:md\:gap-y-47px:hover {
    row-gap: 47px;
  }
  .active\:md\:gap-y-47px:active {
    row-gap: 47px;
  }
  .focus\:md\:gap-y-47px:focus {
    row-gap: 47px;
  }
  .md\:gap-y-48px {
    row-gap: 48px;
  }
  .hover\:md\:gap-y-48px:hover {
    row-gap: 48px;
  }
  .active\:md\:gap-y-48px:active {
    row-gap: 48px;
  }
  .focus\:md\:gap-y-48px:focus {
    row-gap: 48px;
  }
  .md\:gap-y-49px {
    row-gap: 49px;
  }
  .hover\:md\:gap-y-49px:hover {
    row-gap: 49px;
  }
  .active\:md\:gap-y-49px:active {
    row-gap: 49px;
  }
  .focus\:md\:gap-y-49px:focus {
    row-gap: 49px;
  }
  .md\:gap-y-50px {
    row-gap: 50px;
  }
  .hover\:md\:gap-y-50px:hover {
    row-gap: 50px;
  }
  .active\:md\:gap-y-50px:active {
    row-gap: 50px;
  }
  .focus\:md\:gap-y-50px:focus {
    row-gap: 50px;
  }
  .md\:gap-y-51px {
    row-gap: 51px;
  }
  .hover\:md\:gap-y-51px:hover {
    row-gap: 51px;
  }
  .active\:md\:gap-y-51px:active {
    row-gap: 51px;
  }
  .focus\:md\:gap-y-51px:focus {
    row-gap: 51px;
  }
  .md\:gap-y-52px {
    row-gap: 52px;
  }
  .hover\:md\:gap-y-52px:hover {
    row-gap: 52px;
  }
  .active\:md\:gap-y-52px:active {
    row-gap: 52px;
  }
  .focus\:md\:gap-y-52px:focus {
    row-gap: 52px;
  }
  .md\:gap-y-53px {
    row-gap: 53px;
  }
  .hover\:md\:gap-y-53px:hover {
    row-gap: 53px;
  }
  .active\:md\:gap-y-53px:active {
    row-gap: 53px;
  }
  .focus\:md\:gap-y-53px:focus {
    row-gap: 53px;
  }
  .md\:gap-y-54px {
    row-gap: 54px;
  }
  .hover\:md\:gap-y-54px:hover {
    row-gap: 54px;
  }
  .active\:md\:gap-y-54px:active {
    row-gap: 54px;
  }
  .focus\:md\:gap-y-54px:focus {
    row-gap: 54px;
  }
  .md\:gap-y-55px {
    row-gap: 55px;
  }
  .hover\:md\:gap-y-55px:hover {
    row-gap: 55px;
  }
  .active\:md\:gap-y-55px:active {
    row-gap: 55px;
  }
  .focus\:md\:gap-y-55px:focus {
    row-gap: 55px;
  }
  .md\:gap-y-56px {
    row-gap: 56px;
  }
  .hover\:md\:gap-y-56px:hover {
    row-gap: 56px;
  }
  .active\:md\:gap-y-56px:active {
    row-gap: 56px;
  }
  .focus\:md\:gap-y-56px:focus {
    row-gap: 56px;
  }
  .md\:gap-y-57px {
    row-gap: 57px;
  }
  .hover\:md\:gap-y-57px:hover {
    row-gap: 57px;
  }
  .active\:md\:gap-y-57px:active {
    row-gap: 57px;
  }
  .focus\:md\:gap-y-57px:focus {
    row-gap: 57px;
  }
  .md\:gap-y-58px {
    row-gap: 58px;
  }
  .hover\:md\:gap-y-58px:hover {
    row-gap: 58px;
  }
  .active\:md\:gap-y-58px:active {
    row-gap: 58px;
  }
  .focus\:md\:gap-y-58px:focus {
    row-gap: 58px;
  }
  .md\:gap-y-59px {
    row-gap: 59px;
  }
  .hover\:md\:gap-y-59px:hover {
    row-gap: 59px;
  }
  .active\:md\:gap-y-59px:active {
    row-gap: 59px;
  }
  .focus\:md\:gap-y-59px:focus {
    row-gap: 59px;
  }
  .md\:gap-y-60px {
    row-gap: 60px;
  }
  .hover\:md\:gap-y-60px:hover {
    row-gap: 60px;
  }
  .active\:md\:gap-y-60px:active {
    row-gap: 60px;
  }
  .focus\:md\:gap-y-60px:focus {
    row-gap: 60px;
  }
  .md\:gap-y-61px {
    row-gap: 61px;
  }
  .hover\:md\:gap-y-61px:hover {
    row-gap: 61px;
  }
  .active\:md\:gap-y-61px:active {
    row-gap: 61px;
  }
  .focus\:md\:gap-y-61px:focus {
    row-gap: 61px;
  }
  .md\:gap-y-62px {
    row-gap: 62px;
  }
  .hover\:md\:gap-y-62px:hover {
    row-gap: 62px;
  }
  .active\:md\:gap-y-62px:active {
    row-gap: 62px;
  }
  .focus\:md\:gap-y-62px:focus {
    row-gap: 62px;
  }
  .md\:gap-y-63px {
    row-gap: 63px;
  }
  .hover\:md\:gap-y-63px:hover {
    row-gap: 63px;
  }
  .active\:md\:gap-y-63px:active {
    row-gap: 63px;
  }
  .focus\:md\:gap-y-63px:focus {
    row-gap: 63px;
  }
  .md\:gap-y-64px {
    row-gap: 64px;
  }
  .hover\:md\:gap-y-64px:hover {
    row-gap: 64px;
  }
  .active\:md\:gap-y-64px:active {
    row-gap: 64px;
  }
  .focus\:md\:gap-y-64px:focus {
    row-gap: 64px;
  }
  .md\:gap-y-65px {
    row-gap: 65px;
  }
  .hover\:md\:gap-y-65px:hover {
    row-gap: 65px;
  }
  .active\:md\:gap-y-65px:active {
    row-gap: 65px;
  }
  .focus\:md\:gap-y-65px:focus {
    row-gap: 65px;
  }
  .md\:gap-y-66px {
    row-gap: 66px;
  }
  .hover\:md\:gap-y-66px:hover {
    row-gap: 66px;
  }
  .active\:md\:gap-y-66px:active {
    row-gap: 66px;
  }
  .focus\:md\:gap-y-66px:focus {
    row-gap: 66px;
  }
  .md\:gap-y-67px {
    row-gap: 67px;
  }
  .hover\:md\:gap-y-67px:hover {
    row-gap: 67px;
  }
  .active\:md\:gap-y-67px:active {
    row-gap: 67px;
  }
  .focus\:md\:gap-y-67px:focus {
    row-gap: 67px;
  }
  .md\:gap-y-68px {
    row-gap: 68px;
  }
  .hover\:md\:gap-y-68px:hover {
    row-gap: 68px;
  }
  .active\:md\:gap-y-68px:active {
    row-gap: 68px;
  }
  .focus\:md\:gap-y-68px:focus {
    row-gap: 68px;
  }
  .md\:gap-y-69px {
    row-gap: 69px;
  }
  .hover\:md\:gap-y-69px:hover {
    row-gap: 69px;
  }
  .active\:md\:gap-y-69px:active {
    row-gap: 69px;
  }
  .focus\:md\:gap-y-69px:focus {
    row-gap: 69px;
  }
  .md\:gap-y-70px {
    row-gap: 70px;
  }
  .hover\:md\:gap-y-70px:hover {
    row-gap: 70px;
  }
  .active\:md\:gap-y-70px:active {
    row-gap: 70px;
  }
  .focus\:md\:gap-y-70px:focus {
    row-gap: 70px;
  }
  .md\:gap-y-71px {
    row-gap: 71px;
  }
  .hover\:md\:gap-y-71px:hover {
    row-gap: 71px;
  }
  .active\:md\:gap-y-71px:active {
    row-gap: 71px;
  }
  .focus\:md\:gap-y-71px:focus {
    row-gap: 71px;
  }
  .md\:gap-y-72px {
    row-gap: 72px;
  }
  .hover\:md\:gap-y-72px:hover {
    row-gap: 72px;
  }
  .active\:md\:gap-y-72px:active {
    row-gap: 72px;
  }
  .focus\:md\:gap-y-72px:focus {
    row-gap: 72px;
  }
  .md\:gap-y-73px {
    row-gap: 73px;
  }
  .hover\:md\:gap-y-73px:hover {
    row-gap: 73px;
  }
  .active\:md\:gap-y-73px:active {
    row-gap: 73px;
  }
  .focus\:md\:gap-y-73px:focus {
    row-gap: 73px;
  }
  .md\:gap-y-74px {
    row-gap: 74px;
  }
  .hover\:md\:gap-y-74px:hover {
    row-gap: 74px;
  }
  .active\:md\:gap-y-74px:active {
    row-gap: 74px;
  }
  .focus\:md\:gap-y-74px:focus {
    row-gap: 74px;
  }
  .md\:gap-y-75px {
    row-gap: 75px;
  }
  .hover\:md\:gap-y-75px:hover {
    row-gap: 75px;
  }
  .active\:md\:gap-y-75px:active {
    row-gap: 75px;
  }
  .focus\:md\:gap-y-75px:focus {
    row-gap: 75px;
  }
  .md\:gap-y-76px {
    row-gap: 76px;
  }
  .hover\:md\:gap-y-76px:hover {
    row-gap: 76px;
  }
  .active\:md\:gap-y-76px:active {
    row-gap: 76px;
  }
  .focus\:md\:gap-y-76px:focus {
    row-gap: 76px;
  }
  .md\:gap-y-77px {
    row-gap: 77px;
  }
  .hover\:md\:gap-y-77px:hover {
    row-gap: 77px;
  }
  .active\:md\:gap-y-77px:active {
    row-gap: 77px;
  }
  .focus\:md\:gap-y-77px:focus {
    row-gap: 77px;
  }
  .md\:gap-y-78px {
    row-gap: 78px;
  }
  .hover\:md\:gap-y-78px:hover {
    row-gap: 78px;
  }
  .active\:md\:gap-y-78px:active {
    row-gap: 78px;
  }
  .focus\:md\:gap-y-78px:focus {
    row-gap: 78px;
  }
  .md\:gap-y-79px {
    row-gap: 79px;
  }
  .hover\:md\:gap-y-79px:hover {
    row-gap: 79px;
  }
  .active\:md\:gap-y-79px:active {
    row-gap: 79px;
  }
  .focus\:md\:gap-y-79px:focus {
    row-gap: 79px;
  }
  .md\:gap-y-80px {
    row-gap: 80px;
  }
  .hover\:md\:gap-y-80px:hover {
    row-gap: 80px;
  }
  .active\:md\:gap-y-80px:active {
    row-gap: 80px;
  }
  .focus\:md\:gap-y-80px:focus {
    row-gap: 80px;
  }
  .md\:gap-y-81px {
    row-gap: 81px;
  }
  .hover\:md\:gap-y-81px:hover {
    row-gap: 81px;
  }
  .active\:md\:gap-y-81px:active {
    row-gap: 81px;
  }
  .focus\:md\:gap-y-81px:focus {
    row-gap: 81px;
  }
  .md\:gap-y-82px {
    row-gap: 82px;
  }
  .hover\:md\:gap-y-82px:hover {
    row-gap: 82px;
  }
  .active\:md\:gap-y-82px:active {
    row-gap: 82px;
  }
  .focus\:md\:gap-y-82px:focus {
    row-gap: 82px;
  }
  .md\:gap-y-83px {
    row-gap: 83px;
  }
  .hover\:md\:gap-y-83px:hover {
    row-gap: 83px;
  }
  .active\:md\:gap-y-83px:active {
    row-gap: 83px;
  }
  .focus\:md\:gap-y-83px:focus {
    row-gap: 83px;
  }
  .md\:gap-y-84px {
    row-gap: 84px;
  }
  .hover\:md\:gap-y-84px:hover {
    row-gap: 84px;
  }
  .active\:md\:gap-y-84px:active {
    row-gap: 84px;
  }
  .focus\:md\:gap-y-84px:focus {
    row-gap: 84px;
  }
  .md\:gap-y-85px {
    row-gap: 85px;
  }
  .hover\:md\:gap-y-85px:hover {
    row-gap: 85px;
  }
  .active\:md\:gap-y-85px:active {
    row-gap: 85px;
  }
  .focus\:md\:gap-y-85px:focus {
    row-gap: 85px;
  }
  .md\:gap-y-86px {
    row-gap: 86px;
  }
  .hover\:md\:gap-y-86px:hover {
    row-gap: 86px;
  }
  .active\:md\:gap-y-86px:active {
    row-gap: 86px;
  }
  .focus\:md\:gap-y-86px:focus {
    row-gap: 86px;
  }
  .md\:gap-y-87px {
    row-gap: 87px;
  }
  .hover\:md\:gap-y-87px:hover {
    row-gap: 87px;
  }
  .active\:md\:gap-y-87px:active {
    row-gap: 87px;
  }
  .focus\:md\:gap-y-87px:focus {
    row-gap: 87px;
  }
  .md\:gap-y-88px {
    row-gap: 88px;
  }
  .hover\:md\:gap-y-88px:hover {
    row-gap: 88px;
  }
  .active\:md\:gap-y-88px:active {
    row-gap: 88px;
  }
  .focus\:md\:gap-y-88px:focus {
    row-gap: 88px;
  }
  .md\:gap-y-89px {
    row-gap: 89px;
  }
  .hover\:md\:gap-y-89px:hover {
    row-gap: 89px;
  }
  .active\:md\:gap-y-89px:active {
    row-gap: 89px;
  }
  .focus\:md\:gap-y-89px:focus {
    row-gap: 89px;
  }
  .md\:gap-y-90px {
    row-gap: 90px;
  }
  .hover\:md\:gap-y-90px:hover {
    row-gap: 90px;
  }
  .active\:md\:gap-y-90px:active {
    row-gap: 90px;
  }
  .focus\:md\:gap-y-90px:focus {
    row-gap: 90px;
  }
  .md\:gap-y-91px {
    row-gap: 91px;
  }
  .hover\:md\:gap-y-91px:hover {
    row-gap: 91px;
  }
  .active\:md\:gap-y-91px:active {
    row-gap: 91px;
  }
  .focus\:md\:gap-y-91px:focus {
    row-gap: 91px;
  }
  .md\:gap-y-92px {
    row-gap: 92px;
  }
  .hover\:md\:gap-y-92px:hover {
    row-gap: 92px;
  }
  .active\:md\:gap-y-92px:active {
    row-gap: 92px;
  }
  .focus\:md\:gap-y-92px:focus {
    row-gap: 92px;
  }
  .md\:gap-y-93px {
    row-gap: 93px;
  }
  .hover\:md\:gap-y-93px:hover {
    row-gap: 93px;
  }
  .active\:md\:gap-y-93px:active {
    row-gap: 93px;
  }
  .focus\:md\:gap-y-93px:focus {
    row-gap: 93px;
  }
  .md\:gap-y-94px {
    row-gap: 94px;
  }
  .hover\:md\:gap-y-94px:hover {
    row-gap: 94px;
  }
  .active\:md\:gap-y-94px:active {
    row-gap: 94px;
  }
  .focus\:md\:gap-y-94px:focus {
    row-gap: 94px;
  }
  .md\:gap-y-95px {
    row-gap: 95px;
  }
  .hover\:md\:gap-y-95px:hover {
    row-gap: 95px;
  }
  .active\:md\:gap-y-95px:active {
    row-gap: 95px;
  }
  .focus\:md\:gap-y-95px:focus {
    row-gap: 95px;
  }
  .md\:gap-y-96px {
    row-gap: 96px;
  }
  .hover\:md\:gap-y-96px:hover {
    row-gap: 96px;
  }
  .active\:md\:gap-y-96px:active {
    row-gap: 96px;
  }
  .focus\:md\:gap-y-96px:focus {
    row-gap: 96px;
  }
  .md\:gap-y-97px {
    row-gap: 97px;
  }
  .hover\:md\:gap-y-97px:hover {
    row-gap: 97px;
  }
  .active\:md\:gap-y-97px:active {
    row-gap: 97px;
  }
  .focus\:md\:gap-y-97px:focus {
    row-gap: 97px;
  }
  .md\:gap-y-98px {
    row-gap: 98px;
  }
  .hover\:md\:gap-y-98px:hover {
    row-gap: 98px;
  }
  .active\:md\:gap-y-98px:active {
    row-gap: 98px;
  }
  .focus\:md\:gap-y-98px:focus {
    row-gap: 98px;
  }
  .md\:gap-y-99px {
    row-gap: 99px;
  }
  .hover\:md\:gap-y-99px:hover {
    row-gap: 99px;
  }
  .active\:md\:gap-y-99px:active {
    row-gap: 99px;
  }
  .focus\:md\:gap-y-99px:focus {
    row-gap: 99px;
  }
  .md\:gap-y-100px {
    row-gap: 100px;
  }
  .hover\:md\:gap-y-100px:hover {
    row-gap: 100px;
  }
  .active\:md\:gap-y-100px:active {
    row-gap: 100px;
  }
  .focus\:md\:gap-y-100px:focus {
    row-gap: 100px;
  }
  .md\:gap-11rem {
    gap: 11rem;
  }
  .hover\:md\:gap-11rem:hover {
    gap: 11rem;
  }
  .active\:md\:gap-11rem:active {
    gap: 11rem;
  }
  .focus\:md\:gap-11rem:focus {
    gap: 11rem;
  }
  .md\:gap-12rem {
    gap: 12rem;
  }
  .hover\:md\:gap-12rem:hover {
    gap: 12rem;
  }
  .active\:md\:gap-12rem:active {
    gap: 12rem;
  }
  .focus\:md\:gap-12rem:focus {
    gap: 12rem;
  }
  .md\:gap-13rem {
    gap: 13rem;
  }
  .hover\:md\:gap-13rem:hover {
    gap: 13rem;
  }
  .active\:md\:gap-13rem:active {
    gap: 13rem;
  }
  .focus\:md\:gap-13rem:focus {
    gap: 13rem;
  }
  .md\:gap-14rem {
    gap: 14rem;
  }
  .hover\:md\:gap-14rem:hover {
    gap: 14rem;
  }
  .active\:md\:gap-14rem:active {
    gap: 14rem;
  }
  .focus\:md\:gap-14rem:focus {
    gap: 14rem;
  }
  .md\:gap-15rem {
    gap: 15rem;
  }
  .hover\:md\:gap-15rem:hover {
    gap: 15rem;
  }
  .active\:md\:gap-15rem:active {
    gap: 15rem;
  }
  .focus\:md\:gap-15rem:focus {
    gap: 15rem;
  }
  .md\:gap-16rem {
    gap: 16rem;
  }
  .hover\:md\:gap-16rem:hover {
    gap: 16rem;
  }
  .active\:md\:gap-16rem:active {
    gap: 16rem;
  }
  .focus\:md\:gap-16rem:focus {
    gap: 16rem;
  }
  .md\:gap-17rem {
    gap: 17rem;
  }
  .hover\:md\:gap-17rem:hover {
    gap: 17rem;
  }
  .active\:md\:gap-17rem:active {
    gap: 17rem;
  }
  .focus\:md\:gap-17rem:focus {
    gap: 17rem;
  }
  .md\:gap-18rem {
    gap: 18rem;
  }
  .hover\:md\:gap-18rem:hover {
    gap: 18rem;
  }
  .active\:md\:gap-18rem:active {
    gap: 18rem;
  }
  .focus\:md\:gap-18rem:focus {
    gap: 18rem;
  }
  .md\:gap-19rem {
    gap: 19rem;
  }
  .hover\:md\:gap-19rem:hover {
    gap: 19rem;
  }
  .active\:md\:gap-19rem:active {
    gap: 19rem;
  }
  .focus\:md\:gap-19rem:focus {
    gap: 19rem;
  }
  .md\:gap-20rem {
    gap: 20rem;
  }
  .hover\:md\:gap-20rem:hover {
    gap: 20rem;
  }
  .active\:md\:gap-20rem:active {
    gap: 20rem;
  }
  .focus\:md\:gap-20rem:focus {
    gap: 20rem;
  }
  .md\:gap-21rem {
    gap: 21rem;
  }
  .hover\:md\:gap-21rem:hover {
    gap: 21rem;
  }
  .active\:md\:gap-21rem:active {
    gap: 21rem;
  }
  .focus\:md\:gap-21rem:focus {
    gap: 21rem;
  }
  .md\:gap-22rem {
    gap: 22rem;
  }
  .hover\:md\:gap-22rem:hover {
    gap: 22rem;
  }
  .active\:md\:gap-22rem:active {
    gap: 22rem;
  }
  .focus\:md\:gap-22rem:focus {
    gap: 22rem;
  }
  .md\:gap-23rem {
    gap: 23rem;
  }
  .hover\:md\:gap-23rem:hover {
    gap: 23rem;
  }
  .active\:md\:gap-23rem:active {
    gap: 23rem;
  }
  .focus\:md\:gap-23rem:focus {
    gap: 23rem;
  }
  .md\:gap-24rem {
    gap: 24rem;
  }
  .hover\:md\:gap-24rem:hover {
    gap: 24rem;
  }
  .active\:md\:gap-24rem:active {
    gap: 24rem;
  }
  .focus\:md\:gap-24rem:focus {
    gap: 24rem;
  }
  .md\:gap-25rem {
    gap: 25rem;
  }
  .hover\:md\:gap-25rem:hover {
    gap: 25rem;
  }
  .active\:md\:gap-25rem:active {
    gap: 25rem;
  }
  .focus\:md\:gap-25rem:focus {
    gap: 25rem;
  }
  .md\:gap-26rem {
    gap: 26rem;
  }
  .hover\:md\:gap-26rem:hover {
    gap: 26rem;
  }
  .active\:md\:gap-26rem:active {
    gap: 26rem;
  }
  .focus\:md\:gap-26rem:focus {
    gap: 26rem;
  }
  .md\:gap-27rem {
    gap: 27rem;
  }
  .hover\:md\:gap-27rem:hover {
    gap: 27rem;
  }
  .active\:md\:gap-27rem:active {
    gap: 27rem;
  }
  .focus\:md\:gap-27rem:focus {
    gap: 27rem;
  }
  .md\:gap-28rem {
    gap: 28rem;
  }
  .hover\:md\:gap-28rem:hover {
    gap: 28rem;
  }
  .active\:md\:gap-28rem:active {
    gap: 28rem;
  }
  .focus\:md\:gap-28rem:focus {
    gap: 28rem;
  }
  .md\:gap-29rem {
    gap: 29rem;
  }
  .hover\:md\:gap-29rem:hover {
    gap: 29rem;
  }
  .active\:md\:gap-29rem:active {
    gap: 29rem;
  }
  .focus\:md\:gap-29rem:focus {
    gap: 29rem;
  }
  .md\:gap-30rem {
    gap: 30rem;
  }
  .hover\:md\:gap-30rem:hover {
    gap: 30rem;
  }
  .active\:md\:gap-30rem:active {
    gap: 30rem;
  }
  .focus\:md\:gap-30rem:focus {
    gap: 30rem;
  }
  .md\:gap-x-11rem {
    column-gap: 11rem;
  }
  .hover\:md\:gap-x-11rem:hover {
    column-gap: 11rem;
  }
  .active\:md\:gap-x-11rem:active {
    column-gap: 11rem;
  }
  .focus\:md\:gap-x-11rem:focus {
    column-gap: 11rem;
  }
  .md\:gap-x-12rem {
    column-gap: 12rem;
  }
  .hover\:md\:gap-x-12rem:hover {
    column-gap: 12rem;
  }
  .active\:md\:gap-x-12rem:active {
    column-gap: 12rem;
  }
  .focus\:md\:gap-x-12rem:focus {
    column-gap: 12rem;
  }
  .md\:gap-x-13rem {
    column-gap: 13rem;
  }
  .hover\:md\:gap-x-13rem:hover {
    column-gap: 13rem;
  }
  .active\:md\:gap-x-13rem:active {
    column-gap: 13rem;
  }
  .focus\:md\:gap-x-13rem:focus {
    column-gap: 13rem;
  }
  .md\:gap-x-14rem {
    column-gap: 14rem;
  }
  .hover\:md\:gap-x-14rem:hover {
    column-gap: 14rem;
  }
  .active\:md\:gap-x-14rem:active {
    column-gap: 14rem;
  }
  .focus\:md\:gap-x-14rem:focus {
    column-gap: 14rem;
  }
  .md\:gap-x-15rem {
    column-gap: 15rem;
  }
  .hover\:md\:gap-x-15rem:hover {
    column-gap: 15rem;
  }
  .active\:md\:gap-x-15rem:active {
    column-gap: 15rem;
  }
  .focus\:md\:gap-x-15rem:focus {
    column-gap: 15rem;
  }
  .md\:gap-x-16rem {
    column-gap: 16rem;
  }
  .hover\:md\:gap-x-16rem:hover {
    column-gap: 16rem;
  }
  .active\:md\:gap-x-16rem:active {
    column-gap: 16rem;
  }
  .focus\:md\:gap-x-16rem:focus {
    column-gap: 16rem;
  }
  .md\:gap-x-17rem {
    column-gap: 17rem;
  }
  .hover\:md\:gap-x-17rem:hover {
    column-gap: 17rem;
  }
  .active\:md\:gap-x-17rem:active {
    column-gap: 17rem;
  }
  .focus\:md\:gap-x-17rem:focus {
    column-gap: 17rem;
  }
  .md\:gap-x-18rem {
    column-gap: 18rem;
  }
  .hover\:md\:gap-x-18rem:hover {
    column-gap: 18rem;
  }
  .active\:md\:gap-x-18rem:active {
    column-gap: 18rem;
  }
  .focus\:md\:gap-x-18rem:focus {
    column-gap: 18rem;
  }
  .md\:gap-x-19rem {
    column-gap: 19rem;
  }
  .hover\:md\:gap-x-19rem:hover {
    column-gap: 19rem;
  }
  .active\:md\:gap-x-19rem:active {
    column-gap: 19rem;
  }
  .focus\:md\:gap-x-19rem:focus {
    column-gap: 19rem;
  }
  .md\:gap-x-20rem {
    column-gap: 20rem;
  }
  .hover\:md\:gap-x-20rem:hover {
    column-gap: 20rem;
  }
  .active\:md\:gap-x-20rem:active {
    column-gap: 20rem;
  }
  .focus\:md\:gap-x-20rem:focus {
    column-gap: 20rem;
  }
  .md\:gap-x-21rem {
    column-gap: 21rem;
  }
  .hover\:md\:gap-x-21rem:hover {
    column-gap: 21rem;
  }
  .active\:md\:gap-x-21rem:active {
    column-gap: 21rem;
  }
  .focus\:md\:gap-x-21rem:focus {
    column-gap: 21rem;
  }
  .md\:gap-x-22rem {
    column-gap: 22rem;
  }
  .hover\:md\:gap-x-22rem:hover {
    column-gap: 22rem;
  }
  .active\:md\:gap-x-22rem:active {
    column-gap: 22rem;
  }
  .focus\:md\:gap-x-22rem:focus {
    column-gap: 22rem;
  }
  .md\:gap-x-23rem {
    column-gap: 23rem;
  }
  .hover\:md\:gap-x-23rem:hover {
    column-gap: 23rem;
  }
  .active\:md\:gap-x-23rem:active {
    column-gap: 23rem;
  }
  .focus\:md\:gap-x-23rem:focus {
    column-gap: 23rem;
  }
  .md\:gap-x-24rem {
    column-gap: 24rem;
  }
  .hover\:md\:gap-x-24rem:hover {
    column-gap: 24rem;
  }
  .active\:md\:gap-x-24rem:active {
    column-gap: 24rem;
  }
  .focus\:md\:gap-x-24rem:focus {
    column-gap: 24rem;
  }
  .md\:gap-x-25rem {
    column-gap: 25rem;
  }
  .hover\:md\:gap-x-25rem:hover {
    column-gap: 25rem;
  }
  .active\:md\:gap-x-25rem:active {
    column-gap: 25rem;
  }
  .focus\:md\:gap-x-25rem:focus {
    column-gap: 25rem;
  }
  .md\:gap-x-26rem {
    column-gap: 26rem;
  }
  .hover\:md\:gap-x-26rem:hover {
    column-gap: 26rem;
  }
  .active\:md\:gap-x-26rem:active {
    column-gap: 26rem;
  }
  .focus\:md\:gap-x-26rem:focus {
    column-gap: 26rem;
  }
  .md\:gap-x-27rem {
    column-gap: 27rem;
  }
  .hover\:md\:gap-x-27rem:hover {
    column-gap: 27rem;
  }
  .active\:md\:gap-x-27rem:active {
    column-gap: 27rem;
  }
  .focus\:md\:gap-x-27rem:focus {
    column-gap: 27rem;
  }
  .md\:gap-x-28rem {
    column-gap: 28rem;
  }
  .hover\:md\:gap-x-28rem:hover {
    column-gap: 28rem;
  }
  .active\:md\:gap-x-28rem:active {
    column-gap: 28rem;
  }
  .focus\:md\:gap-x-28rem:focus {
    column-gap: 28rem;
  }
  .md\:gap-x-29rem {
    column-gap: 29rem;
  }
  .hover\:md\:gap-x-29rem:hover {
    column-gap: 29rem;
  }
  .active\:md\:gap-x-29rem:active {
    column-gap: 29rem;
  }
  .focus\:md\:gap-x-29rem:focus {
    column-gap: 29rem;
  }
  .md\:gap-x-30rem {
    column-gap: 30rem;
  }
  .hover\:md\:gap-x-30rem:hover {
    column-gap: 30rem;
  }
  .active\:md\:gap-x-30rem:active {
    column-gap: 30rem;
  }
  .focus\:md\:gap-x-30rem:focus {
    column-gap: 30rem;
  }
  .md\:gap-y-11rem {
    row-gap: 11rem;
  }
  .hover\:md\:gap-y-11rem:hover {
    row-gap: 11rem;
  }
  .active\:md\:gap-y-11rem:active {
    row-gap: 11rem;
  }
  .focus\:md\:gap-y-11rem:focus {
    row-gap: 11rem;
  }
  .md\:gap-y-12rem {
    row-gap: 12rem;
  }
  .hover\:md\:gap-y-12rem:hover {
    row-gap: 12rem;
  }
  .active\:md\:gap-y-12rem:active {
    row-gap: 12rem;
  }
  .focus\:md\:gap-y-12rem:focus {
    row-gap: 12rem;
  }
  .md\:gap-y-13rem {
    row-gap: 13rem;
  }
  .hover\:md\:gap-y-13rem:hover {
    row-gap: 13rem;
  }
  .active\:md\:gap-y-13rem:active {
    row-gap: 13rem;
  }
  .focus\:md\:gap-y-13rem:focus {
    row-gap: 13rem;
  }
  .md\:gap-y-14rem {
    row-gap: 14rem;
  }
  .hover\:md\:gap-y-14rem:hover {
    row-gap: 14rem;
  }
  .active\:md\:gap-y-14rem:active {
    row-gap: 14rem;
  }
  .focus\:md\:gap-y-14rem:focus {
    row-gap: 14rem;
  }
  .md\:gap-y-15rem {
    row-gap: 15rem;
  }
  .hover\:md\:gap-y-15rem:hover {
    row-gap: 15rem;
  }
  .active\:md\:gap-y-15rem:active {
    row-gap: 15rem;
  }
  .focus\:md\:gap-y-15rem:focus {
    row-gap: 15rem;
  }
  .md\:gap-y-16rem {
    row-gap: 16rem;
  }
  .hover\:md\:gap-y-16rem:hover {
    row-gap: 16rem;
  }
  .active\:md\:gap-y-16rem:active {
    row-gap: 16rem;
  }
  .focus\:md\:gap-y-16rem:focus {
    row-gap: 16rem;
  }
  .md\:gap-y-17rem {
    row-gap: 17rem;
  }
  .hover\:md\:gap-y-17rem:hover {
    row-gap: 17rem;
  }
  .active\:md\:gap-y-17rem:active {
    row-gap: 17rem;
  }
  .focus\:md\:gap-y-17rem:focus {
    row-gap: 17rem;
  }
  .md\:gap-y-18rem {
    row-gap: 18rem;
  }
  .hover\:md\:gap-y-18rem:hover {
    row-gap: 18rem;
  }
  .active\:md\:gap-y-18rem:active {
    row-gap: 18rem;
  }
  .focus\:md\:gap-y-18rem:focus {
    row-gap: 18rem;
  }
  .md\:gap-y-19rem {
    row-gap: 19rem;
  }
  .hover\:md\:gap-y-19rem:hover {
    row-gap: 19rem;
  }
  .active\:md\:gap-y-19rem:active {
    row-gap: 19rem;
  }
  .focus\:md\:gap-y-19rem:focus {
    row-gap: 19rem;
  }
  .md\:gap-y-20rem {
    row-gap: 20rem;
  }
  .hover\:md\:gap-y-20rem:hover {
    row-gap: 20rem;
  }
  .active\:md\:gap-y-20rem:active {
    row-gap: 20rem;
  }
  .focus\:md\:gap-y-20rem:focus {
    row-gap: 20rem;
  }
  .md\:gap-y-21rem {
    row-gap: 21rem;
  }
  .hover\:md\:gap-y-21rem:hover {
    row-gap: 21rem;
  }
  .active\:md\:gap-y-21rem:active {
    row-gap: 21rem;
  }
  .focus\:md\:gap-y-21rem:focus {
    row-gap: 21rem;
  }
  .md\:gap-y-22rem {
    row-gap: 22rem;
  }
  .hover\:md\:gap-y-22rem:hover {
    row-gap: 22rem;
  }
  .active\:md\:gap-y-22rem:active {
    row-gap: 22rem;
  }
  .focus\:md\:gap-y-22rem:focus {
    row-gap: 22rem;
  }
  .md\:gap-y-23rem {
    row-gap: 23rem;
  }
  .hover\:md\:gap-y-23rem:hover {
    row-gap: 23rem;
  }
  .active\:md\:gap-y-23rem:active {
    row-gap: 23rem;
  }
  .focus\:md\:gap-y-23rem:focus {
    row-gap: 23rem;
  }
  .md\:gap-y-24rem {
    row-gap: 24rem;
  }
  .hover\:md\:gap-y-24rem:hover {
    row-gap: 24rem;
  }
  .active\:md\:gap-y-24rem:active {
    row-gap: 24rem;
  }
  .focus\:md\:gap-y-24rem:focus {
    row-gap: 24rem;
  }
  .md\:gap-y-25rem {
    row-gap: 25rem;
  }
  .hover\:md\:gap-y-25rem:hover {
    row-gap: 25rem;
  }
  .active\:md\:gap-y-25rem:active {
    row-gap: 25rem;
  }
  .focus\:md\:gap-y-25rem:focus {
    row-gap: 25rem;
  }
  .md\:gap-y-26rem {
    row-gap: 26rem;
  }
  .hover\:md\:gap-y-26rem:hover {
    row-gap: 26rem;
  }
  .active\:md\:gap-y-26rem:active {
    row-gap: 26rem;
  }
  .focus\:md\:gap-y-26rem:focus {
    row-gap: 26rem;
  }
  .md\:gap-y-27rem {
    row-gap: 27rem;
  }
  .hover\:md\:gap-y-27rem:hover {
    row-gap: 27rem;
  }
  .active\:md\:gap-y-27rem:active {
    row-gap: 27rem;
  }
  .focus\:md\:gap-y-27rem:focus {
    row-gap: 27rem;
  }
  .md\:gap-y-28rem {
    row-gap: 28rem;
  }
  .hover\:md\:gap-y-28rem:hover {
    row-gap: 28rem;
  }
  .active\:md\:gap-y-28rem:active {
    row-gap: 28rem;
  }
  .focus\:md\:gap-y-28rem:focus {
    row-gap: 28rem;
  }
  .md\:gap-y-29rem {
    row-gap: 29rem;
  }
  .hover\:md\:gap-y-29rem:hover {
    row-gap: 29rem;
  }
  .active\:md\:gap-y-29rem:active {
    row-gap: 29rem;
  }
  .focus\:md\:gap-y-29rem:focus {
    row-gap: 29rem;
  }
  .md\:gap-y-30rem {
    row-gap: 30rem;
  }
  .hover\:md\:gap-y-30rem:hover {
    row-gap: 30rem;
  }
  .active\:md\:gap-y-30rem:active {
    row-gap: 30rem;
  }
  .focus\:md\:gap-y-30rem:focus {
    row-gap: 30rem;
  }
  .md\:basis-0per {
    flex-basis: 0%;
  }
  .hover\:md\:basis-0per:hover {
    flex-basis: 0%;
  }
  .active\:md\:basis-0per:active {
    flex-basis: 0%;
  }
  .focus\:md\:basis-0per:focus {
    flex-basis: 0%;
  }
  .md\:basis-1per {
    flex-basis: 1%;
  }
  .hover\:md\:basis-1per:hover {
    flex-basis: 1%;
  }
  .active\:md\:basis-1per:active {
    flex-basis: 1%;
  }
  .focus\:md\:basis-1per:focus {
    flex-basis: 1%;
  }
  .md\:basis-2per {
    flex-basis: 2%;
  }
  .hover\:md\:basis-2per:hover {
    flex-basis: 2%;
  }
  .active\:md\:basis-2per:active {
    flex-basis: 2%;
  }
  .focus\:md\:basis-2per:focus {
    flex-basis: 2%;
  }
  .md\:basis-3per {
    flex-basis: 3%;
  }
  .hover\:md\:basis-3per:hover {
    flex-basis: 3%;
  }
  .active\:md\:basis-3per:active {
    flex-basis: 3%;
  }
  .focus\:md\:basis-3per:focus {
    flex-basis: 3%;
  }
  .md\:basis-4per {
    flex-basis: 4%;
  }
  .hover\:md\:basis-4per:hover {
    flex-basis: 4%;
  }
  .active\:md\:basis-4per:active {
    flex-basis: 4%;
  }
  .focus\:md\:basis-4per:focus {
    flex-basis: 4%;
  }
  .md\:basis-5per {
    flex-basis: 5%;
  }
  .hover\:md\:basis-5per:hover {
    flex-basis: 5%;
  }
  .active\:md\:basis-5per:active {
    flex-basis: 5%;
  }
  .focus\:md\:basis-5per:focus {
    flex-basis: 5%;
  }
  .md\:basis-6per {
    flex-basis: 6%;
  }
  .hover\:md\:basis-6per:hover {
    flex-basis: 6%;
  }
  .active\:md\:basis-6per:active {
    flex-basis: 6%;
  }
  .focus\:md\:basis-6per:focus {
    flex-basis: 6%;
  }
  .md\:basis-7per {
    flex-basis: 7%;
  }
  .hover\:md\:basis-7per:hover {
    flex-basis: 7%;
  }
  .active\:md\:basis-7per:active {
    flex-basis: 7%;
  }
  .focus\:md\:basis-7per:focus {
    flex-basis: 7%;
  }
  .md\:basis-8per {
    flex-basis: 8%;
  }
  .hover\:md\:basis-8per:hover {
    flex-basis: 8%;
  }
  .active\:md\:basis-8per:active {
    flex-basis: 8%;
  }
  .focus\:md\:basis-8per:focus {
    flex-basis: 8%;
  }
  .md\:basis-9per {
    flex-basis: 9%;
  }
  .hover\:md\:basis-9per:hover {
    flex-basis: 9%;
  }
  .active\:md\:basis-9per:active {
    flex-basis: 9%;
  }
  .focus\:md\:basis-9per:focus {
    flex-basis: 9%;
  }
  .md\:basis-10per {
    flex-basis: 10%;
  }
  .hover\:md\:basis-10per:hover {
    flex-basis: 10%;
  }
  .active\:md\:basis-10per:active {
    flex-basis: 10%;
  }
  .focus\:md\:basis-10per:focus {
    flex-basis: 10%;
  }
  .md\:basis-11per {
    flex-basis: 11%;
  }
  .hover\:md\:basis-11per:hover {
    flex-basis: 11%;
  }
  .active\:md\:basis-11per:active {
    flex-basis: 11%;
  }
  .focus\:md\:basis-11per:focus {
    flex-basis: 11%;
  }
  .md\:basis-12per {
    flex-basis: 12%;
  }
  .hover\:md\:basis-12per:hover {
    flex-basis: 12%;
  }
  .active\:md\:basis-12per:active {
    flex-basis: 12%;
  }
  .focus\:md\:basis-12per:focus {
    flex-basis: 12%;
  }
  .md\:basis-13per {
    flex-basis: 13%;
  }
  .hover\:md\:basis-13per:hover {
    flex-basis: 13%;
  }
  .active\:md\:basis-13per:active {
    flex-basis: 13%;
  }
  .focus\:md\:basis-13per:focus {
    flex-basis: 13%;
  }
  .md\:basis-14per {
    flex-basis: 14%;
  }
  .hover\:md\:basis-14per:hover {
    flex-basis: 14%;
  }
  .active\:md\:basis-14per:active {
    flex-basis: 14%;
  }
  .focus\:md\:basis-14per:focus {
    flex-basis: 14%;
  }
  .md\:basis-15per {
    flex-basis: 15%;
  }
  .hover\:md\:basis-15per:hover {
    flex-basis: 15%;
  }
  .active\:md\:basis-15per:active {
    flex-basis: 15%;
  }
  .focus\:md\:basis-15per:focus {
    flex-basis: 15%;
  }
  .md\:basis-16per {
    flex-basis: 16%;
  }
  .hover\:md\:basis-16per:hover {
    flex-basis: 16%;
  }
  .active\:md\:basis-16per:active {
    flex-basis: 16%;
  }
  .focus\:md\:basis-16per:focus {
    flex-basis: 16%;
  }
  .md\:basis-17per {
    flex-basis: 17%;
  }
  .hover\:md\:basis-17per:hover {
    flex-basis: 17%;
  }
  .active\:md\:basis-17per:active {
    flex-basis: 17%;
  }
  .focus\:md\:basis-17per:focus {
    flex-basis: 17%;
  }
  .md\:basis-18per {
    flex-basis: 18%;
  }
  .hover\:md\:basis-18per:hover {
    flex-basis: 18%;
  }
  .active\:md\:basis-18per:active {
    flex-basis: 18%;
  }
  .focus\:md\:basis-18per:focus {
    flex-basis: 18%;
  }
  .md\:basis-19per {
    flex-basis: 19%;
  }
  .hover\:md\:basis-19per:hover {
    flex-basis: 19%;
  }
  .active\:md\:basis-19per:active {
    flex-basis: 19%;
  }
  .focus\:md\:basis-19per:focus {
    flex-basis: 19%;
  }
  .md\:basis-20per {
    flex-basis: 20%;
  }
  .hover\:md\:basis-20per:hover {
    flex-basis: 20%;
  }
  .active\:md\:basis-20per:active {
    flex-basis: 20%;
  }
  .focus\:md\:basis-20per:focus {
    flex-basis: 20%;
  }
  .md\:basis-21per {
    flex-basis: 21%;
  }
  .hover\:md\:basis-21per:hover {
    flex-basis: 21%;
  }
  .active\:md\:basis-21per:active {
    flex-basis: 21%;
  }
  .focus\:md\:basis-21per:focus {
    flex-basis: 21%;
  }
  .md\:basis-22per {
    flex-basis: 22%;
  }
  .hover\:md\:basis-22per:hover {
    flex-basis: 22%;
  }
  .active\:md\:basis-22per:active {
    flex-basis: 22%;
  }
  .focus\:md\:basis-22per:focus {
    flex-basis: 22%;
  }
  .md\:basis-23per {
    flex-basis: 23%;
  }
  .hover\:md\:basis-23per:hover {
    flex-basis: 23%;
  }
  .active\:md\:basis-23per:active {
    flex-basis: 23%;
  }
  .focus\:md\:basis-23per:focus {
    flex-basis: 23%;
  }
  .md\:basis-24per {
    flex-basis: 24%;
  }
  .hover\:md\:basis-24per:hover {
    flex-basis: 24%;
  }
  .active\:md\:basis-24per:active {
    flex-basis: 24%;
  }
  .focus\:md\:basis-24per:focus {
    flex-basis: 24%;
  }
  .md\:basis-25per {
    flex-basis: 25%;
  }
  .hover\:md\:basis-25per:hover {
    flex-basis: 25%;
  }
  .active\:md\:basis-25per:active {
    flex-basis: 25%;
  }
  .focus\:md\:basis-25per:focus {
    flex-basis: 25%;
  }
  .md\:basis-26per {
    flex-basis: 26%;
  }
  .hover\:md\:basis-26per:hover {
    flex-basis: 26%;
  }
  .active\:md\:basis-26per:active {
    flex-basis: 26%;
  }
  .focus\:md\:basis-26per:focus {
    flex-basis: 26%;
  }
  .md\:basis-27per {
    flex-basis: 27%;
  }
  .hover\:md\:basis-27per:hover {
    flex-basis: 27%;
  }
  .active\:md\:basis-27per:active {
    flex-basis: 27%;
  }
  .focus\:md\:basis-27per:focus {
    flex-basis: 27%;
  }
  .md\:basis-28per {
    flex-basis: 28%;
  }
  .hover\:md\:basis-28per:hover {
    flex-basis: 28%;
  }
  .active\:md\:basis-28per:active {
    flex-basis: 28%;
  }
  .focus\:md\:basis-28per:focus {
    flex-basis: 28%;
  }
  .md\:basis-29per {
    flex-basis: 29%;
  }
  .hover\:md\:basis-29per:hover {
    flex-basis: 29%;
  }
  .active\:md\:basis-29per:active {
    flex-basis: 29%;
  }
  .focus\:md\:basis-29per:focus {
    flex-basis: 29%;
  }
  .md\:basis-30per {
    flex-basis: 30%;
  }
  .hover\:md\:basis-30per:hover {
    flex-basis: 30%;
  }
  .active\:md\:basis-30per:active {
    flex-basis: 30%;
  }
  .focus\:md\:basis-30per:focus {
    flex-basis: 30%;
  }
  .md\:basis-31per {
    flex-basis: 31%;
  }
  .hover\:md\:basis-31per:hover {
    flex-basis: 31%;
  }
  .active\:md\:basis-31per:active {
    flex-basis: 31%;
  }
  .focus\:md\:basis-31per:focus {
    flex-basis: 31%;
  }
  .md\:basis-32per {
    flex-basis: 32%;
  }
  .hover\:md\:basis-32per:hover {
    flex-basis: 32%;
  }
  .active\:md\:basis-32per:active {
    flex-basis: 32%;
  }
  .focus\:md\:basis-32per:focus {
    flex-basis: 32%;
  }
  .md\:basis-33per {
    flex-basis: 33%;
  }
  .hover\:md\:basis-33per:hover {
    flex-basis: 33%;
  }
  .active\:md\:basis-33per:active {
    flex-basis: 33%;
  }
  .focus\:md\:basis-33per:focus {
    flex-basis: 33%;
  }
  .md\:basis-34per {
    flex-basis: 34%;
  }
  .hover\:md\:basis-34per:hover {
    flex-basis: 34%;
  }
  .active\:md\:basis-34per:active {
    flex-basis: 34%;
  }
  .focus\:md\:basis-34per:focus {
    flex-basis: 34%;
  }
  .md\:basis-35per {
    flex-basis: 35%;
  }
  .hover\:md\:basis-35per:hover {
    flex-basis: 35%;
  }
  .active\:md\:basis-35per:active {
    flex-basis: 35%;
  }
  .focus\:md\:basis-35per:focus {
    flex-basis: 35%;
  }
  .md\:basis-36per {
    flex-basis: 36%;
  }
  .hover\:md\:basis-36per:hover {
    flex-basis: 36%;
  }
  .active\:md\:basis-36per:active {
    flex-basis: 36%;
  }
  .focus\:md\:basis-36per:focus {
    flex-basis: 36%;
  }
  .md\:basis-37per {
    flex-basis: 37%;
  }
  .hover\:md\:basis-37per:hover {
    flex-basis: 37%;
  }
  .active\:md\:basis-37per:active {
    flex-basis: 37%;
  }
  .focus\:md\:basis-37per:focus {
    flex-basis: 37%;
  }
  .md\:basis-38per {
    flex-basis: 38%;
  }
  .hover\:md\:basis-38per:hover {
    flex-basis: 38%;
  }
  .active\:md\:basis-38per:active {
    flex-basis: 38%;
  }
  .focus\:md\:basis-38per:focus {
    flex-basis: 38%;
  }
  .md\:basis-39per {
    flex-basis: 39%;
  }
  .hover\:md\:basis-39per:hover {
    flex-basis: 39%;
  }
  .active\:md\:basis-39per:active {
    flex-basis: 39%;
  }
  .focus\:md\:basis-39per:focus {
    flex-basis: 39%;
  }
  .md\:basis-40per {
    flex-basis: 40%;
  }
  .hover\:md\:basis-40per:hover {
    flex-basis: 40%;
  }
  .active\:md\:basis-40per:active {
    flex-basis: 40%;
  }
  .focus\:md\:basis-40per:focus {
    flex-basis: 40%;
  }
  .md\:basis-41per {
    flex-basis: 41%;
  }
  .hover\:md\:basis-41per:hover {
    flex-basis: 41%;
  }
  .active\:md\:basis-41per:active {
    flex-basis: 41%;
  }
  .focus\:md\:basis-41per:focus {
    flex-basis: 41%;
  }
  .md\:basis-42per {
    flex-basis: 42%;
  }
  .hover\:md\:basis-42per:hover {
    flex-basis: 42%;
  }
  .active\:md\:basis-42per:active {
    flex-basis: 42%;
  }
  .focus\:md\:basis-42per:focus {
    flex-basis: 42%;
  }
  .md\:basis-43per {
    flex-basis: 43%;
  }
  .hover\:md\:basis-43per:hover {
    flex-basis: 43%;
  }
  .active\:md\:basis-43per:active {
    flex-basis: 43%;
  }
  .focus\:md\:basis-43per:focus {
    flex-basis: 43%;
  }
  .md\:basis-44per {
    flex-basis: 44%;
  }
  .hover\:md\:basis-44per:hover {
    flex-basis: 44%;
  }
  .active\:md\:basis-44per:active {
    flex-basis: 44%;
  }
  .focus\:md\:basis-44per:focus {
    flex-basis: 44%;
  }
  .md\:basis-45per {
    flex-basis: 45%;
  }
  .hover\:md\:basis-45per:hover {
    flex-basis: 45%;
  }
  .active\:md\:basis-45per:active {
    flex-basis: 45%;
  }
  .focus\:md\:basis-45per:focus {
    flex-basis: 45%;
  }
  .md\:basis-46per {
    flex-basis: 46%;
  }
  .hover\:md\:basis-46per:hover {
    flex-basis: 46%;
  }
  .active\:md\:basis-46per:active {
    flex-basis: 46%;
  }
  .focus\:md\:basis-46per:focus {
    flex-basis: 46%;
  }
  .md\:basis-47per {
    flex-basis: 47%;
  }
  .hover\:md\:basis-47per:hover {
    flex-basis: 47%;
  }
  .active\:md\:basis-47per:active {
    flex-basis: 47%;
  }
  .focus\:md\:basis-47per:focus {
    flex-basis: 47%;
  }
  .md\:basis-48per {
    flex-basis: 48%;
  }
  .hover\:md\:basis-48per:hover {
    flex-basis: 48%;
  }
  .active\:md\:basis-48per:active {
    flex-basis: 48%;
  }
  .focus\:md\:basis-48per:focus {
    flex-basis: 48%;
  }
  .md\:basis-49per {
    flex-basis: 49%;
  }
  .hover\:md\:basis-49per:hover {
    flex-basis: 49%;
  }
  .active\:md\:basis-49per:active {
    flex-basis: 49%;
  }
  .focus\:md\:basis-49per:focus {
    flex-basis: 49%;
  }
  .md\:basis-50per {
    flex-basis: 50%;
  }
  .hover\:md\:basis-50per:hover {
    flex-basis: 50%;
  }
  .active\:md\:basis-50per:active {
    flex-basis: 50%;
  }
  .focus\:md\:basis-50per:focus {
    flex-basis: 50%;
  }
  .md\:basis-51per {
    flex-basis: 51%;
  }
  .hover\:md\:basis-51per:hover {
    flex-basis: 51%;
  }
  .active\:md\:basis-51per:active {
    flex-basis: 51%;
  }
  .focus\:md\:basis-51per:focus {
    flex-basis: 51%;
  }
  .md\:basis-52per {
    flex-basis: 52%;
  }
  .hover\:md\:basis-52per:hover {
    flex-basis: 52%;
  }
  .active\:md\:basis-52per:active {
    flex-basis: 52%;
  }
  .focus\:md\:basis-52per:focus {
    flex-basis: 52%;
  }
  .md\:basis-53per {
    flex-basis: 53%;
  }
  .hover\:md\:basis-53per:hover {
    flex-basis: 53%;
  }
  .active\:md\:basis-53per:active {
    flex-basis: 53%;
  }
  .focus\:md\:basis-53per:focus {
    flex-basis: 53%;
  }
  .md\:basis-54per {
    flex-basis: 54%;
  }
  .hover\:md\:basis-54per:hover {
    flex-basis: 54%;
  }
  .active\:md\:basis-54per:active {
    flex-basis: 54%;
  }
  .focus\:md\:basis-54per:focus {
    flex-basis: 54%;
  }
  .md\:basis-55per {
    flex-basis: 55%;
  }
  .hover\:md\:basis-55per:hover {
    flex-basis: 55%;
  }
  .active\:md\:basis-55per:active {
    flex-basis: 55%;
  }
  .focus\:md\:basis-55per:focus {
    flex-basis: 55%;
  }
  .md\:basis-56per {
    flex-basis: 56%;
  }
  .hover\:md\:basis-56per:hover {
    flex-basis: 56%;
  }
  .active\:md\:basis-56per:active {
    flex-basis: 56%;
  }
  .focus\:md\:basis-56per:focus {
    flex-basis: 56%;
  }
  .md\:basis-57per {
    flex-basis: 57%;
  }
  .hover\:md\:basis-57per:hover {
    flex-basis: 57%;
  }
  .active\:md\:basis-57per:active {
    flex-basis: 57%;
  }
  .focus\:md\:basis-57per:focus {
    flex-basis: 57%;
  }
  .md\:basis-58per {
    flex-basis: 58%;
  }
  .hover\:md\:basis-58per:hover {
    flex-basis: 58%;
  }
  .active\:md\:basis-58per:active {
    flex-basis: 58%;
  }
  .focus\:md\:basis-58per:focus {
    flex-basis: 58%;
  }
  .md\:basis-59per {
    flex-basis: 59%;
  }
  .hover\:md\:basis-59per:hover {
    flex-basis: 59%;
  }
  .active\:md\:basis-59per:active {
    flex-basis: 59%;
  }
  .focus\:md\:basis-59per:focus {
    flex-basis: 59%;
  }
  .md\:basis-60per {
    flex-basis: 60%;
  }
  .hover\:md\:basis-60per:hover {
    flex-basis: 60%;
  }
  .active\:md\:basis-60per:active {
    flex-basis: 60%;
  }
  .focus\:md\:basis-60per:focus {
    flex-basis: 60%;
  }
  .md\:basis-61per {
    flex-basis: 61%;
  }
  .hover\:md\:basis-61per:hover {
    flex-basis: 61%;
  }
  .active\:md\:basis-61per:active {
    flex-basis: 61%;
  }
  .focus\:md\:basis-61per:focus {
    flex-basis: 61%;
  }
  .md\:basis-62per {
    flex-basis: 62%;
  }
  .hover\:md\:basis-62per:hover {
    flex-basis: 62%;
  }
  .active\:md\:basis-62per:active {
    flex-basis: 62%;
  }
  .focus\:md\:basis-62per:focus {
    flex-basis: 62%;
  }
  .md\:basis-63per {
    flex-basis: 63%;
  }
  .hover\:md\:basis-63per:hover {
    flex-basis: 63%;
  }
  .active\:md\:basis-63per:active {
    flex-basis: 63%;
  }
  .focus\:md\:basis-63per:focus {
    flex-basis: 63%;
  }
  .md\:basis-64per {
    flex-basis: 64%;
  }
  .hover\:md\:basis-64per:hover {
    flex-basis: 64%;
  }
  .active\:md\:basis-64per:active {
    flex-basis: 64%;
  }
  .focus\:md\:basis-64per:focus {
    flex-basis: 64%;
  }
  .md\:basis-65per {
    flex-basis: 65%;
  }
  .hover\:md\:basis-65per:hover {
    flex-basis: 65%;
  }
  .active\:md\:basis-65per:active {
    flex-basis: 65%;
  }
  .focus\:md\:basis-65per:focus {
    flex-basis: 65%;
  }
  .md\:basis-66per {
    flex-basis: 66%;
  }
  .hover\:md\:basis-66per:hover {
    flex-basis: 66%;
  }
  .active\:md\:basis-66per:active {
    flex-basis: 66%;
  }
  .focus\:md\:basis-66per:focus {
    flex-basis: 66%;
  }
  .md\:basis-67per {
    flex-basis: 67%;
  }
  .hover\:md\:basis-67per:hover {
    flex-basis: 67%;
  }
  .active\:md\:basis-67per:active {
    flex-basis: 67%;
  }
  .focus\:md\:basis-67per:focus {
    flex-basis: 67%;
  }
  .md\:basis-68per {
    flex-basis: 68%;
  }
  .hover\:md\:basis-68per:hover {
    flex-basis: 68%;
  }
  .active\:md\:basis-68per:active {
    flex-basis: 68%;
  }
  .focus\:md\:basis-68per:focus {
    flex-basis: 68%;
  }
  .md\:basis-69per {
    flex-basis: 69%;
  }
  .hover\:md\:basis-69per:hover {
    flex-basis: 69%;
  }
  .active\:md\:basis-69per:active {
    flex-basis: 69%;
  }
  .focus\:md\:basis-69per:focus {
    flex-basis: 69%;
  }
  .md\:basis-70per {
    flex-basis: 70%;
  }
  .hover\:md\:basis-70per:hover {
    flex-basis: 70%;
  }
  .active\:md\:basis-70per:active {
    flex-basis: 70%;
  }
  .focus\:md\:basis-70per:focus {
    flex-basis: 70%;
  }
  .md\:basis-71per {
    flex-basis: 71%;
  }
  .hover\:md\:basis-71per:hover {
    flex-basis: 71%;
  }
  .active\:md\:basis-71per:active {
    flex-basis: 71%;
  }
  .focus\:md\:basis-71per:focus {
    flex-basis: 71%;
  }
  .md\:basis-72per {
    flex-basis: 72%;
  }
  .hover\:md\:basis-72per:hover {
    flex-basis: 72%;
  }
  .active\:md\:basis-72per:active {
    flex-basis: 72%;
  }
  .focus\:md\:basis-72per:focus {
    flex-basis: 72%;
  }
  .md\:basis-73per {
    flex-basis: 73%;
  }
  .hover\:md\:basis-73per:hover {
    flex-basis: 73%;
  }
  .active\:md\:basis-73per:active {
    flex-basis: 73%;
  }
  .focus\:md\:basis-73per:focus {
    flex-basis: 73%;
  }
  .md\:basis-74per {
    flex-basis: 74%;
  }
  .hover\:md\:basis-74per:hover {
    flex-basis: 74%;
  }
  .active\:md\:basis-74per:active {
    flex-basis: 74%;
  }
  .focus\:md\:basis-74per:focus {
    flex-basis: 74%;
  }
  .md\:basis-75per {
    flex-basis: 75%;
  }
  .hover\:md\:basis-75per:hover {
    flex-basis: 75%;
  }
  .active\:md\:basis-75per:active {
    flex-basis: 75%;
  }
  .focus\:md\:basis-75per:focus {
    flex-basis: 75%;
  }
  .md\:basis-76per {
    flex-basis: 76%;
  }
  .hover\:md\:basis-76per:hover {
    flex-basis: 76%;
  }
  .active\:md\:basis-76per:active {
    flex-basis: 76%;
  }
  .focus\:md\:basis-76per:focus {
    flex-basis: 76%;
  }
  .md\:basis-77per {
    flex-basis: 77%;
  }
  .hover\:md\:basis-77per:hover {
    flex-basis: 77%;
  }
  .active\:md\:basis-77per:active {
    flex-basis: 77%;
  }
  .focus\:md\:basis-77per:focus {
    flex-basis: 77%;
  }
  .md\:basis-78per {
    flex-basis: 78%;
  }
  .hover\:md\:basis-78per:hover {
    flex-basis: 78%;
  }
  .active\:md\:basis-78per:active {
    flex-basis: 78%;
  }
  .focus\:md\:basis-78per:focus {
    flex-basis: 78%;
  }
  .md\:basis-79per {
    flex-basis: 79%;
  }
  .hover\:md\:basis-79per:hover {
    flex-basis: 79%;
  }
  .active\:md\:basis-79per:active {
    flex-basis: 79%;
  }
  .focus\:md\:basis-79per:focus {
    flex-basis: 79%;
  }
  .md\:basis-80per {
    flex-basis: 80%;
  }
  .hover\:md\:basis-80per:hover {
    flex-basis: 80%;
  }
  .active\:md\:basis-80per:active {
    flex-basis: 80%;
  }
  .focus\:md\:basis-80per:focus {
    flex-basis: 80%;
  }
  .md\:basis-81per {
    flex-basis: 81%;
  }
  .hover\:md\:basis-81per:hover {
    flex-basis: 81%;
  }
  .active\:md\:basis-81per:active {
    flex-basis: 81%;
  }
  .focus\:md\:basis-81per:focus {
    flex-basis: 81%;
  }
  .md\:basis-82per {
    flex-basis: 82%;
  }
  .hover\:md\:basis-82per:hover {
    flex-basis: 82%;
  }
  .active\:md\:basis-82per:active {
    flex-basis: 82%;
  }
  .focus\:md\:basis-82per:focus {
    flex-basis: 82%;
  }
  .md\:basis-83per {
    flex-basis: 83%;
  }
  .hover\:md\:basis-83per:hover {
    flex-basis: 83%;
  }
  .active\:md\:basis-83per:active {
    flex-basis: 83%;
  }
  .focus\:md\:basis-83per:focus {
    flex-basis: 83%;
  }
  .md\:basis-84per {
    flex-basis: 84%;
  }
  .hover\:md\:basis-84per:hover {
    flex-basis: 84%;
  }
  .active\:md\:basis-84per:active {
    flex-basis: 84%;
  }
  .focus\:md\:basis-84per:focus {
    flex-basis: 84%;
  }
  .md\:basis-85per {
    flex-basis: 85%;
  }
  .hover\:md\:basis-85per:hover {
    flex-basis: 85%;
  }
  .active\:md\:basis-85per:active {
    flex-basis: 85%;
  }
  .focus\:md\:basis-85per:focus {
    flex-basis: 85%;
  }
  .md\:basis-86per {
    flex-basis: 86%;
  }
  .hover\:md\:basis-86per:hover {
    flex-basis: 86%;
  }
  .active\:md\:basis-86per:active {
    flex-basis: 86%;
  }
  .focus\:md\:basis-86per:focus {
    flex-basis: 86%;
  }
  .md\:basis-87per {
    flex-basis: 87%;
  }
  .hover\:md\:basis-87per:hover {
    flex-basis: 87%;
  }
  .active\:md\:basis-87per:active {
    flex-basis: 87%;
  }
  .focus\:md\:basis-87per:focus {
    flex-basis: 87%;
  }
  .md\:basis-88per {
    flex-basis: 88%;
  }
  .hover\:md\:basis-88per:hover {
    flex-basis: 88%;
  }
  .active\:md\:basis-88per:active {
    flex-basis: 88%;
  }
  .focus\:md\:basis-88per:focus {
    flex-basis: 88%;
  }
  .md\:basis-89per {
    flex-basis: 89%;
  }
  .hover\:md\:basis-89per:hover {
    flex-basis: 89%;
  }
  .active\:md\:basis-89per:active {
    flex-basis: 89%;
  }
  .focus\:md\:basis-89per:focus {
    flex-basis: 89%;
  }
  .md\:basis-90per {
    flex-basis: 90%;
  }
  .hover\:md\:basis-90per:hover {
    flex-basis: 90%;
  }
  .active\:md\:basis-90per:active {
    flex-basis: 90%;
  }
  .focus\:md\:basis-90per:focus {
    flex-basis: 90%;
  }
  .md\:basis-91per {
    flex-basis: 91%;
  }
  .hover\:md\:basis-91per:hover {
    flex-basis: 91%;
  }
  .active\:md\:basis-91per:active {
    flex-basis: 91%;
  }
  .focus\:md\:basis-91per:focus {
    flex-basis: 91%;
  }
  .md\:basis-92per {
    flex-basis: 92%;
  }
  .hover\:md\:basis-92per:hover {
    flex-basis: 92%;
  }
  .active\:md\:basis-92per:active {
    flex-basis: 92%;
  }
  .focus\:md\:basis-92per:focus {
    flex-basis: 92%;
  }
  .md\:basis-93per {
    flex-basis: 93%;
  }
  .hover\:md\:basis-93per:hover {
    flex-basis: 93%;
  }
  .active\:md\:basis-93per:active {
    flex-basis: 93%;
  }
  .focus\:md\:basis-93per:focus {
    flex-basis: 93%;
  }
  .md\:basis-94per {
    flex-basis: 94%;
  }
  .hover\:md\:basis-94per:hover {
    flex-basis: 94%;
  }
  .active\:md\:basis-94per:active {
    flex-basis: 94%;
  }
  .focus\:md\:basis-94per:focus {
    flex-basis: 94%;
  }
  .md\:basis-95per {
    flex-basis: 95%;
  }
  .hover\:md\:basis-95per:hover {
    flex-basis: 95%;
  }
  .active\:md\:basis-95per:active {
    flex-basis: 95%;
  }
  .focus\:md\:basis-95per:focus {
    flex-basis: 95%;
  }
  .md\:basis-96per {
    flex-basis: 96%;
  }
  .hover\:md\:basis-96per:hover {
    flex-basis: 96%;
  }
  .active\:md\:basis-96per:active {
    flex-basis: 96%;
  }
  .focus\:md\:basis-96per:focus {
    flex-basis: 96%;
  }
  .md\:basis-97per {
    flex-basis: 97%;
  }
  .hover\:md\:basis-97per:hover {
    flex-basis: 97%;
  }
  .active\:md\:basis-97per:active {
    flex-basis: 97%;
  }
  .focus\:md\:basis-97per:focus {
    flex-basis: 97%;
  }
  .md\:basis-98per {
    flex-basis: 98%;
  }
  .hover\:md\:basis-98per:hover {
    flex-basis: 98%;
  }
  .active\:md\:basis-98per:active {
    flex-basis: 98%;
  }
  .focus\:md\:basis-98per:focus {
    flex-basis: 98%;
  }
  .md\:basis-99per {
    flex-basis: 99%;
  }
  .hover\:md\:basis-99per:hover {
    flex-basis: 99%;
  }
  .active\:md\:basis-99per:active {
    flex-basis: 99%;
  }
  .focus\:md\:basis-99per:focus {
    flex-basis: 99%;
  }
  .md\:basis-100per {
    flex-basis: 100%;
  }
  .hover\:md\:basis-100per:hover {
    flex-basis: 100%;
  }
  .active\:md\:basis-100per:active {
    flex-basis: 100%;
  }
  .focus\:md\:basis-100per:focus {
    flex-basis: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .lg\:display-none {
    display: none;
  }
  .active\:lg\:display-none:active {
    display: none;
  }
  .hover\:lg\:display-none:hover {
    display: none;
  }
  .focus\:lg\:display-none:focus {
    display: none;
  }
  .lg\:block {
    display: block;
  }
  .active\:lg\:block:active {
    display: block;
  }
  .hover\:lg\:block:hover {
    display: block;
  }
  .focus\:lg\:block:focus {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .active\:lg\:inline-block:active {
    display: inline-block;
  }
  .hover\:lg\:inline-block:hover {
    display: inline-block;
  }
  .focus\:lg\:inline-block:focus {
    display: inline-block;
  }
  .lg\:inline {
    display: inline;
  }
  .active\:lg\:inline:active {
    display: inline;
  }
  .hover\:lg\:inline:hover {
    display: inline;
  }
  .focus\:lg\:inline:focus {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .active\:lg\:flex:active {
    display: flex;
  }
  .hover\:lg\:flex:hover {
    display: flex;
  }
  .focus\:lg\:flex:focus {
    display: flex;
  }
  .lg\:inline-flex {
    display: inline-flex;
  }
  .active\:lg\:inline-flex:active {
    display: inline-flex;
  }
  .hover\:lg\:inline-flex:hover {
    display: inline-flex;
  }
  .focus\:lg\:inline-flex:focus {
    display: inline-flex;
  }
  .lg\:table {
    display: table;
  }
  .active\:lg\:table:active {
    display: table;
  }
  .hover\:lg\:table:hover {
    display: table;
  }
  .focus\:lg\:table:focus {
    display: table;
  }
  .lg\:inline-table {
    display: inline-table;
  }
  .active\:lg\:inline-table:active {
    display: inline-table;
  }
  .hover\:lg\:inline-table:hover {
    display: inline-table;
  }
  .focus\:lg\:inline-table:focus {
    display: inline-table;
  }
  .lg\:table-caption {
    display: table-caption;
  }
  .active\:lg\:table-caption:active {
    display: table-caption;
  }
  .hover\:lg\:table-caption:hover {
    display: table-caption;
  }
  .focus\:lg\:table-caption:focus {
    display: table-caption;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .active\:lg\:table-cell:active {
    display: table-cell;
  }
  .hover\:lg\:table-cell:hover {
    display: table-cell;
  }
  .focus\:lg\:table-cell:focus {
    display: table-cell;
  }
  .lg\:table-column {
    display: table-column;
  }
  .active\:lg\:table-column:active {
    display: table-column;
  }
  .hover\:lg\:table-column:hover {
    display: table-column;
  }
  .focus\:lg\:table-column:focus {
    display: table-column;
  }
  .lg\:table-column-group {
    display: table-column-group;
  }
  .active\:lg\:table-column-group:active {
    display: table-column-group;
  }
  .hover\:lg\:table-column-group:hover {
    display: table-column-group;
  }
  .focus\:lg\:table-column-group:focus {
    display: table-column-group;
  }
  .lg\:table-footer-group {
    display: table-footer-group;
  }
  .active\:lg\:table-footer-group:active {
    display: table-footer-group;
  }
  .hover\:lg\:table-footer-group:hover {
    display: table-footer-group;
  }
  .focus\:lg\:table-footer-group:focus {
    display: table-footer-group;
  }
  .lg\:table-header-group {
    display: table-header-group;
  }
  .active\:lg\:table-header-group:active {
    display: table-header-group;
  }
  .hover\:lg\:table-header-group:hover {
    display: table-header-group;
  }
  .focus\:lg\:table-header-group:focus {
    display: table-header-group;
  }
  .lg\:table-row-group {
    display: table-row-group;
  }
  .active\:lg\:table-row-group:active {
    display: table-row-group;
  }
  .hover\:lg\:table-row-group:hover {
    display: table-row-group;
  }
  .focus\:lg\:table-row-group:focus {
    display: table-row-group;
  }
  .lg\:table-row {
    display: table-row;
  }
  .active\:lg\:table-row:active {
    display: table-row;
  }
  .hover\:lg\:table-row:hover {
    display: table-row;
  }
  .focus\:lg\:table-row:focus {
    display: table-row;
  }
  .lg\:flow-root {
    display: flow-root;
  }
  .active\:lg\:flow-root:active {
    display: flow-root;
  }
  .hover\:lg\:flow-root:hover {
    display: flow-root;
  }
  .focus\:lg\:flow-root:focus {
    display: flow-root;
  }
  .lg\:grid {
    display: grid;
  }
  .active\:lg\:grid:active {
    display: grid;
  }
  .hover\:lg\:grid:hover {
    display: grid;
  }
  .focus\:lg\:grid:focus {
    display: grid;
  }
  .lg\:inline-grid {
    display: inline-grid;
  }
  .active\:lg\:inline-grid:active {
    display: inline-grid;
  }
  .hover\:lg\:inline-grid:hover {
    display: inline-grid;
  }
  .focus\:lg\:inline-grid:focus {
    display: inline-grid;
  }
  .lg\:contents {
    display: contents;
  }
  .active\:lg\:contents:active {
    display: contents;
  }
  .hover\:lg\:contents:hover {
    display: contents;
  }
  .focus\:lg\:contents:focus {
    display: contents;
  }
  .lg\:list-item {
    display: list-item;
  }
  .active\:lg\:list-item:active {
    display: list-item;
  }
  .hover\:lg\:list-item:hover {
    display: list-item;
  }
  .focus\:lg\:list-item:focus {
    display: list-item;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .active\:lg\:flex-row:active {
    flex-direction: row;
  }
  .hover\:lg\:flex-row:hover {
    flex-direction: row;
  }
  .focus\:lg\:flex-row:focus {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .active\:lg\:flex-row-reverse:active {
    flex-direction: row-reverse;
  }
  .hover\:lg\:flex-row-reverse:hover {
    flex-direction: row-reverse;
  }
  .focus\:lg\:flex-row-reverse:focus {
    flex-direction: row-reverse;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .active\:lg\:flex-col:active {
    flex-direction: column;
  }
  .hover\:lg\:flex-col:hover {
    flex-direction: column;
  }
  .focus\:lg\:flex-col:focus {
    flex-direction: column;
  }
  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .active\:lg\:flex-col-reverse:active {
    flex-direction: column-reverse;
  }
  .hover\:lg\:flex-col-reverse:hover {
    flex-direction: column-reverse;
  }
  .focus\:lg\:flex-col-reverse:focus {
    flex-direction: column-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .active\:lg\:flex-wrap:active {
    flex-wrap: wrap;
  }
  .hover\:lg\:flex-wrap:hover {
    flex-wrap: wrap;
  }
  .focus\:lg\:flex-wrap:focus {
    flex-wrap: wrap;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
  .active\:lg\:flex-wrap-reverse:active {
    flex-wrap: wrap-reverse;
  }
  .hover\:lg\:flex-wrap-reverse:hover {
    flex-wrap: wrap-reverse;
  }
  .focus\:lg\:flex-wrap-reverse:focus {
    flex-wrap: wrap-reverse;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .active\:lg\:flex-nowrap:active {
    flex-wrap: nowrap;
  }
  .hover\:lg\:flex-nowrap:hover {
    flex-wrap: nowrap;
  }
  .focus\:lg\:flex-nowrap:focus {
    flex-wrap: nowrap;
  }
  .lg\:flex-none {
    flex: none;
  }
  .active\:lg\:flex-none:active {
    flex: none;
  }
  .hover\:lg\:flex-none:hover {
    flex: none;
  }
  .focus\:lg\:flex-none:focus {
    flex: none;
  }
  .lg\:flex-1 {
    flex: 1;
  }
  .active\:lg\:flex-1:active {
    flex: 1;
  }
  .hover\:lg\:flex-1:hover {
    flex: 1;
  }
  .focus\:lg\:flex-1:focus {
    flex: 1;
  }
  .lg\:flex-2 {
    flex: 2;
  }
  .active\:lg\:flex-2:active {
    flex: 2;
  }
  .hover\:lg\:flex-2:hover {
    flex: 2;
  }
  .focus\:lg\:flex-2:focus {
    flex: 2;
  }
  .lg\:flex-initial {
    flex: initial;
  }
  .active\:lg\:flex-initial:active {
    flex: initial;
  }
  .hover\:lg\:flex-initial:hover {
    flex: initial;
  }
  .focus\:lg\:flex-initial:focus {
    flex: initial;
  }
  .lg\:flex-auto {
    flex: auto;
  }
  .active\:lg\:flex-auto:active {
    flex: auto;
  }
  .hover\:lg\:flex-auto:hover {
    flex: auto;
  }
  .focus\:lg\:flex-auto:focus {
    flex: auto;
  }
  .lg\:grow {
    flex-grow: 1;
  }
  .active\:lg\:grow:active {
    flex-grow: 1;
  }
  .hover\:lg\:grow:hover {
    flex-grow: 1;
  }
  .focus\:lg\:grow:focus {
    flex-grow: 1;
  }
  .lg\:grow-none {
    flex-grow: 0;
  }
  .active\:lg\:grow-none:active {
    flex-grow: 0;
  }
  .hover\:lg\:grow-none:hover {
    flex-grow: 0;
  }
  .focus\:lg\:grow-none:focus {
    flex-grow: 0;
  }
  .lg\:shrink {
    flex-shrink: 1;
  }
  .active\:lg\:shrink:active {
    flex-shrink: 1;
  }
  .hover\:lg\:shrink:hover {
    flex-shrink: 1;
  }
  .focus\:lg\:shrink:focus {
    flex-shrink: 1;
  }
  .lg\:shrink-none {
    flex-shrink: 0;
  }
  .active\:lg\:shrink-none:active {
    flex-shrink: 0;
  }
  .hover\:lg\:shrink-none:hover {
    flex-shrink: 0;
  }
  .focus\:lg\:shrink-none:focus {
    flex-shrink: 0;
  }
  .lg\:order-1 {
    order: 1;
  }
  .active\:lg\:order-1:active {
    order: 1;
  }
  .hover\:lg\:order-1:hover {
    order: 1;
  }
  .focus\:lg\:order-1:focus {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .active\:lg\:order-2:active {
    order: 2;
  }
  .hover\:lg\:order-2:hover {
    order: 2;
  }
  .focus\:lg\:order-2:focus {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .active\:lg\:order-3:active {
    order: 3;
  }
  .hover\:lg\:order-3:hover {
    order: 3;
  }
  .focus\:lg\:order-3:focus {
    order: 3;
  }
  .lg\:order-4 {
    order: 4;
  }
  .active\:lg\:order-4:active {
    order: 4;
  }
  .hover\:lg\:order-4:hover {
    order: 4;
  }
  .focus\:lg\:order-4:focus {
    order: 4;
  }
  .lg\:order-5 {
    order: 5;
  }
  .active\:lg\:order-5:active {
    order: 5;
  }
  .hover\:lg\:order-5:hover {
    order: 5;
  }
  .focus\:lg\:order-5:focus {
    order: 5;
  }
  .lg\:order-6 {
    order: 6;
  }
  .active\:lg\:order-6:active {
    order: 6;
  }
  .hover\:lg\:order-6:hover {
    order: 6;
  }
  .focus\:lg\:order-6:focus {
    order: 6;
  }
  .lg\:order-7 {
    order: 7;
  }
  .active\:lg\:order-7:active {
    order: 7;
  }
  .hover\:lg\:order-7:hover {
    order: 7;
  }
  .focus\:lg\:order-7:focus {
    order: 7;
  }
  .lg\:order-8 {
    order: 8;
  }
  .active\:lg\:order-8:active {
    order: 8;
  }
  .hover\:lg\:order-8:hover {
    order: 8;
  }
  .focus\:lg\:order-8:focus {
    order: 8;
  }
  .lg\:order-9 {
    order: 9;
  }
  .active\:lg\:order-9:active {
    order: 9;
  }
  .hover\:lg\:order-9:hover {
    order: 9;
  }
  .focus\:lg\:order-9:focus {
    order: 9;
  }
  .lg\:order-10 {
    order: 10;
  }
  .active\:lg\:order-10:active {
    order: 10;
  }
  .hover\:lg\:order-10:hover {
    order: 10;
  }
  .focus\:lg\:order-10:focus {
    order: 10;
  }
  .lg\:order-11 {
    order: 11;
  }
  .active\:lg\:order-11:active {
    order: 11;
  }
  .hover\:lg\:order-11:hover {
    order: 11;
  }
  .focus\:lg\:order-11:focus {
    order: 11;
  }
  .lg\:order-12 {
    order: 12;
  }
  .active\:lg\:order-12:active {
    order: 12;
  }
  .hover\:lg\:order-12:hover {
    order: 12;
  }
  .focus\:lg\:order-12:focus {
    order: 12;
  }
  .lg\:order-first {
    order: -9999;
  }
  .active\:lg\:order-first:active {
    order: -9999;
  }
  .hover\:lg\:order-first:hover {
    order: -9999;
  }
  .focus\:lg\:order-first:focus {
    order: -9999;
  }
  .lg\:order-last {
    order: 9999;
  }
  .active\:lg\:order-last:active {
    order: 9999;
  }
  .hover\:lg\:order-last:hover {
    order: 9999;
  }
  .focus\:lg\:order-last:focus {
    order: 9999;
  }
  .lg\:order-none {
    order: 0;
  }
  .active\:lg\:order-none:active {
    order: 0;
  }
  .hover\:lg\:order-none:hover {
    order: 0;
  }
  .focus\:lg\:order-none:focus {
    order: 0;
  }
  .lg\:grid-col-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-1:active {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-1:hover {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-1:focus {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-2:active {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-2:hover {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-2:focus {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-col-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-3:active {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-3:hover {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-3:focus {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-4:active {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-4:hover {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-4:focus {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-col-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-5:active {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-5:hover {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-5:focus {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-col-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-6:active {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-6:hover {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-6:focus {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-col-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-7:active {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-7:hover {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-7:focus {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-col-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-8:active {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-8:hover {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-8:focus {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-col-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-9:active {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-9:hover {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-9:focus {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-col-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-10:active {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-10:hover {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-10:focus {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-col-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-11:active {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-11:hover {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-11:focus {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-col-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .active\:lg\:grid-col-12:active {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .hover\:lg\:grid-col-12:hover {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .focus\:lg\:grid-col-12:focus {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-col-none {
    grid-template-columns: none;
  }
  .active\:lg\:grid-col-none:active {
    grid-template-columns: none;
  }
  .hover\:lg\:grid-col-none:hover {
    grid-template-columns: none;
  }
  .focus\:lg\:grid-col-none:focus {
    grid-template-columns: none;
  }
  .lg\:col-auto {
    grid-column: auto;
  }
  .active\:lg\:col-auto:active {
    grid-column: auto;
  }
  .hover\:lg\:col-auto:hover {
    grid-column: auto;
  }
  .focus\:lg\:col-auto:focus {
    grid-column: auto;
  }
  .lg\:col-span-1 {
    grid-column: span 1;
  }
  .active\:lg\:col-span-1:active {
    grid-column: span 1;
  }
  .hover\:lg\:col-span-1:hover {
    grid-column: span 1;
  }
  .focus\:lg\:col-span-1:focus {
    grid-column: span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2;
  }
  .active\:lg\:col-span-2:active {
    grid-column: span 2;
  }
  .hover\:lg\:col-span-2:hover {
    grid-column: span 2;
  }
  .focus\:lg\:col-span-2:focus {
    grid-column: span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3;
  }
  .active\:lg\:col-span-3:active {
    grid-column: span 3;
  }
  .hover\:lg\:col-span-3:hover {
    grid-column: span 3;
  }
  .focus\:lg\:col-span-3:focus {
    grid-column: span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4;
  }
  .active\:lg\:col-span-4:active {
    grid-column: span 4;
  }
  .hover\:lg\:col-span-4:hover {
    grid-column: span 4;
  }
  .focus\:lg\:col-span-4:focus {
    grid-column: span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5;
  }
  .active\:lg\:col-span-5:active {
    grid-column: span 5;
  }
  .hover\:lg\:col-span-5:hover {
    grid-column: span 5;
  }
  .focus\:lg\:col-span-5:focus {
    grid-column: span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6;
  }
  .active\:lg\:col-span-6:active {
    grid-column: span 6;
  }
  .hover\:lg\:col-span-6:hover {
    grid-column: span 6;
  }
  .focus\:lg\:col-span-6:focus {
    grid-column: span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7;
  }
  .active\:lg\:col-span-7:active {
    grid-column: span 7;
  }
  .hover\:lg\:col-span-7:hover {
    grid-column: span 7;
  }
  .focus\:lg\:col-span-7:focus {
    grid-column: span 7;
  }
  .lg\:col-span-8 {
    grid-column: span 8;
  }
  .active\:lg\:col-span-8:active {
    grid-column: span 8;
  }
  .hover\:lg\:col-span-8:hover {
    grid-column: span 8;
  }
  .focus\:lg\:col-span-8:focus {
    grid-column: span 8;
  }
  .lg\:col-span-9 {
    grid-column: span 9;
  }
  .active\:lg\:col-span-9:active {
    grid-column: span 9;
  }
  .hover\:lg\:col-span-9:hover {
    grid-column: span 9;
  }
  .focus\:lg\:col-span-9:focus {
    grid-column: span 9;
  }
  .lg\:col-span-10 {
    grid-column: span 10;
  }
  .active\:lg\:col-span-10:active {
    grid-column: span 10;
  }
  .hover\:lg\:col-span-10:hover {
    grid-column: span 10;
  }
  .focus\:lg\:col-span-10:focus {
    grid-column: span 10;
  }
  .lg\:col-span-11 {
    grid-column: span 11;
  }
  .active\:lg\:col-span-11:active {
    grid-column: span 11;
  }
  .hover\:lg\:col-span-11:hover {
    grid-column: span 11;
  }
  .focus\:lg\:col-span-11:focus {
    grid-column: span 11;
  }
  .lg\:col-span-12 {
    grid-column: span 12;
  }
  .active\:lg\:col-span-12:active {
    grid-column: span 12;
  }
  .hover\:lg\:col-span-12:hover {
    grid-column: span 12;
  }
  .focus\:lg\:col-span-12:focus {
    grid-column: span 12;
  }
  .lg\:col-span-full {
    grid-column: -1;
  }
  .active\:lg\:col-span-full:active {
    grid-column: -1;
  }
  .hover\:lg\:col-span-full:hover {
    grid-column: -1;
  }
  .focus\:lg\:col-span-full:focus {
    grid-column: -1;
  }
  .lg\:col-start-1 {
    grid-column-start: 1;
  }
  .active\:lg\:col-start-1:active {
    grid-column-start: 1;
  }
  .hover\:lg\:col-start-1:hover {
    grid-column-start: 1;
  }
  .focus\:lg\:col-start-1:focus {
    grid-column-start: 1;
  }
  .lg\:col-start-2 {
    grid-column-start: 2;
  }
  .active\:lg\:col-start-2:active {
    grid-column-start: 2;
  }
  .hover\:lg\:col-start-2:hover {
    grid-column-start: 2;
  }
  .focus\:lg\:col-start-2:focus {
    grid-column-start: 2;
  }
  .lg\:col-start-3 {
    grid-column-start: 3;
  }
  .active\:lg\:col-start-3:active {
    grid-column-start: 3;
  }
  .hover\:lg\:col-start-3:hover {
    grid-column-start: 3;
  }
  .focus\:lg\:col-start-3:focus {
    grid-column-start: 3;
  }
  .lg\:col-start-4 {
    grid-column-start: 4;
  }
  .active\:lg\:col-start-4:active {
    grid-column-start: 4;
  }
  .hover\:lg\:col-start-4:hover {
    grid-column-start: 4;
  }
  .focus\:lg\:col-start-4:focus {
    grid-column-start: 4;
  }
  .lg\:col-start-5 {
    grid-column-start: 5;
  }
  .active\:lg\:col-start-5:active {
    grid-column-start: 5;
  }
  .hover\:lg\:col-start-5:hover {
    grid-column-start: 5;
  }
  .focus\:lg\:col-start-5:focus {
    grid-column-start: 5;
  }
  .lg\:col-start-6 {
    grid-column-start: 6;
  }
  .active\:lg\:col-start-6:active {
    grid-column-start: 6;
  }
  .hover\:lg\:col-start-6:hover {
    grid-column-start: 6;
  }
  .focus\:lg\:col-start-6:focus {
    grid-column-start: 6;
  }
  .lg\:col-start-7 {
    grid-column-start: 7;
  }
  .active\:lg\:col-start-7:active {
    grid-column-start: 7;
  }
  .hover\:lg\:col-start-7:hover {
    grid-column-start: 7;
  }
  .focus\:lg\:col-start-7:focus {
    grid-column-start: 7;
  }
  .lg\:col-start-8 {
    grid-column-start: 8;
  }
  .active\:lg\:col-start-8:active {
    grid-column-start: 8;
  }
  .hover\:lg\:col-start-8:hover {
    grid-column-start: 8;
  }
  .focus\:lg\:col-start-8:focus {
    grid-column-start: 8;
  }
  .lg\:col-start-9 {
    grid-column-start: 9;
  }
  .active\:lg\:col-start-9:active {
    grid-column-start: 9;
  }
  .hover\:lg\:col-start-9:hover {
    grid-column-start: 9;
  }
  .focus\:lg\:col-start-9:focus {
    grid-column-start: 9;
  }
  .lg\:col-start-10 {
    grid-column-start: 10;
  }
  .active\:lg\:col-start-10:active {
    grid-column-start: 10;
  }
  .hover\:lg\:col-start-10:hover {
    grid-column-start: 10;
  }
  .focus\:lg\:col-start-10:focus {
    grid-column-start: 10;
  }
  .lg\:col-start-11 {
    grid-column-start: 11;
  }
  .active\:lg\:col-start-11:active {
    grid-column-start: 11;
  }
  .hover\:lg\:col-start-11:hover {
    grid-column-start: 11;
  }
  .focus\:lg\:col-start-11:focus {
    grid-column-start: 11;
  }
  .lg\:col-start-12 {
    grid-column-start: 12;
  }
  .active\:lg\:col-start-12:active {
    grid-column-start: 12;
  }
  .hover\:lg\:col-start-12:hover {
    grid-column-start: 12;
  }
  .focus\:lg\:col-start-12:focus {
    grid-column-start: 12;
  }
  .lg\:col-start-13 {
    grid-column-start: 13;
  }
  .active\:lg\:col-start-13:active {
    grid-column-start: 13;
  }
  .hover\:lg\:col-start-13:hover {
    grid-column-start: 13;
  }
  .focus\:lg\:col-start-13:focus {
    grid-column-start: 13;
  }
  .lg\:col-start-auto {
    grid-column-start: auto;
  }
  .active\:lg\:col-start-auto:active {
    grid-column-start: auto;
  }
  .hover\:lg\:col-start-auto:hover {
    grid-column-start: auto;
  }
  .focus\:lg\:col-start-auto:focus {
    grid-column-start: auto;
  }
  .lg\:col-end-1 {
    grid-column-end: 1;
  }
  .active\:lg\:col-end-1:active {
    grid-column-end: 1;
  }
  .hover\:lg\:col-end-1:hover {
    grid-column-end: 1;
  }
  .focus\:lg\:col-end-1:focus {
    grid-column-end: 1;
  }
  .lg\:col-end-2 {
    grid-column-end: 2;
  }
  .active\:lg\:col-end-2:active {
    grid-column-end: 2;
  }
  .hover\:lg\:col-end-2:hover {
    grid-column-end: 2;
  }
  .focus\:lg\:col-end-2:focus {
    grid-column-end: 2;
  }
  .lg\:col-end-3 {
    grid-column-end: 3;
  }
  .active\:lg\:col-end-3:active {
    grid-column-end: 3;
  }
  .hover\:lg\:col-end-3:hover {
    grid-column-end: 3;
  }
  .focus\:lg\:col-end-3:focus {
    grid-column-end: 3;
  }
  .lg\:col-end-4 {
    grid-column-end: 4;
  }
  .active\:lg\:col-end-4:active {
    grid-column-end: 4;
  }
  .hover\:lg\:col-end-4:hover {
    grid-column-end: 4;
  }
  .focus\:lg\:col-end-4:focus {
    grid-column-end: 4;
  }
  .lg\:col-end-5 {
    grid-column-end: 5;
  }
  .active\:lg\:col-end-5:active {
    grid-column-end: 5;
  }
  .hover\:lg\:col-end-5:hover {
    grid-column-end: 5;
  }
  .focus\:lg\:col-end-5:focus {
    grid-column-end: 5;
  }
  .lg\:col-end-6 {
    grid-column-end: 6;
  }
  .active\:lg\:col-end-6:active {
    grid-column-end: 6;
  }
  .hover\:lg\:col-end-6:hover {
    grid-column-end: 6;
  }
  .focus\:lg\:col-end-6:focus {
    grid-column-end: 6;
  }
  .lg\:col-end-7 {
    grid-column-end: 7;
  }
  .active\:lg\:col-end-7:active {
    grid-column-end: 7;
  }
  .hover\:lg\:col-end-7:hover {
    grid-column-end: 7;
  }
  .focus\:lg\:col-end-7:focus {
    grid-column-end: 7;
  }
  .lg\:col-end-8 {
    grid-column-end: 8;
  }
  .active\:lg\:col-end-8:active {
    grid-column-end: 8;
  }
  .hover\:lg\:col-end-8:hover {
    grid-column-end: 8;
  }
  .focus\:lg\:col-end-8:focus {
    grid-column-end: 8;
  }
  .lg\:col-end-9 {
    grid-column-end: 9;
  }
  .active\:lg\:col-end-9:active {
    grid-column-end: 9;
  }
  .hover\:lg\:col-end-9:hover {
    grid-column-end: 9;
  }
  .focus\:lg\:col-end-9:focus {
    grid-column-end: 9;
  }
  .lg\:col-end-10 {
    grid-column-end: 10;
  }
  .active\:lg\:col-end-10:active {
    grid-column-end: 10;
  }
  .hover\:lg\:col-end-10:hover {
    grid-column-end: 10;
  }
  .focus\:lg\:col-end-10:focus {
    grid-column-end: 10;
  }
  .lg\:col-end-11 {
    grid-column-end: 11;
  }
  .active\:lg\:col-end-11:active {
    grid-column-end: 11;
  }
  .hover\:lg\:col-end-11:hover {
    grid-column-end: 11;
  }
  .focus\:lg\:col-end-11:focus {
    grid-column-end: 11;
  }
  .lg\:col-end-12 {
    grid-column-end: 12;
  }
  .active\:lg\:col-end-12:active {
    grid-column-end: 12;
  }
  .hover\:lg\:col-end-12:hover {
    grid-column-end: 12;
  }
  .focus\:lg\:col-end-12:focus {
    grid-column-end: 12;
  }
  .lg\:col-end-13 {
    grid-column-end: 13;
  }
  .active\:lg\:col-end-13:active {
    grid-column-end: 13;
  }
  .hover\:lg\:col-end-13:hover {
    grid-column-end: 13;
  }
  .focus\:lg\:col-end-13:focus {
    grid-column-end: 13;
  }
  .lg\:col-end-auto {
    grid-column-end: auto;
  }
  .active\:lg\:col-end-auto:active {
    grid-column-end: auto;
  }
  .hover\:lg\:col-end-auto:hover {
    grid-column-end: auto;
  }
  .focus\:lg\:col-end-auto:focus {
    grid-column-end: auto;
  }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-1:active {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-1:hover {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-1:focus {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-2:active {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-2:hover {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-2:focus {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-3:active {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-3:hover {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-3:focus {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-4:active {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-4:hover {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-4:focus {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-5:active {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-5:hover {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-5:focus {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-6:active {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-6:hover {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-6:focus {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-7:active {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-7:hover {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-7:focus {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-8:active {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-8:hover {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-8:focus {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-9:active {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-9:hover {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-9:focus {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }
  .lg\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-10:active {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-10:hover {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-10:focus {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .lg\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-11:active {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-11:hover {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-11:focus {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }
  .lg\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .active\:lg\:grid-rows-12:active {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .hover\:lg\:grid-rows-12:hover {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .focus\:lg\:grid-rows-12:focus {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-rows-none {
    grid-template-rows: none;
  }
  .active\:lg\:grid-rows-none:active {
    grid-template-rows: none;
  }
  .hover\:lg\:grid-rows-none:hover {
    grid-template-rows: none;
  }
  .focus\:lg\:grid-rows-none:focus {
    grid-template-rows: none;
  }
  .lg\:row-auto {
    grid-row: auto;
  }
  .active\:lg\:row-auto:active {
    grid-row: auto;
  }
  .hover\:lg\:row-auto:hover {
    grid-row: auto;
  }
  .focus\:lg\:row-auto:focus {
    grid-row: auto;
  }
  .lg\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .active\:lg\:row-span-1:active {
    grid-row: span 1/span 1;
  }
  .hover\:lg\:row-span-1:hover {
    grid-row: span 1/span 1;
  }
  .focus\:lg\:row-span-1:focus {
    grid-row: span 1/span 1;
  }
  .lg\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .active\:lg\:row-span-2:active {
    grid-row: span 2/span 2;
  }
  .hover\:lg\:row-span-2:hover {
    grid-row: span 2/span 2;
  }
  .focus\:lg\:row-span-2:focus {
    grid-row: span 2/span 2;
  }
  .lg\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .active\:lg\:row-span-3:active {
    grid-row: span 3/span 3;
  }
  .hover\:lg\:row-span-3:hover {
    grid-row: span 3/span 3;
  }
  .focus\:lg\:row-span-3:focus {
    grid-row: span 3/span 3;
  }
  .lg\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .active\:lg\:row-span-4:active {
    grid-row: span 4/span 4;
  }
  .hover\:lg\:row-span-4:hover {
    grid-row: span 4/span 4;
  }
  .focus\:lg\:row-span-4:focus {
    grid-row: span 4/span 4;
  }
  .lg\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .active\:lg\:row-span-5:active {
    grid-row: span 5/span 5;
  }
  .hover\:lg\:row-span-5:hover {
    grid-row: span 5/span 5;
  }
  .focus\:lg\:row-span-5:focus {
    grid-row: span 5/span 5;
  }
  .lg\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .active\:lg\:row-span-6:active {
    grid-row: span 6/span 6;
  }
  .hover\:lg\:row-span-6:hover {
    grid-row: span 6/span 6;
  }
  .focus\:lg\:row-span-6:focus {
    grid-row: span 6/span 6;
  }
  .lg\:row-span-full {
    grid-row: -1;
  }
  .active\:lg\:row-span-full:active {
    grid-row: -1;
  }
  .hover\:lg\:row-span-full:hover {
    grid-row: -1;
  }
  .focus\:lg\:row-span-full:focus {
    grid-row: -1;
  }
  .lg\:row-start-1 {
    grid-row-start: 1;
  }
  .active\:lg\:row-start-1:active {
    grid-row-start: 1;
  }
  .hover\:lg\:row-start-1:hover {
    grid-row-start: 1;
  }
  .focus\:lg\:row-start-1:focus {
    grid-row-start: 1;
  }
  .lg\:row-start-2 {
    grid-row-start: 2;
  }
  .active\:lg\:row-start-2:active {
    grid-row-start: 2;
  }
  .hover\:lg\:row-start-2:hover {
    grid-row-start: 2;
  }
  .focus\:lg\:row-start-2:focus {
    grid-row-start: 2;
  }
  .lg\:row-start-3 {
    grid-row-start: 3;
  }
  .active\:lg\:row-start-3:active {
    grid-row-start: 3;
  }
  .hover\:lg\:row-start-3:hover {
    grid-row-start: 3;
  }
  .focus\:lg\:row-start-3:focus {
    grid-row-start: 3;
  }
  .lg\:row-start-4 {
    grid-row-start: 4;
  }
  .active\:lg\:row-start-4:active {
    grid-row-start: 4;
  }
  .hover\:lg\:row-start-4:hover {
    grid-row-start: 4;
  }
  .focus\:lg\:row-start-4:focus {
    grid-row-start: 4;
  }
  .lg\:row-start-5 {
    grid-row-start: 5;
  }
  .active\:lg\:row-start-5:active {
    grid-row-start: 5;
  }
  .hover\:lg\:row-start-5:hover {
    grid-row-start: 5;
  }
  .focus\:lg\:row-start-5:focus {
    grid-row-start: 5;
  }
  .lg\:row-start-6 {
    grid-row-start: 6;
  }
  .active\:lg\:row-start-6:active {
    grid-row-start: 6;
  }
  .hover\:lg\:row-start-6:hover {
    grid-row-start: 6;
  }
  .focus\:lg\:row-start-6:focus {
    grid-row-start: 6;
  }
  .lg\:row-start-7 {
    grid-row-start: 7;
  }
  .active\:lg\:row-start-7:active {
    grid-row-start: 7;
  }
  .hover\:lg\:row-start-7:hover {
    grid-row-start: 7;
  }
  .focus\:lg\:row-start-7:focus {
    grid-row-start: 7;
  }
  .lg\:row-start-auto {
    grid-row-start: auto;
  }
  .active\:lg\:row-start-auto:active {
    grid-row-start: auto;
  }
  .hover\:lg\:row-start-auto:hover {
    grid-row-start: auto;
  }
  .focus\:lg\:row-start-auto:focus {
    grid-row-start: auto;
  }
  .lg\:row-end-1 {
    grid-row-end: 1;
  }
  .active\:lg\:row-end-1:active {
    grid-row-end: 1;
  }
  .hover\:lg\:row-end-1:hover {
    grid-row-end: 1;
  }
  .focus\:lg\:row-end-1:focus {
    grid-row-end: 1;
  }
  .lg\:row-end-2 {
    grid-row-end: 2;
  }
  .active\:lg\:row-end-2:active {
    grid-row-end: 2;
  }
  .hover\:lg\:row-end-2:hover {
    grid-row-end: 2;
  }
  .focus\:lg\:row-end-2:focus {
    grid-row-end: 2;
  }
  .lg\:row-end-3 {
    grid-row-end: 3;
  }
  .active\:lg\:row-end-3:active {
    grid-row-end: 3;
  }
  .hover\:lg\:row-end-3:hover {
    grid-row-end: 3;
  }
  .focus\:lg\:row-end-3:focus {
    grid-row-end: 3;
  }
  .lg\:row-end-4 {
    grid-row-end: 4;
  }
  .active\:lg\:row-end-4:active {
    grid-row-end: 4;
  }
  .hover\:lg\:row-end-4:hover {
    grid-row-end: 4;
  }
  .focus\:lg\:row-end-4:focus {
    grid-row-end: 4;
  }
  .lg\:row-end-5 {
    grid-row-end: 5;
  }
  .active\:lg\:row-end-5:active {
    grid-row-end: 5;
  }
  .hover\:lg\:row-end-5:hover {
    grid-row-end: 5;
  }
  .focus\:lg\:row-end-5:focus {
    grid-row-end: 5;
  }
  .lg\:row-end-6 {
    grid-row-end: 6;
  }
  .active\:lg\:row-end-6:active {
    grid-row-end: 6;
  }
  .hover\:lg\:row-end-6:hover {
    grid-row-end: 6;
  }
  .focus\:lg\:row-end-6:focus {
    grid-row-end: 6;
  }
  .lg\:row-end-7 {
    grid-row-end: 7;
  }
  .active\:lg\:row-end-7:active {
    grid-row-end: 7;
  }
  .hover\:lg\:row-end-7:hover {
    grid-row-end: 7;
  }
  .focus\:lg\:row-end-7:focus {
    grid-row-end: 7;
  }
  .lg\:row-end-auto {
    grid-row-end: auto;
  }
  .active\:lg\:row-end-auto:active {
    grid-row-end: auto;
  }
  .hover\:lg\:row-end-auto:hover {
    grid-row-end: auto;
  }
  .focus\:lg\:row-end-auto:focus {
    grid-row-end: auto;
  }
  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }
  .active\:lg\:grid-flow-row:active {
    grid-auto-flow: row;
  }
  .hover\:lg\:grid-flow-row:hover {
    grid-auto-flow: row;
  }
  .focus\:lg\:grid-flow-row:focus {
    grid-auto-flow: row;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .active\:lg\:grid-flow-col:active {
    grid-auto-flow: column;
  }
  .hover\:lg\:grid-flow-col:hover {
    grid-auto-flow: column;
  }
  .focus\:lg\:grid-flow-col:focus {
    grid-auto-flow: column;
  }
  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }
  .active\:lg\:grid-flow-row-dense:active {
    grid-auto-flow: row dense;
  }
  .hover\:lg\:grid-flow-row-dense:hover {
    grid-auto-flow: row dense;
  }
  .focus\:lg\:grid-flow-row-dense:focus {
    grid-auto-flow: row dense;
  }
  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .active\:lg\:grid-flow-col-dense:active {
    grid-auto-flow: column dense;
  }
  .hover\:lg\:grid-flow-col-dense:hover {
    grid-auto-flow: column dense;
  }
  .focus\:lg\:grid-flow-col-dense:focus {
    grid-auto-flow: column dense;
  }
  .lg\:auto-cols-auto {
    grid-auto-columns: auto;
  }
  .active\:lg\:auto-cols-auto:active {
    grid-auto-columns: auto;
  }
  .hover\:lg\:auto-cols-auto:hover {
    grid-auto-columns: auto;
  }
  .focus\:lg\:auto-cols-auto:focus {
    grid-auto-columns: auto;
  }
  .lg\:auto-cols-min {
    grid-auto-columns: min-content;
  }
  .active\:lg\:auto-cols-min:active {
    grid-auto-columns: min-content;
  }
  .hover\:lg\:auto-cols-min:hover {
    grid-auto-columns: min-content;
  }
  .focus\:lg\:auto-cols-min:focus {
    grid-auto-columns: min-content;
  }
  .lg\:auto-cols-max {
    grid-auto-columns: max-content;
  }
  .active\:lg\:auto-cols-max:active {
    grid-auto-columns: max-content;
  }
  .hover\:lg\:auto-cols-max:hover {
    grid-auto-columns: max-content;
  }
  .focus\:lg\:auto-cols-max:focus {
    grid-auto-columns: max-content;
  }
  .lg\:auto-cols-fr {
    grid-auto-columns: minmax(0, 1fr);
  }
  .active\:lg\:auto-cols-fr:active {
    grid-auto-columns: minmax(0, 1fr);
  }
  .hover\:lg\:auto-cols-fr:hover {
    grid-auto-columns: minmax(0, 1fr);
  }
  .focus\:lg\:auto-cols-fr:focus {
    grid-auto-columns: minmax(0, 1fr);
  }
  .lg\:auto-rows-auto {
    grid-auto-rows: auto;
  }
  .active\:lg\:auto-rows-auto:active {
    grid-auto-rows: auto;
  }
  .hover\:lg\:auto-rows-auto:hover {
    grid-auto-rows: auto;
  }
  .focus\:lg\:auto-rows-auto:focus {
    grid-auto-rows: auto;
  }
  .lg\:auto-rows-min {
    grid-auto-rows: min-content;
  }
  .active\:lg\:auto-rows-min:active {
    grid-auto-rows: min-content;
  }
  .hover\:lg\:auto-rows-min:hover {
    grid-auto-rows: min-content;
  }
  .focus\:lg\:auto-rows-min:focus {
    grid-auto-rows: min-content;
  }
  .lg\:auto-rows-max {
    grid-auto-rows: max-content;
  }
  .active\:lg\:auto-rows-max:active {
    grid-auto-rows: max-content;
  }
  .hover\:lg\:auto-rows-max:hover {
    grid-auto-rows: max-content;
  }
  .focus\:lg\:auto-rows-max:focus {
    grid-auto-rows: max-content;
  }
  .lg\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .active\:lg\:auto-rows-fr:active {
    grid-auto-rows: minmax(0, 1fr);
  }
  .hover\:lg\:auto-rows-fr:hover {
    grid-auto-rows: minmax(0, 1fr);
  }
  .focus\:lg\:auto-rows-fr:focus {
    grid-auto-rows: minmax(0, 1fr);
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .active\:lg\:justify-start:active {
    justify-content: flex-start;
  }
  .hover\:lg\:justify-start:hover {
    justify-content: flex-start;
  }
  .focus\:lg\:justify-start:focus {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .active\:lg\:justify-end:active {
    justify-content: flex-end;
  }
  .hover\:lg\:justify-end:hover {
    justify-content: flex-end;
  }
  .focus\:lg\:justify-end:focus {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .active\:lg\:justify-center:active {
    justify-content: center;
  }
  .hover\:lg\:justify-center:hover {
    justify-content: center;
  }
  .focus\:lg\:justify-center:focus {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .active\:lg\:justify-between:active {
    justify-content: space-between;
  }
  .hover\:lg\:justify-between:hover {
    justify-content: space-between;
  }
  .focus\:lg\:justify-between:focus {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .active\:lg\:justify-around:active {
    justify-content: space-around;
  }
  .hover\:lg\:justify-around:hover {
    justify-content: space-around;
  }
  .focus\:lg\:justify-around:focus {
    justify-content: space-around;
  }
  .lg\:justify-evenly {
    justify-content: space-evenly;
  }
  .active\:lg\:justify-evenly:active {
    justify-content: space-evenly;
  }
  .hover\:lg\:justify-evenly:hover {
    justify-content: space-evenly;
  }
  .focus\:lg\:justify-evenly:focus {
    justify-content: space-evenly;
  }
  .lg\:justify-items-start {
    justify-items: start;
  }
  .active\:lg\:justify-items-start:active {
    justify-items: start;
  }
  .hover\:lg\:justify-items-start:hover {
    justify-items: start;
  }
  .focus\:lg\:justify-items-start:focus {
    justify-items: start;
  }
  .lg\:justify-items-end {
    justify-items: end;
  }
  .active\:lg\:justify-items-end:active {
    justify-items: end;
  }
  .hover\:lg\:justify-items-end:hover {
    justify-items: end;
  }
  .focus\:lg\:justify-items-end:focus {
    justify-items: end;
  }
  .lg\:justify-items-center {
    justify-items: center;
  }
  .active\:lg\:justify-items-center:active {
    justify-items: center;
  }
  .hover\:lg\:justify-items-center:hover {
    justify-items: center;
  }
  .focus\:lg\:justify-items-center:focus {
    justify-items: center;
  }
  .lg\:justify-items-stretch {
    justify-items: stretch;
  }
  .active\:lg\:justify-items-stretch:active {
    justify-items: stretch;
  }
  .hover\:lg\:justify-items-stretch:hover {
    justify-items: stretch;
  }
  .focus\:lg\:justify-items-stretch:focus {
    justify-items: stretch;
  }
  .lg\:justify-self-auto {
    justify-self: auto;
  }
  .active\:lg\:justify-self-auto:active {
    justify-self: auto;
  }
  .hover\:lg\:justify-self-auto:hover {
    justify-self: auto;
  }
  .focus\:lg\:justify-self-auto:focus {
    justify-self: auto;
  }
  .lg\:justify-self-start {
    justify-self: start;
  }
  .active\:lg\:justify-self-start:active {
    justify-self: start;
  }
  .hover\:lg\:justify-self-start:hover {
    justify-self: start;
  }
  .focus\:lg\:justify-self-start:focus {
    justify-self: start;
  }
  .lg\:justify-self-end {
    justify-self: end;
  }
  .active\:lg\:justify-self-end:active {
    justify-self: end;
  }
  .hover\:lg\:justify-self-end:hover {
    justify-self: end;
  }
  .focus\:lg\:justify-self-end:focus {
    justify-self: end;
  }
  .lg\:justify-self-center {
    justify-self: center;
  }
  .active\:lg\:justify-self-center:active {
    justify-self: center;
  }
  .hover\:lg\:justify-self-center:hover {
    justify-self: center;
  }
  .focus\:lg\:justify-self-center:focus {
    justify-self: center;
  }
  .lg\:justify-self-stretch {
    justify-self: stretch;
  }
  .active\:lg\:justify-self-stretch:active {
    justify-self: stretch;
  }
  .hover\:lg\:justify-self-stretch:hover {
    justify-self: stretch;
  }
  .focus\:lg\:justify-self-stretch:focus {
    justify-self: stretch;
  }
  .lg\:content-center {
    align-content: center;
  }
  .active\:lg\:content-center:active {
    align-content: center;
  }
  .hover\:lg\:content-center:hover {
    align-content: center;
  }
  .focus\:lg\:content-center:focus {
    align-content: center;
  }
  .lg\:content-start {
    align-content: flex-start;
  }
  .active\:lg\:content-start:active {
    align-content: flex-start;
  }
  .hover\:lg\:content-start:hover {
    align-content: flex-start;
  }
  .focus\:lg\:content-start:focus {
    align-content: flex-start;
  }
  .lg\:content-end {
    align-content: flex-end;
  }
  .active\:lg\:content-end:active {
    align-content: flex-end;
  }
  .hover\:lg\:content-end:hover {
    align-content: flex-end;
  }
  .focus\:lg\:content-end:focus {
    align-content: flex-end;
  }
  .lg\:content-between {
    align-content: space-between;
  }
  .active\:lg\:content-between:active {
    align-content: space-between;
  }
  .hover\:lg\:content-between:hover {
    align-content: space-between;
  }
  .focus\:lg\:content-between:focus {
    align-content: space-between;
  }
  .lg\:content-around {
    align-content: space-around;
  }
  .active\:lg\:content-around:active {
    align-content: space-around;
  }
  .hover\:lg\:content-around:hover {
    align-content: space-around;
  }
  .focus\:lg\:content-around:focus {
    align-content: space-around;
  }
  .lg\:content-evenly {
    align-content: space-evenly;
  }
  .active\:lg\:content-evenly:active {
    align-content: space-evenly;
  }
  .hover\:lg\:content-evenly:hover {
    align-content: space-evenly;
  }
  .focus\:lg\:content-evenly:focus {
    align-content: space-evenly;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .active\:lg\:items-start:active {
    align-items: flex-start;
  }
  .hover\:lg\:items-start:hover {
    align-items: flex-start;
  }
  .focus\:lg\:items-start:focus {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .active\:lg\:items-end:active {
    align-items: flex-end;
  }
  .hover\:lg\:items-end:hover {
    align-items: flex-end;
  }
  .focus\:lg\:items-end:focus {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .active\:lg\:items-center:active {
    align-items: center;
  }
  .hover\:lg\:items-center:hover {
    align-items: center;
  }
  .focus\:lg\:items-center:focus {
    align-items: center;
  }
  .lg\:items-baseline {
    align-items: baseline;
  }
  .active\:lg\:items-baseline:active {
    align-items: baseline;
  }
  .hover\:lg\:items-baseline:hover {
    align-items: baseline;
  }
  .focus\:lg\:items-baseline:focus {
    align-items: baseline;
  }
  .lg\:items-stretch {
    align-items: stretch;
  }
  .active\:lg\:items-stretch:active {
    align-items: stretch;
  }
  .hover\:lg\:items-stretch:hover {
    align-items: stretch;
  }
  .focus\:lg\:items-stretch:focus {
    align-items: stretch;
  }
  .lg\:self-auto {
    align-self: auto;
  }
  .active\:lg\:self-auto:active {
    align-self: auto;
  }
  .hover\:lg\:self-auto:hover {
    align-self: auto;
  }
  .focus\:lg\:self-auto:focus {
    align-self: auto;
  }
  .lg\:self-start {
    align-self: flex-start;
  }
  .active\:lg\:self-start:active {
    align-self: flex-start;
  }
  .hover\:lg\:self-start:hover {
    align-self: flex-start;
  }
  .focus\:lg\:self-start:focus {
    align-self: flex-start;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .active\:lg\:self-end:active {
    align-self: flex-end;
  }
  .hover\:lg\:self-end:hover {
    align-self: flex-end;
  }
  .focus\:lg\:self-end:focus {
    align-self: flex-end;
  }
  .lg\:self-center {
    align-self: center;
  }
  .active\:lg\:self-center:active {
    align-self: center;
  }
  .hover\:lg\:self-center:hover {
    align-self: center;
  }
  .focus\:lg\:self-center:focus {
    align-self: center;
  }
  .lg\:self-stretch {
    align-self: stretch;
  }
  .active\:lg\:self-stretch:active {
    align-self: stretch;
  }
  .hover\:lg\:self-stretch:hover {
    align-self: stretch;
  }
  .focus\:lg\:self-stretch:focus {
    align-self: stretch;
  }
  .lg\:self-baseline {
    align-self: baseline;
  }
  .active\:lg\:self-baseline:active {
    align-self: baseline;
  }
  .hover\:lg\:self-baseline:hover {
    align-self: baseline;
  }
  .focus\:lg\:self-baseline:focus {
    align-self: baseline;
  }
  .lg\:place-content-center {
    place-content: center;
  }
  .active\:lg\:place-content-center:active {
    place-content: center;
  }
  .hover\:lg\:place-content-center:hover {
    place-content: center;
  }
  .focus\:lg\:place-content-center:focus {
    place-content: center;
  }
  .lg\:place-content-start {
    place-content: start;
  }
  .active\:lg\:place-content-start:active {
    place-content: start;
  }
  .hover\:lg\:place-content-start:hover {
    place-content: start;
  }
  .focus\:lg\:place-content-start:focus {
    place-content: start;
  }
  .lg\:place-content-end {
    place-content: end;
  }
  .active\:lg\:place-content-end:active {
    place-content: end;
  }
  .hover\:lg\:place-content-end:hover {
    place-content: end;
  }
  .focus\:lg\:place-content-end:focus {
    place-content: end;
  }
  .lg\:place-content-between {
    place-content: space-between;
  }
  .active\:lg\:place-content-between:active {
    place-content: space-between;
  }
  .hover\:lg\:place-content-between:hover {
    place-content: space-between;
  }
  .focus\:lg\:place-content-between:focus {
    place-content: space-between;
  }
  .lg\:place-content-around {
    place-content: space-around;
  }
  .active\:lg\:place-content-around:active {
    place-content: space-around;
  }
  .hover\:lg\:place-content-around:hover {
    place-content: space-around;
  }
  .focus\:lg\:place-content-around:focus {
    place-content: space-around;
  }
  .lg\:place-content-evenly {
    place-content: space-evenly;
  }
  .active\:lg\:place-content-evenly:active {
    place-content: space-evenly;
  }
  .hover\:lg\:place-content-evenly:hover {
    place-content: space-evenly;
  }
  .focus\:lg\:place-content-evenly:focus {
    place-content: space-evenly;
  }
  .lg\:place-content-stretch {
    place-content: stretch;
  }
  .active\:lg\:place-content-stretch:active {
    place-content: stretch;
  }
  .hover\:lg\:place-content-stretch:hover {
    place-content: stretch;
  }
  .focus\:lg\:place-content-stretch:focus {
    place-content: stretch;
  }
  .lg\:place-items-start {
    place-items: start;
  }
  .active\:lg\:place-items-start:active {
    place-items: start;
  }
  .hover\:lg\:place-items-start:hover {
    place-items: start;
  }
  .focus\:lg\:place-items-start:focus {
    place-items: start;
  }
  .lg\:place-items-end {
    place-items: end;
  }
  .active\:lg\:place-items-end:active {
    place-items: end;
  }
  .hover\:lg\:place-items-end:hover {
    place-items: end;
  }
  .focus\:lg\:place-items-end:focus {
    place-items: end;
  }
  .lg\:place-items-center {
    place-items: center;
  }
  .active\:lg\:place-items-center:active {
    place-items: center;
  }
  .hover\:lg\:place-items-center:hover {
    place-items: center;
  }
  .focus\:lg\:place-items-center:focus {
    place-items: center;
  }
  .lg\:place-items-stretch {
    place-items: stretch;
  }
  .active\:lg\:place-items-stretch:active {
    place-items: stretch;
  }
  .hover\:lg\:place-items-stretch:hover {
    place-items: stretch;
  }
  .focus\:lg\:place-items-stretch:focus {
    place-items: stretch;
  }
  .lg\:place-self-auto {
    place-self: auto;
  }
  .active\:lg\:place-self-auto:active {
    place-self: auto;
  }
  .hover\:lg\:place-self-auto:hover {
    place-self: auto;
  }
  .focus\:lg\:place-self-auto:focus {
    place-self: auto;
  }
  .lg\:place-self-start {
    place-self: start;
  }
  .active\:lg\:place-self-start:active {
    place-self: start;
  }
  .hover\:lg\:place-self-start:hover {
    place-self: start;
  }
  .focus\:lg\:place-self-start:focus {
    place-self: start;
  }
  .lg\:place-self-end {
    place-self: end;
  }
  .active\:lg\:place-self-end:active {
    place-self: end;
  }
  .hover\:lg\:place-self-end:hover {
    place-self: end;
  }
  .focus\:lg\:place-self-end:focus {
    place-self: end;
  }
  .lg\:place-self-center {
    place-self: center;
  }
  .active\:lg\:place-self-center:active {
    place-self: center;
  }
  .hover\:lg\:place-self-center:hover {
    place-self: center;
  }
  .focus\:lg\:place-self-center:focus {
    place-self: center;
  }
  .lg\:place-self-stretch {
    place-self: stretch;
  }
  .active\:lg\:place-self-stretch:active {
    place-self: stretch;
  }
  .hover\:lg\:place-self-stretch:hover {
    place-self: stretch;
  }
  .focus\:lg\:place-self-stretch:focus {
    place-self: stretch;
  }
  .lg\:basis-auto {
    flex-basis: auto;
  }
  .active\:lg\:basis-auto:active {
    flex-basis: auto;
  }
  .hover\:lg\:basis-auto:hover {
    flex-basis: auto;
  }
  .focus\:lg\:basis-auto:focus {
    flex-basis: auto;
  }
  .lg\:basis-none {
    flex-basis: 0%;
  }
  .active\:lg\:basis-none:active {
    flex-basis: 0%;
  }
  .hover\:lg\:basis-none:hover {
    flex-basis: 0%;
  }
  .focus\:lg\:basis-none:focus {
    flex-basis: 0%;
  }
  .lg\:basis-half {
    flex-basis: 50%;
  }
  .active\:lg\:basis-half:active {
    flex-basis: 50%;
  }
  .hover\:lg\:basis-half:hover {
    flex-basis: 50%;
  }
  .focus\:lg\:basis-half:focus {
    flex-basis: 50%;
  }
  .lg\:basis-full {
    flex-basis: 100%;
  }
  .active\:lg\:basis-full:active {
    flex-basis: 100%;
  }
  .hover\:lg\:basis-full:hover {
    flex-basis: 100%;
  }
  .focus\:lg\:basis-full:focus {
    flex-basis: 100%;
  }
  .lg\:gap-0px {
    gap: 0px;
  }
  .hover\:lg\:gap-0px:hover {
    gap: 0px;
  }
  .active\:lg\:gap-0px:active {
    gap: 0px;
  }
  .focus\:lg\:gap-0px:focus {
    gap: 0px;
  }
  .lg\:gap-1px {
    gap: 1px;
  }
  .hover\:lg\:gap-1px:hover {
    gap: 1px;
  }
  .active\:lg\:gap-1px:active {
    gap: 1px;
  }
  .focus\:lg\:gap-1px:focus {
    gap: 1px;
  }
  .lg\:gap-2px {
    gap: 2px;
  }
  .hover\:lg\:gap-2px:hover {
    gap: 2px;
  }
  .active\:lg\:gap-2px:active {
    gap: 2px;
  }
  .focus\:lg\:gap-2px:focus {
    gap: 2px;
  }
  .lg\:gap-3px {
    gap: 3px;
  }
  .hover\:lg\:gap-3px:hover {
    gap: 3px;
  }
  .active\:lg\:gap-3px:active {
    gap: 3px;
  }
  .focus\:lg\:gap-3px:focus {
    gap: 3px;
  }
  .lg\:gap-4px {
    gap: 4px;
  }
  .hover\:lg\:gap-4px:hover {
    gap: 4px;
  }
  .active\:lg\:gap-4px:active {
    gap: 4px;
  }
  .focus\:lg\:gap-4px:focus {
    gap: 4px;
  }
  .lg\:gap-5px {
    gap: 5px;
  }
  .hover\:lg\:gap-5px:hover {
    gap: 5px;
  }
  .active\:lg\:gap-5px:active {
    gap: 5px;
  }
  .focus\:lg\:gap-5px:focus {
    gap: 5px;
  }
  .lg\:gap-6px {
    gap: 6px;
  }
  .hover\:lg\:gap-6px:hover {
    gap: 6px;
  }
  .active\:lg\:gap-6px:active {
    gap: 6px;
  }
  .focus\:lg\:gap-6px:focus {
    gap: 6px;
  }
  .lg\:gap-7px {
    gap: 7px;
  }
  .hover\:lg\:gap-7px:hover {
    gap: 7px;
  }
  .active\:lg\:gap-7px:active {
    gap: 7px;
  }
  .focus\:lg\:gap-7px:focus {
    gap: 7px;
  }
  .lg\:gap-8px {
    gap: 8px;
  }
  .hover\:lg\:gap-8px:hover {
    gap: 8px;
  }
  .active\:lg\:gap-8px:active {
    gap: 8px;
  }
  .focus\:lg\:gap-8px:focus {
    gap: 8px;
  }
  .lg\:gap-9px {
    gap: 9px;
  }
  .hover\:lg\:gap-9px:hover {
    gap: 9px;
  }
  .active\:lg\:gap-9px:active {
    gap: 9px;
  }
  .focus\:lg\:gap-9px:focus {
    gap: 9px;
  }
  .lg\:gap-10px {
    gap: 10px;
  }
  .hover\:lg\:gap-10px:hover {
    gap: 10px;
  }
  .active\:lg\:gap-10px:active {
    gap: 10px;
  }
  .focus\:lg\:gap-10px:focus {
    gap: 10px;
  }
  .lg\:gap-11px {
    gap: 11px;
  }
  .hover\:lg\:gap-11px:hover {
    gap: 11px;
  }
  .active\:lg\:gap-11px:active {
    gap: 11px;
  }
  .focus\:lg\:gap-11px:focus {
    gap: 11px;
  }
  .lg\:gap-12px {
    gap: 12px;
  }
  .hover\:lg\:gap-12px:hover {
    gap: 12px;
  }
  .active\:lg\:gap-12px:active {
    gap: 12px;
  }
  .focus\:lg\:gap-12px:focus {
    gap: 12px;
  }
  .lg\:gap-13px {
    gap: 13px;
  }
  .hover\:lg\:gap-13px:hover {
    gap: 13px;
  }
  .active\:lg\:gap-13px:active {
    gap: 13px;
  }
  .focus\:lg\:gap-13px:focus {
    gap: 13px;
  }
  .lg\:gap-14px {
    gap: 14px;
  }
  .hover\:lg\:gap-14px:hover {
    gap: 14px;
  }
  .active\:lg\:gap-14px:active {
    gap: 14px;
  }
  .focus\:lg\:gap-14px:focus {
    gap: 14px;
  }
  .lg\:gap-15px {
    gap: 15px;
  }
  .hover\:lg\:gap-15px:hover {
    gap: 15px;
  }
  .active\:lg\:gap-15px:active {
    gap: 15px;
  }
  .focus\:lg\:gap-15px:focus {
    gap: 15px;
  }
  .lg\:gap-16px {
    gap: 16px;
  }
  .hover\:lg\:gap-16px:hover {
    gap: 16px;
  }
  .active\:lg\:gap-16px:active {
    gap: 16px;
  }
  .focus\:lg\:gap-16px:focus {
    gap: 16px;
  }
  .lg\:gap-17px {
    gap: 17px;
  }
  .hover\:lg\:gap-17px:hover {
    gap: 17px;
  }
  .active\:lg\:gap-17px:active {
    gap: 17px;
  }
  .focus\:lg\:gap-17px:focus {
    gap: 17px;
  }
  .lg\:gap-18px {
    gap: 18px;
  }
  .hover\:lg\:gap-18px:hover {
    gap: 18px;
  }
  .active\:lg\:gap-18px:active {
    gap: 18px;
  }
  .focus\:lg\:gap-18px:focus {
    gap: 18px;
  }
  .lg\:gap-19px {
    gap: 19px;
  }
  .hover\:lg\:gap-19px:hover {
    gap: 19px;
  }
  .active\:lg\:gap-19px:active {
    gap: 19px;
  }
  .focus\:lg\:gap-19px:focus {
    gap: 19px;
  }
  .lg\:gap-20px {
    gap: 20px;
  }
  .hover\:lg\:gap-20px:hover {
    gap: 20px;
  }
  .active\:lg\:gap-20px:active {
    gap: 20px;
  }
  .focus\:lg\:gap-20px:focus {
    gap: 20px;
  }
  .lg\:gap-21px {
    gap: 21px;
  }
  .hover\:lg\:gap-21px:hover {
    gap: 21px;
  }
  .active\:lg\:gap-21px:active {
    gap: 21px;
  }
  .focus\:lg\:gap-21px:focus {
    gap: 21px;
  }
  .lg\:gap-22px {
    gap: 22px;
  }
  .hover\:lg\:gap-22px:hover {
    gap: 22px;
  }
  .active\:lg\:gap-22px:active {
    gap: 22px;
  }
  .focus\:lg\:gap-22px:focus {
    gap: 22px;
  }
  .lg\:gap-23px {
    gap: 23px;
  }
  .hover\:lg\:gap-23px:hover {
    gap: 23px;
  }
  .active\:lg\:gap-23px:active {
    gap: 23px;
  }
  .focus\:lg\:gap-23px:focus {
    gap: 23px;
  }
  .lg\:gap-24px {
    gap: 24px;
  }
  .hover\:lg\:gap-24px:hover {
    gap: 24px;
  }
  .active\:lg\:gap-24px:active {
    gap: 24px;
  }
  .focus\:lg\:gap-24px:focus {
    gap: 24px;
  }
  .lg\:gap-25px {
    gap: 25px;
  }
  .hover\:lg\:gap-25px:hover {
    gap: 25px;
  }
  .active\:lg\:gap-25px:active {
    gap: 25px;
  }
  .focus\:lg\:gap-25px:focus {
    gap: 25px;
  }
  .lg\:gap-26px {
    gap: 26px;
  }
  .hover\:lg\:gap-26px:hover {
    gap: 26px;
  }
  .active\:lg\:gap-26px:active {
    gap: 26px;
  }
  .focus\:lg\:gap-26px:focus {
    gap: 26px;
  }
  .lg\:gap-27px {
    gap: 27px;
  }
  .hover\:lg\:gap-27px:hover {
    gap: 27px;
  }
  .active\:lg\:gap-27px:active {
    gap: 27px;
  }
  .focus\:lg\:gap-27px:focus {
    gap: 27px;
  }
  .lg\:gap-28px {
    gap: 28px;
  }
  .hover\:lg\:gap-28px:hover {
    gap: 28px;
  }
  .active\:lg\:gap-28px:active {
    gap: 28px;
  }
  .focus\:lg\:gap-28px:focus {
    gap: 28px;
  }
  .lg\:gap-29px {
    gap: 29px;
  }
  .hover\:lg\:gap-29px:hover {
    gap: 29px;
  }
  .active\:lg\:gap-29px:active {
    gap: 29px;
  }
  .focus\:lg\:gap-29px:focus {
    gap: 29px;
  }
  .lg\:gap-30px {
    gap: 30px;
  }
  .hover\:lg\:gap-30px:hover {
    gap: 30px;
  }
  .active\:lg\:gap-30px:active {
    gap: 30px;
  }
  .focus\:lg\:gap-30px:focus {
    gap: 30px;
  }
  .lg\:gap-31px {
    gap: 31px;
  }
  .hover\:lg\:gap-31px:hover {
    gap: 31px;
  }
  .active\:lg\:gap-31px:active {
    gap: 31px;
  }
  .focus\:lg\:gap-31px:focus {
    gap: 31px;
  }
  .lg\:gap-32px {
    gap: 32px;
  }
  .hover\:lg\:gap-32px:hover {
    gap: 32px;
  }
  .active\:lg\:gap-32px:active {
    gap: 32px;
  }
  .focus\:lg\:gap-32px:focus {
    gap: 32px;
  }
  .lg\:gap-33px {
    gap: 33px;
  }
  .hover\:lg\:gap-33px:hover {
    gap: 33px;
  }
  .active\:lg\:gap-33px:active {
    gap: 33px;
  }
  .focus\:lg\:gap-33px:focus {
    gap: 33px;
  }
  .lg\:gap-34px {
    gap: 34px;
  }
  .hover\:lg\:gap-34px:hover {
    gap: 34px;
  }
  .active\:lg\:gap-34px:active {
    gap: 34px;
  }
  .focus\:lg\:gap-34px:focus {
    gap: 34px;
  }
  .lg\:gap-35px {
    gap: 35px;
  }
  .hover\:lg\:gap-35px:hover {
    gap: 35px;
  }
  .active\:lg\:gap-35px:active {
    gap: 35px;
  }
  .focus\:lg\:gap-35px:focus {
    gap: 35px;
  }
  .lg\:gap-36px {
    gap: 36px;
  }
  .hover\:lg\:gap-36px:hover {
    gap: 36px;
  }
  .active\:lg\:gap-36px:active {
    gap: 36px;
  }
  .focus\:lg\:gap-36px:focus {
    gap: 36px;
  }
  .lg\:gap-37px {
    gap: 37px;
  }
  .hover\:lg\:gap-37px:hover {
    gap: 37px;
  }
  .active\:lg\:gap-37px:active {
    gap: 37px;
  }
  .focus\:lg\:gap-37px:focus {
    gap: 37px;
  }
  .lg\:gap-38px {
    gap: 38px;
  }
  .hover\:lg\:gap-38px:hover {
    gap: 38px;
  }
  .active\:lg\:gap-38px:active {
    gap: 38px;
  }
  .focus\:lg\:gap-38px:focus {
    gap: 38px;
  }
  .lg\:gap-39px {
    gap: 39px;
  }
  .hover\:lg\:gap-39px:hover {
    gap: 39px;
  }
  .active\:lg\:gap-39px:active {
    gap: 39px;
  }
  .focus\:lg\:gap-39px:focus {
    gap: 39px;
  }
  .lg\:gap-40px {
    gap: 40px;
  }
  .hover\:lg\:gap-40px:hover {
    gap: 40px;
  }
  .active\:lg\:gap-40px:active {
    gap: 40px;
  }
  .focus\:lg\:gap-40px:focus {
    gap: 40px;
  }
  .lg\:gap-41px {
    gap: 41px;
  }
  .hover\:lg\:gap-41px:hover {
    gap: 41px;
  }
  .active\:lg\:gap-41px:active {
    gap: 41px;
  }
  .focus\:lg\:gap-41px:focus {
    gap: 41px;
  }
  .lg\:gap-42px {
    gap: 42px;
  }
  .hover\:lg\:gap-42px:hover {
    gap: 42px;
  }
  .active\:lg\:gap-42px:active {
    gap: 42px;
  }
  .focus\:lg\:gap-42px:focus {
    gap: 42px;
  }
  .lg\:gap-43px {
    gap: 43px;
  }
  .hover\:lg\:gap-43px:hover {
    gap: 43px;
  }
  .active\:lg\:gap-43px:active {
    gap: 43px;
  }
  .focus\:lg\:gap-43px:focus {
    gap: 43px;
  }
  .lg\:gap-44px {
    gap: 44px;
  }
  .hover\:lg\:gap-44px:hover {
    gap: 44px;
  }
  .active\:lg\:gap-44px:active {
    gap: 44px;
  }
  .focus\:lg\:gap-44px:focus {
    gap: 44px;
  }
  .lg\:gap-45px {
    gap: 45px;
  }
  .hover\:lg\:gap-45px:hover {
    gap: 45px;
  }
  .active\:lg\:gap-45px:active {
    gap: 45px;
  }
  .focus\:lg\:gap-45px:focus {
    gap: 45px;
  }
  .lg\:gap-46px {
    gap: 46px;
  }
  .hover\:lg\:gap-46px:hover {
    gap: 46px;
  }
  .active\:lg\:gap-46px:active {
    gap: 46px;
  }
  .focus\:lg\:gap-46px:focus {
    gap: 46px;
  }
  .lg\:gap-47px {
    gap: 47px;
  }
  .hover\:lg\:gap-47px:hover {
    gap: 47px;
  }
  .active\:lg\:gap-47px:active {
    gap: 47px;
  }
  .focus\:lg\:gap-47px:focus {
    gap: 47px;
  }
  .lg\:gap-48px {
    gap: 48px;
  }
  .hover\:lg\:gap-48px:hover {
    gap: 48px;
  }
  .active\:lg\:gap-48px:active {
    gap: 48px;
  }
  .focus\:lg\:gap-48px:focus {
    gap: 48px;
  }
  .lg\:gap-49px {
    gap: 49px;
  }
  .hover\:lg\:gap-49px:hover {
    gap: 49px;
  }
  .active\:lg\:gap-49px:active {
    gap: 49px;
  }
  .focus\:lg\:gap-49px:focus {
    gap: 49px;
  }
  .lg\:gap-50px {
    gap: 50px;
  }
  .hover\:lg\:gap-50px:hover {
    gap: 50px;
  }
  .active\:lg\:gap-50px:active {
    gap: 50px;
  }
  .focus\:lg\:gap-50px:focus {
    gap: 50px;
  }
  .lg\:gap-51px {
    gap: 51px;
  }
  .hover\:lg\:gap-51px:hover {
    gap: 51px;
  }
  .active\:lg\:gap-51px:active {
    gap: 51px;
  }
  .focus\:lg\:gap-51px:focus {
    gap: 51px;
  }
  .lg\:gap-52px {
    gap: 52px;
  }
  .hover\:lg\:gap-52px:hover {
    gap: 52px;
  }
  .active\:lg\:gap-52px:active {
    gap: 52px;
  }
  .focus\:lg\:gap-52px:focus {
    gap: 52px;
  }
  .lg\:gap-53px {
    gap: 53px;
  }
  .hover\:lg\:gap-53px:hover {
    gap: 53px;
  }
  .active\:lg\:gap-53px:active {
    gap: 53px;
  }
  .focus\:lg\:gap-53px:focus {
    gap: 53px;
  }
  .lg\:gap-54px {
    gap: 54px;
  }
  .hover\:lg\:gap-54px:hover {
    gap: 54px;
  }
  .active\:lg\:gap-54px:active {
    gap: 54px;
  }
  .focus\:lg\:gap-54px:focus {
    gap: 54px;
  }
  .lg\:gap-55px {
    gap: 55px;
  }
  .hover\:lg\:gap-55px:hover {
    gap: 55px;
  }
  .active\:lg\:gap-55px:active {
    gap: 55px;
  }
  .focus\:lg\:gap-55px:focus {
    gap: 55px;
  }
  .lg\:gap-56px {
    gap: 56px;
  }
  .hover\:lg\:gap-56px:hover {
    gap: 56px;
  }
  .active\:lg\:gap-56px:active {
    gap: 56px;
  }
  .focus\:lg\:gap-56px:focus {
    gap: 56px;
  }
  .lg\:gap-57px {
    gap: 57px;
  }
  .hover\:lg\:gap-57px:hover {
    gap: 57px;
  }
  .active\:lg\:gap-57px:active {
    gap: 57px;
  }
  .focus\:lg\:gap-57px:focus {
    gap: 57px;
  }
  .lg\:gap-58px {
    gap: 58px;
  }
  .hover\:lg\:gap-58px:hover {
    gap: 58px;
  }
  .active\:lg\:gap-58px:active {
    gap: 58px;
  }
  .focus\:lg\:gap-58px:focus {
    gap: 58px;
  }
  .lg\:gap-59px {
    gap: 59px;
  }
  .hover\:lg\:gap-59px:hover {
    gap: 59px;
  }
  .active\:lg\:gap-59px:active {
    gap: 59px;
  }
  .focus\:lg\:gap-59px:focus {
    gap: 59px;
  }
  .lg\:gap-60px {
    gap: 60px;
  }
  .hover\:lg\:gap-60px:hover {
    gap: 60px;
  }
  .active\:lg\:gap-60px:active {
    gap: 60px;
  }
  .focus\:lg\:gap-60px:focus {
    gap: 60px;
  }
  .lg\:gap-61px {
    gap: 61px;
  }
  .hover\:lg\:gap-61px:hover {
    gap: 61px;
  }
  .active\:lg\:gap-61px:active {
    gap: 61px;
  }
  .focus\:lg\:gap-61px:focus {
    gap: 61px;
  }
  .lg\:gap-62px {
    gap: 62px;
  }
  .hover\:lg\:gap-62px:hover {
    gap: 62px;
  }
  .active\:lg\:gap-62px:active {
    gap: 62px;
  }
  .focus\:lg\:gap-62px:focus {
    gap: 62px;
  }
  .lg\:gap-63px {
    gap: 63px;
  }
  .hover\:lg\:gap-63px:hover {
    gap: 63px;
  }
  .active\:lg\:gap-63px:active {
    gap: 63px;
  }
  .focus\:lg\:gap-63px:focus {
    gap: 63px;
  }
  .lg\:gap-64px {
    gap: 64px;
  }
  .hover\:lg\:gap-64px:hover {
    gap: 64px;
  }
  .active\:lg\:gap-64px:active {
    gap: 64px;
  }
  .focus\:lg\:gap-64px:focus {
    gap: 64px;
  }
  .lg\:gap-65px {
    gap: 65px;
  }
  .hover\:lg\:gap-65px:hover {
    gap: 65px;
  }
  .active\:lg\:gap-65px:active {
    gap: 65px;
  }
  .focus\:lg\:gap-65px:focus {
    gap: 65px;
  }
  .lg\:gap-66px {
    gap: 66px;
  }
  .hover\:lg\:gap-66px:hover {
    gap: 66px;
  }
  .active\:lg\:gap-66px:active {
    gap: 66px;
  }
  .focus\:lg\:gap-66px:focus {
    gap: 66px;
  }
  .lg\:gap-67px {
    gap: 67px;
  }
  .hover\:lg\:gap-67px:hover {
    gap: 67px;
  }
  .active\:lg\:gap-67px:active {
    gap: 67px;
  }
  .focus\:lg\:gap-67px:focus {
    gap: 67px;
  }
  .lg\:gap-68px {
    gap: 68px;
  }
  .hover\:lg\:gap-68px:hover {
    gap: 68px;
  }
  .active\:lg\:gap-68px:active {
    gap: 68px;
  }
  .focus\:lg\:gap-68px:focus {
    gap: 68px;
  }
  .lg\:gap-69px {
    gap: 69px;
  }
  .hover\:lg\:gap-69px:hover {
    gap: 69px;
  }
  .active\:lg\:gap-69px:active {
    gap: 69px;
  }
  .focus\:lg\:gap-69px:focus {
    gap: 69px;
  }
  .lg\:gap-70px {
    gap: 70px;
  }
  .hover\:lg\:gap-70px:hover {
    gap: 70px;
  }
  .active\:lg\:gap-70px:active {
    gap: 70px;
  }
  .focus\:lg\:gap-70px:focus {
    gap: 70px;
  }
  .lg\:gap-71px {
    gap: 71px;
  }
  .hover\:lg\:gap-71px:hover {
    gap: 71px;
  }
  .active\:lg\:gap-71px:active {
    gap: 71px;
  }
  .focus\:lg\:gap-71px:focus {
    gap: 71px;
  }
  .lg\:gap-72px {
    gap: 72px;
  }
  .hover\:lg\:gap-72px:hover {
    gap: 72px;
  }
  .active\:lg\:gap-72px:active {
    gap: 72px;
  }
  .focus\:lg\:gap-72px:focus {
    gap: 72px;
  }
  .lg\:gap-73px {
    gap: 73px;
  }
  .hover\:lg\:gap-73px:hover {
    gap: 73px;
  }
  .active\:lg\:gap-73px:active {
    gap: 73px;
  }
  .focus\:lg\:gap-73px:focus {
    gap: 73px;
  }
  .lg\:gap-74px {
    gap: 74px;
  }
  .hover\:lg\:gap-74px:hover {
    gap: 74px;
  }
  .active\:lg\:gap-74px:active {
    gap: 74px;
  }
  .focus\:lg\:gap-74px:focus {
    gap: 74px;
  }
  .lg\:gap-75px {
    gap: 75px;
  }
  .hover\:lg\:gap-75px:hover {
    gap: 75px;
  }
  .active\:lg\:gap-75px:active {
    gap: 75px;
  }
  .focus\:lg\:gap-75px:focus {
    gap: 75px;
  }
  .lg\:gap-76px {
    gap: 76px;
  }
  .hover\:lg\:gap-76px:hover {
    gap: 76px;
  }
  .active\:lg\:gap-76px:active {
    gap: 76px;
  }
  .focus\:lg\:gap-76px:focus {
    gap: 76px;
  }
  .lg\:gap-77px {
    gap: 77px;
  }
  .hover\:lg\:gap-77px:hover {
    gap: 77px;
  }
  .active\:lg\:gap-77px:active {
    gap: 77px;
  }
  .focus\:lg\:gap-77px:focus {
    gap: 77px;
  }
  .lg\:gap-78px {
    gap: 78px;
  }
  .hover\:lg\:gap-78px:hover {
    gap: 78px;
  }
  .active\:lg\:gap-78px:active {
    gap: 78px;
  }
  .focus\:lg\:gap-78px:focus {
    gap: 78px;
  }
  .lg\:gap-79px {
    gap: 79px;
  }
  .hover\:lg\:gap-79px:hover {
    gap: 79px;
  }
  .active\:lg\:gap-79px:active {
    gap: 79px;
  }
  .focus\:lg\:gap-79px:focus {
    gap: 79px;
  }
  .lg\:gap-80px {
    gap: 80px;
  }
  .hover\:lg\:gap-80px:hover {
    gap: 80px;
  }
  .active\:lg\:gap-80px:active {
    gap: 80px;
  }
  .focus\:lg\:gap-80px:focus {
    gap: 80px;
  }
  .lg\:gap-81px {
    gap: 81px;
  }
  .hover\:lg\:gap-81px:hover {
    gap: 81px;
  }
  .active\:lg\:gap-81px:active {
    gap: 81px;
  }
  .focus\:lg\:gap-81px:focus {
    gap: 81px;
  }
  .lg\:gap-82px {
    gap: 82px;
  }
  .hover\:lg\:gap-82px:hover {
    gap: 82px;
  }
  .active\:lg\:gap-82px:active {
    gap: 82px;
  }
  .focus\:lg\:gap-82px:focus {
    gap: 82px;
  }
  .lg\:gap-83px {
    gap: 83px;
  }
  .hover\:lg\:gap-83px:hover {
    gap: 83px;
  }
  .active\:lg\:gap-83px:active {
    gap: 83px;
  }
  .focus\:lg\:gap-83px:focus {
    gap: 83px;
  }
  .lg\:gap-84px {
    gap: 84px;
  }
  .hover\:lg\:gap-84px:hover {
    gap: 84px;
  }
  .active\:lg\:gap-84px:active {
    gap: 84px;
  }
  .focus\:lg\:gap-84px:focus {
    gap: 84px;
  }
  .lg\:gap-85px {
    gap: 85px;
  }
  .hover\:lg\:gap-85px:hover {
    gap: 85px;
  }
  .active\:lg\:gap-85px:active {
    gap: 85px;
  }
  .focus\:lg\:gap-85px:focus {
    gap: 85px;
  }
  .lg\:gap-86px {
    gap: 86px;
  }
  .hover\:lg\:gap-86px:hover {
    gap: 86px;
  }
  .active\:lg\:gap-86px:active {
    gap: 86px;
  }
  .focus\:lg\:gap-86px:focus {
    gap: 86px;
  }
  .lg\:gap-87px {
    gap: 87px;
  }
  .hover\:lg\:gap-87px:hover {
    gap: 87px;
  }
  .active\:lg\:gap-87px:active {
    gap: 87px;
  }
  .focus\:lg\:gap-87px:focus {
    gap: 87px;
  }
  .lg\:gap-88px {
    gap: 88px;
  }
  .hover\:lg\:gap-88px:hover {
    gap: 88px;
  }
  .active\:lg\:gap-88px:active {
    gap: 88px;
  }
  .focus\:lg\:gap-88px:focus {
    gap: 88px;
  }
  .lg\:gap-89px {
    gap: 89px;
  }
  .hover\:lg\:gap-89px:hover {
    gap: 89px;
  }
  .active\:lg\:gap-89px:active {
    gap: 89px;
  }
  .focus\:lg\:gap-89px:focus {
    gap: 89px;
  }
  .lg\:gap-90px {
    gap: 90px;
  }
  .hover\:lg\:gap-90px:hover {
    gap: 90px;
  }
  .active\:lg\:gap-90px:active {
    gap: 90px;
  }
  .focus\:lg\:gap-90px:focus {
    gap: 90px;
  }
  .lg\:gap-91px {
    gap: 91px;
  }
  .hover\:lg\:gap-91px:hover {
    gap: 91px;
  }
  .active\:lg\:gap-91px:active {
    gap: 91px;
  }
  .focus\:lg\:gap-91px:focus {
    gap: 91px;
  }
  .lg\:gap-92px {
    gap: 92px;
  }
  .hover\:lg\:gap-92px:hover {
    gap: 92px;
  }
  .active\:lg\:gap-92px:active {
    gap: 92px;
  }
  .focus\:lg\:gap-92px:focus {
    gap: 92px;
  }
  .lg\:gap-93px {
    gap: 93px;
  }
  .hover\:lg\:gap-93px:hover {
    gap: 93px;
  }
  .active\:lg\:gap-93px:active {
    gap: 93px;
  }
  .focus\:lg\:gap-93px:focus {
    gap: 93px;
  }
  .lg\:gap-94px {
    gap: 94px;
  }
  .hover\:lg\:gap-94px:hover {
    gap: 94px;
  }
  .active\:lg\:gap-94px:active {
    gap: 94px;
  }
  .focus\:lg\:gap-94px:focus {
    gap: 94px;
  }
  .lg\:gap-95px {
    gap: 95px;
  }
  .hover\:lg\:gap-95px:hover {
    gap: 95px;
  }
  .active\:lg\:gap-95px:active {
    gap: 95px;
  }
  .focus\:lg\:gap-95px:focus {
    gap: 95px;
  }
  .lg\:gap-96px {
    gap: 96px;
  }
  .hover\:lg\:gap-96px:hover {
    gap: 96px;
  }
  .active\:lg\:gap-96px:active {
    gap: 96px;
  }
  .focus\:lg\:gap-96px:focus {
    gap: 96px;
  }
  .lg\:gap-97px {
    gap: 97px;
  }
  .hover\:lg\:gap-97px:hover {
    gap: 97px;
  }
  .active\:lg\:gap-97px:active {
    gap: 97px;
  }
  .focus\:lg\:gap-97px:focus {
    gap: 97px;
  }
  .lg\:gap-98px {
    gap: 98px;
  }
  .hover\:lg\:gap-98px:hover {
    gap: 98px;
  }
  .active\:lg\:gap-98px:active {
    gap: 98px;
  }
  .focus\:lg\:gap-98px:focus {
    gap: 98px;
  }
  .lg\:gap-99px {
    gap: 99px;
  }
  .hover\:lg\:gap-99px:hover {
    gap: 99px;
  }
  .active\:lg\:gap-99px:active {
    gap: 99px;
  }
  .focus\:lg\:gap-99px:focus {
    gap: 99px;
  }
  .lg\:gap-100px {
    gap: 100px;
  }
  .hover\:lg\:gap-100px:hover {
    gap: 100px;
  }
  .active\:lg\:gap-100px:active {
    gap: 100px;
  }
  .focus\:lg\:gap-100px:focus {
    gap: 100px;
  }
  .lg\:gap-x-0px {
    column-gap: 0px;
  }
  .hover\:lg\:gap-x-0px:hover {
    column-gap: 0px;
  }
  .active\:lg\:gap-x-0px:active {
    column-gap: 0px;
  }
  .focus\:lg\:gap-x-0px:focus {
    column-gap: 0px;
  }
  .lg\:gap-x-1px {
    column-gap: 1px;
  }
  .hover\:lg\:gap-x-1px:hover {
    column-gap: 1px;
  }
  .active\:lg\:gap-x-1px:active {
    column-gap: 1px;
  }
  .focus\:lg\:gap-x-1px:focus {
    column-gap: 1px;
  }
  .lg\:gap-x-2px {
    column-gap: 2px;
  }
  .hover\:lg\:gap-x-2px:hover {
    column-gap: 2px;
  }
  .active\:lg\:gap-x-2px:active {
    column-gap: 2px;
  }
  .focus\:lg\:gap-x-2px:focus {
    column-gap: 2px;
  }
  .lg\:gap-x-3px {
    column-gap: 3px;
  }
  .hover\:lg\:gap-x-3px:hover {
    column-gap: 3px;
  }
  .active\:lg\:gap-x-3px:active {
    column-gap: 3px;
  }
  .focus\:lg\:gap-x-3px:focus {
    column-gap: 3px;
  }
  .lg\:gap-x-4px {
    column-gap: 4px;
  }
  .hover\:lg\:gap-x-4px:hover {
    column-gap: 4px;
  }
  .active\:lg\:gap-x-4px:active {
    column-gap: 4px;
  }
  .focus\:lg\:gap-x-4px:focus {
    column-gap: 4px;
  }
  .lg\:gap-x-5px {
    column-gap: 5px;
  }
  .hover\:lg\:gap-x-5px:hover {
    column-gap: 5px;
  }
  .active\:lg\:gap-x-5px:active {
    column-gap: 5px;
  }
  .focus\:lg\:gap-x-5px:focus {
    column-gap: 5px;
  }
  .lg\:gap-x-6px {
    column-gap: 6px;
  }
  .hover\:lg\:gap-x-6px:hover {
    column-gap: 6px;
  }
  .active\:lg\:gap-x-6px:active {
    column-gap: 6px;
  }
  .focus\:lg\:gap-x-6px:focus {
    column-gap: 6px;
  }
  .lg\:gap-x-7px {
    column-gap: 7px;
  }
  .hover\:lg\:gap-x-7px:hover {
    column-gap: 7px;
  }
  .active\:lg\:gap-x-7px:active {
    column-gap: 7px;
  }
  .focus\:lg\:gap-x-7px:focus {
    column-gap: 7px;
  }
  .lg\:gap-x-8px {
    column-gap: 8px;
  }
  .hover\:lg\:gap-x-8px:hover {
    column-gap: 8px;
  }
  .active\:lg\:gap-x-8px:active {
    column-gap: 8px;
  }
  .focus\:lg\:gap-x-8px:focus {
    column-gap: 8px;
  }
  .lg\:gap-x-9px {
    column-gap: 9px;
  }
  .hover\:lg\:gap-x-9px:hover {
    column-gap: 9px;
  }
  .active\:lg\:gap-x-9px:active {
    column-gap: 9px;
  }
  .focus\:lg\:gap-x-9px:focus {
    column-gap: 9px;
  }
  .lg\:gap-x-10px {
    column-gap: 10px;
  }
  .hover\:lg\:gap-x-10px:hover {
    column-gap: 10px;
  }
  .active\:lg\:gap-x-10px:active {
    column-gap: 10px;
  }
  .focus\:lg\:gap-x-10px:focus {
    column-gap: 10px;
  }
  .lg\:gap-x-11px {
    column-gap: 11px;
  }
  .hover\:lg\:gap-x-11px:hover {
    column-gap: 11px;
  }
  .active\:lg\:gap-x-11px:active {
    column-gap: 11px;
  }
  .focus\:lg\:gap-x-11px:focus {
    column-gap: 11px;
  }
  .lg\:gap-x-12px {
    column-gap: 12px;
  }
  .hover\:lg\:gap-x-12px:hover {
    column-gap: 12px;
  }
  .active\:lg\:gap-x-12px:active {
    column-gap: 12px;
  }
  .focus\:lg\:gap-x-12px:focus {
    column-gap: 12px;
  }
  .lg\:gap-x-13px {
    column-gap: 13px;
  }
  .hover\:lg\:gap-x-13px:hover {
    column-gap: 13px;
  }
  .active\:lg\:gap-x-13px:active {
    column-gap: 13px;
  }
  .focus\:lg\:gap-x-13px:focus {
    column-gap: 13px;
  }
  .lg\:gap-x-14px {
    column-gap: 14px;
  }
  .hover\:lg\:gap-x-14px:hover {
    column-gap: 14px;
  }
  .active\:lg\:gap-x-14px:active {
    column-gap: 14px;
  }
  .focus\:lg\:gap-x-14px:focus {
    column-gap: 14px;
  }
  .lg\:gap-x-15px {
    column-gap: 15px;
  }
  .hover\:lg\:gap-x-15px:hover {
    column-gap: 15px;
  }
  .active\:lg\:gap-x-15px:active {
    column-gap: 15px;
  }
  .focus\:lg\:gap-x-15px:focus {
    column-gap: 15px;
  }
  .lg\:gap-x-16px {
    column-gap: 16px;
  }
  .hover\:lg\:gap-x-16px:hover {
    column-gap: 16px;
  }
  .active\:lg\:gap-x-16px:active {
    column-gap: 16px;
  }
  .focus\:lg\:gap-x-16px:focus {
    column-gap: 16px;
  }
  .lg\:gap-x-17px {
    column-gap: 17px;
  }
  .hover\:lg\:gap-x-17px:hover {
    column-gap: 17px;
  }
  .active\:lg\:gap-x-17px:active {
    column-gap: 17px;
  }
  .focus\:lg\:gap-x-17px:focus {
    column-gap: 17px;
  }
  .lg\:gap-x-18px {
    column-gap: 18px;
  }
  .hover\:lg\:gap-x-18px:hover {
    column-gap: 18px;
  }
  .active\:lg\:gap-x-18px:active {
    column-gap: 18px;
  }
  .focus\:lg\:gap-x-18px:focus {
    column-gap: 18px;
  }
  .lg\:gap-x-19px {
    column-gap: 19px;
  }
  .hover\:lg\:gap-x-19px:hover {
    column-gap: 19px;
  }
  .active\:lg\:gap-x-19px:active {
    column-gap: 19px;
  }
  .focus\:lg\:gap-x-19px:focus {
    column-gap: 19px;
  }
  .lg\:gap-x-20px {
    column-gap: 20px;
  }
  .hover\:lg\:gap-x-20px:hover {
    column-gap: 20px;
  }
  .active\:lg\:gap-x-20px:active {
    column-gap: 20px;
  }
  .focus\:lg\:gap-x-20px:focus {
    column-gap: 20px;
  }
  .lg\:gap-x-21px {
    column-gap: 21px;
  }
  .hover\:lg\:gap-x-21px:hover {
    column-gap: 21px;
  }
  .active\:lg\:gap-x-21px:active {
    column-gap: 21px;
  }
  .focus\:lg\:gap-x-21px:focus {
    column-gap: 21px;
  }
  .lg\:gap-x-22px {
    column-gap: 22px;
  }
  .hover\:lg\:gap-x-22px:hover {
    column-gap: 22px;
  }
  .active\:lg\:gap-x-22px:active {
    column-gap: 22px;
  }
  .focus\:lg\:gap-x-22px:focus {
    column-gap: 22px;
  }
  .lg\:gap-x-23px {
    column-gap: 23px;
  }
  .hover\:lg\:gap-x-23px:hover {
    column-gap: 23px;
  }
  .active\:lg\:gap-x-23px:active {
    column-gap: 23px;
  }
  .focus\:lg\:gap-x-23px:focus {
    column-gap: 23px;
  }
  .lg\:gap-x-24px {
    column-gap: 24px;
  }
  .hover\:lg\:gap-x-24px:hover {
    column-gap: 24px;
  }
  .active\:lg\:gap-x-24px:active {
    column-gap: 24px;
  }
  .focus\:lg\:gap-x-24px:focus {
    column-gap: 24px;
  }
  .lg\:gap-x-25px {
    column-gap: 25px;
  }
  .hover\:lg\:gap-x-25px:hover {
    column-gap: 25px;
  }
  .active\:lg\:gap-x-25px:active {
    column-gap: 25px;
  }
  .focus\:lg\:gap-x-25px:focus {
    column-gap: 25px;
  }
  .lg\:gap-x-26px {
    column-gap: 26px;
  }
  .hover\:lg\:gap-x-26px:hover {
    column-gap: 26px;
  }
  .active\:lg\:gap-x-26px:active {
    column-gap: 26px;
  }
  .focus\:lg\:gap-x-26px:focus {
    column-gap: 26px;
  }
  .lg\:gap-x-27px {
    column-gap: 27px;
  }
  .hover\:lg\:gap-x-27px:hover {
    column-gap: 27px;
  }
  .active\:lg\:gap-x-27px:active {
    column-gap: 27px;
  }
  .focus\:lg\:gap-x-27px:focus {
    column-gap: 27px;
  }
  .lg\:gap-x-28px {
    column-gap: 28px;
  }
  .hover\:lg\:gap-x-28px:hover {
    column-gap: 28px;
  }
  .active\:lg\:gap-x-28px:active {
    column-gap: 28px;
  }
  .focus\:lg\:gap-x-28px:focus {
    column-gap: 28px;
  }
  .lg\:gap-x-29px {
    column-gap: 29px;
  }
  .hover\:lg\:gap-x-29px:hover {
    column-gap: 29px;
  }
  .active\:lg\:gap-x-29px:active {
    column-gap: 29px;
  }
  .focus\:lg\:gap-x-29px:focus {
    column-gap: 29px;
  }
  .lg\:gap-x-30px {
    column-gap: 30px;
  }
  .hover\:lg\:gap-x-30px:hover {
    column-gap: 30px;
  }
  .active\:lg\:gap-x-30px:active {
    column-gap: 30px;
  }
  .focus\:lg\:gap-x-30px:focus {
    column-gap: 30px;
  }
  .lg\:gap-x-31px {
    column-gap: 31px;
  }
  .hover\:lg\:gap-x-31px:hover {
    column-gap: 31px;
  }
  .active\:lg\:gap-x-31px:active {
    column-gap: 31px;
  }
  .focus\:lg\:gap-x-31px:focus {
    column-gap: 31px;
  }
  .lg\:gap-x-32px {
    column-gap: 32px;
  }
  .hover\:lg\:gap-x-32px:hover {
    column-gap: 32px;
  }
  .active\:lg\:gap-x-32px:active {
    column-gap: 32px;
  }
  .focus\:lg\:gap-x-32px:focus {
    column-gap: 32px;
  }
  .lg\:gap-x-33px {
    column-gap: 33px;
  }
  .hover\:lg\:gap-x-33px:hover {
    column-gap: 33px;
  }
  .active\:lg\:gap-x-33px:active {
    column-gap: 33px;
  }
  .focus\:lg\:gap-x-33px:focus {
    column-gap: 33px;
  }
  .lg\:gap-x-34px {
    column-gap: 34px;
  }
  .hover\:lg\:gap-x-34px:hover {
    column-gap: 34px;
  }
  .active\:lg\:gap-x-34px:active {
    column-gap: 34px;
  }
  .focus\:lg\:gap-x-34px:focus {
    column-gap: 34px;
  }
  .lg\:gap-x-35px {
    column-gap: 35px;
  }
  .hover\:lg\:gap-x-35px:hover {
    column-gap: 35px;
  }
  .active\:lg\:gap-x-35px:active {
    column-gap: 35px;
  }
  .focus\:lg\:gap-x-35px:focus {
    column-gap: 35px;
  }
  .lg\:gap-x-36px {
    column-gap: 36px;
  }
  .hover\:lg\:gap-x-36px:hover {
    column-gap: 36px;
  }
  .active\:lg\:gap-x-36px:active {
    column-gap: 36px;
  }
  .focus\:lg\:gap-x-36px:focus {
    column-gap: 36px;
  }
  .lg\:gap-x-37px {
    column-gap: 37px;
  }
  .hover\:lg\:gap-x-37px:hover {
    column-gap: 37px;
  }
  .active\:lg\:gap-x-37px:active {
    column-gap: 37px;
  }
  .focus\:lg\:gap-x-37px:focus {
    column-gap: 37px;
  }
  .lg\:gap-x-38px {
    column-gap: 38px;
  }
  .hover\:lg\:gap-x-38px:hover {
    column-gap: 38px;
  }
  .active\:lg\:gap-x-38px:active {
    column-gap: 38px;
  }
  .focus\:lg\:gap-x-38px:focus {
    column-gap: 38px;
  }
  .lg\:gap-x-39px {
    column-gap: 39px;
  }
  .hover\:lg\:gap-x-39px:hover {
    column-gap: 39px;
  }
  .active\:lg\:gap-x-39px:active {
    column-gap: 39px;
  }
  .focus\:lg\:gap-x-39px:focus {
    column-gap: 39px;
  }
  .lg\:gap-x-40px {
    column-gap: 40px;
  }
  .hover\:lg\:gap-x-40px:hover {
    column-gap: 40px;
  }
  .active\:lg\:gap-x-40px:active {
    column-gap: 40px;
  }
  .focus\:lg\:gap-x-40px:focus {
    column-gap: 40px;
  }
  .lg\:gap-x-41px {
    column-gap: 41px;
  }
  .hover\:lg\:gap-x-41px:hover {
    column-gap: 41px;
  }
  .active\:lg\:gap-x-41px:active {
    column-gap: 41px;
  }
  .focus\:lg\:gap-x-41px:focus {
    column-gap: 41px;
  }
  .lg\:gap-x-42px {
    column-gap: 42px;
  }
  .hover\:lg\:gap-x-42px:hover {
    column-gap: 42px;
  }
  .active\:lg\:gap-x-42px:active {
    column-gap: 42px;
  }
  .focus\:lg\:gap-x-42px:focus {
    column-gap: 42px;
  }
  .lg\:gap-x-43px {
    column-gap: 43px;
  }
  .hover\:lg\:gap-x-43px:hover {
    column-gap: 43px;
  }
  .active\:lg\:gap-x-43px:active {
    column-gap: 43px;
  }
  .focus\:lg\:gap-x-43px:focus {
    column-gap: 43px;
  }
  .lg\:gap-x-44px {
    column-gap: 44px;
  }
  .hover\:lg\:gap-x-44px:hover {
    column-gap: 44px;
  }
  .active\:lg\:gap-x-44px:active {
    column-gap: 44px;
  }
  .focus\:lg\:gap-x-44px:focus {
    column-gap: 44px;
  }
  .lg\:gap-x-45px {
    column-gap: 45px;
  }
  .hover\:lg\:gap-x-45px:hover {
    column-gap: 45px;
  }
  .active\:lg\:gap-x-45px:active {
    column-gap: 45px;
  }
  .focus\:lg\:gap-x-45px:focus {
    column-gap: 45px;
  }
  .lg\:gap-x-46px {
    column-gap: 46px;
  }
  .hover\:lg\:gap-x-46px:hover {
    column-gap: 46px;
  }
  .active\:lg\:gap-x-46px:active {
    column-gap: 46px;
  }
  .focus\:lg\:gap-x-46px:focus {
    column-gap: 46px;
  }
  .lg\:gap-x-47px {
    column-gap: 47px;
  }
  .hover\:lg\:gap-x-47px:hover {
    column-gap: 47px;
  }
  .active\:lg\:gap-x-47px:active {
    column-gap: 47px;
  }
  .focus\:lg\:gap-x-47px:focus {
    column-gap: 47px;
  }
  .lg\:gap-x-48px {
    column-gap: 48px;
  }
  .hover\:lg\:gap-x-48px:hover {
    column-gap: 48px;
  }
  .active\:lg\:gap-x-48px:active {
    column-gap: 48px;
  }
  .focus\:lg\:gap-x-48px:focus {
    column-gap: 48px;
  }
  .lg\:gap-x-49px {
    column-gap: 49px;
  }
  .hover\:lg\:gap-x-49px:hover {
    column-gap: 49px;
  }
  .active\:lg\:gap-x-49px:active {
    column-gap: 49px;
  }
  .focus\:lg\:gap-x-49px:focus {
    column-gap: 49px;
  }
  .lg\:gap-x-50px {
    column-gap: 50px;
  }
  .hover\:lg\:gap-x-50px:hover {
    column-gap: 50px;
  }
  .active\:lg\:gap-x-50px:active {
    column-gap: 50px;
  }
  .focus\:lg\:gap-x-50px:focus {
    column-gap: 50px;
  }
  .lg\:gap-x-51px {
    column-gap: 51px;
  }
  .hover\:lg\:gap-x-51px:hover {
    column-gap: 51px;
  }
  .active\:lg\:gap-x-51px:active {
    column-gap: 51px;
  }
  .focus\:lg\:gap-x-51px:focus {
    column-gap: 51px;
  }
  .lg\:gap-x-52px {
    column-gap: 52px;
  }
  .hover\:lg\:gap-x-52px:hover {
    column-gap: 52px;
  }
  .active\:lg\:gap-x-52px:active {
    column-gap: 52px;
  }
  .focus\:lg\:gap-x-52px:focus {
    column-gap: 52px;
  }
  .lg\:gap-x-53px {
    column-gap: 53px;
  }
  .hover\:lg\:gap-x-53px:hover {
    column-gap: 53px;
  }
  .active\:lg\:gap-x-53px:active {
    column-gap: 53px;
  }
  .focus\:lg\:gap-x-53px:focus {
    column-gap: 53px;
  }
  .lg\:gap-x-54px {
    column-gap: 54px;
  }
  .hover\:lg\:gap-x-54px:hover {
    column-gap: 54px;
  }
  .active\:lg\:gap-x-54px:active {
    column-gap: 54px;
  }
  .focus\:lg\:gap-x-54px:focus {
    column-gap: 54px;
  }
  .lg\:gap-x-55px {
    column-gap: 55px;
  }
  .hover\:lg\:gap-x-55px:hover {
    column-gap: 55px;
  }
  .active\:lg\:gap-x-55px:active {
    column-gap: 55px;
  }
  .focus\:lg\:gap-x-55px:focus {
    column-gap: 55px;
  }
  .lg\:gap-x-56px {
    column-gap: 56px;
  }
  .hover\:lg\:gap-x-56px:hover {
    column-gap: 56px;
  }
  .active\:lg\:gap-x-56px:active {
    column-gap: 56px;
  }
  .focus\:lg\:gap-x-56px:focus {
    column-gap: 56px;
  }
  .lg\:gap-x-57px {
    column-gap: 57px;
  }
  .hover\:lg\:gap-x-57px:hover {
    column-gap: 57px;
  }
  .active\:lg\:gap-x-57px:active {
    column-gap: 57px;
  }
  .focus\:lg\:gap-x-57px:focus {
    column-gap: 57px;
  }
  .lg\:gap-x-58px {
    column-gap: 58px;
  }
  .hover\:lg\:gap-x-58px:hover {
    column-gap: 58px;
  }
  .active\:lg\:gap-x-58px:active {
    column-gap: 58px;
  }
  .focus\:lg\:gap-x-58px:focus {
    column-gap: 58px;
  }
  .lg\:gap-x-59px {
    column-gap: 59px;
  }
  .hover\:lg\:gap-x-59px:hover {
    column-gap: 59px;
  }
  .active\:lg\:gap-x-59px:active {
    column-gap: 59px;
  }
  .focus\:lg\:gap-x-59px:focus {
    column-gap: 59px;
  }
  .lg\:gap-x-60px {
    column-gap: 60px;
  }
  .hover\:lg\:gap-x-60px:hover {
    column-gap: 60px;
  }
  .active\:lg\:gap-x-60px:active {
    column-gap: 60px;
  }
  .focus\:lg\:gap-x-60px:focus {
    column-gap: 60px;
  }
  .lg\:gap-x-61px {
    column-gap: 61px;
  }
  .hover\:lg\:gap-x-61px:hover {
    column-gap: 61px;
  }
  .active\:lg\:gap-x-61px:active {
    column-gap: 61px;
  }
  .focus\:lg\:gap-x-61px:focus {
    column-gap: 61px;
  }
  .lg\:gap-x-62px {
    column-gap: 62px;
  }
  .hover\:lg\:gap-x-62px:hover {
    column-gap: 62px;
  }
  .active\:lg\:gap-x-62px:active {
    column-gap: 62px;
  }
  .focus\:lg\:gap-x-62px:focus {
    column-gap: 62px;
  }
  .lg\:gap-x-63px {
    column-gap: 63px;
  }
  .hover\:lg\:gap-x-63px:hover {
    column-gap: 63px;
  }
  .active\:lg\:gap-x-63px:active {
    column-gap: 63px;
  }
  .focus\:lg\:gap-x-63px:focus {
    column-gap: 63px;
  }
  .lg\:gap-x-64px {
    column-gap: 64px;
  }
  .hover\:lg\:gap-x-64px:hover {
    column-gap: 64px;
  }
  .active\:lg\:gap-x-64px:active {
    column-gap: 64px;
  }
  .focus\:lg\:gap-x-64px:focus {
    column-gap: 64px;
  }
  .lg\:gap-x-65px {
    column-gap: 65px;
  }
  .hover\:lg\:gap-x-65px:hover {
    column-gap: 65px;
  }
  .active\:lg\:gap-x-65px:active {
    column-gap: 65px;
  }
  .focus\:lg\:gap-x-65px:focus {
    column-gap: 65px;
  }
  .lg\:gap-x-66px {
    column-gap: 66px;
  }
  .hover\:lg\:gap-x-66px:hover {
    column-gap: 66px;
  }
  .active\:lg\:gap-x-66px:active {
    column-gap: 66px;
  }
  .focus\:lg\:gap-x-66px:focus {
    column-gap: 66px;
  }
  .lg\:gap-x-67px {
    column-gap: 67px;
  }
  .hover\:lg\:gap-x-67px:hover {
    column-gap: 67px;
  }
  .active\:lg\:gap-x-67px:active {
    column-gap: 67px;
  }
  .focus\:lg\:gap-x-67px:focus {
    column-gap: 67px;
  }
  .lg\:gap-x-68px {
    column-gap: 68px;
  }
  .hover\:lg\:gap-x-68px:hover {
    column-gap: 68px;
  }
  .active\:lg\:gap-x-68px:active {
    column-gap: 68px;
  }
  .focus\:lg\:gap-x-68px:focus {
    column-gap: 68px;
  }
  .lg\:gap-x-69px {
    column-gap: 69px;
  }
  .hover\:lg\:gap-x-69px:hover {
    column-gap: 69px;
  }
  .active\:lg\:gap-x-69px:active {
    column-gap: 69px;
  }
  .focus\:lg\:gap-x-69px:focus {
    column-gap: 69px;
  }
  .lg\:gap-x-70px {
    column-gap: 70px;
  }
  .hover\:lg\:gap-x-70px:hover {
    column-gap: 70px;
  }
  .active\:lg\:gap-x-70px:active {
    column-gap: 70px;
  }
  .focus\:lg\:gap-x-70px:focus {
    column-gap: 70px;
  }
  .lg\:gap-x-71px {
    column-gap: 71px;
  }
  .hover\:lg\:gap-x-71px:hover {
    column-gap: 71px;
  }
  .active\:lg\:gap-x-71px:active {
    column-gap: 71px;
  }
  .focus\:lg\:gap-x-71px:focus {
    column-gap: 71px;
  }
  .lg\:gap-x-72px {
    column-gap: 72px;
  }
  .hover\:lg\:gap-x-72px:hover {
    column-gap: 72px;
  }
  .active\:lg\:gap-x-72px:active {
    column-gap: 72px;
  }
  .focus\:lg\:gap-x-72px:focus {
    column-gap: 72px;
  }
  .lg\:gap-x-73px {
    column-gap: 73px;
  }
  .hover\:lg\:gap-x-73px:hover {
    column-gap: 73px;
  }
  .active\:lg\:gap-x-73px:active {
    column-gap: 73px;
  }
  .focus\:lg\:gap-x-73px:focus {
    column-gap: 73px;
  }
  .lg\:gap-x-74px {
    column-gap: 74px;
  }
  .hover\:lg\:gap-x-74px:hover {
    column-gap: 74px;
  }
  .active\:lg\:gap-x-74px:active {
    column-gap: 74px;
  }
  .focus\:lg\:gap-x-74px:focus {
    column-gap: 74px;
  }
  .lg\:gap-x-75px {
    column-gap: 75px;
  }
  .hover\:lg\:gap-x-75px:hover {
    column-gap: 75px;
  }
  .active\:lg\:gap-x-75px:active {
    column-gap: 75px;
  }
  .focus\:lg\:gap-x-75px:focus {
    column-gap: 75px;
  }
  .lg\:gap-x-76px {
    column-gap: 76px;
  }
  .hover\:lg\:gap-x-76px:hover {
    column-gap: 76px;
  }
  .active\:lg\:gap-x-76px:active {
    column-gap: 76px;
  }
  .focus\:lg\:gap-x-76px:focus {
    column-gap: 76px;
  }
  .lg\:gap-x-77px {
    column-gap: 77px;
  }
  .hover\:lg\:gap-x-77px:hover {
    column-gap: 77px;
  }
  .active\:lg\:gap-x-77px:active {
    column-gap: 77px;
  }
  .focus\:lg\:gap-x-77px:focus {
    column-gap: 77px;
  }
  .lg\:gap-x-78px {
    column-gap: 78px;
  }
  .hover\:lg\:gap-x-78px:hover {
    column-gap: 78px;
  }
  .active\:lg\:gap-x-78px:active {
    column-gap: 78px;
  }
  .focus\:lg\:gap-x-78px:focus {
    column-gap: 78px;
  }
  .lg\:gap-x-79px {
    column-gap: 79px;
  }
  .hover\:lg\:gap-x-79px:hover {
    column-gap: 79px;
  }
  .active\:lg\:gap-x-79px:active {
    column-gap: 79px;
  }
  .focus\:lg\:gap-x-79px:focus {
    column-gap: 79px;
  }
  .lg\:gap-x-80px {
    column-gap: 80px;
  }
  .hover\:lg\:gap-x-80px:hover {
    column-gap: 80px;
  }
  .active\:lg\:gap-x-80px:active {
    column-gap: 80px;
  }
  .focus\:lg\:gap-x-80px:focus {
    column-gap: 80px;
  }
  .lg\:gap-x-81px {
    column-gap: 81px;
  }
  .hover\:lg\:gap-x-81px:hover {
    column-gap: 81px;
  }
  .active\:lg\:gap-x-81px:active {
    column-gap: 81px;
  }
  .focus\:lg\:gap-x-81px:focus {
    column-gap: 81px;
  }
  .lg\:gap-x-82px {
    column-gap: 82px;
  }
  .hover\:lg\:gap-x-82px:hover {
    column-gap: 82px;
  }
  .active\:lg\:gap-x-82px:active {
    column-gap: 82px;
  }
  .focus\:lg\:gap-x-82px:focus {
    column-gap: 82px;
  }
  .lg\:gap-x-83px {
    column-gap: 83px;
  }
  .hover\:lg\:gap-x-83px:hover {
    column-gap: 83px;
  }
  .active\:lg\:gap-x-83px:active {
    column-gap: 83px;
  }
  .focus\:lg\:gap-x-83px:focus {
    column-gap: 83px;
  }
  .lg\:gap-x-84px {
    column-gap: 84px;
  }
  .hover\:lg\:gap-x-84px:hover {
    column-gap: 84px;
  }
  .active\:lg\:gap-x-84px:active {
    column-gap: 84px;
  }
  .focus\:lg\:gap-x-84px:focus {
    column-gap: 84px;
  }
  .lg\:gap-x-85px {
    column-gap: 85px;
  }
  .hover\:lg\:gap-x-85px:hover {
    column-gap: 85px;
  }
  .active\:lg\:gap-x-85px:active {
    column-gap: 85px;
  }
  .focus\:lg\:gap-x-85px:focus {
    column-gap: 85px;
  }
  .lg\:gap-x-86px {
    column-gap: 86px;
  }
  .hover\:lg\:gap-x-86px:hover {
    column-gap: 86px;
  }
  .active\:lg\:gap-x-86px:active {
    column-gap: 86px;
  }
  .focus\:lg\:gap-x-86px:focus {
    column-gap: 86px;
  }
  .lg\:gap-x-87px {
    column-gap: 87px;
  }
  .hover\:lg\:gap-x-87px:hover {
    column-gap: 87px;
  }
  .active\:lg\:gap-x-87px:active {
    column-gap: 87px;
  }
  .focus\:lg\:gap-x-87px:focus {
    column-gap: 87px;
  }
  .lg\:gap-x-88px {
    column-gap: 88px;
  }
  .hover\:lg\:gap-x-88px:hover {
    column-gap: 88px;
  }
  .active\:lg\:gap-x-88px:active {
    column-gap: 88px;
  }
  .focus\:lg\:gap-x-88px:focus {
    column-gap: 88px;
  }
  .lg\:gap-x-89px {
    column-gap: 89px;
  }
  .hover\:lg\:gap-x-89px:hover {
    column-gap: 89px;
  }
  .active\:lg\:gap-x-89px:active {
    column-gap: 89px;
  }
  .focus\:lg\:gap-x-89px:focus {
    column-gap: 89px;
  }
  .lg\:gap-x-90px {
    column-gap: 90px;
  }
  .hover\:lg\:gap-x-90px:hover {
    column-gap: 90px;
  }
  .active\:lg\:gap-x-90px:active {
    column-gap: 90px;
  }
  .focus\:lg\:gap-x-90px:focus {
    column-gap: 90px;
  }
  .lg\:gap-x-91px {
    column-gap: 91px;
  }
  .hover\:lg\:gap-x-91px:hover {
    column-gap: 91px;
  }
  .active\:lg\:gap-x-91px:active {
    column-gap: 91px;
  }
  .focus\:lg\:gap-x-91px:focus {
    column-gap: 91px;
  }
  .lg\:gap-x-92px {
    column-gap: 92px;
  }
  .hover\:lg\:gap-x-92px:hover {
    column-gap: 92px;
  }
  .active\:lg\:gap-x-92px:active {
    column-gap: 92px;
  }
  .focus\:lg\:gap-x-92px:focus {
    column-gap: 92px;
  }
  .lg\:gap-x-93px {
    column-gap: 93px;
  }
  .hover\:lg\:gap-x-93px:hover {
    column-gap: 93px;
  }
  .active\:lg\:gap-x-93px:active {
    column-gap: 93px;
  }
  .focus\:lg\:gap-x-93px:focus {
    column-gap: 93px;
  }
  .lg\:gap-x-94px {
    column-gap: 94px;
  }
  .hover\:lg\:gap-x-94px:hover {
    column-gap: 94px;
  }
  .active\:lg\:gap-x-94px:active {
    column-gap: 94px;
  }
  .focus\:lg\:gap-x-94px:focus {
    column-gap: 94px;
  }
  .lg\:gap-x-95px {
    column-gap: 95px;
  }
  .hover\:lg\:gap-x-95px:hover {
    column-gap: 95px;
  }
  .active\:lg\:gap-x-95px:active {
    column-gap: 95px;
  }
  .focus\:lg\:gap-x-95px:focus {
    column-gap: 95px;
  }
  .lg\:gap-x-96px {
    column-gap: 96px;
  }
  .hover\:lg\:gap-x-96px:hover {
    column-gap: 96px;
  }
  .active\:lg\:gap-x-96px:active {
    column-gap: 96px;
  }
  .focus\:lg\:gap-x-96px:focus {
    column-gap: 96px;
  }
  .lg\:gap-x-97px {
    column-gap: 97px;
  }
  .hover\:lg\:gap-x-97px:hover {
    column-gap: 97px;
  }
  .active\:lg\:gap-x-97px:active {
    column-gap: 97px;
  }
  .focus\:lg\:gap-x-97px:focus {
    column-gap: 97px;
  }
  .lg\:gap-x-98px {
    column-gap: 98px;
  }
  .hover\:lg\:gap-x-98px:hover {
    column-gap: 98px;
  }
  .active\:lg\:gap-x-98px:active {
    column-gap: 98px;
  }
  .focus\:lg\:gap-x-98px:focus {
    column-gap: 98px;
  }
  .lg\:gap-x-99px {
    column-gap: 99px;
  }
  .hover\:lg\:gap-x-99px:hover {
    column-gap: 99px;
  }
  .active\:lg\:gap-x-99px:active {
    column-gap: 99px;
  }
  .focus\:lg\:gap-x-99px:focus {
    column-gap: 99px;
  }
  .lg\:gap-x-100px {
    column-gap: 100px;
  }
  .hover\:lg\:gap-x-100px:hover {
    column-gap: 100px;
  }
  .active\:lg\:gap-x-100px:active {
    column-gap: 100px;
  }
  .focus\:lg\:gap-x-100px:focus {
    column-gap: 100px;
  }
  .lg\:gap-y-0px {
    row-gap: 0px;
  }
  .hover\:lg\:gap-y-0px:hover {
    row-gap: 0px;
  }
  .active\:lg\:gap-y-0px:active {
    row-gap: 0px;
  }
  .focus\:lg\:gap-y-0px:focus {
    row-gap: 0px;
  }
  .lg\:gap-y-1px {
    row-gap: 1px;
  }
  .hover\:lg\:gap-y-1px:hover {
    row-gap: 1px;
  }
  .active\:lg\:gap-y-1px:active {
    row-gap: 1px;
  }
  .focus\:lg\:gap-y-1px:focus {
    row-gap: 1px;
  }
  .lg\:gap-y-2px {
    row-gap: 2px;
  }
  .hover\:lg\:gap-y-2px:hover {
    row-gap: 2px;
  }
  .active\:lg\:gap-y-2px:active {
    row-gap: 2px;
  }
  .focus\:lg\:gap-y-2px:focus {
    row-gap: 2px;
  }
  .lg\:gap-y-3px {
    row-gap: 3px;
  }
  .hover\:lg\:gap-y-3px:hover {
    row-gap: 3px;
  }
  .active\:lg\:gap-y-3px:active {
    row-gap: 3px;
  }
  .focus\:lg\:gap-y-3px:focus {
    row-gap: 3px;
  }
  .lg\:gap-y-4px {
    row-gap: 4px;
  }
  .hover\:lg\:gap-y-4px:hover {
    row-gap: 4px;
  }
  .active\:lg\:gap-y-4px:active {
    row-gap: 4px;
  }
  .focus\:lg\:gap-y-4px:focus {
    row-gap: 4px;
  }
  .lg\:gap-y-5px {
    row-gap: 5px;
  }
  .hover\:lg\:gap-y-5px:hover {
    row-gap: 5px;
  }
  .active\:lg\:gap-y-5px:active {
    row-gap: 5px;
  }
  .focus\:lg\:gap-y-5px:focus {
    row-gap: 5px;
  }
  .lg\:gap-y-6px {
    row-gap: 6px;
  }
  .hover\:lg\:gap-y-6px:hover {
    row-gap: 6px;
  }
  .active\:lg\:gap-y-6px:active {
    row-gap: 6px;
  }
  .focus\:lg\:gap-y-6px:focus {
    row-gap: 6px;
  }
  .lg\:gap-y-7px {
    row-gap: 7px;
  }
  .hover\:lg\:gap-y-7px:hover {
    row-gap: 7px;
  }
  .active\:lg\:gap-y-7px:active {
    row-gap: 7px;
  }
  .focus\:lg\:gap-y-7px:focus {
    row-gap: 7px;
  }
  .lg\:gap-y-8px {
    row-gap: 8px;
  }
  .hover\:lg\:gap-y-8px:hover {
    row-gap: 8px;
  }
  .active\:lg\:gap-y-8px:active {
    row-gap: 8px;
  }
  .focus\:lg\:gap-y-8px:focus {
    row-gap: 8px;
  }
  .lg\:gap-y-9px {
    row-gap: 9px;
  }
  .hover\:lg\:gap-y-9px:hover {
    row-gap: 9px;
  }
  .active\:lg\:gap-y-9px:active {
    row-gap: 9px;
  }
  .focus\:lg\:gap-y-9px:focus {
    row-gap: 9px;
  }
  .lg\:gap-y-10px {
    row-gap: 10px;
  }
  .hover\:lg\:gap-y-10px:hover {
    row-gap: 10px;
  }
  .active\:lg\:gap-y-10px:active {
    row-gap: 10px;
  }
  .focus\:lg\:gap-y-10px:focus {
    row-gap: 10px;
  }
  .lg\:gap-y-11px {
    row-gap: 11px;
  }
  .hover\:lg\:gap-y-11px:hover {
    row-gap: 11px;
  }
  .active\:lg\:gap-y-11px:active {
    row-gap: 11px;
  }
  .focus\:lg\:gap-y-11px:focus {
    row-gap: 11px;
  }
  .lg\:gap-y-12px {
    row-gap: 12px;
  }
  .hover\:lg\:gap-y-12px:hover {
    row-gap: 12px;
  }
  .active\:lg\:gap-y-12px:active {
    row-gap: 12px;
  }
  .focus\:lg\:gap-y-12px:focus {
    row-gap: 12px;
  }
  .lg\:gap-y-13px {
    row-gap: 13px;
  }
  .hover\:lg\:gap-y-13px:hover {
    row-gap: 13px;
  }
  .active\:lg\:gap-y-13px:active {
    row-gap: 13px;
  }
  .focus\:lg\:gap-y-13px:focus {
    row-gap: 13px;
  }
  .lg\:gap-y-14px {
    row-gap: 14px;
  }
  .hover\:lg\:gap-y-14px:hover {
    row-gap: 14px;
  }
  .active\:lg\:gap-y-14px:active {
    row-gap: 14px;
  }
  .focus\:lg\:gap-y-14px:focus {
    row-gap: 14px;
  }
  .lg\:gap-y-15px {
    row-gap: 15px;
  }
  .hover\:lg\:gap-y-15px:hover {
    row-gap: 15px;
  }
  .active\:lg\:gap-y-15px:active {
    row-gap: 15px;
  }
  .focus\:lg\:gap-y-15px:focus {
    row-gap: 15px;
  }
  .lg\:gap-y-16px {
    row-gap: 16px;
  }
  .hover\:lg\:gap-y-16px:hover {
    row-gap: 16px;
  }
  .active\:lg\:gap-y-16px:active {
    row-gap: 16px;
  }
  .focus\:lg\:gap-y-16px:focus {
    row-gap: 16px;
  }
  .lg\:gap-y-17px {
    row-gap: 17px;
  }
  .hover\:lg\:gap-y-17px:hover {
    row-gap: 17px;
  }
  .active\:lg\:gap-y-17px:active {
    row-gap: 17px;
  }
  .focus\:lg\:gap-y-17px:focus {
    row-gap: 17px;
  }
  .lg\:gap-y-18px {
    row-gap: 18px;
  }
  .hover\:lg\:gap-y-18px:hover {
    row-gap: 18px;
  }
  .active\:lg\:gap-y-18px:active {
    row-gap: 18px;
  }
  .focus\:lg\:gap-y-18px:focus {
    row-gap: 18px;
  }
  .lg\:gap-y-19px {
    row-gap: 19px;
  }
  .hover\:lg\:gap-y-19px:hover {
    row-gap: 19px;
  }
  .active\:lg\:gap-y-19px:active {
    row-gap: 19px;
  }
  .focus\:lg\:gap-y-19px:focus {
    row-gap: 19px;
  }
  .lg\:gap-y-20px {
    row-gap: 20px;
  }
  .hover\:lg\:gap-y-20px:hover {
    row-gap: 20px;
  }
  .active\:lg\:gap-y-20px:active {
    row-gap: 20px;
  }
  .focus\:lg\:gap-y-20px:focus {
    row-gap: 20px;
  }
  .lg\:gap-y-21px {
    row-gap: 21px;
  }
  .hover\:lg\:gap-y-21px:hover {
    row-gap: 21px;
  }
  .active\:lg\:gap-y-21px:active {
    row-gap: 21px;
  }
  .focus\:lg\:gap-y-21px:focus {
    row-gap: 21px;
  }
  .lg\:gap-y-22px {
    row-gap: 22px;
  }
  .hover\:lg\:gap-y-22px:hover {
    row-gap: 22px;
  }
  .active\:lg\:gap-y-22px:active {
    row-gap: 22px;
  }
  .focus\:lg\:gap-y-22px:focus {
    row-gap: 22px;
  }
  .lg\:gap-y-23px {
    row-gap: 23px;
  }
  .hover\:lg\:gap-y-23px:hover {
    row-gap: 23px;
  }
  .active\:lg\:gap-y-23px:active {
    row-gap: 23px;
  }
  .focus\:lg\:gap-y-23px:focus {
    row-gap: 23px;
  }
  .lg\:gap-y-24px {
    row-gap: 24px;
  }
  .hover\:lg\:gap-y-24px:hover {
    row-gap: 24px;
  }
  .active\:lg\:gap-y-24px:active {
    row-gap: 24px;
  }
  .focus\:lg\:gap-y-24px:focus {
    row-gap: 24px;
  }
  .lg\:gap-y-25px {
    row-gap: 25px;
  }
  .hover\:lg\:gap-y-25px:hover {
    row-gap: 25px;
  }
  .active\:lg\:gap-y-25px:active {
    row-gap: 25px;
  }
  .focus\:lg\:gap-y-25px:focus {
    row-gap: 25px;
  }
  .lg\:gap-y-26px {
    row-gap: 26px;
  }
  .hover\:lg\:gap-y-26px:hover {
    row-gap: 26px;
  }
  .active\:lg\:gap-y-26px:active {
    row-gap: 26px;
  }
  .focus\:lg\:gap-y-26px:focus {
    row-gap: 26px;
  }
  .lg\:gap-y-27px {
    row-gap: 27px;
  }
  .hover\:lg\:gap-y-27px:hover {
    row-gap: 27px;
  }
  .active\:lg\:gap-y-27px:active {
    row-gap: 27px;
  }
  .focus\:lg\:gap-y-27px:focus {
    row-gap: 27px;
  }
  .lg\:gap-y-28px {
    row-gap: 28px;
  }
  .hover\:lg\:gap-y-28px:hover {
    row-gap: 28px;
  }
  .active\:lg\:gap-y-28px:active {
    row-gap: 28px;
  }
  .focus\:lg\:gap-y-28px:focus {
    row-gap: 28px;
  }
  .lg\:gap-y-29px {
    row-gap: 29px;
  }
  .hover\:lg\:gap-y-29px:hover {
    row-gap: 29px;
  }
  .active\:lg\:gap-y-29px:active {
    row-gap: 29px;
  }
  .focus\:lg\:gap-y-29px:focus {
    row-gap: 29px;
  }
  .lg\:gap-y-30px {
    row-gap: 30px;
  }
  .hover\:lg\:gap-y-30px:hover {
    row-gap: 30px;
  }
  .active\:lg\:gap-y-30px:active {
    row-gap: 30px;
  }
  .focus\:lg\:gap-y-30px:focus {
    row-gap: 30px;
  }
  .lg\:gap-y-31px {
    row-gap: 31px;
  }
  .hover\:lg\:gap-y-31px:hover {
    row-gap: 31px;
  }
  .active\:lg\:gap-y-31px:active {
    row-gap: 31px;
  }
  .focus\:lg\:gap-y-31px:focus {
    row-gap: 31px;
  }
  .lg\:gap-y-32px {
    row-gap: 32px;
  }
  .hover\:lg\:gap-y-32px:hover {
    row-gap: 32px;
  }
  .active\:lg\:gap-y-32px:active {
    row-gap: 32px;
  }
  .focus\:lg\:gap-y-32px:focus {
    row-gap: 32px;
  }
  .lg\:gap-y-33px {
    row-gap: 33px;
  }
  .hover\:lg\:gap-y-33px:hover {
    row-gap: 33px;
  }
  .active\:lg\:gap-y-33px:active {
    row-gap: 33px;
  }
  .focus\:lg\:gap-y-33px:focus {
    row-gap: 33px;
  }
  .lg\:gap-y-34px {
    row-gap: 34px;
  }
  .hover\:lg\:gap-y-34px:hover {
    row-gap: 34px;
  }
  .active\:lg\:gap-y-34px:active {
    row-gap: 34px;
  }
  .focus\:lg\:gap-y-34px:focus {
    row-gap: 34px;
  }
  .lg\:gap-y-35px {
    row-gap: 35px;
  }
  .hover\:lg\:gap-y-35px:hover {
    row-gap: 35px;
  }
  .active\:lg\:gap-y-35px:active {
    row-gap: 35px;
  }
  .focus\:lg\:gap-y-35px:focus {
    row-gap: 35px;
  }
  .lg\:gap-y-36px {
    row-gap: 36px;
  }
  .hover\:lg\:gap-y-36px:hover {
    row-gap: 36px;
  }
  .active\:lg\:gap-y-36px:active {
    row-gap: 36px;
  }
  .focus\:lg\:gap-y-36px:focus {
    row-gap: 36px;
  }
  .lg\:gap-y-37px {
    row-gap: 37px;
  }
  .hover\:lg\:gap-y-37px:hover {
    row-gap: 37px;
  }
  .active\:lg\:gap-y-37px:active {
    row-gap: 37px;
  }
  .focus\:lg\:gap-y-37px:focus {
    row-gap: 37px;
  }
  .lg\:gap-y-38px {
    row-gap: 38px;
  }
  .hover\:lg\:gap-y-38px:hover {
    row-gap: 38px;
  }
  .active\:lg\:gap-y-38px:active {
    row-gap: 38px;
  }
  .focus\:lg\:gap-y-38px:focus {
    row-gap: 38px;
  }
  .lg\:gap-y-39px {
    row-gap: 39px;
  }
  .hover\:lg\:gap-y-39px:hover {
    row-gap: 39px;
  }
  .active\:lg\:gap-y-39px:active {
    row-gap: 39px;
  }
  .focus\:lg\:gap-y-39px:focus {
    row-gap: 39px;
  }
  .lg\:gap-y-40px {
    row-gap: 40px;
  }
  .hover\:lg\:gap-y-40px:hover {
    row-gap: 40px;
  }
  .active\:lg\:gap-y-40px:active {
    row-gap: 40px;
  }
  .focus\:lg\:gap-y-40px:focus {
    row-gap: 40px;
  }
  .lg\:gap-y-41px {
    row-gap: 41px;
  }
  .hover\:lg\:gap-y-41px:hover {
    row-gap: 41px;
  }
  .active\:lg\:gap-y-41px:active {
    row-gap: 41px;
  }
  .focus\:lg\:gap-y-41px:focus {
    row-gap: 41px;
  }
  .lg\:gap-y-42px {
    row-gap: 42px;
  }
  .hover\:lg\:gap-y-42px:hover {
    row-gap: 42px;
  }
  .active\:lg\:gap-y-42px:active {
    row-gap: 42px;
  }
  .focus\:lg\:gap-y-42px:focus {
    row-gap: 42px;
  }
  .lg\:gap-y-43px {
    row-gap: 43px;
  }
  .hover\:lg\:gap-y-43px:hover {
    row-gap: 43px;
  }
  .active\:lg\:gap-y-43px:active {
    row-gap: 43px;
  }
  .focus\:lg\:gap-y-43px:focus {
    row-gap: 43px;
  }
  .lg\:gap-y-44px {
    row-gap: 44px;
  }
  .hover\:lg\:gap-y-44px:hover {
    row-gap: 44px;
  }
  .active\:lg\:gap-y-44px:active {
    row-gap: 44px;
  }
  .focus\:lg\:gap-y-44px:focus {
    row-gap: 44px;
  }
  .lg\:gap-y-45px {
    row-gap: 45px;
  }
  .hover\:lg\:gap-y-45px:hover {
    row-gap: 45px;
  }
  .active\:lg\:gap-y-45px:active {
    row-gap: 45px;
  }
  .focus\:lg\:gap-y-45px:focus {
    row-gap: 45px;
  }
  .lg\:gap-y-46px {
    row-gap: 46px;
  }
  .hover\:lg\:gap-y-46px:hover {
    row-gap: 46px;
  }
  .active\:lg\:gap-y-46px:active {
    row-gap: 46px;
  }
  .focus\:lg\:gap-y-46px:focus {
    row-gap: 46px;
  }
  .lg\:gap-y-47px {
    row-gap: 47px;
  }
  .hover\:lg\:gap-y-47px:hover {
    row-gap: 47px;
  }
  .active\:lg\:gap-y-47px:active {
    row-gap: 47px;
  }
  .focus\:lg\:gap-y-47px:focus {
    row-gap: 47px;
  }
  .lg\:gap-y-48px {
    row-gap: 48px;
  }
  .hover\:lg\:gap-y-48px:hover {
    row-gap: 48px;
  }
  .active\:lg\:gap-y-48px:active {
    row-gap: 48px;
  }
  .focus\:lg\:gap-y-48px:focus {
    row-gap: 48px;
  }
  .lg\:gap-y-49px {
    row-gap: 49px;
  }
  .hover\:lg\:gap-y-49px:hover {
    row-gap: 49px;
  }
  .active\:lg\:gap-y-49px:active {
    row-gap: 49px;
  }
  .focus\:lg\:gap-y-49px:focus {
    row-gap: 49px;
  }
  .lg\:gap-y-50px {
    row-gap: 50px;
  }
  .hover\:lg\:gap-y-50px:hover {
    row-gap: 50px;
  }
  .active\:lg\:gap-y-50px:active {
    row-gap: 50px;
  }
  .focus\:lg\:gap-y-50px:focus {
    row-gap: 50px;
  }
  .lg\:gap-y-51px {
    row-gap: 51px;
  }
  .hover\:lg\:gap-y-51px:hover {
    row-gap: 51px;
  }
  .active\:lg\:gap-y-51px:active {
    row-gap: 51px;
  }
  .focus\:lg\:gap-y-51px:focus {
    row-gap: 51px;
  }
  .lg\:gap-y-52px {
    row-gap: 52px;
  }
  .hover\:lg\:gap-y-52px:hover {
    row-gap: 52px;
  }
  .active\:lg\:gap-y-52px:active {
    row-gap: 52px;
  }
  .focus\:lg\:gap-y-52px:focus {
    row-gap: 52px;
  }
  .lg\:gap-y-53px {
    row-gap: 53px;
  }
  .hover\:lg\:gap-y-53px:hover {
    row-gap: 53px;
  }
  .active\:lg\:gap-y-53px:active {
    row-gap: 53px;
  }
  .focus\:lg\:gap-y-53px:focus {
    row-gap: 53px;
  }
  .lg\:gap-y-54px {
    row-gap: 54px;
  }
  .hover\:lg\:gap-y-54px:hover {
    row-gap: 54px;
  }
  .active\:lg\:gap-y-54px:active {
    row-gap: 54px;
  }
  .focus\:lg\:gap-y-54px:focus {
    row-gap: 54px;
  }
  .lg\:gap-y-55px {
    row-gap: 55px;
  }
  .hover\:lg\:gap-y-55px:hover {
    row-gap: 55px;
  }
  .active\:lg\:gap-y-55px:active {
    row-gap: 55px;
  }
  .focus\:lg\:gap-y-55px:focus {
    row-gap: 55px;
  }
  .lg\:gap-y-56px {
    row-gap: 56px;
  }
  .hover\:lg\:gap-y-56px:hover {
    row-gap: 56px;
  }
  .active\:lg\:gap-y-56px:active {
    row-gap: 56px;
  }
  .focus\:lg\:gap-y-56px:focus {
    row-gap: 56px;
  }
  .lg\:gap-y-57px {
    row-gap: 57px;
  }
  .hover\:lg\:gap-y-57px:hover {
    row-gap: 57px;
  }
  .active\:lg\:gap-y-57px:active {
    row-gap: 57px;
  }
  .focus\:lg\:gap-y-57px:focus {
    row-gap: 57px;
  }
  .lg\:gap-y-58px {
    row-gap: 58px;
  }
  .hover\:lg\:gap-y-58px:hover {
    row-gap: 58px;
  }
  .active\:lg\:gap-y-58px:active {
    row-gap: 58px;
  }
  .focus\:lg\:gap-y-58px:focus {
    row-gap: 58px;
  }
  .lg\:gap-y-59px {
    row-gap: 59px;
  }
  .hover\:lg\:gap-y-59px:hover {
    row-gap: 59px;
  }
  .active\:lg\:gap-y-59px:active {
    row-gap: 59px;
  }
  .focus\:lg\:gap-y-59px:focus {
    row-gap: 59px;
  }
  .lg\:gap-y-60px {
    row-gap: 60px;
  }
  .hover\:lg\:gap-y-60px:hover {
    row-gap: 60px;
  }
  .active\:lg\:gap-y-60px:active {
    row-gap: 60px;
  }
  .focus\:lg\:gap-y-60px:focus {
    row-gap: 60px;
  }
  .lg\:gap-y-61px {
    row-gap: 61px;
  }
  .hover\:lg\:gap-y-61px:hover {
    row-gap: 61px;
  }
  .active\:lg\:gap-y-61px:active {
    row-gap: 61px;
  }
  .focus\:lg\:gap-y-61px:focus {
    row-gap: 61px;
  }
  .lg\:gap-y-62px {
    row-gap: 62px;
  }
  .hover\:lg\:gap-y-62px:hover {
    row-gap: 62px;
  }
  .active\:lg\:gap-y-62px:active {
    row-gap: 62px;
  }
  .focus\:lg\:gap-y-62px:focus {
    row-gap: 62px;
  }
  .lg\:gap-y-63px {
    row-gap: 63px;
  }
  .hover\:lg\:gap-y-63px:hover {
    row-gap: 63px;
  }
  .active\:lg\:gap-y-63px:active {
    row-gap: 63px;
  }
  .focus\:lg\:gap-y-63px:focus {
    row-gap: 63px;
  }
  .lg\:gap-y-64px {
    row-gap: 64px;
  }
  .hover\:lg\:gap-y-64px:hover {
    row-gap: 64px;
  }
  .active\:lg\:gap-y-64px:active {
    row-gap: 64px;
  }
  .focus\:lg\:gap-y-64px:focus {
    row-gap: 64px;
  }
  .lg\:gap-y-65px {
    row-gap: 65px;
  }
  .hover\:lg\:gap-y-65px:hover {
    row-gap: 65px;
  }
  .active\:lg\:gap-y-65px:active {
    row-gap: 65px;
  }
  .focus\:lg\:gap-y-65px:focus {
    row-gap: 65px;
  }
  .lg\:gap-y-66px {
    row-gap: 66px;
  }
  .hover\:lg\:gap-y-66px:hover {
    row-gap: 66px;
  }
  .active\:lg\:gap-y-66px:active {
    row-gap: 66px;
  }
  .focus\:lg\:gap-y-66px:focus {
    row-gap: 66px;
  }
  .lg\:gap-y-67px {
    row-gap: 67px;
  }
  .hover\:lg\:gap-y-67px:hover {
    row-gap: 67px;
  }
  .active\:lg\:gap-y-67px:active {
    row-gap: 67px;
  }
  .focus\:lg\:gap-y-67px:focus {
    row-gap: 67px;
  }
  .lg\:gap-y-68px {
    row-gap: 68px;
  }
  .hover\:lg\:gap-y-68px:hover {
    row-gap: 68px;
  }
  .active\:lg\:gap-y-68px:active {
    row-gap: 68px;
  }
  .focus\:lg\:gap-y-68px:focus {
    row-gap: 68px;
  }
  .lg\:gap-y-69px {
    row-gap: 69px;
  }
  .hover\:lg\:gap-y-69px:hover {
    row-gap: 69px;
  }
  .active\:lg\:gap-y-69px:active {
    row-gap: 69px;
  }
  .focus\:lg\:gap-y-69px:focus {
    row-gap: 69px;
  }
  .lg\:gap-y-70px {
    row-gap: 70px;
  }
  .hover\:lg\:gap-y-70px:hover {
    row-gap: 70px;
  }
  .active\:lg\:gap-y-70px:active {
    row-gap: 70px;
  }
  .focus\:lg\:gap-y-70px:focus {
    row-gap: 70px;
  }
  .lg\:gap-y-71px {
    row-gap: 71px;
  }
  .hover\:lg\:gap-y-71px:hover {
    row-gap: 71px;
  }
  .active\:lg\:gap-y-71px:active {
    row-gap: 71px;
  }
  .focus\:lg\:gap-y-71px:focus {
    row-gap: 71px;
  }
  .lg\:gap-y-72px {
    row-gap: 72px;
  }
  .hover\:lg\:gap-y-72px:hover {
    row-gap: 72px;
  }
  .active\:lg\:gap-y-72px:active {
    row-gap: 72px;
  }
  .focus\:lg\:gap-y-72px:focus {
    row-gap: 72px;
  }
  .lg\:gap-y-73px {
    row-gap: 73px;
  }
  .hover\:lg\:gap-y-73px:hover {
    row-gap: 73px;
  }
  .active\:lg\:gap-y-73px:active {
    row-gap: 73px;
  }
  .focus\:lg\:gap-y-73px:focus {
    row-gap: 73px;
  }
  .lg\:gap-y-74px {
    row-gap: 74px;
  }
  .hover\:lg\:gap-y-74px:hover {
    row-gap: 74px;
  }
  .active\:lg\:gap-y-74px:active {
    row-gap: 74px;
  }
  .focus\:lg\:gap-y-74px:focus {
    row-gap: 74px;
  }
  .lg\:gap-y-75px {
    row-gap: 75px;
  }
  .hover\:lg\:gap-y-75px:hover {
    row-gap: 75px;
  }
  .active\:lg\:gap-y-75px:active {
    row-gap: 75px;
  }
  .focus\:lg\:gap-y-75px:focus {
    row-gap: 75px;
  }
  .lg\:gap-y-76px {
    row-gap: 76px;
  }
  .hover\:lg\:gap-y-76px:hover {
    row-gap: 76px;
  }
  .active\:lg\:gap-y-76px:active {
    row-gap: 76px;
  }
  .focus\:lg\:gap-y-76px:focus {
    row-gap: 76px;
  }
  .lg\:gap-y-77px {
    row-gap: 77px;
  }
  .hover\:lg\:gap-y-77px:hover {
    row-gap: 77px;
  }
  .active\:lg\:gap-y-77px:active {
    row-gap: 77px;
  }
  .focus\:lg\:gap-y-77px:focus {
    row-gap: 77px;
  }
  .lg\:gap-y-78px {
    row-gap: 78px;
  }
  .hover\:lg\:gap-y-78px:hover {
    row-gap: 78px;
  }
  .active\:lg\:gap-y-78px:active {
    row-gap: 78px;
  }
  .focus\:lg\:gap-y-78px:focus {
    row-gap: 78px;
  }
  .lg\:gap-y-79px {
    row-gap: 79px;
  }
  .hover\:lg\:gap-y-79px:hover {
    row-gap: 79px;
  }
  .active\:lg\:gap-y-79px:active {
    row-gap: 79px;
  }
  .focus\:lg\:gap-y-79px:focus {
    row-gap: 79px;
  }
  .lg\:gap-y-80px {
    row-gap: 80px;
  }
  .hover\:lg\:gap-y-80px:hover {
    row-gap: 80px;
  }
  .active\:lg\:gap-y-80px:active {
    row-gap: 80px;
  }
  .focus\:lg\:gap-y-80px:focus {
    row-gap: 80px;
  }
  .lg\:gap-y-81px {
    row-gap: 81px;
  }
  .hover\:lg\:gap-y-81px:hover {
    row-gap: 81px;
  }
  .active\:lg\:gap-y-81px:active {
    row-gap: 81px;
  }
  .focus\:lg\:gap-y-81px:focus {
    row-gap: 81px;
  }
  .lg\:gap-y-82px {
    row-gap: 82px;
  }
  .hover\:lg\:gap-y-82px:hover {
    row-gap: 82px;
  }
  .active\:lg\:gap-y-82px:active {
    row-gap: 82px;
  }
  .focus\:lg\:gap-y-82px:focus {
    row-gap: 82px;
  }
  .lg\:gap-y-83px {
    row-gap: 83px;
  }
  .hover\:lg\:gap-y-83px:hover {
    row-gap: 83px;
  }
  .active\:lg\:gap-y-83px:active {
    row-gap: 83px;
  }
  .focus\:lg\:gap-y-83px:focus {
    row-gap: 83px;
  }
  .lg\:gap-y-84px {
    row-gap: 84px;
  }
  .hover\:lg\:gap-y-84px:hover {
    row-gap: 84px;
  }
  .active\:lg\:gap-y-84px:active {
    row-gap: 84px;
  }
  .focus\:lg\:gap-y-84px:focus {
    row-gap: 84px;
  }
  .lg\:gap-y-85px {
    row-gap: 85px;
  }
  .hover\:lg\:gap-y-85px:hover {
    row-gap: 85px;
  }
  .active\:lg\:gap-y-85px:active {
    row-gap: 85px;
  }
  .focus\:lg\:gap-y-85px:focus {
    row-gap: 85px;
  }
  .lg\:gap-y-86px {
    row-gap: 86px;
  }
  .hover\:lg\:gap-y-86px:hover {
    row-gap: 86px;
  }
  .active\:lg\:gap-y-86px:active {
    row-gap: 86px;
  }
  .focus\:lg\:gap-y-86px:focus {
    row-gap: 86px;
  }
  .lg\:gap-y-87px {
    row-gap: 87px;
  }
  .hover\:lg\:gap-y-87px:hover {
    row-gap: 87px;
  }
  .active\:lg\:gap-y-87px:active {
    row-gap: 87px;
  }
  .focus\:lg\:gap-y-87px:focus {
    row-gap: 87px;
  }
  .lg\:gap-y-88px {
    row-gap: 88px;
  }
  .hover\:lg\:gap-y-88px:hover {
    row-gap: 88px;
  }
  .active\:lg\:gap-y-88px:active {
    row-gap: 88px;
  }
  .focus\:lg\:gap-y-88px:focus {
    row-gap: 88px;
  }
  .lg\:gap-y-89px {
    row-gap: 89px;
  }
  .hover\:lg\:gap-y-89px:hover {
    row-gap: 89px;
  }
  .active\:lg\:gap-y-89px:active {
    row-gap: 89px;
  }
  .focus\:lg\:gap-y-89px:focus {
    row-gap: 89px;
  }
  .lg\:gap-y-90px {
    row-gap: 90px;
  }
  .hover\:lg\:gap-y-90px:hover {
    row-gap: 90px;
  }
  .active\:lg\:gap-y-90px:active {
    row-gap: 90px;
  }
  .focus\:lg\:gap-y-90px:focus {
    row-gap: 90px;
  }
  .lg\:gap-y-91px {
    row-gap: 91px;
  }
  .hover\:lg\:gap-y-91px:hover {
    row-gap: 91px;
  }
  .active\:lg\:gap-y-91px:active {
    row-gap: 91px;
  }
  .focus\:lg\:gap-y-91px:focus {
    row-gap: 91px;
  }
  .lg\:gap-y-92px {
    row-gap: 92px;
  }
  .hover\:lg\:gap-y-92px:hover {
    row-gap: 92px;
  }
  .active\:lg\:gap-y-92px:active {
    row-gap: 92px;
  }
  .focus\:lg\:gap-y-92px:focus {
    row-gap: 92px;
  }
  .lg\:gap-y-93px {
    row-gap: 93px;
  }
  .hover\:lg\:gap-y-93px:hover {
    row-gap: 93px;
  }
  .active\:lg\:gap-y-93px:active {
    row-gap: 93px;
  }
  .focus\:lg\:gap-y-93px:focus {
    row-gap: 93px;
  }
  .lg\:gap-y-94px {
    row-gap: 94px;
  }
  .hover\:lg\:gap-y-94px:hover {
    row-gap: 94px;
  }
  .active\:lg\:gap-y-94px:active {
    row-gap: 94px;
  }
  .focus\:lg\:gap-y-94px:focus {
    row-gap: 94px;
  }
  .lg\:gap-y-95px {
    row-gap: 95px;
  }
  .hover\:lg\:gap-y-95px:hover {
    row-gap: 95px;
  }
  .active\:lg\:gap-y-95px:active {
    row-gap: 95px;
  }
  .focus\:lg\:gap-y-95px:focus {
    row-gap: 95px;
  }
  .lg\:gap-y-96px {
    row-gap: 96px;
  }
  .hover\:lg\:gap-y-96px:hover {
    row-gap: 96px;
  }
  .active\:lg\:gap-y-96px:active {
    row-gap: 96px;
  }
  .focus\:lg\:gap-y-96px:focus {
    row-gap: 96px;
  }
  .lg\:gap-y-97px {
    row-gap: 97px;
  }
  .hover\:lg\:gap-y-97px:hover {
    row-gap: 97px;
  }
  .active\:lg\:gap-y-97px:active {
    row-gap: 97px;
  }
  .focus\:lg\:gap-y-97px:focus {
    row-gap: 97px;
  }
  .lg\:gap-y-98px {
    row-gap: 98px;
  }
  .hover\:lg\:gap-y-98px:hover {
    row-gap: 98px;
  }
  .active\:lg\:gap-y-98px:active {
    row-gap: 98px;
  }
  .focus\:lg\:gap-y-98px:focus {
    row-gap: 98px;
  }
  .lg\:gap-y-99px {
    row-gap: 99px;
  }
  .hover\:lg\:gap-y-99px:hover {
    row-gap: 99px;
  }
  .active\:lg\:gap-y-99px:active {
    row-gap: 99px;
  }
  .focus\:lg\:gap-y-99px:focus {
    row-gap: 99px;
  }
  .lg\:gap-y-100px {
    row-gap: 100px;
  }
  .hover\:lg\:gap-y-100px:hover {
    row-gap: 100px;
  }
  .active\:lg\:gap-y-100px:active {
    row-gap: 100px;
  }
  .focus\:lg\:gap-y-100px:focus {
    row-gap: 100px;
  }
  .lg\:gap-11rem {
    gap: 11rem;
  }
  .hover\:lg\:gap-11rem:hover {
    gap: 11rem;
  }
  .active\:lg\:gap-11rem:active {
    gap: 11rem;
  }
  .focus\:lg\:gap-11rem:focus {
    gap: 11rem;
  }
  .lg\:gap-12rem {
    gap: 12rem;
  }
  .hover\:lg\:gap-12rem:hover {
    gap: 12rem;
  }
  .active\:lg\:gap-12rem:active {
    gap: 12rem;
  }
  .focus\:lg\:gap-12rem:focus {
    gap: 12rem;
  }
  .lg\:gap-13rem {
    gap: 13rem;
  }
  .hover\:lg\:gap-13rem:hover {
    gap: 13rem;
  }
  .active\:lg\:gap-13rem:active {
    gap: 13rem;
  }
  .focus\:lg\:gap-13rem:focus {
    gap: 13rem;
  }
  .lg\:gap-14rem {
    gap: 14rem;
  }
  .hover\:lg\:gap-14rem:hover {
    gap: 14rem;
  }
  .active\:lg\:gap-14rem:active {
    gap: 14rem;
  }
  .focus\:lg\:gap-14rem:focus {
    gap: 14rem;
  }
  .lg\:gap-15rem {
    gap: 15rem;
  }
  .hover\:lg\:gap-15rem:hover {
    gap: 15rem;
  }
  .active\:lg\:gap-15rem:active {
    gap: 15rem;
  }
  .focus\:lg\:gap-15rem:focus {
    gap: 15rem;
  }
  .lg\:gap-16rem {
    gap: 16rem;
  }
  .hover\:lg\:gap-16rem:hover {
    gap: 16rem;
  }
  .active\:lg\:gap-16rem:active {
    gap: 16rem;
  }
  .focus\:lg\:gap-16rem:focus {
    gap: 16rem;
  }
  .lg\:gap-17rem {
    gap: 17rem;
  }
  .hover\:lg\:gap-17rem:hover {
    gap: 17rem;
  }
  .active\:lg\:gap-17rem:active {
    gap: 17rem;
  }
  .focus\:lg\:gap-17rem:focus {
    gap: 17rem;
  }
  .lg\:gap-18rem {
    gap: 18rem;
  }
  .hover\:lg\:gap-18rem:hover {
    gap: 18rem;
  }
  .active\:lg\:gap-18rem:active {
    gap: 18rem;
  }
  .focus\:lg\:gap-18rem:focus {
    gap: 18rem;
  }
  .lg\:gap-19rem {
    gap: 19rem;
  }
  .hover\:lg\:gap-19rem:hover {
    gap: 19rem;
  }
  .active\:lg\:gap-19rem:active {
    gap: 19rem;
  }
  .focus\:lg\:gap-19rem:focus {
    gap: 19rem;
  }
  .lg\:gap-20rem {
    gap: 20rem;
  }
  .hover\:lg\:gap-20rem:hover {
    gap: 20rem;
  }
  .active\:lg\:gap-20rem:active {
    gap: 20rem;
  }
  .focus\:lg\:gap-20rem:focus {
    gap: 20rem;
  }
  .lg\:gap-21rem {
    gap: 21rem;
  }
  .hover\:lg\:gap-21rem:hover {
    gap: 21rem;
  }
  .active\:lg\:gap-21rem:active {
    gap: 21rem;
  }
  .focus\:lg\:gap-21rem:focus {
    gap: 21rem;
  }
  .lg\:gap-22rem {
    gap: 22rem;
  }
  .hover\:lg\:gap-22rem:hover {
    gap: 22rem;
  }
  .active\:lg\:gap-22rem:active {
    gap: 22rem;
  }
  .focus\:lg\:gap-22rem:focus {
    gap: 22rem;
  }
  .lg\:gap-23rem {
    gap: 23rem;
  }
  .hover\:lg\:gap-23rem:hover {
    gap: 23rem;
  }
  .active\:lg\:gap-23rem:active {
    gap: 23rem;
  }
  .focus\:lg\:gap-23rem:focus {
    gap: 23rem;
  }
  .lg\:gap-24rem {
    gap: 24rem;
  }
  .hover\:lg\:gap-24rem:hover {
    gap: 24rem;
  }
  .active\:lg\:gap-24rem:active {
    gap: 24rem;
  }
  .focus\:lg\:gap-24rem:focus {
    gap: 24rem;
  }
  .lg\:gap-25rem {
    gap: 25rem;
  }
  .hover\:lg\:gap-25rem:hover {
    gap: 25rem;
  }
  .active\:lg\:gap-25rem:active {
    gap: 25rem;
  }
  .focus\:lg\:gap-25rem:focus {
    gap: 25rem;
  }
  .lg\:gap-26rem {
    gap: 26rem;
  }
  .hover\:lg\:gap-26rem:hover {
    gap: 26rem;
  }
  .active\:lg\:gap-26rem:active {
    gap: 26rem;
  }
  .focus\:lg\:gap-26rem:focus {
    gap: 26rem;
  }
  .lg\:gap-27rem {
    gap: 27rem;
  }
  .hover\:lg\:gap-27rem:hover {
    gap: 27rem;
  }
  .active\:lg\:gap-27rem:active {
    gap: 27rem;
  }
  .focus\:lg\:gap-27rem:focus {
    gap: 27rem;
  }
  .lg\:gap-28rem {
    gap: 28rem;
  }
  .hover\:lg\:gap-28rem:hover {
    gap: 28rem;
  }
  .active\:lg\:gap-28rem:active {
    gap: 28rem;
  }
  .focus\:lg\:gap-28rem:focus {
    gap: 28rem;
  }
  .lg\:gap-29rem {
    gap: 29rem;
  }
  .hover\:lg\:gap-29rem:hover {
    gap: 29rem;
  }
  .active\:lg\:gap-29rem:active {
    gap: 29rem;
  }
  .focus\:lg\:gap-29rem:focus {
    gap: 29rem;
  }
  .lg\:gap-30rem {
    gap: 30rem;
  }
  .hover\:lg\:gap-30rem:hover {
    gap: 30rem;
  }
  .active\:lg\:gap-30rem:active {
    gap: 30rem;
  }
  .focus\:lg\:gap-30rem:focus {
    gap: 30rem;
  }
  .lg\:gap-x-11rem {
    column-gap: 11rem;
  }
  .hover\:lg\:gap-x-11rem:hover {
    column-gap: 11rem;
  }
  .active\:lg\:gap-x-11rem:active {
    column-gap: 11rem;
  }
  .focus\:lg\:gap-x-11rem:focus {
    column-gap: 11rem;
  }
  .lg\:gap-x-12rem {
    column-gap: 12rem;
  }
  .hover\:lg\:gap-x-12rem:hover {
    column-gap: 12rem;
  }
  .active\:lg\:gap-x-12rem:active {
    column-gap: 12rem;
  }
  .focus\:lg\:gap-x-12rem:focus {
    column-gap: 12rem;
  }
  .lg\:gap-x-13rem {
    column-gap: 13rem;
  }
  .hover\:lg\:gap-x-13rem:hover {
    column-gap: 13rem;
  }
  .active\:lg\:gap-x-13rem:active {
    column-gap: 13rem;
  }
  .focus\:lg\:gap-x-13rem:focus {
    column-gap: 13rem;
  }
  .lg\:gap-x-14rem {
    column-gap: 14rem;
  }
  .hover\:lg\:gap-x-14rem:hover {
    column-gap: 14rem;
  }
  .active\:lg\:gap-x-14rem:active {
    column-gap: 14rem;
  }
  .focus\:lg\:gap-x-14rem:focus {
    column-gap: 14rem;
  }
  .lg\:gap-x-15rem {
    column-gap: 15rem;
  }
  .hover\:lg\:gap-x-15rem:hover {
    column-gap: 15rem;
  }
  .active\:lg\:gap-x-15rem:active {
    column-gap: 15rem;
  }
  .focus\:lg\:gap-x-15rem:focus {
    column-gap: 15rem;
  }
  .lg\:gap-x-16rem {
    column-gap: 16rem;
  }
  .hover\:lg\:gap-x-16rem:hover {
    column-gap: 16rem;
  }
  .active\:lg\:gap-x-16rem:active {
    column-gap: 16rem;
  }
  .focus\:lg\:gap-x-16rem:focus {
    column-gap: 16rem;
  }
  .lg\:gap-x-17rem {
    column-gap: 17rem;
  }
  .hover\:lg\:gap-x-17rem:hover {
    column-gap: 17rem;
  }
  .active\:lg\:gap-x-17rem:active {
    column-gap: 17rem;
  }
  .focus\:lg\:gap-x-17rem:focus {
    column-gap: 17rem;
  }
  .lg\:gap-x-18rem {
    column-gap: 18rem;
  }
  .hover\:lg\:gap-x-18rem:hover {
    column-gap: 18rem;
  }
  .active\:lg\:gap-x-18rem:active {
    column-gap: 18rem;
  }
  .focus\:lg\:gap-x-18rem:focus {
    column-gap: 18rem;
  }
  .lg\:gap-x-19rem {
    column-gap: 19rem;
  }
  .hover\:lg\:gap-x-19rem:hover {
    column-gap: 19rem;
  }
  .active\:lg\:gap-x-19rem:active {
    column-gap: 19rem;
  }
  .focus\:lg\:gap-x-19rem:focus {
    column-gap: 19rem;
  }
  .lg\:gap-x-20rem {
    column-gap: 20rem;
  }
  .hover\:lg\:gap-x-20rem:hover {
    column-gap: 20rem;
  }
  .active\:lg\:gap-x-20rem:active {
    column-gap: 20rem;
  }
  .focus\:lg\:gap-x-20rem:focus {
    column-gap: 20rem;
  }
  .lg\:gap-x-21rem {
    column-gap: 21rem;
  }
  .hover\:lg\:gap-x-21rem:hover {
    column-gap: 21rem;
  }
  .active\:lg\:gap-x-21rem:active {
    column-gap: 21rem;
  }
  .focus\:lg\:gap-x-21rem:focus {
    column-gap: 21rem;
  }
  .lg\:gap-x-22rem {
    column-gap: 22rem;
  }
  .hover\:lg\:gap-x-22rem:hover {
    column-gap: 22rem;
  }
  .active\:lg\:gap-x-22rem:active {
    column-gap: 22rem;
  }
  .focus\:lg\:gap-x-22rem:focus {
    column-gap: 22rem;
  }
  .lg\:gap-x-23rem {
    column-gap: 23rem;
  }
  .hover\:lg\:gap-x-23rem:hover {
    column-gap: 23rem;
  }
  .active\:lg\:gap-x-23rem:active {
    column-gap: 23rem;
  }
  .focus\:lg\:gap-x-23rem:focus {
    column-gap: 23rem;
  }
  .lg\:gap-x-24rem {
    column-gap: 24rem;
  }
  .hover\:lg\:gap-x-24rem:hover {
    column-gap: 24rem;
  }
  .active\:lg\:gap-x-24rem:active {
    column-gap: 24rem;
  }
  .focus\:lg\:gap-x-24rem:focus {
    column-gap: 24rem;
  }
  .lg\:gap-x-25rem {
    column-gap: 25rem;
  }
  .hover\:lg\:gap-x-25rem:hover {
    column-gap: 25rem;
  }
  .active\:lg\:gap-x-25rem:active {
    column-gap: 25rem;
  }
  .focus\:lg\:gap-x-25rem:focus {
    column-gap: 25rem;
  }
  .lg\:gap-x-26rem {
    column-gap: 26rem;
  }
  .hover\:lg\:gap-x-26rem:hover {
    column-gap: 26rem;
  }
  .active\:lg\:gap-x-26rem:active {
    column-gap: 26rem;
  }
  .focus\:lg\:gap-x-26rem:focus {
    column-gap: 26rem;
  }
  .lg\:gap-x-27rem {
    column-gap: 27rem;
  }
  .hover\:lg\:gap-x-27rem:hover {
    column-gap: 27rem;
  }
  .active\:lg\:gap-x-27rem:active {
    column-gap: 27rem;
  }
  .focus\:lg\:gap-x-27rem:focus {
    column-gap: 27rem;
  }
  .lg\:gap-x-28rem {
    column-gap: 28rem;
  }
  .hover\:lg\:gap-x-28rem:hover {
    column-gap: 28rem;
  }
  .active\:lg\:gap-x-28rem:active {
    column-gap: 28rem;
  }
  .focus\:lg\:gap-x-28rem:focus {
    column-gap: 28rem;
  }
  .lg\:gap-x-29rem {
    column-gap: 29rem;
  }
  .hover\:lg\:gap-x-29rem:hover {
    column-gap: 29rem;
  }
  .active\:lg\:gap-x-29rem:active {
    column-gap: 29rem;
  }
  .focus\:lg\:gap-x-29rem:focus {
    column-gap: 29rem;
  }
  .lg\:gap-x-30rem {
    column-gap: 30rem;
  }
  .hover\:lg\:gap-x-30rem:hover {
    column-gap: 30rem;
  }
  .active\:lg\:gap-x-30rem:active {
    column-gap: 30rem;
  }
  .focus\:lg\:gap-x-30rem:focus {
    column-gap: 30rem;
  }
  .lg\:gap-y-11rem {
    row-gap: 11rem;
  }
  .hover\:lg\:gap-y-11rem:hover {
    row-gap: 11rem;
  }
  .active\:lg\:gap-y-11rem:active {
    row-gap: 11rem;
  }
  .focus\:lg\:gap-y-11rem:focus {
    row-gap: 11rem;
  }
  .lg\:gap-y-12rem {
    row-gap: 12rem;
  }
  .hover\:lg\:gap-y-12rem:hover {
    row-gap: 12rem;
  }
  .active\:lg\:gap-y-12rem:active {
    row-gap: 12rem;
  }
  .focus\:lg\:gap-y-12rem:focus {
    row-gap: 12rem;
  }
  .lg\:gap-y-13rem {
    row-gap: 13rem;
  }
  .hover\:lg\:gap-y-13rem:hover {
    row-gap: 13rem;
  }
  .active\:lg\:gap-y-13rem:active {
    row-gap: 13rem;
  }
  .focus\:lg\:gap-y-13rem:focus {
    row-gap: 13rem;
  }
  .lg\:gap-y-14rem {
    row-gap: 14rem;
  }
  .hover\:lg\:gap-y-14rem:hover {
    row-gap: 14rem;
  }
  .active\:lg\:gap-y-14rem:active {
    row-gap: 14rem;
  }
  .focus\:lg\:gap-y-14rem:focus {
    row-gap: 14rem;
  }
  .lg\:gap-y-15rem {
    row-gap: 15rem;
  }
  .hover\:lg\:gap-y-15rem:hover {
    row-gap: 15rem;
  }
  .active\:lg\:gap-y-15rem:active {
    row-gap: 15rem;
  }
  .focus\:lg\:gap-y-15rem:focus {
    row-gap: 15rem;
  }
  .lg\:gap-y-16rem {
    row-gap: 16rem;
  }
  .hover\:lg\:gap-y-16rem:hover {
    row-gap: 16rem;
  }
  .active\:lg\:gap-y-16rem:active {
    row-gap: 16rem;
  }
  .focus\:lg\:gap-y-16rem:focus {
    row-gap: 16rem;
  }
  .lg\:gap-y-17rem {
    row-gap: 17rem;
  }
  .hover\:lg\:gap-y-17rem:hover {
    row-gap: 17rem;
  }
  .active\:lg\:gap-y-17rem:active {
    row-gap: 17rem;
  }
  .focus\:lg\:gap-y-17rem:focus {
    row-gap: 17rem;
  }
  .lg\:gap-y-18rem {
    row-gap: 18rem;
  }
  .hover\:lg\:gap-y-18rem:hover {
    row-gap: 18rem;
  }
  .active\:lg\:gap-y-18rem:active {
    row-gap: 18rem;
  }
  .focus\:lg\:gap-y-18rem:focus {
    row-gap: 18rem;
  }
  .lg\:gap-y-19rem {
    row-gap: 19rem;
  }
  .hover\:lg\:gap-y-19rem:hover {
    row-gap: 19rem;
  }
  .active\:lg\:gap-y-19rem:active {
    row-gap: 19rem;
  }
  .focus\:lg\:gap-y-19rem:focus {
    row-gap: 19rem;
  }
  .lg\:gap-y-20rem {
    row-gap: 20rem;
  }
  .hover\:lg\:gap-y-20rem:hover {
    row-gap: 20rem;
  }
  .active\:lg\:gap-y-20rem:active {
    row-gap: 20rem;
  }
  .focus\:lg\:gap-y-20rem:focus {
    row-gap: 20rem;
  }
  .lg\:gap-y-21rem {
    row-gap: 21rem;
  }
  .hover\:lg\:gap-y-21rem:hover {
    row-gap: 21rem;
  }
  .active\:lg\:gap-y-21rem:active {
    row-gap: 21rem;
  }
  .focus\:lg\:gap-y-21rem:focus {
    row-gap: 21rem;
  }
  .lg\:gap-y-22rem {
    row-gap: 22rem;
  }
  .hover\:lg\:gap-y-22rem:hover {
    row-gap: 22rem;
  }
  .active\:lg\:gap-y-22rem:active {
    row-gap: 22rem;
  }
  .focus\:lg\:gap-y-22rem:focus {
    row-gap: 22rem;
  }
  .lg\:gap-y-23rem {
    row-gap: 23rem;
  }
  .hover\:lg\:gap-y-23rem:hover {
    row-gap: 23rem;
  }
  .active\:lg\:gap-y-23rem:active {
    row-gap: 23rem;
  }
  .focus\:lg\:gap-y-23rem:focus {
    row-gap: 23rem;
  }
  .lg\:gap-y-24rem {
    row-gap: 24rem;
  }
  .hover\:lg\:gap-y-24rem:hover {
    row-gap: 24rem;
  }
  .active\:lg\:gap-y-24rem:active {
    row-gap: 24rem;
  }
  .focus\:lg\:gap-y-24rem:focus {
    row-gap: 24rem;
  }
  .lg\:gap-y-25rem {
    row-gap: 25rem;
  }
  .hover\:lg\:gap-y-25rem:hover {
    row-gap: 25rem;
  }
  .active\:lg\:gap-y-25rem:active {
    row-gap: 25rem;
  }
  .focus\:lg\:gap-y-25rem:focus {
    row-gap: 25rem;
  }
  .lg\:gap-y-26rem {
    row-gap: 26rem;
  }
  .hover\:lg\:gap-y-26rem:hover {
    row-gap: 26rem;
  }
  .active\:lg\:gap-y-26rem:active {
    row-gap: 26rem;
  }
  .focus\:lg\:gap-y-26rem:focus {
    row-gap: 26rem;
  }
  .lg\:gap-y-27rem {
    row-gap: 27rem;
  }
  .hover\:lg\:gap-y-27rem:hover {
    row-gap: 27rem;
  }
  .active\:lg\:gap-y-27rem:active {
    row-gap: 27rem;
  }
  .focus\:lg\:gap-y-27rem:focus {
    row-gap: 27rem;
  }
  .lg\:gap-y-28rem {
    row-gap: 28rem;
  }
  .hover\:lg\:gap-y-28rem:hover {
    row-gap: 28rem;
  }
  .active\:lg\:gap-y-28rem:active {
    row-gap: 28rem;
  }
  .focus\:lg\:gap-y-28rem:focus {
    row-gap: 28rem;
  }
  .lg\:gap-y-29rem {
    row-gap: 29rem;
  }
  .hover\:lg\:gap-y-29rem:hover {
    row-gap: 29rem;
  }
  .active\:lg\:gap-y-29rem:active {
    row-gap: 29rem;
  }
  .focus\:lg\:gap-y-29rem:focus {
    row-gap: 29rem;
  }
  .lg\:gap-y-30rem {
    row-gap: 30rem;
  }
  .hover\:lg\:gap-y-30rem:hover {
    row-gap: 30rem;
  }
  .active\:lg\:gap-y-30rem:active {
    row-gap: 30rem;
  }
  .focus\:lg\:gap-y-30rem:focus {
    row-gap: 30rem;
  }
  .lg\:basis-0per {
    flex-basis: 0%;
  }
  .hover\:lg\:basis-0per:hover {
    flex-basis: 0%;
  }
  .active\:lg\:basis-0per:active {
    flex-basis: 0%;
  }
  .focus\:lg\:basis-0per:focus {
    flex-basis: 0%;
  }
  .lg\:basis-1per {
    flex-basis: 1%;
  }
  .hover\:lg\:basis-1per:hover {
    flex-basis: 1%;
  }
  .active\:lg\:basis-1per:active {
    flex-basis: 1%;
  }
  .focus\:lg\:basis-1per:focus {
    flex-basis: 1%;
  }
  .lg\:basis-2per {
    flex-basis: 2%;
  }
  .hover\:lg\:basis-2per:hover {
    flex-basis: 2%;
  }
  .active\:lg\:basis-2per:active {
    flex-basis: 2%;
  }
  .focus\:lg\:basis-2per:focus {
    flex-basis: 2%;
  }
  .lg\:basis-3per {
    flex-basis: 3%;
  }
  .hover\:lg\:basis-3per:hover {
    flex-basis: 3%;
  }
  .active\:lg\:basis-3per:active {
    flex-basis: 3%;
  }
  .focus\:lg\:basis-3per:focus {
    flex-basis: 3%;
  }
  .lg\:basis-4per {
    flex-basis: 4%;
  }
  .hover\:lg\:basis-4per:hover {
    flex-basis: 4%;
  }
  .active\:lg\:basis-4per:active {
    flex-basis: 4%;
  }
  .focus\:lg\:basis-4per:focus {
    flex-basis: 4%;
  }
  .lg\:basis-5per {
    flex-basis: 5%;
  }
  .hover\:lg\:basis-5per:hover {
    flex-basis: 5%;
  }
  .active\:lg\:basis-5per:active {
    flex-basis: 5%;
  }
  .focus\:lg\:basis-5per:focus {
    flex-basis: 5%;
  }
  .lg\:basis-6per {
    flex-basis: 6%;
  }
  .hover\:lg\:basis-6per:hover {
    flex-basis: 6%;
  }
  .active\:lg\:basis-6per:active {
    flex-basis: 6%;
  }
  .focus\:lg\:basis-6per:focus {
    flex-basis: 6%;
  }
  .lg\:basis-7per {
    flex-basis: 7%;
  }
  .hover\:lg\:basis-7per:hover {
    flex-basis: 7%;
  }
  .active\:lg\:basis-7per:active {
    flex-basis: 7%;
  }
  .focus\:lg\:basis-7per:focus {
    flex-basis: 7%;
  }
  .lg\:basis-8per {
    flex-basis: 8%;
  }
  .hover\:lg\:basis-8per:hover {
    flex-basis: 8%;
  }
  .active\:lg\:basis-8per:active {
    flex-basis: 8%;
  }
  .focus\:lg\:basis-8per:focus {
    flex-basis: 8%;
  }
  .lg\:basis-9per {
    flex-basis: 9%;
  }
  .hover\:lg\:basis-9per:hover {
    flex-basis: 9%;
  }
  .active\:lg\:basis-9per:active {
    flex-basis: 9%;
  }
  .focus\:lg\:basis-9per:focus {
    flex-basis: 9%;
  }
  .lg\:basis-10per {
    flex-basis: 10%;
  }
  .hover\:lg\:basis-10per:hover {
    flex-basis: 10%;
  }
  .active\:lg\:basis-10per:active {
    flex-basis: 10%;
  }
  .focus\:lg\:basis-10per:focus {
    flex-basis: 10%;
  }
  .lg\:basis-11per {
    flex-basis: 11%;
  }
  .hover\:lg\:basis-11per:hover {
    flex-basis: 11%;
  }
  .active\:lg\:basis-11per:active {
    flex-basis: 11%;
  }
  .focus\:lg\:basis-11per:focus {
    flex-basis: 11%;
  }
  .lg\:basis-12per {
    flex-basis: 12%;
  }
  .hover\:lg\:basis-12per:hover {
    flex-basis: 12%;
  }
  .active\:lg\:basis-12per:active {
    flex-basis: 12%;
  }
  .focus\:lg\:basis-12per:focus {
    flex-basis: 12%;
  }
  .lg\:basis-13per {
    flex-basis: 13%;
  }
  .hover\:lg\:basis-13per:hover {
    flex-basis: 13%;
  }
  .active\:lg\:basis-13per:active {
    flex-basis: 13%;
  }
  .focus\:lg\:basis-13per:focus {
    flex-basis: 13%;
  }
  .lg\:basis-14per {
    flex-basis: 14%;
  }
  .hover\:lg\:basis-14per:hover {
    flex-basis: 14%;
  }
  .active\:lg\:basis-14per:active {
    flex-basis: 14%;
  }
  .focus\:lg\:basis-14per:focus {
    flex-basis: 14%;
  }
  .lg\:basis-15per {
    flex-basis: 15%;
  }
  .hover\:lg\:basis-15per:hover {
    flex-basis: 15%;
  }
  .active\:lg\:basis-15per:active {
    flex-basis: 15%;
  }
  .focus\:lg\:basis-15per:focus {
    flex-basis: 15%;
  }
  .lg\:basis-16per {
    flex-basis: 16%;
  }
  .hover\:lg\:basis-16per:hover {
    flex-basis: 16%;
  }
  .active\:lg\:basis-16per:active {
    flex-basis: 16%;
  }
  .focus\:lg\:basis-16per:focus {
    flex-basis: 16%;
  }
  .lg\:basis-17per {
    flex-basis: 17%;
  }
  .hover\:lg\:basis-17per:hover {
    flex-basis: 17%;
  }
  .active\:lg\:basis-17per:active {
    flex-basis: 17%;
  }
  .focus\:lg\:basis-17per:focus {
    flex-basis: 17%;
  }
  .lg\:basis-18per {
    flex-basis: 18%;
  }
  .hover\:lg\:basis-18per:hover {
    flex-basis: 18%;
  }
  .active\:lg\:basis-18per:active {
    flex-basis: 18%;
  }
  .focus\:lg\:basis-18per:focus {
    flex-basis: 18%;
  }
  .lg\:basis-19per {
    flex-basis: 19%;
  }
  .hover\:lg\:basis-19per:hover {
    flex-basis: 19%;
  }
  .active\:lg\:basis-19per:active {
    flex-basis: 19%;
  }
  .focus\:lg\:basis-19per:focus {
    flex-basis: 19%;
  }
  .lg\:basis-20per {
    flex-basis: 20%;
  }
  .hover\:lg\:basis-20per:hover {
    flex-basis: 20%;
  }
  .active\:lg\:basis-20per:active {
    flex-basis: 20%;
  }
  .focus\:lg\:basis-20per:focus {
    flex-basis: 20%;
  }
  .lg\:basis-21per {
    flex-basis: 21%;
  }
  .hover\:lg\:basis-21per:hover {
    flex-basis: 21%;
  }
  .active\:lg\:basis-21per:active {
    flex-basis: 21%;
  }
  .focus\:lg\:basis-21per:focus {
    flex-basis: 21%;
  }
  .lg\:basis-22per {
    flex-basis: 22%;
  }
  .hover\:lg\:basis-22per:hover {
    flex-basis: 22%;
  }
  .active\:lg\:basis-22per:active {
    flex-basis: 22%;
  }
  .focus\:lg\:basis-22per:focus {
    flex-basis: 22%;
  }
  .lg\:basis-23per {
    flex-basis: 23%;
  }
  .hover\:lg\:basis-23per:hover {
    flex-basis: 23%;
  }
  .active\:lg\:basis-23per:active {
    flex-basis: 23%;
  }
  .focus\:lg\:basis-23per:focus {
    flex-basis: 23%;
  }
  .lg\:basis-24per {
    flex-basis: 24%;
  }
  .hover\:lg\:basis-24per:hover {
    flex-basis: 24%;
  }
  .active\:lg\:basis-24per:active {
    flex-basis: 24%;
  }
  .focus\:lg\:basis-24per:focus {
    flex-basis: 24%;
  }
  .lg\:basis-25per {
    flex-basis: 25%;
  }
  .hover\:lg\:basis-25per:hover {
    flex-basis: 25%;
  }
  .active\:lg\:basis-25per:active {
    flex-basis: 25%;
  }
  .focus\:lg\:basis-25per:focus {
    flex-basis: 25%;
  }
  .lg\:basis-26per {
    flex-basis: 26%;
  }
  .hover\:lg\:basis-26per:hover {
    flex-basis: 26%;
  }
  .active\:lg\:basis-26per:active {
    flex-basis: 26%;
  }
  .focus\:lg\:basis-26per:focus {
    flex-basis: 26%;
  }
  .lg\:basis-27per {
    flex-basis: 27%;
  }
  .hover\:lg\:basis-27per:hover {
    flex-basis: 27%;
  }
  .active\:lg\:basis-27per:active {
    flex-basis: 27%;
  }
  .focus\:lg\:basis-27per:focus {
    flex-basis: 27%;
  }
  .lg\:basis-28per {
    flex-basis: 28%;
  }
  .hover\:lg\:basis-28per:hover {
    flex-basis: 28%;
  }
  .active\:lg\:basis-28per:active {
    flex-basis: 28%;
  }
  .focus\:lg\:basis-28per:focus {
    flex-basis: 28%;
  }
  .lg\:basis-29per {
    flex-basis: 29%;
  }
  .hover\:lg\:basis-29per:hover {
    flex-basis: 29%;
  }
  .active\:lg\:basis-29per:active {
    flex-basis: 29%;
  }
  .focus\:lg\:basis-29per:focus {
    flex-basis: 29%;
  }
  .lg\:basis-30per {
    flex-basis: 30%;
  }
  .hover\:lg\:basis-30per:hover {
    flex-basis: 30%;
  }
  .active\:lg\:basis-30per:active {
    flex-basis: 30%;
  }
  .focus\:lg\:basis-30per:focus {
    flex-basis: 30%;
  }
  .lg\:basis-31per {
    flex-basis: 31%;
  }
  .hover\:lg\:basis-31per:hover {
    flex-basis: 31%;
  }
  .active\:lg\:basis-31per:active {
    flex-basis: 31%;
  }
  .focus\:lg\:basis-31per:focus {
    flex-basis: 31%;
  }
  .lg\:basis-32per {
    flex-basis: 32%;
  }
  .hover\:lg\:basis-32per:hover {
    flex-basis: 32%;
  }
  .active\:lg\:basis-32per:active {
    flex-basis: 32%;
  }
  .focus\:lg\:basis-32per:focus {
    flex-basis: 32%;
  }
  .lg\:basis-33per {
    flex-basis: 33%;
  }
  .hover\:lg\:basis-33per:hover {
    flex-basis: 33%;
  }
  .active\:lg\:basis-33per:active {
    flex-basis: 33%;
  }
  .focus\:lg\:basis-33per:focus {
    flex-basis: 33%;
  }
  .lg\:basis-34per {
    flex-basis: 34%;
  }
  .hover\:lg\:basis-34per:hover {
    flex-basis: 34%;
  }
  .active\:lg\:basis-34per:active {
    flex-basis: 34%;
  }
  .focus\:lg\:basis-34per:focus {
    flex-basis: 34%;
  }
  .lg\:basis-35per {
    flex-basis: 35%;
  }
  .hover\:lg\:basis-35per:hover {
    flex-basis: 35%;
  }
  .active\:lg\:basis-35per:active {
    flex-basis: 35%;
  }
  .focus\:lg\:basis-35per:focus {
    flex-basis: 35%;
  }
  .lg\:basis-36per {
    flex-basis: 36%;
  }
  .hover\:lg\:basis-36per:hover {
    flex-basis: 36%;
  }
  .active\:lg\:basis-36per:active {
    flex-basis: 36%;
  }
  .focus\:lg\:basis-36per:focus {
    flex-basis: 36%;
  }
  .lg\:basis-37per {
    flex-basis: 37%;
  }
  .hover\:lg\:basis-37per:hover {
    flex-basis: 37%;
  }
  .active\:lg\:basis-37per:active {
    flex-basis: 37%;
  }
  .focus\:lg\:basis-37per:focus {
    flex-basis: 37%;
  }
  .lg\:basis-38per {
    flex-basis: 38%;
  }
  .hover\:lg\:basis-38per:hover {
    flex-basis: 38%;
  }
  .active\:lg\:basis-38per:active {
    flex-basis: 38%;
  }
  .focus\:lg\:basis-38per:focus {
    flex-basis: 38%;
  }
  .lg\:basis-39per {
    flex-basis: 39%;
  }
  .hover\:lg\:basis-39per:hover {
    flex-basis: 39%;
  }
  .active\:lg\:basis-39per:active {
    flex-basis: 39%;
  }
  .focus\:lg\:basis-39per:focus {
    flex-basis: 39%;
  }
  .lg\:basis-40per {
    flex-basis: 40%;
  }
  .hover\:lg\:basis-40per:hover {
    flex-basis: 40%;
  }
  .active\:lg\:basis-40per:active {
    flex-basis: 40%;
  }
  .focus\:lg\:basis-40per:focus {
    flex-basis: 40%;
  }
  .lg\:basis-41per {
    flex-basis: 41%;
  }
  .hover\:lg\:basis-41per:hover {
    flex-basis: 41%;
  }
  .active\:lg\:basis-41per:active {
    flex-basis: 41%;
  }
  .focus\:lg\:basis-41per:focus {
    flex-basis: 41%;
  }
  .lg\:basis-42per {
    flex-basis: 42%;
  }
  .hover\:lg\:basis-42per:hover {
    flex-basis: 42%;
  }
  .active\:lg\:basis-42per:active {
    flex-basis: 42%;
  }
  .focus\:lg\:basis-42per:focus {
    flex-basis: 42%;
  }
  .lg\:basis-43per {
    flex-basis: 43%;
  }
  .hover\:lg\:basis-43per:hover {
    flex-basis: 43%;
  }
  .active\:lg\:basis-43per:active {
    flex-basis: 43%;
  }
  .focus\:lg\:basis-43per:focus {
    flex-basis: 43%;
  }
  .lg\:basis-44per {
    flex-basis: 44%;
  }
  .hover\:lg\:basis-44per:hover {
    flex-basis: 44%;
  }
  .active\:lg\:basis-44per:active {
    flex-basis: 44%;
  }
  .focus\:lg\:basis-44per:focus {
    flex-basis: 44%;
  }
  .lg\:basis-45per {
    flex-basis: 45%;
  }
  .hover\:lg\:basis-45per:hover {
    flex-basis: 45%;
  }
  .active\:lg\:basis-45per:active {
    flex-basis: 45%;
  }
  .focus\:lg\:basis-45per:focus {
    flex-basis: 45%;
  }
  .lg\:basis-46per {
    flex-basis: 46%;
  }
  .hover\:lg\:basis-46per:hover {
    flex-basis: 46%;
  }
  .active\:lg\:basis-46per:active {
    flex-basis: 46%;
  }
  .focus\:lg\:basis-46per:focus {
    flex-basis: 46%;
  }
  .lg\:basis-47per {
    flex-basis: 47%;
  }
  .hover\:lg\:basis-47per:hover {
    flex-basis: 47%;
  }
  .active\:lg\:basis-47per:active {
    flex-basis: 47%;
  }
  .focus\:lg\:basis-47per:focus {
    flex-basis: 47%;
  }
  .lg\:basis-48per {
    flex-basis: 48%;
  }
  .hover\:lg\:basis-48per:hover {
    flex-basis: 48%;
  }
  .active\:lg\:basis-48per:active {
    flex-basis: 48%;
  }
  .focus\:lg\:basis-48per:focus {
    flex-basis: 48%;
  }
  .lg\:basis-49per {
    flex-basis: 49%;
  }
  .hover\:lg\:basis-49per:hover {
    flex-basis: 49%;
  }
  .active\:lg\:basis-49per:active {
    flex-basis: 49%;
  }
  .focus\:lg\:basis-49per:focus {
    flex-basis: 49%;
  }
  .lg\:basis-50per {
    flex-basis: 50%;
  }
  .hover\:lg\:basis-50per:hover {
    flex-basis: 50%;
  }
  .active\:lg\:basis-50per:active {
    flex-basis: 50%;
  }
  .focus\:lg\:basis-50per:focus {
    flex-basis: 50%;
  }
  .lg\:basis-51per {
    flex-basis: 51%;
  }
  .hover\:lg\:basis-51per:hover {
    flex-basis: 51%;
  }
  .active\:lg\:basis-51per:active {
    flex-basis: 51%;
  }
  .focus\:lg\:basis-51per:focus {
    flex-basis: 51%;
  }
  .lg\:basis-52per {
    flex-basis: 52%;
  }
  .hover\:lg\:basis-52per:hover {
    flex-basis: 52%;
  }
  .active\:lg\:basis-52per:active {
    flex-basis: 52%;
  }
  .focus\:lg\:basis-52per:focus {
    flex-basis: 52%;
  }
  .lg\:basis-53per {
    flex-basis: 53%;
  }
  .hover\:lg\:basis-53per:hover {
    flex-basis: 53%;
  }
  .active\:lg\:basis-53per:active {
    flex-basis: 53%;
  }
  .focus\:lg\:basis-53per:focus {
    flex-basis: 53%;
  }
  .lg\:basis-54per {
    flex-basis: 54%;
  }
  .hover\:lg\:basis-54per:hover {
    flex-basis: 54%;
  }
  .active\:lg\:basis-54per:active {
    flex-basis: 54%;
  }
  .focus\:lg\:basis-54per:focus {
    flex-basis: 54%;
  }
  .lg\:basis-55per {
    flex-basis: 55%;
  }
  .hover\:lg\:basis-55per:hover {
    flex-basis: 55%;
  }
  .active\:lg\:basis-55per:active {
    flex-basis: 55%;
  }
  .focus\:lg\:basis-55per:focus {
    flex-basis: 55%;
  }
  .lg\:basis-56per {
    flex-basis: 56%;
  }
  .hover\:lg\:basis-56per:hover {
    flex-basis: 56%;
  }
  .active\:lg\:basis-56per:active {
    flex-basis: 56%;
  }
  .focus\:lg\:basis-56per:focus {
    flex-basis: 56%;
  }
  .lg\:basis-57per {
    flex-basis: 57%;
  }
  .hover\:lg\:basis-57per:hover {
    flex-basis: 57%;
  }
  .active\:lg\:basis-57per:active {
    flex-basis: 57%;
  }
  .focus\:lg\:basis-57per:focus {
    flex-basis: 57%;
  }
  .lg\:basis-58per {
    flex-basis: 58%;
  }
  .hover\:lg\:basis-58per:hover {
    flex-basis: 58%;
  }
  .active\:lg\:basis-58per:active {
    flex-basis: 58%;
  }
  .focus\:lg\:basis-58per:focus {
    flex-basis: 58%;
  }
  .lg\:basis-59per {
    flex-basis: 59%;
  }
  .hover\:lg\:basis-59per:hover {
    flex-basis: 59%;
  }
  .active\:lg\:basis-59per:active {
    flex-basis: 59%;
  }
  .focus\:lg\:basis-59per:focus {
    flex-basis: 59%;
  }
  .lg\:basis-60per {
    flex-basis: 60%;
  }
  .hover\:lg\:basis-60per:hover {
    flex-basis: 60%;
  }
  .active\:lg\:basis-60per:active {
    flex-basis: 60%;
  }
  .focus\:lg\:basis-60per:focus {
    flex-basis: 60%;
  }
  .lg\:basis-61per {
    flex-basis: 61%;
  }
  .hover\:lg\:basis-61per:hover {
    flex-basis: 61%;
  }
  .active\:lg\:basis-61per:active {
    flex-basis: 61%;
  }
  .focus\:lg\:basis-61per:focus {
    flex-basis: 61%;
  }
  .lg\:basis-62per {
    flex-basis: 62%;
  }
  .hover\:lg\:basis-62per:hover {
    flex-basis: 62%;
  }
  .active\:lg\:basis-62per:active {
    flex-basis: 62%;
  }
  .focus\:lg\:basis-62per:focus {
    flex-basis: 62%;
  }
  .lg\:basis-63per {
    flex-basis: 63%;
  }
  .hover\:lg\:basis-63per:hover {
    flex-basis: 63%;
  }
  .active\:lg\:basis-63per:active {
    flex-basis: 63%;
  }
  .focus\:lg\:basis-63per:focus {
    flex-basis: 63%;
  }
  .lg\:basis-64per {
    flex-basis: 64%;
  }
  .hover\:lg\:basis-64per:hover {
    flex-basis: 64%;
  }
  .active\:lg\:basis-64per:active {
    flex-basis: 64%;
  }
  .focus\:lg\:basis-64per:focus {
    flex-basis: 64%;
  }
  .lg\:basis-65per {
    flex-basis: 65%;
  }
  .hover\:lg\:basis-65per:hover {
    flex-basis: 65%;
  }
  .active\:lg\:basis-65per:active {
    flex-basis: 65%;
  }
  .focus\:lg\:basis-65per:focus {
    flex-basis: 65%;
  }
  .lg\:basis-66per {
    flex-basis: 66%;
  }
  .hover\:lg\:basis-66per:hover {
    flex-basis: 66%;
  }
  .active\:lg\:basis-66per:active {
    flex-basis: 66%;
  }
  .focus\:lg\:basis-66per:focus {
    flex-basis: 66%;
  }
  .lg\:basis-67per {
    flex-basis: 67%;
  }
  .hover\:lg\:basis-67per:hover {
    flex-basis: 67%;
  }
  .active\:lg\:basis-67per:active {
    flex-basis: 67%;
  }
  .focus\:lg\:basis-67per:focus {
    flex-basis: 67%;
  }
  .lg\:basis-68per {
    flex-basis: 68%;
  }
  .hover\:lg\:basis-68per:hover {
    flex-basis: 68%;
  }
  .active\:lg\:basis-68per:active {
    flex-basis: 68%;
  }
  .focus\:lg\:basis-68per:focus {
    flex-basis: 68%;
  }
  .lg\:basis-69per {
    flex-basis: 69%;
  }
  .hover\:lg\:basis-69per:hover {
    flex-basis: 69%;
  }
  .active\:lg\:basis-69per:active {
    flex-basis: 69%;
  }
  .focus\:lg\:basis-69per:focus {
    flex-basis: 69%;
  }
  .lg\:basis-70per {
    flex-basis: 70%;
  }
  .hover\:lg\:basis-70per:hover {
    flex-basis: 70%;
  }
  .active\:lg\:basis-70per:active {
    flex-basis: 70%;
  }
  .focus\:lg\:basis-70per:focus {
    flex-basis: 70%;
  }
  .lg\:basis-71per {
    flex-basis: 71%;
  }
  .hover\:lg\:basis-71per:hover {
    flex-basis: 71%;
  }
  .active\:lg\:basis-71per:active {
    flex-basis: 71%;
  }
  .focus\:lg\:basis-71per:focus {
    flex-basis: 71%;
  }
  .lg\:basis-72per {
    flex-basis: 72%;
  }
  .hover\:lg\:basis-72per:hover {
    flex-basis: 72%;
  }
  .active\:lg\:basis-72per:active {
    flex-basis: 72%;
  }
  .focus\:lg\:basis-72per:focus {
    flex-basis: 72%;
  }
  .lg\:basis-73per {
    flex-basis: 73%;
  }
  .hover\:lg\:basis-73per:hover {
    flex-basis: 73%;
  }
  .active\:lg\:basis-73per:active {
    flex-basis: 73%;
  }
  .focus\:lg\:basis-73per:focus {
    flex-basis: 73%;
  }
  .lg\:basis-74per {
    flex-basis: 74%;
  }
  .hover\:lg\:basis-74per:hover {
    flex-basis: 74%;
  }
  .active\:lg\:basis-74per:active {
    flex-basis: 74%;
  }
  .focus\:lg\:basis-74per:focus {
    flex-basis: 74%;
  }
  .lg\:basis-75per {
    flex-basis: 75%;
  }
  .hover\:lg\:basis-75per:hover {
    flex-basis: 75%;
  }
  .active\:lg\:basis-75per:active {
    flex-basis: 75%;
  }
  .focus\:lg\:basis-75per:focus {
    flex-basis: 75%;
  }
  .lg\:basis-76per {
    flex-basis: 76%;
  }
  .hover\:lg\:basis-76per:hover {
    flex-basis: 76%;
  }
  .active\:lg\:basis-76per:active {
    flex-basis: 76%;
  }
  .focus\:lg\:basis-76per:focus {
    flex-basis: 76%;
  }
  .lg\:basis-77per {
    flex-basis: 77%;
  }
  .hover\:lg\:basis-77per:hover {
    flex-basis: 77%;
  }
  .active\:lg\:basis-77per:active {
    flex-basis: 77%;
  }
  .focus\:lg\:basis-77per:focus {
    flex-basis: 77%;
  }
  .lg\:basis-78per {
    flex-basis: 78%;
  }
  .hover\:lg\:basis-78per:hover {
    flex-basis: 78%;
  }
  .active\:lg\:basis-78per:active {
    flex-basis: 78%;
  }
  .focus\:lg\:basis-78per:focus {
    flex-basis: 78%;
  }
  .lg\:basis-79per {
    flex-basis: 79%;
  }
  .hover\:lg\:basis-79per:hover {
    flex-basis: 79%;
  }
  .active\:lg\:basis-79per:active {
    flex-basis: 79%;
  }
  .focus\:lg\:basis-79per:focus {
    flex-basis: 79%;
  }
  .lg\:basis-80per {
    flex-basis: 80%;
  }
  .hover\:lg\:basis-80per:hover {
    flex-basis: 80%;
  }
  .active\:lg\:basis-80per:active {
    flex-basis: 80%;
  }
  .focus\:lg\:basis-80per:focus {
    flex-basis: 80%;
  }
  .lg\:basis-81per {
    flex-basis: 81%;
  }
  .hover\:lg\:basis-81per:hover {
    flex-basis: 81%;
  }
  .active\:lg\:basis-81per:active {
    flex-basis: 81%;
  }
  .focus\:lg\:basis-81per:focus {
    flex-basis: 81%;
  }
  .lg\:basis-82per {
    flex-basis: 82%;
  }
  .hover\:lg\:basis-82per:hover {
    flex-basis: 82%;
  }
  .active\:lg\:basis-82per:active {
    flex-basis: 82%;
  }
  .focus\:lg\:basis-82per:focus {
    flex-basis: 82%;
  }
  .lg\:basis-83per {
    flex-basis: 83%;
  }
  .hover\:lg\:basis-83per:hover {
    flex-basis: 83%;
  }
  .active\:lg\:basis-83per:active {
    flex-basis: 83%;
  }
  .focus\:lg\:basis-83per:focus {
    flex-basis: 83%;
  }
  .lg\:basis-84per {
    flex-basis: 84%;
  }
  .hover\:lg\:basis-84per:hover {
    flex-basis: 84%;
  }
  .active\:lg\:basis-84per:active {
    flex-basis: 84%;
  }
  .focus\:lg\:basis-84per:focus {
    flex-basis: 84%;
  }
  .lg\:basis-85per {
    flex-basis: 85%;
  }
  .hover\:lg\:basis-85per:hover {
    flex-basis: 85%;
  }
  .active\:lg\:basis-85per:active {
    flex-basis: 85%;
  }
  .focus\:lg\:basis-85per:focus {
    flex-basis: 85%;
  }
  .lg\:basis-86per {
    flex-basis: 86%;
  }
  .hover\:lg\:basis-86per:hover {
    flex-basis: 86%;
  }
  .active\:lg\:basis-86per:active {
    flex-basis: 86%;
  }
  .focus\:lg\:basis-86per:focus {
    flex-basis: 86%;
  }
  .lg\:basis-87per {
    flex-basis: 87%;
  }
  .hover\:lg\:basis-87per:hover {
    flex-basis: 87%;
  }
  .active\:lg\:basis-87per:active {
    flex-basis: 87%;
  }
  .focus\:lg\:basis-87per:focus {
    flex-basis: 87%;
  }
  .lg\:basis-88per {
    flex-basis: 88%;
  }
  .hover\:lg\:basis-88per:hover {
    flex-basis: 88%;
  }
  .active\:lg\:basis-88per:active {
    flex-basis: 88%;
  }
  .focus\:lg\:basis-88per:focus {
    flex-basis: 88%;
  }
  .lg\:basis-89per {
    flex-basis: 89%;
  }
  .hover\:lg\:basis-89per:hover {
    flex-basis: 89%;
  }
  .active\:lg\:basis-89per:active {
    flex-basis: 89%;
  }
  .focus\:lg\:basis-89per:focus {
    flex-basis: 89%;
  }
  .lg\:basis-90per {
    flex-basis: 90%;
  }
  .hover\:lg\:basis-90per:hover {
    flex-basis: 90%;
  }
  .active\:lg\:basis-90per:active {
    flex-basis: 90%;
  }
  .focus\:lg\:basis-90per:focus {
    flex-basis: 90%;
  }
  .lg\:basis-91per {
    flex-basis: 91%;
  }
  .hover\:lg\:basis-91per:hover {
    flex-basis: 91%;
  }
  .active\:lg\:basis-91per:active {
    flex-basis: 91%;
  }
  .focus\:lg\:basis-91per:focus {
    flex-basis: 91%;
  }
  .lg\:basis-92per {
    flex-basis: 92%;
  }
  .hover\:lg\:basis-92per:hover {
    flex-basis: 92%;
  }
  .active\:lg\:basis-92per:active {
    flex-basis: 92%;
  }
  .focus\:lg\:basis-92per:focus {
    flex-basis: 92%;
  }
  .lg\:basis-93per {
    flex-basis: 93%;
  }
  .hover\:lg\:basis-93per:hover {
    flex-basis: 93%;
  }
  .active\:lg\:basis-93per:active {
    flex-basis: 93%;
  }
  .focus\:lg\:basis-93per:focus {
    flex-basis: 93%;
  }
  .lg\:basis-94per {
    flex-basis: 94%;
  }
  .hover\:lg\:basis-94per:hover {
    flex-basis: 94%;
  }
  .active\:lg\:basis-94per:active {
    flex-basis: 94%;
  }
  .focus\:lg\:basis-94per:focus {
    flex-basis: 94%;
  }
  .lg\:basis-95per {
    flex-basis: 95%;
  }
  .hover\:lg\:basis-95per:hover {
    flex-basis: 95%;
  }
  .active\:lg\:basis-95per:active {
    flex-basis: 95%;
  }
  .focus\:lg\:basis-95per:focus {
    flex-basis: 95%;
  }
  .lg\:basis-96per {
    flex-basis: 96%;
  }
  .hover\:lg\:basis-96per:hover {
    flex-basis: 96%;
  }
  .active\:lg\:basis-96per:active {
    flex-basis: 96%;
  }
  .focus\:lg\:basis-96per:focus {
    flex-basis: 96%;
  }
  .lg\:basis-97per {
    flex-basis: 97%;
  }
  .hover\:lg\:basis-97per:hover {
    flex-basis: 97%;
  }
  .active\:lg\:basis-97per:active {
    flex-basis: 97%;
  }
  .focus\:lg\:basis-97per:focus {
    flex-basis: 97%;
  }
  .lg\:basis-98per {
    flex-basis: 98%;
  }
  .hover\:lg\:basis-98per:hover {
    flex-basis: 98%;
  }
  .active\:lg\:basis-98per:active {
    flex-basis: 98%;
  }
  .focus\:lg\:basis-98per:focus {
    flex-basis: 98%;
  }
  .lg\:basis-99per {
    flex-basis: 99%;
  }
  .hover\:lg\:basis-99per:hover {
    flex-basis: 99%;
  }
  .active\:lg\:basis-99per:active {
    flex-basis: 99%;
  }
  .focus\:lg\:basis-99per:focus {
    flex-basis: 99%;
  }
  .lg\:basis-100per {
    flex-basis: 100%;
  }
  .hover\:lg\:basis-100per:hover {
    flex-basis: 100%;
  }
  .active\:lg\:basis-100per:active {
    flex-basis: 100%;
  }
  .focus\:lg\:basis-100per:focus {
    flex-basis: 100%;
  }
}
