Skip to content

Instantly share code, notes, and snippets.

@Ksengine
Created March 22, 2021 08:45
Show Gist options
  • Save Ksengine/1bf53b5ac29ba3728eb97cf754fdc9cb to your computer and use it in GitHub Desktop.
Save Ksengine/1bf53b5ac29ba3728eb97cf754fdc9cb to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
@function negative-map($map) {
$result: ();
@each $key, $value in $map {
@if $value != 0 {
$result: map-merge($result, ("-" + $key: (-$value)));
}
}
@return $result;
}
$sep: "\\:";
$hover-overlay: 5%;
$focus-overlay: 10%;
$selected-overlay: 10%;
$activated-overlay: 10%;
$pressed-overlay: 15%;
$dragged-overlay: 15%;
$screens: (
"": 0,
sm: "640px",
md: "768px",
lg: "1024px",
xl: "1280px",
xxl: "1536px",
);
$containers: (
"": 0,
sm: 576px,
md: 768px,
lg: 992px,
xl: 1200px,
xxl: 1400px,
);
$columns: 12;
$row-columns: 6;
$gutters: (
0: 0,
1: 0.25rem,
2: 0.5rem,
3: 1rem,
4: 1.5rem,
5: 3rem,
);
//Colors
$colors: (
red-50: #ffebee,
red-100: #ffcdd2,
red-200: #ef9a9a,
red-300: #e57373,
red-400: #ef5350,
red-500: #f44336,
red-600: #e53935,
red-700: #d32f2f,
red-800: #c62828,
red-900: #b71c1c,
red-A100: #ff8a80,
red-A200: #ff5252,
red-A400: #ff1744,
red-A700: #d50000,
pink-50: #fce4ec,
pink-100: #f8bbd0,
pink-200: #f48fb1,
pink-300: #f06292,
pink-400: #ec407a,
pink-500: #e91e63,
pink-600: #d81b60,
pink-700: #c2185b,
pink-800: #ad1457,
pink-900: #880e4f,
pink-A100: #ff80ab,
pink-A200: #ff4081,
pink-A400: #f50057,
pink-A700: #c51162,
purple-50: #f3e5f5,
purple-100: #e1bee7,
purple-200: #ce93d8,
purple-300: #ba68c8,
purple-400: #ab47bc,
purple-500: #9c27b0,
purple-600: #8e24aa,
purple-700: #7b1fa2,
purple-800: #6a1b9a,
purple-900: #4a148c,
purple-A100: #ea80fc,
purple-A200: #e040fb,
purple-A400: #d500f9,
purple-A700: #aa00ff,
deeppurple-50: #ede7f6,
deeppurple-100: #d1c4e9,
deeppurple-200: #b39ddb,
deeppurple-300: #9575cd,
deeppurple-400: #7e57c2,
deeppurple-500: #673ab7,
deeppurple-600: #5e35b1,
deeppurple-700: #512da8,
deeppurple-800: #4527a0,
deeppurple-900: #311b92,
deeppurple-A100: #b388ff,
deeppurple-A200: #7c4dff,
deeppurple-A400: #651fff,
deeppurple-A700: #6200ea,
indigo-50: #e8eaf6,
indigo-100: #c5cae9,
indigo-200: #9fa8da,
indigo-300: #7986cb,
indigo-400: #5c6bc0,
indigo-500: #3f51b5,
indigo-600: #3949ab,
indigo-700: #303f9f,
indigo-800: #283593,
indigo-900: #1a237e,
indigo-A100: #8c9eff,
indigo-A200: #536dfe,
indigo-A400: #3d5afe,
indigo-A700: #304ffe,
blue-50: #e3f2fd,
blue-100: #bbdefb,
blue-200: #90caf9,
blue-300: #64b5f6,
blue-400: #42a5f5,
blue-500: #2196f3,
blue-600: #1e88e5,
blue-700: #1976d2,
blue-800: #1565c0,
blue-900: #0d47a1,
blue-A100: #82b1ff,
blue-A200: #448aff,
blue-A400: #2979ff,
blue-A700: #2962ff,
lightblue-50: #e1f5fe,
lightblue-100: #b3e5fc,
lightblue-200: #81d4fa,
lightblue-300: #4fc3f7,
lightblue-400: #29b6f6,
lightblue-500: #03a9f4,
lightblue-600: #039be5,
lightblue-700: #0288d1,
lightblue-800: #0277bd,
lightblue-900: #01579b,
lightblue-A100: #80d8ff,
lightblue-A200: #40c4ff,
lightblue-A400: #00b0ff,
lightblue-A700: #0091ea,
cyan-50: #e0f7fa,
cyan-100: #b2ebf2,
cyan-200: #80deea,
cyan-300: #4dd0e1,
cyan-400: #26c6da,
cyan-500: #00bcd4,
cyan-600: #00acc1,
cyan-700: #0097a7,
cyan-800: #00838f,
cyan-900: #006064,
cyan-A100: #84ffff,
cyan-A200: #18ffff,
cyan-A400: #00e5ff,
cyan-A700: #00b8d4,
teal-50: #e0f2f1,
teal-100: #b2dfdb,
teal-200: #80cbc4,
teal-300: #4db6ac,
teal-400: #26a69a,
teal-500: #009688,
teal-600: #00897b,
teal-700: #00796b,
teal-800: #00695c,
teal-900: #004d40,
teal-A100: #a7ffeb,
teal-A200: #64ffda,
teal-A400: #1de9b6,
teal-A700: #00bfa5,
green-50: #e8f5e9,
green-100: #c8e6c9,
green-200: #a5d6a7,
green-300: #81c784,
green-400: #66bb6a,
green-500: #4caf50,
green-600: #43a047,
green-700: #388e3c,
green-800: #2e7d32,
green-900: #1b5e20,
green-A100: #b9f6ca,
green-A200: #69f0ae,
green-A400: #00e676,
green-A700: #00c853,
lightgreen-50: #f1f8e9,
lightgreen-100: #dcedc8,
lightgreen-200: #c5e1a5,
lightgreen-300: #aed581,
lightgreen-400: #9ccc65,
lightgreen-500: #8bc34a,
lightgreen-600: #7cb342,
lightgreen-700: #689f38,
lightgreen-800: #558b2f,
lightgreen-900: #33691e,
lightgreen-A100: #ccff90,
lightgreen-A200: #b2ff59,
lightgreen-A400: #76ff03,
lightgreen-A700: #64dd17,
lime-50: #f9fbe7,
lime-100: #f0f4c3,
lime-200: #e6ee9c,
lime-300: #dce775,
lime-400: #d4e157,
lime-500: #cddc39,
lime-600: #c0ca33,
lime-700: #afb42b,
lime-800: #9e9d24,
lime-900: #827717,
lime-A100: #f4ff81,
lime-A200: #eeff41,
lime-A400: #c6ff00,
lime-A700: #aeea00,
yellow-50: #fffde7,
yellow-100: #fff9c4,
yellow-200: #fff59d,
yellow-300: #fff176,
yellow-400: #ffee58,
yellow-500: #ffeb3b,
yellow-600: #fdd835,
yellow-700: #fbc02d,
yellow-800: #f9a825,
yellow-900: #f57f17,
yellow-A100: #ffff8d,
yellow-A200: #ffff00,
yellow-A400: #ffea00,
yellow-A700: #ffd600,
amber-50: #fff8e1,
amber-100: #ffecb3,
amber-200: #ffe082,
amber-300: #ffd54f,
amber-400: #ffca28,
amber-500: #ffc107,
amber-600: #ffb300,
amber-700: #ffa000,
amber-800: #ff8f00,
amber-900: #ff6f00,
amber-A100: #ffe57f,
amber-A200: #ffd740,
amber-A400: #ffc400,
amber-A700: #ffab00,
orange-50: #fff3e0,
orange-100: #ffe0b2,
orange-200: #ffcc80,
orange-300: #ffb74d,
orange-400: #ffa726,
orange-500: #ff9800,
orange-600: #fb8c00,
orange-700: #f57c00,
orange-800: #ef6c00,
orange-900: #e65100,
orange-A100: #ffd180,
orange-A200: #ffab40,
orange-A400: #ff9100,
orange-A700: #ff6d00,
deeporange-50: #fbe9e7,
deeporange-100: #ffccbc,
deeporange-200: #ffab91,
deeporange-300: #ff8a65,
deeporange-400: #ff7043,
deeporange-500: #ff5722,
deeporange-600: #f4511e,
deeporange-700: #e64a19,
deeporange-800: #d84315,
deeporange-900: #bf360c,
deeporange-A100: #ff9e80,
deeporange-A200: #ff6e40,
deeporange-A400: #ff3d00,
deeporange-A700: #dd2c00,
brown-50: #efebe9,
brown-100: #d7ccc8,
brown-200: #bcaaa4,
brown-300: #a1887f,
brown-400: #8d6e63,
brown-500: #795548,
brown-600: #6d4c41,
brown-700: #5d4037,
brown-800: #4e342e,
brown-900: #3e2723,
gray-50: #fafafa,
gray-100: #f5f5f5,
gray-200: #eeeeee,
gray-300: #e0e0e0,
gray-400: #bdbdbd,
gray-500: #9e9e9e,
gray-600: #757575,
gray-700: #616161,
gray-800: #424242,
gray-900: #212121,
bluegray-50: #eceff1,
bluegray-100: #cfd8dc,
bluegray-200: #b0bec5,
bluegray-300: #90a4ae,
bluegray-400: #78909c,
bluegray-500: #607d8b,
bluegray-600: #546e7a,
bluegray-700: #455a64,
bluegray-800: #37474f,
bluegray-900: #263238,
black: #000000,
white: #ffffff,
transparent: transparent,
) !default;
$spacing: (
px: 1px,
0: 0px,
"0\\.5": 0.125rem,
1: 0.25rem,
"1\\.5": 0.375rem,
2: 0.5rem,
"2\\.5": 0.625rem,
3: 0.75rem,
"3\\.5": 0.875rem,
4: 1rem,
5: 1.25rem,
6: 1.5rem,
7: 1.75rem,
8: 2rem,
9: 2.25rem,
10: 2.5rem,
11: 2.75rem,
12: 3rem,
14: 3.5rem,
16: 4rem,
20: 5rem,
24: 6rem,
28: 7rem,
32: 8rem,
36: 9rem,
40: 10rem,
44: 11rem,
48: 12rem,
52: 13rem,
56: 14rem,
60: 15rem,
64: 16rem,
72: 18rem,
80: 20rem,
96: 24rem,
) !default;
$negative-spacing: negative-map($spacing) !default;
$object-position: (
bottom: bottom,
center: center,
left: left,
left-bottom: left bottom,
left-top: left top,
right: right,
right-bottom: right bottom,
right-top: right top,
top: top,
) !default;
$position-base: (
auto: auto,
"1\\/2": 50%,
"1\\/3": 33.333333%,
"2\\/3": 66.666667%,
"1\\/4": 25%,
"2\\/4": 50%,
"3\\/4": 75%,
full: 100%,
"-1\\/2": -50%,
"-1\\/3": -33.333333%,
"-2\\/3": -66.666667%,
"-1\\/4": -25%,
"-2\\/4": -50%,
"-3\\/4": -75%,
"-full": -100%,
) !default;
$position-values: map-merge(
map-merge($position-base, $spacing),
$negative-spacing
) !default;
$z-index: (
auto: "auto",
0: 0,
1: 1,
2: 2,
3: 3,
4: 4,
5: 5,
6: 6,
7: 7,
8: 8,
9: 9,
10: 10,
20: 20,
30: 30,
40: 40,
50: 50,
) !default;
$flex: (
1: "1 1 0%",
auto: "1 1 auto",
initial: "0 1 auto",
none: none,
) !default;
$flex-grow: (
none: 0,
"": 1,
) !default;
$flex-shrink: (
no: 0,
"": 1,
) !default;
$order: (
first: "-9999",
last: "9999",
none: "0",
1: "1",
2: "2",
3: "3",
4: "4",
5: "5",
6: "6",
7: "7",
8: "8",
9: "9",
10: "10",
11: "11",
12: "12",
) !default;
$grid-auto-columns: (
auto: "auto",
min: "min-content",
max: "max-content",
fr: "minmax(0, 1fr)",
) !default;
$grid-auto-rows: (
auto: "auto",
min: "min-content",
max: "max-content",
fr: "minmax(0, 1fr)",
) !default;
$grid-column: (
auto: "auto",
"span-1": "span 1 / span 1",
"span-2": "span 2 / span 2",
"span-3": "span 3 / span 3",
"span-4": "span 4 / span 4",
"span-5": "span 5 / span 5",
"span-6": "span 6 / span 6",
"span-7": "span 7 / span 7",
"span-8": "span 8 / span 8",
"span-9": "span 9 / span 9",
"span-10": "span 10 / span 10",
"span-11": "span 11 / span 11",
"span-12": "span 12 / span 12",
"span-full": "1 / -1",
) !default;
$grid-column-end: (
auto: "auto",
1: "1",
2: "2",
3: "3",
4: "4",
5: "5",
6: "6",
7: "7",
8: "8",
9: "9",
10: "10",
11: "11",
12: "12",
13: "13",
) !default;
$grid-column-start: (
auto: "auto",
1: "1",
2: "2",
3: "3",
4: "4",
5: "5",
6: "6",
7: "7",
8: "8",
9: "9",
10: "10",
11: "11",
12: "12",
13: "13",
) !default;
$grid-row: (
auto: "auto",
"span-1": "span 1 / span 1",
"span-2": "span 2 / span 2",
"span-3": "span 3 / span 3",
"span-4": "span 4 / span 4",
"span-5": "span 5 / span 5",
"span-6": "span 6 / span 6",
"span-full": "1 / -1",
) !default;
$grid-row-start: (
auto: "auto",
1: "1",
2: "2",
3: "3",
4: "4",
5: "5",
6: "6",
7: "7",
) !default;
$grid-row-end: (
auto: "auto",
1: "1",
2: "2",
3: "3",
4: "4",
5: "5",
6: "6",
7: "7",
) !default;
$grid-template-columns: (
none: "none",
1: "repeat(1, minmax(0, 1fr))",
2: "repeat(2, minmax(0, 1fr))",
3: "repeat(3, minmax(0, 1fr))",
4: "repeat(4, minmax(0, 1fr))",
5: "repeat(5, minmax(0, 1fr))",
6: "repeat(6, minmax(0, 1fr))",
7: "repeat(7, minmax(0, 1fr))",
8: "repeat(8, minmax(0, 1fr))",
9: "repeat(9, minmax(0, 1fr))",
10: "repeat(10, minmax(0, 1fr))",
11: "repeat(11, minmax(0, 1fr))",
12: "repeat(12, minmax(0, 1fr))",
) !default;
$grid-template-rows: (
none: "none",
1: "repeat(1, minmax(0, 1fr))",
2: "repeat(2, minmax(0, 1fr))",
3: "repeat(3, minmax(0, 1fr))",
4: "repeat(4, minmax(0, 1fr))",
5: "repeat(5, minmax(0, 1fr))",
6: "repeat(6, minmax(0, 1fr))",
) !default;
$gap: $spacing !default;
$padding: $spacing !default;
$margin: map-merge(
map-merge(
(
auto: auto,
),
$spacing
),
$negative-spacing
) !default;
$width: map-merge(
(
auto: "auto",
"1\\/2": "50%",
"1\\/3": "33.333333%",
"2\\/3": "66.666667%",
"1\\/4": "25%",
"2\\/4": "50%",
"3\\/4": "75%",
"1\\/5": "20%",
"2\\/5": "40%",
"3\\/5": "60%",
"4\\/5": "80%",
"1\\/6": "16.666667%",
"2\\/6": "33.333333%",
"3\\/6": "50%",
"4\\/6": "66.666667%",
"5\\/6": "83.333333%",
"1\\/12": "8.333333%",
"2\\/12": "16.666667%",
"3\\/12": "25%",
"4\\/12": "33.333333%",
"5\\/12": "41.666667%",
"6\\/12": "50%",
"7\\/12": "58.333333%",
"8\\/12": "66.666667%",
"9\\/12": "75%",
"10\\/12": "83.333333%",
"11\\/12": "91.666667%",
full: "100%",
screen: "100vw",
min: "min-content",
max: "max-content",
),
$spacing
) !default;
$height: $width !default;
$min-width: (
0: 0,
full: 100%,
min: min-content,
max: max-content,
) !default;
$max-width: (
none: none,
0: 0rem,
xs: 20rem,
sm: 24rem,
md: 28rem,
lg: 32rem,
xl: 36rem,
2xl: 42rem,
3xl: 48rem,
4xl: 56rem,
5xl: 64rem,
6xl: 72rem,
7xl: 80rem,
full: 100%,
min: min-content,
max: max-content,
prose: 65ch,
) !default;
$min-height: $min-width !default;
$max-height: $max-width !default;
$font-family: (
sans:
unquote(
'ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"'
),
serif: unquote('ui-serif, Georgia, Cambria, "Times New Roman", Times, serif'),
mono:
unquote(
'ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace'
),
) !default;
$font-size: (
xs: "0.75rem",
sm: "0.875rem",
base: "1rem",
lg: "1.125rem",
xl: "1.25rem",
"2xl": "1.5rem",
"3xl": "1.875rem",
"4xl": "2.25rem",
"5xl": "3rem",
"6xl": "3.75rem",
"7xl": "4.5rem",
"8xl": "6rem",
"9xl": "8rem",
) !default;
$font-line-height: (
"1rem",
"1.25rem",
"1.5rem",
"1.75rem",
"1.75rem",
"2rem",
"2.25rem",
"2.5rem",
"1",
"1",
"1",
"1",
"1"
) !default;
$font-weight: (
thin: "100",
extralight: "200",
light: "300",
normal: "400",
medium: "500",
semibold: "600",
bold: "700",
extrabold: "800",
black: "900",
) !default;
$letter-spacing: (
tighter: "-0.05em",
tight: "-0.025em",
normal: "0em",
wide: "0.025em",
wider: "0.05em",
widest: "0.1em",
) !default;
$placeholder-color: $colors !default;
$opacity: (
0: "0",
5: "0.05",
10: "0.1",
20: "0.2",
25: "0.25",
30: "0.3",
40: "0.4",
50: "0.5",
60: "0.6",
70: "0.7",
75: "0.75",
80: "0.8",
90: "0.9",
95: "0.95",
100: "1",
) !default;
$placeholder-opacity: $opacity !default;
$line-height: (
none: "1",
tight: "1.25",
snug: "1.375",
normal: "1.5",
relaxed: "1.625",
loose: "2",
3: ".75rem",
4: "1rem",
5: "1.25rem",
6: "1.5rem",
7: "1.75rem",
8: "2rem",
9: "2.25rem",
10: "2.5rem",
) !default;
$background-color: $colors !default;
$background-image: (
none: "none",
"gradient-to-t": "linear-gradient(to top, var(--mh-gradient-stops))",
"gradient-to-tr": "linear-gradient(to top right, var(--mh-gradient-stops))",
"gradient-to-r": "linear-gradient(to right, var(--mh-gradient-stops))",
"gradient-to-br": "linear-gradient(to bottom right, var(--mh-gradient-stops))",
"gradient-to-b": "linear-gradient(to bottom, var(--mh-gradient-stops))",
"gradient-to-bl": "linear-gradient(to bottom left, var(--mh-gradient-stops))",
"gradient-to-l": "linear-gradient(to left, var(--mh-gradient-stops))",
"gradient-to-tl": "linear-gradient(to top left, var(--mh-gradient-stops))",
) !default;
$background-opacity: $opacity !default;
$background-position: (
bottom: "bottom",
center: "center",
left: "left",
"left-bottom": "left bottom",
"left-top": "left top",
right: "right",
"right-bottom": "right bottom",
"right-top": "right top",
top: "top",
) !default;
$background-size: (
auto: "auto",
cover: "cover",
contain: "contain",
) !default;
@mixin css($prefix: "") {
// Layout
.#{$prefix}border-box {
box-sizing: border-box;
}
.#{$prefix}content-box {
box-sizing: content-box;
}
@each $type
in (
inline
inline-block
block
grid
table
table-row
table-caption
table-cell
table-row
table-column
table-column-group
table-footer-group
table-row-group
flex
inline-flex
flow-root
grid
inline-grid
contents
none
)
{
.#{$prefix}#{$type} {
display: #{$type};
}
}
.#{$prefix}float {
@each $value in (left right none) {
&#{$sep}#{$value} {
float: #{$value};
}
}
}
.#{$prefix}clear {
@each $value in (left right both none) {
&#{$sep}#{$value} {
clear: #{$value};
}
}
}
.#{$prefix}object-fit {
@each $value in (contain cover fill none scale-down) {
&#{$sep}#{$value} {
object-fit: #{$value};
}
}
}
.#{$prefix}object-position {
@each $key, $value in $object-position {
&#{$sep}#{$key} {
object-position: #{$value};
}
}
}
.#{$prefix}overflow {
@each $value in (auto hidden visible scroll) {
&#{$sep}#{$value} {
overflow: #{$value};
}
&-x#{$sep}#{$value} {
overflow-x: #{$value};
}
&-y#{$sep}#{$value} {
overflow-y: #{$value};
}
}
}
.#{$prefix}overscroll {
@each $value in (auto contain none) {
&#{$sep}#{$value} {
overscroll-behavior: #{$value};
}
&-x#{$sep}#{$value} {
overscroll-behavior-x: #{$value};
}
&-y#{$sep}#{$value} {
overscroll-behavior-y: #{$value};
}
}
}
@each $value in (static relative absolute fixed sticky) {
.#{$prefix}#{$value} {
position: #{$value};
}
}
@each $key, $value in $position-values {
@each $side in (top, bottom) {
.#{$prefix}inset#{$sep}#{$key},
.#{$prefix}inset-y#{$sep}#{$key},
.#{$prefix}#{$side}#{$sep}#{$key} {
#{$side}: #{$value};
}
}
@each $side in (left, right) {
.#{$prefix}inset#{$sep}#{$key},
.#{$prefix}inset-x#{$sep}#{$key},
.#{$prefix}#{$side}#{$sep}#{$key} {
#{$side}: #{$value};
}
}
}
.#{$prefix}visible {
visibility: visible;
}
.#{$prefix}invsible {
visibility: invisible;
}
@each $key, $value in $z-index {
.#{$prefix}z#{$sep}#{$key} {
z-index: #{$value};
}
}
// Flex
@each $key, $value in (row: row, row-reverse: row-reverse, col: column, col-reverse: column-reverse) {
.#{$prefix}flex#{$sep}#{$key} {
flex-direction: #{$value};
}
}
@each $value in (wrap wrap-reverse nowrap) {
.#{$prefix}flex#{$sep}#{$value} {
flex-wrap: #{$value};
}
}
@each $key, $value in $flex {
.#{$prefix}flex#{$sep}#{$key} {
flex: #{$value};
}
}
.#{$prefix}flex-grow#{$sep} {
flex-grow: 1;
}
.#{$prefix}flex-grow#{$sep}no {
flex-grow: 0;
}
.#{$prefix}flex-shrink#{$sep} {
flex-shrink: 1;
}
.#{$prefix}flex-shrink#{$sep} {
flex-shrink: 0;
}
@each $key, $value in $order {
.#{$prefix}order#{$sep}#{$key} {
order: #{$value};
}
}
}
@each $screen, $size in $screens {
@if $screen == "" {
@include css();
}
@else {
@media (min-width: #{$size}) {
@include css(#{$screen}#{$sep});
}
}
}
.border-box {
box-sizing: border-box;
}
.content-box {
box-sizing: content-box;
}
.inline {
display: inline;
}
.inline-block {
display: inline-block;
}
.block {
display: block;
}
.grid {
display: grid;
}
.table {
display: table;
}
.table-row {
display: table-row;
}
.table-caption {
display: table-caption;
}
.table-cell {
display: table-cell;
}
.table-row {
display: table-row;
}
.table-column {
display: table-column;
}
.table-column-group {
display: table-column-group;
}
.table-footer-group {
display: table-footer-group;
}
.table-row-group {
display: table-row-group;
}
.flex {
display: flex;
}
.inline-flex {
display: inline-flex;
}
.flow-root {
display: flow-root;
}
.grid {
display: grid;
}
.inline-grid {
display: inline-grid;
}
.contents {
display: contents;
}
.none {
display: none;
}
.float\:left {
float: left;
}
.float\:right {
float: right;
}
.float\:none {
float: none;
}
.clear\:left {
clear: left;
}
.clear\:right {
clear: right;
}
.clear\:both {
clear: both;
}
.clear\:none {
clear: none;
}
.object-fit\:contain {
object-fit: contain;
}
.object-fit\:cover {
object-fit: cover;
}
.object-fit\:fill {
object-fit: fill;
}
.object-fit\:none {
object-fit: none;
}
.object-fit\:scale-down {
object-fit: scale-down;
}
.object-position\:bottom {
object-position: bottom;
}
.object-position\:center {
object-position: center;
}
.object-position\:left {
object-position: left;
}
.object-position\:left-bottom {
object-position: left bottom;
}
.object-position\:left-top {
object-position: left top;
}
.object-position\:right {
object-position: right;
}
.object-position\:right-bottom {
object-position: right bottom;
}
.object-position\:right-top {
object-position: right top;
}
.object-position\:top {
object-position: top;
}
.overflow\:auto {
overflow: auto;
}
.overflow-x\:auto {
overflow-x: auto;
}
.overflow-y\:auto {
overflow-y: auto;
}
.overflow\:hidden {
overflow: hidden;
}
.overflow-x\:hidden {
overflow-x: hidden;
}
.overflow-y\:hidden {
overflow-y: hidden;
}
.overflow\:visible {
overflow: visible;
}
.overflow-x\:visible {
overflow-x: visible;
}
.overflow-y\:visible {
overflow-y: visible;
}
.overflow\:scroll {
overflow: scroll;
}
.overflow-x\:scroll {
overflow-x: scroll;
}
.overflow-y\:scroll {
overflow-y: scroll;
}
.overscroll\:auto {
overscroll-behavior: auto;
}
.overscroll-x\:auto {
overscroll-behavior-x: auto;
}
.overscroll-y\:auto {
overscroll-behavior-y: auto;
}
.overscroll\:contain {
overscroll-behavior: contain;
}
.overscroll-x\:contain {
overscroll-behavior-x: contain;
}
.overscroll-y\:contain {
overscroll-behavior-y: contain;
}
.overscroll\:none {
overscroll-behavior: none;
}
.overscroll-x\:none {
overscroll-behavior-x: none;
}
.overscroll-y\:none {
overscroll-behavior-y: none;
}
.static {
position: static;
}
.relative {
position: relative;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.sticky {
position: sticky;
}
.inset\:auto,
.inset-y\:auto,
.top\:auto {
top: auto;
}
.inset\:auto,
.inset-y\:auto,
.bottom\:auto {
bottom: auto;
}
.inset\:auto,
.inset-x\:auto,
.left\:auto {
left: auto;
}
.inset\:auto,
.inset-x\:auto,
.right\:auto {
right: auto;
}
.inset\:1\/2,
.inset-y\:1\/2,
.top\:1\/2 {
top: 50%;
}
.inset\:1\/2,
.inset-y\:1\/2,
.bottom\:1\/2 {
bottom: 50%;
}
.inset\:1\/2,
.inset-x\:1\/2,
.left\:1\/2 {
left: 50%;
}
.inset\:1\/2,
.inset-x\:1\/2,
.right\:1\/2 {
right: 50%;
}
.inset\:1\/3,
.inset-y\:1\/3,
.top\:1\/3 {
top: 33.333333%;
}
.inset\:1\/3,
.inset-y\:1\/3,
.bottom\:1\/3 {
bottom: 33.333333%;
}
.inset\:1\/3,
.inset-x\:1\/3,
.left\:1\/3 {
left: 33.333333%;
}
.inset\:1\/3,
.inset-x\:1\/3,
.right\:1\/3 {
right: 33.333333%;
}
.inset\:2\/3,
.inset-y\:2\/3,
.top\:2\/3 {
top: 66.666667%;
}
.inset\:2\/3,
.inset-y\:2\/3,
.bottom\:2\/3 {
bottom: 66.666667%;
}
.inset\:2\/3,
.inset-x\:2\/3,
.left\:2\/3 {
left: 66.666667%;
}
.inset\:2\/3,
.inset-x\:2\/3,
.right\:2\/3 {
right: 66.666667%;
}
.inset\:1\/4,
.inset-y\:1\/4,
.top\:1\/4 {
top: 25%;
}
.inset\:1\/4,
.inset-y\:1\/4,
.bottom\:1\/4 {
bottom: 25%;
}
.inset\:1\/4,
.inset-x\:1\/4,
.left\:1\/4 {
left: 25%;
}
.inset\:1\/4,
.inset-x\:1\/4,
.right\:1\/4 {
right: 25%;
}
.inset\:2\/4,
.inset-y\:2\/4,
.top\:2\/4 {
top: 50%;
}
.inset\:2\/4,
.inset-y\:2\/4,
.bottom\:2\/4 {
bottom: 50%;
}
.inset\:2\/4,
.inset-x\:2\/4,
.left\:2\/4 {
left: 50%;
}
.inset\:2\/4,
.inset-x\:2\/4,
.right\:2\/4 {
right: 50%;
}
.inset\:3\/4,
.inset-y\:3\/4,
.top\:3\/4 {
top: 75%;
}
.inset\:3\/4,
.inset-y\:3\/4,
.bottom\:3\/4 {
bottom: 75%;
}
.inset\:3\/4,
.inset-x\:3\/4,
.left\:3\/4 {
left: 75%;
}
.inset\:3\/4,
.inset-x\:3\/4,
.right\:3\/4 {
right: 75%;
}
.inset\:full,
.inset-y\:full,
.top\:full {
top: 100%;
}
.inset\:full,
.inset-y\:full,
.bottom\:full {
bottom: 100%;
}
.inset\:full,
.inset-x\:full,
.left\:full {
left: 100%;
}
.inset\:full,
.inset-x\:full,
.right\:full {
right: 100%;
}
.inset\:-1\/2,
.inset-y\:-1\/2,
.top\:-1\/2 {
top: -50%;
}
.inset\:-1\/2,
.inset-y\:-1\/2,
.bottom\:-1\/2 {
bottom: -50%;
}
.inset\:-1\/2,
.inset-x\:-1\/2,
.left\:-1\/2 {
left: -50%;
}
.inset\:-1\/2,
.inset-x\:-1\/2,
.right\:-1\/2 {
right: -50%;
}
.inset\:-1\/3,
.inset-y\:-1\/3,
.top\:-1\/3 {
top: -33.333333%;
}
.inset\:-1\/3,
.inset-y\:-1\/3,
.bottom\:-1\/3 {
bottom: -33.333333%;
}
.inset\:-1\/3,
.inset-x\:-1\/3,
.left\:-1\/3 {
left: -33.333333%;
}
.inset\:-1\/3,
.inset-x\:-1\/3,
.right\:-1\/3 {
right: -33.333333%;
}
.inset\:-2\/3,
.inset-y\:-2\/3,
.top\:-2\/3 {
top: -66.666667%;
}
.inset\:-2\/3,
.inset-y\:-2\/3,
.bottom\:-2\/3 {
bottom: -66.666667%;
}
.inset\:-2\/3,
.inset-x\:-2\/3,
.left\:-2\/3 {
left: -66.666667%;
}
.inset\:-2\/3,
.inset-x\:-2\/3,
.right\:-2\/3 {
right: -66.666667%;
}
.inset\:-1\/4,
.inset-y\:-1\/4,
.top\:-1\/4 {
top: -25%;
}
.inset\:-1\/4,
.inset-y\:-1\/4,
.bottom\:-1\/4 {
bottom: -25%;
}
.inset\:-1\/4,
.inset-x\:-1\/4,
.left\:-1\/4 {
left: -25%;
}
.inset\:-1\/4,
.inset-x\:-1\/4,
.right\:-1\/4 {
right: -25%;
}
.inset\:-2\/4,
.inset-y\:-2\/4,
.top\:-2\/4 {
top: -50%;
}
.inset\:-2\/4,
.inset-y\:-2\/4,
.bottom\:-2\/4 {
bottom: -50%;
}
.inset\:-2\/4,
.inset-x\:-2\/4,
.left\:-2\/4 {
left: -50%;
}
.inset\:-2\/4,
.inset-x\:-2\/4,
.right\:-2\/4 {
right: -50%;
}
.inset\:-3\/4,
.inset-y\:-3\/4,
.top\:-3\/4 {
top: -75%;
}
.inset\:-3\/4,
.inset-y\:-3\/4,
.bottom\:-3\/4 {
bottom: -75%;
}
.inset\:-3\/4,
.inset-x\:-3\/4,
.left\:-3\/4 {
left: -75%;
}
.inset\:-3\/4,
.inset-x\:-3\/4,
.right\:-3\/4 {
right: -75%;
}
.inset\:-full,
.inset-y\:-full,
.top\:-full {
top: -100%;
}
.inset\:-full,
.inset-y\:-full,
.bottom\:-full {
bottom: -100%;
}
.inset\:-full,
.inset-x\:-full,
.left\:-full {
left: -100%;
}
.inset\:-full,
.inset-x\:-full,
.right\:-full {
right: -100%;
}
.inset\:px,
.inset-y\:px,
.top\:px {
top: 1px;
}
.inset\:px,
.inset-y\:px,
.bottom\:px {
bottom: 1px;
}
.inset\:px,
.inset-x\:px,
.left\:px {
left: 1px;
}
.inset\:px,
.inset-x\:px,
.right\:px {
right: 1px;
}
.inset\:0,
.inset-y\:0,
.top\:0 {
top: 0px;
}
.inset\:0,
.inset-y\:0,
.bottom\:0 {
bottom: 0px;
}
.inset\:0,
.inset-x\:0,
.left\:0 {
left: 0px;
}
.inset\:0,
.inset-x\:0,
.right\:0 {
right: 0px;
}
.inset\:0\.5,
.inset-y\:0\.5,
.top\:0\.5 {
top: 0.125rem;
}
.inset\:0\.5,
.inset-y\:0\.5,
.bottom\:0\.5 {
bottom: 0.125rem;
}
.inset\:0\.5,
.inset-x\:0\.5,
.left\:0\.5 {
left: 0.125rem;
}
.inset\:0\.5,
.inset-x\:0\.5,
.right\:0\.5 {
right: 0.125rem;
}
.inset\:1,
.inset-y\:1,
.top\:1 {
top: 0.25rem;
}
.inset\:1,
.inset-y\:1,
.bottom\:1 {
bottom: 0.25rem;
}
.inset\:1,
.inset-x\:1,
.left\:1 {
left: 0.25rem;
}
.inset\:1,
.inset-x\:1,
.right\:1 {
right: 0.25rem;
}
.inset\:1\.5,
.inset-y\:1\.5,
.top\:1\.5 {
top: 0.375rem;
}
.inset\:1\.5,
.inset-y\:1\.5,
.bottom\:1\.5 {
bottom: 0.375rem;
}
.inset\:1\.5,
.inset-x\:1\.5,
.left\:1\.5 {
left: 0.375rem;
}
.inset\:1\.5,
.inset-x\:1\.5,
.right\:1\.5 {
right: 0.375rem;
}
.inset\:2,
.inset-y\:2,
.top\:2 {
top: 0.5rem;
}
.inset\:2,
.inset-y\:2,
.bottom\:2 {
bottom: 0.5rem;
}
.inset\:2,
.inset-x\:2,
.left\:2 {
left: 0.5rem;
}
.inset\:2,
.inset-x\:2,
.right\:2 {
right: 0.5rem;
}
.inset\:2\.5,
.inset-y\:2\.5,
.top\:2\.5 {
top: 0.625rem;
}
.inset\:2\.5,
.inset-y\:2\.5,
.bottom\:2\.5 {
bottom: 0.625rem;
}
.inset\:2\.5,
.inset-x\:2\.5,
.left\:2\.5 {
left: 0.625rem;
}
.inset\:2\.5,
.inset-x\:2\.5,
.right\:2\.5 {
right: 0.625rem;
}
.inset\:3,
.inset-y\:3,
.top\:3 {
top: 0.75rem;
}
.inset\:3,
.inset-y\:3,
.bottom\:3 {
bottom: 0.75rem;
}
.inset\:3,
.inset-x\:3,
.left\:3 {
left: 0.75rem;
}
.inset\:3,
.inset-x\:3,
.right\:3 {
right: 0.75rem;
}
.inset\:3\.5,
.inset-y\:3\.5,
.top\:3\.5 {
top: 0.875rem;
}
.inset\:3\.5,
.inset-y\:3\.5,
.bottom\:3\.5 {
bottom: 0.875rem;
}
.inset\:3\.5,
.inset-x\:3\.5,
.left\:3\.5 {
left: 0.875rem;
}
.inset\:3\.5,
.inset-x\:3\.5,
.right\:3\.5 {
right: 0.875rem;
}
.inset\:4,
.inset-y\:4,
.top\:4 {
top: 1rem;
}
.inset\:4,
.inset-y\:4,
.bottom\:4 {
bottom: 1rem;
}
.inset\:4,
.inset-x\:4,
.left\:4 {
left: 1rem;
}
.inset\:4,
.inset-x\:4,
.right\:4 {
right: 1rem;
}
.inset\:5,
.inset-y\:5,
.top\:5 {
top: 1.25rem;
}
.inset\:5,
.inset-y\:5,
.bottom\:5 {
bottom: 1.25rem;
}
.inset\:5,
.inset-x\:5,
.left\:5 {
left: 1.25rem;
}
.inset\:5,
.inset-x\:5,
.right\:5 {
right: 1.25rem;
}
.inset\:6,
.inset-y\:6,
.top\:6 {
top: 1.5rem;
}
.inset\:6,
.inset-y\:6,
.bottom\:6 {
bottom: 1.5rem;
}
.inset\:6,
.inset-x\:6,
.left\:6 {
left: 1.5rem;
}
.inset\:6,
.inset-x\:6,
.right\:6 {
right: 1.5rem;
}
.inset\:7,
.inset-y\:7,
.top\:7 {
top: 1.75rem;
}
.inset\:7,
.inset-y\:7,
.bottom\:7 {
bottom: 1.75rem;
}
.inset\:7,
.inset-x\:7,
.left\:7 {
left: 1.75rem;
}
.inset\:7,
.inset-x\:7,
.right\:7 {
right: 1.75rem;
}
.inset\:8,
.inset-y\:8,
.top\:8 {
top: 2rem;
}
.inset\:8,
.inset-y\:8,
.bottom\:8 {
bottom: 2rem;
}
.inset\:8,
.inset-x\:8,
.left\:8 {
left: 2rem;
}
.inset\:8,
.inset-x\:8,
.right\:8 {
right: 2rem;
}
.inset\:9,
.inset-y\:9,
.top\:9 {
top: 2.25rem;
}
.inset\:9,
.inset-y\:9,
.bottom\:9 {
bottom: 2.25rem;
}
.inset\:9,
.inset-x\:9,
.left\:9 {
left: 2.25rem;
}
.inset\:9,
.inset-x\:9,
.right\:9 {
right: 2.25rem;
}
.inset\:10,
.inset-y\:10,
.top\:10 {
top: 2.5rem;
}
.inset\:10,
.inset-y\:10,
.bottom\:10 {
bottom: 2.5rem;
}
.inset\:10,
.inset-x\:10,
.left\:10 {
left: 2.5rem;
}
.inset\:10,
.inset-x\:10,
.right\:10 {
right: 2.5rem;
}
.inset\:11,
.inset-y\:11,
.top\:11 {
top: 2.75rem;
}
.inset\:11,
.inset-y\:11,
.bottom\:11 {
bottom: 2.75rem;
}
.inset\:11,
.inset-x\:11,
.left\:11 {
left: 2.75rem;
}
.inset\:11,
.inset-x\:11,
.right\:11 {
right: 2.75rem;
}
.inset\:12,
.inset-y\:12,
.top\:12 {
top: 3rem;
}
.inset\:12,
.inset-y\:12,
.bottom\:12 {
bottom: 3rem;
}
.inset\:12,
.inset-x\:12,
.left\:12 {
left: 3rem;
}
.inset\:12,
.inset-x\:12,
.right\:12 {
right: 3rem;
}
.inset\:14,
.inset-y\:14,
.top\:14 {
top: 3.5rem;
}
.inset\:14,
.inset-y\:14,
.bottom\:14 {
bottom: 3.5rem;
}
.inset\:14,
.inset-x\:14,
.left\:14 {
left: 3.5rem;
}
.inset\:14,
.inset-x\:14,
.right\:14 {
right: 3.5rem;
}
.inset\:16,
.inset-y\:16,
.top\:16 {
top: 4rem;
}
.inset\:16,
.inset-y\:16,
.bottom\:16 {
bottom: 4rem;
}
.inset\:16,
.inset-x\:16,
.left\:16 {
left: 4rem;
}
.inset\:16,
.inset-x\:16,
.right\:16 {
right: 4rem;
}
.inset\:20,
.inset-y\:20,
.top\:20 {
top: 5rem;
}
.inset\:20,
.inset-y\:20,
.bottom\:20 {
bottom: 5rem;
}
.inset\:20,
.inset-x\:20,
.left\:20 {
left: 5rem;
}
.inset\:20,
.inset-x\:20,
.right\:20 {
right: 5rem;
}
.inset\:24,
.inset-y\:24,
.top\:24 {
top: 6rem;
}
.inset\:24,
.inset-y\:24,
.bottom\:24 {
bottom: 6rem;
}
.inset\:24,
.inset-x\:24,
.left\:24 {
left: 6rem;
}
.inset\:24,
.inset-x\:24,
.right\:24 {
right: 6rem;
}
.inset\:28,
.inset-y\:28,
.top\:28 {
top: 7rem;
}
.inset\:28,
.inset-y\:28,
.bottom\:28 {
bottom: 7rem;
}
.inset\:28,
.inset-x\:28,
.left\:28 {
left: 7rem;
}
.inset\:28,
.inset-x\:28,
.right\:28 {
right: 7rem;
}
.inset\:32,
.inset-y\:32,
.top\:32 {
top: 8rem;
}
.inset\:32,
.inset-y\:32,
.bottom\:32 {
bottom: 8rem;
}
.inset\:32,
.inset-x\:32,
.left\:32 {
left: 8rem;
}
.inset\:32,
.inset-x\:32,
.right\:32 {
right: 8rem;
}
.inset\:36,
.inset-y\:36,
.top\:36 {
top: 9rem;
}
.inset\:36,
.inset-y\:36,
.bottom\:36 {
bottom: 9rem;
}
.inset\:36,
.inset-x\:36,
.left\:36 {
left: 9rem;
}
.inset\:36,
.inset-x\:36,
.right\:36 {
right: 9rem;
}
.inset\:40,
.inset-y\:40,
.top\:40 {
top: 10rem;
}
.inset\:40,
.inset-y\:40,
.bottom\:40 {
bottom: 10rem;
}
.inset\:40,
.inset-x\:40,
.left\:40 {
left: 10rem;
}
.inset\:40,
.inset-x\:40,
.right\:40 {
right: 10rem;
}
.inset\:44,
.inset-y\:44,
.top\:44 {
top: 11rem;
}
.inset\:44,
.inset-y\:44,
.bottom\:44 {
bottom: 11rem;
}
.inset\:44,
.inset-x\:44,
.left\:44 {
left: 11rem;
}
.inset\:44,
.inset-x\:44,
.right\:44 {
right: 11rem;
}
.inset\:48,
.inset-y\:48,
.top\:48 {
top: 12rem;
}
.inset\:48,
.inset-y\:48,
.bottom\:48 {
bottom: 12rem;
}
.inset\:48,
.inset-x\:48,
.left\:48 {
left: 12rem;
}
.inset\:48,
.inset-x\:48,
.right\:48 {
right: 12rem;
}
.inset\:52,
.inset-y\:52,
.top\:52 {
top: 13rem;
}
.inset\:52,
.inset-y\:52,
.bottom\:52 {
bottom: 13rem;
}
.inset\:52,
.inset-x\:52,
.left\:52 {
left: 13rem;
}
.inset\:52,
.inset-x\:52,
.right\:52 {
right: 13rem;
}
.inset\:56,
.inset-y\:56,
.top\:56 {
top: 14rem;
}
.inset\:56,
.inset-y\:56,
.bottom\:56 {
bottom: 14rem;
}
.inset\:56,
.inset-x\:56,
.left\:56 {
left: 14rem;
}
.inset\:56,
.inset-x\:56,
.right\:56 {
right: 14rem;
}
.inset\:60,
.inset-y\:60,
.top\:60 {
top: 15rem;
}
.inset\:60,
.inset-y\:60,
.bottom\:60 {
bottom: 15rem;
}
.inset\:60,
.inset-x\:60,
.left\:60 {
left: 15rem;
}
.inset\:60,
.inset-x\:60,
.right\:60 {
right: 15rem;
}
.inset\:64,
.inset-y\:64,
.top\:64 {
top: 16rem;
}
.inset\:64,
.inset-y\:64,
.bottom\:64 {
bottom: 16rem;
}
.inset\:64,
.inset-x\:64,
.left\:64 {
left: 16rem;
}
.inset\:64,
.inset-x\:64,
.right\:64 {
right: 16rem;
}
.inset\:72,
.inset-y\:72,
.top\:72 {
top: 18rem;
}
.inset\:72,
.inset-y\:72,
.bottom\:72 {
bottom: 18rem;
}
.inset\:72,
.inset-x\:72,
.left\:72 {
left: 18rem;
}
.inset\:72,
.inset-x\:72,
.right\:72 {
right: 18rem;
}
.inset\:80,
.inset-y\:80,
.top\:80 {
top: 20rem;
}
.inset\:80,
.inset-y\:80,
.bottom\:80 {
bottom: 20rem;
}
.inset\:80,
.inset-x\:80,
.left\:80 {
left: 20rem;
}
.inset\:80,
.inset-x\:80,
.right\:80 {
right: 20rem;
}
.inset\:96,
.inset-y\:96,
.top\:96 {
top: 24rem;
}
.inset\:96,
.inset-y\:96,
.bottom\:96 {
bottom: 24rem;
}
.inset\:96,
.inset-x\:96,
.left\:96 {
left: 24rem;
}
.inset\:96,
.inset-x\:96,
.right\:96 {
right: 24rem;
}
.inset\:-px,
.inset-y\:-px,
.top\:-px {
top: -1px;
}
.inset\:-px,
.inset-y\:-px,
.bottom\:-px {
bottom: -1px;
}
.inset\:-px,
.inset-x\:-px,
.left\:-px {
left: -1px;
}
.inset\:-px,
.inset-x\:-px,
.right\:-px {
right: -1px;
}
.inset\:-0,
.inset-y\:-0,
.top\:-0 {
top: 0px;
}
.inset\:-0,
.inset-y\:-0,
.bottom\:-0 {
bottom: 0px;
}
.inset\:-0,
.inset-x\:-0,
.left\:-0 {
left: 0px;
}
.inset\:-0,
.inset-x\:-0,
.right\:-0 {
right: 0px;
}
.inset\:-0\.5,
.inset-y\:-0\.5,
.top\:-0\.5 {
top: -0.125rem;
}
.inset\:-0\.5,
.inset-y\:-0\.5,
.bottom\:-0\.5 {
bottom: -0.125rem;
}
.inset\:-0\.5,
.inset-x\:-0\.5,
.left\:-0\.5 {
left: -0.125rem;
}
.inset\:-0\.5,
.inset-x\:-0\.5,
.right\:-0\.5 {
right: -0.125rem;
}
.inset\:-1,
.inset-y\:-1,
.top\:-1 {
top: -0.25rem;
}
.inset\:-1,
.inset-y\:-1,
.bottom\:-1 {
bottom: -0.25rem;
}
.inset\:-1,
.inset-x\:-1,
.left\:-1 {
left: -0.25rem;
}
.inset\:-1,
.inset-x\:-1,
.right\:-1 {
right: -0.25rem;
}
.inset\:-1\.5,
.inset-y\:-1\.5,
.top\:-1\.5 {
top: -0.375rem;
}
.inset\:-1\.5,
.inset-y\:-1\.5,
.bottom\:-1\.5 {
bottom: -0.375rem;
}
.inset\:-1\.5,
.inset-x\:-1\.5,
.left\:-1\.5 {
left: -0.375rem;
}
.inset\:-1\.5,
.inset-x\:-1\.5,
.right\:-1\.5 {
right: -0.375rem;
}
.inset\:-2,
.inset-y\:-2,
.top\:-2 {
top: -0.5rem;
}
.inset\:-2,
.inset-y\:-2,
.bottom\:-2 {
bottom: -0.5rem;
}
.inset\:-2,
.inset-x\:-2,
.left\:-2 {
left: -0.5rem;
}
.inset\:-2,
.inset-x\:-2,
.right\:-2 {
right: -0.5rem;
}
.inset\:-2\.5,
.inset-y\:-2\.5,
.top\:-2\.5 {
top: -0.625rem;
}
.inset\:-2\.5,
.inset-y\:-2\.5,
.bottom\:-2\.5 {
bottom: -0.625rem;
}
.inset\:-2\.5,
.inset-x\:-2\.5,
.left\:-2\.5 {
left: -0.625rem;
}
.inset\:-2\.5,
.inset-x\:-2\.5,
.right\:-2\.5 {
right: -0.625rem;
}
.inset\:-3,
.inset-y\:-3,
.top\:-3 {
top: -0.75rem;
}
.inset\:-3,
.inset-y\:-3,
.bottom\:-3 {
bottom: -0.75rem;
}
.inset\:-3,
.inset-x\:-3,
.left\:-3 {
left: -0.75rem;
}
.inset\:-3,
.inset-x\:-3,
.right\:-3 {
right: -0.75rem;
}
.inset\:-3\.5,
.inset-y\:-3\.5,
.top\:-3\.5 {
top: -0.875rem;
}
.inset\:-3\.5,
.inset-y\:-3\.5,
.bottom\:-3\.5 {
bottom: -0.875rem;
}
.inset\:-3\.5,
.inset-x\:-3\.5,
.left\:-3\.5 {
left: -0.875rem;
}
.inset\:-3\.5,
.inset-x\:-3\.5,
.right\:-3\.5 {
right: -0.875rem;
}
.inset\:-4,
.inset-y\:-4,
.top\:-4 {
top: -1rem;
}
.inset\:-4,
.inset-y\:-4,
.bottom\:-4 {
bottom: -1rem;
}
.inset\:-4,
.inset-x\:-4,
.left\:-4 {
left: -1rem;
}
.inset\:-4,
.inset-x\:-4,
.right\:-4 {
right: -1rem;
}
.inset\:-5,
.inset-y\:-5,
.top\:-5 {
top: -1.25rem;
}
.inset\:-5,
.inset-y\:-5,
.bottom\:-5 {
bottom: -1.25rem;
}
.inset\:-5,
.inset-x\:-5,
.left\:-5 {
left: -1.25rem;
}
.inset\:-5,
.inset-x\:-5,
.right\:-5 {
right: -1.25rem;
}
.inset\:-6,
.inset-y\:-6,
.top\:-6 {
top: -1.5rem;
}
.inset\:-6,
.inset-y\:-6,
.bottom\:-6 {
bottom: -1.5rem;
}
.inset\:-6,
.inset-x\:-6,
.left\:-6 {
left: -1.5rem;
}
.inset\:-6,
.inset-x\:-6,
.right\:-6 {
right: -1.5rem;
}
.inset\:-7,
.inset-y\:-7,
.top\:-7 {
top: -1.75rem;
}
.inset\:-7,
.inset-y\:-7,
.bottom\:-7 {
bottom: -1.75rem;
}
.inset\:-7,
.inset-x\:-7,
.left\:-7 {
left: -1.75rem;
}
.inset\:-7,
.inset-x\:-7,
.right\:-7 {
right: -1.75rem;
}
.inset\:-8,
.inset-y\:-8,
.top\:-8 {
top: -2rem;
}
.inset\:-8,
.inset-y\:-8,
.bottom\:-8 {
bottom: -2rem;
}
.inset\:-8,
.inset-x\:-8,
.left\:-8 {
left: -2rem;
}
.inset\:-8,
.inset-x\:-8,
.right\:-8 {
right: -2rem;
}
.inset\:-9,
.inset-y\:-9,
.top\:-9 {
top: -2.25rem;
}
.inset\:-9,
.inset-y\:-9,
.bottom\:-9 {
bottom: -2.25rem;
}
.inset\:-9,
.inset-x\:-9,
.left\:-9 {
left: -2.25rem;
}
.inset\:-9,
.inset-x\:-9,
.right\:-9 {
right: -2.25rem;
}
.inset\:-10,
.inset-y\:-10,
.top\:-10 {
top: -2.5rem;
}
.inset\:-10,
.inset-y\:-10,
.bottom\:-10 {
bottom: -2.5rem;
}
.inset\:-10,
.inset-x\:-10,
.left\:-10 {
left: -2.5rem;
}
.inset\:-10,
.inset-x\:-10,
.right\:-10 {
right: -2.5rem;
}
.inset\:-11,
.inset-y\:-11,
.top\:-11 {
top: -2.75rem;
}
.inset\:-11,
.inset-y\:-11,
.bottom\:-11 {
bottom: -2.75rem;
}
.inset\:-11,
.inset-x\:-11,
.left\:-11 {
left: -2.75rem;
}
.inset\:-11,
.inset-x\:-11,
.right\:-11 {
right: -2.75rem;
}
.inset\:-12,
.inset-y\:-12,
.top\:-12 {
top: -3rem;
}
.inset\:-12,
.inset-y\:-12,
.bottom\:-12 {
bottom: -3rem;
}
.inset\:-12,
.inset-x\:-12,
.left\:-12 {
left: -3rem;
}
.inset\:-12,
.inset-x\:-12,
.right\:-12 {
right: -3rem;
}
.inset\:-14,
.inset-y\:-14,
.top\:-14 {
top: -3.5rem;
}
.inset\:-14,
.inset-y\:-14,
.bottom\:-14 {
bottom: -3.5rem;
}
.inset\:-14,
.inset-x\:-14,
.left\:-14 {
left: -3.5rem;
}
.inset\:-14,
.inset-x\:-14,
.right\:-14 {
right: -3.5rem;
}
.inset\:-16,
.inset-y\:-16,
.top\:-16 {
top: -4rem;
}
.inset\:-16,
.inset-y\:-16,
.bottom\:-16 {
bottom: -4rem;
}
.inset\:-16,
.inset-x\:-16,
.left\:-16 {
left: -4rem;
}
.inset\:-16,
.inset-x\:-16,
.right\:-16 {
right: -4rem;
}
.inset\:-20,
.inset-y\:-20,
.top\:-20 {
top: -5rem;
}
.inset\:-20,
.inset-y\:-20,
.bottom\:-20 {
bottom: -5rem;
}
.inset\:-20,
.inset-x\:-20,
.left\:-20 {
left: -5rem;
}
.inset\:-20,
.inset-x\:-20,
.right\:-20 {
right: -5rem;
}
.inset\:-24,
.inset-y\:-24,
.top\:-24 {
top: -6rem;
}
.inset\:-24,
.inset-y\:-24,
.bottom\:-24 {
bottom: -6rem;
}
.inset\:-24,
.inset-x\:-24,
.left\:-24 {
left: -6rem;
}
.inset\:-24,
.inset-x\:-24,
.right\:-24 {
right: -6rem;
}
.inset\:-28,
.inset-y\:-28,
.top\:-28 {
top: -7rem;
}
.inset\:-28,
.inset-y\:-28,
.bottom\:-28 {
bottom: -7rem;
}
.inset\:-28,
.inset-x\:-28,
.left\:-28 {
left: -7rem;
}
.inset\:-28,
.inset-x\:-28,
.right\:-28 {
right: -7rem;
}
.inset\:-32,
.inset-y\:-32,
.top\:-32 {
top: -8rem;
}
.inset\:-32,
.inset-y\:-32,
.bottom\:-32 {
bottom: -8rem;
}
.inset\:-32,
.inset-x\:-32,
.left\:-32 {
left: -8rem;
}
.inset\:-32,
.inset-x\:-32,
.right\:-32 {
right: -8rem;
}
.inset\:-36,
.inset-y\:-36,
.top\:-36 {
top: -9rem;
}
.inset\:-36,
.inset-y\:-36,
.bottom\:-36 {
bottom: -9rem;
}
.inset\:-36,
.inset-x\:-36,
.left\:-36 {
left: -9rem;
}
.inset\:-36,
.inset-x\:-36,
.right\:-36 {
right: -9rem;
}
.inset\:-40,
.inset-y\:-40,
.top\:-40 {
top: -10rem;
}
.inset\:-40,
.inset-y\:-40,
.bottom\:-40 {
bottom: -10rem;
}
.inset\:-40,
.inset-x\:-40,
.left\:-40 {
left: -10rem;
}
.inset\:-40,
.inset-x\:-40,
.right\:-40 {
right: -10rem;
}
.inset\:-44,
.inset-y\:-44,
.top\:-44 {
top: -11rem;
}
.inset\:-44,
.inset-y\:-44,
.bottom\:-44 {
bottom: -11rem;
}
.inset\:-44,
.inset-x\:-44,
.left\:-44 {
left: -11rem;
}
.inset\:-44,
.inset-x\:-44,
.right\:-44 {
right: -11rem;
}
.inset\:-48,
.inset-y\:-48,
.top\:-48 {
top: -12rem;
}
.inset\:-48,
.inset-y\:-48,
.bottom\:-48 {
bottom: -12rem;
}
.inset\:-48,
.inset-x\:-48,
.left\:-48 {
left: -12rem;
}
.inset\:-48,
.inset-x\:-48,
.right\:-48 {
right: -12rem;
}
.inset\:-52,
.inset-y\:-52,
.top\:-52 {
top: -13rem;
}
.inset\:-52,
.inset-y\:-52,
.bottom\:-52 {
bottom: -13rem;
}
.inset\:-52,
.inset-x\:-52,
.left\:-52 {
left: -13rem;
}
.inset\:-52,
.inset-x\:-52,
.right\:-52 {
right: -13rem;
}
.inset\:-56,
.inset-y\:-56,
.top\:-56 {
top: -14rem;
}
.inset\:-56,
.inset-y\:-56,
.bottom\:-56 {
bottom: -14rem;
}
.inset\:-56,
.inset-x\:-56,
.left\:-56 {
left: -14rem;
}
.inset\:-56,
.inset-x\:-56,
.right\:-56 {
right: -14rem;
}
.inset\:-60,
.inset-y\:-60,
.top\:-60 {
top: -15rem;
}
.inset\:-60,
.inset-y\:-60,
.bottom\:-60 {
bottom: -15rem;
}
.inset\:-60,
.inset-x\:-60,
.left\:-60 {
left: -15rem;
}
.inset\:-60,
.inset-x\:-60,
.right\:-60 {
right: -15rem;
}
.inset\:-64,
.inset-y\:-64,
.top\:-64 {
top: -16rem;
}
.inset\:-64,
.inset-y\:-64,
.bottom\:-64 {
bottom: -16rem;
}
.inset\:-64,
.inset-x\:-64,
.left\:-64 {
left: -16rem;
}
.inset\:-64,
.inset-x\:-64,
.right\:-64 {
right: -16rem;
}
.inset\:-72,
.inset-y\:-72,
.top\:-72 {
top: -18rem;
}
.inset\:-72,
.inset-y\:-72,
.bottom\:-72 {
bottom: -18rem;
}
.inset\:-72,
.inset-x\:-72,
.left\:-72 {
left: -18rem;
}
.inset\:-72,
.inset-x\:-72,
.right\:-72 {
right: -18rem;
}
.inset\:-80,
.inset-y\:-80,
.top\:-80 {
top: -20rem;
}
.inset\:-80,
.inset-y\:-80,
.bottom\:-80 {
bottom: -20rem;
}
.inset\:-80,
.inset-x\:-80,
.left\:-80 {
left: -20rem;
}
.inset\:-80,
.inset-x\:-80,
.right\:-80 {
right: -20rem;
}
.inset\:-96,
.inset-y\:-96,
.top\:-96 {
top: -24rem;
}
.inset\:-96,
.inset-y\:-96,
.bottom\:-96 {
bottom: -24rem;
}
.inset\:-96,
.inset-x\:-96,
.left\:-96 {
left: -24rem;
}
.inset\:-96,
.inset-x\:-96,
.right\:-96 {
right: -24rem;
}
.visible {
visibility: visible;
}
.invsible {
visibility: invisible;
}
.z\:auto {
z-index: auto;
}
.z\:0 {
z-index: 0;
}
.z\:1 {
z-index: 1;
}
.z\:2 {
z-index: 2;
}
.z\:3 {
z-index: 3;
}
.z\:4 {
z-index: 4;
}
.z\:5 {
z-index: 5;
}
.z\:6 {
z-index: 6;
}
.z\:7 {
z-index: 7;
}
.z\:8 {
z-index: 8;
}
.z\:9 {
z-index: 9;
}
.z\:10 {
z-index: 10;
}
.z\:20 {
z-index: 20;
}
.z\:30 {
z-index: 30;
}
.z\:40 {
z-index: 40;
}
.z\:50 {
z-index: 50;
}
.flex\:row {
flex-direction: row;
}
.flex\:row-reverse {
flex-direction: row-reverse;
}
.flex\:col {
flex-direction: column;
}
.flex\:col-reverse {
flex-direction: column-reverse;
}
.flex\:wrap {
flex-wrap: wrap;
}
.flex\:wrap-reverse {
flex-wrap: wrap-reverse;
}
.flex\:nowrap {
flex-wrap: nowrap;
}
.flex\:1 {
flex: 1 1 0%;
}
.flex\:auto {
flex: 1 1 auto;
}
.flex\:initial {
flex: 0 1 auto;
}
.flex\:none {
flex: none;
}
.flex-grow\: {
flex-grow: 1;
}
.flex-grow\:no {
flex-grow: 0;
}
.flex-shrink\: {
flex-shrink: 1;
}
.flex-shrink\: {
flex-shrink: 0;
}
.order\:first {
order: -9999;
}
.order\:last {
order: 9999;
}
.order\:none {
order: 0;
}
.order\:1 {
order: 1;
}
.order\:2 {
order: 2;
}
.order\:3 {
order: 3;
}
.order\:4 {
order: 4;
}
.order\:5 {
order: 5;
}
.order\:6 {
order: 6;
}
.order\:7 {
order: 7;
}
.order\:8 {
order: 8;
}
.order\:9 {
order: 9;
}
.order\:10 {
order: 10;
}
.order\:11 {
order: 11;
}
.order\:12 {
order: 12;
}
@media (min-width: 640px) {
.sm\:border-box {
box-sizing: border-box;
}
.sm\:content-box {
box-sizing: content-box;
}
.sm\:inline {
display: inline;
}
.sm\:inline-block {
display: inline-block;
}
.sm\:block {
display: block;
}
.sm\:grid {
display: grid;
}
.sm\:table {
display: table;
}
.sm\:table-row {
display: table-row;
}
.sm\:table-caption {
display: table-caption;
}
.sm\:table-cell {
display: table-cell;
}
.sm\:table-row {
display: table-row;
}
.sm\:table-column {
display: table-column;
}
.sm\:table-column-group {
display: table-column-group;
}
.sm\:table-footer-group {
display: table-footer-group;
}
.sm\:table-row-group {
display: table-row-group;
}
.sm\:flex {
display: flex;
}
.sm\:inline-flex {
display: inline-flex;
}
.sm\:flow-root {
display: flow-root;
}
.sm\:grid {
display: grid;
}
.sm\:inline-grid {
display: inline-grid;
}
.sm\:contents {
display: contents;
}
.sm\:none {
display: none;
}
.sm\:float\:left {
float: left;
}
.sm\:float\:right {
float: right;
}
.sm\:float\:none {
float: none;
}
.sm\:clear\:left {
clear: left;
}
.sm\:clear\:right {
clear: right;
}
.sm\:clear\:both {
clear: both;
}
.sm\:clear\:none {
clear: none;
}
.sm\:object-fit\:contain {
object-fit: contain;
}
.sm\:object-fit\:cover {
object-fit: cover;
}
.sm\:object-fit\:fill {
object-fit: fill;
}
.sm\:object-fit\:none {
object-fit: none;
}
.sm\:object-fit\:scale-down {
object-fit: scale-down;
}
.sm\:object-position\:bottom {
object-position: bottom;
}
.sm\:object-position\:center {
object-position: center;
}
.sm\:object-position\:left {
object-position: left;
}
.sm\:object-position\:left-bottom {
object-position: left bottom;
}
.sm\:object-position\:left-top {
object-position: left top;
}
.sm\:object-position\:right {
object-position: right;
}
.sm\:object-position\:right-bottom {
object-position: right bottom;
}
.sm\:object-position\:right-top {
object-position: right top;
}
.sm\:object-position\:top {
object-position: top;
}
.sm\:overflow\:auto {
overflow: auto;
}
.sm\:overflow-x\:auto {
overflow-x: auto;
}
.sm\:overflow-y\:auto {
overflow-y: auto;
}
.sm\:overflow\:hidden {
overflow: hidden;
}
.sm\:overflow-x\:hidden {
overflow-x: hidden;
}
.sm\:overflow-y\:hidden {
overflow-y: hidden;
}
.sm\:overflow\:visible {
overflow: visible;
}
.sm\:overflow-x\:visible {
overflow-x: visible;
}
.sm\:overflow-y\:visible {
overflow-y: visible;
}
.sm\:overflow\:scroll {
overflow: scroll;
}
.sm\:overflow-x\:scroll {
overflow-x: scroll;
}
.sm\:overflow-y\:scroll {
overflow-y: scroll;
}
.sm\:overscroll\:auto {
overscroll-behavior: auto;
}
.sm\:overscroll-x\:auto {
overscroll-behavior-x: auto;
}
.sm\:overscroll-y\:auto {
overscroll-behavior-y: auto;
}
.sm\:overscroll\:contain {
overscroll-behavior: contain;
}
.sm\:overscroll-x\:contain {
overscroll-behavior-x: contain;
}
.sm\:overscroll-y\:contain {
overscroll-behavior-y: contain;
}
.sm\:overscroll\:none {
overscroll-behavior: none;
}
.sm\:overscroll-x\:none {
overscroll-behavior-x: none;
}
.sm\:overscroll-y\:none {
overscroll-behavior-y: none;
}
.sm\:static {
position: static;
}
.sm\:relative {
position: relative;
}
.sm\:absolute {
position: absolute;
}
.sm\:fixed {
position: fixed;
}
.sm\:sticky {
position: sticky;
}
.sm\:inset\:auto,
.sm\:inset-y\:auto,
.sm\:top\:auto {
top: auto;
}
.sm\:inset\:auto,
.sm\:inset-y\:auto,
.sm\:bottom\:auto {
bottom: auto;
}
.sm\:inset\:auto,
.sm\:inset-x\:auto,
.sm\:left\:auto {
left: auto;
}
.sm\:inset\:auto,
.sm\:inset-x\:auto,
.sm\:right\:auto {
right: auto;
}
.sm\:inset\:1\/2,
.sm\:inset-y\:1\/2,
.sm\:top\:1\/2 {
top: 50%;
}
.sm\:inset\:1\/2,
.sm\:inset-y\:1\/2,
.sm\:bottom\:1\/2 {
bottom: 50%;
}
.sm\:inset\:1\/2,
.sm\:inset-x\:1\/2,
.sm\:left\:1\/2 {
left: 50%;
}
.sm\:inset\:1\/2,
.sm\:inset-x\:1\/2,
.sm\:right\:1\/2 {
right: 50%;
}
.sm\:inset\:1\/3,
.sm\:inset-y\:1\/3,
.sm\:top\:1\/3 {
top: 33.333333%;
}
.sm\:inset\:1\/3,
.sm\:inset-y\:1\/3,
.sm\:bottom\:1\/3 {
bottom: 33.333333%;
}
.sm\:inset\:1\/3,
.sm\:inset-x\:1\/3,
.sm\:left\:1\/3 {
left: 33.333333%;
}
.sm\:inset\:1\/3,
.sm\:inset-x\:1\/3,
.sm\:right\:1\/3 {
right: 33.333333%;
}
.sm\:inset\:2\/3,
.sm\:inset-y\:2\/3,
.sm\:top\:2\/3 {
top: 66.666667%;
}
.sm\:inset\:2\/3,
.sm\:inset-y\:2\/3,
.sm\:bottom\:2\/3 {
bottom: 66.666667%;
}
.sm\:inset\:2\/3,
.sm\:inset-x\:2\/3,
.sm\:left\:2\/3 {
left: 66.666667%;
}
.sm\:inset\:2\/3,
.sm\:inset-x\:2\/3,
.sm\:right\:2\/3 {
right: 66.666667%;
}
.sm\:inset\:1\/4,
.sm\:inset-y\:1\/4,
.sm\:top\:1\/4 {
top: 25%;
}
.sm\:inset\:1\/4,
.sm\:inset-y\:1\/4,
.sm\:bottom\:1\/4 {
bottom: 25%;
}
.sm\:inset\:1\/4,
.sm\:inset-x\:1\/4,
.sm\:left\:1\/4 {
left: 25%;
}
.sm\:inset\:1\/4,
.sm\:inset-x\:1\/4,
.sm\:right\:1\/4 {
right: 25%;
}
.sm\:inset\:2\/4,
.sm\:inset-y\:2\/4,
.sm\:top\:2\/4 {
top: 50%;
}
.sm\:inset\:2\/4,
.sm\:inset-y\:2\/4,
.sm\:bottom\:2\/4 {
bottom: 50%;
}
.sm\:inset\:2\/4,
.sm\:inset-x\:2\/4,
.sm\:left\:2\/4 {
left: 50%;
}
.sm\:inset\:2\/4,
.sm\:inset-x\:2\/4,
.sm\:right\:2\/4 {
right: 50%;
}
.sm\:inset\:3\/4,
.sm\:inset-y\:3\/4,
.sm\:top\:3\/4 {
top: 75%;
}
.sm\:inset\:3\/4,
.sm\:inset-y\:3\/4,
.sm\:bottom\:3\/4 {
bottom: 75%;
}
.sm\:inset\:3\/4,
.sm\:inset-x\:3\/4,
.sm\:left\:3\/4 {
left: 75%;
}
.sm\:inset\:3\/4,
.sm\:inset-x\:3\/4,
.sm\:right\:3\/4 {
right: 75%;
}
.sm\:inset\:full,
.sm\:inset-y\:full,
.sm\:top\:full {
top: 100%;
}
.sm\:inset\:full,
.sm\:inset-y\:full,
.sm\:bottom\:full {
bottom: 100%;
}
.sm\:inset\:full,
.sm\:inset-x\:full,
.sm\:left\:full {
left: 100%;
}
.sm\:inset\:full,
.sm\:inset-x\:full,
.sm\:right\:full {
right: 100%;
}
.sm\:inset\:-1\/2,
.sm\:inset-y\:-1\/2,
.sm\:top\:-1\/2 {
top: -50%;
}
.sm\:inset\:-1\/2,
.sm\:inset-y\:-1\/2,
.sm\:bottom\:-1\/2 {
bottom: -50%;
}
.sm\:inset\:-1\/2,
.sm\:inset-x\:-1\/2,
.sm\:left\:-1\/2 {
left: -50%;
}
.sm\:inset\:-1\/2,
.sm\:inset-x\:-1\/2,
.sm\:right\:-1\/2 {
right: -50%;
}
.sm\:inset\:-1\/3,
.sm\:inset-y\:-1\/3,
.sm\:top\:-1\/3 {
top: -33.333333%;
}
.sm\:inset\:-1\/3,
.sm\:inset-y\:-1\/3,
.sm\:bottom\:-1\/3 {
bottom: -33.333333%;
}
.sm\:inset\:-1\/3,
.sm\:inset-x\:-1\/3,
.sm\:left\:-1\/3 {
left: -33.333333%;
}
.sm\:inset\:-1\/3,
.sm\:inset-x\:-1\/3,
.sm\:right\:-1\/3 {
right: -33.333333%;
}
.sm\:inset\:-2\/3,
.sm\:inset-y\:-2\/3,
.sm\:top\:-2\/3 {
top: -66.666667%;
}
.sm\:inset\:-2\/3,
.sm\:inset-y\:-2\/3,
.sm\:bottom\:-2\/3 {
bottom: -66.666667%;
}
.sm\:inset\:-2\/3,
.sm\:inset-x\:-2\/3,
.sm\:left\:-2\/3 {
left: -66.666667%;
}
.sm\:inset\:-2\/3,
.sm\:inset-x\:-2\/3,
.sm\:right\:-2\/3 {
right: -66.666667%;
}
.sm\:inset\:-1\/4,
.sm\:inset-y\:-1\/4,
.sm\:top\:-1\/4 {
top: -25%;
}
.sm\:inset\:-1\/4,
.sm\:inset-y\:-1\/4,
.sm\:bottom\:-1\/4 {
bottom: -25%;
}
.sm\:inset\:-1\/4,
.sm\:inset-x\:-1\/4,
.sm\:left\:-1\/4 {
left: -25%;
}
.sm\:inset\:-1\/4,
.sm\:inset-x\:-1\/4,
.sm\:right\:-1\/4 {
right: -25%;
}
.sm\:inset\:-2\/4,
.sm\:inset-y\:-2\/4,
.sm\:top\:-2\/4 {
top: -50%;
}
.sm\:inset\:-2\/4,
.sm\:inset-y\:-2\/4,
.sm\:bottom\:-2\/4 {
bottom: -50%;
}
.sm\:inset\:-2\/4,
.sm\:inset-x\:-2\/4,
.sm\:left\:-2\/4 {
left: -50%;
}
.sm\:inset\:-2\/4,
.sm\:inset-x\:-2\/4,
.sm\:right\:-2\/4 {
right: -50%;
}
.sm\:inset\:-3\/4,
.sm\:inset-y\:-3\/4,
.sm\:top\:-3\/4 {
top: -75%;
}
.sm\:inset\:-3\/4,
.sm\:inset-y\:-3\/4,
.sm\:bottom\:-3\/4 {
bottom: -75%;
}
.sm\:inset\:-3\/4,
.sm\:inset-x\:-3\/4,
.sm\:left\:-3\/4 {
left: -75%;
}
.sm\:inset\:-3\/4,
.sm\:inset-x\:-3\/4,
.sm\:right\:-3\/4 {
right: -75%;
}
.sm\:inset\:-full,
.sm\:inset-y\:-full,
.sm\:top\:-full {
top: -100%;
}
.sm\:inset\:-full,
.sm\:inset-y\:-full,
.sm\:bottom\:-full {
bottom: -100%;
}
.sm\:inset\:-full,
.sm\:inset-x\:-full,
.sm\:left\:-full {
left: -100%;
}
.sm\:inset\:-full,
.sm\:inset-x\:-full,
.sm\:right\:-full {
right: -100%;
}
.sm\:inset\:px,
.sm\:inset-y\:px,
.sm\:top\:px {
top: 1px;
}
.sm\:inset\:px,
.sm\:inset-y\:px,
.sm\:bottom\:px {
bottom: 1px;
}
.sm\:inset\:px,
.sm\:inset-x\:px,
.sm\:left\:px {
left: 1px;
}
.sm\:inset\:px,
.sm\:inset-x\:px,
.sm\:right\:px {
right: 1px;
}
.sm\:inset\:0,
.sm\:inset-y\:0,
.sm\:top\:0 {
top: 0px;
}
.sm\:inset\:0,
.sm\:inset-y\:0,
.sm\:bottom\:0 {
bottom: 0px;
}
.sm\:inset\:0,
.sm\:inset-x\:0,
.sm\:left\:0 {
left: 0px;
}
.sm\:inset\:0,
.sm\:inset-x\:0,
.sm\:right\:0 {
right: 0px;
}
.sm\:inset\:0\.5,
.sm\:inset-y\:0\.5,
.sm\:top\:0\.5 {
top: 0.125rem;
}
.sm\:inset\:0\.5,
.sm\:inset-y\:0\.5,
.sm\:bottom\:0\.5 {
bottom: 0.125rem;
}
.sm\:inset\:0\.5,
.sm\:inset-x\:0\.5,
.sm\:left\:0\.5 {
left: 0.125rem;
}
.sm\:inset\:0\.5,
.sm\:inset-x\:0\.5,
.sm\:right\:0\.5 {
right: 0.125rem;
}
.sm\:inset\:1,
.sm\:inset-y\:1,
.sm\:top\:1 {
top: 0.25rem;
}
.sm\:inset\:1,
.sm\:inset-y\:1,
.sm\:bottom\:1 {
bottom: 0.25rem;
}
.sm\:inset\:1,
.sm\:inset-x\:1,
.sm\:left\:1 {
left: 0.25rem;
}
.sm\:inset\:1,
.sm\:inset-x\:1,
.sm\:right\:1 {
right: 0.25rem;
}
.sm\:inset\:1\.5,
.sm\:inset-y\:1\.5,
.sm\:top\:1\.5 {
top: 0.375rem;
}
.sm\:inset\:1\.5,
.sm\:inset-y\:1\.5,
.sm\:bottom\:1\.5 {
bottom: 0.375rem;
}
.sm\:inset\:1\.5,
.sm\:inset-x\:1\.5,
.sm\:left\:1\.5 {
left: 0.375rem;
}
.sm\:inset\:1\.5,
.sm\:inset-x\:1\.5,
.sm\:right\:1\.5 {
right: 0.375rem;
}
.sm\:inset\:2,
.sm\:inset-y\:2,
.sm\:top\:2 {
top: 0.5rem;
}
.sm\:inset\:2,
.sm\:inset-y\:2,
.sm\:bottom\:2 {
bottom: 0.5rem;
}
.sm\:inset\:2,
.sm\:inset-x\:2,
.sm\:left\:2 {
left: 0.5rem;
}
.sm\:inset\:2,
.sm\:inset-x\:2,
.sm\:right\:2 {
right: 0.5rem;
}
.sm\:inset\:2\.5,
.sm\:inset-y\:2\.5,
.sm\:top\:2\.5 {
top: 0.625rem;
}
.sm\:inset\:2\.5,
.sm\:inset-y\:2\.5,
.sm\:bottom\:2\.5 {
bottom: 0.625rem;
}
.sm\:inset\:2\.5,
.sm\:inset-x\:2\.5,
.sm\:left\:2\.5 {
left: 0.625rem;
}
.sm\:inset\:2\.5,
.sm\:inset-x\:2\.5,
.sm\:right\:2\.5 {
right: 0.625rem;
}
.sm\:inset\:3,
.sm\:inset-y\:3,
.sm\:top\:3 {
top: 0.75rem;
}
.sm\:inset\:3,
.sm\:inset-y\:3,
.sm\:bottom\:3 {
bottom: 0.75rem;
}
.sm\:inset\:3,
.sm\:inset-x\:3,
.sm\:left\:3 {
left: 0.75rem;
}
.sm\:inset\:3,
.sm\:inset-x\:3,
.sm\:right\:3 {
right: 0.75rem;
}
.sm\:inset\:3\.5,
.sm\:inset-y\:3\.5,
.sm\:top\:3\.5 {
top: 0.875rem;
}
.sm\:inset\:3\.5,
.sm\:inset-y\:3\.5,
.sm\:bottom\:3\.5 {
bottom: 0.875rem;
}
.sm\:inset\:3\.5,
.sm\:inset-x\:3\.5,
.sm\:left\:3\.5 {
left: 0.875rem;
}
.sm\:inset\:3\.5,
.sm\:inset-x\:3\.5,
.sm\:right\:3\.5 {
right: 0.875rem;
}
.sm\:inset\:4,
.sm\:inset-y\:4,
.sm\:top\:4 {
top: 1rem;
}
.sm\:inset\:4,
.sm\:inset-y\:4,
.sm\:bottom\:4 {
bottom: 1rem;
}
.sm\:inset\:4,
.sm\:inset-x\:4,
.sm\:left\:4 {
left: 1rem;
}
.sm\:inset\:4,
.sm\:inset-x\:4,
.sm\:right\:4 {
right: 1rem;
}
.sm\:inset\:5,
.sm\:inset-y\:5,
.sm\:top\:5 {
top: 1.25rem;
}
.sm\:inset\:5,
.sm\:inset-y\:5,
.sm\:bottom\:5 {
bottom: 1.25rem;
}
.sm\:inset\:5,
.sm\:inset-x\:5,
.sm\:left\:5 {
left: 1.25rem;
}
.sm\:inset\:5,
.sm\:inset-x\:5,
.sm\:right\:5 {
right: 1.25rem;
}
.sm\:inset\:6,
.sm\:inset-y\:6,
.sm\:top\:6 {
top: 1.5rem;
}
.sm\:inset\:6,
.sm\:inset-y\:6,
.sm\:bottom\:6 {
bottom: 1.5rem;
}
.sm\:inset\:6,
.sm\:inset-x\:6,
.sm\:left\:6 {
left: 1.5rem;
}
.sm\:inset\:6,
.sm\:inset-x\:6,
.sm\:right\:6 {
right: 1.5rem;
}
.sm\:inset\:7,
.sm\:inset-y\:7,
.sm\:top\:7 {
top: 1.75rem;
}
.sm\:inset\:7,
.sm\:inset-y\:7,
.sm\:bottom\:7 {
bottom: 1.75rem;
}
.sm\:inset\:7,
.sm\:inset-x\:7,
.sm\:left\:7 {
left: 1.75rem;
}
.sm\:inset\:7,
.sm\:inset-x\:7,
.sm\:right\:7 {
right: 1.75rem;
}
.sm\:inset\:8,
.sm\:inset-y\:8,
.sm\:top\:8 {
top: 2rem;
}
.sm\:inset\:8,
.sm\:inset-y\:8,
.sm\:bottom\:8 {
bottom: 2rem;
}
.sm\:inset\:8,
.sm\:inset-x\:8,
.sm\:left\:8 {
left: 2rem;
}
.sm\:inset\:8,
.sm\:inset-x\:8,
.sm\:right\:8 {
right: 2rem;
}
.sm\:inset\:9,
.sm\:inset-y\:9,
.sm\:top\:9 {
top: 2.25rem;
}
.sm\:inset\:9,
.sm\:inset-y\:9,
.sm\:bottom\:9 {
bottom: 2.25rem;
}
.sm\:inset\:9,
.sm\:inset-x\:9,
.sm\:left\:9 {
left: 2.25rem;
}
.sm\:inset\:9,
.sm\:inset-x\:9,
.sm\:right\:9 {
right: 2.25rem;
}
.sm\:inset\:10,
.sm\:inset-y\:10,
.sm\:top\:10 {
top: 2.5rem;
}
.sm\:inset\:10,
.sm\:inset-y\:10,
.sm\:bottom\:10 {
bottom: 2.5rem;
}
.sm\:inset\:10,
.sm\:inset-x\:10,
.sm\:left\:10 {
left: 2.5rem;
}
.sm\:inset\:10,
.sm\:inset-x\:10,
.sm\:right\:10 {
right: 2.5rem;
}
.sm\:inset\:11,
.sm\:inset-y\:11,
.sm\:top\:11 {
top: 2.75rem;
}
.sm\:inset\:11,
.sm\:inset-y\:11,
.sm\:bottom\:11 {
bottom: 2.75rem;
}
.sm\:inset\:11,
.sm\:inset-x\:11,
.sm\:left\:11 {
left: 2.75rem;
}
.sm\:inset\:11,
.sm\:inset-x\:11,
.sm\:right\:11 {
right: 2.75rem;
}
.sm\:inset\:12,
.sm\:inset-y\:12,
.sm\:top\:12 {
top: 3rem;
}
.sm\:inset\:12,
.sm\:inset-y\:12,
.sm\:bottom\:12 {
bottom: 3rem;
}
.sm\:inset\:12,
.sm\:inset-x\:12,
.sm\:left\:12 {
left: 3rem;
}
.sm\:inset\:12,
.sm\:inset-x\:12,
.sm\:right\:12 {
right: 3rem;
}
.sm\:inset\:14,
.sm\:inset-y\:14,
.sm\:top\:14 {
top: 3.5rem;
}
.sm\:inset\:14,
.sm\:inset-y\:14,
.sm\:bottom\:14 {
bottom: 3.5rem;
}
.sm\:inset\:14,
.sm\:inset-x\:14,
.sm\:left\:14 {
left: 3.5rem;
}
.sm\:inset\:14,
.sm\:inset-x\:14,
.sm\:right\:14 {
right: 3.5rem;
}
.sm\:inset\:16,
.sm\:inset-y\:16,
.sm\:top\:16 {
top: 4rem;
}
.sm\:inset\:16,
.sm\:inset-y\:16,
.sm\:bottom\:16 {
bottom: 4rem;
}
.sm\:inset\:16,
.sm\:inset-x\:16,
.sm\:left\:16 {
left: 4rem;
}
.sm\:inset\:16,
.sm\:inset-x\:16,
.sm\:right\:16 {
right: 4rem;
}
.sm\:inset\:20,
.sm\:inset-y\:20,
.sm\:top\:20 {
top: 5rem;
}
.sm\:inset\:20,
.sm\:inset-y\:20,
.sm\:bottom\:20 {
bottom: 5rem;
}
.sm\:inset\:20,
.sm\:inset-x\:20,
.sm\:left\:20 {
left: 5rem;
}
.sm\:inset\:20,
.sm\:inset-x\:20,
.sm\:right\:20 {
right: 5rem;
}
.sm\:inset\:24,
.sm\:inset-y\:24,
.sm\:top\:24 {
top: 6rem;
}
.sm\:inset\:24,
.sm\:inset-y\:24,
.sm\:bottom\:24 {
bottom: 6rem;
}
.sm\:inset\:24,
.sm\:inset-x\:24,
.sm\:left\:24 {
left: 6rem;
}
.sm\:inset\:24,
.sm\:inset-x\:24,
.sm\:right\:24 {
right: 6rem;
}
.sm\:inset\:28,
.sm\:inset-y\:28,
.sm\:top\:28 {
top: 7rem;
}
.sm\:inset\:28,
.sm\:inset-y\:28,
.sm\:bottom\:28 {
bottom: 7rem;
}
.sm\:inset\:28,
.sm\:inset-x\:28,
.sm\:left\:28 {
left: 7rem;
}
.sm\:inset\:28,
.sm\:inset-x\:28,
.sm\:right\:28 {
right: 7rem;
}
.sm\:inset\:32,
.sm\:inset-y\:32,
.sm\:top\:32 {
top: 8rem;
}
.sm\:inset\:32,
.sm\:inset-y\:32,
.sm\:bottom\:32 {
bottom: 8rem;
}
.sm\:inset\:32,
.sm\:inset-x\:32,
.sm\:left\:32 {
left: 8rem;
}
.sm\:inset\:32,
.sm\:inset-x\:32,
.sm\:right\:32 {
right: 8rem;
}
.sm\:inset\:36,
.sm\:inset-y\:36,
.sm\:top\:36 {
top: 9rem;
}
.sm\:inset\:36,
.sm\:inset-y\:36,
.sm\:bottom\:36 {
bottom: 9rem;
}
.sm\:inset\:36,
.sm\:inset-x\:36,
.sm\:left\:36 {
left: 9rem;
}
.sm\:inset\:36,
.sm\:inset-x\:36,
.sm\:right\:36 {
right: 9rem;
}
.sm\:inset\:40,
.sm\:inset-y\:40,
.sm\:top\:40 {
top: 10rem;
}
.sm\:inset\:40,
.sm\:inset-y\:40,
.sm\:bottom\:40 {
bottom: 10rem;
}
.sm\:inset\:40,
.sm\:inset-x\:40,
.sm\:left\:40 {
left: 10rem;
}
.sm\:inset\:40,
.sm\:inset-x\:40,
.sm\:right\:40 {
right: 10rem;
}
.sm\:inset\:44,
.sm\:inset-y\:44,
.sm\:top\:44 {
top: 11rem;
}
.sm\:inset\:44,
.sm\:inset-y\:44,
.sm\:bottom\:44 {
bottom: 11rem;
}
.sm\:inset\:44,
.sm\:inset-x\:44,
.sm\:left\:44 {
left: 11rem;
}
.sm\:inset\:44,
.sm\:inset-x\:44,
.sm\:right\:44 {
right: 11rem;
}
.sm\:inset\:48,
.sm\:inset-y\:48,
.sm\:top\:48 {
top: 12rem;
}
.sm\:inset\:48,
.sm\:inset-y\:48,
.sm\:bottom\:48 {
bottom: 12rem;
}
.sm\:inset\:48,
.sm\:inset-x\:48,
.sm\:left\:48 {
left: 12rem;
}
.sm\:inset\:48,
.sm\:inset-x\:48,
.sm\:right\:48 {
right: 12rem;
}
.sm\:inset\:52,
.sm\:inset-y\:52,
.sm\:top\:52 {
top: 13rem;
}
.sm\:inset\:52,
.sm\:inset-y\:52,
.sm\:bottom\:52 {
bottom: 13rem;
}
.sm\:inset\:52,
.sm\:inset-x\:52,
.sm\:left\:52 {
left: 13rem;
}
.sm\:inset\:52,
.sm\:inset-x\:52,
.sm\:right\:52 {
right: 13rem;
}
.sm\:inset\:56,
.sm\:inset-y\:56,
.sm\:top\:56 {
top: 14rem;
}
.sm\:inset\:56,
.sm\:inset-y\:56,
.sm\:bottom\:56 {
bottom: 14rem;
}
.sm\:inset\:56,
.sm\:inset-x\:56,
.sm\:left\:56 {
left: 14rem;
}
.sm\:inset\:56,
.sm\:inset-x\:56,
.sm\:right\:56 {
right: 14rem;
}
.sm\:inset\:60,
.sm\:inset-y\:60,
.sm\:top\:60 {
top: 15rem;
}
.sm\:inset\:60,
.sm\:inset-y\:60,
.sm\:bottom\:60 {
bottom: 15rem;
}
.sm\:inset\:60,
.sm\:inset-x\:60,
.sm\:left\:60 {
left: 15rem;
}
.sm\:inset\:60,
.sm\:inset-x\:60,
.sm\:right\:60 {
right: 15rem;
}
.sm\:inset\:64,
.sm\:inset-y\:64,
.sm\:top\:64 {
top: 16rem;
}
.sm\:inset\:64,
.sm\:inset-y\:64,
.sm\:bottom\:64 {
bottom: 16rem;
}
.sm\:inset\:64,
.sm\:inset-x\:64,
.sm\:left\:64 {
left: 16rem;
}
.sm\:inset\:64,
.sm\:inset-x\:64,
.sm\:right\:64 {
right: 16rem;
}
.sm\:inset\:72,
.sm\:inset-y\:72,
.sm\:top\:72 {
top: 18rem;
}
.sm\:inset\:72,
.sm\:inset-y\:72,
.sm\:bottom\:72 {
bottom: 18rem;
}
.sm\:inset\:72,
.sm\:inset-x\:72,
.sm\:left\:72 {
left: 18rem;
}
.sm\:inset\:72,
.sm\:inset-x\:72,
.sm\:right\:72 {
right: 18rem;
}
.sm\:inset\:80,
.sm\:inset-y\:80,
.sm\:top\:80 {
top: 20rem;
}
.sm\:inset\:80,
.sm\:inset-y\:80,
.sm\:bottom\:80 {
bottom: 20rem;
}
.sm\:inset\:80,
.sm\:inset-x\:80,
.sm\:left\:80 {
left: 20rem;
}
.sm\:inset\:80,
.sm\:inset-x\:80,
.sm\:right\:80 {
right: 20rem;
}
.sm\:inset\:96,
.sm\:inset-y\:96,
.sm\:top\:96 {
top: 24rem;
}
.sm\:inset\:96,
.sm\:inset-y\:96,
.sm\:bottom\:96 {
bottom: 24rem;
}
.sm\:inset\:96,
.sm\:inset-x\:96,
.sm\:left\:96 {
left: 24rem;
}
.sm\:inset\:96,
.sm\:inset-x\:96,
.sm\:right\:96 {
right: 24rem;
}
.sm\:inset\:-px,
.sm\:inset-y\:-px,
.sm\:top\:-px {
top: -1px;
}
.sm\:inset\:-px,
.sm\:inset-y\:-px,
.sm\:bottom\:-px {
bottom: -1px;
}
.sm\:inset\:-px,
.sm\:inset-x\:-px,
.sm\:left\:-px {
left: -1px;
}
.sm\:inset\:-px,
.sm\:inset-x\:-px,
.sm\:right\:-px {
right: -1px;
}
.sm\:inset\:-0,
.sm\:inset-y\:-0,
.sm\:top\:-0 {
top: 0px;
}
.sm\:inset\:-0,
.sm\:inset-y\:-0,
.sm\:bottom\:-0 {
bottom: 0px;
}
.sm\:inset\:-0,
.sm\:inset-x\:-0,
.sm\:left\:-0 {
left: 0px;
}
.sm\:inset\:-0,
.sm\:inset-x\:-0,
.sm\:right\:-0 {
right: 0px;
}
.sm\:inset\:-0\.5,
.sm\:inset-y\:-0\.5,
.sm\:top\:-0\.5 {
top: -0.125rem;
}
.sm\:inset\:-0\.5,
.sm\:inset-y\:-0\.5,
.sm\:bottom\:-0\.5 {
bottom: -0.125rem;
}
.sm\:inset\:-0\.5,
.sm\:inset-x\:-0\.5,
.sm\:left\:-0\.5 {
left: -0.125rem;
}
.sm\:inset\:-0\.5,
.sm\:inset-x\:-0\.5,
.sm\:right\:-0\.5 {
right: -0.125rem;
}
.sm\:inset\:-1,
.sm\:inset-y\:-1,
.sm\:top\:-1 {
top: -0.25rem;
}
.sm\:inset\:-1,
.sm\:inset-y\:-1,
.sm\:bottom\:-1 {
bottom: -0.25rem;
}
.sm\:inset\:-1,
.sm\:inset-x\:-1,
.sm\:left\:-1 {
left: -0.25rem;
}
.sm\:inset\:-1,
.sm\:inset-x\:-1,
.sm\:right\:-1 {
right: -0.25rem;
}
.sm\:inset\:-1\.5,
.sm\:inset-y\:-1\.5,
.sm\:top\:-1\.5 {
top: -0.375rem;
}
.sm\:inset\:-1\.5,
.sm\:inset-y\:-1\.5,
.sm\:bottom\:-1\.5 {
bottom: -0.375rem;
}
.sm\:inset\:-1\.5,
.sm\:inset-x\:-1\.5,
.sm\:left\:-1\.5 {
left: -0.375rem;
}
.sm\:inset\:-1\.5,
.sm\:inset-x\:-1\.5,
.sm\:right\:-1\.5 {
right: -0.375rem;
}
.sm\:inset\:-2,
.sm\:inset-y\:-2,
.sm\:top\:-2 {
top: -0.5rem;
}
.sm\:inset\:-2,
.sm\:inset-y\:-2,
.sm\:bottom\:-2 {
bottom: -0.5rem;
}
.sm\:inset\:-2,
.sm\:inset-x\:-2,
.sm\:left\:-2 {
left: -0.5rem;
}
.sm\:inset\:-2,
.sm\:inset-x\:-2,
.sm\:right\:-2 {
right: -0.5rem;
}
.sm\:inset\:-2\.5,
.sm\:inset-y\:-2\.5,
.sm\:top\:-2\.5 {
top: -0.625rem;
}
.sm\:inset\:-2\.5,
.sm\:inset-y\:-2\.5,
.sm\:bottom\:-2\.5 {
bottom: -0.625rem;
}
.sm\:inset\:-2\.5,
.sm\:inset-x\:-2\.5,
.sm\:left\:-2\.5 {
left: -0.625rem;
}
.sm\:inset\:-2\.5,
.sm\:inset-x\:-2\.5,
.sm\:right\:-2\.5 {
right: -0.625rem;
}
.sm\:inset\:-3,
.sm\:inset-y\:-3,
.sm\:top\:-3 {
top: -0.75rem;
}
.sm\:inset\:-3,
.sm\:inset-y\:-3,
.sm\:bottom\:-3 {
bottom: -0.75rem;
}
.sm\:inset\:-3,
.sm\:inset-x\:-3,
.sm\:left\:-3 {
left: -0.75rem;
}
.sm\:inset\:-3,
.sm\:inset-x\:-3,
.sm\:right\:-3 {
right: -0.75rem;
}
.sm\:inset\:-3\.5,
.sm\:inset-y\:-3\.5,
.sm\:top\:-3\.5 {
top: -0.875rem;
}
.sm\:inset\:-3\.5,
.sm\:inset-y\:-3\.5,
.sm\:bottom\:-3\.5 {
bottom: -0.875rem;
}
.sm\:inset\:-3\.5,
.sm\:inset-x\:-3\.5,
.sm\:left\:-3\.5 {
left: -0.875rem;
}
.sm\:inset\:-3\.5,
.sm\:inset-x\:-3\.5,
.sm\:right\:-3\.5 {
right: -0.875rem;
}
.sm\:inset\:-4,
.sm\:inset-y\:-4,
.sm\:top\:-4 {
top: -1rem;
}
.sm\:inset\:-4,
.sm\:inset-y\:-4,
.sm\:bottom\:-4 {
bottom: -1rem;
}
.sm\:inset\:-4,
.sm\:inset-x\:-4,
.sm\:left\:-4 {
left: -1rem;
}
.sm\:inset\:-4,
.sm\:inset-x\:-4,
.sm\:right\:-4 {
right: -1rem;
}
.sm\:inset\:-5,
.sm\:inset-y\:-5,
.sm\:top\:-5 {
top: -1.25rem;
}
.sm\:inset\:-5,
.sm\:inset-y\:-5,
.sm\:bottom\:-5 {
bottom: -1.25rem;
}
.sm\:inset\:-5,
.sm\:inset-x\:-5,
.sm\:left\:-5 {
left: -1.25rem;
}
.sm\:inset\:-5,
.sm\:inset-x\:-5,
.sm\:right\:-5 {
right: -1.25rem;
}
.sm\:inset\:-6,
.sm\:inset-y\:-6,
.sm\:top\:-6 {
top: -1.5rem;
}
.sm\:inset\:-6,
.sm\:inset-y\:-6,
.sm\:bottom\:-6 {
bottom: -1.5rem;
}
.sm\:inset\:-6,
.sm\:inset-x\:-6,
.sm\:left\:-6 {
left: -1.5rem;
}
.sm\:inset\:-6,
.sm\:inset-x\:-6,
.sm\:right\:-6 {
right: -1.5rem;
}
.sm\:inset\:-7,
.sm\:inset-y\:-7,
.sm\:top\:-7 {
top: -1.75rem;
}
.sm\:inset\:-7,
.sm\:inset-y\:-7,
.sm\:bottom\:-7 {
bottom: -1.75rem;
}
.sm\:inset\:-7,
.sm\:inset-x\:-7,
.sm\:left\:-7 {
left: -1.75rem;
}
.sm\:inset\:-7,
.sm\:inset-x\:-7,
.sm\:right\:-7 {
right: -1.75rem;
}
.sm\:inset\:-8,
.sm\:inset-y\:-8,
.sm\:top\:-8 {
top: -2rem;
}
.sm\:inset\:-8,
.sm\:inset-y\:-8,
.sm\:bottom\:-8 {
bottom: -2rem;
}
.sm\:inset\:-8,
.sm\:inset-x\:-8,
.sm\:left\:-8 {
left: -2rem;
}
.sm\:inset\:-8,
.sm\:inset-x\:-8,
.sm\:right\:-8 {
right: -2rem;
}
.sm\:inset\:-9,
.sm\:inset-y\:-9,
.sm\:top\:-9 {
top: -2.25rem;
}
.sm\:inset\:-9,
.sm\:inset-y\:-9,
.sm\:bottom\:-9 {
bottom: -2.25rem;
}
.sm\:inset\:-9,
.sm\:inset-x\:-9,
.sm\:left\:-9 {
left: -2.25rem;
}
.sm\:inset\:-9,
.sm\:inset-x\:-9,
.sm\:right\:-9 {
right: -2.25rem;
}
.sm\:inset\:-10,
.sm\:inset-y\:-10,
.sm\:top\:-10 {
top: -2.5rem;
}
.sm\:inset\:-10,
.sm\:inset-y\:-10,
.sm\:bottom\:-10 {
bottom: -2.5rem;
}
.sm\:inset\:-10,
.sm\:inset-x\:-10,
.sm\:left\:-10 {
left: -2.5rem;
}
.sm\:inset\:-10,
.sm\:inset-x\:-10,
.sm\:right\:-10 {
right: -2.5rem;
}
.sm\:inset\:-11,
.sm\:inset-y\:-11,
.sm\:top\:-11 {
top: -2.75rem;
}
.sm\:inset\:-11,
.sm\:inset-y\:-11,
.sm\:bottom\:-11 {
bottom: -2.75rem;
}
.sm\:inset\:-11,
.sm\:inset-x\:-11,
.sm\:left\:-11 {
left: -2.75rem;
}
.sm\:inset\:-11,
.sm\:inset-x\:-11,
.sm\:right\:-11 {
right: -2.75rem;
}
.sm\:inset\:-12,
.sm\:inset-y\:-12,
.sm\:top\:-12 {
top: -3rem;
}
.sm\:inset\:-12,
.sm\:inset-y\:-12,
.sm\:bottom\:-12 {
bottom: -3rem;
}
.sm\:inset\:-12,
.sm\:inset-x\:-12,
.sm\:left\:-12 {
left: -3rem;
}
.sm\:inset\:-12,
.sm\:inset-x\:-12,
.sm\:right\:-12 {
right: -3rem;
}
.sm\:inset\:-14,
.sm\:inset-y\:-14,
.sm\:top\:-14 {
top: -3.5rem;
}
.sm\:inset\:-14,
.sm\:inset-y\:-14,
.sm\:bottom\:-14 {
bottom: -3.5rem;
}
.sm\:inset\:-14,
.sm\:inset-x\:-14,
.sm\:left\:-14 {
left: -3.5rem;
}
.sm\:inset\:-14,
.sm\:inset-x\:-14,
.sm\:right\:-14 {
right: -3.5rem;
}
.sm\:inset\:-16,
.sm\:inset-y\:-16,
.sm\:top\:-16 {
top: -4rem;
}
.sm\:inset\:-16,
.sm\:inset-y\:-16,
.sm\:bottom\:-16 {
bottom: -4rem;
}
.sm\:inset\:-16,
.sm\:inset-x\:-16,
.sm\:left\:-16 {
left: -4rem;
}
.sm\:inset\:-16,
.sm\:inset-x\:-16,
.sm\:right\:-16 {
right: -4rem;
}
.sm\:inset\:-20,
.sm\:inset-y\:-20,
.sm\:top\:-20 {
top: -5rem;
}
.sm\:inset\:-20,
.sm\:inset-y\:-20,
.sm\:bottom\:-20 {
bottom: -5rem;
}
.sm\:inset\:-20,
.sm\:inset-x\:-20,
.sm\:left\:-20 {
left: -5rem;
}
.sm\:inset\:-20,
.sm\:inset-x\:-20,
.sm\:right\:-20 {
right: -5rem;
}
.sm\:inset\:-24,
.sm\:inset-y\:-24,
.sm\:top\:-24 {
top: -6rem;
}
.sm\:inset\:-24,
.sm\:inset-y\:-24,
.sm\:bottom\:-24 {
bottom: -6rem;
}
.sm\:inset\:-24,
.sm\:inset-x\:-24,
.sm\:left\:-24 {
left: -6rem;
}
.sm\:inset\:-24,
.sm\:inset-x\:-24,
.sm\:right\:-24 {
right: -6rem;
}
.sm\:inset\:-28,
.sm\:inset-y\:-28,
.sm\:top\:-28 {
top: -7rem;
}
.sm\:inset\:-28,
.sm\:inset-y\:-28,
.sm\:bottom\:-28 {
bottom: -7rem;
}
.sm\:inset\:-28,
.sm\:inset-x\:-28,
.sm\:left\:-28 {
left: -7rem;
}
.sm\:inset\:-28,
.sm\:inset-x\:-28,
.sm\:right\:-28 {
right: -7rem;
}
.sm\:inset\:-32,
.sm\:inset-y\:-32,
.sm\:top\:-32 {
top: -8rem;
}
.sm\:inset\:-32,
.sm\:inset-y\:-32,
.sm\:bottom\:-32 {
bottom: -8rem;
}
.sm\:inset\:-32,
.sm\:inset-x\:-32,
.sm\:left\:-32 {
left: -8rem;
}
.sm\:inset\:-32,
.sm\:inset-x\:-32,
.sm\:right\:-32 {
right: -8rem;
}
.sm\:inset\:-36,
.sm\:inset-y\:-36,
.sm\:top\:-36 {
top: -9rem;
}
.sm\:inset\:-36,
.sm\:inset-y\:-36,
.sm\:bottom\:-36 {
bottom: -9rem;
}
.sm\:inset\:-36,
.sm\:inset-x\:-36,
.sm\:left\:-36 {
left: -9rem;
}
.sm\:inset\:-36,
.sm\:inset-x\:-36,
.sm\:right\:-36 {
right: -9rem;
}
.sm\:inset\:-40,
.sm\:inset-y\:-40,
.sm\:top\:-40 {
top: -10rem;
}
.sm\:inset\:-40,
.sm\:inset-y\:-40,
.sm\:bottom\:-40 {
bottom: -10rem;
}
.sm\:inset\:-40,
.sm\:inset-x\:-40,
.sm\:left\:-40 {
left: -10rem;
}
.sm\:inset\:-40,
.sm\:inset-x\:-40,
.sm\:right\:-40 {
right: -10rem;
}
.sm\:inset\:-44,
.sm\:inset-y\:-44,
.sm\:top\:-44 {
top: -11rem;
}
.sm\:inset\:-44,
.sm\:inset-y\:-44,
.sm\:bottom\:-44 {
bottom: -11rem;
}
.sm\:inset\:-44,
.sm\:inset-x\:-44,
.sm\:left\:-44 {
left: -11rem;
}
.sm\:inset\:-44,
.sm\:inset-x\:-44,
.sm\:right\:-44 {
right: -11rem;
}
.sm\:inset\:-48,
.sm\:inset-y\:-48,
.sm\:top\:-48 {
top: -12rem;
}
.sm\:inset\:-48,
.sm\:inset-y\:-48,
.sm\:bottom\:-48 {
bottom: -12rem;
}
.sm\:inset\:-48,
.sm\:inset-x\:-48,
.sm\:left\:-48 {
left: -12rem;
}
.sm\:inset\:-48,
.sm\:inset-x\:-48,
.sm\:right\:-48 {
right: -12rem;
}
.sm\:inset\:-52,
.sm\:inset-y\:-52,
.sm\:top\:-52 {
top: -13rem;
}
.sm\:inset\:-52,
.sm\:inset-y\:-52,
.sm\:bottom\:-52 {
bottom: -13rem;
}
.sm\:inset\:-52,
.sm\:inset-x\:-52,
.sm\:left\:-52 {
left: -13rem;
}
.sm\:inset\:-52,
.sm\:inset-x\:-52,
.sm\:right\:-52 {
right: -13rem;
}
.sm\:inset\:-56,
.sm\:inset-y\:-56,
.sm\:top\:-56 {
top: -14rem;
}
.sm\:inset\:-56,
.sm\:inset-y\:-56,
.sm\:bottom\:-56 {
bottom: -14rem;
}
.sm\:inset\:-56,
.sm\:inset-x\:-56,
.sm\:left\:-56 {
left: -14rem;
}
.sm\:inset\:-56,
.sm\:inset-x\:-56,
.sm\:right\:-56 {
right: -14rem;
}
.sm\:inset\:-60,
.sm\:inset-y\:-60,
.sm\:top\:-60 {
top: -15rem;
}
.sm\:inset\:-60,
.sm\:inset-y\:-60,
.sm\:bottom\:-60 {
bottom: -15rem;
}
.sm\:inset\:-60,
.sm\:inset-x\:-60,
.sm\:left\:-60 {
left: -15rem;
}
.sm\:inset\:-60,
.sm\:inset-x\:-60,
.sm\:right\:-60 {
right: -15rem;
}
.sm\:inset\:-64,
.sm\:inset-y\:-64,
.sm\:top\:-64 {
top: -16rem;
}
.sm\:inset\:-64,
.sm\:inset-y\:-64,
.sm\:bottom\:-64 {
bottom: -16rem;
}
.sm\:inset\:-64,
.sm\:inset-x\:-64,
.sm\:left\:-64 {
left: -16rem;
}
.sm\:inset\:-64,
.sm\:inset-x\:-64,
.sm\:right\:-64 {
right: -16rem;
}
.sm\:inset\:-72,
.sm\:inset-y\:-72,
.sm\:top\:-72 {
top: -18rem;
}
.sm\:inset\:-72,
.sm\:inset-y\:-72,
.sm\:bottom\:-72 {
bottom: -18rem;
}
.sm\:inset\:-72,
.sm\:inset-x\:-72,
.sm\:left\:-72 {
left: -18rem;
}
.sm\:inset\:-72,
.sm\:inset-x\:-72,
.sm\:right\:-72 {
right: -18rem;
}
.sm\:inset\:-80,
.sm\:inset-y\:-80,
.sm\:top\:-80 {
top: -20rem;
}
.sm\:inset\:-80,
.sm\:inset-y\:-80,
.sm\:bottom\:-80 {
bottom: -20rem;
}
.sm\:inset\:-80,
.sm\:inset-x\:-80,
.sm\:left\:-80 {
left: -20rem;
}
.sm\:inset\:-80,
.sm\:inset-x\:-80,
.sm\:right\:-80 {
right: -20rem;
}
.sm\:inset\:-96,
.sm\:inset-y\:-96,
.sm\:top\:-96 {
top: -24rem;
}
.sm\:inset\:-96,
.sm\:inset-y\:-96,
.sm\:bottom\:-96 {
bottom: -24rem;
}
.sm\:inset\:-96,
.sm\:inset-x\:-96,
.sm\:left\:-96 {
left: -24rem;
}
.sm\:inset\:-96,
.sm\:inset-x\:-96,
.sm\:right\:-96 {
right: -24rem;
}
.sm\:visible {
visibility: visible;
}
.sm\:invsible {
visibility: invisible;
}
.sm\:z\:auto {
z-index: auto;
}
.sm\:z\:0 {
z-index: 0;
}
.sm\:z\:1 {
z-index: 1;
}
.sm\:z\:2 {
z-index: 2;
}
.sm\:z\:3 {
z-index: 3;
}
.sm\:z\:4 {
z-index: 4;
}
.sm\:z\:5 {
z-index: 5;
}
.sm\:z\:6 {
z-index: 6;
}
.sm\:z\:7 {
z-index: 7;
}
.sm\:z\:8 {
z-index: 8;
}
.sm\:z\:9 {
z-index: 9;
}
.sm\:z\:10 {
z-index: 10;
}
.sm\:z\:20 {
z-index: 20;
}
.sm\:z\:30 {
z-index: 30;
}
.sm\:z\:40 {
z-index: 40;
}
.sm\:z\:50 {
z-index: 50;
}
.sm\:flex\:row {
flex-direction: row;
}
.sm\:flex\:row-reverse {
flex-direction: row-reverse;
}
.sm\:flex\:col {
flex-direction: column;
}
.sm\:flex\:col-reverse {
flex-direction: column-reverse;
}
.sm\:flex\:wrap {
flex-wrap: wrap;
}
.sm\:flex\:wrap-reverse {
flex-wrap: wrap-reverse;
}
.sm\:flex\:nowrap {
flex-wrap: nowrap;
}
.sm\:flex\:1 {
flex: 1 1 0%;
}
.sm\:flex\:auto {
flex: 1 1 auto;
}
.sm\:flex\:initial {
flex: 0 1 auto;
}
.sm\:flex\:none {
flex: none;
}
.sm\:flex-grow\: {
flex-grow: 1;
}
.sm\:flex-grow\:no {
flex-grow: 0;
}
.sm\:flex-shrink\: {
flex-shrink: 1;
}
.sm\:flex-shrink\: {
flex-shrink: 0;
}
.sm\:order\:first {
order: -9999;
}
.sm\:order\:last {
order: 9999;
}
.sm\:order\:none {
order: 0;
}
.sm\:order\:1 {
order: 1;
}
.sm\:order\:2 {
order: 2;
}
.sm\:order\:3 {
order: 3;
}
.sm\:order\:4 {
order: 4;
}
.sm\:order\:5 {
order: 5;
}
.sm\:order\:6 {
order: 6;
}
.sm\:order\:7 {
order: 7;
}
.sm\:order\:8 {
order: 8;
}
.sm\:order\:9 {
order: 9;
}
.sm\:order\:10 {
order: 10;
}
.sm\:order\:11 {
order: 11;
}
.sm\:order\:12 {
order: 12;
}
}
@media (min-width: 768px) {
.md\:border-box {
box-sizing: border-box;
}
.md\:content-box {
box-sizing: content-box;
}
.md\:inline {
display: inline;
}
.md\:inline-block {
display: inline-block;
}
.md\:block {
display: block;
}
.md\:grid {
display: grid;
}
.md\:table {
display: table;
}
.md\:table-row {
display: table-row;
}
.md\:table-caption {
display: table-caption;
}
.md\:table-cell {
display: table-cell;
}
.md\:table-row {
display: table-row;
}
.md\:table-column {
display: table-column;
}
.md\:table-column-group {
display: table-column-group;
}
.md\:table-footer-group {
display: table-footer-group;
}
.md\:table-row-group {
display: table-row-group;
}
.md\:flex {
display: flex;
}
.md\:inline-flex {
display: inline-flex;
}
.md\:flow-root {
display: flow-root;
}
.md\:grid {
display: grid;
}
.md\:inline-grid {
display: inline-grid;
}
.md\:contents {
display: contents;
}
.md\:none {
display: none;
}
.md\:float\:left {
float: left;
}
.md\:float\:right {
float: right;
}
.md\:float\:none {
float: none;
}
.md\:clear\:left {
clear: left;
}
.md\:clear\:right {
clear: right;
}
.md\:clear\:both {
clear: both;
}
.md\:clear\:none {
clear: none;
}
.md\:object-fit\:contain {
object-fit: contain;
}
.md\:object-fit\:cover {
object-fit: cover;
}
.md\:object-fit\:fill {
object-fit: fill;
}
.md\:object-fit\:none {
object-fit: none;
}
.md\:object-fit\:scale-down {
object-fit: scale-down;
}
.md\:object-position\:bottom {
object-position: bottom;
}
.md\:object-position\:center {
object-position: center;
}
.md\:object-position\:left {
object-position: left;
}
.md\:object-position\:left-bottom {
object-position: left bottom;
}
.md\:object-position\:left-top {
object-position: left top;
}
.md\:object-position\:right {
object-position: right;
}
.md\:object-position\:right-bottom {
object-position: right bottom;
}
.md\:object-position\:right-top {
object-position: right top;
}
.md\:object-position\:top {
object-position: top;
}
.md\:overflow\:auto {
overflow: auto;
}
.md\:overflow-x\:auto {
overflow-x: auto;
}
.md\:overflow-y\:auto {
overflow-y: auto;
}
.md\:overflow\:hidden {
overflow: hidden;
}
.md\:overflow-x\:hidden {
overflow-x: hidden;
}
.md\:overflow-y\:hidden {
overflow-y: hidden;
}
.md\:overflow\:visible {
overflow: visible;
}
.md\:overflow-x\:visible {
overflow-x: visible;
}
.md\:overflow-y\:visible {
overflow-y: visible;
}
.md\:overflow\:scroll {
overflow: scroll;
}
.md\:overflow-x\:scroll {
overflow-x: scroll;
}
.md\:overflow-y\:scroll {
overflow-y: scroll;
}
.md\:overscroll\:auto {
overscroll-behavior: auto;
}
.md\:overscroll-x\:auto {
overscroll-behavior-x: auto;
}
.md\:overscroll-y\:auto {
overscroll-behavior-y: auto;
}
.md\:overscroll\:contain {
overscroll-behavior: contain;
}
.md\:overscroll-x\:contain {
overscroll-behavior-x: contain;
}
.md\:overscroll-y\:contain {
overscroll-behavior-y: contain;
}
.md\:overscroll\:none {
overscroll-behavior: none;
}
.md\:overscroll-x\:none {
overscroll-behavior-x: none;
}
.md\:overscroll-y\:none {
overscroll-behavior-y: none;
}
.md\:static {
position: static;
}
.md\:relative {
position: relative;
}
.md\:absolute {
position: absolute;
}
.md\:fixed {
position: fixed;
}
.md\:sticky {
position: sticky;
}
.md\:inset\:auto,
.md\:inset-y\:auto,
.md\:top\:auto {
top: auto;
}
.md\:inset\:auto,
.md\:inset-y\:auto,
.md\:bottom\:auto {
bottom: auto;
}
.md\:inset\:auto,
.md\:inset-x\:auto,
.md\:left\:auto {
left: auto;
}
.md\:inset\:auto,
.md\:inset-x\:auto,
.md\:right\:auto {
right: auto;
}
.md\:inset\:1\/2,
.md\:inset-y\:1\/2,
.md\:top\:1\/2 {
top: 50%;
}
.md\:inset\:1\/2,
.md\:inset-y\:1\/2,
.md\:bottom\:1\/2 {
bottom: 50%;
}
.md\:inset\:1\/2,
.md\:inset-x\:1\/2,
.md\:left\:1\/2 {
left: 50%;
}
.md\:inset\:1\/2,
.md\:inset-x\:1\/2,
.md\:right\:1\/2 {
right: 50%;
}
.md\:inset\:1\/3,
.md\:inset-y\:1\/3,
.md\:top\:1\/3 {
top: 33.333333%;
}
.md\:inset\:1\/3,
.md\:inset-y\:1\/3,
.md\:bottom\:1\/3 {
bottom: 33.333333%;
}
.md\:inset\:1\/3,
.md\:inset-x\:1\/3,
.md\:left\:1\/3 {
left: 33.333333%;
}
.md\:inset\:1\/3,
.md\:inset-x\:1\/3,
.md\:right\:1\/3 {
right: 33.333333%;
}
.md\:inset\:2\/3,
.md\:inset-y\:2\/3,
.md\:top\:2\/3 {
top: 66.666667%;
}
.md\:inset\:2\/3,
.md\:inset-y\:2\/3,
.md\:bottom\:2\/3 {
bottom: 66.666667%;
}
.md\:inset\:2\/3,
.md\:inset-x\:2\/3,
.md\:left\:2\/3 {
left: 66.666667%;
}
.md\:inset\:2\/3,
.md\:inset-x\:2\/3,
.md\:right\:2\/3 {
right: 66.666667%;
}
.md\:inset\:1\/4,
.md\:inset-y\:1\/4,
.md\:top\:1\/4 {
top: 25%;
}
.md\:inset\:1\/4,
.md\:inset-y\:1\/4,
.md\:bottom\:1\/4 {
bottom: 25%;
}
.md\:inset\:1\/4,
.md\:inset-x\:1\/4,
.md\:left\:1\/4 {
left: 25%;
}
.md\:inset\:1\/4,
.md\:inset-x\:1\/4,
.md\:right\:1\/4 {
right: 25%;
}
.md\:inset\:2\/4,
.md\:inset-y\:2\/4,
.md\:top\:2\/4 {
top: 50%;
}
.md\:inset\:2\/4,
.md\:inset-y\:2\/4,
.md\:bottom\:2\/4 {
bottom: 50%;
}
.md\:inset\:2\/4,
.md\:inset-x\:2\/4,
.md\:left\:2\/4 {
left: 50%;
}
.md\:inset\:2\/4,
.md\:inset-x\:2\/4,
.md\:right\:2\/4 {
right: 50%;
}
.md\:inset\:3\/4,
.md\:inset-y\:3\/4,
.md\:top\:3\/4 {
top: 75%;
}
.md\:inset\:3\/4,
.md\:inset-y\:3\/4,
.md\:bottom\:3\/4 {
bottom: 75%;
}
.md\:inset\:3\/4,
.md\:inset-x\:3\/4,
.md\:left\:3\/4 {
left: 75%;
}
.md\:inset\:3\/4,
.md\:inset-x\:3\/4,
.md\:right\:3\/4 {
right: 75%;
}
.md\:inset\:full,
.md\:inset-y\:full,
.md\:top\:full {
top: 100%;
}
.md\:inset\:full,
.md\:inset-y\:full,
.md\:bottom\:full {
bottom: 100%;
}
.md\:inset\:full,
.md\:inset-x\:full,
.md\:left\:full {
left: 100%;
}
.md\:inset\:full,
.md\:inset-x\:full,
.md\:right\:full {
right: 100%;
}
.md\:inset\:-1\/2,
.md\:inset-y\:-1\/2,
.md\:top\:-1\/2 {
top: -50%;
}
.md\:inset\:-1\/2,
.md\:inset-y\:-1\/2,
.md\:bottom\:-1\/2 {
bottom: -50%;
}
.md\:inset\:-1\/2,
.md\:inset-x\:-1\/2,
.md\:left\:-1\/2 {
left: -50%;
}
.md\:inset\:-1\/2,
.md\:inset-x\:-1\/2,
.md\:right\:-1\/2 {
right: -50%;
}
.md\:inset\:-1\/3,
.md\:inset-y\:-1\/3,
.md\:top\:-1\/3 {
top: -33.333333%;
}
.md\:inset\:-1\/3,
.md\:inset-y\:-1\/3,
.md\:bottom\:-1\/3 {
bottom: -33.333333%;
}
.md\:inset\:-1\/3,
.md\:inset-x\:-1\/3,
.md\:left\:-1\/3 {
left: -33.333333%;
}
.md\:inset\:-1\/3,
.md\:inset-x\:-1\/3,
.md\:right\:-1\/3 {
right: -33.333333%;
}
.md\:inset\:-2\/3,
.md\:inset-y\:-2\/3,
.md\:top\:-2\/3 {
top: -66.666667%;
}
.md\:inset\:-2\/3,
.md\:inset-y\:-2\/3,
.md\:bottom\:-2\/3 {
bottom: -66.666667%;
}
.md\:inset\:-2\/3,
.md\:inset-x\:-2\/3,
.md\:left\:-2\/3 {
left: -66.666667%;
}
.md\:inset\:-2\/3,
.md\:inset-x\:-2\/3,
.md\:right\:-2\/3 {
right: -66.666667%;
}
.md\:inset\:-1\/4,
.md\:inset-y\:-1\/4,
.md\:top\:-1\/4 {
top: -25%;
}
.md\:inset\:-1\/4,
.md\:inset-y\:-1\/4,
.md\:bottom\:-1\/4 {
bottom: -25%;
}
.md\:inset\:-1\/4,
.md\:inset-x\:-1\/4,
.md\:left\:-1\/4 {
left: -25%;
}
.md\:inset\:-1\/4,
.md\:inset-x\:-1\/4,
.md\:right\:-1\/4 {
right: -25%;
}
.md\:inset\:-2\/4,
.md\:inset-y\:-2\/4,
.md\:top\:-2\/4 {
top: -50%;
}
.md\:inset\:-2\/4,
.md\:inset-y\:-2\/4,
.md\:bottom\:-2\/4 {
bottom: -50%;
}
.md\:inset\:-2\/4,
.md\:inset-x\:-2\/4,
.md\:left\:-2\/4 {
left: -50%;
}
.md\:inset\:-2\/4,
.md\:inset-x\:-2\/4,
.md\:right\:-2\/4 {
right: -50%;
}
.md\:inset\:-3\/4,
.md\:inset-y\:-3\/4,
.md\:top\:-3\/4 {
top: -75%;
}
.md\:inset\:-3\/4,
.md\:inset-y\:-3\/4,
.md\:bottom\:-3\/4 {
bottom: -75%;
}
.md\:inset\:-3\/4,
.md\:inset-x\:-3\/4,
.md\:left\:-3\/4 {
left: -75%;
}
.md\:inset\:-3\/4,
.md\:inset-x\:-3\/4,
.md\:right\:-3\/4 {
right: -75%;
}
.md\:inset\:-full,
.md\:inset-y\:-full,
.md\:top\:-full {
top: -100%;
}
.md\:inset\:-full,
.md\:inset-y\:-full,
.md\:bottom\:-full {
bottom: -100%;
}
.md\:inset\:-full,
.md\:inset-x\:-full,
.md\:left\:-full {
left: -100%;
}
.md\:inset\:-full,
.md\:inset-x\:-full,
.md\:right\:-full {
right: -100%;
}
.md\:inset\:px,
.md\:inset-y\:px,
.md\:top\:px {
top: 1px;
}
.md\:inset\:px,
.md\:inset-y\:px,
.md\:bottom\:px {
bottom: 1px;
}
.md\:inset\:px,
.md\:inset-x\:px,
.md\:left\:px {
left: 1px;
}
.md\:inset\:px,
.md\:inset-x\:px,
.md\:right\:px {
right: 1px;
}
.md\:inset\:0,
.md\:inset-y\:0,
.md\:top\:0 {
top: 0px;
}
.md\:inset\:0,
.md\:inset-y\:0,
.md\:bottom\:0 {
bottom: 0px;
}
.md\:inset\:0,
.md\:inset-x\:0,
.md\:left\:0 {
left: 0px;
}
.md\:inset\:0,
.md\:inset-x\:0,
.md\:right\:0 {
right: 0px;
}
.md\:inset\:0\.5,
.md\:inset-y\:0\.5,
.md\:top\:0\.5 {
top: 0.125rem;
}
.md\:inset\:0\.5,
.md\:inset-y\:0\.5,
.md\:bottom\:0\.5 {
bottom: 0.125rem;
}
.md\:inset\:0\.5,
.md\:inset-x\:0\.5,
.md\:left\:0\.5 {
left: 0.125rem;
}
.md\:inset\:0\.5,
.md\:inset-x\:0\.5,
.md\:right\:0\.5 {
right: 0.125rem;
}
.md\:inset\:1,
.md\:inset-y\:1,
.md\:top\:1 {
top: 0.25rem;
}
.md\:inset\:1,
.md\:inset-y\:1,
.md\:bottom\:1 {
bottom: 0.25rem;
}
.md\:inset\:1,
.md\:inset-x\:1,
.md\:left\:1 {
left: 0.25rem;
}
.md\:inset\:1,
.md\:inset-x\:1,
.md\:right\:1 {
right: 0.25rem;
}
.md\:inset\:1\.5,
.md\:inset-y\:1\.5,
.md\:top\:1\.5 {
top: 0.375rem;
}
.md\:inset\:1\.5,
.md\:inset-y\:1\.5,
.md\:bottom\:1\.5 {
bottom: 0.375rem;
}
.md\:inset\:1\.5,
.md\:inset-x\:1\.5,
.md\:left\:1\.5 {
left: 0.375rem;
}
.md\:inset\:1\.5,
.md\:inset-x\:1\.5,
.md\:right\:1\.5 {
right: 0.375rem;
}
.md\:inset\:2,
.md\:inset-y\:2,
.md\:top\:2 {
top: 0.5rem;
}
.md\:inset\:2,
.md\:inset-y\:2,
.md\:bottom\:2 {
bottom: 0.5rem;
}
.md\:inset\:2,
.md\:inset-x\:2,
.md\:left\:2 {
left: 0.5rem;
}
.md\:inset\:2,
.md\:inset-x\:2,
.md\:right\:2 {
right: 0.5rem;
}
.md\:inset\:2\.5,
.md\:inset-y\:2\.5,
.md\:top\:2\.5 {
top: 0.625rem;
}
.md\:inset\:2\.5,
.md\:inset-y\:2\.5,
.md\:bottom\:2\.5 {
bottom: 0.625rem;
}
.md\:inset\:2\.5,
.md\:inset-x\:2\.5,
.md\:left\:2\.5 {
left: 0.625rem;
}
.md\:inset\:2\.5,
.md\:inset-x\:2\.5,
.md\:right\:2\.5 {
right: 0.625rem;
}
.md\:inset\:3,
.md\:inset-y\:3,
.md\:top\:3 {
top: 0.75rem;
}
.md\:inset\:3,
.md\:inset-y\:3,
.md\:bottom\:3 {
bottom: 0.75rem;
}
.md\:inset\:3,
.md\:inset-x\:3,
.md\:left\:3 {
left: 0.75rem;
}
.md\:inset\:3,
.md\:inset-x\:3,
.md\:right\:3 {
right: 0.75rem;
}
.md\:inset\:3\.5,
.md\:inset-y\:3\.5,
.md\:top\:3\.5 {
top: 0.875rem;
}
.md\:inset\:3\.5,
.md\:inset-y\:3\.5,
.md\:bottom\:3\.5 {
bottom: 0.875rem;
}
.md\:inset\:3\.5,
.md\:inset-x\:3\.5,
.md\:left\:3\.5 {
left: 0.875rem;
}
.md\:inset\:3\.5,
.md\:inset-x\:3\.5,
.md\:right\:3\.5 {
right: 0.875rem;
}
.md\:inset\:4,
.md\:inset-y\:4,
.md\:top\:4 {
top: 1rem;
}
.md\:inset\:4,
.md\:inset-y\:4,
.md\:bottom\:4 {
bottom: 1rem;
}
.md\:inset\:4,
.md\:inset-x\:4,
.md\:left\:4 {
left: 1rem;
}
.md\:inset\:4,
.md\:inset-x\:4,
.md\:right\:4 {
right: 1rem;
}
.md\:inset\:5,
.md\:inset-y\:5,
.md\:top\:5 {
top: 1.25rem;
}
.md\:inset\:5,
.md\:inset-y\:5,
.md\:bottom\:5 {
bottom: 1.25rem;
}
.md\:inset\:5,
.md\:inset-x\:5,
.md\:left\:5 {
left: 1.25rem;
}
.md\:inset\:5,
.md\:inset-x\:5,
.md\:right\:5 {
right: 1.25rem;
}
.md\:inset\:6,
.md\:inset-y\:6,
.md\:top\:6 {
top: 1.5rem;
}
.md\:inset\:6,
.md\:inset-y\:6,
.md\:bottom\:6 {
bottom: 1.5rem;
}
.md\:inset\:6,
.md\:inset-x\:6,
.md\:left\:6 {
left: 1.5rem;
}
.md\:inset\:6,
.md\:inset-x\:6,
.md\:right\:6 {
right: 1.5rem;
}
.md\:inset\:7,
.md\:inset-y\:7,
.md\:top\:7 {
top: 1.75rem;
}
.md\:inset\:7,
.md\:inset-y\:7,
.md\:bottom\:7 {
bottom: 1.75rem;
}
.md\:inset\:7,
.md\:inset-x\:7,
.md\:left\:7 {
left: 1.75rem;
}
.md\:inset\:7,
.md\:inset-x\:7,
.md\:right\:7 {
right: 1.75rem;
}
.md\:inset\:8,
.md\:inset-y\:8,
.md\:top\:8 {
top: 2rem;
}
.md\:inset\:8,
.md\:inset-y\:8,
.md\:bottom\:8 {
bottom: 2rem;
}
.md\:inset\:8,
.md\:inset-x\:8,
.md\:left\:8 {
left: 2rem;
}
.md\:inset\:8,
.md\:inset-x\:8,
.md\:right\:8 {
right: 2rem;
}
.md\:inset\:9,
.md\:inset-y\:9,
.md\:top\:9 {
top: 2.25rem;
}
.md\:inset\:9,
.md\:inset-y\:9,
.md\:bottom\:9 {
bottom: 2.25rem;
}
.md\:inset\:9,
.md\:inset-x\:9,
.md\:left\:9 {
left: 2.25rem;
}
.md\:inset\:9,
.md\:inset-x\:9,
.md\:right\:9 {
right: 2.25rem;
}
.md\:inset\:10,
.md\:inset-y\:10,
.md\:top\:10 {
top: 2.5rem;
}
.md\:inset\:10,
.md\:inset-y\:10,
.md\:bottom\:10 {
bottom: 2.5rem;
}
.md\:inset\:10,
.md\:inset-x\:10,
.md\:left\:10 {
left: 2.5rem;
}
.md\:inset\:10,
.md\:inset-x\:10,
.md\:right\:10 {
right: 2.5rem;
}
.md\:inset\:11,
.md\:inset-y\:11,
.md\:top\:11 {
top: 2.75rem;
}
.md\:inset\:11,
.md\:inset-y\:11,
.md\:bottom\:11 {
bottom: 2.75rem;
}
.md\:inset\:11,
.md\:inset-x\:11,
.md\:left\:11 {
left: 2.75rem;
}
.md\:inset\:11,
.md\:inset-x\:11,
.md\:right\:11 {
right: 2.75rem;
}
.md\:inset\:12,
.md\:inset-y\:12,
.md\:top\:12 {
top: 3rem;
}
.md\:inset\:12,
.md\:inset-y\:12,
.md\:bottom\:12 {
bottom: 3rem;
}
.md\:inset\:12,
.md\:inset-x\:12,
.md\:left\:12 {
left: 3rem;
}
.md\:inset\:12,
.md\:inset-x\:12,
.md\:right\:12 {
right: 3rem;
}
.md\:inset\:14,
.md\:inset-y\:14,
.md\:top\:14 {
top: 3.5rem;
}
.md\:inset\:14,
.md\:inset-y\:14,
.md\:bottom\:14 {
bottom: 3.5rem;
}
.md\:inset\:14,
.md\:inset-x\:14,
.md\:left\:14 {
left: 3.5rem;
}
.md\:inset\:14,
.md\:inset-x\:14,
.md\:right\:14 {
right: 3.5rem;
}
.md\:inset\:16,
.md\:inset-y\:16,
.md\:top\:16 {
top: 4rem;
}
.md\:inset\:16,
.md\:inset-y\:16,
.md\:bottom\:16 {
bottom: 4rem;
}
.md\:inset\:16,
.md\:inset-x\:16,
.md\:left\:16 {
left: 4rem;
}
.md\:inset\:16,
.md\:inset-x\:16,
.md\:right\:16 {
right: 4rem;
}
.md\:inset\:20,
.md\:inset-y\:20,
.md\:top\:20 {
top: 5rem;
}
.md\:inset\:20,
.md\:inset-y\:20,
.md\:bottom\:20 {
bottom: 5rem;
}
.md\:inset\:20,
.md\:inset-x\:20,
.md\:left\:20 {
left: 5rem;
}
.md\:inset\:20,
.md\:inset-x\:20,
.md\:right\:20 {
right: 5rem;
}
.md\:inset\:24,
.md\:inset-y\:24,
.md\:top\:24 {
top: 6rem;
}
.md\:inset\:24,
.md\:inset-y\:24,
.md\:bottom\:24 {
bottom: 6rem;
}
.md\:inset\:24,
.md\:inset-x\:24,
.md\:left\:24 {
left: 6rem;
}
.md\:inset\:24,
.md\:inset-x\:24,
.md\:right\:24 {
right: 6rem;
}
.md\:inset\:28,
.md\:inset-y\:28,
.md\:top\:28 {
top: 7rem;
}
.md\:inset\:28,
.md\:inset-y\:28,
.md\:bottom\:28 {
bottom: 7rem;
}
.md\:inset\:28,
.md\:inset-x\:28,
.md\:left\:28 {
left: 7rem;
}
.md\:inset\:28,
.md\:inset-x\:28,
.md\:right\:28 {
right: 7rem;
}
.md\:inset\:32,
.md\:inset-y\:32,
.md\:top\:32 {
top: 8rem;
}
.md\:inset\:32,
.md\:inset-y\:32,
.md\:bottom\:32 {
bottom: 8rem;
}
.md\:inset\:32,
.md\:inset-x\:32,
.md\:left\:32 {
left: 8rem;
}
.md\:inset\:32,
.md\:inset-x\:32,
.md\:right\:32 {
right: 8rem;
}
.md\:inset\:36,
.md\:inset-y\:36,
.md\:top\:36 {
top: 9rem;
}
.md\:inset\:36,
.md\:inset-y\:36,
.md\:bottom\:36 {
bottom: 9rem;
}
.md\:inset\:36,
.md\:inset-x\:36,
.md\:left\:36 {
left: 9rem;
}
.md\:inset\:36,
.md\:inset-x\:36,
.md\:right\:36 {
right: 9rem;
}
.md\:inset\:40,
.md\:inset-y\:40,
.md\:top\:40 {
top: 10rem;
}
.md\:inset\:40,
.md\:inset-y\:40,
.md\:bottom\:40 {
bottom: 10rem;
}
.md\:inset\:40,
.md\:inset-x\:40,
.md\:left\:40 {
left: 10rem;
}
.md\:inset\:40,
.md\:inset-x\:40,
.md\:right\:40 {
right: 10rem;
}
.md\:inset\:44,
.md\:inset-y\:44,
.md\:top\:44 {
top: 11rem;
}
.md\:inset\:44,
.md\:inset-y\:44,
.md\:bottom\:44 {
bottom: 11rem;
}
.md\:inset\:44,
.md\:inset-x\:44,
.md\:left\:44 {
left: 11rem;
}
.md\:inset\:44,
.md\:inset-x\:44,
.md\:right\:44 {
right: 11rem;
}
.md\:inset\:48,
.md\:inset-y\:48,
.md\:top\:48 {
top: 12rem;
}
.md\:inset\:48,
.md\:inset-y\:48,
.md\:bottom\:48 {
bottom: 12rem;
}
.md\:inset\:48,
.md\:inset-x\:48,
.md\:left\:48 {
left: 12rem;
}
.md\:inset\:48,
.md\:inset-x\:48,
.md\:right\:48 {
right: 12rem;
}
.md\:inset\:52,
.md\:inset-y\:52,
.md\:top\:52 {
top: 13rem;
}
.md\:inset\:52,
.md\:inset-y\:52,
.md\:bottom\:52 {
bottom: 13rem;
}
.md\:inset\:52,
.md\:inset-x\:52,
.md\:left\:52 {
left: 13rem;
}
.md\:inset\:52,
.md\:inset-x\:52,
.md\:right\:52 {
right: 13rem;
}
.md\:inset\:56,
.md\:inset-y\:56,
.md\:top\:56 {
top: 14rem;
}
.md\:inset\:56,
.md\:inset-y\:56,
.md\:bottom\:56 {
bottom: 14rem;
}
.md\:inset\:56,
.md\:inset-x\:56,
.md\:left\:56 {
left: 14rem;
}
.md\:inset\:56,
.md\:inset-x\:56,
.md\:right\:56 {
right: 14rem;
}
.md\:inset\:60,
.md\:inset-y\:60,
.md\:top\:60 {
top: 15rem;
}
.md\:inset\:60,
.md\:inset-y\:60,
.md\:bottom\:60 {
bottom: 15rem;
}
.md\:inset\:60,
.md\:inset-x\:60,
.md\:left\:60 {
left: 15rem;
}
.md\:inset\:60,
.md\:inset-x\:60,
.md\:right\:60 {
right: 15rem;
}
.md\:inset\:64,
.md\:inset-y\:64,
.md\:top\:64 {
top: 16rem;
}
.md\:inset\:64,
.md\:inset-y\:64,
.md\:bottom\:64 {
bottom: 16rem;
}
.md\:inset\:64,
.md\:inset-x\:64,
.md\:left\:64 {
left: 16rem;
}
.md\:inset\:64,
.md\:inset-x\:64,
.md\:right\:64 {
right: 16rem;
}
.md\:inset\:72,
.md\:inset-y\:72,
.md\:top\:72 {
top: 18rem;
}
.md\:inset\:72,
.md\:inset-y\:72,
.md\:bottom\:72 {
bottom: 18rem;
}
.md\:inset\:72,
.md\:inset-x\:72,
.md\:left\:72 {
left: 18rem;
}
.md\:inset\:72,
.md\:inset-x\:72,
.md\:right\:72 {
right: 18rem;
}
.md\:inset\:80,
.md\:inset-y\:80,
.md\:top\:80 {
top: 20rem;
}
.md\:inset\:80,
.md\:inset-y\:80,
.md\:bottom\:80 {
bottom: 20rem;
}
.md\:inset\:80,
.md\:inset-x\:80,
.md\:left\:80 {
left: 20rem;
}
.md\:inset\:80,
.md\:inset-x\:80,
.md\:right\:80 {
right: 20rem;
}
.md\:inset\:96,
.md\:inset-y\:96,
.md\:top\:96 {
top: 24rem;
}
.md\:inset\:96,
.md\:inset-y\:96,
.md\:bottom\:96 {
bottom: 24rem;
}
.md\:inset\:96,
.md\:inset-x\:96,
.md\:left\:96 {
left: 24rem;
}
.md\:inset\:96,
.md\:inset-x\:96,
.md\:right\:96 {
right: 24rem;
}
.md\:inset\:-px,
.md\:inset-y\:-px,
.md\:top\:-px {
top: -1px;
}
.md\:inset\:-px,
.md\:inset-y\:-px,
.md\:bottom\:-px {
bottom: -1px;
}
.md\:inset\:-px,
.md\:inset-x\:-px,
.md\:left\:-px {
left: -1px;
}
.md\:inset\:-px,
.md\:inset-x\:-px,
.md\:right\:-px {
right: -1px;
}
.md\:inset\:-0,
.md\:inset-y\:-0,
.md\:top\:-0 {
top: 0px;
}
.md\:inset\:-0,
.md\:inset-y\:-0,
.md\:bottom\:-0 {
bottom: 0px;
}
.md\:inset\:-0,
.md\:inset-x\:-0,
.md\:left\:-0 {
left: 0px;
}
.md\:inset\:-0,
.md\:inset-x\:-0,
.md\:right\:-0 {
right: 0px;
}
.md\:inset\:-0\.5,
.md\:inset-y\:-0\.5,
.md\:top\:-0\.5 {
top: -0.125rem;
}
.md\:inset\:-0\.5,
.md\:inset-y\:-0\.5,
.md\:bottom\:-0\.5 {
bottom: -0.125rem;
}
.md\:inset\:-0\.5,
.md\:inset-x\:-0\.5,
.md\:left\:-0\.5 {
left: -0.125rem;
}
.md\:inset\:-0\.5,
.md\:inset-x\:-0\.5,
.md\:right\:-0\.5 {
right: -0.125rem;
}
.md\:inset\:-1,
.md\:inset-y\:-1,
.md\:top\:-1 {
top: -0.25rem;
}
.md\:inset\:-1,
.md\:inset-y\:-1,
.md\:bottom\:-1 {
bottom: -0.25rem;
}
.md\:inset\:-1,
.md\:inset-x\:-1,
.md\:left\:-1 {
left: -0.25rem;
}
.md\:inset\:-1,
.md\:inset-x\:-1,
.md\:right\:-1 {
right: -0.25rem;
}
.md\:inset\:-1\.5,
.md\:inset-y\:-1\.5,
.md\:top\:-1\.5 {
top: -0.375rem;
}
.md\:inset\:-1\.5,
.md\:inset-y\:-1\.5,
.md\:bottom\:-1\.5 {
bottom: -0.375rem;
}
.md\:inset\:-1\.5,
.md\:inset-x\:-1\.5,
.md\:left\:-1\.5 {
left: -0.375rem;
}
.md\:inset\:-1\.5,
.md\:inset-x\:-1\.5,
.md\:right\:-1\.5 {
right: -0.375rem;
}
.md\:inset\:-2,
.md\:inset-y\:-2,
.md\:top\:-2 {
top: -0.5rem;
}
.md\:inset\:-2,
.md\:inset-y\:-2,
.md\:bottom\:-2 {
bottom: -0.5rem;
}
.md\:inset\:-2,
.md\:inset-x\:-2,
.md\:left\:-2 {
left: -0.5rem;
}
.md\:inset\:-2,
.md\:inset-x\:-2,
.md\:right\:-2 {
right: -0.5rem;
}
.md\:inset\:-2\.5,
.md\:inset-y\:-2\.5,
.md\:top\:-2\.5 {
top: -0.625rem;
}
.md\:inset\:-2\.5,
.md\:inset-y\:-2\.5,
.md\:bottom\:-2\.5 {
bottom: -0.625rem;
}
.md\:inset\:-2\.5,
.md\:inset-x\:-2\.5,
.md\:left\:-2\.5 {
left: -0.625rem;
}
.md\:inset\:-2\.5,
.md\:inset-x\:-2\.5,
.md\:right\:-2\.5 {
right: -0.625rem;
}
.md\:inset\:-3,
.md\:inset-y\:-3,
.md\:top\:-3 {
top: -0.75rem;
}
.md\:inset\:-3,
.md\:inset-y\:-3,
.md\:bottom\:-3 {
bottom: -0.75rem;
}
.md\:inset\:-3,
.md\:inset-x\:-3,
.md\:left\:-3 {
left: -0.75rem;
}
.md\:inset\:-3,
.md\:inset-x\:-3,
.md\:right\:-3 {
right: -0.75rem;
}
.md\:inset\:-3\.5,
.md\:inset-y\:-3\.5,
.md\:top\:-3\.5 {
top: -0.875rem;
}
.md\:inset\:-3\.5,
.md\:inset-y\:-3\.5,
.md\:bottom\:-3\.5 {
bottom: -0.875rem;
}
.md\:inset\:-3\.5,
.md\:inset-x\:-3\.5,
.md\:left\:-3\.5 {
left: -0.875rem;
}
.md\:inset\:-3\.5,
.md\:inset-x\:-3\.5,
.md\:right\:-3\.5 {
right: -0.875rem;
}
.md\:inset\:-4,
.md\:inset-y\:-4,
.md\:top\:-4 {
top: -1rem;
}
.md\:inset\:-4,
.md\:inset-y\:-4,
.md\:bottom\:-4 {
bottom: -1rem;
}
.md\:inset\:-4,
.md\:inset-x\:-4,
.md\:left\:-4 {
left: -1rem;
}
.md\:inset\:-4,
.md\:inset-x\:-4,
.md\:right\:-4 {
right: -1rem;
}
.md\:inset\:-5,
.md\:inset-y\:-5,
.md\:top\:-5 {
top: -1.25rem;
}
.md\:inset\:-5,
.md\:inset-y\:-5,
.md\:bottom\:-5 {
bottom: -1.25rem;
}
.md\:inset\:-5,
.md\:inset-x\:-5,
.md\:left\:-5 {
left: -1.25rem;
}
.md\:inset\:-5,
.md\:inset-x\:-5,
.md\:right\:-5 {
right: -1.25rem;
}
.md\:inset\:-6,
.md\:inset-y\:-6,
.md\:top\:-6 {
top: -1.5rem;
}
.md\:inset\:-6,
.md\:inset-y\:-6,
.md\:bottom\:-6 {
bottom: -1.5rem;
}
.md\:inset\:-6,
.md\:inset-x\:-6,
.md\:left\:-6 {
left: -1.5rem;
}
.md\:inset\:-6,
.md\:inset-x\:-6,
.md\:right\:-6 {
right: -1.5rem;
}
.md\:inset\:-7,
.md\:inset-y\:-7,
.md\:top\:-7 {
top: -1.75rem;
}
.md\:inset\:-7,
.md\:inset-y\:-7,
.md\:bottom\:-7 {
bottom: -1.75rem;
}
.md\:inset\:-7,
.md\:inset-x\:-7,
.md\:left\:-7 {
left: -1.75rem;
}
.md\:inset\:-7,
.md\:inset-x\:-7,
.md\:right\:-7 {
right: -1.75rem;
}
.md\:inset\:-8,
.md\:inset-y\:-8,
.md\:top\:-8 {
top: -2rem;
}
.md\:inset\:-8,
.md\:inset-y\:-8,
.md\:bottom\:-8 {
bottom: -2rem;
}
.md\:inset\:-8,
.md\:inset-x\:-8,
.md\:left\:-8 {
left: -2rem;
}
.md\:inset\:-8,
.md\:inset-x\:-8,
.md\:right\:-8 {
right: -2rem;
}
.md\:inset\:-9,
.md\:inset-y\:-9,
.md\:top\:-9 {
top: -2.25rem;
}
.md\:inset\:-9,
.md\:inset-y\:-9,
.md\:bottom\:-9 {
bottom: -2.25rem;
}
.md\:inset\:-9,
.md\:inset-x\:-9,
.md\:left\:-9 {
left: -2.25rem;
}
.md\:inset\:-9,
.md\:inset-x\:-9,
.md\:right\:-9 {
right: -2.25rem;
}
.md\:inset\:-10,
.md\:inset-y\:-10,
.md\:top\:-10 {
top: -2.5rem;
}
.md\:inset\:-10,
.md\:inset-y\:-10,
.md\:bottom\:-10 {
bottom: -2.5rem;
}
.md\:inset\:-10,
.md\:inset-x\:-10,
.md\:left\:-10 {
left: -2.5rem;
}
.md\:inset\:-10,
.md\:inset-x\:-10,
.md\:right\:-10 {
right: -2.5rem;
}
.md\:inset\:-11,
.md\:inset-y\:-11,
.md\:top\:-11 {
top: -2.75rem;
}
.md\:inset\:-11,
.md\:inset-y\:-11,
.md\:bottom\:-11 {
bottom: -2.75rem;
}
.md\:inset\:-11,
.md\:inset-x\:-11,
.md\:left\:-11 {
left: -2.75rem;
}
.md\:inset\:-11,
.md\:inset-x\:-11,
.md\:right\:-11 {
right: -2.75rem;
}
.md\:inset\:-12,
.md\:inset-y\:-12,
.md\:top\:-12 {
top: -3rem;
}
.md\:inset\:-12,
.md\:inset-y\:-12,
.md\:bottom\:-12 {
bottom: -3rem;
}
.md\:inset\:-12,
.md\:inset-x\:-12,
.md\:left\:-12 {
left: -3rem;
}
.md\:inset\:-12,
.md\:inset-x\:-12,
.md\:right\:-12 {
right: -3rem;
}
.md\:inset\:-14,
.md\:inset-y\:-14,
.md\:top\:-14 {
top: -3.5rem;
}
.md\:inset\:-14,
.md\:inset-y\:-14,
.md\:bottom\:-14 {
bottom: -3.5rem;
}
.md\:inset\:-14,
.md\:inset-x\:-14,
.md\:left\:-14 {
left: -3.5rem;
}
.md\:inset\:-14,
.md\:inset-x\:-14,
.md\:right\:-14 {
right: -3.5rem;
}
.md\:inset\:-16,
.md\:inset-y\:-16,
.md\:top\:-16 {
top: -4rem;
}
.md\:inset\:-16,
.md\:inset-y\:-16,
.md\:bottom\:-16 {
bottom: -4rem;
}
.md\:inset\:-16,
.md\:inset-x\:-16,
.md\:left\:-16 {
left: -4rem;
}
.md\:inset\:-16,
.md\:inset-x\:-16,
.md\:right\:-16 {
right: -4rem;
}
.md\:inset\:-20,
.md\:inset-y\:-20,
.md\:top\:-20 {
top: -5rem;
}
.md\:inset\:-20,
.md\:inset-y\:-20,
.md\:bottom\:-20 {
bottom: -5rem;
}
.md\:inset\:-20,
.md\:inset-x\:-20,
.md\:left\:-20 {
left: -5rem;
}
.md\:inset\:-20,
.md\:inset-x\:-20,
.md\:right\:-20 {
right: -5rem;
}
.md\:inset\:-24,
.md\:inset-y\:-24,
.md\:top\:-24 {
top: -6rem;
}
.md\:inset\:-24,
.md\:inset-y\:-24,
.md\:bottom\:-24 {
bottom: -6rem;
}
.md\:inset\:-24,
.md\:inset-x\:-24,
.md\:left\:-24 {
left: -6rem;
}
.md\:inset\:-24,
.md\:inset-x\:-24,
.md\:right\:-24 {
right: -6rem;
}
.md\:inset\:-28,
.md\:inset-y\:-28,
.md\:top\:-28 {
top: -7rem;
}
.md\:inset\:-28,
.md\:inset-y\:-28,
.md\:bottom\:-28 {
bottom: -7rem;
}
.md\:inset\:-28,
.md\:inset-x\:-28,
.md\:left\:-28 {
left: -7rem;
}
.md\:inset\:-28,
.md\:inset-x\:-28,
.md\:right\:-28 {
right: -7rem;
}
.md\:inset\:-32,
.md\:inset-y\:-32,
.md\:top\:-32 {
top: -8rem;
}
.md\:inset\:-32,
.md\:inset-y\:-32,
.md\:bottom\:-32 {
bottom: -8rem;
}
.md\:inset\:-32,
.md\:inset-x\:-32,
.md\:left\:-32 {
left: -8rem;
}
.md\:inset\:-32,
.md\:inset-x\:-32,
.md\:right\:-32 {
right: -8rem;
}
.md\:inset\:-36,
.md\:inset-y\:-36,
.md\:top\:-36 {
top: -9rem;
}
.md\:inset\:-36,
.md\:inset-y\:-36,
.md\:bottom\:-36 {
bottom: -9rem;
}
.md\:inset\:-36,
.md\:inset-x\:-36,
.md\:left\:-36 {
left: -9rem;
}
.md\:inset\:-36,
.md\:inset-x\:-36,
.md\:right\:-36 {
right: -9rem;
}
.md\:inset\:-40,
.md\:inset-y\:-40,
.md\:top\:-40 {
top: -10rem;
}
.md\:inset\:-40,
.md\:inset-y\:-40,
.md\:bottom\:-40 {
bottom: -10rem;
}
.md\:inset\:-40,
.md\:inset-x\:-40,
.md\:left\:-40 {
left: -10rem;
}
.md\:inset\:-40,
.md\:inset-x\:-40,
.md\:right\:-40 {
right: -10rem;
}
.md\:inset\:-44,
.md\:inset-y\:-44,
.md\:top\:-44 {
top: -11rem;
}
.md\:inset\:-44,
.md\:inset-y\:-44,
.md\:bottom\:-44 {
bottom: -11rem;
}
.md\:inset\:-44,
.md\:inset-x\:-44,
.md\:left\:-44 {
left: -11rem;
}
.md\:inset\:-44,
.md\:inset-x\:-44,
.md\:right\:-44 {
right: -11rem;
}
.md\:inset\:-48,
.md\:inset-y\:-48,
.md\:top\:-48 {
top: -12rem;
}
.md\:inset\:-48,
.md\:inset-y\:-48,
.md\:bottom\:-48 {
bottom: -12rem;
}
.md\:inset\:-48,
.md\:inset-x\:-48,
.md\:left\:-48 {
left: -12rem;
}
.md\:inset\:-48,
.md\:inset-x\:-48,
.md\:right\:-48 {
right: -12rem;
}
.md\:inset\:-52,
.md\:inset-y\:-52,
.md\:top\:-52 {
top: -13rem;
}
.md\:inset\:-52,
.md\:inset-y\:-52,
.md\:bottom\:-52 {
bottom: -13rem;
}
.md\:inset\:-52,
.md\:inset-x\:-52,
.md\:left\:-52 {
left: -13rem;
}
.md\:inset\:-52,
.md\:inset-x\:-52,
.md\:right\:-52 {
right: -13rem;
}
.md\:inset\:-56,
.md\:inset-y\:-56,
.md\:top\:-56 {
top: -14rem;
}
.md\:inset\:-56,
.md\:inset-y\:-56,
.md\:bottom\:-56 {
bottom: -14rem;
}
.md\:inset\:-56,
.md\:inset-x\:-56,
.md\:left\:-56 {
left: -14rem;
}
.md\:inset\:-56,
.md\:inset-x\:-56,
.md\:right\:-56 {
right: -14rem;
}
.md\:inset\:-60,
.md\:inset-y\:-60,
.md\:top\:-60 {
top: -15rem;
}
.md\:inset\:-60,
.md\:inset-y\:-60,
.md\:bottom\:-60 {
bottom: -15rem;
}
.md\:inset\:-60,
.md\:inset-x\:-60,
.md\:left\:-60 {
left: -15rem;
}
.md\:inset\:-60,
.md\:inset-x\:-60,
.md\:right\:-60 {
right: -15rem;
}
.md\:inset\:-64,
.md\:inset-y\:-64,
.md\:top\:-64 {
top: -16rem;
}
.md\:inset\:-64,
.md\:inset-y\:-64,
.md\:bottom\:-64 {
bottom: -16rem;
}
.md\:inset\:-64,
.md\:inset-x\:-64,
.md\:left\:-64 {
left: -16rem;
}
.md\:inset\:-64,
.md\:inset-x\:-64,
.md\:right\:-64 {
right: -16rem;
}
.md\:inset\:-72,
.md\:inset-y\:-72,
.md\:top\:-72 {
top: -18rem;
}
.md\:inset\:-72,
.md\:inset-y\:-72,
.md\:bottom\:-72 {
bottom: -18rem;
}
.md\:inset\:-72,
.md\:inset-x\:-72,
.md\:left\:-72 {
left: -18rem;
}
.md\:inset\:-72,
.md\:inset-x\:-72,
.md\:right\:-72 {
right: -18rem;
}
.md\:inset\:-80,
.md\:inset-y\:-80,
.md\:top\:-80 {
top: -20rem;
}
.md\:inset\:-80,
.md\:inset-y\:-80,
.md\:bottom\:-80 {
bottom: -20rem;
}
.md\:inset\:-80,
.md\:inset-x\:-80,
.md\:left\:-80 {
left: -20rem;
}
.md\:inset\:-80,
.md\:inset-x\:-80,
.md\:right\:-80 {
right: -20rem;
}
.md\:inset\:-96,
.md\:inset-y\:-96,
.md\:top\:-96 {
top: -24rem;
}
.md\:inset\:-96,
.md\:inset-y\:-96,
.md\:bottom\:-96 {
bottom: -24rem;
}
.md\:inset\:-96,
.md\:inset-x\:-96,
.md\:left\:-96 {
left: -24rem;
}
.md\:inset\:-96,
.md\:inset-x\:-96,
.md\:right\:-96 {
right: -24rem;
}
.md\:visible {
visibility: visible;
}
.md\:invsible {
visibility: invisible;
}
.md\:z\:auto {
z-index: auto;
}
.md\:z\:0 {
z-index: 0;
}
.md\:z\:1 {
z-index: 1;
}
.md\:z\:2 {
z-index: 2;
}
.md\:z\:3 {
z-index: 3;
}
.md\:z\:4 {
z-index: 4;
}
.md\:z\:5 {
z-index: 5;
}
.md\:z\:6 {
z-index: 6;
}
.md\:z\:7 {
z-index: 7;
}
.md\:z\:8 {
z-index: 8;
}
.md\:z\:9 {
z-index: 9;
}
.md\:z\:10 {
z-index: 10;
}
.md\:z\:20 {
z-index: 20;
}
.md\:z\:30 {
z-index: 30;
}
.md\:z\:40 {
z-index: 40;
}
.md\:z\:50 {
z-index: 50;
}
.md\:flex\:row {
flex-direction: row;
}
.md\:flex\:row-reverse {
flex-direction: row-reverse;
}
.md\:flex\:col {
flex-direction: column;
}
.md\:flex\:col-reverse {
flex-direction: column-reverse;
}
.md\:flex\:wrap {
flex-wrap: wrap;
}
.md\:flex\:wrap-reverse {
flex-wrap: wrap-reverse;
}
.md\:flex\:nowrap {
flex-wrap: nowrap;
}
.md\:flex\:1 {
flex: 1 1 0%;
}
.md\:flex\:auto {
flex: 1 1 auto;
}
.md\:flex\:initial {
flex: 0 1 auto;
}
.md\:flex\:none {
flex: none;
}
.md\:flex-grow\: {
flex-grow: 1;
}
.md\:flex-grow\:no {
flex-grow: 0;
}
.md\:flex-shrink\: {
flex-shrink: 1;
}
.md\:flex-shrink\: {
flex-shrink: 0;
}
.md\:order\:first {
order: -9999;
}
.md\:order\:last {
order: 9999;
}
.md\:order\:none {
order: 0;
}
.md\:order\:1 {
order: 1;
}
.md\:order\:2 {
order: 2;
}
.md\:order\:3 {
order: 3;
}
.md\:order\:4 {
order: 4;
}
.md\:order\:5 {
order: 5;
}
.md\:order\:6 {
order: 6;
}
.md\:order\:7 {
order: 7;
}
.md\:order\:8 {
order: 8;
}
.md\:order\:9 {
order: 9;
}
.md\:order\:10 {
order: 10;
}
.md\:order\:11 {
order: 11;
}
.md\:order\:12 {
order: 12;
}
}
@media (min-width: 1024px) {
.lg\:border-box {
box-sizing: border-box;
}
.lg\:content-box {
box-sizing: content-box;
}
.lg\:inline {
display: inline;
}
.lg\:inline-block {
display: inline-block;
}
.lg\:block {
display: block;
}
.lg\:grid {
display: grid;
}
.lg\:table {
display: table;
}
.lg\:table-row {
display: table-row;
}
.lg\:table-caption {
display: table-caption;
}
.lg\:table-cell {
display: table-cell;
}
.lg\:table-row {
display: table-row;
}
.lg\:table-column {
display: table-column;
}
.lg\:table-column-group {
display: table-column-group;
}
.lg\:table-footer-group {
display: table-footer-group;
}
.lg\:table-row-group {
display: table-row-group;
}
.lg\:flex {
display: flex;
}
.lg\:inline-flex {
display: inline-flex;
}
.lg\:flow-root {
display: flow-root;
}
.lg\:grid {
display: grid;
}
.lg\:inline-grid {
display: inline-grid;
}
.lg\:contents {
display: contents;
}
.lg\:none {
display: none;
}
.lg\:float\:left {
float: left;
}
.lg\:float\:right {
float: right;
}
.lg\:float\:none {
float: none;
}
.lg\:clear\:left {
clear: left;
}
.lg\:clear\:right {
clear: right;
}
.lg\:clear\:both {
clear: both;
}
.lg\:clear\:none {
clear: none;
}
.lg\:object-fit\:contain {
object-fit: contain;
}
.lg\:object-fit\:cover {
object-fit: cover;
}
.lg\:object-fit\:fill {
object-fit: fill;
}
.lg\:object-fit\:none {
object-fit: none;
}
.lg\:object-fit\:scale-down {
object-fit: scale-down;
}
.lg\:object-position\:bottom {
object-position: bottom;
}
.lg\:object-position\:center {
object-position: center;
}
.lg\:object-position\:left {
object-position: left;
}
.lg\:object-position\:left-bottom {
object-position: left bottom;
}
.lg\:object-position\:left-top {
object-position: left top;
}
.lg\:object-position\:right {
object-position: right;
}
.lg\:object-position\:right-bottom {
object-position: right bottom;
}
.lg\:object-position\:right-top {
object-position: right top;
}
.lg\:object-position\:top {
object-position: top;
}
.lg\:overflow\:auto {
overflow: auto;
}
.lg\:overflow-x\:auto {
overflow-x: auto;
}
.lg\:overflow-y\:auto {
overflow-y: auto;
}
.lg\:overflow\:hidden {
overflow: hidden;
}
.lg\:overflow-x\:hidden {
overflow-x: hidden;
}
.lg\:overflow-y\:hidden {
overflow-y: hidden;
}
.lg\:overflow\:visible {
overflow: visible;
}
.lg\:overflow-x\:visible {
overflow-x: visible;
}
.lg\:overflow-y\:visible {
overflow-y: visible;
}
.lg\:overflow\:scroll {
overflow: scroll;
}
.lg\:overflow-x\:scroll {
overflow-x: scroll;
}
.lg\:overflow-y\:scroll {
overflow-y: scroll;
}
.lg\:overscroll\:auto {
overscroll-behavior: auto;
}
.lg\:overscroll-x\:auto {
overscroll-behavior-x: auto;
}
.lg\:overscroll-y\:auto {
overscroll-behavior-y: auto;
}
.lg\:overscroll\:contain {
overscroll-behavior: contain;
}
.lg\:overscroll-x\:contain {
overscroll-behavior-x: contain;
}
.lg\:overscroll-y\:contain {
overscroll-behavior-y: contain;
}
.lg\:overscroll\:none {
overscroll-behavior: none;
}
.lg\:overscroll-x\:none {
overscroll-behavior-x: none;
}
.lg\:overscroll-y\:none {
overscroll-behavior-y: none;
}
.lg\:static {
position: static;
}
.lg\:relative {
position: relative;
}
.lg\:absolute {
position: absolute;
}
.lg\:fixed {
position: fixed;
}
.lg\:sticky {
position: sticky;
}
.lg\:inset\:auto,
.lg\:inset-y\:auto,
.lg\:top\:auto {
top: auto;
}
.lg\:inset\:auto,
.lg\:inset-y\:auto,
.lg\:bottom\:auto {
bottom: auto;
}
.lg\:inset\:auto,
.lg\:inset-x\:auto,
.lg\:left\:auto {
left: auto;
}
.lg\:inset\:auto,
.lg\:inset-x\:auto,
.lg\:right\:auto {
right: auto;
}
.lg\:inset\:1\/2,
.lg\:inset-y\:1\/2,
.lg\:top\:1\/2 {
top: 50%;
}
.lg\:inset\:1\/2,
.lg\:inset-y\:1\/2,
.lg\:bottom\:1\/2 {
bottom: 50%;
}
.lg\:inset\:1\/2,
.lg\:inset-x\:1\/2,
.lg\:left\:1\/2 {
left: 50%;
}
.lg\:inset\:1\/2,
.lg\:inset-x\:1\/2,
.lg\:right\:1\/2 {
right: 50%;
}
.lg\:inset\:1\/3,
.lg\:inset-y\:1\/3,
.lg\:top\:1\/3 {
top: 33.333333%;
}
.lg\:inset\:1\/3,
.lg\:inset-y\:1\/3,
.lg\:bottom\:1\/3 {
bottom: 33.333333%;
}
.lg\:inset\:1\/3,
.lg\:inset-x\:1\/3,
.lg\:left\:1\/3 {
left: 33.333333%;
}
.lg\:inset\:1\/3,
.lg\:inset-x\:1\/3,
.lg\:right\:1\/3 {
right: 33.333333%;
}
.lg\:inset\:2\/3,
.lg\:inset-y\:2\/3,
.lg\:top\:2\/3 {
top: 66.666667%;
}
.lg\:inset\:2\/3,
.lg\:inset-y\:2\/3,
.lg\:bottom\:2\/3 {
bottom: 66.666667%;
}
.lg\:inset\:2\/3,
.lg\:inset-x\:2\/3,
.lg\:left\:2\/3 {
left: 66.666667%;
}
.lg\:inset\:2\/3,
.lg\:inset-x\:2\/3,
.lg\:right\:2\/3 {
right: 66.666667%;
}
.lg\:inset\:1\/4,
.lg\:inset-y\:1\/4,
.lg\:top\:1\/4 {
top: 25%;
}
.lg\:inset\:1\/4,
.lg\:inset-y\:1\/4,
.lg\:bottom\:1\/4 {
bottom: 25%;
}
.lg\:inset\:1\/4,
.lg\:inset-x\:1\/4,
.lg\:left\:1\/4 {
left: 25%;
}
.lg\:inset\:1\/4,
.lg\:inset-x\:1\/4,
.lg\:right\:1\/4 {
right: 25%;
}
.lg\:inset\:2\/4,
.lg\:inset-y\:2\/4,
.lg\:top\:2\/4 {
top: 50%;
}
.lg\:inset\:2\/4,
.lg\:inset-y\:2\/4,
.lg\:bottom\:2\/4 {
bottom: 50%;
}
.lg\:inset\:2\/4,
.lg\:inset-x\:2\/4,
.lg\:left\:2\/4 {
left: 50%;
}
.lg\:inset\:2\/4,
.lg\:inset-x\:2\/4,
.lg\:right\:2\/4 {
right: 50%;
}
.lg\:inset\:3\/4,
.lg\:inset-y\:3\/4,
.lg\:top\:3\/4 {
top: 75%;
}
.lg\:inset\:3\/4,
.lg\:inset-y\:3\/4,
.lg\:bottom\:3\/4 {
bottom: 75%;
}
.lg\:inset\:3\/4,
.lg\:inset-x\:3\/4,
.lg\:left\:3\/4 {
left: 75%;
}
.lg\:inset\:3\/4,
.lg\:inset-x\:3\/4,
.lg\:right\:3\/4 {
right: 75%;
}
.lg\:inset\:full,
.lg\:inset-y\:full,
.lg\:top\:full {
top: 100%;
}
.lg\:inset\:full,
.lg\:inset-y\:full,
.lg\:bottom\:full {
bottom: 100%;
}
.lg\:inset\:full,
.lg\:inset-x\:full,
.lg\:left\:full {
left: 100%;
}
.lg\:inset\:full,
.lg\:inset-x\:full,
.lg\:right\:full {
right: 100%;
}
.lg\:inset\:-1\/2,
.lg\:inset-y\:-1\/2,
.lg\:top\:-1\/2 {
top: -50%;
}
.lg\:inset\:-1\/2,
.lg\:inset-y\:-1\/2,
.lg\:bottom\:-1\/2 {
bottom: -50%;
}
.lg\:inset\:-1\/2,
.lg\:inset-x\:-1\/2,
.lg\:left\:-1\/2 {
left: -50%;
}
.lg\:inset\:-1\/2,
.lg\:inset-x\:-1\/2,
.lg\:right\:-1\/2 {
right: -50%;
}
.lg\:inset\:-1\/3,
.lg\:inset-y\:-1\/3,
.lg\:top\:-1\/3 {
top: -33.333333%;
}
.lg\:inset\:-1\/3,
.lg\:inset-y\:-1\/3,
.lg\:bottom\:-1\/3 {
bottom: -33.333333%;
}
.lg\:inset\:-1\/3,
.lg\:inset-x\:-1\/3,
.lg\:left\:-1\/3 {
left: -33.333333%;
}
.lg\:inset\:-1\/3,
.lg\:inset-x\:-1\/3,
.lg\:right\:-1\/3 {
right: -33.333333%;
}
.lg\:inset\:-2\/3,
.lg\:inset-y\:-2\/3,
.lg\:top\:-2\/3 {
top: -66.666667%;
}
.lg\:inset\:-2\/3,
.lg\:inset-y\:-2\/3,
.lg\:bottom\:-2\/3 {
bottom: -66.666667%;
}
.lg\:inset\:-2\/3,
.lg\:inset-x\:-2\/3,
.lg\:left\:-2\/3 {
left: -66.666667%;
}
.lg\:inset\:-2\/3,
.lg\:inset-x\:-2\/3,
.lg\:right\:-2\/3 {
right: -66.666667%;
}
.lg\:inset\:-1\/4,
.lg\:inset-y\:-1\/4,
.lg\:top\:-1\/4 {
top: -25%;
}
.lg\:inset\:-1\/4,
.lg\:inset-y\:-1\/4,
.lg\:bottom\:-1\/4 {
bottom: -25%;
}
.lg\:inset\:-1\/4,
.lg\:inset-x\:-1\/4,
.lg\:left\:-1\/4 {
left: -25%;
}
.lg\:inset\:-1\/4,
.lg\:inset-x\:-1\/4,
.lg\:right\:-1\/4 {
right: -25%;
}
.lg\:inset\:-2\/4,
.lg\:inset-y\:-2\/4,
.lg\:top\:-2\/4 {
top: -50%;
}
.lg\:inset\:-2\/4,
.lg\:inset-y\:-2\/4,
.lg\:bottom\:-2\/4 {
bottom: -50%;
}
.lg\:inset\:-2\/4,
.lg\:inset-x\:-2\/4,
.lg\:left\:-2\/4 {
left: -50%;
}
.lg\:inset\:-2\/4,
.lg\:inset-x\:-2\/4,
.lg\:right\:-2\/4 {
right: -50%;
}
.lg\:inset\:-3\/4,
.lg\:inset-y\:-3\/4,
.lg\:top\:-3\/4 {
top: -75%;
}
.lg\:inset\:-3\/4,
.lg\:inset-y\:-3\/4,
.lg\:bottom\:-3\/4 {
bottom: -75%;
}
.lg\:inset\:-3\/4,
.lg\:inset-x\:-3\/4,
.lg\:left\:-3\/4 {
left: -75%;
}
.lg\:inset\:-3\/4,
.lg\:inset-x\:-3\/4,
.lg\:right\:-3\/4 {
right: -75%;
}
.lg\:inset\:-full,
.lg\:inset-y\:-full,
.lg\:top\:-full {
top: -100%;
}
.lg\:inset\:-full,
.lg\:inset-y\:-full,
.lg\:bottom\:-full {
bottom: -100%;
}
.lg\:inset\:-full,
.lg\:inset-x\:-full,
.lg\:left\:-full {
left: -100%;
}
.lg\:inset\:-full,
.lg\:inset-x\:-full,
.lg\:right\:-full {
right: -100%;
}
.lg\:inset\:px,
.lg\:inset-y\:px,
.lg\:top\:px {
top: 1px;
}
.lg\:inset\:px,
.lg\:inset-y\:px,
.lg\:bottom\:px {
bottom: 1px;
}
.lg\:inset\:px,
.lg\:inset-x\:px,
.lg\:left\:px {
left: 1px;
}
.lg\:inset\:px,
.lg\:inset-x\:px,
.lg\:right\:px {
right: 1px;
}
.lg\:inset\:0,
.lg\:inset-y\:0,
.lg\:top\:0 {
top: 0px;
}
.lg\:inset\:0,
.lg\:inset-y\:0,
.lg\:bottom\:0 {
bottom: 0px;
}
.lg\:inset\:0,
.lg\:inset-x\:0,
.lg\:left\:0 {
left: 0px;
}
.lg\:inset\:0,
.lg\:inset-x\:0,
.lg\:right\:0 {
right: 0px;
}
.lg\:inset\:0\.5,
.lg\:inset-y\:0\.5,
.lg\:top\:0\.5 {
top: 0.125rem;
}
.lg\:inset\:0\.5,
.lg\:inset-y\:0\.5,
.lg\:bottom\:0\.5 {
bottom: 0.125rem;
}
.lg\:inset\:0\.5,
.lg\:inset-x\:0\.5,
.lg\:left\:0\.5 {
left: 0.125rem;
}
.lg\:inset\:0\.5,
.lg\:inset-x\:0\.5,
.lg\:right\:0\.5 {
right: 0.125rem;
}
.lg\:inset\:1,
.lg\:inset-y\:1,
.lg\:top\:1 {
top: 0.25rem;
}
.lg\:inset\:1,
.lg\:inset-y\:1,
.lg\:bottom\:1 {
bottom: 0.25rem;
}
.lg\:inset\:1,
.lg\:inset-x\:1,
.lg\:left\:1 {
left: 0.25rem;
}
.lg\:inset\:1,
.lg\:inset-x\:1,
.lg\:right\:1 {
right: 0.25rem;
}
.lg\:inset\:1\.5,
.lg\:inset-y\:1\.5,
.lg\:top\:1\.5 {
top: 0.375rem;
}
.lg\:inset\:1\.5,
.lg\:inset-y\:1\.5,
.lg\:bottom\:1\.5 {
bottom: 0.375rem;
}
.lg\:inset\:1\.5,
.lg\:inset-x\:1\.5,
.lg\:left\:1\.5 {
left: 0.375rem;
}
.lg\:inset\:1\.5,
.lg\:inset-x\:1\.5,
.lg\:right\:1\.5 {
right: 0.375rem;
}
.lg\:inset\:2,
.lg\:inset-y\:2,
.lg\:top\:2 {
top: 0.5rem;
}
.lg\:inset\:2,
.lg\:inset-y\:2,
.lg\:bottom\:2 {
bottom: 0.5rem;
}
.lg\:inset\:2,
.lg\:inset-x\:2,
.lg\:left\:2 {
left: 0.5rem;
}
.lg\:inset\:2,
.lg\:inset-x\:2,
.lg\:right\:2 {
right: 0.5rem;
}
.lg\:inset\:2\.5,
.lg\:inset-y\:2\.5,
.lg\:top\:2\.5 {
top: 0.625rem;
}
.lg\:inset\:2\.5,
.lg\:inset-y\:2\.5,
.lg\:bottom\:2\.5 {
bottom: 0.625rem;
}
.lg\:inset\:2\.5,
.lg\:inset-x\:2\.5,
.lg\:left\:2\.5 {
left: 0.625rem;
}
.lg\:inset\:2\.5,
.lg\:inset-x\:2\.5,
.lg\:right\:2\.5 {
right: 0.625rem;
}
.lg\:inset\:3,
.lg\:inset-y\:3,
.lg\:top\:3 {
top: 0.75rem;
}
.lg\:inset\:3,
.lg\:inset-y\:3,
.lg\:bottom\:3 {
bottom: 0.75rem;
}
.lg\:inset\:3,
.lg\:inset-x\:3,
.lg\:left\:3 {
left: 0.75rem;
}
.lg\:inset\:3,
.lg\:inset-x\:3,
.lg\:right\:3 {
right: 0.75rem;
}
.lg\:inset\:3\.5,
.lg\:inset-y\:3\.5,
.lg\:top\:3\.5 {
top: 0.875rem;
}
.lg\:inset\:3\.5,
.lg\:inset-y\:3\.5,
.lg\:bottom\:3\.5 {
bottom: 0.875rem;
}
.lg\:inset\:3\.5,
.lg\:inset-x\:3\.5,
.lg\:left\:3\.5 {
left: 0.875rem;
}
.lg\:inset\:3\.5,
.lg\:inset-x\:3\.5,
.lg\:right\:3\.5 {
right: 0.875rem;
}
.lg\:inset\:4,
.lg\:inset-y\:4,
.lg\:top\:4 {
top: 1rem;
}
.lg\:inset\:4,
.lg\:inset-y\:4,
.lg\:bottom\:4 {
bottom: 1rem;
}
.lg\:inset\:4,
.lg\:inset-x\:4,
.lg\:left\:4 {
left: 1rem;
}
.lg\:inset\:4,
.lg\:inset-x\:4,
.lg\:right\:4 {
right: 1rem;
}
.lg\:inset\:5,
.lg\:inset-y\:5,
.lg\:top\:5 {
top: 1.25rem;
}
.lg\:inset\:5,
.lg\:inset-y\:5,
.lg\:bottom\:5 {
bottom: 1.25rem;
}
.lg\:inset\:5,
.lg\:inset-x\:5,
.lg\:left\:5 {
left: 1.25rem;
}
.lg\:inset\:5,
.lg\:inset-x\:5,
.lg\:right\:5 {
right: 1.25rem;
}
.lg\:inset\:6,
.lg\:inset-y\:6,
.lg\:top\:6 {
top: 1.5rem;
}
.lg\:inset\:6,
.lg\:inset-y\:6,
.lg\:bottom\:6 {
bottom: 1.5rem;
}
.lg\:inset\:6,
.lg\:inset-x\:6,
.lg\:left\:6 {
left: 1.5rem;
}
.lg\:inset\:6,
.lg\:inset-x\:6,
.lg\:right\:6 {
right: 1.5rem;
}
.lg\:inset\:7,
.lg\:inset-y\:7,
.lg\:top\:7 {
top: 1.75rem;
}
.lg\:inset\:7,
.lg\:inset-y\:7,
.lg\:bottom\:7 {
bottom: 1.75rem;
}
.lg\:inset\:7,
.lg\:inset-x\:7,
.lg\:left\:7 {
left: 1.75rem;
}
.lg\:inset\:7,
.lg\:inset-x\:7,
.lg\:right\:7 {
right: 1.75rem;
}
.lg\:inset\:8,
.lg\:inset-y\:8,
.lg\:top\:8 {
top: 2rem;
}
.lg\:inset\:8,
.lg\:inset-y\:8,
.lg\:bottom\:8 {
bottom: 2rem;
}
.lg\:inset\:8,
.lg\:inset-x\:8,
.lg\:left\:8 {
left: 2rem;
}
.lg\:inset\:8,
.lg\:inset-x\:8,
.lg\:right\:8 {
right: 2rem;
}
.lg\:inset\:9,
.lg\:inset-y\:9,
.lg\:top\:9 {
top: 2.25rem;
}
.lg\:inset\:9,
.lg\:inset-y\:9,
.lg\:bottom\:9 {
bottom: 2.25rem;
}
.lg\:inset\:9,
.lg\:inset-x\:9,
.lg\:left\:9 {
left: 2.25rem;
}
.lg\:inset\:9,
.lg\:inset-x\:9,
.lg\:right\:9 {
right: 2.25rem;
}
.lg\:inset\:10,
.lg\:inset-y\:10,
.lg\:top\:10 {
top: 2.5rem;
}
.lg\:inset\:10,
.lg\:inset-y\:10,
.lg\:bottom\:10 {
bottom: 2.5rem;
}
.lg\:inset\:10,
.lg\:inset-x\:10,
.lg\:left\:10 {
left: 2.5rem;
}
.lg\:inset\:10,
.lg\:inset-x\:10,
.lg\:right\:10 {
right: 2.5rem;
}
.lg\:inset\:11,
.lg\:inset-y\:11,
.lg\:top\:11 {
top: 2.75rem;
}
.lg\:inset\:11,
.lg\:inset-y\:11,
.lg\:bottom\:11 {
bottom: 2.75rem;
}
.lg\:inset\:11,
.lg\:inset-x\:11,
.lg\:left\:11 {
left: 2.75rem;
}
.lg\:inset\:11,
.lg\:inset-x\:11,
.lg\:right\:11 {
right: 2.75rem;
}
.lg\:inset\:12,
.lg\:inset-y\:12,
.lg\:top\:12 {
top: 3rem;
}
.lg\:inset\:12,
.lg\:inset-y\:12,
.lg\:bottom\:12 {
bottom: 3rem;
}
.lg\:inset\:12,
.lg\:inset-x\:12,
.lg\:left\:12 {
left: 3rem;
}
.lg\:inset\:12,
.lg\:inset-x\:12,
.lg\:right\:12 {
right: 3rem;
}
.lg\:inset\:14,
.lg\:inset-y\:14,
.lg\:top\:14 {
top: 3.5rem;
}
.lg\:inset\:14,
.lg\:inset-y\:14,
.lg\:bottom\:14 {
bottom: 3.5rem;
}
.lg\:inset\:14,
.lg\:inset-x\:14,
.lg\:left\:14 {
left: 3.5rem;
}
.lg\:inset\:14,
.lg\:inset-x\:14,
.lg\:right\:14 {
right: 3.5rem;
}
.lg\:inset\:16,
.lg\:inset-y\:16,
.lg\:top\:16 {
top: 4rem;
}
.lg\:inset\:16,
.lg\:inset-y\:16,
.lg\:bottom\:16 {
bottom: 4rem;
}
.lg\:inset\:16,
.lg\:inset-x\:16,
.lg\:left\:16 {
left: 4rem;
}
.lg\:inset\:16,
.lg\:inset-x\:16,
.lg\:right\:16 {
right: 4rem;
}
.lg\:inset\:20,
.lg\:inset-y\:20,
.lg\:top\:20 {
top: 5rem;
}
.lg\:inset\:20,
.lg\:inset-y\:20,
.lg\:bottom\:20 {
bottom: 5rem;
}
.lg\:inset\:20,
.lg\:inset-x\:20,
.lg\:left\:20 {
left: 5rem;
}
.lg\:inset\:20,
.lg\:inset-x\:20,
.lg\:right\:20 {
right: 5rem;
}
.lg\:inset\:24,
.lg\:inset-y\:24,
.lg\:top\:24 {
top: 6rem;
}
.lg\:inset\:24,
.lg\:inset-y\:24,
.lg\:bottom\:24 {
bottom: 6rem;
}
.lg\:inset\:24,
.lg\:inset-x\:24,
.lg\:left\:24 {
left: 6rem;
}
.lg\:inset\:24,
.lg\:inset-x\:24,
.lg\:right\:24 {
right: 6rem;
}
.lg\:inset\:28,
.lg\:inset-y\:28,
.lg\:top\:28 {
top: 7rem;
}
.lg\:inset\:28,
.lg\:inset-y\:28,
.lg\:bottom\:28 {
bottom: 7rem;
}
.lg\:inset\:28,
.lg\:inset-x\:28,
.lg\:left\:28 {
left: 7rem;
}
.lg\:inset\:28,
.lg\:inset-x\:28,
.lg\:right\:28 {
right: 7rem;
}
.lg\:inset\:32,
.lg\:inset-y\:32,
.lg\:top\:32 {
top: 8rem;
}
.lg\:inset\:32,
.lg\:inset-y\:32,
.lg\:bottom\:32 {
bottom: 8rem;
}
.lg\:inset\:32,
.lg\:inset-x\:32,
.lg\:left\:32 {
left: 8rem;
}
.lg\:inset\:32,
.lg\:inset-x\:32,
.lg\:right\:32 {
right: 8rem;
}
.lg\:inset\:36,
.lg\:inset-y\:36,
.lg\:top\:36 {
top: 9rem;
}
.lg\:inset\:36,
.lg\:inset-y\:36,
.lg\:bottom\:36 {
bottom: 9rem;
}
.lg\:inset\:36,
.lg\:inset-x\:36,
.lg\:left\:36 {
left: 9rem;
}
.lg\:inset\:36,
.lg\:inset-x\:36,
.lg\:right\:36 {
right: 9rem;
}
.lg\:inset\:40,
.lg\:inset-y\:40,
.lg\:top\:40 {
top: 10rem;
}
.lg\:inset\:40,
.lg\:inset-y\:40,
.lg\:bottom\:40 {
bottom: 10rem;
}
.lg\:inset\:40,
.lg\:inset-x\:40,
.lg\:left\:40 {
left: 10rem;
}
.lg\:inset\:40,
.lg\:inset-x\:40,
.lg\:right\:40 {
right: 10rem;
}
.lg\:inset\:44,
.lg\:inset-y\:44,
.lg\:top\:44 {
top: 11rem;
}
.lg\:inset\:44,
.lg\:inset-y\:44,
.lg\:bottom\:44 {
bottom: 11rem;
}
.lg\:inset\:44,
.lg\:inset-x\:44,
.lg\:left\:44 {
left: 11rem;
}
.lg\:inset\:44,
.lg\:inset-x\:44,
.lg\:right\:44 {
right: 11rem;
}
.lg\:inset\:48,
.lg\:inset-y\:48,
.lg\:top\:48 {
top: 12rem;
}
.lg\:inset\:48,
.lg\:inset-y\:48,
.lg\:bottom\:48 {
bottom: 12rem;
}
.lg\:inset\:48,
.lg\:inset-x\:48,
.lg\:left\:48 {
left: 12rem;
}
.lg\:inset\:48,
.lg\:inset-x\:48,
.lg\:right\:48 {
right: 12rem;
}
.lg\:inset\:52,
.lg\:inset-y\:52,
.lg\:top\:52 {
top: 13rem;
}
.lg\:inset\:52,
.lg\:inset-y\:52,
.lg\:bottom\:52 {
bottom: 13rem;
}
.lg\:inset\:52,
.lg\:inset-x\:52,
.lg\:left\:52 {
left: 13rem;
}
.lg\:inset\:52,
.lg\:inset-x\:52,
.lg\:right\:52 {
right: 13rem;
}
.lg\:inset\:56,
.lg\:inset-y\:56,
.lg\:top\:56 {
top: 14rem;
}
.lg\:inset\:56,
.lg\:inset-y\:56,
.lg\:bottom\:56 {
bottom: 14rem;
}
.lg\:inset\:56,
.lg\:inset-x\:56,
.lg\:left\:56 {
left: 14rem;
}
.lg\:inset\:56,
.lg\:inset-x\:56,
.lg\:right\:56 {
right: 14rem;
}
.lg\:inset\:60,
.lg\:inset-y\:60,
.lg\:top\:60 {
top: 15rem;
}
.lg\:inset\:60,
.lg\:inset-y\:60,
.lg\:bottom\:60 {
bottom: 15rem;
}
.lg\:inset\:60,
.lg\:inset-x\:60,
.lg\:left\:60 {
left: 15rem;
}
.lg\:inset\:60,
.lg\:inset-x\:60,
.lg\:right\:60 {
right: 15rem;
}
.lg\:inset\:64,
.lg\:inset-y\:64,
.lg\:top\:64 {
top: 16rem;
}
.lg\:inset\:64,
.lg\:inset-y\:64,
.lg\:bottom\:64 {
bottom: 16rem;
}
.lg\:inset\:64,
.lg\:inset-x\:64,
.lg\:left\:64 {
left: 16rem;
}
.lg\:inset\:64,
.lg\:inset-x\:64,
.lg\:right\:64 {
right: 16rem;
}
.lg\:inset\:72,
.lg\:inset-y\:72,
.lg\:top\:72 {
top: 18rem;
}
.lg\:inset\:72,
.lg\:inset-y\:72,
.lg\:bottom\:72 {
bottom: 18rem;
}
.lg\:inset\:72,
.lg\:inset-x\:72,
.lg\:left\:72 {
left: 18rem;
}
.lg\:inset\:72,
.lg\:inset-x\:72,
.lg\:right\:72 {
right: 18rem;
}
.lg\:inset\:80,
.lg\:inset-y\:80,
.lg\:top\:80 {
top: 20rem;
}
.lg\:inset\:80,
.lg\:inset-y\:80,
.lg\:bottom\:80 {
bottom: 20rem;
}
.lg\:inset\:80,
.lg\:inset-x\:80,
.lg\:left\:80 {
left: 20rem;
}
.lg\:inset\:80,
.lg\:inset-x\:80,
.lg\:right\:80 {
right: 20rem;
}
.lg\:inset\:96,
.lg\:inset-y\:96,
.lg\:top\:96 {
top: 24rem;
}
.lg\:inset\:96,
.lg\:inset-y\:96,
.lg\:bottom\:96 {
bottom: 24rem;
}
.lg\:inset\:96,
.lg\:inset-x\:96,
.lg\:left\:96 {
left: 24rem;
}
.lg\:inset\:96,
.lg\:inset-x\:96,
.lg\:right\:96 {
right: 24rem;
}
.lg\:inset\:-px,
.lg\:inset-y\:-px,
.lg\:top\:-px {
top: -1px;
}
.lg\:inset\:-px,
.lg\:inset-y\:-px,
.lg\:bottom\:-px {
bottom: -1px;
}
.lg\:inset\:-px,
.lg\:inset-x\:-px,
.lg\:left\:-px {
left: -1px;
}
.lg\:inset\:-px,
.lg\:inset-x\:-px,
.lg\:right\:-px {
right: -1px;
}
.lg\:inset\:-0,
.lg\:inset-y\:-0,
.lg\:top\:-0 {
top: 0px;
}
.lg\:inset\:-0,
.lg\:inset-y\:-0,
.lg\:bottom\:-0 {
bottom: 0px;
}
.lg\:inset\:-0,
.lg\:inset-x\:-0,
.lg\:left\:-0 {
left: 0px;
}
.lg\:inset\:-0,
.lg\:inset-x\:-0,
.lg\:right\:-0 {
right: 0px;
}
.lg\:inset\:-0\.5,
.lg\:inset-y\:-0\.5,
.lg\:top\:-0\.5 {
top: -0.125rem;
}
.lg\:inset\:-0\.5,
.lg\:inset-y\:-0\.5,
.lg\:bottom\:-0\.5 {
bottom: -0.125rem;
}
.lg\:inset\:-0\.5,
.lg\:inset-x\:-0\.5,
.lg\:left\:-0\.5 {
left: -0.125rem;
}
.lg\:inset\:-0\.5,
.lg\:inset-x\:-0\.5,
.lg\:right\:-0\.5 {
right: -0.125rem;
}
.lg\:inset\:-1,
.lg\:inset-y\:-1,
.lg\:top\:-1 {
top: -0.25rem;
}
.lg\:inset\:-1,
.lg\:inset-y\:-1,
.lg\:bottom\:-1 {
bottom: -0.25rem;
}
.lg\:inset\:-1,
.lg\:inset-x\:-1,
.lg\:left\:-1 {
left: -0.25rem;
}
.lg\:inset\:-1,
.lg\:inset-x\:-1,
.lg\:right\:-1 {
right: -0.25rem;
}
.lg\:inset\:-1\.5,
.lg\:inset-y\:-1\.5,
.lg\:top\:-1\.5 {
top: -0.375rem;
}
.lg\:inset\:-1\.5,
.lg\:inset-y\:-1\.5,
.lg\:bottom\:-1\.5 {
bottom: -0.375rem;
}
.lg\:inset\:-1\.5,
.lg\:inset-x\:-1\.5,
.lg\:left\:-1\.5 {
left: -0.375rem;
}
.lg\:inset\:-1\.5,
.lg\:inset-x\:-1\.5,
.lg\:right\:-1\.5 {
right: -0.375rem;
}
.lg\:inset\:-2,
.lg\:inset-y\:-2,
.lg\:top\:-2 {
top: -0.5rem;
}
.lg\:inset\:-2,
.lg\:inset-y\:-2,
.lg\:bottom\:-2 {
bottom: -0.5rem;
}
.lg\:inset\:-2,
.lg\:inset-x\:-2,
.lg\:left\:-2 {
left: -0.5rem;
}
.lg\:inset\:-2,
.lg\:inset-x\:-2,
.lg\:right\:-2 {
right: -0.5rem;
}
.lg\:inset\:-2\.5,
.lg\:inset-y\:-2\.5,
.lg\:top\:-2\.5 {
top: -0.625rem;
}
.lg\:inset\:-2\.5,
.lg\:inset-y\:-2\.5,
.lg\:bottom\:-2\.5 {
bottom: -0.625rem;
}
.lg\:inset\:-2\.5,
.lg\:inset-x\:-2\.5,
.lg\:left\:-2\.5 {
left: -0.625rem;
}
.lg\:inset\:-2\.5,
.lg\:inset-x\:-2\.5,
.lg\:right\:-2\.5 {
right: -0.625rem;
}
.lg\:inset\:-3,
.lg\:inset-y\:-3,
.lg\:top\:-3 {
top: -0.75rem;
}
.lg\:inset\:-3,
.lg\:inset-y\:-3,
.lg\:bottom\:-3 {
bottom: -0.75rem;
}
.lg\:inset\:-3,
.lg\:inset-x\:-3,
.lg\:left\:-3 {
left: -0.75rem;
}
.lg\:inset\:-3,
.lg\:inset-x\:-3,
.lg\:right\:-3 {
right: -0.75rem;
}
.lg\:inset\:-3\.5,
.lg\:inset-y\:-3\.5,
.lg\:top\:-3\.5 {
top: -0.875rem;
}
.lg\:inset\:-3\.5,
.lg\:inset-y\:-3\.5,
.lg\:bottom\:-3\.5 {
bottom: -0.875rem;
}
.lg\:inset\:-3\.5,
.lg\:inset-x\:-3\.5,
.lg\:left\:-3\.5 {
left: -0.875rem;
}
.lg\:inset\:-3\.5,
.lg\:inset-x\:-3\.5,
.lg\:right\:-3\.5 {
right: -0.875rem;
}
.lg\:inset\:-4,
.lg\:inset-y\:-4,
.lg\:top\:-4 {
top: -1rem;
}
.lg\:inset\:-4,
.lg\:inset-y\:-4,
.lg\:bottom\:-4 {
bottom: -1rem;
}
.lg\:inset\:-4,
.lg\:inset-x\:-4,
.lg\:left\:-4 {
left: -1rem;
}
.lg\:inset\:-4,
.lg\:inset-x\:-4,
.lg\:right\:-4 {
right: -1rem;
}
.lg\:inset\:-5,
.lg\:inset-y\:-5,
.lg\:top\:-5 {
top: -1.25rem;
}
.lg\:inset\:-5,
.lg\:inset-y\:-5,
.lg\:bottom\:-5 {
bottom: -1.25rem;
}
.lg\:inset\:-5,
.lg\:inset-x\:-5,
.lg\:left\:-5 {
left: -1.25rem;
}
.lg\:inset\:-5,
.lg\:inset-x\:-5,
.lg\:right\:-5 {
right: -1.25rem;
}
.lg\:inset\:-6,
.lg\:inset-y\:-6,
.lg\:top\:-6 {
top: -1.5rem;
}
.lg\:inset\:-6,
.lg\:inset-y\:-6,
.lg\:bottom\:-6 {
bottom: -1.5rem;
}
.lg\:inset\:-6,
.lg\:inset-x\:-6,
.lg\:left\:-6 {
left: -1.5rem;
}
.lg\:inset\:-6,
.lg\:inset-x\:-6,
.lg\:right\:-6 {
right: -1.5rem;
}
.lg\:inset\:-7,
.lg\:inset-y\:-7,
.lg\:top\:-7 {
top: -1.75rem;
}
.lg\:inset\:-7,
.lg\:inset-y\:-7,
.lg\:bottom\:-7 {
bottom: -1.75rem;
}
.lg\:inset\:-7,
.lg\:inset-x\:-7,
.lg\:left\:-7 {
left: -1.75rem;
}
.lg\:inset\:-7,
.lg\:inset-x\:-7,
.lg\:right\:-7 {
right: -1.75rem;
}
.lg\:inset\:-8,
.lg\:inset-y\:-8,
.lg\:top\:-8 {
top: -2rem;
}
.lg\:inset\:-8,
.lg\:inset-y\:-8,
.lg\:bottom\:-8 {
bottom: -2rem;
}
.lg\:inset\:-8,
.lg\:inset-x\:-8,
.lg\:left\:-8 {
left: -2rem;
}
.lg\:inset\:-8,
.lg\:inset-x\:-8,
.lg\:right\:-8 {
right: -2rem;
}
.lg\:inset\:-9,
.lg\:inset-y\:-9,
.lg\:top\:-9 {
top: -2.25rem;
}
.lg\:inset\:-9,
.lg\:inset-y\:-9,
.lg\:bottom\:-9 {
bottom: -2.25rem;
}
.lg\:inset\:-9,
.lg\:inset-x\:-9,
.lg\:left\:-9 {
left: -2.25rem;
}
.lg\:inset\:-9,
.lg\:inset-x\:-9,
.lg\:right\:-9 {
right: -2.25rem;
}
.lg\:inset\:-10,
.lg\:inset-y\:-10,
.lg\:top\:-10 {
top: -2.5rem;
}
.lg\:inset\:-10,
.lg\:inset-y\:-10,
.lg\:bottom\:-10 {
bottom: -2.5rem;
}
.lg\:inset\:-10,
.lg\:inset-x\:-10,
.lg\:left\:-10 {
left: -2.5rem;
}
.lg\:inset\:-10,
.lg\:inset-x\:-10,
.lg\:right\:-10 {
right: -2.5rem;
}
.lg\:inset\:-11,
.lg\:inset-y\:-11,
.lg\:top\:-11 {
top: -2.75rem;
}
.lg\:inset\:-11,
.lg\:inset-y\:-11,
.lg\:bottom\:-11 {
bottom: -2.75rem;
}
.lg\:inset\:-11,
.lg\:inset-x\:-11,
.lg\:left\:-11 {
left: -2.75rem;
}
.lg\:inset\:-11,
.lg\:inset-x\:-11,
.lg\:right\:-11 {
right: -2.75rem;
}
.lg\:inset\:-12,
.lg\:inset-y\:-12,
.lg\:top\:-12 {
top: -3rem;
}
.lg\:inset\:-12,
.lg\:inset-y\:-12,
.lg\:bottom\:-12 {
bottom: -3rem;
}
.lg\:inset\:-12,
.lg\:inset-x\:-12,
.lg\:left\:-12 {
left: -3rem;
}
.lg\:inset\:-12,
.lg\:inset-x\:-12,
.lg\:right\:-12 {
right: -3rem;
}
.lg\:inset\:-14,
.lg\:inset-y\:-14,
.lg\:top\:-14 {
top: -3.5rem;
}
.lg\:inset\:-14,
.lg\:inset-y\:-14,
.lg\:bottom\:-14 {
bottom: -3.5rem;
}
.lg\:inset\:-14,
.lg\:inset-x\:-14,
.lg\:left\:-14 {
left: -3.5rem;
}
.lg\:inset\:-14,
.lg\:inset-x\:-14,
.lg\:right\:-14 {
right: -3.5rem;
}
.lg\:inset\:-16,
.lg\:inset-y\:-16,
.lg\:top\:-16 {
top: -4rem;
}
.lg\:inset\:-16,
.lg\:inset-y\:-16,
.lg\:bottom\:-16 {
bottom: -4rem;
}
.lg\:inset\:-16,
.lg\:inset-x\:-16,
.lg\:left\:-16 {
left: -4rem;
}
.lg\:inset\:-16,
.lg\:inset-x\:-16,
.lg\:right\:-16 {
right: -4rem;
}
.lg\:inset\:-20,
.lg\:inset-y\:-20,
.lg\:top\:-20 {
top: -5rem;
}
.lg\:inset\:-20,
.lg\:inset-y\:-20,
.lg\:bottom\:-20 {
bottom: -5rem;
}
.lg\:inset\:-20,
.lg\:inset-x\:-20,
.lg\:left\:-20 {
left: -5rem;
}
.lg\:inset\:-20,
.lg\:inset-x\:-20,
.lg\:right\:-20 {
right: -5rem;
}
.lg\:inset\:-24,
.lg\:inset-y\:-24,
.lg\:top\:-24 {
top: -6rem;
}
.lg\:inset\:-24,
.lg\:inset-y\:-24,
.lg\:bottom\:-24 {
bottom: -6rem;
}
.lg\:inset\:-24,
.lg\:inset-x\:-24,
.lg\:left\:-24 {
left: -6rem;
}
.lg\:inset\:-24,
.lg\:inset-x\:-24,
.lg\:right\:-24 {
right: -6rem;
}
.lg\:inset\:-28,
.lg\:inset-y\:-28,
.lg\:top\:-28 {
top: -7rem;
}
.lg\:inset\:-28,
.lg\:inset-y\:-28,
.lg\:bottom\:-28 {
bottom: -7rem;
}
.lg\:inset\:-28,
.lg\:inset-x\:-28,
.lg\:left\:-28 {
left: -7rem;
}
.lg\:inset\:-28,
.lg\:inset-x\:-28,
.lg\:right\:-28 {
right: -7rem;
}
.lg\:inset\:-32,
.lg\:inset-y\:-32,
.lg\:top\:-32 {
top: -8rem;
}
.lg\:inset\:-32,
.lg\:inset-y\:-32,
.lg\:bottom\:-32 {
bottom: -8rem;
}
.lg\:inset\:-32,
.lg\:inset-x\:-32,
.lg\:left\:-32 {
left: -8rem;
}
.lg\:inset\:-32,
.lg\:inset-x\:-32,
.lg\:right\:-32 {
right: -8rem;
}
.lg\:inset\:-36,
.lg\:inset-y\:-36,
.lg\:top\:-36 {
top: -9rem;
}
.lg\:inset\:-36,
.lg\:inset-y\:-36,
.lg\:bottom\:-36 {
bottom: -9rem;
}
.lg\:inset\:-36,
.lg\:inset-x\:-36,
.lg\:left\:-36 {
left: -9rem;
}
.lg\:inset\:-36,
.lg\:inset-x\:-36,
.lg\:right\:-36 {
right: -9rem;
}
.lg\:inset\:-40,
.lg\:inset-y\:-40,
.lg\:top\:-40 {
top: -10rem;
}
.lg\:inset\:-40,
.lg\:inset-y\:-40,
.lg\:bottom\:-40 {
bottom: -10rem;
}
.lg\:inset\:-40,
.lg\:inset-x\:-40,
.lg\:left\:-40 {
left: -10rem;
}
.lg\:inset\:-40,
.lg\:inset-x\:-40,
.lg\:right\:-40 {
right: -10rem;
}
.lg\:inset\:-44,
.lg\:inset-y\:-44,
.lg\:top\:-44 {
top: -11rem;
}
.lg\:inset\:-44,
.lg\:inset-y\:-44,
.lg\:bottom\:-44 {
bottom: -11rem;
}
.lg\:inset\:-44,
.lg\:inset-x\:-44,
.lg\:left\:-44 {
left: -11rem;
}
.lg\:inset\:-44,
.lg\:inset-x\:-44,
.lg\:right\:-44 {
right: -11rem;
}
.lg\:inset\:-48,
.lg\:inset-y\:-48,
.lg\:top\:-48 {
top: -12rem;
}
.lg\:inset\:-48,
.lg\:inset-y\:-48,
.lg\:bottom\:-48 {
bottom: -12rem;
}
.lg\:inset\:-48,
.lg\:inset-x\:-48,
.lg\:left\:-48 {
left: -12rem;
}
.lg\:inset\:-48,
.lg\:inset-x\:-48,
.lg\:right\:-48 {
right: -12rem;
}
.lg\:inset\:-52,
.lg\:inset-y\:-52,
.lg\:top\:-52 {
top: -13rem;
}
.lg\:inset\:-52,
.lg\:inset-y\:-52,
.lg\:bottom\:-52 {
bottom: -13rem;
}
.lg\:inset\:-52,
.lg\:inset-x\:-52,
.lg\:left\:-52 {
left: -13rem;
}
.lg\:inset\:-52,
.lg\:inset-x\:-52,
.lg\:right\:-52 {
right: -13rem;
}
.lg\:inset\:-56,
.lg\:inset-y\:-56,
.lg\:top\:-56 {
top: -14rem;
}
.lg\:inset\:-56,
.lg\:inset-y\:-56,
.lg\:bottom\:-56 {
bottom: -14rem;
}
.lg\:inset\:-56,
.lg\:inset-x\:-56,
.lg\:left\:-56 {
left: -14rem;
}
.lg\:inset\:-56,
.lg\:inset-x\:-56,
.lg\:right\:-56 {
right: -14rem;
}
.lg\:inset\:-60,
.lg\:inset-y\:-60,
.lg\:top\:-60 {
top: -15rem;
}
.lg\:inset\:-60,
.lg\:inset-y\:-60,
.lg\:bottom\:-60 {
bottom: -15rem;
}
.lg\:inset\:-60,
.lg\:inset-x\:-60,
.lg\:left\:-60 {
left: -15rem;
}
.lg\:inset\:-60,
.lg\:inset-x\:-60,
.lg\:right\:-60 {
right: -15rem;
}
.lg\:inset\:-64,
.lg\:inset-y\:-64,
.lg\:top\:-64 {
top: -16rem;
}
.lg\:inset\:-64,
.lg\:inset-y\:-64,
.lg\:bottom\:-64 {
bottom: -16rem;
}
.lg\:inset\:-64,
.lg\:inset-x\:-64,
.lg\:left\:-64 {
left: -16rem;
}
.lg\:inset\:-64,
.lg\:inset-x\:-64,
.lg\:right\:-64 {
right: -16rem;
}
.lg\:inset\:-72,
.lg\:inset-y\:-72,
.lg\:top\:-72 {
top: -18rem;
}
.lg\:inset\:-72,
.lg\:inset-y\:-72,
.lg\:bottom\:-72 {
bottom: -18rem;
}
.lg\:inset\:-72,
.lg\:inset-x\:-72,
.lg\:left\:-72 {
left: -18rem;
}
.lg\:inset\:-72,
.lg\:inset-x\:-72,
.lg\:right\:-72 {
right: -18rem;
}
.lg\:inset\:-80,
.lg\:inset-y\:-80,
.lg\:top\:-80 {
top: -20rem;
}
.lg\:inset\:-80,
.lg\:inset-y\:-80,
.lg\:bottom\:-80 {
bottom: -20rem;
}
.lg\:inset\:-80,
.lg\:inset-x\:-80,
.lg\:left\:-80 {
left: -20rem;
}
.lg\:inset\:-80,
.lg\:inset-x\:-80,
.lg\:right\:-80 {
right: -20rem;
}
.lg\:inset\:-96,
.lg\:inset-y\:-96,
.lg\:top\:-96 {
top: -24rem;
}
.lg\:inset\:-96,
.lg\:inset-y\:-96,
.lg\:bottom\:-96 {
bottom: -24rem;
}
.lg\:inset\:-96,
.lg\:inset-x\:-96,
.lg\:left\:-96 {
left: -24rem;
}
.lg\:inset\:-96,
.lg\:inset-x\:-96,
.lg\:right\:-96 {
right: -24rem;
}
.lg\:visible {
visibility: visible;
}
.lg\:invsible {
visibility: invisible;
}
.lg\:z\:auto {
z-index: auto;
}
.lg\:z\:0 {
z-index: 0;
}
.lg\:z\:1 {
z-index: 1;
}
.lg\:z\:2 {
z-index: 2;
}
.lg\:z\:3 {
z-index: 3;
}
.lg\:z\:4 {
z-index: 4;
}
.lg\:z\:5 {
z-index: 5;
}
.lg\:z\:6 {
z-index: 6;
}
.lg\:z\:7 {
z-index: 7;
}
.lg\:z\:8 {
z-index: 8;
}
.lg\:z\:9 {
z-index: 9;
}
.lg\:z\:10 {
z-index: 10;
}
.lg\:z\:20 {
z-index: 20;
}
.lg\:z\:30 {
z-index: 30;
}
.lg\:z\:40 {
z-index: 40;
}
.lg\:z\:50 {
z-index: 50;
}
.lg\:flex\:row {
flex-direction: row;
}
.lg\:flex\:row-reverse {
flex-direction: row-reverse;
}
.lg\:flex\:col {
flex-direction: column;
}
.lg\:flex\:col-reverse {
flex-direction: column-reverse;
}
.lg\:flex\:wrap {
flex-wrap: wrap;
}
.lg\:flex\:wrap-reverse {
flex-wrap: wrap-reverse;
}
.lg\:flex\:nowrap {
flex-wrap: nowrap;
}
.lg\:flex\:1 {
flex: 1 1 0%;
}
.lg\:flex\:auto {
flex: 1 1 auto;
}
.lg\:flex\:initial {
flex: 0 1 auto;
}
.lg\:flex\:none {
flex: none;
}
.lg\:flex-grow\: {
flex-grow: 1;
}
.lg\:flex-grow\:no {
flex-grow: 0;
}
.lg\:flex-shrink\: {
flex-shrink: 1;
}
.lg\:flex-shrink\: {
flex-shrink: 0;
}
.lg\:order\:first {
order: -9999;
}
.lg\:order\:last {
order: 9999;
}
.lg\:order\:none {
order: 0;
}
.lg\:order\:1 {
order: 1;
}
.lg\:order\:2 {
order: 2;
}
.lg\:order\:3 {
order: 3;
}
.lg\:order\:4 {
order: 4;
}
.lg\:order\:5 {
order: 5;
}
.lg\:order\:6 {
order: 6;
}
.lg\:order\:7 {
order: 7;
}
.lg\:order\:8 {
order: 8;
}
.lg\:order\:9 {
order: 9;
}
.lg\:order\:10 {
order: 10;
}
.lg\:order\:11 {
order: 11;
}
.lg\:order\:12 {
order: 12;
}
}
@media (min-width: 1280px) {
.xl\:border-box {
box-sizing: border-box;
}
.xl\:content-box {
box-sizing: content-box;
}
.xl\:inline {
display: inline;
}
.xl\:inline-block {
display: inline-block;
}
.xl\:block {
display: block;
}
.xl\:grid {
display: grid;
}
.xl\:table {
display: table;
}
.xl\:table-row {
display: table-row;
}
.xl\:table-caption {
display: table-caption;
}
.xl\:table-cell {
display: table-cell;
}
.xl\:table-row {
display: table-row;
}
.xl\:table-column {
display: table-column;
}
.xl\:table-column-group {
display: table-column-group;
}
.xl\:table-footer-group {
display: table-footer-group;
}
.xl\:table-row-group {
display: table-row-group;
}
.xl\:flex {
display: flex;
}
.xl\:inline-flex {
display: inline-flex;
}
.xl\:flow-root {
display: flow-root;
}
.xl\:grid {
display: grid;
}
.xl\:inline-grid {
display: inline-grid;
}
.xl\:contents {
display: contents;
}
.xl\:none {
display: none;
}
.xl\:float\:left {
float: left;
}
.xl\:float\:right {
float: right;
}
.xl\:float\:none {
float: none;
}
.xl\:clear\:left {
clear: left;
}
.xl\:clear\:right {
clear: right;
}
.xl\:clear\:both {
clear: both;
}
.xl\:clear\:none {
clear: none;
}
.xl\:object-fit\:contain {
object-fit: contain;
}
.xl\:object-fit\:cover {
object-fit: cover;
}
.xl\:object-fit\:fill {
object-fit: fill;
}
.xl\:object-fit\:none {
object-fit: none;
}
.xl\:object-fit\:scale-down {
object-fit: scale-down;
}
.xl\:object-position\:bottom {
object-position: bottom;
}
.xl\:object-position\:center {
object-position: center;
}
.xl\:object-position\:left {
object-position: left;
}
.xl\:object-position\:left-bottom {
object-position: left bottom;
}
.xl\:object-position\:left-top {
object-position: left top;
}
.xl\:object-position\:right {
object-position: right;
}
.xl\:object-position\:right-bottom {
object-position: right bottom;
}
.xl\:object-position\:right-top {
object-position: right top;
}
.xl\:object-position\:top {
object-position: top;
}
.xl\:overflow\:auto {
overflow: auto;
}
.xl\:overflow-x\:auto {
overflow-x: auto;
}
.xl\:overflow-y\:auto {
overflow-y: auto;
}
.xl\:overflow\:hidden {
overflow: hidden;
}
.xl\:overflow-x\:hidden {
overflow-x: hidden;
}
.xl\:overflow-y\:hidden {
overflow-y: hidden;
}
.xl\:overflow\:visible {
overflow: visible;
}
.xl\:overflow-x\:visible {
overflow-x: visible;
}
.xl\:overflow-y\:visible {
overflow-y: visible;
}
.xl\:overflow\:scroll {
overflow: scroll;
}
.xl\:overflow-x\:scroll {
overflow-x: scroll;
}
.xl\:overflow-y\:scroll {
overflow-y: scroll;
}
.xl\:overscroll\:auto {
overscroll-behavior: auto;
}
.xl\:overscroll-x\:auto {
overscroll-behavior-x: auto;
}
.xl\:overscroll-y\:auto {
overscroll-behavior-y: auto;
}
.xl\:overscroll\:contain {
overscroll-behavior: contain;
}
.xl\:overscroll-x\:contain {
overscroll-behavior-x: contain;
}
.xl\:overscroll-y\:contain {
overscroll-behavior-y: contain;
}
.xl\:overscroll\:none {
overscroll-behavior: none;
}
.xl\:overscroll-x\:none {
overscroll-behavior-x: none;
}
.xl\:overscroll-y\:none {
overscroll-behavior-y: none;
}
.xl\:static {
position: static;
}
.xl\:relative {
position: relative;
}
.xl\:absolute {
position: absolute;
}
.xl\:fixed {
position: fixed;
}
.xl\:sticky {
position: sticky;
}
.xl\:inset\:auto,
.xl\:inset-y\:auto,
.xl\:top\:auto {
top: auto;
}
.xl\:inset\:auto,
.xl\:inset-y\:auto,
.xl\:bottom\:auto {
bottom: auto;
}
.xl\:inset\:auto,
.xl\:inset-x\:auto,
.xl\:left\:auto {
left: auto;
}
.xl\:inset\:auto,
.xl\:inset-x\:auto,
.xl\:right\:auto {
right: auto;
}
.xl\:inset\:1\/2,
.xl\:inset-y\:1\/2,
.xl\:top\:1\/2 {
top: 50%;
}
.xl\:inset\:1\/2,
.xl\:inset-y\:1\/2,
.xl\:bottom\:1\/2 {
bottom: 50%;
}
.xl\:inset\:1\/2,
.xl\:inset-x\:1\/2,
.xl\:left\:1\/2 {
left: 50%;
}
.xl\:inset\:1\/2,
.xl\:inset-x\:1\/2,
.xl\:right\:1\/2 {
right: 50%;
}
.xl\:inset\:1\/3,
.xl\:inset-y\:1\/3,
.xl\:top\:1\/3 {
top: 33.333333%;
}
.xl\:inset\:1\/3,
.xl\:inset-y\:1\/3,
.xl\:bottom\:1\/3 {
bottom: 33.333333%;
}
.xl\:inset\:1\/3,
.xl\:inset-x\:1\/3,
.xl\:left\:1\/3 {
left: 33.333333%;
}
.xl\:inset\:1\/3,
.xl\:inset-x\:1\/3,
.xl\:right\:1\/3 {
right: 33.333333%;
}
.xl\:inset\:2\/3,
.xl\:inset-y\:2\/3,
.xl\:top\:2\/3 {
top: 66.666667%;
}
.xl\:inset\:2\/3,
.xl\:inset-y\:2\/3,
.xl\:bottom\:2\/3 {
bottom: 66.666667%;
}
.xl\:inset\:2\/3,
.xl\:inset-x\:2\/3,
.xl\:left\:2\/3 {
left: 66.666667%;
}
.xl\:inset\:2\/3,
.xl\:inset-x\:2\/3,
.xl\:right\:2\/3 {
right: 66.666667%;
}
.xl\:inset\:1\/4,
.xl\:inset-y\:1\/4,
.xl\:top\:1\/4 {
top: 25%;
}
.xl\:inset\:1\/4,
.xl\:inset-y\:1\/4,
.xl\:bottom\:1\/4 {
bottom: 25%;
}
.xl\:inset\:1\/4,
.xl\:inset-x\:1\/4,
.xl\:left\:1\/4 {
left: 25%;
}
.xl\:inset\:1\/4,
.xl\:inset-x\:1\/4,
.xl\:right\:1\/4 {
right: 25%;
}
.xl\:inset\:2\/4,
.xl\:inset-y\:2\/4,
.xl\:top\:2\/4 {
top: 50%;
}
.xl\:inset\:2\/4,
.xl\:inset-y\:2\/4,
.xl\:bottom\:2\/4 {
bottom: 50%;
}
.xl\:inset\:2\/4,
.xl\:inset-x\:2\/4,
.xl\:left\:2\/4 {
left: 50%;
}
.xl\:inset\:2\/4,
.xl\:inset-x\:2\/4,
.xl\:right\:2\/4 {
right: 50%;
}
.xl\:inset\:3\/4,
.xl\:inset-y\:3\/4,
.xl\:top\:3\/4 {
top: 75%;
}
.xl\:inset\:3\/4,
.xl\:inset-y\:3\/4,
.xl\:bottom\:3\/4 {
bottom: 75%;
}
.xl\:inset\:3\/4,
.xl\:inset-x\:3\/4,
.xl\:left\:3\/4 {
left: 75%;
}
.xl\:inset\:3\/4,
.xl\:inset-x\:3\/4,
.xl\:right\:3\/4 {
right: 75%;
}
.xl\:inset\:full,
.xl\:inset-y\:full,
.xl\:top\:full {
top: 100%;
}
.xl\:inset\:full,
.xl\:inset-y\:full,
.xl\:bottom\:full {
bottom: 100%;
}
.xl\:inset\:full,
.xl\:inset-x\:full,
.xl\:left\:full {
left: 100%;
}
.xl\:inset\:full,
.xl\:inset-x\:full,
.xl\:right\:full {
right: 100%;
}
.xl\:inset\:-1\/2,
.xl\:inset-y\:-1\/2,
.xl\:top\:-1\/2 {
top: -50%;
}
.xl\:inset\:-1\/2,
.xl\:inset-y\:-1\/2,
.xl\:bottom\:-1\/2 {
bottom: -50%;
}
.xl\:inset\:-1\/2,
.xl\:inset-x\:-1\/2,
.xl\:left\:-1\/2 {
left: -50%;
}
.xl\:inset\:-1\/2,
.xl\:inset-x\:-1\/2,
.xl\:right\:-1\/2 {
right: -50%;
}
.xl\:inset\:-1\/3,
.xl\:inset-y\:-1\/3,
.xl\:top\:-1\/3 {
top: -33.333333%;
}
.xl\:inset\:-1\/3,
.xl\:inset-y\:-1\/3,
.xl\:bottom\:-1\/3 {
bottom: -33.333333%;
}
.xl\:inset\:-1\/3,
.xl\:inset-x\:-1\/3,
.xl\:left\:-1\/3 {
left: -33.333333%;
}
.xl\:inset\:-1\/3,
.xl\:inset-x\:-1\/3,
.xl\:right\:-1\/3 {
right: -33.333333%;
}
.xl\:inset\:-2\/3,
.xl\:inset-y\:-2\/3,
.xl\:top\:-2\/3 {
top: -66.666667%;
}
.xl\:inset\:-2\/3,
.xl\:inset-y\:-2\/3,
.xl\:bottom\:-2\/3 {
bottom: -66.666667%;
}
.xl\:inset\:-2\/3,
.xl\:inset-x\:-2\/3,
.xl\:left\:-2\/3 {
left: -66.666667%;
}
.xl\:inset\:-2\/3,
.xl\:inset-x\:-2\/3,
.xl\:right\:-2\/3 {
right: -66.666667%;
}
.xl\:inset\:-1\/4,
.xl\:inset-y\:-1\/4,
.xl\:top\:-1\/4 {
top: -25%;
}
.xl\:inset\:-1\/4,
.xl\:inset-y\:-1\/4,
.xl\:bottom\:-1\/4 {
bottom: -25%;
}
.xl\:inset\:-1\/4,
.xl\:inset-x\:-1\/4,
.xl\:left\:-1\/4 {
left: -25%;
}
.xl\:inset\:-1\/4,
.xl\:inset-x\:-1\/4,
.xl\:right\:-1\/4 {
right: -25%;
}
.xl\:inset\:-2\/4,
.xl\:inset-y\:-2\/4,
.xl\:top\:-2\/4 {
top: -50%;
}
.xl\:inset\:-2\/4,
.xl\:inset-y\:-2\/4,
.xl\:bottom\:-2\/4 {
bottom: -50%;
}
.xl\:inset\:-2\/4,
.xl\:inset-x\:-2\/4,
.xl\:left\:-2\/4 {
left: -50%;
}
.xl\:inset\:-2\/4,
.xl\:inset-x\:-2\/4,
.xl\:right\:-2\/4 {
right: -50%;
}
.xl\:inset\:-3\/4,
.xl\:inset-y\:-3\/4,
.xl\:top\:-3\/4 {
top: -75%;
}
.xl\:inset\:-3\/4,
.xl\:inset-y\:-3\/4,
.xl\:bottom\:-3\/4 {
bottom: -75%;
}
.xl\:inset\:-3\/4,
.xl\:inset-x\:-3\/4,
.xl\:left\:-3\/4 {
left: -75%;
}
.xl\:inset\:-3\/4,
.xl\:inset-x\:-3\/4,
.xl\:right\:-3\/4 {
right: -75%;
}
.xl\:inset\:-full,
.xl\:inset-y\:-full,
.xl\:top\:-full {
top: -100%;
}
.xl\:inset\:-full,
.xl\:inset-y\:-full,
.xl\:bottom\:-full {
bottom: -100%;
}
.xl\:inset\:-full,
.xl\:inset-x\:-full,
.xl\:left\:-full {
left: -100%;
}
.xl\:inset\:-full,
.xl\:inset-x\:-full,
.xl\:right\:-full {
right: -100%;
}
.xl\:inset\:px,
.xl\:inset-y\:px,
.xl\:top\:px {
top: 1px;
}
.xl\:inset\:px,
.xl\:inset-y\:px,
.xl\:bottom\:px {
bottom: 1px;
}
.xl\:inset\:px,
.xl\:inset-x\:px,
.xl\:left\:px {
left: 1px;
}
.xl\:inset\:px,
.xl\:inset-x\:px,
.xl\:right\:px {
right: 1px;
}
.xl\:inset\:0,
.xl\:inset-y\:0,
.xl\:top\:0 {
top: 0px;
}
.xl\:inset\:0,
.xl\:inset-y\:0,
.xl\:bottom\:0 {
bottom: 0px;
}
.xl\:inset\:0,
.xl\:inset-x\:0,
.xl\:left\:0 {
left: 0px;
}
.xl\:inset\:0,
.xl\:inset-x\:0,
.xl\:right\:0 {
right: 0px;
}
.xl\:inset\:0\.5,
.xl\:inset-y\:0\.5,
.xl\:top\:0\.5 {
top: 0.125rem;
}
.xl\:inset\:0\.5,
.xl\:inset-y\:0\.5,
.xl\:bottom\:0\.5 {
bottom: 0.125rem;
}
.xl\:inset\:0\.5,
.xl\:inset-x\:0\.5,
.xl\:left\:0\.5 {
left: 0.125rem;
}
.xl\:inset\:0\.5,
.xl\:inset-x\:0\.5,
.xl\:right\:0\.5 {
right: 0.125rem;
}
.xl\:inset\:1,
.xl\:inset-y\:1,
.xl\:top\:1 {
top: 0.25rem;
}
.xl\:inset\:1,
.xl\:inset-y\:1,
.xl\:bottom\:1 {
bottom: 0.25rem;
}
.xl\:inset\:1,
.xl\:inset-x\:1,
.xl\:left\:1 {
left: 0.25rem;
}
.xl\:inset\:1,
.xl\:inset-x\:1,
.xl\:right\:1 {
right: 0.25rem;
}
.xl\:inset\:1\.5,
.xl\:inset-y\:1\.5,
.xl\:top\:1\.5 {
top: 0.375rem;
}
.xl\:inset\:1\.5,
.xl\:inset-y\:1\.5,
.xl\:bottom\:1\.5 {
bottom: 0.375rem;
}
.xl\:inset\:1\.5,
.xl\:inset-x\:1\.5,
.xl\:left\:1\.5 {
left: 0.375rem;
}
.xl\:inset\:1\.5,
.xl\:inset-x\:1\.5,
.xl\:right\:1\.5 {
right: 0.375rem;
}
.xl\:inset\:2,
.xl\:inset-y\:2,
.xl\:top\:2 {
top: 0.5rem;
}
.xl\:inset\:2,
.xl\:inset-y\:2,
.xl\:bottom\:2 {
bottom: 0.5rem;
}
.xl\:inset\:2,
.xl\:inset-x\:2,
.xl\:left\:2 {
left: 0.5rem;
}
.xl\:inset\:2,
.xl\:inset-x\:2,
.xl\:right\:2 {
right: 0.5rem;
}
.xl\:inset\:2\.5,
.xl\:inset-y\:2\.5,
.xl\:top\:2\.5 {
top: 0.625rem;
}
.xl\:inset\:2\.5,
.xl\:inset-y\:2\.5,
.xl\:bottom\:2\.5 {
bottom: 0.625rem;
}
.xl\:inset\:2\.5,
.xl\:inset-x\:2\.5,
.xl\:left\:2\.5 {
left: 0.625rem;
}
.xl\:inset\:2\.5,
.xl\:inset-x\:2\.5,
.xl\:right\:2\.5 {
right: 0.625rem;
}
.xl\:inset\:3,
.xl\:inset-y\:3,
.xl\:top\:3 {
top: 0.75rem;
}
.xl\:inset\:3,
.xl\:inset-y\:3,
.xl\:bottom\:3 {
bottom: 0.75rem;
}
.xl\:inset\:3,
.xl\:inset-x\:3,
.xl\:left\:3 {
left: 0.75rem;
}
.xl\:inset\:3,
.xl\:inset-x\:3,
.xl\:right\:3 {
right: 0.75rem;
}
.xl\:inset\:3\.5,
.xl\:inset-y\:3\.5,
.xl\:top\:3\.5 {
top: 0.875rem;
}
.xl\:inset\:3\.5,
.xl\:inset-y\:3\.5,
.xl\:bottom\:3\.5 {
bottom: 0.875rem;
}
.xl\:inset\:3\.5,
.xl\:inset-x\:3\.5,
.xl\:left\:3\.5 {
left: 0.875rem;
}
.xl\:inset\:3\.5,
.xl\:inset-x\:3\.5,
.xl\:right\:3\.5 {
right: 0.875rem;
}
.xl\:inset\:4,
.xl\:inset-y\:4,
.xl\:top\:4 {
top: 1rem;
}
.xl\:inset\:4,
.xl\:inset-y\:4,
.xl\:bottom\:4 {
bottom: 1rem;
}
.xl\:inset\:4,
.xl\:inset-x\:4,
.xl\:left\:4 {
left: 1rem;
}
.xl\:inset\:4,
.xl\:inset-x\:4,
.xl\:right\:4 {
right: 1rem;
}
.xl\:inset\:5,
.xl\:inset-y\:5,
.xl\:top\:5 {
top: 1.25rem;
}
.xl\:inset\:5,
.xl\:inset-y\:5,
.xl\:bottom\:5 {
bottom: 1.25rem;
}
.xl\:inset\:5,
.xl\:inset-x\:5,
.xl\:left\:5 {
left: 1.25rem;
}
.xl\:inset\:5,
.xl\:inset-x\:5,
.xl\:right\:5 {
right: 1.25rem;
}
.xl\:inset\:6,
.xl\:inset-y\:6,
.xl\:top\:6 {
top: 1.5rem;
}
.xl\:inset\:6,
.xl\:inset-y\:6,
.xl\:bottom\:6 {
bottom: 1.5rem;
}
.xl\:inset\:6,
.xl\:inset-x\:6,
.xl\:left\:6 {
left: 1.5rem;
}
.xl\:inset\:6,
.xl\:inset-x\:6,
.xl\:right\:6 {
right: 1.5rem;
}
.xl\:inset\:7,
.xl\:inset-y\:7,
.xl\:top\:7 {
top: 1.75rem;
}
.xl\:inset\:7,
.xl\:inset-y\:7,
.xl\:bottom\:7 {
bottom: 1.75rem;
}
.xl\:inset\:7,
.xl\:inset-x\:7,
.xl\:left\:7 {
left: 1.75rem;
}
.xl\:inset\:7,
.xl\:inset-x\:7,
.xl\:right\:7 {
right: 1.75rem;
}
.xl\:inset\:8,
.xl\:inset-y\:8,
.xl\:top\:8 {
top: 2rem;
}
.xl\:inset\:8,
.xl\:inset-y\:8,
.xl\:bottom\:8 {
bottom: 2rem;
}
.xl\:inset\:8,
.xl\:inset-x\:8,
.xl\:left\:8 {
left: 2rem;
}
.xl\:inset\:8,
.xl\:inset-x\:8,
.xl\:right\:8 {
right: 2rem;
}
.xl\:inset\:9,
.xl\:inset-y\:9,
.xl\:top\:9 {
top: 2.25rem;
}
.xl\:inset\:9,
.xl\:inset-y\:9,
.xl\:bottom\:9 {
bottom: 2.25rem;
}
.xl\:inset\:9,
.xl\:inset-x\:9,
.xl\:left\:9 {
left: 2.25rem;
}
.xl\:inset\:9,
.xl\:inset-x\:9,
.xl\:right\:9 {
right: 2.25rem;
}
.xl\:inset\:10,
.xl\:inset-y\:10,
.xl\:top\:10 {
top: 2.5rem;
}
.xl\:inset\:10,
.xl\:inset-y\:10,
.xl\:bottom\:10 {
bottom: 2.5rem;
}
.xl\:inset\:10,
.xl\:inset-x\:10,
.xl\:left\:10 {
left: 2.5rem;
}
.xl\:inset\:10,
.xl\:inset-x\:10,
.xl\:right\:10 {
right: 2.5rem;
}
.xl\:inset\:11,
.xl\:inset-y\:11,
.xl\:top\:11 {
top: 2.75rem;
}
.xl\:inset\:11,
.xl\:inset-y\:11,
.xl\:bottom\:11 {
bottom: 2.75rem;
}
.xl\:inset\:11,
.xl\:inset-x\:11,
.xl\:left\:11 {
left: 2.75rem;
}
.xl\:inset\:11,
.xl\:inset-x\:11,
.xl\:right\:11 {
right: 2.75rem;
}
.xl\:inset\:12,
.xl\:inset-y\:12,
.xl\:top\:12 {
top: 3rem;
}
.xl\:inset\:12,
.xl\:inset-y\:12,
.xl\:bottom\:12 {
bottom: 3rem;
}
.xl\:inset\:12,
.xl\:inset-x\:12,
.xl\:left\:12 {
left: 3rem;
}
.xl\:inset\:12,
.xl\:inset-x\:12,
.xl\:right\:12 {
right: 3rem;
}
.xl\:inset\:14,
.xl\:inset-y\:14,
.xl\:top\:14 {
top: 3.5rem;
}
.xl\:inset\:14,
.xl\:inset-y\:14,
.xl\:bottom\:14 {
bottom: 3.5rem;
}
.xl\:inset\:14,
.xl\:inset-x\:14,
.xl\:left\:14 {
left: 3.5rem;
}
.xl\:inset\:14,
.xl\:inset-x\:14,
.xl\:right\:14 {
right: 3.5rem;
}
.xl\:inset\:16,
.xl\:inset-y\:16,
.xl\:top\:16 {
top: 4rem;
}
.xl\:inset\:16,
.xl\:inset-y\:16,
.xl\:bottom\:16 {
bottom: 4rem;
}
.xl\:inset\:16,
.xl\:inset-x\:16,
.xl\:left\:16 {
left: 4rem;
}
.xl\:inset\:16,
.xl\:inset-x\:16,
.xl\:right\:16 {
right: 4rem;
}
.xl\:inset\:20,
.xl\:inset-y\:20,
.xl\:top\:20 {
top: 5rem;
}
.xl\:inset\:20,
.xl\:inset-y\:20,
.xl\:bottom\:20 {
bottom: 5rem;
}
.xl\:inset\:20,
.xl\:inset-x\:20,
.xl\:left\:20 {
left: 5rem;
}
.xl\:inset\:20,
.xl\:inset-x\:20,
.xl\:right\:20 {
right: 5rem;
}
.xl\:inset\:24,
.xl\:inset-y\:24,
.xl\:top\:24 {
top: 6rem;
}
.xl\:inset\:24,
.xl\:inset-y\:24,
.xl\:bottom\:24 {
bottom: 6rem;
}
.xl\:inset\:24,
.xl\:inset-x\:24,
.xl\:left\:24 {
left: 6rem;
}
.xl\:inset\:24,
.xl\:inset-x\:24,
.xl\:right\:24 {
right: 6rem;
}
.xl\:inset\:28,
.xl\:inset-y\:28,
.xl\:top\:28 {
top: 7rem;
}
.xl\:inset\:28,
.xl\:inset-y\:28,
.xl\:bottom\:28 {
bottom: 7rem;
}
.xl\:inset\:28,
.xl\:inset-x\:28,
.xl\:left\:28 {
left: 7rem;
}
.xl\:inset\:28,
.xl\:inset-x\:28,
.xl\:right\:28 {
right: 7rem;
}
.xl\:inset\:32,
.xl\:inset-y\:32,
.xl\:top\:32 {
top: 8rem;
}
.xl\:inset\:32,
.xl\:inset-y\:32,
.xl\:bottom\:32 {
bottom: 8rem;
}
.xl\:inset\:32,
.xl\:inset-x\:32,
.xl\:left\:32 {
left: 8rem;
}
.xl\:inset\:32,
.xl\:inset-x\:32,
.xl\:right\:32 {
right: 8rem;
}
.xl\:inset\:36,
.xl\:inset-y\:36,
.xl\:top\:36 {
top: 9rem;
}
.xl\:inset\:36,
.xl\:inset-y\:36,
.xl\:bottom\:36 {
bottom: 9rem;
}
.xl\:inset\:36,
.xl\:inset-x\:36,
.xl\:left\:36 {
left: 9rem;
}
.xl\:inset\:36,
.xl\:inset-x\:36,
.xl\:right\:36 {
right: 9rem;
}
.xl\:inset\:40,
.xl\:inset-y\:40,
.xl\:top\:40 {
top: 10rem;
}
.xl\:inset\:40,
.xl\:inset-y\:40,
.xl\:bottom\:40 {
bottom: 10rem;
}
.xl\:inset\:40,
.xl\:inset-x\:40,
.xl\:left\:40 {
left: 10rem;
}
.xl\:inset\:40,
.xl\:inset-x\:40,
.xl\:right\:40 {
right: 10rem;
}
.xl\:inset\:44,
.xl\:inset-y\:44,
.xl\:top\:44 {
top: 11rem;
}
.xl\:inset\:44,
.xl\:inset-y\:44,
.xl\:bottom\:44 {
bottom: 11rem;
}
.xl\:inset\:44,
.xl\:inset-x\:44,
.xl\:left\:44 {
left: 11rem;
}
.xl\:inset\:44,
.xl\:inset-x\:44,
.xl\:right\:44 {
right: 11rem;
}
.xl\:inset\:48,
.xl\:inset-y\:48,
.xl\:top\:48 {
top: 12rem;
}
.xl\:inset\:48,
.xl\:inset-y\:48,
.xl\:bottom\:48 {
bottom: 12rem;
}
.xl\:inset\:48,
.xl\:inset-x\:48,
.xl\:left\:48 {
left: 12rem;
}
.xl\:inset\:48,
.xl\:inset-x\:48,
.xl\:right\:48 {
right: 12rem;
}
.xl\:inset\:52,
.xl\:inset-y\:52,
.xl\:top\:52 {
top: 13rem;
}
.xl\:inset\:52,
.xl\:inset-y\:52,
.xl\:bottom\:52 {
bottom: 13rem;
}
.xl\:inset\:52,
.xl\:inset-x\:52,
.xl\:left\:52 {
left: 13rem;
}
.xl\:inset\:52,
.xl\:inset-x\:52,
.xl\:right\:52 {
right: 13rem;
}
.xl\:inset\:56,
.xl\:inset-y\:56,
.xl\:top\:56 {
top: 14rem;
}
.xl\:inset\:56,
.xl\:inset-y\:56,
.xl\:bottom\:56 {
bottom: 14rem;
}
.xl\:inset\:56,
.xl\:inset-x\:56,
.xl\:left\:56 {
left: 14rem;
}
.xl\:inset\:56,
.xl\:inset-x\:56,
.xl\:right\:56 {
right: 14rem;
}
.xl\:inset\:60,
.xl\:inset-y\:60,
.xl\:top\:60 {
top: 15rem;
}
.xl\:inset\:60,
.xl\:inset-y\:60,
.xl\:bottom\:60 {
bottom: 15rem;
}
.xl\:inset\:60,
.xl\:inset-x\:60,
.xl\:left\:60 {
left: 15rem;
}
.xl\:inset\:60,
.xl\:inset-x\:60,
.xl\:right\:60 {
right: 15rem;
}
.xl\:inset\:64,
.xl\:inset-y\:64,
.xl\:top\:64 {
top: 16rem;
}
.xl\:inset\:64,
.xl\:inset-y\:64,
.xl\:bottom\:64 {
bottom: 16rem;
}
.xl\:inset\:64,
.xl\:inset-x\:64,
.xl\:left\:64 {
left: 16rem;
}
.xl\:inset\:64,
.xl\:inset-x\:64,
.xl\:right\:64 {
right: 16rem;
}
.xl\:inset\:72,
.xl\:inset-y\:72,
.xl\:top\:72 {
top: 18rem;
}
.xl\:inset\:72,
.xl\:inset-y\:72,
.xl\:bottom\:72 {
bottom: 18rem;
}
.xl\:inset\:72,
.xl\:inset-x\:72,
.xl\:left\:72 {
left: 18rem;
}
.xl\:inset\:72,
.xl\:inset-x\:72,
.xl\:right\:72 {
right: 18rem;
}
.xl\:inset\:80,
.xl\:inset-y\:80,
.xl\:top\:80 {
top: 20rem;
}
.xl\:inset\:80,
.xl\:inset-y\:80,
.xl\:bottom\:80 {
bottom: 20rem;
}
.xl\:inset\:80,
.xl\:inset-x\:80,
.xl\:left\:80 {
left: 20rem;
}
.xl\:inset\:80,
.xl\:inset-x\:80,
.xl\:right\:80 {
right: 20rem;
}
.xl\:inset\:96,
.xl\:inset-y\:96,
.xl\:top\:96 {
top: 24rem;
}
.xl\:inset\:96,
.xl\:inset-y\:96,
.xl\:bottom\:96 {
bottom: 24rem;
}
.xl\:inset\:96,
.xl\:inset-x\:96,
.xl\:left\:96 {
left: 24rem;
}
.xl\:inset\:96,
.xl\:inset-x\:96,
.xl\:right\:96 {
right: 24rem;
}
.xl\:inset\:-px,
.xl\:inset-y\:-px,
.xl\:top\:-px {
top: -1px;
}
.xl\:inset\:-px,
.xl\:inset-y\:-px,
.xl\:bottom\:-px {
bottom: -1px;
}
.xl\:inset\:-px,
.xl\:inset-x\:-px,
.xl\:left\:-px {
left: -1px;
}
.xl\:inset\:-px,
.xl\:inset-x\:-px,
.xl\:right\:-px {
right: -1px;
}
.xl\:inset\:-0,
.xl\:inset-y\:-0,
.xl\:top\:-0 {
top: 0px;
}
.xl\:inset\:-0,
.xl\:inset-y\:-0,
.xl\:bottom\:-0 {
bottom: 0px;
}
.xl\:inset\:-0,
.xl\:inset-x\:-0,
.xl\:left\:-0 {
left: 0px;
}
.xl\:inset\:-0,
.xl\:inset-x\:-0,
.xl\:right\:-0 {
right: 0px;
}
.xl\:inset\:-0\.5,
.xl\:inset-y\:-0\.5,
.xl\:top\:-0\.5 {
top: -0.125rem;
}
.xl\:inset\:-0\.5,
.xl\:inset-y\:-0\.5,
.xl\:bottom\:-0\.5 {
bottom: -0.125rem;
}
.xl\:inset\:-0\.5,
.xl\:inset-x\:-0\.5,
.xl\:left\:-0\.5 {
left: -0.125rem;
}
.xl\:inset\:-0\.5,
.xl\:inset-x\:-0\.5,
.xl\:right\:-0\.5 {
right: -0.125rem;
}
.xl\:inset\:-1,
.xl\:inset-y\:-1,
.xl\:top\:-1 {
top: -0.25rem;
}
.xl\:inset\:-1,
.xl\:inset-y\:-1,
.xl\:bottom\:-1 {
bottom: -0.25rem;
}
.xl\:inset\:-1,
.xl\:inset-x\:-1,
.xl\:left\:-1 {
left: -0.25rem;
}
.xl\:inset\:-1,
.xl\:inset-x\:-1,
.xl\:right\:-1 {
right: -0.25rem;
}
.xl\:inset\:-1\.5,
.xl\:inset-y\:-1\.5,
.xl\:top\:-1\.5 {
top: -0.375rem;
}
.xl\:inset\:-1\.5,
.xl\:inset-y\:-1\.5,
.xl\:bottom\:-1\.5 {
bottom: -0.375rem;
}
.xl\:inset\:-1\.5,
.xl\:inset-x\:-1\.5,
.xl\:left\:-1\.5 {
left: -0.375rem;
}
.xl\:inset\:-1\.5,
.xl\:inset-x\:-1\.5,
.xl\:right\:-1\.5 {
right: -0.375rem;
}
.xl\:inset\:-2,
.xl\:inset-y\:-2,
.xl\:top\:-2 {
top: -0.5rem;
}
.xl\:inset\:-2,
.xl\:inset-y\:-2,
.xl\:bottom\:-2 {
bottom: -0.5rem;
}
.xl\:inset\:-2,
.xl\:inset-x\:-2,
.xl\:left\:-2 {
left: -0.5rem;
}
.xl\:inset\:-2,
.xl\:inset-x\:-2,
.xl\:right\:-2 {
right: -0.5rem;
}
.xl\:inset\:-2\.5,
.xl\:inset-y\:-2\.5,
.xl\:top\:-2\.5 {
top: -0.625rem;
}
.xl\:inset\:-2\.5,
.xl\:inset-y\:-2\.5,
.xl\:bottom\:-2\.5 {
bottom: -0.625rem;
}
.xl\:inset\:-2\.5,
.xl\:inset-x\:-2\.5,
.xl\:left\:-2\.5 {
left: -0.625rem;
}
.xl\:inset\:-2\.5,
.xl\:inset-x\:-2\.5,
.xl\:right\:-2\.5 {
right: -0.625rem;
}
.xl\:inset\:-3,
.xl\:inset-y\:-3,
.xl\:top\:-3 {
top: -0.75rem;
}
.xl\:inset\:-3,
.xl\:inset-y\:-3,
.xl\:bottom\:-3 {
bottom: -0.75rem;
}
.xl\:inset\:-3,
.xl\:inset-x\:-3,
.xl\:left\:-3 {
left: -0.75rem;
}
.xl\:inset\:-3,
.xl\:inset-x\:-3,
.xl\:right\:-3 {
right: -0.75rem;
}
.xl\:inset\:-3\.5,
.xl\:inset-y\:-3\.5,
.xl\:top\:-3\.5 {
top: -0.875rem;
}
.xl\:inset\:-3\.5,
.xl\:inset-y\:-3\.5,
.xl\:bottom\:-3\.5 {
bottom: -0.875rem;
}
.xl\:inset\:-3\.5,
.xl\:inset-x\:-3\.5,
.xl\:left\:-3\.5 {
left: -0.875rem;
}
.xl\:inset\:-3\.5,
.xl\:inset-x\:-3\.5,
.xl\:right\:-3\.5 {
right: -0.875rem;
}
.xl\:inset\:-4,
.xl\:inset-y\:-4,
.xl\:top\:-4 {
top: -1rem;
}
.xl\:inset\:-4,
.xl\:inset-y\:-4,
.xl\:bottom\:-4 {
bottom: -1rem;
}
.xl\:inset\:-4,
.xl\:inset-x\:-4,
.xl\:left\:-4 {
left: -1rem;
}
.xl\:inset\:-4,
.xl\:inset-x\:-4,
.xl\:right\:-4 {
right: -1rem;
}
.xl\:inset\:-5,
.xl\:inset-y\:-5,
.xl\:top\:-5 {
top: -1.25rem;
}
.xl\:inset\:-5,
.xl\:inset-y\:-5,
.xl\:bottom\:-5 {
bottom: -1.25rem;
}
.xl\:inset\:-5,
.xl\:inset-x\:-5,
.xl\:left\:-5 {
left: -1.25rem;
}
.xl\:inset\:-5,
.xl\:inset-x\:-5,
.xl\:right\:-5 {
right: -1.25rem;
}
.xl\:inset\:-6,
.xl\:inset-y\:-6,
.xl\:top\:-6 {
top: -1.5rem;
}
.xl\:inset\:-6,
.xl\:inset-y\:-6,
.xl\:bottom\:-6 {
bottom: -1.5rem;
}
.xl\:inset\:-6,
.xl\:inset-x\:-6,
.xl\:left\:-6 {
left: -1.5rem;
}
.xl\:inset\:-6,
.xl\:inset-x\:-6,
.xl\:right\:-6 {
right: -1.5rem;
}
.xl\:inset\:-7,
.xl\:inset-y\:-7,
.xl\:top\:-7 {
top: -1.75rem;
}
.xl\:inset\:-7,
.xl\:inset-y\:-7,
.xl\:bottom\:-7 {
bottom: -1.75rem;
}
.xl\:inset\:-7,
.xl\:inset-x\:-7,
.xl\:left\:-7 {
left: -1.75rem;
}
.xl\:inset\:-7,
.xl\:inset-x\:-7,
.xl\:right\:-7 {
right: -1.75rem;
}
.xl\:inset\:-8,
.xl\:inset-y\:-8,
.xl\:top\:-8 {
top: -2rem;
}
.xl\:inset\:-8,
.xl\:inset-y\:-8,
.xl\:bottom\:-8 {
bottom: -2rem;
}
.xl\:inset\:-8,
.xl\:inset-x\:-8,
.xl\:left\:-8 {
left: -2rem;
}
.xl\:inset\:-8,
.xl\:inset-x\:-8,
.xl\:right\:-8 {
right: -2rem;
}
.xl\:inset\:-9,
.xl\:inset-y\:-9,
.xl\:top\:-9 {
top: -2.25rem;
}
.xl\:inset\:-9,
.xl\:inset-y\:-9,
.xl\:bottom\:-9 {
bottom: -2.25rem;
}
.xl\:inset\:-9,
.xl\:inset-x\:-9,
.xl\:left\:-9 {
left: -2.25rem;
}
.xl\:inset\:-9,
.xl\:inset-x\:-9,
.xl\:right\:-9 {
right: -2.25rem;
}
.xl\:inset\:-10,
.xl\:inset-y\:-10,
.xl\:top\:-10 {
top: -2.5rem;
}
.xl\:inset\:-10,
.xl\:inset-y\:-10,
.xl\:bottom\:-10 {
bottom: -2.5rem;
}
.xl\:inset\:-10,
.xl\:inset-x\:-10,
.xl\:left\:-10 {
left: -2.5rem;
}
.xl\:inset\:-10,
.xl\:inset-x\:-10,
.xl\:right\:-10 {
right: -2.5rem;
}
.xl\:inset\:-11,
.xl\:inset-y\:-11,
.xl\:top\:-11 {
top: -2.75rem;
}
.xl\:inset\:-11,
.xl\:inset-y\:-11,
.xl\:bottom\:-11 {
bottom: -2.75rem;
}
.xl\:inset\:-11,
.xl\:inset-x\:-11,
.xl\:left\:-11 {
left: -2.75rem;
}
.xl\:inset\:-11,
.xl\:inset-x\:-11,
.xl\:right\:-11 {
right: -2.75rem;
}
.xl\:inset\:-12,
.xl\:inset-y\:-12,
.xl\:top\:-12 {
top: -3rem;
}
.xl\:inset\:-12,
.xl\:inset-y\:-12,
.xl\:bottom\:-12 {
bottom: -3rem;
}
.xl\:inset\:-12,
.xl\:inset-x\:-12,
.xl\:left\:-12 {
left: -3rem;
}
.xl\:inset\:-12,
.xl\:inset-x\:-12,
.xl\:right\:-12 {
right: -3rem;
}
.xl\:inset\:-14,
.xl\:inset-y\:-14,
.xl\:top\:-14 {
top: -3.5rem;
}
.xl\:inset\:-14,
.xl\:inset-y\:-14,
.xl\:bottom\:-14 {
bottom: -3.5rem;
}
.xl\:inset\:-14,
.xl\:inset-x\:-14,
.xl\:left\:-14 {
left: -3.5rem;
}
.xl\:inset\:-14,
.xl\:inset-x\:-14,
.xl\:right\:-14 {
right: -3.5rem;
}
.xl\:inset\:-16,
.xl\:inset-y\:-16,
.xl\:top\:-16 {
top: -4rem;
}
.xl\:inset\:-16,
.xl\:inset-y\:-16,
.xl\:bottom\:-16 {
bottom: -4rem;
}
.xl\:inset\:-16,
.xl\:inset-x\:-16,
.xl\:left\:-16 {
left: -4rem;
}
.xl\:inset\:-16,
.xl\:inset-x\:-16,
.xl\:right\:-16 {
right: -4rem;
}
.xl\:inset\:-20,
.xl\:inset-y\:-20,
.xl\:top\:-20 {
top: -5rem;
}
.xl\:inset\:-20,
.xl\:inset-y\:-20,
.xl\:bottom\:-20 {
bottom: -5rem;
}
.xl\:inset\:-20,
.xl\:inset-x\:-20,
.xl\:left\:-20 {
left: -5rem;
}
.xl\:inset\:-20,
.xl\:inset-x\:-20,
.xl\:right\:-20 {
right: -5rem;
}
.xl\:inset\:-24,
.xl\:inset-y\:-24,
.xl\:top\:-24 {
top: -6rem;
}
.xl\:inset\:-24,
.xl\:inset-y\:-24,
.xl\:bottom\:-24 {
bottom: -6rem;
}
.xl\:inset\:-24,
.xl\:inset-x\:-24,
.xl\:left\:-24 {
left: -6rem;
}
.xl\:inset\:-24,
.xl\:inset-x\:-24,
.xl\:right\:-24 {
right: -6rem;
}
.xl\:inset\:-28,
.xl\:inset-y\:-28,
.xl\:top\:-28 {
top: -7rem;
}
.xl\:inset\:-28,
.xl\:inset-y\:-28,
.xl\:bottom\:-28 {
bottom: -7rem;
}
.xl\:inset\:-28,
.xl\:inset-x\:-28,
.xl\:left\:-28 {
left: -7rem;
}
.xl\:inset\:-28,
.xl\:inset-x\:-28,
.xl\:right\:-28 {
right: -7rem;
}
.xl\:inset\:-32,
.xl\:inset-y\:-32,
.xl\:top\:-32 {
top: -8rem;
}
.xl\:inset\:-32,
.xl\:inset-y\:-32,
.xl\:bottom\:-32 {
bottom: -8rem;
}
.xl\:inset\:-32,
.xl\:inset-x\:-32,
.xl\:left\:-32 {
left: -8rem;
}
.xl\:inset\:-32,
.xl\:inset-x\:-32,
.xl\:right\:-32 {
right: -8rem;
}
.xl\:inset\:-36,
.xl\:inset-y\:-36,
.xl\:top\:-36 {
top: -9rem;
}
.xl\:inset\:-36,
.xl\:inset-y\:-36,
.xl\:bottom\:-36 {
bottom: -9rem;
}
.xl\:inset\:-36,
.xl\:inset-x\:-36,
.xl\:left\:-36 {
left: -9rem;
}
.xl\:inset\:-36,
.xl\:inset-x\:-36,
.xl\:right\:-36 {
right: -9rem;
}
.xl\:inset\:-40,
.xl\:inset-y\:-40,
.xl\:top\:-40 {
top: -10rem;
}
.xl\:inset\:-40,
.xl\:inset-y\:-40,
.xl\:bottom\:-40 {
bottom: -10rem;
}
.xl\:inset\:-40,
.xl\:inset-x\:-40,
.xl\:left\:-40 {
left: -10rem;
}
.xl\:inset\:-40,
.xl\:inset-x\:-40,
.xl\:right\:-40 {
right: -10rem;
}
.xl\:inset\:-44,
.xl\:inset-y\:-44,
.xl\:top\:-44 {
top: -11rem;
}
.xl\:inset\:-44,
.xl\:inset-y\:-44,
.xl\:bottom\:-44 {
bottom: -11rem;
}
.xl\:inset\:-44,
.xl\:inset-x\:-44,
.xl\:left\:-44 {
left: -11rem;
}
.xl\:inset\:-44,
.xl\:inset-x\:-44,
.xl\:right\:-44 {
right: -11rem;
}
.xl\:inset\:-48,
.xl\:inset-y\:-48,
.xl\:top\:-48 {
top: -12rem;
}
.xl\:inset\:-48,
.xl\:inset-y\:-48,
.xl\:bottom\:-48 {
bottom: -12rem;
}
.xl\:inset\:-48,
.xl\:inset-x\:-48,
.xl\:left\:-48 {
left: -12rem;
}
.xl\:inset\:-48,
.xl\:inset-x\:-48,
.xl\:right\:-48 {
right: -12rem;
}
.xl\:inset\:-52,
.xl\:inset-y\:-52,
.xl\:top\:-52 {
top: -13rem;
}
.xl\:inset\:-52,
.xl\:inset-y\:-52,
.xl\:bottom\:-52 {
bottom: -13rem;
}
.xl\:inset\:-52,
.xl\:inset-x\:-52,
.xl\:left\:-52 {
left: -13rem;
}
.xl\:inset\:-52,
.xl\:inset-x\:-52,
.xl\:right\:-52 {
right: -13rem;
}
.xl\:inset\:-56,
.xl\:inset-y\:-56,
.xl\:top\:-56 {
top: -14rem;
}
.xl\:inset\:-56,
.xl\:inset-y\:-56,
.xl\:bottom\:-56 {
bottom: -14rem;
}
.xl\:inset\:-56,
.xl\:inset-x\:-56,
.xl\:left\:-56 {
left: -14rem;
}
.xl\:inset\:-56,
.xl\:inset-x\:-56,
.xl\:right\:-56 {
right: -14rem;
}
.xl\:inset\:-60,
.xl\:inset-y\:-60,
.xl\:top\:-60 {
top: -15rem;
}
.xl\:inset\:-60,
.xl\:inset-y\:-60,
.xl\:bottom\:-60 {
bottom: -15rem;
}
.xl\:inset\:-60,
.xl\:inset-x\:-60,
.xl\:left\:-60 {
left: -15rem;
}
.xl\:inset\:-60,
.xl\:inset-x\:-60,
.xl\:right\:-60 {
right: -15rem;
}
.xl\:inset\:-64,
.xl\:inset-y\:-64,
.xl\:top\:-64 {
top: -16rem;
}
.xl\:inset\:-64,
.xl\:inset-y\:-64,
.xl\:bottom\:-64 {
bottom: -16rem;
}
.xl\:inset\:-64,
.xl\:inset-x\:-64,
.xl\:left\:-64 {
left: -16rem;
}
.xl\:inset\:-64,
.xl\:inset-x\:-64,
.xl\:right\:-64 {
right: -16rem;
}
.xl\:inset\:-72,
.xl\:inset-y\:-72,
.xl\:top\:-72 {
top: -18rem;
}
.xl\:inset\:-72,
.xl\:inset-y\:-72,
.xl\:bottom\:-72 {
bottom: -18rem;
}
.xl\:inset\:-72,
.xl\:inset-x\:-72,
.xl\:left\:-72 {
left: -18rem;
}
.xl\:inset\:-72,
.xl\:inset-x\:-72,
.xl\:right\:-72 {
right: -18rem;
}
.xl\:inset\:-80,
.xl\:inset-y\:-80,
.xl\:top\:-80 {
top: -20rem;
}
.xl\:inset\:-80,
.xl\:inset-y\:-80,
.xl\:bottom\:-80 {
bottom: -20rem;
}
.xl\:inset\:-80,
.xl\:inset-x\:-80,
.xl\:left\:-80 {
left: -20rem;
}
.xl\:inset\:-80,
.xl\:inset-x\:-80,
.xl\:right\:-80 {
right: -20rem;
}
.xl\:inset\:-96,
.xl\:inset-y\:-96,
.xl\:top\:-96 {
top: -24rem;
}
.xl\:inset\:-96,
.xl\:inset-y\:-96,
.xl\:bottom\:-96 {
bottom: -24rem;
}
.xl\:inset\:-96,
.xl\:inset-x\:-96,
.xl\:left\:-96 {
left: -24rem;
}
.xl\:inset\:-96,
.xl\:inset-x\:-96,
.xl\:right\:-96 {
right: -24rem;
}
.xl\:visible {
visibility: visible;
}
.xl\:invsible {
visibility: invisible;
}
.xl\:z\:auto {
z-index: auto;
}
.xl\:z\:0 {
z-index: 0;
}
.xl\:z\:1 {
z-index: 1;
}
.xl\:z\:2 {
z-index: 2;
}
.xl\:z\:3 {
z-index: 3;
}
.xl\:z\:4 {
z-index: 4;
}
.xl\:z\:5 {
z-index: 5;
}
.xl\:z\:6 {
z-index: 6;
}
.xl\:z\:7 {
z-index: 7;
}
.xl\:z\:8 {
z-index: 8;
}
.xl\:z\:9 {
z-index: 9;
}
.xl\:z\:10 {
z-index: 10;
}
.xl\:z\:20 {
z-index: 20;
}
.xl\:z\:30 {
z-index: 30;
}
.xl\:z\:40 {
z-index: 40;
}
.xl\:z\:50 {
z-index: 50;
}
.xl\:flex\:row {
flex-direction: row;
}
.xl\:flex\:row-reverse {
flex-direction: row-reverse;
}
.xl\:flex\:col {
flex-direction: column;
}
.xl\:flex\:col-reverse {
flex-direction: column-reverse;
}
.xl\:flex\:wrap {
flex-wrap: wrap;
}
.xl\:flex\:wrap-reverse {
flex-wrap: wrap-reverse;
}
.xl\:flex\:nowrap {
flex-wrap: nowrap;
}
.xl\:flex\:1 {
flex: 1 1 0%;
}
.xl\:flex\:auto {
flex: 1 1 auto;
}
.xl\:flex\:initial {
flex: 0 1 auto;
}
.xl\:flex\:none {
flex: none;
}
.xl\:flex-grow\: {
flex-grow: 1;
}
.xl\:flex-grow\:no {
flex-grow: 0;
}
.xl\:flex-shrink\: {
flex-shrink: 1;
}
.xl\:flex-shrink\: {
flex-shrink: 0;
}
.xl\:order\:first {
order: -9999;
}
.xl\:order\:last {
order: 9999;
}
.xl\:order\:none {
order: 0;
}
.xl\:order\:1 {
order: 1;
}
.xl\:order\:2 {
order: 2;
}
.xl\:order\:3 {
order: 3;
}
.xl\:order\:4 {
order: 4;
}
.xl\:order\:5 {
order: 5;
}
.xl\:order\:6 {
order: 6;
}
.xl\:order\:7 {
order: 7;
}
.xl\:order\:8 {
order: 8;
}
.xl\:order\:9 {
order: 9;
}
.xl\:order\:10 {
order: 10;
}
.xl\:order\:11 {
order: 11;
}
.xl\:order\:12 {
order: 12;
}
}
@media (min-width: 1536px) {
.xxl\:border-box {
box-sizing: border-box;
}
.xxl\:content-box {
box-sizing: content-box;
}
.xxl\:inline {
display: inline;
}
.xxl\:inline-block {
display: inline-block;
}
.xxl\:block {
display: block;
}
.xxl\:grid {
display: grid;
}
.xxl\:table {
display: table;
}
.xxl\:table-row {
display: table-row;
}
.xxl\:table-caption {
display: table-caption;
}
.xxl\:table-cell {
display: table-cell;
}
.xxl\:table-row {
display: table-row;
}
.xxl\:table-column {
display: table-column;
}
.xxl\:table-column-group {
display: table-column-group;
}
.xxl\:table-footer-group {
display: table-footer-group;
}
.xxl\:table-row-group {
display: table-row-group;
}
.xxl\:flex {
display: flex;
}
.xxl\:inline-flex {
display: inline-flex;
}
.xxl\:flow-root {
display: flow-root;
}
.xxl\:grid {
display: grid;
}
.xxl\:inline-grid {
display: inline-grid;
}
.xxl\:contents {
display: contents;
}
.xxl\:none {
display: none;
}
.xxl\:float\:left {
float: left;
}
.xxl\:float\:right {
float: right;
}
.xxl\:float\:none {
float: none;
}
.xxl\:clear\:left {
clear: left;
}
.xxl\:clear\:right {
clear: right;
}
.xxl\:clear\:both {
clear: both;
}
.xxl\:clear\:none {
clear: none;
}
.xxl\:object-fit\:contain {
object-fit: contain;
}
.xxl\:object-fit\:cover {
object-fit: cover;
}
.xxl\:object-fit\:fill {
object-fit: fill;
}
.xxl\:object-fit\:none {
object-fit: none;
}
.xxl\:object-fit\:scale-down {
object-fit: scale-down;
}
.xxl\:object-position\:bottom {
object-position: bottom;
}
.xxl\:object-position\:center {
object-position: center;
}
.xxl\:object-position\:left {
object-position: left;
}
.xxl\:object-position\:left-bottom {
object-position: left bottom;
}
.xxl\:object-position\:left-top {
object-position: left top;
}
.xxl\:object-position\:right {
object-position: right;
}
.xxl\:object-position\:right-bottom {
object-position: right bottom;
}
.xxl\:object-position\:right-top {
object-position: right top;
}
.xxl\:object-position\:top {
object-position: top;
}
.xxl\:overflow\:auto {
overflow: auto;
}
.xxl\:overflow-x\:auto {
overflow-x: auto;
}
.xxl\:overflow-y\:auto {
overflow-y: auto;
}
.xxl\:overflow\:hidden {
overflow: hidden;
}
.xxl\:overflow-x\:hidden {
overflow-x: hidden;
}
.xxl\:overflow-y\:hidden {
overflow-y: hidden;
}
.xxl\:overflow\:visible {
overflow: visible;
}
.xxl\:overflow-x\:visible {
overflow-x: visible;
}
.xxl\:overflow-y\:visible {
overflow-y: visible;
}
.xxl\:overflow\:scroll {
overflow: scroll;
}
.xxl\:overflow-x\:scroll {
overflow-x: scroll;
}
.xxl\:overflow-y\:scroll {
overflow-y: scroll;
}
.xxl\:overscroll\:auto {
overscroll-behavior: auto;
}
.xxl\:overscroll-x\:auto {
overscroll-behavior-x: auto;
}
.xxl\:overscroll-y\:auto {
overscroll-behavior-y: auto;
}
.xxl\:overscroll\:contain {
overscroll-behavior: contain;
}
.xxl\:overscroll-x\:contain {
overscroll-behavior-x: contain;
}
.xxl\:overscroll-y\:contain {
overscroll-behavior-y: contain;
}
.xxl\:overscroll\:none {
overscroll-behavior: none;
}
.xxl\:overscroll-x\:none {
overscroll-behavior-x: none;
}
.xxl\:overscroll-y\:none {
overscroll-behavior-y: none;
}
.xxl\:static {
position: static;
}
.xxl\:relative {
position: relative;
}
.xxl\:absolute {
position: absolute;
}
.xxl\:fixed {
position: fixed;
}
.xxl\:sticky {
position: sticky;
}
.xxl\:inset\:auto,
.xxl\:inset-y\:auto,
.xxl\:top\:auto {
top: auto;
}
.xxl\:inset\:auto,
.xxl\:inset-y\:auto,
.xxl\:bottom\:auto {
bottom: auto;
}
.xxl\:inset\:auto,
.xxl\:inset-x\:auto,
.xxl\:left\:auto {
left: auto;
}
.xxl\:inset\:auto,
.xxl\:inset-x\:auto,
.xxl\:right\:auto {
right: auto;
}
.xxl\:inset\:1\/2,
.xxl\:inset-y\:1\/2,
.xxl\:top\:1\/2 {
top: 50%;
}
.xxl\:inset\:1\/2,
.xxl\:inset-y\:1\/2,
.xxl\:bottom\:1\/2 {
bottom: 50%;
}
.xxl\:inset\:1\/2,
.xxl\:inset-x\:1\/2,
.xxl\:left\:1\/2 {
left: 50%;
}
.xxl\:inset\:1\/2,
.xxl\:inset-x\:1\/2,
.xxl\:right\:1\/2 {
right: 50%;
}
.xxl\:inset\:1\/3,
.xxl\:inset-y\:1\/3,
.xxl\:top\:1\/3 {
top: 33.333333%;
}
.xxl\:inset\:1\/3,
.xxl\:inset-y\:1\/3,
.xxl\:bottom\:1\/3 {
bottom: 33.333333%;
}
.xxl\:inset\:1\/3,
.xxl\:inset-x\:1\/3,
.xxl\:left\:1\/3 {
left: 33.333333%;
}
.xxl\:inset\:1\/3,
.xxl\:inset-x\:1\/3,
.xxl\:right\:1\/3 {
right: 33.333333%;
}
.xxl\:inset\:2\/3,
.xxl\:inset-y\:2\/3,
.xxl\:top\:2\/3 {
top: 66.666667%;
}
.xxl\:inset\:2\/3,
.xxl\:inset-y\:2\/3,
.xxl\:bottom\:2\/3 {
bottom: 66.666667%;
}
.xxl\:inset\:2\/3,
.xxl\:inset-x\:2\/3,
.xxl\:left\:2\/3 {
left: 66.666667%;
}
.xxl\:inset\:2\/3,
.xxl\:inset-x\:2\/3,
.xxl\:right\:2\/3 {
right: 66.666667%;
}
.xxl\:inset\:1\/4,
.xxl\:inset-y\:1\/4,
.xxl\:top\:1\/4 {
top: 25%;
}
.xxl\:inset\:1\/4,
.xxl\:inset-y\:1\/4,
.xxl\:bottom\:1\/4 {
bottom: 25%;
}
.xxl\:inset\:1\/4,
.xxl\:inset-x\:1\/4,
.xxl\:left\:1\/4 {
left: 25%;
}
.xxl\:inset\:1\/4,
.xxl\:inset-x\:1\/4,
.xxl\:right\:1\/4 {
right: 25%;
}
.xxl\:inset\:2\/4,
.xxl\:inset-y\:2\/4,
.xxl\:top\:2\/4 {
top: 50%;
}
.xxl\:inset\:2\/4,
.xxl\:inset-y\:2\/4,
.xxl\:bottom\:2\/4 {
bottom: 50%;
}
.xxl\:inset\:2\/4,
.xxl\:inset-x\:2\/4,
.xxl\:left\:2\/4 {
left: 50%;
}
.xxl\:inset\:2\/4,
.xxl\:inset-x\:2\/4,
.xxl\:right\:2\/4 {
right: 50%;
}
.xxl\:inset\:3\/4,
.xxl\:inset-y\:3\/4,
.xxl\:top\:3\/4 {
top: 75%;
}
.xxl\:inset\:3\/4,
.xxl\:inset-y\:3\/4,
.xxl\:bottom\:3\/4 {
bottom: 75%;
}
.xxl\:inset\:3\/4,
.xxl\:inset-x\:3\/4,
.xxl\:left\:3\/4 {
left: 75%;
}
.xxl\:inset\:3\/4,
.xxl\:inset-x\:3\/4,
.xxl\:right\:3\/4 {
right: 75%;
}
.xxl\:inset\:full,
.xxl\:inset-y\:full,
.xxl\:top\:full {
top: 100%;
}
.xxl\:inset\:full,
.xxl\:inset-y\:full,
.xxl\:bottom\:full {
bottom: 100%;
}
.xxl\:inset\:full,
.xxl\:inset-x\:full,
.xxl\:left\:full {
left: 100%;
}
.xxl\:inset\:full,
.xxl\:inset-x\:full,
.xxl\:right\:full {
right: 100%;
}
.xxl\:inset\:-1\/2,
.xxl\:inset-y\:-1\/2,
.xxl\:top\:-1\/2 {
top: -50%;
}
.xxl\:inset\:-1\/2,
.xxl\:inset-y\:-1\/2,
.xxl\:bottom\:-1\/2 {
bottom: -50%;
}
.xxl\:inset\:-1\/2,
.xxl\:inset-x\:-1\/2,
.xxl\:left\:-1\/2 {
left: -50%;
}
.xxl\:inset\:-1\/2,
.xxl\:inset-x\:-1\/2,
.xxl\:right\:-1\/2 {
right: -50%;
}
.xxl\:inset\:-1\/3,
.xxl\:inset-y\:-1\/3,
.xxl\:top\:-1\/3 {
top: -33.333333%;
}
.xxl\:inset\:-1\/3,
.xxl\:inset-y\:-1\/3,
.xxl\:bottom\:-1\/3 {
bottom: -33.333333%;
}
.xxl\:inset\:-1\/3,
.xxl\:inset-x\:-1\/3,
.xxl\:left\:-1\/3 {
left: -33.333333%;
}
.xxl\:inset\:-1\/3,
.xxl\:inset-x\:-1\/3,
.xxl\:right\:-1\/3 {
right: -33.333333%;
}
.xxl\:inset\:-2\/3,
.xxl\:inset-y\:-2\/3,
.xxl\:top\:-2\/3 {
top: -66.666667%;
}
.xxl\:inset\:-2\/3,
.xxl\:inset-y\:-2\/3,
.xxl\:bottom\:-2\/3 {
bottom: -66.666667%;
}
.xxl\:inset\:-2\/3,
.xxl\:inset-x\:-2\/3,
.xxl\:left\:-2\/3 {
left: -66.666667%;
}
.xxl\:inset\:-2\/3,
.xxl\:inset-x\:-2\/3,
.xxl\:right\:-2\/3 {
right: -66.666667%;
}
.xxl\:inset\:-1\/4,
.xxl\:inset-y\:-1\/4,
.xxl\:top\:-1\/4 {
top: -25%;
}
.xxl\:inset\:-1\/4,
.xxl\:inset-y\:-1\/4,
.xxl\:bottom\:-1\/4 {
bottom: -25%;
}
.xxl\:inset\:-1\/4,
.xxl\:inset-x\:-1\/4,
.xxl\:left\:-1\/4 {
left: -25%;
}
.xxl\:inset\:-1\/4,
.xxl\:inset-x\:-1\/4,
.xxl\:right\:-1\/4 {
right: -25%;
}
.xxl\:inset\:-2\/4,
.xxl\:inset-y\:-2\/4,
.xxl\:top\:-2\/4 {
top: -50%;
}
.xxl\:inset\:-2\/4,
.xxl\:inset-y\:-2\/4,
.xxl\:bottom\:-2\/4 {
bottom: -50%;
}
.xxl\:inset\:-2\/4,
.xxl\:inset-x\:-2\/4,
.xxl\:left\:-2\/4 {
left: -50%;
}
.xxl\:inset\:-2\/4,
.xxl\:inset-x\:-2\/4,
.xxl\:right\:-2\/4 {
right: -50%;
}
.xxl\:inset\:-3\/4,
.xxl\:inset-y\:-3\/4,
.xxl\:top\:-3\/4 {
top: -75%;
}
.xxl\:inset\:-3\/4,
.xxl\:inset-y\:-3\/4,
.xxl\:bottom\:-3\/4 {
bottom: -75%;
}
.xxl\:inset\:-3\/4,
.xxl\:inset-x\:-3\/4,
.xxl\:left\:-3\/4 {
left: -75%;
}
.xxl\:inset\:-3\/4,
.xxl\:inset-x\:-3\/4,
.xxl\:right\:-3\/4 {
right: -75%;
}
.xxl\:inset\:-full,
.xxl\:inset-y\:-full,
.xxl\:top\:-full {
top: -100%;
}
.xxl\:inset\:-full,
.xxl\:inset-y\:-full,
.xxl\:bottom\:-full {
bottom: -100%;
}
.xxl\:inset\:-full,
.xxl\:inset-x\:-full,
.xxl\:left\:-full {
left: -100%;
}
.xxl\:inset\:-full,
.xxl\:inset-x\:-full,
.xxl\:right\:-full {
right: -100%;
}
.xxl\:inset\:px,
.xxl\:inset-y\:px,
.xxl\:top\:px {
top: 1px;
}
.xxl\:inset\:px,
.xxl\:inset-y\:px,
.xxl\:bottom\:px {
bottom: 1px;
}
.xxl\:inset\:px,
.xxl\:inset-x\:px,
.xxl\:left\:px {
left: 1px;
}
.xxl\:inset\:px,
.xxl\:inset-x\:px,
.xxl\:right\:px {
right: 1px;
}
.xxl\:inset\:0,
.xxl\:inset-y\:0,
.xxl\:top\:0 {
top: 0px;
}
.xxl\:inset\:0,
.xxl\:inset-y\:0,
.xxl\:bottom\:0 {
bottom: 0px;
}
.xxl\:inset\:0,
.xxl\:inset-x\:0,
.xxl\:left\:0 {
left: 0px;
}
.xxl\:inset\:0,
.xxl\:inset-x\:0,
.xxl\:right\:0 {
right: 0px;
}
.xxl\:inset\:0\.5,
.xxl\:inset-y\:0\.5,
.xxl\:top\:0\.5 {
top: 0.125rem;
}
.xxl\:inset\:0\.5,
.xxl\:inset-y\:0\.5,
.xxl\:bottom\:0\.5 {
bottom: 0.125rem;
}
.xxl\:inset\:0\.5,
.xxl\:inset-x\:0\.5,
.xxl\:left\:0\.5 {
left: 0.125rem;
}
.xxl\:inset\:0\.5,
.xxl\:inset-x\:0\.5,
.xxl\:right\:0\.5 {
right: 0.125rem;
}
.xxl\:inset\:1,
.xxl\:inset-y\:1,
.xxl\:top\:1 {
top: 0.25rem;
}
.xxl\:inset\:1,
.xxl\:inset-y\:1,
.xxl\:bottom\:1 {
bottom: 0.25rem;
}
.xxl\:inset\:1,
.xxl\:inset-x\:1,
.xxl\:left\:1 {
left: 0.25rem;
}
.xxl\:inset\:1,
.xxl\:inset-x\:1,
.xxl\:right\:1 {
right: 0.25rem;
}
.xxl\:inset\:1\.5,
.xxl\:inset-y\:1\.5,
.xxl\:top\:1\.5 {
top: 0.375rem;
}
.xxl\:inset\:1\.5,
.xxl\:inset-y\:1\.5,
.xxl\:bottom\:1\.5 {
bottom: 0.375rem;
}
.xxl\:inset\:1\.5,
.xxl\:inset-x\:1\.5,
.xxl\:left\:1\.5 {
left: 0.375rem;
}
.xxl\:inset\:1\.5,
.xxl\:inset-x\:1\.5,
.xxl\:right\:1\.5 {
right: 0.375rem;
}
.xxl\:inset\:2,
.xxl\:inset-y\:2,
.xxl\:top\:2 {
top: 0.5rem;
}
.xxl\:inset\:2,
.xxl\:inset-y\:2,
.xxl\:bottom\:2 {
bottom: 0.5rem;
}
.xxl\:inset\:2,
.xxl\:inset-x\:2,
.xxl\:left\:2 {
left: 0.5rem;
}
.xxl\:inset\:2,
.xxl\:inset-x\:2,
.xxl\:right\:2 {
right: 0.5rem;
}
.xxl\:inset\:2\.5,
.xxl\:inset-y\:2\.5,
.xxl\:top\:2\.5 {
top: 0.625rem;
}
.xxl\:inset\:2\.5,
.xxl\:inset-y\:2\.5,
.xxl\:bottom\:2\.5 {
bottom: 0.625rem;
}
.xxl\:inset\:2\.5,
.xxl\:inset-x\:2\.5,
.xxl\:left\:2\.5 {
left: 0.625rem;
}
.xxl\:inset\:2\.5,
.xxl\:inset-x\:2\.5,
.xxl\:right\:2\.5 {
right: 0.625rem;
}
.xxl\:inset\:3,
.xxl\:inset-y\:3,
.xxl\:top\:3 {
top: 0.75rem;
}
.xxl\:inset\:3,
.xxl\:inset-y\:3,
.xxl\:bottom\:3 {
bottom: 0.75rem;
}
.xxl\:inset\:3,
.xxl\:inset-x\:3,
.xxl\:left\:3 {
left: 0.75rem;
}
.xxl\:inset\:3,
.xxl\:inset-x\:3,
.xxl\:right\:3 {
right: 0.75rem;
}
.xxl\:inset\:3\.5,
.xxl\:inset-y\:3\.5,
.xxl\:top\:3\.5 {
top: 0.875rem;
}
.xxl\:inset\:3\.5,
.xxl\:inset-y\:3\.5,
.xxl\:bottom\:3\.5 {
bottom: 0.875rem;
}
.xxl\:inset\:3\.5,
.xxl\:inset-x\:3\.5,
.xxl\:left\:3\.5 {
left: 0.875rem;
}
.xxl\:inset\:3\.5,
.xxl\:inset-x\:3\.5,
.xxl\:right\:3\.5 {
right: 0.875rem;
}
.xxl\:inset\:4,
.xxl\:inset-y\:4,
.xxl\:top\:4 {
top: 1rem;
}
.xxl\:inset\:4,
.xxl\:inset-y\:4,
.xxl\:bottom\:4 {
bottom: 1rem;
}
.xxl\:inset\:4,
.xxl\:inset-x\:4,
.xxl\:left\:4 {
left: 1rem;
}
.xxl\:inset\:4,
.xxl\:inset-x\:4,
.xxl\:right\:4 {
right: 1rem;
}
.xxl\:inset\:5,
.xxl\:inset-y\:5,
.xxl\:top\:5 {
top: 1.25rem;
}
.xxl\:inset\:5,
.xxl\:inset-y\:5,
.xxl\:bottom\:5 {
bottom: 1.25rem;
}
.xxl\:inset\:5,
.xxl\:inset-x\:5,
.xxl\:left\:5 {
left: 1.25rem;
}
.xxl\:inset\:5,
.xxl\:inset-x\:5,
.xxl\:right\:5 {
right: 1.25rem;
}
.xxl\:inset\:6,
.xxl\:inset-y\:6,
.xxl\:top\:6 {
top: 1.5rem;
}
.xxl\:inset\:6,
.xxl\:inset-y\:6,
.xxl\:bottom\:6 {
bottom: 1.5rem;
}
.xxl\:inset\:6,
.xxl\:inset-x\:6,
.xxl\:left\:6 {
left: 1.5rem;
}
.xxl\:inset\:6,
.xxl\:inset-x\:6,
.xxl\:right\:6 {
right: 1.5rem;
}
.xxl\:inset\:7,
.xxl\:inset-y\:7,
.xxl\:top\:7 {
top: 1.75rem;
}
.xxl\:inset\:7,
.xxl\:inset-y\:7,
.xxl\:bottom\:7 {
bottom: 1.75rem;
}
.xxl\:inset\:7,
.xxl\:inset-x\:7,
.xxl\:left\:7 {
left: 1.75rem;
}
.xxl\:inset\:7,
.xxl\:inset-x\:7,
.xxl\:right\:7 {
right: 1.75rem;
}
.xxl\:inset\:8,
.xxl\:inset-y\:8,
.xxl\:top\:8 {
top: 2rem;
}
.xxl\:inset\:8,
.xxl\:inset-y\:8,
.xxl\:bottom\:8 {
bottom: 2rem;
}
.xxl\:inset\:8,
.xxl\:inset-x\:8,
.xxl\:left\:8 {
left: 2rem;
}
.xxl\:inset\:8,
.xxl\:inset-x\:8,
.xxl\:right\:8 {
right: 2rem;
}
.xxl\:inset\:9,
.xxl\:inset-y\:9,
.xxl\:top\:9 {
top: 2.25rem;
}
.xxl\:inset\:9,
.xxl\:inset-y\:9,
.xxl\:bottom\:9 {
bottom: 2.25rem;
}
.xxl\:inset\:9,
.xxl\:inset-x\:9,
.xxl\:left\:9 {
left: 2.25rem;
}
.xxl\:inset\:9,
.xxl\:inset-x\:9,
.xxl\:right\:9 {
right: 2.25rem;
}
.xxl\:inset\:10,
.xxl\:inset-y\:10,
.xxl\:top\:10 {
top: 2.5rem;
}
.xxl\:inset\:10,
.xxl\:inset-y\:10,
.xxl\:bottom\:10 {
bottom: 2.5rem;
}
.xxl\:inset\:10,
.xxl\:inset-x\:10,
.xxl\:left\:10 {
left: 2.5rem;
}
.xxl\:inset\:10,
.xxl\:inset-x\:10,
.xxl\:right\:10 {
right: 2.5rem;
}
.xxl\:inset\:11,
.xxl\:inset-y\:11,
.xxl\:top\:11 {
top: 2.75rem;
}
.xxl\:inset\:11,
.xxl\:inset-y\:11,
.xxl\:bottom\:11 {
bottom: 2.75rem;
}
.xxl\:inset\:11,
.xxl\:inset-x\:11,
.xxl\:left\:11 {
left: 2.75rem;
}
.xxl\:inset\:11,
.xxl\:inset-x\:11,
.xxl\:right\:11 {
right: 2.75rem;
}
.xxl\:inset\:12,
.xxl\:inset-y\:12,
.xxl\:top\:12 {
top: 3rem;
}
.xxl\:inset\:12,
.xxl\:inset-y\:12,
.xxl\:bottom\:12 {
bottom: 3rem;
}
.xxl\:inset\:12,
.xxl\:inset-x\:12,
.xxl\:left\:12 {
left: 3rem;
}
.xxl\:inset\:12,
.xxl\:inset-x\:12,
.xxl\:right\:12 {
right: 3rem;
}
.xxl\:inset\:14,
.xxl\:inset-y\:14,
.xxl\:top\:14 {
top: 3.5rem;
}
.xxl\:inset\:14,
.xxl\:inset-y\:14,
.xxl\:bottom\:14 {
bottom: 3.5rem;
}
.xxl\:inset\:14,
.xxl\:inset-x\:14,
.xxl\:left\:14 {
left: 3.5rem;
}
.xxl\:inset\:14,
.xxl\:inset-x\:14,
.xxl\:right\:14 {
right: 3.5rem;
}
.xxl\:inset\:16,
.xxl\:inset-y\:16,
.xxl\:top\:16 {
top: 4rem;
}
.xxl\:inset\:16,
.xxl\:inset-y\:16,
.xxl\:bottom\:16 {
bottom: 4rem;
}
.xxl\:inset\:16,
.xxl\:inset-x\:16,
.xxl\:left\:16 {
left: 4rem;
}
.xxl\:inset\:16,
.xxl\:inset-x\:16,
.xxl\:right\:16 {
right: 4rem;
}
.xxl\:inset\:20,
.xxl\:inset-y\:20,
.xxl\:top\:20 {
top: 5rem;
}
.xxl\:inset\:20,
.xxl\:inset-y\:20,
.xxl\:bottom\:20 {
bottom: 5rem;
}
.xxl\:inset\:20,
.xxl\:inset-x\:20,
.xxl\:left\:20 {
left: 5rem;
}
.xxl\:inset\:20,
.xxl\:inset-x\:20,
.xxl\:right\:20 {
right: 5rem;
}
.xxl\:inset\:24,
.xxl\:inset-y\:24,
.xxl\:top\:24 {
top: 6rem;
}
.xxl\:inset\:24,
.xxl\:inset-y\:24,
.xxl\:bottom\:24 {
bottom: 6rem;
}
.xxl\:inset\:24,
.xxl\:inset-x\:24,
.xxl\:left\:24 {
left: 6rem;
}
.xxl\:inset\:24,
.xxl\:inset-x\:24,
.xxl\:right\:24 {
right: 6rem;
}
.xxl\:inset\:28,
.xxl\:inset-y\:28,
.xxl\:top\:28 {
top: 7rem;
}
.xxl\:inset\:28,
.xxl\:inset-y\:28,
.xxl\:bottom\:28 {
bottom: 7rem;
}
.xxl\:inset\:28,
.xxl\:inset-x\:28,
.xxl\:left\:28 {
left: 7rem;
}
.xxl\:inset\:28,
.xxl\:inset-x\:28,
.xxl\:right\:28 {
right: 7rem;
}
.xxl\:inset\:32,
.xxl\:inset-y\:32,
.xxl\:top\:32 {
top: 8rem;
}
.xxl\:inset\:32,
.xxl\:inset-y\:32,
.xxl\:bottom\:32 {
bottom: 8rem;
}
.xxl\:inset\:32,
.xxl\:inset-x\:32,
.xxl\:left\:32 {
left: 8rem;
}
.xxl\:inset\:32,
.xxl\:inset-x\:32,
.xxl\:right\:32 {
right: 8rem;
}
.xxl\:inset\:36,
.xxl\:inset-y\:36,
.xxl\:top\:36 {
top: 9rem;
}
.xxl\:inset\:36,
.xxl\:inset-y\:36,
.xxl\:bottom\:36 {
bottom: 9rem;
}
.xxl\:inset\:36,
.xxl\:inset-x\:36,
.xxl\:left\:36 {
left: 9rem;
}
.xxl\:inset\:36,
.xxl\:inset-x\:36,
.xxl\:right\:36 {
right: 9rem;
}
.xxl\:inset\:40,
.xxl\:inset-y\:40,
.xxl\:top\:40 {
top: 10rem;
}
.xxl\:inset\:40,
.xxl\:inset-y\:40,
.xxl\:bottom\:40 {
bottom: 10rem;
}
.xxl\:inset\:40,
.xxl\:inset-x\:40,
.xxl\:left\:40 {
left: 10rem;
}
.xxl\:inset\:40,
.xxl\:inset-x\:40,
.xxl\:right\:40 {
right: 10rem;
}
.xxl\:inset\:44,
.xxl\:inset-y\:44,
.xxl\:top\:44 {
top: 11rem;
}
.xxl\:inset\:44,
.xxl\:inset-y\:44,
.xxl\:bottom\:44 {
bottom: 11rem;
}
.xxl\:inset\:44,
.xxl\:inset-x\:44,
.xxl\:left\:44 {
left: 11rem;
}
.xxl\:inset\:44,
.xxl\:inset-x\:44,
.xxl\:right\:44 {
right: 11rem;
}
.xxl\:inset\:48,
.xxl\:inset-y\:48,
.xxl\:top\:48 {
top: 12rem;
}
.xxl\:inset\:48,
.xxl\:inset-y\:48,
.xxl\:bottom\:48 {
bottom: 12rem;
}
.xxl\:inset\:48,
.xxl\:inset-x\:48,
.xxl\:left\:48 {
left: 12rem;
}
.xxl\:inset\:48,
.xxl\:inset-x\:48,
.xxl\:right\:48 {
right: 12rem;
}
.xxl\:inset\:52,
.xxl\:inset-y\:52,
.xxl\:top\:52 {
top: 13rem;
}
.xxl\:inset\:52,
.xxl\:inset-y\:52,
.xxl\:bottom\:52 {
bottom: 13rem;
}
.xxl\:inset\:52,
.xxl\:inset-x\:52,
.xxl\:left\:52 {
left: 13rem;
}
.xxl\:inset\:52,
.xxl\:inset-x\:52,
.xxl\:right\:52 {
right: 13rem;
}
.xxl\:inset\:56,
.xxl\:inset-y\:56,
.xxl\:top\:56 {
top: 14rem;
}
.xxl\:inset\:56,
.xxl\:inset-y\:56,
.xxl\:bottom\:56 {
bottom: 14rem;
}
.xxl\:inset\:56,
.xxl\:inset-x\:56,
.xxl\:left\:56 {
left: 14rem;
}
.xxl\:inset\:56,
.xxl\:inset-x\:56,
.xxl\:right\:56 {
right: 14rem;
}
.xxl\:inset\:60,
.xxl\:inset-y\:60,
.xxl\:top\:60 {
top: 15rem;
}
.xxl\:inset\:60,
.xxl\:inset-y\:60,
.xxl\:bottom\:60 {
bottom: 15rem;
}
.xxl\:inset\:60,
.xxl\:inset-x\:60,
.xxl\:left\:60 {
left: 15rem;
}
.xxl\:inset\:60,
.xxl\:inset-x\:60,
.xxl\:right\:60 {
right: 15rem;
}
.xxl\:inset\:64,
.xxl\:inset-y\:64,
.xxl\:top\:64 {
top: 16rem;
}
.xxl\:inset\:64,
.xxl\:inset-y\:64,
.xxl\:bottom\:64 {
bottom: 16rem;
}
.xxl\:inset\:64,
.xxl\:inset-x\:64,
.xxl\:left\:64 {
left: 16rem;
}
.xxl\:inset\:64,
.xxl\:inset-x\:64,
.xxl\:right\:64 {
right: 16rem;
}
.xxl\:inset\:72,
.xxl\:inset-y\:72,
.xxl\:top\:72 {
top: 18rem;
}
.xxl\:inset\:72,
.xxl\:inset-y\:72,
.xxl\:bottom\:72 {
bottom: 18rem;
}
.xxl\:inset\:72,
.xxl\:inset-x\:72,
.xxl\:left\:72 {
left: 18rem;
}
.xxl\:inset\:72,
.xxl\:inset-x\:72,
.xxl\:right\:72 {
right: 18rem;
}
.xxl\:inset\:80,
.xxl\:inset-y\:80,
.xxl\:top\:80 {
top: 20rem;
}
.xxl\:inset\:80,
.xxl\:inset-y\:80,
.xxl\:bottom\:80 {
bottom: 20rem;
}
.xxl\:inset\:80,
.xxl\:inset-x\:80,
.xxl\:left\:80 {
left: 20rem;
}
.xxl\:inset\:80,
.xxl\:inset-x\:80,
.xxl\:right\:80 {
right: 20rem;
}
.xxl\:inset\:96,
.xxl\:inset-y\:96,
.xxl\:top\:96 {
top: 24rem;
}
.xxl\:inset\:96,
.xxl\:inset-y\:96,
.xxl\:bottom\:96 {
bottom: 24rem;
}
.xxl\:inset\:96,
.xxl\:inset-x\:96,
.xxl\:left\:96 {
left: 24rem;
}
.xxl\:inset\:96,
.xxl\:inset-x\:96,
.xxl\:right\:96 {
right: 24rem;
}
.xxl\:inset\:-px,
.xxl\:inset-y\:-px,
.xxl\:top\:-px {
top: -1px;
}
.xxl\:inset\:-px,
.xxl\:inset-y\:-px,
.xxl\:bottom\:-px {
bottom: -1px;
}
.xxl\:inset\:-px,
.xxl\:inset-x\:-px,
.xxl\:left\:-px {
left: -1px;
}
.xxl\:inset\:-px,
.xxl\:inset-x\:-px,
.xxl\:right\:-px {
right: -1px;
}
.xxl\:inset\:-0,
.xxl\:inset-y\:-0,
.xxl\:top\:-0 {
top: 0px;
}
.xxl\:inset\:-0,
.xxl\:inset-y\:-0,
.xxl\:bottom\:-0 {
bottom: 0px;
}
.xxl\:inset\:-0,
.xxl\:inset-x\:-0,
.xxl\:left\:-0 {
left: 0px;
}
.xxl\:inset\:-0,
.xxl\:inset-x\:-0,
.xxl\:right\:-0 {
right: 0px;
}
.xxl\:inset\:-0\.5,
.xxl\:inset-y\:-0\.5,
.xxl\:top\:-0\.5 {
top: -0.125rem;
}
.xxl\:inset\:-0\.5,
.xxl\:inset-y\:-0\.5,
.xxl\:bottom\:-0\.5 {
bottom: -0.125rem;
}
.xxl\:inset\:-0\.5,
.xxl\:inset-x\:-0\.5,
.xxl\:left\:-0\.5 {
left: -0.125rem;
}
.xxl\:inset\:-0\.5,
.xxl\:inset-x\:-0\.5,
.xxl\:right\:-0\.5 {
right: -0.125rem;
}
.xxl\:inset\:-1,
.xxl\:inset-y\:-1,
.xxl\:top\:-1 {
top: -0.25rem;
}
.xxl\:inset\:-1,
.xxl\:inset-y\:-1,
.xxl\:bottom\:-1 {
bottom: -0.25rem;
}
.xxl\:inset\:-1,
.xxl\:inset-x\:-1,
.xxl\:left\:-1 {
left: -0.25rem;
}
.xxl\:inset\:-1,
.xxl\:inset-x\:-1,
.xxl\:right\:-1 {
right: -0.25rem;
}
.xxl\:inset\:-1\.5,
.xxl\:inset-y\:-1\.5,
.xxl\:top\:-1\.5 {
top: -0.375rem;
}
.xxl\:inset\:-1\.5,
.xxl\:inset-y\:-1\.5,
.xxl\:bottom\:-1\.5 {
bottom: -0.375rem;
}
.xxl\:inset\:-1\.5,
.xxl\:inset-x\:-1\.5,
.xxl\:left\:-1\.5 {
left: -0.375rem;
}
.xxl\:inset\:-1\.5,
.xxl\:inset-x\:-1\.5,
.xxl\:right\:-1\.5 {
right: -0.375rem;
}
.xxl\:inset\:-2,
.xxl\:inset-y\:-2,
.xxl\:top\:-2 {
top: -0.5rem;
}
.xxl\:inset\:-2,
.xxl\:inset-y\:-2,
.xxl\:bottom\:-2 {
bottom: -0.5rem;
}
.xxl\:inset\:-2,
.xxl\:inset-x\:-2,
.xxl\:left\:-2 {
left: -0.5rem;
}
.xxl\:inset\:-2,
.xxl\:inset-x\:-2,
.xxl\:right\:-2 {
right: -0.5rem;
}
.xxl\:inset\:-2\.5,
.xxl\:inset-y\:-2\.5,
.xxl\:top\:-2\.5 {
top: -0.625rem;
}
.xxl\:inset\:-2\.5,
.xxl\:inset-y\:-2\.5,
.xxl\:bottom\:-2\.5 {
bottom: -0.625rem;
}
.xxl\:inset\:-2\.5,
.xxl\:inset-x\:-2\.5,
.xxl\:left\:-2\.5 {
left: -0.625rem;
}
.xxl\:inset\:-2\.5,
.xxl\:inset-x\:-2\.5,
.xxl\:right\:-2\.5 {
right: -0.625rem;
}
.xxl\:inset\:-3,
.xxl\:inset-y\:-3,
.xxl\:top\:-3 {
top: -0.75rem;
}
.xxl\:inset\:-3,
.xxl\:inset-y\:-3,
.xxl\:bottom\:-3 {
bottom: -0.75rem;
}
.xxl\:inset\:-3,
.xxl\:inset-x\:-3,
.xxl\:left\:-3 {
left: -0.75rem;
}
.xxl\:inset\:-3,
.xxl\:inset-x\:-3,
.xxl\:right\:-3 {
right: -0.75rem;
}
.xxl\:inset\:-3\.5,
.xxl\:inset-y\:-3\.5,
.xxl\:top\:-3\.5 {
top: -0.875rem;
}
.xxl\:inset\:-3\.5,
.xxl\:inset-y\:-3\.5,
.xxl\:bottom\:-3\.5 {
bottom: -0.875rem;
}
.xxl\:inset\:-3\.5,
.xxl\:inset-x\:-3\.5,
.xxl\:left\:-3\.5 {
left: -0.875rem;
}
.xxl\:inset\:-3\.5,
.xxl\:inset-x\:-3\.5,
.xxl\:right\:-3\.5 {
right: -0.875rem;
}
.xxl\:inset\:-4,
.xxl\:inset-y\:-4,
.xxl\:top\:-4 {
top: -1rem;
}
.xxl\:inset\:-4,
.xxl\:inset-y\:-4,
.xxl\:bottom\:-4 {
bottom: -1rem;
}
.xxl\:inset\:-4,
.xxl\:inset-x\:-4,
.xxl\:left\:-4 {
left: -1rem;
}
.xxl\:inset\:-4,
.xxl\:inset-x\:-4,
.xxl\:right\:-4 {
right: -1rem;
}
.xxl\:inset\:-5,
.xxl\:inset-y\:-5,
.xxl\:top\:-5 {
top: -1.25rem;
}
.xxl\:inset\:-5,
.xxl\:inset-y\:-5,
.xxl\:bottom\:-5 {
bottom: -1.25rem;
}
.xxl\:inset\:-5,
.xxl\:inset-x\:-5,
.xxl\:left\:-5 {
left: -1.25rem;
}
.xxl\:inset\:-5,
.xxl\:inset-x\:-5,
.xxl\:right\:-5 {
right: -1.25rem;
}
.xxl\:inset\:-6,
.xxl\:inset-y\:-6,
.xxl\:top\:-6 {
top: -1.5rem;
}
.xxl\:inset\:-6,
.xxl\:inset-y\:-6,
.xxl\:bottom\:-6 {
bottom: -1.5rem;
}
.xxl\:inset\:-6,
.xxl\:inset-x\:-6,
.xxl\:left\:-6 {
left: -1.5rem;
}
.xxl\:inset\:-6,
.xxl\:inset-x\:-6,
.xxl\:right\:-6 {
right: -1.5rem;
}
.xxl\:inset\:-7,
.xxl\:inset-y\:-7,
.xxl\:top\:-7 {
top: -1.75rem;
}
.xxl\:inset\:-7,
.xxl\:inset-y\:-7,
.xxl\:bottom\:-7 {
bottom: -1.75rem;
}
.xxl\:inset\:-7,
.xxl\:inset-x\:-7,
.xxl\:left\:-7 {
left: -1.75rem;
}
.xxl\:inset\:-7,
.xxl\:inset-x\:-7,
.xxl\:right\:-7 {
right: -1.75rem;
}
.xxl\:inset\:-8,
.xxl\:inset-y\:-8,
.xxl\:top\:-8 {
top: -2rem;
}
.xxl\:inset\:-8,
.xxl\:inset-y\:-8,
.xxl\:bottom\:-8 {
bottom: -2rem;
}
.xxl\:inset\:-8,
.xxl\:inset-x\:-8,
.xxl\:left\:-8 {
left: -2rem;
}
.xxl\:inset\:-8,
.xxl\:inset-x\:-8,
.xxl\:right\:-8 {
right: -2rem;
}
.xxl\:inset\:-9,
.xxl\:inset-y\:-9,
.xxl\:top\:-9 {
top: -2.25rem;
}
.xxl\:inset\:-9,
.xxl\:inset-y\:-9,
.xxl\:bottom\:-9 {
bottom: -2.25rem;
}
.xxl\:inset\:-9,
.xxl\:inset-x\:-9,
.xxl\:left\:-9 {
left: -2.25rem;
}
.xxl\:inset\:-9,
.xxl\:inset-x\:-9,
.xxl\:right\:-9 {
right: -2.25rem;
}
.xxl\:inset\:-10,
.xxl\:inset-y\:-10,
.xxl\:top\:-10 {
top: -2.5rem;
}
.xxl\:inset\:-10,
.xxl\:inset-y\:-10,
.xxl\:bottom\:-10 {
bottom: -2.5rem;
}
.xxl\:inset\:-10,
.xxl\:inset-x\:-10,
.xxl\:left\:-10 {
left: -2.5rem;
}
.xxl\:inset\:-10,
.xxl\:inset-x\:-10,
.xxl\:right\:-10 {
right: -2.5rem;
}
.xxl\:inset\:-11,
.xxl\:inset-y\:-11,
.xxl\:top\:-11 {
top: -2.75rem;
}
.xxl\:inset\:-11,
.xxl\:inset-y\:-11,
.xxl\:bottom\:-11 {
bottom: -2.75rem;
}
.xxl\:inset\:-11,
.xxl\:inset-x\:-11,
.xxl\:left\:-11 {
left: -2.75rem;
}
.xxl\:inset\:-11,
.xxl\:inset-x\:-11,
.xxl\:right\:-11 {
right: -2.75rem;
}
.xxl\:inset\:-12,
.xxl\:inset-y\:-12,
.xxl\:top\:-12 {
top: -3rem;
}
.xxl\:inset\:-12,
.xxl\:inset-y\:-12,
.xxl\:bottom\:-12 {
bottom: -3rem;
}
.xxl\:inset\:-12,
.xxl\:inset-x\:-12,
.xxl\:left\:-12 {
left: -3rem;
}
.xxl\:inset\:-12,
.xxl\:inset-x\:-12,
.xxl\:right\:-12 {
right: -3rem;
}
.xxl\:inset\:-14,
.xxl\:inset-y\:-14,
.xxl\:top\:-14 {
top: -3.5rem;
}
.xxl\:inset\:-14,
.xxl\:inset-y\:-14,
.xxl\:bottom\:-14 {
bottom: -3.5rem;
}
.xxl\:inset\:-14,
.xxl\:inset-x\:-14,
.xxl\:left\:-14 {
left: -3.5rem;
}
.xxl\:inset\:-14,
.xxl\:inset-x\:-14,
.xxl\:right\:-14 {
right: -3.5rem;
}
.xxl\:inset\:-16,
.xxl\:inset-y\:-16,
.xxl\:top\:-16 {
top: -4rem;
}
.xxl\:inset\:-16,
.xxl\:inset-y\:-16,
.xxl\:bottom\:-16 {
bottom: -4rem;
}
.xxl\:inset\:-16,
.xxl\:inset-x\:-16,
.xxl\:left\:-16 {
left: -4rem;
}
.xxl\:inset\:-16,
.xxl\:inset-x\:-16,
.xxl\:right\:-16 {
right: -4rem;
}
.xxl\:inset\:-20,
.xxl\:inset-y\:-20,
.xxl\:top\:-20 {
top: -5rem;
}
.xxl\:inset\:-20,
.xxl\:inset-y\:-20,
.xxl\:bottom\:-20 {
bottom: -5rem;
}
.xxl\:inset\:-20,
.xxl\:inset-x\:-20,
.xxl\:left\:-20 {
left: -5rem;
}
.xxl\:inset\:-20,
.xxl\:inset-x\:-20,
.xxl\:right\:-20 {
right: -5rem;
}
.xxl\:inset\:-24,
.xxl\:inset-y\:-24,
.xxl\:top\:-24 {
top: -6rem;
}
.xxl\:inset\:-24,
.xxl\:inset-y\:-24,
.xxl\:bottom\:-24 {
bottom: -6rem;
}
.xxl\:inset\:-24,
.xxl\:inset-x\:-24,
.xxl\:left\:-24 {
left: -6rem;
}
.xxl\:inset\:-24,
.xxl\:inset-x\:-24,
.xxl\:right\:-24 {
right: -6rem;
}
.xxl\:inset\:-28,
.xxl\:inset-y\:-28,
.xxl\:top\:-28 {
top: -7rem;
}
.xxl\:inset\:-28,
.xxl\:inset-y\:-28,
.xxl\:bottom\:-28 {
bottom: -7rem;
}
.xxl\:inset\:-28,
.xxl\:inset-x\:-28,
.xxl\:left\:-28 {
left: -7rem;
}
.xxl\:inset\:-28,
.xxl\:inset-x\:-28,
.xxl\:right\:-28 {
right: -7rem;
}
.xxl\:inset\:-32,
.xxl\:inset-y\:-32,
.xxl\:top\:-32 {
top: -8rem;
}
.xxl\:inset\:-32,
.xxl\:inset-y\:-32,
.xxl\:bottom\:-32 {
bottom: -8rem;
}
.xxl\:inset\:-32,
.xxl\:inset-x\:-32,
.xxl\:left\:-32 {
left: -8rem;
}
.xxl\:inset\:-32,
.xxl\:inset-x\:-32,
.xxl\:right\:-32 {
right: -8rem;
}
.xxl\:inset\:-36,
.xxl\:inset-y\:-36,
.xxl\:top\:-36 {
top: -9rem;
}
.xxl\:inset\:-36,
.xxl\:inset-y\:-36,
.xxl\:bottom\:-36 {
bottom: -9rem;
}
.xxl\:inset\:-36,
.xxl\:inset-x\:-36,
.xxl\:left\:-36 {
left: -9rem;
}
.xxl\:inset\:-36,
.xxl\:inset-x\:-36,
.xxl\:right\:-36 {
right: -9rem;
}
.xxl\:inset\:-40,
.xxl\:inset-y\:-40,
.xxl\:top\:-40 {
top: -10rem;
}
.xxl\:inset\:-40,
.xxl\:inset-y\:-40,
.xxl\:bottom\:-40 {
bottom: -10rem;
}
.xxl\:inset\:-40,
.xxl\:inset-x\:-40,
.xxl\:left\:-40 {
left: -10rem;
}
.xxl\:inset\:-40,
.xxl\:inset-x\:-40,
.xxl\:right\:-40 {
right: -10rem;
}
.xxl\:inset\:-44,
.xxl\:inset-y\:-44,
.xxl\:top\:-44 {
top: -11rem;
}
.xxl\:inset\:-44,
.xxl\:inset-y\:-44,
.xxl\:bottom\:-44 {
bottom: -11rem;
}
.xxl\:inset\:-44,
.xxl\:inset-x\:-44,
.xxl\:left\:-44 {
left: -11rem;
}
.xxl\:inset\:-44,
.xxl\:inset-x\:-44,
.xxl\:right\:-44 {
right: -11rem;
}
.xxl\:inset\:-48,
.xxl\:inset-y\:-48,
.xxl\:top\:-48 {
top: -12rem;
}
.xxl\:inset\:-48,
.xxl\:inset-y\:-48,
.xxl\:bottom\:-48 {
bottom: -12rem;
}
.xxl\:inset\:-48,
.xxl\:inset-x\:-48,
.xxl\:left\:-48 {
left: -12rem;
}
.xxl\:inset\:-48,
.xxl\:inset-x\:-48,
.xxl\:right\:-48 {
right: -12rem;
}
.xxl\:inset\:-52,
.xxl\:inset-y\:-52,
.xxl\:top\:-52 {
top: -13rem;
}
.xxl\:inset\:-52,
.xxl\:inset-y\:-52,
.xxl\:bottom\:-52 {
bottom: -13rem;
}
.xxl\:inset\:-52,
.xxl\:inset-x\:-52,
.xxl\:left\:-52 {
left: -13rem;
}
.xxl\:inset\:-52,
.xxl\:inset-x\:-52,
.xxl\:right\:-52 {
right: -13rem;
}
.xxl\:inset\:-56,
.xxl\:inset-y\:-56,
.xxl\:top\:-56 {
top: -14rem;
}
.xxl\:inset\:-56,
.xxl\:inset-y\:-56,
.xxl\:bottom\:-56 {
bottom: -14rem;
}
.xxl\:inset\:-56,
.xxl\:inset-x\:-56,
.xxl\:left\:-56 {
left: -14rem;
}
.xxl\:inset\:-56,
.xxl\:inset-x\:-56,
.xxl\:right\:-56 {
right: -14rem;
}
.xxl\:inset\:-60,
.xxl\:inset-y\:-60,
.xxl\:top\:-60 {
top: -15rem;
}
.xxl\:inset\:-60,
.xxl\:inset-y\:-60,
.xxl\:bottom\:-60 {
bottom: -15rem;
}
.xxl\:inset\:-60,
.xxl\:inset-x\:-60,
.xxl\:left\:-60 {
left: -15rem;
}
.xxl\:inset\:-60,
.xxl\:inset-x\:-60,
.xxl\:right\:-60 {
right: -15rem;
}
.xxl\:inset\:-64,
.xxl\:inset-y\:-64,
.xxl\:top\:-64 {
top: -16rem;
}
.xxl\:inset\:-64,
.xxl\:inset-y\:-64,
.xxl\:bottom\:-64 {
bottom: -16rem;
}
.xxl\:inset\:-64,
.xxl\:inset-x\:-64,
.xxl\:left\:-64 {
left: -16rem;
}
.xxl\:inset\:-64,
.xxl\:inset-x\:-64,
.xxl\:right\:-64 {
right: -16rem;
}
.xxl\:inset\:-72,
.xxl\:inset-y\:-72,
.xxl\:top\:-72 {
top: -18rem;
}
.xxl\:inset\:-72,
.xxl\:inset-y\:-72,
.xxl\:bottom\:-72 {
bottom: -18rem;
}
.xxl\:inset\:-72,
.xxl\:inset-x\:-72,
.xxl\:left\:-72 {
left: -18rem;
}
.xxl\:inset\:-72,
.xxl\:inset-x\:-72,
.xxl\:right\:-72 {
right: -18rem;
}
.xxl\:inset\:-80,
.xxl\:inset-y\:-80,
.xxl\:top\:-80 {
top: -20rem;
}
.xxl\:inset\:-80,
.xxl\:inset-y\:-80,
.xxl\:bottom\:-80 {
bottom: -20rem;
}
.xxl\:inset\:-80,
.xxl\:inset-x\:-80,
.xxl\:left\:-80 {
left: -20rem;
}
.xxl\:inset\:-80,
.xxl\:inset-x\:-80,
.xxl\:right\:-80 {
right: -20rem;
}
.xxl\:inset\:-96,
.xxl\:inset-y\:-96,
.xxl\:top\:-96 {
top: -24rem;
}
.xxl\:inset\:-96,
.xxl\:inset-y\:-96,
.xxl\:bottom\:-96 {
bottom: -24rem;
}
.xxl\:inset\:-96,
.xxl\:inset-x\:-96,
.xxl\:left\:-96 {
left: -24rem;
}
.xxl\:inset\:-96,
.xxl\:inset-x\:-96,
.xxl\:right\:-96 {
right: -24rem;
}
.xxl\:visible {
visibility: visible;
}
.xxl\:invsible {
visibility: invisible;
}
.xxl\:z\:auto {
z-index: auto;
}
.xxl\:z\:0 {
z-index: 0;
}
.xxl\:z\:1 {
z-index: 1;
}
.xxl\:z\:2 {
z-index: 2;
}
.xxl\:z\:3 {
z-index: 3;
}
.xxl\:z\:4 {
z-index: 4;
}
.xxl\:z\:5 {
z-index: 5;
}
.xxl\:z\:6 {
z-index: 6;
}
.xxl\:z\:7 {
z-index: 7;
}
.xxl\:z\:8 {
z-index: 8;
}
.xxl\:z\:9 {
z-index: 9;
}
.xxl\:z\:10 {
z-index: 10;
}
.xxl\:z\:20 {
z-index: 20;
}
.xxl\:z\:30 {
z-index: 30;
}
.xxl\:z\:40 {
z-index: 40;
}
.xxl\:z\:50 {
z-index: 50;
}
.xxl\:flex\:row {
flex-direction: row;
}
.xxl\:flex\:row-reverse {
flex-direction: row-reverse;
}
.xxl\:flex\:col {
flex-direction: column;
}
.xxl\:flex\:col-reverse {
flex-direction: column-reverse;
}
.xxl\:flex\:wrap {
flex-wrap: wrap;
}
.xxl\:flex\:wrap-reverse {
flex-wrap: wrap-reverse;
}
.xxl\:flex\:nowrap {
flex-wrap: nowrap;
}
.xxl\:flex\:1 {
flex: 1 1 0%;
}
.xxl\:flex\:auto {
flex: 1 1 auto;
}
.xxl\:flex\:initial {
flex: 0 1 auto;
}
.xxl\:flex\:none {
flex: none;
}
.xxl\:flex-grow\: {
flex-grow: 1;
}
.xxl\:flex-grow\:no {
flex-grow: 0;
}
.xxl\:flex-shrink\: {
flex-shrink: 1;
}
.xxl\:flex-shrink\: {
flex-shrink: 0;
}
.xxl\:order\:first {
order: -9999;
}
.xxl\:order\:last {
order: 9999;
}
.xxl\:order\:none {
order: 0;
}
.xxl\:order\:1 {
order: 1;
}
.xxl\:order\:2 {
order: 2;
}
.xxl\:order\:3 {
order: 3;
}
.xxl\:order\:4 {
order: 4;
}
.xxl\:order\:5 {
order: 5;
}
.xxl\:order\:6 {
order: 6;
}
.xxl\:order\:7 {
order: 7;
}
.xxl\:order\:8 {
order: 8;
}
.xxl\:order\:9 {
order: 9;
}
.xxl\:order\:10 {
order: 10;
}
.xxl\:order\:11 {
order: 11;
}
.xxl\:order\:12 {
order: 12;
}
}
{
"sass": {
"compiler": "dart-sass/1.26.11",
"extensions": {},
"syntax": "SCSS",
"outputStyle": "expanded"
},
"autoprefixer": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment