From dc9d510c8ac9d071cc8f6d9987df58868ea976a3 Mon Sep 17 00:00:00 2001 From: Adam Wathan Date: Sat, 17 Oct 2020 21:29:21 -0400 Subject: [PATCH] Extend spacing scale By probably too much. --- .../fixtures/tailwind-output-flagged.css | 23250 ++++- .../fixtures/tailwind-output-important.css | 82550 +++++++++++++++- .../tailwind-output-no-color-opacity.css | 82550 +++++++++++++++- __tests__/fixtures/tailwind-output.css | 82550 +++++++++++++++- src/featureFlags.js | 2 +- src/flagged/extendedSpacingScale.js | 111 - src/util/getAllConfigs.js | 2 - stubs/defaultConfig.stub.js | 124 +- 8 files changed, 270401 insertions(+), 738 deletions(-) delete mode 100644 src/flagged/extendedSpacingScale.js diff --git a/__tests__/fixtures/tailwind-output-flagged.css b/__tests__/fixtures/tailwind-output-flagged.css index 41cd6cd9e..6e9af0096 100644 --- a/__tests__/fixtures/tailwind-output-flagged.css +++ b/__tests__/fixtures/tailwind-output-flagged.css @@ -1316,6 +1316,186 @@ video { margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); } +.space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); +} + +.space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); +} + +.space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); +} + +.space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); +} + +.space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); +} + +.space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); +} + +.space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); +} + +.space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); +} + +.space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); +} + +.space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); +} + +.space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); +} + +.space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); +} + +.space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); +} + +.space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); +} + +.space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); +} + .space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(100% * calc(1 - var(--space-y-reverse))); @@ -2072,6 +2252,186 @@ video { margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); } +.-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); +} + +.-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); +} + +.-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); +} + +.-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); +} + +.-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); +} + +.-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); +} + +.-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); +} + +.-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); +} + +.-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); +} + +.-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); +} + +.-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); +} + +.-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); +} + +.-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); +} + +.-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); +} + +.-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); +} + .-space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); @@ -18288,6 +18648,66 @@ video { height: 91.666667%; } +.h-1\/16 { + height: 6.25%; +} + +.h-2\/16 { + height: 12.5%; +} + +.h-3\/16 { + height: 18.75%; +} + +.h-4\/16 { + height: 25%; +} + +.h-5\/16 { + height: 31.25%; +} + +.h-6\/16 { + height: 37.5%; +} + +.h-7\/16 { + height: 43.75%; +} + +.h-8\/16 { + height: 50%; +} + +.h-9\/16 { + height: 56.25%; +} + +.h-10\/16 { + height: 62.5%; +} + +.h-11\/16 { + height: 68.75%; +} + +.h-12\/16 { + height: 75%; +} + +.h-13\/16 { + height: 81.25%; +} + +.h-14\/16 { + height: 87.5%; +} + +.h-15\/16 { + height: 93.75%; +} + .h-full { height: 100%; } @@ -18693,6 +19113,66 @@ video { margin: 91.666667%; } +.m-1\/16 { + margin: 6.25%; +} + +.m-2\/16 { + margin: 12.5%; +} + +.m-3\/16 { + margin: 18.75%; +} + +.m-4\/16 { + margin: 25%; +} + +.m-5\/16 { + margin: 31.25%; +} + +.m-6\/16 { + margin: 37.5%; +} + +.m-7\/16 { + margin: 43.75%; +} + +.m-8\/16 { + margin: 50%; +} + +.m-9\/16 { + margin: 56.25%; +} + +.m-10\/16 { + margin: 62.5%; +} + +.m-11\/16 { + margin: 68.75%; +} + +.m-12\/16 { + margin: 75%; +} + +.m-13\/16 { + margin: 81.25%; +} + +.m-14\/16 { + margin: 87.5%; +} + +.m-15\/16 { + margin: 93.75%; +} + .m-full { margin: 100%; } @@ -18945,6 +19425,66 @@ video { margin: -91.66667%; } +.-m-1\/16 { + margin: -6.25%; +} + +.-m-2\/16 { + margin: -12.5%; +} + +.-m-3\/16 { + margin: -18.75%; +} + +.-m-4\/16 { + margin: -25%; +} + +.-m-5\/16 { + margin: -31.25%; +} + +.-m-6\/16 { + margin: -37.5%; +} + +.-m-7\/16 { + margin: -43.75%; +} + +.-m-8\/16 { + margin: -50%; +} + +.-m-9\/16 { + margin: -56.25%; +} + +.-m-10\/16 { + margin: -62.5%; +} + +.-m-11\/16 { + margin: -68.75%; +} + +.-m-12\/16 { + margin: -75%; +} + +.-m-13\/16 { + margin: -81.25%; +} + +.-m-14\/16 { + margin: -87.5%; +} + +.-m-15\/16 { + margin: -93.75%; +} + .-m-full { margin: -100%; } @@ -19589,6 +20129,156 @@ video { margin-right: 91.666667%; } +.my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; +} + +.mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; +} + +.my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; +} + +.mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; +} + +.my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; +} + +.mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; +} + +.my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; +} + +.mx-4\/16 { + margin-left: 25%; + margin-right: 25%; +} + +.my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; +} + +.mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; +} + +.my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; +} + +.mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; +} + +.my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; +} + +.mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; +} + +.my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-8\/16 { + margin-left: 50%; + margin-right: 50%; +} + +.my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; +} + +.mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; +} + +.my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; +} + +.mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; +} + +.my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; +} + +.mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; +} + +.my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; +} + +.mx-12\/16 { + margin-left: 75%; + margin-right: 75%; +} + +.my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; +} + +.mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; +} + +.my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; +} + +.mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; +} + +.my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; +} + +.mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; +} + .my-full { margin-top: 100%; margin-bottom: 100%; @@ -20219,6 +20909,156 @@ video { margin-right: -91.66667%; } +.-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; +} + +.-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; +} + +.-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; +} + +.-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; +} + +.-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; +} + +.-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; +} + +.-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; +} + +.-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; +} + +.-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; +} + +.-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; +} + +.-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; +} + +.-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; +} + +.-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; +} + +.-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; +} + +.-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; +} + +.-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; +} + +.-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; +} + +.-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; +} + +.-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; +} + +.-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; +} + +.-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; +} + +.-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; +} + +.-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; +} + +.-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; +} + +.-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; +} + +.-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; +} + +.-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; +} + +.-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; +} + .-my-full { margin-top: -100%; margin-bottom: -100%; @@ -21253,6 +22093,246 @@ video { margin-left: 91.666667%; } +.mt-1\/16 { + margin-top: 6.25%; +} + +.mr-1\/16 { + margin-right: 6.25%; +} + +.mb-1\/16 { + margin-bottom: 6.25%; +} + +.ml-1\/16 { + margin-left: 6.25%; +} + +.mt-2\/16 { + margin-top: 12.5%; +} + +.mr-2\/16 { + margin-right: 12.5%; +} + +.mb-2\/16 { + margin-bottom: 12.5%; +} + +.ml-2\/16 { + margin-left: 12.5%; +} + +.mt-3\/16 { + margin-top: 18.75%; +} + +.mr-3\/16 { + margin-right: 18.75%; +} + +.mb-3\/16 { + margin-bottom: 18.75%; +} + +.ml-3\/16 { + margin-left: 18.75%; +} + +.mt-4\/16 { + margin-top: 25%; +} + +.mr-4\/16 { + margin-right: 25%; +} + +.mb-4\/16 { + margin-bottom: 25%; +} + +.ml-4\/16 { + margin-left: 25%; +} + +.mt-5\/16 { + margin-top: 31.25%; +} + +.mr-5\/16 { + margin-right: 31.25%; +} + +.mb-5\/16 { + margin-bottom: 31.25%; +} + +.ml-5\/16 { + margin-left: 31.25%; +} + +.mt-6\/16 { + margin-top: 37.5%; +} + +.mr-6\/16 { + margin-right: 37.5%; +} + +.mb-6\/16 { + margin-bottom: 37.5%; +} + +.ml-6\/16 { + margin-left: 37.5%; +} + +.mt-7\/16 { + margin-top: 43.75%; +} + +.mr-7\/16 { + margin-right: 43.75%; +} + +.mb-7\/16 { + margin-bottom: 43.75%; +} + +.ml-7\/16 { + margin-left: 43.75%; +} + +.mt-8\/16 { + margin-top: 50%; +} + +.mr-8\/16 { + margin-right: 50%; +} + +.mb-8\/16 { + margin-bottom: 50%; +} + +.ml-8\/16 { + margin-left: 50%; +} + +.mt-9\/16 { + margin-top: 56.25%; +} + +.mr-9\/16 { + margin-right: 56.25%; +} + +.mb-9\/16 { + margin-bottom: 56.25%; +} + +.ml-9\/16 { + margin-left: 56.25%; +} + +.mt-10\/16 { + margin-top: 62.5%; +} + +.mr-10\/16 { + margin-right: 62.5%; +} + +.mb-10\/16 { + margin-bottom: 62.5%; +} + +.ml-10\/16 { + margin-left: 62.5%; +} + +.mt-11\/16 { + margin-top: 68.75%; +} + +.mr-11\/16 { + margin-right: 68.75%; +} + +.mb-11\/16 { + margin-bottom: 68.75%; +} + +.ml-11\/16 { + margin-left: 68.75%; +} + +.mt-12\/16 { + margin-top: 75%; +} + +.mr-12\/16 { + margin-right: 75%; +} + +.mb-12\/16 { + margin-bottom: 75%; +} + +.ml-12\/16 { + margin-left: 75%; +} + +.mt-13\/16 { + margin-top: 81.25%; +} + +.mr-13\/16 { + margin-right: 81.25%; +} + +.mb-13\/16 { + margin-bottom: 81.25%; +} + +.ml-13\/16 { + margin-left: 81.25%; +} + +.mt-14\/16 { + margin-top: 87.5%; +} + +.mr-14\/16 { + margin-right: 87.5%; +} + +.mb-14\/16 { + margin-bottom: 87.5%; +} + +.ml-14\/16 { + margin-left: 87.5%; +} + +.mt-15\/16 { + margin-top: 93.75%; +} + +.mr-15\/16 { + margin-right: 93.75%; +} + +.mb-15\/16 { + margin-bottom: 93.75%; +} + +.ml-15\/16 { + margin-left: 93.75%; +} + .mt-full { margin-top: 100%; } @@ -22261,6 +23341,246 @@ video { margin-left: -91.66667%; } +.-mt-1\/16 { + margin-top: -6.25%; +} + +.-mr-1\/16 { + margin-right: -6.25%; +} + +.-mb-1\/16 { + margin-bottom: -6.25%; +} + +.-ml-1\/16 { + margin-left: -6.25%; +} + +.-mt-2\/16 { + margin-top: -12.5%; +} + +.-mr-2\/16 { + margin-right: -12.5%; +} + +.-mb-2\/16 { + margin-bottom: -12.5%; +} + +.-ml-2\/16 { + margin-left: -12.5%; +} + +.-mt-3\/16 { + margin-top: -18.75%; +} + +.-mr-3\/16 { + margin-right: -18.75%; +} + +.-mb-3\/16 { + margin-bottom: -18.75%; +} + +.-ml-3\/16 { + margin-left: -18.75%; +} + +.-mt-4\/16 { + margin-top: -25%; +} + +.-mr-4\/16 { + margin-right: -25%; +} + +.-mb-4\/16 { + margin-bottom: -25%; +} + +.-ml-4\/16 { + margin-left: -25%; +} + +.-mt-5\/16 { + margin-top: -31.25%; +} + +.-mr-5\/16 { + margin-right: -31.25%; +} + +.-mb-5\/16 { + margin-bottom: -31.25%; +} + +.-ml-5\/16 { + margin-left: -31.25%; +} + +.-mt-6\/16 { + margin-top: -37.5%; +} + +.-mr-6\/16 { + margin-right: -37.5%; +} + +.-mb-6\/16 { + margin-bottom: -37.5%; +} + +.-ml-6\/16 { + margin-left: -37.5%; +} + +.-mt-7\/16 { + margin-top: -43.75%; +} + +.-mr-7\/16 { + margin-right: -43.75%; +} + +.-mb-7\/16 { + margin-bottom: -43.75%; +} + +.-ml-7\/16 { + margin-left: -43.75%; +} + +.-mt-8\/16 { + margin-top: -50%; +} + +.-mr-8\/16 { + margin-right: -50%; +} + +.-mb-8\/16 { + margin-bottom: -50%; +} + +.-ml-8\/16 { + margin-left: -50%; +} + +.-mt-9\/16 { + margin-top: -56.25%; +} + +.-mr-9\/16 { + margin-right: -56.25%; +} + +.-mb-9\/16 { + margin-bottom: -56.25%; +} + +.-ml-9\/16 { + margin-left: -56.25%; +} + +.-mt-10\/16 { + margin-top: -62.5%; +} + +.-mr-10\/16 { + margin-right: -62.5%; +} + +.-mb-10\/16 { + margin-bottom: -62.5%; +} + +.-ml-10\/16 { + margin-left: -62.5%; +} + +.-mt-11\/16 { + margin-top: -68.75%; +} + +.-mr-11\/16 { + margin-right: -68.75%; +} + +.-mb-11\/16 { + margin-bottom: -68.75%; +} + +.-ml-11\/16 { + margin-left: -68.75%; +} + +.-mt-12\/16 { + margin-top: -75%; +} + +.-mr-12\/16 { + margin-right: -75%; +} + +.-mb-12\/16 { + margin-bottom: -75%; +} + +.-ml-12\/16 { + margin-left: -75%; +} + +.-mt-13\/16 { + margin-top: -81.25%; +} + +.-mr-13\/16 { + margin-right: -81.25%; +} + +.-mb-13\/16 { + margin-bottom: -81.25%; +} + +.-ml-13\/16 { + margin-left: -81.25%; +} + +.-mt-14\/16 { + margin-top: -87.5%; +} + +.-mr-14\/16 { + margin-right: -87.5%; +} + +.-mb-14\/16 { + margin-bottom: -87.5%; +} + +.-ml-14\/16 { + margin-left: -87.5%; +} + +.-mt-15\/16 { + margin-top: -93.75%; +} + +.-mr-15\/16 { + margin-right: -93.75%; +} + +.-mb-15\/16 { + margin-bottom: -93.75%; +} + +.-ml-15\/16 { + margin-left: -93.75%; +} + .-mt-full { margin-top: -100%; } @@ -22533,6 +23853,66 @@ video { max-height: 91.666667%; } +.max-h-1\/16 { + max-height: 6.25%; +} + +.max-h-2\/16 { + max-height: 12.5%; +} + +.max-h-3\/16 { + max-height: 18.75%; +} + +.max-h-4\/16 { + max-height: 25%; +} + +.max-h-5\/16 { + max-height: 31.25%; +} + +.max-h-6\/16 { + max-height: 37.5%; +} + +.max-h-7\/16 { + max-height: 43.75%; +} + +.max-h-8\/16 { + max-height: 50%; +} + +.max-h-9\/16 { + max-height: 56.25%; +} + +.max-h-10\/16 { + max-height: 62.5%; +} + +.max-h-11\/16 { + max-height: 68.75%; +} + +.max-h-12\/16 { + max-height: 75%; +} + +.max-h-13\/16 { + max-height: 81.25%; +} + +.max-h-14\/16 { + max-height: 87.5%; +} + +.max-h-15\/16 { + max-height: 93.75%; +} + .max-h-full { max-height: 100%; } @@ -23131,6 +24511,66 @@ video { padding: 91.666667%; } +.p-1\/16 { + padding: 6.25%; +} + +.p-2\/16 { + padding: 12.5%; +} + +.p-3\/16 { + padding: 18.75%; +} + +.p-4\/16 { + padding: 25%; +} + +.p-5\/16 { + padding: 31.25%; +} + +.p-6\/16 { + padding: 37.5%; +} + +.p-7\/16 { + padding: 43.75%; +} + +.p-8\/16 { + padding: 50%; +} + +.p-9\/16 { + padding: 56.25%; +} + +.p-10\/16 { + padding: 62.5%; +} + +.p-11\/16 { + padding: 68.75%; +} + +.p-12\/16 { + padding: 75%; +} + +.p-13\/16 { + padding: 81.25%; +} + +.p-14\/16 { + padding: 87.5%; +} + +.p-15\/16 { + padding: 93.75%; +} + .p-full { padding: 100%; } @@ -23765,6 +25205,156 @@ video { padding-right: 91.666667%; } +.py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; +} + +.px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; +} + +.py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; +} + +.px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; +} + +.py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; +} + +.px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; +} + +.py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; +} + +.px-4\/16 { + padding-left: 25%; + padding-right: 25%; +} + +.py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; +} + +.px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; +} + +.py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; +} + +.px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; +} + +.py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; +} + +.px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; +} + +.py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-8\/16 { + padding-left: 50%; + padding-right: 50%; +} + +.py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; +} + +.px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; +} + +.py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; +} + +.px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; +} + +.py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; +} + +.px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; +} + +.py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; +} + +.px-12\/16 { + padding-left: 75%; + padding-right: 75%; +} + +.py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; +} + +.px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; +} + +.py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; +} + +.px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; +} + +.py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; +} + +.px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; +} + .py-full { padding-top: 100%; padding-bottom: 100%; @@ -24783,6 +26373,246 @@ video { padding-left: 91.666667%; } +.pt-1\/16 { + padding-top: 6.25%; +} + +.pr-1\/16 { + padding-right: 6.25%; +} + +.pb-1\/16 { + padding-bottom: 6.25%; +} + +.pl-1\/16 { + padding-left: 6.25%; +} + +.pt-2\/16 { + padding-top: 12.5%; +} + +.pr-2\/16 { + padding-right: 12.5%; +} + +.pb-2\/16 { + padding-bottom: 12.5%; +} + +.pl-2\/16 { + padding-left: 12.5%; +} + +.pt-3\/16 { + padding-top: 18.75%; +} + +.pr-3\/16 { + padding-right: 18.75%; +} + +.pb-3\/16 { + padding-bottom: 18.75%; +} + +.pl-3\/16 { + padding-left: 18.75%; +} + +.pt-4\/16 { + padding-top: 25%; +} + +.pr-4\/16 { + padding-right: 25%; +} + +.pb-4\/16 { + padding-bottom: 25%; +} + +.pl-4\/16 { + padding-left: 25%; +} + +.pt-5\/16 { + padding-top: 31.25%; +} + +.pr-5\/16 { + padding-right: 31.25%; +} + +.pb-5\/16 { + padding-bottom: 31.25%; +} + +.pl-5\/16 { + padding-left: 31.25%; +} + +.pt-6\/16 { + padding-top: 37.5%; +} + +.pr-6\/16 { + padding-right: 37.5%; +} + +.pb-6\/16 { + padding-bottom: 37.5%; +} + +.pl-6\/16 { + padding-left: 37.5%; +} + +.pt-7\/16 { + padding-top: 43.75%; +} + +.pr-7\/16 { + padding-right: 43.75%; +} + +.pb-7\/16 { + padding-bottom: 43.75%; +} + +.pl-7\/16 { + padding-left: 43.75%; +} + +.pt-8\/16 { + padding-top: 50%; +} + +.pr-8\/16 { + padding-right: 50%; +} + +.pb-8\/16 { + padding-bottom: 50%; +} + +.pl-8\/16 { + padding-left: 50%; +} + +.pt-9\/16 { + padding-top: 56.25%; +} + +.pr-9\/16 { + padding-right: 56.25%; +} + +.pb-9\/16 { + padding-bottom: 56.25%; +} + +.pl-9\/16 { + padding-left: 56.25%; +} + +.pt-10\/16 { + padding-top: 62.5%; +} + +.pr-10\/16 { + padding-right: 62.5%; +} + +.pb-10\/16 { + padding-bottom: 62.5%; +} + +.pl-10\/16 { + padding-left: 62.5%; +} + +.pt-11\/16 { + padding-top: 68.75%; +} + +.pr-11\/16 { + padding-right: 68.75%; +} + +.pb-11\/16 { + padding-bottom: 68.75%; +} + +.pl-11\/16 { + padding-left: 68.75%; +} + +.pt-12\/16 { + padding-top: 75%; +} + +.pr-12\/16 { + padding-right: 75%; +} + +.pb-12\/16 { + padding-bottom: 75%; +} + +.pl-12\/16 { + padding-left: 75%; +} + +.pt-13\/16 { + padding-top: 81.25%; +} + +.pr-13\/16 { + padding-right: 81.25%; +} + +.pb-13\/16 { + padding-bottom: 81.25%; +} + +.pl-13\/16 { + padding-left: 81.25%; +} + +.pt-14\/16 { + padding-top: 87.5%; +} + +.pr-14\/16 { + padding-right: 87.5%; +} + +.pb-14\/16 { + padding-bottom: 87.5%; +} + +.pl-14\/16 { + padding-left: 87.5%; +} + +.pt-15\/16 { + padding-top: 93.75%; +} + +.pr-15\/16 { + padding-right: 93.75%; +} + +.pb-15\/16 { + padding-bottom: 93.75%; +} + +.pl-15\/16 { + padding-left: 93.75%; +} + .pt-full { padding-top: 100%; } @@ -27189,6 +29019,111 @@ video { left: 91.666667%; } +.inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; +} + +.inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; +} + +.inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; +} + +.inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; +} + +.inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; +} + +.inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; +} + +.inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; +} + +.inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; +} + +.inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; +} + +.inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; +} + +.inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; +} + +.inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; +} + +.inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; +} + +.inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; +} + .inset-full { top: 100%; right: 100%; @@ -27630,6 +29565,111 @@ video { left: -91.66667%; } +.-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; +} + +.-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; +} + +.-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; +} + +.-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; +} + +.-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; +} + +.-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; +} + +.-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; +} + +.-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; +} + +.-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; +} + +.-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; +} + +.-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; +} + +.-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; +} + +.-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; +} + +.-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; +} + .-inset-full { top: -100%; right: -100%; @@ -28277,6 +30317,156 @@ video { left: 91.666667%; } +.inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; +} + +.inset-x-1\/16 { + right: 6.25%; + left: 6.25%; +} + +.inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; +} + +.inset-x-2\/16 { + right: 12.5%; + left: 12.5%; +} + +.inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; +} + +.inset-x-3\/16 { + right: 18.75%; + left: 18.75%; +} + +.inset-y-4\/16 { + top: 25%; + bottom: 25%; +} + +.inset-x-4\/16 { + right: 25%; + left: 25%; +} + +.inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; +} + +.inset-x-5\/16 { + right: 31.25%; + left: 31.25%; +} + +.inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; +} + +.inset-x-6\/16 { + right: 37.5%; + left: 37.5%; +} + +.inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; +} + +.inset-x-7\/16 { + right: 43.75%; + left: 43.75%; +} + +.inset-y-8\/16 { + top: 50%; + bottom: 50%; +} + +.inset-x-8\/16 { + right: 50%; + left: 50%; +} + +.inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; +} + +.inset-x-9\/16 { + right: 56.25%; + left: 56.25%; +} + +.inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; +} + +.inset-x-10\/16 { + right: 62.5%; + left: 62.5%; +} + +.inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; +} + +.inset-x-11\/16 { + right: 68.75%; + left: 68.75%; +} + +.inset-y-12\/16 { + top: 75%; + bottom: 75%; +} + +.inset-x-12\/16 { + right: 75%; + left: 75%; +} + +.inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; +} + +.inset-x-13\/16 { + right: 81.25%; + left: 81.25%; +} + +.inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; +} + +.inset-x-14\/16 { + right: 87.5%; + left: 87.5%; +} + +.inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; +} + +.inset-x-15\/16 { + right: 93.75%; + left: 93.75%; +} + .inset-y-full { top: 100%; bottom: 100%; @@ -28907,6 +31097,156 @@ video { left: -91.66667%; } +.-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; +} + +.-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; +} + +.-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; +} + +.-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; +} + +.-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; +} + +.-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; +} + +.-inset-y-4\/16 { + top: -25%; + bottom: -25%; +} + +.-inset-x-4\/16 { + right: -25%; + left: -25%; +} + +.-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; +} + +.-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; +} + +.-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; +} + +.-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; +} + +.-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; +} + +.-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; +} + +.-inset-y-8\/16 { + top: -50%; + bottom: -50%; +} + +.-inset-x-8\/16 { + right: -50%; + left: -50%; +} + +.-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; +} + +.-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; +} + +.-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; +} + +.-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; +} + +.-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; +} + +.-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; +} + +.-inset-y-12\/16 { + top: -75%; + bottom: -75%; +} + +.-inset-x-12\/16 { + right: -75%; + left: -75%; +} + +.-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; +} + +.-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; +} + +.-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; +} + +.-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; +} + +.-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; +} + +.-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; +} + .-inset-y-full { top: -100%; bottom: -100%; @@ -29941,6 +32281,246 @@ video { left: 91.666667%; } +.top-1\/16 { + top: 6.25%; +} + +.right-1\/16 { + right: 6.25%; +} + +.bottom-1\/16 { + bottom: 6.25%; +} + +.left-1\/16 { + left: 6.25%; +} + +.top-2\/16 { + top: 12.5%; +} + +.right-2\/16 { + right: 12.5%; +} + +.bottom-2\/16 { + bottom: 12.5%; +} + +.left-2\/16 { + left: 12.5%; +} + +.top-3\/16 { + top: 18.75%; +} + +.right-3\/16 { + right: 18.75%; +} + +.bottom-3\/16 { + bottom: 18.75%; +} + +.left-3\/16 { + left: 18.75%; +} + +.top-4\/16 { + top: 25%; +} + +.right-4\/16 { + right: 25%; +} + +.bottom-4\/16 { + bottom: 25%; +} + +.left-4\/16 { + left: 25%; +} + +.top-5\/16 { + top: 31.25%; +} + +.right-5\/16 { + right: 31.25%; +} + +.bottom-5\/16 { + bottom: 31.25%; +} + +.left-5\/16 { + left: 31.25%; +} + +.top-6\/16 { + top: 37.5%; +} + +.right-6\/16 { + right: 37.5%; +} + +.bottom-6\/16 { + bottom: 37.5%; +} + +.left-6\/16 { + left: 37.5%; +} + +.top-7\/16 { + top: 43.75%; +} + +.right-7\/16 { + right: 43.75%; +} + +.bottom-7\/16 { + bottom: 43.75%; +} + +.left-7\/16 { + left: 43.75%; +} + +.top-8\/16 { + top: 50%; +} + +.right-8\/16 { + right: 50%; +} + +.bottom-8\/16 { + bottom: 50%; +} + +.left-8\/16 { + left: 50%; +} + +.top-9\/16 { + top: 56.25%; +} + +.right-9\/16 { + right: 56.25%; +} + +.bottom-9\/16 { + bottom: 56.25%; +} + +.left-9\/16 { + left: 56.25%; +} + +.top-10\/16 { + top: 62.5%; +} + +.right-10\/16 { + right: 62.5%; +} + +.bottom-10\/16 { + bottom: 62.5%; +} + +.left-10\/16 { + left: 62.5%; +} + +.top-11\/16 { + top: 68.75%; +} + +.right-11\/16 { + right: 68.75%; +} + +.bottom-11\/16 { + bottom: 68.75%; +} + +.left-11\/16 { + left: 68.75%; +} + +.top-12\/16 { + top: 75%; +} + +.right-12\/16 { + right: 75%; +} + +.bottom-12\/16 { + bottom: 75%; +} + +.left-12\/16 { + left: 75%; +} + +.top-13\/16 { + top: 81.25%; +} + +.right-13\/16 { + right: 81.25%; +} + +.bottom-13\/16 { + bottom: 81.25%; +} + +.left-13\/16 { + left: 81.25%; +} + +.top-14\/16 { + top: 87.5%; +} + +.right-14\/16 { + right: 87.5%; +} + +.bottom-14\/16 { + bottom: 87.5%; +} + +.left-14\/16 { + left: 87.5%; +} + +.top-15\/16 { + top: 93.75%; +} + +.right-15\/16 { + right: 93.75%; +} + +.bottom-15\/16 { + bottom: 93.75%; +} + +.left-15\/16 { + left: 93.75%; +} + .top-full { top: 100%; } @@ -30949,6 +33529,246 @@ video { left: -91.66667%; } +.-top-1\/16 { + top: -6.25%; +} + +.-right-1\/16 { + right: -6.25%; +} + +.-bottom-1\/16 { + bottom: -6.25%; +} + +.-left-1\/16 { + left: -6.25%; +} + +.-top-2\/16 { + top: -12.5%; +} + +.-right-2\/16 { + right: -12.5%; +} + +.-bottom-2\/16 { + bottom: -12.5%; +} + +.-left-2\/16 { + left: -12.5%; +} + +.-top-3\/16 { + top: -18.75%; +} + +.-right-3\/16 { + right: -18.75%; +} + +.-bottom-3\/16 { + bottom: -18.75%; +} + +.-left-3\/16 { + left: -18.75%; +} + +.-top-4\/16 { + top: -25%; +} + +.-right-4\/16 { + right: -25%; +} + +.-bottom-4\/16 { + bottom: -25%; +} + +.-left-4\/16 { + left: -25%; +} + +.-top-5\/16 { + top: -31.25%; +} + +.-right-5\/16 { + right: -31.25%; +} + +.-bottom-5\/16 { + bottom: -31.25%; +} + +.-left-5\/16 { + left: -31.25%; +} + +.-top-6\/16 { + top: -37.5%; +} + +.-right-6\/16 { + right: -37.5%; +} + +.-bottom-6\/16 { + bottom: -37.5%; +} + +.-left-6\/16 { + left: -37.5%; +} + +.-top-7\/16 { + top: -43.75%; +} + +.-right-7\/16 { + right: -43.75%; +} + +.-bottom-7\/16 { + bottom: -43.75%; +} + +.-left-7\/16 { + left: -43.75%; +} + +.-top-8\/16 { + top: -50%; +} + +.-right-8\/16 { + right: -50%; +} + +.-bottom-8\/16 { + bottom: -50%; +} + +.-left-8\/16 { + left: -50%; +} + +.-top-9\/16 { + top: -56.25%; +} + +.-right-9\/16 { + right: -56.25%; +} + +.-bottom-9\/16 { + bottom: -56.25%; +} + +.-left-9\/16 { + left: -56.25%; +} + +.-top-10\/16 { + top: -62.5%; +} + +.-right-10\/16 { + right: -62.5%; +} + +.-bottom-10\/16 { + bottom: -62.5%; +} + +.-left-10\/16 { + left: -62.5%; +} + +.-top-11\/16 { + top: -68.75%; +} + +.-right-11\/16 { + right: -68.75%; +} + +.-bottom-11\/16 { + bottom: -68.75%; +} + +.-left-11\/16 { + left: -68.75%; +} + +.-top-12\/16 { + top: -75%; +} + +.-right-12\/16 { + right: -75%; +} + +.-bottom-12\/16 { + bottom: -75%; +} + +.-left-12\/16 { + left: -75%; +} + +.-top-13\/16 { + top: -81.25%; +} + +.-right-13\/16 { + right: -81.25%; +} + +.-bottom-13\/16 { + bottom: -81.25%; +} + +.-left-13\/16 { + left: -81.25%; +} + +.-top-14\/16 { + top: -87.5%; +} + +.-right-14\/16 { + right: -87.5%; +} + +.-bottom-14\/16 { + bottom: -87.5%; +} + +.-left-14\/16 { + left: -87.5%; +} + +.-top-15\/16 { + top: -93.75%; +} + +.-right-15\/16 { + right: -93.75%; +} + +.-bottom-15\/16 { + bottom: -93.75%; +} + +.-left-15\/16 { + left: -93.75%; +} + .-top-full { top: -100%; } @@ -34505,6 +37325,66 @@ video { width: 91.666667%; } +.w-1\/16 { + width: 6.25%; +} + +.w-2\/16 { + width: 12.5%; +} + +.w-3\/16 { + width: 18.75%; +} + +.w-4\/16 { + width: 25%; +} + +.w-5\/16 { + width: 31.25%; +} + +.w-6\/16 { + width: 37.5%; +} + +.w-7\/16 { + width: 43.75%; +} + +.w-8\/16 { + width: 50%; +} + +.w-9\/16 { + width: 56.25%; +} + +.w-10\/16 { + width: 62.5%; +} + +.w-11\/16 { + width: 68.75%; +} + +.w-12\/16 { + width: 75%; +} + +.w-13\/16 { + width: 81.25%; +} + +.w-14\/16 { + width: 87.5%; +} + +.w-15\/16 { + width: 93.75%; +} + .w-full { width: 100%; } @@ -34864,6 +37744,81 @@ video { gap: 91.666667%; } +.gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; +} + +.gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; +} + +.gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; +} + +.gap-4\/16 { + grid-gap: 25%; + gap: 25%; +} + +.gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; +} + +.gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; +} + +.gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; +} + +.gap-8\/16 { + grid-gap: 50%; + gap: 50%; +} + +.gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; +} + +.gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; +} + +.gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; +} + +.gap-12\/16 { + grid-gap: 75%; + gap: 75%; +} + +.gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; +} + +.gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; +} + +.gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; +} + .gap-full { grid-gap: 100%; gap: 100%; @@ -35184,6 +38139,81 @@ video { column-gap: 91.666667%; } +.gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; +} + +.gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; +} + +.gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; +} + +.gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; +} + +.gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; +} + +.gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; +} + +.gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; +} + +.gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; +} + +.gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; +} + +.gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; +} + +.gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; +} + +.gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; +} + +.gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; +} + +.gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; +} + .gap-x-full { grid-column-gap: 100%; column-gap: 100%; @@ -35504,6 +38534,81 @@ video { row-gap: 91.666667%; } +.gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; +} + +.gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; +} + +.gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; +} + +.gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; +} + +.gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; +} + +.gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; +} + +.gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; +} + +.gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; +} + +.gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; +} + +.gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; +} + +.gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; +} + +.gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; +} + +.gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; +} + +.gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; +} + .gap-y-full { grid-row-gap: 100%; row-gap: 100%; @@ -35570,7 +38675,7 @@ video { } .grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .grid-cols-none { @@ -35645,6 +38750,22 @@ video { grid-column: span 12 / span 12; } +.col-span-13 { + grid-column: span 13 / span 13; +} + +.col-span-14 { + grid-column: span 14 / span 14; +} + +.col-span-15 { + grid-column: span 15 / span 15; +} + +.col-span-16 { + grid-column: span 16 / span 16; +} + .col-span-full { grid-column: 1 / -1; } @@ -35701,6 +38822,22 @@ video { grid-column-start: 13; } +.col-start-14 { + grid-column-start: 14; +} + +.col-start-15 { + grid-column-start: 15; +} + +.col-start-16 { + grid-column-start: 16; +} + +.col-start-17 { + grid-column-start: 17; +} + .col-start-auto { grid-column-start: auto; } @@ -35757,6 +38894,22 @@ video { grid-column-end: 13; } +.col-end-14 { + grid-column-end: 14; +} + +.col-end-15 { + grid-column-end: 15; +} + +.col-end-16 { + grid-column-end: 16; +} + +.col-end-17 { + grid-column-end: 17; +} + .col-end-auto { grid-column-end: auto; } @@ -36809,6 +39962,66 @@ video { --transform-translate-x: 91.666667%; } +.translate-x-1\/16 { + --transform-translate-x: 6.25%; +} + +.translate-x-2\/16 { + --transform-translate-x: 12.5%; +} + +.translate-x-3\/16 { + --transform-translate-x: 18.75%; +} + +.translate-x-4\/16 { + --transform-translate-x: 25%; +} + +.translate-x-5\/16 { + --transform-translate-x: 31.25%; +} + +.translate-x-6\/16 { + --transform-translate-x: 37.5%; +} + +.translate-x-7\/16 { + --transform-translate-x: 43.75%; +} + +.translate-x-8\/16 { + --transform-translate-x: 50%; +} + +.translate-x-9\/16 { + --transform-translate-x: 56.25%; +} + +.translate-x-10\/16 { + --transform-translate-x: 62.5%; +} + +.translate-x-11\/16 { + --transform-translate-x: 68.75%; +} + +.translate-x-12\/16 { + --transform-translate-x: 75%; +} + +.translate-x-13\/16 { + --transform-translate-x: 81.25%; +} + +.translate-x-14\/16 { + --transform-translate-x: 87.5%; +} + +.translate-x-15\/16 { + --transform-translate-x: 93.75%; +} + .translate-x-full { --transform-translate-x: 100%; } @@ -37061,6 +40274,66 @@ video { --transform-translate-x: -91.66667%; } +.-translate-x-1\/16 { + --transform-translate-x: -6.25%; +} + +.-translate-x-2\/16 { + --transform-translate-x: -12.5%; +} + +.-translate-x-3\/16 { + --transform-translate-x: -18.75%; +} + +.-translate-x-4\/16 { + --transform-translate-x: -25%; +} + +.-translate-x-5\/16 { + --transform-translate-x: -31.25%; +} + +.-translate-x-6\/16 { + --transform-translate-x: -37.5%; +} + +.-translate-x-7\/16 { + --transform-translate-x: -43.75%; +} + +.-translate-x-8\/16 { + --transform-translate-x: -50%; +} + +.-translate-x-9\/16 { + --transform-translate-x: -56.25%; +} + +.-translate-x-10\/16 { + --transform-translate-x: -62.5%; +} + +.-translate-x-11\/16 { + --transform-translate-x: -68.75%; +} + +.-translate-x-12\/16 { + --transform-translate-x: -75%; +} + +.-translate-x-13\/16 { + --transform-translate-x: -81.25%; +} + +.-translate-x-14\/16 { + --transform-translate-x: -87.5%; +} + +.-translate-x-15\/16 { + --transform-translate-x: -93.75%; +} + .-translate-x-full { --transform-translate-x: -100%; } @@ -37317,6 +40590,66 @@ video { --transform-translate-y: 91.666667%; } +.translate-y-1\/16 { + --transform-translate-y: 6.25%; +} + +.translate-y-2\/16 { + --transform-translate-y: 12.5%; +} + +.translate-y-3\/16 { + --transform-translate-y: 18.75%; +} + +.translate-y-4\/16 { + --transform-translate-y: 25%; +} + +.translate-y-5\/16 { + --transform-translate-y: 31.25%; +} + +.translate-y-6\/16 { + --transform-translate-y: 37.5%; +} + +.translate-y-7\/16 { + --transform-translate-y: 43.75%; +} + +.translate-y-8\/16 { + --transform-translate-y: 50%; +} + +.translate-y-9\/16 { + --transform-translate-y: 56.25%; +} + +.translate-y-10\/16 { + --transform-translate-y: 62.5%; +} + +.translate-y-11\/16 { + --transform-translate-y: 68.75%; +} + +.translate-y-12\/16 { + --transform-translate-y: 75%; +} + +.translate-y-13\/16 { + --transform-translate-y: 81.25%; +} + +.translate-y-14\/16 { + --transform-translate-y: 87.5%; +} + +.translate-y-15\/16 { + --transform-translate-y: 93.75%; +} + .translate-y-full { --transform-translate-y: 100%; } @@ -37569,6 +40902,66 @@ video { --transform-translate-y: -91.66667%; } +.-translate-y-1\/16 { + --transform-translate-y: -6.25%; +} + +.-translate-y-2\/16 { + --transform-translate-y: -12.5%; +} + +.-translate-y-3\/16 { + --transform-translate-y: -18.75%; +} + +.-translate-y-4\/16 { + --transform-translate-y: -25%; +} + +.-translate-y-5\/16 { + --transform-translate-y: -31.25%; +} + +.-translate-y-6\/16 { + --transform-translate-y: -37.5%; +} + +.-translate-y-7\/16 { + --transform-translate-y: -43.75%; +} + +.-translate-y-8\/16 { + --transform-translate-y: -50%; +} + +.-translate-y-9\/16 { + --transform-translate-y: -56.25%; +} + +.-translate-y-10\/16 { + --transform-translate-y: -62.5%; +} + +.-translate-y-11\/16 { + --transform-translate-y: -68.75%; +} + +.-translate-y-12\/16 { + --transform-translate-y: -75%; +} + +.-translate-y-13\/16 { + --transform-translate-y: -81.25%; +} + +.-translate-y-14\/16 { + --transform-translate-y: -87.5%; +} + +.-translate-y-15\/16 { + --transform-translate-y: -93.75%; +} + .-translate-y-full { --transform-translate-y: -100%; } @@ -37825,6 +41218,66 @@ video { --transform-translate-x: 91.666667%; } +.hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; +} + +.hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; +} + +.hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; +} + +.hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; +} + +.hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; +} + +.hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; +} + +.hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; +} + +.hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; +} + +.hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; +} + +.hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; +} + +.hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; +} + +.hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; +} + +.hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; +} + +.hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; +} + .hover\:translate-x-full:hover { --transform-translate-x: 100%; } @@ -38077,6 +41530,66 @@ video { --transform-translate-x: -91.66667%; } +.hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; +} + +.hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; +} + +.hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; +} + +.hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; +} + +.hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; +} + +.hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; +} + +.hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; +} + +.hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; +} + +.hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; +} + +.hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; +} + +.hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; +} + +.hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; +} + +.hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; +} + +.hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; +} + .hover\:-translate-x-full:hover { --transform-translate-x: -100%; } @@ -38333,6 +41846,66 @@ video { --transform-translate-y: 91.666667%; } +.hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; +} + +.hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; +} + +.hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; +} + +.hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; +} + +.hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; +} + +.hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; +} + +.hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; +} + +.hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; +} + +.hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; +} + +.hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; +} + +.hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; +} + +.hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; +} + +.hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; +} + +.hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; +} + .hover\:translate-y-full:hover { --transform-translate-y: 100%; } @@ -38585,6 +42158,66 @@ video { --transform-translate-y: -91.66667%; } +.hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; +} + +.hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; +} + +.hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; +} + +.hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; +} + +.hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; +} + +.hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; +} + +.hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; +} + +.hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; +} + +.hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; +} + +.hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; +} + +.hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; +} + +.hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; +} + +.hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; +} + +.hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; +} + .hover\:-translate-y-full:hover { --transform-translate-y: -100%; } @@ -38841,6 +42474,66 @@ video { --transform-translate-x: 91.666667%; } +.focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; +} + +.focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; +} + +.focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; +} + +.focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; +} + +.focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; +} + +.focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; +} + +.focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; +} + +.focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; +} + +.focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; +} + +.focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; +} + +.focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; +} + +.focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; +} + +.focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; +} + +.focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; +} + .focus\:translate-x-full:focus { --transform-translate-x: 100%; } @@ -39093,6 +42786,66 @@ video { --transform-translate-x: -91.66667%; } +.focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; +} + +.focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; +} + +.focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; +} + +.focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; +} + +.focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; +} + +.focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; +} + +.focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; +} + +.focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; +} + +.focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; +} + +.focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; +} + +.focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; +} + +.focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; +} + +.focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; +} + +.focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; +} + .focus\:-translate-x-full:focus { --transform-translate-x: -100%; } @@ -39349,6 +43102,66 @@ video { --transform-translate-y: 91.666667%; } +.focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; +} + +.focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; +} + +.focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; +} + +.focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; +} + +.focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; +} + +.focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; +} + +.focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; +} + +.focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; +} + +.focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; +} + +.focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; +} + +.focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; +} + +.focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; +} + +.focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; +} + +.focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; +} + .focus\:translate-y-full:focus { --transform-translate-y: 100%; } @@ -39601,6 +43414,66 @@ video { --transform-translate-y: -91.66667%; } +.focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; +} + +.focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; +} + +.focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; +} + +.focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; +} + +.focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; +} + +.focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; +} + +.focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; +} + +.focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; +} + +.focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; +} + +.focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; +} + +.focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; +} + +.focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; +} + +.focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; +} + +.focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; +} + .focus\:-translate-y-full:focus { --transform-translate-y: -100%; } @@ -40824,6 +44697,186 @@ video { margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .sm\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .sm\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .sm\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .sm\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .sm\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .sm\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .sm\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .sm\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .sm\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .sm\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(100% * calc(1 - var(--space-y-reverse))); @@ -41580,6 +45633,186 @@ video { margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .sm\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); @@ -57796,6 +62029,66 @@ video { height: 91.666667%; } + .sm\:h-1\/16 { + height: 6.25%; + } + + .sm\:h-2\/16 { + height: 12.5%; + } + + .sm\:h-3\/16 { + height: 18.75%; + } + + .sm\:h-4\/16 { + height: 25%; + } + + .sm\:h-5\/16 { + height: 31.25%; + } + + .sm\:h-6\/16 { + height: 37.5%; + } + + .sm\:h-7\/16 { + height: 43.75%; + } + + .sm\:h-8\/16 { + height: 50%; + } + + .sm\:h-9\/16 { + height: 56.25%; + } + + .sm\:h-10\/16 { + height: 62.5%; + } + + .sm\:h-11\/16 { + height: 68.75%; + } + + .sm\:h-12\/16 { + height: 75%; + } + + .sm\:h-13\/16 { + height: 81.25%; + } + + .sm\:h-14\/16 { + height: 87.5%; + } + + .sm\:h-15\/16 { + height: 93.75%; + } + .sm\:h-full { height: 100%; } @@ -58201,6 +62494,66 @@ video { margin: 91.666667%; } + .sm\:m-1\/16 { + margin: 6.25%; + } + + .sm\:m-2\/16 { + margin: 12.5%; + } + + .sm\:m-3\/16 { + margin: 18.75%; + } + + .sm\:m-4\/16 { + margin: 25%; + } + + .sm\:m-5\/16 { + margin: 31.25%; + } + + .sm\:m-6\/16 { + margin: 37.5%; + } + + .sm\:m-7\/16 { + margin: 43.75%; + } + + .sm\:m-8\/16 { + margin: 50%; + } + + .sm\:m-9\/16 { + margin: 56.25%; + } + + .sm\:m-10\/16 { + margin: 62.5%; + } + + .sm\:m-11\/16 { + margin: 68.75%; + } + + .sm\:m-12\/16 { + margin: 75%; + } + + .sm\:m-13\/16 { + margin: 81.25%; + } + + .sm\:m-14\/16 { + margin: 87.5%; + } + + .sm\:m-15\/16 { + margin: 93.75%; + } + .sm\:m-full { margin: 100%; } @@ -58453,6 +62806,66 @@ video { margin: -91.66667%; } + .sm\:-m-1\/16 { + margin: -6.25%; + } + + .sm\:-m-2\/16 { + margin: -12.5%; + } + + .sm\:-m-3\/16 { + margin: -18.75%; + } + + .sm\:-m-4\/16 { + margin: -25%; + } + + .sm\:-m-5\/16 { + margin: -31.25%; + } + + .sm\:-m-6\/16 { + margin: -37.5%; + } + + .sm\:-m-7\/16 { + margin: -43.75%; + } + + .sm\:-m-8\/16 { + margin: -50%; + } + + .sm\:-m-9\/16 { + margin: -56.25%; + } + + .sm\:-m-10\/16 { + margin: -62.5%; + } + + .sm\:-m-11\/16 { + margin: -68.75%; + } + + .sm\:-m-12\/16 { + margin: -75%; + } + + .sm\:-m-13\/16 { + margin: -81.25%; + } + + .sm\:-m-14\/16 { + margin: -87.5%; + } + + .sm\:-m-15\/16 { + margin: -93.75%; + } + .sm\:-m-full { margin: -100%; } @@ -59097,6 +63510,156 @@ video { margin-right: 91.666667%; } + .sm\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .sm\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .sm\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .sm\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .sm\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .sm\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .sm\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .sm\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .sm\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .sm\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .sm\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .sm\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .sm\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .sm\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .sm\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .sm\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .sm\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .sm\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .sm\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .sm\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .sm\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .sm\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .sm\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .sm\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .sm\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .sm\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .sm\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .sm\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + .sm\:my-full { margin-top: 100%; margin-bottom: 100%; @@ -59727,6 +64290,156 @@ video { margin-right: -91.66667%; } + .sm\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .sm\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .sm\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .sm\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .sm\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .sm\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .sm\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .sm\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .sm\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .sm\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .sm\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .sm\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .sm\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .sm\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .sm\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .sm\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .sm\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .sm\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .sm\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .sm\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .sm\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .sm\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .sm\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .sm\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .sm\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .sm\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .sm\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .sm\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + .sm\:-my-full { margin-top: -100%; margin-bottom: -100%; @@ -60761,6 +65474,246 @@ video { margin-left: 91.666667%; } + .sm\:mt-1\/16 { + margin-top: 6.25%; + } + + .sm\:mr-1\/16 { + margin-right: 6.25%; + } + + .sm\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .sm\:ml-1\/16 { + margin-left: 6.25%; + } + + .sm\:mt-2\/16 { + margin-top: 12.5%; + } + + .sm\:mr-2\/16 { + margin-right: 12.5%; + } + + .sm\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .sm\:ml-2\/16 { + margin-left: 12.5%; + } + + .sm\:mt-3\/16 { + margin-top: 18.75%; + } + + .sm\:mr-3\/16 { + margin-right: 18.75%; + } + + .sm\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .sm\:ml-3\/16 { + margin-left: 18.75%; + } + + .sm\:mt-4\/16 { + margin-top: 25%; + } + + .sm\:mr-4\/16 { + margin-right: 25%; + } + + .sm\:mb-4\/16 { + margin-bottom: 25%; + } + + .sm\:ml-4\/16 { + margin-left: 25%; + } + + .sm\:mt-5\/16 { + margin-top: 31.25%; + } + + .sm\:mr-5\/16 { + margin-right: 31.25%; + } + + .sm\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .sm\:ml-5\/16 { + margin-left: 31.25%; + } + + .sm\:mt-6\/16 { + margin-top: 37.5%; + } + + .sm\:mr-6\/16 { + margin-right: 37.5%; + } + + .sm\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .sm\:ml-6\/16 { + margin-left: 37.5%; + } + + .sm\:mt-7\/16 { + margin-top: 43.75%; + } + + .sm\:mr-7\/16 { + margin-right: 43.75%; + } + + .sm\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .sm\:ml-7\/16 { + margin-left: 43.75%; + } + + .sm\:mt-8\/16 { + margin-top: 50%; + } + + .sm\:mr-8\/16 { + margin-right: 50%; + } + + .sm\:mb-8\/16 { + margin-bottom: 50%; + } + + .sm\:ml-8\/16 { + margin-left: 50%; + } + + .sm\:mt-9\/16 { + margin-top: 56.25%; + } + + .sm\:mr-9\/16 { + margin-right: 56.25%; + } + + .sm\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .sm\:ml-9\/16 { + margin-left: 56.25%; + } + + .sm\:mt-10\/16 { + margin-top: 62.5%; + } + + .sm\:mr-10\/16 { + margin-right: 62.5%; + } + + .sm\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .sm\:ml-10\/16 { + margin-left: 62.5%; + } + + .sm\:mt-11\/16 { + margin-top: 68.75%; + } + + .sm\:mr-11\/16 { + margin-right: 68.75%; + } + + .sm\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .sm\:ml-11\/16 { + margin-left: 68.75%; + } + + .sm\:mt-12\/16 { + margin-top: 75%; + } + + .sm\:mr-12\/16 { + margin-right: 75%; + } + + .sm\:mb-12\/16 { + margin-bottom: 75%; + } + + .sm\:ml-12\/16 { + margin-left: 75%; + } + + .sm\:mt-13\/16 { + margin-top: 81.25%; + } + + .sm\:mr-13\/16 { + margin-right: 81.25%; + } + + .sm\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .sm\:ml-13\/16 { + margin-left: 81.25%; + } + + .sm\:mt-14\/16 { + margin-top: 87.5%; + } + + .sm\:mr-14\/16 { + margin-right: 87.5%; + } + + .sm\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .sm\:ml-14\/16 { + margin-left: 87.5%; + } + + .sm\:mt-15\/16 { + margin-top: 93.75%; + } + + .sm\:mr-15\/16 { + margin-right: 93.75%; + } + + .sm\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .sm\:ml-15\/16 { + margin-left: 93.75%; + } + .sm\:mt-full { margin-top: 100%; } @@ -61769,6 +66722,246 @@ video { margin-left: -91.66667%; } + .sm\:-mt-1\/16 { + margin-top: -6.25%; + } + + .sm\:-mr-1\/16 { + margin-right: -6.25%; + } + + .sm\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .sm\:-ml-1\/16 { + margin-left: -6.25%; + } + + .sm\:-mt-2\/16 { + margin-top: -12.5%; + } + + .sm\:-mr-2\/16 { + margin-right: -12.5%; + } + + .sm\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .sm\:-ml-2\/16 { + margin-left: -12.5%; + } + + .sm\:-mt-3\/16 { + margin-top: -18.75%; + } + + .sm\:-mr-3\/16 { + margin-right: -18.75%; + } + + .sm\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .sm\:-ml-3\/16 { + margin-left: -18.75%; + } + + .sm\:-mt-4\/16 { + margin-top: -25%; + } + + .sm\:-mr-4\/16 { + margin-right: -25%; + } + + .sm\:-mb-4\/16 { + margin-bottom: -25%; + } + + .sm\:-ml-4\/16 { + margin-left: -25%; + } + + .sm\:-mt-5\/16 { + margin-top: -31.25%; + } + + .sm\:-mr-5\/16 { + margin-right: -31.25%; + } + + .sm\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .sm\:-ml-5\/16 { + margin-left: -31.25%; + } + + .sm\:-mt-6\/16 { + margin-top: -37.5%; + } + + .sm\:-mr-6\/16 { + margin-right: -37.5%; + } + + .sm\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .sm\:-ml-6\/16 { + margin-left: -37.5%; + } + + .sm\:-mt-7\/16 { + margin-top: -43.75%; + } + + .sm\:-mr-7\/16 { + margin-right: -43.75%; + } + + .sm\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .sm\:-ml-7\/16 { + margin-left: -43.75%; + } + + .sm\:-mt-8\/16 { + margin-top: -50%; + } + + .sm\:-mr-8\/16 { + margin-right: -50%; + } + + .sm\:-mb-8\/16 { + margin-bottom: -50%; + } + + .sm\:-ml-8\/16 { + margin-left: -50%; + } + + .sm\:-mt-9\/16 { + margin-top: -56.25%; + } + + .sm\:-mr-9\/16 { + margin-right: -56.25%; + } + + .sm\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .sm\:-ml-9\/16 { + margin-left: -56.25%; + } + + .sm\:-mt-10\/16 { + margin-top: -62.5%; + } + + .sm\:-mr-10\/16 { + margin-right: -62.5%; + } + + .sm\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .sm\:-ml-10\/16 { + margin-left: -62.5%; + } + + .sm\:-mt-11\/16 { + margin-top: -68.75%; + } + + .sm\:-mr-11\/16 { + margin-right: -68.75%; + } + + .sm\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .sm\:-ml-11\/16 { + margin-left: -68.75%; + } + + .sm\:-mt-12\/16 { + margin-top: -75%; + } + + .sm\:-mr-12\/16 { + margin-right: -75%; + } + + .sm\:-mb-12\/16 { + margin-bottom: -75%; + } + + .sm\:-ml-12\/16 { + margin-left: -75%; + } + + .sm\:-mt-13\/16 { + margin-top: -81.25%; + } + + .sm\:-mr-13\/16 { + margin-right: -81.25%; + } + + .sm\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .sm\:-ml-13\/16 { + margin-left: -81.25%; + } + + .sm\:-mt-14\/16 { + margin-top: -87.5%; + } + + .sm\:-mr-14\/16 { + margin-right: -87.5%; + } + + .sm\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .sm\:-ml-14\/16 { + margin-left: -87.5%; + } + + .sm\:-mt-15\/16 { + margin-top: -93.75%; + } + + .sm\:-mr-15\/16 { + margin-right: -93.75%; + } + + .sm\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .sm\:-ml-15\/16 { + margin-left: -93.75%; + } + .sm\:-mt-full { margin-top: -100%; } @@ -62041,6 +67234,66 @@ video { max-height: 91.666667%; } + .sm\:max-h-1\/16 { + max-height: 6.25%; + } + + .sm\:max-h-2\/16 { + max-height: 12.5%; + } + + .sm\:max-h-3\/16 { + max-height: 18.75%; + } + + .sm\:max-h-4\/16 { + max-height: 25%; + } + + .sm\:max-h-5\/16 { + max-height: 31.25%; + } + + .sm\:max-h-6\/16 { + max-height: 37.5%; + } + + .sm\:max-h-7\/16 { + max-height: 43.75%; + } + + .sm\:max-h-8\/16 { + max-height: 50%; + } + + .sm\:max-h-9\/16 { + max-height: 56.25%; + } + + .sm\:max-h-10\/16 { + max-height: 62.5%; + } + + .sm\:max-h-11\/16 { + max-height: 68.75%; + } + + .sm\:max-h-12\/16 { + max-height: 75%; + } + + .sm\:max-h-13\/16 { + max-height: 81.25%; + } + + .sm\:max-h-14\/16 { + max-height: 87.5%; + } + + .sm\:max-h-15\/16 { + max-height: 93.75%; + } + .sm\:max-h-full { max-height: 100%; } @@ -62639,6 +67892,66 @@ video { padding: 91.666667%; } + .sm\:p-1\/16 { + padding: 6.25%; + } + + .sm\:p-2\/16 { + padding: 12.5%; + } + + .sm\:p-3\/16 { + padding: 18.75%; + } + + .sm\:p-4\/16 { + padding: 25%; + } + + .sm\:p-5\/16 { + padding: 31.25%; + } + + .sm\:p-6\/16 { + padding: 37.5%; + } + + .sm\:p-7\/16 { + padding: 43.75%; + } + + .sm\:p-8\/16 { + padding: 50%; + } + + .sm\:p-9\/16 { + padding: 56.25%; + } + + .sm\:p-10\/16 { + padding: 62.5%; + } + + .sm\:p-11\/16 { + padding: 68.75%; + } + + .sm\:p-12\/16 { + padding: 75%; + } + + .sm\:p-13\/16 { + padding: 81.25%; + } + + .sm\:p-14\/16 { + padding: 87.5%; + } + + .sm\:p-15\/16 { + padding: 93.75%; + } + .sm\:p-full { padding: 100%; } @@ -63273,6 +68586,156 @@ video { padding-right: 91.666667%; } + .sm\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .sm\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .sm\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .sm\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .sm\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .sm\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .sm\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .sm\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .sm\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .sm\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .sm\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .sm\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .sm\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .sm\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .sm\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .sm\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .sm\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .sm\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .sm\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .sm\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .sm\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .sm\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .sm\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .sm\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .sm\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .sm\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .sm\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .sm\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + .sm\:py-full { padding-top: 100%; padding-bottom: 100%; @@ -64291,6 +69754,246 @@ video { padding-left: 91.666667%; } + .sm\:pt-1\/16 { + padding-top: 6.25%; + } + + .sm\:pr-1\/16 { + padding-right: 6.25%; + } + + .sm\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .sm\:pl-1\/16 { + padding-left: 6.25%; + } + + .sm\:pt-2\/16 { + padding-top: 12.5%; + } + + .sm\:pr-2\/16 { + padding-right: 12.5%; + } + + .sm\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .sm\:pl-2\/16 { + padding-left: 12.5%; + } + + .sm\:pt-3\/16 { + padding-top: 18.75%; + } + + .sm\:pr-3\/16 { + padding-right: 18.75%; + } + + .sm\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .sm\:pl-3\/16 { + padding-left: 18.75%; + } + + .sm\:pt-4\/16 { + padding-top: 25%; + } + + .sm\:pr-4\/16 { + padding-right: 25%; + } + + .sm\:pb-4\/16 { + padding-bottom: 25%; + } + + .sm\:pl-4\/16 { + padding-left: 25%; + } + + .sm\:pt-5\/16 { + padding-top: 31.25%; + } + + .sm\:pr-5\/16 { + padding-right: 31.25%; + } + + .sm\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .sm\:pl-5\/16 { + padding-left: 31.25%; + } + + .sm\:pt-6\/16 { + padding-top: 37.5%; + } + + .sm\:pr-6\/16 { + padding-right: 37.5%; + } + + .sm\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .sm\:pl-6\/16 { + padding-left: 37.5%; + } + + .sm\:pt-7\/16 { + padding-top: 43.75%; + } + + .sm\:pr-7\/16 { + padding-right: 43.75%; + } + + .sm\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .sm\:pl-7\/16 { + padding-left: 43.75%; + } + + .sm\:pt-8\/16 { + padding-top: 50%; + } + + .sm\:pr-8\/16 { + padding-right: 50%; + } + + .sm\:pb-8\/16 { + padding-bottom: 50%; + } + + .sm\:pl-8\/16 { + padding-left: 50%; + } + + .sm\:pt-9\/16 { + padding-top: 56.25%; + } + + .sm\:pr-9\/16 { + padding-right: 56.25%; + } + + .sm\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .sm\:pl-9\/16 { + padding-left: 56.25%; + } + + .sm\:pt-10\/16 { + padding-top: 62.5%; + } + + .sm\:pr-10\/16 { + padding-right: 62.5%; + } + + .sm\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .sm\:pl-10\/16 { + padding-left: 62.5%; + } + + .sm\:pt-11\/16 { + padding-top: 68.75%; + } + + .sm\:pr-11\/16 { + padding-right: 68.75%; + } + + .sm\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .sm\:pl-11\/16 { + padding-left: 68.75%; + } + + .sm\:pt-12\/16 { + padding-top: 75%; + } + + .sm\:pr-12\/16 { + padding-right: 75%; + } + + .sm\:pb-12\/16 { + padding-bottom: 75%; + } + + .sm\:pl-12\/16 { + padding-left: 75%; + } + + .sm\:pt-13\/16 { + padding-top: 81.25%; + } + + .sm\:pr-13\/16 { + padding-right: 81.25%; + } + + .sm\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .sm\:pl-13\/16 { + padding-left: 81.25%; + } + + .sm\:pt-14\/16 { + padding-top: 87.5%; + } + + .sm\:pr-14\/16 { + padding-right: 87.5%; + } + + .sm\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .sm\:pl-14\/16 { + padding-left: 87.5%; + } + + .sm\:pt-15\/16 { + padding-top: 93.75%; + } + + .sm\:pr-15\/16 { + padding-right: 93.75%; + } + + .sm\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .sm\:pl-15\/16 { + padding-left: 93.75%; + } + .sm\:pt-full { padding-top: 100%; } @@ -66697,6 +72400,111 @@ video { left: 91.666667%; } + .sm\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .sm\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .sm\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .sm\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .sm\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .sm\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .sm\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .sm\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .sm\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .sm\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .sm\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .sm\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .sm\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .sm\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + .sm\:inset-full { top: 100%; right: 100%; @@ -67138,6 +72946,111 @@ video { left: -91.66667%; } + .sm\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .sm\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .sm\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .sm\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .sm\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .sm\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .sm\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .sm\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .sm\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .sm\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .sm\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .sm\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .sm\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .sm\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + .sm\:-inset-full { top: -100%; right: -100%; @@ -67785,6 +73698,156 @@ video { left: 91.666667%; } + .sm\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .sm\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .sm\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .sm\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .sm\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .sm\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .sm\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .sm\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .sm\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .sm\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .sm\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .sm\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .sm\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .sm\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .sm\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .sm\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .sm\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .sm\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .sm\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .sm\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .sm\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .sm\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .sm\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .sm\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .sm\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .sm\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .sm\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .sm\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + .sm\:inset-y-full { top: 100%; bottom: 100%; @@ -68415,6 +74478,156 @@ video { left: -91.66667%; } + .sm\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .sm\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .sm\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .sm\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .sm\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .sm\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .sm\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .sm\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .sm\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .sm\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .sm\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .sm\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .sm\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .sm\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .sm\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .sm\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .sm\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .sm\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .sm\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .sm\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .sm\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .sm\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .sm\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .sm\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .sm\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .sm\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .sm\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .sm\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + .sm\:-inset-y-full { top: -100%; bottom: -100%; @@ -69449,6 +75662,246 @@ video { left: 91.666667%; } + .sm\:top-1\/16 { + top: 6.25%; + } + + .sm\:right-1\/16 { + right: 6.25%; + } + + .sm\:bottom-1\/16 { + bottom: 6.25%; + } + + .sm\:left-1\/16 { + left: 6.25%; + } + + .sm\:top-2\/16 { + top: 12.5%; + } + + .sm\:right-2\/16 { + right: 12.5%; + } + + .sm\:bottom-2\/16 { + bottom: 12.5%; + } + + .sm\:left-2\/16 { + left: 12.5%; + } + + .sm\:top-3\/16 { + top: 18.75%; + } + + .sm\:right-3\/16 { + right: 18.75%; + } + + .sm\:bottom-3\/16 { + bottom: 18.75%; + } + + .sm\:left-3\/16 { + left: 18.75%; + } + + .sm\:top-4\/16 { + top: 25%; + } + + .sm\:right-4\/16 { + right: 25%; + } + + .sm\:bottom-4\/16 { + bottom: 25%; + } + + .sm\:left-4\/16 { + left: 25%; + } + + .sm\:top-5\/16 { + top: 31.25%; + } + + .sm\:right-5\/16 { + right: 31.25%; + } + + .sm\:bottom-5\/16 { + bottom: 31.25%; + } + + .sm\:left-5\/16 { + left: 31.25%; + } + + .sm\:top-6\/16 { + top: 37.5%; + } + + .sm\:right-6\/16 { + right: 37.5%; + } + + .sm\:bottom-6\/16 { + bottom: 37.5%; + } + + .sm\:left-6\/16 { + left: 37.5%; + } + + .sm\:top-7\/16 { + top: 43.75%; + } + + .sm\:right-7\/16 { + right: 43.75%; + } + + .sm\:bottom-7\/16 { + bottom: 43.75%; + } + + .sm\:left-7\/16 { + left: 43.75%; + } + + .sm\:top-8\/16 { + top: 50%; + } + + .sm\:right-8\/16 { + right: 50%; + } + + .sm\:bottom-8\/16 { + bottom: 50%; + } + + .sm\:left-8\/16 { + left: 50%; + } + + .sm\:top-9\/16 { + top: 56.25%; + } + + .sm\:right-9\/16 { + right: 56.25%; + } + + .sm\:bottom-9\/16 { + bottom: 56.25%; + } + + .sm\:left-9\/16 { + left: 56.25%; + } + + .sm\:top-10\/16 { + top: 62.5%; + } + + .sm\:right-10\/16 { + right: 62.5%; + } + + .sm\:bottom-10\/16 { + bottom: 62.5%; + } + + .sm\:left-10\/16 { + left: 62.5%; + } + + .sm\:top-11\/16 { + top: 68.75%; + } + + .sm\:right-11\/16 { + right: 68.75%; + } + + .sm\:bottom-11\/16 { + bottom: 68.75%; + } + + .sm\:left-11\/16 { + left: 68.75%; + } + + .sm\:top-12\/16 { + top: 75%; + } + + .sm\:right-12\/16 { + right: 75%; + } + + .sm\:bottom-12\/16 { + bottom: 75%; + } + + .sm\:left-12\/16 { + left: 75%; + } + + .sm\:top-13\/16 { + top: 81.25%; + } + + .sm\:right-13\/16 { + right: 81.25%; + } + + .sm\:bottom-13\/16 { + bottom: 81.25%; + } + + .sm\:left-13\/16 { + left: 81.25%; + } + + .sm\:top-14\/16 { + top: 87.5%; + } + + .sm\:right-14\/16 { + right: 87.5%; + } + + .sm\:bottom-14\/16 { + bottom: 87.5%; + } + + .sm\:left-14\/16 { + left: 87.5%; + } + + .sm\:top-15\/16 { + top: 93.75%; + } + + .sm\:right-15\/16 { + right: 93.75%; + } + + .sm\:bottom-15\/16 { + bottom: 93.75%; + } + + .sm\:left-15\/16 { + left: 93.75%; + } + .sm\:top-full { top: 100%; } @@ -70457,6 +76910,246 @@ video { left: -91.66667%; } + .sm\:-top-1\/16 { + top: -6.25%; + } + + .sm\:-right-1\/16 { + right: -6.25%; + } + + .sm\:-bottom-1\/16 { + bottom: -6.25%; + } + + .sm\:-left-1\/16 { + left: -6.25%; + } + + .sm\:-top-2\/16 { + top: -12.5%; + } + + .sm\:-right-2\/16 { + right: -12.5%; + } + + .sm\:-bottom-2\/16 { + bottom: -12.5%; + } + + .sm\:-left-2\/16 { + left: -12.5%; + } + + .sm\:-top-3\/16 { + top: -18.75%; + } + + .sm\:-right-3\/16 { + right: -18.75%; + } + + .sm\:-bottom-3\/16 { + bottom: -18.75%; + } + + .sm\:-left-3\/16 { + left: -18.75%; + } + + .sm\:-top-4\/16 { + top: -25%; + } + + .sm\:-right-4\/16 { + right: -25%; + } + + .sm\:-bottom-4\/16 { + bottom: -25%; + } + + .sm\:-left-4\/16 { + left: -25%; + } + + .sm\:-top-5\/16 { + top: -31.25%; + } + + .sm\:-right-5\/16 { + right: -31.25%; + } + + .sm\:-bottom-5\/16 { + bottom: -31.25%; + } + + .sm\:-left-5\/16 { + left: -31.25%; + } + + .sm\:-top-6\/16 { + top: -37.5%; + } + + .sm\:-right-6\/16 { + right: -37.5%; + } + + .sm\:-bottom-6\/16 { + bottom: -37.5%; + } + + .sm\:-left-6\/16 { + left: -37.5%; + } + + .sm\:-top-7\/16 { + top: -43.75%; + } + + .sm\:-right-7\/16 { + right: -43.75%; + } + + .sm\:-bottom-7\/16 { + bottom: -43.75%; + } + + .sm\:-left-7\/16 { + left: -43.75%; + } + + .sm\:-top-8\/16 { + top: -50%; + } + + .sm\:-right-8\/16 { + right: -50%; + } + + .sm\:-bottom-8\/16 { + bottom: -50%; + } + + .sm\:-left-8\/16 { + left: -50%; + } + + .sm\:-top-9\/16 { + top: -56.25%; + } + + .sm\:-right-9\/16 { + right: -56.25%; + } + + .sm\:-bottom-9\/16 { + bottom: -56.25%; + } + + .sm\:-left-9\/16 { + left: -56.25%; + } + + .sm\:-top-10\/16 { + top: -62.5%; + } + + .sm\:-right-10\/16 { + right: -62.5%; + } + + .sm\:-bottom-10\/16 { + bottom: -62.5%; + } + + .sm\:-left-10\/16 { + left: -62.5%; + } + + .sm\:-top-11\/16 { + top: -68.75%; + } + + .sm\:-right-11\/16 { + right: -68.75%; + } + + .sm\:-bottom-11\/16 { + bottom: -68.75%; + } + + .sm\:-left-11\/16 { + left: -68.75%; + } + + .sm\:-top-12\/16 { + top: -75%; + } + + .sm\:-right-12\/16 { + right: -75%; + } + + .sm\:-bottom-12\/16 { + bottom: -75%; + } + + .sm\:-left-12\/16 { + left: -75%; + } + + .sm\:-top-13\/16 { + top: -81.25%; + } + + .sm\:-right-13\/16 { + right: -81.25%; + } + + .sm\:-bottom-13\/16 { + bottom: -81.25%; + } + + .sm\:-left-13\/16 { + left: -81.25%; + } + + .sm\:-top-14\/16 { + top: -87.5%; + } + + .sm\:-right-14\/16 { + right: -87.5%; + } + + .sm\:-bottom-14\/16 { + bottom: -87.5%; + } + + .sm\:-left-14\/16 { + left: -87.5%; + } + + .sm\:-top-15\/16 { + top: -93.75%; + } + + .sm\:-right-15\/16 { + right: -93.75%; + } + + .sm\:-bottom-15\/16 { + bottom: -93.75%; + } + + .sm\:-left-15\/16 { + left: -93.75%; + } + .sm\:-top-full { top: -100%; } @@ -74013,6 +80706,66 @@ video { width: 91.666667%; } + .sm\:w-1\/16 { + width: 6.25%; + } + + .sm\:w-2\/16 { + width: 12.5%; + } + + .sm\:w-3\/16 { + width: 18.75%; + } + + .sm\:w-4\/16 { + width: 25%; + } + + .sm\:w-5\/16 { + width: 31.25%; + } + + .sm\:w-6\/16 { + width: 37.5%; + } + + .sm\:w-7\/16 { + width: 43.75%; + } + + .sm\:w-8\/16 { + width: 50%; + } + + .sm\:w-9\/16 { + width: 56.25%; + } + + .sm\:w-10\/16 { + width: 62.5%; + } + + .sm\:w-11\/16 { + width: 68.75%; + } + + .sm\:w-12\/16 { + width: 75%; + } + + .sm\:w-13\/16 { + width: 81.25%; + } + + .sm\:w-14\/16 { + width: 87.5%; + } + + .sm\:w-15\/16 { + width: 93.75%; + } + .sm\:w-full { width: 100%; } @@ -74372,6 +81125,81 @@ video { gap: 91.666667%; } + .sm\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .sm\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .sm\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .sm\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .sm\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .sm\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .sm\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .sm\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .sm\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .sm\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .sm\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .sm\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .sm\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .sm\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + .sm\:gap-full { grid-gap: 100%; gap: 100%; @@ -74692,6 +81520,81 @@ video { column-gap: 91.666667%; } + .sm\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .sm\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .sm\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .sm\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .sm\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .sm\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .sm\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .sm\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .sm\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .sm\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .sm\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .sm\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .sm\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .sm\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + .sm\:gap-x-full { grid-column-gap: 100%; column-gap: 100%; @@ -75012,6 +81915,81 @@ video { row-gap: 91.666667%; } + .sm\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .sm\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .sm\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .sm\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .sm\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .sm\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .sm\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .sm\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .sm\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .sm\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .sm\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .sm\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .sm\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .sm\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + .sm\:gap-y-full { grid-row-gap: 100%; row-gap: 100%; @@ -75078,7 +82056,7 @@ video { } .sm\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .sm\:grid-cols-none { @@ -75153,6 +82131,22 @@ video { grid-column: span 12 / span 12; } + .sm\:col-span-13 { + grid-column: span 13 / span 13; + } + + .sm\:col-span-14 { + grid-column: span 14 / span 14; + } + + .sm\:col-span-15 { + grid-column: span 15 / span 15; + } + + .sm\:col-span-16 { + grid-column: span 16 / span 16; + } + .sm\:col-span-full { grid-column: 1 / -1; } @@ -75209,6 +82203,22 @@ video { grid-column-start: 13; } + .sm\:col-start-14 { + grid-column-start: 14; + } + + .sm\:col-start-15 { + grid-column-start: 15; + } + + .sm\:col-start-16 { + grid-column-start: 16; + } + + .sm\:col-start-17 { + grid-column-start: 17; + } + .sm\:col-start-auto { grid-column-start: auto; } @@ -75265,6 +82275,22 @@ video { grid-column-end: 13; } + .sm\:col-end-14 { + grid-column-end: 14; + } + + .sm\:col-end-15 { + grid-column-end: 15; + } + + .sm\:col-end-16 { + grid-column-end: 16; + } + + .sm\:col-end-17 { + grid-column-end: 17; + } + .sm\:col-end-auto { grid-column-end: auto; } @@ -76317,6 +83343,66 @@ video { --transform-translate-x: 91.666667%; } + .sm\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .sm\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .sm\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .sm\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .sm\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .sm\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .sm\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .sm\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .sm\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .sm\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .sm\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .sm\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .sm\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .sm\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + .sm\:translate-x-full { --transform-translate-x: 100%; } @@ -76569,6 +83655,66 @@ video { --transform-translate-x: -91.66667%; } + .sm\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .sm\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .sm\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .sm\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .sm\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .sm\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .sm\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .sm\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .sm\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .sm\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .sm\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .sm\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .sm\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .sm\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + .sm\:-translate-x-full { --transform-translate-x: -100%; } @@ -76825,6 +83971,66 @@ video { --transform-translate-y: 91.666667%; } + .sm\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .sm\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .sm\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .sm\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .sm\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .sm\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .sm\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .sm\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .sm\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .sm\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .sm\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .sm\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .sm\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .sm\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + .sm\:translate-y-full { --transform-translate-y: 100%; } @@ -77077,6 +84283,66 @@ video { --transform-translate-y: -91.66667%; } + .sm\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .sm\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .sm\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .sm\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .sm\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .sm\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .sm\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .sm\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .sm\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .sm\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .sm\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .sm\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .sm\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .sm\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + .sm\:-translate-y-full { --transform-translate-y: -100%; } @@ -77333,6 +84599,66 @@ video { --transform-translate-x: 91.666667%; } + .sm\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .sm\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .sm\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .sm\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .sm\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .sm\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .sm\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .sm\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .sm\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .sm\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .sm\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .sm\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .sm\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .sm\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + .sm\:hover\:translate-x-full:hover { --transform-translate-x: 100%; } @@ -77585,6 +84911,66 @@ video { --transform-translate-x: -91.66667%; } + .sm\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .sm\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .sm\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .sm\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .sm\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .sm\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .sm\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .sm\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .sm\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .sm\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .sm\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .sm\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .sm\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .sm\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + .sm\:hover\:-translate-x-full:hover { --transform-translate-x: -100%; } @@ -77841,6 +85227,66 @@ video { --transform-translate-y: 91.666667%; } + .sm\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .sm\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .sm\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .sm\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .sm\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .sm\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .sm\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .sm\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .sm\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .sm\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .sm\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .sm\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .sm\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .sm\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + .sm\:hover\:translate-y-full:hover { --transform-translate-y: 100%; } @@ -78093,6 +85539,66 @@ video { --transform-translate-y: -91.66667%; } + .sm\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .sm\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .sm\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .sm\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .sm\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .sm\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .sm\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .sm\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .sm\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .sm\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .sm\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .sm\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .sm\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .sm\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + .sm\:hover\:-translate-y-full:hover { --transform-translate-y: -100%; } @@ -78349,6 +85855,66 @@ video { --transform-translate-x: 91.666667%; } + .sm\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .sm\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .sm\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .sm\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .sm\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .sm\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .sm\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .sm\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .sm\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .sm\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .sm\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .sm\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .sm\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .sm\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + .sm\:focus\:translate-x-full:focus { --transform-translate-x: 100%; } @@ -78601,6 +86167,66 @@ video { --transform-translate-x: -91.66667%; } + .sm\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .sm\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .sm\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .sm\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .sm\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .sm\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .sm\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .sm\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .sm\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .sm\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .sm\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .sm\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .sm\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .sm\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + .sm\:focus\:-translate-x-full:focus { --transform-translate-x: -100%; } @@ -78857,6 +86483,66 @@ video { --transform-translate-y: 91.666667%; } + .sm\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .sm\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .sm\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .sm\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .sm\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .sm\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .sm\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .sm\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .sm\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .sm\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .sm\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .sm\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .sm\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .sm\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + .sm\:focus\:translate-y-full:focus { --transform-translate-y: 100%; } @@ -79109,6 +86795,66 @@ video { --transform-translate-y: -91.66667%; } + .sm\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .sm\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .sm\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .sm\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .sm\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .sm\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .sm\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .sm\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .sm\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .sm\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .sm\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .sm\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .sm\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .sm\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + .sm\:focus\:-translate-y-full:focus { --transform-translate-y: -100%; } @@ -80302,6 +88048,186 @@ video { margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); } + .md\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .md\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .md\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .md\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .md\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .md\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .md\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .md\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .md\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .md\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .md\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .md\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .md\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .md\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .md\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(100% * calc(1 - var(--space-y-reverse))); @@ -81058,6 +88984,186 @@ video { margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .md\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .md\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .md\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .md\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .md\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .md\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .md\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .md\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .md\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .md\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); @@ -97274,6 +105380,66 @@ video { height: 91.666667%; } + .md\:h-1\/16 { + height: 6.25%; + } + + .md\:h-2\/16 { + height: 12.5%; + } + + .md\:h-3\/16 { + height: 18.75%; + } + + .md\:h-4\/16 { + height: 25%; + } + + .md\:h-5\/16 { + height: 31.25%; + } + + .md\:h-6\/16 { + height: 37.5%; + } + + .md\:h-7\/16 { + height: 43.75%; + } + + .md\:h-8\/16 { + height: 50%; + } + + .md\:h-9\/16 { + height: 56.25%; + } + + .md\:h-10\/16 { + height: 62.5%; + } + + .md\:h-11\/16 { + height: 68.75%; + } + + .md\:h-12\/16 { + height: 75%; + } + + .md\:h-13\/16 { + height: 81.25%; + } + + .md\:h-14\/16 { + height: 87.5%; + } + + .md\:h-15\/16 { + height: 93.75%; + } + .md\:h-full { height: 100%; } @@ -97679,6 +105845,66 @@ video { margin: 91.666667%; } + .md\:m-1\/16 { + margin: 6.25%; + } + + .md\:m-2\/16 { + margin: 12.5%; + } + + .md\:m-3\/16 { + margin: 18.75%; + } + + .md\:m-4\/16 { + margin: 25%; + } + + .md\:m-5\/16 { + margin: 31.25%; + } + + .md\:m-6\/16 { + margin: 37.5%; + } + + .md\:m-7\/16 { + margin: 43.75%; + } + + .md\:m-8\/16 { + margin: 50%; + } + + .md\:m-9\/16 { + margin: 56.25%; + } + + .md\:m-10\/16 { + margin: 62.5%; + } + + .md\:m-11\/16 { + margin: 68.75%; + } + + .md\:m-12\/16 { + margin: 75%; + } + + .md\:m-13\/16 { + margin: 81.25%; + } + + .md\:m-14\/16 { + margin: 87.5%; + } + + .md\:m-15\/16 { + margin: 93.75%; + } + .md\:m-full { margin: 100%; } @@ -97931,6 +106157,66 @@ video { margin: -91.66667%; } + .md\:-m-1\/16 { + margin: -6.25%; + } + + .md\:-m-2\/16 { + margin: -12.5%; + } + + .md\:-m-3\/16 { + margin: -18.75%; + } + + .md\:-m-4\/16 { + margin: -25%; + } + + .md\:-m-5\/16 { + margin: -31.25%; + } + + .md\:-m-6\/16 { + margin: -37.5%; + } + + .md\:-m-7\/16 { + margin: -43.75%; + } + + .md\:-m-8\/16 { + margin: -50%; + } + + .md\:-m-9\/16 { + margin: -56.25%; + } + + .md\:-m-10\/16 { + margin: -62.5%; + } + + .md\:-m-11\/16 { + margin: -68.75%; + } + + .md\:-m-12\/16 { + margin: -75%; + } + + .md\:-m-13\/16 { + margin: -81.25%; + } + + .md\:-m-14\/16 { + margin: -87.5%; + } + + .md\:-m-15\/16 { + margin: -93.75%; + } + .md\:-m-full { margin: -100%; } @@ -98575,6 +106861,156 @@ video { margin-right: 91.666667%; } + .md\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .md\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .md\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .md\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .md\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .md\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .md\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .md\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .md\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .md\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .md\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .md\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .md\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .md\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .md\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .md\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .md\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .md\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .md\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .md\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .md\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .md\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .md\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .md\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .md\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .md\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .md\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .md\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + .md\:my-full { margin-top: 100%; margin-bottom: 100%; @@ -99205,6 +107641,156 @@ video { margin-right: -91.66667%; } + .md\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .md\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .md\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .md\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .md\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .md\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .md\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .md\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .md\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .md\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .md\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .md\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .md\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .md\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .md\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .md\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .md\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .md\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .md\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .md\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .md\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .md\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .md\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .md\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .md\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .md\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .md\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .md\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + .md\:-my-full { margin-top: -100%; margin-bottom: -100%; @@ -100239,6 +108825,246 @@ video { margin-left: 91.666667%; } + .md\:mt-1\/16 { + margin-top: 6.25%; + } + + .md\:mr-1\/16 { + margin-right: 6.25%; + } + + .md\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .md\:ml-1\/16 { + margin-left: 6.25%; + } + + .md\:mt-2\/16 { + margin-top: 12.5%; + } + + .md\:mr-2\/16 { + margin-right: 12.5%; + } + + .md\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .md\:ml-2\/16 { + margin-left: 12.5%; + } + + .md\:mt-3\/16 { + margin-top: 18.75%; + } + + .md\:mr-3\/16 { + margin-right: 18.75%; + } + + .md\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .md\:ml-3\/16 { + margin-left: 18.75%; + } + + .md\:mt-4\/16 { + margin-top: 25%; + } + + .md\:mr-4\/16 { + margin-right: 25%; + } + + .md\:mb-4\/16 { + margin-bottom: 25%; + } + + .md\:ml-4\/16 { + margin-left: 25%; + } + + .md\:mt-5\/16 { + margin-top: 31.25%; + } + + .md\:mr-5\/16 { + margin-right: 31.25%; + } + + .md\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .md\:ml-5\/16 { + margin-left: 31.25%; + } + + .md\:mt-6\/16 { + margin-top: 37.5%; + } + + .md\:mr-6\/16 { + margin-right: 37.5%; + } + + .md\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .md\:ml-6\/16 { + margin-left: 37.5%; + } + + .md\:mt-7\/16 { + margin-top: 43.75%; + } + + .md\:mr-7\/16 { + margin-right: 43.75%; + } + + .md\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .md\:ml-7\/16 { + margin-left: 43.75%; + } + + .md\:mt-8\/16 { + margin-top: 50%; + } + + .md\:mr-8\/16 { + margin-right: 50%; + } + + .md\:mb-8\/16 { + margin-bottom: 50%; + } + + .md\:ml-8\/16 { + margin-left: 50%; + } + + .md\:mt-9\/16 { + margin-top: 56.25%; + } + + .md\:mr-9\/16 { + margin-right: 56.25%; + } + + .md\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .md\:ml-9\/16 { + margin-left: 56.25%; + } + + .md\:mt-10\/16 { + margin-top: 62.5%; + } + + .md\:mr-10\/16 { + margin-right: 62.5%; + } + + .md\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .md\:ml-10\/16 { + margin-left: 62.5%; + } + + .md\:mt-11\/16 { + margin-top: 68.75%; + } + + .md\:mr-11\/16 { + margin-right: 68.75%; + } + + .md\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .md\:ml-11\/16 { + margin-left: 68.75%; + } + + .md\:mt-12\/16 { + margin-top: 75%; + } + + .md\:mr-12\/16 { + margin-right: 75%; + } + + .md\:mb-12\/16 { + margin-bottom: 75%; + } + + .md\:ml-12\/16 { + margin-left: 75%; + } + + .md\:mt-13\/16 { + margin-top: 81.25%; + } + + .md\:mr-13\/16 { + margin-right: 81.25%; + } + + .md\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .md\:ml-13\/16 { + margin-left: 81.25%; + } + + .md\:mt-14\/16 { + margin-top: 87.5%; + } + + .md\:mr-14\/16 { + margin-right: 87.5%; + } + + .md\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .md\:ml-14\/16 { + margin-left: 87.5%; + } + + .md\:mt-15\/16 { + margin-top: 93.75%; + } + + .md\:mr-15\/16 { + margin-right: 93.75%; + } + + .md\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .md\:ml-15\/16 { + margin-left: 93.75%; + } + .md\:mt-full { margin-top: 100%; } @@ -101247,6 +110073,246 @@ video { margin-left: -91.66667%; } + .md\:-mt-1\/16 { + margin-top: -6.25%; + } + + .md\:-mr-1\/16 { + margin-right: -6.25%; + } + + .md\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .md\:-ml-1\/16 { + margin-left: -6.25%; + } + + .md\:-mt-2\/16 { + margin-top: -12.5%; + } + + .md\:-mr-2\/16 { + margin-right: -12.5%; + } + + .md\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .md\:-ml-2\/16 { + margin-left: -12.5%; + } + + .md\:-mt-3\/16 { + margin-top: -18.75%; + } + + .md\:-mr-3\/16 { + margin-right: -18.75%; + } + + .md\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .md\:-ml-3\/16 { + margin-left: -18.75%; + } + + .md\:-mt-4\/16 { + margin-top: -25%; + } + + .md\:-mr-4\/16 { + margin-right: -25%; + } + + .md\:-mb-4\/16 { + margin-bottom: -25%; + } + + .md\:-ml-4\/16 { + margin-left: -25%; + } + + .md\:-mt-5\/16 { + margin-top: -31.25%; + } + + .md\:-mr-5\/16 { + margin-right: -31.25%; + } + + .md\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .md\:-ml-5\/16 { + margin-left: -31.25%; + } + + .md\:-mt-6\/16 { + margin-top: -37.5%; + } + + .md\:-mr-6\/16 { + margin-right: -37.5%; + } + + .md\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .md\:-ml-6\/16 { + margin-left: -37.5%; + } + + .md\:-mt-7\/16 { + margin-top: -43.75%; + } + + .md\:-mr-7\/16 { + margin-right: -43.75%; + } + + .md\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .md\:-ml-7\/16 { + margin-left: -43.75%; + } + + .md\:-mt-8\/16 { + margin-top: -50%; + } + + .md\:-mr-8\/16 { + margin-right: -50%; + } + + .md\:-mb-8\/16 { + margin-bottom: -50%; + } + + .md\:-ml-8\/16 { + margin-left: -50%; + } + + .md\:-mt-9\/16 { + margin-top: -56.25%; + } + + .md\:-mr-9\/16 { + margin-right: -56.25%; + } + + .md\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .md\:-ml-9\/16 { + margin-left: -56.25%; + } + + .md\:-mt-10\/16 { + margin-top: -62.5%; + } + + .md\:-mr-10\/16 { + margin-right: -62.5%; + } + + .md\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .md\:-ml-10\/16 { + margin-left: -62.5%; + } + + .md\:-mt-11\/16 { + margin-top: -68.75%; + } + + .md\:-mr-11\/16 { + margin-right: -68.75%; + } + + .md\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .md\:-ml-11\/16 { + margin-left: -68.75%; + } + + .md\:-mt-12\/16 { + margin-top: -75%; + } + + .md\:-mr-12\/16 { + margin-right: -75%; + } + + .md\:-mb-12\/16 { + margin-bottom: -75%; + } + + .md\:-ml-12\/16 { + margin-left: -75%; + } + + .md\:-mt-13\/16 { + margin-top: -81.25%; + } + + .md\:-mr-13\/16 { + margin-right: -81.25%; + } + + .md\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .md\:-ml-13\/16 { + margin-left: -81.25%; + } + + .md\:-mt-14\/16 { + margin-top: -87.5%; + } + + .md\:-mr-14\/16 { + margin-right: -87.5%; + } + + .md\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .md\:-ml-14\/16 { + margin-left: -87.5%; + } + + .md\:-mt-15\/16 { + margin-top: -93.75%; + } + + .md\:-mr-15\/16 { + margin-right: -93.75%; + } + + .md\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .md\:-ml-15\/16 { + margin-left: -93.75%; + } + .md\:-mt-full { margin-top: -100%; } @@ -101519,6 +110585,66 @@ video { max-height: 91.666667%; } + .md\:max-h-1\/16 { + max-height: 6.25%; + } + + .md\:max-h-2\/16 { + max-height: 12.5%; + } + + .md\:max-h-3\/16 { + max-height: 18.75%; + } + + .md\:max-h-4\/16 { + max-height: 25%; + } + + .md\:max-h-5\/16 { + max-height: 31.25%; + } + + .md\:max-h-6\/16 { + max-height: 37.5%; + } + + .md\:max-h-7\/16 { + max-height: 43.75%; + } + + .md\:max-h-8\/16 { + max-height: 50%; + } + + .md\:max-h-9\/16 { + max-height: 56.25%; + } + + .md\:max-h-10\/16 { + max-height: 62.5%; + } + + .md\:max-h-11\/16 { + max-height: 68.75%; + } + + .md\:max-h-12\/16 { + max-height: 75%; + } + + .md\:max-h-13\/16 { + max-height: 81.25%; + } + + .md\:max-h-14\/16 { + max-height: 87.5%; + } + + .md\:max-h-15\/16 { + max-height: 93.75%; + } + .md\:max-h-full { max-height: 100%; } @@ -102117,6 +111243,66 @@ video { padding: 91.666667%; } + .md\:p-1\/16 { + padding: 6.25%; + } + + .md\:p-2\/16 { + padding: 12.5%; + } + + .md\:p-3\/16 { + padding: 18.75%; + } + + .md\:p-4\/16 { + padding: 25%; + } + + .md\:p-5\/16 { + padding: 31.25%; + } + + .md\:p-6\/16 { + padding: 37.5%; + } + + .md\:p-7\/16 { + padding: 43.75%; + } + + .md\:p-8\/16 { + padding: 50%; + } + + .md\:p-9\/16 { + padding: 56.25%; + } + + .md\:p-10\/16 { + padding: 62.5%; + } + + .md\:p-11\/16 { + padding: 68.75%; + } + + .md\:p-12\/16 { + padding: 75%; + } + + .md\:p-13\/16 { + padding: 81.25%; + } + + .md\:p-14\/16 { + padding: 87.5%; + } + + .md\:p-15\/16 { + padding: 93.75%; + } + .md\:p-full { padding: 100%; } @@ -102751,6 +111937,156 @@ video { padding-right: 91.666667%; } + .md\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .md\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .md\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .md\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .md\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .md\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .md\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .md\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .md\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .md\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .md\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .md\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .md\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .md\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .md\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .md\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .md\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .md\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .md\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .md\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .md\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .md\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .md\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .md\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .md\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .md\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .md\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .md\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + .md\:py-full { padding-top: 100%; padding-bottom: 100%; @@ -103769,6 +113105,246 @@ video { padding-left: 91.666667%; } + .md\:pt-1\/16 { + padding-top: 6.25%; + } + + .md\:pr-1\/16 { + padding-right: 6.25%; + } + + .md\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .md\:pl-1\/16 { + padding-left: 6.25%; + } + + .md\:pt-2\/16 { + padding-top: 12.5%; + } + + .md\:pr-2\/16 { + padding-right: 12.5%; + } + + .md\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .md\:pl-2\/16 { + padding-left: 12.5%; + } + + .md\:pt-3\/16 { + padding-top: 18.75%; + } + + .md\:pr-3\/16 { + padding-right: 18.75%; + } + + .md\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .md\:pl-3\/16 { + padding-left: 18.75%; + } + + .md\:pt-4\/16 { + padding-top: 25%; + } + + .md\:pr-4\/16 { + padding-right: 25%; + } + + .md\:pb-4\/16 { + padding-bottom: 25%; + } + + .md\:pl-4\/16 { + padding-left: 25%; + } + + .md\:pt-5\/16 { + padding-top: 31.25%; + } + + .md\:pr-5\/16 { + padding-right: 31.25%; + } + + .md\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .md\:pl-5\/16 { + padding-left: 31.25%; + } + + .md\:pt-6\/16 { + padding-top: 37.5%; + } + + .md\:pr-6\/16 { + padding-right: 37.5%; + } + + .md\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .md\:pl-6\/16 { + padding-left: 37.5%; + } + + .md\:pt-7\/16 { + padding-top: 43.75%; + } + + .md\:pr-7\/16 { + padding-right: 43.75%; + } + + .md\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .md\:pl-7\/16 { + padding-left: 43.75%; + } + + .md\:pt-8\/16 { + padding-top: 50%; + } + + .md\:pr-8\/16 { + padding-right: 50%; + } + + .md\:pb-8\/16 { + padding-bottom: 50%; + } + + .md\:pl-8\/16 { + padding-left: 50%; + } + + .md\:pt-9\/16 { + padding-top: 56.25%; + } + + .md\:pr-9\/16 { + padding-right: 56.25%; + } + + .md\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .md\:pl-9\/16 { + padding-left: 56.25%; + } + + .md\:pt-10\/16 { + padding-top: 62.5%; + } + + .md\:pr-10\/16 { + padding-right: 62.5%; + } + + .md\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .md\:pl-10\/16 { + padding-left: 62.5%; + } + + .md\:pt-11\/16 { + padding-top: 68.75%; + } + + .md\:pr-11\/16 { + padding-right: 68.75%; + } + + .md\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .md\:pl-11\/16 { + padding-left: 68.75%; + } + + .md\:pt-12\/16 { + padding-top: 75%; + } + + .md\:pr-12\/16 { + padding-right: 75%; + } + + .md\:pb-12\/16 { + padding-bottom: 75%; + } + + .md\:pl-12\/16 { + padding-left: 75%; + } + + .md\:pt-13\/16 { + padding-top: 81.25%; + } + + .md\:pr-13\/16 { + padding-right: 81.25%; + } + + .md\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .md\:pl-13\/16 { + padding-left: 81.25%; + } + + .md\:pt-14\/16 { + padding-top: 87.5%; + } + + .md\:pr-14\/16 { + padding-right: 87.5%; + } + + .md\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .md\:pl-14\/16 { + padding-left: 87.5%; + } + + .md\:pt-15\/16 { + padding-top: 93.75%; + } + + .md\:pr-15\/16 { + padding-right: 93.75%; + } + + .md\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .md\:pl-15\/16 { + padding-left: 93.75%; + } + .md\:pt-full { padding-top: 100%; } @@ -106175,6 +115751,111 @@ video { left: 91.666667%; } + .md\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .md\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .md\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .md\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .md\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .md\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .md\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .md\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .md\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .md\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .md\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .md\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .md\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .md\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + .md\:inset-full { top: 100%; right: 100%; @@ -106616,6 +116297,111 @@ video { left: -91.66667%; } + .md\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .md\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .md\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .md\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .md\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .md\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .md\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .md\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .md\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .md\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .md\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .md\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .md\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .md\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + .md\:-inset-full { top: -100%; right: -100%; @@ -107263,6 +117049,156 @@ video { left: 91.666667%; } + .md\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .md\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .md\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .md\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .md\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .md\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .md\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .md\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .md\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .md\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .md\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .md\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .md\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .md\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .md\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .md\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .md\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .md\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .md\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .md\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .md\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .md\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .md\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .md\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .md\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .md\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .md\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .md\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .md\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + .md\:inset-y-full { top: 100%; bottom: 100%; @@ -107893,6 +117829,156 @@ video { left: -91.66667%; } + .md\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .md\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .md\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .md\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .md\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .md\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .md\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .md\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .md\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .md\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .md\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .md\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .md\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .md\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .md\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .md\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .md\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .md\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .md\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .md\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .md\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .md\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .md\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .md\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .md\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .md\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .md\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .md\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + .md\:-inset-y-full { top: -100%; bottom: -100%; @@ -108927,6 +119013,246 @@ video { left: 91.666667%; } + .md\:top-1\/16 { + top: 6.25%; + } + + .md\:right-1\/16 { + right: 6.25%; + } + + .md\:bottom-1\/16 { + bottom: 6.25%; + } + + .md\:left-1\/16 { + left: 6.25%; + } + + .md\:top-2\/16 { + top: 12.5%; + } + + .md\:right-2\/16 { + right: 12.5%; + } + + .md\:bottom-2\/16 { + bottom: 12.5%; + } + + .md\:left-2\/16 { + left: 12.5%; + } + + .md\:top-3\/16 { + top: 18.75%; + } + + .md\:right-3\/16 { + right: 18.75%; + } + + .md\:bottom-3\/16 { + bottom: 18.75%; + } + + .md\:left-3\/16 { + left: 18.75%; + } + + .md\:top-4\/16 { + top: 25%; + } + + .md\:right-4\/16 { + right: 25%; + } + + .md\:bottom-4\/16 { + bottom: 25%; + } + + .md\:left-4\/16 { + left: 25%; + } + + .md\:top-5\/16 { + top: 31.25%; + } + + .md\:right-5\/16 { + right: 31.25%; + } + + .md\:bottom-5\/16 { + bottom: 31.25%; + } + + .md\:left-5\/16 { + left: 31.25%; + } + + .md\:top-6\/16 { + top: 37.5%; + } + + .md\:right-6\/16 { + right: 37.5%; + } + + .md\:bottom-6\/16 { + bottom: 37.5%; + } + + .md\:left-6\/16 { + left: 37.5%; + } + + .md\:top-7\/16 { + top: 43.75%; + } + + .md\:right-7\/16 { + right: 43.75%; + } + + .md\:bottom-7\/16 { + bottom: 43.75%; + } + + .md\:left-7\/16 { + left: 43.75%; + } + + .md\:top-8\/16 { + top: 50%; + } + + .md\:right-8\/16 { + right: 50%; + } + + .md\:bottom-8\/16 { + bottom: 50%; + } + + .md\:left-8\/16 { + left: 50%; + } + + .md\:top-9\/16 { + top: 56.25%; + } + + .md\:right-9\/16 { + right: 56.25%; + } + + .md\:bottom-9\/16 { + bottom: 56.25%; + } + + .md\:left-9\/16 { + left: 56.25%; + } + + .md\:top-10\/16 { + top: 62.5%; + } + + .md\:right-10\/16 { + right: 62.5%; + } + + .md\:bottom-10\/16 { + bottom: 62.5%; + } + + .md\:left-10\/16 { + left: 62.5%; + } + + .md\:top-11\/16 { + top: 68.75%; + } + + .md\:right-11\/16 { + right: 68.75%; + } + + .md\:bottom-11\/16 { + bottom: 68.75%; + } + + .md\:left-11\/16 { + left: 68.75%; + } + + .md\:top-12\/16 { + top: 75%; + } + + .md\:right-12\/16 { + right: 75%; + } + + .md\:bottom-12\/16 { + bottom: 75%; + } + + .md\:left-12\/16 { + left: 75%; + } + + .md\:top-13\/16 { + top: 81.25%; + } + + .md\:right-13\/16 { + right: 81.25%; + } + + .md\:bottom-13\/16 { + bottom: 81.25%; + } + + .md\:left-13\/16 { + left: 81.25%; + } + + .md\:top-14\/16 { + top: 87.5%; + } + + .md\:right-14\/16 { + right: 87.5%; + } + + .md\:bottom-14\/16 { + bottom: 87.5%; + } + + .md\:left-14\/16 { + left: 87.5%; + } + + .md\:top-15\/16 { + top: 93.75%; + } + + .md\:right-15\/16 { + right: 93.75%; + } + + .md\:bottom-15\/16 { + bottom: 93.75%; + } + + .md\:left-15\/16 { + left: 93.75%; + } + .md\:top-full { top: 100%; } @@ -109935,6 +120261,246 @@ video { left: -91.66667%; } + .md\:-top-1\/16 { + top: -6.25%; + } + + .md\:-right-1\/16 { + right: -6.25%; + } + + .md\:-bottom-1\/16 { + bottom: -6.25%; + } + + .md\:-left-1\/16 { + left: -6.25%; + } + + .md\:-top-2\/16 { + top: -12.5%; + } + + .md\:-right-2\/16 { + right: -12.5%; + } + + .md\:-bottom-2\/16 { + bottom: -12.5%; + } + + .md\:-left-2\/16 { + left: -12.5%; + } + + .md\:-top-3\/16 { + top: -18.75%; + } + + .md\:-right-3\/16 { + right: -18.75%; + } + + .md\:-bottom-3\/16 { + bottom: -18.75%; + } + + .md\:-left-3\/16 { + left: -18.75%; + } + + .md\:-top-4\/16 { + top: -25%; + } + + .md\:-right-4\/16 { + right: -25%; + } + + .md\:-bottom-4\/16 { + bottom: -25%; + } + + .md\:-left-4\/16 { + left: -25%; + } + + .md\:-top-5\/16 { + top: -31.25%; + } + + .md\:-right-5\/16 { + right: -31.25%; + } + + .md\:-bottom-5\/16 { + bottom: -31.25%; + } + + .md\:-left-5\/16 { + left: -31.25%; + } + + .md\:-top-6\/16 { + top: -37.5%; + } + + .md\:-right-6\/16 { + right: -37.5%; + } + + .md\:-bottom-6\/16 { + bottom: -37.5%; + } + + .md\:-left-6\/16 { + left: -37.5%; + } + + .md\:-top-7\/16 { + top: -43.75%; + } + + .md\:-right-7\/16 { + right: -43.75%; + } + + .md\:-bottom-7\/16 { + bottom: -43.75%; + } + + .md\:-left-7\/16 { + left: -43.75%; + } + + .md\:-top-8\/16 { + top: -50%; + } + + .md\:-right-8\/16 { + right: -50%; + } + + .md\:-bottom-8\/16 { + bottom: -50%; + } + + .md\:-left-8\/16 { + left: -50%; + } + + .md\:-top-9\/16 { + top: -56.25%; + } + + .md\:-right-9\/16 { + right: -56.25%; + } + + .md\:-bottom-9\/16 { + bottom: -56.25%; + } + + .md\:-left-9\/16 { + left: -56.25%; + } + + .md\:-top-10\/16 { + top: -62.5%; + } + + .md\:-right-10\/16 { + right: -62.5%; + } + + .md\:-bottom-10\/16 { + bottom: -62.5%; + } + + .md\:-left-10\/16 { + left: -62.5%; + } + + .md\:-top-11\/16 { + top: -68.75%; + } + + .md\:-right-11\/16 { + right: -68.75%; + } + + .md\:-bottom-11\/16 { + bottom: -68.75%; + } + + .md\:-left-11\/16 { + left: -68.75%; + } + + .md\:-top-12\/16 { + top: -75%; + } + + .md\:-right-12\/16 { + right: -75%; + } + + .md\:-bottom-12\/16 { + bottom: -75%; + } + + .md\:-left-12\/16 { + left: -75%; + } + + .md\:-top-13\/16 { + top: -81.25%; + } + + .md\:-right-13\/16 { + right: -81.25%; + } + + .md\:-bottom-13\/16 { + bottom: -81.25%; + } + + .md\:-left-13\/16 { + left: -81.25%; + } + + .md\:-top-14\/16 { + top: -87.5%; + } + + .md\:-right-14\/16 { + right: -87.5%; + } + + .md\:-bottom-14\/16 { + bottom: -87.5%; + } + + .md\:-left-14\/16 { + left: -87.5%; + } + + .md\:-top-15\/16 { + top: -93.75%; + } + + .md\:-right-15\/16 { + right: -93.75%; + } + + .md\:-bottom-15\/16 { + bottom: -93.75%; + } + + .md\:-left-15\/16 { + left: -93.75%; + } + .md\:-top-full { top: -100%; } @@ -113491,6 +124057,66 @@ video { width: 91.666667%; } + .md\:w-1\/16 { + width: 6.25%; + } + + .md\:w-2\/16 { + width: 12.5%; + } + + .md\:w-3\/16 { + width: 18.75%; + } + + .md\:w-4\/16 { + width: 25%; + } + + .md\:w-5\/16 { + width: 31.25%; + } + + .md\:w-6\/16 { + width: 37.5%; + } + + .md\:w-7\/16 { + width: 43.75%; + } + + .md\:w-8\/16 { + width: 50%; + } + + .md\:w-9\/16 { + width: 56.25%; + } + + .md\:w-10\/16 { + width: 62.5%; + } + + .md\:w-11\/16 { + width: 68.75%; + } + + .md\:w-12\/16 { + width: 75%; + } + + .md\:w-13\/16 { + width: 81.25%; + } + + .md\:w-14\/16 { + width: 87.5%; + } + + .md\:w-15\/16 { + width: 93.75%; + } + .md\:w-full { width: 100%; } @@ -113850,6 +124476,81 @@ video { gap: 91.666667%; } + .md\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .md\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .md\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .md\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .md\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .md\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .md\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .md\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .md\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .md\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .md\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .md\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .md\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .md\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + .md\:gap-full { grid-gap: 100%; gap: 100%; @@ -114170,6 +124871,81 @@ video { column-gap: 91.666667%; } + .md\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .md\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .md\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .md\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .md\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .md\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .md\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .md\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .md\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .md\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .md\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .md\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .md\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .md\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + .md\:gap-x-full { grid-column-gap: 100%; column-gap: 100%; @@ -114490,6 +125266,81 @@ video { row-gap: 91.666667%; } + .md\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .md\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .md\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .md\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .md\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .md\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .md\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .md\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .md\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .md\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .md\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .md\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .md\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .md\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + .md\:gap-y-full { grid-row-gap: 100%; row-gap: 100%; @@ -114556,7 +125407,7 @@ video { } .md\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .md\:grid-cols-none { @@ -114631,6 +125482,22 @@ video { grid-column: span 12 / span 12; } + .md\:col-span-13 { + grid-column: span 13 / span 13; + } + + .md\:col-span-14 { + grid-column: span 14 / span 14; + } + + .md\:col-span-15 { + grid-column: span 15 / span 15; + } + + .md\:col-span-16 { + grid-column: span 16 / span 16; + } + .md\:col-span-full { grid-column: 1 / -1; } @@ -114687,6 +125554,22 @@ video { grid-column-start: 13; } + .md\:col-start-14 { + grid-column-start: 14; + } + + .md\:col-start-15 { + grid-column-start: 15; + } + + .md\:col-start-16 { + grid-column-start: 16; + } + + .md\:col-start-17 { + grid-column-start: 17; + } + .md\:col-start-auto { grid-column-start: auto; } @@ -114743,6 +125626,22 @@ video { grid-column-end: 13; } + .md\:col-end-14 { + grid-column-end: 14; + } + + .md\:col-end-15 { + grid-column-end: 15; + } + + .md\:col-end-16 { + grid-column-end: 16; + } + + .md\:col-end-17 { + grid-column-end: 17; + } + .md\:col-end-auto { grid-column-end: auto; } @@ -115795,6 +126694,66 @@ video { --transform-translate-x: 91.666667%; } + .md\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .md\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .md\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .md\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .md\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .md\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .md\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .md\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .md\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .md\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .md\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .md\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .md\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .md\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .md\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + .md\:translate-x-full { --transform-translate-x: 100%; } @@ -116047,6 +127006,66 @@ video { --transform-translate-x: -91.66667%; } + .md\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .md\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .md\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .md\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .md\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .md\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .md\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .md\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .md\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .md\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .md\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .md\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .md\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .md\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + .md\:-translate-x-full { --transform-translate-x: -100%; } @@ -116303,6 +127322,66 @@ video { --transform-translate-y: 91.666667%; } + .md\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .md\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .md\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .md\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .md\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .md\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .md\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .md\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .md\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .md\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .md\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .md\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .md\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .md\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .md\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + .md\:translate-y-full { --transform-translate-y: 100%; } @@ -116555,6 +127634,66 @@ video { --transform-translate-y: -91.66667%; } + .md\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .md\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .md\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .md\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .md\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .md\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .md\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .md\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .md\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .md\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .md\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .md\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .md\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .md\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + .md\:-translate-y-full { --transform-translate-y: -100%; } @@ -116811,6 +127950,66 @@ video { --transform-translate-x: 91.666667%; } + .md\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .md\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .md\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .md\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .md\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .md\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .md\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .md\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .md\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .md\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .md\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .md\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .md\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .md\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + .md\:hover\:translate-x-full:hover { --transform-translate-x: 100%; } @@ -117063,6 +128262,66 @@ video { --transform-translate-x: -91.66667%; } + .md\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .md\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .md\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .md\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .md\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .md\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .md\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .md\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .md\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .md\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .md\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .md\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .md\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .md\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + .md\:hover\:-translate-x-full:hover { --transform-translate-x: -100%; } @@ -117319,6 +128578,66 @@ video { --transform-translate-y: 91.666667%; } + .md\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .md\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .md\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .md\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .md\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .md\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .md\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .md\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .md\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .md\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .md\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .md\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .md\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .md\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + .md\:hover\:translate-y-full:hover { --transform-translate-y: 100%; } @@ -117571,6 +128890,66 @@ video { --transform-translate-y: -91.66667%; } + .md\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .md\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .md\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .md\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .md\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .md\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .md\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .md\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .md\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .md\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .md\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .md\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .md\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .md\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + .md\:hover\:-translate-y-full:hover { --transform-translate-y: -100%; } @@ -117827,6 +129206,66 @@ video { --transform-translate-x: 91.666667%; } + .md\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .md\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .md\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .md\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .md\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .md\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .md\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .md\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .md\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .md\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .md\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .md\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .md\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .md\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + .md\:focus\:translate-x-full:focus { --transform-translate-x: 100%; } @@ -118079,6 +129518,66 @@ video { --transform-translate-x: -91.66667%; } + .md\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .md\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .md\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .md\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .md\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .md\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .md\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .md\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .md\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .md\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .md\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .md\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .md\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .md\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + .md\:focus\:-translate-x-full:focus { --transform-translate-x: -100%; } @@ -118335,6 +129834,66 @@ video { --transform-translate-y: 91.666667%; } + .md\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .md\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .md\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .md\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .md\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .md\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .md\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .md\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .md\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .md\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .md\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .md\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .md\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .md\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + .md\:focus\:translate-y-full:focus { --transform-translate-y: 100%; } @@ -118587,6 +130146,66 @@ video { --transform-translate-y: -91.66667%; } + .md\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .md\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .md\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .md\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .md\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .md\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .md\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .md\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .md\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .md\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .md\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .md\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .md\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .md\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + .md\:focus\:-translate-y-full:focus { --transform-translate-y: -100%; } @@ -119780,6 +131399,186 @@ video { margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .lg\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .lg\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .lg\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .lg\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .lg\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .lg\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .lg\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .lg\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .lg\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .lg\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(100% * calc(1 - var(--space-y-reverse))); @@ -120536,6 +132335,186 @@ video { margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .lg\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); @@ -136752,6 +148731,66 @@ video { height: 91.666667%; } + .lg\:h-1\/16 { + height: 6.25%; + } + + .lg\:h-2\/16 { + height: 12.5%; + } + + .lg\:h-3\/16 { + height: 18.75%; + } + + .lg\:h-4\/16 { + height: 25%; + } + + .lg\:h-5\/16 { + height: 31.25%; + } + + .lg\:h-6\/16 { + height: 37.5%; + } + + .lg\:h-7\/16 { + height: 43.75%; + } + + .lg\:h-8\/16 { + height: 50%; + } + + .lg\:h-9\/16 { + height: 56.25%; + } + + .lg\:h-10\/16 { + height: 62.5%; + } + + .lg\:h-11\/16 { + height: 68.75%; + } + + .lg\:h-12\/16 { + height: 75%; + } + + .lg\:h-13\/16 { + height: 81.25%; + } + + .lg\:h-14\/16 { + height: 87.5%; + } + + .lg\:h-15\/16 { + height: 93.75%; + } + .lg\:h-full { height: 100%; } @@ -137157,6 +149196,66 @@ video { margin: 91.666667%; } + .lg\:m-1\/16 { + margin: 6.25%; + } + + .lg\:m-2\/16 { + margin: 12.5%; + } + + .lg\:m-3\/16 { + margin: 18.75%; + } + + .lg\:m-4\/16 { + margin: 25%; + } + + .lg\:m-5\/16 { + margin: 31.25%; + } + + .lg\:m-6\/16 { + margin: 37.5%; + } + + .lg\:m-7\/16 { + margin: 43.75%; + } + + .lg\:m-8\/16 { + margin: 50%; + } + + .lg\:m-9\/16 { + margin: 56.25%; + } + + .lg\:m-10\/16 { + margin: 62.5%; + } + + .lg\:m-11\/16 { + margin: 68.75%; + } + + .lg\:m-12\/16 { + margin: 75%; + } + + .lg\:m-13\/16 { + margin: 81.25%; + } + + .lg\:m-14\/16 { + margin: 87.5%; + } + + .lg\:m-15\/16 { + margin: 93.75%; + } + .lg\:m-full { margin: 100%; } @@ -137409,6 +149508,66 @@ video { margin: -91.66667%; } + .lg\:-m-1\/16 { + margin: -6.25%; + } + + .lg\:-m-2\/16 { + margin: -12.5%; + } + + .lg\:-m-3\/16 { + margin: -18.75%; + } + + .lg\:-m-4\/16 { + margin: -25%; + } + + .lg\:-m-5\/16 { + margin: -31.25%; + } + + .lg\:-m-6\/16 { + margin: -37.5%; + } + + .lg\:-m-7\/16 { + margin: -43.75%; + } + + .lg\:-m-8\/16 { + margin: -50%; + } + + .lg\:-m-9\/16 { + margin: -56.25%; + } + + .lg\:-m-10\/16 { + margin: -62.5%; + } + + .lg\:-m-11\/16 { + margin: -68.75%; + } + + .lg\:-m-12\/16 { + margin: -75%; + } + + .lg\:-m-13\/16 { + margin: -81.25%; + } + + .lg\:-m-14\/16 { + margin: -87.5%; + } + + .lg\:-m-15\/16 { + margin: -93.75%; + } + .lg\:-m-full { margin: -100%; } @@ -138053,6 +150212,156 @@ video { margin-right: 91.666667%; } + .lg\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .lg\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .lg\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .lg\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .lg\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .lg\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .lg\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .lg\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .lg\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .lg\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .lg\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .lg\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .lg\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .lg\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .lg\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .lg\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .lg\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .lg\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .lg\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .lg\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .lg\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .lg\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .lg\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .lg\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .lg\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .lg\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .lg\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .lg\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + .lg\:my-full { margin-top: 100%; margin-bottom: 100%; @@ -138683,6 +150992,156 @@ video { margin-right: -91.66667%; } + .lg\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .lg\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .lg\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .lg\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .lg\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .lg\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .lg\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .lg\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .lg\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .lg\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .lg\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .lg\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .lg\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .lg\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .lg\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .lg\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .lg\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .lg\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .lg\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .lg\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .lg\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .lg\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .lg\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .lg\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .lg\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .lg\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .lg\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .lg\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + .lg\:-my-full { margin-top: -100%; margin-bottom: -100%; @@ -139717,6 +152176,246 @@ video { margin-left: 91.666667%; } + .lg\:mt-1\/16 { + margin-top: 6.25%; + } + + .lg\:mr-1\/16 { + margin-right: 6.25%; + } + + .lg\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .lg\:ml-1\/16 { + margin-left: 6.25%; + } + + .lg\:mt-2\/16 { + margin-top: 12.5%; + } + + .lg\:mr-2\/16 { + margin-right: 12.5%; + } + + .lg\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .lg\:ml-2\/16 { + margin-left: 12.5%; + } + + .lg\:mt-3\/16 { + margin-top: 18.75%; + } + + .lg\:mr-3\/16 { + margin-right: 18.75%; + } + + .lg\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .lg\:ml-3\/16 { + margin-left: 18.75%; + } + + .lg\:mt-4\/16 { + margin-top: 25%; + } + + .lg\:mr-4\/16 { + margin-right: 25%; + } + + .lg\:mb-4\/16 { + margin-bottom: 25%; + } + + .lg\:ml-4\/16 { + margin-left: 25%; + } + + .lg\:mt-5\/16 { + margin-top: 31.25%; + } + + .lg\:mr-5\/16 { + margin-right: 31.25%; + } + + .lg\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .lg\:ml-5\/16 { + margin-left: 31.25%; + } + + .lg\:mt-6\/16 { + margin-top: 37.5%; + } + + .lg\:mr-6\/16 { + margin-right: 37.5%; + } + + .lg\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .lg\:ml-6\/16 { + margin-left: 37.5%; + } + + .lg\:mt-7\/16 { + margin-top: 43.75%; + } + + .lg\:mr-7\/16 { + margin-right: 43.75%; + } + + .lg\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .lg\:ml-7\/16 { + margin-left: 43.75%; + } + + .lg\:mt-8\/16 { + margin-top: 50%; + } + + .lg\:mr-8\/16 { + margin-right: 50%; + } + + .lg\:mb-8\/16 { + margin-bottom: 50%; + } + + .lg\:ml-8\/16 { + margin-left: 50%; + } + + .lg\:mt-9\/16 { + margin-top: 56.25%; + } + + .lg\:mr-9\/16 { + margin-right: 56.25%; + } + + .lg\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .lg\:ml-9\/16 { + margin-left: 56.25%; + } + + .lg\:mt-10\/16 { + margin-top: 62.5%; + } + + .lg\:mr-10\/16 { + margin-right: 62.5%; + } + + .lg\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .lg\:ml-10\/16 { + margin-left: 62.5%; + } + + .lg\:mt-11\/16 { + margin-top: 68.75%; + } + + .lg\:mr-11\/16 { + margin-right: 68.75%; + } + + .lg\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .lg\:ml-11\/16 { + margin-left: 68.75%; + } + + .lg\:mt-12\/16 { + margin-top: 75%; + } + + .lg\:mr-12\/16 { + margin-right: 75%; + } + + .lg\:mb-12\/16 { + margin-bottom: 75%; + } + + .lg\:ml-12\/16 { + margin-left: 75%; + } + + .lg\:mt-13\/16 { + margin-top: 81.25%; + } + + .lg\:mr-13\/16 { + margin-right: 81.25%; + } + + .lg\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .lg\:ml-13\/16 { + margin-left: 81.25%; + } + + .lg\:mt-14\/16 { + margin-top: 87.5%; + } + + .lg\:mr-14\/16 { + margin-right: 87.5%; + } + + .lg\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .lg\:ml-14\/16 { + margin-left: 87.5%; + } + + .lg\:mt-15\/16 { + margin-top: 93.75%; + } + + .lg\:mr-15\/16 { + margin-right: 93.75%; + } + + .lg\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .lg\:ml-15\/16 { + margin-left: 93.75%; + } + .lg\:mt-full { margin-top: 100%; } @@ -140725,6 +153424,246 @@ video { margin-left: -91.66667%; } + .lg\:-mt-1\/16 { + margin-top: -6.25%; + } + + .lg\:-mr-1\/16 { + margin-right: -6.25%; + } + + .lg\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .lg\:-ml-1\/16 { + margin-left: -6.25%; + } + + .lg\:-mt-2\/16 { + margin-top: -12.5%; + } + + .lg\:-mr-2\/16 { + margin-right: -12.5%; + } + + .lg\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .lg\:-ml-2\/16 { + margin-left: -12.5%; + } + + .lg\:-mt-3\/16 { + margin-top: -18.75%; + } + + .lg\:-mr-3\/16 { + margin-right: -18.75%; + } + + .lg\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .lg\:-ml-3\/16 { + margin-left: -18.75%; + } + + .lg\:-mt-4\/16 { + margin-top: -25%; + } + + .lg\:-mr-4\/16 { + margin-right: -25%; + } + + .lg\:-mb-4\/16 { + margin-bottom: -25%; + } + + .lg\:-ml-4\/16 { + margin-left: -25%; + } + + .lg\:-mt-5\/16 { + margin-top: -31.25%; + } + + .lg\:-mr-5\/16 { + margin-right: -31.25%; + } + + .lg\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .lg\:-ml-5\/16 { + margin-left: -31.25%; + } + + .lg\:-mt-6\/16 { + margin-top: -37.5%; + } + + .lg\:-mr-6\/16 { + margin-right: -37.5%; + } + + .lg\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .lg\:-ml-6\/16 { + margin-left: -37.5%; + } + + .lg\:-mt-7\/16 { + margin-top: -43.75%; + } + + .lg\:-mr-7\/16 { + margin-right: -43.75%; + } + + .lg\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .lg\:-ml-7\/16 { + margin-left: -43.75%; + } + + .lg\:-mt-8\/16 { + margin-top: -50%; + } + + .lg\:-mr-8\/16 { + margin-right: -50%; + } + + .lg\:-mb-8\/16 { + margin-bottom: -50%; + } + + .lg\:-ml-8\/16 { + margin-left: -50%; + } + + .lg\:-mt-9\/16 { + margin-top: -56.25%; + } + + .lg\:-mr-9\/16 { + margin-right: -56.25%; + } + + .lg\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .lg\:-ml-9\/16 { + margin-left: -56.25%; + } + + .lg\:-mt-10\/16 { + margin-top: -62.5%; + } + + .lg\:-mr-10\/16 { + margin-right: -62.5%; + } + + .lg\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .lg\:-ml-10\/16 { + margin-left: -62.5%; + } + + .lg\:-mt-11\/16 { + margin-top: -68.75%; + } + + .lg\:-mr-11\/16 { + margin-right: -68.75%; + } + + .lg\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .lg\:-ml-11\/16 { + margin-left: -68.75%; + } + + .lg\:-mt-12\/16 { + margin-top: -75%; + } + + .lg\:-mr-12\/16 { + margin-right: -75%; + } + + .lg\:-mb-12\/16 { + margin-bottom: -75%; + } + + .lg\:-ml-12\/16 { + margin-left: -75%; + } + + .lg\:-mt-13\/16 { + margin-top: -81.25%; + } + + .lg\:-mr-13\/16 { + margin-right: -81.25%; + } + + .lg\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .lg\:-ml-13\/16 { + margin-left: -81.25%; + } + + .lg\:-mt-14\/16 { + margin-top: -87.5%; + } + + .lg\:-mr-14\/16 { + margin-right: -87.5%; + } + + .lg\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .lg\:-ml-14\/16 { + margin-left: -87.5%; + } + + .lg\:-mt-15\/16 { + margin-top: -93.75%; + } + + .lg\:-mr-15\/16 { + margin-right: -93.75%; + } + + .lg\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .lg\:-ml-15\/16 { + margin-left: -93.75%; + } + .lg\:-mt-full { margin-top: -100%; } @@ -140997,6 +153936,66 @@ video { max-height: 91.666667%; } + .lg\:max-h-1\/16 { + max-height: 6.25%; + } + + .lg\:max-h-2\/16 { + max-height: 12.5%; + } + + .lg\:max-h-3\/16 { + max-height: 18.75%; + } + + .lg\:max-h-4\/16 { + max-height: 25%; + } + + .lg\:max-h-5\/16 { + max-height: 31.25%; + } + + .lg\:max-h-6\/16 { + max-height: 37.5%; + } + + .lg\:max-h-7\/16 { + max-height: 43.75%; + } + + .lg\:max-h-8\/16 { + max-height: 50%; + } + + .lg\:max-h-9\/16 { + max-height: 56.25%; + } + + .lg\:max-h-10\/16 { + max-height: 62.5%; + } + + .lg\:max-h-11\/16 { + max-height: 68.75%; + } + + .lg\:max-h-12\/16 { + max-height: 75%; + } + + .lg\:max-h-13\/16 { + max-height: 81.25%; + } + + .lg\:max-h-14\/16 { + max-height: 87.5%; + } + + .lg\:max-h-15\/16 { + max-height: 93.75%; + } + .lg\:max-h-full { max-height: 100%; } @@ -141595,6 +154594,66 @@ video { padding: 91.666667%; } + .lg\:p-1\/16 { + padding: 6.25%; + } + + .lg\:p-2\/16 { + padding: 12.5%; + } + + .lg\:p-3\/16 { + padding: 18.75%; + } + + .lg\:p-4\/16 { + padding: 25%; + } + + .lg\:p-5\/16 { + padding: 31.25%; + } + + .lg\:p-6\/16 { + padding: 37.5%; + } + + .lg\:p-7\/16 { + padding: 43.75%; + } + + .lg\:p-8\/16 { + padding: 50%; + } + + .lg\:p-9\/16 { + padding: 56.25%; + } + + .lg\:p-10\/16 { + padding: 62.5%; + } + + .lg\:p-11\/16 { + padding: 68.75%; + } + + .lg\:p-12\/16 { + padding: 75%; + } + + .lg\:p-13\/16 { + padding: 81.25%; + } + + .lg\:p-14\/16 { + padding: 87.5%; + } + + .lg\:p-15\/16 { + padding: 93.75%; + } + .lg\:p-full { padding: 100%; } @@ -142229,6 +155288,156 @@ video { padding-right: 91.666667%; } + .lg\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .lg\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .lg\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .lg\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .lg\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .lg\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .lg\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .lg\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .lg\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .lg\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .lg\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .lg\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .lg\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .lg\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .lg\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .lg\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .lg\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .lg\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .lg\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .lg\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .lg\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .lg\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .lg\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .lg\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .lg\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .lg\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .lg\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .lg\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + .lg\:py-full { padding-top: 100%; padding-bottom: 100%; @@ -143247,6 +156456,246 @@ video { padding-left: 91.666667%; } + .lg\:pt-1\/16 { + padding-top: 6.25%; + } + + .lg\:pr-1\/16 { + padding-right: 6.25%; + } + + .lg\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .lg\:pl-1\/16 { + padding-left: 6.25%; + } + + .lg\:pt-2\/16 { + padding-top: 12.5%; + } + + .lg\:pr-2\/16 { + padding-right: 12.5%; + } + + .lg\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .lg\:pl-2\/16 { + padding-left: 12.5%; + } + + .lg\:pt-3\/16 { + padding-top: 18.75%; + } + + .lg\:pr-3\/16 { + padding-right: 18.75%; + } + + .lg\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .lg\:pl-3\/16 { + padding-left: 18.75%; + } + + .lg\:pt-4\/16 { + padding-top: 25%; + } + + .lg\:pr-4\/16 { + padding-right: 25%; + } + + .lg\:pb-4\/16 { + padding-bottom: 25%; + } + + .lg\:pl-4\/16 { + padding-left: 25%; + } + + .lg\:pt-5\/16 { + padding-top: 31.25%; + } + + .lg\:pr-5\/16 { + padding-right: 31.25%; + } + + .lg\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .lg\:pl-5\/16 { + padding-left: 31.25%; + } + + .lg\:pt-6\/16 { + padding-top: 37.5%; + } + + .lg\:pr-6\/16 { + padding-right: 37.5%; + } + + .lg\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .lg\:pl-6\/16 { + padding-left: 37.5%; + } + + .lg\:pt-7\/16 { + padding-top: 43.75%; + } + + .lg\:pr-7\/16 { + padding-right: 43.75%; + } + + .lg\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .lg\:pl-7\/16 { + padding-left: 43.75%; + } + + .lg\:pt-8\/16 { + padding-top: 50%; + } + + .lg\:pr-8\/16 { + padding-right: 50%; + } + + .lg\:pb-8\/16 { + padding-bottom: 50%; + } + + .lg\:pl-8\/16 { + padding-left: 50%; + } + + .lg\:pt-9\/16 { + padding-top: 56.25%; + } + + .lg\:pr-9\/16 { + padding-right: 56.25%; + } + + .lg\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .lg\:pl-9\/16 { + padding-left: 56.25%; + } + + .lg\:pt-10\/16 { + padding-top: 62.5%; + } + + .lg\:pr-10\/16 { + padding-right: 62.5%; + } + + .lg\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .lg\:pl-10\/16 { + padding-left: 62.5%; + } + + .lg\:pt-11\/16 { + padding-top: 68.75%; + } + + .lg\:pr-11\/16 { + padding-right: 68.75%; + } + + .lg\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .lg\:pl-11\/16 { + padding-left: 68.75%; + } + + .lg\:pt-12\/16 { + padding-top: 75%; + } + + .lg\:pr-12\/16 { + padding-right: 75%; + } + + .lg\:pb-12\/16 { + padding-bottom: 75%; + } + + .lg\:pl-12\/16 { + padding-left: 75%; + } + + .lg\:pt-13\/16 { + padding-top: 81.25%; + } + + .lg\:pr-13\/16 { + padding-right: 81.25%; + } + + .lg\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .lg\:pl-13\/16 { + padding-left: 81.25%; + } + + .lg\:pt-14\/16 { + padding-top: 87.5%; + } + + .lg\:pr-14\/16 { + padding-right: 87.5%; + } + + .lg\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .lg\:pl-14\/16 { + padding-left: 87.5%; + } + + .lg\:pt-15\/16 { + padding-top: 93.75%; + } + + .lg\:pr-15\/16 { + padding-right: 93.75%; + } + + .lg\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .lg\:pl-15\/16 { + padding-left: 93.75%; + } + .lg\:pt-full { padding-top: 100%; } @@ -145653,6 +159102,111 @@ video { left: 91.666667%; } + .lg\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .lg\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .lg\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .lg\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .lg\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .lg\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .lg\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .lg\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .lg\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .lg\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .lg\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .lg\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .lg\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .lg\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + .lg\:inset-full { top: 100%; right: 100%; @@ -146094,6 +159648,111 @@ video { left: -91.66667%; } + .lg\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .lg\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .lg\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .lg\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .lg\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .lg\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .lg\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .lg\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .lg\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .lg\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .lg\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .lg\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .lg\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .lg\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + .lg\:-inset-full { top: -100%; right: -100%; @@ -146741,6 +160400,156 @@ video { left: 91.666667%; } + .lg\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .lg\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .lg\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .lg\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .lg\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .lg\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .lg\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .lg\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .lg\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .lg\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .lg\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .lg\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .lg\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .lg\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .lg\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .lg\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .lg\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .lg\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .lg\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .lg\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .lg\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .lg\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .lg\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .lg\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .lg\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .lg\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .lg\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .lg\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + .lg\:inset-y-full { top: 100%; bottom: 100%; @@ -147371,6 +161180,156 @@ video { left: -91.66667%; } + .lg\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .lg\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .lg\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .lg\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .lg\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .lg\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .lg\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .lg\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .lg\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .lg\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .lg\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .lg\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .lg\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .lg\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .lg\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .lg\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .lg\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .lg\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .lg\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .lg\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .lg\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .lg\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .lg\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .lg\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .lg\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .lg\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .lg\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .lg\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + .lg\:-inset-y-full { top: -100%; bottom: -100%; @@ -148405,6 +162364,246 @@ video { left: 91.666667%; } + .lg\:top-1\/16 { + top: 6.25%; + } + + .lg\:right-1\/16 { + right: 6.25%; + } + + .lg\:bottom-1\/16 { + bottom: 6.25%; + } + + .lg\:left-1\/16 { + left: 6.25%; + } + + .lg\:top-2\/16 { + top: 12.5%; + } + + .lg\:right-2\/16 { + right: 12.5%; + } + + .lg\:bottom-2\/16 { + bottom: 12.5%; + } + + .lg\:left-2\/16 { + left: 12.5%; + } + + .lg\:top-3\/16 { + top: 18.75%; + } + + .lg\:right-3\/16 { + right: 18.75%; + } + + .lg\:bottom-3\/16 { + bottom: 18.75%; + } + + .lg\:left-3\/16 { + left: 18.75%; + } + + .lg\:top-4\/16 { + top: 25%; + } + + .lg\:right-4\/16 { + right: 25%; + } + + .lg\:bottom-4\/16 { + bottom: 25%; + } + + .lg\:left-4\/16 { + left: 25%; + } + + .lg\:top-5\/16 { + top: 31.25%; + } + + .lg\:right-5\/16 { + right: 31.25%; + } + + .lg\:bottom-5\/16 { + bottom: 31.25%; + } + + .lg\:left-5\/16 { + left: 31.25%; + } + + .lg\:top-6\/16 { + top: 37.5%; + } + + .lg\:right-6\/16 { + right: 37.5%; + } + + .lg\:bottom-6\/16 { + bottom: 37.5%; + } + + .lg\:left-6\/16 { + left: 37.5%; + } + + .lg\:top-7\/16 { + top: 43.75%; + } + + .lg\:right-7\/16 { + right: 43.75%; + } + + .lg\:bottom-7\/16 { + bottom: 43.75%; + } + + .lg\:left-7\/16 { + left: 43.75%; + } + + .lg\:top-8\/16 { + top: 50%; + } + + .lg\:right-8\/16 { + right: 50%; + } + + .lg\:bottom-8\/16 { + bottom: 50%; + } + + .lg\:left-8\/16 { + left: 50%; + } + + .lg\:top-9\/16 { + top: 56.25%; + } + + .lg\:right-9\/16 { + right: 56.25%; + } + + .lg\:bottom-9\/16 { + bottom: 56.25%; + } + + .lg\:left-9\/16 { + left: 56.25%; + } + + .lg\:top-10\/16 { + top: 62.5%; + } + + .lg\:right-10\/16 { + right: 62.5%; + } + + .lg\:bottom-10\/16 { + bottom: 62.5%; + } + + .lg\:left-10\/16 { + left: 62.5%; + } + + .lg\:top-11\/16 { + top: 68.75%; + } + + .lg\:right-11\/16 { + right: 68.75%; + } + + .lg\:bottom-11\/16 { + bottom: 68.75%; + } + + .lg\:left-11\/16 { + left: 68.75%; + } + + .lg\:top-12\/16 { + top: 75%; + } + + .lg\:right-12\/16 { + right: 75%; + } + + .lg\:bottom-12\/16 { + bottom: 75%; + } + + .lg\:left-12\/16 { + left: 75%; + } + + .lg\:top-13\/16 { + top: 81.25%; + } + + .lg\:right-13\/16 { + right: 81.25%; + } + + .lg\:bottom-13\/16 { + bottom: 81.25%; + } + + .lg\:left-13\/16 { + left: 81.25%; + } + + .lg\:top-14\/16 { + top: 87.5%; + } + + .lg\:right-14\/16 { + right: 87.5%; + } + + .lg\:bottom-14\/16 { + bottom: 87.5%; + } + + .lg\:left-14\/16 { + left: 87.5%; + } + + .lg\:top-15\/16 { + top: 93.75%; + } + + .lg\:right-15\/16 { + right: 93.75%; + } + + .lg\:bottom-15\/16 { + bottom: 93.75%; + } + + .lg\:left-15\/16 { + left: 93.75%; + } + .lg\:top-full { top: 100%; } @@ -149413,6 +163612,246 @@ video { left: -91.66667%; } + .lg\:-top-1\/16 { + top: -6.25%; + } + + .lg\:-right-1\/16 { + right: -6.25%; + } + + .lg\:-bottom-1\/16 { + bottom: -6.25%; + } + + .lg\:-left-1\/16 { + left: -6.25%; + } + + .lg\:-top-2\/16 { + top: -12.5%; + } + + .lg\:-right-2\/16 { + right: -12.5%; + } + + .lg\:-bottom-2\/16 { + bottom: -12.5%; + } + + .lg\:-left-2\/16 { + left: -12.5%; + } + + .lg\:-top-3\/16 { + top: -18.75%; + } + + .lg\:-right-3\/16 { + right: -18.75%; + } + + .lg\:-bottom-3\/16 { + bottom: -18.75%; + } + + .lg\:-left-3\/16 { + left: -18.75%; + } + + .lg\:-top-4\/16 { + top: -25%; + } + + .lg\:-right-4\/16 { + right: -25%; + } + + .lg\:-bottom-4\/16 { + bottom: -25%; + } + + .lg\:-left-4\/16 { + left: -25%; + } + + .lg\:-top-5\/16 { + top: -31.25%; + } + + .lg\:-right-5\/16 { + right: -31.25%; + } + + .lg\:-bottom-5\/16 { + bottom: -31.25%; + } + + .lg\:-left-5\/16 { + left: -31.25%; + } + + .lg\:-top-6\/16 { + top: -37.5%; + } + + .lg\:-right-6\/16 { + right: -37.5%; + } + + .lg\:-bottom-6\/16 { + bottom: -37.5%; + } + + .lg\:-left-6\/16 { + left: -37.5%; + } + + .lg\:-top-7\/16 { + top: -43.75%; + } + + .lg\:-right-7\/16 { + right: -43.75%; + } + + .lg\:-bottom-7\/16 { + bottom: -43.75%; + } + + .lg\:-left-7\/16 { + left: -43.75%; + } + + .lg\:-top-8\/16 { + top: -50%; + } + + .lg\:-right-8\/16 { + right: -50%; + } + + .lg\:-bottom-8\/16 { + bottom: -50%; + } + + .lg\:-left-8\/16 { + left: -50%; + } + + .lg\:-top-9\/16 { + top: -56.25%; + } + + .lg\:-right-9\/16 { + right: -56.25%; + } + + .lg\:-bottom-9\/16 { + bottom: -56.25%; + } + + .lg\:-left-9\/16 { + left: -56.25%; + } + + .lg\:-top-10\/16 { + top: -62.5%; + } + + .lg\:-right-10\/16 { + right: -62.5%; + } + + .lg\:-bottom-10\/16 { + bottom: -62.5%; + } + + .lg\:-left-10\/16 { + left: -62.5%; + } + + .lg\:-top-11\/16 { + top: -68.75%; + } + + .lg\:-right-11\/16 { + right: -68.75%; + } + + .lg\:-bottom-11\/16 { + bottom: -68.75%; + } + + .lg\:-left-11\/16 { + left: -68.75%; + } + + .lg\:-top-12\/16 { + top: -75%; + } + + .lg\:-right-12\/16 { + right: -75%; + } + + .lg\:-bottom-12\/16 { + bottom: -75%; + } + + .lg\:-left-12\/16 { + left: -75%; + } + + .lg\:-top-13\/16 { + top: -81.25%; + } + + .lg\:-right-13\/16 { + right: -81.25%; + } + + .lg\:-bottom-13\/16 { + bottom: -81.25%; + } + + .lg\:-left-13\/16 { + left: -81.25%; + } + + .lg\:-top-14\/16 { + top: -87.5%; + } + + .lg\:-right-14\/16 { + right: -87.5%; + } + + .lg\:-bottom-14\/16 { + bottom: -87.5%; + } + + .lg\:-left-14\/16 { + left: -87.5%; + } + + .lg\:-top-15\/16 { + top: -93.75%; + } + + .lg\:-right-15\/16 { + right: -93.75%; + } + + .lg\:-bottom-15\/16 { + bottom: -93.75%; + } + + .lg\:-left-15\/16 { + left: -93.75%; + } + .lg\:-top-full { top: -100%; } @@ -152969,6 +167408,66 @@ video { width: 91.666667%; } + .lg\:w-1\/16 { + width: 6.25%; + } + + .lg\:w-2\/16 { + width: 12.5%; + } + + .lg\:w-3\/16 { + width: 18.75%; + } + + .lg\:w-4\/16 { + width: 25%; + } + + .lg\:w-5\/16 { + width: 31.25%; + } + + .lg\:w-6\/16 { + width: 37.5%; + } + + .lg\:w-7\/16 { + width: 43.75%; + } + + .lg\:w-8\/16 { + width: 50%; + } + + .lg\:w-9\/16 { + width: 56.25%; + } + + .lg\:w-10\/16 { + width: 62.5%; + } + + .lg\:w-11\/16 { + width: 68.75%; + } + + .lg\:w-12\/16 { + width: 75%; + } + + .lg\:w-13\/16 { + width: 81.25%; + } + + .lg\:w-14\/16 { + width: 87.5%; + } + + .lg\:w-15\/16 { + width: 93.75%; + } + .lg\:w-full { width: 100%; } @@ -153328,6 +167827,81 @@ video { gap: 91.666667%; } + .lg\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .lg\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .lg\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .lg\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .lg\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .lg\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .lg\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .lg\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .lg\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .lg\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .lg\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .lg\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .lg\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .lg\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + .lg\:gap-full { grid-gap: 100%; gap: 100%; @@ -153648,6 +168222,81 @@ video { column-gap: 91.666667%; } + .lg\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .lg\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .lg\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .lg\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .lg\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .lg\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .lg\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .lg\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .lg\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .lg\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .lg\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .lg\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .lg\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .lg\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + .lg\:gap-x-full { grid-column-gap: 100%; column-gap: 100%; @@ -153968,6 +168617,81 @@ video { row-gap: 91.666667%; } + .lg\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .lg\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .lg\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .lg\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .lg\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .lg\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .lg\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .lg\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .lg\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .lg\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .lg\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .lg\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .lg\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .lg\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + .lg\:gap-y-full { grid-row-gap: 100%; row-gap: 100%; @@ -154034,7 +168758,7 @@ video { } .lg\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .lg\:grid-cols-none { @@ -154109,6 +168833,22 @@ video { grid-column: span 12 / span 12; } + .lg\:col-span-13 { + grid-column: span 13 / span 13; + } + + .lg\:col-span-14 { + grid-column: span 14 / span 14; + } + + .lg\:col-span-15 { + grid-column: span 15 / span 15; + } + + .lg\:col-span-16 { + grid-column: span 16 / span 16; + } + .lg\:col-span-full { grid-column: 1 / -1; } @@ -154165,6 +168905,22 @@ video { grid-column-start: 13; } + .lg\:col-start-14 { + grid-column-start: 14; + } + + .lg\:col-start-15 { + grid-column-start: 15; + } + + .lg\:col-start-16 { + grid-column-start: 16; + } + + .lg\:col-start-17 { + grid-column-start: 17; + } + .lg\:col-start-auto { grid-column-start: auto; } @@ -154221,6 +168977,22 @@ video { grid-column-end: 13; } + .lg\:col-end-14 { + grid-column-end: 14; + } + + .lg\:col-end-15 { + grid-column-end: 15; + } + + .lg\:col-end-16 { + grid-column-end: 16; + } + + .lg\:col-end-17 { + grid-column-end: 17; + } + .lg\:col-end-auto { grid-column-end: auto; } @@ -155273,6 +170045,66 @@ video { --transform-translate-x: 91.666667%; } + .lg\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .lg\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .lg\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .lg\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .lg\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .lg\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .lg\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .lg\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .lg\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .lg\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .lg\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .lg\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .lg\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .lg\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + .lg\:translate-x-full { --transform-translate-x: 100%; } @@ -155525,6 +170357,66 @@ video { --transform-translate-x: -91.66667%; } + .lg\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .lg\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .lg\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .lg\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .lg\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .lg\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .lg\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .lg\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .lg\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .lg\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .lg\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .lg\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .lg\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .lg\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + .lg\:-translate-x-full { --transform-translate-x: -100%; } @@ -155781,6 +170673,66 @@ video { --transform-translate-y: 91.666667%; } + .lg\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .lg\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .lg\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .lg\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .lg\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .lg\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .lg\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .lg\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .lg\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .lg\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .lg\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .lg\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .lg\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .lg\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + .lg\:translate-y-full { --transform-translate-y: 100%; } @@ -156033,6 +170985,66 @@ video { --transform-translate-y: -91.66667%; } + .lg\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .lg\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .lg\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .lg\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .lg\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .lg\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .lg\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .lg\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .lg\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .lg\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .lg\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .lg\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .lg\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .lg\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + .lg\:-translate-y-full { --transform-translate-y: -100%; } @@ -156289,6 +171301,66 @@ video { --transform-translate-x: 91.666667%; } + .lg\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .lg\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .lg\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .lg\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .lg\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .lg\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .lg\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .lg\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .lg\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .lg\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .lg\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .lg\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .lg\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .lg\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + .lg\:hover\:translate-x-full:hover { --transform-translate-x: 100%; } @@ -156541,6 +171613,66 @@ video { --transform-translate-x: -91.66667%; } + .lg\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .lg\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .lg\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .lg\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .lg\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .lg\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .lg\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .lg\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .lg\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .lg\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .lg\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .lg\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .lg\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .lg\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + .lg\:hover\:-translate-x-full:hover { --transform-translate-x: -100%; } @@ -156797,6 +171929,66 @@ video { --transform-translate-y: 91.666667%; } + .lg\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .lg\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .lg\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .lg\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .lg\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .lg\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .lg\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .lg\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .lg\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .lg\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .lg\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .lg\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .lg\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .lg\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + .lg\:hover\:translate-y-full:hover { --transform-translate-y: 100%; } @@ -157049,6 +172241,66 @@ video { --transform-translate-y: -91.66667%; } + .lg\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .lg\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .lg\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .lg\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .lg\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .lg\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .lg\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .lg\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .lg\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .lg\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .lg\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .lg\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .lg\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .lg\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + .lg\:hover\:-translate-y-full:hover { --transform-translate-y: -100%; } @@ -157305,6 +172557,66 @@ video { --transform-translate-x: 91.666667%; } + .lg\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .lg\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .lg\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .lg\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .lg\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .lg\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .lg\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .lg\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .lg\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .lg\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .lg\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .lg\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .lg\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .lg\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + .lg\:focus\:translate-x-full:focus { --transform-translate-x: 100%; } @@ -157557,6 +172869,66 @@ video { --transform-translate-x: -91.66667%; } + .lg\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .lg\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .lg\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .lg\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .lg\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .lg\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .lg\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .lg\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .lg\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .lg\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .lg\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .lg\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .lg\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .lg\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + .lg\:focus\:-translate-x-full:focus { --transform-translate-x: -100%; } @@ -157813,6 +173185,66 @@ video { --transform-translate-y: 91.666667%; } + .lg\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .lg\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .lg\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .lg\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .lg\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .lg\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .lg\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .lg\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .lg\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .lg\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .lg\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .lg\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .lg\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .lg\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + .lg\:focus\:translate-y-full:focus { --transform-translate-y: 100%; } @@ -158065,6 +173497,66 @@ video { --transform-translate-y: -91.66667%; } + .lg\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .lg\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .lg\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .lg\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .lg\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .lg\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .lg\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .lg\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .lg\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .lg\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .lg\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .lg\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .lg\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .lg\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + .lg\:focus\:-translate-y-full:focus { --transform-translate-y: -100%; } @@ -159258,6 +174750,186 @@ video { margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .xl\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .xl\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .xl\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .xl\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .xl\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .xl\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .xl\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .xl\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .xl\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .xl\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(100% * calc(1 - var(--space-y-reverse))); @@ -160014,6 +175686,186 @@ video { margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .xl\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); @@ -176230,6 +192082,66 @@ video { height: 91.666667%; } + .xl\:h-1\/16 { + height: 6.25%; + } + + .xl\:h-2\/16 { + height: 12.5%; + } + + .xl\:h-3\/16 { + height: 18.75%; + } + + .xl\:h-4\/16 { + height: 25%; + } + + .xl\:h-5\/16 { + height: 31.25%; + } + + .xl\:h-6\/16 { + height: 37.5%; + } + + .xl\:h-7\/16 { + height: 43.75%; + } + + .xl\:h-8\/16 { + height: 50%; + } + + .xl\:h-9\/16 { + height: 56.25%; + } + + .xl\:h-10\/16 { + height: 62.5%; + } + + .xl\:h-11\/16 { + height: 68.75%; + } + + .xl\:h-12\/16 { + height: 75%; + } + + .xl\:h-13\/16 { + height: 81.25%; + } + + .xl\:h-14\/16 { + height: 87.5%; + } + + .xl\:h-15\/16 { + height: 93.75%; + } + .xl\:h-full { height: 100%; } @@ -176635,6 +192547,66 @@ video { margin: 91.666667%; } + .xl\:m-1\/16 { + margin: 6.25%; + } + + .xl\:m-2\/16 { + margin: 12.5%; + } + + .xl\:m-3\/16 { + margin: 18.75%; + } + + .xl\:m-4\/16 { + margin: 25%; + } + + .xl\:m-5\/16 { + margin: 31.25%; + } + + .xl\:m-6\/16 { + margin: 37.5%; + } + + .xl\:m-7\/16 { + margin: 43.75%; + } + + .xl\:m-8\/16 { + margin: 50%; + } + + .xl\:m-9\/16 { + margin: 56.25%; + } + + .xl\:m-10\/16 { + margin: 62.5%; + } + + .xl\:m-11\/16 { + margin: 68.75%; + } + + .xl\:m-12\/16 { + margin: 75%; + } + + .xl\:m-13\/16 { + margin: 81.25%; + } + + .xl\:m-14\/16 { + margin: 87.5%; + } + + .xl\:m-15\/16 { + margin: 93.75%; + } + .xl\:m-full { margin: 100%; } @@ -176887,6 +192859,66 @@ video { margin: -91.66667%; } + .xl\:-m-1\/16 { + margin: -6.25%; + } + + .xl\:-m-2\/16 { + margin: -12.5%; + } + + .xl\:-m-3\/16 { + margin: -18.75%; + } + + .xl\:-m-4\/16 { + margin: -25%; + } + + .xl\:-m-5\/16 { + margin: -31.25%; + } + + .xl\:-m-6\/16 { + margin: -37.5%; + } + + .xl\:-m-7\/16 { + margin: -43.75%; + } + + .xl\:-m-8\/16 { + margin: -50%; + } + + .xl\:-m-9\/16 { + margin: -56.25%; + } + + .xl\:-m-10\/16 { + margin: -62.5%; + } + + .xl\:-m-11\/16 { + margin: -68.75%; + } + + .xl\:-m-12\/16 { + margin: -75%; + } + + .xl\:-m-13\/16 { + margin: -81.25%; + } + + .xl\:-m-14\/16 { + margin: -87.5%; + } + + .xl\:-m-15\/16 { + margin: -93.75%; + } + .xl\:-m-full { margin: -100%; } @@ -177531,6 +193563,156 @@ video { margin-right: 91.666667%; } + .xl\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .xl\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .xl\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .xl\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .xl\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .xl\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .xl\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .xl\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .xl\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .xl\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .xl\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .xl\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .xl\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .xl\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .xl\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .xl\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .xl\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .xl\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .xl\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .xl\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .xl\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .xl\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .xl\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .xl\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .xl\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .xl\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .xl\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .xl\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + .xl\:my-full { margin-top: 100%; margin-bottom: 100%; @@ -178161,6 +194343,156 @@ video { margin-right: -91.66667%; } + .xl\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .xl\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .xl\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .xl\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .xl\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .xl\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .xl\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .xl\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .xl\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .xl\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .xl\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .xl\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .xl\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .xl\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .xl\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .xl\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .xl\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .xl\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .xl\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .xl\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .xl\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .xl\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .xl\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .xl\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .xl\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .xl\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .xl\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .xl\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + .xl\:-my-full { margin-top: -100%; margin-bottom: -100%; @@ -179195,6 +195527,246 @@ video { margin-left: 91.666667%; } + .xl\:mt-1\/16 { + margin-top: 6.25%; + } + + .xl\:mr-1\/16 { + margin-right: 6.25%; + } + + .xl\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .xl\:ml-1\/16 { + margin-left: 6.25%; + } + + .xl\:mt-2\/16 { + margin-top: 12.5%; + } + + .xl\:mr-2\/16 { + margin-right: 12.5%; + } + + .xl\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .xl\:ml-2\/16 { + margin-left: 12.5%; + } + + .xl\:mt-3\/16 { + margin-top: 18.75%; + } + + .xl\:mr-3\/16 { + margin-right: 18.75%; + } + + .xl\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .xl\:ml-3\/16 { + margin-left: 18.75%; + } + + .xl\:mt-4\/16 { + margin-top: 25%; + } + + .xl\:mr-4\/16 { + margin-right: 25%; + } + + .xl\:mb-4\/16 { + margin-bottom: 25%; + } + + .xl\:ml-4\/16 { + margin-left: 25%; + } + + .xl\:mt-5\/16 { + margin-top: 31.25%; + } + + .xl\:mr-5\/16 { + margin-right: 31.25%; + } + + .xl\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .xl\:ml-5\/16 { + margin-left: 31.25%; + } + + .xl\:mt-6\/16 { + margin-top: 37.5%; + } + + .xl\:mr-6\/16 { + margin-right: 37.5%; + } + + .xl\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .xl\:ml-6\/16 { + margin-left: 37.5%; + } + + .xl\:mt-7\/16 { + margin-top: 43.75%; + } + + .xl\:mr-7\/16 { + margin-right: 43.75%; + } + + .xl\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .xl\:ml-7\/16 { + margin-left: 43.75%; + } + + .xl\:mt-8\/16 { + margin-top: 50%; + } + + .xl\:mr-8\/16 { + margin-right: 50%; + } + + .xl\:mb-8\/16 { + margin-bottom: 50%; + } + + .xl\:ml-8\/16 { + margin-left: 50%; + } + + .xl\:mt-9\/16 { + margin-top: 56.25%; + } + + .xl\:mr-9\/16 { + margin-right: 56.25%; + } + + .xl\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .xl\:ml-9\/16 { + margin-left: 56.25%; + } + + .xl\:mt-10\/16 { + margin-top: 62.5%; + } + + .xl\:mr-10\/16 { + margin-right: 62.5%; + } + + .xl\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .xl\:ml-10\/16 { + margin-left: 62.5%; + } + + .xl\:mt-11\/16 { + margin-top: 68.75%; + } + + .xl\:mr-11\/16 { + margin-right: 68.75%; + } + + .xl\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .xl\:ml-11\/16 { + margin-left: 68.75%; + } + + .xl\:mt-12\/16 { + margin-top: 75%; + } + + .xl\:mr-12\/16 { + margin-right: 75%; + } + + .xl\:mb-12\/16 { + margin-bottom: 75%; + } + + .xl\:ml-12\/16 { + margin-left: 75%; + } + + .xl\:mt-13\/16 { + margin-top: 81.25%; + } + + .xl\:mr-13\/16 { + margin-right: 81.25%; + } + + .xl\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .xl\:ml-13\/16 { + margin-left: 81.25%; + } + + .xl\:mt-14\/16 { + margin-top: 87.5%; + } + + .xl\:mr-14\/16 { + margin-right: 87.5%; + } + + .xl\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .xl\:ml-14\/16 { + margin-left: 87.5%; + } + + .xl\:mt-15\/16 { + margin-top: 93.75%; + } + + .xl\:mr-15\/16 { + margin-right: 93.75%; + } + + .xl\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .xl\:ml-15\/16 { + margin-left: 93.75%; + } + .xl\:mt-full { margin-top: 100%; } @@ -180203,6 +196775,246 @@ video { margin-left: -91.66667%; } + .xl\:-mt-1\/16 { + margin-top: -6.25%; + } + + .xl\:-mr-1\/16 { + margin-right: -6.25%; + } + + .xl\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .xl\:-ml-1\/16 { + margin-left: -6.25%; + } + + .xl\:-mt-2\/16 { + margin-top: -12.5%; + } + + .xl\:-mr-2\/16 { + margin-right: -12.5%; + } + + .xl\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .xl\:-ml-2\/16 { + margin-left: -12.5%; + } + + .xl\:-mt-3\/16 { + margin-top: -18.75%; + } + + .xl\:-mr-3\/16 { + margin-right: -18.75%; + } + + .xl\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .xl\:-ml-3\/16 { + margin-left: -18.75%; + } + + .xl\:-mt-4\/16 { + margin-top: -25%; + } + + .xl\:-mr-4\/16 { + margin-right: -25%; + } + + .xl\:-mb-4\/16 { + margin-bottom: -25%; + } + + .xl\:-ml-4\/16 { + margin-left: -25%; + } + + .xl\:-mt-5\/16 { + margin-top: -31.25%; + } + + .xl\:-mr-5\/16 { + margin-right: -31.25%; + } + + .xl\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .xl\:-ml-5\/16 { + margin-left: -31.25%; + } + + .xl\:-mt-6\/16 { + margin-top: -37.5%; + } + + .xl\:-mr-6\/16 { + margin-right: -37.5%; + } + + .xl\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .xl\:-ml-6\/16 { + margin-left: -37.5%; + } + + .xl\:-mt-7\/16 { + margin-top: -43.75%; + } + + .xl\:-mr-7\/16 { + margin-right: -43.75%; + } + + .xl\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .xl\:-ml-7\/16 { + margin-left: -43.75%; + } + + .xl\:-mt-8\/16 { + margin-top: -50%; + } + + .xl\:-mr-8\/16 { + margin-right: -50%; + } + + .xl\:-mb-8\/16 { + margin-bottom: -50%; + } + + .xl\:-ml-8\/16 { + margin-left: -50%; + } + + .xl\:-mt-9\/16 { + margin-top: -56.25%; + } + + .xl\:-mr-9\/16 { + margin-right: -56.25%; + } + + .xl\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .xl\:-ml-9\/16 { + margin-left: -56.25%; + } + + .xl\:-mt-10\/16 { + margin-top: -62.5%; + } + + .xl\:-mr-10\/16 { + margin-right: -62.5%; + } + + .xl\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .xl\:-ml-10\/16 { + margin-left: -62.5%; + } + + .xl\:-mt-11\/16 { + margin-top: -68.75%; + } + + .xl\:-mr-11\/16 { + margin-right: -68.75%; + } + + .xl\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .xl\:-ml-11\/16 { + margin-left: -68.75%; + } + + .xl\:-mt-12\/16 { + margin-top: -75%; + } + + .xl\:-mr-12\/16 { + margin-right: -75%; + } + + .xl\:-mb-12\/16 { + margin-bottom: -75%; + } + + .xl\:-ml-12\/16 { + margin-left: -75%; + } + + .xl\:-mt-13\/16 { + margin-top: -81.25%; + } + + .xl\:-mr-13\/16 { + margin-right: -81.25%; + } + + .xl\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .xl\:-ml-13\/16 { + margin-left: -81.25%; + } + + .xl\:-mt-14\/16 { + margin-top: -87.5%; + } + + .xl\:-mr-14\/16 { + margin-right: -87.5%; + } + + .xl\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .xl\:-ml-14\/16 { + margin-left: -87.5%; + } + + .xl\:-mt-15\/16 { + margin-top: -93.75%; + } + + .xl\:-mr-15\/16 { + margin-right: -93.75%; + } + + .xl\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .xl\:-ml-15\/16 { + margin-left: -93.75%; + } + .xl\:-mt-full { margin-top: -100%; } @@ -180475,6 +197287,66 @@ video { max-height: 91.666667%; } + .xl\:max-h-1\/16 { + max-height: 6.25%; + } + + .xl\:max-h-2\/16 { + max-height: 12.5%; + } + + .xl\:max-h-3\/16 { + max-height: 18.75%; + } + + .xl\:max-h-4\/16 { + max-height: 25%; + } + + .xl\:max-h-5\/16 { + max-height: 31.25%; + } + + .xl\:max-h-6\/16 { + max-height: 37.5%; + } + + .xl\:max-h-7\/16 { + max-height: 43.75%; + } + + .xl\:max-h-8\/16 { + max-height: 50%; + } + + .xl\:max-h-9\/16 { + max-height: 56.25%; + } + + .xl\:max-h-10\/16 { + max-height: 62.5%; + } + + .xl\:max-h-11\/16 { + max-height: 68.75%; + } + + .xl\:max-h-12\/16 { + max-height: 75%; + } + + .xl\:max-h-13\/16 { + max-height: 81.25%; + } + + .xl\:max-h-14\/16 { + max-height: 87.5%; + } + + .xl\:max-h-15\/16 { + max-height: 93.75%; + } + .xl\:max-h-full { max-height: 100%; } @@ -181073,6 +197945,66 @@ video { padding: 91.666667%; } + .xl\:p-1\/16 { + padding: 6.25%; + } + + .xl\:p-2\/16 { + padding: 12.5%; + } + + .xl\:p-3\/16 { + padding: 18.75%; + } + + .xl\:p-4\/16 { + padding: 25%; + } + + .xl\:p-5\/16 { + padding: 31.25%; + } + + .xl\:p-6\/16 { + padding: 37.5%; + } + + .xl\:p-7\/16 { + padding: 43.75%; + } + + .xl\:p-8\/16 { + padding: 50%; + } + + .xl\:p-9\/16 { + padding: 56.25%; + } + + .xl\:p-10\/16 { + padding: 62.5%; + } + + .xl\:p-11\/16 { + padding: 68.75%; + } + + .xl\:p-12\/16 { + padding: 75%; + } + + .xl\:p-13\/16 { + padding: 81.25%; + } + + .xl\:p-14\/16 { + padding: 87.5%; + } + + .xl\:p-15\/16 { + padding: 93.75%; + } + .xl\:p-full { padding: 100%; } @@ -181707,6 +198639,156 @@ video { padding-right: 91.666667%; } + .xl\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .xl\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .xl\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .xl\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .xl\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .xl\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .xl\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .xl\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .xl\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .xl\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .xl\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .xl\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .xl\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .xl\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .xl\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .xl\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .xl\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .xl\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .xl\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .xl\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .xl\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .xl\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .xl\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .xl\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .xl\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .xl\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .xl\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .xl\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + .xl\:py-full { padding-top: 100%; padding-bottom: 100%; @@ -182725,6 +199807,246 @@ video { padding-left: 91.666667%; } + .xl\:pt-1\/16 { + padding-top: 6.25%; + } + + .xl\:pr-1\/16 { + padding-right: 6.25%; + } + + .xl\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .xl\:pl-1\/16 { + padding-left: 6.25%; + } + + .xl\:pt-2\/16 { + padding-top: 12.5%; + } + + .xl\:pr-2\/16 { + padding-right: 12.5%; + } + + .xl\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .xl\:pl-2\/16 { + padding-left: 12.5%; + } + + .xl\:pt-3\/16 { + padding-top: 18.75%; + } + + .xl\:pr-3\/16 { + padding-right: 18.75%; + } + + .xl\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .xl\:pl-3\/16 { + padding-left: 18.75%; + } + + .xl\:pt-4\/16 { + padding-top: 25%; + } + + .xl\:pr-4\/16 { + padding-right: 25%; + } + + .xl\:pb-4\/16 { + padding-bottom: 25%; + } + + .xl\:pl-4\/16 { + padding-left: 25%; + } + + .xl\:pt-5\/16 { + padding-top: 31.25%; + } + + .xl\:pr-5\/16 { + padding-right: 31.25%; + } + + .xl\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .xl\:pl-5\/16 { + padding-left: 31.25%; + } + + .xl\:pt-6\/16 { + padding-top: 37.5%; + } + + .xl\:pr-6\/16 { + padding-right: 37.5%; + } + + .xl\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .xl\:pl-6\/16 { + padding-left: 37.5%; + } + + .xl\:pt-7\/16 { + padding-top: 43.75%; + } + + .xl\:pr-7\/16 { + padding-right: 43.75%; + } + + .xl\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .xl\:pl-7\/16 { + padding-left: 43.75%; + } + + .xl\:pt-8\/16 { + padding-top: 50%; + } + + .xl\:pr-8\/16 { + padding-right: 50%; + } + + .xl\:pb-8\/16 { + padding-bottom: 50%; + } + + .xl\:pl-8\/16 { + padding-left: 50%; + } + + .xl\:pt-9\/16 { + padding-top: 56.25%; + } + + .xl\:pr-9\/16 { + padding-right: 56.25%; + } + + .xl\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .xl\:pl-9\/16 { + padding-left: 56.25%; + } + + .xl\:pt-10\/16 { + padding-top: 62.5%; + } + + .xl\:pr-10\/16 { + padding-right: 62.5%; + } + + .xl\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .xl\:pl-10\/16 { + padding-left: 62.5%; + } + + .xl\:pt-11\/16 { + padding-top: 68.75%; + } + + .xl\:pr-11\/16 { + padding-right: 68.75%; + } + + .xl\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .xl\:pl-11\/16 { + padding-left: 68.75%; + } + + .xl\:pt-12\/16 { + padding-top: 75%; + } + + .xl\:pr-12\/16 { + padding-right: 75%; + } + + .xl\:pb-12\/16 { + padding-bottom: 75%; + } + + .xl\:pl-12\/16 { + padding-left: 75%; + } + + .xl\:pt-13\/16 { + padding-top: 81.25%; + } + + .xl\:pr-13\/16 { + padding-right: 81.25%; + } + + .xl\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .xl\:pl-13\/16 { + padding-left: 81.25%; + } + + .xl\:pt-14\/16 { + padding-top: 87.5%; + } + + .xl\:pr-14\/16 { + padding-right: 87.5%; + } + + .xl\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .xl\:pl-14\/16 { + padding-left: 87.5%; + } + + .xl\:pt-15\/16 { + padding-top: 93.75%; + } + + .xl\:pr-15\/16 { + padding-right: 93.75%; + } + + .xl\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .xl\:pl-15\/16 { + padding-left: 93.75%; + } + .xl\:pt-full { padding-top: 100%; } @@ -185131,6 +202453,111 @@ video { left: 91.666667%; } + .xl\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .xl\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .xl\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .xl\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .xl\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .xl\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .xl\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .xl\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .xl\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .xl\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .xl\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .xl\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .xl\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .xl\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + .xl\:inset-full { top: 100%; right: 100%; @@ -185572,6 +202999,111 @@ video { left: -91.66667%; } + .xl\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .xl\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .xl\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .xl\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .xl\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .xl\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .xl\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .xl\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .xl\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .xl\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .xl\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .xl\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .xl\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .xl\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + .xl\:-inset-full { top: -100%; right: -100%; @@ -186219,6 +203751,156 @@ video { left: 91.666667%; } + .xl\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .xl\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .xl\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .xl\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .xl\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .xl\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .xl\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .xl\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .xl\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .xl\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .xl\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .xl\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .xl\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .xl\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .xl\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .xl\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .xl\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .xl\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .xl\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .xl\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .xl\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .xl\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .xl\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .xl\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .xl\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .xl\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .xl\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .xl\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + .xl\:inset-y-full { top: 100%; bottom: 100%; @@ -186849,6 +204531,156 @@ video { left: -91.66667%; } + .xl\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .xl\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .xl\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .xl\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .xl\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .xl\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .xl\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .xl\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .xl\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .xl\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .xl\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .xl\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .xl\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .xl\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .xl\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .xl\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .xl\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .xl\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .xl\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .xl\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .xl\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .xl\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .xl\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .xl\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .xl\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .xl\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .xl\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .xl\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + .xl\:-inset-y-full { top: -100%; bottom: -100%; @@ -187883,6 +205715,246 @@ video { left: 91.666667%; } + .xl\:top-1\/16 { + top: 6.25%; + } + + .xl\:right-1\/16 { + right: 6.25%; + } + + .xl\:bottom-1\/16 { + bottom: 6.25%; + } + + .xl\:left-1\/16 { + left: 6.25%; + } + + .xl\:top-2\/16 { + top: 12.5%; + } + + .xl\:right-2\/16 { + right: 12.5%; + } + + .xl\:bottom-2\/16 { + bottom: 12.5%; + } + + .xl\:left-2\/16 { + left: 12.5%; + } + + .xl\:top-3\/16 { + top: 18.75%; + } + + .xl\:right-3\/16 { + right: 18.75%; + } + + .xl\:bottom-3\/16 { + bottom: 18.75%; + } + + .xl\:left-3\/16 { + left: 18.75%; + } + + .xl\:top-4\/16 { + top: 25%; + } + + .xl\:right-4\/16 { + right: 25%; + } + + .xl\:bottom-4\/16 { + bottom: 25%; + } + + .xl\:left-4\/16 { + left: 25%; + } + + .xl\:top-5\/16 { + top: 31.25%; + } + + .xl\:right-5\/16 { + right: 31.25%; + } + + .xl\:bottom-5\/16 { + bottom: 31.25%; + } + + .xl\:left-5\/16 { + left: 31.25%; + } + + .xl\:top-6\/16 { + top: 37.5%; + } + + .xl\:right-6\/16 { + right: 37.5%; + } + + .xl\:bottom-6\/16 { + bottom: 37.5%; + } + + .xl\:left-6\/16 { + left: 37.5%; + } + + .xl\:top-7\/16 { + top: 43.75%; + } + + .xl\:right-7\/16 { + right: 43.75%; + } + + .xl\:bottom-7\/16 { + bottom: 43.75%; + } + + .xl\:left-7\/16 { + left: 43.75%; + } + + .xl\:top-8\/16 { + top: 50%; + } + + .xl\:right-8\/16 { + right: 50%; + } + + .xl\:bottom-8\/16 { + bottom: 50%; + } + + .xl\:left-8\/16 { + left: 50%; + } + + .xl\:top-9\/16 { + top: 56.25%; + } + + .xl\:right-9\/16 { + right: 56.25%; + } + + .xl\:bottom-9\/16 { + bottom: 56.25%; + } + + .xl\:left-9\/16 { + left: 56.25%; + } + + .xl\:top-10\/16 { + top: 62.5%; + } + + .xl\:right-10\/16 { + right: 62.5%; + } + + .xl\:bottom-10\/16 { + bottom: 62.5%; + } + + .xl\:left-10\/16 { + left: 62.5%; + } + + .xl\:top-11\/16 { + top: 68.75%; + } + + .xl\:right-11\/16 { + right: 68.75%; + } + + .xl\:bottom-11\/16 { + bottom: 68.75%; + } + + .xl\:left-11\/16 { + left: 68.75%; + } + + .xl\:top-12\/16 { + top: 75%; + } + + .xl\:right-12\/16 { + right: 75%; + } + + .xl\:bottom-12\/16 { + bottom: 75%; + } + + .xl\:left-12\/16 { + left: 75%; + } + + .xl\:top-13\/16 { + top: 81.25%; + } + + .xl\:right-13\/16 { + right: 81.25%; + } + + .xl\:bottom-13\/16 { + bottom: 81.25%; + } + + .xl\:left-13\/16 { + left: 81.25%; + } + + .xl\:top-14\/16 { + top: 87.5%; + } + + .xl\:right-14\/16 { + right: 87.5%; + } + + .xl\:bottom-14\/16 { + bottom: 87.5%; + } + + .xl\:left-14\/16 { + left: 87.5%; + } + + .xl\:top-15\/16 { + top: 93.75%; + } + + .xl\:right-15\/16 { + right: 93.75%; + } + + .xl\:bottom-15\/16 { + bottom: 93.75%; + } + + .xl\:left-15\/16 { + left: 93.75%; + } + .xl\:top-full { top: 100%; } @@ -188891,6 +206963,246 @@ video { left: -91.66667%; } + .xl\:-top-1\/16 { + top: -6.25%; + } + + .xl\:-right-1\/16 { + right: -6.25%; + } + + .xl\:-bottom-1\/16 { + bottom: -6.25%; + } + + .xl\:-left-1\/16 { + left: -6.25%; + } + + .xl\:-top-2\/16 { + top: -12.5%; + } + + .xl\:-right-2\/16 { + right: -12.5%; + } + + .xl\:-bottom-2\/16 { + bottom: -12.5%; + } + + .xl\:-left-2\/16 { + left: -12.5%; + } + + .xl\:-top-3\/16 { + top: -18.75%; + } + + .xl\:-right-3\/16 { + right: -18.75%; + } + + .xl\:-bottom-3\/16 { + bottom: -18.75%; + } + + .xl\:-left-3\/16 { + left: -18.75%; + } + + .xl\:-top-4\/16 { + top: -25%; + } + + .xl\:-right-4\/16 { + right: -25%; + } + + .xl\:-bottom-4\/16 { + bottom: -25%; + } + + .xl\:-left-4\/16 { + left: -25%; + } + + .xl\:-top-5\/16 { + top: -31.25%; + } + + .xl\:-right-5\/16 { + right: -31.25%; + } + + .xl\:-bottom-5\/16 { + bottom: -31.25%; + } + + .xl\:-left-5\/16 { + left: -31.25%; + } + + .xl\:-top-6\/16 { + top: -37.5%; + } + + .xl\:-right-6\/16 { + right: -37.5%; + } + + .xl\:-bottom-6\/16 { + bottom: -37.5%; + } + + .xl\:-left-6\/16 { + left: -37.5%; + } + + .xl\:-top-7\/16 { + top: -43.75%; + } + + .xl\:-right-7\/16 { + right: -43.75%; + } + + .xl\:-bottom-7\/16 { + bottom: -43.75%; + } + + .xl\:-left-7\/16 { + left: -43.75%; + } + + .xl\:-top-8\/16 { + top: -50%; + } + + .xl\:-right-8\/16 { + right: -50%; + } + + .xl\:-bottom-8\/16 { + bottom: -50%; + } + + .xl\:-left-8\/16 { + left: -50%; + } + + .xl\:-top-9\/16 { + top: -56.25%; + } + + .xl\:-right-9\/16 { + right: -56.25%; + } + + .xl\:-bottom-9\/16 { + bottom: -56.25%; + } + + .xl\:-left-9\/16 { + left: -56.25%; + } + + .xl\:-top-10\/16 { + top: -62.5%; + } + + .xl\:-right-10\/16 { + right: -62.5%; + } + + .xl\:-bottom-10\/16 { + bottom: -62.5%; + } + + .xl\:-left-10\/16 { + left: -62.5%; + } + + .xl\:-top-11\/16 { + top: -68.75%; + } + + .xl\:-right-11\/16 { + right: -68.75%; + } + + .xl\:-bottom-11\/16 { + bottom: -68.75%; + } + + .xl\:-left-11\/16 { + left: -68.75%; + } + + .xl\:-top-12\/16 { + top: -75%; + } + + .xl\:-right-12\/16 { + right: -75%; + } + + .xl\:-bottom-12\/16 { + bottom: -75%; + } + + .xl\:-left-12\/16 { + left: -75%; + } + + .xl\:-top-13\/16 { + top: -81.25%; + } + + .xl\:-right-13\/16 { + right: -81.25%; + } + + .xl\:-bottom-13\/16 { + bottom: -81.25%; + } + + .xl\:-left-13\/16 { + left: -81.25%; + } + + .xl\:-top-14\/16 { + top: -87.5%; + } + + .xl\:-right-14\/16 { + right: -87.5%; + } + + .xl\:-bottom-14\/16 { + bottom: -87.5%; + } + + .xl\:-left-14\/16 { + left: -87.5%; + } + + .xl\:-top-15\/16 { + top: -93.75%; + } + + .xl\:-right-15\/16 { + right: -93.75%; + } + + .xl\:-bottom-15\/16 { + bottom: -93.75%; + } + + .xl\:-left-15\/16 { + left: -93.75%; + } + .xl\:-top-full { top: -100%; } @@ -192447,6 +210759,66 @@ video { width: 91.666667%; } + .xl\:w-1\/16 { + width: 6.25%; + } + + .xl\:w-2\/16 { + width: 12.5%; + } + + .xl\:w-3\/16 { + width: 18.75%; + } + + .xl\:w-4\/16 { + width: 25%; + } + + .xl\:w-5\/16 { + width: 31.25%; + } + + .xl\:w-6\/16 { + width: 37.5%; + } + + .xl\:w-7\/16 { + width: 43.75%; + } + + .xl\:w-8\/16 { + width: 50%; + } + + .xl\:w-9\/16 { + width: 56.25%; + } + + .xl\:w-10\/16 { + width: 62.5%; + } + + .xl\:w-11\/16 { + width: 68.75%; + } + + .xl\:w-12\/16 { + width: 75%; + } + + .xl\:w-13\/16 { + width: 81.25%; + } + + .xl\:w-14\/16 { + width: 87.5%; + } + + .xl\:w-15\/16 { + width: 93.75%; + } + .xl\:w-full { width: 100%; } @@ -192806,6 +211178,81 @@ video { gap: 91.666667%; } + .xl\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .xl\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .xl\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .xl\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .xl\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .xl\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .xl\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .xl\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .xl\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .xl\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .xl\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .xl\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .xl\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .xl\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + .xl\:gap-full { grid-gap: 100%; gap: 100%; @@ -193126,6 +211573,81 @@ video { column-gap: 91.666667%; } + .xl\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .xl\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .xl\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .xl\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .xl\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .xl\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .xl\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .xl\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .xl\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .xl\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .xl\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .xl\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .xl\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .xl\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + .xl\:gap-x-full { grid-column-gap: 100%; column-gap: 100%; @@ -193446,6 +211968,81 @@ video { row-gap: 91.666667%; } + .xl\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .xl\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .xl\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .xl\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .xl\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .xl\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .xl\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .xl\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .xl\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .xl\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .xl\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .xl\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .xl\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .xl\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + .xl\:gap-y-full { grid-row-gap: 100%; row-gap: 100%; @@ -193512,7 +212109,7 @@ video { } .xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .xl\:grid-cols-none { @@ -193587,6 +212184,22 @@ video { grid-column: span 12 / span 12; } + .xl\:col-span-13 { + grid-column: span 13 / span 13; + } + + .xl\:col-span-14 { + grid-column: span 14 / span 14; + } + + .xl\:col-span-15 { + grid-column: span 15 / span 15; + } + + .xl\:col-span-16 { + grid-column: span 16 / span 16; + } + .xl\:col-span-full { grid-column: 1 / -1; } @@ -193643,6 +212256,22 @@ video { grid-column-start: 13; } + .xl\:col-start-14 { + grid-column-start: 14; + } + + .xl\:col-start-15 { + grid-column-start: 15; + } + + .xl\:col-start-16 { + grid-column-start: 16; + } + + .xl\:col-start-17 { + grid-column-start: 17; + } + .xl\:col-start-auto { grid-column-start: auto; } @@ -193699,6 +212328,22 @@ video { grid-column-end: 13; } + .xl\:col-end-14 { + grid-column-end: 14; + } + + .xl\:col-end-15 { + grid-column-end: 15; + } + + .xl\:col-end-16 { + grid-column-end: 16; + } + + .xl\:col-end-17 { + grid-column-end: 17; + } + .xl\:col-end-auto { grid-column-end: auto; } @@ -194751,6 +213396,66 @@ video { --transform-translate-x: 91.666667%; } + .xl\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .xl\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .xl\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .xl\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .xl\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .xl\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .xl\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .xl\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .xl\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .xl\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .xl\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .xl\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .xl\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .xl\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + .xl\:translate-x-full { --transform-translate-x: 100%; } @@ -195003,6 +213708,66 @@ video { --transform-translate-x: -91.66667%; } + .xl\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .xl\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .xl\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .xl\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .xl\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .xl\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .xl\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .xl\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .xl\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .xl\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .xl\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .xl\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .xl\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .xl\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + .xl\:-translate-x-full { --transform-translate-x: -100%; } @@ -195259,6 +214024,66 @@ video { --transform-translate-y: 91.666667%; } + .xl\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .xl\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .xl\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .xl\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .xl\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .xl\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .xl\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .xl\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .xl\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .xl\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .xl\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .xl\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .xl\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .xl\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + .xl\:translate-y-full { --transform-translate-y: 100%; } @@ -195511,6 +214336,66 @@ video { --transform-translate-y: -91.66667%; } + .xl\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .xl\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .xl\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .xl\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .xl\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .xl\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .xl\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .xl\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .xl\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .xl\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .xl\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .xl\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .xl\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .xl\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + .xl\:-translate-y-full { --transform-translate-y: -100%; } @@ -195767,6 +214652,66 @@ video { --transform-translate-x: 91.666667%; } + .xl\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .xl\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .xl\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .xl\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .xl\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .xl\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .xl\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .xl\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .xl\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .xl\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .xl\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .xl\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .xl\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .xl\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + .xl\:hover\:translate-x-full:hover { --transform-translate-x: 100%; } @@ -196019,6 +214964,66 @@ video { --transform-translate-x: -91.66667%; } + .xl\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .xl\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .xl\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .xl\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .xl\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .xl\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .xl\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .xl\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .xl\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .xl\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .xl\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .xl\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .xl\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .xl\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + .xl\:hover\:-translate-x-full:hover { --transform-translate-x: -100%; } @@ -196275,6 +215280,66 @@ video { --transform-translate-y: 91.666667%; } + .xl\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .xl\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .xl\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .xl\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .xl\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .xl\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .xl\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .xl\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .xl\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .xl\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .xl\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .xl\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .xl\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .xl\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + .xl\:hover\:translate-y-full:hover { --transform-translate-y: 100%; } @@ -196527,6 +215592,66 @@ video { --transform-translate-y: -91.66667%; } + .xl\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .xl\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .xl\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .xl\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .xl\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .xl\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .xl\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .xl\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .xl\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .xl\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .xl\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .xl\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .xl\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .xl\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + .xl\:hover\:-translate-y-full:hover { --transform-translate-y: -100%; } @@ -196783,6 +215908,66 @@ video { --transform-translate-x: 91.666667%; } + .xl\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .xl\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .xl\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .xl\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .xl\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .xl\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .xl\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .xl\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .xl\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .xl\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .xl\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .xl\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .xl\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .xl\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + .xl\:focus\:translate-x-full:focus { --transform-translate-x: 100%; } @@ -197035,6 +216220,66 @@ video { --transform-translate-x: -91.66667%; } + .xl\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .xl\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .xl\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .xl\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .xl\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .xl\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .xl\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .xl\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .xl\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .xl\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .xl\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .xl\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .xl\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .xl\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + .xl\:focus\:-translate-x-full:focus { --transform-translate-x: -100%; } @@ -197291,6 +216536,66 @@ video { --transform-translate-y: 91.666667%; } + .xl\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .xl\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .xl\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .xl\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .xl\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .xl\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .xl\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .xl\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .xl\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .xl\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .xl\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .xl\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .xl\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .xl\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + .xl\:focus\:translate-y-full:focus { --transform-translate-y: 100%; } @@ -197543,6 +216848,66 @@ video { --transform-translate-y: -91.66667%; } + .xl\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .xl\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .xl\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .xl\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .xl\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .xl\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .xl\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .xl\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .xl\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .xl\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .xl\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .xl\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .xl\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .xl\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + .xl\:focus\:-translate-y-full:focus { --transform-translate-y: -100%; } @@ -198736,6 +218101,186 @@ video { margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); } + .\32xl\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .\32xl\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .\32xl\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .\32xl\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .\32xl\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .\32xl\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .\32xl\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .\32xl\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .\32xl\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .\32xl\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .\32xl\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .\32xl\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .\32xl\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .\32xl\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .\32xl\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .\32xl\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + .\32xl\:space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(100% * calc(1 - var(--space-y-reverse))); @@ -199492,6 +219037,186 @@ video { margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); } + .\32xl\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .\32xl\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .\32xl\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + .\32xl\:-space-y-full > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); @@ -215708,6 +235433,66 @@ video { height: 91.666667%; } + .\32xl\:h-1\/16 { + height: 6.25%; + } + + .\32xl\:h-2\/16 { + height: 12.5%; + } + + .\32xl\:h-3\/16 { + height: 18.75%; + } + + .\32xl\:h-4\/16 { + height: 25%; + } + + .\32xl\:h-5\/16 { + height: 31.25%; + } + + .\32xl\:h-6\/16 { + height: 37.5%; + } + + .\32xl\:h-7\/16 { + height: 43.75%; + } + + .\32xl\:h-8\/16 { + height: 50%; + } + + .\32xl\:h-9\/16 { + height: 56.25%; + } + + .\32xl\:h-10\/16 { + height: 62.5%; + } + + .\32xl\:h-11\/16 { + height: 68.75%; + } + + .\32xl\:h-12\/16 { + height: 75%; + } + + .\32xl\:h-13\/16 { + height: 81.25%; + } + + .\32xl\:h-14\/16 { + height: 87.5%; + } + + .\32xl\:h-15\/16 { + height: 93.75%; + } + .\32xl\:h-full { height: 100%; } @@ -216113,6 +235898,66 @@ video { margin: 91.666667%; } + .\32xl\:m-1\/16 { + margin: 6.25%; + } + + .\32xl\:m-2\/16 { + margin: 12.5%; + } + + .\32xl\:m-3\/16 { + margin: 18.75%; + } + + .\32xl\:m-4\/16 { + margin: 25%; + } + + .\32xl\:m-5\/16 { + margin: 31.25%; + } + + .\32xl\:m-6\/16 { + margin: 37.5%; + } + + .\32xl\:m-7\/16 { + margin: 43.75%; + } + + .\32xl\:m-8\/16 { + margin: 50%; + } + + .\32xl\:m-9\/16 { + margin: 56.25%; + } + + .\32xl\:m-10\/16 { + margin: 62.5%; + } + + .\32xl\:m-11\/16 { + margin: 68.75%; + } + + .\32xl\:m-12\/16 { + margin: 75%; + } + + .\32xl\:m-13\/16 { + margin: 81.25%; + } + + .\32xl\:m-14\/16 { + margin: 87.5%; + } + + .\32xl\:m-15\/16 { + margin: 93.75%; + } + .\32xl\:m-full { margin: 100%; } @@ -216365,6 +236210,66 @@ video { margin: -91.66667%; } + .\32xl\:-m-1\/16 { + margin: -6.25%; + } + + .\32xl\:-m-2\/16 { + margin: -12.5%; + } + + .\32xl\:-m-3\/16 { + margin: -18.75%; + } + + .\32xl\:-m-4\/16 { + margin: -25%; + } + + .\32xl\:-m-5\/16 { + margin: -31.25%; + } + + .\32xl\:-m-6\/16 { + margin: -37.5%; + } + + .\32xl\:-m-7\/16 { + margin: -43.75%; + } + + .\32xl\:-m-8\/16 { + margin: -50%; + } + + .\32xl\:-m-9\/16 { + margin: -56.25%; + } + + .\32xl\:-m-10\/16 { + margin: -62.5%; + } + + .\32xl\:-m-11\/16 { + margin: -68.75%; + } + + .\32xl\:-m-12\/16 { + margin: -75%; + } + + .\32xl\:-m-13\/16 { + margin: -81.25%; + } + + .\32xl\:-m-14\/16 { + margin: -87.5%; + } + + .\32xl\:-m-15\/16 { + margin: -93.75%; + } + .\32xl\:-m-full { margin: -100%; } @@ -217009,6 +236914,156 @@ video { margin-right: 91.666667%; } + .\32xl\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .\32xl\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .\32xl\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .\32xl\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .\32xl\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .\32xl\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .\32xl\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .\32xl\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .\32xl\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .\32xl\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .\32xl\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .\32xl\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .\32xl\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .\32xl\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .\32xl\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .\32xl\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .\32xl\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .\32xl\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .\32xl\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .\32xl\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .\32xl\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .\32xl\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .\32xl\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .\32xl\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .\32xl\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .\32xl\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .\32xl\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .\32xl\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .\32xl\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .\32xl\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + .\32xl\:my-full { margin-top: 100%; margin-bottom: 100%; @@ -217639,6 +237694,156 @@ video { margin-right: -91.66667%; } + .\32xl\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .\32xl\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .\32xl\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .\32xl\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .\32xl\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .\32xl\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .\32xl\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .\32xl\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .\32xl\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .\32xl\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .\32xl\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .\32xl\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .\32xl\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .\32xl\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .\32xl\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .\32xl\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .\32xl\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .\32xl\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .\32xl\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .\32xl\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .\32xl\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .\32xl\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .\32xl\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .\32xl\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .\32xl\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .\32xl\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .\32xl\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .\32xl\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .\32xl\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .\32xl\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + .\32xl\:-my-full { margin-top: -100%; margin-bottom: -100%; @@ -218673,6 +238878,246 @@ video { margin-left: 91.666667%; } + .\32xl\:mt-1\/16 { + margin-top: 6.25%; + } + + .\32xl\:mr-1\/16 { + margin-right: 6.25%; + } + + .\32xl\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .\32xl\:ml-1\/16 { + margin-left: 6.25%; + } + + .\32xl\:mt-2\/16 { + margin-top: 12.5%; + } + + .\32xl\:mr-2\/16 { + margin-right: 12.5%; + } + + .\32xl\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .\32xl\:ml-2\/16 { + margin-left: 12.5%; + } + + .\32xl\:mt-3\/16 { + margin-top: 18.75%; + } + + .\32xl\:mr-3\/16 { + margin-right: 18.75%; + } + + .\32xl\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .\32xl\:ml-3\/16 { + margin-left: 18.75%; + } + + .\32xl\:mt-4\/16 { + margin-top: 25%; + } + + .\32xl\:mr-4\/16 { + margin-right: 25%; + } + + .\32xl\:mb-4\/16 { + margin-bottom: 25%; + } + + .\32xl\:ml-4\/16 { + margin-left: 25%; + } + + .\32xl\:mt-5\/16 { + margin-top: 31.25%; + } + + .\32xl\:mr-5\/16 { + margin-right: 31.25%; + } + + .\32xl\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .\32xl\:ml-5\/16 { + margin-left: 31.25%; + } + + .\32xl\:mt-6\/16 { + margin-top: 37.5%; + } + + .\32xl\:mr-6\/16 { + margin-right: 37.5%; + } + + .\32xl\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .\32xl\:ml-6\/16 { + margin-left: 37.5%; + } + + .\32xl\:mt-7\/16 { + margin-top: 43.75%; + } + + .\32xl\:mr-7\/16 { + margin-right: 43.75%; + } + + .\32xl\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .\32xl\:ml-7\/16 { + margin-left: 43.75%; + } + + .\32xl\:mt-8\/16 { + margin-top: 50%; + } + + .\32xl\:mr-8\/16 { + margin-right: 50%; + } + + .\32xl\:mb-8\/16 { + margin-bottom: 50%; + } + + .\32xl\:ml-8\/16 { + margin-left: 50%; + } + + .\32xl\:mt-9\/16 { + margin-top: 56.25%; + } + + .\32xl\:mr-9\/16 { + margin-right: 56.25%; + } + + .\32xl\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .\32xl\:ml-9\/16 { + margin-left: 56.25%; + } + + .\32xl\:mt-10\/16 { + margin-top: 62.5%; + } + + .\32xl\:mr-10\/16 { + margin-right: 62.5%; + } + + .\32xl\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .\32xl\:ml-10\/16 { + margin-left: 62.5%; + } + + .\32xl\:mt-11\/16 { + margin-top: 68.75%; + } + + .\32xl\:mr-11\/16 { + margin-right: 68.75%; + } + + .\32xl\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .\32xl\:ml-11\/16 { + margin-left: 68.75%; + } + + .\32xl\:mt-12\/16 { + margin-top: 75%; + } + + .\32xl\:mr-12\/16 { + margin-right: 75%; + } + + .\32xl\:mb-12\/16 { + margin-bottom: 75%; + } + + .\32xl\:ml-12\/16 { + margin-left: 75%; + } + + .\32xl\:mt-13\/16 { + margin-top: 81.25%; + } + + .\32xl\:mr-13\/16 { + margin-right: 81.25%; + } + + .\32xl\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .\32xl\:ml-13\/16 { + margin-left: 81.25%; + } + + .\32xl\:mt-14\/16 { + margin-top: 87.5%; + } + + .\32xl\:mr-14\/16 { + margin-right: 87.5%; + } + + .\32xl\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .\32xl\:ml-14\/16 { + margin-left: 87.5%; + } + + .\32xl\:mt-15\/16 { + margin-top: 93.75%; + } + + .\32xl\:mr-15\/16 { + margin-right: 93.75%; + } + + .\32xl\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .\32xl\:ml-15\/16 { + margin-left: 93.75%; + } + .\32xl\:mt-full { margin-top: 100%; } @@ -219681,6 +240126,246 @@ video { margin-left: -91.66667%; } + .\32xl\:-mt-1\/16 { + margin-top: -6.25%; + } + + .\32xl\:-mr-1\/16 { + margin-right: -6.25%; + } + + .\32xl\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .\32xl\:-ml-1\/16 { + margin-left: -6.25%; + } + + .\32xl\:-mt-2\/16 { + margin-top: -12.5%; + } + + .\32xl\:-mr-2\/16 { + margin-right: -12.5%; + } + + .\32xl\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .\32xl\:-ml-2\/16 { + margin-left: -12.5%; + } + + .\32xl\:-mt-3\/16 { + margin-top: -18.75%; + } + + .\32xl\:-mr-3\/16 { + margin-right: -18.75%; + } + + .\32xl\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .\32xl\:-ml-3\/16 { + margin-left: -18.75%; + } + + .\32xl\:-mt-4\/16 { + margin-top: -25%; + } + + .\32xl\:-mr-4\/16 { + margin-right: -25%; + } + + .\32xl\:-mb-4\/16 { + margin-bottom: -25%; + } + + .\32xl\:-ml-4\/16 { + margin-left: -25%; + } + + .\32xl\:-mt-5\/16 { + margin-top: -31.25%; + } + + .\32xl\:-mr-5\/16 { + margin-right: -31.25%; + } + + .\32xl\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .\32xl\:-ml-5\/16 { + margin-left: -31.25%; + } + + .\32xl\:-mt-6\/16 { + margin-top: -37.5%; + } + + .\32xl\:-mr-6\/16 { + margin-right: -37.5%; + } + + .\32xl\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .\32xl\:-ml-6\/16 { + margin-left: -37.5%; + } + + .\32xl\:-mt-7\/16 { + margin-top: -43.75%; + } + + .\32xl\:-mr-7\/16 { + margin-right: -43.75%; + } + + .\32xl\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .\32xl\:-ml-7\/16 { + margin-left: -43.75%; + } + + .\32xl\:-mt-8\/16 { + margin-top: -50%; + } + + .\32xl\:-mr-8\/16 { + margin-right: -50%; + } + + .\32xl\:-mb-8\/16 { + margin-bottom: -50%; + } + + .\32xl\:-ml-8\/16 { + margin-left: -50%; + } + + .\32xl\:-mt-9\/16 { + margin-top: -56.25%; + } + + .\32xl\:-mr-9\/16 { + margin-right: -56.25%; + } + + .\32xl\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .\32xl\:-ml-9\/16 { + margin-left: -56.25%; + } + + .\32xl\:-mt-10\/16 { + margin-top: -62.5%; + } + + .\32xl\:-mr-10\/16 { + margin-right: -62.5%; + } + + .\32xl\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .\32xl\:-ml-10\/16 { + margin-left: -62.5%; + } + + .\32xl\:-mt-11\/16 { + margin-top: -68.75%; + } + + .\32xl\:-mr-11\/16 { + margin-right: -68.75%; + } + + .\32xl\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .\32xl\:-ml-11\/16 { + margin-left: -68.75%; + } + + .\32xl\:-mt-12\/16 { + margin-top: -75%; + } + + .\32xl\:-mr-12\/16 { + margin-right: -75%; + } + + .\32xl\:-mb-12\/16 { + margin-bottom: -75%; + } + + .\32xl\:-ml-12\/16 { + margin-left: -75%; + } + + .\32xl\:-mt-13\/16 { + margin-top: -81.25%; + } + + .\32xl\:-mr-13\/16 { + margin-right: -81.25%; + } + + .\32xl\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .\32xl\:-ml-13\/16 { + margin-left: -81.25%; + } + + .\32xl\:-mt-14\/16 { + margin-top: -87.5%; + } + + .\32xl\:-mr-14\/16 { + margin-right: -87.5%; + } + + .\32xl\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .\32xl\:-ml-14\/16 { + margin-left: -87.5%; + } + + .\32xl\:-mt-15\/16 { + margin-top: -93.75%; + } + + .\32xl\:-mr-15\/16 { + margin-right: -93.75%; + } + + .\32xl\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .\32xl\:-ml-15\/16 { + margin-left: -93.75%; + } + .\32xl\:-mt-full { margin-top: -100%; } @@ -219953,6 +240638,66 @@ video { max-height: 91.666667%; } + .\32xl\:max-h-1\/16 { + max-height: 6.25%; + } + + .\32xl\:max-h-2\/16 { + max-height: 12.5%; + } + + .\32xl\:max-h-3\/16 { + max-height: 18.75%; + } + + .\32xl\:max-h-4\/16 { + max-height: 25%; + } + + .\32xl\:max-h-5\/16 { + max-height: 31.25%; + } + + .\32xl\:max-h-6\/16 { + max-height: 37.5%; + } + + .\32xl\:max-h-7\/16 { + max-height: 43.75%; + } + + .\32xl\:max-h-8\/16 { + max-height: 50%; + } + + .\32xl\:max-h-9\/16 { + max-height: 56.25%; + } + + .\32xl\:max-h-10\/16 { + max-height: 62.5%; + } + + .\32xl\:max-h-11\/16 { + max-height: 68.75%; + } + + .\32xl\:max-h-12\/16 { + max-height: 75%; + } + + .\32xl\:max-h-13\/16 { + max-height: 81.25%; + } + + .\32xl\:max-h-14\/16 { + max-height: 87.5%; + } + + .\32xl\:max-h-15\/16 { + max-height: 93.75%; + } + .\32xl\:max-h-full { max-height: 100%; } @@ -220551,6 +241296,66 @@ video { padding: 91.666667%; } + .\32xl\:p-1\/16 { + padding: 6.25%; + } + + .\32xl\:p-2\/16 { + padding: 12.5%; + } + + .\32xl\:p-3\/16 { + padding: 18.75%; + } + + .\32xl\:p-4\/16 { + padding: 25%; + } + + .\32xl\:p-5\/16 { + padding: 31.25%; + } + + .\32xl\:p-6\/16 { + padding: 37.5%; + } + + .\32xl\:p-7\/16 { + padding: 43.75%; + } + + .\32xl\:p-8\/16 { + padding: 50%; + } + + .\32xl\:p-9\/16 { + padding: 56.25%; + } + + .\32xl\:p-10\/16 { + padding: 62.5%; + } + + .\32xl\:p-11\/16 { + padding: 68.75%; + } + + .\32xl\:p-12\/16 { + padding: 75%; + } + + .\32xl\:p-13\/16 { + padding: 81.25%; + } + + .\32xl\:p-14\/16 { + padding: 87.5%; + } + + .\32xl\:p-15\/16 { + padding: 93.75%; + } + .\32xl\:p-full { padding: 100%; } @@ -221185,6 +241990,156 @@ video { padding-right: 91.666667%; } + .\32xl\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .\32xl\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .\32xl\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .\32xl\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .\32xl\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .\32xl\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .\32xl\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .\32xl\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .\32xl\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .\32xl\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .\32xl\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .\32xl\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .\32xl\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .\32xl\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .\32xl\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .\32xl\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .\32xl\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .\32xl\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .\32xl\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .\32xl\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .\32xl\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .\32xl\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .\32xl\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .\32xl\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .\32xl\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .\32xl\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .\32xl\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .\32xl\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .\32xl\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .\32xl\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + .\32xl\:py-full { padding-top: 100%; padding-bottom: 100%; @@ -222203,6 +243158,246 @@ video { padding-left: 91.666667%; } + .\32xl\:pt-1\/16 { + padding-top: 6.25%; + } + + .\32xl\:pr-1\/16 { + padding-right: 6.25%; + } + + .\32xl\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .\32xl\:pl-1\/16 { + padding-left: 6.25%; + } + + .\32xl\:pt-2\/16 { + padding-top: 12.5%; + } + + .\32xl\:pr-2\/16 { + padding-right: 12.5%; + } + + .\32xl\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .\32xl\:pl-2\/16 { + padding-left: 12.5%; + } + + .\32xl\:pt-3\/16 { + padding-top: 18.75%; + } + + .\32xl\:pr-3\/16 { + padding-right: 18.75%; + } + + .\32xl\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .\32xl\:pl-3\/16 { + padding-left: 18.75%; + } + + .\32xl\:pt-4\/16 { + padding-top: 25%; + } + + .\32xl\:pr-4\/16 { + padding-right: 25%; + } + + .\32xl\:pb-4\/16 { + padding-bottom: 25%; + } + + .\32xl\:pl-4\/16 { + padding-left: 25%; + } + + .\32xl\:pt-5\/16 { + padding-top: 31.25%; + } + + .\32xl\:pr-5\/16 { + padding-right: 31.25%; + } + + .\32xl\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .\32xl\:pl-5\/16 { + padding-left: 31.25%; + } + + .\32xl\:pt-6\/16 { + padding-top: 37.5%; + } + + .\32xl\:pr-6\/16 { + padding-right: 37.5%; + } + + .\32xl\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .\32xl\:pl-6\/16 { + padding-left: 37.5%; + } + + .\32xl\:pt-7\/16 { + padding-top: 43.75%; + } + + .\32xl\:pr-7\/16 { + padding-right: 43.75%; + } + + .\32xl\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .\32xl\:pl-7\/16 { + padding-left: 43.75%; + } + + .\32xl\:pt-8\/16 { + padding-top: 50%; + } + + .\32xl\:pr-8\/16 { + padding-right: 50%; + } + + .\32xl\:pb-8\/16 { + padding-bottom: 50%; + } + + .\32xl\:pl-8\/16 { + padding-left: 50%; + } + + .\32xl\:pt-9\/16 { + padding-top: 56.25%; + } + + .\32xl\:pr-9\/16 { + padding-right: 56.25%; + } + + .\32xl\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .\32xl\:pl-9\/16 { + padding-left: 56.25%; + } + + .\32xl\:pt-10\/16 { + padding-top: 62.5%; + } + + .\32xl\:pr-10\/16 { + padding-right: 62.5%; + } + + .\32xl\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .\32xl\:pl-10\/16 { + padding-left: 62.5%; + } + + .\32xl\:pt-11\/16 { + padding-top: 68.75%; + } + + .\32xl\:pr-11\/16 { + padding-right: 68.75%; + } + + .\32xl\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .\32xl\:pl-11\/16 { + padding-left: 68.75%; + } + + .\32xl\:pt-12\/16 { + padding-top: 75%; + } + + .\32xl\:pr-12\/16 { + padding-right: 75%; + } + + .\32xl\:pb-12\/16 { + padding-bottom: 75%; + } + + .\32xl\:pl-12\/16 { + padding-left: 75%; + } + + .\32xl\:pt-13\/16 { + padding-top: 81.25%; + } + + .\32xl\:pr-13\/16 { + padding-right: 81.25%; + } + + .\32xl\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .\32xl\:pl-13\/16 { + padding-left: 81.25%; + } + + .\32xl\:pt-14\/16 { + padding-top: 87.5%; + } + + .\32xl\:pr-14\/16 { + padding-right: 87.5%; + } + + .\32xl\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .\32xl\:pl-14\/16 { + padding-left: 87.5%; + } + + .\32xl\:pt-15\/16 { + padding-top: 93.75%; + } + + .\32xl\:pr-15\/16 { + padding-right: 93.75%; + } + + .\32xl\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .\32xl\:pl-15\/16 { + padding-left: 93.75%; + } + .\32xl\:pt-full { padding-top: 100%; } @@ -224609,6 +245804,111 @@ video { left: 91.666667%; } + .\32xl\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .\32xl\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .\32xl\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .\32xl\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .\32xl\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .\32xl\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .\32xl\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .\32xl\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .\32xl\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .\32xl\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .\32xl\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .\32xl\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .\32xl\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .\32xl\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .\32xl\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + .\32xl\:inset-full { top: 100%; right: 100%; @@ -225050,6 +246350,111 @@ video { left: -91.66667%; } + .\32xl\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .\32xl\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .\32xl\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .\32xl\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .\32xl\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .\32xl\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .\32xl\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .\32xl\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .\32xl\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .\32xl\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .\32xl\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .\32xl\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .\32xl\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .\32xl\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .\32xl\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + .\32xl\:-inset-full { top: -100%; right: -100%; @@ -225697,6 +247102,156 @@ video { left: 91.666667%; } + .\32xl\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .\32xl\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .\32xl\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .\32xl\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .\32xl\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .\32xl\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .\32xl\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .\32xl\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .\32xl\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .\32xl\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .\32xl\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .\32xl\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .\32xl\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .\32xl\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .\32xl\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .\32xl\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .\32xl\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .\32xl\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .\32xl\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .\32xl\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .\32xl\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .\32xl\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .\32xl\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .\32xl\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .\32xl\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .\32xl\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .\32xl\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .\32xl\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .\32xl\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .\32xl\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + .\32xl\:inset-y-full { top: 100%; bottom: 100%; @@ -226327,6 +247882,156 @@ video { left: -91.66667%; } + .\32xl\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .\32xl\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .\32xl\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .\32xl\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .\32xl\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .\32xl\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .\32xl\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .\32xl\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .\32xl\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .\32xl\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .\32xl\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .\32xl\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .\32xl\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .\32xl\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .\32xl\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .\32xl\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .\32xl\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .\32xl\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .\32xl\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .\32xl\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .\32xl\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .\32xl\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .\32xl\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .\32xl\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .\32xl\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .\32xl\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .\32xl\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .\32xl\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .\32xl\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .\32xl\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + .\32xl\:-inset-y-full { top: -100%; bottom: -100%; @@ -227361,6 +249066,246 @@ video { left: 91.666667%; } + .\32xl\:top-1\/16 { + top: 6.25%; + } + + .\32xl\:right-1\/16 { + right: 6.25%; + } + + .\32xl\:bottom-1\/16 { + bottom: 6.25%; + } + + .\32xl\:left-1\/16 { + left: 6.25%; + } + + .\32xl\:top-2\/16 { + top: 12.5%; + } + + .\32xl\:right-2\/16 { + right: 12.5%; + } + + .\32xl\:bottom-2\/16 { + bottom: 12.5%; + } + + .\32xl\:left-2\/16 { + left: 12.5%; + } + + .\32xl\:top-3\/16 { + top: 18.75%; + } + + .\32xl\:right-3\/16 { + right: 18.75%; + } + + .\32xl\:bottom-3\/16 { + bottom: 18.75%; + } + + .\32xl\:left-3\/16 { + left: 18.75%; + } + + .\32xl\:top-4\/16 { + top: 25%; + } + + .\32xl\:right-4\/16 { + right: 25%; + } + + .\32xl\:bottom-4\/16 { + bottom: 25%; + } + + .\32xl\:left-4\/16 { + left: 25%; + } + + .\32xl\:top-5\/16 { + top: 31.25%; + } + + .\32xl\:right-5\/16 { + right: 31.25%; + } + + .\32xl\:bottom-5\/16 { + bottom: 31.25%; + } + + .\32xl\:left-5\/16 { + left: 31.25%; + } + + .\32xl\:top-6\/16 { + top: 37.5%; + } + + .\32xl\:right-6\/16 { + right: 37.5%; + } + + .\32xl\:bottom-6\/16 { + bottom: 37.5%; + } + + .\32xl\:left-6\/16 { + left: 37.5%; + } + + .\32xl\:top-7\/16 { + top: 43.75%; + } + + .\32xl\:right-7\/16 { + right: 43.75%; + } + + .\32xl\:bottom-7\/16 { + bottom: 43.75%; + } + + .\32xl\:left-7\/16 { + left: 43.75%; + } + + .\32xl\:top-8\/16 { + top: 50%; + } + + .\32xl\:right-8\/16 { + right: 50%; + } + + .\32xl\:bottom-8\/16 { + bottom: 50%; + } + + .\32xl\:left-8\/16 { + left: 50%; + } + + .\32xl\:top-9\/16 { + top: 56.25%; + } + + .\32xl\:right-9\/16 { + right: 56.25%; + } + + .\32xl\:bottom-9\/16 { + bottom: 56.25%; + } + + .\32xl\:left-9\/16 { + left: 56.25%; + } + + .\32xl\:top-10\/16 { + top: 62.5%; + } + + .\32xl\:right-10\/16 { + right: 62.5%; + } + + .\32xl\:bottom-10\/16 { + bottom: 62.5%; + } + + .\32xl\:left-10\/16 { + left: 62.5%; + } + + .\32xl\:top-11\/16 { + top: 68.75%; + } + + .\32xl\:right-11\/16 { + right: 68.75%; + } + + .\32xl\:bottom-11\/16 { + bottom: 68.75%; + } + + .\32xl\:left-11\/16 { + left: 68.75%; + } + + .\32xl\:top-12\/16 { + top: 75%; + } + + .\32xl\:right-12\/16 { + right: 75%; + } + + .\32xl\:bottom-12\/16 { + bottom: 75%; + } + + .\32xl\:left-12\/16 { + left: 75%; + } + + .\32xl\:top-13\/16 { + top: 81.25%; + } + + .\32xl\:right-13\/16 { + right: 81.25%; + } + + .\32xl\:bottom-13\/16 { + bottom: 81.25%; + } + + .\32xl\:left-13\/16 { + left: 81.25%; + } + + .\32xl\:top-14\/16 { + top: 87.5%; + } + + .\32xl\:right-14\/16 { + right: 87.5%; + } + + .\32xl\:bottom-14\/16 { + bottom: 87.5%; + } + + .\32xl\:left-14\/16 { + left: 87.5%; + } + + .\32xl\:top-15\/16 { + top: 93.75%; + } + + .\32xl\:right-15\/16 { + right: 93.75%; + } + + .\32xl\:bottom-15\/16 { + bottom: 93.75%; + } + + .\32xl\:left-15\/16 { + left: 93.75%; + } + .\32xl\:top-full { top: 100%; } @@ -228369,6 +250314,246 @@ video { left: -91.66667%; } + .\32xl\:-top-1\/16 { + top: -6.25%; + } + + .\32xl\:-right-1\/16 { + right: -6.25%; + } + + .\32xl\:-bottom-1\/16 { + bottom: -6.25%; + } + + .\32xl\:-left-1\/16 { + left: -6.25%; + } + + .\32xl\:-top-2\/16 { + top: -12.5%; + } + + .\32xl\:-right-2\/16 { + right: -12.5%; + } + + .\32xl\:-bottom-2\/16 { + bottom: -12.5%; + } + + .\32xl\:-left-2\/16 { + left: -12.5%; + } + + .\32xl\:-top-3\/16 { + top: -18.75%; + } + + .\32xl\:-right-3\/16 { + right: -18.75%; + } + + .\32xl\:-bottom-3\/16 { + bottom: -18.75%; + } + + .\32xl\:-left-3\/16 { + left: -18.75%; + } + + .\32xl\:-top-4\/16 { + top: -25%; + } + + .\32xl\:-right-4\/16 { + right: -25%; + } + + .\32xl\:-bottom-4\/16 { + bottom: -25%; + } + + .\32xl\:-left-4\/16 { + left: -25%; + } + + .\32xl\:-top-5\/16 { + top: -31.25%; + } + + .\32xl\:-right-5\/16 { + right: -31.25%; + } + + .\32xl\:-bottom-5\/16 { + bottom: -31.25%; + } + + .\32xl\:-left-5\/16 { + left: -31.25%; + } + + .\32xl\:-top-6\/16 { + top: -37.5%; + } + + .\32xl\:-right-6\/16 { + right: -37.5%; + } + + .\32xl\:-bottom-6\/16 { + bottom: -37.5%; + } + + .\32xl\:-left-6\/16 { + left: -37.5%; + } + + .\32xl\:-top-7\/16 { + top: -43.75%; + } + + .\32xl\:-right-7\/16 { + right: -43.75%; + } + + .\32xl\:-bottom-7\/16 { + bottom: -43.75%; + } + + .\32xl\:-left-7\/16 { + left: -43.75%; + } + + .\32xl\:-top-8\/16 { + top: -50%; + } + + .\32xl\:-right-8\/16 { + right: -50%; + } + + .\32xl\:-bottom-8\/16 { + bottom: -50%; + } + + .\32xl\:-left-8\/16 { + left: -50%; + } + + .\32xl\:-top-9\/16 { + top: -56.25%; + } + + .\32xl\:-right-9\/16 { + right: -56.25%; + } + + .\32xl\:-bottom-9\/16 { + bottom: -56.25%; + } + + .\32xl\:-left-9\/16 { + left: -56.25%; + } + + .\32xl\:-top-10\/16 { + top: -62.5%; + } + + .\32xl\:-right-10\/16 { + right: -62.5%; + } + + .\32xl\:-bottom-10\/16 { + bottom: -62.5%; + } + + .\32xl\:-left-10\/16 { + left: -62.5%; + } + + .\32xl\:-top-11\/16 { + top: -68.75%; + } + + .\32xl\:-right-11\/16 { + right: -68.75%; + } + + .\32xl\:-bottom-11\/16 { + bottom: -68.75%; + } + + .\32xl\:-left-11\/16 { + left: -68.75%; + } + + .\32xl\:-top-12\/16 { + top: -75%; + } + + .\32xl\:-right-12\/16 { + right: -75%; + } + + .\32xl\:-bottom-12\/16 { + bottom: -75%; + } + + .\32xl\:-left-12\/16 { + left: -75%; + } + + .\32xl\:-top-13\/16 { + top: -81.25%; + } + + .\32xl\:-right-13\/16 { + right: -81.25%; + } + + .\32xl\:-bottom-13\/16 { + bottom: -81.25%; + } + + .\32xl\:-left-13\/16 { + left: -81.25%; + } + + .\32xl\:-top-14\/16 { + top: -87.5%; + } + + .\32xl\:-right-14\/16 { + right: -87.5%; + } + + .\32xl\:-bottom-14\/16 { + bottom: -87.5%; + } + + .\32xl\:-left-14\/16 { + left: -87.5%; + } + + .\32xl\:-top-15\/16 { + top: -93.75%; + } + + .\32xl\:-right-15\/16 { + right: -93.75%; + } + + .\32xl\:-bottom-15\/16 { + bottom: -93.75%; + } + + .\32xl\:-left-15\/16 { + left: -93.75%; + } + .\32xl\:-top-full { top: -100%; } @@ -231925,6 +254110,66 @@ video { width: 91.666667%; } + .\32xl\:w-1\/16 { + width: 6.25%; + } + + .\32xl\:w-2\/16 { + width: 12.5%; + } + + .\32xl\:w-3\/16 { + width: 18.75%; + } + + .\32xl\:w-4\/16 { + width: 25%; + } + + .\32xl\:w-5\/16 { + width: 31.25%; + } + + .\32xl\:w-6\/16 { + width: 37.5%; + } + + .\32xl\:w-7\/16 { + width: 43.75%; + } + + .\32xl\:w-8\/16 { + width: 50%; + } + + .\32xl\:w-9\/16 { + width: 56.25%; + } + + .\32xl\:w-10\/16 { + width: 62.5%; + } + + .\32xl\:w-11\/16 { + width: 68.75%; + } + + .\32xl\:w-12\/16 { + width: 75%; + } + + .\32xl\:w-13\/16 { + width: 81.25%; + } + + .\32xl\:w-14\/16 { + width: 87.5%; + } + + .\32xl\:w-15\/16 { + width: 93.75%; + } + .\32xl\:w-full { width: 100%; } @@ -232284,6 +254529,81 @@ video { gap: 91.666667%; } + .\32xl\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .\32xl\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .\32xl\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .\32xl\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .\32xl\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .\32xl\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .\32xl\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .\32xl\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .\32xl\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .\32xl\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .\32xl\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .\32xl\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .\32xl\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .\32xl\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .\32xl\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + .\32xl\:gap-full { grid-gap: 100%; gap: 100%; @@ -232604,6 +254924,81 @@ video { column-gap: 91.666667%; } + .\32xl\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .\32xl\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .\32xl\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .\32xl\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .\32xl\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .\32xl\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .\32xl\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .\32xl\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .\32xl\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .\32xl\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .\32xl\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .\32xl\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .\32xl\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .\32xl\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .\32xl\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + .\32xl\:gap-x-full { grid-column-gap: 100%; column-gap: 100%; @@ -232924,6 +255319,81 @@ video { row-gap: 91.666667%; } + .\32xl\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .\32xl\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .\32xl\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .\32xl\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .\32xl\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .\32xl\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .\32xl\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .\32xl\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .\32xl\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .\32xl\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .\32xl\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .\32xl\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .\32xl\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .\32xl\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .\32xl\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + .\32xl\:gap-y-full { grid-row-gap: 100%; row-gap: 100%; @@ -232990,7 +255460,7 @@ video { } .\32xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .\32xl\:grid-cols-none { @@ -233065,6 +255535,22 @@ video { grid-column: span 12 / span 12; } + .\32xl\:col-span-13 { + grid-column: span 13 / span 13; + } + + .\32xl\:col-span-14 { + grid-column: span 14 / span 14; + } + + .\32xl\:col-span-15 { + grid-column: span 15 / span 15; + } + + .\32xl\:col-span-16 { + grid-column: span 16 / span 16; + } + .\32xl\:col-span-full { grid-column: 1 / -1; } @@ -233121,6 +255607,22 @@ video { grid-column-start: 13; } + .\32xl\:col-start-14 { + grid-column-start: 14; + } + + .\32xl\:col-start-15 { + grid-column-start: 15; + } + + .\32xl\:col-start-16 { + grid-column-start: 16; + } + + .\32xl\:col-start-17 { + grid-column-start: 17; + } + .\32xl\:col-start-auto { grid-column-start: auto; } @@ -233177,6 +255679,22 @@ video { grid-column-end: 13; } + .\32xl\:col-end-14 { + grid-column-end: 14; + } + + .\32xl\:col-end-15 { + grid-column-end: 15; + } + + .\32xl\:col-end-16 { + grid-column-end: 16; + } + + .\32xl\:col-end-17 { + grid-column-end: 17; + } + .\32xl\:col-end-auto { grid-column-end: auto; } @@ -234229,6 +256747,66 @@ video { --transform-translate-x: 91.666667%; } + .\32xl\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .\32xl\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .\32xl\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .\32xl\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .\32xl\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .\32xl\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .\32xl\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .\32xl\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .\32xl\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .\32xl\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .\32xl\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .\32xl\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .\32xl\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .\32xl\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .\32xl\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + .\32xl\:translate-x-full { --transform-translate-x: 100%; } @@ -234481,6 +257059,66 @@ video { --transform-translate-x: -91.66667%; } + .\32xl\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .\32xl\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .\32xl\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .\32xl\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .\32xl\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .\32xl\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .\32xl\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .\32xl\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .\32xl\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .\32xl\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .\32xl\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .\32xl\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .\32xl\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .\32xl\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .\32xl\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + .\32xl\:-translate-x-full { --transform-translate-x: -100%; } @@ -234737,6 +257375,66 @@ video { --transform-translate-y: 91.666667%; } + .\32xl\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .\32xl\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .\32xl\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .\32xl\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .\32xl\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .\32xl\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .\32xl\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .\32xl\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .\32xl\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .\32xl\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .\32xl\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .\32xl\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .\32xl\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .\32xl\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .\32xl\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + .\32xl\:translate-y-full { --transform-translate-y: 100%; } @@ -234989,6 +257687,66 @@ video { --transform-translate-y: -91.66667%; } + .\32xl\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .\32xl\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .\32xl\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .\32xl\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .\32xl\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .\32xl\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .\32xl\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .\32xl\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .\32xl\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .\32xl\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .\32xl\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .\32xl\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .\32xl\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .\32xl\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .\32xl\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + .\32xl\:-translate-y-full { --transform-translate-y: -100%; } @@ -235245,6 +258003,66 @@ video { --transform-translate-x: 91.666667%; } + .\32xl\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .\32xl\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .\32xl\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .\32xl\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .\32xl\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .\32xl\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .\32xl\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .\32xl\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .\32xl\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .\32xl\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .\32xl\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .\32xl\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .\32xl\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .\32xl\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .\32xl\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + .\32xl\:hover\:translate-x-full:hover { --transform-translate-x: 100%; } @@ -235497,6 +258315,66 @@ video { --transform-translate-x: -91.66667%; } + .\32xl\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .\32xl\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .\32xl\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .\32xl\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .\32xl\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .\32xl\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .\32xl\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .\32xl\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .\32xl\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .\32xl\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .\32xl\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .\32xl\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .\32xl\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .\32xl\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .\32xl\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + .\32xl\:hover\:-translate-x-full:hover { --transform-translate-x: -100%; } @@ -235753,6 +258631,66 @@ video { --transform-translate-y: 91.666667%; } + .\32xl\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .\32xl\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .\32xl\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .\32xl\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .\32xl\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .\32xl\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .\32xl\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .\32xl\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .\32xl\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .\32xl\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .\32xl\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .\32xl\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .\32xl\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .\32xl\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .\32xl\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + .\32xl\:hover\:translate-y-full:hover { --transform-translate-y: 100%; } @@ -236005,6 +258943,66 @@ video { --transform-translate-y: -91.66667%; } + .\32xl\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .\32xl\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .\32xl\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .\32xl\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .\32xl\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .\32xl\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .\32xl\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .\32xl\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .\32xl\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .\32xl\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .\32xl\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .\32xl\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .\32xl\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .\32xl\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .\32xl\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + .\32xl\:hover\:-translate-y-full:hover { --transform-translate-y: -100%; } @@ -236261,6 +259259,66 @@ video { --transform-translate-x: 91.666667%; } + .\32xl\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .\32xl\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .\32xl\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .\32xl\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .\32xl\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .\32xl\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .\32xl\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .\32xl\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .\32xl\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .\32xl\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .\32xl\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .\32xl\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .\32xl\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .\32xl\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .\32xl\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + .\32xl\:focus\:translate-x-full:focus { --transform-translate-x: 100%; } @@ -236513,6 +259571,66 @@ video { --transform-translate-x: -91.66667%; } + .\32xl\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .\32xl\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .\32xl\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .\32xl\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .\32xl\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .\32xl\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .\32xl\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .\32xl\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .\32xl\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .\32xl\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .\32xl\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .\32xl\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .\32xl\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .\32xl\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .\32xl\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + .\32xl\:focus\:-translate-x-full:focus { --transform-translate-x: -100%; } @@ -236769,6 +259887,66 @@ video { --transform-translate-y: 91.666667%; } + .\32xl\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .\32xl\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .\32xl\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .\32xl\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .\32xl\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .\32xl\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .\32xl\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .\32xl\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .\32xl\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .\32xl\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .\32xl\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .\32xl\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .\32xl\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .\32xl\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .\32xl\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + .\32xl\:focus\:translate-y-full:focus { --transform-translate-y: 100%; } @@ -237021,6 +260199,66 @@ video { --transform-translate-y: -91.66667%; } + .\32xl\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .\32xl\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .\32xl\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .\32xl\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .\32xl\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .\32xl\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .\32xl\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .\32xl\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .\32xl\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .\32xl\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .\32xl\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .\32xl\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .\32xl\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .\32xl\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .\32xl\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + .\32xl\:focus\:-translate-y-full:focus { --transform-translate-y: -100%; } diff --git a/__tests__/fixtures/tailwind-output-important.css b/__tests__/fixtures/tailwind-output-important.css index c1f26a4fc..4bb12459d 100644 --- a/__tests__/fixtures/tailwind-output-important.css +++ b/__tests__/fixtures/tailwind-output-important.css @@ -638,6 +638,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; +} + +.space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important; @@ -650,6 +662,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important; +} + +.space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -662,6 +686,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; +} + +.space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important; @@ -674,6 +710,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; +} + +.space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important; +} + +.space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; +} + +.space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important; @@ -710,6 +782,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(7rem * var(--space-y-reverse)) !important; +} + +.space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important; @@ -722,6 +806,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(9rem * var(--space-y-reverse)) !important; +} + +.space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important; @@ -734,6 +830,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(11rem * var(--space-y-reverse)) !important; +} + +.space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important; @@ -746,6 +854,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(13rem * var(--space-y-reverse)) !important; +} + +.space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important; @@ -758,6 +878,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(15rem * var(--space-y-reverse)) !important; +} + +.space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important; @@ -770,6 +902,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))) !important; } +.space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18rem * var(--space-y-reverse)) !important; +} + +.space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20rem * var(--space-y-reverse)) !important; +} + +.space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(24rem * var(--space-y-reverse)) !important; +} + +.space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important; @@ -782,6 +950,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))) !important; } +.space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important; +} + +.space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.375rem * var(--space-y-reverse)) !important; +} + +.space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important; +} + +.space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.875rem * var(--space-y-reverse)) !important; +} + +.space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; +} + +.space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; +} + +.space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; +} + +.space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; +} + +.space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; +} + +.space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; +} + +.space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20% * var(--space-y-reverse)) !important; +} + +.space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(40% * var(--space-y-reverse)) !important; +} + +.space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(60% * var(--space-y-reverse)) !important; +} + +.space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(80% * var(--space-y-reverse)) !important; +} + +.space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; +} + +.space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; +} + +.space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; +} + +.space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; +} + +.space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; +} + +.space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; +} + +.space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; +} + +.space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; +} + +.space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; +} + +.space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; +} + +.space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; +} + +.space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; +} + +.space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; +} + +.space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; +} + +.space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; +} + +.space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; +} + +.space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(6.25% * var(--space-y-reverse)) !important; +} + +.space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(12.5% * var(--space-y-reverse)) !important; +} + +.space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18.75% * var(--space-y-reverse)) !important; +} + +.space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; +} + +.space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(31.25% * var(--space-y-reverse)) !important; +} + +.space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(37.5% * var(--space-y-reverse)) !important; +} + +.space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(43.75% * var(--space-y-reverse)) !important; +} + +.space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; +} + +.space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(56.25% * var(--space-y-reverse)) !important; +} + +.space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(62.5% * var(--space-y-reverse)) !important; +} + +.space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(68.75% * var(--space-y-reverse)) !important; +} + +.space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; +} + +.space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(81.25% * var(--space-y-reverse)) !important; +} + +.space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(87.5% * var(--space-y-reverse)) !important; +} + +.space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(93.75% * var(--space-y-reverse)) !important; +} + +.space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(100% * var(--space-y-reverse)) !important; +} + +.space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important; @@ -854,6 +1574,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; +} + +.-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important; @@ -866,6 +1598,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important; +} + +.-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -878,6 +1622,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; +} + +.-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important; @@ -890,6 +1646,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; +} + +.-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important; +} + +.-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; +} + +.-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important; @@ -926,6 +1718,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; +} + +.-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important; @@ -938,6 +1742,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-9rem * var(--space-y-reverse)) !important; +} + +.-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important; @@ -950,6 +1766,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; +} + +.-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important; @@ -962,6 +1790,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; +} + +.-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important; @@ -974,6 +1814,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; +} + +.-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important; @@ -986,6 +1838,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; +} + +.-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; +} + +.-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; +} + +.-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; +} + .-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important; @@ -998,6 +1886,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))) !important; } +.-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important; +} + +.-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important; +} + +.-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important; +} + +.-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important; +} + +.-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; +} + +.-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; +} + +.-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; +} + +.-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; +} + +.-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; +} + +.-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; +} + +.-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20% * var(--space-y-reverse)) !important; +} + +.-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-40% * var(--space-y-reverse)) !important; +} + +.-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-60% * var(--space-y-reverse)) !important; +} + +.-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-80% * var(--space-y-reverse)) !important; +} + +.-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; +} + +.-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; +} + +.-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; +} + +.-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; +} + +.-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; +} + +.-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; +} + +.-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; +} + +.-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; +} + +.-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; +} + +.-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; +} + +.-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; +} + +.-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; +} + +.-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; +} + +.-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; +} + +.-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; +} + +.-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; +} + +.-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-6.25% * var(--space-y-reverse)) !important; +} + +.-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-12.5% * var(--space-y-reverse)) !important; +} + +.-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18.75% * var(--space-y-reverse)) !important; +} + +.-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; +} + +.-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-31.25% * var(--space-y-reverse)) !important; +} + +.-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-37.5% * var(--space-y-reverse)) !important; +} + +.-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-43.75% * var(--space-y-reverse)) !important; +} + +.-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; +} + +.-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-56.25% * var(--space-y-reverse)) !important; +} + +.-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-62.5% * var(--space-y-reverse)) !important; +} + +.-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-68.75% * var(--space-y-reverse)) !important; +} + +.-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; +} + +.-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-81.25% * var(--space-y-reverse)) !important; +} + +.-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-87.5% * var(--space-y-reverse)) !important; +} + +.-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-93.75% * var(--space-y-reverse)) !important; +} + +.-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))) !important; +} + +.-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-100% * var(--space-y-reverse)) !important; +} + +.-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))) !important; +} + .space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1 !important; } @@ -16974,18 +18414,42 @@ video { height: 1.5rem !important; } +.h-7 { + height: 1.75rem !important; +} + .h-8 { height: 2rem !important; } +.h-9 { + height: 2.25rem !important; +} + .h-10 { height: 2.5rem !important; } +.h-11 { + height: 2.75rem !important; +} + .h-12 { height: 3rem !important; } +.h-13 { + height: 3.25rem !important; +} + +.h-14 { + height: 3.5rem !important; +} + +.h-15 { + height: 3.75rem !important; +} + .h-16 { height: 4rem !important; } @@ -16998,26 +18462,58 @@ video { height: 6rem !important; } +.h-28 { + height: 7rem !important; +} + .h-32 { height: 8rem !important; } +.h-36 { + height: 9rem !important; +} + .h-40 { height: 10rem !important; } +.h-44 { + height: 11rem !important; +} + .h-48 { height: 12rem !important; } +.h-52 { + height: 13rem !important; +} + .h-56 { height: 14rem !important; } +.h-60 { + height: 15rem !important; +} + .h-64 { height: 16rem !important; } +.h-72 { + height: 18rem !important; +} + +.h-80 { + height: 20rem !important; +} + +.h-96 { + height: 24rem !important; +} + .h-auto { height: auto !important; } @@ -17026,6 +18522,186 @@ video { height: 1px !important; } +.h-0\.5 { + height: 0.125rem !important; +} + +.h-1\.5 { + height: 0.375rem !important; +} + +.h-2\.5 { + height: 0.625rem !important; +} + +.h-3\.5 { + height: 0.875rem !important; +} + +.h-1\/2 { + height: 50% !important; +} + +.h-1\/3 { + height: 33.333333% !important; +} + +.h-2\/3 { + height: 66.666667% !important; +} + +.h-1\/4 { + height: 25% !important; +} + +.h-2\/4 { + height: 50% !important; +} + +.h-3\/4 { + height: 75% !important; +} + +.h-1\/5 { + height: 20% !important; +} + +.h-2\/5 { + height: 40% !important; +} + +.h-3\/5 { + height: 60% !important; +} + +.h-4\/5 { + height: 80% !important; +} + +.h-1\/6 { + height: 16.666667% !important; +} + +.h-2\/6 { + height: 33.333333% !important; +} + +.h-3\/6 { + height: 50% !important; +} + +.h-4\/6 { + height: 66.666667% !important; +} + +.h-5\/6 { + height: 83.333333% !important; +} + +.h-1\/12 { + height: 8.333333% !important; +} + +.h-2\/12 { + height: 16.666667% !important; +} + +.h-3\/12 { + height: 25% !important; +} + +.h-4\/12 { + height: 33.333333% !important; +} + +.h-5\/12 { + height: 41.666667% !important; +} + +.h-6\/12 { + height: 50% !important; +} + +.h-7\/12 { + height: 58.333333% !important; +} + +.h-8\/12 { + height: 66.666667% !important; +} + +.h-9\/12 { + height: 75% !important; +} + +.h-10\/12 { + height: 83.333333% !important; +} + +.h-11\/12 { + height: 91.666667% !important; +} + +.h-1\/16 { + height: 6.25% !important; +} + +.h-2\/16 { + height: 12.5% !important; +} + +.h-3\/16 { + height: 18.75% !important; +} + +.h-4\/16 { + height: 25% !important; +} + +.h-5\/16 { + height: 31.25% !important; +} + +.h-6\/16 { + height: 37.5% !important; +} + +.h-7\/16 { + height: 43.75% !important; +} + +.h-8\/16 { + height: 50% !important; +} + +.h-9\/16 { + height: 56.25% !important; +} + +.h-10\/16 { + height: 62.5% !important; +} + +.h-11\/16 { + height: 68.75% !important; +} + +.h-12\/16 { + height: 75% !important; +} + +.h-13\/16 { + height: 81.25% !important; +} + +.h-14\/16 { + height: 87.5% !important; +} + +.h-15\/16 { + height: 93.75% !important; +} + .h-full { height: 100% !important; } @@ -17188,18 +18864,42 @@ video { margin: 1.5rem !important; } +.m-7 { + margin: 1.75rem !important; +} + .m-8 { margin: 2rem !important; } +.m-9 { + margin: 2.25rem !important; +} + .m-10 { margin: 2.5rem !important; } +.m-11 { + margin: 2.75rem !important; +} + .m-12 { margin: 3rem !important; } +.m-13 { + margin: 3.25rem !important; +} + +.m-14 { + margin: 3.5rem !important; +} + +.m-15 { + margin: 3.75rem !important; +} + .m-16 { margin: 4rem !important; } @@ -17212,26 +18912,58 @@ video { margin: 6rem !important; } +.m-28 { + margin: 7rem !important; +} + .m-32 { margin: 8rem !important; } +.m-36 { + margin: 9rem !important; +} + .m-40 { margin: 10rem !important; } +.m-44 { + margin: 11rem !important; +} + .m-48 { margin: 12rem !important; } +.m-52 { + margin: 13rem !important; +} + .m-56 { margin: 14rem !important; } +.m-60 { + margin: 15rem !important; +} + .m-64 { margin: 16rem !important; } +.m-72 { + margin: 18rem !important; +} + +.m-80 { + margin: 20rem !important; +} + +.m-96 { + margin: 24rem !important; +} + .m-auto { margin: auto !important; } @@ -17240,6 +18972,190 @@ video { margin: 1px !important; } +.m-0\.5 { + margin: 0.125rem !important; +} + +.m-1\.5 { + margin: 0.375rem !important; +} + +.m-2\.5 { + margin: 0.625rem !important; +} + +.m-3\.5 { + margin: 0.875rem !important; +} + +.m-1\/2 { + margin: 50% !important; +} + +.m-1\/3 { + margin: 33.333333% !important; +} + +.m-2\/3 { + margin: 66.666667% !important; +} + +.m-1\/4 { + margin: 25% !important; +} + +.m-2\/4 { + margin: 50% !important; +} + +.m-3\/4 { + margin: 75% !important; +} + +.m-1\/5 { + margin: 20% !important; +} + +.m-2\/5 { + margin: 40% !important; +} + +.m-3\/5 { + margin: 60% !important; +} + +.m-4\/5 { + margin: 80% !important; +} + +.m-1\/6 { + margin: 16.666667% !important; +} + +.m-2\/6 { + margin: 33.333333% !important; +} + +.m-3\/6 { + margin: 50% !important; +} + +.m-4\/6 { + margin: 66.666667% !important; +} + +.m-5\/6 { + margin: 83.333333% !important; +} + +.m-1\/12 { + margin: 8.333333% !important; +} + +.m-2\/12 { + margin: 16.666667% !important; +} + +.m-3\/12 { + margin: 25% !important; +} + +.m-4\/12 { + margin: 33.333333% !important; +} + +.m-5\/12 { + margin: 41.666667% !important; +} + +.m-6\/12 { + margin: 50% !important; +} + +.m-7\/12 { + margin: 58.333333% !important; +} + +.m-8\/12 { + margin: 66.666667% !important; +} + +.m-9\/12 { + margin: 75% !important; +} + +.m-10\/12 { + margin: 83.333333% !important; +} + +.m-11\/12 { + margin: 91.666667% !important; +} + +.m-1\/16 { + margin: 6.25% !important; +} + +.m-2\/16 { + margin: 12.5% !important; +} + +.m-3\/16 { + margin: 18.75% !important; +} + +.m-4\/16 { + margin: 25% !important; +} + +.m-5\/16 { + margin: 31.25% !important; +} + +.m-6\/16 { + margin: 37.5% !important; +} + +.m-7\/16 { + margin: 43.75% !important; +} + +.m-8\/16 { + margin: 50% !important; +} + +.m-9\/16 { + margin: 56.25% !important; +} + +.m-10\/16 { + margin: 62.5% !important; +} + +.m-11\/16 { + margin: 68.75% !important; +} + +.m-12\/16 { + margin: 75% !important; +} + +.m-13\/16 { + margin: 81.25% !important; +} + +.m-14\/16 { + margin: 87.5% !important; +} + +.m-15\/16 { + margin: 93.75% !important; +} + +.m-full { + margin: 100% !important; +} + .-m-1 { margin: -0.25rem !important; } @@ -17264,18 +19180,42 @@ video { margin: -1.5rem !important; } +.-m-7 { + margin: -1.75rem !important; +} + .-m-8 { margin: -2rem !important; } +.-m-9 { + margin: -2.25rem !important; +} + .-m-10 { margin: -2.5rem !important; } +.-m-11 { + margin: -2.75rem !important; +} + .-m-12 { margin: -3rem !important; } +.-m-13 { + margin: -3.25rem !important; +} + +.-m-14 { + margin: -3.5rem !important; +} + +.-m-15 { + margin: -3.75rem !important; +} + .-m-16 { margin: -4rem !important; } @@ -17288,30 +19228,246 @@ video { margin: -6rem !important; } +.-m-28 { + margin: -7rem !important; +} + .-m-32 { margin: -8rem !important; } +.-m-36 { + margin: -9rem !important; +} + .-m-40 { margin: -10rem !important; } +.-m-44 { + margin: -11rem !important; +} + .-m-48 { margin: -12rem !important; } +.-m-52 { + margin: -13rem !important; +} + .-m-56 { margin: -14rem !important; } +.-m-60 { + margin: -15rem !important; +} + .-m-64 { margin: -16rem !important; } +.-m-72 { + margin: -18rem !important; +} + +.-m-80 { + margin: -20rem !important; +} + +.-m-96 { + margin: -24rem !important; +} + .-m-px { margin: -1px !important; } +.-m-0\.5 { + margin: -0.125rem !important; +} + +.-m-1\.5 { + margin: -0.375rem !important; +} + +.-m-2\.5 { + margin: -0.625rem !important; +} + +.-m-3\.5 { + margin: -0.875rem !important; +} + +.-m-1\/2 { + margin: -50% !important; +} + +.-m-1\/3 { + margin: -33.33333% !important; +} + +.-m-2\/3 { + margin: -66.66667% !important; +} + +.-m-1\/4 { + margin: -25% !important; +} + +.-m-2\/4 { + margin: -50% !important; +} + +.-m-3\/4 { + margin: -75% !important; +} + +.-m-1\/5 { + margin: -20% !important; +} + +.-m-2\/5 { + margin: -40% !important; +} + +.-m-3\/5 { + margin: -60% !important; +} + +.-m-4\/5 { + margin: -80% !important; +} + +.-m-1\/6 { + margin: -16.66667% !important; +} + +.-m-2\/6 { + margin: -33.33333% !important; +} + +.-m-3\/6 { + margin: -50% !important; +} + +.-m-4\/6 { + margin: -66.66667% !important; +} + +.-m-5\/6 { + margin: -83.33333% !important; +} + +.-m-1\/12 { + margin: -8.33333% !important; +} + +.-m-2\/12 { + margin: -16.66667% !important; +} + +.-m-3\/12 { + margin: -25% !important; +} + +.-m-4\/12 { + margin: -33.33333% !important; +} + +.-m-5\/12 { + margin: -41.66667% !important; +} + +.-m-6\/12 { + margin: -50% !important; +} + +.-m-7\/12 { + margin: -58.33333% !important; +} + +.-m-8\/12 { + margin: -66.66667% !important; +} + +.-m-9\/12 { + margin: -75% !important; +} + +.-m-10\/12 { + margin: -83.33333% !important; +} + +.-m-11\/12 { + margin: -91.66667% !important; +} + +.-m-1\/16 { + margin: -6.25% !important; +} + +.-m-2\/16 { + margin: -12.5% !important; +} + +.-m-3\/16 { + margin: -18.75% !important; +} + +.-m-4\/16 { + margin: -25% !important; +} + +.-m-5\/16 { + margin: -31.25% !important; +} + +.-m-6\/16 { + margin: -37.5% !important; +} + +.-m-7\/16 { + margin: -43.75% !important; +} + +.-m-8\/16 { + margin: -50% !important; +} + +.-m-9\/16 { + margin: -56.25% !important; +} + +.-m-10\/16 { + margin: -62.5% !important; +} + +.-m-11\/16 { + margin: -68.75% !important; +} + +.-m-12\/16 { + margin: -75% !important; +} + +.-m-13\/16 { + margin: -81.25% !important; +} + +.-m-14\/16 { + margin: -87.5% !important; +} + +.-m-15\/16 { + margin: -93.75% !important; +} + +.-m-full { + margin: -100% !important; +} + .my-0 { margin-top: 0 !important; margin-bottom: 0 !important; @@ -17382,6 +19538,16 @@ video { margin-right: 1.5rem !important; } +.my-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; +} + +.mx-7 { + margin-left: 1.75rem !important; + margin-right: 1.75rem !important; +} + .my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; @@ -17392,6 +19558,16 @@ video { margin-right: 2rem !important; } +.my-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; +} + +.mx-9 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; +} + .my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; @@ -17402,6 +19578,16 @@ video { margin-right: 2.5rem !important; } +.my-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; +} + +.mx-11 { + margin-left: 2.75rem !important; + margin-right: 2.75rem !important; +} + .my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; @@ -17412,6 +19598,36 @@ video { margin-right: 3rem !important; } +.my-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; +} + +.mx-13 { + margin-left: 3.25rem !important; + margin-right: 3.25rem !important; +} + +.my-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; +} + +.mx-14 { + margin-left: 3.5rem !important; + margin-right: 3.5rem !important; +} + +.my-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; +} + +.mx-15 { + margin-left: 3.75rem !important; + margin-right: 3.75rem !important; +} + .my-16 { margin-top: 4rem !important; margin-bottom: 4rem !important; @@ -17442,6 +19658,16 @@ video { margin-right: 6rem !important; } +.my-28 { + margin-top: 7rem !important; + margin-bottom: 7rem !important; +} + +.mx-28 { + margin-left: 7rem !important; + margin-right: 7rem !important; +} + .my-32 { margin-top: 8rem !important; margin-bottom: 8rem !important; @@ -17452,6 +19678,16 @@ video { margin-right: 8rem !important; } +.my-36 { + margin-top: 9rem !important; + margin-bottom: 9rem !important; +} + +.mx-36 { + margin-left: 9rem !important; + margin-right: 9rem !important; +} + .my-40 { margin-top: 10rem !important; margin-bottom: 10rem !important; @@ -17462,6 +19698,16 @@ video { margin-right: 10rem !important; } +.my-44 { + margin-top: 11rem !important; + margin-bottom: 11rem !important; +} + +.mx-44 { + margin-left: 11rem !important; + margin-right: 11rem !important; +} + .my-48 { margin-top: 12rem !important; margin-bottom: 12rem !important; @@ -17472,6 +19718,16 @@ video { margin-right: 12rem !important; } +.my-52 { + margin-top: 13rem !important; + margin-bottom: 13rem !important; +} + +.mx-52 { + margin-left: 13rem !important; + margin-right: 13rem !important; +} + .my-56 { margin-top: 14rem !important; margin-bottom: 14rem !important; @@ -17482,6 +19738,16 @@ video { margin-right: 14rem !important; } +.my-60 { + margin-top: 15rem !important; + margin-bottom: 15rem !important; +} + +.mx-60 { + margin-left: 15rem !important; + margin-right: 15rem !important; +} + .my-64 { margin-top: 16rem !important; margin-bottom: 16rem !important; @@ -17492,6 +19758,36 @@ video { margin-right: 16rem !important; } +.my-72 { + margin-top: 18rem !important; + margin-bottom: 18rem !important; +} + +.mx-72 { + margin-left: 18rem !important; + margin-right: 18rem !important; +} + +.my-80 { + margin-top: 20rem !important; + margin-bottom: 20rem !important; +} + +.mx-80 { + margin-left: 20rem !important; + margin-right: 20rem !important; +} + +.my-96 { + margin-top: 24rem !important; + margin-bottom: 24rem !important; +} + +.mx-96 { + margin-left: 24rem !important; + margin-right: 24rem !important; +} + .my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -17512,6 +19808,466 @@ video { margin-right: 1px !important; } +.my-0\.5 { + margin-top: 0.125rem !important; + margin-bottom: 0.125rem !important; +} + +.mx-0\.5 { + margin-left: 0.125rem !important; + margin-right: 0.125rem !important; +} + +.my-1\.5 { + margin-top: 0.375rem !important; + margin-bottom: 0.375rem !important; +} + +.mx-1\.5 { + margin-left: 0.375rem !important; + margin-right: 0.375rem !important; +} + +.my-2\.5 { + margin-top: 0.625rem !important; + margin-bottom: 0.625rem !important; +} + +.mx-2\.5 { + margin-left: 0.625rem !important; + margin-right: 0.625rem !important; +} + +.my-3\.5 { + margin-top: 0.875rem !important; + margin-bottom: 0.875rem !important; +} + +.mx-3\.5 { + margin-left: 0.875rem !important; + margin-right: 0.875rem !important; +} + +.my-1\/2 { + margin-top: 50% !important; + margin-bottom: 50% !important; +} + +.mx-1\/2 { + margin-left: 50% !important; + margin-right: 50% !important; +} + +.my-1\/3 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; +} + +.mx-1\/3 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; +} + +.my-2\/3 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; +} + +.mx-2\/3 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; +} + +.my-1\/4 { + margin-top: 25% !important; + margin-bottom: 25% !important; +} + +.mx-1\/4 { + margin-left: 25% !important; + margin-right: 25% !important; +} + +.my-2\/4 { + margin-top: 50% !important; + margin-bottom: 50% !important; +} + +.mx-2\/4 { + margin-left: 50% !important; + margin-right: 50% !important; +} + +.my-3\/4 { + margin-top: 75% !important; + margin-bottom: 75% !important; +} + +.mx-3\/4 { + margin-left: 75% !important; + margin-right: 75% !important; +} + +.my-1\/5 { + margin-top: 20% !important; + margin-bottom: 20% !important; +} + +.mx-1\/5 { + margin-left: 20% !important; + margin-right: 20% !important; +} + +.my-2\/5 { + margin-top: 40% !important; + margin-bottom: 40% !important; +} + +.mx-2\/5 { + margin-left: 40% !important; + margin-right: 40% !important; +} + +.my-3\/5 { + margin-top: 60% !important; + margin-bottom: 60% !important; +} + +.mx-3\/5 { + margin-left: 60% !important; + margin-right: 60% !important; +} + +.my-4\/5 { + margin-top: 80% !important; + margin-bottom: 80% !important; +} + +.mx-4\/5 { + margin-left: 80% !important; + margin-right: 80% !important; +} + +.my-1\/6 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; +} + +.mx-1\/6 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; +} + +.my-2\/6 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; +} + +.mx-2\/6 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; +} + +.my-3\/6 { + margin-top: 50% !important; + margin-bottom: 50% !important; +} + +.mx-3\/6 { + margin-left: 50% !important; + margin-right: 50% !important; +} + +.my-4\/6 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; +} + +.mx-4\/6 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; +} + +.my-5\/6 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; +} + +.mx-5\/6 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; +} + +.my-1\/12 { + margin-top: 8.333333% !important; + margin-bottom: 8.333333% !important; +} + +.mx-1\/12 { + margin-left: 8.333333% !important; + margin-right: 8.333333% !important; +} + +.my-2\/12 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; +} + +.mx-2\/12 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; +} + +.my-3\/12 { + margin-top: 25% !important; + margin-bottom: 25% !important; +} + +.mx-3\/12 { + margin-left: 25% !important; + margin-right: 25% !important; +} + +.my-4\/12 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; +} + +.mx-4\/12 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; +} + +.my-5\/12 { + margin-top: 41.666667% !important; + margin-bottom: 41.666667% !important; +} + +.mx-5\/12 { + margin-left: 41.666667% !important; + margin-right: 41.666667% !important; +} + +.my-6\/12 { + margin-top: 50% !important; + margin-bottom: 50% !important; +} + +.mx-6\/12 { + margin-left: 50% !important; + margin-right: 50% !important; +} + +.my-7\/12 { + margin-top: 58.333333% !important; + margin-bottom: 58.333333% !important; +} + +.mx-7\/12 { + margin-left: 58.333333% !important; + margin-right: 58.333333% !important; +} + +.my-8\/12 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; +} + +.mx-8\/12 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; +} + +.my-9\/12 { + margin-top: 75% !important; + margin-bottom: 75% !important; +} + +.mx-9\/12 { + margin-left: 75% !important; + margin-right: 75% !important; +} + +.my-10\/12 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; +} + +.mx-10\/12 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; +} + +.my-11\/12 { + margin-top: 91.666667% !important; + margin-bottom: 91.666667% !important; +} + +.mx-11\/12 { + margin-left: 91.666667% !important; + margin-right: 91.666667% !important; +} + +.my-1\/16 { + margin-top: 6.25% !important; + margin-bottom: 6.25% !important; +} + +.mx-1\/16 { + margin-left: 6.25% !important; + margin-right: 6.25% !important; +} + +.my-2\/16 { + margin-top: 12.5% !important; + margin-bottom: 12.5% !important; +} + +.mx-2\/16 { + margin-left: 12.5% !important; + margin-right: 12.5% !important; +} + +.my-3\/16 { + margin-top: 18.75% !important; + margin-bottom: 18.75% !important; +} + +.mx-3\/16 { + margin-left: 18.75% !important; + margin-right: 18.75% !important; +} + +.my-4\/16 { + margin-top: 25% !important; + margin-bottom: 25% !important; +} + +.mx-4\/16 { + margin-left: 25% !important; + margin-right: 25% !important; +} + +.my-5\/16 { + margin-top: 31.25% !important; + margin-bottom: 31.25% !important; +} + +.mx-5\/16 { + margin-left: 31.25% !important; + margin-right: 31.25% !important; +} + +.my-6\/16 { + margin-top: 37.5% !important; + margin-bottom: 37.5% !important; +} + +.mx-6\/16 { + margin-left: 37.5% !important; + margin-right: 37.5% !important; +} + +.my-7\/16 { + margin-top: 43.75% !important; + margin-bottom: 43.75% !important; +} + +.mx-7\/16 { + margin-left: 43.75% !important; + margin-right: 43.75% !important; +} + +.my-8\/16 { + margin-top: 50% !important; + margin-bottom: 50% !important; +} + +.mx-8\/16 { + margin-left: 50% !important; + margin-right: 50% !important; +} + +.my-9\/16 { + margin-top: 56.25% !important; + margin-bottom: 56.25% !important; +} + +.mx-9\/16 { + margin-left: 56.25% !important; + margin-right: 56.25% !important; +} + +.my-10\/16 { + margin-top: 62.5% !important; + margin-bottom: 62.5% !important; +} + +.mx-10\/16 { + margin-left: 62.5% !important; + margin-right: 62.5% !important; +} + +.my-11\/16 { + margin-top: 68.75% !important; + margin-bottom: 68.75% !important; +} + +.mx-11\/16 { + margin-left: 68.75% !important; + margin-right: 68.75% !important; +} + +.my-12\/16 { + margin-top: 75% !important; + margin-bottom: 75% !important; +} + +.mx-12\/16 { + margin-left: 75% !important; + margin-right: 75% !important; +} + +.my-13\/16 { + margin-top: 81.25% !important; + margin-bottom: 81.25% !important; +} + +.mx-13\/16 { + margin-left: 81.25% !important; + margin-right: 81.25% !important; +} + +.my-14\/16 { + margin-top: 87.5% !important; + margin-bottom: 87.5% !important; +} + +.mx-14\/16 { + margin-left: 87.5% !important; + margin-right: 87.5% !important; +} + +.my-15\/16 { + margin-top: 93.75% !important; + margin-bottom: 93.75% !important; +} + +.mx-15\/16 { + margin-left: 93.75% !important; + margin-right: 93.75% !important; +} + +.my-full { + margin-top: 100% !important; + margin-bottom: 100% !important; +} + +.mx-full { + margin-left: 100% !important; + margin-right: 100% !important; +} + .-my-1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; @@ -17572,6 +20328,16 @@ video { margin-right: -1.5rem !important; } +.-my-7 { + margin-top: -1.75rem !important; + margin-bottom: -1.75rem !important; +} + +.-mx-7 { + margin-left: -1.75rem !important; + margin-right: -1.75rem !important; +} + .-my-8 { margin-top: -2rem !important; margin-bottom: -2rem !important; @@ -17582,6 +20348,16 @@ video { margin-right: -2rem !important; } +.-my-9 { + margin-top: -2.25rem !important; + margin-bottom: -2.25rem !important; +} + +.-mx-9 { + margin-left: -2.25rem !important; + margin-right: -2.25rem !important; +} + .-my-10 { margin-top: -2.5rem !important; margin-bottom: -2.5rem !important; @@ -17592,6 +20368,16 @@ video { margin-right: -2.5rem !important; } +.-my-11 { + margin-top: -2.75rem !important; + margin-bottom: -2.75rem !important; +} + +.-mx-11 { + margin-left: -2.75rem !important; + margin-right: -2.75rem !important; +} + .-my-12 { margin-top: -3rem !important; margin-bottom: -3rem !important; @@ -17602,6 +20388,36 @@ video { margin-right: -3rem !important; } +.-my-13 { + margin-top: -3.25rem !important; + margin-bottom: -3.25rem !important; +} + +.-mx-13 { + margin-left: -3.25rem !important; + margin-right: -3.25rem !important; +} + +.-my-14 { + margin-top: -3.5rem !important; + margin-bottom: -3.5rem !important; +} + +.-mx-14 { + margin-left: -3.5rem !important; + margin-right: -3.5rem !important; +} + +.-my-15 { + margin-top: -3.75rem !important; + margin-bottom: -3.75rem !important; +} + +.-mx-15 { + margin-left: -3.75rem !important; + margin-right: -3.75rem !important; +} + .-my-16 { margin-top: -4rem !important; margin-bottom: -4rem !important; @@ -17632,6 +20448,16 @@ video { margin-right: -6rem !important; } +.-my-28 { + margin-top: -7rem !important; + margin-bottom: -7rem !important; +} + +.-mx-28 { + margin-left: -7rem !important; + margin-right: -7rem !important; +} + .-my-32 { margin-top: -8rem !important; margin-bottom: -8rem !important; @@ -17642,6 +20468,16 @@ video { margin-right: -8rem !important; } +.-my-36 { + margin-top: -9rem !important; + margin-bottom: -9rem !important; +} + +.-mx-36 { + margin-left: -9rem !important; + margin-right: -9rem !important; +} + .-my-40 { margin-top: -10rem !important; margin-bottom: -10rem !important; @@ -17652,6 +20488,16 @@ video { margin-right: -10rem !important; } +.-my-44 { + margin-top: -11rem !important; + margin-bottom: -11rem !important; +} + +.-mx-44 { + margin-left: -11rem !important; + margin-right: -11rem !important; +} + .-my-48 { margin-top: -12rem !important; margin-bottom: -12rem !important; @@ -17662,6 +20508,16 @@ video { margin-right: -12rem !important; } +.-my-52 { + margin-top: -13rem !important; + margin-bottom: -13rem !important; +} + +.-mx-52 { + margin-left: -13rem !important; + margin-right: -13rem !important; +} + .-my-56 { margin-top: -14rem !important; margin-bottom: -14rem !important; @@ -17672,6 +20528,16 @@ video { margin-right: -14rem !important; } +.-my-60 { + margin-top: -15rem !important; + margin-bottom: -15rem !important; +} + +.-mx-60 { + margin-left: -15rem !important; + margin-right: -15rem !important; +} + .-my-64 { margin-top: -16rem !important; margin-bottom: -16rem !important; @@ -17682,6 +20548,36 @@ video { margin-right: -16rem !important; } +.-my-72 { + margin-top: -18rem !important; + margin-bottom: -18rem !important; +} + +.-mx-72 { + margin-left: -18rem !important; + margin-right: -18rem !important; +} + +.-my-80 { + margin-top: -20rem !important; + margin-bottom: -20rem !important; +} + +.-mx-80 { + margin-left: -20rem !important; + margin-right: -20rem !important; +} + +.-my-96 { + margin-top: -24rem !important; + margin-bottom: -24rem !important; +} + +.-mx-96 { + margin-left: -24rem !important; + margin-right: -24rem !important; +} + .-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -17692,6 +20588,466 @@ video { margin-right: -1px !important; } +.-my-0\.5 { + margin-top: -0.125rem !important; + margin-bottom: -0.125rem !important; +} + +.-mx-0\.5 { + margin-left: -0.125rem !important; + margin-right: -0.125rem !important; +} + +.-my-1\.5 { + margin-top: -0.375rem !important; + margin-bottom: -0.375rem !important; +} + +.-mx-1\.5 { + margin-left: -0.375rem !important; + margin-right: -0.375rem !important; +} + +.-my-2\.5 { + margin-top: -0.625rem !important; + margin-bottom: -0.625rem !important; +} + +.-mx-2\.5 { + margin-left: -0.625rem !important; + margin-right: -0.625rem !important; +} + +.-my-3\.5 { + margin-top: -0.875rem !important; + margin-bottom: -0.875rem !important; +} + +.-mx-3\.5 { + margin-left: -0.875rem !important; + margin-right: -0.875rem !important; +} + +.-my-1\/2 { + margin-top: -50% !important; + margin-bottom: -50% !important; +} + +.-mx-1\/2 { + margin-left: -50% !important; + margin-right: -50% !important; +} + +.-my-1\/3 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; +} + +.-mx-1\/3 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; +} + +.-my-2\/3 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; +} + +.-mx-2\/3 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; +} + +.-my-1\/4 { + margin-top: -25% !important; + margin-bottom: -25% !important; +} + +.-mx-1\/4 { + margin-left: -25% !important; + margin-right: -25% !important; +} + +.-my-2\/4 { + margin-top: -50% !important; + margin-bottom: -50% !important; +} + +.-mx-2\/4 { + margin-left: -50% !important; + margin-right: -50% !important; +} + +.-my-3\/4 { + margin-top: -75% !important; + margin-bottom: -75% !important; +} + +.-mx-3\/4 { + margin-left: -75% !important; + margin-right: -75% !important; +} + +.-my-1\/5 { + margin-top: -20% !important; + margin-bottom: -20% !important; +} + +.-mx-1\/5 { + margin-left: -20% !important; + margin-right: -20% !important; +} + +.-my-2\/5 { + margin-top: -40% !important; + margin-bottom: -40% !important; +} + +.-mx-2\/5 { + margin-left: -40% !important; + margin-right: -40% !important; +} + +.-my-3\/5 { + margin-top: -60% !important; + margin-bottom: -60% !important; +} + +.-mx-3\/5 { + margin-left: -60% !important; + margin-right: -60% !important; +} + +.-my-4\/5 { + margin-top: -80% !important; + margin-bottom: -80% !important; +} + +.-mx-4\/5 { + margin-left: -80% !important; + margin-right: -80% !important; +} + +.-my-1\/6 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; +} + +.-mx-1\/6 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; +} + +.-my-2\/6 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; +} + +.-mx-2\/6 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; +} + +.-my-3\/6 { + margin-top: -50% !important; + margin-bottom: -50% !important; +} + +.-mx-3\/6 { + margin-left: -50% !important; + margin-right: -50% !important; +} + +.-my-4\/6 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; +} + +.-mx-4\/6 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; +} + +.-my-5\/6 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; +} + +.-mx-5\/6 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; +} + +.-my-1\/12 { + margin-top: -8.33333% !important; + margin-bottom: -8.33333% !important; +} + +.-mx-1\/12 { + margin-left: -8.33333% !important; + margin-right: -8.33333% !important; +} + +.-my-2\/12 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; +} + +.-mx-2\/12 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; +} + +.-my-3\/12 { + margin-top: -25% !important; + margin-bottom: -25% !important; +} + +.-mx-3\/12 { + margin-left: -25% !important; + margin-right: -25% !important; +} + +.-my-4\/12 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; +} + +.-mx-4\/12 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; +} + +.-my-5\/12 { + margin-top: -41.66667% !important; + margin-bottom: -41.66667% !important; +} + +.-mx-5\/12 { + margin-left: -41.66667% !important; + margin-right: -41.66667% !important; +} + +.-my-6\/12 { + margin-top: -50% !important; + margin-bottom: -50% !important; +} + +.-mx-6\/12 { + margin-left: -50% !important; + margin-right: -50% !important; +} + +.-my-7\/12 { + margin-top: -58.33333% !important; + margin-bottom: -58.33333% !important; +} + +.-mx-7\/12 { + margin-left: -58.33333% !important; + margin-right: -58.33333% !important; +} + +.-my-8\/12 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; +} + +.-mx-8\/12 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; +} + +.-my-9\/12 { + margin-top: -75% !important; + margin-bottom: -75% !important; +} + +.-mx-9\/12 { + margin-left: -75% !important; + margin-right: -75% !important; +} + +.-my-10\/12 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; +} + +.-mx-10\/12 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; +} + +.-my-11\/12 { + margin-top: -91.66667% !important; + margin-bottom: -91.66667% !important; +} + +.-mx-11\/12 { + margin-left: -91.66667% !important; + margin-right: -91.66667% !important; +} + +.-my-1\/16 { + margin-top: -6.25% !important; + margin-bottom: -6.25% !important; +} + +.-mx-1\/16 { + margin-left: -6.25% !important; + margin-right: -6.25% !important; +} + +.-my-2\/16 { + margin-top: -12.5% !important; + margin-bottom: -12.5% !important; +} + +.-mx-2\/16 { + margin-left: -12.5% !important; + margin-right: -12.5% !important; +} + +.-my-3\/16 { + margin-top: -18.75% !important; + margin-bottom: -18.75% !important; +} + +.-mx-3\/16 { + margin-left: -18.75% !important; + margin-right: -18.75% !important; +} + +.-my-4\/16 { + margin-top: -25% !important; + margin-bottom: -25% !important; +} + +.-mx-4\/16 { + margin-left: -25% !important; + margin-right: -25% !important; +} + +.-my-5\/16 { + margin-top: -31.25% !important; + margin-bottom: -31.25% !important; +} + +.-mx-5\/16 { + margin-left: -31.25% !important; + margin-right: -31.25% !important; +} + +.-my-6\/16 { + margin-top: -37.5% !important; + margin-bottom: -37.5% !important; +} + +.-mx-6\/16 { + margin-left: -37.5% !important; + margin-right: -37.5% !important; +} + +.-my-7\/16 { + margin-top: -43.75% !important; + margin-bottom: -43.75% !important; +} + +.-mx-7\/16 { + margin-left: -43.75% !important; + margin-right: -43.75% !important; +} + +.-my-8\/16 { + margin-top: -50% !important; + margin-bottom: -50% !important; +} + +.-mx-8\/16 { + margin-left: -50% !important; + margin-right: -50% !important; +} + +.-my-9\/16 { + margin-top: -56.25% !important; + margin-bottom: -56.25% !important; +} + +.-mx-9\/16 { + margin-left: -56.25% !important; + margin-right: -56.25% !important; +} + +.-my-10\/16 { + margin-top: -62.5% !important; + margin-bottom: -62.5% !important; +} + +.-mx-10\/16 { + margin-left: -62.5% !important; + margin-right: -62.5% !important; +} + +.-my-11\/16 { + margin-top: -68.75% !important; + margin-bottom: -68.75% !important; +} + +.-mx-11\/16 { + margin-left: -68.75% !important; + margin-right: -68.75% !important; +} + +.-my-12\/16 { + margin-top: -75% !important; + margin-bottom: -75% !important; +} + +.-mx-12\/16 { + margin-left: -75% !important; + margin-right: -75% !important; +} + +.-my-13\/16 { + margin-top: -81.25% !important; + margin-bottom: -81.25% !important; +} + +.-mx-13\/16 { + margin-left: -81.25% !important; + margin-right: -81.25% !important; +} + +.-my-14\/16 { + margin-top: -87.5% !important; + margin-bottom: -87.5% !important; +} + +.-mx-14\/16 { + margin-left: -87.5% !important; + margin-right: -87.5% !important; +} + +.-my-15\/16 { + margin-top: -93.75% !important; + margin-bottom: -93.75% !important; +} + +.-mx-15\/16 { + margin-left: -93.75% !important; + margin-right: -93.75% !important; +} + +.-my-full { + margin-top: -100% !important; + margin-bottom: -100% !important; +} + +.-mx-full { + margin-left: -100% !important; + margin-right: -100% !important; +} + .mt-0 { margin-top: 0 !important; } @@ -17804,6 +21160,22 @@ video { margin-left: 1.5rem !important; } +.mt-7 { + margin-top: 1.75rem !important; +} + +.mr-7 { + margin-right: 1.75rem !important; +} + +.mb-7 { + margin-bottom: 1.75rem !important; +} + +.ml-7 { + margin-left: 1.75rem !important; +} + .mt-8 { margin-top: 2rem !important; } @@ -17820,6 +21192,22 @@ video { margin-left: 2rem !important; } +.mt-9 { + margin-top: 2.25rem !important; +} + +.mr-9 { + margin-right: 2.25rem !important; +} + +.mb-9 { + margin-bottom: 2.25rem !important; +} + +.ml-9 { + margin-left: 2.25rem !important; +} + .mt-10 { margin-top: 2.5rem !important; } @@ -17836,6 +21224,22 @@ video { margin-left: 2.5rem !important; } +.mt-11 { + margin-top: 2.75rem !important; +} + +.mr-11 { + margin-right: 2.75rem !important; +} + +.mb-11 { + margin-bottom: 2.75rem !important; +} + +.ml-11 { + margin-left: 2.75rem !important; +} + .mt-12 { margin-top: 3rem !important; } @@ -17852,6 +21256,54 @@ video { margin-left: 3rem !important; } +.mt-13 { + margin-top: 3.25rem !important; +} + +.mr-13 { + margin-right: 3.25rem !important; +} + +.mb-13 { + margin-bottom: 3.25rem !important; +} + +.ml-13 { + margin-left: 3.25rem !important; +} + +.mt-14 { + margin-top: 3.5rem !important; +} + +.mr-14 { + margin-right: 3.5rem !important; +} + +.mb-14 { + margin-bottom: 3.5rem !important; +} + +.ml-14 { + margin-left: 3.5rem !important; +} + +.mt-15 { + margin-top: 3.75rem !important; +} + +.mr-15 { + margin-right: 3.75rem !important; +} + +.mb-15 { + margin-bottom: 3.75rem !important; +} + +.ml-15 { + margin-left: 3.75rem !important; +} + .mt-16 { margin-top: 4rem !important; } @@ -17900,6 +21352,22 @@ video { margin-left: 6rem !important; } +.mt-28 { + margin-top: 7rem !important; +} + +.mr-28 { + margin-right: 7rem !important; +} + +.mb-28 { + margin-bottom: 7rem !important; +} + +.ml-28 { + margin-left: 7rem !important; +} + .mt-32 { margin-top: 8rem !important; } @@ -17916,6 +21384,22 @@ video { margin-left: 8rem !important; } +.mt-36 { + margin-top: 9rem !important; +} + +.mr-36 { + margin-right: 9rem !important; +} + +.mb-36 { + margin-bottom: 9rem !important; +} + +.ml-36 { + margin-left: 9rem !important; +} + .mt-40 { margin-top: 10rem !important; } @@ -17932,6 +21416,22 @@ video { margin-left: 10rem !important; } +.mt-44 { + margin-top: 11rem !important; +} + +.mr-44 { + margin-right: 11rem !important; +} + +.mb-44 { + margin-bottom: 11rem !important; +} + +.ml-44 { + margin-left: 11rem !important; +} + .mt-48 { margin-top: 12rem !important; } @@ -17948,6 +21448,22 @@ video { margin-left: 12rem !important; } +.mt-52 { + margin-top: 13rem !important; +} + +.mr-52 { + margin-right: 13rem !important; +} + +.mb-52 { + margin-bottom: 13rem !important; +} + +.ml-52 { + margin-left: 13rem !important; +} + .mt-56 { margin-top: 14rem !important; } @@ -17964,6 +21480,22 @@ video { margin-left: 14rem !important; } +.mt-60 { + margin-top: 15rem !important; +} + +.mr-60 { + margin-right: 15rem !important; +} + +.mb-60 { + margin-bottom: 15rem !important; +} + +.ml-60 { + margin-left: 15rem !important; +} + .mt-64 { margin-top: 16rem !important; } @@ -17980,6 +21512,54 @@ video { margin-left: 16rem !important; } +.mt-72 { + margin-top: 18rem !important; +} + +.mr-72 { + margin-right: 18rem !important; +} + +.mb-72 { + margin-bottom: 18rem !important; +} + +.ml-72 { + margin-left: 18rem !important; +} + +.mt-80 { + margin-top: 20rem !important; +} + +.mr-80 { + margin-right: 20rem !important; +} + +.mb-80 { + margin-bottom: 20rem !important; +} + +.ml-80 { + margin-left: 20rem !important; +} + +.mt-96 { + margin-top: 24rem !important; +} + +.mr-96 { + margin-right: 24rem !important; +} + +.mb-96 { + margin-bottom: 24rem !important; +} + +.ml-96 { + margin-left: 24rem !important; +} + .mt-auto { margin-top: auto !important; } @@ -18012,6 +21592,742 @@ video { margin-left: 1px !important; } +.mt-0\.5 { + margin-top: 0.125rem !important; +} + +.mr-0\.5 { + margin-right: 0.125rem !important; +} + +.mb-0\.5 { + margin-bottom: 0.125rem !important; +} + +.ml-0\.5 { + margin-left: 0.125rem !important; +} + +.mt-1\.5 { + margin-top: 0.375rem !important; +} + +.mr-1\.5 { + margin-right: 0.375rem !important; +} + +.mb-1\.5 { + margin-bottom: 0.375rem !important; +} + +.ml-1\.5 { + margin-left: 0.375rem !important; +} + +.mt-2\.5 { + margin-top: 0.625rem !important; +} + +.mr-2\.5 { + margin-right: 0.625rem !important; +} + +.mb-2\.5 { + margin-bottom: 0.625rem !important; +} + +.ml-2\.5 { + margin-left: 0.625rem !important; +} + +.mt-3\.5 { + margin-top: 0.875rem !important; +} + +.mr-3\.5 { + margin-right: 0.875rem !important; +} + +.mb-3\.5 { + margin-bottom: 0.875rem !important; +} + +.ml-3\.5 { + margin-left: 0.875rem !important; +} + +.mt-1\/2 { + margin-top: 50% !important; +} + +.mr-1\/2 { + margin-right: 50% !important; +} + +.mb-1\/2 { + margin-bottom: 50% !important; +} + +.ml-1\/2 { + margin-left: 50% !important; +} + +.mt-1\/3 { + margin-top: 33.333333% !important; +} + +.mr-1\/3 { + margin-right: 33.333333% !important; +} + +.mb-1\/3 { + margin-bottom: 33.333333% !important; +} + +.ml-1\/3 { + margin-left: 33.333333% !important; +} + +.mt-2\/3 { + margin-top: 66.666667% !important; +} + +.mr-2\/3 { + margin-right: 66.666667% !important; +} + +.mb-2\/3 { + margin-bottom: 66.666667% !important; +} + +.ml-2\/3 { + margin-left: 66.666667% !important; +} + +.mt-1\/4 { + margin-top: 25% !important; +} + +.mr-1\/4 { + margin-right: 25% !important; +} + +.mb-1\/4 { + margin-bottom: 25% !important; +} + +.ml-1\/4 { + margin-left: 25% !important; +} + +.mt-2\/4 { + margin-top: 50% !important; +} + +.mr-2\/4 { + margin-right: 50% !important; +} + +.mb-2\/4 { + margin-bottom: 50% !important; +} + +.ml-2\/4 { + margin-left: 50% !important; +} + +.mt-3\/4 { + margin-top: 75% !important; +} + +.mr-3\/4 { + margin-right: 75% !important; +} + +.mb-3\/4 { + margin-bottom: 75% !important; +} + +.ml-3\/4 { + margin-left: 75% !important; +} + +.mt-1\/5 { + margin-top: 20% !important; +} + +.mr-1\/5 { + margin-right: 20% !important; +} + +.mb-1\/5 { + margin-bottom: 20% !important; +} + +.ml-1\/5 { + margin-left: 20% !important; +} + +.mt-2\/5 { + margin-top: 40% !important; +} + +.mr-2\/5 { + margin-right: 40% !important; +} + +.mb-2\/5 { + margin-bottom: 40% !important; +} + +.ml-2\/5 { + margin-left: 40% !important; +} + +.mt-3\/5 { + margin-top: 60% !important; +} + +.mr-3\/5 { + margin-right: 60% !important; +} + +.mb-3\/5 { + margin-bottom: 60% !important; +} + +.ml-3\/5 { + margin-left: 60% !important; +} + +.mt-4\/5 { + margin-top: 80% !important; +} + +.mr-4\/5 { + margin-right: 80% !important; +} + +.mb-4\/5 { + margin-bottom: 80% !important; +} + +.ml-4\/5 { + margin-left: 80% !important; +} + +.mt-1\/6 { + margin-top: 16.666667% !important; +} + +.mr-1\/6 { + margin-right: 16.666667% !important; +} + +.mb-1\/6 { + margin-bottom: 16.666667% !important; +} + +.ml-1\/6 { + margin-left: 16.666667% !important; +} + +.mt-2\/6 { + margin-top: 33.333333% !important; +} + +.mr-2\/6 { + margin-right: 33.333333% !important; +} + +.mb-2\/6 { + margin-bottom: 33.333333% !important; +} + +.ml-2\/6 { + margin-left: 33.333333% !important; +} + +.mt-3\/6 { + margin-top: 50% !important; +} + +.mr-3\/6 { + margin-right: 50% !important; +} + +.mb-3\/6 { + margin-bottom: 50% !important; +} + +.ml-3\/6 { + margin-left: 50% !important; +} + +.mt-4\/6 { + margin-top: 66.666667% !important; +} + +.mr-4\/6 { + margin-right: 66.666667% !important; +} + +.mb-4\/6 { + margin-bottom: 66.666667% !important; +} + +.ml-4\/6 { + margin-left: 66.666667% !important; +} + +.mt-5\/6 { + margin-top: 83.333333% !important; +} + +.mr-5\/6 { + margin-right: 83.333333% !important; +} + +.mb-5\/6 { + margin-bottom: 83.333333% !important; +} + +.ml-5\/6 { + margin-left: 83.333333% !important; +} + +.mt-1\/12 { + margin-top: 8.333333% !important; +} + +.mr-1\/12 { + margin-right: 8.333333% !important; +} + +.mb-1\/12 { + margin-bottom: 8.333333% !important; +} + +.ml-1\/12 { + margin-left: 8.333333% !important; +} + +.mt-2\/12 { + margin-top: 16.666667% !important; +} + +.mr-2\/12 { + margin-right: 16.666667% !important; +} + +.mb-2\/12 { + margin-bottom: 16.666667% !important; +} + +.ml-2\/12 { + margin-left: 16.666667% !important; +} + +.mt-3\/12 { + margin-top: 25% !important; +} + +.mr-3\/12 { + margin-right: 25% !important; +} + +.mb-3\/12 { + margin-bottom: 25% !important; +} + +.ml-3\/12 { + margin-left: 25% !important; +} + +.mt-4\/12 { + margin-top: 33.333333% !important; +} + +.mr-4\/12 { + margin-right: 33.333333% !important; +} + +.mb-4\/12 { + margin-bottom: 33.333333% !important; +} + +.ml-4\/12 { + margin-left: 33.333333% !important; +} + +.mt-5\/12 { + margin-top: 41.666667% !important; +} + +.mr-5\/12 { + margin-right: 41.666667% !important; +} + +.mb-5\/12 { + margin-bottom: 41.666667% !important; +} + +.ml-5\/12 { + margin-left: 41.666667% !important; +} + +.mt-6\/12 { + margin-top: 50% !important; +} + +.mr-6\/12 { + margin-right: 50% !important; +} + +.mb-6\/12 { + margin-bottom: 50% !important; +} + +.ml-6\/12 { + margin-left: 50% !important; +} + +.mt-7\/12 { + margin-top: 58.333333% !important; +} + +.mr-7\/12 { + margin-right: 58.333333% !important; +} + +.mb-7\/12 { + margin-bottom: 58.333333% !important; +} + +.ml-7\/12 { + margin-left: 58.333333% !important; +} + +.mt-8\/12 { + margin-top: 66.666667% !important; +} + +.mr-8\/12 { + margin-right: 66.666667% !important; +} + +.mb-8\/12 { + margin-bottom: 66.666667% !important; +} + +.ml-8\/12 { + margin-left: 66.666667% !important; +} + +.mt-9\/12 { + margin-top: 75% !important; +} + +.mr-9\/12 { + margin-right: 75% !important; +} + +.mb-9\/12 { + margin-bottom: 75% !important; +} + +.ml-9\/12 { + margin-left: 75% !important; +} + +.mt-10\/12 { + margin-top: 83.333333% !important; +} + +.mr-10\/12 { + margin-right: 83.333333% !important; +} + +.mb-10\/12 { + margin-bottom: 83.333333% !important; +} + +.ml-10\/12 { + margin-left: 83.333333% !important; +} + +.mt-11\/12 { + margin-top: 91.666667% !important; +} + +.mr-11\/12 { + margin-right: 91.666667% !important; +} + +.mb-11\/12 { + margin-bottom: 91.666667% !important; +} + +.ml-11\/12 { + margin-left: 91.666667% !important; +} + +.mt-1\/16 { + margin-top: 6.25% !important; +} + +.mr-1\/16 { + margin-right: 6.25% !important; +} + +.mb-1\/16 { + margin-bottom: 6.25% !important; +} + +.ml-1\/16 { + margin-left: 6.25% !important; +} + +.mt-2\/16 { + margin-top: 12.5% !important; +} + +.mr-2\/16 { + margin-right: 12.5% !important; +} + +.mb-2\/16 { + margin-bottom: 12.5% !important; +} + +.ml-2\/16 { + margin-left: 12.5% !important; +} + +.mt-3\/16 { + margin-top: 18.75% !important; +} + +.mr-3\/16 { + margin-right: 18.75% !important; +} + +.mb-3\/16 { + margin-bottom: 18.75% !important; +} + +.ml-3\/16 { + margin-left: 18.75% !important; +} + +.mt-4\/16 { + margin-top: 25% !important; +} + +.mr-4\/16 { + margin-right: 25% !important; +} + +.mb-4\/16 { + margin-bottom: 25% !important; +} + +.ml-4\/16 { + margin-left: 25% !important; +} + +.mt-5\/16 { + margin-top: 31.25% !important; +} + +.mr-5\/16 { + margin-right: 31.25% !important; +} + +.mb-5\/16 { + margin-bottom: 31.25% !important; +} + +.ml-5\/16 { + margin-left: 31.25% !important; +} + +.mt-6\/16 { + margin-top: 37.5% !important; +} + +.mr-6\/16 { + margin-right: 37.5% !important; +} + +.mb-6\/16 { + margin-bottom: 37.5% !important; +} + +.ml-6\/16 { + margin-left: 37.5% !important; +} + +.mt-7\/16 { + margin-top: 43.75% !important; +} + +.mr-7\/16 { + margin-right: 43.75% !important; +} + +.mb-7\/16 { + margin-bottom: 43.75% !important; +} + +.ml-7\/16 { + margin-left: 43.75% !important; +} + +.mt-8\/16 { + margin-top: 50% !important; +} + +.mr-8\/16 { + margin-right: 50% !important; +} + +.mb-8\/16 { + margin-bottom: 50% !important; +} + +.ml-8\/16 { + margin-left: 50% !important; +} + +.mt-9\/16 { + margin-top: 56.25% !important; +} + +.mr-9\/16 { + margin-right: 56.25% !important; +} + +.mb-9\/16 { + margin-bottom: 56.25% !important; +} + +.ml-9\/16 { + margin-left: 56.25% !important; +} + +.mt-10\/16 { + margin-top: 62.5% !important; +} + +.mr-10\/16 { + margin-right: 62.5% !important; +} + +.mb-10\/16 { + margin-bottom: 62.5% !important; +} + +.ml-10\/16 { + margin-left: 62.5% !important; +} + +.mt-11\/16 { + margin-top: 68.75% !important; +} + +.mr-11\/16 { + margin-right: 68.75% !important; +} + +.mb-11\/16 { + margin-bottom: 68.75% !important; +} + +.ml-11\/16 { + margin-left: 68.75% !important; +} + +.mt-12\/16 { + margin-top: 75% !important; +} + +.mr-12\/16 { + margin-right: 75% !important; +} + +.mb-12\/16 { + margin-bottom: 75% !important; +} + +.ml-12\/16 { + margin-left: 75% !important; +} + +.mt-13\/16 { + margin-top: 81.25% !important; +} + +.mr-13\/16 { + margin-right: 81.25% !important; +} + +.mb-13\/16 { + margin-bottom: 81.25% !important; +} + +.ml-13\/16 { + margin-left: 81.25% !important; +} + +.mt-14\/16 { + margin-top: 87.5% !important; +} + +.mr-14\/16 { + margin-right: 87.5% !important; +} + +.mb-14\/16 { + margin-bottom: 87.5% !important; +} + +.ml-14\/16 { + margin-left: 87.5% !important; +} + +.mt-15\/16 { + margin-top: 93.75% !important; +} + +.mr-15\/16 { + margin-right: 93.75% !important; +} + +.mb-15\/16 { + margin-bottom: 93.75% !important; +} + +.ml-15\/16 { + margin-left: 93.75% !important; +} + +.mt-full { + margin-top: 100% !important; +} + +.mr-full { + margin-right: 100% !important; +} + +.mb-full { + margin-bottom: 100% !important; +} + +.ml-full { + margin-left: 100% !important; +} + .-mt-1 { margin-top: -0.25rem !important; } @@ -18108,6 +22424,22 @@ video { margin-left: -1.5rem !important; } +.-mt-7 { + margin-top: -1.75rem !important; +} + +.-mr-7 { + margin-right: -1.75rem !important; +} + +.-mb-7 { + margin-bottom: -1.75rem !important; +} + +.-ml-7 { + margin-left: -1.75rem !important; +} + .-mt-8 { margin-top: -2rem !important; } @@ -18124,6 +22456,22 @@ video { margin-left: -2rem !important; } +.-mt-9 { + margin-top: -2.25rem !important; +} + +.-mr-9 { + margin-right: -2.25rem !important; +} + +.-mb-9 { + margin-bottom: -2.25rem !important; +} + +.-ml-9 { + margin-left: -2.25rem !important; +} + .-mt-10 { margin-top: -2.5rem !important; } @@ -18140,6 +22488,22 @@ video { margin-left: -2.5rem !important; } +.-mt-11 { + margin-top: -2.75rem !important; +} + +.-mr-11 { + margin-right: -2.75rem !important; +} + +.-mb-11 { + margin-bottom: -2.75rem !important; +} + +.-ml-11 { + margin-left: -2.75rem !important; +} + .-mt-12 { margin-top: -3rem !important; } @@ -18156,6 +22520,54 @@ video { margin-left: -3rem !important; } +.-mt-13 { + margin-top: -3.25rem !important; +} + +.-mr-13 { + margin-right: -3.25rem !important; +} + +.-mb-13 { + margin-bottom: -3.25rem !important; +} + +.-ml-13 { + margin-left: -3.25rem !important; +} + +.-mt-14 { + margin-top: -3.5rem !important; +} + +.-mr-14 { + margin-right: -3.5rem !important; +} + +.-mb-14 { + margin-bottom: -3.5rem !important; +} + +.-ml-14 { + margin-left: -3.5rem !important; +} + +.-mt-15 { + margin-top: -3.75rem !important; +} + +.-mr-15 { + margin-right: -3.75rem !important; +} + +.-mb-15 { + margin-bottom: -3.75rem !important; +} + +.-ml-15 { + margin-left: -3.75rem !important; +} + .-mt-16 { margin-top: -4rem !important; } @@ -18204,6 +22616,22 @@ video { margin-left: -6rem !important; } +.-mt-28 { + margin-top: -7rem !important; +} + +.-mr-28 { + margin-right: -7rem !important; +} + +.-mb-28 { + margin-bottom: -7rem !important; +} + +.-ml-28 { + margin-left: -7rem !important; +} + .-mt-32 { margin-top: -8rem !important; } @@ -18220,6 +22648,22 @@ video { margin-left: -8rem !important; } +.-mt-36 { + margin-top: -9rem !important; +} + +.-mr-36 { + margin-right: -9rem !important; +} + +.-mb-36 { + margin-bottom: -9rem !important; +} + +.-ml-36 { + margin-left: -9rem !important; +} + .-mt-40 { margin-top: -10rem !important; } @@ -18236,6 +22680,22 @@ video { margin-left: -10rem !important; } +.-mt-44 { + margin-top: -11rem !important; +} + +.-mr-44 { + margin-right: -11rem !important; +} + +.-mb-44 { + margin-bottom: -11rem !important; +} + +.-ml-44 { + margin-left: -11rem !important; +} + .-mt-48 { margin-top: -12rem !important; } @@ -18252,6 +22712,22 @@ video { margin-left: -12rem !important; } +.-mt-52 { + margin-top: -13rem !important; +} + +.-mr-52 { + margin-right: -13rem !important; +} + +.-mb-52 { + margin-bottom: -13rem !important; +} + +.-ml-52 { + margin-left: -13rem !important; +} + .-mt-56 { margin-top: -14rem !important; } @@ -18268,6 +22744,22 @@ video { margin-left: -14rem !important; } +.-mt-60 { + margin-top: -15rem !important; +} + +.-mr-60 { + margin-right: -15rem !important; +} + +.-mb-60 { + margin-bottom: -15rem !important; +} + +.-ml-60 { + margin-left: -15rem !important; +} + .-mt-64 { margin-top: -16rem !important; } @@ -18284,6 +22776,54 @@ video { margin-left: -16rem !important; } +.-mt-72 { + margin-top: -18rem !important; +} + +.-mr-72 { + margin-right: -18rem !important; +} + +.-mb-72 { + margin-bottom: -18rem !important; +} + +.-ml-72 { + margin-left: -18rem !important; +} + +.-mt-80 { + margin-top: -20rem !important; +} + +.-mr-80 { + margin-right: -20rem !important; +} + +.-mb-80 { + margin-bottom: -20rem !important; +} + +.-ml-80 { + margin-left: -20rem !important; +} + +.-mt-96 { + margin-top: -24rem !important; +} + +.-mr-96 { + margin-right: -24rem !important; +} + +.-mb-96 { + margin-bottom: -24rem !important; +} + +.-ml-96 { + margin-left: -24rem !important; +} + .-mt-px { margin-top: -1px !important; } @@ -18300,14 +22840,1066 @@ video { margin-left: -1px !important; } -.max-h-full { - max-height: 100% !important; +.-mt-0\.5 { + margin-top: -0.125rem !important; +} + +.-mr-0\.5 { + margin-right: -0.125rem !important; +} + +.-mb-0\.5 { + margin-bottom: -0.125rem !important; +} + +.-ml-0\.5 { + margin-left: -0.125rem !important; +} + +.-mt-1\.5 { + margin-top: -0.375rem !important; +} + +.-mr-1\.5 { + margin-right: -0.375rem !important; +} + +.-mb-1\.5 { + margin-bottom: -0.375rem !important; +} + +.-ml-1\.5 { + margin-left: -0.375rem !important; +} + +.-mt-2\.5 { + margin-top: -0.625rem !important; +} + +.-mr-2\.5 { + margin-right: -0.625rem !important; +} + +.-mb-2\.5 { + margin-bottom: -0.625rem !important; +} + +.-ml-2\.5 { + margin-left: -0.625rem !important; +} + +.-mt-3\.5 { + margin-top: -0.875rem !important; +} + +.-mr-3\.5 { + margin-right: -0.875rem !important; +} + +.-mb-3\.5 { + margin-bottom: -0.875rem !important; +} + +.-ml-3\.5 { + margin-left: -0.875rem !important; +} + +.-mt-1\/2 { + margin-top: -50% !important; +} + +.-mr-1\/2 { + margin-right: -50% !important; +} + +.-mb-1\/2 { + margin-bottom: -50% !important; +} + +.-ml-1\/2 { + margin-left: -50% !important; +} + +.-mt-1\/3 { + margin-top: -33.33333% !important; +} + +.-mr-1\/3 { + margin-right: -33.33333% !important; +} + +.-mb-1\/3 { + margin-bottom: -33.33333% !important; +} + +.-ml-1\/3 { + margin-left: -33.33333% !important; +} + +.-mt-2\/3 { + margin-top: -66.66667% !important; +} + +.-mr-2\/3 { + margin-right: -66.66667% !important; +} + +.-mb-2\/3 { + margin-bottom: -66.66667% !important; +} + +.-ml-2\/3 { + margin-left: -66.66667% !important; +} + +.-mt-1\/4 { + margin-top: -25% !important; +} + +.-mr-1\/4 { + margin-right: -25% !important; +} + +.-mb-1\/4 { + margin-bottom: -25% !important; +} + +.-ml-1\/4 { + margin-left: -25% !important; +} + +.-mt-2\/4 { + margin-top: -50% !important; +} + +.-mr-2\/4 { + margin-right: -50% !important; +} + +.-mb-2\/4 { + margin-bottom: -50% !important; +} + +.-ml-2\/4 { + margin-left: -50% !important; +} + +.-mt-3\/4 { + margin-top: -75% !important; +} + +.-mr-3\/4 { + margin-right: -75% !important; +} + +.-mb-3\/4 { + margin-bottom: -75% !important; +} + +.-ml-3\/4 { + margin-left: -75% !important; +} + +.-mt-1\/5 { + margin-top: -20% !important; +} + +.-mr-1\/5 { + margin-right: -20% !important; +} + +.-mb-1\/5 { + margin-bottom: -20% !important; +} + +.-ml-1\/5 { + margin-left: -20% !important; +} + +.-mt-2\/5 { + margin-top: -40% !important; +} + +.-mr-2\/5 { + margin-right: -40% !important; +} + +.-mb-2\/5 { + margin-bottom: -40% !important; +} + +.-ml-2\/5 { + margin-left: -40% !important; +} + +.-mt-3\/5 { + margin-top: -60% !important; +} + +.-mr-3\/5 { + margin-right: -60% !important; +} + +.-mb-3\/5 { + margin-bottom: -60% !important; +} + +.-ml-3\/5 { + margin-left: -60% !important; +} + +.-mt-4\/5 { + margin-top: -80% !important; +} + +.-mr-4\/5 { + margin-right: -80% !important; +} + +.-mb-4\/5 { + margin-bottom: -80% !important; +} + +.-ml-4\/5 { + margin-left: -80% !important; +} + +.-mt-1\/6 { + margin-top: -16.66667% !important; +} + +.-mr-1\/6 { + margin-right: -16.66667% !important; +} + +.-mb-1\/6 { + margin-bottom: -16.66667% !important; +} + +.-ml-1\/6 { + margin-left: -16.66667% !important; +} + +.-mt-2\/6 { + margin-top: -33.33333% !important; +} + +.-mr-2\/6 { + margin-right: -33.33333% !important; +} + +.-mb-2\/6 { + margin-bottom: -33.33333% !important; +} + +.-ml-2\/6 { + margin-left: -33.33333% !important; +} + +.-mt-3\/6 { + margin-top: -50% !important; +} + +.-mr-3\/6 { + margin-right: -50% !important; +} + +.-mb-3\/6 { + margin-bottom: -50% !important; +} + +.-ml-3\/6 { + margin-left: -50% !important; +} + +.-mt-4\/6 { + margin-top: -66.66667% !important; +} + +.-mr-4\/6 { + margin-right: -66.66667% !important; +} + +.-mb-4\/6 { + margin-bottom: -66.66667% !important; +} + +.-ml-4\/6 { + margin-left: -66.66667% !important; +} + +.-mt-5\/6 { + margin-top: -83.33333% !important; +} + +.-mr-5\/6 { + margin-right: -83.33333% !important; +} + +.-mb-5\/6 { + margin-bottom: -83.33333% !important; +} + +.-ml-5\/6 { + margin-left: -83.33333% !important; +} + +.-mt-1\/12 { + margin-top: -8.33333% !important; +} + +.-mr-1\/12 { + margin-right: -8.33333% !important; +} + +.-mb-1\/12 { + margin-bottom: -8.33333% !important; +} + +.-ml-1\/12 { + margin-left: -8.33333% !important; +} + +.-mt-2\/12 { + margin-top: -16.66667% !important; +} + +.-mr-2\/12 { + margin-right: -16.66667% !important; +} + +.-mb-2\/12 { + margin-bottom: -16.66667% !important; +} + +.-ml-2\/12 { + margin-left: -16.66667% !important; +} + +.-mt-3\/12 { + margin-top: -25% !important; +} + +.-mr-3\/12 { + margin-right: -25% !important; +} + +.-mb-3\/12 { + margin-bottom: -25% !important; +} + +.-ml-3\/12 { + margin-left: -25% !important; +} + +.-mt-4\/12 { + margin-top: -33.33333% !important; +} + +.-mr-4\/12 { + margin-right: -33.33333% !important; +} + +.-mb-4\/12 { + margin-bottom: -33.33333% !important; +} + +.-ml-4\/12 { + margin-left: -33.33333% !important; +} + +.-mt-5\/12 { + margin-top: -41.66667% !important; +} + +.-mr-5\/12 { + margin-right: -41.66667% !important; +} + +.-mb-5\/12 { + margin-bottom: -41.66667% !important; +} + +.-ml-5\/12 { + margin-left: -41.66667% !important; +} + +.-mt-6\/12 { + margin-top: -50% !important; +} + +.-mr-6\/12 { + margin-right: -50% !important; +} + +.-mb-6\/12 { + margin-bottom: -50% !important; +} + +.-ml-6\/12 { + margin-left: -50% !important; +} + +.-mt-7\/12 { + margin-top: -58.33333% !important; +} + +.-mr-7\/12 { + margin-right: -58.33333% !important; +} + +.-mb-7\/12 { + margin-bottom: -58.33333% !important; +} + +.-ml-7\/12 { + margin-left: -58.33333% !important; +} + +.-mt-8\/12 { + margin-top: -66.66667% !important; +} + +.-mr-8\/12 { + margin-right: -66.66667% !important; +} + +.-mb-8\/12 { + margin-bottom: -66.66667% !important; +} + +.-ml-8\/12 { + margin-left: -66.66667% !important; +} + +.-mt-9\/12 { + margin-top: -75% !important; +} + +.-mr-9\/12 { + margin-right: -75% !important; +} + +.-mb-9\/12 { + margin-bottom: -75% !important; +} + +.-ml-9\/12 { + margin-left: -75% !important; +} + +.-mt-10\/12 { + margin-top: -83.33333% !important; +} + +.-mr-10\/12 { + margin-right: -83.33333% !important; +} + +.-mb-10\/12 { + margin-bottom: -83.33333% !important; +} + +.-ml-10\/12 { + margin-left: -83.33333% !important; +} + +.-mt-11\/12 { + margin-top: -91.66667% !important; +} + +.-mr-11\/12 { + margin-right: -91.66667% !important; +} + +.-mb-11\/12 { + margin-bottom: -91.66667% !important; +} + +.-ml-11\/12 { + margin-left: -91.66667% !important; +} + +.-mt-1\/16 { + margin-top: -6.25% !important; +} + +.-mr-1\/16 { + margin-right: -6.25% !important; +} + +.-mb-1\/16 { + margin-bottom: -6.25% !important; +} + +.-ml-1\/16 { + margin-left: -6.25% !important; +} + +.-mt-2\/16 { + margin-top: -12.5% !important; +} + +.-mr-2\/16 { + margin-right: -12.5% !important; +} + +.-mb-2\/16 { + margin-bottom: -12.5% !important; +} + +.-ml-2\/16 { + margin-left: -12.5% !important; +} + +.-mt-3\/16 { + margin-top: -18.75% !important; +} + +.-mr-3\/16 { + margin-right: -18.75% !important; +} + +.-mb-3\/16 { + margin-bottom: -18.75% !important; +} + +.-ml-3\/16 { + margin-left: -18.75% !important; +} + +.-mt-4\/16 { + margin-top: -25% !important; +} + +.-mr-4\/16 { + margin-right: -25% !important; +} + +.-mb-4\/16 { + margin-bottom: -25% !important; +} + +.-ml-4\/16 { + margin-left: -25% !important; +} + +.-mt-5\/16 { + margin-top: -31.25% !important; +} + +.-mr-5\/16 { + margin-right: -31.25% !important; +} + +.-mb-5\/16 { + margin-bottom: -31.25% !important; +} + +.-ml-5\/16 { + margin-left: -31.25% !important; +} + +.-mt-6\/16 { + margin-top: -37.5% !important; +} + +.-mr-6\/16 { + margin-right: -37.5% !important; +} + +.-mb-6\/16 { + margin-bottom: -37.5% !important; +} + +.-ml-6\/16 { + margin-left: -37.5% !important; +} + +.-mt-7\/16 { + margin-top: -43.75% !important; +} + +.-mr-7\/16 { + margin-right: -43.75% !important; +} + +.-mb-7\/16 { + margin-bottom: -43.75% !important; +} + +.-ml-7\/16 { + margin-left: -43.75% !important; +} + +.-mt-8\/16 { + margin-top: -50% !important; +} + +.-mr-8\/16 { + margin-right: -50% !important; +} + +.-mb-8\/16 { + margin-bottom: -50% !important; +} + +.-ml-8\/16 { + margin-left: -50% !important; +} + +.-mt-9\/16 { + margin-top: -56.25% !important; +} + +.-mr-9\/16 { + margin-right: -56.25% !important; +} + +.-mb-9\/16 { + margin-bottom: -56.25% !important; +} + +.-ml-9\/16 { + margin-left: -56.25% !important; +} + +.-mt-10\/16 { + margin-top: -62.5% !important; +} + +.-mr-10\/16 { + margin-right: -62.5% !important; +} + +.-mb-10\/16 { + margin-bottom: -62.5% !important; +} + +.-ml-10\/16 { + margin-left: -62.5% !important; +} + +.-mt-11\/16 { + margin-top: -68.75% !important; +} + +.-mr-11\/16 { + margin-right: -68.75% !important; +} + +.-mb-11\/16 { + margin-bottom: -68.75% !important; +} + +.-ml-11\/16 { + margin-left: -68.75% !important; +} + +.-mt-12\/16 { + margin-top: -75% !important; +} + +.-mr-12\/16 { + margin-right: -75% !important; +} + +.-mb-12\/16 { + margin-bottom: -75% !important; +} + +.-ml-12\/16 { + margin-left: -75% !important; +} + +.-mt-13\/16 { + margin-top: -81.25% !important; +} + +.-mr-13\/16 { + margin-right: -81.25% !important; +} + +.-mb-13\/16 { + margin-bottom: -81.25% !important; +} + +.-ml-13\/16 { + margin-left: -81.25% !important; +} + +.-mt-14\/16 { + margin-top: -87.5% !important; +} + +.-mr-14\/16 { + margin-right: -87.5% !important; +} + +.-mb-14\/16 { + margin-bottom: -87.5% !important; +} + +.-ml-14\/16 { + margin-left: -87.5% !important; +} + +.-mt-15\/16 { + margin-top: -93.75% !important; +} + +.-mr-15\/16 { + margin-right: -93.75% !important; +} + +.-mb-15\/16 { + margin-bottom: -93.75% !important; +} + +.-ml-15\/16 { + margin-left: -93.75% !important; +} + +.-mt-full { + margin-top: -100% !important; +} + +.-mr-full { + margin-right: -100% !important; +} + +.-mb-full { + margin-bottom: -100% !important; +} + +.-ml-full { + margin-left: -100% !important; +} + +.max-h-0 { + max-height: 0 !important; +} + +.max-h-1 { + max-height: 0.25rem !important; +} + +.max-h-2 { + max-height: 0.5rem !important; +} + +.max-h-3 { + max-height: 0.75rem !important; +} + +.max-h-4 { + max-height: 1rem !important; +} + +.max-h-5 { + max-height: 1.25rem !important; +} + +.max-h-6 { + max-height: 1.5rem !important; +} + +.max-h-7 { + max-height: 1.75rem !important; +} + +.max-h-8 { + max-height: 2rem !important; +} + +.max-h-9 { + max-height: 2.25rem !important; +} + +.max-h-10 { + max-height: 2.5rem !important; +} + +.max-h-11 { + max-height: 2.75rem !important; +} + +.max-h-12 { + max-height: 3rem !important; +} + +.max-h-13 { + max-height: 3.25rem !important; +} + +.max-h-14 { + max-height: 3.5rem !important; +} + +.max-h-15 { + max-height: 3.75rem !important; +} + +.max-h-16 { + max-height: 4rem !important; +} + +.max-h-20 { + max-height: 5rem !important; +} + +.max-h-24 { + max-height: 6rem !important; +} + +.max-h-28 { + max-height: 7rem !important; +} + +.max-h-32 { + max-height: 8rem !important; +} + +.max-h-36 { + max-height: 9rem !important; +} + +.max-h-40 { + max-height: 10rem !important; +} + +.max-h-44 { + max-height: 11rem !important; +} + +.max-h-48 { + max-height: 12rem !important; +} + +.max-h-52 { + max-height: 13rem !important; +} + +.max-h-56 { + max-height: 14rem !important; +} + +.max-h-60 { + max-height: 15rem !important; +} + +.max-h-64 { + max-height: 16rem !important; +} + +.max-h-72 { + max-height: 18rem !important; +} + +.max-h-80 { + max-height: 20rem !important; +} + +.max-h-96 { + max-height: 24rem !important; } .max-h-screen { max-height: 100vh !important; } +.max-h-px { + max-height: 1px !important; +} + +.max-h-0\.5 { + max-height: 0.125rem !important; +} + +.max-h-1\.5 { + max-height: 0.375rem !important; +} + +.max-h-2\.5 { + max-height: 0.625rem !important; +} + +.max-h-3\.5 { + max-height: 0.875rem !important; +} + +.max-h-1\/2 { + max-height: 50% !important; +} + +.max-h-1\/3 { + max-height: 33.333333% !important; +} + +.max-h-2\/3 { + max-height: 66.666667% !important; +} + +.max-h-1\/4 { + max-height: 25% !important; +} + +.max-h-2\/4 { + max-height: 50% !important; +} + +.max-h-3\/4 { + max-height: 75% !important; +} + +.max-h-1\/5 { + max-height: 20% !important; +} + +.max-h-2\/5 { + max-height: 40% !important; +} + +.max-h-3\/5 { + max-height: 60% !important; +} + +.max-h-4\/5 { + max-height: 80% !important; +} + +.max-h-1\/6 { + max-height: 16.666667% !important; +} + +.max-h-2\/6 { + max-height: 33.333333% !important; +} + +.max-h-3\/6 { + max-height: 50% !important; +} + +.max-h-4\/6 { + max-height: 66.666667% !important; +} + +.max-h-5\/6 { + max-height: 83.333333% !important; +} + +.max-h-1\/12 { + max-height: 8.333333% !important; +} + +.max-h-2\/12 { + max-height: 16.666667% !important; +} + +.max-h-3\/12 { + max-height: 25% !important; +} + +.max-h-4\/12 { + max-height: 33.333333% !important; +} + +.max-h-5\/12 { + max-height: 41.666667% !important; +} + +.max-h-6\/12 { + max-height: 50% !important; +} + +.max-h-7\/12 { + max-height: 58.333333% !important; +} + +.max-h-8\/12 { + max-height: 66.666667% !important; +} + +.max-h-9\/12 { + max-height: 75% !important; +} + +.max-h-10\/12 { + max-height: 83.333333% !important; +} + +.max-h-11\/12 { + max-height: 91.666667% !important; +} + +.max-h-1\/16 { + max-height: 6.25% !important; +} + +.max-h-2\/16 { + max-height: 12.5% !important; +} + +.max-h-3\/16 { + max-height: 18.75% !important; +} + +.max-h-4\/16 { + max-height: 25% !important; +} + +.max-h-5\/16 { + max-height: 31.25% !important; +} + +.max-h-6\/16 { + max-height: 37.5% !important; +} + +.max-h-7\/16 { + max-height: 43.75% !important; +} + +.max-h-8\/16 { + max-height: 50% !important; +} + +.max-h-9\/16 { + max-height: 56.25% !important; +} + +.max-h-10\/16 { + max-height: 62.5% !important; +} + +.max-h-11\/16 { + max-height: 68.75% !important; +} + +.max-h-12\/16 { + max-height: 75% !important; +} + +.max-h-13\/16 { + max-height: 81.25% !important; +} + +.max-h-14\/16 { + max-height: 87.5% !important; +} + +.max-h-15\/16 { + max-height: 93.75% !important; +} + +.max-h-full { + max-height: 100% !important; +} + +.max-w-0 { + max-width: 0rem !important; +} + .max-w-none { max-width: none !important; } @@ -18352,10 +23944,22 @@ video { max-width: 72rem !important; } +.max-w-7xl { + max-width: 80rem !important; +} + .max-w-full { max-width: 100% !important; } +.max-w-min { + max-width: min-content !important; +} + +.max-w-max { + max-width: max-content !important; +} + .max-w-screen-sm { max-width: 640px !important; } @@ -18392,6 +23996,14 @@ video { min-width: 100% !important; } +.min-w-min { + min-width: min-content !important; +} + +.min-w-max { + min-width: max-content !important; +} + .object-contain { object-fit: contain !important; } @@ -18650,18 +24262,42 @@ video { padding: 1.5rem !important; } +.p-7 { + padding: 1.75rem !important; +} + .p-8 { padding: 2rem !important; } +.p-9 { + padding: 2.25rem !important; +} + .p-10 { padding: 2.5rem !important; } +.p-11 { + padding: 2.75rem !important; +} + .p-12 { padding: 3rem !important; } +.p-13 { + padding: 3.25rem !important; +} + +.p-14 { + padding: 3.5rem !important; +} + +.p-15 { + padding: 3.75rem !important; +} + .p-16 { padding: 4rem !important; } @@ -18674,30 +24310,246 @@ video { padding: 6rem !important; } +.p-28 { + padding: 7rem !important; +} + .p-32 { padding: 8rem !important; } +.p-36 { + padding: 9rem !important; +} + .p-40 { padding: 10rem !important; } +.p-44 { + padding: 11rem !important; +} + .p-48 { padding: 12rem !important; } +.p-52 { + padding: 13rem !important; +} + .p-56 { padding: 14rem !important; } +.p-60 { + padding: 15rem !important; +} + .p-64 { padding: 16rem !important; } +.p-72 { + padding: 18rem !important; +} + +.p-80 { + padding: 20rem !important; +} + +.p-96 { + padding: 24rem !important; +} + .p-px { padding: 1px !important; } +.p-0\.5 { + padding: 0.125rem !important; +} + +.p-1\.5 { + padding: 0.375rem !important; +} + +.p-2\.5 { + padding: 0.625rem !important; +} + +.p-3\.5 { + padding: 0.875rem !important; +} + +.p-1\/2 { + padding: 50% !important; +} + +.p-1\/3 { + padding: 33.333333% !important; +} + +.p-2\/3 { + padding: 66.666667% !important; +} + +.p-1\/4 { + padding: 25% !important; +} + +.p-2\/4 { + padding: 50% !important; +} + +.p-3\/4 { + padding: 75% !important; +} + +.p-1\/5 { + padding: 20% !important; +} + +.p-2\/5 { + padding: 40% !important; +} + +.p-3\/5 { + padding: 60% !important; +} + +.p-4\/5 { + padding: 80% !important; +} + +.p-1\/6 { + padding: 16.666667% !important; +} + +.p-2\/6 { + padding: 33.333333% !important; +} + +.p-3\/6 { + padding: 50% !important; +} + +.p-4\/6 { + padding: 66.666667% !important; +} + +.p-5\/6 { + padding: 83.333333% !important; +} + +.p-1\/12 { + padding: 8.333333% !important; +} + +.p-2\/12 { + padding: 16.666667% !important; +} + +.p-3\/12 { + padding: 25% !important; +} + +.p-4\/12 { + padding: 33.333333% !important; +} + +.p-5\/12 { + padding: 41.666667% !important; +} + +.p-6\/12 { + padding: 50% !important; +} + +.p-7\/12 { + padding: 58.333333% !important; +} + +.p-8\/12 { + padding: 66.666667% !important; +} + +.p-9\/12 { + padding: 75% !important; +} + +.p-10\/12 { + padding: 83.333333% !important; +} + +.p-11\/12 { + padding: 91.666667% !important; +} + +.p-1\/16 { + padding: 6.25% !important; +} + +.p-2\/16 { + padding: 12.5% !important; +} + +.p-3\/16 { + padding: 18.75% !important; +} + +.p-4\/16 { + padding: 25% !important; +} + +.p-5\/16 { + padding: 31.25% !important; +} + +.p-6\/16 { + padding: 37.5% !important; +} + +.p-7\/16 { + padding: 43.75% !important; +} + +.p-8\/16 { + padding: 50% !important; +} + +.p-9\/16 { + padding: 56.25% !important; +} + +.p-10\/16 { + padding: 62.5% !important; +} + +.p-11\/16 { + padding: 68.75% !important; +} + +.p-12\/16 { + padding: 75% !important; +} + +.p-13\/16 { + padding: 81.25% !important; +} + +.p-14\/16 { + padding: 87.5% !important; +} + +.p-15\/16 { + padding: 93.75% !important; +} + +.p-full { + padding: 100% !important; +} + .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; @@ -18768,6 +24620,16 @@ video { padding-right: 1.5rem !important; } +.py-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; +} + +.px-7 { + padding-left: 1.75rem !important; + padding-right: 1.75rem !important; +} + .py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; @@ -18778,6 +24640,16 @@ video { padding-right: 2rem !important; } +.py-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; +} + +.px-9 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; +} + .py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; @@ -18788,6 +24660,16 @@ video { padding-right: 2.5rem !important; } +.py-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; +} + +.px-11 { + padding-left: 2.75rem !important; + padding-right: 2.75rem !important; +} + .py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; @@ -18798,6 +24680,36 @@ video { padding-right: 3rem !important; } +.py-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; +} + +.px-13 { + padding-left: 3.25rem !important; + padding-right: 3.25rem !important; +} + +.py-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; +} + +.px-14 { + padding-left: 3.5rem !important; + padding-right: 3.5rem !important; +} + +.py-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; +} + +.px-15 { + padding-left: 3.75rem !important; + padding-right: 3.75rem !important; +} + .py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; @@ -18828,6 +24740,16 @@ video { padding-right: 6rem !important; } +.py-28 { + padding-top: 7rem !important; + padding-bottom: 7rem !important; +} + +.px-28 { + padding-left: 7rem !important; + padding-right: 7rem !important; +} + .py-32 { padding-top: 8rem !important; padding-bottom: 8rem !important; @@ -18838,6 +24760,16 @@ video { padding-right: 8rem !important; } +.py-36 { + padding-top: 9rem !important; + padding-bottom: 9rem !important; +} + +.px-36 { + padding-left: 9rem !important; + padding-right: 9rem !important; +} + .py-40 { padding-top: 10rem !important; padding-bottom: 10rem !important; @@ -18848,6 +24780,16 @@ video { padding-right: 10rem !important; } +.py-44 { + padding-top: 11rem !important; + padding-bottom: 11rem !important; +} + +.px-44 { + padding-left: 11rem !important; + padding-right: 11rem !important; +} + .py-48 { padding-top: 12rem !important; padding-bottom: 12rem !important; @@ -18858,6 +24800,16 @@ video { padding-right: 12rem !important; } +.py-52 { + padding-top: 13rem !important; + padding-bottom: 13rem !important; +} + +.px-52 { + padding-left: 13rem !important; + padding-right: 13rem !important; +} + .py-56 { padding-top: 14rem !important; padding-bottom: 14rem !important; @@ -18868,6 +24820,16 @@ video { padding-right: 14rem !important; } +.py-60 { + padding-top: 15rem !important; + padding-bottom: 15rem !important; +} + +.px-60 { + padding-left: 15rem !important; + padding-right: 15rem !important; +} + .py-64 { padding-top: 16rem !important; padding-bottom: 16rem !important; @@ -18878,6 +24840,36 @@ video { padding-right: 16rem !important; } +.py-72 { + padding-top: 18rem !important; + padding-bottom: 18rem !important; +} + +.px-72 { + padding-left: 18rem !important; + padding-right: 18rem !important; +} + +.py-80 { + padding-top: 20rem !important; + padding-bottom: 20rem !important; +} + +.px-80 { + padding-left: 20rem !important; + padding-right: 20rem !important; +} + +.py-96 { + padding-top: 24rem !important; + padding-bottom: 24rem !important; +} + +.px-96 { + padding-left: 24rem !important; + padding-right: 24rem !important; +} + .py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -18888,6 +24880,466 @@ video { padding-right: 1px !important; } +.py-0\.5 { + padding-top: 0.125rem !important; + padding-bottom: 0.125rem !important; +} + +.px-0\.5 { + padding-left: 0.125rem !important; + padding-right: 0.125rem !important; +} + +.py-1\.5 { + padding-top: 0.375rem !important; + padding-bottom: 0.375rem !important; +} + +.px-1\.5 { + padding-left: 0.375rem !important; + padding-right: 0.375rem !important; +} + +.py-2\.5 { + padding-top: 0.625rem !important; + padding-bottom: 0.625rem !important; +} + +.px-2\.5 { + padding-left: 0.625rem !important; + padding-right: 0.625rem !important; +} + +.py-3\.5 { + padding-top: 0.875rem !important; + padding-bottom: 0.875rem !important; +} + +.px-3\.5 { + padding-left: 0.875rem !important; + padding-right: 0.875rem !important; +} + +.py-1\/2 { + padding-top: 50% !important; + padding-bottom: 50% !important; +} + +.px-1\/2 { + padding-left: 50% !important; + padding-right: 50% !important; +} + +.py-1\/3 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; +} + +.px-1\/3 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; +} + +.py-2\/3 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; +} + +.px-2\/3 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; +} + +.py-1\/4 { + padding-top: 25% !important; + padding-bottom: 25% !important; +} + +.px-1\/4 { + padding-left: 25% !important; + padding-right: 25% !important; +} + +.py-2\/4 { + padding-top: 50% !important; + padding-bottom: 50% !important; +} + +.px-2\/4 { + padding-left: 50% !important; + padding-right: 50% !important; +} + +.py-3\/4 { + padding-top: 75% !important; + padding-bottom: 75% !important; +} + +.px-3\/4 { + padding-left: 75% !important; + padding-right: 75% !important; +} + +.py-1\/5 { + padding-top: 20% !important; + padding-bottom: 20% !important; +} + +.px-1\/5 { + padding-left: 20% !important; + padding-right: 20% !important; +} + +.py-2\/5 { + padding-top: 40% !important; + padding-bottom: 40% !important; +} + +.px-2\/5 { + padding-left: 40% !important; + padding-right: 40% !important; +} + +.py-3\/5 { + padding-top: 60% !important; + padding-bottom: 60% !important; +} + +.px-3\/5 { + padding-left: 60% !important; + padding-right: 60% !important; +} + +.py-4\/5 { + padding-top: 80% !important; + padding-bottom: 80% !important; +} + +.px-4\/5 { + padding-left: 80% !important; + padding-right: 80% !important; +} + +.py-1\/6 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; +} + +.px-1\/6 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; +} + +.py-2\/6 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; +} + +.px-2\/6 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; +} + +.py-3\/6 { + padding-top: 50% !important; + padding-bottom: 50% !important; +} + +.px-3\/6 { + padding-left: 50% !important; + padding-right: 50% !important; +} + +.py-4\/6 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; +} + +.px-4\/6 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; +} + +.py-5\/6 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; +} + +.px-5\/6 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; +} + +.py-1\/12 { + padding-top: 8.333333% !important; + padding-bottom: 8.333333% !important; +} + +.px-1\/12 { + padding-left: 8.333333% !important; + padding-right: 8.333333% !important; +} + +.py-2\/12 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; +} + +.px-2\/12 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; +} + +.py-3\/12 { + padding-top: 25% !important; + padding-bottom: 25% !important; +} + +.px-3\/12 { + padding-left: 25% !important; + padding-right: 25% !important; +} + +.py-4\/12 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; +} + +.px-4\/12 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; +} + +.py-5\/12 { + padding-top: 41.666667% !important; + padding-bottom: 41.666667% !important; +} + +.px-5\/12 { + padding-left: 41.666667% !important; + padding-right: 41.666667% !important; +} + +.py-6\/12 { + padding-top: 50% !important; + padding-bottom: 50% !important; +} + +.px-6\/12 { + padding-left: 50% !important; + padding-right: 50% !important; +} + +.py-7\/12 { + padding-top: 58.333333% !important; + padding-bottom: 58.333333% !important; +} + +.px-7\/12 { + padding-left: 58.333333% !important; + padding-right: 58.333333% !important; +} + +.py-8\/12 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; +} + +.px-8\/12 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; +} + +.py-9\/12 { + padding-top: 75% !important; + padding-bottom: 75% !important; +} + +.px-9\/12 { + padding-left: 75% !important; + padding-right: 75% !important; +} + +.py-10\/12 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; +} + +.px-10\/12 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; +} + +.py-11\/12 { + padding-top: 91.666667% !important; + padding-bottom: 91.666667% !important; +} + +.px-11\/12 { + padding-left: 91.666667% !important; + padding-right: 91.666667% !important; +} + +.py-1\/16 { + padding-top: 6.25% !important; + padding-bottom: 6.25% !important; +} + +.px-1\/16 { + padding-left: 6.25% !important; + padding-right: 6.25% !important; +} + +.py-2\/16 { + padding-top: 12.5% !important; + padding-bottom: 12.5% !important; +} + +.px-2\/16 { + padding-left: 12.5% !important; + padding-right: 12.5% !important; +} + +.py-3\/16 { + padding-top: 18.75% !important; + padding-bottom: 18.75% !important; +} + +.px-3\/16 { + padding-left: 18.75% !important; + padding-right: 18.75% !important; +} + +.py-4\/16 { + padding-top: 25% !important; + padding-bottom: 25% !important; +} + +.px-4\/16 { + padding-left: 25% !important; + padding-right: 25% !important; +} + +.py-5\/16 { + padding-top: 31.25% !important; + padding-bottom: 31.25% !important; +} + +.px-5\/16 { + padding-left: 31.25% !important; + padding-right: 31.25% !important; +} + +.py-6\/16 { + padding-top: 37.5% !important; + padding-bottom: 37.5% !important; +} + +.px-6\/16 { + padding-left: 37.5% !important; + padding-right: 37.5% !important; +} + +.py-7\/16 { + padding-top: 43.75% !important; + padding-bottom: 43.75% !important; +} + +.px-7\/16 { + padding-left: 43.75% !important; + padding-right: 43.75% !important; +} + +.py-8\/16 { + padding-top: 50% !important; + padding-bottom: 50% !important; +} + +.px-8\/16 { + padding-left: 50% !important; + padding-right: 50% !important; +} + +.py-9\/16 { + padding-top: 56.25% !important; + padding-bottom: 56.25% !important; +} + +.px-9\/16 { + padding-left: 56.25% !important; + padding-right: 56.25% !important; +} + +.py-10\/16 { + padding-top: 62.5% !important; + padding-bottom: 62.5% !important; +} + +.px-10\/16 { + padding-left: 62.5% !important; + padding-right: 62.5% !important; +} + +.py-11\/16 { + padding-top: 68.75% !important; + padding-bottom: 68.75% !important; +} + +.px-11\/16 { + padding-left: 68.75% !important; + padding-right: 68.75% !important; +} + +.py-12\/16 { + padding-top: 75% !important; + padding-bottom: 75% !important; +} + +.px-12\/16 { + padding-left: 75% !important; + padding-right: 75% !important; +} + +.py-13\/16 { + padding-top: 81.25% !important; + padding-bottom: 81.25% !important; +} + +.px-13\/16 { + padding-left: 81.25% !important; + padding-right: 81.25% !important; +} + +.py-14\/16 { + padding-top: 87.5% !important; + padding-bottom: 87.5% !important; +} + +.px-14\/16 { + padding-left: 87.5% !important; + padding-right: 87.5% !important; +} + +.py-15\/16 { + padding-top: 93.75% !important; + padding-bottom: 93.75% !important; +} + +.px-15\/16 { + padding-left: 93.75% !important; + padding-right: 93.75% !important; +} + +.py-full { + padding-top: 100% !important; + padding-bottom: 100% !important; +} + +.px-full { + padding-left: 100% !important; + padding-right: 100% !important; +} + .pt-0 { padding-top: 0 !important; } @@ -19000,6 +25452,22 @@ video { padding-left: 1.5rem !important; } +.pt-7 { + padding-top: 1.75rem !important; +} + +.pr-7 { + padding-right: 1.75rem !important; +} + +.pb-7 { + padding-bottom: 1.75rem !important; +} + +.pl-7 { + padding-left: 1.75rem !important; +} + .pt-8 { padding-top: 2rem !important; } @@ -19016,6 +25484,22 @@ video { padding-left: 2rem !important; } +.pt-9 { + padding-top: 2.25rem !important; +} + +.pr-9 { + padding-right: 2.25rem !important; +} + +.pb-9 { + padding-bottom: 2.25rem !important; +} + +.pl-9 { + padding-left: 2.25rem !important; +} + .pt-10 { padding-top: 2.5rem !important; } @@ -19032,6 +25516,22 @@ video { padding-left: 2.5rem !important; } +.pt-11 { + padding-top: 2.75rem !important; +} + +.pr-11 { + padding-right: 2.75rem !important; +} + +.pb-11 { + padding-bottom: 2.75rem !important; +} + +.pl-11 { + padding-left: 2.75rem !important; +} + .pt-12 { padding-top: 3rem !important; } @@ -19048,6 +25548,54 @@ video { padding-left: 3rem !important; } +.pt-13 { + padding-top: 3.25rem !important; +} + +.pr-13 { + padding-right: 3.25rem !important; +} + +.pb-13 { + padding-bottom: 3.25rem !important; +} + +.pl-13 { + padding-left: 3.25rem !important; +} + +.pt-14 { + padding-top: 3.5rem !important; +} + +.pr-14 { + padding-right: 3.5rem !important; +} + +.pb-14 { + padding-bottom: 3.5rem !important; +} + +.pl-14 { + padding-left: 3.5rem !important; +} + +.pt-15 { + padding-top: 3.75rem !important; +} + +.pr-15 { + padding-right: 3.75rem !important; +} + +.pb-15 { + padding-bottom: 3.75rem !important; +} + +.pl-15 { + padding-left: 3.75rem !important; +} + .pt-16 { padding-top: 4rem !important; } @@ -19096,6 +25644,22 @@ video { padding-left: 6rem !important; } +.pt-28 { + padding-top: 7rem !important; +} + +.pr-28 { + padding-right: 7rem !important; +} + +.pb-28 { + padding-bottom: 7rem !important; +} + +.pl-28 { + padding-left: 7rem !important; +} + .pt-32 { padding-top: 8rem !important; } @@ -19112,6 +25676,22 @@ video { padding-left: 8rem !important; } +.pt-36 { + padding-top: 9rem !important; +} + +.pr-36 { + padding-right: 9rem !important; +} + +.pb-36 { + padding-bottom: 9rem !important; +} + +.pl-36 { + padding-left: 9rem !important; +} + .pt-40 { padding-top: 10rem !important; } @@ -19128,6 +25708,22 @@ video { padding-left: 10rem !important; } +.pt-44 { + padding-top: 11rem !important; +} + +.pr-44 { + padding-right: 11rem !important; +} + +.pb-44 { + padding-bottom: 11rem !important; +} + +.pl-44 { + padding-left: 11rem !important; +} + .pt-48 { padding-top: 12rem !important; } @@ -19144,6 +25740,22 @@ video { padding-left: 12rem !important; } +.pt-52 { + padding-top: 13rem !important; +} + +.pr-52 { + padding-right: 13rem !important; +} + +.pb-52 { + padding-bottom: 13rem !important; +} + +.pl-52 { + padding-left: 13rem !important; +} + .pt-56 { padding-top: 14rem !important; } @@ -19160,6 +25772,22 @@ video { padding-left: 14rem !important; } +.pt-60 { + padding-top: 15rem !important; +} + +.pr-60 { + padding-right: 15rem !important; +} + +.pb-60 { + padding-bottom: 15rem !important; +} + +.pl-60 { + padding-left: 15rem !important; +} + .pt-64 { padding-top: 16rem !important; } @@ -19176,6 +25804,54 @@ video { padding-left: 16rem !important; } +.pt-72 { + padding-top: 18rem !important; +} + +.pr-72 { + padding-right: 18rem !important; +} + +.pb-72 { + padding-bottom: 18rem !important; +} + +.pl-72 { + padding-left: 18rem !important; +} + +.pt-80 { + padding-top: 20rem !important; +} + +.pr-80 { + padding-right: 20rem !important; +} + +.pb-80 { + padding-bottom: 20rem !important; +} + +.pl-80 { + padding-left: 20rem !important; +} + +.pt-96 { + padding-top: 24rem !important; +} + +.pr-96 { + padding-right: 24rem !important; +} + +.pb-96 { + padding-bottom: 24rem !important; +} + +.pl-96 { + padding-left: 24rem !important; +} + .pt-px { padding-top: 1px !important; } @@ -19192,6 +25868,742 @@ video { padding-left: 1px !important; } +.pt-0\.5 { + padding-top: 0.125rem !important; +} + +.pr-0\.5 { + padding-right: 0.125rem !important; +} + +.pb-0\.5 { + padding-bottom: 0.125rem !important; +} + +.pl-0\.5 { + padding-left: 0.125rem !important; +} + +.pt-1\.5 { + padding-top: 0.375rem !important; +} + +.pr-1\.5 { + padding-right: 0.375rem !important; +} + +.pb-1\.5 { + padding-bottom: 0.375rem !important; +} + +.pl-1\.5 { + padding-left: 0.375rem !important; +} + +.pt-2\.5 { + padding-top: 0.625rem !important; +} + +.pr-2\.5 { + padding-right: 0.625rem !important; +} + +.pb-2\.5 { + padding-bottom: 0.625rem !important; +} + +.pl-2\.5 { + padding-left: 0.625rem !important; +} + +.pt-3\.5 { + padding-top: 0.875rem !important; +} + +.pr-3\.5 { + padding-right: 0.875rem !important; +} + +.pb-3\.5 { + padding-bottom: 0.875rem !important; +} + +.pl-3\.5 { + padding-left: 0.875rem !important; +} + +.pt-1\/2 { + padding-top: 50% !important; +} + +.pr-1\/2 { + padding-right: 50% !important; +} + +.pb-1\/2 { + padding-bottom: 50% !important; +} + +.pl-1\/2 { + padding-left: 50% !important; +} + +.pt-1\/3 { + padding-top: 33.333333% !important; +} + +.pr-1\/3 { + padding-right: 33.333333% !important; +} + +.pb-1\/3 { + padding-bottom: 33.333333% !important; +} + +.pl-1\/3 { + padding-left: 33.333333% !important; +} + +.pt-2\/3 { + padding-top: 66.666667% !important; +} + +.pr-2\/3 { + padding-right: 66.666667% !important; +} + +.pb-2\/3 { + padding-bottom: 66.666667% !important; +} + +.pl-2\/3 { + padding-left: 66.666667% !important; +} + +.pt-1\/4 { + padding-top: 25% !important; +} + +.pr-1\/4 { + padding-right: 25% !important; +} + +.pb-1\/4 { + padding-bottom: 25% !important; +} + +.pl-1\/4 { + padding-left: 25% !important; +} + +.pt-2\/4 { + padding-top: 50% !important; +} + +.pr-2\/4 { + padding-right: 50% !important; +} + +.pb-2\/4 { + padding-bottom: 50% !important; +} + +.pl-2\/4 { + padding-left: 50% !important; +} + +.pt-3\/4 { + padding-top: 75% !important; +} + +.pr-3\/4 { + padding-right: 75% !important; +} + +.pb-3\/4 { + padding-bottom: 75% !important; +} + +.pl-3\/4 { + padding-left: 75% !important; +} + +.pt-1\/5 { + padding-top: 20% !important; +} + +.pr-1\/5 { + padding-right: 20% !important; +} + +.pb-1\/5 { + padding-bottom: 20% !important; +} + +.pl-1\/5 { + padding-left: 20% !important; +} + +.pt-2\/5 { + padding-top: 40% !important; +} + +.pr-2\/5 { + padding-right: 40% !important; +} + +.pb-2\/5 { + padding-bottom: 40% !important; +} + +.pl-2\/5 { + padding-left: 40% !important; +} + +.pt-3\/5 { + padding-top: 60% !important; +} + +.pr-3\/5 { + padding-right: 60% !important; +} + +.pb-3\/5 { + padding-bottom: 60% !important; +} + +.pl-3\/5 { + padding-left: 60% !important; +} + +.pt-4\/5 { + padding-top: 80% !important; +} + +.pr-4\/5 { + padding-right: 80% !important; +} + +.pb-4\/5 { + padding-bottom: 80% !important; +} + +.pl-4\/5 { + padding-left: 80% !important; +} + +.pt-1\/6 { + padding-top: 16.666667% !important; +} + +.pr-1\/6 { + padding-right: 16.666667% !important; +} + +.pb-1\/6 { + padding-bottom: 16.666667% !important; +} + +.pl-1\/6 { + padding-left: 16.666667% !important; +} + +.pt-2\/6 { + padding-top: 33.333333% !important; +} + +.pr-2\/6 { + padding-right: 33.333333% !important; +} + +.pb-2\/6 { + padding-bottom: 33.333333% !important; +} + +.pl-2\/6 { + padding-left: 33.333333% !important; +} + +.pt-3\/6 { + padding-top: 50% !important; +} + +.pr-3\/6 { + padding-right: 50% !important; +} + +.pb-3\/6 { + padding-bottom: 50% !important; +} + +.pl-3\/6 { + padding-left: 50% !important; +} + +.pt-4\/6 { + padding-top: 66.666667% !important; +} + +.pr-4\/6 { + padding-right: 66.666667% !important; +} + +.pb-4\/6 { + padding-bottom: 66.666667% !important; +} + +.pl-4\/6 { + padding-left: 66.666667% !important; +} + +.pt-5\/6 { + padding-top: 83.333333% !important; +} + +.pr-5\/6 { + padding-right: 83.333333% !important; +} + +.pb-5\/6 { + padding-bottom: 83.333333% !important; +} + +.pl-5\/6 { + padding-left: 83.333333% !important; +} + +.pt-1\/12 { + padding-top: 8.333333% !important; +} + +.pr-1\/12 { + padding-right: 8.333333% !important; +} + +.pb-1\/12 { + padding-bottom: 8.333333% !important; +} + +.pl-1\/12 { + padding-left: 8.333333% !important; +} + +.pt-2\/12 { + padding-top: 16.666667% !important; +} + +.pr-2\/12 { + padding-right: 16.666667% !important; +} + +.pb-2\/12 { + padding-bottom: 16.666667% !important; +} + +.pl-2\/12 { + padding-left: 16.666667% !important; +} + +.pt-3\/12 { + padding-top: 25% !important; +} + +.pr-3\/12 { + padding-right: 25% !important; +} + +.pb-3\/12 { + padding-bottom: 25% !important; +} + +.pl-3\/12 { + padding-left: 25% !important; +} + +.pt-4\/12 { + padding-top: 33.333333% !important; +} + +.pr-4\/12 { + padding-right: 33.333333% !important; +} + +.pb-4\/12 { + padding-bottom: 33.333333% !important; +} + +.pl-4\/12 { + padding-left: 33.333333% !important; +} + +.pt-5\/12 { + padding-top: 41.666667% !important; +} + +.pr-5\/12 { + padding-right: 41.666667% !important; +} + +.pb-5\/12 { + padding-bottom: 41.666667% !important; +} + +.pl-5\/12 { + padding-left: 41.666667% !important; +} + +.pt-6\/12 { + padding-top: 50% !important; +} + +.pr-6\/12 { + padding-right: 50% !important; +} + +.pb-6\/12 { + padding-bottom: 50% !important; +} + +.pl-6\/12 { + padding-left: 50% !important; +} + +.pt-7\/12 { + padding-top: 58.333333% !important; +} + +.pr-7\/12 { + padding-right: 58.333333% !important; +} + +.pb-7\/12 { + padding-bottom: 58.333333% !important; +} + +.pl-7\/12 { + padding-left: 58.333333% !important; +} + +.pt-8\/12 { + padding-top: 66.666667% !important; +} + +.pr-8\/12 { + padding-right: 66.666667% !important; +} + +.pb-8\/12 { + padding-bottom: 66.666667% !important; +} + +.pl-8\/12 { + padding-left: 66.666667% !important; +} + +.pt-9\/12 { + padding-top: 75% !important; +} + +.pr-9\/12 { + padding-right: 75% !important; +} + +.pb-9\/12 { + padding-bottom: 75% !important; +} + +.pl-9\/12 { + padding-left: 75% !important; +} + +.pt-10\/12 { + padding-top: 83.333333% !important; +} + +.pr-10\/12 { + padding-right: 83.333333% !important; +} + +.pb-10\/12 { + padding-bottom: 83.333333% !important; +} + +.pl-10\/12 { + padding-left: 83.333333% !important; +} + +.pt-11\/12 { + padding-top: 91.666667% !important; +} + +.pr-11\/12 { + padding-right: 91.666667% !important; +} + +.pb-11\/12 { + padding-bottom: 91.666667% !important; +} + +.pl-11\/12 { + padding-left: 91.666667% !important; +} + +.pt-1\/16 { + padding-top: 6.25% !important; +} + +.pr-1\/16 { + padding-right: 6.25% !important; +} + +.pb-1\/16 { + padding-bottom: 6.25% !important; +} + +.pl-1\/16 { + padding-left: 6.25% !important; +} + +.pt-2\/16 { + padding-top: 12.5% !important; +} + +.pr-2\/16 { + padding-right: 12.5% !important; +} + +.pb-2\/16 { + padding-bottom: 12.5% !important; +} + +.pl-2\/16 { + padding-left: 12.5% !important; +} + +.pt-3\/16 { + padding-top: 18.75% !important; +} + +.pr-3\/16 { + padding-right: 18.75% !important; +} + +.pb-3\/16 { + padding-bottom: 18.75% !important; +} + +.pl-3\/16 { + padding-left: 18.75% !important; +} + +.pt-4\/16 { + padding-top: 25% !important; +} + +.pr-4\/16 { + padding-right: 25% !important; +} + +.pb-4\/16 { + padding-bottom: 25% !important; +} + +.pl-4\/16 { + padding-left: 25% !important; +} + +.pt-5\/16 { + padding-top: 31.25% !important; +} + +.pr-5\/16 { + padding-right: 31.25% !important; +} + +.pb-5\/16 { + padding-bottom: 31.25% !important; +} + +.pl-5\/16 { + padding-left: 31.25% !important; +} + +.pt-6\/16 { + padding-top: 37.5% !important; +} + +.pr-6\/16 { + padding-right: 37.5% !important; +} + +.pb-6\/16 { + padding-bottom: 37.5% !important; +} + +.pl-6\/16 { + padding-left: 37.5% !important; +} + +.pt-7\/16 { + padding-top: 43.75% !important; +} + +.pr-7\/16 { + padding-right: 43.75% !important; +} + +.pb-7\/16 { + padding-bottom: 43.75% !important; +} + +.pl-7\/16 { + padding-left: 43.75% !important; +} + +.pt-8\/16 { + padding-top: 50% !important; +} + +.pr-8\/16 { + padding-right: 50% !important; +} + +.pb-8\/16 { + padding-bottom: 50% !important; +} + +.pl-8\/16 { + padding-left: 50% !important; +} + +.pt-9\/16 { + padding-top: 56.25% !important; +} + +.pr-9\/16 { + padding-right: 56.25% !important; +} + +.pb-9\/16 { + padding-bottom: 56.25% !important; +} + +.pl-9\/16 { + padding-left: 56.25% !important; +} + +.pt-10\/16 { + padding-top: 62.5% !important; +} + +.pr-10\/16 { + padding-right: 62.5% !important; +} + +.pb-10\/16 { + padding-bottom: 62.5% !important; +} + +.pl-10\/16 { + padding-left: 62.5% !important; +} + +.pt-11\/16 { + padding-top: 68.75% !important; +} + +.pr-11\/16 { + padding-right: 68.75% !important; +} + +.pb-11\/16 { + padding-bottom: 68.75% !important; +} + +.pl-11\/16 { + padding-left: 68.75% !important; +} + +.pt-12\/16 { + padding-top: 75% !important; +} + +.pr-12\/16 { + padding-right: 75% !important; +} + +.pb-12\/16 { + padding-bottom: 75% !important; +} + +.pl-12\/16 { + padding-left: 75% !important; +} + +.pt-13\/16 { + padding-top: 81.25% !important; +} + +.pr-13\/16 { + padding-right: 81.25% !important; +} + +.pb-13\/16 { + padding-bottom: 81.25% !important; +} + +.pl-13\/16 { + padding-left: 81.25% !important; +} + +.pt-14\/16 { + padding-top: 87.5% !important; +} + +.pr-14\/16 { + padding-right: 87.5% !important; +} + +.pb-14\/16 { + padding-bottom: 87.5% !important; +} + +.pl-14\/16 { + padding-left: 87.5% !important; +} + +.pt-15\/16 { + padding-top: 93.75% !important; +} + +.pr-15\/16 { + padding-right: 93.75% !important; +} + +.pb-15\/16 { + padding-bottom: 93.75% !important; +} + +.pl-15\/16 { + padding-left: 93.75% !important; +} + +.pt-full { + padding-top: 100% !important; +} + +.pr-full { + padding-right: 100% !important; +} + +.pb-full { + padding-bottom: 100% !important; +} + +.pl-full { + padding-left: 100% !important; +} + .placeholder-transparent::placeholder { color: transparent !important; } @@ -21141,6 +28553,223 @@ video { left: 0 !important; } +.inset-1 { + top: 0.25rem !important; + right: 0.25rem !important; + bottom: 0.25rem !important; + left: 0.25rem !important; +} + +.inset-2 { + top: 0.5rem !important; + right: 0.5rem !important; + bottom: 0.5rem !important; + left: 0.5rem !important; +} + +.inset-3 { + top: 0.75rem !important; + right: 0.75rem !important; + bottom: 0.75rem !important; + left: 0.75rem !important; +} + +.inset-4 { + top: 1rem !important; + right: 1rem !important; + bottom: 1rem !important; + left: 1rem !important; +} + +.inset-5 { + top: 1.25rem !important; + right: 1.25rem !important; + bottom: 1.25rem !important; + left: 1.25rem !important; +} + +.inset-6 { + top: 1.5rem !important; + right: 1.5rem !important; + bottom: 1.5rem !important; + left: 1.5rem !important; +} + +.inset-7 { + top: 1.75rem !important; + right: 1.75rem !important; + bottom: 1.75rem !important; + left: 1.75rem !important; +} + +.inset-8 { + top: 2rem !important; + right: 2rem !important; + bottom: 2rem !important; + left: 2rem !important; +} + +.inset-9 { + top: 2.25rem !important; + right: 2.25rem !important; + bottom: 2.25rem !important; + left: 2.25rem !important; +} + +.inset-10 { + top: 2.5rem !important; + right: 2.5rem !important; + bottom: 2.5rem !important; + left: 2.5rem !important; +} + +.inset-11 { + top: 2.75rem !important; + right: 2.75rem !important; + bottom: 2.75rem !important; + left: 2.75rem !important; +} + +.inset-12 { + top: 3rem !important; + right: 3rem !important; + bottom: 3rem !important; + left: 3rem !important; +} + +.inset-13 { + top: 3.25rem !important; + right: 3.25rem !important; + bottom: 3.25rem !important; + left: 3.25rem !important; +} + +.inset-14 { + top: 3.5rem !important; + right: 3.5rem !important; + bottom: 3.5rem !important; + left: 3.5rem !important; +} + +.inset-15 { + top: 3.75rem !important; + right: 3.75rem !important; + bottom: 3.75rem !important; + left: 3.75rem !important; +} + +.inset-16 { + top: 4rem !important; + right: 4rem !important; + bottom: 4rem !important; + left: 4rem !important; +} + +.inset-20 { + top: 5rem !important; + right: 5rem !important; + bottom: 5rem !important; + left: 5rem !important; +} + +.inset-24 { + top: 6rem !important; + right: 6rem !important; + bottom: 6rem !important; + left: 6rem !important; +} + +.inset-28 { + top: 7rem !important; + right: 7rem !important; + bottom: 7rem !important; + left: 7rem !important; +} + +.inset-32 { + top: 8rem !important; + right: 8rem !important; + bottom: 8rem !important; + left: 8rem !important; +} + +.inset-36 { + top: 9rem !important; + right: 9rem !important; + bottom: 9rem !important; + left: 9rem !important; +} + +.inset-40 { + top: 10rem !important; + right: 10rem !important; + bottom: 10rem !important; + left: 10rem !important; +} + +.inset-44 { + top: 11rem !important; + right: 11rem !important; + bottom: 11rem !important; + left: 11rem !important; +} + +.inset-48 { + top: 12rem !important; + right: 12rem !important; + bottom: 12rem !important; + left: 12rem !important; +} + +.inset-52 { + top: 13rem !important; + right: 13rem !important; + bottom: 13rem !important; + left: 13rem !important; +} + +.inset-56 { + top: 14rem !important; + right: 14rem !important; + bottom: 14rem !important; + left: 14rem !important; +} + +.inset-60 { + top: 15rem !important; + right: 15rem !important; + bottom: 15rem !important; + left: 15rem !important; +} + +.inset-64 { + top: 16rem !important; + right: 16rem !important; + bottom: 16rem !important; + left: 16rem !important; +} + +.inset-72 { + top: 18rem !important; + right: 18rem !important; + bottom: 18rem !important; + left: 18rem !important; +} + +.inset-80 { + top: 20rem !important; + right: 20rem !important; + bottom: 20rem !important; + left: 20rem !important; +} + +.inset-96 { + top: 24rem !important; + right: 24rem !important; + bottom: 24rem !important; + left: 24rem !important; +} + .inset-auto { top: auto !important; right: auto !important; @@ -21148,6 +28777,881 @@ video { left: auto !important; } +.inset-px { + top: 1px !important; + right: 1px !important; + bottom: 1px !important; + left: 1px !important; +} + +.inset-0\.5 { + top: 0.125rem !important; + right: 0.125rem !important; + bottom: 0.125rem !important; + left: 0.125rem !important; +} + +.inset-1\.5 { + top: 0.375rem !important; + right: 0.375rem !important; + bottom: 0.375rem !important; + left: 0.375rem !important; +} + +.inset-2\.5 { + top: 0.625rem !important; + right: 0.625rem !important; + bottom: 0.625rem !important; + left: 0.625rem !important; +} + +.inset-3\.5 { + top: 0.875rem !important; + right: 0.875rem !important; + bottom: 0.875rem !important; + left: 0.875rem !important; +} + +.inset-1\/2 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; +} + +.inset-1\/3 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; +} + +.inset-2\/3 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; +} + +.inset-1\/4 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; +} + +.inset-2\/4 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; +} + +.inset-3\/4 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; +} + +.inset-1\/5 { + top: 20% !important; + right: 20% !important; + bottom: 20% !important; + left: 20% !important; +} + +.inset-2\/5 { + top: 40% !important; + right: 40% !important; + bottom: 40% !important; + left: 40% !important; +} + +.inset-3\/5 { + top: 60% !important; + right: 60% !important; + bottom: 60% !important; + left: 60% !important; +} + +.inset-4\/5 { + top: 80% !important; + right: 80% !important; + bottom: 80% !important; + left: 80% !important; +} + +.inset-1\/6 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; +} + +.inset-2\/6 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; +} + +.inset-3\/6 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; +} + +.inset-4\/6 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; +} + +.inset-5\/6 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; +} + +.inset-1\/12 { + top: 8.333333% !important; + right: 8.333333% !important; + bottom: 8.333333% !important; + left: 8.333333% !important; +} + +.inset-2\/12 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; +} + +.inset-3\/12 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; +} + +.inset-4\/12 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; +} + +.inset-5\/12 { + top: 41.666667% !important; + right: 41.666667% !important; + bottom: 41.666667% !important; + left: 41.666667% !important; +} + +.inset-6\/12 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; +} + +.inset-7\/12 { + top: 58.333333% !important; + right: 58.333333% !important; + bottom: 58.333333% !important; + left: 58.333333% !important; +} + +.inset-8\/12 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; +} + +.inset-9\/12 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; +} + +.inset-10\/12 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; +} + +.inset-11\/12 { + top: 91.666667% !important; + right: 91.666667% !important; + bottom: 91.666667% !important; + left: 91.666667% !important; +} + +.inset-1\/16 { + top: 6.25% !important; + right: 6.25% !important; + bottom: 6.25% !important; + left: 6.25% !important; +} + +.inset-2\/16 { + top: 12.5% !important; + right: 12.5% !important; + bottom: 12.5% !important; + left: 12.5% !important; +} + +.inset-3\/16 { + top: 18.75% !important; + right: 18.75% !important; + bottom: 18.75% !important; + left: 18.75% !important; +} + +.inset-4\/16 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; +} + +.inset-5\/16 { + top: 31.25% !important; + right: 31.25% !important; + bottom: 31.25% !important; + left: 31.25% !important; +} + +.inset-6\/16 { + top: 37.5% !important; + right: 37.5% !important; + bottom: 37.5% !important; + left: 37.5% !important; +} + +.inset-7\/16 { + top: 43.75% !important; + right: 43.75% !important; + bottom: 43.75% !important; + left: 43.75% !important; +} + +.inset-8\/16 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; +} + +.inset-9\/16 { + top: 56.25% !important; + right: 56.25% !important; + bottom: 56.25% !important; + left: 56.25% !important; +} + +.inset-10\/16 { + top: 62.5% !important; + right: 62.5% !important; + bottom: 62.5% !important; + left: 62.5% !important; +} + +.inset-11\/16 { + top: 68.75% !important; + right: 68.75% !important; + bottom: 68.75% !important; + left: 68.75% !important; +} + +.inset-12\/16 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; +} + +.inset-13\/16 { + top: 81.25% !important; + right: 81.25% !important; + bottom: 81.25% !important; + left: 81.25% !important; +} + +.inset-14\/16 { + top: 87.5% !important; + right: 87.5% !important; + bottom: 87.5% !important; + left: 87.5% !important; +} + +.inset-15\/16 { + top: 93.75% !important; + right: 93.75% !important; + bottom: 93.75% !important; + left: 93.75% !important; +} + +.inset-full { + top: 100% !important; + right: 100% !important; + bottom: 100% !important; + left: 100% !important; +} + +.-inset-1 { + top: -0.25rem !important; + right: -0.25rem !important; + bottom: -0.25rem !important; + left: -0.25rem !important; +} + +.-inset-2 { + top: -0.5rem !important; + right: -0.5rem !important; + bottom: -0.5rem !important; + left: -0.5rem !important; +} + +.-inset-3 { + top: -0.75rem !important; + right: -0.75rem !important; + bottom: -0.75rem !important; + left: -0.75rem !important; +} + +.-inset-4 { + top: -1rem !important; + right: -1rem !important; + bottom: -1rem !important; + left: -1rem !important; +} + +.-inset-5 { + top: -1.25rem !important; + right: -1.25rem !important; + bottom: -1.25rem !important; + left: -1.25rem !important; +} + +.-inset-6 { + top: -1.5rem !important; + right: -1.5rem !important; + bottom: -1.5rem !important; + left: -1.5rem !important; +} + +.-inset-7 { + top: -1.75rem !important; + right: -1.75rem !important; + bottom: -1.75rem !important; + left: -1.75rem !important; +} + +.-inset-8 { + top: -2rem !important; + right: -2rem !important; + bottom: -2rem !important; + left: -2rem !important; +} + +.-inset-9 { + top: -2.25rem !important; + right: -2.25rem !important; + bottom: -2.25rem !important; + left: -2.25rem !important; +} + +.-inset-10 { + top: -2.5rem !important; + right: -2.5rem !important; + bottom: -2.5rem !important; + left: -2.5rem !important; +} + +.-inset-11 { + top: -2.75rem !important; + right: -2.75rem !important; + bottom: -2.75rem !important; + left: -2.75rem !important; +} + +.-inset-12 { + top: -3rem !important; + right: -3rem !important; + bottom: -3rem !important; + left: -3rem !important; +} + +.-inset-13 { + top: -3.25rem !important; + right: -3.25rem !important; + bottom: -3.25rem !important; + left: -3.25rem !important; +} + +.-inset-14 { + top: -3.5rem !important; + right: -3.5rem !important; + bottom: -3.5rem !important; + left: -3.5rem !important; +} + +.-inset-15 { + top: -3.75rem !important; + right: -3.75rem !important; + bottom: -3.75rem !important; + left: -3.75rem !important; +} + +.-inset-16 { + top: -4rem !important; + right: -4rem !important; + bottom: -4rem !important; + left: -4rem !important; +} + +.-inset-20 { + top: -5rem !important; + right: -5rem !important; + bottom: -5rem !important; + left: -5rem !important; +} + +.-inset-24 { + top: -6rem !important; + right: -6rem !important; + bottom: -6rem !important; + left: -6rem !important; +} + +.-inset-28 { + top: -7rem !important; + right: -7rem !important; + bottom: -7rem !important; + left: -7rem !important; +} + +.-inset-32 { + top: -8rem !important; + right: -8rem !important; + bottom: -8rem !important; + left: -8rem !important; +} + +.-inset-36 { + top: -9rem !important; + right: -9rem !important; + bottom: -9rem !important; + left: -9rem !important; +} + +.-inset-40 { + top: -10rem !important; + right: -10rem !important; + bottom: -10rem !important; + left: -10rem !important; +} + +.-inset-44 { + top: -11rem !important; + right: -11rem !important; + bottom: -11rem !important; + left: -11rem !important; +} + +.-inset-48 { + top: -12rem !important; + right: -12rem !important; + bottom: -12rem !important; + left: -12rem !important; +} + +.-inset-52 { + top: -13rem !important; + right: -13rem !important; + bottom: -13rem !important; + left: -13rem !important; +} + +.-inset-56 { + top: -14rem !important; + right: -14rem !important; + bottom: -14rem !important; + left: -14rem !important; +} + +.-inset-60 { + top: -15rem !important; + right: -15rem !important; + bottom: -15rem !important; + left: -15rem !important; +} + +.-inset-64 { + top: -16rem !important; + right: -16rem !important; + bottom: -16rem !important; + left: -16rem !important; +} + +.-inset-72 { + top: -18rem !important; + right: -18rem !important; + bottom: -18rem !important; + left: -18rem !important; +} + +.-inset-80 { + top: -20rem !important; + right: -20rem !important; + bottom: -20rem !important; + left: -20rem !important; +} + +.-inset-96 { + top: -24rem !important; + right: -24rem !important; + bottom: -24rem !important; + left: -24rem !important; +} + +.-inset-px { + top: -1px !important; + right: -1px !important; + bottom: -1px !important; + left: -1px !important; +} + +.-inset-0\.5 { + top: -0.125rem !important; + right: -0.125rem !important; + bottom: -0.125rem !important; + left: -0.125rem !important; +} + +.-inset-1\.5 { + top: -0.375rem !important; + right: -0.375rem !important; + bottom: -0.375rem !important; + left: -0.375rem !important; +} + +.-inset-2\.5 { + top: -0.625rem !important; + right: -0.625rem !important; + bottom: -0.625rem !important; + left: -0.625rem !important; +} + +.-inset-3\.5 { + top: -0.875rem !important; + right: -0.875rem !important; + bottom: -0.875rem !important; + left: -0.875rem !important; +} + +.-inset-1\/2 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; +} + +.-inset-1\/3 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; +} + +.-inset-2\/3 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; +} + +.-inset-1\/4 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; +} + +.-inset-2\/4 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; +} + +.-inset-3\/4 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; +} + +.-inset-1\/5 { + top: -20% !important; + right: -20% !important; + bottom: -20% !important; + left: -20% !important; +} + +.-inset-2\/5 { + top: -40% !important; + right: -40% !important; + bottom: -40% !important; + left: -40% !important; +} + +.-inset-3\/5 { + top: -60% !important; + right: -60% !important; + bottom: -60% !important; + left: -60% !important; +} + +.-inset-4\/5 { + top: -80% !important; + right: -80% !important; + bottom: -80% !important; + left: -80% !important; +} + +.-inset-1\/6 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; +} + +.-inset-2\/6 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; +} + +.-inset-3\/6 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; +} + +.-inset-4\/6 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; +} + +.-inset-5\/6 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; +} + +.-inset-1\/12 { + top: -8.33333% !important; + right: -8.33333% !important; + bottom: -8.33333% !important; + left: -8.33333% !important; +} + +.-inset-2\/12 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; +} + +.-inset-3\/12 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; +} + +.-inset-4\/12 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; +} + +.-inset-5\/12 { + top: -41.66667% !important; + right: -41.66667% !important; + bottom: -41.66667% !important; + left: -41.66667% !important; +} + +.-inset-6\/12 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; +} + +.-inset-7\/12 { + top: -58.33333% !important; + right: -58.33333% !important; + bottom: -58.33333% !important; + left: -58.33333% !important; +} + +.-inset-8\/12 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; +} + +.-inset-9\/12 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; +} + +.-inset-10\/12 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; +} + +.-inset-11\/12 { + top: -91.66667% !important; + right: -91.66667% !important; + bottom: -91.66667% !important; + left: -91.66667% !important; +} + +.-inset-1\/16 { + top: -6.25% !important; + right: -6.25% !important; + bottom: -6.25% !important; + left: -6.25% !important; +} + +.-inset-2\/16 { + top: -12.5% !important; + right: -12.5% !important; + bottom: -12.5% !important; + left: -12.5% !important; +} + +.-inset-3\/16 { + top: -18.75% !important; + right: -18.75% !important; + bottom: -18.75% !important; + left: -18.75% !important; +} + +.-inset-4\/16 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; +} + +.-inset-5\/16 { + top: -31.25% !important; + right: -31.25% !important; + bottom: -31.25% !important; + left: -31.25% !important; +} + +.-inset-6\/16 { + top: -37.5% !important; + right: -37.5% !important; + bottom: -37.5% !important; + left: -37.5% !important; +} + +.-inset-7\/16 { + top: -43.75% !important; + right: -43.75% !important; + bottom: -43.75% !important; + left: -43.75% !important; +} + +.-inset-8\/16 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; +} + +.-inset-9\/16 { + top: -56.25% !important; + right: -56.25% !important; + bottom: -56.25% !important; + left: -56.25% !important; +} + +.-inset-10\/16 { + top: -62.5% !important; + right: -62.5% !important; + bottom: -62.5% !important; + left: -62.5% !important; +} + +.-inset-11\/16 { + top: -68.75% !important; + right: -68.75% !important; + bottom: -68.75% !important; + left: -68.75% !important; +} + +.-inset-12\/16 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; +} + +.-inset-13\/16 { + top: -81.25% !important; + right: -81.25% !important; + bottom: -81.25% !important; + left: -81.25% !important; +} + +.-inset-14\/16 { + top: -87.5% !important; + right: -87.5% !important; + bottom: -87.5% !important; + left: -87.5% !important; +} + +.-inset-15\/16 { + top: -93.75% !important; + right: -93.75% !important; + bottom: -93.75% !important; + left: -93.75% !important; +} + +.-inset-full { + top: -100% !important; + right: -100% !important; + bottom: -100% !important; + left: -100% !important; +} + .inset-y-0 { top: 0 !important; bottom: 0 !important; @@ -21158,6 +29662,316 @@ video { left: 0 !important; } +.inset-y-1 { + top: 0.25rem !important; + bottom: 0.25rem !important; +} + +.inset-x-1 { + right: 0.25rem !important; + left: 0.25rem !important; +} + +.inset-y-2 { + top: 0.5rem !important; + bottom: 0.5rem !important; +} + +.inset-x-2 { + right: 0.5rem !important; + left: 0.5rem !important; +} + +.inset-y-3 { + top: 0.75rem !important; + bottom: 0.75rem !important; +} + +.inset-x-3 { + right: 0.75rem !important; + left: 0.75rem !important; +} + +.inset-y-4 { + top: 1rem !important; + bottom: 1rem !important; +} + +.inset-x-4 { + right: 1rem !important; + left: 1rem !important; +} + +.inset-y-5 { + top: 1.25rem !important; + bottom: 1.25rem !important; +} + +.inset-x-5 { + right: 1.25rem !important; + left: 1.25rem !important; +} + +.inset-y-6 { + top: 1.5rem !important; + bottom: 1.5rem !important; +} + +.inset-x-6 { + right: 1.5rem !important; + left: 1.5rem !important; +} + +.inset-y-7 { + top: 1.75rem !important; + bottom: 1.75rem !important; +} + +.inset-x-7 { + right: 1.75rem !important; + left: 1.75rem !important; +} + +.inset-y-8 { + top: 2rem !important; + bottom: 2rem !important; +} + +.inset-x-8 { + right: 2rem !important; + left: 2rem !important; +} + +.inset-y-9 { + top: 2.25rem !important; + bottom: 2.25rem !important; +} + +.inset-x-9 { + right: 2.25rem !important; + left: 2.25rem !important; +} + +.inset-y-10 { + top: 2.5rem !important; + bottom: 2.5rem !important; +} + +.inset-x-10 { + right: 2.5rem !important; + left: 2.5rem !important; +} + +.inset-y-11 { + top: 2.75rem !important; + bottom: 2.75rem !important; +} + +.inset-x-11 { + right: 2.75rem !important; + left: 2.75rem !important; +} + +.inset-y-12 { + top: 3rem !important; + bottom: 3rem !important; +} + +.inset-x-12 { + right: 3rem !important; + left: 3rem !important; +} + +.inset-y-13 { + top: 3.25rem !important; + bottom: 3.25rem !important; +} + +.inset-x-13 { + right: 3.25rem !important; + left: 3.25rem !important; +} + +.inset-y-14 { + top: 3.5rem !important; + bottom: 3.5rem !important; +} + +.inset-x-14 { + right: 3.5rem !important; + left: 3.5rem !important; +} + +.inset-y-15 { + top: 3.75rem !important; + bottom: 3.75rem !important; +} + +.inset-x-15 { + right: 3.75rem !important; + left: 3.75rem !important; +} + +.inset-y-16 { + top: 4rem !important; + bottom: 4rem !important; +} + +.inset-x-16 { + right: 4rem !important; + left: 4rem !important; +} + +.inset-y-20 { + top: 5rem !important; + bottom: 5rem !important; +} + +.inset-x-20 { + right: 5rem !important; + left: 5rem !important; +} + +.inset-y-24 { + top: 6rem !important; + bottom: 6rem !important; +} + +.inset-x-24 { + right: 6rem !important; + left: 6rem !important; +} + +.inset-y-28 { + top: 7rem !important; + bottom: 7rem !important; +} + +.inset-x-28 { + right: 7rem !important; + left: 7rem !important; +} + +.inset-y-32 { + top: 8rem !important; + bottom: 8rem !important; +} + +.inset-x-32 { + right: 8rem !important; + left: 8rem !important; +} + +.inset-y-36 { + top: 9rem !important; + bottom: 9rem !important; +} + +.inset-x-36 { + right: 9rem !important; + left: 9rem !important; +} + +.inset-y-40 { + top: 10rem !important; + bottom: 10rem !important; +} + +.inset-x-40 { + right: 10rem !important; + left: 10rem !important; +} + +.inset-y-44 { + top: 11rem !important; + bottom: 11rem !important; +} + +.inset-x-44 { + right: 11rem !important; + left: 11rem !important; +} + +.inset-y-48 { + top: 12rem !important; + bottom: 12rem !important; +} + +.inset-x-48 { + right: 12rem !important; + left: 12rem !important; +} + +.inset-y-52 { + top: 13rem !important; + bottom: 13rem !important; +} + +.inset-x-52 { + right: 13rem !important; + left: 13rem !important; +} + +.inset-y-56 { + top: 14rem !important; + bottom: 14rem !important; +} + +.inset-x-56 { + right: 14rem !important; + left: 14rem !important; +} + +.inset-y-60 { + top: 15rem !important; + bottom: 15rem !important; +} + +.inset-x-60 { + right: 15rem !important; + left: 15rem !important; +} + +.inset-y-64 { + top: 16rem !important; + bottom: 16rem !important; +} + +.inset-x-64 { + right: 16rem !important; + left: 16rem !important; +} + +.inset-y-72 { + top: 18rem !important; + bottom: 18rem !important; +} + +.inset-x-72 { + right: 18rem !important; + left: 18rem !important; +} + +.inset-y-80 { + top: 20rem !important; + bottom: 20rem !important; +} + +.inset-x-80 { + right: 20rem !important; + left: 20rem !important; +} + +.inset-y-96 { + top: 24rem !important; + bottom: 24rem !important; +} + +.inset-x-96 { + right: 24rem !important; + left: 24rem !important; +} + .inset-y-auto { top: auto !important; bottom: auto !important; @@ -21168,6 +29982,1256 @@ video { left: auto !important; } +.inset-y-px { + top: 1px !important; + bottom: 1px !important; +} + +.inset-x-px { + right: 1px !important; + left: 1px !important; +} + +.inset-y-0\.5 { + top: 0.125rem !important; + bottom: 0.125rem !important; +} + +.inset-x-0\.5 { + right: 0.125rem !important; + left: 0.125rem !important; +} + +.inset-y-1\.5 { + top: 0.375rem !important; + bottom: 0.375rem !important; +} + +.inset-x-1\.5 { + right: 0.375rem !important; + left: 0.375rem !important; +} + +.inset-y-2\.5 { + top: 0.625rem !important; + bottom: 0.625rem !important; +} + +.inset-x-2\.5 { + right: 0.625rem !important; + left: 0.625rem !important; +} + +.inset-y-3\.5 { + top: 0.875rem !important; + bottom: 0.875rem !important; +} + +.inset-x-3\.5 { + right: 0.875rem !important; + left: 0.875rem !important; +} + +.inset-y-1\/2 { + top: 50% !important; + bottom: 50% !important; +} + +.inset-x-1\/2 { + right: 50% !important; + left: 50% !important; +} + +.inset-y-1\/3 { + top: 33.333333% !important; + bottom: 33.333333% !important; +} + +.inset-x-1\/3 { + right: 33.333333% !important; + left: 33.333333% !important; +} + +.inset-y-2\/3 { + top: 66.666667% !important; + bottom: 66.666667% !important; +} + +.inset-x-2\/3 { + right: 66.666667% !important; + left: 66.666667% !important; +} + +.inset-y-1\/4 { + top: 25% !important; + bottom: 25% !important; +} + +.inset-x-1\/4 { + right: 25% !important; + left: 25% !important; +} + +.inset-y-2\/4 { + top: 50% !important; + bottom: 50% !important; +} + +.inset-x-2\/4 { + right: 50% !important; + left: 50% !important; +} + +.inset-y-3\/4 { + top: 75% !important; + bottom: 75% !important; +} + +.inset-x-3\/4 { + right: 75% !important; + left: 75% !important; +} + +.inset-y-1\/5 { + top: 20% !important; + bottom: 20% !important; +} + +.inset-x-1\/5 { + right: 20% !important; + left: 20% !important; +} + +.inset-y-2\/5 { + top: 40% !important; + bottom: 40% !important; +} + +.inset-x-2\/5 { + right: 40% !important; + left: 40% !important; +} + +.inset-y-3\/5 { + top: 60% !important; + bottom: 60% !important; +} + +.inset-x-3\/5 { + right: 60% !important; + left: 60% !important; +} + +.inset-y-4\/5 { + top: 80% !important; + bottom: 80% !important; +} + +.inset-x-4\/5 { + right: 80% !important; + left: 80% !important; +} + +.inset-y-1\/6 { + top: 16.666667% !important; + bottom: 16.666667% !important; +} + +.inset-x-1\/6 { + right: 16.666667% !important; + left: 16.666667% !important; +} + +.inset-y-2\/6 { + top: 33.333333% !important; + bottom: 33.333333% !important; +} + +.inset-x-2\/6 { + right: 33.333333% !important; + left: 33.333333% !important; +} + +.inset-y-3\/6 { + top: 50% !important; + bottom: 50% !important; +} + +.inset-x-3\/6 { + right: 50% !important; + left: 50% !important; +} + +.inset-y-4\/6 { + top: 66.666667% !important; + bottom: 66.666667% !important; +} + +.inset-x-4\/6 { + right: 66.666667% !important; + left: 66.666667% !important; +} + +.inset-y-5\/6 { + top: 83.333333% !important; + bottom: 83.333333% !important; +} + +.inset-x-5\/6 { + right: 83.333333% !important; + left: 83.333333% !important; +} + +.inset-y-1\/12 { + top: 8.333333% !important; + bottom: 8.333333% !important; +} + +.inset-x-1\/12 { + right: 8.333333% !important; + left: 8.333333% !important; +} + +.inset-y-2\/12 { + top: 16.666667% !important; + bottom: 16.666667% !important; +} + +.inset-x-2\/12 { + right: 16.666667% !important; + left: 16.666667% !important; +} + +.inset-y-3\/12 { + top: 25% !important; + bottom: 25% !important; +} + +.inset-x-3\/12 { + right: 25% !important; + left: 25% !important; +} + +.inset-y-4\/12 { + top: 33.333333% !important; + bottom: 33.333333% !important; +} + +.inset-x-4\/12 { + right: 33.333333% !important; + left: 33.333333% !important; +} + +.inset-y-5\/12 { + top: 41.666667% !important; + bottom: 41.666667% !important; +} + +.inset-x-5\/12 { + right: 41.666667% !important; + left: 41.666667% !important; +} + +.inset-y-6\/12 { + top: 50% !important; + bottom: 50% !important; +} + +.inset-x-6\/12 { + right: 50% !important; + left: 50% !important; +} + +.inset-y-7\/12 { + top: 58.333333% !important; + bottom: 58.333333% !important; +} + +.inset-x-7\/12 { + right: 58.333333% !important; + left: 58.333333% !important; +} + +.inset-y-8\/12 { + top: 66.666667% !important; + bottom: 66.666667% !important; +} + +.inset-x-8\/12 { + right: 66.666667% !important; + left: 66.666667% !important; +} + +.inset-y-9\/12 { + top: 75% !important; + bottom: 75% !important; +} + +.inset-x-9\/12 { + right: 75% !important; + left: 75% !important; +} + +.inset-y-10\/12 { + top: 83.333333% !important; + bottom: 83.333333% !important; +} + +.inset-x-10\/12 { + right: 83.333333% !important; + left: 83.333333% !important; +} + +.inset-y-11\/12 { + top: 91.666667% !important; + bottom: 91.666667% !important; +} + +.inset-x-11\/12 { + right: 91.666667% !important; + left: 91.666667% !important; +} + +.inset-y-1\/16 { + top: 6.25% !important; + bottom: 6.25% !important; +} + +.inset-x-1\/16 { + right: 6.25% !important; + left: 6.25% !important; +} + +.inset-y-2\/16 { + top: 12.5% !important; + bottom: 12.5% !important; +} + +.inset-x-2\/16 { + right: 12.5% !important; + left: 12.5% !important; +} + +.inset-y-3\/16 { + top: 18.75% !important; + bottom: 18.75% !important; +} + +.inset-x-3\/16 { + right: 18.75% !important; + left: 18.75% !important; +} + +.inset-y-4\/16 { + top: 25% !important; + bottom: 25% !important; +} + +.inset-x-4\/16 { + right: 25% !important; + left: 25% !important; +} + +.inset-y-5\/16 { + top: 31.25% !important; + bottom: 31.25% !important; +} + +.inset-x-5\/16 { + right: 31.25% !important; + left: 31.25% !important; +} + +.inset-y-6\/16 { + top: 37.5% !important; + bottom: 37.5% !important; +} + +.inset-x-6\/16 { + right: 37.5% !important; + left: 37.5% !important; +} + +.inset-y-7\/16 { + top: 43.75% !important; + bottom: 43.75% !important; +} + +.inset-x-7\/16 { + right: 43.75% !important; + left: 43.75% !important; +} + +.inset-y-8\/16 { + top: 50% !important; + bottom: 50% !important; +} + +.inset-x-8\/16 { + right: 50% !important; + left: 50% !important; +} + +.inset-y-9\/16 { + top: 56.25% !important; + bottom: 56.25% !important; +} + +.inset-x-9\/16 { + right: 56.25% !important; + left: 56.25% !important; +} + +.inset-y-10\/16 { + top: 62.5% !important; + bottom: 62.5% !important; +} + +.inset-x-10\/16 { + right: 62.5% !important; + left: 62.5% !important; +} + +.inset-y-11\/16 { + top: 68.75% !important; + bottom: 68.75% !important; +} + +.inset-x-11\/16 { + right: 68.75% !important; + left: 68.75% !important; +} + +.inset-y-12\/16 { + top: 75% !important; + bottom: 75% !important; +} + +.inset-x-12\/16 { + right: 75% !important; + left: 75% !important; +} + +.inset-y-13\/16 { + top: 81.25% !important; + bottom: 81.25% !important; +} + +.inset-x-13\/16 { + right: 81.25% !important; + left: 81.25% !important; +} + +.inset-y-14\/16 { + top: 87.5% !important; + bottom: 87.5% !important; +} + +.inset-x-14\/16 { + right: 87.5% !important; + left: 87.5% !important; +} + +.inset-y-15\/16 { + top: 93.75% !important; + bottom: 93.75% !important; +} + +.inset-x-15\/16 { + right: 93.75% !important; + left: 93.75% !important; +} + +.inset-y-full { + top: 100% !important; + bottom: 100% !important; +} + +.inset-x-full { + right: 100% !important; + left: 100% !important; +} + +.-inset-y-1 { + top: -0.25rem !important; + bottom: -0.25rem !important; +} + +.-inset-x-1 { + right: -0.25rem !important; + left: -0.25rem !important; +} + +.-inset-y-2 { + top: -0.5rem !important; + bottom: -0.5rem !important; +} + +.-inset-x-2 { + right: -0.5rem !important; + left: -0.5rem !important; +} + +.-inset-y-3 { + top: -0.75rem !important; + bottom: -0.75rem !important; +} + +.-inset-x-3 { + right: -0.75rem !important; + left: -0.75rem !important; +} + +.-inset-y-4 { + top: -1rem !important; + bottom: -1rem !important; +} + +.-inset-x-4 { + right: -1rem !important; + left: -1rem !important; +} + +.-inset-y-5 { + top: -1.25rem !important; + bottom: -1.25rem !important; +} + +.-inset-x-5 { + right: -1.25rem !important; + left: -1.25rem !important; +} + +.-inset-y-6 { + top: -1.5rem !important; + bottom: -1.5rem !important; +} + +.-inset-x-6 { + right: -1.5rem !important; + left: -1.5rem !important; +} + +.-inset-y-7 { + top: -1.75rem !important; + bottom: -1.75rem !important; +} + +.-inset-x-7 { + right: -1.75rem !important; + left: -1.75rem !important; +} + +.-inset-y-8 { + top: -2rem !important; + bottom: -2rem !important; +} + +.-inset-x-8 { + right: -2rem !important; + left: -2rem !important; +} + +.-inset-y-9 { + top: -2.25rem !important; + bottom: -2.25rem !important; +} + +.-inset-x-9 { + right: -2.25rem !important; + left: -2.25rem !important; +} + +.-inset-y-10 { + top: -2.5rem !important; + bottom: -2.5rem !important; +} + +.-inset-x-10 { + right: -2.5rem !important; + left: -2.5rem !important; +} + +.-inset-y-11 { + top: -2.75rem !important; + bottom: -2.75rem !important; +} + +.-inset-x-11 { + right: -2.75rem !important; + left: -2.75rem !important; +} + +.-inset-y-12 { + top: -3rem !important; + bottom: -3rem !important; +} + +.-inset-x-12 { + right: -3rem !important; + left: -3rem !important; +} + +.-inset-y-13 { + top: -3.25rem !important; + bottom: -3.25rem !important; +} + +.-inset-x-13 { + right: -3.25rem !important; + left: -3.25rem !important; +} + +.-inset-y-14 { + top: -3.5rem !important; + bottom: -3.5rem !important; +} + +.-inset-x-14 { + right: -3.5rem !important; + left: -3.5rem !important; +} + +.-inset-y-15 { + top: -3.75rem !important; + bottom: -3.75rem !important; +} + +.-inset-x-15 { + right: -3.75rem !important; + left: -3.75rem !important; +} + +.-inset-y-16 { + top: -4rem !important; + bottom: -4rem !important; +} + +.-inset-x-16 { + right: -4rem !important; + left: -4rem !important; +} + +.-inset-y-20 { + top: -5rem !important; + bottom: -5rem !important; +} + +.-inset-x-20 { + right: -5rem !important; + left: -5rem !important; +} + +.-inset-y-24 { + top: -6rem !important; + bottom: -6rem !important; +} + +.-inset-x-24 { + right: -6rem !important; + left: -6rem !important; +} + +.-inset-y-28 { + top: -7rem !important; + bottom: -7rem !important; +} + +.-inset-x-28 { + right: -7rem !important; + left: -7rem !important; +} + +.-inset-y-32 { + top: -8rem !important; + bottom: -8rem !important; +} + +.-inset-x-32 { + right: -8rem !important; + left: -8rem !important; +} + +.-inset-y-36 { + top: -9rem !important; + bottom: -9rem !important; +} + +.-inset-x-36 { + right: -9rem !important; + left: -9rem !important; +} + +.-inset-y-40 { + top: -10rem !important; + bottom: -10rem !important; +} + +.-inset-x-40 { + right: -10rem !important; + left: -10rem !important; +} + +.-inset-y-44 { + top: -11rem !important; + bottom: -11rem !important; +} + +.-inset-x-44 { + right: -11rem !important; + left: -11rem !important; +} + +.-inset-y-48 { + top: -12rem !important; + bottom: -12rem !important; +} + +.-inset-x-48 { + right: -12rem !important; + left: -12rem !important; +} + +.-inset-y-52 { + top: -13rem !important; + bottom: -13rem !important; +} + +.-inset-x-52 { + right: -13rem !important; + left: -13rem !important; +} + +.-inset-y-56 { + top: -14rem !important; + bottom: -14rem !important; +} + +.-inset-x-56 { + right: -14rem !important; + left: -14rem !important; +} + +.-inset-y-60 { + top: -15rem !important; + bottom: -15rem !important; +} + +.-inset-x-60 { + right: -15rem !important; + left: -15rem !important; +} + +.-inset-y-64 { + top: -16rem !important; + bottom: -16rem !important; +} + +.-inset-x-64 { + right: -16rem !important; + left: -16rem !important; +} + +.-inset-y-72 { + top: -18rem !important; + bottom: -18rem !important; +} + +.-inset-x-72 { + right: -18rem !important; + left: -18rem !important; +} + +.-inset-y-80 { + top: -20rem !important; + bottom: -20rem !important; +} + +.-inset-x-80 { + right: -20rem !important; + left: -20rem !important; +} + +.-inset-y-96 { + top: -24rem !important; + bottom: -24rem !important; +} + +.-inset-x-96 { + right: -24rem !important; + left: -24rem !important; +} + +.-inset-y-px { + top: -1px !important; + bottom: -1px !important; +} + +.-inset-x-px { + right: -1px !important; + left: -1px !important; +} + +.-inset-y-0\.5 { + top: -0.125rem !important; + bottom: -0.125rem !important; +} + +.-inset-x-0\.5 { + right: -0.125rem !important; + left: -0.125rem !important; +} + +.-inset-y-1\.5 { + top: -0.375rem !important; + bottom: -0.375rem !important; +} + +.-inset-x-1\.5 { + right: -0.375rem !important; + left: -0.375rem !important; +} + +.-inset-y-2\.5 { + top: -0.625rem !important; + bottom: -0.625rem !important; +} + +.-inset-x-2\.5 { + right: -0.625rem !important; + left: -0.625rem !important; +} + +.-inset-y-3\.5 { + top: -0.875rem !important; + bottom: -0.875rem !important; +} + +.-inset-x-3\.5 { + right: -0.875rem !important; + left: -0.875rem !important; +} + +.-inset-y-1\/2 { + top: -50% !important; + bottom: -50% !important; +} + +.-inset-x-1\/2 { + right: -50% !important; + left: -50% !important; +} + +.-inset-y-1\/3 { + top: -33.33333% !important; + bottom: -33.33333% !important; +} + +.-inset-x-1\/3 { + right: -33.33333% !important; + left: -33.33333% !important; +} + +.-inset-y-2\/3 { + top: -66.66667% !important; + bottom: -66.66667% !important; +} + +.-inset-x-2\/3 { + right: -66.66667% !important; + left: -66.66667% !important; +} + +.-inset-y-1\/4 { + top: -25% !important; + bottom: -25% !important; +} + +.-inset-x-1\/4 { + right: -25% !important; + left: -25% !important; +} + +.-inset-y-2\/4 { + top: -50% !important; + bottom: -50% !important; +} + +.-inset-x-2\/4 { + right: -50% !important; + left: -50% !important; +} + +.-inset-y-3\/4 { + top: -75% !important; + bottom: -75% !important; +} + +.-inset-x-3\/4 { + right: -75% !important; + left: -75% !important; +} + +.-inset-y-1\/5 { + top: -20% !important; + bottom: -20% !important; +} + +.-inset-x-1\/5 { + right: -20% !important; + left: -20% !important; +} + +.-inset-y-2\/5 { + top: -40% !important; + bottom: -40% !important; +} + +.-inset-x-2\/5 { + right: -40% !important; + left: -40% !important; +} + +.-inset-y-3\/5 { + top: -60% !important; + bottom: -60% !important; +} + +.-inset-x-3\/5 { + right: -60% !important; + left: -60% !important; +} + +.-inset-y-4\/5 { + top: -80% !important; + bottom: -80% !important; +} + +.-inset-x-4\/5 { + right: -80% !important; + left: -80% !important; +} + +.-inset-y-1\/6 { + top: -16.66667% !important; + bottom: -16.66667% !important; +} + +.-inset-x-1\/6 { + right: -16.66667% !important; + left: -16.66667% !important; +} + +.-inset-y-2\/6 { + top: -33.33333% !important; + bottom: -33.33333% !important; +} + +.-inset-x-2\/6 { + right: -33.33333% !important; + left: -33.33333% !important; +} + +.-inset-y-3\/6 { + top: -50% !important; + bottom: -50% !important; +} + +.-inset-x-3\/6 { + right: -50% !important; + left: -50% !important; +} + +.-inset-y-4\/6 { + top: -66.66667% !important; + bottom: -66.66667% !important; +} + +.-inset-x-4\/6 { + right: -66.66667% !important; + left: -66.66667% !important; +} + +.-inset-y-5\/6 { + top: -83.33333% !important; + bottom: -83.33333% !important; +} + +.-inset-x-5\/6 { + right: -83.33333% !important; + left: -83.33333% !important; +} + +.-inset-y-1\/12 { + top: -8.33333% !important; + bottom: -8.33333% !important; +} + +.-inset-x-1\/12 { + right: -8.33333% !important; + left: -8.33333% !important; +} + +.-inset-y-2\/12 { + top: -16.66667% !important; + bottom: -16.66667% !important; +} + +.-inset-x-2\/12 { + right: -16.66667% !important; + left: -16.66667% !important; +} + +.-inset-y-3\/12 { + top: -25% !important; + bottom: -25% !important; +} + +.-inset-x-3\/12 { + right: -25% !important; + left: -25% !important; +} + +.-inset-y-4\/12 { + top: -33.33333% !important; + bottom: -33.33333% !important; +} + +.-inset-x-4\/12 { + right: -33.33333% !important; + left: -33.33333% !important; +} + +.-inset-y-5\/12 { + top: -41.66667% !important; + bottom: -41.66667% !important; +} + +.-inset-x-5\/12 { + right: -41.66667% !important; + left: -41.66667% !important; +} + +.-inset-y-6\/12 { + top: -50% !important; + bottom: -50% !important; +} + +.-inset-x-6\/12 { + right: -50% !important; + left: -50% !important; +} + +.-inset-y-7\/12 { + top: -58.33333% !important; + bottom: -58.33333% !important; +} + +.-inset-x-7\/12 { + right: -58.33333% !important; + left: -58.33333% !important; +} + +.-inset-y-8\/12 { + top: -66.66667% !important; + bottom: -66.66667% !important; +} + +.-inset-x-8\/12 { + right: -66.66667% !important; + left: -66.66667% !important; +} + +.-inset-y-9\/12 { + top: -75% !important; + bottom: -75% !important; +} + +.-inset-x-9\/12 { + right: -75% !important; + left: -75% !important; +} + +.-inset-y-10\/12 { + top: -83.33333% !important; + bottom: -83.33333% !important; +} + +.-inset-x-10\/12 { + right: -83.33333% !important; + left: -83.33333% !important; +} + +.-inset-y-11\/12 { + top: -91.66667% !important; + bottom: -91.66667% !important; +} + +.-inset-x-11\/12 { + right: -91.66667% !important; + left: -91.66667% !important; +} + +.-inset-y-1\/16 { + top: -6.25% !important; + bottom: -6.25% !important; +} + +.-inset-x-1\/16 { + right: -6.25% !important; + left: -6.25% !important; +} + +.-inset-y-2\/16 { + top: -12.5% !important; + bottom: -12.5% !important; +} + +.-inset-x-2\/16 { + right: -12.5% !important; + left: -12.5% !important; +} + +.-inset-y-3\/16 { + top: -18.75% !important; + bottom: -18.75% !important; +} + +.-inset-x-3\/16 { + right: -18.75% !important; + left: -18.75% !important; +} + +.-inset-y-4\/16 { + top: -25% !important; + bottom: -25% !important; +} + +.-inset-x-4\/16 { + right: -25% !important; + left: -25% !important; +} + +.-inset-y-5\/16 { + top: -31.25% !important; + bottom: -31.25% !important; +} + +.-inset-x-5\/16 { + right: -31.25% !important; + left: -31.25% !important; +} + +.-inset-y-6\/16 { + top: -37.5% !important; + bottom: -37.5% !important; +} + +.-inset-x-6\/16 { + right: -37.5% !important; + left: -37.5% !important; +} + +.-inset-y-7\/16 { + top: -43.75% !important; + bottom: -43.75% !important; +} + +.-inset-x-7\/16 { + right: -43.75% !important; + left: -43.75% !important; +} + +.-inset-y-8\/16 { + top: -50% !important; + bottom: -50% !important; +} + +.-inset-x-8\/16 { + right: -50% !important; + left: -50% !important; +} + +.-inset-y-9\/16 { + top: -56.25% !important; + bottom: -56.25% !important; +} + +.-inset-x-9\/16 { + right: -56.25% !important; + left: -56.25% !important; +} + +.-inset-y-10\/16 { + top: -62.5% !important; + bottom: -62.5% !important; +} + +.-inset-x-10\/16 { + right: -62.5% !important; + left: -62.5% !important; +} + +.-inset-y-11\/16 { + top: -68.75% !important; + bottom: -68.75% !important; +} + +.-inset-x-11\/16 { + right: -68.75% !important; + left: -68.75% !important; +} + +.-inset-y-12\/16 { + top: -75% !important; + bottom: -75% !important; +} + +.-inset-x-12\/16 { + right: -75% !important; + left: -75% !important; +} + +.-inset-y-13\/16 { + top: -81.25% !important; + bottom: -81.25% !important; +} + +.-inset-x-13\/16 { + right: -81.25% !important; + left: -81.25% !important; +} + +.-inset-y-14\/16 { + top: -87.5% !important; + bottom: -87.5% !important; +} + +.-inset-x-14\/16 { + right: -87.5% !important; + left: -87.5% !important; +} + +.-inset-y-15\/16 { + top: -93.75% !important; + bottom: -93.75% !important; +} + +.-inset-x-15\/16 { + right: -93.75% !important; + left: -93.75% !important; +} + +.-inset-y-full { + top: -100% !important; + bottom: -100% !important; +} + +.-inset-x-full { + right: -100% !important; + left: -100% !important; +} + .top-0 { top: 0 !important; } @@ -21184,6 +31248,502 @@ video { left: 0 !important; } +.top-1 { + top: 0.25rem !important; +} + +.right-1 { + right: 0.25rem !important; +} + +.bottom-1 { + bottom: 0.25rem !important; +} + +.left-1 { + left: 0.25rem !important; +} + +.top-2 { + top: 0.5rem !important; +} + +.right-2 { + right: 0.5rem !important; +} + +.bottom-2 { + bottom: 0.5rem !important; +} + +.left-2 { + left: 0.5rem !important; +} + +.top-3 { + top: 0.75rem !important; +} + +.right-3 { + right: 0.75rem !important; +} + +.bottom-3 { + bottom: 0.75rem !important; +} + +.left-3 { + left: 0.75rem !important; +} + +.top-4 { + top: 1rem !important; +} + +.right-4 { + right: 1rem !important; +} + +.bottom-4 { + bottom: 1rem !important; +} + +.left-4 { + left: 1rem !important; +} + +.top-5 { + top: 1.25rem !important; +} + +.right-5 { + right: 1.25rem !important; +} + +.bottom-5 { + bottom: 1.25rem !important; +} + +.left-5 { + left: 1.25rem !important; +} + +.top-6 { + top: 1.5rem !important; +} + +.right-6 { + right: 1.5rem !important; +} + +.bottom-6 { + bottom: 1.5rem !important; +} + +.left-6 { + left: 1.5rem !important; +} + +.top-7 { + top: 1.75rem !important; +} + +.right-7 { + right: 1.75rem !important; +} + +.bottom-7 { + bottom: 1.75rem !important; +} + +.left-7 { + left: 1.75rem !important; +} + +.top-8 { + top: 2rem !important; +} + +.right-8 { + right: 2rem !important; +} + +.bottom-8 { + bottom: 2rem !important; +} + +.left-8 { + left: 2rem !important; +} + +.top-9 { + top: 2.25rem !important; +} + +.right-9 { + right: 2.25rem !important; +} + +.bottom-9 { + bottom: 2.25rem !important; +} + +.left-9 { + left: 2.25rem !important; +} + +.top-10 { + top: 2.5rem !important; +} + +.right-10 { + right: 2.5rem !important; +} + +.bottom-10 { + bottom: 2.5rem !important; +} + +.left-10 { + left: 2.5rem !important; +} + +.top-11 { + top: 2.75rem !important; +} + +.right-11 { + right: 2.75rem !important; +} + +.bottom-11 { + bottom: 2.75rem !important; +} + +.left-11 { + left: 2.75rem !important; +} + +.top-12 { + top: 3rem !important; +} + +.right-12 { + right: 3rem !important; +} + +.bottom-12 { + bottom: 3rem !important; +} + +.left-12 { + left: 3rem !important; +} + +.top-13 { + top: 3.25rem !important; +} + +.right-13 { + right: 3.25rem !important; +} + +.bottom-13 { + bottom: 3.25rem !important; +} + +.left-13 { + left: 3.25rem !important; +} + +.top-14 { + top: 3.5rem !important; +} + +.right-14 { + right: 3.5rem !important; +} + +.bottom-14 { + bottom: 3.5rem !important; +} + +.left-14 { + left: 3.5rem !important; +} + +.top-15 { + top: 3.75rem !important; +} + +.right-15 { + right: 3.75rem !important; +} + +.bottom-15 { + bottom: 3.75rem !important; +} + +.left-15 { + left: 3.75rem !important; +} + +.top-16 { + top: 4rem !important; +} + +.right-16 { + right: 4rem !important; +} + +.bottom-16 { + bottom: 4rem !important; +} + +.left-16 { + left: 4rem !important; +} + +.top-20 { + top: 5rem !important; +} + +.right-20 { + right: 5rem !important; +} + +.bottom-20 { + bottom: 5rem !important; +} + +.left-20 { + left: 5rem !important; +} + +.top-24 { + top: 6rem !important; +} + +.right-24 { + right: 6rem !important; +} + +.bottom-24 { + bottom: 6rem !important; +} + +.left-24 { + left: 6rem !important; +} + +.top-28 { + top: 7rem !important; +} + +.right-28 { + right: 7rem !important; +} + +.bottom-28 { + bottom: 7rem !important; +} + +.left-28 { + left: 7rem !important; +} + +.top-32 { + top: 8rem !important; +} + +.right-32 { + right: 8rem !important; +} + +.bottom-32 { + bottom: 8rem !important; +} + +.left-32 { + left: 8rem !important; +} + +.top-36 { + top: 9rem !important; +} + +.right-36 { + right: 9rem !important; +} + +.bottom-36 { + bottom: 9rem !important; +} + +.left-36 { + left: 9rem !important; +} + +.top-40 { + top: 10rem !important; +} + +.right-40 { + right: 10rem !important; +} + +.bottom-40 { + bottom: 10rem !important; +} + +.left-40 { + left: 10rem !important; +} + +.top-44 { + top: 11rem !important; +} + +.right-44 { + right: 11rem !important; +} + +.bottom-44 { + bottom: 11rem !important; +} + +.left-44 { + left: 11rem !important; +} + +.top-48 { + top: 12rem !important; +} + +.right-48 { + right: 12rem !important; +} + +.bottom-48 { + bottom: 12rem !important; +} + +.left-48 { + left: 12rem !important; +} + +.top-52 { + top: 13rem !important; +} + +.right-52 { + right: 13rem !important; +} + +.bottom-52 { + bottom: 13rem !important; +} + +.left-52 { + left: 13rem !important; +} + +.top-56 { + top: 14rem !important; +} + +.right-56 { + right: 14rem !important; +} + +.bottom-56 { + bottom: 14rem !important; +} + +.left-56 { + left: 14rem !important; +} + +.top-60 { + top: 15rem !important; +} + +.right-60 { + right: 15rem !important; +} + +.bottom-60 { + bottom: 15rem !important; +} + +.left-60 { + left: 15rem !important; +} + +.top-64 { + top: 16rem !important; +} + +.right-64 { + right: 16rem !important; +} + +.bottom-64 { + bottom: 16rem !important; +} + +.left-64 { + left: 16rem !important; +} + +.top-72 { + top: 18rem !important; +} + +.right-72 { + right: 18rem !important; +} + +.bottom-72 { + bottom: 18rem !important; +} + +.left-72 { + left: 18rem !important; +} + +.top-80 { + top: 20rem !important; +} + +.right-80 { + right: 20rem !important; +} + +.bottom-80 { + bottom: 20rem !important; +} + +.left-80 { + left: 20rem !important; +} + +.top-96 { + top: 24rem !important; +} + +.right-96 { + right: 24rem !important; +} + +.bottom-96 { + bottom: 24rem !important; +} + +.left-96 { + left: 24rem !important; +} + .top-auto { top: auto !important; } @@ -21200,6 +31760,2006 @@ video { left: auto !important; } +.top-px { + top: 1px !important; +} + +.right-px { + right: 1px !important; +} + +.bottom-px { + bottom: 1px !important; +} + +.left-px { + left: 1px !important; +} + +.top-0\.5 { + top: 0.125rem !important; +} + +.right-0\.5 { + right: 0.125rem !important; +} + +.bottom-0\.5 { + bottom: 0.125rem !important; +} + +.left-0\.5 { + left: 0.125rem !important; +} + +.top-1\.5 { + top: 0.375rem !important; +} + +.right-1\.5 { + right: 0.375rem !important; +} + +.bottom-1\.5 { + bottom: 0.375rem !important; +} + +.left-1\.5 { + left: 0.375rem !important; +} + +.top-2\.5 { + top: 0.625rem !important; +} + +.right-2\.5 { + right: 0.625rem !important; +} + +.bottom-2\.5 { + bottom: 0.625rem !important; +} + +.left-2\.5 { + left: 0.625rem !important; +} + +.top-3\.5 { + top: 0.875rem !important; +} + +.right-3\.5 { + right: 0.875rem !important; +} + +.bottom-3\.5 { + bottom: 0.875rem !important; +} + +.left-3\.5 { + left: 0.875rem !important; +} + +.top-1\/2 { + top: 50% !important; +} + +.right-1\/2 { + right: 50% !important; +} + +.bottom-1\/2 { + bottom: 50% !important; +} + +.left-1\/2 { + left: 50% !important; +} + +.top-1\/3 { + top: 33.333333% !important; +} + +.right-1\/3 { + right: 33.333333% !important; +} + +.bottom-1\/3 { + bottom: 33.333333% !important; +} + +.left-1\/3 { + left: 33.333333% !important; +} + +.top-2\/3 { + top: 66.666667% !important; +} + +.right-2\/3 { + right: 66.666667% !important; +} + +.bottom-2\/3 { + bottom: 66.666667% !important; +} + +.left-2\/3 { + left: 66.666667% !important; +} + +.top-1\/4 { + top: 25% !important; +} + +.right-1\/4 { + right: 25% !important; +} + +.bottom-1\/4 { + bottom: 25% !important; +} + +.left-1\/4 { + left: 25% !important; +} + +.top-2\/4 { + top: 50% !important; +} + +.right-2\/4 { + right: 50% !important; +} + +.bottom-2\/4 { + bottom: 50% !important; +} + +.left-2\/4 { + left: 50% !important; +} + +.top-3\/4 { + top: 75% !important; +} + +.right-3\/4 { + right: 75% !important; +} + +.bottom-3\/4 { + bottom: 75% !important; +} + +.left-3\/4 { + left: 75% !important; +} + +.top-1\/5 { + top: 20% !important; +} + +.right-1\/5 { + right: 20% !important; +} + +.bottom-1\/5 { + bottom: 20% !important; +} + +.left-1\/5 { + left: 20% !important; +} + +.top-2\/5 { + top: 40% !important; +} + +.right-2\/5 { + right: 40% !important; +} + +.bottom-2\/5 { + bottom: 40% !important; +} + +.left-2\/5 { + left: 40% !important; +} + +.top-3\/5 { + top: 60% !important; +} + +.right-3\/5 { + right: 60% !important; +} + +.bottom-3\/5 { + bottom: 60% !important; +} + +.left-3\/5 { + left: 60% !important; +} + +.top-4\/5 { + top: 80% !important; +} + +.right-4\/5 { + right: 80% !important; +} + +.bottom-4\/5 { + bottom: 80% !important; +} + +.left-4\/5 { + left: 80% !important; +} + +.top-1\/6 { + top: 16.666667% !important; +} + +.right-1\/6 { + right: 16.666667% !important; +} + +.bottom-1\/6 { + bottom: 16.666667% !important; +} + +.left-1\/6 { + left: 16.666667% !important; +} + +.top-2\/6 { + top: 33.333333% !important; +} + +.right-2\/6 { + right: 33.333333% !important; +} + +.bottom-2\/6 { + bottom: 33.333333% !important; +} + +.left-2\/6 { + left: 33.333333% !important; +} + +.top-3\/6 { + top: 50% !important; +} + +.right-3\/6 { + right: 50% !important; +} + +.bottom-3\/6 { + bottom: 50% !important; +} + +.left-3\/6 { + left: 50% !important; +} + +.top-4\/6 { + top: 66.666667% !important; +} + +.right-4\/6 { + right: 66.666667% !important; +} + +.bottom-4\/6 { + bottom: 66.666667% !important; +} + +.left-4\/6 { + left: 66.666667% !important; +} + +.top-5\/6 { + top: 83.333333% !important; +} + +.right-5\/6 { + right: 83.333333% !important; +} + +.bottom-5\/6 { + bottom: 83.333333% !important; +} + +.left-5\/6 { + left: 83.333333% !important; +} + +.top-1\/12 { + top: 8.333333% !important; +} + +.right-1\/12 { + right: 8.333333% !important; +} + +.bottom-1\/12 { + bottom: 8.333333% !important; +} + +.left-1\/12 { + left: 8.333333% !important; +} + +.top-2\/12 { + top: 16.666667% !important; +} + +.right-2\/12 { + right: 16.666667% !important; +} + +.bottom-2\/12 { + bottom: 16.666667% !important; +} + +.left-2\/12 { + left: 16.666667% !important; +} + +.top-3\/12 { + top: 25% !important; +} + +.right-3\/12 { + right: 25% !important; +} + +.bottom-3\/12 { + bottom: 25% !important; +} + +.left-3\/12 { + left: 25% !important; +} + +.top-4\/12 { + top: 33.333333% !important; +} + +.right-4\/12 { + right: 33.333333% !important; +} + +.bottom-4\/12 { + bottom: 33.333333% !important; +} + +.left-4\/12 { + left: 33.333333% !important; +} + +.top-5\/12 { + top: 41.666667% !important; +} + +.right-5\/12 { + right: 41.666667% !important; +} + +.bottom-5\/12 { + bottom: 41.666667% !important; +} + +.left-5\/12 { + left: 41.666667% !important; +} + +.top-6\/12 { + top: 50% !important; +} + +.right-6\/12 { + right: 50% !important; +} + +.bottom-6\/12 { + bottom: 50% !important; +} + +.left-6\/12 { + left: 50% !important; +} + +.top-7\/12 { + top: 58.333333% !important; +} + +.right-7\/12 { + right: 58.333333% !important; +} + +.bottom-7\/12 { + bottom: 58.333333% !important; +} + +.left-7\/12 { + left: 58.333333% !important; +} + +.top-8\/12 { + top: 66.666667% !important; +} + +.right-8\/12 { + right: 66.666667% !important; +} + +.bottom-8\/12 { + bottom: 66.666667% !important; +} + +.left-8\/12 { + left: 66.666667% !important; +} + +.top-9\/12 { + top: 75% !important; +} + +.right-9\/12 { + right: 75% !important; +} + +.bottom-9\/12 { + bottom: 75% !important; +} + +.left-9\/12 { + left: 75% !important; +} + +.top-10\/12 { + top: 83.333333% !important; +} + +.right-10\/12 { + right: 83.333333% !important; +} + +.bottom-10\/12 { + bottom: 83.333333% !important; +} + +.left-10\/12 { + left: 83.333333% !important; +} + +.top-11\/12 { + top: 91.666667% !important; +} + +.right-11\/12 { + right: 91.666667% !important; +} + +.bottom-11\/12 { + bottom: 91.666667% !important; +} + +.left-11\/12 { + left: 91.666667% !important; +} + +.top-1\/16 { + top: 6.25% !important; +} + +.right-1\/16 { + right: 6.25% !important; +} + +.bottom-1\/16 { + bottom: 6.25% !important; +} + +.left-1\/16 { + left: 6.25% !important; +} + +.top-2\/16 { + top: 12.5% !important; +} + +.right-2\/16 { + right: 12.5% !important; +} + +.bottom-2\/16 { + bottom: 12.5% !important; +} + +.left-2\/16 { + left: 12.5% !important; +} + +.top-3\/16 { + top: 18.75% !important; +} + +.right-3\/16 { + right: 18.75% !important; +} + +.bottom-3\/16 { + bottom: 18.75% !important; +} + +.left-3\/16 { + left: 18.75% !important; +} + +.top-4\/16 { + top: 25% !important; +} + +.right-4\/16 { + right: 25% !important; +} + +.bottom-4\/16 { + bottom: 25% !important; +} + +.left-4\/16 { + left: 25% !important; +} + +.top-5\/16 { + top: 31.25% !important; +} + +.right-5\/16 { + right: 31.25% !important; +} + +.bottom-5\/16 { + bottom: 31.25% !important; +} + +.left-5\/16 { + left: 31.25% !important; +} + +.top-6\/16 { + top: 37.5% !important; +} + +.right-6\/16 { + right: 37.5% !important; +} + +.bottom-6\/16 { + bottom: 37.5% !important; +} + +.left-6\/16 { + left: 37.5% !important; +} + +.top-7\/16 { + top: 43.75% !important; +} + +.right-7\/16 { + right: 43.75% !important; +} + +.bottom-7\/16 { + bottom: 43.75% !important; +} + +.left-7\/16 { + left: 43.75% !important; +} + +.top-8\/16 { + top: 50% !important; +} + +.right-8\/16 { + right: 50% !important; +} + +.bottom-8\/16 { + bottom: 50% !important; +} + +.left-8\/16 { + left: 50% !important; +} + +.top-9\/16 { + top: 56.25% !important; +} + +.right-9\/16 { + right: 56.25% !important; +} + +.bottom-9\/16 { + bottom: 56.25% !important; +} + +.left-9\/16 { + left: 56.25% !important; +} + +.top-10\/16 { + top: 62.5% !important; +} + +.right-10\/16 { + right: 62.5% !important; +} + +.bottom-10\/16 { + bottom: 62.5% !important; +} + +.left-10\/16 { + left: 62.5% !important; +} + +.top-11\/16 { + top: 68.75% !important; +} + +.right-11\/16 { + right: 68.75% !important; +} + +.bottom-11\/16 { + bottom: 68.75% !important; +} + +.left-11\/16 { + left: 68.75% !important; +} + +.top-12\/16 { + top: 75% !important; +} + +.right-12\/16 { + right: 75% !important; +} + +.bottom-12\/16 { + bottom: 75% !important; +} + +.left-12\/16 { + left: 75% !important; +} + +.top-13\/16 { + top: 81.25% !important; +} + +.right-13\/16 { + right: 81.25% !important; +} + +.bottom-13\/16 { + bottom: 81.25% !important; +} + +.left-13\/16 { + left: 81.25% !important; +} + +.top-14\/16 { + top: 87.5% !important; +} + +.right-14\/16 { + right: 87.5% !important; +} + +.bottom-14\/16 { + bottom: 87.5% !important; +} + +.left-14\/16 { + left: 87.5% !important; +} + +.top-15\/16 { + top: 93.75% !important; +} + +.right-15\/16 { + right: 93.75% !important; +} + +.bottom-15\/16 { + bottom: 93.75% !important; +} + +.left-15\/16 { + left: 93.75% !important; +} + +.top-full { + top: 100% !important; +} + +.right-full { + right: 100% !important; +} + +.bottom-full { + bottom: 100% !important; +} + +.left-full { + left: 100% !important; +} + +.-top-1 { + top: -0.25rem !important; +} + +.-right-1 { + right: -0.25rem !important; +} + +.-bottom-1 { + bottom: -0.25rem !important; +} + +.-left-1 { + left: -0.25rem !important; +} + +.-top-2 { + top: -0.5rem !important; +} + +.-right-2 { + right: -0.5rem !important; +} + +.-bottom-2 { + bottom: -0.5rem !important; +} + +.-left-2 { + left: -0.5rem !important; +} + +.-top-3 { + top: -0.75rem !important; +} + +.-right-3 { + right: -0.75rem !important; +} + +.-bottom-3 { + bottom: -0.75rem !important; +} + +.-left-3 { + left: -0.75rem !important; +} + +.-top-4 { + top: -1rem !important; +} + +.-right-4 { + right: -1rem !important; +} + +.-bottom-4 { + bottom: -1rem !important; +} + +.-left-4 { + left: -1rem !important; +} + +.-top-5 { + top: -1.25rem !important; +} + +.-right-5 { + right: -1.25rem !important; +} + +.-bottom-5 { + bottom: -1.25rem !important; +} + +.-left-5 { + left: -1.25rem !important; +} + +.-top-6 { + top: -1.5rem !important; +} + +.-right-6 { + right: -1.5rem !important; +} + +.-bottom-6 { + bottom: -1.5rem !important; +} + +.-left-6 { + left: -1.5rem !important; +} + +.-top-7 { + top: -1.75rem !important; +} + +.-right-7 { + right: -1.75rem !important; +} + +.-bottom-7 { + bottom: -1.75rem !important; +} + +.-left-7 { + left: -1.75rem !important; +} + +.-top-8 { + top: -2rem !important; +} + +.-right-8 { + right: -2rem !important; +} + +.-bottom-8 { + bottom: -2rem !important; +} + +.-left-8 { + left: -2rem !important; +} + +.-top-9 { + top: -2.25rem !important; +} + +.-right-9 { + right: -2.25rem !important; +} + +.-bottom-9 { + bottom: -2.25rem !important; +} + +.-left-9 { + left: -2.25rem !important; +} + +.-top-10 { + top: -2.5rem !important; +} + +.-right-10 { + right: -2.5rem !important; +} + +.-bottom-10 { + bottom: -2.5rem !important; +} + +.-left-10 { + left: -2.5rem !important; +} + +.-top-11 { + top: -2.75rem !important; +} + +.-right-11 { + right: -2.75rem !important; +} + +.-bottom-11 { + bottom: -2.75rem !important; +} + +.-left-11 { + left: -2.75rem !important; +} + +.-top-12 { + top: -3rem !important; +} + +.-right-12 { + right: -3rem !important; +} + +.-bottom-12 { + bottom: -3rem !important; +} + +.-left-12 { + left: -3rem !important; +} + +.-top-13 { + top: -3.25rem !important; +} + +.-right-13 { + right: -3.25rem !important; +} + +.-bottom-13 { + bottom: -3.25rem !important; +} + +.-left-13 { + left: -3.25rem !important; +} + +.-top-14 { + top: -3.5rem !important; +} + +.-right-14 { + right: -3.5rem !important; +} + +.-bottom-14 { + bottom: -3.5rem !important; +} + +.-left-14 { + left: -3.5rem !important; +} + +.-top-15 { + top: -3.75rem !important; +} + +.-right-15 { + right: -3.75rem !important; +} + +.-bottom-15 { + bottom: -3.75rem !important; +} + +.-left-15 { + left: -3.75rem !important; +} + +.-top-16 { + top: -4rem !important; +} + +.-right-16 { + right: -4rem !important; +} + +.-bottom-16 { + bottom: -4rem !important; +} + +.-left-16 { + left: -4rem !important; +} + +.-top-20 { + top: -5rem !important; +} + +.-right-20 { + right: -5rem !important; +} + +.-bottom-20 { + bottom: -5rem !important; +} + +.-left-20 { + left: -5rem !important; +} + +.-top-24 { + top: -6rem !important; +} + +.-right-24 { + right: -6rem !important; +} + +.-bottom-24 { + bottom: -6rem !important; +} + +.-left-24 { + left: -6rem !important; +} + +.-top-28 { + top: -7rem !important; +} + +.-right-28 { + right: -7rem !important; +} + +.-bottom-28 { + bottom: -7rem !important; +} + +.-left-28 { + left: -7rem !important; +} + +.-top-32 { + top: -8rem !important; +} + +.-right-32 { + right: -8rem !important; +} + +.-bottom-32 { + bottom: -8rem !important; +} + +.-left-32 { + left: -8rem !important; +} + +.-top-36 { + top: -9rem !important; +} + +.-right-36 { + right: -9rem !important; +} + +.-bottom-36 { + bottom: -9rem !important; +} + +.-left-36 { + left: -9rem !important; +} + +.-top-40 { + top: -10rem !important; +} + +.-right-40 { + right: -10rem !important; +} + +.-bottom-40 { + bottom: -10rem !important; +} + +.-left-40 { + left: -10rem !important; +} + +.-top-44 { + top: -11rem !important; +} + +.-right-44 { + right: -11rem !important; +} + +.-bottom-44 { + bottom: -11rem !important; +} + +.-left-44 { + left: -11rem !important; +} + +.-top-48 { + top: -12rem !important; +} + +.-right-48 { + right: -12rem !important; +} + +.-bottom-48 { + bottom: -12rem !important; +} + +.-left-48 { + left: -12rem !important; +} + +.-top-52 { + top: -13rem !important; +} + +.-right-52 { + right: -13rem !important; +} + +.-bottom-52 { + bottom: -13rem !important; +} + +.-left-52 { + left: -13rem !important; +} + +.-top-56 { + top: -14rem !important; +} + +.-right-56 { + right: -14rem !important; +} + +.-bottom-56 { + bottom: -14rem !important; +} + +.-left-56 { + left: -14rem !important; +} + +.-top-60 { + top: -15rem !important; +} + +.-right-60 { + right: -15rem !important; +} + +.-bottom-60 { + bottom: -15rem !important; +} + +.-left-60 { + left: -15rem !important; +} + +.-top-64 { + top: -16rem !important; +} + +.-right-64 { + right: -16rem !important; +} + +.-bottom-64 { + bottom: -16rem !important; +} + +.-left-64 { + left: -16rem !important; +} + +.-top-72 { + top: -18rem !important; +} + +.-right-72 { + right: -18rem !important; +} + +.-bottom-72 { + bottom: -18rem !important; +} + +.-left-72 { + left: -18rem !important; +} + +.-top-80 { + top: -20rem !important; +} + +.-right-80 { + right: -20rem !important; +} + +.-bottom-80 { + bottom: -20rem !important; +} + +.-left-80 { + left: -20rem !important; +} + +.-top-96 { + top: -24rem !important; +} + +.-right-96 { + right: -24rem !important; +} + +.-bottom-96 { + bottom: -24rem !important; +} + +.-left-96 { + left: -24rem !important; +} + +.-top-px { + top: -1px !important; +} + +.-right-px { + right: -1px !important; +} + +.-bottom-px { + bottom: -1px !important; +} + +.-left-px { + left: -1px !important; +} + +.-top-0\.5 { + top: -0.125rem !important; +} + +.-right-0\.5 { + right: -0.125rem !important; +} + +.-bottom-0\.5 { + bottom: -0.125rem !important; +} + +.-left-0\.5 { + left: -0.125rem !important; +} + +.-top-1\.5 { + top: -0.375rem !important; +} + +.-right-1\.5 { + right: -0.375rem !important; +} + +.-bottom-1\.5 { + bottom: -0.375rem !important; +} + +.-left-1\.5 { + left: -0.375rem !important; +} + +.-top-2\.5 { + top: -0.625rem !important; +} + +.-right-2\.5 { + right: -0.625rem !important; +} + +.-bottom-2\.5 { + bottom: -0.625rem !important; +} + +.-left-2\.5 { + left: -0.625rem !important; +} + +.-top-3\.5 { + top: -0.875rem !important; +} + +.-right-3\.5 { + right: -0.875rem !important; +} + +.-bottom-3\.5 { + bottom: -0.875rem !important; +} + +.-left-3\.5 { + left: -0.875rem !important; +} + +.-top-1\/2 { + top: -50% !important; +} + +.-right-1\/2 { + right: -50% !important; +} + +.-bottom-1\/2 { + bottom: -50% !important; +} + +.-left-1\/2 { + left: -50% !important; +} + +.-top-1\/3 { + top: -33.33333% !important; +} + +.-right-1\/3 { + right: -33.33333% !important; +} + +.-bottom-1\/3 { + bottom: -33.33333% !important; +} + +.-left-1\/3 { + left: -33.33333% !important; +} + +.-top-2\/3 { + top: -66.66667% !important; +} + +.-right-2\/3 { + right: -66.66667% !important; +} + +.-bottom-2\/3 { + bottom: -66.66667% !important; +} + +.-left-2\/3 { + left: -66.66667% !important; +} + +.-top-1\/4 { + top: -25% !important; +} + +.-right-1\/4 { + right: -25% !important; +} + +.-bottom-1\/4 { + bottom: -25% !important; +} + +.-left-1\/4 { + left: -25% !important; +} + +.-top-2\/4 { + top: -50% !important; +} + +.-right-2\/4 { + right: -50% !important; +} + +.-bottom-2\/4 { + bottom: -50% !important; +} + +.-left-2\/4 { + left: -50% !important; +} + +.-top-3\/4 { + top: -75% !important; +} + +.-right-3\/4 { + right: -75% !important; +} + +.-bottom-3\/4 { + bottom: -75% !important; +} + +.-left-3\/4 { + left: -75% !important; +} + +.-top-1\/5 { + top: -20% !important; +} + +.-right-1\/5 { + right: -20% !important; +} + +.-bottom-1\/5 { + bottom: -20% !important; +} + +.-left-1\/5 { + left: -20% !important; +} + +.-top-2\/5 { + top: -40% !important; +} + +.-right-2\/5 { + right: -40% !important; +} + +.-bottom-2\/5 { + bottom: -40% !important; +} + +.-left-2\/5 { + left: -40% !important; +} + +.-top-3\/5 { + top: -60% !important; +} + +.-right-3\/5 { + right: -60% !important; +} + +.-bottom-3\/5 { + bottom: -60% !important; +} + +.-left-3\/5 { + left: -60% !important; +} + +.-top-4\/5 { + top: -80% !important; +} + +.-right-4\/5 { + right: -80% !important; +} + +.-bottom-4\/5 { + bottom: -80% !important; +} + +.-left-4\/5 { + left: -80% !important; +} + +.-top-1\/6 { + top: -16.66667% !important; +} + +.-right-1\/6 { + right: -16.66667% !important; +} + +.-bottom-1\/6 { + bottom: -16.66667% !important; +} + +.-left-1\/6 { + left: -16.66667% !important; +} + +.-top-2\/6 { + top: -33.33333% !important; +} + +.-right-2\/6 { + right: -33.33333% !important; +} + +.-bottom-2\/6 { + bottom: -33.33333% !important; +} + +.-left-2\/6 { + left: -33.33333% !important; +} + +.-top-3\/6 { + top: -50% !important; +} + +.-right-3\/6 { + right: -50% !important; +} + +.-bottom-3\/6 { + bottom: -50% !important; +} + +.-left-3\/6 { + left: -50% !important; +} + +.-top-4\/6 { + top: -66.66667% !important; +} + +.-right-4\/6 { + right: -66.66667% !important; +} + +.-bottom-4\/6 { + bottom: -66.66667% !important; +} + +.-left-4\/6 { + left: -66.66667% !important; +} + +.-top-5\/6 { + top: -83.33333% !important; +} + +.-right-5\/6 { + right: -83.33333% !important; +} + +.-bottom-5\/6 { + bottom: -83.33333% !important; +} + +.-left-5\/6 { + left: -83.33333% !important; +} + +.-top-1\/12 { + top: -8.33333% !important; +} + +.-right-1\/12 { + right: -8.33333% !important; +} + +.-bottom-1\/12 { + bottom: -8.33333% !important; +} + +.-left-1\/12 { + left: -8.33333% !important; +} + +.-top-2\/12 { + top: -16.66667% !important; +} + +.-right-2\/12 { + right: -16.66667% !important; +} + +.-bottom-2\/12 { + bottom: -16.66667% !important; +} + +.-left-2\/12 { + left: -16.66667% !important; +} + +.-top-3\/12 { + top: -25% !important; +} + +.-right-3\/12 { + right: -25% !important; +} + +.-bottom-3\/12 { + bottom: -25% !important; +} + +.-left-3\/12 { + left: -25% !important; +} + +.-top-4\/12 { + top: -33.33333% !important; +} + +.-right-4\/12 { + right: -33.33333% !important; +} + +.-bottom-4\/12 { + bottom: -33.33333% !important; +} + +.-left-4\/12 { + left: -33.33333% !important; +} + +.-top-5\/12 { + top: -41.66667% !important; +} + +.-right-5\/12 { + right: -41.66667% !important; +} + +.-bottom-5\/12 { + bottom: -41.66667% !important; +} + +.-left-5\/12 { + left: -41.66667% !important; +} + +.-top-6\/12 { + top: -50% !important; +} + +.-right-6\/12 { + right: -50% !important; +} + +.-bottom-6\/12 { + bottom: -50% !important; +} + +.-left-6\/12 { + left: -50% !important; +} + +.-top-7\/12 { + top: -58.33333% !important; +} + +.-right-7\/12 { + right: -58.33333% !important; +} + +.-bottom-7\/12 { + bottom: -58.33333% !important; +} + +.-left-7\/12 { + left: -58.33333% !important; +} + +.-top-8\/12 { + top: -66.66667% !important; +} + +.-right-8\/12 { + right: -66.66667% !important; +} + +.-bottom-8\/12 { + bottom: -66.66667% !important; +} + +.-left-8\/12 { + left: -66.66667% !important; +} + +.-top-9\/12 { + top: -75% !important; +} + +.-right-9\/12 { + right: -75% !important; +} + +.-bottom-9\/12 { + bottom: -75% !important; +} + +.-left-9\/12 { + left: -75% !important; +} + +.-top-10\/12 { + top: -83.33333% !important; +} + +.-right-10\/12 { + right: -83.33333% !important; +} + +.-bottom-10\/12 { + bottom: -83.33333% !important; +} + +.-left-10\/12 { + left: -83.33333% !important; +} + +.-top-11\/12 { + top: -91.66667% !important; +} + +.-right-11\/12 { + right: -91.66667% !important; +} + +.-bottom-11\/12 { + bottom: -91.66667% !important; +} + +.-left-11\/12 { + left: -91.66667% !important; +} + +.-top-1\/16 { + top: -6.25% !important; +} + +.-right-1\/16 { + right: -6.25% !important; +} + +.-bottom-1\/16 { + bottom: -6.25% !important; +} + +.-left-1\/16 { + left: -6.25% !important; +} + +.-top-2\/16 { + top: -12.5% !important; +} + +.-right-2\/16 { + right: -12.5% !important; +} + +.-bottom-2\/16 { + bottom: -12.5% !important; +} + +.-left-2\/16 { + left: -12.5% !important; +} + +.-top-3\/16 { + top: -18.75% !important; +} + +.-right-3\/16 { + right: -18.75% !important; +} + +.-bottom-3\/16 { + bottom: -18.75% !important; +} + +.-left-3\/16 { + left: -18.75% !important; +} + +.-top-4\/16 { + top: -25% !important; +} + +.-right-4\/16 { + right: -25% !important; +} + +.-bottom-4\/16 { + bottom: -25% !important; +} + +.-left-4\/16 { + left: -25% !important; +} + +.-top-5\/16 { + top: -31.25% !important; +} + +.-right-5\/16 { + right: -31.25% !important; +} + +.-bottom-5\/16 { + bottom: -31.25% !important; +} + +.-left-5\/16 { + left: -31.25% !important; +} + +.-top-6\/16 { + top: -37.5% !important; +} + +.-right-6\/16 { + right: -37.5% !important; +} + +.-bottom-6\/16 { + bottom: -37.5% !important; +} + +.-left-6\/16 { + left: -37.5% !important; +} + +.-top-7\/16 { + top: -43.75% !important; +} + +.-right-7\/16 { + right: -43.75% !important; +} + +.-bottom-7\/16 { + bottom: -43.75% !important; +} + +.-left-7\/16 { + left: -43.75% !important; +} + +.-top-8\/16 { + top: -50% !important; +} + +.-right-8\/16 { + right: -50% !important; +} + +.-bottom-8\/16 { + bottom: -50% !important; +} + +.-left-8\/16 { + left: -50% !important; +} + +.-top-9\/16 { + top: -56.25% !important; +} + +.-right-9\/16 { + right: -56.25% !important; +} + +.-bottom-9\/16 { + bottom: -56.25% !important; +} + +.-left-9\/16 { + left: -56.25% !important; +} + +.-top-10\/16 { + top: -62.5% !important; +} + +.-right-10\/16 { + right: -62.5% !important; +} + +.-bottom-10\/16 { + bottom: -62.5% !important; +} + +.-left-10\/16 { + left: -62.5% !important; +} + +.-top-11\/16 { + top: -68.75% !important; +} + +.-right-11\/16 { + right: -68.75% !important; +} + +.-bottom-11\/16 { + bottom: -68.75% !important; +} + +.-left-11\/16 { + left: -68.75% !important; +} + +.-top-12\/16 { + top: -75% !important; +} + +.-right-12\/16 { + right: -75% !important; +} + +.-bottom-12\/16 { + bottom: -75% !important; +} + +.-left-12\/16 { + left: -75% !important; +} + +.-top-13\/16 { + top: -81.25% !important; +} + +.-right-13\/16 { + right: -81.25% !important; +} + +.-bottom-13\/16 { + bottom: -81.25% !important; +} + +.-left-13\/16 { + left: -81.25% !important; +} + +.-top-14\/16 { + top: -87.5% !important; +} + +.-right-14\/16 { + right: -87.5% !important; +} + +.-bottom-14\/16 { + bottom: -87.5% !important; +} + +.-left-14\/16 { + left: -87.5% !important; +} + +.-top-15\/16 { + top: -93.75% !important; +} + +.-right-15\/16 { + right: -93.75% !important; +} + +.-bottom-15\/16 { + bottom: -93.75% !important; +} + +.-left-15\/16 { + left: -93.75% !important; +} + +.-top-full { + top: -100% !important; +} + +.-right-full { + right: -100% !important; +} + +.-bottom-full { + bottom: -100% !important; +} + +.-left-full { + left: -100% !important; +} + .resize-none { resize: none !important; } @@ -24512,18 +37072,42 @@ video { width: 1.5rem !important; } +.w-7 { + width: 1.75rem !important; +} + .w-8 { width: 2rem !important; } +.w-9 { + width: 2.25rem !important; +} + .w-10 { width: 2.5rem !important; } +.w-11 { + width: 2.75rem !important; +} + .w-12 { width: 3rem !important; } +.w-13 { + width: 3.25rem !important; +} + +.w-14 { + width: 3.5rem !important; +} + +.w-15 { + width: 3.75rem !important; +} + .w-16 { width: 4rem !important; } @@ -24536,26 +37120,58 @@ video { width: 6rem !important; } +.w-28 { + width: 7rem !important; +} + .w-32 { width: 8rem !important; } +.w-36 { + width: 9rem !important; +} + .w-40 { width: 10rem !important; } +.w-44 { + width: 11rem !important; +} + .w-48 { width: 12rem !important; } +.w-52 { + width: 13rem !important; +} + .w-56 { width: 14rem !important; } +.w-60 { + width: 15rem !important; +} + .w-64 { width: 16rem !important; } +.w-72 { + width: 18rem !important; +} + +.w-80 { + width: 20rem !important; +} + +.w-96 { + width: 24rem !important; +} + .w-auto { width: auto !important; } @@ -24564,6 +37180,22 @@ video { width: 1px !important; } +.w-0\.5 { + width: 0.125rem !important; +} + +.w-1\.5 { + width: 0.375rem !important; +} + +.w-2\.5 { + width: 0.625rem !important; +} + +.w-3\.5 { + width: 0.875rem !important; +} + .w-1\/2 { width: 50% !important; } @@ -24668,6 +37300,66 @@ video { width: 91.666667% !important; } +.w-1\/16 { + width: 6.25% !important; +} + +.w-2\/16 { + width: 12.5% !important; +} + +.w-3\/16 { + width: 18.75% !important; +} + +.w-4\/16 { + width: 25% !important; +} + +.w-5\/16 { + width: 31.25% !important; +} + +.w-6\/16 { + width: 37.5% !important; +} + +.w-7\/16 { + width: 43.75% !important; +} + +.w-8\/16 { + width: 50% !important; +} + +.w-9\/16 { + width: 56.25% !important; +} + +.w-10\/16 { + width: 62.5% !important; +} + +.w-11\/16 { + width: 68.75% !important; +} + +.w-12\/16 { + width: 75% !important; +} + +.w-13\/16 { + width: 81.25% !important; +} + +.w-14\/16 { + width: 87.5% !important; +} + +.w-15\/16 { + width: 93.75% !important; +} + .w-full { width: 100% !important; } @@ -24676,6 +37368,14 @@ video { width: 100vw !important; } +.w-min { + width: min-content !important; +} + +.w-max { + width: max-content !important; +} + .z-0 { z-index: 0 !important; } @@ -24739,21 +37439,51 @@ video { gap: 1.5rem !important; } +.gap-7 { + grid-gap: 1.75rem !important; + gap: 1.75rem !important; +} + .gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } +.gap-9 { + grid-gap: 2.25rem !important; + gap: 2.25rem !important; +} + .gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } +.gap-11 { + grid-gap: 2.75rem !important; + gap: 2.75rem !important; +} + .gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } +.gap-13 { + grid-gap: 3.25rem !important; + gap: 3.25rem !important; +} + +.gap-14 { + grid-gap: 3.5rem !important; + gap: 3.5rem !important; +} + +.gap-15 { + grid-gap: 3.75rem !important; + gap: 3.75rem !important; +} + .gap-16 { grid-gap: 4rem !important; gap: 4rem !important; @@ -24769,36 +37499,306 @@ video { gap: 6rem !important; } +.gap-28 { + grid-gap: 7rem !important; + gap: 7rem !important; +} + .gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } +.gap-36 { + grid-gap: 9rem !important; + gap: 9rem !important; +} + .gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } +.gap-44 { + grid-gap: 11rem !important; + gap: 11rem !important; +} + .gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } +.gap-52 { + grid-gap: 13rem !important; + gap: 13rem !important; +} + .gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } +.gap-60 { + grid-gap: 15rem !important; + gap: 15rem !important; +} + .gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } +.gap-72 { + grid-gap: 18rem !important; + gap: 18rem !important; +} + +.gap-80 { + grid-gap: 20rem !important; + gap: 20rem !important; +} + +.gap-96 { + grid-gap: 24rem !important; + gap: 24rem !important; +} + .gap-px { grid-gap: 1px !important; gap: 1px !important; } +.gap-0\.5 { + grid-gap: 0.125rem !important; + gap: 0.125rem !important; +} + +.gap-1\.5 { + grid-gap: 0.375rem !important; + gap: 0.375rem !important; +} + +.gap-2\.5 { + grid-gap: 0.625rem !important; + gap: 0.625rem !important; +} + +.gap-3\.5 { + grid-gap: 0.875rem !important; + gap: 0.875rem !important; +} + +.gap-1\/2 { + grid-gap: 50% !important; + gap: 50% !important; +} + +.gap-1\/3 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; +} + +.gap-2\/3 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; +} + +.gap-1\/4 { + grid-gap: 25% !important; + gap: 25% !important; +} + +.gap-2\/4 { + grid-gap: 50% !important; + gap: 50% !important; +} + +.gap-3\/4 { + grid-gap: 75% !important; + gap: 75% !important; +} + +.gap-1\/5 { + grid-gap: 20% !important; + gap: 20% !important; +} + +.gap-2\/5 { + grid-gap: 40% !important; + gap: 40% !important; +} + +.gap-3\/5 { + grid-gap: 60% !important; + gap: 60% !important; +} + +.gap-4\/5 { + grid-gap: 80% !important; + gap: 80% !important; +} + +.gap-1\/6 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; +} + +.gap-2\/6 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; +} + +.gap-3\/6 { + grid-gap: 50% !important; + gap: 50% !important; +} + +.gap-4\/6 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; +} + +.gap-5\/6 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; +} + +.gap-1\/12 { + grid-gap: 8.333333% !important; + gap: 8.333333% !important; +} + +.gap-2\/12 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; +} + +.gap-3\/12 { + grid-gap: 25% !important; + gap: 25% !important; +} + +.gap-4\/12 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; +} + +.gap-5\/12 { + grid-gap: 41.666667% !important; + gap: 41.666667% !important; +} + +.gap-6\/12 { + grid-gap: 50% !important; + gap: 50% !important; +} + +.gap-7\/12 { + grid-gap: 58.333333% !important; + gap: 58.333333% !important; +} + +.gap-8\/12 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; +} + +.gap-9\/12 { + grid-gap: 75% !important; + gap: 75% !important; +} + +.gap-10\/12 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; +} + +.gap-11\/12 { + grid-gap: 91.666667% !important; + gap: 91.666667% !important; +} + +.gap-1\/16 { + grid-gap: 6.25% !important; + gap: 6.25% !important; +} + +.gap-2\/16 { + grid-gap: 12.5% !important; + gap: 12.5% !important; +} + +.gap-3\/16 { + grid-gap: 18.75% !important; + gap: 18.75% !important; +} + +.gap-4\/16 { + grid-gap: 25% !important; + gap: 25% !important; +} + +.gap-5\/16 { + grid-gap: 31.25% !important; + gap: 31.25% !important; +} + +.gap-6\/16 { + grid-gap: 37.5% !important; + gap: 37.5% !important; +} + +.gap-7\/16 { + grid-gap: 43.75% !important; + gap: 43.75% !important; +} + +.gap-8\/16 { + grid-gap: 50% !important; + gap: 50% !important; +} + +.gap-9\/16 { + grid-gap: 56.25% !important; + gap: 56.25% !important; +} + +.gap-10\/16 { + grid-gap: 62.5% !important; + gap: 62.5% !important; +} + +.gap-11\/16 { + grid-gap: 68.75% !important; + gap: 68.75% !important; +} + +.gap-12\/16 { + grid-gap: 75% !important; + gap: 75% !important; +} + +.gap-13\/16 { + grid-gap: 81.25% !important; + gap: 81.25% !important; +} + +.gap-14\/16 { + grid-gap: 87.5% !important; + gap: 87.5% !important; +} + +.gap-15\/16 { + grid-gap: 93.75% !important; + gap: 93.75% !important; +} + +.gap-full { + grid-gap: 100% !important; + gap: 100% !important; +} + .gap-x-0 { grid-column-gap: 0 !important; column-gap: 0 !important; @@ -24834,21 +37834,51 @@ video { column-gap: 1.5rem !important; } +.gap-x-7 { + grid-column-gap: 1.75rem !important; + column-gap: 1.75rem !important; +} + .gap-x-8 { grid-column-gap: 2rem !important; column-gap: 2rem !important; } +.gap-x-9 { + grid-column-gap: 2.25rem !important; + column-gap: 2.25rem !important; +} + .gap-x-10 { grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } +.gap-x-11 { + grid-column-gap: 2.75rem !important; + column-gap: 2.75rem !important; +} + .gap-x-12 { grid-column-gap: 3rem !important; column-gap: 3rem !important; } +.gap-x-13 { + grid-column-gap: 3.25rem !important; + column-gap: 3.25rem !important; +} + +.gap-x-14 { + grid-column-gap: 3.5rem !important; + column-gap: 3.5rem !important; +} + +.gap-x-15 { + grid-column-gap: 3.75rem !important; + column-gap: 3.75rem !important; +} + .gap-x-16 { grid-column-gap: 4rem !important; column-gap: 4rem !important; @@ -24864,36 +37894,306 @@ video { column-gap: 6rem !important; } +.gap-x-28 { + grid-column-gap: 7rem !important; + column-gap: 7rem !important; +} + .gap-x-32 { grid-column-gap: 8rem !important; column-gap: 8rem !important; } +.gap-x-36 { + grid-column-gap: 9rem !important; + column-gap: 9rem !important; +} + .gap-x-40 { grid-column-gap: 10rem !important; column-gap: 10rem !important; } +.gap-x-44 { + grid-column-gap: 11rem !important; + column-gap: 11rem !important; +} + .gap-x-48 { grid-column-gap: 12rem !important; column-gap: 12rem !important; } +.gap-x-52 { + grid-column-gap: 13rem !important; + column-gap: 13rem !important; +} + .gap-x-56 { grid-column-gap: 14rem !important; column-gap: 14rem !important; } +.gap-x-60 { + grid-column-gap: 15rem !important; + column-gap: 15rem !important; +} + .gap-x-64 { grid-column-gap: 16rem !important; column-gap: 16rem !important; } +.gap-x-72 { + grid-column-gap: 18rem !important; + column-gap: 18rem !important; +} + +.gap-x-80 { + grid-column-gap: 20rem !important; + column-gap: 20rem !important; +} + +.gap-x-96 { + grid-column-gap: 24rem !important; + column-gap: 24rem !important; +} + .gap-x-px { grid-column-gap: 1px !important; column-gap: 1px !important; } +.gap-x-0\.5 { + grid-column-gap: 0.125rem !important; + column-gap: 0.125rem !important; +} + +.gap-x-1\.5 { + grid-column-gap: 0.375rem !important; + column-gap: 0.375rem !important; +} + +.gap-x-2\.5 { + grid-column-gap: 0.625rem !important; + column-gap: 0.625rem !important; +} + +.gap-x-3\.5 { + grid-column-gap: 0.875rem !important; + column-gap: 0.875rem !important; +} + +.gap-x-1\/2 { + grid-column-gap: 50% !important; + column-gap: 50% !important; +} + +.gap-x-1\/3 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; +} + +.gap-x-2\/3 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; +} + +.gap-x-1\/4 { + grid-column-gap: 25% !important; + column-gap: 25% !important; +} + +.gap-x-2\/4 { + grid-column-gap: 50% !important; + column-gap: 50% !important; +} + +.gap-x-3\/4 { + grid-column-gap: 75% !important; + column-gap: 75% !important; +} + +.gap-x-1\/5 { + grid-column-gap: 20% !important; + column-gap: 20% !important; +} + +.gap-x-2\/5 { + grid-column-gap: 40% !important; + column-gap: 40% !important; +} + +.gap-x-3\/5 { + grid-column-gap: 60% !important; + column-gap: 60% !important; +} + +.gap-x-4\/5 { + grid-column-gap: 80% !important; + column-gap: 80% !important; +} + +.gap-x-1\/6 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; +} + +.gap-x-2\/6 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; +} + +.gap-x-3\/6 { + grid-column-gap: 50% !important; + column-gap: 50% !important; +} + +.gap-x-4\/6 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; +} + +.gap-x-5\/6 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; +} + +.gap-x-1\/12 { + grid-column-gap: 8.333333% !important; + column-gap: 8.333333% !important; +} + +.gap-x-2\/12 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; +} + +.gap-x-3\/12 { + grid-column-gap: 25% !important; + column-gap: 25% !important; +} + +.gap-x-4\/12 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; +} + +.gap-x-5\/12 { + grid-column-gap: 41.666667% !important; + column-gap: 41.666667% !important; +} + +.gap-x-6\/12 { + grid-column-gap: 50% !important; + column-gap: 50% !important; +} + +.gap-x-7\/12 { + grid-column-gap: 58.333333% !important; + column-gap: 58.333333% !important; +} + +.gap-x-8\/12 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; +} + +.gap-x-9\/12 { + grid-column-gap: 75% !important; + column-gap: 75% !important; +} + +.gap-x-10\/12 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; +} + +.gap-x-11\/12 { + grid-column-gap: 91.666667% !important; + column-gap: 91.666667% !important; +} + +.gap-x-1\/16 { + grid-column-gap: 6.25% !important; + column-gap: 6.25% !important; +} + +.gap-x-2\/16 { + grid-column-gap: 12.5% !important; + column-gap: 12.5% !important; +} + +.gap-x-3\/16 { + grid-column-gap: 18.75% !important; + column-gap: 18.75% !important; +} + +.gap-x-4\/16 { + grid-column-gap: 25% !important; + column-gap: 25% !important; +} + +.gap-x-5\/16 { + grid-column-gap: 31.25% !important; + column-gap: 31.25% !important; +} + +.gap-x-6\/16 { + grid-column-gap: 37.5% !important; + column-gap: 37.5% !important; +} + +.gap-x-7\/16 { + grid-column-gap: 43.75% !important; + column-gap: 43.75% !important; +} + +.gap-x-8\/16 { + grid-column-gap: 50% !important; + column-gap: 50% !important; +} + +.gap-x-9\/16 { + grid-column-gap: 56.25% !important; + column-gap: 56.25% !important; +} + +.gap-x-10\/16 { + grid-column-gap: 62.5% !important; + column-gap: 62.5% !important; +} + +.gap-x-11\/16 { + grid-column-gap: 68.75% !important; + column-gap: 68.75% !important; +} + +.gap-x-12\/16 { + grid-column-gap: 75% !important; + column-gap: 75% !important; +} + +.gap-x-13\/16 { + grid-column-gap: 81.25% !important; + column-gap: 81.25% !important; +} + +.gap-x-14\/16 { + grid-column-gap: 87.5% !important; + column-gap: 87.5% !important; +} + +.gap-x-15\/16 { + grid-column-gap: 93.75% !important; + column-gap: 93.75% !important; +} + +.gap-x-full { + grid-column-gap: 100% !important; + column-gap: 100% !important; +} + .gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; @@ -24929,21 +38229,51 @@ video { row-gap: 1.5rem !important; } +.gap-y-7 { + grid-row-gap: 1.75rem !important; + row-gap: 1.75rem !important; +} + .gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } +.gap-y-9 { + grid-row-gap: 2.25rem !important; + row-gap: 2.25rem !important; +} + .gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } +.gap-y-11 { + grid-row-gap: 2.75rem !important; + row-gap: 2.75rem !important; +} + .gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } +.gap-y-13 { + grid-row-gap: 3.25rem !important; + row-gap: 3.25rem !important; +} + +.gap-y-14 { + grid-row-gap: 3.5rem !important; + row-gap: 3.5rem !important; +} + +.gap-y-15 { + grid-row-gap: 3.75rem !important; + row-gap: 3.75rem !important; +} + .gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; @@ -24959,36 +38289,306 @@ video { row-gap: 6rem !important; } +.gap-y-28 { + grid-row-gap: 7rem !important; + row-gap: 7rem !important; +} + .gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } +.gap-y-36 { + grid-row-gap: 9rem !important; + row-gap: 9rem !important; +} + .gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } +.gap-y-44 { + grid-row-gap: 11rem !important; + row-gap: 11rem !important; +} + .gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } +.gap-y-52 { + grid-row-gap: 13rem !important; + row-gap: 13rem !important; +} + .gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } +.gap-y-60 { + grid-row-gap: 15rem !important; + row-gap: 15rem !important; +} + .gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } +.gap-y-72 { + grid-row-gap: 18rem !important; + row-gap: 18rem !important; +} + +.gap-y-80 { + grid-row-gap: 20rem !important; + row-gap: 20rem !important; +} + +.gap-y-96 { + grid-row-gap: 24rem !important; + row-gap: 24rem !important; +} + .gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } +.gap-y-0\.5 { + grid-row-gap: 0.125rem !important; + row-gap: 0.125rem !important; +} + +.gap-y-1\.5 { + grid-row-gap: 0.375rem !important; + row-gap: 0.375rem !important; +} + +.gap-y-2\.5 { + grid-row-gap: 0.625rem !important; + row-gap: 0.625rem !important; +} + +.gap-y-3\.5 { + grid-row-gap: 0.875rem !important; + row-gap: 0.875rem !important; +} + +.gap-y-1\/2 { + grid-row-gap: 50% !important; + row-gap: 50% !important; +} + +.gap-y-1\/3 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; +} + +.gap-y-2\/3 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; +} + +.gap-y-1\/4 { + grid-row-gap: 25% !important; + row-gap: 25% !important; +} + +.gap-y-2\/4 { + grid-row-gap: 50% !important; + row-gap: 50% !important; +} + +.gap-y-3\/4 { + grid-row-gap: 75% !important; + row-gap: 75% !important; +} + +.gap-y-1\/5 { + grid-row-gap: 20% !important; + row-gap: 20% !important; +} + +.gap-y-2\/5 { + grid-row-gap: 40% !important; + row-gap: 40% !important; +} + +.gap-y-3\/5 { + grid-row-gap: 60% !important; + row-gap: 60% !important; +} + +.gap-y-4\/5 { + grid-row-gap: 80% !important; + row-gap: 80% !important; +} + +.gap-y-1\/6 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; +} + +.gap-y-2\/6 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; +} + +.gap-y-3\/6 { + grid-row-gap: 50% !important; + row-gap: 50% !important; +} + +.gap-y-4\/6 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; +} + +.gap-y-5\/6 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; +} + +.gap-y-1\/12 { + grid-row-gap: 8.333333% !important; + row-gap: 8.333333% !important; +} + +.gap-y-2\/12 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; +} + +.gap-y-3\/12 { + grid-row-gap: 25% !important; + row-gap: 25% !important; +} + +.gap-y-4\/12 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; +} + +.gap-y-5\/12 { + grid-row-gap: 41.666667% !important; + row-gap: 41.666667% !important; +} + +.gap-y-6\/12 { + grid-row-gap: 50% !important; + row-gap: 50% !important; +} + +.gap-y-7\/12 { + grid-row-gap: 58.333333% !important; + row-gap: 58.333333% !important; +} + +.gap-y-8\/12 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; +} + +.gap-y-9\/12 { + grid-row-gap: 75% !important; + row-gap: 75% !important; +} + +.gap-y-10\/12 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; +} + +.gap-y-11\/12 { + grid-row-gap: 91.666667% !important; + row-gap: 91.666667% !important; +} + +.gap-y-1\/16 { + grid-row-gap: 6.25% !important; + row-gap: 6.25% !important; +} + +.gap-y-2\/16 { + grid-row-gap: 12.5% !important; + row-gap: 12.5% !important; +} + +.gap-y-3\/16 { + grid-row-gap: 18.75% !important; + row-gap: 18.75% !important; +} + +.gap-y-4\/16 { + grid-row-gap: 25% !important; + row-gap: 25% !important; +} + +.gap-y-5\/16 { + grid-row-gap: 31.25% !important; + row-gap: 31.25% !important; +} + +.gap-y-6\/16 { + grid-row-gap: 37.5% !important; + row-gap: 37.5% !important; +} + +.gap-y-7\/16 { + grid-row-gap: 43.75% !important; + row-gap: 43.75% !important; +} + +.gap-y-8\/16 { + grid-row-gap: 50% !important; + row-gap: 50% !important; +} + +.gap-y-9\/16 { + grid-row-gap: 56.25% !important; + row-gap: 56.25% !important; +} + +.gap-y-10\/16 { + grid-row-gap: 62.5% !important; + row-gap: 62.5% !important; +} + +.gap-y-11\/16 { + grid-row-gap: 68.75% !important; + row-gap: 68.75% !important; +} + +.gap-y-12\/16 { + grid-row-gap: 75% !important; + row-gap: 75% !important; +} + +.gap-y-13\/16 { + grid-row-gap: 81.25% !important; + row-gap: 81.25% !important; +} + +.gap-y-14\/16 { + grid-row-gap: 87.5% !important; + row-gap: 87.5% !important; +} + +.gap-y-15\/16 { + grid-row-gap: 93.75% !important; + row-gap: 93.75% !important; +} + +.gap-y-full { + grid-row-gap: 100% !important; + row-gap: 100% !important; +} + .grid-flow-row { grid-auto-flow: row !important; } @@ -25050,7 +38650,7 @@ video { } .grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; + grid-template-columns: repeat(16, minmax(0, 1fr)) !important; } .grid-cols-none { @@ -25125,6 +38725,22 @@ video { grid-column: span 12 / span 12 !important; } +.col-span-13 { + grid-column: span 13 / span 13 !important; +} + +.col-span-14 { + grid-column: span 14 / span 14 !important; +} + +.col-span-15 { + grid-column: span 15 / span 15 !important; +} + +.col-span-16 { + grid-column: span 16 / span 16 !important; +} + .col-span-full { grid-column: 1 / -1 !important; } @@ -25181,6 +38797,22 @@ video { grid-column-start: 13 !important; } +.col-start-14 { + grid-column-start: 14 !important; +} + +.col-start-15 { + grid-column-start: 15 !important; +} + +.col-start-16 { + grid-column-start: 16 !important; +} + +.col-start-17 { + grid-column-start: 17 !important; +} + .col-start-auto { grid-column-start: auto !important; } @@ -25237,6 +38869,22 @@ video { grid-column-end: 13 !important; } +.col-end-14 { + grid-column-end: 14 !important; +} + +.col-end-15 { + grid-column-end: 15 !important; +} + +.col-end-16 { + grid-column-end: 16 !important; +} + +.col-end-17 { + grid-column-end: 17 !important; +} + .col-end-auto { grid-column-end: auto !important; } @@ -26065,18 +39713,42 @@ video { --transform-translate-x: 1.5rem !important; } +.translate-x-7 { + --transform-translate-x: 1.75rem !important; +} + .translate-x-8 { --transform-translate-x: 2rem !important; } +.translate-x-9 { + --transform-translate-x: 2.25rem !important; +} + .translate-x-10 { --transform-translate-x: 2.5rem !important; } +.translate-x-11 { + --transform-translate-x: 2.75rem !important; +} + .translate-x-12 { --transform-translate-x: 3rem !important; } +.translate-x-13 { + --transform-translate-x: 3.25rem !important; +} + +.translate-x-14 { + --transform-translate-x: 3.5rem !important; +} + +.translate-x-15 { + --transform-translate-x: 3.75rem !important; +} + .translate-x-16 { --transform-translate-x: 4rem !important; } @@ -26089,30 +39761,246 @@ video { --transform-translate-x: 6rem !important; } +.translate-x-28 { + --transform-translate-x: 7rem !important; +} + .translate-x-32 { --transform-translate-x: 8rem !important; } +.translate-x-36 { + --transform-translate-x: 9rem !important; +} + .translate-x-40 { --transform-translate-x: 10rem !important; } +.translate-x-44 { + --transform-translate-x: 11rem !important; +} + .translate-x-48 { --transform-translate-x: 12rem !important; } +.translate-x-52 { + --transform-translate-x: 13rem !important; +} + .translate-x-56 { --transform-translate-x: 14rem !important; } +.translate-x-60 { + --transform-translate-x: 15rem !important; +} + .translate-x-64 { --transform-translate-x: 16rem !important; } +.translate-x-72 { + --transform-translate-x: 18rem !important; +} + +.translate-x-80 { + --transform-translate-x: 20rem !important; +} + +.translate-x-96 { + --transform-translate-x: 24rem !important; +} + .translate-x-px { --transform-translate-x: 1px !important; } +.translate-x-0\.5 { + --transform-translate-x: 0.125rem !important; +} + +.translate-x-1\.5 { + --transform-translate-x: 0.375rem !important; +} + +.translate-x-2\.5 { + --transform-translate-x: 0.625rem !important; +} + +.translate-x-3\.5 { + --transform-translate-x: 0.875rem !important; +} + +.translate-x-1\/2 { + --transform-translate-x: 50% !important; +} + +.translate-x-1\/3 { + --transform-translate-x: 33.333333% !important; +} + +.translate-x-2\/3 { + --transform-translate-x: 66.666667% !important; +} + +.translate-x-1\/4 { + --transform-translate-x: 25% !important; +} + +.translate-x-2\/4 { + --transform-translate-x: 50% !important; +} + +.translate-x-3\/4 { + --transform-translate-x: 75% !important; +} + +.translate-x-1\/5 { + --transform-translate-x: 20% !important; +} + +.translate-x-2\/5 { + --transform-translate-x: 40% !important; +} + +.translate-x-3\/5 { + --transform-translate-x: 60% !important; +} + +.translate-x-4\/5 { + --transform-translate-x: 80% !important; +} + +.translate-x-1\/6 { + --transform-translate-x: 16.666667% !important; +} + +.translate-x-2\/6 { + --transform-translate-x: 33.333333% !important; +} + +.translate-x-3\/6 { + --transform-translate-x: 50% !important; +} + +.translate-x-4\/6 { + --transform-translate-x: 66.666667% !important; +} + +.translate-x-5\/6 { + --transform-translate-x: 83.333333% !important; +} + +.translate-x-1\/12 { + --transform-translate-x: 8.333333% !important; +} + +.translate-x-2\/12 { + --transform-translate-x: 16.666667% !important; +} + +.translate-x-3\/12 { + --transform-translate-x: 25% !important; +} + +.translate-x-4\/12 { + --transform-translate-x: 33.333333% !important; +} + +.translate-x-5\/12 { + --transform-translate-x: 41.666667% !important; +} + +.translate-x-6\/12 { + --transform-translate-x: 50% !important; +} + +.translate-x-7\/12 { + --transform-translate-x: 58.333333% !important; +} + +.translate-x-8\/12 { + --transform-translate-x: 66.666667% !important; +} + +.translate-x-9\/12 { + --transform-translate-x: 75% !important; +} + +.translate-x-10\/12 { + --transform-translate-x: 83.333333% !important; +} + +.translate-x-11\/12 { + --transform-translate-x: 91.666667% !important; +} + +.translate-x-1\/16 { + --transform-translate-x: 6.25% !important; +} + +.translate-x-2\/16 { + --transform-translate-x: 12.5% !important; +} + +.translate-x-3\/16 { + --transform-translate-x: 18.75% !important; +} + +.translate-x-4\/16 { + --transform-translate-x: 25% !important; +} + +.translate-x-5\/16 { + --transform-translate-x: 31.25% !important; +} + +.translate-x-6\/16 { + --transform-translate-x: 37.5% !important; +} + +.translate-x-7\/16 { + --transform-translate-x: 43.75% !important; +} + +.translate-x-8\/16 { + --transform-translate-x: 50% !important; +} + +.translate-x-9\/16 { + --transform-translate-x: 56.25% !important; +} + +.translate-x-10\/16 { + --transform-translate-x: 62.5% !important; +} + +.translate-x-11\/16 { + --transform-translate-x: 68.75% !important; +} + +.translate-x-12\/16 { + --transform-translate-x: 75% !important; +} + +.translate-x-13\/16 { + --transform-translate-x: 81.25% !important; +} + +.translate-x-14\/16 { + --transform-translate-x: 87.5% !important; +} + +.translate-x-15\/16 { + --transform-translate-x: 93.75% !important; +} + +.translate-x-full { + --transform-translate-x: 100% !important; +} + .-translate-x-1 { --transform-translate-x: -0.25rem !important; } @@ -26137,18 +40025,42 @@ video { --transform-translate-x: -1.5rem !important; } +.-translate-x-7 { + --transform-translate-x: -1.75rem !important; +} + .-translate-x-8 { --transform-translate-x: -2rem !important; } +.-translate-x-9 { + --transform-translate-x: -2.25rem !important; +} + .-translate-x-10 { --transform-translate-x: -2.5rem !important; } +.-translate-x-11 { + --transform-translate-x: -2.75rem !important; +} + .-translate-x-12 { --transform-translate-x: -3rem !important; } +.-translate-x-13 { + --transform-translate-x: -3.25rem !important; +} + +.-translate-x-14 { + --transform-translate-x: -3.5rem !important; +} + +.-translate-x-15 { + --transform-translate-x: -3.75rem !important; +} + .-translate-x-16 { --transform-translate-x: -4rem !important; } @@ -26161,44 +40073,244 @@ video { --transform-translate-x: -6rem !important; } +.-translate-x-28 { + --transform-translate-x: -7rem !important; +} + .-translate-x-32 { --transform-translate-x: -8rem !important; } +.-translate-x-36 { + --transform-translate-x: -9rem !important; +} + .-translate-x-40 { --transform-translate-x: -10rem !important; } +.-translate-x-44 { + --transform-translate-x: -11rem !important; +} + .-translate-x-48 { --transform-translate-x: -12rem !important; } +.-translate-x-52 { + --transform-translate-x: -13rem !important; +} + .-translate-x-56 { --transform-translate-x: -14rem !important; } +.-translate-x-60 { + --transform-translate-x: -15rem !important; +} + .-translate-x-64 { --transform-translate-x: -16rem !important; } +.-translate-x-72 { + --transform-translate-x: -18rem !important; +} + +.-translate-x-80 { + --transform-translate-x: -20rem !important; +} + +.-translate-x-96 { + --transform-translate-x: -24rem !important; +} + .-translate-x-px { --transform-translate-x: -1px !important; } -.-translate-x-full { - --transform-translate-x: -100% !important; +.-translate-x-0\.5 { + --transform-translate-x: -0.125rem !important; +} + +.-translate-x-1\.5 { + --transform-translate-x: -0.375rem !important; +} + +.-translate-x-2\.5 { + --transform-translate-x: -0.625rem !important; +} + +.-translate-x-3\.5 { + --transform-translate-x: -0.875rem !important; } .-translate-x-1\/2 { --transform-translate-x: -50% !important; } -.translate-x-1\/2 { - --transform-translate-x: 50% !important; +.-translate-x-1\/3 { + --transform-translate-x: -33.33333% !important; } -.translate-x-full { - --transform-translate-x: 100% !important; +.-translate-x-2\/3 { + --transform-translate-x: -66.66667% !important; +} + +.-translate-x-1\/4 { + --transform-translate-x: -25% !important; +} + +.-translate-x-2\/4 { + --transform-translate-x: -50% !important; +} + +.-translate-x-3\/4 { + --transform-translate-x: -75% !important; +} + +.-translate-x-1\/5 { + --transform-translate-x: -20% !important; +} + +.-translate-x-2\/5 { + --transform-translate-x: -40% !important; +} + +.-translate-x-3\/5 { + --transform-translate-x: -60% !important; +} + +.-translate-x-4\/5 { + --transform-translate-x: -80% !important; +} + +.-translate-x-1\/6 { + --transform-translate-x: -16.66667% !important; +} + +.-translate-x-2\/6 { + --transform-translate-x: -33.33333% !important; +} + +.-translate-x-3\/6 { + --transform-translate-x: -50% !important; +} + +.-translate-x-4\/6 { + --transform-translate-x: -66.66667% !important; +} + +.-translate-x-5\/6 { + --transform-translate-x: -83.33333% !important; +} + +.-translate-x-1\/12 { + --transform-translate-x: -8.33333% !important; +} + +.-translate-x-2\/12 { + --transform-translate-x: -16.66667% !important; +} + +.-translate-x-3\/12 { + --transform-translate-x: -25% !important; +} + +.-translate-x-4\/12 { + --transform-translate-x: -33.33333% !important; +} + +.-translate-x-5\/12 { + --transform-translate-x: -41.66667% !important; +} + +.-translate-x-6\/12 { + --transform-translate-x: -50% !important; +} + +.-translate-x-7\/12 { + --transform-translate-x: -58.33333% !important; +} + +.-translate-x-8\/12 { + --transform-translate-x: -66.66667% !important; +} + +.-translate-x-9\/12 { + --transform-translate-x: -75% !important; +} + +.-translate-x-10\/12 { + --transform-translate-x: -83.33333% !important; +} + +.-translate-x-11\/12 { + --transform-translate-x: -91.66667% !important; +} + +.-translate-x-1\/16 { + --transform-translate-x: -6.25% !important; +} + +.-translate-x-2\/16 { + --transform-translate-x: -12.5% !important; +} + +.-translate-x-3\/16 { + --transform-translate-x: -18.75% !important; +} + +.-translate-x-4\/16 { + --transform-translate-x: -25% !important; +} + +.-translate-x-5\/16 { + --transform-translate-x: -31.25% !important; +} + +.-translate-x-6\/16 { + --transform-translate-x: -37.5% !important; +} + +.-translate-x-7\/16 { + --transform-translate-x: -43.75% !important; +} + +.-translate-x-8\/16 { + --transform-translate-x: -50% !important; +} + +.-translate-x-9\/16 { + --transform-translate-x: -56.25% !important; +} + +.-translate-x-10\/16 { + --transform-translate-x: -62.5% !important; +} + +.-translate-x-11\/16 { + --transform-translate-x: -68.75% !important; +} + +.-translate-x-12\/16 { + --transform-translate-x: -75% !important; +} + +.-translate-x-13\/16 { + --transform-translate-x: -81.25% !important; +} + +.-translate-x-14\/16 { + --transform-translate-x: -87.5% !important; +} + +.-translate-x-15\/16 { + --transform-translate-x: -93.75% !important; +} + +.-translate-x-full { + --transform-translate-x: -100% !important; } .translate-y-0 { @@ -26229,18 +40341,42 @@ video { --transform-translate-y: 1.5rem !important; } +.translate-y-7 { + --transform-translate-y: 1.75rem !important; +} + .translate-y-8 { --transform-translate-y: 2rem !important; } +.translate-y-9 { + --transform-translate-y: 2.25rem !important; +} + .translate-y-10 { --transform-translate-y: 2.5rem !important; } +.translate-y-11 { + --transform-translate-y: 2.75rem !important; +} + .translate-y-12 { --transform-translate-y: 3rem !important; } +.translate-y-13 { + --transform-translate-y: 3.25rem !important; +} + +.translate-y-14 { + --transform-translate-y: 3.5rem !important; +} + +.translate-y-15 { + --transform-translate-y: 3.75rem !important; +} + .translate-y-16 { --transform-translate-y: 4rem !important; } @@ -26253,30 +40389,246 @@ video { --transform-translate-y: 6rem !important; } +.translate-y-28 { + --transform-translate-y: 7rem !important; +} + .translate-y-32 { --transform-translate-y: 8rem !important; } +.translate-y-36 { + --transform-translate-y: 9rem !important; +} + .translate-y-40 { --transform-translate-y: 10rem !important; } +.translate-y-44 { + --transform-translate-y: 11rem !important; +} + .translate-y-48 { --transform-translate-y: 12rem !important; } +.translate-y-52 { + --transform-translate-y: 13rem !important; +} + .translate-y-56 { --transform-translate-y: 14rem !important; } +.translate-y-60 { + --transform-translate-y: 15rem !important; +} + .translate-y-64 { --transform-translate-y: 16rem !important; } +.translate-y-72 { + --transform-translate-y: 18rem !important; +} + +.translate-y-80 { + --transform-translate-y: 20rem !important; +} + +.translate-y-96 { + --transform-translate-y: 24rem !important; +} + .translate-y-px { --transform-translate-y: 1px !important; } +.translate-y-0\.5 { + --transform-translate-y: 0.125rem !important; +} + +.translate-y-1\.5 { + --transform-translate-y: 0.375rem !important; +} + +.translate-y-2\.5 { + --transform-translate-y: 0.625rem !important; +} + +.translate-y-3\.5 { + --transform-translate-y: 0.875rem !important; +} + +.translate-y-1\/2 { + --transform-translate-y: 50% !important; +} + +.translate-y-1\/3 { + --transform-translate-y: 33.333333% !important; +} + +.translate-y-2\/3 { + --transform-translate-y: 66.666667% !important; +} + +.translate-y-1\/4 { + --transform-translate-y: 25% !important; +} + +.translate-y-2\/4 { + --transform-translate-y: 50% !important; +} + +.translate-y-3\/4 { + --transform-translate-y: 75% !important; +} + +.translate-y-1\/5 { + --transform-translate-y: 20% !important; +} + +.translate-y-2\/5 { + --transform-translate-y: 40% !important; +} + +.translate-y-3\/5 { + --transform-translate-y: 60% !important; +} + +.translate-y-4\/5 { + --transform-translate-y: 80% !important; +} + +.translate-y-1\/6 { + --transform-translate-y: 16.666667% !important; +} + +.translate-y-2\/6 { + --transform-translate-y: 33.333333% !important; +} + +.translate-y-3\/6 { + --transform-translate-y: 50% !important; +} + +.translate-y-4\/6 { + --transform-translate-y: 66.666667% !important; +} + +.translate-y-5\/6 { + --transform-translate-y: 83.333333% !important; +} + +.translate-y-1\/12 { + --transform-translate-y: 8.333333% !important; +} + +.translate-y-2\/12 { + --transform-translate-y: 16.666667% !important; +} + +.translate-y-3\/12 { + --transform-translate-y: 25% !important; +} + +.translate-y-4\/12 { + --transform-translate-y: 33.333333% !important; +} + +.translate-y-5\/12 { + --transform-translate-y: 41.666667% !important; +} + +.translate-y-6\/12 { + --transform-translate-y: 50% !important; +} + +.translate-y-7\/12 { + --transform-translate-y: 58.333333% !important; +} + +.translate-y-8\/12 { + --transform-translate-y: 66.666667% !important; +} + +.translate-y-9\/12 { + --transform-translate-y: 75% !important; +} + +.translate-y-10\/12 { + --transform-translate-y: 83.333333% !important; +} + +.translate-y-11\/12 { + --transform-translate-y: 91.666667% !important; +} + +.translate-y-1\/16 { + --transform-translate-y: 6.25% !important; +} + +.translate-y-2\/16 { + --transform-translate-y: 12.5% !important; +} + +.translate-y-3\/16 { + --transform-translate-y: 18.75% !important; +} + +.translate-y-4\/16 { + --transform-translate-y: 25% !important; +} + +.translate-y-5\/16 { + --transform-translate-y: 31.25% !important; +} + +.translate-y-6\/16 { + --transform-translate-y: 37.5% !important; +} + +.translate-y-7\/16 { + --transform-translate-y: 43.75% !important; +} + +.translate-y-8\/16 { + --transform-translate-y: 50% !important; +} + +.translate-y-9\/16 { + --transform-translate-y: 56.25% !important; +} + +.translate-y-10\/16 { + --transform-translate-y: 62.5% !important; +} + +.translate-y-11\/16 { + --transform-translate-y: 68.75% !important; +} + +.translate-y-12\/16 { + --transform-translate-y: 75% !important; +} + +.translate-y-13\/16 { + --transform-translate-y: 81.25% !important; +} + +.translate-y-14\/16 { + --transform-translate-y: 87.5% !important; +} + +.translate-y-15\/16 { + --transform-translate-y: 93.75% !important; +} + +.translate-y-full { + --transform-translate-y: 100% !important; +} + .-translate-y-1 { --transform-translate-y: -0.25rem !important; } @@ -26301,18 +40653,42 @@ video { --transform-translate-y: -1.5rem !important; } +.-translate-y-7 { + --transform-translate-y: -1.75rem !important; +} + .-translate-y-8 { --transform-translate-y: -2rem !important; } +.-translate-y-9 { + --transform-translate-y: -2.25rem !important; +} + .-translate-y-10 { --transform-translate-y: -2.5rem !important; } +.-translate-y-11 { + --transform-translate-y: -2.75rem !important; +} + .-translate-y-12 { --transform-translate-y: -3rem !important; } +.-translate-y-13 { + --transform-translate-y: -3.25rem !important; +} + +.-translate-y-14 { + --transform-translate-y: -3.5rem !important; +} + +.-translate-y-15 { + --transform-translate-y: -3.75rem !important; +} + .-translate-y-16 { --transform-translate-y: -4rem !important; } @@ -26325,44 +40701,244 @@ video { --transform-translate-y: -6rem !important; } +.-translate-y-28 { + --transform-translate-y: -7rem !important; +} + .-translate-y-32 { --transform-translate-y: -8rem !important; } +.-translate-y-36 { + --transform-translate-y: -9rem !important; +} + .-translate-y-40 { --transform-translate-y: -10rem !important; } +.-translate-y-44 { + --transform-translate-y: -11rem !important; +} + .-translate-y-48 { --transform-translate-y: -12rem !important; } +.-translate-y-52 { + --transform-translate-y: -13rem !important; +} + .-translate-y-56 { --transform-translate-y: -14rem !important; } +.-translate-y-60 { + --transform-translate-y: -15rem !important; +} + .-translate-y-64 { --transform-translate-y: -16rem !important; } +.-translate-y-72 { + --transform-translate-y: -18rem !important; +} + +.-translate-y-80 { + --transform-translate-y: -20rem !important; +} + +.-translate-y-96 { + --transform-translate-y: -24rem !important; +} + .-translate-y-px { --transform-translate-y: -1px !important; } -.-translate-y-full { - --transform-translate-y: -100% !important; +.-translate-y-0\.5 { + --transform-translate-y: -0.125rem !important; +} + +.-translate-y-1\.5 { + --transform-translate-y: -0.375rem !important; +} + +.-translate-y-2\.5 { + --transform-translate-y: -0.625rem !important; +} + +.-translate-y-3\.5 { + --transform-translate-y: -0.875rem !important; } .-translate-y-1\/2 { --transform-translate-y: -50% !important; } -.translate-y-1\/2 { - --transform-translate-y: 50% !important; +.-translate-y-1\/3 { + --transform-translate-y: -33.33333% !important; } -.translate-y-full { - --transform-translate-y: 100% !important; +.-translate-y-2\/3 { + --transform-translate-y: -66.66667% !important; +} + +.-translate-y-1\/4 { + --transform-translate-y: -25% !important; +} + +.-translate-y-2\/4 { + --transform-translate-y: -50% !important; +} + +.-translate-y-3\/4 { + --transform-translate-y: -75% !important; +} + +.-translate-y-1\/5 { + --transform-translate-y: -20% !important; +} + +.-translate-y-2\/5 { + --transform-translate-y: -40% !important; +} + +.-translate-y-3\/5 { + --transform-translate-y: -60% !important; +} + +.-translate-y-4\/5 { + --transform-translate-y: -80% !important; +} + +.-translate-y-1\/6 { + --transform-translate-y: -16.66667% !important; +} + +.-translate-y-2\/6 { + --transform-translate-y: -33.33333% !important; +} + +.-translate-y-3\/6 { + --transform-translate-y: -50% !important; +} + +.-translate-y-4\/6 { + --transform-translate-y: -66.66667% !important; +} + +.-translate-y-5\/6 { + --transform-translate-y: -83.33333% !important; +} + +.-translate-y-1\/12 { + --transform-translate-y: -8.33333% !important; +} + +.-translate-y-2\/12 { + --transform-translate-y: -16.66667% !important; +} + +.-translate-y-3\/12 { + --transform-translate-y: -25% !important; +} + +.-translate-y-4\/12 { + --transform-translate-y: -33.33333% !important; +} + +.-translate-y-5\/12 { + --transform-translate-y: -41.66667% !important; +} + +.-translate-y-6\/12 { + --transform-translate-y: -50% !important; +} + +.-translate-y-7\/12 { + --transform-translate-y: -58.33333% !important; +} + +.-translate-y-8\/12 { + --transform-translate-y: -66.66667% !important; +} + +.-translate-y-9\/12 { + --transform-translate-y: -75% !important; +} + +.-translate-y-10\/12 { + --transform-translate-y: -83.33333% !important; +} + +.-translate-y-11\/12 { + --transform-translate-y: -91.66667% !important; +} + +.-translate-y-1\/16 { + --transform-translate-y: -6.25% !important; +} + +.-translate-y-2\/16 { + --transform-translate-y: -12.5% !important; +} + +.-translate-y-3\/16 { + --transform-translate-y: -18.75% !important; +} + +.-translate-y-4\/16 { + --transform-translate-y: -25% !important; +} + +.-translate-y-5\/16 { + --transform-translate-y: -31.25% !important; +} + +.-translate-y-6\/16 { + --transform-translate-y: -37.5% !important; +} + +.-translate-y-7\/16 { + --transform-translate-y: -43.75% !important; +} + +.-translate-y-8\/16 { + --transform-translate-y: -50% !important; +} + +.-translate-y-9\/16 { + --transform-translate-y: -56.25% !important; +} + +.-translate-y-10\/16 { + --transform-translate-y: -62.5% !important; +} + +.-translate-y-11\/16 { + --transform-translate-y: -68.75% !important; +} + +.-translate-y-12\/16 { + --transform-translate-y: -75% !important; +} + +.-translate-y-13\/16 { + --transform-translate-y: -81.25% !important; +} + +.-translate-y-14\/16 { + --transform-translate-y: -87.5% !important; +} + +.-translate-y-15\/16 { + --transform-translate-y: -93.75% !important; +} + +.-translate-y-full { + --transform-translate-y: -100% !important; } .hover\:translate-x-0:hover { @@ -26393,18 +40969,42 @@ video { --transform-translate-x: 1.5rem !important; } +.hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem !important; +} + .hover\:translate-x-8:hover { --transform-translate-x: 2rem !important; } +.hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem !important; +} + .hover\:translate-x-10:hover { --transform-translate-x: 2.5rem !important; } +.hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem !important; +} + .hover\:translate-x-12:hover { --transform-translate-x: 3rem !important; } +.hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem !important; +} + +.hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem !important; +} + +.hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem !important; +} + .hover\:translate-x-16:hover { --transform-translate-x: 4rem !important; } @@ -26417,30 +41017,246 @@ video { --transform-translate-x: 6rem !important; } +.hover\:translate-x-28:hover { + --transform-translate-x: 7rem !important; +} + .hover\:translate-x-32:hover { --transform-translate-x: 8rem !important; } +.hover\:translate-x-36:hover { + --transform-translate-x: 9rem !important; +} + .hover\:translate-x-40:hover { --transform-translate-x: 10rem !important; } +.hover\:translate-x-44:hover { + --transform-translate-x: 11rem !important; +} + .hover\:translate-x-48:hover { --transform-translate-x: 12rem !important; } +.hover\:translate-x-52:hover { + --transform-translate-x: 13rem !important; +} + .hover\:translate-x-56:hover { --transform-translate-x: 14rem !important; } +.hover\:translate-x-60:hover { + --transform-translate-x: 15rem !important; +} + .hover\:translate-x-64:hover { --transform-translate-x: 16rem !important; } +.hover\:translate-x-72:hover { + --transform-translate-x: 18rem !important; +} + +.hover\:translate-x-80:hover { + --transform-translate-x: 20rem !important; +} + +.hover\:translate-x-96:hover { + --transform-translate-x: 24rem !important; +} + .hover\:translate-x-px:hover { --transform-translate-x: 1px !important; } +.hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem !important; +} + +.hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem !important; +} + +.hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem !important; +} + +.hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem !important; +} + +.hover\:translate-x-1\/2:hover { + --transform-translate-x: 50% !important; +} + +.hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333% !important; +} + +.hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667% !important; +} + +.hover\:translate-x-1\/4:hover { + --transform-translate-x: 25% !important; +} + +.hover\:translate-x-2\/4:hover { + --transform-translate-x: 50% !important; +} + +.hover\:translate-x-3\/4:hover { + --transform-translate-x: 75% !important; +} + +.hover\:translate-x-1\/5:hover { + --transform-translate-x: 20% !important; +} + +.hover\:translate-x-2\/5:hover { + --transform-translate-x: 40% !important; +} + +.hover\:translate-x-3\/5:hover { + --transform-translate-x: 60% !important; +} + +.hover\:translate-x-4\/5:hover { + --transform-translate-x: 80% !important; +} + +.hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667% !important; +} + +.hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333% !important; +} + +.hover\:translate-x-3\/6:hover { + --transform-translate-x: 50% !important; +} + +.hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667% !important; +} + +.hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333% !important; +} + +.hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333% !important; +} + +.hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667% !important; +} + +.hover\:translate-x-3\/12:hover { + --transform-translate-x: 25% !important; +} + +.hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333% !important; +} + +.hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667% !important; +} + +.hover\:translate-x-6\/12:hover { + --transform-translate-x: 50% !important; +} + +.hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333% !important; +} + +.hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667% !important; +} + +.hover\:translate-x-9\/12:hover { + --transform-translate-x: 75% !important; +} + +.hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333% !important; +} + +.hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667% !important; +} + +.hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25% !important; +} + +.hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5% !important; +} + +.hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75% !important; +} + +.hover\:translate-x-4\/16:hover { + --transform-translate-x: 25% !important; +} + +.hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25% !important; +} + +.hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5% !important; +} + +.hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75% !important; +} + +.hover\:translate-x-8\/16:hover { + --transform-translate-x: 50% !important; +} + +.hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25% !important; +} + +.hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5% !important; +} + +.hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75% !important; +} + +.hover\:translate-x-12\/16:hover { + --transform-translate-x: 75% !important; +} + +.hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25% !important; +} + +.hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5% !important; +} + +.hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75% !important; +} + +.hover\:translate-x-full:hover { + --transform-translate-x: 100% !important; +} + .hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem !important; } @@ -26465,18 +41281,42 @@ video { --transform-translate-x: -1.5rem !important; } +.hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem !important; +} + .hover\:-translate-x-8:hover { --transform-translate-x: -2rem !important; } +.hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem !important; +} + .hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem !important; } +.hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem !important; +} + .hover\:-translate-x-12:hover { --transform-translate-x: -3rem !important; } +.hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem !important; +} + +.hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem !important; +} + +.hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem !important; +} + .hover\:-translate-x-16:hover { --transform-translate-x: -4rem !important; } @@ -26489,44 +41329,244 @@ video { --transform-translate-x: -6rem !important; } +.hover\:-translate-x-28:hover { + --transform-translate-x: -7rem !important; +} + .hover\:-translate-x-32:hover { --transform-translate-x: -8rem !important; } +.hover\:-translate-x-36:hover { + --transform-translate-x: -9rem !important; +} + .hover\:-translate-x-40:hover { --transform-translate-x: -10rem !important; } +.hover\:-translate-x-44:hover { + --transform-translate-x: -11rem !important; +} + .hover\:-translate-x-48:hover { --transform-translate-x: -12rem !important; } +.hover\:-translate-x-52:hover { + --transform-translate-x: -13rem !important; +} + .hover\:-translate-x-56:hover { --transform-translate-x: -14rem !important; } +.hover\:-translate-x-60:hover { + --transform-translate-x: -15rem !important; +} + .hover\:-translate-x-64:hover { --transform-translate-x: -16rem !important; } +.hover\:-translate-x-72:hover { + --transform-translate-x: -18rem !important; +} + +.hover\:-translate-x-80:hover { + --transform-translate-x: -20rem !important; +} + +.hover\:-translate-x-96:hover { + --transform-translate-x: -24rem !important; +} + .hover\:-translate-x-px:hover { --transform-translate-x: -1px !important; } -.hover\:-translate-x-full:hover { - --transform-translate-x: -100% !important; +.hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem !important; +} + +.hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem !important; +} + +.hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem !important; +} + +.hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem !important; } .hover\:-translate-x-1\/2:hover { --transform-translate-x: -50% !important; } -.hover\:translate-x-1\/2:hover { - --transform-translate-x: 50% !important; +.hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333% !important; } -.hover\:translate-x-full:hover { - --transform-translate-x: 100% !important; +.hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667% !important; +} + +.hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25% !important; +} + +.hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50% !important; +} + +.hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75% !important; +} + +.hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20% !important; +} + +.hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40% !important; +} + +.hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60% !important; +} + +.hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80% !important; +} + +.hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667% !important; +} + +.hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333% !important; +} + +.hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50% !important; +} + +.hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667% !important; +} + +.hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333% !important; +} + +.hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333% !important; +} + +.hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667% !important; +} + +.hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25% !important; +} + +.hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333% !important; +} + +.hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667% !important; +} + +.hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50% !important; +} + +.hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333% !important; +} + +.hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667% !important; +} + +.hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75% !important; +} + +.hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333% !important; +} + +.hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667% !important; +} + +.hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25% !important; +} + +.hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5% !important; +} + +.hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75% !important; +} + +.hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25% !important; +} + +.hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25% !important; +} + +.hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5% !important; +} + +.hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75% !important; +} + +.hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50% !important; +} + +.hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25% !important; +} + +.hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5% !important; +} + +.hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75% !important; +} + +.hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75% !important; +} + +.hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25% !important; +} + +.hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5% !important; +} + +.hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75% !important; +} + +.hover\:-translate-x-full:hover { + --transform-translate-x: -100% !important; } .hover\:translate-y-0:hover { @@ -26557,18 +41597,42 @@ video { --transform-translate-y: 1.5rem !important; } +.hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem !important; +} + .hover\:translate-y-8:hover { --transform-translate-y: 2rem !important; } +.hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem !important; +} + .hover\:translate-y-10:hover { --transform-translate-y: 2.5rem !important; } +.hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem !important; +} + .hover\:translate-y-12:hover { --transform-translate-y: 3rem !important; } +.hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem !important; +} + +.hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem !important; +} + +.hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem !important; +} + .hover\:translate-y-16:hover { --transform-translate-y: 4rem !important; } @@ -26581,30 +41645,246 @@ video { --transform-translate-y: 6rem !important; } +.hover\:translate-y-28:hover { + --transform-translate-y: 7rem !important; +} + .hover\:translate-y-32:hover { --transform-translate-y: 8rem !important; } +.hover\:translate-y-36:hover { + --transform-translate-y: 9rem !important; +} + .hover\:translate-y-40:hover { --transform-translate-y: 10rem !important; } +.hover\:translate-y-44:hover { + --transform-translate-y: 11rem !important; +} + .hover\:translate-y-48:hover { --transform-translate-y: 12rem !important; } +.hover\:translate-y-52:hover { + --transform-translate-y: 13rem !important; +} + .hover\:translate-y-56:hover { --transform-translate-y: 14rem !important; } +.hover\:translate-y-60:hover { + --transform-translate-y: 15rem !important; +} + .hover\:translate-y-64:hover { --transform-translate-y: 16rem !important; } +.hover\:translate-y-72:hover { + --transform-translate-y: 18rem !important; +} + +.hover\:translate-y-80:hover { + --transform-translate-y: 20rem !important; +} + +.hover\:translate-y-96:hover { + --transform-translate-y: 24rem !important; +} + .hover\:translate-y-px:hover { --transform-translate-y: 1px !important; } +.hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem !important; +} + +.hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem !important; +} + +.hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem !important; +} + +.hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem !important; +} + +.hover\:translate-y-1\/2:hover { + --transform-translate-y: 50% !important; +} + +.hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333% !important; +} + +.hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667% !important; +} + +.hover\:translate-y-1\/4:hover { + --transform-translate-y: 25% !important; +} + +.hover\:translate-y-2\/4:hover { + --transform-translate-y: 50% !important; +} + +.hover\:translate-y-3\/4:hover { + --transform-translate-y: 75% !important; +} + +.hover\:translate-y-1\/5:hover { + --transform-translate-y: 20% !important; +} + +.hover\:translate-y-2\/5:hover { + --transform-translate-y: 40% !important; +} + +.hover\:translate-y-3\/5:hover { + --transform-translate-y: 60% !important; +} + +.hover\:translate-y-4\/5:hover { + --transform-translate-y: 80% !important; +} + +.hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667% !important; +} + +.hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333% !important; +} + +.hover\:translate-y-3\/6:hover { + --transform-translate-y: 50% !important; +} + +.hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667% !important; +} + +.hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333% !important; +} + +.hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333% !important; +} + +.hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667% !important; +} + +.hover\:translate-y-3\/12:hover { + --transform-translate-y: 25% !important; +} + +.hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333% !important; +} + +.hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667% !important; +} + +.hover\:translate-y-6\/12:hover { + --transform-translate-y: 50% !important; +} + +.hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333% !important; +} + +.hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667% !important; +} + +.hover\:translate-y-9\/12:hover { + --transform-translate-y: 75% !important; +} + +.hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333% !important; +} + +.hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667% !important; +} + +.hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25% !important; +} + +.hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5% !important; +} + +.hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75% !important; +} + +.hover\:translate-y-4\/16:hover { + --transform-translate-y: 25% !important; +} + +.hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25% !important; +} + +.hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5% !important; +} + +.hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75% !important; +} + +.hover\:translate-y-8\/16:hover { + --transform-translate-y: 50% !important; +} + +.hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25% !important; +} + +.hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5% !important; +} + +.hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75% !important; +} + +.hover\:translate-y-12\/16:hover { + --transform-translate-y: 75% !important; +} + +.hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25% !important; +} + +.hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5% !important; +} + +.hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75% !important; +} + +.hover\:translate-y-full:hover { + --transform-translate-y: 100% !important; +} + .hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem !important; } @@ -26629,18 +41909,42 @@ video { --transform-translate-y: -1.5rem !important; } +.hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem !important; +} + .hover\:-translate-y-8:hover { --transform-translate-y: -2rem !important; } +.hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem !important; +} + .hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem !important; } +.hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem !important; +} + .hover\:-translate-y-12:hover { --transform-translate-y: -3rem !important; } +.hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem !important; +} + +.hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem !important; +} + +.hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem !important; +} + .hover\:-translate-y-16:hover { --transform-translate-y: -4rem !important; } @@ -26653,44 +41957,244 @@ video { --transform-translate-y: -6rem !important; } +.hover\:-translate-y-28:hover { + --transform-translate-y: -7rem !important; +} + .hover\:-translate-y-32:hover { --transform-translate-y: -8rem !important; } +.hover\:-translate-y-36:hover { + --transform-translate-y: -9rem !important; +} + .hover\:-translate-y-40:hover { --transform-translate-y: -10rem !important; } +.hover\:-translate-y-44:hover { + --transform-translate-y: -11rem !important; +} + .hover\:-translate-y-48:hover { --transform-translate-y: -12rem !important; } +.hover\:-translate-y-52:hover { + --transform-translate-y: -13rem !important; +} + .hover\:-translate-y-56:hover { --transform-translate-y: -14rem !important; } +.hover\:-translate-y-60:hover { + --transform-translate-y: -15rem !important; +} + .hover\:-translate-y-64:hover { --transform-translate-y: -16rem !important; } +.hover\:-translate-y-72:hover { + --transform-translate-y: -18rem !important; +} + +.hover\:-translate-y-80:hover { + --transform-translate-y: -20rem !important; +} + +.hover\:-translate-y-96:hover { + --transform-translate-y: -24rem !important; +} + .hover\:-translate-y-px:hover { --transform-translate-y: -1px !important; } -.hover\:-translate-y-full:hover { - --transform-translate-y: -100% !important; +.hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem !important; +} + +.hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem !important; +} + +.hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem !important; +} + +.hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem !important; } .hover\:-translate-y-1\/2:hover { --transform-translate-y: -50% !important; } -.hover\:translate-y-1\/2:hover { - --transform-translate-y: 50% !important; +.hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333% !important; } -.hover\:translate-y-full:hover { - --transform-translate-y: 100% !important; +.hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667% !important; +} + +.hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25% !important; +} + +.hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50% !important; +} + +.hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75% !important; +} + +.hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20% !important; +} + +.hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40% !important; +} + +.hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60% !important; +} + +.hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80% !important; +} + +.hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667% !important; +} + +.hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333% !important; +} + +.hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50% !important; +} + +.hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667% !important; +} + +.hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333% !important; +} + +.hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333% !important; +} + +.hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667% !important; +} + +.hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25% !important; +} + +.hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333% !important; +} + +.hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667% !important; +} + +.hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50% !important; +} + +.hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333% !important; +} + +.hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667% !important; +} + +.hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75% !important; +} + +.hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333% !important; +} + +.hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667% !important; +} + +.hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25% !important; +} + +.hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5% !important; +} + +.hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75% !important; +} + +.hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25% !important; +} + +.hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25% !important; +} + +.hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5% !important; +} + +.hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75% !important; +} + +.hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50% !important; +} + +.hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25% !important; +} + +.hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5% !important; +} + +.hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75% !important; +} + +.hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75% !important; +} + +.hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25% !important; +} + +.hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5% !important; +} + +.hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75% !important; +} + +.hover\:-translate-y-full:hover { + --transform-translate-y: -100% !important; } .focus\:translate-x-0:focus { @@ -26721,18 +42225,42 @@ video { --transform-translate-x: 1.5rem !important; } +.focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem !important; +} + .focus\:translate-x-8:focus { --transform-translate-x: 2rem !important; } +.focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem !important; +} + .focus\:translate-x-10:focus { --transform-translate-x: 2.5rem !important; } +.focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem !important; +} + .focus\:translate-x-12:focus { --transform-translate-x: 3rem !important; } +.focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem !important; +} + +.focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem !important; +} + +.focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem !important; +} + .focus\:translate-x-16:focus { --transform-translate-x: 4rem !important; } @@ -26745,30 +42273,246 @@ video { --transform-translate-x: 6rem !important; } +.focus\:translate-x-28:focus { + --transform-translate-x: 7rem !important; +} + .focus\:translate-x-32:focus { --transform-translate-x: 8rem !important; } +.focus\:translate-x-36:focus { + --transform-translate-x: 9rem !important; +} + .focus\:translate-x-40:focus { --transform-translate-x: 10rem !important; } +.focus\:translate-x-44:focus { + --transform-translate-x: 11rem !important; +} + .focus\:translate-x-48:focus { --transform-translate-x: 12rem !important; } +.focus\:translate-x-52:focus { + --transform-translate-x: 13rem !important; +} + .focus\:translate-x-56:focus { --transform-translate-x: 14rem !important; } +.focus\:translate-x-60:focus { + --transform-translate-x: 15rem !important; +} + .focus\:translate-x-64:focus { --transform-translate-x: 16rem !important; } +.focus\:translate-x-72:focus { + --transform-translate-x: 18rem !important; +} + +.focus\:translate-x-80:focus { + --transform-translate-x: 20rem !important; +} + +.focus\:translate-x-96:focus { + --transform-translate-x: 24rem !important; +} + .focus\:translate-x-px:focus { --transform-translate-x: 1px !important; } +.focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem !important; +} + +.focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem !important; +} + +.focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem !important; +} + +.focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem !important; +} + +.focus\:translate-x-1\/2:focus { + --transform-translate-x: 50% !important; +} + +.focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333% !important; +} + +.focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667% !important; +} + +.focus\:translate-x-1\/4:focus { + --transform-translate-x: 25% !important; +} + +.focus\:translate-x-2\/4:focus { + --transform-translate-x: 50% !important; +} + +.focus\:translate-x-3\/4:focus { + --transform-translate-x: 75% !important; +} + +.focus\:translate-x-1\/5:focus { + --transform-translate-x: 20% !important; +} + +.focus\:translate-x-2\/5:focus { + --transform-translate-x: 40% !important; +} + +.focus\:translate-x-3\/5:focus { + --transform-translate-x: 60% !important; +} + +.focus\:translate-x-4\/5:focus { + --transform-translate-x: 80% !important; +} + +.focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667% !important; +} + +.focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333% !important; +} + +.focus\:translate-x-3\/6:focus { + --transform-translate-x: 50% !important; +} + +.focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667% !important; +} + +.focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333% !important; +} + +.focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333% !important; +} + +.focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667% !important; +} + +.focus\:translate-x-3\/12:focus { + --transform-translate-x: 25% !important; +} + +.focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333% !important; +} + +.focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667% !important; +} + +.focus\:translate-x-6\/12:focus { + --transform-translate-x: 50% !important; +} + +.focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333% !important; +} + +.focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667% !important; +} + +.focus\:translate-x-9\/12:focus { + --transform-translate-x: 75% !important; +} + +.focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333% !important; +} + +.focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667% !important; +} + +.focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25% !important; +} + +.focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5% !important; +} + +.focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75% !important; +} + +.focus\:translate-x-4\/16:focus { + --transform-translate-x: 25% !important; +} + +.focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25% !important; +} + +.focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5% !important; +} + +.focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75% !important; +} + +.focus\:translate-x-8\/16:focus { + --transform-translate-x: 50% !important; +} + +.focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25% !important; +} + +.focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5% !important; +} + +.focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75% !important; +} + +.focus\:translate-x-12\/16:focus { + --transform-translate-x: 75% !important; +} + +.focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25% !important; +} + +.focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5% !important; +} + +.focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75% !important; +} + +.focus\:translate-x-full:focus { + --transform-translate-x: 100% !important; +} + .focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem !important; } @@ -26793,18 +42537,42 @@ video { --transform-translate-x: -1.5rem !important; } +.focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem !important; +} + .focus\:-translate-x-8:focus { --transform-translate-x: -2rem !important; } +.focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem !important; +} + .focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem !important; } +.focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem !important; +} + .focus\:-translate-x-12:focus { --transform-translate-x: -3rem !important; } +.focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem !important; +} + +.focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem !important; +} + +.focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem !important; +} + .focus\:-translate-x-16:focus { --transform-translate-x: -4rem !important; } @@ -26817,44 +42585,244 @@ video { --transform-translate-x: -6rem !important; } +.focus\:-translate-x-28:focus { + --transform-translate-x: -7rem !important; +} + .focus\:-translate-x-32:focus { --transform-translate-x: -8rem !important; } +.focus\:-translate-x-36:focus { + --transform-translate-x: -9rem !important; +} + .focus\:-translate-x-40:focus { --transform-translate-x: -10rem !important; } +.focus\:-translate-x-44:focus { + --transform-translate-x: -11rem !important; +} + .focus\:-translate-x-48:focus { --transform-translate-x: -12rem !important; } +.focus\:-translate-x-52:focus { + --transform-translate-x: -13rem !important; +} + .focus\:-translate-x-56:focus { --transform-translate-x: -14rem !important; } +.focus\:-translate-x-60:focus { + --transform-translate-x: -15rem !important; +} + .focus\:-translate-x-64:focus { --transform-translate-x: -16rem !important; } +.focus\:-translate-x-72:focus { + --transform-translate-x: -18rem !important; +} + +.focus\:-translate-x-80:focus { + --transform-translate-x: -20rem !important; +} + +.focus\:-translate-x-96:focus { + --transform-translate-x: -24rem !important; +} + .focus\:-translate-x-px:focus { --transform-translate-x: -1px !important; } -.focus\:-translate-x-full:focus { - --transform-translate-x: -100% !important; +.focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem !important; +} + +.focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem !important; +} + +.focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem !important; +} + +.focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem !important; } .focus\:-translate-x-1\/2:focus { --transform-translate-x: -50% !important; } -.focus\:translate-x-1\/2:focus { - --transform-translate-x: 50% !important; +.focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333% !important; } -.focus\:translate-x-full:focus { - --transform-translate-x: 100% !important; +.focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667% !important; +} + +.focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25% !important; +} + +.focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50% !important; +} + +.focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75% !important; +} + +.focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20% !important; +} + +.focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40% !important; +} + +.focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60% !important; +} + +.focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80% !important; +} + +.focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667% !important; +} + +.focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333% !important; +} + +.focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50% !important; +} + +.focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667% !important; +} + +.focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333% !important; +} + +.focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333% !important; +} + +.focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667% !important; +} + +.focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25% !important; +} + +.focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333% !important; +} + +.focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667% !important; +} + +.focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50% !important; +} + +.focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333% !important; +} + +.focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667% !important; +} + +.focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75% !important; +} + +.focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333% !important; +} + +.focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667% !important; +} + +.focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25% !important; +} + +.focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5% !important; +} + +.focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75% !important; +} + +.focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25% !important; +} + +.focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25% !important; +} + +.focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5% !important; +} + +.focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75% !important; +} + +.focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50% !important; +} + +.focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25% !important; +} + +.focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5% !important; +} + +.focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75% !important; +} + +.focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75% !important; +} + +.focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25% !important; +} + +.focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5% !important; +} + +.focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75% !important; +} + +.focus\:-translate-x-full:focus { + --transform-translate-x: -100% !important; } .focus\:translate-y-0:focus { @@ -26885,18 +42853,42 @@ video { --transform-translate-y: 1.5rem !important; } +.focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem !important; +} + .focus\:translate-y-8:focus { --transform-translate-y: 2rem !important; } +.focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem !important; +} + .focus\:translate-y-10:focus { --transform-translate-y: 2.5rem !important; } +.focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem !important; +} + .focus\:translate-y-12:focus { --transform-translate-y: 3rem !important; } +.focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem !important; +} + +.focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem !important; +} + +.focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem !important; +} + .focus\:translate-y-16:focus { --transform-translate-y: 4rem !important; } @@ -26909,30 +42901,246 @@ video { --transform-translate-y: 6rem !important; } +.focus\:translate-y-28:focus { + --transform-translate-y: 7rem !important; +} + .focus\:translate-y-32:focus { --transform-translate-y: 8rem !important; } +.focus\:translate-y-36:focus { + --transform-translate-y: 9rem !important; +} + .focus\:translate-y-40:focus { --transform-translate-y: 10rem !important; } +.focus\:translate-y-44:focus { + --transform-translate-y: 11rem !important; +} + .focus\:translate-y-48:focus { --transform-translate-y: 12rem !important; } +.focus\:translate-y-52:focus { + --transform-translate-y: 13rem !important; +} + .focus\:translate-y-56:focus { --transform-translate-y: 14rem !important; } +.focus\:translate-y-60:focus { + --transform-translate-y: 15rem !important; +} + .focus\:translate-y-64:focus { --transform-translate-y: 16rem !important; } +.focus\:translate-y-72:focus { + --transform-translate-y: 18rem !important; +} + +.focus\:translate-y-80:focus { + --transform-translate-y: 20rem !important; +} + +.focus\:translate-y-96:focus { + --transform-translate-y: 24rem !important; +} + .focus\:translate-y-px:focus { --transform-translate-y: 1px !important; } +.focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem !important; +} + +.focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem !important; +} + +.focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem !important; +} + +.focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem !important; +} + +.focus\:translate-y-1\/2:focus { + --transform-translate-y: 50% !important; +} + +.focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333% !important; +} + +.focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667% !important; +} + +.focus\:translate-y-1\/4:focus { + --transform-translate-y: 25% !important; +} + +.focus\:translate-y-2\/4:focus { + --transform-translate-y: 50% !important; +} + +.focus\:translate-y-3\/4:focus { + --transform-translate-y: 75% !important; +} + +.focus\:translate-y-1\/5:focus { + --transform-translate-y: 20% !important; +} + +.focus\:translate-y-2\/5:focus { + --transform-translate-y: 40% !important; +} + +.focus\:translate-y-3\/5:focus { + --transform-translate-y: 60% !important; +} + +.focus\:translate-y-4\/5:focus { + --transform-translate-y: 80% !important; +} + +.focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667% !important; +} + +.focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333% !important; +} + +.focus\:translate-y-3\/6:focus { + --transform-translate-y: 50% !important; +} + +.focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667% !important; +} + +.focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333% !important; +} + +.focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333% !important; +} + +.focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667% !important; +} + +.focus\:translate-y-3\/12:focus { + --transform-translate-y: 25% !important; +} + +.focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333% !important; +} + +.focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667% !important; +} + +.focus\:translate-y-6\/12:focus { + --transform-translate-y: 50% !important; +} + +.focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333% !important; +} + +.focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667% !important; +} + +.focus\:translate-y-9\/12:focus { + --transform-translate-y: 75% !important; +} + +.focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333% !important; +} + +.focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667% !important; +} + +.focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25% !important; +} + +.focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5% !important; +} + +.focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75% !important; +} + +.focus\:translate-y-4\/16:focus { + --transform-translate-y: 25% !important; +} + +.focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25% !important; +} + +.focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5% !important; +} + +.focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75% !important; +} + +.focus\:translate-y-8\/16:focus { + --transform-translate-y: 50% !important; +} + +.focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25% !important; +} + +.focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5% !important; +} + +.focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75% !important; +} + +.focus\:translate-y-12\/16:focus { + --transform-translate-y: 75% !important; +} + +.focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25% !important; +} + +.focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5% !important; +} + +.focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75% !important; +} + +.focus\:translate-y-full:focus { + --transform-translate-y: 100% !important; +} + .focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem !important; } @@ -26957,18 +43165,42 @@ video { --transform-translate-y: -1.5rem !important; } +.focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem !important; +} + .focus\:-translate-y-8:focus { --transform-translate-y: -2rem !important; } +.focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem !important; +} + .focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem !important; } +.focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem !important; +} + .focus\:-translate-y-12:focus { --transform-translate-y: -3rem !important; } +.focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem !important; +} + +.focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem !important; +} + +.focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem !important; +} + .focus\:-translate-y-16:focus { --transform-translate-y: -4rem !important; } @@ -26981,44 +43213,244 @@ video { --transform-translate-y: -6rem !important; } +.focus\:-translate-y-28:focus { + --transform-translate-y: -7rem !important; +} + .focus\:-translate-y-32:focus { --transform-translate-y: -8rem !important; } +.focus\:-translate-y-36:focus { + --transform-translate-y: -9rem !important; +} + .focus\:-translate-y-40:focus { --transform-translate-y: -10rem !important; } +.focus\:-translate-y-44:focus { + --transform-translate-y: -11rem !important; +} + .focus\:-translate-y-48:focus { --transform-translate-y: -12rem !important; } +.focus\:-translate-y-52:focus { + --transform-translate-y: -13rem !important; +} + .focus\:-translate-y-56:focus { --transform-translate-y: -14rem !important; } +.focus\:-translate-y-60:focus { + --transform-translate-y: -15rem !important; +} + .focus\:-translate-y-64:focus { --transform-translate-y: -16rem !important; } +.focus\:-translate-y-72:focus { + --transform-translate-y: -18rem !important; +} + +.focus\:-translate-y-80:focus { + --transform-translate-y: -20rem !important; +} + +.focus\:-translate-y-96:focus { + --transform-translate-y: -24rem !important; +} + .focus\:-translate-y-px:focus { --transform-translate-y: -1px !important; } -.focus\:-translate-y-full:focus { - --transform-translate-y: -100% !important; +.focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem !important; +} + +.focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem !important; +} + +.focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem !important; +} + +.focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem !important; } .focus\:-translate-y-1\/2:focus { --transform-translate-y: -50% !important; } -.focus\:translate-y-1\/2:focus { - --transform-translate-y: 50% !important; +.focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333% !important; } -.focus\:translate-y-full:focus { - --transform-translate-y: 100% !important; +.focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667% !important; +} + +.focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25% !important; +} + +.focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50% !important; +} + +.focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75% !important; +} + +.focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20% !important; +} + +.focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40% !important; +} + +.focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60% !important; +} + +.focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80% !important; +} + +.focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667% !important; +} + +.focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333% !important; +} + +.focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50% !important; +} + +.focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667% !important; +} + +.focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333% !important; +} + +.focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333% !important; +} + +.focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667% !important; +} + +.focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25% !important; +} + +.focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333% !important; +} + +.focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667% !important; +} + +.focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50% !important; +} + +.focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333% !important; +} + +.focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667% !important; +} + +.focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75% !important; +} + +.focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333% !important; +} + +.focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667% !important; +} + +.focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25% !important; +} + +.focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5% !important; +} + +.focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75% !important; +} + +.focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25% !important; +} + +.focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25% !important; +} + +.focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5% !important; +} + +.focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75% !important; +} + +.focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50% !important; +} + +.focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25% !important; +} + +.focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5% !important; +} + +.focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75% !important; +} + +.focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75% !important; +} + +.focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25% !important; +} + +.focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5% !important; +} + +.focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75% !important; +} + +.focus\:-translate-y-full:focus { + --transform-translate-y: -100% !important; } .skew-x-0 { @@ -27562,6 +43994,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important; @@ -27574,6 +44018,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -27586,6 +44042,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important; @@ -27598,6 +44066,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important; @@ -27634,6 +44138,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(7rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important; @@ -27646,6 +44162,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(9rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important; @@ -27658,6 +44186,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(11rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important; @@ -27670,6 +44210,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(13rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important; @@ -27682,6 +44234,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(15rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important; @@ -27694,6 +44258,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(24rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important; @@ -27706,6 +44306,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))) !important; } + .sm\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.375rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.875rem * var(--space-y-reverse)) !important; + } + + .sm\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(40% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(60% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(80% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(6.25% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(12.5% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18.75% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(31.25% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(37.5% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(43.75% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(56.25% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(62.5% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(68.75% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(81.25% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(87.5% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(93.75% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(100% * var(--space-y-reverse)) !important; + } + + .sm\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important; @@ -27778,6 +44930,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important; @@ -27790,6 +44954,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -27802,6 +44978,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important; @@ -27814,6 +45002,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important; @@ -27850,6 +45074,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important; @@ -27862,6 +45098,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-9rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important; @@ -27874,6 +45122,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important; @@ -27886,6 +45146,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important; @@ -27898,6 +45170,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important; @@ -27910,6 +45194,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important; @@ -27922,6 +45242,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))) !important; } + .sm\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-40% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-60% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-80% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-6.25% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-12.5% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18.75% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-31.25% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-37.5% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-43.75% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-56.25% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-62.5% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-68.75% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-81.25% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-87.5% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-93.75% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .sm\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-100% * var(--space-y-reverse)) !important; + } + + .sm\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))) !important; + } + .sm\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1 !important; } @@ -43898,18 +61770,42 @@ video { height: 1.5rem !important; } + .sm\:h-7 { + height: 1.75rem !important; + } + .sm\:h-8 { height: 2rem !important; } + .sm\:h-9 { + height: 2.25rem !important; + } + .sm\:h-10 { height: 2.5rem !important; } + .sm\:h-11 { + height: 2.75rem !important; + } + .sm\:h-12 { height: 3rem !important; } + .sm\:h-13 { + height: 3.25rem !important; + } + + .sm\:h-14 { + height: 3.5rem !important; + } + + .sm\:h-15 { + height: 3.75rem !important; + } + .sm\:h-16 { height: 4rem !important; } @@ -43922,26 +61818,58 @@ video { height: 6rem !important; } + .sm\:h-28 { + height: 7rem !important; + } + .sm\:h-32 { height: 8rem !important; } + .sm\:h-36 { + height: 9rem !important; + } + .sm\:h-40 { height: 10rem !important; } + .sm\:h-44 { + height: 11rem !important; + } + .sm\:h-48 { height: 12rem !important; } + .sm\:h-52 { + height: 13rem !important; + } + .sm\:h-56 { height: 14rem !important; } + .sm\:h-60 { + height: 15rem !important; + } + .sm\:h-64 { height: 16rem !important; } + .sm\:h-72 { + height: 18rem !important; + } + + .sm\:h-80 { + height: 20rem !important; + } + + .sm\:h-96 { + height: 24rem !important; + } + .sm\:h-auto { height: auto !important; } @@ -43950,6 +61878,186 @@ video { height: 1px !important; } + .sm\:h-0\.5 { + height: 0.125rem !important; + } + + .sm\:h-1\.5 { + height: 0.375rem !important; + } + + .sm\:h-2\.5 { + height: 0.625rem !important; + } + + .sm\:h-3\.5 { + height: 0.875rem !important; + } + + .sm\:h-1\/2 { + height: 50% !important; + } + + .sm\:h-1\/3 { + height: 33.333333% !important; + } + + .sm\:h-2\/3 { + height: 66.666667% !important; + } + + .sm\:h-1\/4 { + height: 25% !important; + } + + .sm\:h-2\/4 { + height: 50% !important; + } + + .sm\:h-3\/4 { + height: 75% !important; + } + + .sm\:h-1\/5 { + height: 20% !important; + } + + .sm\:h-2\/5 { + height: 40% !important; + } + + .sm\:h-3\/5 { + height: 60% !important; + } + + .sm\:h-4\/5 { + height: 80% !important; + } + + .sm\:h-1\/6 { + height: 16.666667% !important; + } + + .sm\:h-2\/6 { + height: 33.333333% !important; + } + + .sm\:h-3\/6 { + height: 50% !important; + } + + .sm\:h-4\/6 { + height: 66.666667% !important; + } + + .sm\:h-5\/6 { + height: 83.333333% !important; + } + + .sm\:h-1\/12 { + height: 8.333333% !important; + } + + .sm\:h-2\/12 { + height: 16.666667% !important; + } + + .sm\:h-3\/12 { + height: 25% !important; + } + + .sm\:h-4\/12 { + height: 33.333333% !important; + } + + .sm\:h-5\/12 { + height: 41.666667% !important; + } + + .sm\:h-6\/12 { + height: 50% !important; + } + + .sm\:h-7\/12 { + height: 58.333333% !important; + } + + .sm\:h-8\/12 { + height: 66.666667% !important; + } + + .sm\:h-9\/12 { + height: 75% !important; + } + + .sm\:h-10\/12 { + height: 83.333333% !important; + } + + .sm\:h-11\/12 { + height: 91.666667% !important; + } + + .sm\:h-1\/16 { + height: 6.25% !important; + } + + .sm\:h-2\/16 { + height: 12.5% !important; + } + + .sm\:h-3\/16 { + height: 18.75% !important; + } + + .sm\:h-4\/16 { + height: 25% !important; + } + + .sm\:h-5\/16 { + height: 31.25% !important; + } + + .sm\:h-6\/16 { + height: 37.5% !important; + } + + .sm\:h-7\/16 { + height: 43.75% !important; + } + + .sm\:h-8\/16 { + height: 50% !important; + } + + .sm\:h-9\/16 { + height: 56.25% !important; + } + + .sm\:h-10\/16 { + height: 62.5% !important; + } + + .sm\:h-11\/16 { + height: 68.75% !important; + } + + .sm\:h-12\/16 { + height: 75% !important; + } + + .sm\:h-13\/16 { + height: 81.25% !important; + } + + .sm\:h-14\/16 { + height: 87.5% !important; + } + + .sm\:h-15\/16 { + height: 93.75% !important; + } + .sm\:h-full { height: 100% !important; } @@ -44112,18 +62220,42 @@ video { margin: 1.5rem !important; } + .sm\:m-7 { + margin: 1.75rem !important; + } + .sm\:m-8 { margin: 2rem !important; } + .sm\:m-9 { + margin: 2.25rem !important; + } + .sm\:m-10 { margin: 2.5rem !important; } + .sm\:m-11 { + margin: 2.75rem !important; + } + .sm\:m-12 { margin: 3rem !important; } + .sm\:m-13 { + margin: 3.25rem !important; + } + + .sm\:m-14 { + margin: 3.5rem !important; + } + + .sm\:m-15 { + margin: 3.75rem !important; + } + .sm\:m-16 { margin: 4rem !important; } @@ -44136,26 +62268,58 @@ video { margin: 6rem !important; } + .sm\:m-28 { + margin: 7rem !important; + } + .sm\:m-32 { margin: 8rem !important; } + .sm\:m-36 { + margin: 9rem !important; + } + .sm\:m-40 { margin: 10rem !important; } + .sm\:m-44 { + margin: 11rem !important; + } + .sm\:m-48 { margin: 12rem !important; } + .sm\:m-52 { + margin: 13rem !important; + } + .sm\:m-56 { margin: 14rem !important; } + .sm\:m-60 { + margin: 15rem !important; + } + .sm\:m-64 { margin: 16rem !important; } + .sm\:m-72 { + margin: 18rem !important; + } + + .sm\:m-80 { + margin: 20rem !important; + } + + .sm\:m-96 { + margin: 24rem !important; + } + .sm\:m-auto { margin: auto !important; } @@ -44164,6 +62328,190 @@ video { margin: 1px !important; } + .sm\:m-0\.5 { + margin: 0.125rem !important; + } + + .sm\:m-1\.5 { + margin: 0.375rem !important; + } + + .sm\:m-2\.5 { + margin: 0.625rem !important; + } + + .sm\:m-3\.5 { + margin: 0.875rem !important; + } + + .sm\:m-1\/2 { + margin: 50% !important; + } + + .sm\:m-1\/3 { + margin: 33.333333% !important; + } + + .sm\:m-2\/3 { + margin: 66.666667% !important; + } + + .sm\:m-1\/4 { + margin: 25% !important; + } + + .sm\:m-2\/4 { + margin: 50% !important; + } + + .sm\:m-3\/4 { + margin: 75% !important; + } + + .sm\:m-1\/5 { + margin: 20% !important; + } + + .sm\:m-2\/5 { + margin: 40% !important; + } + + .sm\:m-3\/5 { + margin: 60% !important; + } + + .sm\:m-4\/5 { + margin: 80% !important; + } + + .sm\:m-1\/6 { + margin: 16.666667% !important; + } + + .sm\:m-2\/6 { + margin: 33.333333% !important; + } + + .sm\:m-3\/6 { + margin: 50% !important; + } + + .sm\:m-4\/6 { + margin: 66.666667% !important; + } + + .sm\:m-5\/6 { + margin: 83.333333% !important; + } + + .sm\:m-1\/12 { + margin: 8.333333% !important; + } + + .sm\:m-2\/12 { + margin: 16.666667% !important; + } + + .sm\:m-3\/12 { + margin: 25% !important; + } + + .sm\:m-4\/12 { + margin: 33.333333% !important; + } + + .sm\:m-5\/12 { + margin: 41.666667% !important; + } + + .sm\:m-6\/12 { + margin: 50% !important; + } + + .sm\:m-7\/12 { + margin: 58.333333% !important; + } + + .sm\:m-8\/12 { + margin: 66.666667% !important; + } + + .sm\:m-9\/12 { + margin: 75% !important; + } + + .sm\:m-10\/12 { + margin: 83.333333% !important; + } + + .sm\:m-11\/12 { + margin: 91.666667% !important; + } + + .sm\:m-1\/16 { + margin: 6.25% !important; + } + + .sm\:m-2\/16 { + margin: 12.5% !important; + } + + .sm\:m-3\/16 { + margin: 18.75% !important; + } + + .sm\:m-4\/16 { + margin: 25% !important; + } + + .sm\:m-5\/16 { + margin: 31.25% !important; + } + + .sm\:m-6\/16 { + margin: 37.5% !important; + } + + .sm\:m-7\/16 { + margin: 43.75% !important; + } + + .sm\:m-8\/16 { + margin: 50% !important; + } + + .sm\:m-9\/16 { + margin: 56.25% !important; + } + + .sm\:m-10\/16 { + margin: 62.5% !important; + } + + .sm\:m-11\/16 { + margin: 68.75% !important; + } + + .sm\:m-12\/16 { + margin: 75% !important; + } + + .sm\:m-13\/16 { + margin: 81.25% !important; + } + + .sm\:m-14\/16 { + margin: 87.5% !important; + } + + .sm\:m-15\/16 { + margin: 93.75% !important; + } + + .sm\:m-full { + margin: 100% !important; + } + .sm\:-m-1 { margin: -0.25rem !important; } @@ -44188,18 +62536,42 @@ video { margin: -1.5rem !important; } + .sm\:-m-7 { + margin: -1.75rem !important; + } + .sm\:-m-8 { margin: -2rem !important; } + .sm\:-m-9 { + margin: -2.25rem !important; + } + .sm\:-m-10 { margin: -2.5rem !important; } + .sm\:-m-11 { + margin: -2.75rem !important; + } + .sm\:-m-12 { margin: -3rem !important; } + .sm\:-m-13 { + margin: -3.25rem !important; + } + + .sm\:-m-14 { + margin: -3.5rem !important; + } + + .sm\:-m-15 { + margin: -3.75rem !important; + } + .sm\:-m-16 { margin: -4rem !important; } @@ -44212,30 +62584,246 @@ video { margin: -6rem !important; } + .sm\:-m-28 { + margin: -7rem !important; + } + .sm\:-m-32 { margin: -8rem !important; } + .sm\:-m-36 { + margin: -9rem !important; + } + .sm\:-m-40 { margin: -10rem !important; } + .sm\:-m-44 { + margin: -11rem !important; + } + .sm\:-m-48 { margin: -12rem !important; } + .sm\:-m-52 { + margin: -13rem !important; + } + .sm\:-m-56 { margin: -14rem !important; } + .sm\:-m-60 { + margin: -15rem !important; + } + .sm\:-m-64 { margin: -16rem !important; } + .sm\:-m-72 { + margin: -18rem !important; + } + + .sm\:-m-80 { + margin: -20rem !important; + } + + .sm\:-m-96 { + margin: -24rem !important; + } + .sm\:-m-px { margin: -1px !important; } + .sm\:-m-0\.5 { + margin: -0.125rem !important; + } + + .sm\:-m-1\.5 { + margin: -0.375rem !important; + } + + .sm\:-m-2\.5 { + margin: -0.625rem !important; + } + + .sm\:-m-3\.5 { + margin: -0.875rem !important; + } + + .sm\:-m-1\/2 { + margin: -50% !important; + } + + .sm\:-m-1\/3 { + margin: -33.33333% !important; + } + + .sm\:-m-2\/3 { + margin: -66.66667% !important; + } + + .sm\:-m-1\/4 { + margin: -25% !important; + } + + .sm\:-m-2\/4 { + margin: -50% !important; + } + + .sm\:-m-3\/4 { + margin: -75% !important; + } + + .sm\:-m-1\/5 { + margin: -20% !important; + } + + .sm\:-m-2\/5 { + margin: -40% !important; + } + + .sm\:-m-3\/5 { + margin: -60% !important; + } + + .sm\:-m-4\/5 { + margin: -80% !important; + } + + .sm\:-m-1\/6 { + margin: -16.66667% !important; + } + + .sm\:-m-2\/6 { + margin: -33.33333% !important; + } + + .sm\:-m-3\/6 { + margin: -50% !important; + } + + .sm\:-m-4\/6 { + margin: -66.66667% !important; + } + + .sm\:-m-5\/6 { + margin: -83.33333% !important; + } + + .sm\:-m-1\/12 { + margin: -8.33333% !important; + } + + .sm\:-m-2\/12 { + margin: -16.66667% !important; + } + + .sm\:-m-3\/12 { + margin: -25% !important; + } + + .sm\:-m-4\/12 { + margin: -33.33333% !important; + } + + .sm\:-m-5\/12 { + margin: -41.66667% !important; + } + + .sm\:-m-6\/12 { + margin: -50% !important; + } + + .sm\:-m-7\/12 { + margin: -58.33333% !important; + } + + .sm\:-m-8\/12 { + margin: -66.66667% !important; + } + + .sm\:-m-9\/12 { + margin: -75% !important; + } + + .sm\:-m-10\/12 { + margin: -83.33333% !important; + } + + .sm\:-m-11\/12 { + margin: -91.66667% !important; + } + + .sm\:-m-1\/16 { + margin: -6.25% !important; + } + + .sm\:-m-2\/16 { + margin: -12.5% !important; + } + + .sm\:-m-3\/16 { + margin: -18.75% !important; + } + + .sm\:-m-4\/16 { + margin: -25% !important; + } + + .sm\:-m-5\/16 { + margin: -31.25% !important; + } + + .sm\:-m-6\/16 { + margin: -37.5% !important; + } + + .sm\:-m-7\/16 { + margin: -43.75% !important; + } + + .sm\:-m-8\/16 { + margin: -50% !important; + } + + .sm\:-m-9\/16 { + margin: -56.25% !important; + } + + .sm\:-m-10\/16 { + margin: -62.5% !important; + } + + .sm\:-m-11\/16 { + margin: -68.75% !important; + } + + .sm\:-m-12\/16 { + margin: -75% !important; + } + + .sm\:-m-13\/16 { + margin: -81.25% !important; + } + + .sm\:-m-14\/16 { + margin: -87.5% !important; + } + + .sm\:-m-15\/16 { + margin: -93.75% !important; + } + + .sm\:-m-full { + margin: -100% !important; + } + .sm\:my-0 { margin-top: 0 !important; margin-bottom: 0 !important; @@ -44306,6 +62894,16 @@ video { margin-right: 1.5rem !important; } + .sm\:my-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + + .sm\:mx-7 { + margin-left: 1.75rem !important; + margin-right: 1.75rem !important; + } + .sm\:my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; @@ -44316,6 +62914,16 @@ video { margin-right: 2rem !important; } + .sm\:my-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + + .sm\:mx-9 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + .sm\:my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; @@ -44326,6 +62934,16 @@ video { margin-right: 2.5rem !important; } + .sm\:my-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + + .sm\:mx-11 { + margin-left: 2.75rem !important; + margin-right: 2.75rem !important; + } + .sm\:my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; @@ -44336,6 +62954,36 @@ video { margin-right: 3rem !important; } + .sm\:my-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + + .sm\:mx-13 { + margin-left: 3.25rem !important; + margin-right: 3.25rem !important; + } + + .sm\:my-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + + .sm\:mx-14 { + margin-left: 3.5rem !important; + margin-right: 3.5rem !important; + } + + .sm\:my-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + + .sm\:mx-15 { + margin-left: 3.75rem !important; + margin-right: 3.75rem !important; + } + .sm\:my-16 { margin-top: 4rem !important; margin-bottom: 4rem !important; @@ -44366,6 +63014,16 @@ video { margin-right: 6rem !important; } + .sm\:my-28 { + margin-top: 7rem !important; + margin-bottom: 7rem !important; + } + + .sm\:mx-28 { + margin-left: 7rem !important; + margin-right: 7rem !important; + } + .sm\:my-32 { margin-top: 8rem !important; margin-bottom: 8rem !important; @@ -44376,6 +63034,16 @@ video { margin-right: 8rem !important; } + .sm\:my-36 { + margin-top: 9rem !important; + margin-bottom: 9rem !important; + } + + .sm\:mx-36 { + margin-left: 9rem !important; + margin-right: 9rem !important; + } + .sm\:my-40 { margin-top: 10rem !important; margin-bottom: 10rem !important; @@ -44386,6 +63054,16 @@ video { margin-right: 10rem !important; } + .sm\:my-44 { + margin-top: 11rem !important; + margin-bottom: 11rem !important; + } + + .sm\:mx-44 { + margin-left: 11rem !important; + margin-right: 11rem !important; + } + .sm\:my-48 { margin-top: 12rem !important; margin-bottom: 12rem !important; @@ -44396,6 +63074,16 @@ video { margin-right: 12rem !important; } + .sm\:my-52 { + margin-top: 13rem !important; + margin-bottom: 13rem !important; + } + + .sm\:mx-52 { + margin-left: 13rem !important; + margin-right: 13rem !important; + } + .sm\:my-56 { margin-top: 14rem !important; margin-bottom: 14rem !important; @@ -44406,6 +63094,16 @@ video { margin-right: 14rem !important; } + .sm\:my-60 { + margin-top: 15rem !important; + margin-bottom: 15rem !important; + } + + .sm\:mx-60 { + margin-left: 15rem !important; + margin-right: 15rem !important; + } + .sm\:my-64 { margin-top: 16rem !important; margin-bottom: 16rem !important; @@ -44416,6 +63114,36 @@ video { margin-right: 16rem !important; } + .sm\:my-72 { + margin-top: 18rem !important; + margin-bottom: 18rem !important; + } + + .sm\:mx-72 { + margin-left: 18rem !important; + margin-right: 18rem !important; + } + + .sm\:my-80 { + margin-top: 20rem !important; + margin-bottom: 20rem !important; + } + + .sm\:mx-80 { + margin-left: 20rem !important; + margin-right: 20rem !important; + } + + .sm\:my-96 { + margin-top: 24rem !important; + margin-bottom: 24rem !important; + } + + .sm\:mx-96 { + margin-left: 24rem !important; + margin-right: 24rem !important; + } + .sm\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -44436,6 +63164,466 @@ video { margin-right: 1px !important; } + .sm\:my-0\.5 { + margin-top: 0.125rem !important; + margin-bottom: 0.125rem !important; + } + + .sm\:mx-0\.5 { + margin-left: 0.125rem !important; + margin-right: 0.125rem !important; + } + + .sm\:my-1\.5 { + margin-top: 0.375rem !important; + margin-bottom: 0.375rem !important; + } + + .sm\:mx-1\.5 { + margin-left: 0.375rem !important; + margin-right: 0.375rem !important; + } + + .sm\:my-2\.5 { + margin-top: 0.625rem !important; + margin-bottom: 0.625rem !important; + } + + .sm\:mx-2\.5 { + margin-left: 0.625rem !important; + margin-right: 0.625rem !important; + } + + .sm\:my-3\.5 { + margin-top: 0.875rem !important; + margin-bottom: 0.875rem !important; + } + + .sm\:mx-3\.5 { + margin-left: 0.875rem !important; + margin-right: 0.875rem !important; + } + + .sm\:my-1\/2 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .sm\:mx-1\/2 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .sm\:my-1\/3 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .sm\:mx-1\/3 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .sm\:my-2\/3 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .sm\:mx-2\/3 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .sm\:my-1\/4 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .sm\:mx-1\/4 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .sm\:my-2\/4 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .sm\:mx-2\/4 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .sm\:my-3\/4 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .sm\:mx-3\/4 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .sm\:my-1\/5 { + margin-top: 20% !important; + margin-bottom: 20% !important; + } + + .sm\:mx-1\/5 { + margin-left: 20% !important; + margin-right: 20% !important; + } + + .sm\:my-2\/5 { + margin-top: 40% !important; + margin-bottom: 40% !important; + } + + .sm\:mx-2\/5 { + margin-left: 40% !important; + margin-right: 40% !important; + } + + .sm\:my-3\/5 { + margin-top: 60% !important; + margin-bottom: 60% !important; + } + + .sm\:mx-3\/5 { + margin-left: 60% !important; + margin-right: 60% !important; + } + + .sm\:my-4\/5 { + margin-top: 80% !important; + margin-bottom: 80% !important; + } + + .sm\:mx-4\/5 { + margin-left: 80% !important; + margin-right: 80% !important; + } + + .sm\:my-1\/6 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .sm\:mx-1\/6 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .sm\:my-2\/6 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .sm\:mx-2\/6 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .sm\:my-3\/6 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .sm\:mx-3\/6 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .sm\:my-4\/6 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .sm\:mx-4\/6 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .sm\:my-5\/6 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .sm\:mx-5\/6 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .sm\:my-1\/12 { + margin-top: 8.333333% !important; + margin-bottom: 8.333333% !important; + } + + .sm\:mx-1\/12 { + margin-left: 8.333333% !important; + margin-right: 8.333333% !important; + } + + .sm\:my-2\/12 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .sm\:mx-2\/12 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .sm\:my-3\/12 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .sm\:mx-3\/12 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .sm\:my-4\/12 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .sm\:mx-4\/12 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .sm\:my-5\/12 { + margin-top: 41.666667% !important; + margin-bottom: 41.666667% !important; + } + + .sm\:mx-5\/12 { + margin-left: 41.666667% !important; + margin-right: 41.666667% !important; + } + + .sm\:my-6\/12 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .sm\:mx-6\/12 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .sm\:my-7\/12 { + margin-top: 58.333333% !important; + margin-bottom: 58.333333% !important; + } + + .sm\:mx-7\/12 { + margin-left: 58.333333% !important; + margin-right: 58.333333% !important; + } + + .sm\:my-8\/12 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .sm\:mx-8\/12 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .sm\:my-9\/12 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .sm\:mx-9\/12 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .sm\:my-10\/12 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .sm\:mx-10\/12 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .sm\:my-11\/12 { + margin-top: 91.666667% !important; + margin-bottom: 91.666667% !important; + } + + .sm\:mx-11\/12 { + margin-left: 91.666667% !important; + margin-right: 91.666667% !important; + } + + .sm\:my-1\/16 { + margin-top: 6.25% !important; + margin-bottom: 6.25% !important; + } + + .sm\:mx-1\/16 { + margin-left: 6.25% !important; + margin-right: 6.25% !important; + } + + .sm\:my-2\/16 { + margin-top: 12.5% !important; + margin-bottom: 12.5% !important; + } + + .sm\:mx-2\/16 { + margin-left: 12.5% !important; + margin-right: 12.5% !important; + } + + .sm\:my-3\/16 { + margin-top: 18.75% !important; + margin-bottom: 18.75% !important; + } + + .sm\:mx-3\/16 { + margin-left: 18.75% !important; + margin-right: 18.75% !important; + } + + .sm\:my-4\/16 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .sm\:mx-4\/16 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .sm\:my-5\/16 { + margin-top: 31.25% !important; + margin-bottom: 31.25% !important; + } + + .sm\:mx-5\/16 { + margin-left: 31.25% !important; + margin-right: 31.25% !important; + } + + .sm\:my-6\/16 { + margin-top: 37.5% !important; + margin-bottom: 37.5% !important; + } + + .sm\:mx-6\/16 { + margin-left: 37.5% !important; + margin-right: 37.5% !important; + } + + .sm\:my-7\/16 { + margin-top: 43.75% !important; + margin-bottom: 43.75% !important; + } + + .sm\:mx-7\/16 { + margin-left: 43.75% !important; + margin-right: 43.75% !important; + } + + .sm\:my-8\/16 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .sm\:mx-8\/16 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .sm\:my-9\/16 { + margin-top: 56.25% !important; + margin-bottom: 56.25% !important; + } + + .sm\:mx-9\/16 { + margin-left: 56.25% !important; + margin-right: 56.25% !important; + } + + .sm\:my-10\/16 { + margin-top: 62.5% !important; + margin-bottom: 62.5% !important; + } + + .sm\:mx-10\/16 { + margin-left: 62.5% !important; + margin-right: 62.5% !important; + } + + .sm\:my-11\/16 { + margin-top: 68.75% !important; + margin-bottom: 68.75% !important; + } + + .sm\:mx-11\/16 { + margin-left: 68.75% !important; + margin-right: 68.75% !important; + } + + .sm\:my-12\/16 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .sm\:mx-12\/16 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .sm\:my-13\/16 { + margin-top: 81.25% !important; + margin-bottom: 81.25% !important; + } + + .sm\:mx-13\/16 { + margin-left: 81.25% !important; + margin-right: 81.25% !important; + } + + .sm\:my-14\/16 { + margin-top: 87.5% !important; + margin-bottom: 87.5% !important; + } + + .sm\:mx-14\/16 { + margin-left: 87.5% !important; + margin-right: 87.5% !important; + } + + .sm\:my-15\/16 { + margin-top: 93.75% !important; + margin-bottom: 93.75% !important; + } + + .sm\:mx-15\/16 { + margin-left: 93.75% !important; + margin-right: 93.75% !important; + } + + .sm\:my-full { + margin-top: 100% !important; + margin-bottom: 100% !important; + } + + .sm\:mx-full { + margin-left: 100% !important; + margin-right: 100% !important; + } + .sm\:-my-1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; @@ -44496,6 +63684,16 @@ video { margin-right: -1.5rem !important; } + .sm\:-my-7 { + margin-top: -1.75rem !important; + margin-bottom: -1.75rem !important; + } + + .sm\:-mx-7 { + margin-left: -1.75rem !important; + margin-right: -1.75rem !important; + } + .sm\:-my-8 { margin-top: -2rem !important; margin-bottom: -2rem !important; @@ -44506,6 +63704,16 @@ video { margin-right: -2rem !important; } + .sm\:-my-9 { + margin-top: -2.25rem !important; + margin-bottom: -2.25rem !important; + } + + .sm\:-mx-9 { + margin-left: -2.25rem !important; + margin-right: -2.25rem !important; + } + .sm\:-my-10 { margin-top: -2.5rem !important; margin-bottom: -2.5rem !important; @@ -44516,6 +63724,16 @@ video { margin-right: -2.5rem !important; } + .sm\:-my-11 { + margin-top: -2.75rem !important; + margin-bottom: -2.75rem !important; + } + + .sm\:-mx-11 { + margin-left: -2.75rem !important; + margin-right: -2.75rem !important; + } + .sm\:-my-12 { margin-top: -3rem !important; margin-bottom: -3rem !important; @@ -44526,6 +63744,36 @@ video { margin-right: -3rem !important; } + .sm\:-my-13 { + margin-top: -3.25rem !important; + margin-bottom: -3.25rem !important; + } + + .sm\:-mx-13 { + margin-left: -3.25rem !important; + margin-right: -3.25rem !important; + } + + .sm\:-my-14 { + margin-top: -3.5rem !important; + margin-bottom: -3.5rem !important; + } + + .sm\:-mx-14 { + margin-left: -3.5rem !important; + margin-right: -3.5rem !important; + } + + .sm\:-my-15 { + margin-top: -3.75rem !important; + margin-bottom: -3.75rem !important; + } + + .sm\:-mx-15 { + margin-left: -3.75rem !important; + margin-right: -3.75rem !important; + } + .sm\:-my-16 { margin-top: -4rem !important; margin-bottom: -4rem !important; @@ -44556,6 +63804,16 @@ video { margin-right: -6rem !important; } + .sm\:-my-28 { + margin-top: -7rem !important; + margin-bottom: -7rem !important; + } + + .sm\:-mx-28 { + margin-left: -7rem !important; + margin-right: -7rem !important; + } + .sm\:-my-32 { margin-top: -8rem !important; margin-bottom: -8rem !important; @@ -44566,6 +63824,16 @@ video { margin-right: -8rem !important; } + .sm\:-my-36 { + margin-top: -9rem !important; + margin-bottom: -9rem !important; + } + + .sm\:-mx-36 { + margin-left: -9rem !important; + margin-right: -9rem !important; + } + .sm\:-my-40 { margin-top: -10rem !important; margin-bottom: -10rem !important; @@ -44576,6 +63844,16 @@ video { margin-right: -10rem !important; } + .sm\:-my-44 { + margin-top: -11rem !important; + margin-bottom: -11rem !important; + } + + .sm\:-mx-44 { + margin-left: -11rem !important; + margin-right: -11rem !important; + } + .sm\:-my-48 { margin-top: -12rem !important; margin-bottom: -12rem !important; @@ -44586,6 +63864,16 @@ video { margin-right: -12rem !important; } + .sm\:-my-52 { + margin-top: -13rem !important; + margin-bottom: -13rem !important; + } + + .sm\:-mx-52 { + margin-left: -13rem !important; + margin-right: -13rem !important; + } + .sm\:-my-56 { margin-top: -14rem !important; margin-bottom: -14rem !important; @@ -44596,6 +63884,16 @@ video { margin-right: -14rem !important; } + .sm\:-my-60 { + margin-top: -15rem !important; + margin-bottom: -15rem !important; + } + + .sm\:-mx-60 { + margin-left: -15rem !important; + margin-right: -15rem !important; + } + .sm\:-my-64 { margin-top: -16rem !important; margin-bottom: -16rem !important; @@ -44606,6 +63904,36 @@ video { margin-right: -16rem !important; } + .sm\:-my-72 { + margin-top: -18rem !important; + margin-bottom: -18rem !important; + } + + .sm\:-mx-72 { + margin-left: -18rem !important; + margin-right: -18rem !important; + } + + .sm\:-my-80 { + margin-top: -20rem !important; + margin-bottom: -20rem !important; + } + + .sm\:-mx-80 { + margin-left: -20rem !important; + margin-right: -20rem !important; + } + + .sm\:-my-96 { + margin-top: -24rem !important; + margin-bottom: -24rem !important; + } + + .sm\:-mx-96 { + margin-left: -24rem !important; + margin-right: -24rem !important; + } + .sm\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -44616,6 +63944,466 @@ video { margin-right: -1px !important; } + .sm\:-my-0\.5 { + margin-top: -0.125rem !important; + margin-bottom: -0.125rem !important; + } + + .sm\:-mx-0\.5 { + margin-left: -0.125rem !important; + margin-right: -0.125rem !important; + } + + .sm\:-my-1\.5 { + margin-top: -0.375rem !important; + margin-bottom: -0.375rem !important; + } + + .sm\:-mx-1\.5 { + margin-left: -0.375rem !important; + margin-right: -0.375rem !important; + } + + .sm\:-my-2\.5 { + margin-top: -0.625rem !important; + margin-bottom: -0.625rem !important; + } + + .sm\:-mx-2\.5 { + margin-left: -0.625rem !important; + margin-right: -0.625rem !important; + } + + .sm\:-my-3\.5 { + margin-top: -0.875rem !important; + margin-bottom: -0.875rem !important; + } + + .sm\:-mx-3\.5 { + margin-left: -0.875rem !important; + margin-right: -0.875rem !important; + } + + .sm\:-my-1\/2 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .sm\:-mx-1\/2 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .sm\:-my-1\/3 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .sm\:-mx-1\/3 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .sm\:-my-2\/3 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .sm\:-mx-2\/3 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .sm\:-my-1\/4 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .sm\:-mx-1\/4 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .sm\:-my-2\/4 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .sm\:-mx-2\/4 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .sm\:-my-3\/4 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .sm\:-mx-3\/4 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .sm\:-my-1\/5 { + margin-top: -20% !important; + margin-bottom: -20% !important; + } + + .sm\:-mx-1\/5 { + margin-left: -20% !important; + margin-right: -20% !important; + } + + .sm\:-my-2\/5 { + margin-top: -40% !important; + margin-bottom: -40% !important; + } + + .sm\:-mx-2\/5 { + margin-left: -40% !important; + margin-right: -40% !important; + } + + .sm\:-my-3\/5 { + margin-top: -60% !important; + margin-bottom: -60% !important; + } + + .sm\:-mx-3\/5 { + margin-left: -60% !important; + margin-right: -60% !important; + } + + .sm\:-my-4\/5 { + margin-top: -80% !important; + margin-bottom: -80% !important; + } + + .sm\:-mx-4\/5 { + margin-left: -80% !important; + margin-right: -80% !important; + } + + .sm\:-my-1\/6 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .sm\:-mx-1\/6 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .sm\:-my-2\/6 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .sm\:-mx-2\/6 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .sm\:-my-3\/6 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .sm\:-mx-3\/6 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .sm\:-my-4\/6 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .sm\:-mx-4\/6 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .sm\:-my-5\/6 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .sm\:-mx-5\/6 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .sm\:-my-1\/12 { + margin-top: -8.33333% !important; + margin-bottom: -8.33333% !important; + } + + .sm\:-mx-1\/12 { + margin-left: -8.33333% !important; + margin-right: -8.33333% !important; + } + + .sm\:-my-2\/12 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .sm\:-mx-2\/12 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .sm\:-my-3\/12 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .sm\:-mx-3\/12 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .sm\:-my-4\/12 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .sm\:-mx-4\/12 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .sm\:-my-5\/12 { + margin-top: -41.66667% !important; + margin-bottom: -41.66667% !important; + } + + .sm\:-mx-5\/12 { + margin-left: -41.66667% !important; + margin-right: -41.66667% !important; + } + + .sm\:-my-6\/12 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .sm\:-mx-6\/12 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .sm\:-my-7\/12 { + margin-top: -58.33333% !important; + margin-bottom: -58.33333% !important; + } + + .sm\:-mx-7\/12 { + margin-left: -58.33333% !important; + margin-right: -58.33333% !important; + } + + .sm\:-my-8\/12 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .sm\:-mx-8\/12 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .sm\:-my-9\/12 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .sm\:-mx-9\/12 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .sm\:-my-10\/12 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .sm\:-mx-10\/12 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .sm\:-my-11\/12 { + margin-top: -91.66667% !important; + margin-bottom: -91.66667% !important; + } + + .sm\:-mx-11\/12 { + margin-left: -91.66667% !important; + margin-right: -91.66667% !important; + } + + .sm\:-my-1\/16 { + margin-top: -6.25% !important; + margin-bottom: -6.25% !important; + } + + .sm\:-mx-1\/16 { + margin-left: -6.25% !important; + margin-right: -6.25% !important; + } + + .sm\:-my-2\/16 { + margin-top: -12.5% !important; + margin-bottom: -12.5% !important; + } + + .sm\:-mx-2\/16 { + margin-left: -12.5% !important; + margin-right: -12.5% !important; + } + + .sm\:-my-3\/16 { + margin-top: -18.75% !important; + margin-bottom: -18.75% !important; + } + + .sm\:-mx-3\/16 { + margin-left: -18.75% !important; + margin-right: -18.75% !important; + } + + .sm\:-my-4\/16 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .sm\:-mx-4\/16 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .sm\:-my-5\/16 { + margin-top: -31.25% !important; + margin-bottom: -31.25% !important; + } + + .sm\:-mx-5\/16 { + margin-left: -31.25% !important; + margin-right: -31.25% !important; + } + + .sm\:-my-6\/16 { + margin-top: -37.5% !important; + margin-bottom: -37.5% !important; + } + + .sm\:-mx-6\/16 { + margin-left: -37.5% !important; + margin-right: -37.5% !important; + } + + .sm\:-my-7\/16 { + margin-top: -43.75% !important; + margin-bottom: -43.75% !important; + } + + .sm\:-mx-7\/16 { + margin-left: -43.75% !important; + margin-right: -43.75% !important; + } + + .sm\:-my-8\/16 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .sm\:-mx-8\/16 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .sm\:-my-9\/16 { + margin-top: -56.25% !important; + margin-bottom: -56.25% !important; + } + + .sm\:-mx-9\/16 { + margin-left: -56.25% !important; + margin-right: -56.25% !important; + } + + .sm\:-my-10\/16 { + margin-top: -62.5% !important; + margin-bottom: -62.5% !important; + } + + .sm\:-mx-10\/16 { + margin-left: -62.5% !important; + margin-right: -62.5% !important; + } + + .sm\:-my-11\/16 { + margin-top: -68.75% !important; + margin-bottom: -68.75% !important; + } + + .sm\:-mx-11\/16 { + margin-left: -68.75% !important; + margin-right: -68.75% !important; + } + + .sm\:-my-12\/16 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .sm\:-mx-12\/16 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .sm\:-my-13\/16 { + margin-top: -81.25% !important; + margin-bottom: -81.25% !important; + } + + .sm\:-mx-13\/16 { + margin-left: -81.25% !important; + margin-right: -81.25% !important; + } + + .sm\:-my-14\/16 { + margin-top: -87.5% !important; + margin-bottom: -87.5% !important; + } + + .sm\:-mx-14\/16 { + margin-left: -87.5% !important; + margin-right: -87.5% !important; + } + + .sm\:-my-15\/16 { + margin-top: -93.75% !important; + margin-bottom: -93.75% !important; + } + + .sm\:-mx-15\/16 { + margin-left: -93.75% !important; + margin-right: -93.75% !important; + } + + .sm\:-my-full { + margin-top: -100% !important; + margin-bottom: -100% !important; + } + + .sm\:-mx-full { + margin-left: -100% !important; + margin-right: -100% !important; + } + .sm\:mt-0 { margin-top: 0 !important; } @@ -44728,6 +64516,22 @@ video { margin-left: 1.5rem !important; } + .sm\:mt-7 { + margin-top: 1.75rem !important; + } + + .sm\:mr-7 { + margin-right: 1.75rem !important; + } + + .sm\:mb-7 { + margin-bottom: 1.75rem !important; + } + + .sm\:ml-7 { + margin-left: 1.75rem !important; + } + .sm\:mt-8 { margin-top: 2rem !important; } @@ -44744,6 +64548,22 @@ video { margin-left: 2rem !important; } + .sm\:mt-9 { + margin-top: 2.25rem !important; + } + + .sm\:mr-9 { + margin-right: 2.25rem !important; + } + + .sm\:mb-9 { + margin-bottom: 2.25rem !important; + } + + .sm\:ml-9 { + margin-left: 2.25rem !important; + } + .sm\:mt-10 { margin-top: 2.5rem !important; } @@ -44760,6 +64580,22 @@ video { margin-left: 2.5rem !important; } + .sm\:mt-11 { + margin-top: 2.75rem !important; + } + + .sm\:mr-11 { + margin-right: 2.75rem !important; + } + + .sm\:mb-11 { + margin-bottom: 2.75rem !important; + } + + .sm\:ml-11 { + margin-left: 2.75rem !important; + } + .sm\:mt-12 { margin-top: 3rem !important; } @@ -44776,6 +64612,54 @@ video { margin-left: 3rem !important; } + .sm\:mt-13 { + margin-top: 3.25rem !important; + } + + .sm\:mr-13 { + margin-right: 3.25rem !important; + } + + .sm\:mb-13 { + margin-bottom: 3.25rem !important; + } + + .sm\:ml-13 { + margin-left: 3.25rem !important; + } + + .sm\:mt-14 { + margin-top: 3.5rem !important; + } + + .sm\:mr-14 { + margin-right: 3.5rem !important; + } + + .sm\:mb-14 { + margin-bottom: 3.5rem !important; + } + + .sm\:ml-14 { + margin-left: 3.5rem !important; + } + + .sm\:mt-15 { + margin-top: 3.75rem !important; + } + + .sm\:mr-15 { + margin-right: 3.75rem !important; + } + + .sm\:mb-15 { + margin-bottom: 3.75rem !important; + } + + .sm\:ml-15 { + margin-left: 3.75rem !important; + } + .sm\:mt-16 { margin-top: 4rem !important; } @@ -44824,6 +64708,22 @@ video { margin-left: 6rem !important; } + .sm\:mt-28 { + margin-top: 7rem !important; + } + + .sm\:mr-28 { + margin-right: 7rem !important; + } + + .sm\:mb-28 { + margin-bottom: 7rem !important; + } + + .sm\:ml-28 { + margin-left: 7rem !important; + } + .sm\:mt-32 { margin-top: 8rem !important; } @@ -44840,6 +64740,22 @@ video { margin-left: 8rem !important; } + .sm\:mt-36 { + margin-top: 9rem !important; + } + + .sm\:mr-36 { + margin-right: 9rem !important; + } + + .sm\:mb-36 { + margin-bottom: 9rem !important; + } + + .sm\:ml-36 { + margin-left: 9rem !important; + } + .sm\:mt-40 { margin-top: 10rem !important; } @@ -44856,6 +64772,22 @@ video { margin-left: 10rem !important; } + .sm\:mt-44 { + margin-top: 11rem !important; + } + + .sm\:mr-44 { + margin-right: 11rem !important; + } + + .sm\:mb-44 { + margin-bottom: 11rem !important; + } + + .sm\:ml-44 { + margin-left: 11rem !important; + } + .sm\:mt-48 { margin-top: 12rem !important; } @@ -44872,6 +64804,22 @@ video { margin-left: 12rem !important; } + .sm\:mt-52 { + margin-top: 13rem !important; + } + + .sm\:mr-52 { + margin-right: 13rem !important; + } + + .sm\:mb-52 { + margin-bottom: 13rem !important; + } + + .sm\:ml-52 { + margin-left: 13rem !important; + } + .sm\:mt-56 { margin-top: 14rem !important; } @@ -44888,6 +64836,22 @@ video { margin-left: 14rem !important; } + .sm\:mt-60 { + margin-top: 15rem !important; + } + + .sm\:mr-60 { + margin-right: 15rem !important; + } + + .sm\:mb-60 { + margin-bottom: 15rem !important; + } + + .sm\:ml-60 { + margin-left: 15rem !important; + } + .sm\:mt-64 { margin-top: 16rem !important; } @@ -44904,6 +64868,54 @@ video { margin-left: 16rem !important; } + .sm\:mt-72 { + margin-top: 18rem !important; + } + + .sm\:mr-72 { + margin-right: 18rem !important; + } + + .sm\:mb-72 { + margin-bottom: 18rem !important; + } + + .sm\:ml-72 { + margin-left: 18rem !important; + } + + .sm\:mt-80 { + margin-top: 20rem !important; + } + + .sm\:mr-80 { + margin-right: 20rem !important; + } + + .sm\:mb-80 { + margin-bottom: 20rem !important; + } + + .sm\:ml-80 { + margin-left: 20rem !important; + } + + .sm\:mt-96 { + margin-top: 24rem !important; + } + + .sm\:mr-96 { + margin-right: 24rem !important; + } + + .sm\:mb-96 { + margin-bottom: 24rem !important; + } + + .sm\:ml-96 { + margin-left: 24rem !important; + } + .sm\:mt-auto { margin-top: auto !important; } @@ -44936,6 +64948,742 @@ video { margin-left: 1px !important; } + .sm\:mt-0\.5 { + margin-top: 0.125rem !important; + } + + .sm\:mr-0\.5 { + margin-right: 0.125rem !important; + } + + .sm\:mb-0\.5 { + margin-bottom: 0.125rem !important; + } + + .sm\:ml-0\.5 { + margin-left: 0.125rem !important; + } + + .sm\:mt-1\.5 { + margin-top: 0.375rem !important; + } + + .sm\:mr-1\.5 { + margin-right: 0.375rem !important; + } + + .sm\:mb-1\.5 { + margin-bottom: 0.375rem !important; + } + + .sm\:ml-1\.5 { + margin-left: 0.375rem !important; + } + + .sm\:mt-2\.5 { + margin-top: 0.625rem !important; + } + + .sm\:mr-2\.5 { + margin-right: 0.625rem !important; + } + + .sm\:mb-2\.5 { + margin-bottom: 0.625rem !important; + } + + .sm\:ml-2\.5 { + margin-left: 0.625rem !important; + } + + .sm\:mt-3\.5 { + margin-top: 0.875rem !important; + } + + .sm\:mr-3\.5 { + margin-right: 0.875rem !important; + } + + .sm\:mb-3\.5 { + margin-bottom: 0.875rem !important; + } + + .sm\:ml-3\.5 { + margin-left: 0.875rem !important; + } + + .sm\:mt-1\/2 { + margin-top: 50% !important; + } + + .sm\:mr-1\/2 { + margin-right: 50% !important; + } + + .sm\:mb-1\/2 { + margin-bottom: 50% !important; + } + + .sm\:ml-1\/2 { + margin-left: 50% !important; + } + + .sm\:mt-1\/3 { + margin-top: 33.333333% !important; + } + + .sm\:mr-1\/3 { + margin-right: 33.333333% !important; + } + + .sm\:mb-1\/3 { + margin-bottom: 33.333333% !important; + } + + .sm\:ml-1\/3 { + margin-left: 33.333333% !important; + } + + .sm\:mt-2\/3 { + margin-top: 66.666667% !important; + } + + .sm\:mr-2\/3 { + margin-right: 66.666667% !important; + } + + .sm\:mb-2\/3 { + margin-bottom: 66.666667% !important; + } + + .sm\:ml-2\/3 { + margin-left: 66.666667% !important; + } + + .sm\:mt-1\/4 { + margin-top: 25% !important; + } + + .sm\:mr-1\/4 { + margin-right: 25% !important; + } + + .sm\:mb-1\/4 { + margin-bottom: 25% !important; + } + + .sm\:ml-1\/4 { + margin-left: 25% !important; + } + + .sm\:mt-2\/4 { + margin-top: 50% !important; + } + + .sm\:mr-2\/4 { + margin-right: 50% !important; + } + + .sm\:mb-2\/4 { + margin-bottom: 50% !important; + } + + .sm\:ml-2\/4 { + margin-left: 50% !important; + } + + .sm\:mt-3\/4 { + margin-top: 75% !important; + } + + .sm\:mr-3\/4 { + margin-right: 75% !important; + } + + .sm\:mb-3\/4 { + margin-bottom: 75% !important; + } + + .sm\:ml-3\/4 { + margin-left: 75% !important; + } + + .sm\:mt-1\/5 { + margin-top: 20% !important; + } + + .sm\:mr-1\/5 { + margin-right: 20% !important; + } + + .sm\:mb-1\/5 { + margin-bottom: 20% !important; + } + + .sm\:ml-1\/5 { + margin-left: 20% !important; + } + + .sm\:mt-2\/5 { + margin-top: 40% !important; + } + + .sm\:mr-2\/5 { + margin-right: 40% !important; + } + + .sm\:mb-2\/5 { + margin-bottom: 40% !important; + } + + .sm\:ml-2\/5 { + margin-left: 40% !important; + } + + .sm\:mt-3\/5 { + margin-top: 60% !important; + } + + .sm\:mr-3\/5 { + margin-right: 60% !important; + } + + .sm\:mb-3\/5 { + margin-bottom: 60% !important; + } + + .sm\:ml-3\/5 { + margin-left: 60% !important; + } + + .sm\:mt-4\/5 { + margin-top: 80% !important; + } + + .sm\:mr-4\/5 { + margin-right: 80% !important; + } + + .sm\:mb-4\/5 { + margin-bottom: 80% !important; + } + + .sm\:ml-4\/5 { + margin-left: 80% !important; + } + + .sm\:mt-1\/6 { + margin-top: 16.666667% !important; + } + + .sm\:mr-1\/6 { + margin-right: 16.666667% !important; + } + + .sm\:mb-1\/6 { + margin-bottom: 16.666667% !important; + } + + .sm\:ml-1\/6 { + margin-left: 16.666667% !important; + } + + .sm\:mt-2\/6 { + margin-top: 33.333333% !important; + } + + .sm\:mr-2\/6 { + margin-right: 33.333333% !important; + } + + .sm\:mb-2\/6 { + margin-bottom: 33.333333% !important; + } + + .sm\:ml-2\/6 { + margin-left: 33.333333% !important; + } + + .sm\:mt-3\/6 { + margin-top: 50% !important; + } + + .sm\:mr-3\/6 { + margin-right: 50% !important; + } + + .sm\:mb-3\/6 { + margin-bottom: 50% !important; + } + + .sm\:ml-3\/6 { + margin-left: 50% !important; + } + + .sm\:mt-4\/6 { + margin-top: 66.666667% !important; + } + + .sm\:mr-4\/6 { + margin-right: 66.666667% !important; + } + + .sm\:mb-4\/6 { + margin-bottom: 66.666667% !important; + } + + .sm\:ml-4\/6 { + margin-left: 66.666667% !important; + } + + .sm\:mt-5\/6 { + margin-top: 83.333333% !important; + } + + .sm\:mr-5\/6 { + margin-right: 83.333333% !important; + } + + .sm\:mb-5\/6 { + margin-bottom: 83.333333% !important; + } + + .sm\:ml-5\/6 { + margin-left: 83.333333% !important; + } + + .sm\:mt-1\/12 { + margin-top: 8.333333% !important; + } + + .sm\:mr-1\/12 { + margin-right: 8.333333% !important; + } + + .sm\:mb-1\/12 { + margin-bottom: 8.333333% !important; + } + + .sm\:ml-1\/12 { + margin-left: 8.333333% !important; + } + + .sm\:mt-2\/12 { + margin-top: 16.666667% !important; + } + + .sm\:mr-2\/12 { + margin-right: 16.666667% !important; + } + + .sm\:mb-2\/12 { + margin-bottom: 16.666667% !important; + } + + .sm\:ml-2\/12 { + margin-left: 16.666667% !important; + } + + .sm\:mt-3\/12 { + margin-top: 25% !important; + } + + .sm\:mr-3\/12 { + margin-right: 25% !important; + } + + .sm\:mb-3\/12 { + margin-bottom: 25% !important; + } + + .sm\:ml-3\/12 { + margin-left: 25% !important; + } + + .sm\:mt-4\/12 { + margin-top: 33.333333% !important; + } + + .sm\:mr-4\/12 { + margin-right: 33.333333% !important; + } + + .sm\:mb-4\/12 { + margin-bottom: 33.333333% !important; + } + + .sm\:ml-4\/12 { + margin-left: 33.333333% !important; + } + + .sm\:mt-5\/12 { + margin-top: 41.666667% !important; + } + + .sm\:mr-5\/12 { + margin-right: 41.666667% !important; + } + + .sm\:mb-5\/12 { + margin-bottom: 41.666667% !important; + } + + .sm\:ml-5\/12 { + margin-left: 41.666667% !important; + } + + .sm\:mt-6\/12 { + margin-top: 50% !important; + } + + .sm\:mr-6\/12 { + margin-right: 50% !important; + } + + .sm\:mb-6\/12 { + margin-bottom: 50% !important; + } + + .sm\:ml-6\/12 { + margin-left: 50% !important; + } + + .sm\:mt-7\/12 { + margin-top: 58.333333% !important; + } + + .sm\:mr-7\/12 { + margin-right: 58.333333% !important; + } + + .sm\:mb-7\/12 { + margin-bottom: 58.333333% !important; + } + + .sm\:ml-7\/12 { + margin-left: 58.333333% !important; + } + + .sm\:mt-8\/12 { + margin-top: 66.666667% !important; + } + + .sm\:mr-8\/12 { + margin-right: 66.666667% !important; + } + + .sm\:mb-8\/12 { + margin-bottom: 66.666667% !important; + } + + .sm\:ml-8\/12 { + margin-left: 66.666667% !important; + } + + .sm\:mt-9\/12 { + margin-top: 75% !important; + } + + .sm\:mr-9\/12 { + margin-right: 75% !important; + } + + .sm\:mb-9\/12 { + margin-bottom: 75% !important; + } + + .sm\:ml-9\/12 { + margin-left: 75% !important; + } + + .sm\:mt-10\/12 { + margin-top: 83.333333% !important; + } + + .sm\:mr-10\/12 { + margin-right: 83.333333% !important; + } + + .sm\:mb-10\/12 { + margin-bottom: 83.333333% !important; + } + + .sm\:ml-10\/12 { + margin-left: 83.333333% !important; + } + + .sm\:mt-11\/12 { + margin-top: 91.666667% !important; + } + + .sm\:mr-11\/12 { + margin-right: 91.666667% !important; + } + + .sm\:mb-11\/12 { + margin-bottom: 91.666667% !important; + } + + .sm\:ml-11\/12 { + margin-left: 91.666667% !important; + } + + .sm\:mt-1\/16 { + margin-top: 6.25% !important; + } + + .sm\:mr-1\/16 { + margin-right: 6.25% !important; + } + + .sm\:mb-1\/16 { + margin-bottom: 6.25% !important; + } + + .sm\:ml-1\/16 { + margin-left: 6.25% !important; + } + + .sm\:mt-2\/16 { + margin-top: 12.5% !important; + } + + .sm\:mr-2\/16 { + margin-right: 12.5% !important; + } + + .sm\:mb-2\/16 { + margin-bottom: 12.5% !important; + } + + .sm\:ml-2\/16 { + margin-left: 12.5% !important; + } + + .sm\:mt-3\/16 { + margin-top: 18.75% !important; + } + + .sm\:mr-3\/16 { + margin-right: 18.75% !important; + } + + .sm\:mb-3\/16 { + margin-bottom: 18.75% !important; + } + + .sm\:ml-3\/16 { + margin-left: 18.75% !important; + } + + .sm\:mt-4\/16 { + margin-top: 25% !important; + } + + .sm\:mr-4\/16 { + margin-right: 25% !important; + } + + .sm\:mb-4\/16 { + margin-bottom: 25% !important; + } + + .sm\:ml-4\/16 { + margin-left: 25% !important; + } + + .sm\:mt-5\/16 { + margin-top: 31.25% !important; + } + + .sm\:mr-5\/16 { + margin-right: 31.25% !important; + } + + .sm\:mb-5\/16 { + margin-bottom: 31.25% !important; + } + + .sm\:ml-5\/16 { + margin-left: 31.25% !important; + } + + .sm\:mt-6\/16 { + margin-top: 37.5% !important; + } + + .sm\:mr-6\/16 { + margin-right: 37.5% !important; + } + + .sm\:mb-6\/16 { + margin-bottom: 37.5% !important; + } + + .sm\:ml-6\/16 { + margin-left: 37.5% !important; + } + + .sm\:mt-7\/16 { + margin-top: 43.75% !important; + } + + .sm\:mr-7\/16 { + margin-right: 43.75% !important; + } + + .sm\:mb-7\/16 { + margin-bottom: 43.75% !important; + } + + .sm\:ml-7\/16 { + margin-left: 43.75% !important; + } + + .sm\:mt-8\/16 { + margin-top: 50% !important; + } + + .sm\:mr-8\/16 { + margin-right: 50% !important; + } + + .sm\:mb-8\/16 { + margin-bottom: 50% !important; + } + + .sm\:ml-8\/16 { + margin-left: 50% !important; + } + + .sm\:mt-9\/16 { + margin-top: 56.25% !important; + } + + .sm\:mr-9\/16 { + margin-right: 56.25% !important; + } + + .sm\:mb-9\/16 { + margin-bottom: 56.25% !important; + } + + .sm\:ml-9\/16 { + margin-left: 56.25% !important; + } + + .sm\:mt-10\/16 { + margin-top: 62.5% !important; + } + + .sm\:mr-10\/16 { + margin-right: 62.5% !important; + } + + .sm\:mb-10\/16 { + margin-bottom: 62.5% !important; + } + + .sm\:ml-10\/16 { + margin-left: 62.5% !important; + } + + .sm\:mt-11\/16 { + margin-top: 68.75% !important; + } + + .sm\:mr-11\/16 { + margin-right: 68.75% !important; + } + + .sm\:mb-11\/16 { + margin-bottom: 68.75% !important; + } + + .sm\:ml-11\/16 { + margin-left: 68.75% !important; + } + + .sm\:mt-12\/16 { + margin-top: 75% !important; + } + + .sm\:mr-12\/16 { + margin-right: 75% !important; + } + + .sm\:mb-12\/16 { + margin-bottom: 75% !important; + } + + .sm\:ml-12\/16 { + margin-left: 75% !important; + } + + .sm\:mt-13\/16 { + margin-top: 81.25% !important; + } + + .sm\:mr-13\/16 { + margin-right: 81.25% !important; + } + + .sm\:mb-13\/16 { + margin-bottom: 81.25% !important; + } + + .sm\:ml-13\/16 { + margin-left: 81.25% !important; + } + + .sm\:mt-14\/16 { + margin-top: 87.5% !important; + } + + .sm\:mr-14\/16 { + margin-right: 87.5% !important; + } + + .sm\:mb-14\/16 { + margin-bottom: 87.5% !important; + } + + .sm\:ml-14\/16 { + margin-left: 87.5% !important; + } + + .sm\:mt-15\/16 { + margin-top: 93.75% !important; + } + + .sm\:mr-15\/16 { + margin-right: 93.75% !important; + } + + .sm\:mb-15\/16 { + margin-bottom: 93.75% !important; + } + + .sm\:ml-15\/16 { + margin-left: 93.75% !important; + } + + .sm\:mt-full { + margin-top: 100% !important; + } + + .sm\:mr-full { + margin-right: 100% !important; + } + + .sm\:mb-full { + margin-bottom: 100% !important; + } + + .sm\:ml-full { + margin-left: 100% !important; + } + .sm\:-mt-1 { margin-top: -0.25rem !important; } @@ -45032,6 +65780,22 @@ video { margin-left: -1.5rem !important; } + .sm\:-mt-7 { + margin-top: -1.75rem !important; + } + + .sm\:-mr-7 { + margin-right: -1.75rem !important; + } + + .sm\:-mb-7 { + margin-bottom: -1.75rem !important; + } + + .sm\:-ml-7 { + margin-left: -1.75rem !important; + } + .sm\:-mt-8 { margin-top: -2rem !important; } @@ -45048,6 +65812,22 @@ video { margin-left: -2rem !important; } + .sm\:-mt-9 { + margin-top: -2.25rem !important; + } + + .sm\:-mr-9 { + margin-right: -2.25rem !important; + } + + .sm\:-mb-9 { + margin-bottom: -2.25rem !important; + } + + .sm\:-ml-9 { + margin-left: -2.25rem !important; + } + .sm\:-mt-10 { margin-top: -2.5rem !important; } @@ -45064,6 +65844,22 @@ video { margin-left: -2.5rem !important; } + .sm\:-mt-11 { + margin-top: -2.75rem !important; + } + + .sm\:-mr-11 { + margin-right: -2.75rem !important; + } + + .sm\:-mb-11 { + margin-bottom: -2.75rem !important; + } + + .sm\:-ml-11 { + margin-left: -2.75rem !important; + } + .sm\:-mt-12 { margin-top: -3rem !important; } @@ -45080,6 +65876,54 @@ video { margin-left: -3rem !important; } + .sm\:-mt-13 { + margin-top: -3.25rem !important; + } + + .sm\:-mr-13 { + margin-right: -3.25rem !important; + } + + .sm\:-mb-13 { + margin-bottom: -3.25rem !important; + } + + .sm\:-ml-13 { + margin-left: -3.25rem !important; + } + + .sm\:-mt-14 { + margin-top: -3.5rem !important; + } + + .sm\:-mr-14 { + margin-right: -3.5rem !important; + } + + .sm\:-mb-14 { + margin-bottom: -3.5rem !important; + } + + .sm\:-ml-14 { + margin-left: -3.5rem !important; + } + + .sm\:-mt-15 { + margin-top: -3.75rem !important; + } + + .sm\:-mr-15 { + margin-right: -3.75rem !important; + } + + .sm\:-mb-15 { + margin-bottom: -3.75rem !important; + } + + .sm\:-ml-15 { + margin-left: -3.75rem !important; + } + .sm\:-mt-16 { margin-top: -4rem !important; } @@ -45128,6 +65972,22 @@ video { margin-left: -6rem !important; } + .sm\:-mt-28 { + margin-top: -7rem !important; + } + + .sm\:-mr-28 { + margin-right: -7rem !important; + } + + .sm\:-mb-28 { + margin-bottom: -7rem !important; + } + + .sm\:-ml-28 { + margin-left: -7rem !important; + } + .sm\:-mt-32 { margin-top: -8rem !important; } @@ -45144,6 +66004,22 @@ video { margin-left: -8rem !important; } + .sm\:-mt-36 { + margin-top: -9rem !important; + } + + .sm\:-mr-36 { + margin-right: -9rem !important; + } + + .sm\:-mb-36 { + margin-bottom: -9rem !important; + } + + .sm\:-ml-36 { + margin-left: -9rem !important; + } + .sm\:-mt-40 { margin-top: -10rem !important; } @@ -45160,6 +66036,22 @@ video { margin-left: -10rem !important; } + .sm\:-mt-44 { + margin-top: -11rem !important; + } + + .sm\:-mr-44 { + margin-right: -11rem !important; + } + + .sm\:-mb-44 { + margin-bottom: -11rem !important; + } + + .sm\:-ml-44 { + margin-left: -11rem !important; + } + .sm\:-mt-48 { margin-top: -12rem !important; } @@ -45176,6 +66068,22 @@ video { margin-left: -12rem !important; } + .sm\:-mt-52 { + margin-top: -13rem !important; + } + + .sm\:-mr-52 { + margin-right: -13rem !important; + } + + .sm\:-mb-52 { + margin-bottom: -13rem !important; + } + + .sm\:-ml-52 { + margin-left: -13rem !important; + } + .sm\:-mt-56 { margin-top: -14rem !important; } @@ -45192,6 +66100,22 @@ video { margin-left: -14rem !important; } + .sm\:-mt-60 { + margin-top: -15rem !important; + } + + .sm\:-mr-60 { + margin-right: -15rem !important; + } + + .sm\:-mb-60 { + margin-bottom: -15rem !important; + } + + .sm\:-ml-60 { + margin-left: -15rem !important; + } + .sm\:-mt-64 { margin-top: -16rem !important; } @@ -45208,6 +66132,54 @@ video { margin-left: -16rem !important; } + .sm\:-mt-72 { + margin-top: -18rem !important; + } + + .sm\:-mr-72 { + margin-right: -18rem !important; + } + + .sm\:-mb-72 { + margin-bottom: -18rem !important; + } + + .sm\:-ml-72 { + margin-left: -18rem !important; + } + + .sm\:-mt-80 { + margin-top: -20rem !important; + } + + .sm\:-mr-80 { + margin-right: -20rem !important; + } + + .sm\:-mb-80 { + margin-bottom: -20rem !important; + } + + .sm\:-ml-80 { + margin-left: -20rem !important; + } + + .sm\:-mt-96 { + margin-top: -24rem !important; + } + + .sm\:-mr-96 { + margin-right: -24rem !important; + } + + .sm\:-mb-96 { + margin-bottom: -24rem !important; + } + + .sm\:-ml-96 { + margin-left: -24rem !important; + } + .sm\:-mt-px { margin-top: -1px !important; } @@ -45224,14 +66196,1066 @@ video { margin-left: -1px !important; } - .sm\:max-h-full { - max-height: 100% !important; + .sm\:-mt-0\.5 { + margin-top: -0.125rem !important; + } + + .sm\:-mr-0\.5 { + margin-right: -0.125rem !important; + } + + .sm\:-mb-0\.5 { + margin-bottom: -0.125rem !important; + } + + .sm\:-ml-0\.5 { + margin-left: -0.125rem !important; + } + + .sm\:-mt-1\.5 { + margin-top: -0.375rem !important; + } + + .sm\:-mr-1\.5 { + margin-right: -0.375rem !important; + } + + .sm\:-mb-1\.5 { + margin-bottom: -0.375rem !important; + } + + .sm\:-ml-1\.5 { + margin-left: -0.375rem !important; + } + + .sm\:-mt-2\.5 { + margin-top: -0.625rem !important; + } + + .sm\:-mr-2\.5 { + margin-right: -0.625rem !important; + } + + .sm\:-mb-2\.5 { + margin-bottom: -0.625rem !important; + } + + .sm\:-ml-2\.5 { + margin-left: -0.625rem !important; + } + + .sm\:-mt-3\.5 { + margin-top: -0.875rem !important; + } + + .sm\:-mr-3\.5 { + margin-right: -0.875rem !important; + } + + .sm\:-mb-3\.5 { + margin-bottom: -0.875rem !important; + } + + .sm\:-ml-3\.5 { + margin-left: -0.875rem !important; + } + + .sm\:-mt-1\/2 { + margin-top: -50% !important; + } + + .sm\:-mr-1\/2 { + margin-right: -50% !important; + } + + .sm\:-mb-1\/2 { + margin-bottom: -50% !important; + } + + .sm\:-ml-1\/2 { + margin-left: -50% !important; + } + + .sm\:-mt-1\/3 { + margin-top: -33.33333% !important; + } + + .sm\:-mr-1\/3 { + margin-right: -33.33333% !important; + } + + .sm\:-mb-1\/3 { + margin-bottom: -33.33333% !important; + } + + .sm\:-ml-1\/3 { + margin-left: -33.33333% !important; + } + + .sm\:-mt-2\/3 { + margin-top: -66.66667% !important; + } + + .sm\:-mr-2\/3 { + margin-right: -66.66667% !important; + } + + .sm\:-mb-2\/3 { + margin-bottom: -66.66667% !important; + } + + .sm\:-ml-2\/3 { + margin-left: -66.66667% !important; + } + + .sm\:-mt-1\/4 { + margin-top: -25% !important; + } + + .sm\:-mr-1\/4 { + margin-right: -25% !important; + } + + .sm\:-mb-1\/4 { + margin-bottom: -25% !important; + } + + .sm\:-ml-1\/4 { + margin-left: -25% !important; + } + + .sm\:-mt-2\/4 { + margin-top: -50% !important; + } + + .sm\:-mr-2\/4 { + margin-right: -50% !important; + } + + .sm\:-mb-2\/4 { + margin-bottom: -50% !important; + } + + .sm\:-ml-2\/4 { + margin-left: -50% !important; + } + + .sm\:-mt-3\/4 { + margin-top: -75% !important; + } + + .sm\:-mr-3\/4 { + margin-right: -75% !important; + } + + .sm\:-mb-3\/4 { + margin-bottom: -75% !important; + } + + .sm\:-ml-3\/4 { + margin-left: -75% !important; + } + + .sm\:-mt-1\/5 { + margin-top: -20% !important; + } + + .sm\:-mr-1\/5 { + margin-right: -20% !important; + } + + .sm\:-mb-1\/5 { + margin-bottom: -20% !important; + } + + .sm\:-ml-1\/5 { + margin-left: -20% !important; + } + + .sm\:-mt-2\/5 { + margin-top: -40% !important; + } + + .sm\:-mr-2\/5 { + margin-right: -40% !important; + } + + .sm\:-mb-2\/5 { + margin-bottom: -40% !important; + } + + .sm\:-ml-2\/5 { + margin-left: -40% !important; + } + + .sm\:-mt-3\/5 { + margin-top: -60% !important; + } + + .sm\:-mr-3\/5 { + margin-right: -60% !important; + } + + .sm\:-mb-3\/5 { + margin-bottom: -60% !important; + } + + .sm\:-ml-3\/5 { + margin-left: -60% !important; + } + + .sm\:-mt-4\/5 { + margin-top: -80% !important; + } + + .sm\:-mr-4\/5 { + margin-right: -80% !important; + } + + .sm\:-mb-4\/5 { + margin-bottom: -80% !important; + } + + .sm\:-ml-4\/5 { + margin-left: -80% !important; + } + + .sm\:-mt-1\/6 { + margin-top: -16.66667% !important; + } + + .sm\:-mr-1\/6 { + margin-right: -16.66667% !important; + } + + .sm\:-mb-1\/6 { + margin-bottom: -16.66667% !important; + } + + .sm\:-ml-1\/6 { + margin-left: -16.66667% !important; + } + + .sm\:-mt-2\/6 { + margin-top: -33.33333% !important; + } + + .sm\:-mr-2\/6 { + margin-right: -33.33333% !important; + } + + .sm\:-mb-2\/6 { + margin-bottom: -33.33333% !important; + } + + .sm\:-ml-2\/6 { + margin-left: -33.33333% !important; + } + + .sm\:-mt-3\/6 { + margin-top: -50% !important; + } + + .sm\:-mr-3\/6 { + margin-right: -50% !important; + } + + .sm\:-mb-3\/6 { + margin-bottom: -50% !important; + } + + .sm\:-ml-3\/6 { + margin-left: -50% !important; + } + + .sm\:-mt-4\/6 { + margin-top: -66.66667% !important; + } + + .sm\:-mr-4\/6 { + margin-right: -66.66667% !important; + } + + .sm\:-mb-4\/6 { + margin-bottom: -66.66667% !important; + } + + .sm\:-ml-4\/6 { + margin-left: -66.66667% !important; + } + + .sm\:-mt-5\/6 { + margin-top: -83.33333% !important; + } + + .sm\:-mr-5\/6 { + margin-right: -83.33333% !important; + } + + .sm\:-mb-5\/6 { + margin-bottom: -83.33333% !important; + } + + .sm\:-ml-5\/6 { + margin-left: -83.33333% !important; + } + + .sm\:-mt-1\/12 { + margin-top: -8.33333% !important; + } + + .sm\:-mr-1\/12 { + margin-right: -8.33333% !important; + } + + .sm\:-mb-1\/12 { + margin-bottom: -8.33333% !important; + } + + .sm\:-ml-1\/12 { + margin-left: -8.33333% !important; + } + + .sm\:-mt-2\/12 { + margin-top: -16.66667% !important; + } + + .sm\:-mr-2\/12 { + margin-right: -16.66667% !important; + } + + .sm\:-mb-2\/12 { + margin-bottom: -16.66667% !important; + } + + .sm\:-ml-2\/12 { + margin-left: -16.66667% !important; + } + + .sm\:-mt-3\/12 { + margin-top: -25% !important; + } + + .sm\:-mr-3\/12 { + margin-right: -25% !important; + } + + .sm\:-mb-3\/12 { + margin-bottom: -25% !important; + } + + .sm\:-ml-3\/12 { + margin-left: -25% !important; + } + + .sm\:-mt-4\/12 { + margin-top: -33.33333% !important; + } + + .sm\:-mr-4\/12 { + margin-right: -33.33333% !important; + } + + .sm\:-mb-4\/12 { + margin-bottom: -33.33333% !important; + } + + .sm\:-ml-4\/12 { + margin-left: -33.33333% !important; + } + + .sm\:-mt-5\/12 { + margin-top: -41.66667% !important; + } + + .sm\:-mr-5\/12 { + margin-right: -41.66667% !important; + } + + .sm\:-mb-5\/12 { + margin-bottom: -41.66667% !important; + } + + .sm\:-ml-5\/12 { + margin-left: -41.66667% !important; + } + + .sm\:-mt-6\/12 { + margin-top: -50% !important; + } + + .sm\:-mr-6\/12 { + margin-right: -50% !important; + } + + .sm\:-mb-6\/12 { + margin-bottom: -50% !important; + } + + .sm\:-ml-6\/12 { + margin-left: -50% !important; + } + + .sm\:-mt-7\/12 { + margin-top: -58.33333% !important; + } + + .sm\:-mr-7\/12 { + margin-right: -58.33333% !important; + } + + .sm\:-mb-7\/12 { + margin-bottom: -58.33333% !important; + } + + .sm\:-ml-7\/12 { + margin-left: -58.33333% !important; + } + + .sm\:-mt-8\/12 { + margin-top: -66.66667% !important; + } + + .sm\:-mr-8\/12 { + margin-right: -66.66667% !important; + } + + .sm\:-mb-8\/12 { + margin-bottom: -66.66667% !important; + } + + .sm\:-ml-8\/12 { + margin-left: -66.66667% !important; + } + + .sm\:-mt-9\/12 { + margin-top: -75% !important; + } + + .sm\:-mr-9\/12 { + margin-right: -75% !important; + } + + .sm\:-mb-9\/12 { + margin-bottom: -75% !important; + } + + .sm\:-ml-9\/12 { + margin-left: -75% !important; + } + + .sm\:-mt-10\/12 { + margin-top: -83.33333% !important; + } + + .sm\:-mr-10\/12 { + margin-right: -83.33333% !important; + } + + .sm\:-mb-10\/12 { + margin-bottom: -83.33333% !important; + } + + .sm\:-ml-10\/12 { + margin-left: -83.33333% !important; + } + + .sm\:-mt-11\/12 { + margin-top: -91.66667% !important; + } + + .sm\:-mr-11\/12 { + margin-right: -91.66667% !important; + } + + .sm\:-mb-11\/12 { + margin-bottom: -91.66667% !important; + } + + .sm\:-ml-11\/12 { + margin-left: -91.66667% !important; + } + + .sm\:-mt-1\/16 { + margin-top: -6.25% !important; + } + + .sm\:-mr-1\/16 { + margin-right: -6.25% !important; + } + + .sm\:-mb-1\/16 { + margin-bottom: -6.25% !important; + } + + .sm\:-ml-1\/16 { + margin-left: -6.25% !important; + } + + .sm\:-mt-2\/16 { + margin-top: -12.5% !important; + } + + .sm\:-mr-2\/16 { + margin-right: -12.5% !important; + } + + .sm\:-mb-2\/16 { + margin-bottom: -12.5% !important; + } + + .sm\:-ml-2\/16 { + margin-left: -12.5% !important; + } + + .sm\:-mt-3\/16 { + margin-top: -18.75% !important; + } + + .sm\:-mr-3\/16 { + margin-right: -18.75% !important; + } + + .sm\:-mb-3\/16 { + margin-bottom: -18.75% !important; + } + + .sm\:-ml-3\/16 { + margin-left: -18.75% !important; + } + + .sm\:-mt-4\/16 { + margin-top: -25% !important; + } + + .sm\:-mr-4\/16 { + margin-right: -25% !important; + } + + .sm\:-mb-4\/16 { + margin-bottom: -25% !important; + } + + .sm\:-ml-4\/16 { + margin-left: -25% !important; + } + + .sm\:-mt-5\/16 { + margin-top: -31.25% !important; + } + + .sm\:-mr-5\/16 { + margin-right: -31.25% !important; + } + + .sm\:-mb-5\/16 { + margin-bottom: -31.25% !important; + } + + .sm\:-ml-5\/16 { + margin-left: -31.25% !important; + } + + .sm\:-mt-6\/16 { + margin-top: -37.5% !important; + } + + .sm\:-mr-6\/16 { + margin-right: -37.5% !important; + } + + .sm\:-mb-6\/16 { + margin-bottom: -37.5% !important; + } + + .sm\:-ml-6\/16 { + margin-left: -37.5% !important; + } + + .sm\:-mt-7\/16 { + margin-top: -43.75% !important; + } + + .sm\:-mr-7\/16 { + margin-right: -43.75% !important; + } + + .sm\:-mb-7\/16 { + margin-bottom: -43.75% !important; + } + + .sm\:-ml-7\/16 { + margin-left: -43.75% !important; + } + + .sm\:-mt-8\/16 { + margin-top: -50% !important; + } + + .sm\:-mr-8\/16 { + margin-right: -50% !important; + } + + .sm\:-mb-8\/16 { + margin-bottom: -50% !important; + } + + .sm\:-ml-8\/16 { + margin-left: -50% !important; + } + + .sm\:-mt-9\/16 { + margin-top: -56.25% !important; + } + + .sm\:-mr-9\/16 { + margin-right: -56.25% !important; + } + + .sm\:-mb-9\/16 { + margin-bottom: -56.25% !important; + } + + .sm\:-ml-9\/16 { + margin-left: -56.25% !important; + } + + .sm\:-mt-10\/16 { + margin-top: -62.5% !important; + } + + .sm\:-mr-10\/16 { + margin-right: -62.5% !important; + } + + .sm\:-mb-10\/16 { + margin-bottom: -62.5% !important; + } + + .sm\:-ml-10\/16 { + margin-left: -62.5% !important; + } + + .sm\:-mt-11\/16 { + margin-top: -68.75% !important; + } + + .sm\:-mr-11\/16 { + margin-right: -68.75% !important; + } + + .sm\:-mb-11\/16 { + margin-bottom: -68.75% !important; + } + + .sm\:-ml-11\/16 { + margin-left: -68.75% !important; + } + + .sm\:-mt-12\/16 { + margin-top: -75% !important; + } + + .sm\:-mr-12\/16 { + margin-right: -75% !important; + } + + .sm\:-mb-12\/16 { + margin-bottom: -75% !important; + } + + .sm\:-ml-12\/16 { + margin-left: -75% !important; + } + + .sm\:-mt-13\/16 { + margin-top: -81.25% !important; + } + + .sm\:-mr-13\/16 { + margin-right: -81.25% !important; + } + + .sm\:-mb-13\/16 { + margin-bottom: -81.25% !important; + } + + .sm\:-ml-13\/16 { + margin-left: -81.25% !important; + } + + .sm\:-mt-14\/16 { + margin-top: -87.5% !important; + } + + .sm\:-mr-14\/16 { + margin-right: -87.5% !important; + } + + .sm\:-mb-14\/16 { + margin-bottom: -87.5% !important; + } + + .sm\:-ml-14\/16 { + margin-left: -87.5% !important; + } + + .sm\:-mt-15\/16 { + margin-top: -93.75% !important; + } + + .sm\:-mr-15\/16 { + margin-right: -93.75% !important; + } + + .sm\:-mb-15\/16 { + margin-bottom: -93.75% !important; + } + + .sm\:-ml-15\/16 { + margin-left: -93.75% !important; + } + + .sm\:-mt-full { + margin-top: -100% !important; + } + + .sm\:-mr-full { + margin-right: -100% !important; + } + + .sm\:-mb-full { + margin-bottom: -100% !important; + } + + .sm\:-ml-full { + margin-left: -100% !important; + } + + .sm\:max-h-0 { + max-height: 0 !important; + } + + .sm\:max-h-1 { + max-height: 0.25rem !important; + } + + .sm\:max-h-2 { + max-height: 0.5rem !important; + } + + .sm\:max-h-3 { + max-height: 0.75rem !important; + } + + .sm\:max-h-4 { + max-height: 1rem !important; + } + + .sm\:max-h-5 { + max-height: 1.25rem !important; + } + + .sm\:max-h-6 { + max-height: 1.5rem !important; + } + + .sm\:max-h-7 { + max-height: 1.75rem !important; + } + + .sm\:max-h-8 { + max-height: 2rem !important; + } + + .sm\:max-h-9 { + max-height: 2.25rem !important; + } + + .sm\:max-h-10 { + max-height: 2.5rem !important; + } + + .sm\:max-h-11 { + max-height: 2.75rem !important; + } + + .sm\:max-h-12 { + max-height: 3rem !important; + } + + .sm\:max-h-13 { + max-height: 3.25rem !important; + } + + .sm\:max-h-14 { + max-height: 3.5rem !important; + } + + .sm\:max-h-15 { + max-height: 3.75rem !important; + } + + .sm\:max-h-16 { + max-height: 4rem !important; + } + + .sm\:max-h-20 { + max-height: 5rem !important; + } + + .sm\:max-h-24 { + max-height: 6rem !important; + } + + .sm\:max-h-28 { + max-height: 7rem !important; + } + + .sm\:max-h-32 { + max-height: 8rem !important; + } + + .sm\:max-h-36 { + max-height: 9rem !important; + } + + .sm\:max-h-40 { + max-height: 10rem !important; + } + + .sm\:max-h-44 { + max-height: 11rem !important; + } + + .sm\:max-h-48 { + max-height: 12rem !important; + } + + .sm\:max-h-52 { + max-height: 13rem !important; + } + + .sm\:max-h-56 { + max-height: 14rem !important; + } + + .sm\:max-h-60 { + max-height: 15rem !important; + } + + .sm\:max-h-64 { + max-height: 16rem !important; + } + + .sm\:max-h-72 { + max-height: 18rem !important; + } + + .sm\:max-h-80 { + max-height: 20rem !important; + } + + .sm\:max-h-96 { + max-height: 24rem !important; } .sm\:max-h-screen { max-height: 100vh !important; } + .sm\:max-h-px { + max-height: 1px !important; + } + + .sm\:max-h-0\.5 { + max-height: 0.125rem !important; + } + + .sm\:max-h-1\.5 { + max-height: 0.375rem !important; + } + + .sm\:max-h-2\.5 { + max-height: 0.625rem !important; + } + + .sm\:max-h-3\.5 { + max-height: 0.875rem !important; + } + + .sm\:max-h-1\/2 { + max-height: 50% !important; + } + + .sm\:max-h-1\/3 { + max-height: 33.333333% !important; + } + + .sm\:max-h-2\/3 { + max-height: 66.666667% !important; + } + + .sm\:max-h-1\/4 { + max-height: 25% !important; + } + + .sm\:max-h-2\/4 { + max-height: 50% !important; + } + + .sm\:max-h-3\/4 { + max-height: 75% !important; + } + + .sm\:max-h-1\/5 { + max-height: 20% !important; + } + + .sm\:max-h-2\/5 { + max-height: 40% !important; + } + + .sm\:max-h-3\/5 { + max-height: 60% !important; + } + + .sm\:max-h-4\/5 { + max-height: 80% !important; + } + + .sm\:max-h-1\/6 { + max-height: 16.666667% !important; + } + + .sm\:max-h-2\/6 { + max-height: 33.333333% !important; + } + + .sm\:max-h-3\/6 { + max-height: 50% !important; + } + + .sm\:max-h-4\/6 { + max-height: 66.666667% !important; + } + + .sm\:max-h-5\/6 { + max-height: 83.333333% !important; + } + + .sm\:max-h-1\/12 { + max-height: 8.333333% !important; + } + + .sm\:max-h-2\/12 { + max-height: 16.666667% !important; + } + + .sm\:max-h-3\/12 { + max-height: 25% !important; + } + + .sm\:max-h-4\/12 { + max-height: 33.333333% !important; + } + + .sm\:max-h-5\/12 { + max-height: 41.666667% !important; + } + + .sm\:max-h-6\/12 { + max-height: 50% !important; + } + + .sm\:max-h-7\/12 { + max-height: 58.333333% !important; + } + + .sm\:max-h-8\/12 { + max-height: 66.666667% !important; + } + + .sm\:max-h-9\/12 { + max-height: 75% !important; + } + + .sm\:max-h-10\/12 { + max-height: 83.333333% !important; + } + + .sm\:max-h-11\/12 { + max-height: 91.666667% !important; + } + + .sm\:max-h-1\/16 { + max-height: 6.25% !important; + } + + .sm\:max-h-2\/16 { + max-height: 12.5% !important; + } + + .sm\:max-h-3\/16 { + max-height: 18.75% !important; + } + + .sm\:max-h-4\/16 { + max-height: 25% !important; + } + + .sm\:max-h-5\/16 { + max-height: 31.25% !important; + } + + .sm\:max-h-6\/16 { + max-height: 37.5% !important; + } + + .sm\:max-h-7\/16 { + max-height: 43.75% !important; + } + + .sm\:max-h-8\/16 { + max-height: 50% !important; + } + + .sm\:max-h-9\/16 { + max-height: 56.25% !important; + } + + .sm\:max-h-10\/16 { + max-height: 62.5% !important; + } + + .sm\:max-h-11\/16 { + max-height: 68.75% !important; + } + + .sm\:max-h-12\/16 { + max-height: 75% !important; + } + + .sm\:max-h-13\/16 { + max-height: 81.25% !important; + } + + .sm\:max-h-14\/16 { + max-height: 87.5% !important; + } + + .sm\:max-h-15\/16 { + max-height: 93.75% !important; + } + + .sm\:max-h-full { + max-height: 100% !important; + } + + .sm\:max-w-0 { + max-width: 0rem !important; + } + .sm\:max-w-none { max-width: none !important; } @@ -45276,10 +67300,22 @@ video { max-width: 72rem !important; } + .sm\:max-w-7xl { + max-width: 80rem !important; + } + .sm\:max-w-full { max-width: 100% !important; } + .sm\:max-w-min { + max-width: min-content !important; + } + + .sm\:max-w-max { + max-width: max-content !important; + } + .sm\:max-w-screen-sm { max-width: 640px !important; } @@ -45316,6 +67352,14 @@ video { min-width: 100% !important; } + .sm\:min-w-min { + min-width: min-content !important; + } + + .sm\:min-w-max { + min-width: max-content !important; + } + .sm\:object-contain { object-fit: contain !important; } @@ -45574,18 +67618,42 @@ video { padding: 1.5rem !important; } + .sm\:p-7 { + padding: 1.75rem !important; + } + .sm\:p-8 { padding: 2rem !important; } + .sm\:p-9 { + padding: 2.25rem !important; + } + .sm\:p-10 { padding: 2.5rem !important; } + .sm\:p-11 { + padding: 2.75rem !important; + } + .sm\:p-12 { padding: 3rem !important; } + .sm\:p-13 { + padding: 3.25rem !important; + } + + .sm\:p-14 { + padding: 3.5rem !important; + } + + .sm\:p-15 { + padding: 3.75rem !important; + } + .sm\:p-16 { padding: 4rem !important; } @@ -45598,30 +67666,246 @@ video { padding: 6rem !important; } + .sm\:p-28 { + padding: 7rem !important; + } + .sm\:p-32 { padding: 8rem !important; } + .sm\:p-36 { + padding: 9rem !important; + } + .sm\:p-40 { padding: 10rem !important; } + .sm\:p-44 { + padding: 11rem !important; + } + .sm\:p-48 { padding: 12rem !important; } + .sm\:p-52 { + padding: 13rem !important; + } + .sm\:p-56 { padding: 14rem !important; } + .sm\:p-60 { + padding: 15rem !important; + } + .sm\:p-64 { padding: 16rem !important; } + .sm\:p-72 { + padding: 18rem !important; + } + + .sm\:p-80 { + padding: 20rem !important; + } + + .sm\:p-96 { + padding: 24rem !important; + } + .sm\:p-px { padding: 1px !important; } + .sm\:p-0\.5 { + padding: 0.125rem !important; + } + + .sm\:p-1\.5 { + padding: 0.375rem !important; + } + + .sm\:p-2\.5 { + padding: 0.625rem !important; + } + + .sm\:p-3\.5 { + padding: 0.875rem !important; + } + + .sm\:p-1\/2 { + padding: 50% !important; + } + + .sm\:p-1\/3 { + padding: 33.333333% !important; + } + + .sm\:p-2\/3 { + padding: 66.666667% !important; + } + + .sm\:p-1\/4 { + padding: 25% !important; + } + + .sm\:p-2\/4 { + padding: 50% !important; + } + + .sm\:p-3\/4 { + padding: 75% !important; + } + + .sm\:p-1\/5 { + padding: 20% !important; + } + + .sm\:p-2\/5 { + padding: 40% !important; + } + + .sm\:p-3\/5 { + padding: 60% !important; + } + + .sm\:p-4\/5 { + padding: 80% !important; + } + + .sm\:p-1\/6 { + padding: 16.666667% !important; + } + + .sm\:p-2\/6 { + padding: 33.333333% !important; + } + + .sm\:p-3\/6 { + padding: 50% !important; + } + + .sm\:p-4\/6 { + padding: 66.666667% !important; + } + + .sm\:p-5\/6 { + padding: 83.333333% !important; + } + + .sm\:p-1\/12 { + padding: 8.333333% !important; + } + + .sm\:p-2\/12 { + padding: 16.666667% !important; + } + + .sm\:p-3\/12 { + padding: 25% !important; + } + + .sm\:p-4\/12 { + padding: 33.333333% !important; + } + + .sm\:p-5\/12 { + padding: 41.666667% !important; + } + + .sm\:p-6\/12 { + padding: 50% !important; + } + + .sm\:p-7\/12 { + padding: 58.333333% !important; + } + + .sm\:p-8\/12 { + padding: 66.666667% !important; + } + + .sm\:p-9\/12 { + padding: 75% !important; + } + + .sm\:p-10\/12 { + padding: 83.333333% !important; + } + + .sm\:p-11\/12 { + padding: 91.666667% !important; + } + + .sm\:p-1\/16 { + padding: 6.25% !important; + } + + .sm\:p-2\/16 { + padding: 12.5% !important; + } + + .sm\:p-3\/16 { + padding: 18.75% !important; + } + + .sm\:p-4\/16 { + padding: 25% !important; + } + + .sm\:p-5\/16 { + padding: 31.25% !important; + } + + .sm\:p-6\/16 { + padding: 37.5% !important; + } + + .sm\:p-7\/16 { + padding: 43.75% !important; + } + + .sm\:p-8\/16 { + padding: 50% !important; + } + + .sm\:p-9\/16 { + padding: 56.25% !important; + } + + .sm\:p-10\/16 { + padding: 62.5% !important; + } + + .sm\:p-11\/16 { + padding: 68.75% !important; + } + + .sm\:p-12\/16 { + padding: 75% !important; + } + + .sm\:p-13\/16 { + padding: 81.25% !important; + } + + .sm\:p-14\/16 { + padding: 87.5% !important; + } + + .sm\:p-15\/16 { + padding: 93.75% !important; + } + + .sm\:p-full { + padding: 100% !important; + } + .sm\:py-0 { padding-top: 0 !important; padding-bottom: 0 !important; @@ -45692,6 +67976,16 @@ video { padding-right: 1.5rem !important; } + .sm\:py-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + + .sm\:px-7 { + padding-left: 1.75rem !important; + padding-right: 1.75rem !important; + } + .sm\:py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; @@ -45702,6 +67996,16 @@ video { padding-right: 2rem !important; } + .sm\:py-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + + .sm\:px-9 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + .sm\:py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; @@ -45712,6 +68016,16 @@ video { padding-right: 2.5rem !important; } + .sm\:py-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + + .sm\:px-11 { + padding-left: 2.75rem !important; + padding-right: 2.75rem !important; + } + .sm\:py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; @@ -45722,6 +68036,36 @@ video { padding-right: 3rem !important; } + .sm\:py-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + + .sm\:px-13 { + padding-left: 3.25rem !important; + padding-right: 3.25rem !important; + } + + .sm\:py-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + + .sm\:px-14 { + padding-left: 3.5rem !important; + padding-right: 3.5rem !important; + } + + .sm\:py-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + + .sm\:px-15 { + padding-left: 3.75rem !important; + padding-right: 3.75rem !important; + } + .sm\:py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; @@ -45752,6 +68096,16 @@ video { padding-right: 6rem !important; } + .sm\:py-28 { + padding-top: 7rem !important; + padding-bottom: 7rem !important; + } + + .sm\:px-28 { + padding-left: 7rem !important; + padding-right: 7rem !important; + } + .sm\:py-32 { padding-top: 8rem !important; padding-bottom: 8rem !important; @@ -45762,6 +68116,16 @@ video { padding-right: 8rem !important; } + .sm\:py-36 { + padding-top: 9rem !important; + padding-bottom: 9rem !important; + } + + .sm\:px-36 { + padding-left: 9rem !important; + padding-right: 9rem !important; + } + .sm\:py-40 { padding-top: 10rem !important; padding-bottom: 10rem !important; @@ -45772,6 +68136,16 @@ video { padding-right: 10rem !important; } + .sm\:py-44 { + padding-top: 11rem !important; + padding-bottom: 11rem !important; + } + + .sm\:px-44 { + padding-left: 11rem !important; + padding-right: 11rem !important; + } + .sm\:py-48 { padding-top: 12rem !important; padding-bottom: 12rem !important; @@ -45782,6 +68156,16 @@ video { padding-right: 12rem !important; } + .sm\:py-52 { + padding-top: 13rem !important; + padding-bottom: 13rem !important; + } + + .sm\:px-52 { + padding-left: 13rem !important; + padding-right: 13rem !important; + } + .sm\:py-56 { padding-top: 14rem !important; padding-bottom: 14rem !important; @@ -45792,6 +68176,16 @@ video { padding-right: 14rem !important; } + .sm\:py-60 { + padding-top: 15rem !important; + padding-bottom: 15rem !important; + } + + .sm\:px-60 { + padding-left: 15rem !important; + padding-right: 15rem !important; + } + .sm\:py-64 { padding-top: 16rem !important; padding-bottom: 16rem !important; @@ -45802,6 +68196,36 @@ video { padding-right: 16rem !important; } + .sm\:py-72 { + padding-top: 18rem !important; + padding-bottom: 18rem !important; + } + + .sm\:px-72 { + padding-left: 18rem !important; + padding-right: 18rem !important; + } + + .sm\:py-80 { + padding-top: 20rem !important; + padding-bottom: 20rem !important; + } + + .sm\:px-80 { + padding-left: 20rem !important; + padding-right: 20rem !important; + } + + .sm\:py-96 { + padding-top: 24rem !important; + padding-bottom: 24rem !important; + } + + .sm\:px-96 { + padding-left: 24rem !important; + padding-right: 24rem !important; + } + .sm\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -45812,6 +68236,466 @@ video { padding-right: 1px !important; } + .sm\:py-0\.5 { + padding-top: 0.125rem !important; + padding-bottom: 0.125rem !important; + } + + .sm\:px-0\.5 { + padding-left: 0.125rem !important; + padding-right: 0.125rem !important; + } + + .sm\:py-1\.5 { + padding-top: 0.375rem !important; + padding-bottom: 0.375rem !important; + } + + .sm\:px-1\.5 { + padding-left: 0.375rem !important; + padding-right: 0.375rem !important; + } + + .sm\:py-2\.5 { + padding-top: 0.625rem !important; + padding-bottom: 0.625rem !important; + } + + .sm\:px-2\.5 { + padding-left: 0.625rem !important; + padding-right: 0.625rem !important; + } + + .sm\:py-3\.5 { + padding-top: 0.875rem !important; + padding-bottom: 0.875rem !important; + } + + .sm\:px-3\.5 { + padding-left: 0.875rem !important; + padding-right: 0.875rem !important; + } + + .sm\:py-1\/2 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .sm\:px-1\/2 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .sm\:py-1\/3 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .sm\:px-1\/3 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .sm\:py-2\/3 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .sm\:px-2\/3 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .sm\:py-1\/4 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .sm\:px-1\/4 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .sm\:py-2\/4 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .sm\:px-2\/4 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .sm\:py-3\/4 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .sm\:px-3\/4 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .sm\:py-1\/5 { + padding-top: 20% !important; + padding-bottom: 20% !important; + } + + .sm\:px-1\/5 { + padding-left: 20% !important; + padding-right: 20% !important; + } + + .sm\:py-2\/5 { + padding-top: 40% !important; + padding-bottom: 40% !important; + } + + .sm\:px-2\/5 { + padding-left: 40% !important; + padding-right: 40% !important; + } + + .sm\:py-3\/5 { + padding-top: 60% !important; + padding-bottom: 60% !important; + } + + .sm\:px-3\/5 { + padding-left: 60% !important; + padding-right: 60% !important; + } + + .sm\:py-4\/5 { + padding-top: 80% !important; + padding-bottom: 80% !important; + } + + .sm\:px-4\/5 { + padding-left: 80% !important; + padding-right: 80% !important; + } + + .sm\:py-1\/6 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .sm\:px-1\/6 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .sm\:py-2\/6 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .sm\:px-2\/6 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .sm\:py-3\/6 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .sm\:px-3\/6 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .sm\:py-4\/6 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .sm\:px-4\/6 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .sm\:py-5\/6 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .sm\:px-5\/6 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .sm\:py-1\/12 { + padding-top: 8.333333% !important; + padding-bottom: 8.333333% !important; + } + + .sm\:px-1\/12 { + padding-left: 8.333333% !important; + padding-right: 8.333333% !important; + } + + .sm\:py-2\/12 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .sm\:px-2\/12 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .sm\:py-3\/12 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .sm\:px-3\/12 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .sm\:py-4\/12 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .sm\:px-4\/12 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .sm\:py-5\/12 { + padding-top: 41.666667% !important; + padding-bottom: 41.666667% !important; + } + + .sm\:px-5\/12 { + padding-left: 41.666667% !important; + padding-right: 41.666667% !important; + } + + .sm\:py-6\/12 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .sm\:px-6\/12 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .sm\:py-7\/12 { + padding-top: 58.333333% !important; + padding-bottom: 58.333333% !important; + } + + .sm\:px-7\/12 { + padding-left: 58.333333% !important; + padding-right: 58.333333% !important; + } + + .sm\:py-8\/12 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .sm\:px-8\/12 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .sm\:py-9\/12 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .sm\:px-9\/12 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .sm\:py-10\/12 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .sm\:px-10\/12 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .sm\:py-11\/12 { + padding-top: 91.666667% !important; + padding-bottom: 91.666667% !important; + } + + .sm\:px-11\/12 { + padding-left: 91.666667% !important; + padding-right: 91.666667% !important; + } + + .sm\:py-1\/16 { + padding-top: 6.25% !important; + padding-bottom: 6.25% !important; + } + + .sm\:px-1\/16 { + padding-left: 6.25% !important; + padding-right: 6.25% !important; + } + + .sm\:py-2\/16 { + padding-top: 12.5% !important; + padding-bottom: 12.5% !important; + } + + .sm\:px-2\/16 { + padding-left: 12.5% !important; + padding-right: 12.5% !important; + } + + .sm\:py-3\/16 { + padding-top: 18.75% !important; + padding-bottom: 18.75% !important; + } + + .sm\:px-3\/16 { + padding-left: 18.75% !important; + padding-right: 18.75% !important; + } + + .sm\:py-4\/16 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .sm\:px-4\/16 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .sm\:py-5\/16 { + padding-top: 31.25% !important; + padding-bottom: 31.25% !important; + } + + .sm\:px-5\/16 { + padding-left: 31.25% !important; + padding-right: 31.25% !important; + } + + .sm\:py-6\/16 { + padding-top: 37.5% !important; + padding-bottom: 37.5% !important; + } + + .sm\:px-6\/16 { + padding-left: 37.5% !important; + padding-right: 37.5% !important; + } + + .sm\:py-7\/16 { + padding-top: 43.75% !important; + padding-bottom: 43.75% !important; + } + + .sm\:px-7\/16 { + padding-left: 43.75% !important; + padding-right: 43.75% !important; + } + + .sm\:py-8\/16 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .sm\:px-8\/16 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .sm\:py-9\/16 { + padding-top: 56.25% !important; + padding-bottom: 56.25% !important; + } + + .sm\:px-9\/16 { + padding-left: 56.25% !important; + padding-right: 56.25% !important; + } + + .sm\:py-10\/16 { + padding-top: 62.5% !important; + padding-bottom: 62.5% !important; + } + + .sm\:px-10\/16 { + padding-left: 62.5% !important; + padding-right: 62.5% !important; + } + + .sm\:py-11\/16 { + padding-top: 68.75% !important; + padding-bottom: 68.75% !important; + } + + .sm\:px-11\/16 { + padding-left: 68.75% !important; + padding-right: 68.75% !important; + } + + .sm\:py-12\/16 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .sm\:px-12\/16 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .sm\:py-13\/16 { + padding-top: 81.25% !important; + padding-bottom: 81.25% !important; + } + + .sm\:px-13\/16 { + padding-left: 81.25% !important; + padding-right: 81.25% !important; + } + + .sm\:py-14\/16 { + padding-top: 87.5% !important; + padding-bottom: 87.5% !important; + } + + .sm\:px-14\/16 { + padding-left: 87.5% !important; + padding-right: 87.5% !important; + } + + .sm\:py-15\/16 { + padding-top: 93.75% !important; + padding-bottom: 93.75% !important; + } + + .sm\:px-15\/16 { + padding-left: 93.75% !important; + padding-right: 93.75% !important; + } + + .sm\:py-full { + padding-top: 100% !important; + padding-bottom: 100% !important; + } + + .sm\:px-full { + padding-left: 100% !important; + padding-right: 100% !important; + } + .sm\:pt-0 { padding-top: 0 !important; } @@ -45924,6 +68808,22 @@ video { padding-left: 1.5rem !important; } + .sm\:pt-7 { + padding-top: 1.75rem !important; + } + + .sm\:pr-7 { + padding-right: 1.75rem !important; + } + + .sm\:pb-7 { + padding-bottom: 1.75rem !important; + } + + .sm\:pl-7 { + padding-left: 1.75rem !important; + } + .sm\:pt-8 { padding-top: 2rem !important; } @@ -45940,6 +68840,22 @@ video { padding-left: 2rem !important; } + .sm\:pt-9 { + padding-top: 2.25rem !important; + } + + .sm\:pr-9 { + padding-right: 2.25rem !important; + } + + .sm\:pb-9 { + padding-bottom: 2.25rem !important; + } + + .sm\:pl-9 { + padding-left: 2.25rem !important; + } + .sm\:pt-10 { padding-top: 2.5rem !important; } @@ -45956,6 +68872,22 @@ video { padding-left: 2.5rem !important; } + .sm\:pt-11 { + padding-top: 2.75rem !important; + } + + .sm\:pr-11 { + padding-right: 2.75rem !important; + } + + .sm\:pb-11 { + padding-bottom: 2.75rem !important; + } + + .sm\:pl-11 { + padding-left: 2.75rem !important; + } + .sm\:pt-12 { padding-top: 3rem !important; } @@ -45972,6 +68904,54 @@ video { padding-left: 3rem !important; } + .sm\:pt-13 { + padding-top: 3.25rem !important; + } + + .sm\:pr-13 { + padding-right: 3.25rem !important; + } + + .sm\:pb-13 { + padding-bottom: 3.25rem !important; + } + + .sm\:pl-13 { + padding-left: 3.25rem !important; + } + + .sm\:pt-14 { + padding-top: 3.5rem !important; + } + + .sm\:pr-14 { + padding-right: 3.5rem !important; + } + + .sm\:pb-14 { + padding-bottom: 3.5rem !important; + } + + .sm\:pl-14 { + padding-left: 3.5rem !important; + } + + .sm\:pt-15 { + padding-top: 3.75rem !important; + } + + .sm\:pr-15 { + padding-right: 3.75rem !important; + } + + .sm\:pb-15 { + padding-bottom: 3.75rem !important; + } + + .sm\:pl-15 { + padding-left: 3.75rem !important; + } + .sm\:pt-16 { padding-top: 4rem !important; } @@ -46020,6 +69000,22 @@ video { padding-left: 6rem !important; } + .sm\:pt-28 { + padding-top: 7rem !important; + } + + .sm\:pr-28 { + padding-right: 7rem !important; + } + + .sm\:pb-28 { + padding-bottom: 7rem !important; + } + + .sm\:pl-28 { + padding-left: 7rem !important; + } + .sm\:pt-32 { padding-top: 8rem !important; } @@ -46036,6 +69032,22 @@ video { padding-left: 8rem !important; } + .sm\:pt-36 { + padding-top: 9rem !important; + } + + .sm\:pr-36 { + padding-right: 9rem !important; + } + + .sm\:pb-36 { + padding-bottom: 9rem !important; + } + + .sm\:pl-36 { + padding-left: 9rem !important; + } + .sm\:pt-40 { padding-top: 10rem !important; } @@ -46052,6 +69064,22 @@ video { padding-left: 10rem !important; } + .sm\:pt-44 { + padding-top: 11rem !important; + } + + .sm\:pr-44 { + padding-right: 11rem !important; + } + + .sm\:pb-44 { + padding-bottom: 11rem !important; + } + + .sm\:pl-44 { + padding-left: 11rem !important; + } + .sm\:pt-48 { padding-top: 12rem !important; } @@ -46068,6 +69096,22 @@ video { padding-left: 12rem !important; } + .sm\:pt-52 { + padding-top: 13rem !important; + } + + .sm\:pr-52 { + padding-right: 13rem !important; + } + + .sm\:pb-52 { + padding-bottom: 13rem !important; + } + + .sm\:pl-52 { + padding-left: 13rem !important; + } + .sm\:pt-56 { padding-top: 14rem !important; } @@ -46084,6 +69128,22 @@ video { padding-left: 14rem !important; } + .sm\:pt-60 { + padding-top: 15rem !important; + } + + .sm\:pr-60 { + padding-right: 15rem !important; + } + + .sm\:pb-60 { + padding-bottom: 15rem !important; + } + + .sm\:pl-60 { + padding-left: 15rem !important; + } + .sm\:pt-64 { padding-top: 16rem !important; } @@ -46100,6 +69160,54 @@ video { padding-left: 16rem !important; } + .sm\:pt-72 { + padding-top: 18rem !important; + } + + .sm\:pr-72 { + padding-right: 18rem !important; + } + + .sm\:pb-72 { + padding-bottom: 18rem !important; + } + + .sm\:pl-72 { + padding-left: 18rem !important; + } + + .sm\:pt-80 { + padding-top: 20rem !important; + } + + .sm\:pr-80 { + padding-right: 20rem !important; + } + + .sm\:pb-80 { + padding-bottom: 20rem !important; + } + + .sm\:pl-80 { + padding-left: 20rem !important; + } + + .sm\:pt-96 { + padding-top: 24rem !important; + } + + .sm\:pr-96 { + padding-right: 24rem !important; + } + + .sm\:pb-96 { + padding-bottom: 24rem !important; + } + + .sm\:pl-96 { + padding-left: 24rem !important; + } + .sm\:pt-px { padding-top: 1px !important; } @@ -46116,6 +69224,742 @@ video { padding-left: 1px !important; } + .sm\:pt-0\.5 { + padding-top: 0.125rem !important; + } + + .sm\:pr-0\.5 { + padding-right: 0.125rem !important; + } + + .sm\:pb-0\.5 { + padding-bottom: 0.125rem !important; + } + + .sm\:pl-0\.5 { + padding-left: 0.125rem !important; + } + + .sm\:pt-1\.5 { + padding-top: 0.375rem !important; + } + + .sm\:pr-1\.5 { + padding-right: 0.375rem !important; + } + + .sm\:pb-1\.5 { + padding-bottom: 0.375rem !important; + } + + .sm\:pl-1\.5 { + padding-left: 0.375rem !important; + } + + .sm\:pt-2\.5 { + padding-top: 0.625rem !important; + } + + .sm\:pr-2\.5 { + padding-right: 0.625rem !important; + } + + .sm\:pb-2\.5 { + padding-bottom: 0.625rem !important; + } + + .sm\:pl-2\.5 { + padding-left: 0.625rem !important; + } + + .sm\:pt-3\.5 { + padding-top: 0.875rem !important; + } + + .sm\:pr-3\.5 { + padding-right: 0.875rem !important; + } + + .sm\:pb-3\.5 { + padding-bottom: 0.875rem !important; + } + + .sm\:pl-3\.5 { + padding-left: 0.875rem !important; + } + + .sm\:pt-1\/2 { + padding-top: 50% !important; + } + + .sm\:pr-1\/2 { + padding-right: 50% !important; + } + + .sm\:pb-1\/2 { + padding-bottom: 50% !important; + } + + .sm\:pl-1\/2 { + padding-left: 50% !important; + } + + .sm\:pt-1\/3 { + padding-top: 33.333333% !important; + } + + .sm\:pr-1\/3 { + padding-right: 33.333333% !important; + } + + .sm\:pb-1\/3 { + padding-bottom: 33.333333% !important; + } + + .sm\:pl-1\/3 { + padding-left: 33.333333% !important; + } + + .sm\:pt-2\/3 { + padding-top: 66.666667% !important; + } + + .sm\:pr-2\/3 { + padding-right: 66.666667% !important; + } + + .sm\:pb-2\/3 { + padding-bottom: 66.666667% !important; + } + + .sm\:pl-2\/3 { + padding-left: 66.666667% !important; + } + + .sm\:pt-1\/4 { + padding-top: 25% !important; + } + + .sm\:pr-1\/4 { + padding-right: 25% !important; + } + + .sm\:pb-1\/4 { + padding-bottom: 25% !important; + } + + .sm\:pl-1\/4 { + padding-left: 25% !important; + } + + .sm\:pt-2\/4 { + padding-top: 50% !important; + } + + .sm\:pr-2\/4 { + padding-right: 50% !important; + } + + .sm\:pb-2\/4 { + padding-bottom: 50% !important; + } + + .sm\:pl-2\/4 { + padding-left: 50% !important; + } + + .sm\:pt-3\/4 { + padding-top: 75% !important; + } + + .sm\:pr-3\/4 { + padding-right: 75% !important; + } + + .sm\:pb-3\/4 { + padding-bottom: 75% !important; + } + + .sm\:pl-3\/4 { + padding-left: 75% !important; + } + + .sm\:pt-1\/5 { + padding-top: 20% !important; + } + + .sm\:pr-1\/5 { + padding-right: 20% !important; + } + + .sm\:pb-1\/5 { + padding-bottom: 20% !important; + } + + .sm\:pl-1\/5 { + padding-left: 20% !important; + } + + .sm\:pt-2\/5 { + padding-top: 40% !important; + } + + .sm\:pr-2\/5 { + padding-right: 40% !important; + } + + .sm\:pb-2\/5 { + padding-bottom: 40% !important; + } + + .sm\:pl-2\/5 { + padding-left: 40% !important; + } + + .sm\:pt-3\/5 { + padding-top: 60% !important; + } + + .sm\:pr-3\/5 { + padding-right: 60% !important; + } + + .sm\:pb-3\/5 { + padding-bottom: 60% !important; + } + + .sm\:pl-3\/5 { + padding-left: 60% !important; + } + + .sm\:pt-4\/5 { + padding-top: 80% !important; + } + + .sm\:pr-4\/5 { + padding-right: 80% !important; + } + + .sm\:pb-4\/5 { + padding-bottom: 80% !important; + } + + .sm\:pl-4\/5 { + padding-left: 80% !important; + } + + .sm\:pt-1\/6 { + padding-top: 16.666667% !important; + } + + .sm\:pr-1\/6 { + padding-right: 16.666667% !important; + } + + .sm\:pb-1\/6 { + padding-bottom: 16.666667% !important; + } + + .sm\:pl-1\/6 { + padding-left: 16.666667% !important; + } + + .sm\:pt-2\/6 { + padding-top: 33.333333% !important; + } + + .sm\:pr-2\/6 { + padding-right: 33.333333% !important; + } + + .sm\:pb-2\/6 { + padding-bottom: 33.333333% !important; + } + + .sm\:pl-2\/6 { + padding-left: 33.333333% !important; + } + + .sm\:pt-3\/6 { + padding-top: 50% !important; + } + + .sm\:pr-3\/6 { + padding-right: 50% !important; + } + + .sm\:pb-3\/6 { + padding-bottom: 50% !important; + } + + .sm\:pl-3\/6 { + padding-left: 50% !important; + } + + .sm\:pt-4\/6 { + padding-top: 66.666667% !important; + } + + .sm\:pr-4\/6 { + padding-right: 66.666667% !important; + } + + .sm\:pb-4\/6 { + padding-bottom: 66.666667% !important; + } + + .sm\:pl-4\/6 { + padding-left: 66.666667% !important; + } + + .sm\:pt-5\/6 { + padding-top: 83.333333% !important; + } + + .sm\:pr-5\/6 { + padding-right: 83.333333% !important; + } + + .sm\:pb-5\/6 { + padding-bottom: 83.333333% !important; + } + + .sm\:pl-5\/6 { + padding-left: 83.333333% !important; + } + + .sm\:pt-1\/12 { + padding-top: 8.333333% !important; + } + + .sm\:pr-1\/12 { + padding-right: 8.333333% !important; + } + + .sm\:pb-1\/12 { + padding-bottom: 8.333333% !important; + } + + .sm\:pl-1\/12 { + padding-left: 8.333333% !important; + } + + .sm\:pt-2\/12 { + padding-top: 16.666667% !important; + } + + .sm\:pr-2\/12 { + padding-right: 16.666667% !important; + } + + .sm\:pb-2\/12 { + padding-bottom: 16.666667% !important; + } + + .sm\:pl-2\/12 { + padding-left: 16.666667% !important; + } + + .sm\:pt-3\/12 { + padding-top: 25% !important; + } + + .sm\:pr-3\/12 { + padding-right: 25% !important; + } + + .sm\:pb-3\/12 { + padding-bottom: 25% !important; + } + + .sm\:pl-3\/12 { + padding-left: 25% !important; + } + + .sm\:pt-4\/12 { + padding-top: 33.333333% !important; + } + + .sm\:pr-4\/12 { + padding-right: 33.333333% !important; + } + + .sm\:pb-4\/12 { + padding-bottom: 33.333333% !important; + } + + .sm\:pl-4\/12 { + padding-left: 33.333333% !important; + } + + .sm\:pt-5\/12 { + padding-top: 41.666667% !important; + } + + .sm\:pr-5\/12 { + padding-right: 41.666667% !important; + } + + .sm\:pb-5\/12 { + padding-bottom: 41.666667% !important; + } + + .sm\:pl-5\/12 { + padding-left: 41.666667% !important; + } + + .sm\:pt-6\/12 { + padding-top: 50% !important; + } + + .sm\:pr-6\/12 { + padding-right: 50% !important; + } + + .sm\:pb-6\/12 { + padding-bottom: 50% !important; + } + + .sm\:pl-6\/12 { + padding-left: 50% !important; + } + + .sm\:pt-7\/12 { + padding-top: 58.333333% !important; + } + + .sm\:pr-7\/12 { + padding-right: 58.333333% !important; + } + + .sm\:pb-7\/12 { + padding-bottom: 58.333333% !important; + } + + .sm\:pl-7\/12 { + padding-left: 58.333333% !important; + } + + .sm\:pt-8\/12 { + padding-top: 66.666667% !important; + } + + .sm\:pr-8\/12 { + padding-right: 66.666667% !important; + } + + .sm\:pb-8\/12 { + padding-bottom: 66.666667% !important; + } + + .sm\:pl-8\/12 { + padding-left: 66.666667% !important; + } + + .sm\:pt-9\/12 { + padding-top: 75% !important; + } + + .sm\:pr-9\/12 { + padding-right: 75% !important; + } + + .sm\:pb-9\/12 { + padding-bottom: 75% !important; + } + + .sm\:pl-9\/12 { + padding-left: 75% !important; + } + + .sm\:pt-10\/12 { + padding-top: 83.333333% !important; + } + + .sm\:pr-10\/12 { + padding-right: 83.333333% !important; + } + + .sm\:pb-10\/12 { + padding-bottom: 83.333333% !important; + } + + .sm\:pl-10\/12 { + padding-left: 83.333333% !important; + } + + .sm\:pt-11\/12 { + padding-top: 91.666667% !important; + } + + .sm\:pr-11\/12 { + padding-right: 91.666667% !important; + } + + .sm\:pb-11\/12 { + padding-bottom: 91.666667% !important; + } + + .sm\:pl-11\/12 { + padding-left: 91.666667% !important; + } + + .sm\:pt-1\/16 { + padding-top: 6.25% !important; + } + + .sm\:pr-1\/16 { + padding-right: 6.25% !important; + } + + .sm\:pb-1\/16 { + padding-bottom: 6.25% !important; + } + + .sm\:pl-1\/16 { + padding-left: 6.25% !important; + } + + .sm\:pt-2\/16 { + padding-top: 12.5% !important; + } + + .sm\:pr-2\/16 { + padding-right: 12.5% !important; + } + + .sm\:pb-2\/16 { + padding-bottom: 12.5% !important; + } + + .sm\:pl-2\/16 { + padding-left: 12.5% !important; + } + + .sm\:pt-3\/16 { + padding-top: 18.75% !important; + } + + .sm\:pr-3\/16 { + padding-right: 18.75% !important; + } + + .sm\:pb-3\/16 { + padding-bottom: 18.75% !important; + } + + .sm\:pl-3\/16 { + padding-left: 18.75% !important; + } + + .sm\:pt-4\/16 { + padding-top: 25% !important; + } + + .sm\:pr-4\/16 { + padding-right: 25% !important; + } + + .sm\:pb-4\/16 { + padding-bottom: 25% !important; + } + + .sm\:pl-4\/16 { + padding-left: 25% !important; + } + + .sm\:pt-5\/16 { + padding-top: 31.25% !important; + } + + .sm\:pr-5\/16 { + padding-right: 31.25% !important; + } + + .sm\:pb-5\/16 { + padding-bottom: 31.25% !important; + } + + .sm\:pl-5\/16 { + padding-left: 31.25% !important; + } + + .sm\:pt-6\/16 { + padding-top: 37.5% !important; + } + + .sm\:pr-6\/16 { + padding-right: 37.5% !important; + } + + .sm\:pb-6\/16 { + padding-bottom: 37.5% !important; + } + + .sm\:pl-6\/16 { + padding-left: 37.5% !important; + } + + .sm\:pt-7\/16 { + padding-top: 43.75% !important; + } + + .sm\:pr-7\/16 { + padding-right: 43.75% !important; + } + + .sm\:pb-7\/16 { + padding-bottom: 43.75% !important; + } + + .sm\:pl-7\/16 { + padding-left: 43.75% !important; + } + + .sm\:pt-8\/16 { + padding-top: 50% !important; + } + + .sm\:pr-8\/16 { + padding-right: 50% !important; + } + + .sm\:pb-8\/16 { + padding-bottom: 50% !important; + } + + .sm\:pl-8\/16 { + padding-left: 50% !important; + } + + .sm\:pt-9\/16 { + padding-top: 56.25% !important; + } + + .sm\:pr-9\/16 { + padding-right: 56.25% !important; + } + + .sm\:pb-9\/16 { + padding-bottom: 56.25% !important; + } + + .sm\:pl-9\/16 { + padding-left: 56.25% !important; + } + + .sm\:pt-10\/16 { + padding-top: 62.5% !important; + } + + .sm\:pr-10\/16 { + padding-right: 62.5% !important; + } + + .sm\:pb-10\/16 { + padding-bottom: 62.5% !important; + } + + .sm\:pl-10\/16 { + padding-left: 62.5% !important; + } + + .sm\:pt-11\/16 { + padding-top: 68.75% !important; + } + + .sm\:pr-11\/16 { + padding-right: 68.75% !important; + } + + .sm\:pb-11\/16 { + padding-bottom: 68.75% !important; + } + + .sm\:pl-11\/16 { + padding-left: 68.75% !important; + } + + .sm\:pt-12\/16 { + padding-top: 75% !important; + } + + .sm\:pr-12\/16 { + padding-right: 75% !important; + } + + .sm\:pb-12\/16 { + padding-bottom: 75% !important; + } + + .sm\:pl-12\/16 { + padding-left: 75% !important; + } + + .sm\:pt-13\/16 { + padding-top: 81.25% !important; + } + + .sm\:pr-13\/16 { + padding-right: 81.25% !important; + } + + .sm\:pb-13\/16 { + padding-bottom: 81.25% !important; + } + + .sm\:pl-13\/16 { + padding-left: 81.25% !important; + } + + .sm\:pt-14\/16 { + padding-top: 87.5% !important; + } + + .sm\:pr-14\/16 { + padding-right: 87.5% !important; + } + + .sm\:pb-14\/16 { + padding-bottom: 87.5% !important; + } + + .sm\:pl-14\/16 { + padding-left: 87.5% !important; + } + + .sm\:pt-15\/16 { + padding-top: 93.75% !important; + } + + .sm\:pr-15\/16 { + padding-right: 93.75% !important; + } + + .sm\:pb-15\/16 { + padding-bottom: 93.75% !important; + } + + .sm\:pl-15\/16 { + padding-left: 93.75% !important; + } + + .sm\:pt-full { + padding-top: 100% !important; + } + + .sm\:pr-full { + padding-right: 100% !important; + } + + .sm\:pb-full { + padding-bottom: 100% !important; + } + + .sm\:pl-full { + padding-left: 100% !important; + } + .sm\:placeholder-transparent::placeholder { color: transparent !important; } @@ -48065,6 +71909,223 @@ video { left: 0 !important; } + .sm\:inset-1 { + top: 0.25rem !important; + right: 0.25rem !important; + bottom: 0.25rem !important; + left: 0.25rem !important; + } + + .sm\:inset-2 { + top: 0.5rem !important; + right: 0.5rem !important; + bottom: 0.5rem !important; + left: 0.5rem !important; + } + + .sm\:inset-3 { + top: 0.75rem !important; + right: 0.75rem !important; + bottom: 0.75rem !important; + left: 0.75rem !important; + } + + .sm\:inset-4 { + top: 1rem !important; + right: 1rem !important; + bottom: 1rem !important; + left: 1rem !important; + } + + .sm\:inset-5 { + top: 1.25rem !important; + right: 1.25rem !important; + bottom: 1.25rem !important; + left: 1.25rem !important; + } + + .sm\:inset-6 { + top: 1.5rem !important; + right: 1.5rem !important; + bottom: 1.5rem !important; + left: 1.5rem !important; + } + + .sm\:inset-7 { + top: 1.75rem !important; + right: 1.75rem !important; + bottom: 1.75rem !important; + left: 1.75rem !important; + } + + .sm\:inset-8 { + top: 2rem !important; + right: 2rem !important; + bottom: 2rem !important; + left: 2rem !important; + } + + .sm\:inset-9 { + top: 2.25rem !important; + right: 2.25rem !important; + bottom: 2.25rem !important; + left: 2.25rem !important; + } + + .sm\:inset-10 { + top: 2.5rem !important; + right: 2.5rem !important; + bottom: 2.5rem !important; + left: 2.5rem !important; + } + + .sm\:inset-11 { + top: 2.75rem !important; + right: 2.75rem !important; + bottom: 2.75rem !important; + left: 2.75rem !important; + } + + .sm\:inset-12 { + top: 3rem !important; + right: 3rem !important; + bottom: 3rem !important; + left: 3rem !important; + } + + .sm\:inset-13 { + top: 3.25rem !important; + right: 3.25rem !important; + bottom: 3.25rem !important; + left: 3.25rem !important; + } + + .sm\:inset-14 { + top: 3.5rem !important; + right: 3.5rem !important; + bottom: 3.5rem !important; + left: 3.5rem !important; + } + + .sm\:inset-15 { + top: 3.75rem !important; + right: 3.75rem !important; + bottom: 3.75rem !important; + left: 3.75rem !important; + } + + .sm\:inset-16 { + top: 4rem !important; + right: 4rem !important; + bottom: 4rem !important; + left: 4rem !important; + } + + .sm\:inset-20 { + top: 5rem !important; + right: 5rem !important; + bottom: 5rem !important; + left: 5rem !important; + } + + .sm\:inset-24 { + top: 6rem !important; + right: 6rem !important; + bottom: 6rem !important; + left: 6rem !important; + } + + .sm\:inset-28 { + top: 7rem !important; + right: 7rem !important; + bottom: 7rem !important; + left: 7rem !important; + } + + .sm\:inset-32 { + top: 8rem !important; + right: 8rem !important; + bottom: 8rem !important; + left: 8rem !important; + } + + .sm\:inset-36 { + top: 9rem !important; + right: 9rem !important; + bottom: 9rem !important; + left: 9rem !important; + } + + .sm\:inset-40 { + top: 10rem !important; + right: 10rem !important; + bottom: 10rem !important; + left: 10rem !important; + } + + .sm\:inset-44 { + top: 11rem !important; + right: 11rem !important; + bottom: 11rem !important; + left: 11rem !important; + } + + .sm\:inset-48 { + top: 12rem !important; + right: 12rem !important; + bottom: 12rem !important; + left: 12rem !important; + } + + .sm\:inset-52 { + top: 13rem !important; + right: 13rem !important; + bottom: 13rem !important; + left: 13rem !important; + } + + .sm\:inset-56 { + top: 14rem !important; + right: 14rem !important; + bottom: 14rem !important; + left: 14rem !important; + } + + .sm\:inset-60 { + top: 15rem !important; + right: 15rem !important; + bottom: 15rem !important; + left: 15rem !important; + } + + .sm\:inset-64 { + top: 16rem !important; + right: 16rem !important; + bottom: 16rem !important; + left: 16rem !important; + } + + .sm\:inset-72 { + top: 18rem !important; + right: 18rem !important; + bottom: 18rem !important; + left: 18rem !important; + } + + .sm\:inset-80 { + top: 20rem !important; + right: 20rem !important; + bottom: 20rem !important; + left: 20rem !important; + } + + .sm\:inset-96 { + top: 24rem !important; + right: 24rem !important; + bottom: 24rem !important; + left: 24rem !important; + } + .sm\:inset-auto { top: auto !important; right: auto !important; @@ -48072,6 +72133,881 @@ video { left: auto !important; } + .sm\:inset-px { + top: 1px !important; + right: 1px !important; + bottom: 1px !important; + left: 1px !important; + } + + .sm\:inset-0\.5 { + top: 0.125rem !important; + right: 0.125rem !important; + bottom: 0.125rem !important; + left: 0.125rem !important; + } + + .sm\:inset-1\.5 { + top: 0.375rem !important; + right: 0.375rem !important; + bottom: 0.375rem !important; + left: 0.375rem !important; + } + + .sm\:inset-2\.5 { + top: 0.625rem !important; + right: 0.625rem !important; + bottom: 0.625rem !important; + left: 0.625rem !important; + } + + .sm\:inset-3\.5 { + top: 0.875rem !important; + right: 0.875rem !important; + bottom: 0.875rem !important; + left: 0.875rem !important; + } + + .sm\:inset-1\/2 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .sm\:inset-1\/3 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .sm\:inset-2\/3 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .sm\:inset-1\/4 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .sm\:inset-2\/4 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .sm\:inset-3\/4 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .sm\:inset-1\/5 { + top: 20% !important; + right: 20% !important; + bottom: 20% !important; + left: 20% !important; + } + + .sm\:inset-2\/5 { + top: 40% !important; + right: 40% !important; + bottom: 40% !important; + left: 40% !important; + } + + .sm\:inset-3\/5 { + top: 60% !important; + right: 60% !important; + bottom: 60% !important; + left: 60% !important; + } + + .sm\:inset-4\/5 { + top: 80% !important; + right: 80% !important; + bottom: 80% !important; + left: 80% !important; + } + + .sm\:inset-1\/6 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .sm\:inset-2\/6 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .sm\:inset-3\/6 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .sm\:inset-4\/6 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .sm\:inset-5\/6 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .sm\:inset-1\/12 { + top: 8.333333% !important; + right: 8.333333% !important; + bottom: 8.333333% !important; + left: 8.333333% !important; + } + + .sm\:inset-2\/12 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .sm\:inset-3\/12 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .sm\:inset-4\/12 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .sm\:inset-5\/12 { + top: 41.666667% !important; + right: 41.666667% !important; + bottom: 41.666667% !important; + left: 41.666667% !important; + } + + .sm\:inset-6\/12 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .sm\:inset-7\/12 { + top: 58.333333% !important; + right: 58.333333% !important; + bottom: 58.333333% !important; + left: 58.333333% !important; + } + + .sm\:inset-8\/12 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .sm\:inset-9\/12 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .sm\:inset-10\/12 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .sm\:inset-11\/12 { + top: 91.666667% !important; + right: 91.666667% !important; + bottom: 91.666667% !important; + left: 91.666667% !important; + } + + .sm\:inset-1\/16 { + top: 6.25% !important; + right: 6.25% !important; + bottom: 6.25% !important; + left: 6.25% !important; + } + + .sm\:inset-2\/16 { + top: 12.5% !important; + right: 12.5% !important; + bottom: 12.5% !important; + left: 12.5% !important; + } + + .sm\:inset-3\/16 { + top: 18.75% !important; + right: 18.75% !important; + bottom: 18.75% !important; + left: 18.75% !important; + } + + .sm\:inset-4\/16 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .sm\:inset-5\/16 { + top: 31.25% !important; + right: 31.25% !important; + bottom: 31.25% !important; + left: 31.25% !important; + } + + .sm\:inset-6\/16 { + top: 37.5% !important; + right: 37.5% !important; + bottom: 37.5% !important; + left: 37.5% !important; + } + + .sm\:inset-7\/16 { + top: 43.75% !important; + right: 43.75% !important; + bottom: 43.75% !important; + left: 43.75% !important; + } + + .sm\:inset-8\/16 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .sm\:inset-9\/16 { + top: 56.25% !important; + right: 56.25% !important; + bottom: 56.25% !important; + left: 56.25% !important; + } + + .sm\:inset-10\/16 { + top: 62.5% !important; + right: 62.5% !important; + bottom: 62.5% !important; + left: 62.5% !important; + } + + .sm\:inset-11\/16 { + top: 68.75% !important; + right: 68.75% !important; + bottom: 68.75% !important; + left: 68.75% !important; + } + + .sm\:inset-12\/16 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .sm\:inset-13\/16 { + top: 81.25% !important; + right: 81.25% !important; + bottom: 81.25% !important; + left: 81.25% !important; + } + + .sm\:inset-14\/16 { + top: 87.5% !important; + right: 87.5% !important; + bottom: 87.5% !important; + left: 87.5% !important; + } + + .sm\:inset-15\/16 { + top: 93.75% !important; + right: 93.75% !important; + bottom: 93.75% !important; + left: 93.75% !important; + } + + .sm\:inset-full { + top: 100% !important; + right: 100% !important; + bottom: 100% !important; + left: 100% !important; + } + + .sm\:-inset-1 { + top: -0.25rem !important; + right: -0.25rem !important; + bottom: -0.25rem !important; + left: -0.25rem !important; + } + + .sm\:-inset-2 { + top: -0.5rem !important; + right: -0.5rem !important; + bottom: -0.5rem !important; + left: -0.5rem !important; + } + + .sm\:-inset-3 { + top: -0.75rem !important; + right: -0.75rem !important; + bottom: -0.75rem !important; + left: -0.75rem !important; + } + + .sm\:-inset-4 { + top: -1rem !important; + right: -1rem !important; + bottom: -1rem !important; + left: -1rem !important; + } + + .sm\:-inset-5 { + top: -1.25rem !important; + right: -1.25rem !important; + bottom: -1.25rem !important; + left: -1.25rem !important; + } + + .sm\:-inset-6 { + top: -1.5rem !important; + right: -1.5rem !important; + bottom: -1.5rem !important; + left: -1.5rem !important; + } + + .sm\:-inset-7 { + top: -1.75rem !important; + right: -1.75rem !important; + bottom: -1.75rem !important; + left: -1.75rem !important; + } + + .sm\:-inset-8 { + top: -2rem !important; + right: -2rem !important; + bottom: -2rem !important; + left: -2rem !important; + } + + .sm\:-inset-9 { + top: -2.25rem !important; + right: -2.25rem !important; + bottom: -2.25rem !important; + left: -2.25rem !important; + } + + .sm\:-inset-10 { + top: -2.5rem !important; + right: -2.5rem !important; + bottom: -2.5rem !important; + left: -2.5rem !important; + } + + .sm\:-inset-11 { + top: -2.75rem !important; + right: -2.75rem !important; + bottom: -2.75rem !important; + left: -2.75rem !important; + } + + .sm\:-inset-12 { + top: -3rem !important; + right: -3rem !important; + bottom: -3rem !important; + left: -3rem !important; + } + + .sm\:-inset-13 { + top: -3.25rem !important; + right: -3.25rem !important; + bottom: -3.25rem !important; + left: -3.25rem !important; + } + + .sm\:-inset-14 { + top: -3.5rem !important; + right: -3.5rem !important; + bottom: -3.5rem !important; + left: -3.5rem !important; + } + + .sm\:-inset-15 { + top: -3.75rem !important; + right: -3.75rem !important; + bottom: -3.75rem !important; + left: -3.75rem !important; + } + + .sm\:-inset-16 { + top: -4rem !important; + right: -4rem !important; + bottom: -4rem !important; + left: -4rem !important; + } + + .sm\:-inset-20 { + top: -5rem !important; + right: -5rem !important; + bottom: -5rem !important; + left: -5rem !important; + } + + .sm\:-inset-24 { + top: -6rem !important; + right: -6rem !important; + bottom: -6rem !important; + left: -6rem !important; + } + + .sm\:-inset-28 { + top: -7rem !important; + right: -7rem !important; + bottom: -7rem !important; + left: -7rem !important; + } + + .sm\:-inset-32 { + top: -8rem !important; + right: -8rem !important; + bottom: -8rem !important; + left: -8rem !important; + } + + .sm\:-inset-36 { + top: -9rem !important; + right: -9rem !important; + bottom: -9rem !important; + left: -9rem !important; + } + + .sm\:-inset-40 { + top: -10rem !important; + right: -10rem !important; + bottom: -10rem !important; + left: -10rem !important; + } + + .sm\:-inset-44 { + top: -11rem !important; + right: -11rem !important; + bottom: -11rem !important; + left: -11rem !important; + } + + .sm\:-inset-48 { + top: -12rem !important; + right: -12rem !important; + bottom: -12rem !important; + left: -12rem !important; + } + + .sm\:-inset-52 { + top: -13rem !important; + right: -13rem !important; + bottom: -13rem !important; + left: -13rem !important; + } + + .sm\:-inset-56 { + top: -14rem !important; + right: -14rem !important; + bottom: -14rem !important; + left: -14rem !important; + } + + .sm\:-inset-60 { + top: -15rem !important; + right: -15rem !important; + bottom: -15rem !important; + left: -15rem !important; + } + + .sm\:-inset-64 { + top: -16rem !important; + right: -16rem !important; + bottom: -16rem !important; + left: -16rem !important; + } + + .sm\:-inset-72 { + top: -18rem !important; + right: -18rem !important; + bottom: -18rem !important; + left: -18rem !important; + } + + .sm\:-inset-80 { + top: -20rem !important; + right: -20rem !important; + bottom: -20rem !important; + left: -20rem !important; + } + + .sm\:-inset-96 { + top: -24rem !important; + right: -24rem !important; + bottom: -24rem !important; + left: -24rem !important; + } + + .sm\:-inset-px { + top: -1px !important; + right: -1px !important; + bottom: -1px !important; + left: -1px !important; + } + + .sm\:-inset-0\.5 { + top: -0.125rem !important; + right: -0.125rem !important; + bottom: -0.125rem !important; + left: -0.125rem !important; + } + + .sm\:-inset-1\.5 { + top: -0.375rem !important; + right: -0.375rem !important; + bottom: -0.375rem !important; + left: -0.375rem !important; + } + + .sm\:-inset-2\.5 { + top: -0.625rem !important; + right: -0.625rem !important; + bottom: -0.625rem !important; + left: -0.625rem !important; + } + + .sm\:-inset-3\.5 { + top: -0.875rem !important; + right: -0.875rem !important; + bottom: -0.875rem !important; + left: -0.875rem !important; + } + + .sm\:-inset-1\/2 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .sm\:-inset-1\/3 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .sm\:-inset-2\/3 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .sm\:-inset-1\/4 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .sm\:-inset-2\/4 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .sm\:-inset-3\/4 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .sm\:-inset-1\/5 { + top: -20% !important; + right: -20% !important; + bottom: -20% !important; + left: -20% !important; + } + + .sm\:-inset-2\/5 { + top: -40% !important; + right: -40% !important; + bottom: -40% !important; + left: -40% !important; + } + + .sm\:-inset-3\/5 { + top: -60% !important; + right: -60% !important; + bottom: -60% !important; + left: -60% !important; + } + + .sm\:-inset-4\/5 { + top: -80% !important; + right: -80% !important; + bottom: -80% !important; + left: -80% !important; + } + + .sm\:-inset-1\/6 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .sm\:-inset-2\/6 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .sm\:-inset-3\/6 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .sm\:-inset-4\/6 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .sm\:-inset-5\/6 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .sm\:-inset-1\/12 { + top: -8.33333% !important; + right: -8.33333% !important; + bottom: -8.33333% !important; + left: -8.33333% !important; + } + + .sm\:-inset-2\/12 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .sm\:-inset-3\/12 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .sm\:-inset-4\/12 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .sm\:-inset-5\/12 { + top: -41.66667% !important; + right: -41.66667% !important; + bottom: -41.66667% !important; + left: -41.66667% !important; + } + + .sm\:-inset-6\/12 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .sm\:-inset-7\/12 { + top: -58.33333% !important; + right: -58.33333% !important; + bottom: -58.33333% !important; + left: -58.33333% !important; + } + + .sm\:-inset-8\/12 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .sm\:-inset-9\/12 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .sm\:-inset-10\/12 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .sm\:-inset-11\/12 { + top: -91.66667% !important; + right: -91.66667% !important; + bottom: -91.66667% !important; + left: -91.66667% !important; + } + + .sm\:-inset-1\/16 { + top: -6.25% !important; + right: -6.25% !important; + bottom: -6.25% !important; + left: -6.25% !important; + } + + .sm\:-inset-2\/16 { + top: -12.5% !important; + right: -12.5% !important; + bottom: -12.5% !important; + left: -12.5% !important; + } + + .sm\:-inset-3\/16 { + top: -18.75% !important; + right: -18.75% !important; + bottom: -18.75% !important; + left: -18.75% !important; + } + + .sm\:-inset-4\/16 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .sm\:-inset-5\/16 { + top: -31.25% !important; + right: -31.25% !important; + bottom: -31.25% !important; + left: -31.25% !important; + } + + .sm\:-inset-6\/16 { + top: -37.5% !important; + right: -37.5% !important; + bottom: -37.5% !important; + left: -37.5% !important; + } + + .sm\:-inset-7\/16 { + top: -43.75% !important; + right: -43.75% !important; + bottom: -43.75% !important; + left: -43.75% !important; + } + + .sm\:-inset-8\/16 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .sm\:-inset-9\/16 { + top: -56.25% !important; + right: -56.25% !important; + bottom: -56.25% !important; + left: -56.25% !important; + } + + .sm\:-inset-10\/16 { + top: -62.5% !important; + right: -62.5% !important; + bottom: -62.5% !important; + left: -62.5% !important; + } + + .sm\:-inset-11\/16 { + top: -68.75% !important; + right: -68.75% !important; + bottom: -68.75% !important; + left: -68.75% !important; + } + + .sm\:-inset-12\/16 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .sm\:-inset-13\/16 { + top: -81.25% !important; + right: -81.25% !important; + bottom: -81.25% !important; + left: -81.25% !important; + } + + .sm\:-inset-14\/16 { + top: -87.5% !important; + right: -87.5% !important; + bottom: -87.5% !important; + left: -87.5% !important; + } + + .sm\:-inset-15\/16 { + top: -93.75% !important; + right: -93.75% !important; + bottom: -93.75% !important; + left: -93.75% !important; + } + + .sm\:-inset-full { + top: -100% !important; + right: -100% !important; + bottom: -100% !important; + left: -100% !important; + } + .sm\:inset-y-0 { top: 0 !important; bottom: 0 !important; @@ -48082,6 +73018,316 @@ video { left: 0 !important; } + .sm\:inset-y-1 { + top: 0.25rem !important; + bottom: 0.25rem !important; + } + + .sm\:inset-x-1 { + right: 0.25rem !important; + left: 0.25rem !important; + } + + .sm\:inset-y-2 { + top: 0.5rem !important; + bottom: 0.5rem !important; + } + + .sm\:inset-x-2 { + right: 0.5rem !important; + left: 0.5rem !important; + } + + .sm\:inset-y-3 { + top: 0.75rem !important; + bottom: 0.75rem !important; + } + + .sm\:inset-x-3 { + right: 0.75rem !important; + left: 0.75rem !important; + } + + .sm\:inset-y-4 { + top: 1rem !important; + bottom: 1rem !important; + } + + .sm\:inset-x-4 { + right: 1rem !important; + left: 1rem !important; + } + + .sm\:inset-y-5 { + top: 1.25rem !important; + bottom: 1.25rem !important; + } + + .sm\:inset-x-5 { + right: 1.25rem !important; + left: 1.25rem !important; + } + + .sm\:inset-y-6 { + top: 1.5rem !important; + bottom: 1.5rem !important; + } + + .sm\:inset-x-6 { + right: 1.5rem !important; + left: 1.5rem !important; + } + + .sm\:inset-y-7 { + top: 1.75rem !important; + bottom: 1.75rem !important; + } + + .sm\:inset-x-7 { + right: 1.75rem !important; + left: 1.75rem !important; + } + + .sm\:inset-y-8 { + top: 2rem !important; + bottom: 2rem !important; + } + + .sm\:inset-x-8 { + right: 2rem !important; + left: 2rem !important; + } + + .sm\:inset-y-9 { + top: 2.25rem !important; + bottom: 2.25rem !important; + } + + .sm\:inset-x-9 { + right: 2.25rem !important; + left: 2.25rem !important; + } + + .sm\:inset-y-10 { + top: 2.5rem !important; + bottom: 2.5rem !important; + } + + .sm\:inset-x-10 { + right: 2.5rem !important; + left: 2.5rem !important; + } + + .sm\:inset-y-11 { + top: 2.75rem !important; + bottom: 2.75rem !important; + } + + .sm\:inset-x-11 { + right: 2.75rem !important; + left: 2.75rem !important; + } + + .sm\:inset-y-12 { + top: 3rem !important; + bottom: 3rem !important; + } + + .sm\:inset-x-12 { + right: 3rem !important; + left: 3rem !important; + } + + .sm\:inset-y-13 { + top: 3.25rem !important; + bottom: 3.25rem !important; + } + + .sm\:inset-x-13 { + right: 3.25rem !important; + left: 3.25rem !important; + } + + .sm\:inset-y-14 { + top: 3.5rem !important; + bottom: 3.5rem !important; + } + + .sm\:inset-x-14 { + right: 3.5rem !important; + left: 3.5rem !important; + } + + .sm\:inset-y-15 { + top: 3.75rem !important; + bottom: 3.75rem !important; + } + + .sm\:inset-x-15 { + right: 3.75rem !important; + left: 3.75rem !important; + } + + .sm\:inset-y-16 { + top: 4rem !important; + bottom: 4rem !important; + } + + .sm\:inset-x-16 { + right: 4rem !important; + left: 4rem !important; + } + + .sm\:inset-y-20 { + top: 5rem !important; + bottom: 5rem !important; + } + + .sm\:inset-x-20 { + right: 5rem !important; + left: 5rem !important; + } + + .sm\:inset-y-24 { + top: 6rem !important; + bottom: 6rem !important; + } + + .sm\:inset-x-24 { + right: 6rem !important; + left: 6rem !important; + } + + .sm\:inset-y-28 { + top: 7rem !important; + bottom: 7rem !important; + } + + .sm\:inset-x-28 { + right: 7rem !important; + left: 7rem !important; + } + + .sm\:inset-y-32 { + top: 8rem !important; + bottom: 8rem !important; + } + + .sm\:inset-x-32 { + right: 8rem !important; + left: 8rem !important; + } + + .sm\:inset-y-36 { + top: 9rem !important; + bottom: 9rem !important; + } + + .sm\:inset-x-36 { + right: 9rem !important; + left: 9rem !important; + } + + .sm\:inset-y-40 { + top: 10rem !important; + bottom: 10rem !important; + } + + .sm\:inset-x-40 { + right: 10rem !important; + left: 10rem !important; + } + + .sm\:inset-y-44 { + top: 11rem !important; + bottom: 11rem !important; + } + + .sm\:inset-x-44 { + right: 11rem !important; + left: 11rem !important; + } + + .sm\:inset-y-48 { + top: 12rem !important; + bottom: 12rem !important; + } + + .sm\:inset-x-48 { + right: 12rem !important; + left: 12rem !important; + } + + .sm\:inset-y-52 { + top: 13rem !important; + bottom: 13rem !important; + } + + .sm\:inset-x-52 { + right: 13rem !important; + left: 13rem !important; + } + + .sm\:inset-y-56 { + top: 14rem !important; + bottom: 14rem !important; + } + + .sm\:inset-x-56 { + right: 14rem !important; + left: 14rem !important; + } + + .sm\:inset-y-60 { + top: 15rem !important; + bottom: 15rem !important; + } + + .sm\:inset-x-60 { + right: 15rem !important; + left: 15rem !important; + } + + .sm\:inset-y-64 { + top: 16rem !important; + bottom: 16rem !important; + } + + .sm\:inset-x-64 { + right: 16rem !important; + left: 16rem !important; + } + + .sm\:inset-y-72 { + top: 18rem !important; + bottom: 18rem !important; + } + + .sm\:inset-x-72 { + right: 18rem !important; + left: 18rem !important; + } + + .sm\:inset-y-80 { + top: 20rem !important; + bottom: 20rem !important; + } + + .sm\:inset-x-80 { + right: 20rem !important; + left: 20rem !important; + } + + .sm\:inset-y-96 { + top: 24rem !important; + bottom: 24rem !important; + } + + .sm\:inset-x-96 { + right: 24rem !important; + left: 24rem !important; + } + .sm\:inset-y-auto { top: auto !important; bottom: auto !important; @@ -48092,6 +73338,1256 @@ video { left: auto !important; } + .sm\:inset-y-px { + top: 1px !important; + bottom: 1px !important; + } + + .sm\:inset-x-px { + right: 1px !important; + left: 1px !important; + } + + .sm\:inset-y-0\.5 { + top: 0.125rem !important; + bottom: 0.125rem !important; + } + + .sm\:inset-x-0\.5 { + right: 0.125rem !important; + left: 0.125rem !important; + } + + .sm\:inset-y-1\.5 { + top: 0.375rem !important; + bottom: 0.375rem !important; + } + + .sm\:inset-x-1\.5 { + right: 0.375rem !important; + left: 0.375rem !important; + } + + .sm\:inset-y-2\.5 { + top: 0.625rem !important; + bottom: 0.625rem !important; + } + + .sm\:inset-x-2\.5 { + right: 0.625rem !important; + left: 0.625rem !important; + } + + .sm\:inset-y-3\.5 { + top: 0.875rem !important; + bottom: 0.875rem !important; + } + + .sm\:inset-x-3\.5 { + right: 0.875rem !important; + left: 0.875rem !important; + } + + .sm\:inset-y-1\/2 { + top: 50% !important; + bottom: 50% !important; + } + + .sm\:inset-x-1\/2 { + right: 50% !important; + left: 50% !important; + } + + .sm\:inset-y-1\/3 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .sm\:inset-x-1\/3 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .sm\:inset-y-2\/3 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .sm\:inset-x-2\/3 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .sm\:inset-y-1\/4 { + top: 25% !important; + bottom: 25% !important; + } + + .sm\:inset-x-1\/4 { + right: 25% !important; + left: 25% !important; + } + + .sm\:inset-y-2\/4 { + top: 50% !important; + bottom: 50% !important; + } + + .sm\:inset-x-2\/4 { + right: 50% !important; + left: 50% !important; + } + + .sm\:inset-y-3\/4 { + top: 75% !important; + bottom: 75% !important; + } + + .sm\:inset-x-3\/4 { + right: 75% !important; + left: 75% !important; + } + + .sm\:inset-y-1\/5 { + top: 20% !important; + bottom: 20% !important; + } + + .sm\:inset-x-1\/5 { + right: 20% !important; + left: 20% !important; + } + + .sm\:inset-y-2\/5 { + top: 40% !important; + bottom: 40% !important; + } + + .sm\:inset-x-2\/5 { + right: 40% !important; + left: 40% !important; + } + + .sm\:inset-y-3\/5 { + top: 60% !important; + bottom: 60% !important; + } + + .sm\:inset-x-3\/5 { + right: 60% !important; + left: 60% !important; + } + + .sm\:inset-y-4\/5 { + top: 80% !important; + bottom: 80% !important; + } + + .sm\:inset-x-4\/5 { + right: 80% !important; + left: 80% !important; + } + + .sm\:inset-y-1\/6 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .sm\:inset-x-1\/6 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .sm\:inset-y-2\/6 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .sm\:inset-x-2\/6 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .sm\:inset-y-3\/6 { + top: 50% !important; + bottom: 50% !important; + } + + .sm\:inset-x-3\/6 { + right: 50% !important; + left: 50% !important; + } + + .sm\:inset-y-4\/6 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .sm\:inset-x-4\/6 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .sm\:inset-y-5\/6 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .sm\:inset-x-5\/6 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .sm\:inset-y-1\/12 { + top: 8.333333% !important; + bottom: 8.333333% !important; + } + + .sm\:inset-x-1\/12 { + right: 8.333333% !important; + left: 8.333333% !important; + } + + .sm\:inset-y-2\/12 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .sm\:inset-x-2\/12 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .sm\:inset-y-3\/12 { + top: 25% !important; + bottom: 25% !important; + } + + .sm\:inset-x-3\/12 { + right: 25% !important; + left: 25% !important; + } + + .sm\:inset-y-4\/12 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .sm\:inset-x-4\/12 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .sm\:inset-y-5\/12 { + top: 41.666667% !important; + bottom: 41.666667% !important; + } + + .sm\:inset-x-5\/12 { + right: 41.666667% !important; + left: 41.666667% !important; + } + + .sm\:inset-y-6\/12 { + top: 50% !important; + bottom: 50% !important; + } + + .sm\:inset-x-6\/12 { + right: 50% !important; + left: 50% !important; + } + + .sm\:inset-y-7\/12 { + top: 58.333333% !important; + bottom: 58.333333% !important; + } + + .sm\:inset-x-7\/12 { + right: 58.333333% !important; + left: 58.333333% !important; + } + + .sm\:inset-y-8\/12 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .sm\:inset-x-8\/12 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .sm\:inset-y-9\/12 { + top: 75% !important; + bottom: 75% !important; + } + + .sm\:inset-x-9\/12 { + right: 75% !important; + left: 75% !important; + } + + .sm\:inset-y-10\/12 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .sm\:inset-x-10\/12 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .sm\:inset-y-11\/12 { + top: 91.666667% !important; + bottom: 91.666667% !important; + } + + .sm\:inset-x-11\/12 { + right: 91.666667% !important; + left: 91.666667% !important; + } + + .sm\:inset-y-1\/16 { + top: 6.25% !important; + bottom: 6.25% !important; + } + + .sm\:inset-x-1\/16 { + right: 6.25% !important; + left: 6.25% !important; + } + + .sm\:inset-y-2\/16 { + top: 12.5% !important; + bottom: 12.5% !important; + } + + .sm\:inset-x-2\/16 { + right: 12.5% !important; + left: 12.5% !important; + } + + .sm\:inset-y-3\/16 { + top: 18.75% !important; + bottom: 18.75% !important; + } + + .sm\:inset-x-3\/16 { + right: 18.75% !important; + left: 18.75% !important; + } + + .sm\:inset-y-4\/16 { + top: 25% !important; + bottom: 25% !important; + } + + .sm\:inset-x-4\/16 { + right: 25% !important; + left: 25% !important; + } + + .sm\:inset-y-5\/16 { + top: 31.25% !important; + bottom: 31.25% !important; + } + + .sm\:inset-x-5\/16 { + right: 31.25% !important; + left: 31.25% !important; + } + + .sm\:inset-y-6\/16 { + top: 37.5% !important; + bottom: 37.5% !important; + } + + .sm\:inset-x-6\/16 { + right: 37.5% !important; + left: 37.5% !important; + } + + .sm\:inset-y-7\/16 { + top: 43.75% !important; + bottom: 43.75% !important; + } + + .sm\:inset-x-7\/16 { + right: 43.75% !important; + left: 43.75% !important; + } + + .sm\:inset-y-8\/16 { + top: 50% !important; + bottom: 50% !important; + } + + .sm\:inset-x-8\/16 { + right: 50% !important; + left: 50% !important; + } + + .sm\:inset-y-9\/16 { + top: 56.25% !important; + bottom: 56.25% !important; + } + + .sm\:inset-x-9\/16 { + right: 56.25% !important; + left: 56.25% !important; + } + + .sm\:inset-y-10\/16 { + top: 62.5% !important; + bottom: 62.5% !important; + } + + .sm\:inset-x-10\/16 { + right: 62.5% !important; + left: 62.5% !important; + } + + .sm\:inset-y-11\/16 { + top: 68.75% !important; + bottom: 68.75% !important; + } + + .sm\:inset-x-11\/16 { + right: 68.75% !important; + left: 68.75% !important; + } + + .sm\:inset-y-12\/16 { + top: 75% !important; + bottom: 75% !important; + } + + .sm\:inset-x-12\/16 { + right: 75% !important; + left: 75% !important; + } + + .sm\:inset-y-13\/16 { + top: 81.25% !important; + bottom: 81.25% !important; + } + + .sm\:inset-x-13\/16 { + right: 81.25% !important; + left: 81.25% !important; + } + + .sm\:inset-y-14\/16 { + top: 87.5% !important; + bottom: 87.5% !important; + } + + .sm\:inset-x-14\/16 { + right: 87.5% !important; + left: 87.5% !important; + } + + .sm\:inset-y-15\/16 { + top: 93.75% !important; + bottom: 93.75% !important; + } + + .sm\:inset-x-15\/16 { + right: 93.75% !important; + left: 93.75% !important; + } + + .sm\:inset-y-full { + top: 100% !important; + bottom: 100% !important; + } + + .sm\:inset-x-full { + right: 100% !important; + left: 100% !important; + } + + .sm\:-inset-y-1 { + top: -0.25rem !important; + bottom: -0.25rem !important; + } + + .sm\:-inset-x-1 { + right: -0.25rem !important; + left: -0.25rem !important; + } + + .sm\:-inset-y-2 { + top: -0.5rem !important; + bottom: -0.5rem !important; + } + + .sm\:-inset-x-2 { + right: -0.5rem !important; + left: -0.5rem !important; + } + + .sm\:-inset-y-3 { + top: -0.75rem !important; + bottom: -0.75rem !important; + } + + .sm\:-inset-x-3 { + right: -0.75rem !important; + left: -0.75rem !important; + } + + .sm\:-inset-y-4 { + top: -1rem !important; + bottom: -1rem !important; + } + + .sm\:-inset-x-4 { + right: -1rem !important; + left: -1rem !important; + } + + .sm\:-inset-y-5 { + top: -1.25rem !important; + bottom: -1.25rem !important; + } + + .sm\:-inset-x-5 { + right: -1.25rem !important; + left: -1.25rem !important; + } + + .sm\:-inset-y-6 { + top: -1.5rem !important; + bottom: -1.5rem !important; + } + + .sm\:-inset-x-6 { + right: -1.5rem !important; + left: -1.5rem !important; + } + + .sm\:-inset-y-7 { + top: -1.75rem !important; + bottom: -1.75rem !important; + } + + .sm\:-inset-x-7 { + right: -1.75rem !important; + left: -1.75rem !important; + } + + .sm\:-inset-y-8 { + top: -2rem !important; + bottom: -2rem !important; + } + + .sm\:-inset-x-8 { + right: -2rem !important; + left: -2rem !important; + } + + .sm\:-inset-y-9 { + top: -2.25rem !important; + bottom: -2.25rem !important; + } + + .sm\:-inset-x-9 { + right: -2.25rem !important; + left: -2.25rem !important; + } + + .sm\:-inset-y-10 { + top: -2.5rem !important; + bottom: -2.5rem !important; + } + + .sm\:-inset-x-10 { + right: -2.5rem !important; + left: -2.5rem !important; + } + + .sm\:-inset-y-11 { + top: -2.75rem !important; + bottom: -2.75rem !important; + } + + .sm\:-inset-x-11 { + right: -2.75rem !important; + left: -2.75rem !important; + } + + .sm\:-inset-y-12 { + top: -3rem !important; + bottom: -3rem !important; + } + + .sm\:-inset-x-12 { + right: -3rem !important; + left: -3rem !important; + } + + .sm\:-inset-y-13 { + top: -3.25rem !important; + bottom: -3.25rem !important; + } + + .sm\:-inset-x-13 { + right: -3.25rem !important; + left: -3.25rem !important; + } + + .sm\:-inset-y-14 { + top: -3.5rem !important; + bottom: -3.5rem !important; + } + + .sm\:-inset-x-14 { + right: -3.5rem !important; + left: -3.5rem !important; + } + + .sm\:-inset-y-15 { + top: -3.75rem !important; + bottom: -3.75rem !important; + } + + .sm\:-inset-x-15 { + right: -3.75rem !important; + left: -3.75rem !important; + } + + .sm\:-inset-y-16 { + top: -4rem !important; + bottom: -4rem !important; + } + + .sm\:-inset-x-16 { + right: -4rem !important; + left: -4rem !important; + } + + .sm\:-inset-y-20 { + top: -5rem !important; + bottom: -5rem !important; + } + + .sm\:-inset-x-20 { + right: -5rem !important; + left: -5rem !important; + } + + .sm\:-inset-y-24 { + top: -6rem !important; + bottom: -6rem !important; + } + + .sm\:-inset-x-24 { + right: -6rem !important; + left: -6rem !important; + } + + .sm\:-inset-y-28 { + top: -7rem !important; + bottom: -7rem !important; + } + + .sm\:-inset-x-28 { + right: -7rem !important; + left: -7rem !important; + } + + .sm\:-inset-y-32 { + top: -8rem !important; + bottom: -8rem !important; + } + + .sm\:-inset-x-32 { + right: -8rem !important; + left: -8rem !important; + } + + .sm\:-inset-y-36 { + top: -9rem !important; + bottom: -9rem !important; + } + + .sm\:-inset-x-36 { + right: -9rem !important; + left: -9rem !important; + } + + .sm\:-inset-y-40 { + top: -10rem !important; + bottom: -10rem !important; + } + + .sm\:-inset-x-40 { + right: -10rem !important; + left: -10rem !important; + } + + .sm\:-inset-y-44 { + top: -11rem !important; + bottom: -11rem !important; + } + + .sm\:-inset-x-44 { + right: -11rem !important; + left: -11rem !important; + } + + .sm\:-inset-y-48 { + top: -12rem !important; + bottom: -12rem !important; + } + + .sm\:-inset-x-48 { + right: -12rem !important; + left: -12rem !important; + } + + .sm\:-inset-y-52 { + top: -13rem !important; + bottom: -13rem !important; + } + + .sm\:-inset-x-52 { + right: -13rem !important; + left: -13rem !important; + } + + .sm\:-inset-y-56 { + top: -14rem !important; + bottom: -14rem !important; + } + + .sm\:-inset-x-56 { + right: -14rem !important; + left: -14rem !important; + } + + .sm\:-inset-y-60 { + top: -15rem !important; + bottom: -15rem !important; + } + + .sm\:-inset-x-60 { + right: -15rem !important; + left: -15rem !important; + } + + .sm\:-inset-y-64 { + top: -16rem !important; + bottom: -16rem !important; + } + + .sm\:-inset-x-64 { + right: -16rem !important; + left: -16rem !important; + } + + .sm\:-inset-y-72 { + top: -18rem !important; + bottom: -18rem !important; + } + + .sm\:-inset-x-72 { + right: -18rem !important; + left: -18rem !important; + } + + .sm\:-inset-y-80 { + top: -20rem !important; + bottom: -20rem !important; + } + + .sm\:-inset-x-80 { + right: -20rem !important; + left: -20rem !important; + } + + .sm\:-inset-y-96 { + top: -24rem !important; + bottom: -24rem !important; + } + + .sm\:-inset-x-96 { + right: -24rem !important; + left: -24rem !important; + } + + .sm\:-inset-y-px { + top: -1px !important; + bottom: -1px !important; + } + + .sm\:-inset-x-px { + right: -1px !important; + left: -1px !important; + } + + .sm\:-inset-y-0\.5 { + top: -0.125rem !important; + bottom: -0.125rem !important; + } + + .sm\:-inset-x-0\.5 { + right: -0.125rem !important; + left: -0.125rem !important; + } + + .sm\:-inset-y-1\.5 { + top: -0.375rem !important; + bottom: -0.375rem !important; + } + + .sm\:-inset-x-1\.5 { + right: -0.375rem !important; + left: -0.375rem !important; + } + + .sm\:-inset-y-2\.5 { + top: -0.625rem !important; + bottom: -0.625rem !important; + } + + .sm\:-inset-x-2\.5 { + right: -0.625rem !important; + left: -0.625rem !important; + } + + .sm\:-inset-y-3\.5 { + top: -0.875rem !important; + bottom: -0.875rem !important; + } + + .sm\:-inset-x-3\.5 { + right: -0.875rem !important; + left: -0.875rem !important; + } + + .sm\:-inset-y-1\/2 { + top: -50% !important; + bottom: -50% !important; + } + + .sm\:-inset-x-1\/2 { + right: -50% !important; + left: -50% !important; + } + + .sm\:-inset-y-1\/3 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .sm\:-inset-x-1\/3 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .sm\:-inset-y-2\/3 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .sm\:-inset-x-2\/3 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .sm\:-inset-y-1\/4 { + top: -25% !important; + bottom: -25% !important; + } + + .sm\:-inset-x-1\/4 { + right: -25% !important; + left: -25% !important; + } + + .sm\:-inset-y-2\/4 { + top: -50% !important; + bottom: -50% !important; + } + + .sm\:-inset-x-2\/4 { + right: -50% !important; + left: -50% !important; + } + + .sm\:-inset-y-3\/4 { + top: -75% !important; + bottom: -75% !important; + } + + .sm\:-inset-x-3\/4 { + right: -75% !important; + left: -75% !important; + } + + .sm\:-inset-y-1\/5 { + top: -20% !important; + bottom: -20% !important; + } + + .sm\:-inset-x-1\/5 { + right: -20% !important; + left: -20% !important; + } + + .sm\:-inset-y-2\/5 { + top: -40% !important; + bottom: -40% !important; + } + + .sm\:-inset-x-2\/5 { + right: -40% !important; + left: -40% !important; + } + + .sm\:-inset-y-3\/5 { + top: -60% !important; + bottom: -60% !important; + } + + .sm\:-inset-x-3\/5 { + right: -60% !important; + left: -60% !important; + } + + .sm\:-inset-y-4\/5 { + top: -80% !important; + bottom: -80% !important; + } + + .sm\:-inset-x-4\/5 { + right: -80% !important; + left: -80% !important; + } + + .sm\:-inset-y-1\/6 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .sm\:-inset-x-1\/6 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .sm\:-inset-y-2\/6 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .sm\:-inset-x-2\/6 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .sm\:-inset-y-3\/6 { + top: -50% !important; + bottom: -50% !important; + } + + .sm\:-inset-x-3\/6 { + right: -50% !important; + left: -50% !important; + } + + .sm\:-inset-y-4\/6 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .sm\:-inset-x-4\/6 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .sm\:-inset-y-5\/6 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .sm\:-inset-x-5\/6 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .sm\:-inset-y-1\/12 { + top: -8.33333% !important; + bottom: -8.33333% !important; + } + + .sm\:-inset-x-1\/12 { + right: -8.33333% !important; + left: -8.33333% !important; + } + + .sm\:-inset-y-2\/12 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .sm\:-inset-x-2\/12 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .sm\:-inset-y-3\/12 { + top: -25% !important; + bottom: -25% !important; + } + + .sm\:-inset-x-3\/12 { + right: -25% !important; + left: -25% !important; + } + + .sm\:-inset-y-4\/12 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .sm\:-inset-x-4\/12 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .sm\:-inset-y-5\/12 { + top: -41.66667% !important; + bottom: -41.66667% !important; + } + + .sm\:-inset-x-5\/12 { + right: -41.66667% !important; + left: -41.66667% !important; + } + + .sm\:-inset-y-6\/12 { + top: -50% !important; + bottom: -50% !important; + } + + .sm\:-inset-x-6\/12 { + right: -50% !important; + left: -50% !important; + } + + .sm\:-inset-y-7\/12 { + top: -58.33333% !important; + bottom: -58.33333% !important; + } + + .sm\:-inset-x-7\/12 { + right: -58.33333% !important; + left: -58.33333% !important; + } + + .sm\:-inset-y-8\/12 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .sm\:-inset-x-8\/12 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .sm\:-inset-y-9\/12 { + top: -75% !important; + bottom: -75% !important; + } + + .sm\:-inset-x-9\/12 { + right: -75% !important; + left: -75% !important; + } + + .sm\:-inset-y-10\/12 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .sm\:-inset-x-10\/12 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .sm\:-inset-y-11\/12 { + top: -91.66667% !important; + bottom: -91.66667% !important; + } + + .sm\:-inset-x-11\/12 { + right: -91.66667% !important; + left: -91.66667% !important; + } + + .sm\:-inset-y-1\/16 { + top: -6.25% !important; + bottom: -6.25% !important; + } + + .sm\:-inset-x-1\/16 { + right: -6.25% !important; + left: -6.25% !important; + } + + .sm\:-inset-y-2\/16 { + top: -12.5% !important; + bottom: -12.5% !important; + } + + .sm\:-inset-x-2\/16 { + right: -12.5% !important; + left: -12.5% !important; + } + + .sm\:-inset-y-3\/16 { + top: -18.75% !important; + bottom: -18.75% !important; + } + + .sm\:-inset-x-3\/16 { + right: -18.75% !important; + left: -18.75% !important; + } + + .sm\:-inset-y-4\/16 { + top: -25% !important; + bottom: -25% !important; + } + + .sm\:-inset-x-4\/16 { + right: -25% !important; + left: -25% !important; + } + + .sm\:-inset-y-5\/16 { + top: -31.25% !important; + bottom: -31.25% !important; + } + + .sm\:-inset-x-5\/16 { + right: -31.25% !important; + left: -31.25% !important; + } + + .sm\:-inset-y-6\/16 { + top: -37.5% !important; + bottom: -37.5% !important; + } + + .sm\:-inset-x-6\/16 { + right: -37.5% !important; + left: -37.5% !important; + } + + .sm\:-inset-y-7\/16 { + top: -43.75% !important; + bottom: -43.75% !important; + } + + .sm\:-inset-x-7\/16 { + right: -43.75% !important; + left: -43.75% !important; + } + + .sm\:-inset-y-8\/16 { + top: -50% !important; + bottom: -50% !important; + } + + .sm\:-inset-x-8\/16 { + right: -50% !important; + left: -50% !important; + } + + .sm\:-inset-y-9\/16 { + top: -56.25% !important; + bottom: -56.25% !important; + } + + .sm\:-inset-x-9\/16 { + right: -56.25% !important; + left: -56.25% !important; + } + + .sm\:-inset-y-10\/16 { + top: -62.5% !important; + bottom: -62.5% !important; + } + + .sm\:-inset-x-10\/16 { + right: -62.5% !important; + left: -62.5% !important; + } + + .sm\:-inset-y-11\/16 { + top: -68.75% !important; + bottom: -68.75% !important; + } + + .sm\:-inset-x-11\/16 { + right: -68.75% !important; + left: -68.75% !important; + } + + .sm\:-inset-y-12\/16 { + top: -75% !important; + bottom: -75% !important; + } + + .sm\:-inset-x-12\/16 { + right: -75% !important; + left: -75% !important; + } + + .sm\:-inset-y-13\/16 { + top: -81.25% !important; + bottom: -81.25% !important; + } + + .sm\:-inset-x-13\/16 { + right: -81.25% !important; + left: -81.25% !important; + } + + .sm\:-inset-y-14\/16 { + top: -87.5% !important; + bottom: -87.5% !important; + } + + .sm\:-inset-x-14\/16 { + right: -87.5% !important; + left: -87.5% !important; + } + + .sm\:-inset-y-15\/16 { + top: -93.75% !important; + bottom: -93.75% !important; + } + + .sm\:-inset-x-15\/16 { + right: -93.75% !important; + left: -93.75% !important; + } + + .sm\:-inset-y-full { + top: -100% !important; + bottom: -100% !important; + } + + .sm\:-inset-x-full { + right: -100% !important; + left: -100% !important; + } + .sm\:top-0 { top: 0 !important; } @@ -48108,6 +74604,502 @@ video { left: 0 !important; } + .sm\:top-1 { + top: 0.25rem !important; + } + + .sm\:right-1 { + right: 0.25rem !important; + } + + .sm\:bottom-1 { + bottom: 0.25rem !important; + } + + .sm\:left-1 { + left: 0.25rem !important; + } + + .sm\:top-2 { + top: 0.5rem !important; + } + + .sm\:right-2 { + right: 0.5rem !important; + } + + .sm\:bottom-2 { + bottom: 0.5rem !important; + } + + .sm\:left-2 { + left: 0.5rem !important; + } + + .sm\:top-3 { + top: 0.75rem !important; + } + + .sm\:right-3 { + right: 0.75rem !important; + } + + .sm\:bottom-3 { + bottom: 0.75rem !important; + } + + .sm\:left-3 { + left: 0.75rem !important; + } + + .sm\:top-4 { + top: 1rem !important; + } + + .sm\:right-4 { + right: 1rem !important; + } + + .sm\:bottom-4 { + bottom: 1rem !important; + } + + .sm\:left-4 { + left: 1rem !important; + } + + .sm\:top-5 { + top: 1.25rem !important; + } + + .sm\:right-5 { + right: 1.25rem !important; + } + + .sm\:bottom-5 { + bottom: 1.25rem !important; + } + + .sm\:left-5 { + left: 1.25rem !important; + } + + .sm\:top-6 { + top: 1.5rem !important; + } + + .sm\:right-6 { + right: 1.5rem !important; + } + + .sm\:bottom-6 { + bottom: 1.5rem !important; + } + + .sm\:left-6 { + left: 1.5rem !important; + } + + .sm\:top-7 { + top: 1.75rem !important; + } + + .sm\:right-7 { + right: 1.75rem !important; + } + + .sm\:bottom-7 { + bottom: 1.75rem !important; + } + + .sm\:left-7 { + left: 1.75rem !important; + } + + .sm\:top-8 { + top: 2rem !important; + } + + .sm\:right-8 { + right: 2rem !important; + } + + .sm\:bottom-8 { + bottom: 2rem !important; + } + + .sm\:left-8 { + left: 2rem !important; + } + + .sm\:top-9 { + top: 2.25rem !important; + } + + .sm\:right-9 { + right: 2.25rem !important; + } + + .sm\:bottom-9 { + bottom: 2.25rem !important; + } + + .sm\:left-9 { + left: 2.25rem !important; + } + + .sm\:top-10 { + top: 2.5rem !important; + } + + .sm\:right-10 { + right: 2.5rem !important; + } + + .sm\:bottom-10 { + bottom: 2.5rem !important; + } + + .sm\:left-10 { + left: 2.5rem !important; + } + + .sm\:top-11 { + top: 2.75rem !important; + } + + .sm\:right-11 { + right: 2.75rem !important; + } + + .sm\:bottom-11 { + bottom: 2.75rem !important; + } + + .sm\:left-11 { + left: 2.75rem !important; + } + + .sm\:top-12 { + top: 3rem !important; + } + + .sm\:right-12 { + right: 3rem !important; + } + + .sm\:bottom-12 { + bottom: 3rem !important; + } + + .sm\:left-12 { + left: 3rem !important; + } + + .sm\:top-13 { + top: 3.25rem !important; + } + + .sm\:right-13 { + right: 3.25rem !important; + } + + .sm\:bottom-13 { + bottom: 3.25rem !important; + } + + .sm\:left-13 { + left: 3.25rem !important; + } + + .sm\:top-14 { + top: 3.5rem !important; + } + + .sm\:right-14 { + right: 3.5rem !important; + } + + .sm\:bottom-14 { + bottom: 3.5rem !important; + } + + .sm\:left-14 { + left: 3.5rem !important; + } + + .sm\:top-15 { + top: 3.75rem !important; + } + + .sm\:right-15 { + right: 3.75rem !important; + } + + .sm\:bottom-15 { + bottom: 3.75rem !important; + } + + .sm\:left-15 { + left: 3.75rem !important; + } + + .sm\:top-16 { + top: 4rem !important; + } + + .sm\:right-16 { + right: 4rem !important; + } + + .sm\:bottom-16 { + bottom: 4rem !important; + } + + .sm\:left-16 { + left: 4rem !important; + } + + .sm\:top-20 { + top: 5rem !important; + } + + .sm\:right-20 { + right: 5rem !important; + } + + .sm\:bottom-20 { + bottom: 5rem !important; + } + + .sm\:left-20 { + left: 5rem !important; + } + + .sm\:top-24 { + top: 6rem !important; + } + + .sm\:right-24 { + right: 6rem !important; + } + + .sm\:bottom-24 { + bottom: 6rem !important; + } + + .sm\:left-24 { + left: 6rem !important; + } + + .sm\:top-28 { + top: 7rem !important; + } + + .sm\:right-28 { + right: 7rem !important; + } + + .sm\:bottom-28 { + bottom: 7rem !important; + } + + .sm\:left-28 { + left: 7rem !important; + } + + .sm\:top-32 { + top: 8rem !important; + } + + .sm\:right-32 { + right: 8rem !important; + } + + .sm\:bottom-32 { + bottom: 8rem !important; + } + + .sm\:left-32 { + left: 8rem !important; + } + + .sm\:top-36 { + top: 9rem !important; + } + + .sm\:right-36 { + right: 9rem !important; + } + + .sm\:bottom-36 { + bottom: 9rem !important; + } + + .sm\:left-36 { + left: 9rem !important; + } + + .sm\:top-40 { + top: 10rem !important; + } + + .sm\:right-40 { + right: 10rem !important; + } + + .sm\:bottom-40 { + bottom: 10rem !important; + } + + .sm\:left-40 { + left: 10rem !important; + } + + .sm\:top-44 { + top: 11rem !important; + } + + .sm\:right-44 { + right: 11rem !important; + } + + .sm\:bottom-44 { + bottom: 11rem !important; + } + + .sm\:left-44 { + left: 11rem !important; + } + + .sm\:top-48 { + top: 12rem !important; + } + + .sm\:right-48 { + right: 12rem !important; + } + + .sm\:bottom-48 { + bottom: 12rem !important; + } + + .sm\:left-48 { + left: 12rem !important; + } + + .sm\:top-52 { + top: 13rem !important; + } + + .sm\:right-52 { + right: 13rem !important; + } + + .sm\:bottom-52 { + bottom: 13rem !important; + } + + .sm\:left-52 { + left: 13rem !important; + } + + .sm\:top-56 { + top: 14rem !important; + } + + .sm\:right-56 { + right: 14rem !important; + } + + .sm\:bottom-56 { + bottom: 14rem !important; + } + + .sm\:left-56 { + left: 14rem !important; + } + + .sm\:top-60 { + top: 15rem !important; + } + + .sm\:right-60 { + right: 15rem !important; + } + + .sm\:bottom-60 { + bottom: 15rem !important; + } + + .sm\:left-60 { + left: 15rem !important; + } + + .sm\:top-64 { + top: 16rem !important; + } + + .sm\:right-64 { + right: 16rem !important; + } + + .sm\:bottom-64 { + bottom: 16rem !important; + } + + .sm\:left-64 { + left: 16rem !important; + } + + .sm\:top-72 { + top: 18rem !important; + } + + .sm\:right-72 { + right: 18rem !important; + } + + .sm\:bottom-72 { + bottom: 18rem !important; + } + + .sm\:left-72 { + left: 18rem !important; + } + + .sm\:top-80 { + top: 20rem !important; + } + + .sm\:right-80 { + right: 20rem !important; + } + + .sm\:bottom-80 { + bottom: 20rem !important; + } + + .sm\:left-80 { + left: 20rem !important; + } + + .sm\:top-96 { + top: 24rem !important; + } + + .sm\:right-96 { + right: 24rem !important; + } + + .sm\:bottom-96 { + bottom: 24rem !important; + } + + .sm\:left-96 { + left: 24rem !important; + } + .sm\:top-auto { top: auto !important; } @@ -48124,6 +75116,2006 @@ video { left: auto !important; } + .sm\:top-px { + top: 1px !important; + } + + .sm\:right-px { + right: 1px !important; + } + + .sm\:bottom-px { + bottom: 1px !important; + } + + .sm\:left-px { + left: 1px !important; + } + + .sm\:top-0\.5 { + top: 0.125rem !important; + } + + .sm\:right-0\.5 { + right: 0.125rem !important; + } + + .sm\:bottom-0\.5 { + bottom: 0.125rem !important; + } + + .sm\:left-0\.5 { + left: 0.125rem !important; + } + + .sm\:top-1\.5 { + top: 0.375rem !important; + } + + .sm\:right-1\.5 { + right: 0.375rem !important; + } + + .sm\:bottom-1\.5 { + bottom: 0.375rem !important; + } + + .sm\:left-1\.5 { + left: 0.375rem !important; + } + + .sm\:top-2\.5 { + top: 0.625rem !important; + } + + .sm\:right-2\.5 { + right: 0.625rem !important; + } + + .sm\:bottom-2\.5 { + bottom: 0.625rem !important; + } + + .sm\:left-2\.5 { + left: 0.625rem !important; + } + + .sm\:top-3\.5 { + top: 0.875rem !important; + } + + .sm\:right-3\.5 { + right: 0.875rem !important; + } + + .sm\:bottom-3\.5 { + bottom: 0.875rem !important; + } + + .sm\:left-3\.5 { + left: 0.875rem !important; + } + + .sm\:top-1\/2 { + top: 50% !important; + } + + .sm\:right-1\/2 { + right: 50% !important; + } + + .sm\:bottom-1\/2 { + bottom: 50% !important; + } + + .sm\:left-1\/2 { + left: 50% !important; + } + + .sm\:top-1\/3 { + top: 33.333333% !important; + } + + .sm\:right-1\/3 { + right: 33.333333% !important; + } + + .sm\:bottom-1\/3 { + bottom: 33.333333% !important; + } + + .sm\:left-1\/3 { + left: 33.333333% !important; + } + + .sm\:top-2\/3 { + top: 66.666667% !important; + } + + .sm\:right-2\/3 { + right: 66.666667% !important; + } + + .sm\:bottom-2\/3 { + bottom: 66.666667% !important; + } + + .sm\:left-2\/3 { + left: 66.666667% !important; + } + + .sm\:top-1\/4 { + top: 25% !important; + } + + .sm\:right-1\/4 { + right: 25% !important; + } + + .sm\:bottom-1\/4 { + bottom: 25% !important; + } + + .sm\:left-1\/4 { + left: 25% !important; + } + + .sm\:top-2\/4 { + top: 50% !important; + } + + .sm\:right-2\/4 { + right: 50% !important; + } + + .sm\:bottom-2\/4 { + bottom: 50% !important; + } + + .sm\:left-2\/4 { + left: 50% !important; + } + + .sm\:top-3\/4 { + top: 75% !important; + } + + .sm\:right-3\/4 { + right: 75% !important; + } + + .sm\:bottom-3\/4 { + bottom: 75% !important; + } + + .sm\:left-3\/4 { + left: 75% !important; + } + + .sm\:top-1\/5 { + top: 20% !important; + } + + .sm\:right-1\/5 { + right: 20% !important; + } + + .sm\:bottom-1\/5 { + bottom: 20% !important; + } + + .sm\:left-1\/5 { + left: 20% !important; + } + + .sm\:top-2\/5 { + top: 40% !important; + } + + .sm\:right-2\/5 { + right: 40% !important; + } + + .sm\:bottom-2\/5 { + bottom: 40% !important; + } + + .sm\:left-2\/5 { + left: 40% !important; + } + + .sm\:top-3\/5 { + top: 60% !important; + } + + .sm\:right-3\/5 { + right: 60% !important; + } + + .sm\:bottom-3\/5 { + bottom: 60% !important; + } + + .sm\:left-3\/5 { + left: 60% !important; + } + + .sm\:top-4\/5 { + top: 80% !important; + } + + .sm\:right-4\/5 { + right: 80% !important; + } + + .sm\:bottom-4\/5 { + bottom: 80% !important; + } + + .sm\:left-4\/5 { + left: 80% !important; + } + + .sm\:top-1\/6 { + top: 16.666667% !important; + } + + .sm\:right-1\/6 { + right: 16.666667% !important; + } + + .sm\:bottom-1\/6 { + bottom: 16.666667% !important; + } + + .sm\:left-1\/6 { + left: 16.666667% !important; + } + + .sm\:top-2\/6 { + top: 33.333333% !important; + } + + .sm\:right-2\/6 { + right: 33.333333% !important; + } + + .sm\:bottom-2\/6 { + bottom: 33.333333% !important; + } + + .sm\:left-2\/6 { + left: 33.333333% !important; + } + + .sm\:top-3\/6 { + top: 50% !important; + } + + .sm\:right-3\/6 { + right: 50% !important; + } + + .sm\:bottom-3\/6 { + bottom: 50% !important; + } + + .sm\:left-3\/6 { + left: 50% !important; + } + + .sm\:top-4\/6 { + top: 66.666667% !important; + } + + .sm\:right-4\/6 { + right: 66.666667% !important; + } + + .sm\:bottom-4\/6 { + bottom: 66.666667% !important; + } + + .sm\:left-4\/6 { + left: 66.666667% !important; + } + + .sm\:top-5\/6 { + top: 83.333333% !important; + } + + .sm\:right-5\/6 { + right: 83.333333% !important; + } + + .sm\:bottom-5\/6 { + bottom: 83.333333% !important; + } + + .sm\:left-5\/6 { + left: 83.333333% !important; + } + + .sm\:top-1\/12 { + top: 8.333333% !important; + } + + .sm\:right-1\/12 { + right: 8.333333% !important; + } + + .sm\:bottom-1\/12 { + bottom: 8.333333% !important; + } + + .sm\:left-1\/12 { + left: 8.333333% !important; + } + + .sm\:top-2\/12 { + top: 16.666667% !important; + } + + .sm\:right-2\/12 { + right: 16.666667% !important; + } + + .sm\:bottom-2\/12 { + bottom: 16.666667% !important; + } + + .sm\:left-2\/12 { + left: 16.666667% !important; + } + + .sm\:top-3\/12 { + top: 25% !important; + } + + .sm\:right-3\/12 { + right: 25% !important; + } + + .sm\:bottom-3\/12 { + bottom: 25% !important; + } + + .sm\:left-3\/12 { + left: 25% !important; + } + + .sm\:top-4\/12 { + top: 33.333333% !important; + } + + .sm\:right-4\/12 { + right: 33.333333% !important; + } + + .sm\:bottom-4\/12 { + bottom: 33.333333% !important; + } + + .sm\:left-4\/12 { + left: 33.333333% !important; + } + + .sm\:top-5\/12 { + top: 41.666667% !important; + } + + .sm\:right-5\/12 { + right: 41.666667% !important; + } + + .sm\:bottom-5\/12 { + bottom: 41.666667% !important; + } + + .sm\:left-5\/12 { + left: 41.666667% !important; + } + + .sm\:top-6\/12 { + top: 50% !important; + } + + .sm\:right-6\/12 { + right: 50% !important; + } + + .sm\:bottom-6\/12 { + bottom: 50% !important; + } + + .sm\:left-6\/12 { + left: 50% !important; + } + + .sm\:top-7\/12 { + top: 58.333333% !important; + } + + .sm\:right-7\/12 { + right: 58.333333% !important; + } + + .sm\:bottom-7\/12 { + bottom: 58.333333% !important; + } + + .sm\:left-7\/12 { + left: 58.333333% !important; + } + + .sm\:top-8\/12 { + top: 66.666667% !important; + } + + .sm\:right-8\/12 { + right: 66.666667% !important; + } + + .sm\:bottom-8\/12 { + bottom: 66.666667% !important; + } + + .sm\:left-8\/12 { + left: 66.666667% !important; + } + + .sm\:top-9\/12 { + top: 75% !important; + } + + .sm\:right-9\/12 { + right: 75% !important; + } + + .sm\:bottom-9\/12 { + bottom: 75% !important; + } + + .sm\:left-9\/12 { + left: 75% !important; + } + + .sm\:top-10\/12 { + top: 83.333333% !important; + } + + .sm\:right-10\/12 { + right: 83.333333% !important; + } + + .sm\:bottom-10\/12 { + bottom: 83.333333% !important; + } + + .sm\:left-10\/12 { + left: 83.333333% !important; + } + + .sm\:top-11\/12 { + top: 91.666667% !important; + } + + .sm\:right-11\/12 { + right: 91.666667% !important; + } + + .sm\:bottom-11\/12 { + bottom: 91.666667% !important; + } + + .sm\:left-11\/12 { + left: 91.666667% !important; + } + + .sm\:top-1\/16 { + top: 6.25% !important; + } + + .sm\:right-1\/16 { + right: 6.25% !important; + } + + .sm\:bottom-1\/16 { + bottom: 6.25% !important; + } + + .sm\:left-1\/16 { + left: 6.25% !important; + } + + .sm\:top-2\/16 { + top: 12.5% !important; + } + + .sm\:right-2\/16 { + right: 12.5% !important; + } + + .sm\:bottom-2\/16 { + bottom: 12.5% !important; + } + + .sm\:left-2\/16 { + left: 12.5% !important; + } + + .sm\:top-3\/16 { + top: 18.75% !important; + } + + .sm\:right-3\/16 { + right: 18.75% !important; + } + + .sm\:bottom-3\/16 { + bottom: 18.75% !important; + } + + .sm\:left-3\/16 { + left: 18.75% !important; + } + + .sm\:top-4\/16 { + top: 25% !important; + } + + .sm\:right-4\/16 { + right: 25% !important; + } + + .sm\:bottom-4\/16 { + bottom: 25% !important; + } + + .sm\:left-4\/16 { + left: 25% !important; + } + + .sm\:top-5\/16 { + top: 31.25% !important; + } + + .sm\:right-5\/16 { + right: 31.25% !important; + } + + .sm\:bottom-5\/16 { + bottom: 31.25% !important; + } + + .sm\:left-5\/16 { + left: 31.25% !important; + } + + .sm\:top-6\/16 { + top: 37.5% !important; + } + + .sm\:right-6\/16 { + right: 37.5% !important; + } + + .sm\:bottom-6\/16 { + bottom: 37.5% !important; + } + + .sm\:left-6\/16 { + left: 37.5% !important; + } + + .sm\:top-7\/16 { + top: 43.75% !important; + } + + .sm\:right-7\/16 { + right: 43.75% !important; + } + + .sm\:bottom-7\/16 { + bottom: 43.75% !important; + } + + .sm\:left-7\/16 { + left: 43.75% !important; + } + + .sm\:top-8\/16 { + top: 50% !important; + } + + .sm\:right-8\/16 { + right: 50% !important; + } + + .sm\:bottom-8\/16 { + bottom: 50% !important; + } + + .sm\:left-8\/16 { + left: 50% !important; + } + + .sm\:top-9\/16 { + top: 56.25% !important; + } + + .sm\:right-9\/16 { + right: 56.25% !important; + } + + .sm\:bottom-9\/16 { + bottom: 56.25% !important; + } + + .sm\:left-9\/16 { + left: 56.25% !important; + } + + .sm\:top-10\/16 { + top: 62.5% !important; + } + + .sm\:right-10\/16 { + right: 62.5% !important; + } + + .sm\:bottom-10\/16 { + bottom: 62.5% !important; + } + + .sm\:left-10\/16 { + left: 62.5% !important; + } + + .sm\:top-11\/16 { + top: 68.75% !important; + } + + .sm\:right-11\/16 { + right: 68.75% !important; + } + + .sm\:bottom-11\/16 { + bottom: 68.75% !important; + } + + .sm\:left-11\/16 { + left: 68.75% !important; + } + + .sm\:top-12\/16 { + top: 75% !important; + } + + .sm\:right-12\/16 { + right: 75% !important; + } + + .sm\:bottom-12\/16 { + bottom: 75% !important; + } + + .sm\:left-12\/16 { + left: 75% !important; + } + + .sm\:top-13\/16 { + top: 81.25% !important; + } + + .sm\:right-13\/16 { + right: 81.25% !important; + } + + .sm\:bottom-13\/16 { + bottom: 81.25% !important; + } + + .sm\:left-13\/16 { + left: 81.25% !important; + } + + .sm\:top-14\/16 { + top: 87.5% !important; + } + + .sm\:right-14\/16 { + right: 87.5% !important; + } + + .sm\:bottom-14\/16 { + bottom: 87.5% !important; + } + + .sm\:left-14\/16 { + left: 87.5% !important; + } + + .sm\:top-15\/16 { + top: 93.75% !important; + } + + .sm\:right-15\/16 { + right: 93.75% !important; + } + + .sm\:bottom-15\/16 { + bottom: 93.75% !important; + } + + .sm\:left-15\/16 { + left: 93.75% !important; + } + + .sm\:top-full { + top: 100% !important; + } + + .sm\:right-full { + right: 100% !important; + } + + .sm\:bottom-full { + bottom: 100% !important; + } + + .sm\:left-full { + left: 100% !important; + } + + .sm\:-top-1 { + top: -0.25rem !important; + } + + .sm\:-right-1 { + right: -0.25rem !important; + } + + .sm\:-bottom-1 { + bottom: -0.25rem !important; + } + + .sm\:-left-1 { + left: -0.25rem !important; + } + + .sm\:-top-2 { + top: -0.5rem !important; + } + + .sm\:-right-2 { + right: -0.5rem !important; + } + + .sm\:-bottom-2 { + bottom: -0.5rem !important; + } + + .sm\:-left-2 { + left: -0.5rem !important; + } + + .sm\:-top-3 { + top: -0.75rem !important; + } + + .sm\:-right-3 { + right: -0.75rem !important; + } + + .sm\:-bottom-3 { + bottom: -0.75rem !important; + } + + .sm\:-left-3 { + left: -0.75rem !important; + } + + .sm\:-top-4 { + top: -1rem !important; + } + + .sm\:-right-4 { + right: -1rem !important; + } + + .sm\:-bottom-4 { + bottom: -1rem !important; + } + + .sm\:-left-4 { + left: -1rem !important; + } + + .sm\:-top-5 { + top: -1.25rem !important; + } + + .sm\:-right-5 { + right: -1.25rem !important; + } + + .sm\:-bottom-5 { + bottom: -1.25rem !important; + } + + .sm\:-left-5 { + left: -1.25rem !important; + } + + .sm\:-top-6 { + top: -1.5rem !important; + } + + .sm\:-right-6 { + right: -1.5rem !important; + } + + .sm\:-bottom-6 { + bottom: -1.5rem !important; + } + + .sm\:-left-6 { + left: -1.5rem !important; + } + + .sm\:-top-7 { + top: -1.75rem !important; + } + + .sm\:-right-7 { + right: -1.75rem !important; + } + + .sm\:-bottom-7 { + bottom: -1.75rem !important; + } + + .sm\:-left-7 { + left: -1.75rem !important; + } + + .sm\:-top-8 { + top: -2rem !important; + } + + .sm\:-right-8 { + right: -2rem !important; + } + + .sm\:-bottom-8 { + bottom: -2rem !important; + } + + .sm\:-left-8 { + left: -2rem !important; + } + + .sm\:-top-9 { + top: -2.25rem !important; + } + + .sm\:-right-9 { + right: -2.25rem !important; + } + + .sm\:-bottom-9 { + bottom: -2.25rem !important; + } + + .sm\:-left-9 { + left: -2.25rem !important; + } + + .sm\:-top-10 { + top: -2.5rem !important; + } + + .sm\:-right-10 { + right: -2.5rem !important; + } + + .sm\:-bottom-10 { + bottom: -2.5rem !important; + } + + .sm\:-left-10 { + left: -2.5rem !important; + } + + .sm\:-top-11 { + top: -2.75rem !important; + } + + .sm\:-right-11 { + right: -2.75rem !important; + } + + .sm\:-bottom-11 { + bottom: -2.75rem !important; + } + + .sm\:-left-11 { + left: -2.75rem !important; + } + + .sm\:-top-12 { + top: -3rem !important; + } + + .sm\:-right-12 { + right: -3rem !important; + } + + .sm\:-bottom-12 { + bottom: -3rem !important; + } + + .sm\:-left-12 { + left: -3rem !important; + } + + .sm\:-top-13 { + top: -3.25rem !important; + } + + .sm\:-right-13 { + right: -3.25rem !important; + } + + .sm\:-bottom-13 { + bottom: -3.25rem !important; + } + + .sm\:-left-13 { + left: -3.25rem !important; + } + + .sm\:-top-14 { + top: -3.5rem !important; + } + + .sm\:-right-14 { + right: -3.5rem !important; + } + + .sm\:-bottom-14 { + bottom: -3.5rem !important; + } + + .sm\:-left-14 { + left: -3.5rem !important; + } + + .sm\:-top-15 { + top: -3.75rem !important; + } + + .sm\:-right-15 { + right: -3.75rem !important; + } + + .sm\:-bottom-15 { + bottom: -3.75rem !important; + } + + .sm\:-left-15 { + left: -3.75rem !important; + } + + .sm\:-top-16 { + top: -4rem !important; + } + + .sm\:-right-16 { + right: -4rem !important; + } + + .sm\:-bottom-16 { + bottom: -4rem !important; + } + + .sm\:-left-16 { + left: -4rem !important; + } + + .sm\:-top-20 { + top: -5rem !important; + } + + .sm\:-right-20 { + right: -5rem !important; + } + + .sm\:-bottom-20 { + bottom: -5rem !important; + } + + .sm\:-left-20 { + left: -5rem !important; + } + + .sm\:-top-24 { + top: -6rem !important; + } + + .sm\:-right-24 { + right: -6rem !important; + } + + .sm\:-bottom-24 { + bottom: -6rem !important; + } + + .sm\:-left-24 { + left: -6rem !important; + } + + .sm\:-top-28 { + top: -7rem !important; + } + + .sm\:-right-28 { + right: -7rem !important; + } + + .sm\:-bottom-28 { + bottom: -7rem !important; + } + + .sm\:-left-28 { + left: -7rem !important; + } + + .sm\:-top-32 { + top: -8rem !important; + } + + .sm\:-right-32 { + right: -8rem !important; + } + + .sm\:-bottom-32 { + bottom: -8rem !important; + } + + .sm\:-left-32 { + left: -8rem !important; + } + + .sm\:-top-36 { + top: -9rem !important; + } + + .sm\:-right-36 { + right: -9rem !important; + } + + .sm\:-bottom-36 { + bottom: -9rem !important; + } + + .sm\:-left-36 { + left: -9rem !important; + } + + .sm\:-top-40 { + top: -10rem !important; + } + + .sm\:-right-40 { + right: -10rem !important; + } + + .sm\:-bottom-40 { + bottom: -10rem !important; + } + + .sm\:-left-40 { + left: -10rem !important; + } + + .sm\:-top-44 { + top: -11rem !important; + } + + .sm\:-right-44 { + right: -11rem !important; + } + + .sm\:-bottom-44 { + bottom: -11rem !important; + } + + .sm\:-left-44 { + left: -11rem !important; + } + + .sm\:-top-48 { + top: -12rem !important; + } + + .sm\:-right-48 { + right: -12rem !important; + } + + .sm\:-bottom-48 { + bottom: -12rem !important; + } + + .sm\:-left-48 { + left: -12rem !important; + } + + .sm\:-top-52 { + top: -13rem !important; + } + + .sm\:-right-52 { + right: -13rem !important; + } + + .sm\:-bottom-52 { + bottom: -13rem !important; + } + + .sm\:-left-52 { + left: -13rem !important; + } + + .sm\:-top-56 { + top: -14rem !important; + } + + .sm\:-right-56 { + right: -14rem !important; + } + + .sm\:-bottom-56 { + bottom: -14rem !important; + } + + .sm\:-left-56 { + left: -14rem !important; + } + + .sm\:-top-60 { + top: -15rem !important; + } + + .sm\:-right-60 { + right: -15rem !important; + } + + .sm\:-bottom-60 { + bottom: -15rem !important; + } + + .sm\:-left-60 { + left: -15rem !important; + } + + .sm\:-top-64 { + top: -16rem !important; + } + + .sm\:-right-64 { + right: -16rem !important; + } + + .sm\:-bottom-64 { + bottom: -16rem !important; + } + + .sm\:-left-64 { + left: -16rem !important; + } + + .sm\:-top-72 { + top: -18rem !important; + } + + .sm\:-right-72 { + right: -18rem !important; + } + + .sm\:-bottom-72 { + bottom: -18rem !important; + } + + .sm\:-left-72 { + left: -18rem !important; + } + + .sm\:-top-80 { + top: -20rem !important; + } + + .sm\:-right-80 { + right: -20rem !important; + } + + .sm\:-bottom-80 { + bottom: -20rem !important; + } + + .sm\:-left-80 { + left: -20rem !important; + } + + .sm\:-top-96 { + top: -24rem !important; + } + + .sm\:-right-96 { + right: -24rem !important; + } + + .sm\:-bottom-96 { + bottom: -24rem !important; + } + + .sm\:-left-96 { + left: -24rem !important; + } + + .sm\:-top-px { + top: -1px !important; + } + + .sm\:-right-px { + right: -1px !important; + } + + .sm\:-bottom-px { + bottom: -1px !important; + } + + .sm\:-left-px { + left: -1px !important; + } + + .sm\:-top-0\.5 { + top: -0.125rem !important; + } + + .sm\:-right-0\.5 { + right: -0.125rem !important; + } + + .sm\:-bottom-0\.5 { + bottom: -0.125rem !important; + } + + .sm\:-left-0\.5 { + left: -0.125rem !important; + } + + .sm\:-top-1\.5 { + top: -0.375rem !important; + } + + .sm\:-right-1\.5 { + right: -0.375rem !important; + } + + .sm\:-bottom-1\.5 { + bottom: -0.375rem !important; + } + + .sm\:-left-1\.5 { + left: -0.375rem !important; + } + + .sm\:-top-2\.5 { + top: -0.625rem !important; + } + + .sm\:-right-2\.5 { + right: -0.625rem !important; + } + + .sm\:-bottom-2\.5 { + bottom: -0.625rem !important; + } + + .sm\:-left-2\.5 { + left: -0.625rem !important; + } + + .sm\:-top-3\.5 { + top: -0.875rem !important; + } + + .sm\:-right-3\.5 { + right: -0.875rem !important; + } + + .sm\:-bottom-3\.5 { + bottom: -0.875rem !important; + } + + .sm\:-left-3\.5 { + left: -0.875rem !important; + } + + .sm\:-top-1\/2 { + top: -50% !important; + } + + .sm\:-right-1\/2 { + right: -50% !important; + } + + .sm\:-bottom-1\/2 { + bottom: -50% !important; + } + + .sm\:-left-1\/2 { + left: -50% !important; + } + + .sm\:-top-1\/3 { + top: -33.33333% !important; + } + + .sm\:-right-1\/3 { + right: -33.33333% !important; + } + + .sm\:-bottom-1\/3 { + bottom: -33.33333% !important; + } + + .sm\:-left-1\/3 { + left: -33.33333% !important; + } + + .sm\:-top-2\/3 { + top: -66.66667% !important; + } + + .sm\:-right-2\/3 { + right: -66.66667% !important; + } + + .sm\:-bottom-2\/3 { + bottom: -66.66667% !important; + } + + .sm\:-left-2\/3 { + left: -66.66667% !important; + } + + .sm\:-top-1\/4 { + top: -25% !important; + } + + .sm\:-right-1\/4 { + right: -25% !important; + } + + .sm\:-bottom-1\/4 { + bottom: -25% !important; + } + + .sm\:-left-1\/4 { + left: -25% !important; + } + + .sm\:-top-2\/4 { + top: -50% !important; + } + + .sm\:-right-2\/4 { + right: -50% !important; + } + + .sm\:-bottom-2\/4 { + bottom: -50% !important; + } + + .sm\:-left-2\/4 { + left: -50% !important; + } + + .sm\:-top-3\/4 { + top: -75% !important; + } + + .sm\:-right-3\/4 { + right: -75% !important; + } + + .sm\:-bottom-3\/4 { + bottom: -75% !important; + } + + .sm\:-left-3\/4 { + left: -75% !important; + } + + .sm\:-top-1\/5 { + top: -20% !important; + } + + .sm\:-right-1\/5 { + right: -20% !important; + } + + .sm\:-bottom-1\/5 { + bottom: -20% !important; + } + + .sm\:-left-1\/5 { + left: -20% !important; + } + + .sm\:-top-2\/5 { + top: -40% !important; + } + + .sm\:-right-2\/5 { + right: -40% !important; + } + + .sm\:-bottom-2\/5 { + bottom: -40% !important; + } + + .sm\:-left-2\/5 { + left: -40% !important; + } + + .sm\:-top-3\/5 { + top: -60% !important; + } + + .sm\:-right-3\/5 { + right: -60% !important; + } + + .sm\:-bottom-3\/5 { + bottom: -60% !important; + } + + .sm\:-left-3\/5 { + left: -60% !important; + } + + .sm\:-top-4\/5 { + top: -80% !important; + } + + .sm\:-right-4\/5 { + right: -80% !important; + } + + .sm\:-bottom-4\/5 { + bottom: -80% !important; + } + + .sm\:-left-4\/5 { + left: -80% !important; + } + + .sm\:-top-1\/6 { + top: -16.66667% !important; + } + + .sm\:-right-1\/6 { + right: -16.66667% !important; + } + + .sm\:-bottom-1\/6 { + bottom: -16.66667% !important; + } + + .sm\:-left-1\/6 { + left: -16.66667% !important; + } + + .sm\:-top-2\/6 { + top: -33.33333% !important; + } + + .sm\:-right-2\/6 { + right: -33.33333% !important; + } + + .sm\:-bottom-2\/6 { + bottom: -33.33333% !important; + } + + .sm\:-left-2\/6 { + left: -33.33333% !important; + } + + .sm\:-top-3\/6 { + top: -50% !important; + } + + .sm\:-right-3\/6 { + right: -50% !important; + } + + .sm\:-bottom-3\/6 { + bottom: -50% !important; + } + + .sm\:-left-3\/6 { + left: -50% !important; + } + + .sm\:-top-4\/6 { + top: -66.66667% !important; + } + + .sm\:-right-4\/6 { + right: -66.66667% !important; + } + + .sm\:-bottom-4\/6 { + bottom: -66.66667% !important; + } + + .sm\:-left-4\/6 { + left: -66.66667% !important; + } + + .sm\:-top-5\/6 { + top: -83.33333% !important; + } + + .sm\:-right-5\/6 { + right: -83.33333% !important; + } + + .sm\:-bottom-5\/6 { + bottom: -83.33333% !important; + } + + .sm\:-left-5\/6 { + left: -83.33333% !important; + } + + .sm\:-top-1\/12 { + top: -8.33333% !important; + } + + .sm\:-right-1\/12 { + right: -8.33333% !important; + } + + .sm\:-bottom-1\/12 { + bottom: -8.33333% !important; + } + + .sm\:-left-1\/12 { + left: -8.33333% !important; + } + + .sm\:-top-2\/12 { + top: -16.66667% !important; + } + + .sm\:-right-2\/12 { + right: -16.66667% !important; + } + + .sm\:-bottom-2\/12 { + bottom: -16.66667% !important; + } + + .sm\:-left-2\/12 { + left: -16.66667% !important; + } + + .sm\:-top-3\/12 { + top: -25% !important; + } + + .sm\:-right-3\/12 { + right: -25% !important; + } + + .sm\:-bottom-3\/12 { + bottom: -25% !important; + } + + .sm\:-left-3\/12 { + left: -25% !important; + } + + .sm\:-top-4\/12 { + top: -33.33333% !important; + } + + .sm\:-right-4\/12 { + right: -33.33333% !important; + } + + .sm\:-bottom-4\/12 { + bottom: -33.33333% !important; + } + + .sm\:-left-4\/12 { + left: -33.33333% !important; + } + + .sm\:-top-5\/12 { + top: -41.66667% !important; + } + + .sm\:-right-5\/12 { + right: -41.66667% !important; + } + + .sm\:-bottom-5\/12 { + bottom: -41.66667% !important; + } + + .sm\:-left-5\/12 { + left: -41.66667% !important; + } + + .sm\:-top-6\/12 { + top: -50% !important; + } + + .sm\:-right-6\/12 { + right: -50% !important; + } + + .sm\:-bottom-6\/12 { + bottom: -50% !important; + } + + .sm\:-left-6\/12 { + left: -50% !important; + } + + .sm\:-top-7\/12 { + top: -58.33333% !important; + } + + .sm\:-right-7\/12 { + right: -58.33333% !important; + } + + .sm\:-bottom-7\/12 { + bottom: -58.33333% !important; + } + + .sm\:-left-7\/12 { + left: -58.33333% !important; + } + + .sm\:-top-8\/12 { + top: -66.66667% !important; + } + + .sm\:-right-8\/12 { + right: -66.66667% !important; + } + + .sm\:-bottom-8\/12 { + bottom: -66.66667% !important; + } + + .sm\:-left-8\/12 { + left: -66.66667% !important; + } + + .sm\:-top-9\/12 { + top: -75% !important; + } + + .sm\:-right-9\/12 { + right: -75% !important; + } + + .sm\:-bottom-9\/12 { + bottom: -75% !important; + } + + .sm\:-left-9\/12 { + left: -75% !important; + } + + .sm\:-top-10\/12 { + top: -83.33333% !important; + } + + .sm\:-right-10\/12 { + right: -83.33333% !important; + } + + .sm\:-bottom-10\/12 { + bottom: -83.33333% !important; + } + + .sm\:-left-10\/12 { + left: -83.33333% !important; + } + + .sm\:-top-11\/12 { + top: -91.66667% !important; + } + + .sm\:-right-11\/12 { + right: -91.66667% !important; + } + + .sm\:-bottom-11\/12 { + bottom: -91.66667% !important; + } + + .sm\:-left-11\/12 { + left: -91.66667% !important; + } + + .sm\:-top-1\/16 { + top: -6.25% !important; + } + + .sm\:-right-1\/16 { + right: -6.25% !important; + } + + .sm\:-bottom-1\/16 { + bottom: -6.25% !important; + } + + .sm\:-left-1\/16 { + left: -6.25% !important; + } + + .sm\:-top-2\/16 { + top: -12.5% !important; + } + + .sm\:-right-2\/16 { + right: -12.5% !important; + } + + .sm\:-bottom-2\/16 { + bottom: -12.5% !important; + } + + .sm\:-left-2\/16 { + left: -12.5% !important; + } + + .sm\:-top-3\/16 { + top: -18.75% !important; + } + + .sm\:-right-3\/16 { + right: -18.75% !important; + } + + .sm\:-bottom-3\/16 { + bottom: -18.75% !important; + } + + .sm\:-left-3\/16 { + left: -18.75% !important; + } + + .sm\:-top-4\/16 { + top: -25% !important; + } + + .sm\:-right-4\/16 { + right: -25% !important; + } + + .sm\:-bottom-4\/16 { + bottom: -25% !important; + } + + .sm\:-left-4\/16 { + left: -25% !important; + } + + .sm\:-top-5\/16 { + top: -31.25% !important; + } + + .sm\:-right-5\/16 { + right: -31.25% !important; + } + + .sm\:-bottom-5\/16 { + bottom: -31.25% !important; + } + + .sm\:-left-5\/16 { + left: -31.25% !important; + } + + .sm\:-top-6\/16 { + top: -37.5% !important; + } + + .sm\:-right-6\/16 { + right: -37.5% !important; + } + + .sm\:-bottom-6\/16 { + bottom: -37.5% !important; + } + + .sm\:-left-6\/16 { + left: -37.5% !important; + } + + .sm\:-top-7\/16 { + top: -43.75% !important; + } + + .sm\:-right-7\/16 { + right: -43.75% !important; + } + + .sm\:-bottom-7\/16 { + bottom: -43.75% !important; + } + + .sm\:-left-7\/16 { + left: -43.75% !important; + } + + .sm\:-top-8\/16 { + top: -50% !important; + } + + .sm\:-right-8\/16 { + right: -50% !important; + } + + .sm\:-bottom-8\/16 { + bottom: -50% !important; + } + + .sm\:-left-8\/16 { + left: -50% !important; + } + + .sm\:-top-9\/16 { + top: -56.25% !important; + } + + .sm\:-right-9\/16 { + right: -56.25% !important; + } + + .sm\:-bottom-9\/16 { + bottom: -56.25% !important; + } + + .sm\:-left-9\/16 { + left: -56.25% !important; + } + + .sm\:-top-10\/16 { + top: -62.5% !important; + } + + .sm\:-right-10\/16 { + right: -62.5% !important; + } + + .sm\:-bottom-10\/16 { + bottom: -62.5% !important; + } + + .sm\:-left-10\/16 { + left: -62.5% !important; + } + + .sm\:-top-11\/16 { + top: -68.75% !important; + } + + .sm\:-right-11\/16 { + right: -68.75% !important; + } + + .sm\:-bottom-11\/16 { + bottom: -68.75% !important; + } + + .sm\:-left-11\/16 { + left: -68.75% !important; + } + + .sm\:-top-12\/16 { + top: -75% !important; + } + + .sm\:-right-12\/16 { + right: -75% !important; + } + + .sm\:-bottom-12\/16 { + bottom: -75% !important; + } + + .sm\:-left-12\/16 { + left: -75% !important; + } + + .sm\:-top-13\/16 { + top: -81.25% !important; + } + + .sm\:-right-13\/16 { + right: -81.25% !important; + } + + .sm\:-bottom-13\/16 { + bottom: -81.25% !important; + } + + .sm\:-left-13\/16 { + left: -81.25% !important; + } + + .sm\:-top-14\/16 { + top: -87.5% !important; + } + + .sm\:-right-14\/16 { + right: -87.5% !important; + } + + .sm\:-bottom-14\/16 { + bottom: -87.5% !important; + } + + .sm\:-left-14\/16 { + left: -87.5% !important; + } + + .sm\:-top-15\/16 { + top: -93.75% !important; + } + + .sm\:-right-15\/16 { + right: -93.75% !important; + } + + .sm\:-bottom-15\/16 { + bottom: -93.75% !important; + } + + .sm\:-left-15\/16 { + left: -93.75% !important; + } + + .sm\:-top-full { + top: -100% !important; + } + + .sm\:-right-full { + right: -100% !important; + } + + .sm\:-bottom-full { + bottom: -100% !important; + } + + .sm\:-left-full { + left: -100% !important; + } + .sm\:resize-none { resize: none !important; } @@ -51436,18 +80428,42 @@ video { width: 1.5rem !important; } + .sm\:w-7 { + width: 1.75rem !important; + } + .sm\:w-8 { width: 2rem !important; } + .sm\:w-9 { + width: 2.25rem !important; + } + .sm\:w-10 { width: 2.5rem !important; } + .sm\:w-11 { + width: 2.75rem !important; + } + .sm\:w-12 { width: 3rem !important; } + .sm\:w-13 { + width: 3.25rem !important; + } + + .sm\:w-14 { + width: 3.5rem !important; + } + + .sm\:w-15 { + width: 3.75rem !important; + } + .sm\:w-16 { width: 4rem !important; } @@ -51460,26 +80476,58 @@ video { width: 6rem !important; } + .sm\:w-28 { + width: 7rem !important; + } + .sm\:w-32 { width: 8rem !important; } + .sm\:w-36 { + width: 9rem !important; + } + .sm\:w-40 { width: 10rem !important; } + .sm\:w-44 { + width: 11rem !important; + } + .sm\:w-48 { width: 12rem !important; } + .sm\:w-52 { + width: 13rem !important; + } + .sm\:w-56 { width: 14rem !important; } + .sm\:w-60 { + width: 15rem !important; + } + .sm\:w-64 { width: 16rem !important; } + .sm\:w-72 { + width: 18rem !important; + } + + .sm\:w-80 { + width: 20rem !important; + } + + .sm\:w-96 { + width: 24rem !important; + } + .sm\:w-auto { width: auto !important; } @@ -51488,6 +80536,22 @@ video { width: 1px !important; } + .sm\:w-0\.5 { + width: 0.125rem !important; + } + + .sm\:w-1\.5 { + width: 0.375rem !important; + } + + .sm\:w-2\.5 { + width: 0.625rem !important; + } + + .sm\:w-3\.5 { + width: 0.875rem !important; + } + .sm\:w-1\/2 { width: 50% !important; } @@ -51592,6 +80656,66 @@ video { width: 91.666667% !important; } + .sm\:w-1\/16 { + width: 6.25% !important; + } + + .sm\:w-2\/16 { + width: 12.5% !important; + } + + .sm\:w-3\/16 { + width: 18.75% !important; + } + + .sm\:w-4\/16 { + width: 25% !important; + } + + .sm\:w-5\/16 { + width: 31.25% !important; + } + + .sm\:w-6\/16 { + width: 37.5% !important; + } + + .sm\:w-7\/16 { + width: 43.75% !important; + } + + .sm\:w-8\/16 { + width: 50% !important; + } + + .sm\:w-9\/16 { + width: 56.25% !important; + } + + .sm\:w-10\/16 { + width: 62.5% !important; + } + + .sm\:w-11\/16 { + width: 68.75% !important; + } + + .sm\:w-12\/16 { + width: 75% !important; + } + + .sm\:w-13\/16 { + width: 81.25% !important; + } + + .sm\:w-14\/16 { + width: 87.5% !important; + } + + .sm\:w-15\/16 { + width: 93.75% !important; + } + .sm\:w-full { width: 100% !important; } @@ -51600,6 +80724,14 @@ video { width: 100vw !important; } + .sm\:w-min { + width: min-content !important; + } + + .sm\:w-max { + width: max-content !important; + } + .sm\:z-0 { z-index: 0 !important; } @@ -51663,21 +80795,51 @@ video { gap: 1.5rem !important; } + .sm\:gap-7 { + grid-gap: 1.75rem !important; + gap: 1.75rem !important; + } + .sm\:gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } + .sm\:gap-9 { + grid-gap: 2.25rem !important; + gap: 2.25rem !important; + } + .sm\:gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } + .sm\:gap-11 { + grid-gap: 2.75rem !important; + gap: 2.75rem !important; + } + .sm\:gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } + .sm\:gap-13 { + grid-gap: 3.25rem !important; + gap: 3.25rem !important; + } + + .sm\:gap-14 { + grid-gap: 3.5rem !important; + gap: 3.5rem !important; + } + + .sm\:gap-15 { + grid-gap: 3.75rem !important; + gap: 3.75rem !important; + } + .sm\:gap-16 { grid-gap: 4rem !important; gap: 4rem !important; @@ -51693,36 +80855,306 @@ video { gap: 6rem !important; } + .sm\:gap-28 { + grid-gap: 7rem !important; + gap: 7rem !important; + } + .sm\:gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } + .sm\:gap-36 { + grid-gap: 9rem !important; + gap: 9rem !important; + } + .sm\:gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } + .sm\:gap-44 { + grid-gap: 11rem !important; + gap: 11rem !important; + } + .sm\:gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } + .sm\:gap-52 { + grid-gap: 13rem !important; + gap: 13rem !important; + } + .sm\:gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } + .sm\:gap-60 { + grid-gap: 15rem !important; + gap: 15rem !important; + } + .sm\:gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } + .sm\:gap-72 { + grid-gap: 18rem !important; + gap: 18rem !important; + } + + .sm\:gap-80 { + grid-gap: 20rem !important; + gap: 20rem !important; + } + + .sm\:gap-96 { + grid-gap: 24rem !important; + gap: 24rem !important; + } + .sm\:gap-px { grid-gap: 1px !important; gap: 1px !important; } + .sm\:gap-0\.5 { + grid-gap: 0.125rem !important; + gap: 0.125rem !important; + } + + .sm\:gap-1\.5 { + grid-gap: 0.375rem !important; + gap: 0.375rem !important; + } + + .sm\:gap-2\.5 { + grid-gap: 0.625rem !important; + gap: 0.625rem !important; + } + + .sm\:gap-3\.5 { + grid-gap: 0.875rem !important; + gap: 0.875rem !important; + } + + .sm\:gap-1\/2 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .sm\:gap-1\/3 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .sm\:gap-2\/3 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .sm\:gap-1\/4 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .sm\:gap-2\/4 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .sm\:gap-3\/4 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .sm\:gap-1\/5 { + grid-gap: 20% !important; + gap: 20% !important; + } + + .sm\:gap-2\/5 { + grid-gap: 40% !important; + gap: 40% !important; + } + + .sm\:gap-3\/5 { + grid-gap: 60% !important; + gap: 60% !important; + } + + .sm\:gap-4\/5 { + grid-gap: 80% !important; + gap: 80% !important; + } + + .sm\:gap-1\/6 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .sm\:gap-2\/6 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .sm\:gap-3\/6 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .sm\:gap-4\/6 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .sm\:gap-5\/6 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .sm\:gap-1\/12 { + grid-gap: 8.333333% !important; + gap: 8.333333% !important; + } + + .sm\:gap-2\/12 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .sm\:gap-3\/12 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .sm\:gap-4\/12 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .sm\:gap-5\/12 { + grid-gap: 41.666667% !important; + gap: 41.666667% !important; + } + + .sm\:gap-6\/12 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .sm\:gap-7\/12 { + grid-gap: 58.333333% !important; + gap: 58.333333% !important; + } + + .sm\:gap-8\/12 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .sm\:gap-9\/12 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .sm\:gap-10\/12 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .sm\:gap-11\/12 { + grid-gap: 91.666667% !important; + gap: 91.666667% !important; + } + + .sm\:gap-1\/16 { + grid-gap: 6.25% !important; + gap: 6.25% !important; + } + + .sm\:gap-2\/16 { + grid-gap: 12.5% !important; + gap: 12.5% !important; + } + + .sm\:gap-3\/16 { + grid-gap: 18.75% !important; + gap: 18.75% !important; + } + + .sm\:gap-4\/16 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .sm\:gap-5\/16 { + grid-gap: 31.25% !important; + gap: 31.25% !important; + } + + .sm\:gap-6\/16 { + grid-gap: 37.5% !important; + gap: 37.5% !important; + } + + .sm\:gap-7\/16 { + grid-gap: 43.75% !important; + gap: 43.75% !important; + } + + .sm\:gap-8\/16 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .sm\:gap-9\/16 { + grid-gap: 56.25% !important; + gap: 56.25% !important; + } + + .sm\:gap-10\/16 { + grid-gap: 62.5% !important; + gap: 62.5% !important; + } + + .sm\:gap-11\/16 { + grid-gap: 68.75% !important; + gap: 68.75% !important; + } + + .sm\:gap-12\/16 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .sm\:gap-13\/16 { + grid-gap: 81.25% !important; + gap: 81.25% !important; + } + + .sm\:gap-14\/16 { + grid-gap: 87.5% !important; + gap: 87.5% !important; + } + + .sm\:gap-15\/16 { + grid-gap: 93.75% !important; + gap: 93.75% !important; + } + + .sm\:gap-full { + grid-gap: 100% !important; + gap: 100% !important; + } + .sm\:gap-x-0 { grid-column-gap: 0 !important; column-gap: 0 !important; @@ -51758,21 +81190,51 @@ video { column-gap: 1.5rem !important; } + .sm\:gap-x-7 { + grid-column-gap: 1.75rem !important; + column-gap: 1.75rem !important; + } + .sm\:gap-x-8 { grid-column-gap: 2rem !important; column-gap: 2rem !important; } + .sm\:gap-x-9 { + grid-column-gap: 2.25rem !important; + column-gap: 2.25rem !important; + } + .sm\:gap-x-10 { grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } + .sm\:gap-x-11 { + grid-column-gap: 2.75rem !important; + column-gap: 2.75rem !important; + } + .sm\:gap-x-12 { grid-column-gap: 3rem !important; column-gap: 3rem !important; } + .sm\:gap-x-13 { + grid-column-gap: 3.25rem !important; + column-gap: 3.25rem !important; + } + + .sm\:gap-x-14 { + grid-column-gap: 3.5rem !important; + column-gap: 3.5rem !important; + } + + .sm\:gap-x-15 { + grid-column-gap: 3.75rem !important; + column-gap: 3.75rem !important; + } + .sm\:gap-x-16 { grid-column-gap: 4rem !important; column-gap: 4rem !important; @@ -51788,36 +81250,306 @@ video { column-gap: 6rem !important; } + .sm\:gap-x-28 { + grid-column-gap: 7rem !important; + column-gap: 7rem !important; + } + .sm\:gap-x-32 { grid-column-gap: 8rem !important; column-gap: 8rem !important; } + .sm\:gap-x-36 { + grid-column-gap: 9rem !important; + column-gap: 9rem !important; + } + .sm\:gap-x-40 { grid-column-gap: 10rem !important; column-gap: 10rem !important; } + .sm\:gap-x-44 { + grid-column-gap: 11rem !important; + column-gap: 11rem !important; + } + .sm\:gap-x-48 { grid-column-gap: 12rem !important; column-gap: 12rem !important; } + .sm\:gap-x-52 { + grid-column-gap: 13rem !important; + column-gap: 13rem !important; + } + .sm\:gap-x-56 { grid-column-gap: 14rem !important; column-gap: 14rem !important; } + .sm\:gap-x-60 { + grid-column-gap: 15rem !important; + column-gap: 15rem !important; + } + .sm\:gap-x-64 { grid-column-gap: 16rem !important; column-gap: 16rem !important; } + .sm\:gap-x-72 { + grid-column-gap: 18rem !important; + column-gap: 18rem !important; + } + + .sm\:gap-x-80 { + grid-column-gap: 20rem !important; + column-gap: 20rem !important; + } + + .sm\:gap-x-96 { + grid-column-gap: 24rem !important; + column-gap: 24rem !important; + } + .sm\:gap-x-px { grid-column-gap: 1px !important; column-gap: 1px !important; } + .sm\:gap-x-0\.5 { + grid-column-gap: 0.125rem !important; + column-gap: 0.125rem !important; + } + + .sm\:gap-x-1\.5 { + grid-column-gap: 0.375rem !important; + column-gap: 0.375rem !important; + } + + .sm\:gap-x-2\.5 { + grid-column-gap: 0.625rem !important; + column-gap: 0.625rem !important; + } + + .sm\:gap-x-3\.5 { + grid-column-gap: 0.875rem !important; + column-gap: 0.875rem !important; + } + + .sm\:gap-x-1\/2 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .sm\:gap-x-1\/3 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .sm\:gap-x-2\/3 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .sm\:gap-x-1\/4 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .sm\:gap-x-2\/4 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .sm\:gap-x-3\/4 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .sm\:gap-x-1\/5 { + grid-column-gap: 20% !important; + column-gap: 20% !important; + } + + .sm\:gap-x-2\/5 { + grid-column-gap: 40% !important; + column-gap: 40% !important; + } + + .sm\:gap-x-3\/5 { + grid-column-gap: 60% !important; + column-gap: 60% !important; + } + + .sm\:gap-x-4\/5 { + grid-column-gap: 80% !important; + column-gap: 80% !important; + } + + .sm\:gap-x-1\/6 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .sm\:gap-x-2\/6 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .sm\:gap-x-3\/6 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .sm\:gap-x-4\/6 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .sm\:gap-x-5\/6 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .sm\:gap-x-1\/12 { + grid-column-gap: 8.333333% !important; + column-gap: 8.333333% !important; + } + + .sm\:gap-x-2\/12 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .sm\:gap-x-3\/12 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .sm\:gap-x-4\/12 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .sm\:gap-x-5\/12 { + grid-column-gap: 41.666667% !important; + column-gap: 41.666667% !important; + } + + .sm\:gap-x-6\/12 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .sm\:gap-x-7\/12 { + grid-column-gap: 58.333333% !important; + column-gap: 58.333333% !important; + } + + .sm\:gap-x-8\/12 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .sm\:gap-x-9\/12 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .sm\:gap-x-10\/12 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .sm\:gap-x-11\/12 { + grid-column-gap: 91.666667% !important; + column-gap: 91.666667% !important; + } + + .sm\:gap-x-1\/16 { + grid-column-gap: 6.25% !important; + column-gap: 6.25% !important; + } + + .sm\:gap-x-2\/16 { + grid-column-gap: 12.5% !important; + column-gap: 12.5% !important; + } + + .sm\:gap-x-3\/16 { + grid-column-gap: 18.75% !important; + column-gap: 18.75% !important; + } + + .sm\:gap-x-4\/16 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .sm\:gap-x-5\/16 { + grid-column-gap: 31.25% !important; + column-gap: 31.25% !important; + } + + .sm\:gap-x-6\/16 { + grid-column-gap: 37.5% !important; + column-gap: 37.5% !important; + } + + .sm\:gap-x-7\/16 { + grid-column-gap: 43.75% !important; + column-gap: 43.75% !important; + } + + .sm\:gap-x-8\/16 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .sm\:gap-x-9\/16 { + grid-column-gap: 56.25% !important; + column-gap: 56.25% !important; + } + + .sm\:gap-x-10\/16 { + grid-column-gap: 62.5% !important; + column-gap: 62.5% !important; + } + + .sm\:gap-x-11\/16 { + grid-column-gap: 68.75% !important; + column-gap: 68.75% !important; + } + + .sm\:gap-x-12\/16 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .sm\:gap-x-13\/16 { + grid-column-gap: 81.25% !important; + column-gap: 81.25% !important; + } + + .sm\:gap-x-14\/16 { + grid-column-gap: 87.5% !important; + column-gap: 87.5% !important; + } + + .sm\:gap-x-15\/16 { + grid-column-gap: 93.75% !important; + column-gap: 93.75% !important; + } + + .sm\:gap-x-full { + grid-column-gap: 100% !important; + column-gap: 100% !important; + } + .sm\:gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; @@ -51853,21 +81585,51 @@ video { row-gap: 1.5rem !important; } + .sm\:gap-y-7 { + grid-row-gap: 1.75rem !important; + row-gap: 1.75rem !important; + } + .sm\:gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } + .sm\:gap-y-9 { + grid-row-gap: 2.25rem !important; + row-gap: 2.25rem !important; + } + .sm\:gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } + .sm\:gap-y-11 { + grid-row-gap: 2.75rem !important; + row-gap: 2.75rem !important; + } + .sm\:gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } + .sm\:gap-y-13 { + grid-row-gap: 3.25rem !important; + row-gap: 3.25rem !important; + } + + .sm\:gap-y-14 { + grid-row-gap: 3.5rem !important; + row-gap: 3.5rem !important; + } + + .sm\:gap-y-15 { + grid-row-gap: 3.75rem !important; + row-gap: 3.75rem !important; + } + .sm\:gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; @@ -51883,36 +81645,306 @@ video { row-gap: 6rem !important; } + .sm\:gap-y-28 { + grid-row-gap: 7rem !important; + row-gap: 7rem !important; + } + .sm\:gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } + .sm\:gap-y-36 { + grid-row-gap: 9rem !important; + row-gap: 9rem !important; + } + .sm\:gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } + .sm\:gap-y-44 { + grid-row-gap: 11rem !important; + row-gap: 11rem !important; + } + .sm\:gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } + .sm\:gap-y-52 { + grid-row-gap: 13rem !important; + row-gap: 13rem !important; + } + .sm\:gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } + .sm\:gap-y-60 { + grid-row-gap: 15rem !important; + row-gap: 15rem !important; + } + .sm\:gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } + .sm\:gap-y-72 { + grid-row-gap: 18rem !important; + row-gap: 18rem !important; + } + + .sm\:gap-y-80 { + grid-row-gap: 20rem !important; + row-gap: 20rem !important; + } + + .sm\:gap-y-96 { + grid-row-gap: 24rem !important; + row-gap: 24rem !important; + } + .sm\:gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } + .sm\:gap-y-0\.5 { + grid-row-gap: 0.125rem !important; + row-gap: 0.125rem !important; + } + + .sm\:gap-y-1\.5 { + grid-row-gap: 0.375rem !important; + row-gap: 0.375rem !important; + } + + .sm\:gap-y-2\.5 { + grid-row-gap: 0.625rem !important; + row-gap: 0.625rem !important; + } + + .sm\:gap-y-3\.5 { + grid-row-gap: 0.875rem !important; + row-gap: 0.875rem !important; + } + + .sm\:gap-y-1\/2 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .sm\:gap-y-1\/3 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .sm\:gap-y-2\/3 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .sm\:gap-y-1\/4 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .sm\:gap-y-2\/4 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .sm\:gap-y-3\/4 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .sm\:gap-y-1\/5 { + grid-row-gap: 20% !important; + row-gap: 20% !important; + } + + .sm\:gap-y-2\/5 { + grid-row-gap: 40% !important; + row-gap: 40% !important; + } + + .sm\:gap-y-3\/5 { + grid-row-gap: 60% !important; + row-gap: 60% !important; + } + + .sm\:gap-y-4\/5 { + grid-row-gap: 80% !important; + row-gap: 80% !important; + } + + .sm\:gap-y-1\/6 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .sm\:gap-y-2\/6 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .sm\:gap-y-3\/6 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .sm\:gap-y-4\/6 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .sm\:gap-y-5\/6 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .sm\:gap-y-1\/12 { + grid-row-gap: 8.333333% !important; + row-gap: 8.333333% !important; + } + + .sm\:gap-y-2\/12 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .sm\:gap-y-3\/12 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .sm\:gap-y-4\/12 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .sm\:gap-y-5\/12 { + grid-row-gap: 41.666667% !important; + row-gap: 41.666667% !important; + } + + .sm\:gap-y-6\/12 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .sm\:gap-y-7\/12 { + grid-row-gap: 58.333333% !important; + row-gap: 58.333333% !important; + } + + .sm\:gap-y-8\/12 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .sm\:gap-y-9\/12 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .sm\:gap-y-10\/12 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .sm\:gap-y-11\/12 { + grid-row-gap: 91.666667% !important; + row-gap: 91.666667% !important; + } + + .sm\:gap-y-1\/16 { + grid-row-gap: 6.25% !important; + row-gap: 6.25% !important; + } + + .sm\:gap-y-2\/16 { + grid-row-gap: 12.5% !important; + row-gap: 12.5% !important; + } + + .sm\:gap-y-3\/16 { + grid-row-gap: 18.75% !important; + row-gap: 18.75% !important; + } + + .sm\:gap-y-4\/16 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .sm\:gap-y-5\/16 { + grid-row-gap: 31.25% !important; + row-gap: 31.25% !important; + } + + .sm\:gap-y-6\/16 { + grid-row-gap: 37.5% !important; + row-gap: 37.5% !important; + } + + .sm\:gap-y-7\/16 { + grid-row-gap: 43.75% !important; + row-gap: 43.75% !important; + } + + .sm\:gap-y-8\/16 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .sm\:gap-y-9\/16 { + grid-row-gap: 56.25% !important; + row-gap: 56.25% !important; + } + + .sm\:gap-y-10\/16 { + grid-row-gap: 62.5% !important; + row-gap: 62.5% !important; + } + + .sm\:gap-y-11\/16 { + grid-row-gap: 68.75% !important; + row-gap: 68.75% !important; + } + + .sm\:gap-y-12\/16 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .sm\:gap-y-13\/16 { + grid-row-gap: 81.25% !important; + row-gap: 81.25% !important; + } + + .sm\:gap-y-14\/16 { + grid-row-gap: 87.5% !important; + row-gap: 87.5% !important; + } + + .sm\:gap-y-15\/16 { + grid-row-gap: 93.75% !important; + row-gap: 93.75% !important; + } + + .sm\:gap-y-full { + grid-row-gap: 100% !important; + row-gap: 100% !important; + } + .sm\:grid-flow-row { grid-auto-flow: row !important; } @@ -51974,7 +82006,7 @@ video { } .sm\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; + grid-template-columns: repeat(16, minmax(0, 1fr)) !important; } .sm\:grid-cols-none { @@ -52049,6 +82081,22 @@ video { grid-column: span 12 / span 12 !important; } + .sm\:col-span-13 { + grid-column: span 13 / span 13 !important; + } + + .sm\:col-span-14 { + grid-column: span 14 / span 14 !important; + } + + .sm\:col-span-15 { + grid-column: span 15 / span 15 !important; + } + + .sm\:col-span-16 { + grid-column: span 16 / span 16 !important; + } + .sm\:col-span-full { grid-column: 1 / -1 !important; } @@ -52105,6 +82153,22 @@ video { grid-column-start: 13 !important; } + .sm\:col-start-14 { + grid-column-start: 14 !important; + } + + .sm\:col-start-15 { + grid-column-start: 15 !important; + } + + .sm\:col-start-16 { + grid-column-start: 16 !important; + } + + .sm\:col-start-17 { + grid-column-start: 17 !important; + } + .sm\:col-start-auto { grid-column-start: auto !important; } @@ -52161,6 +82225,22 @@ video { grid-column-end: 13 !important; } + .sm\:col-end-14 { + grid-column-end: 14 !important; + } + + .sm\:col-end-15 { + grid-column-end: 15 !important; + } + + .sm\:col-end-16 { + grid-column-end: 16 !important; + } + + .sm\:col-end-17 { + grid-column-end: 17 !important; + } + .sm\:col-end-auto { grid-column-end: auto !important; } @@ -52989,18 +83069,42 @@ video { --transform-translate-x: 1.5rem !important; } + .sm\:translate-x-7 { + --transform-translate-x: 1.75rem !important; + } + .sm\:translate-x-8 { --transform-translate-x: 2rem !important; } + .sm\:translate-x-9 { + --transform-translate-x: 2.25rem !important; + } + .sm\:translate-x-10 { --transform-translate-x: 2.5rem !important; } + .sm\:translate-x-11 { + --transform-translate-x: 2.75rem !important; + } + .sm\:translate-x-12 { --transform-translate-x: 3rem !important; } + .sm\:translate-x-13 { + --transform-translate-x: 3.25rem !important; + } + + .sm\:translate-x-14 { + --transform-translate-x: 3.5rem !important; + } + + .sm\:translate-x-15 { + --transform-translate-x: 3.75rem !important; + } + .sm\:translate-x-16 { --transform-translate-x: 4rem !important; } @@ -53013,30 +83117,246 @@ video { --transform-translate-x: 6rem !important; } + .sm\:translate-x-28 { + --transform-translate-x: 7rem !important; + } + .sm\:translate-x-32 { --transform-translate-x: 8rem !important; } + .sm\:translate-x-36 { + --transform-translate-x: 9rem !important; + } + .sm\:translate-x-40 { --transform-translate-x: 10rem !important; } + .sm\:translate-x-44 { + --transform-translate-x: 11rem !important; + } + .sm\:translate-x-48 { --transform-translate-x: 12rem !important; } + .sm\:translate-x-52 { + --transform-translate-x: 13rem !important; + } + .sm\:translate-x-56 { --transform-translate-x: 14rem !important; } + .sm\:translate-x-60 { + --transform-translate-x: 15rem !important; + } + .sm\:translate-x-64 { --transform-translate-x: 16rem !important; } + .sm\:translate-x-72 { + --transform-translate-x: 18rem !important; + } + + .sm\:translate-x-80 { + --transform-translate-x: 20rem !important; + } + + .sm\:translate-x-96 { + --transform-translate-x: 24rem !important; + } + .sm\:translate-x-px { --transform-translate-x: 1px !important; } + .sm\:translate-x-0\.5 { + --transform-translate-x: 0.125rem !important; + } + + .sm\:translate-x-1\.5 { + --transform-translate-x: 0.375rem !important; + } + + .sm\:translate-x-2\.5 { + --transform-translate-x: 0.625rem !important; + } + + .sm\:translate-x-3\.5 { + --transform-translate-x: 0.875rem !important; + } + + .sm\:translate-x-1\/2 { + --transform-translate-x: 50% !important; + } + + .sm\:translate-x-1\/3 { + --transform-translate-x: 33.333333% !important; + } + + .sm\:translate-x-2\/3 { + --transform-translate-x: 66.666667% !important; + } + + .sm\:translate-x-1\/4 { + --transform-translate-x: 25% !important; + } + + .sm\:translate-x-2\/4 { + --transform-translate-x: 50% !important; + } + + .sm\:translate-x-3\/4 { + --transform-translate-x: 75% !important; + } + + .sm\:translate-x-1\/5 { + --transform-translate-x: 20% !important; + } + + .sm\:translate-x-2\/5 { + --transform-translate-x: 40% !important; + } + + .sm\:translate-x-3\/5 { + --transform-translate-x: 60% !important; + } + + .sm\:translate-x-4\/5 { + --transform-translate-x: 80% !important; + } + + .sm\:translate-x-1\/6 { + --transform-translate-x: 16.666667% !important; + } + + .sm\:translate-x-2\/6 { + --transform-translate-x: 33.333333% !important; + } + + .sm\:translate-x-3\/6 { + --transform-translate-x: 50% !important; + } + + .sm\:translate-x-4\/6 { + --transform-translate-x: 66.666667% !important; + } + + .sm\:translate-x-5\/6 { + --transform-translate-x: 83.333333% !important; + } + + .sm\:translate-x-1\/12 { + --transform-translate-x: 8.333333% !important; + } + + .sm\:translate-x-2\/12 { + --transform-translate-x: 16.666667% !important; + } + + .sm\:translate-x-3\/12 { + --transform-translate-x: 25% !important; + } + + .sm\:translate-x-4\/12 { + --transform-translate-x: 33.333333% !important; + } + + .sm\:translate-x-5\/12 { + --transform-translate-x: 41.666667% !important; + } + + .sm\:translate-x-6\/12 { + --transform-translate-x: 50% !important; + } + + .sm\:translate-x-7\/12 { + --transform-translate-x: 58.333333% !important; + } + + .sm\:translate-x-8\/12 { + --transform-translate-x: 66.666667% !important; + } + + .sm\:translate-x-9\/12 { + --transform-translate-x: 75% !important; + } + + .sm\:translate-x-10\/12 { + --transform-translate-x: 83.333333% !important; + } + + .sm\:translate-x-11\/12 { + --transform-translate-x: 91.666667% !important; + } + + .sm\:translate-x-1\/16 { + --transform-translate-x: 6.25% !important; + } + + .sm\:translate-x-2\/16 { + --transform-translate-x: 12.5% !important; + } + + .sm\:translate-x-3\/16 { + --transform-translate-x: 18.75% !important; + } + + .sm\:translate-x-4\/16 { + --transform-translate-x: 25% !important; + } + + .sm\:translate-x-5\/16 { + --transform-translate-x: 31.25% !important; + } + + .sm\:translate-x-6\/16 { + --transform-translate-x: 37.5% !important; + } + + .sm\:translate-x-7\/16 { + --transform-translate-x: 43.75% !important; + } + + .sm\:translate-x-8\/16 { + --transform-translate-x: 50% !important; + } + + .sm\:translate-x-9\/16 { + --transform-translate-x: 56.25% !important; + } + + .sm\:translate-x-10\/16 { + --transform-translate-x: 62.5% !important; + } + + .sm\:translate-x-11\/16 { + --transform-translate-x: 68.75% !important; + } + + .sm\:translate-x-12\/16 { + --transform-translate-x: 75% !important; + } + + .sm\:translate-x-13\/16 { + --transform-translate-x: 81.25% !important; + } + + .sm\:translate-x-14\/16 { + --transform-translate-x: 87.5% !important; + } + + .sm\:translate-x-15\/16 { + --transform-translate-x: 93.75% !important; + } + + .sm\:translate-x-full { + --transform-translate-x: 100% !important; + } + .sm\:-translate-x-1 { --transform-translate-x: -0.25rem !important; } @@ -53061,18 +83381,42 @@ video { --transform-translate-x: -1.5rem !important; } + .sm\:-translate-x-7 { + --transform-translate-x: -1.75rem !important; + } + .sm\:-translate-x-8 { --transform-translate-x: -2rem !important; } + .sm\:-translate-x-9 { + --transform-translate-x: -2.25rem !important; + } + .sm\:-translate-x-10 { --transform-translate-x: -2.5rem !important; } + .sm\:-translate-x-11 { + --transform-translate-x: -2.75rem !important; + } + .sm\:-translate-x-12 { --transform-translate-x: -3rem !important; } + .sm\:-translate-x-13 { + --transform-translate-x: -3.25rem !important; + } + + .sm\:-translate-x-14 { + --transform-translate-x: -3.5rem !important; + } + + .sm\:-translate-x-15 { + --transform-translate-x: -3.75rem !important; + } + .sm\:-translate-x-16 { --transform-translate-x: -4rem !important; } @@ -53085,44 +83429,244 @@ video { --transform-translate-x: -6rem !important; } + .sm\:-translate-x-28 { + --transform-translate-x: -7rem !important; + } + .sm\:-translate-x-32 { --transform-translate-x: -8rem !important; } + .sm\:-translate-x-36 { + --transform-translate-x: -9rem !important; + } + .sm\:-translate-x-40 { --transform-translate-x: -10rem !important; } + .sm\:-translate-x-44 { + --transform-translate-x: -11rem !important; + } + .sm\:-translate-x-48 { --transform-translate-x: -12rem !important; } + .sm\:-translate-x-52 { + --transform-translate-x: -13rem !important; + } + .sm\:-translate-x-56 { --transform-translate-x: -14rem !important; } + .sm\:-translate-x-60 { + --transform-translate-x: -15rem !important; + } + .sm\:-translate-x-64 { --transform-translate-x: -16rem !important; } + .sm\:-translate-x-72 { + --transform-translate-x: -18rem !important; + } + + .sm\:-translate-x-80 { + --transform-translate-x: -20rem !important; + } + + .sm\:-translate-x-96 { + --transform-translate-x: -24rem !important; + } + .sm\:-translate-x-px { --transform-translate-x: -1px !important; } - .sm\:-translate-x-full { - --transform-translate-x: -100% !important; + .sm\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem !important; + } + + .sm\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem !important; + } + + .sm\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem !important; + } + + .sm\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem !important; } .sm\:-translate-x-1\/2 { --transform-translate-x: -50% !important; } - .sm\:translate-x-1\/2 { - --transform-translate-x: 50% !important; + .sm\:-translate-x-1\/3 { + --transform-translate-x: -33.33333% !important; } - .sm\:translate-x-full { - --transform-translate-x: 100% !important; + .sm\:-translate-x-2\/3 { + --transform-translate-x: -66.66667% !important; + } + + .sm\:-translate-x-1\/4 { + --transform-translate-x: -25% !important; + } + + .sm\:-translate-x-2\/4 { + --transform-translate-x: -50% !important; + } + + .sm\:-translate-x-3\/4 { + --transform-translate-x: -75% !important; + } + + .sm\:-translate-x-1\/5 { + --transform-translate-x: -20% !important; + } + + .sm\:-translate-x-2\/5 { + --transform-translate-x: -40% !important; + } + + .sm\:-translate-x-3\/5 { + --transform-translate-x: -60% !important; + } + + .sm\:-translate-x-4\/5 { + --transform-translate-x: -80% !important; + } + + .sm\:-translate-x-1\/6 { + --transform-translate-x: -16.66667% !important; + } + + .sm\:-translate-x-2\/6 { + --transform-translate-x: -33.33333% !important; + } + + .sm\:-translate-x-3\/6 { + --transform-translate-x: -50% !important; + } + + .sm\:-translate-x-4\/6 { + --transform-translate-x: -66.66667% !important; + } + + .sm\:-translate-x-5\/6 { + --transform-translate-x: -83.33333% !important; + } + + .sm\:-translate-x-1\/12 { + --transform-translate-x: -8.33333% !important; + } + + .sm\:-translate-x-2\/12 { + --transform-translate-x: -16.66667% !important; + } + + .sm\:-translate-x-3\/12 { + --transform-translate-x: -25% !important; + } + + .sm\:-translate-x-4\/12 { + --transform-translate-x: -33.33333% !important; + } + + .sm\:-translate-x-5\/12 { + --transform-translate-x: -41.66667% !important; + } + + .sm\:-translate-x-6\/12 { + --transform-translate-x: -50% !important; + } + + .sm\:-translate-x-7\/12 { + --transform-translate-x: -58.33333% !important; + } + + .sm\:-translate-x-8\/12 { + --transform-translate-x: -66.66667% !important; + } + + .sm\:-translate-x-9\/12 { + --transform-translate-x: -75% !important; + } + + .sm\:-translate-x-10\/12 { + --transform-translate-x: -83.33333% !important; + } + + .sm\:-translate-x-11\/12 { + --transform-translate-x: -91.66667% !important; + } + + .sm\:-translate-x-1\/16 { + --transform-translate-x: -6.25% !important; + } + + .sm\:-translate-x-2\/16 { + --transform-translate-x: -12.5% !important; + } + + .sm\:-translate-x-3\/16 { + --transform-translate-x: -18.75% !important; + } + + .sm\:-translate-x-4\/16 { + --transform-translate-x: -25% !important; + } + + .sm\:-translate-x-5\/16 { + --transform-translate-x: -31.25% !important; + } + + .sm\:-translate-x-6\/16 { + --transform-translate-x: -37.5% !important; + } + + .sm\:-translate-x-7\/16 { + --transform-translate-x: -43.75% !important; + } + + .sm\:-translate-x-8\/16 { + --transform-translate-x: -50% !important; + } + + .sm\:-translate-x-9\/16 { + --transform-translate-x: -56.25% !important; + } + + .sm\:-translate-x-10\/16 { + --transform-translate-x: -62.5% !important; + } + + .sm\:-translate-x-11\/16 { + --transform-translate-x: -68.75% !important; + } + + .sm\:-translate-x-12\/16 { + --transform-translate-x: -75% !important; + } + + .sm\:-translate-x-13\/16 { + --transform-translate-x: -81.25% !important; + } + + .sm\:-translate-x-14\/16 { + --transform-translate-x: -87.5% !important; + } + + .sm\:-translate-x-15\/16 { + --transform-translate-x: -93.75% !important; + } + + .sm\:-translate-x-full { + --transform-translate-x: -100% !important; } .sm\:translate-y-0 { @@ -53153,18 +83697,42 @@ video { --transform-translate-y: 1.5rem !important; } + .sm\:translate-y-7 { + --transform-translate-y: 1.75rem !important; + } + .sm\:translate-y-8 { --transform-translate-y: 2rem !important; } + .sm\:translate-y-9 { + --transform-translate-y: 2.25rem !important; + } + .sm\:translate-y-10 { --transform-translate-y: 2.5rem !important; } + .sm\:translate-y-11 { + --transform-translate-y: 2.75rem !important; + } + .sm\:translate-y-12 { --transform-translate-y: 3rem !important; } + .sm\:translate-y-13 { + --transform-translate-y: 3.25rem !important; + } + + .sm\:translate-y-14 { + --transform-translate-y: 3.5rem !important; + } + + .sm\:translate-y-15 { + --transform-translate-y: 3.75rem !important; + } + .sm\:translate-y-16 { --transform-translate-y: 4rem !important; } @@ -53177,30 +83745,246 @@ video { --transform-translate-y: 6rem !important; } + .sm\:translate-y-28 { + --transform-translate-y: 7rem !important; + } + .sm\:translate-y-32 { --transform-translate-y: 8rem !important; } + .sm\:translate-y-36 { + --transform-translate-y: 9rem !important; + } + .sm\:translate-y-40 { --transform-translate-y: 10rem !important; } + .sm\:translate-y-44 { + --transform-translate-y: 11rem !important; + } + .sm\:translate-y-48 { --transform-translate-y: 12rem !important; } + .sm\:translate-y-52 { + --transform-translate-y: 13rem !important; + } + .sm\:translate-y-56 { --transform-translate-y: 14rem !important; } + .sm\:translate-y-60 { + --transform-translate-y: 15rem !important; + } + .sm\:translate-y-64 { --transform-translate-y: 16rem !important; } + .sm\:translate-y-72 { + --transform-translate-y: 18rem !important; + } + + .sm\:translate-y-80 { + --transform-translate-y: 20rem !important; + } + + .sm\:translate-y-96 { + --transform-translate-y: 24rem !important; + } + .sm\:translate-y-px { --transform-translate-y: 1px !important; } + .sm\:translate-y-0\.5 { + --transform-translate-y: 0.125rem !important; + } + + .sm\:translate-y-1\.5 { + --transform-translate-y: 0.375rem !important; + } + + .sm\:translate-y-2\.5 { + --transform-translate-y: 0.625rem !important; + } + + .sm\:translate-y-3\.5 { + --transform-translate-y: 0.875rem !important; + } + + .sm\:translate-y-1\/2 { + --transform-translate-y: 50% !important; + } + + .sm\:translate-y-1\/3 { + --transform-translate-y: 33.333333% !important; + } + + .sm\:translate-y-2\/3 { + --transform-translate-y: 66.666667% !important; + } + + .sm\:translate-y-1\/4 { + --transform-translate-y: 25% !important; + } + + .sm\:translate-y-2\/4 { + --transform-translate-y: 50% !important; + } + + .sm\:translate-y-3\/4 { + --transform-translate-y: 75% !important; + } + + .sm\:translate-y-1\/5 { + --transform-translate-y: 20% !important; + } + + .sm\:translate-y-2\/5 { + --transform-translate-y: 40% !important; + } + + .sm\:translate-y-3\/5 { + --transform-translate-y: 60% !important; + } + + .sm\:translate-y-4\/5 { + --transform-translate-y: 80% !important; + } + + .sm\:translate-y-1\/6 { + --transform-translate-y: 16.666667% !important; + } + + .sm\:translate-y-2\/6 { + --transform-translate-y: 33.333333% !important; + } + + .sm\:translate-y-3\/6 { + --transform-translate-y: 50% !important; + } + + .sm\:translate-y-4\/6 { + --transform-translate-y: 66.666667% !important; + } + + .sm\:translate-y-5\/6 { + --transform-translate-y: 83.333333% !important; + } + + .sm\:translate-y-1\/12 { + --transform-translate-y: 8.333333% !important; + } + + .sm\:translate-y-2\/12 { + --transform-translate-y: 16.666667% !important; + } + + .sm\:translate-y-3\/12 { + --transform-translate-y: 25% !important; + } + + .sm\:translate-y-4\/12 { + --transform-translate-y: 33.333333% !important; + } + + .sm\:translate-y-5\/12 { + --transform-translate-y: 41.666667% !important; + } + + .sm\:translate-y-6\/12 { + --transform-translate-y: 50% !important; + } + + .sm\:translate-y-7\/12 { + --transform-translate-y: 58.333333% !important; + } + + .sm\:translate-y-8\/12 { + --transform-translate-y: 66.666667% !important; + } + + .sm\:translate-y-9\/12 { + --transform-translate-y: 75% !important; + } + + .sm\:translate-y-10\/12 { + --transform-translate-y: 83.333333% !important; + } + + .sm\:translate-y-11\/12 { + --transform-translate-y: 91.666667% !important; + } + + .sm\:translate-y-1\/16 { + --transform-translate-y: 6.25% !important; + } + + .sm\:translate-y-2\/16 { + --transform-translate-y: 12.5% !important; + } + + .sm\:translate-y-3\/16 { + --transform-translate-y: 18.75% !important; + } + + .sm\:translate-y-4\/16 { + --transform-translate-y: 25% !important; + } + + .sm\:translate-y-5\/16 { + --transform-translate-y: 31.25% !important; + } + + .sm\:translate-y-6\/16 { + --transform-translate-y: 37.5% !important; + } + + .sm\:translate-y-7\/16 { + --transform-translate-y: 43.75% !important; + } + + .sm\:translate-y-8\/16 { + --transform-translate-y: 50% !important; + } + + .sm\:translate-y-9\/16 { + --transform-translate-y: 56.25% !important; + } + + .sm\:translate-y-10\/16 { + --transform-translate-y: 62.5% !important; + } + + .sm\:translate-y-11\/16 { + --transform-translate-y: 68.75% !important; + } + + .sm\:translate-y-12\/16 { + --transform-translate-y: 75% !important; + } + + .sm\:translate-y-13\/16 { + --transform-translate-y: 81.25% !important; + } + + .sm\:translate-y-14\/16 { + --transform-translate-y: 87.5% !important; + } + + .sm\:translate-y-15\/16 { + --transform-translate-y: 93.75% !important; + } + + .sm\:translate-y-full { + --transform-translate-y: 100% !important; + } + .sm\:-translate-y-1 { --transform-translate-y: -0.25rem !important; } @@ -53225,18 +84009,42 @@ video { --transform-translate-y: -1.5rem !important; } + .sm\:-translate-y-7 { + --transform-translate-y: -1.75rem !important; + } + .sm\:-translate-y-8 { --transform-translate-y: -2rem !important; } + .sm\:-translate-y-9 { + --transform-translate-y: -2.25rem !important; + } + .sm\:-translate-y-10 { --transform-translate-y: -2.5rem !important; } + .sm\:-translate-y-11 { + --transform-translate-y: -2.75rem !important; + } + .sm\:-translate-y-12 { --transform-translate-y: -3rem !important; } + .sm\:-translate-y-13 { + --transform-translate-y: -3.25rem !important; + } + + .sm\:-translate-y-14 { + --transform-translate-y: -3.5rem !important; + } + + .sm\:-translate-y-15 { + --transform-translate-y: -3.75rem !important; + } + .sm\:-translate-y-16 { --transform-translate-y: -4rem !important; } @@ -53249,44 +84057,244 @@ video { --transform-translate-y: -6rem !important; } + .sm\:-translate-y-28 { + --transform-translate-y: -7rem !important; + } + .sm\:-translate-y-32 { --transform-translate-y: -8rem !important; } + .sm\:-translate-y-36 { + --transform-translate-y: -9rem !important; + } + .sm\:-translate-y-40 { --transform-translate-y: -10rem !important; } + .sm\:-translate-y-44 { + --transform-translate-y: -11rem !important; + } + .sm\:-translate-y-48 { --transform-translate-y: -12rem !important; } + .sm\:-translate-y-52 { + --transform-translate-y: -13rem !important; + } + .sm\:-translate-y-56 { --transform-translate-y: -14rem !important; } + .sm\:-translate-y-60 { + --transform-translate-y: -15rem !important; + } + .sm\:-translate-y-64 { --transform-translate-y: -16rem !important; } + .sm\:-translate-y-72 { + --transform-translate-y: -18rem !important; + } + + .sm\:-translate-y-80 { + --transform-translate-y: -20rem !important; + } + + .sm\:-translate-y-96 { + --transform-translate-y: -24rem !important; + } + .sm\:-translate-y-px { --transform-translate-y: -1px !important; } - .sm\:-translate-y-full { - --transform-translate-y: -100% !important; + .sm\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem !important; + } + + .sm\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem !important; + } + + .sm\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem !important; + } + + .sm\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem !important; } .sm\:-translate-y-1\/2 { --transform-translate-y: -50% !important; } - .sm\:translate-y-1\/2 { - --transform-translate-y: 50% !important; + .sm\:-translate-y-1\/3 { + --transform-translate-y: -33.33333% !important; } - .sm\:translate-y-full { - --transform-translate-y: 100% !important; + .sm\:-translate-y-2\/3 { + --transform-translate-y: -66.66667% !important; + } + + .sm\:-translate-y-1\/4 { + --transform-translate-y: -25% !important; + } + + .sm\:-translate-y-2\/4 { + --transform-translate-y: -50% !important; + } + + .sm\:-translate-y-3\/4 { + --transform-translate-y: -75% !important; + } + + .sm\:-translate-y-1\/5 { + --transform-translate-y: -20% !important; + } + + .sm\:-translate-y-2\/5 { + --transform-translate-y: -40% !important; + } + + .sm\:-translate-y-3\/5 { + --transform-translate-y: -60% !important; + } + + .sm\:-translate-y-4\/5 { + --transform-translate-y: -80% !important; + } + + .sm\:-translate-y-1\/6 { + --transform-translate-y: -16.66667% !important; + } + + .sm\:-translate-y-2\/6 { + --transform-translate-y: -33.33333% !important; + } + + .sm\:-translate-y-3\/6 { + --transform-translate-y: -50% !important; + } + + .sm\:-translate-y-4\/6 { + --transform-translate-y: -66.66667% !important; + } + + .sm\:-translate-y-5\/6 { + --transform-translate-y: -83.33333% !important; + } + + .sm\:-translate-y-1\/12 { + --transform-translate-y: -8.33333% !important; + } + + .sm\:-translate-y-2\/12 { + --transform-translate-y: -16.66667% !important; + } + + .sm\:-translate-y-3\/12 { + --transform-translate-y: -25% !important; + } + + .sm\:-translate-y-4\/12 { + --transform-translate-y: -33.33333% !important; + } + + .sm\:-translate-y-5\/12 { + --transform-translate-y: -41.66667% !important; + } + + .sm\:-translate-y-6\/12 { + --transform-translate-y: -50% !important; + } + + .sm\:-translate-y-7\/12 { + --transform-translate-y: -58.33333% !important; + } + + .sm\:-translate-y-8\/12 { + --transform-translate-y: -66.66667% !important; + } + + .sm\:-translate-y-9\/12 { + --transform-translate-y: -75% !important; + } + + .sm\:-translate-y-10\/12 { + --transform-translate-y: -83.33333% !important; + } + + .sm\:-translate-y-11\/12 { + --transform-translate-y: -91.66667% !important; + } + + .sm\:-translate-y-1\/16 { + --transform-translate-y: -6.25% !important; + } + + .sm\:-translate-y-2\/16 { + --transform-translate-y: -12.5% !important; + } + + .sm\:-translate-y-3\/16 { + --transform-translate-y: -18.75% !important; + } + + .sm\:-translate-y-4\/16 { + --transform-translate-y: -25% !important; + } + + .sm\:-translate-y-5\/16 { + --transform-translate-y: -31.25% !important; + } + + .sm\:-translate-y-6\/16 { + --transform-translate-y: -37.5% !important; + } + + .sm\:-translate-y-7\/16 { + --transform-translate-y: -43.75% !important; + } + + .sm\:-translate-y-8\/16 { + --transform-translate-y: -50% !important; + } + + .sm\:-translate-y-9\/16 { + --transform-translate-y: -56.25% !important; + } + + .sm\:-translate-y-10\/16 { + --transform-translate-y: -62.5% !important; + } + + .sm\:-translate-y-11\/16 { + --transform-translate-y: -68.75% !important; + } + + .sm\:-translate-y-12\/16 { + --transform-translate-y: -75% !important; + } + + .sm\:-translate-y-13\/16 { + --transform-translate-y: -81.25% !important; + } + + .sm\:-translate-y-14\/16 { + --transform-translate-y: -87.5% !important; + } + + .sm\:-translate-y-15\/16 { + --transform-translate-y: -93.75% !important; + } + + .sm\:-translate-y-full { + --transform-translate-y: -100% !important; } .sm\:hover\:translate-x-0:hover { @@ -53317,18 +84325,42 @@ video { --transform-translate-x: 1.5rem !important; } + .sm\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem !important; + } + .sm\:hover\:translate-x-8:hover { --transform-translate-x: 2rem !important; } + .sm\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem !important; + } + .sm\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem !important; } + .sm\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem !important; + } + .sm\:hover\:translate-x-12:hover { --transform-translate-x: 3rem !important; } + .sm\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem !important; + } + + .sm\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem !important; + } + + .sm\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem !important; + } + .sm\:hover\:translate-x-16:hover { --transform-translate-x: 4rem !important; } @@ -53341,30 +84373,246 @@ video { --transform-translate-x: 6rem !important; } + .sm\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem !important; + } + .sm\:hover\:translate-x-32:hover { --transform-translate-x: 8rem !important; } + .sm\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem !important; + } + .sm\:hover\:translate-x-40:hover { --transform-translate-x: 10rem !important; } + .sm\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem !important; + } + .sm\:hover\:translate-x-48:hover { --transform-translate-x: 12rem !important; } + .sm\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem !important; + } + .sm\:hover\:translate-x-56:hover { --transform-translate-x: 14rem !important; } + .sm\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem !important; + } + .sm\:hover\:translate-x-64:hover { --transform-translate-x: 16rem !important; } + .sm\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem !important; + } + + .sm\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem !important; + } + + .sm\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem !important; + } + .sm\:hover\:translate-x-px:hover { --transform-translate-x: 1px !important; } + .sm\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem !important; + } + + .sm\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem !important; + } + + .sm\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem !important; + } + + .sm\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem !important; + } + + .sm\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50% !important; + } + + .sm\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333% !important; + } + + .sm\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667% !important; + } + + .sm\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25% !important; + } + + .sm\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50% !important; + } + + .sm\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75% !important; + } + + .sm\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20% !important; + } + + .sm\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40% !important; + } + + .sm\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60% !important; + } + + .sm\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80% !important; + } + + .sm\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667% !important; + } + + .sm\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333% !important; + } + + .sm\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50% !important; + } + + .sm\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667% !important; + } + + .sm\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333% !important; + } + + .sm\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333% !important; + } + + .sm\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667% !important; + } + + .sm\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25% !important; + } + + .sm\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333% !important; + } + + .sm\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667% !important; + } + + .sm\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50% !important; + } + + .sm\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333% !important; + } + + .sm\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667% !important; + } + + .sm\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75% !important; + } + + .sm\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333% !important; + } + + .sm\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667% !important; + } + + .sm\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25% !important; + } + + .sm\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5% !important; + } + + .sm\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75% !important; + } + + .sm\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25% !important; + } + + .sm\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25% !important; + } + + .sm\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5% !important; + } + + .sm\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75% !important; + } + + .sm\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50% !important; + } + + .sm\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25% !important; + } + + .sm\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5% !important; + } + + .sm\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75% !important; + } + + .sm\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75% !important; + } + + .sm\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25% !important; + } + + .sm\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5% !important; + } + + .sm\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75% !important; + } + + .sm\:hover\:translate-x-full:hover { + --transform-translate-x: 100% !important; + } + .sm\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem !important; } @@ -53389,18 +84637,42 @@ video { --transform-translate-x: -1.5rem !important; } + .sm\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem !important; + } + .sm\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem !important; } + .sm\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem !important; + } + .sm\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem !important; } + .sm\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem !important; + } + .sm\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem !important; } + .sm\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem !important; + } + + .sm\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem !important; + } + + .sm\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem !important; + } + .sm\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem !important; } @@ -53413,44 +84685,244 @@ video { --transform-translate-x: -6rem !important; } + .sm\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem !important; + } + .sm\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem !important; } + .sm\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem !important; + } + .sm\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem !important; } + .sm\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem !important; + } + .sm\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem !important; } + .sm\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem !important; + } + .sm\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem !important; } + .sm\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem !important; + } + .sm\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem !important; } + .sm\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem !important; + } + + .sm\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem !important; + } + + .sm\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem !important; + } + .sm\:hover\:-translate-x-px:hover { --transform-translate-x: -1px !important; } - .sm\:hover\:-translate-x-full:hover { - --transform-translate-x: -100% !important; + .sm\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem !important; + } + + .sm\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem !important; + } + + .sm\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem !important; + } + + .sm\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem !important; } .sm\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50% !important; } - .sm\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50% !important; + .sm\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333% !important; } - .sm\:hover\:translate-x-full:hover { - --transform-translate-x: 100% !important; + .sm\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667% !important; + } + + .sm\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25% !important; + } + + .sm\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50% !important; + } + + .sm\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75% !important; + } + + .sm\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20% !important; + } + + .sm\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40% !important; + } + + .sm\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60% !important; + } + + .sm\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80% !important; + } + + .sm\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667% !important; + } + + .sm\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333% !important; + } + + .sm\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50% !important; + } + + .sm\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667% !important; + } + + .sm\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333% !important; + } + + .sm\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333% !important; + } + + .sm\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667% !important; + } + + .sm\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25% !important; + } + + .sm\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333% !important; + } + + .sm\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667% !important; + } + + .sm\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50% !important; + } + + .sm\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333% !important; + } + + .sm\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667% !important; + } + + .sm\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75% !important; + } + + .sm\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333% !important; + } + + .sm\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667% !important; + } + + .sm\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25% !important; + } + + .sm\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5% !important; + } + + .sm\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75% !important; + } + + .sm\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25% !important; + } + + .sm\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25% !important; + } + + .sm\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5% !important; + } + + .sm\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75% !important; + } + + .sm\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50% !important; + } + + .sm\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25% !important; + } + + .sm\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5% !important; + } + + .sm\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75% !important; + } + + .sm\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75% !important; + } + + .sm\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25% !important; + } + + .sm\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5% !important; + } + + .sm\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75% !important; + } + + .sm\:hover\:-translate-x-full:hover { + --transform-translate-x: -100% !important; } .sm\:hover\:translate-y-0:hover { @@ -53481,18 +84953,42 @@ video { --transform-translate-y: 1.5rem !important; } + .sm\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem !important; + } + .sm\:hover\:translate-y-8:hover { --transform-translate-y: 2rem !important; } + .sm\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem !important; + } + .sm\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem !important; } + .sm\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem !important; + } + .sm\:hover\:translate-y-12:hover { --transform-translate-y: 3rem !important; } + .sm\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem !important; + } + + .sm\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem !important; + } + + .sm\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem !important; + } + .sm\:hover\:translate-y-16:hover { --transform-translate-y: 4rem !important; } @@ -53505,30 +85001,246 @@ video { --transform-translate-y: 6rem !important; } + .sm\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem !important; + } + .sm\:hover\:translate-y-32:hover { --transform-translate-y: 8rem !important; } + .sm\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem !important; + } + .sm\:hover\:translate-y-40:hover { --transform-translate-y: 10rem !important; } + .sm\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem !important; + } + .sm\:hover\:translate-y-48:hover { --transform-translate-y: 12rem !important; } + .sm\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem !important; + } + .sm\:hover\:translate-y-56:hover { --transform-translate-y: 14rem !important; } + .sm\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem !important; + } + .sm\:hover\:translate-y-64:hover { --transform-translate-y: 16rem !important; } + .sm\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem !important; + } + + .sm\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem !important; + } + + .sm\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem !important; + } + .sm\:hover\:translate-y-px:hover { --transform-translate-y: 1px !important; } + .sm\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem !important; + } + + .sm\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem !important; + } + + .sm\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem !important; + } + + .sm\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem !important; + } + + .sm\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50% !important; + } + + .sm\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333% !important; + } + + .sm\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667% !important; + } + + .sm\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25% !important; + } + + .sm\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50% !important; + } + + .sm\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75% !important; + } + + .sm\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20% !important; + } + + .sm\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40% !important; + } + + .sm\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60% !important; + } + + .sm\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80% !important; + } + + .sm\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667% !important; + } + + .sm\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333% !important; + } + + .sm\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50% !important; + } + + .sm\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667% !important; + } + + .sm\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333% !important; + } + + .sm\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333% !important; + } + + .sm\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667% !important; + } + + .sm\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25% !important; + } + + .sm\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333% !important; + } + + .sm\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667% !important; + } + + .sm\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50% !important; + } + + .sm\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333% !important; + } + + .sm\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667% !important; + } + + .sm\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75% !important; + } + + .sm\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333% !important; + } + + .sm\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667% !important; + } + + .sm\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25% !important; + } + + .sm\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5% !important; + } + + .sm\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75% !important; + } + + .sm\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25% !important; + } + + .sm\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25% !important; + } + + .sm\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5% !important; + } + + .sm\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75% !important; + } + + .sm\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50% !important; + } + + .sm\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25% !important; + } + + .sm\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5% !important; + } + + .sm\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75% !important; + } + + .sm\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75% !important; + } + + .sm\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25% !important; + } + + .sm\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5% !important; + } + + .sm\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75% !important; + } + + .sm\:hover\:translate-y-full:hover { + --transform-translate-y: 100% !important; + } + .sm\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem !important; } @@ -53553,18 +85265,42 @@ video { --transform-translate-y: -1.5rem !important; } + .sm\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem !important; + } + .sm\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem !important; } + .sm\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem !important; + } + .sm\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem !important; } + .sm\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem !important; + } + .sm\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem !important; } + .sm\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem !important; + } + + .sm\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem !important; + } + + .sm\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem !important; + } + .sm\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem !important; } @@ -53577,44 +85313,244 @@ video { --transform-translate-y: -6rem !important; } + .sm\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem !important; + } + .sm\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem !important; } + .sm\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem !important; + } + .sm\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem !important; } + .sm\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem !important; + } + .sm\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem !important; } + .sm\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem !important; + } + .sm\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem !important; } + .sm\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem !important; + } + .sm\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem !important; } + .sm\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem !important; + } + + .sm\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem !important; + } + + .sm\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem !important; + } + .sm\:hover\:-translate-y-px:hover { --transform-translate-y: -1px !important; } - .sm\:hover\:-translate-y-full:hover { - --transform-translate-y: -100% !important; + .sm\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem !important; + } + + .sm\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem !important; + } + + .sm\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem !important; + } + + .sm\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem !important; } .sm\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50% !important; } - .sm\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50% !important; + .sm\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333% !important; } - .sm\:hover\:translate-y-full:hover { - --transform-translate-y: 100% !important; + .sm\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667% !important; + } + + .sm\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25% !important; + } + + .sm\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50% !important; + } + + .sm\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75% !important; + } + + .sm\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20% !important; + } + + .sm\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40% !important; + } + + .sm\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60% !important; + } + + .sm\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80% !important; + } + + .sm\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667% !important; + } + + .sm\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333% !important; + } + + .sm\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50% !important; + } + + .sm\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667% !important; + } + + .sm\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333% !important; + } + + .sm\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333% !important; + } + + .sm\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667% !important; + } + + .sm\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25% !important; + } + + .sm\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333% !important; + } + + .sm\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667% !important; + } + + .sm\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50% !important; + } + + .sm\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333% !important; + } + + .sm\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667% !important; + } + + .sm\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75% !important; + } + + .sm\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333% !important; + } + + .sm\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667% !important; + } + + .sm\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25% !important; + } + + .sm\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5% !important; + } + + .sm\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75% !important; + } + + .sm\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25% !important; + } + + .sm\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25% !important; + } + + .sm\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5% !important; + } + + .sm\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75% !important; + } + + .sm\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50% !important; + } + + .sm\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25% !important; + } + + .sm\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5% !important; + } + + .sm\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75% !important; + } + + .sm\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75% !important; + } + + .sm\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25% !important; + } + + .sm\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5% !important; + } + + .sm\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75% !important; + } + + .sm\:hover\:-translate-y-full:hover { + --transform-translate-y: -100% !important; } .sm\:focus\:translate-x-0:focus { @@ -53645,18 +85581,42 @@ video { --transform-translate-x: 1.5rem !important; } + .sm\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem !important; + } + .sm\:focus\:translate-x-8:focus { --transform-translate-x: 2rem !important; } + .sm\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem !important; + } + .sm\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem !important; } + .sm\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem !important; + } + .sm\:focus\:translate-x-12:focus { --transform-translate-x: 3rem !important; } + .sm\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem !important; + } + + .sm\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem !important; + } + + .sm\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem !important; + } + .sm\:focus\:translate-x-16:focus { --transform-translate-x: 4rem !important; } @@ -53669,30 +85629,246 @@ video { --transform-translate-x: 6rem !important; } + .sm\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem !important; + } + .sm\:focus\:translate-x-32:focus { --transform-translate-x: 8rem !important; } + .sm\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem !important; + } + .sm\:focus\:translate-x-40:focus { --transform-translate-x: 10rem !important; } + .sm\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem !important; + } + .sm\:focus\:translate-x-48:focus { --transform-translate-x: 12rem !important; } + .sm\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem !important; + } + .sm\:focus\:translate-x-56:focus { --transform-translate-x: 14rem !important; } + .sm\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem !important; + } + .sm\:focus\:translate-x-64:focus { --transform-translate-x: 16rem !important; } + .sm\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem !important; + } + + .sm\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem !important; + } + + .sm\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem !important; + } + .sm\:focus\:translate-x-px:focus { --transform-translate-x: 1px !important; } + .sm\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem !important; + } + + .sm\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem !important; + } + + .sm\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem !important; + } + + .sm\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem !important; + } + + .sm\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50% !important; + } + + .sm\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333% !important; + } + + .sm\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667% !important; + } + + .sm\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25% !important; + } + + .sm\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50% !important; + } + + .sm\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75% !important; + } + + .sm\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20% !important; + } + + .sm\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40% !important; + } + + .sm\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60% !important; + } + + .sm\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80% !important; + } + + .sm\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667% !important; + } + + .sm\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333% !important; + } + + .sm\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50% !important; + } + + .sm\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667% !important; + } + + .sm\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333% !important; + } + + .sm\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333% !important; + } + + .sm\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667% !important; + } + + .sm\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25% !important; + } + + .sm\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333% !important; + } + + .sm\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667% !important; + } + + .sm\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50% !important; + } + + .sm\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333% !important; + } + + .sm\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667% !important; + } + + .sm\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75% !important; + } + + .sm\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333% !important; + } + + .sm\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667% !important; + } + + .sm\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25% !important; + } + + .sm\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5% !important; + } + + .sm\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75% !important; + } + + .sm\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25% !important; + } + + .sm\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25% !important; + } + + .sm\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5% !important; + } + + .sm\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75% !important; + } + + .sm\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50% !important; + } + + .sm\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25% !important; + } + + .sm\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5% !important; + } + + .sm\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75% !important; + } + + .sm\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75% !important; + } + + .sm\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25% !important; + } + + .sm\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5% !important; + } + + .sm\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75% !important; + } + + .sm\:focus\:translate-x-full:focus { + --transform-translate-x: 100% !important; + } + .sm\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem !important; } @@ -53717,18 +85893,42 @@ video { --transform-translate-x: -1.5rem !important; } + .sm\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem !important; + } + .sm\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem !important; } + .sm\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem !important; + } + .sm\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem !important; } + .sm\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem !important; + } + .sm\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem !important; } + .sm\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem !important; + } + + .sm\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem !important; + } + + .sm\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem !important; + } + .sm\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem !important; } @@ -53741,44 +85941,244 @@ video { --transform-translate-x: -6rem !important; } + .sm\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem !important; + } + .sm\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem !important; } + .sm\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem !important; + } + .sm\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem !important; } + .sm\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem !important; + } + .sm\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem !important; } + .sm\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem !important; + } + .sm\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem !important; } + .sm\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem !important; + } + .sm\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem !important; } + .sm\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem !important; + } + + .sm\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem !important; + } + + .sm\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem !important; + } + .sm\:focus\:-translate-x-px:focus { --transform-translate-x: -1px !important; } - .sm\:focus\:-translate-x-full:focus { - --transform-translate-x: -100% !important; + .sm\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem !important; + } + + .sm\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem !important; + } + + .sm\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem !important; + } + + .sm\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem !important; } .sm\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50% !important; } - .sm\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50% !important; + .sm\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333% !important; } - .sm\:focus\:translate-x-full:focus { - --transform-translate-x: 100% !important; + .sm\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667% !important; + } + + .sm\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25% !important; + } + + .sm\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50% !important; + } + + .sm\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75% !important; + } + + .sm\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20% !important; + } + + .sm\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40% !important; + } + + .sm\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60% !important; + } + + .sm\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80% !important; + } + + .sm\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667% !important; + } + + .sm\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333% !important; + } + + .sm\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50% !important; + } + + .sm\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667% !important; + } + + .sm\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333% !important; + } + + .sm\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333% !important; + } + + .sm\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667% !important; + } + + .sm\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25% !important; + } + + .sm\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333% !important; + } + + .sm\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667% !important; + } + + .sm\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50% !important; + } + + .sm\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333% !important; + } + + .sm\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667% !important; + } + + .sm\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75% !important; + } + + .sm\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333% !important; + } + + .sm\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667% !important; + } + + .sm\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25% !important; + } + + .sm\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5% !important; + } + + .sm\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75% !important; + } + + .sm\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25% !important; + } + + .sm\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25% !important; + } + + .sm\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5% !important; + } + + .sm\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75% !important; + } + + .sm\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50% !important; + } + + .sm\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25% !important; + } + + .sm\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5% !important; + } + + .sm\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75% !important; + } + + .sm\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75% !important; + } + + .sm\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25% !important; + } + + .sm\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5% !important; + } + + .sm\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75% !important; + } + + .sm\:focus\:-translate-x-full:focus { + --transform-translate-x: -100% !important; } .sm\:focus\:translate-y-0:focus { @@ -53809,18 +86209,42 @@ video { --transform-translate-y: 1.5rem !important; } + .sm\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem !important; + } + .sm\:focus\:translate-y-8:focus { --transform-translate-y: 2rem !important; } + .sm\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem !important; + } + .sm\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem !important; } + .sm\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem !important; + } + .sm\:focus\:translate-y-12:focus { --transform-translate-y: 3rem !important; } + .sm\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem !important; + } + + .sm\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem !important; + } + + .sm\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem !important; + } + .sm\:focus\:translate-y-16:focus { --transform-translate-y: 4rem !important; } @@ -53833,30 +86257,246 @@ video { --transform-translate-y: 6rem !important; } + .sm\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem !important; + } + .sm\:focus\:translate-y-32:focus { --transform-translate-y: 8rem !important; } + .sm\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem !important; + } + .sm\:focus\:translate-y-40:focus { --transform-translate-y: 10rem !important; } + .sm\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem !important; + } + .sm\:focus\:translate-y-48:focus { --transform-translate-y: 12rem !important; } + .sm\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem !important; + } + .sm\:focus\:translate-y-56:focus { --transform-translate-y: 14rem !important; } + .sm\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem !important; + } + .sm\:focus\:translate-y-64:focus { --transform-translate-y: 16rem !important; } + .sm\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem !important; + } + + .sm\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem !important; + } + + .sm\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem !important; + } + .sm\:focus\:translate-y-px:focus { --transform-translate-y: 1px !important; } + .sm\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem !important; + } + + .sm\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem !important; + } + + .sm\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem !important; + } + + .sm\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem !important; + } + + .sm\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50% !important; + } + + .sm\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333% !important; + } + + .sm\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667% !important; + } + + .sm\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25% !important; + } + + .sm\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50% !important; + } + + .sm\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75% !important; + } + + .sm\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20% !important; + } + + .sm\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40% !important; + } + + .sm\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60% !important; + } + + .sm\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80% !important; + } + + .sm\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667% !important; + } + + .sm\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333% !important; + } + + .sm\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50% !important; + } + + .sm\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667% !important; + } + + .sm\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333% !important; + } + + .sm\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333% !important; + } + + .sm\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667% !important; + } + + .sm\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25% !important; + } + + .sm\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333% !important; + } + + .sm\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667% !important; + } + + .sm\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50% !important; + } + + .sm\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333% !important; + } + + .sm\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667% !important; + } + + .sm\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75% !important; + } + + .sm\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333% !important; + } + + .sm\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667% !important; + } + + .sm\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25% !important; + } + + .sm\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5% !important; + } + + .sm\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75% !important; + } + + .sm\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25% !important; + } + + .sm\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25% !important; + } + + .sm\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5% !important; + } + + .sm\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75% !important; + } + + .sm\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50% !important; + } + + .sm\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25% !important; + } + + .sm\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5% !important; + } + + .sm\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75% !important; + } + + .sm\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75% !important; + } + + .sm\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25% !important; + } + + .sm\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5% !important; + } + + .sm\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75% !important; + } + + .sm\:focus\:translate-y-full:focus { + --transform-translate-y: 100% !important; + } + .sm\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem !important; } @@ -53881,18 +86521,42 @@ video { --transform-translate-y: -1.5rem !important; } + .sm\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem !important; + } + .sm\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem !important; } + .sm\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem !important; + } + .sm\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem !important; } + .sm\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem !important; + } + .sm\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem !important; } + .sm\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem !important; + } + + .sm\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem !important; + } + + .sm\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem !important; + } + .sm\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem !important; } @@ -53905,44 +86569,244 @@ video { --transform-translate-y: -6rem !important; } + .sm\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem !important; + } + .sm\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem !important; } + .sm\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem !important; + } + .sm\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem !important; } + .sm\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem !important; + } + .sm\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem !important; } + .sm\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem !important; + } + .sm\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem !important; } + .sm\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem !important; + } + .sm\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem !important; } + .sm\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem !important; + } + + .sm\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem !important; + } + + .sm\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem !important; + } + .sm\:focus\:-translate-y-px:focus { --transform-translate-y: -1px !important; } - .sm\:focus\:-translate-y-full:focus { - --transform-translate-y: -100% !important; + .sm\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem !important; + } + + .sm\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem !important; + } + + .sm\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem !important; + } + + .sm\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem !important; } .sm\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50% !important; } - .sm\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50% !important; + .sm\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333% !important; } - .sm\:focus\:translate-y-full:focus { - --transform-translate-y: 100% !important; + .sm\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667% !important; + } + + .sm\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25% !important; + } + + .sm\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50% !important; + } + + .sm\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75% !important; + } + + .sm\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20% !important; + } + + .sm\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40% !important; + } + + .sm\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60% !important; + } + + .sm\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80% !important; + } + + .sm\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667% !important; + } + + .sm\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333% !important; + } + + .sm\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50% !important; + } + + .sm\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667% !important; + } + + .sm\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333% !important; + } + + .sm\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333% !important; + } + + .sm\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667% !important; + } + + .sm\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25% !important; + } + + .sm\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333% !important; + } + + .sm\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667% !important; + } + + .sm\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50% !important; + } + + .sm\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333% !important; + } + + .sm\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667% !important; + } + + .sm\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75% !important; + } + + .sm\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333% !important; + } + + .sm\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667% !important; + } + + .sm\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25% !important; + } + + .sm\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5% !important; + } + + .sm\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75% !important; + } + + .sm\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25% !important; + } + + .sm\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25% !important; + } + + .sm\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5% !important; + } + + .sm\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75% !important; + } + + .sm\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50% !important; + } + + .sm\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25% !important; + } + + .sm\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5% !important; + } + + .sm\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75% !important; + } + + .sm\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75% !important; + } + + .sm\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25% !important; + } + + .sm\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5% !important; + } + + .sm\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75% !important; + } + + .sm\:focus\:-translate-y-full:focus { + --transform-translate-y: -100% !important; } .sm\:skew-x-0 { @@ -54456,6 +87320,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important; @@ -54468,6 +87344,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -54480,6 +87368,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important; @@ -54492,6 +87392,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important; @@ -54528,6 +87464,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(7rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important; @@ -54540,6 +87488,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(9rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important; @@ -54552,6 +87512,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(11rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important; @@ -54564,6 +87536,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(13rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important; @@ -54576,6 +87560,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(15rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important; @@ -54588,6 +87584,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(24rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important; @@ -54600,6 +87632,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))) !important; } + .md\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.375rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.875rem * var(--space-y-reverse)) !important; + } + + .md\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .md\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .md\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .md\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20% * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(40% * var(--space-y-reverse)) !important; + } + + .md\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(60% * var(--space-y-reverse)) !important; + } + + .md\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(80% * var(--space-y-reverse)) !important; + } + + .md\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .md\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .md\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .md\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .md\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .md\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .md\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .md\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; + } + + .md\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .md\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; + } + + .md\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .md\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .md\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .md\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; + } + + .md\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(6.25% * var(--space-y-reverse)) !important; + } + + .md\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(12.5% * var(--space-y-reverse)) !important; + } + + .md\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18.75% * var(--space-y-reverse)) !important; + } + + .md\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .md\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(31.25% * var(--space-y-reverse)) !important; + } + + .md\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(37.5% * var(--space-y-reverse)) !important; + } + + .md\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(43.75% * var(--space-y-reverse)) !important; + } + + .md\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .md\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(56.25% * var(--space-y-reverse)) !important; + } + + .md\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(62.5% * var(--space-y-reverse)) !important; + } + + .md\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(68.75% * var(--space-y-reverse)) !important; + } + + .md\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .md\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(81.25% * var(--space-y-reverse)) !important; + } + + .md\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(87.5% * var(--space-y-reverse)) !important; + } + + .md\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(93.75% * var(--space-y-reverse)) !important; + } + + .md\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(100% * var(--space-y-reverse)) !important; + } + + .md\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important; @@ -54672,6 +88256,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important; @@ -54684,6 +88280,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -54696,6 +88304,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important; @@ -54708,6 +88328,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important; @@ -54744,6 +88400,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important; @@ -54756,6 +88424,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-9rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important; @@ -54768,6 +88448,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important; @@ -54780,6 +88472,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important; @@ -54792,6 +88496,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important; @@ -54804,6 +88520,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; + } + .md\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important; @@ -54816,6 +88568,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))) !important; } + .md\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important; + } + + .md\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-40% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-60% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-80% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-6.25% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-12.5% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18.75% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-31.25% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-37.5% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-43.75% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-56.25% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-62.5% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-68.75% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-81.25% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-87.5% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-93.75% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .md\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-100% * var(--space-y-reverse)) !important; + } + + .md\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))) !important; + } + .md\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1 !important; } @@ -70792,18 +105096,42 @@ video { height: 1.5rem !important; } + .md\:h-7 { + height: 1.75rem !important; + } + .md\:h-8 { height: 2rem !important; } + .md\:h-9 { + height: 2.25rem !important; + } + .md\:h-10 { height: 2.5rem !important; } + .md\:h-11 { + height: 2.75rem !important; + } + .md\:h-12 { height: 3rem !important; } + .md\:h-13 { + height: 3.25rem !important; + } + + .md\:h-14 { + height: 3.5rem !important; + } + + .md\:h-15 { + height: 3.75rem !important; + } + .md\:h-16 { height: 4rem !important; } @@ -70816,26 +105144,58 @@ video { height: 6rem !important; } + .md\:h-28 { + height: 7rem !important; + } + .md\:h-32 { height: 8rem !important; } + .md\:h-36 { + height: 9rem !important; + } + .md\:h-40 { height: 10rem !important; } + .md\:h-44 { + height: 11rem !important; + } + .md\:h-48 { height: 12rem !important; } + .md\:h-52 { + height: 13rem !important; + } + .md\:h-56 { height: 14rem !important; } + .md\:h-60 { + height: 15rem !important; + } + .md\:h-64 { height: 16rem !important; } + .md\:h-72 { + height: 18rem !important; + } + + .md\:h-80 { + height: 20rem !important; + } + + .md\:h-96 { + height: 24rem !important; + } + .md\:h-auto { height: auto !important; } @@ -70844,6 +105204,186 @@ video { height: 1px !important; } + .md\:h-0\.5 { + height: 0.125rem !important; + } + + .md\:h-1\.5 { + height: 0.375rem !important; + } + + .md\:h-2\.5 { + height: 0.625rem !important; + } + + .md\:h-3\.5 { + height: 0.875rem !important; + } + + .md\:h-1\/2 { + height: 50% !important; + } + + .md\:h-1\/3 { + height: 33.333333% !important; + } + + .md\:h-2\/3 { + height: 66.666667% !important; + } + + .md\:h-1\/4 { + height: 25% !important; + } + + .md\:h-2\/4 { + height: 50% !important; + } + + .md\:h-3\/4 { + height: 75% !important; + } + + .md\:h-1\/5 { + height: 20% !important; + } + + .md\:h-2\/5 { + height: 40% !important; + } + + .md\:h-3\/5 { + height: 60% !important; + } + + .md\:h-4\/5 { + height: 80% !important; + } + + .md\:h-1\/6 { + height: 16.666667% !important; + } + + .md\:h-2\/6 { + height: 33.333333% !important; + } + + .md\:h-3\/6 { + height: 50% !important; + } + + .md\:h-4\/6 { + height: 66.666667% !important; + } + + .md\:h-5\/6 { + height: 83.333333% !important; + } + + .md\:h-1\/12 { + height: 8.333333% !important; + } + + .md\:h-2\/12 { + height: 16.666667% !important; + } + + .md\:h-3\/12 { + height: 25% !important; + } + + .md\:h-4\/12 { + height: 33.333333% !important; + } + + .md\:h-5\/12 { + height: 41.666667% !important; + } + + .md\:h-6\/12 { + height: 50% !important; + } + + .md\:h-7\/12 { + height: 58.333333% !important; + } + + .md\:h-8\/12 { + height: 66.666667% !important; + } + + .md\:h-9\/12 { + height: 75% !important; + } + + .md\:h-10\/12 { + height: 83.333333% !important; + } + + .md\:h-11\/12 { + height: 91.666667% !important; + } + + .md\:h-1\/16 { + height: 6.25% !important; + } + + .md\:h-2\/16 { + height: 12.5% !important; + } + + .md\:h-3\/16 { + height: 18.75% !important; + } + + .md\:h-4\/16 { + height: 25% !important; + } + + .md\:h-5\/16 { + height: 31.25% !important; + } + + .md\:h-6\/16 { + height: 37.5% !important; + } + + .md\:h-7\/16 { + height: 43.75% !important; + } + + .md\:h-8\/16 { + height: 50% !important; + } + + .md\:h-9\/16 { + height: 56.25% !important; + } + + .md\:h-10\/16 { + height: 62.5% !important; + } + + .md\:h-11\/16 { + height: 68.75% !important; + } + + .md\:h-12\/16 { + height: 75% !important; + } + + .md\:h-13\/16 { + height: 81.25% !important; + } + + .md\:h-14\/16 { + height: 87.5% !important; + } + + .md\:h-15\/16 { + height: 93.75% !important; + } + .md\:h-full { height: 100% !important; } @@ -71006,18 +105546,42 @@ video { margin: 1.5rem !important; } + .md\:m-7 { + margin: 1.75rem !important; + } + .md\:m-8 { margin: 2rem !important; } + .md\:m-9 { + margin: 2.25rem !important; + } + .md\:m-10 { margin: 2.5rem !important; } + .md\:m-11 { + margin: 2.75rem !important; + } + .md\:m-12 { margin: 3rem !important; } + .md\:m-13 { + margin: 3.25rem !important; + } + + .md\:m-14 { + margin: 3.5rem !important; + } + + .md\:m-15 { + margin: 3.75rem !important; + } + .md\:m-16 { margin: 4rem !important; } @@ -71030,26 +105594,58 @@ video { margin: 6rem !important; } + .md\:m-28 { + margin: 7rem !important; + } + .md\:m-32 { margin: 8rem !important; } + .md\:m-36 { + margin: 9rem !important; + } + .md\:m-40 { margin: 10rem !important; } + .md\:m-44 { + margin: 11rem !important; + } + .md\:m-48 { margin: 12rem !important; } + .md\:m-52 { + margin: 13rem !important; + } + .md\:m-56 { margin: 14rem !important; } + .md\:m-60 { + margin: 15rem !important; + } + .md\:m-64 { margin: 16rem !important; } + .md\:m-72 { + margin: 18rem !important; + } + + .md\:m-80 { + margin: 20rem !important; + } + + .md\:m-96 { + margin: 24rem !important; + } + .md\:m-auto { margin: auto !important; } @@ -71058,6 +105654,190 @@ video { margin: 1px !important; } + .md\:m-0\.5 { + margin: 0.125rem !important; + } + + .md\:m-1\.5 { + margin: 0.375rem !important; + } + + .md\:m-2\.5 { + margin: 0.625rem !important; + } + + .md\:m-3\.5 { + margin: 0.875rem !important; + } + + .md\:m-1\/2 { + margin: 50% !important; + } + + .md\:m-1\/3 { + margin: 33.333333% !important; + } + + .md\:m-2\/3 { + margin: 66.666667% !important; + } + + .md\:m-1\/4 { + margin: 25% !important; + } + + .md\:m-2\/4 { + margin: 50% !important; + } + + .md\:m-3\/4 { + margin: 75% !important; + } + + .md\:m-1\/5 { + margin: 20% !important; + } + + .md\:m-2\/5 { + margin: 40% !important; + } + + .md\:m-3\/5 { + margin: 60% !important; + } + + .md\:m-4\/5 { + margin: 80% !important; + } + + .md\:m-1\/6 { + margin: 16.666667% !important; + } + + .md\:m-2\/6 { + margin: 33.333333% !important; + } + + .md\:m-3\/6 { + margin: 50% !important; + } + + .md\:m-4\/6 { + margin: 66.666667% !important; + } + + .md\:m-5\/6 { + margin: 83.333333% !important; + } + + .md\:m-1\/12 { + margin: 8.333333% !important; + } + + .md\:m-2\/12 { + margin: 16.666667% !important; + } + + .md\:m-3\/12 { + margin: 25% !important; + } + + .md\:m-4\/12 { + margin: 33.333333% !important; + } + + .md\:m-5\/12 { + margin: 41.666667% !important; + } + + .md\:m-6\/12 { + margin: 50% !important; + } + + .md\:m-7\/12 { + margin: 58.333333% !important; + } + + .md\:m-8\/12 { + margin: 66.666667% !important; + } + + .md\:m-9\/12 { + margin: 75% !important; + } + + .md\:m-10\/12 { + margin: 83.333333% !important; + } + + .md\:m-11\/12 { + margin: 91.666667% !important; + } + + .md\:m-1\/16 { + margin: 6.25% !important; + } + + .md\:m-2\/16 { + margin: 12.5% !important; + } + + .md\:m-3\/16 { + margin: 18.75% !important; + } + + .md\:m-4\/16 { + margin: 25% !important; + } + + .md\:m-5\/16 { + margin: 31.25% !important; + } + + .md\:m-6\/16 { + margin: 37.5% !important; + } + + .md\:m-7\/16 { + margin: 43.75% !important; + } + + .md\:m-8\/16 { + margin: 50% !important; + } + + .md\:m-9\/16 { + margin: 56.25% !important; + } + + .md\:m-10\/16 { + margin: 62.5% !important; + } + + .md\:m-11\/16 { + margin: 68.75% !important; + } + + .md\:m-12\/16 { + margin: 75% !important; + } + + .md\:m-13\/16 { + margin: 81.25% !important; + } + + .md\:m-14\/16 { + margin: 87.5% !important; + } + + .md\:m-15\/16 { + margin: 93.75% !important; + } + + .md\:m-full { + margin: 100% !important; + } + .md\:-m-1 { margin: -0.25rem !important; } @@ -71082,18 +105862,42 @@ video { margin: -1.5rem !important; } + .md\:-m-7 { + margin: -1.75rem !important; + } + .md\:-m-8 { margin: -2rem !important; } + .md\:-m-9 { + margin: -2.25rem !important; + } + .md\:-m-10 { margin: -2.5rem !important; } + .md\:-m-11 { + margin: -2.75rem !important; + } + .md\:-m-12 { margin: -3rem !important; } + .md\:-m-13 { + margin: -3.25rem !important; + } + + .md\:-m-14 { + margin: -3.5rem !important; + } + + .md\:-m-15 { + margin: -3.75rem !important; + } + .md\:-m-16 { margin: -4rem !important; } @@ -71106,30 +105910,246 @@ video { margin: -6rem !important; } + .md\:-m-28 { + margin: -7rem !important; + } + .md\:-m-32 { margin: -8rem !important; } + .md\:-m-36 { + margin: -9rem !important; + } + .md\:-m-40 { margin: -10rem !important; } + .md\:-m-44 { + margin: -11rem !important; + } + .md\:-m-48 { margin: -12rem !important; } + .md\:-m-52 { + margin: -13rem !important; + } + .md\:-m-56 { margin: -14rem !important; } + .md\:-m-60 { + margin: -15rem !important; + } + .md\:-m-64 { margin: -16rem !important; } + .md\:-m-72 { + margin: -18rem !important; + } + + .md\:-m-80 { + margin: -20rem !important; + } + + .md\:-m-96 { + margin: -24rem !important; + } + .md\:-m-px { margin: -1px !important; } + .md\:-m-0\.5 { + margin: -0.125rem !important; + } + + .md\:-m-1\.5 { + margin: -0.375rem !important; + } + + .md\:-m-2\.5 { + margin: -0.625rem !important; + } + + .md\:-m-3\.5 { + margin: -0.875rem !important; + } + + .md\:-m-1\/2 { + margin: -50% !important; + } + + .md\:-m-1\/3 { + margin: -33.33333% !important; + } + + .md\:-m-2\/3 { + margin: -66.66667% !important; + } + + .md\:-m-1\/4 { + margin: -25% !important; + } + + .md\:-m-2\/4 { + margin: -50% !important; + } + + .md\:-m-3\/4 { + margin: -75% !important; + } + + .md\:-m-1\/5 { + margin: -20% !important; + } + + .md\:-m-2\/5 { + margin: -40% !important; + } + + .md\:-m-3\/5 { + margin: -60% !important; + } + + .md\:-m-4\/5 { + margin: -80% !important; + } + + .md\:-m-1\/6 { + margin: -16.66667% !important; + } + + .md\:-m-2\/6 { + margin: -33.33333% !important; + } + + .md\:-m-3\/6 { + margin: -50% !important; + } + + .md\:-m-4\/6 { + margin: -66.66667% !important; + } + + .md\:-m-5\/6 { + margin: -83.33333% !important; + } + + .md\:-m-1\/12 { + margin: -8.33333% !important; + } + + .md\:-m-2\/12 { + margin: -16.66667% !important; + } + + .md\:-m-3\/12 { + margin: -25% !important; + } + + .md\:-m-4\/12 { + margin: -33.33333% !important; + } + + .md\:-m-5\/12 { + margin: -41.66667% !important; + } + + .md\:-m-6\/12 { + margin: -50% !important; + } + + .md\:-m-7\/12 { + margin: -58.33333% !important; + } + + .md\:-m-8\/12 { + margin: -66.66667% !important; + } + + .md\:-m-9\/12 { + margin: -75% !important; + } + + .md\:-m-10\/12 { + margin: -83.33333% !important; + } + + .md\:-m-11\/12 { + margin: -91.66667% !important; + } + + .md\:-m-1\/16 { + margin: -6.25% !important; + } + + .md\:-m-2\/16 { + margin: -12.5% !important; + } + + .md\:-m-3\/16 { + margin: -18.75% !important; + } + + .md\:-m-4\/16 { + margin: -25% !important; + } + + .md\:-m-5\/16 { + margin: -31.25% !important; + } + + .md\:-m-6\/16 { + margin: -37.5% !important; + } + + .md\:-m-7\/16 { + margin: -43.75% !important; + } + + .md\:-m-8\/16 { + margin: -50% !important; + } + + .md\:-m-9\/16 { + margin: -56.25% !important; + } + + .md\:-m-10\/16 { + margin: -62.5% !important; + } + + .md\:-m-11\/16 { + margin: -68.75% !important; + } + + .md\:-m-12\/16 { + margin: -75% !important; + } + + .md\:-m-13\/16 { + margin: -81.25% !important; + } + + .md\:-m-14\/16 { + margin: -87.5% !important; + } + + .md\:-m-15\/16 { + margin: -93.75% !important; + } + + .md\:-m-full { + margin: -100% !important; + } + .md\:my-0 { margin-top: 0 !important; margin-bottom: 0 !important; @@ -71200,6 +106220,16 @@ video { margin-right: 1.5rem !important; } + .md\:my-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + + .md\:mx-7 { + margin-left: 1.75rem !important; + margin-right: 1.75rem !important; + } + .md\:my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; @@ -71210,6 +106240,16 @@ video { margin-right: 2rem !important; } + .md\:my-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + + .md\:mx-9 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + .md\:my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; @@ -71220,6 +106260,16 @@ video { margin-right: 2.5rem !important; } + .md\:my-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + + .md\:mx-11 { + margin-left: 2.75rem !important; + margin-right: 2.75rem !important; + } + .md\:my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; @@ -71230,6 +106280,36 @@ video { margin-right: 3rem !important; } + .md\:my-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + + .md\:mx-13 { + margin-left: 3.25rem !important; + margin-right: 3.25rem !important; + } + + .md\:my-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + + .md\:mx-14 { + margin-left: 3.5rem !important; + margin-right: 3.5rem !important; + } + + .md\:my-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + + .md\:mx-15 { + margin-left: 3.75rem !important; + margin-right: 3.75rem !important; + } + .md\:my-16 { margin-top: 4rem !important; margin-bottom: 4rem !important; @@ -71260,6 +106340,16 @@ video { margin-right: 6rem !important; } + .md\:my-28 { + margin-top: 7rem !important; + margin-bottom: 7rem !important; + } + + .md\:mx-28 { + margin-left: 7rem !important; + margin-right: 7rem !important; + } + .md\:my-32 { margin-top: 8rem !important; margin-bottom: 8rem !important; @@ -71270,6 +106360,16 @@ video { margin-right: 8rem !important; } + .md\:my-36 { + margin-top: 9rem !important; + margin-bottom: 9rem !important; + } + + .md\:mx-36 { + margin-left: 9rem !important; + margin-right: 9rem !important; + } + .md\:my-40 { margin-top: 10rem !important; margin-bottom: 10rem !important; @@ -71280,6 +106380,16 @@ video { margin-right: 10rem !important; } + .md\:my-44 { + margin-top: 11rem !important; + margin-bottom: 11rem !important; + } + + .md\:mx-44 { + margin-left: 11rem !important; + margin-right: 11rem !important; + } + .md\:my-48 { margin-top: 12rem !important; margin-bottom: 12rem !important; @@ -71290,6 +106400,16 @@ video { margin-right: 12rem !important; } + .md\:my-52 { + margin-top: 13rem !important; + margin-bottom: 13rem !important; + } + + .md\:mx-52 { + margin-left: 13rem !important; + margin-right: 13rem !important; + } + .md\:my-56 { margin-top: 14rem !important; margin-bottom: 14rem !important; @@ -71300,6 +106420,16 @@ video { margin-right: 14rem !important; } + .md\:my-60 { + margin-top: 15rem !important; + margin-bottom: 15rem !important; + } + + .md\:mx-60 { + margin-left: 15rem !important; + margin-right: 15rem !important; + } + .md\:my-64 { margin-top: 16rem !important; margin-bottom: 16rem !important; @@ -71310,6 +106440,36 @@ video { margin-right: 16rem !important; } + .md\:my-72 { + margin-top: 18rem !important; + margin-bottom: 18rem !important; + } + + .md\:mx-72 { + margin-left: 18rem !important; + margin-right: 18rem !important; + } + + .md\:my-80 { + margin-top: 20rem !important; + margin-bottom: 20rem !important; + } + + .md\:mx-80 { + margin-left: 20rem !important; + margin-right: 20rem !important; + } + + .md\:my-96 { + margin-top: 24rem !important; + margin-bottom: 24rem !important; + } + + .md\:mx-96 { + margin-left: 24rem !important; + margin-right: 24rem !important; + } + .md\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -71330,6 +106490,466 @@ video { margin-right: 1px !important; } + .md\:my-0\.5 { + margin-top: 0.125rem !important; + margin-bottom: 0.125rem !important; + } + + .md\:mx-0\.5 { + margin-left: 0.125rem !important; + margin-right: 0.125rem !important; + } + + .md\:my-1\.5 { + margin-top: 0.375rem !important; + margin-bottom: 0.375rem !important; + } + + .md\:mx-1\.5 { + margin-left: 0.375rem !important; + margin-right: 0.375rem !important; + } + + .md\:my-2\.5 { + margin-top: 0.625rem !important; + margin-bottom: 0.625rem !important; + } + + .md\:mx-2\.5 { + margin-left: 0.625rem !important; + margin-right: 0.625rem !important; + } + + .md\:my-3\.5 { + margin-top: 0.875rem !important; + margin-bottom: 0.875rem !important; + } + + .md\:mx-3\.5 { + margin-left: 0.875rem !important; + margin-right: 0.875rem !important; + } + + .md\:my-1\/2 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .md\:mx-1\/2 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .md\:my-1\/3 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .md\:mx-1\/3 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .md\:my-2\/3 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .md\:mx-2\/3 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .md\:my-1\/4 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .md\:mx-1\/4 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .md\:my-2\/4 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .md\:mx-2\/4 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .md\:my-3\/4 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .md\:mx-3\/4 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .md\:my-1\/5 { + margin-top: 20% !important; + margin-bottom: 20% !important; + } + + .md\:mx-1\/5 { + margin-left: 20% !important; + margin-right: 20% !important; + } + + .md\:my-2\/5 { + margin-top: 40% !important; + margin-bottom: 40% !important; + } + + .md\:mx-2\/5 { + margin-left: 40% !important; + margin-right: 40% !important; + } + + .md\:my-3\/5 { + margin-top: 60% !important; + margin-bottom: 60% !important; + } + + .md\:mx-3\/5 { + margin-left: 60% !important; + margin-right: 60% !important; + } + + .md\:my-4\/5 { + margin-top: 80% !important; + margin-bottom: 80% !important; + } + + .md\:mx-4\/5 { + margin-left: 80% !important; + margin-right: 80% !important; + } + + .md\:my-1\/6 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .md\:mx-1\/6 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .md\:my-2\/6 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .md\:mx-2\/6 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .md\:my-3\/6 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .md\:mx-3\/6 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .md\:my-4\/6 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .md\:mx-4\/6 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .md\:my-5\/6 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .md\:mx-5\/6 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .md\:my-1\/12 { + margin-top: 8.333333% !important; + margin-bottom: 8.333333% !important; + } + + .md\:mx-1\/12 { + margin-left: 8.333333% !important; + margin-right: 8.333333% !important; + } + + .md\:my-2\/12 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .md\:mx-2\/12 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .md\:my-3\/12 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .md\:mx-3\/12 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .md\:my-4\/12 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .md\:mx-4\/12 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .md\:my-5\/12 { + margin-top: 41.666667% !important; + margin-bottom: 41.666667% !important; + } + + .md\:mx-5\/12 { + margin-left: 41.666667% !important; + margin-right: 41.666667% !important; + } + + .md\:my-6\/12 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .md\:mx-6\/12 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .md\:my-7\/12 { + margin-top: 58.333333% !important; + margin-bottom: 58.333333% !important; + } + + .md\:mx-7\/12 { + margin-left: 58.333333% !important; + margin-right: 58.333333% !important; + } + + .md\:my-8\/12 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .md\:mx-8\/12 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .md\:my-9\/12 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .md\:mx-9\/12 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .md\:my-10\/12 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .md\:mx-10\/12 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .md\:my-11\/12 { + margin-top: 91.666667% !important; + margin-bottom: 91.666667% !important; + } + + .md\:mx-11\/12 { + margin-left: 91.666667% !important; + margin-right: 91.666667% !important; + } + + .md\:my-1\/16 { + margin-top: 6.25% !important; + margin-bottom: 6.25% !important; + } + + .md\:mx-1\/16 { + margin-left: 6.25% !important; + margin-right: 6.25% !important; + } + + .md\:my-2\/16 { + margin-top: 12.5% !important; + margin-bottom: 12.5% !important; + } + + .md\:mx-2\/16 { + margin-left: 12.5% !important; + margin-right: 12.5% !important; + } + + .md\:my-3\/16 { + margin-top: 18.75% !important; + margin-bottom: 18.75% !important; + } + + .md\:mx-3\/16 { + margin-left: 18.75% !important; + margin-right: 18.75% !important; + } + + .md\:my-4\/16 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .md\:mx-4\/16 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .md\:my-5\/16 { + margin-top: 31.25% !important; + margin-bottom: 31.25% !important; + } + + .md\:mx-5\/16 { + margin-left: 31.25% !important; + margin-right: 31.25% !important; + } + + .md\:my-6\/16 { + margin-top: 37.5% !important; + margin-bottom: 37.5% !important; + } + + .md\:mx-6\/16 { + margin-left: 37.5% !important; + margin-right: 37.5% !important; + } + + .md\:my-7\/16 { + margin-top: 43.75% !important; + margin-bottom: 43.75% !important; + } + + .md\:mx-7\/16 { + margin-left: 43.75% !important; + margin-right: 43.75% !important; + } + + .md\:my-8\/16 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .md\:mx-8\/16 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .md\:my-9\/16 { + margin-top: 56.25% !important; + margin-bottom: 56.25% !important; + } + + .md\:mx-9\/16 { + margin-left: 56.25% !important; + margin-right: 56.25% !important; + } + + .md\:my-10\/16 { + margin-top: 62.5% !important; + margin-bottom: 62.5% !important; + } + + .md\:mx-10\/16 { + margin-left: 62.5% !important; + margin-right: 62.5% !important; + } + + .md\:my-11\/16 { + margin-top: 68.75% !important; + margin-bottom: 68.75% !important; + } + + .md\:mx-11\/16 { + margin-left: 68.75% !important; + margin-right: 68.75% !important; + } + + .md\:my-12\/16 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .md\:mx-12\/16 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .md\:my-13\/16 { + margin-top: 81.25% !important; + margin-bottom: 81.25% !important; + } + + .md\:mx-13\/16 { + margin-left: 81.25% !important; + margin-right: 81.25% !important; + } + + .md\:my-14\/16 { + margin-top: 87.5% !important; + margin-bottom: 87.5% !important; + } + + .md\:mx-14\/16 { + margin-left: 87.5% !important; + margin-right: 87.5% !important; + } + + .md\:my-15\/16 { + margin-top: 93.75% !important; + margin-bottom: 93.75% !important; + } + + .md\:mx-15\/16 { + margin-left: 93.75% !important; + margin-right: 93.75% !important; + } + + .md\:my-full { + margin-top: 100% !important; + margin-bottom: 100% !important; + } + + .md\:mx-full { + margin-left: 100% !important; + margin-right: 100% !important; + } + .md\:-my-1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; @@ -71390,6 +107010,16 @@ video { margin-right: -1.5rem !important; } + .md\:-my-7 { + margin-top: -1.75rem !important; + margin-bottom: -1.75rem !important; + } + + .md\:-mx-7 { + margin-left: -1.75rem !important; + margin-right: -1.75rem !important; + } + .md\:-my-8 { margin-top: -2rem !important; margin-bottom: -2rem !important; @@ -71400,6 +107030,16 @@ video { margin-right: -2rem !important; } + .md\:-my-9 { + margin-top: -2.25rem !important; + margin-bottom: -2.25rem !important; + } + + .md\:-mx-9 { + margin-left: -2.25rem !important; + margin-right: -2.25rem !important; + } + .md\:-my-10 { margin-top: -2.5rem !important; margin-bottom: -2.5rem !important; @@ -71410,6 +107050,16 @@ video { margin-right: -2.5rem !important; } + .md\:-my-11 { + margin-top: -2.75rem !important; + margin-bottom: -2.75rem !important; + } + + .md\:-mx-11 { + margin-left: -2.75rem !important; + margin-right: -2.75rem !important; + } + .md\:-my-12 { margin-top: -3rem !important; margin-bottom: -3rem !important; @@ -71420,6 +107070,36 @@ video { margin-right: -3rem !important; } + .md\:-my-13 { + margin-top: -3.25rem !important; + margin-bottom: -3.25rem !important; + } + + .md\:-mx-13 { + margin-left: -3.25rem !important; + margin-right: -3.25rem !important; + } + + .md\:-my-14 { + margin-top: -3.5rem !important; + margin-bottom: -3.5rem !important; + } + + .md\:-mx-14 { + margin-left: -3.5rem !important; + margin-right: -3.5rem !important; + } + + .md\:-my-15 { + margin-top: -3.75rem !important; + margin-bottom: -3.75rem !important; + } + + .md\:-mx-15 { + margin-left: -3.75rem !important; + margin-right: -3.75rem !important; + } + .md\:-my-16 { margin-top: -4rem !important; margin-bottom: -4rem !important; @@ -71450,6 +107130,16 @@ video { margin-right: -6rem !important; } + .md\:-my-28 { + margin-top: -7rem !important; + margin-bottom: -7rem !important; + } + + .md\:-mx-28 { + margin-left: -7rem !important; + margin-right: -7rem !important; + } + .md\:-my-32 { margin-top: -8rem !important; margin-bottom: -8rem !important; @@ -71460,6 +107150,16 @@ video { margin-right: -8rem !important; } + .md\:-my-36 { + margin-top: -9rem !important; + margin-bottom: -9rem !important; + } + + .md\:-mx-36 { + margin-left: -9rem !important; + margin-right: -9rem !important; + } + .md\:-my-40 { margin-top: -10rem !important; margin-bottom: -10rem !important; @@ -71470,6 +107170,16 @@ video { margin-right: -10rem !important; } + .md\:-my-44 { + margin-top: -11rem !important; + margin-bottom: -11rem !important; + } + + .md\:-mx-44 { + margin-left: -11rem !important; + margin-right: -11rem !important; + } + .md\:-my-48 { margin-top: -12rem !important; margin-bottom: -12rem !important; @@ -71480,6 +107190,16 @@ video { margin-right: -12rem !important; } + .md\:-my-52 { + margin-top: -13rem !important; + margin-bottom: -13rem !important; + } + + .md\:-mx-52 { + margin-left: -13rem !important; + margin-right: -13rem !important; + } + .md\:-my-56 { margin-top: -14rem !important; margin-bottom: -14rem !important; @@ -71490,6 +107210,16 @@ video { margin-right: -14rem !important; } + .md\:-my-60 { + margin-top: -15rem !important; + margin-bottom: -15rem !important; + } + + .md\:-mx-60 { + margin-left: -15rem !important; + margin-right: -15rem !important; + } + .md\:-my-64 { margin-top: -16rem !important; margin-bottom: -16rem !important; @@ -71500,6 +107230,36 @@ video { margin-right: -16rem !important; } + .md\:-my-72 { + margin-top: -18rem !important; + margin-bottom: -18rem !important; + } + + .md\:-mx-72 { + margin-left: -18rem !important; + margin-right: -18rem !important; + } + + .md\:-my-80 { + margin-top: -20rem !important; + margin-bottom: -20rem !important; + } + + .md\:-mx-80 { + margin-left: -20rem !important; + margin-right: -20rem !important; + } + + .md\:-my-96 { + margin-top: -24rem !important; + margin-bottom: -24rem !important; + } + + .md\:-mx-96 { + margin-left: -24rem !important; + margin-right: -24rem !important; + } + .md\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -71510,6 +107270,466 @@ video { margin-right: -1px !important; } + .md\:-my-0\.5 { + margin-top: -0.125rem !important; + margin-bottom: -0.125rem !important; + } + + .md\:-mx-0\.5 { + margin-left: -0.125rem !important; + margin-right: -0.125rem !important; + } + + .md\:-my-1\.5 { + margin-top: -0.375rem !important; + margin-bottom: -0.375rem !important; + } + + .md\:-mx-1\.5 { + margin-left: -0.375rem !important; + margin-right: -0.375rem !important; + } + + .md\:-my-2\.5 { + margin-top: -0.625rem !important; + margin-bottom: -0.625rem !important; + } + + .md\:-mx-2\.5 { + margin-left: -0.625rem !important; + margin-right: -0.625rem !important; + } + + .md\:-my-3\.5 { + margin-top: -0.875rem !important; + margin-bottom: -0.875rem !important; + } + + .md\:-mx-3\.5 { + margin-left: -0.875rem !important; + margin-right: -0.875rem !important; + } + + .md\:-my-1\/2 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .md\:-mx-1\/2 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .md\:-my-1\/3 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .md\:-mx-1\/3 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .md\:-my-2\/3 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .md\:-mx-2\/3 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .md\:-my-1\/4 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .md\:-mx-1\/4 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .md\:-my-2\/4 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .md\:-mx-2\/4 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .md\:-my-3\/4 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .md\:-mx-3\/4 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .md\:-my-1\/5 { + margin-top: -20% !important; + margin-bottom: -20% !important; + } + + .md\:-mx-1\/5 { + margin-left: -20% !important; + margin-right: -20% !important; + } + + .md\:-my-2\/5 { + margin-top: -40% !important; + margin-bottom: -40% !important; + } + + .md\:-mx-2\/5 { + margin-left: -40% !important; + margin-right: -40% !important; + } + + .md\:-my-3\/5 { + margin-top: -60% !important; + margin-bottom: -60% !important; + } + + .md\:-mx-3\/5 { + margin-left: -60% !important; + margin-right: -60% !important; + } + + .md\:-my-4\/5 { + margin-top: -80% !important; + margin-bottom: -80% !important; + } + + .md\:-mx-4\/5 { + margin-left: -80% !important; + margin-right: -80% !important; + } + + .md\:-my-1\/6 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .md\:-mx-1\/6 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .md\:-my-2\/6 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .md\:-mx-2\/6 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .md\:-my-3\/6 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .md\:-mx-3\/6 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .md\:-my-4\/6 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .md\:-mx-4\/6 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .md\:-my-5\/6 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .md\:-mx-5\/6 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .md\:-my-1\/12 { + margin-top: -8.33333% !important; + margin-bottom: -8.33333% !important; + } + + .md\:-mx-1\/12 { + margin-left: -8.33333% !important; + margin-right: -8.33333% !important; + } + + .md\:-my-2\/12 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .md\:-mx-2\/12 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .md\:-my-3\/12 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .md\:-mx-3\/12 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .md\:-my-4\/12 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .md\:-mx-4\/12 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .md\:-my-5\/12 { + margin-top: -41.66667% !important; + margin-bottom: -41.66667% !important; + } + + .md\:-mx-5\/12 { + margin-left: -41.66667% !important; + margin-right: -41.66667% !important; + } + + .md\:-my-6\/12 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .md\:-mx-6\/12 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .md\:-my-7\/12 { + margin-top: -58.33333% !important; + margin-bottom: -58.33333% !important; + } + + .md\:-mx-7\/12 { + margin-left: -58.33333% !important; + margin-right: -58.33333% !important; + } + + .md\:-my-8\/12 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .md\:-mx-8\/12 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .md\:-my-9\/12 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .md\:-mx-9\/12 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .md\:-my-10\/12 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .md\:-mx-10\/12 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .md\:-my-11\/12 { + margin-top: -91.66667% !important; + margin-bottom: -91.66667% !important; + } + + .md\:-mx-11\/12 { + margin-left: -91.66667% !important; + margin-right: -91.66667% !important; + } + + .md\:-my-1\/16 { + margin-top: -6.25% !important; + margin-bottom: -6.25% !important; + } + + .md\:-mx-1\/16 { + margin-left: -6.25% !important; + margin-right: -6.25% !important; + } + + .md\:-my-2\/16 { + margin-top: -12.5% !important; + margin-bottom: -12.5% !important; + } + + .md\:-mx-2\/16 { + margin-left: -12.5% !important; + margin-right: -12.5% !important; + } + + .md\:-my-3\/16 { + margin-top: -18.75% !important; + margin-bottom: -18.75% !important; + } + + .md\:-mx-3\/16 { + margin-left: -18.75% !important; + margin-right: -18.75% !important; + } + + .md\:-my-4\/16 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .md\:-mx-4\/16 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .md\:-my-5\/16 { + margin-top: -31.25% !important; + margin-bottom: -31.25% !important; + } + + .md\:-mx-5\/16 { + margin-left: -31.25% !important; + margin-right: -31.25% !important; + } + + .md\:-my-6\/16 { + margin-top: -37.5% !important; + margin-bottom: -37.5% !important; + } + + .md\:-mx-6\/16 { + margin-left: -37.5% !important; + margin-right: -37.5% !important; + } + + .md\:-my-7\/16 { + margin-top: -43.75% !important; + margin-bottom: -43.75% !important; + } + + .md\:-mx-7\/16 { + margin-left: -43.75% !important; + margin-right: -43.75% !important; + } + + .md\:-my-8\/16 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .md\:-mx-8\/16 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .md\:-my-9\/16 { + margin-top: -56.25% !important; + margin-bottom: -56.25% !important; + } + + .md\:-mx-9\/16 { + margin-left: -56.25% !important; + margin-right: -56.25% !important; + } + + .md\:-my-10\/16 { + margin-top: -62.5% !important; + margin-bottom: -62.5% !important; + } + + .md\:-mx-10\/16 { + margin-left: -62.5% !important; + margin-right: -62.5% !important; + } + + .md\:-my-11\/16 { + margin-top: -68.75% !important; + margin-bottom: -68.75% !important; + } + + .md\:-mx-11\/16 { + margin-left: -68.75% !important; + margin-right: -68.75% !important; + } + + .md\:-my-12\/16 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .md\:-mx-12\/16 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .md\:-my-13\/16 { + margin-top: -81.25% !important; + margin-bottom: -81.25% !important; + } + + .md\:-mx-13\/16 { + margin-left: -81.25% !important; + margin-right: -81.25% !important; + } + + .md\:-my-14\/16 { + margin-top: -87.5% !important; + margin-bottom: -87.5% !important; + } + + .md\:-mx-14\/16 { + margin-left: -87.5% !important; + margin-right: -87.5% !important; + } + + .md\:-my-15\/16 { + margin-top: -93.75% !important; + margin-bottom: -93.75% !important; + } + + .md\:-mx-15\/16 { + margin-left: -93.75% !important; + margin-right: -93.75% !important; + } + + .md\:-my-full { + margin-top: -100% !important; + margin-bottom: -100% !important; + } + + .md\:-mx-full { + margin-left: -100% !important; + margin-right: -100% !important; + } + .md\:mt-0 { margin-top: 0 !important; } @@ -71622,6 +107842,22 @@ video { margin-left: 1.5rem !important; } + .md\:mt-7 { + margin-top: 1.75rem !important; + } + + .md\:mr-7 { + margin-right: 1.75rem !important; + } + + .md\:mb-7 { + margin-bottom: 1.75rem !important; + } + + .md\:ml-7 { + margin-left: 1.75rem !important; + } + .md\:mt-8 { margin-top: 2rem !important; } @@ -71638,6 +107874,22 @@ video { margin-left: 2rem !important; } + .md\:mt-9 { + margin-top: 2.25rem !important; + } + + .md\:mr-9 { + margin-right: 2.25rem !important; + } + + .md\:mb-9 { + margin-bottom: 2.25rem !important; + } + + .md\:ml-9 { + margin-left: 2.25rem !important; + } + .md\:mt-10 { margin-top: 2.5rem !important; } @@ -71654,6 +107906,22 @@ video { margin-left: 2.5rem !important; } + .md\:mt-11 { + margin-top: 2.75rem !important; + } + + .md\:mr-11 { + margin-right: 2.75rem !important; + } + + .md\:mb-11 { + margin-bottom: 2.75rem !important; + } + + .md\:ml-11 { + margin-left: 2.75rem !important; + } + .md\:mt-12 { margin-top: 3rem !important; } @@ -71670,6 +107938,54 @@ video { margin-left: 3rem !important; } + .md\:mt-13 { + margin-top: 3.25rem !important; + } + + .md\:mr-13 { + margin-right: 3.25rem !important; + } + + .md\:mb-13 { + margin-bottom: 3.25rem !important; + } + + .md\:ml-13 { + margin-left: 3.25rem !important; + } + + .md\:mt-14 { + margin-top: 3.5rem !important; + } + + .md\:mr-14 { + margin-right: 3.5rem !important; + } + + .md\:mb-14 { + margin-bottom: 3.5rem !important; + } + + .md\:ml-14 { + margin-left: 3.5rem !important; + } + + .md\:mt-15 { + margin-top: 3.75rem !important; + } + + .md\:mr-15 { + margin-right: 3.75rem !important; + } + + .md\:mb-15 { + margin-bottom: 3.75rem !important; + } + + .md\:ml-15 { + margin-left: 3.75rem !important; + } + .md\:mt-16 { margin-top: 4rem !important; } @@ -71718,6 +108034,22 @@ video { margin-left: 6rem !important; } + .md\:mt-28 { + margin-top: 7rem !important; + } + + .md\:mr-28 { + margin-right: 7rem !important; + } + + .md\:mb-28 { + margin-bottom: 7rem !important; + } + + .md\:ml-28 { + margin-left: 7rem !important; + } + .md\:mt-32 { margin-top: 8rem !important; } @@ -71734,6 +108066,22 @@ video { margin-left: 8rem !important; } + .md\:mt-36 { + margin-top: 9rem !important; + } + + .md\:mr-36 { + margin-right: 9rem !important; + } + + .md\:mb-36 { + margin-bottom: 9rem !important; + } + + .md\:ml-36 { + margin-left: 9rem !important; + } + .md\:mt-40 { margin-top: 10rem !important; } @@ -71750,6 +108098,22 @@ video { margin-left: 10rem !important; } + .md\:mt-44 { + margin-top: 11rem !important; + } + + .md\:mr-44 { + margin-right: 11rem !important; + } + + .md\:mb-44 { + margin-bottom: 11rem !important; + } + + .md\:ml-44 { + margin-left: 11rem !important; + } + .md\:mt-48 { margin-top: 12rem !important; } @@ -71766,6 +108130,22 @@ video { margin-left: 12rem !important; } + .md\:mt-52 { + margin-top: 13rem !important; + } + + .md\:mr-52 { + margin-right: 13rem !important; + } + + .md\:mb-52 { + margin-bottom: 13rem !important; + } + + .md\:ml-52 { + margin-left: 13rem !important; + } + .md\:mt-56 { margin-top: 14rem !important; } @@ -71782,6 +108162,22 @@ video { margin-left: 14rem !important; } + .md\:mt-60 { + margin-top: 15rem !important; + } + + .md\:mr-60 { + margin-right: 15rem !important; + } + + .md\:mb-60 { + margin-bottom: 15rem !important; + } + + .md\:ml-60 { + margin-left: 15rem !important; + } + .md\:mt-64 { margin-top: 16rem !important; } @@ -71798,6 +108194,54 @@ video { margin-left: 16rem !important; } + .md\:mt-72 { + margin-top: 18rem !important; + } + + .md\:mr-72 { + margin-right: 18rem !important; + } + + .md\:mb-72 { + margin-bottom: 18rem !important; + } + + .md\:ml-72 { + margin-left: 18rem !important; + } + + .md\:mt-80 { + margin-top: 20rem !important; + } + + .md\:mr-80 { + margin-right: 20rem !important; + } + + .md\:mb-80 { + margin-bottom: 20rem !important; + } + + .md\:ml-80 { + margin-left: 20rem !important; + } + + .md\:mt-96 { + margin-top: 24rem !important; + } + + .md\:mr-96 { + margin-right: 24rem !important; + } + + .md\:mb-96 { + margin-bottom: 24rem !important; + } + + .md\:ml-96 { + margin-left: 24rem !important; + } + .md\:mt-auto { margin-top: auto !important; } @@ -71830,6 +108274,742 @@ video { margin-left: 1px !important; } + .md\:mt-0\.5 { + margin-top: 0.125rem !important; + } + + .md\:mr-0\.5 { + margin-right: 0.125rem !important; + } + + .md\:mb-0\.5 { + margin-bottom: 0.125rem !important; + } + + .md\:ml-0\.5 { + margin-left: 0.125rem !important; + } + + .md\:mt-1\.5 { + margin-top: 0.375rem !important; + } + + .md\:mr-1\.5 { + margin-right: 0.375rem !important; + } + + .md\:mb-1\.5 { + margin-bottom: 0.375rem !important; + } + + .md\:ml-1\.5 { + margin-left: 0.375rem !important; + } + + .md\:mt-2\.5 { + margin-top: 0.625rem !important; + } + + .md\:mr-2\.5 { + margin-right: 0.625rem !important; + } + + .md\:mb-2\.5 { + margin-bottom: 0.625rem !important; + } + + .md\:ml-2\.5 { + margin-left: 0.625rem !important; + } + + .md\:mt-3\.5 { + margin-top: 0.875rem !important; + } + + .md\:mr-3\.5 { + margin-right: 0.875rem !important; + } + + .md\:mb-3\.5 { + margin-bottom: 0.875rem !important; + } + + .md\:ml-3\.5 { + margin-left: 0.875rem !important; + } + + .md\:mt-1\/2 { + margin-top: 50% !important; + } + + .md\:mr-1\/2 { + margin-right: 50% !important; + } + + .md\:mb-1\/2 { + margin-bottom: 50% !important; + } + + .md\:ml-1\/2 { + margin-left: 50% !important; + } + + .md\:mt-1\/3 { + margin-top: 33.333333% !important; + } + + .md\:mr-1\/3 { + margin-right: 33.333333% !important; + } + + .md\:mb-1\/3 { + margin-bottom: 33.333333% !important; + } + + .md\:ml-1\/3 { + margin-left: 33.333333% !important; + } + + .md\:mt-2\/3 { + margin-top: 66.666667% !important; + } + + .md\:mr-2\/3 { + margin-right: 66.666667% !important; + } + + .md\:mb-2\/3 { + margin-bottom: 66.666667% !important; + } + + .md\:ml-2\/3 { + margin-left: 66.666667% !important; + } + + .md\:mt-1\/4 { + margin-top: 25% !important; + } + + .md\:mr-1\/4 { + margin-right: 25% !important; + } + + .md\:mb-1\/4 { + margin-bottom: 25% !important; + } + + .md\:ml-1\/4 { + margin-left: 25% !important; + } + + .md\:mt-2\/4 { + margin-top: 50% !important; + } + + .md\:mr-2\/4 { + margin-right: 50% !important; + } + + .md\:mb-2\/4 { + margin-bottom: 50% !important; + } + + .md\:ml-2\/4 { + margin-left: 50% !important; + } + + .md\:mt-3\/4 { + margin-top: 75% !important; + } + + .md\:mr-3\/4 { + margin-right: 75% !important; + } + + .md\:mb-3\/4 { + margin-bottom: 75% !important; + } + + .md\:ml-3\/4 { + margin-left: 75% !important; + } + + .md\:mt-1\/5 { + margin-top: 20% !important; + } + + .md\:mr-1\/5 { + margin-right: 20% !important; + } + + .md\:mb-1\/5 { + margin-bottom: 20% !important; + } + + .md\:ml-1\/5 { + margin-left: 20% !important; + } + + .md\:mt-2\/5 { + margin-top: 40% !important; + } + + .md\:mr-2\/5 { + margin-right: 40% !important; + } + + .md\:mb-2\/5 { + margin-bottom: 40% !important; + } + + .md\:ml-2\/5 { + margin-left: 40% !important; + } + + .md\:mt-3\/5 { + margin-top: 60% !important; + } + + .md\:mr-3\/5 { + margin-right: 60% !important; + } + + .md\:mb-3\/5 { + margin-bottom: 60% !important; + } + + .md\:ml-3\/5 { + margin-left: 60% !important; + } + + .md\:mt-4\/5 { + margin-top: 80% !important; + } + + .md\:mr-4\/5 { + margin-right: 80% !important; + } + + .md\:mb-4\/5 { + margin-bottom: 80% !important; + } + + .md\:ml-4\/5 { + margin-left: 80% !important; + } + + .md\:mt-1\/6 { + margin-top: 16.666667% !important; + } + + .md\:mr-1\/6 { + margin-right: 16.666667% !important; + } + + .md\:mb-1\/6 { + margin-bottom: 16.666667% !important; + } + + .md\:ml-1\/6 { + margin-left: 16.666667% !important; + } + + .md\:mt-2\/6 { + margin-top: 33.333333% !important; + } + + .md\:mr-2\/6 { + margin-right: 33.333333% !important; + } + + .md\:mb-2\/6 { + margin-bottom: 33.333333% !important; + } + + .md\:ml-2\/6 { + margin-left: 33.333333% !important; + } + + .md\:mt-3\/6 { + margin-top: 50% !important; + } + + .md\:mr-3\/6 { + margin-right: 50% !important; + } + + .md\:mb-3\/6 { + margin-bottom: 50% !important; + } + + .md\:ml-3\/6 { + margin-left: 50% !important; + } + + .md\:mt-4\/6 { + margin-top: 66.666667% !important; + } + + .md\:mr-4\/6 { + margin-right: 66.666667% !important; + } + + .md\:mb-4\/6 { + margin-bottom: 66.666667% !important; + } + + .md\:ml-4\/6 { + margin-left: 66.666667% !important; + } + + .md\:mt-5\/6 { + margin-top: 83.333333% !important; + } + + .md\:mr-5\/6 { + margin-right: 83.333333% !important; + } + + .md\:mb-5\/6 { + margin-bottom: 83.333333% !important; + } + + .md\:ml-5\/6 { + margin-left: 83.333333% !important; + } + + .md\:mt-1\/12 { + margin-top: 8.333333% !important; + } + + .md\:mr-1\/12 { + margin-right: 8.333333% !important; + } + + .md\:mb-1\/12 { + margin-bottom: 8.333333% !important; + } + + .md\:ml-1\/12 { + margin-left: 8.333333% !important; + } + + .md\:mt-2\/12 { + margin-top: 16.666667% !important; + } + + .md\:mr-2\/12 { + margin-right: 16.666667% !important; + } + + .md\:mb-2\/12 { + margin-bottom: 16.666667% !important; + } + + .md\:ml-2\/12 { + margin-left: 16.666667% !important; + } + + .md\:mt-3\/12 { + margin-top: 25% !important; + } + + .md\:mr-3\/12 { + margin-right: 25% !important; + } + + .md\:mb-3\/12 { + margin-bottom: 25% !important; + } + + .md\:ml-3\/12 { + margin-left: 25% !important; + } + + .md\:mt-4\/12 { + margin-top: 33.333333% !important; + } + + .md\:mr-4\/12 { + margin-right: 33.333333% !important; + } + + .md\:mb-4\/12 { + margin-bottom: 33.333333% !important; + } + + .md\:ml-4\/12 { + margin-left: 33.333333% !important; + } + + .md\:mt-5\/12 { + margin-top: 41.666667% !important; + } + + .md\:mr-5\/12 { + margin-right: 41.666667% !important; + } + + .md\:mb-5\/12 { + margin-bottom: 41.666667% !important; + } + + .md\:ml-5\/12 { + margin-left: 41.666667% !important; + } + + .md\:mt-6\/12 { + margin-top: 50% !important; + } + + .md\:mr-6\/12 { + margin-right: 50% !important; + } + + .md\:mb-6\/12 { + margin-bottom: 50% !important; + } + + .md\:ml-6\/12 { + margin-left: 50% !important; + } + + .md\:mt-7\/12 { + margin-top: 58.333333% !important; + } + + .md\:mr-7\/12 { + margin-right: 58.333333% !important; + } + + .md\:mb-7\/12 { + margin-bottom: 58.333333% !important; + } + + .md\:ml-7\/12 { + margin-left: 58.333333% !important; + } + + .md\:mt-8\/12 { + margin-top: 66.666667% !important; + } + + .md\:mr-8\/12 { + margin-right: 66.666667% !important; + } + + .md\:mb-8\/12 { + margin-bottom: 66.666667% !important; + } + + .md\:ml-8\/12 { + margin-left: 66.666667% !important; + } + + .md\:mt-9\/12 { + margin-top: 75% !important; + } + + .md\:mr-9\/12 { + margin-right: 75% !important; + } + + .md\:mb-9\/12 { + margin-bottom: 75% !important; + } + + .md\:ml-9\/12 { + margin-left: 75% !important; + } + + .md\:mt-10\/12 { + margin-top: 83.333333% !important; + } + + .md\:mr-10\/12 { + margin-right: 83.333333% !important; + } + + .md\:mb-10\/12 { + margin-bottom: 83.333333% !important; + } + + .md\:ml-10\/12 { + margin-left: 83.333333% !important; + } + + .md\:mt-11\/12 { + margin-top: 91.666667% !important; + } + + .md\:mr-11\/12 { + margin-right: 91.666667% !important; + } + + .md\:mb-11\/12 { + margin-bottom: 91.666667% !important; + } + + .md\:ml-11\/12 { + margin-left: 91.666667% !important; + } + + .md\:mt-1\/16 { + margin-top: 6.25% !important; + } + + .md\:mr-1\/16 { + margin-right: 6.25% !important; + } + + .md\:mb-1\/16 { + margin-bottom: 6.25% !important; + } + + .md\:ml-1\/16 { + margin-left: 6.25% !important; + } + + .md\:mt-2\/16 { + margin-top: 12.5% !important; + } + + .md\:mr-2\/16 { + margin-right: 12.5% !important; + } + + .md\:mb-2\/16 { + margin-bottom: 12.5% !important; + } + + .md\:ml-2\/16 { + margin-left: 12.5% !important; + } + + .md\:mt-3\/16 { + margin-top: 18.75% !important; + } + + .md\:mr-3\/16 { + margin-right: 18.75% !important; + } + + .md\:mb-3\/16 { + margin-bottom: 18.75% !important; + } + + .md\:ml-3\/16 { + margin-left: 18.75% !important; + } + + .md\:mt-4\/16 { + margin-top: 25% !important; + } + + .md\:mr-4\/16 { + margin-right: 25% !important; + } + + .md\:mb-4\/16 { + margin-bottom: 25% !important; + } + + .md\:ml-4\/16 { + margin-left: 25% !important; + } + + .md\:mt-5\/16 { + margin-top: 31.25% !important; + } + + .md\:mr-5\/16 { + margin-right: 31.25% !important; + } + + .md\:mb-5\/16 { + margin-bottom: 31.25% !important; + } + + .md\:ml-5\/16 { + margin-left: 31.25% !important; + } + + .md\:mt-6\/16 { + margin-top: 37.5% !important; + } + + .md\:mr-6\/16 { + margin-right: 37.5% !important; + } + + .md\:mb-6\/16 { + margin-bottom: 37.5% !important; + } + + .md\:ml-6\/16 { + margin-left: 37.5% !important; + } + + .md\:mt-7\/16 { + margin-top: 43.75% !important; + } + + .md\:mr-7\/16 { + margin-right: 43.75% !important; + } + + .md\:mb-7\/16 { + margin-bottom: 43.75% !important; + } + + .md\:ml-7\/16 { + margin-left: 43.75% !important; + } + + .md\:mt-8\/16 { + margin-top: 50% !important; + } + + .md\:mr-8\/16 { + margin-right: 50% !important; + } + + .md\:mb-8\/16 { + margin-bottom: 50% !important; + } + + .md\:ml-8\/16 { + margin-left: 50% !important; + } + + .md\:mt-9\/16 { + margin-top: 56.25% !important; + } + + .md\:mr-9\/16 { + margin-right: 56.25% !important; + } + + .md\:mb-9\/16 { + margin-bottom: 56.25% !important; + } + + .md\:ml-9\/16 { + margin-left: 56.25% !important; + } + + .md\:mt-10\/16 { + margin-top: 62.5% !important; + } + + .md\:mr-10\/16 { + margin-right: 62.5% !important; + } + + .md\:mb-10\/16 { + margin-bottom: 62.5% !important; + } + + .md\:ml-10\/16 { + margin-left: 62.5% !important; + } + + .md\:mt-11\/16 { + margin-top: 68.75% !important; + } + + .md\:mr-11\/16 { + margin-right: 68.75% !important; + } + + .md\:mb-11\/16 { + margin-bottom: 68.75% !important; + } + + .md\:ml-11\/16 { + margin-left: 68.75% !important; + } + + .md\:mt-12\/16 { + margin-top: 75% !important; + } + + .md\:mr-12\/16 { + margin-right: 75% !important; + } + + .md\:mb-12\/16 { + margin-bottom: 75% !important; + } + + .md\:ml-12\/16 { + margin-left: 75% !important; + } + + .md\:mt-13\/16 { + margin-top: 81.25% !important; + } + + .md\:mr-13\/16 { + margin-right: 81.25% !important; + } + + .md\:mb-13\/16 { + margin-bottom: 81.25% !important; + } + + .md\:ml-13\/16 { + margin-left: 81.25% !important; + } + + .md\:mt-14\/16 { + margin-top: 87.5% !important; + } + + .md\:mr-14\/16 { + margin-right: 87.5% !important; + } + + .md\:mb-14\/16 { + margin-bottom: 87.5% !important; + } + + .md\:ml-14\/16 { + margin-left: 87.5% !important; + } + + .md\:mt-15\/16 { + margin-top: 93.75% !important; + } + + .md\:mr-15\/16 { + margin-right: 93.75% !important; + } + + .md\:mb-15\/16 { + margin-bottom: 93.75% !important; + } + + .md\:ml-15\/16 { + margin-left: 93.75% !important; + } + + .md\:mt-full { + margin-top: 100% !important; + } + + .md\:mr-full { + margin-right: 100% !important; + } + + .md\:mb-full { + margin-bottom: 100% !important; + } + + .md\:ml-full { + margin-left: 100% !important; + } + .md\:-mt-1 { margin-top: -0.25rem !important; } @@ -71926,6 +109106,22 @@ video { margin-left: -1.5rem !important; } + .md\:-mt-7 { + margin-top: -1.75rem !important; + } + + .md\:-mr-7 { + margin-right: -1.75rem !important; + } + + .md\:-mb-7 { + margin-bottom: -1.75rem !important; + } + + .md\:-ml-7 { + margin-left: -1.75rem !important; + } + .md\:-mt-8 { margin-top: -2rem !important; } @@ -71942,6 +109138,22 @@ video { margin-left: -2rem !important; } + .md\:-mt-9 { + margin-top: -2.25rem !important; + } + + .md\:-mr-9 { + margin-right: -2.25rem !important; + } + + .md\:-mb-9 { + margin-bottom: -2.25rem !important; + } + + .md\:-ml-9 { + margin-left: -2.25rem !important; + } + .md\:-mt-10 { margin-top: -2.5rem !important; } @@ -71958,6 +109170,22 @@ video { margin-left: -2.5rem !important; } + .md\:-mt-11 { + margin-top: -2.75rem !important; + } + + .md\:-mr-11 { + margin-right: -2.75rem !important; + } + + .md\:-mb-11 { + margin-bottom: -2.75rem !important; + } + + .md\:-ml-11 { + margin-left: -2.75rem !important; + } + .md\:-mt-12 { margin-top: -3rem !important; } @@ -71974,6 +109202,54 @@ video { margin-left: -3rem !important; } + .md\:-mt-13 { + margin-top: -3.25rem !important; + } + + .md\:-mr-13 { + margin-right: -3.25rem !important; + } + + .md\:-mb-13 { + margin-bottom: -3.25rem !important; + } + + .md\:-ml-13 { + margin-left: -3.25rem !important; + } + + .md\:-mt-14 { + margin-top: -3.5rem !important; + } + + .md\:-mr-14 { + margin-right: -3.5rem !important; + } + + .md\:-mb-14 { + margin-bottom: -3.5rem !important; + } + + .md\:-ml-14 { + margin-left: -3.5rem !important; + } + + .md\:-mt-15 { + margin-top: -3.75rem !important; + } + + .md\:-mr-15 { + margin-right: -3.75rem !important; + } + + .md\:-mb-15 { + margin-bottom: -3.75rem !important; + } + + .md\:-ml-15 { + margin-left: -3.75rem !important; + } + .md\:-mt-16 { margin-top: -4rem !important; } @@ -72022,6 +109298,22 @@ video { margin-left: -6rem !important; } + .md\:-mt-28 { + margin-top: -7rem !important; + } + + .md\:-mr-28 { + margin-right: -7rem !important; + } + + .md\:-mb-28 { + margin-bottom: -7rem !important; + } + + .md\:-ml-28 { + margin-left: -7rem !important; + } + .md\:-mt-32 { margin-top: -8rem !important; } @@ -72038,6 +109330,22 @@ video { margin-left: -8rem !important; } + .md\:-mt-36 { + margin-top: -9rem !important; + } + + .md\:-mr-36 { + margin-right: -9rem !important; + } + + .md\:-mb-36 { + margin-bottom: -9rem !important; + } + + .md\:-ml-36 { + margin-left: -9rem !important; + } + .md\:-mt-40 { margin-top: -10rem !important; } @@ -72054,6 +109362,22 @@ video { margin-left: -10rem !important; } + .md\:-mt-44 { + margin-top: -11rem !important; + } + + .md\:-mr-44 { + margin-right: -11rem !important; + } + + .md\:-mb-44 { + margin-bottom: -11rem !important; + } + + .md\:-ml-44 { + margin-left: -11rem !important; + } + .md\:-mt-48 { margin-top: -12rem !important; } @@ -72070,6 +109394,22 @@ video { margin-left: -12rem !important; } + .md\:-mt-52 { + margin-top: -13rem !important; + } + + .md\:-mr-52 { + margin-right: -13rem !important; + } + + .md\:-mb-52 { + margin-bottom: -13rem !important; + } + + .md\:-ml-52 { + margin-left: -13rem !important; + } + .md\:-mt-56 { margin-top: -14rem !important; } @@ -72086,6 +109426,22 @@ video { margin-left: -14rem !important; } + .md\:-mt-60 { + margin-top: -15rem !important; + } + + .md\:-mr-60 { + margin-right: -15rem !important; + } + + .md\:-mb-60 { + margin-bottom: -15rem !important; + } + + .md\:-ml-60 { + margin-left: -15rem !important; + } + .md\:-mt-64 { margin-top: -16rem !important; } @@ -72102,6 +109458,54 @@ video { margin-left: -16rem !important; } + .md\:-mt-72 { + margin-top: -18rem !important; + } + + .md\:-mr-72 { + margin-right: -18rem !important; + } + + .md\:-mb-72 { + margin-bottom: -18rem !important; + } + + .md\:-ml-72 { + margin-left: -18rem !important; + } + + .md\:-mt-80 { + margin-top: -20rem !important; + } + + .md\:-mr-80 { + margin-right: -20rem !important; + } + + .md\:-mb-80 { + margin-bottom: -20rem !important; + } + + .md\:-ml-80 { + margin-left: -20rem !important; + } + + .md\:-mt-96 { + margin-top: -24rem !important; + } + + .md\:-mr-96 { + margin-right: -24rem !important; + } + + .md\:-mb-96 { + margin-bottom: -24rem !important; + } + + .md\:-ml-96 { + margin-left: -24rem !important; + } + .md\:-mt-px { margin-top: -1px !important; } @@ -72118,14 +109522,1066 @@ video { margin-left: -1px !important; } - .md\:max-h-full { - max-height: 100% !important; + .md\:-mt-0\.5 { + margin-top: -0.125rem !important; + } + + .md\:-mr-0\.5 { + margin-right: -0.125rem !important; + } + + .md\:-mb-0\.5 { + margin-bottom: -0.125rem !important; + } + + .md\:-ml-0\.5 { + margin-left: -0.125rem !important; + } + + .md\:-mt-1\.5 { + margin-top: -0.375rem !important; + } + + .md\:-mr-1\.5 { + margin-right: -0.375rem !important; + } + + .md\:-mb-1\.5 { + margin-bottom: -0.375rem !important; + } + + .md\:-ml-1\.5 { + margin-left: -0.375rem !important; + } + + .md\:-mt-2\.5 { + margin-top: -0.625rem !important; + } + + .md\:-mr-2\.5 { + margin-right: -0.625rem !important; + } + + .md\:-mb-2\.5 { + margin-bottom: -0.625rem !important; + } + + .md\:-ml-2\.5 { + margin-left: -0.625rem !important; + } + + .md\:-mt-3\.5 { + margin-top: -0.875rem !important; + } + + .md\:-mr-3\.5 { + margin-right: -0.875rem !important; + } + + .md\:-mb-3\.5 { + margin-bottom: -0.875rem !important; + } + + .md\:-ml-3\.5 { + margin-left: -0.875rem !important; + } + + .md\:-mt-1\/2 { + margin-top: -50% !important; + } + + .md\:-mr-1\/2 { + margin-right: -50% !important; + } + + .md\:-mb-1\/2 { + margin-bottom: -50% !important; + } + + .md\:-ml-1\/2 { + margin-left: -50% !important; + } + + .md\:-mt-1\/3 { + margin-top: -33.33333% !important; + } + + .md\:-mr-1\/3 { + margin-right: -33.33333% !important; + } + + .md\:-mb-1\/3 { + margin-bottom: -33.33333% !important; + } + + .md\:-ml-1\/3 { + margin-left: -33.33333% !important; + } + + .md\:-mt-2\/3 { + margin-top: -66.66667% !important; + } + + .md\:-mr-2\/3 { + margin-right: -66.66667% !important; + } + + .md\:-mb-2\/3 { + margin-bottom: -66.66667% !important; + } + + .md\:-ml-2\/3 { + margin-left: -66.66667% !important; + } + + .md\:-mt-1\/4 { + margin-top: -25% !important; + } + + .md\:-mr-1\/4 { + margin-right: -25% !important; + } + + .md\:-mb-1\/4 { + margin-bottom: -25% !important; + } + + .md\:-ml-1\/4 { + margin-left: -25% !important; + } + + .md\:-mt-2\/4 { + margin-top: -50% !important; + } + + .md\:-mr-2\/4 { + margin-right: -50% !important; + } + + .md\:-mb-2\/4 { + margin-bottom: -50% !important; + } + + .md\:-ml-2\/4 { + margin-left: -50% !important; + } + + .md\:-mt-3\/4 { + margin-top: -75% !important; + } + + .md\:-mr-3\/4 { + margin-right: -75% !important; + } + + .md\:-mb-3\/4 { + margin-bottom: -75% !important; + } + + .md\:-ml-3\/4 { + margin-left: -75% !important; + } + + .md\:-mt-1\/5 { + margin-top: -20% !important; + } + + .md\:-mr-1\/5 { + margin-right: -20% !important; + } + + .md\:-mb-1\/5 { + margin-bottom: -20% !important; + } + + .md\:-ml-1\/5 { + margin-left: -20% !important; + } + + .md\:-mt-2\/5 { + margin-top: -40% !important; + } + + .md\:-mr-2\/5 { + margin-right: -40% !important; + } + + .md\:-mb-2\/5 { + margin-bottom: -40% !important; + } + + .md\:-ml-2\/5 { + margin-left: -40% !important; + } + + .md\:-mt-3\/5 { + margin-top: -60% !important; + } + + .md\:-mr-3\/5 { + margin-right: -60% !important; + } + + .md\:-mb-3\/5 { + margin-bottom: -60% !important; + } + + .md\:-ml-3\/5 { + margin-left: -60% !important; + } + + .md\:-mt-4\/5 { + margin-top: -80% !important; + } + + .md\:-mr-4\/5 { + margin-right: -80% !important; + } + + .md\:-mb-4\/5 { + margin-bottom: -80% !important; + } + + .md\:-ml-4\/5 { + margin-left: -80% !important; + } + + .md\:-mt-1\/6 { + margin-top: -16.66667% !important; + } + + .md\:-mr-1\/6 { + margin-right: -16.66667% !important; + } + + .md\:-mb-1\/6 { + margin-bottom: -16.66667% !important; + } + + .md\:-ml-1\/6 { + margin-left: -16.66667% !important; + } + + .md\:-mt-2\/6 { + margin-top: -33.33333% !important; + } + + .md\:-mr-2\/6 { + margin-right: -33.33333% !important; + } + + .md\:-mb-2\/6 { + margin-bottom: -33.33333% !important; + } + + .md\:-ml-2\/6 { + margin-left: -33.33333% !important; + } + + .md\:-mt-3\/6 { + margin-top: -50% !important; + } + + .md\:-mr-3\/6 { + margin-right: -50% !important; + } + + .md\:-mb-3\/6 { + margin-bottom: -50% !important; + } + + .md\:-ml-3\/6 { + margin-left: -50% !important; + } + + .md\:-mt-4\/6 { + margin-top: -66.66667% !important; + } + + .md\:-mr-4\/6 { + margin-right: -66.66667% !important; + } + + .md\:-mb-4\/6 { + margin-bottom: -66.66667% !important; + } + + .md\:-ml-4\/6 { + margin-left: -66.66667% !important; + } + + .md\:-mt-5\/6 { + margin-top: -83.33333% !important; + } + + .md\:-mr-5\/6 { + margin-right: -83.33333% !important; + } + + .md\:-mb-5\/6 { + margin-bottom: -83.33333% !important; + } + + .md\:-ml-5\/6 { + margin-left: -83.33333% !important; + } + + .md\:-mt-1\/12 { + margin-top: -8.33333% !important; + } + + .md\:-mr-1\/12 { + margin-right: -8.33333% !important; + } + + .md\:-mb-1\/12 { + margin-bottom: -8.33333% !important; + } + + .md\:-ml-1\/12 { + margin-left: -8.33333% !important; + } + + .md\:-mt-2\/12 { + margin-top: -16.66667% !important; + } + + .md\:-mr-2\/12 { + margin-right: -16.66667% !important; + } + + .md\:-mb-2\/12 { + margin-bottom: -16.66667% !important; + } + + .md\:-ml-2\/12 { + margin-left: -16.66667% !important; + } + + .md\:-mt-3\/12 { + margin-top: -25% !important; + } + + .md\:-mr-3\/12 { + margin-right: -25% !important; + } + + .md\:-mb-3\/12 { + margin-bottom: -25% !important; + } + + .md\:-ml-3\/12 { + margin-left: -25% !important; + } + + .md\:-mt-4\/12 { + margin-top: -33.33333% !important; + } + + .md\:-mr-4\/12 { + margin-right: -33.33333% !important; + } + + .md\:-mb-4\/12 { + margin-bottom: -33.33333% !important; + } + + .md\:-ml-4\/12 { + margin-left: -33.33333% !important; + } + + .md\:-mt-5\/12 { + margin-top: -41.66667% !important; + } + + .md\:-mr-5\/12 { + margin-right: -41.66667% !important; + } + + .md\:-mb-5\/12 { + margin-bottom: -41.66667% !important; + } + + .md\:-ml-5\/12 { + margin-left: -41.66667% !important; + } + + .md\:-mt-6\/12 { + margin-top: -50% !important; + } + + .md\:-mr-6\/12 { + margin-right: -50% !important; + } + + .md\:-mb-6\/12 { + margin-bottom: -50% !important; + } + + .md\:-ml-6\/12 { + margin-left: -50% !important; + } + + .md\:-mt-7\/12 { + margin-top: -58.33333% !important; + } + + .md\:-mr-7\/12 { + margin-right: -58.33333% !important; + } + + .md\:-mb-7\/12 { + margin-bottom: -58.33333% !important; + } + + .md\:-ml-7\/12 { + margin-left: -58.33333% !important; + } + + .md\:-mt-8\/12 { + margin-top: -66.66667% !important; + } + + .md\:-mr-8\/12 { + margin-right: -66.66667% !important; + } + + .md\:-mb-8\/12 { + margin-bottom: -66.66667% !important; + } + + .md\:-ml-8\/12 { + margin-left: -66.66667% !important; + } + + .md\:-mt-9\/12 { + margin-top: -75% !important; + } + + .md\:-mr-9\/12 { + margin-right: -75% !important; + } + + .md\:-mb-9\/12 { + margin-bottom: -75% !important; + } + + .md\:-ml-9\/12 { + margin-left: -75% !important; + } + + .md\:-mt-10\/12 { + margin-top: -83.33333% !important; + } + + .md\:-mr-10\/12 { + margin-right: -83.33333% !important; + } + + .md\:-mb-10\/12 { + margin-bottom: -83.33333% !important; + } + + .md\:-ml-10\/12 { + margin-left: -83.33333% !important; + } + + .md\:-mt-11\/12 { + margin-top: -91.66667% !important; + } + + .md\:-mr-11\/12 { + margin-right: -91.66667% !important; + } + + .md\:-mb-11\/12 { + margin-bottom: -91.66667% !important; + } + + .md\:-ml-11\/12 { + margin-left: -91.66667% !important; + } + + .md\:-mt-1\/16 { + margin-top: -6.25% !important; + } + + .md\:-mr-1\/16 { + margin-right: -6.25% !important; + } + + .md\:-mb-1\/16 { + margin-bottom: -6.25% !important; + } + + .md\:-ml-1\/16 { + margin-left: -6.25% !important; + } + + .md\:-mt-2\/16 { + margin-top: -12.5% !important; + } + + .md\:-mr-2\/16 { + margin-right: -12.5% !important; + } + + .md\:-mb-2\/16 { + margin-bottom: -12.5% !important; + } + + .md\:-ml-2\/16 { + margin-left: -12.5% !important; + } + + .md\:-mt-3\/16 { + margin-top: -18.75% !important; + } + + .md\:-mr-3\/16 { + margin-right: -18.75% !important; + } + + .md\:-mb-3\/16 { + margin-bottom: -18.75% !important; + } + + .md\:-ml-3\/16 { + margin-left: -18.75% !important; + } + + .md\:-mt-4\/16 { + margin-top: -25% !important; + } + + .md\:-mr-4\/16 { + margin-right: -25% !important; + } + + .md\:-mb-4\/16 { + margin-bottom: -25% !important; + } + + .md\:-ml-4\/16 { + margin-left: -25% !important; + } + + .md\:-mt-5\/16 { + margin-top: -31.25% !important; + } + + .md\:-mr-5\/16 { + margin-right: -31.25% !important; + } + + .md\:-mb-5\/16 { + margin-bottom: -31.25% !important; + } + + .md\:-ml-5\/16 { + margin-left: -31.25% !important; + } + + .md\:-mt-6\/16 { + margin-top: -37.5% !important; + } + + .md\:-mr-6\/16 { + margin-right: -37.5% !important; + } + + .md\:-mb-6\/16 { + margin-bottom: -37.5% !important; + } + + .md\:-ml-6\/16 { + margin-left: -37.5% !important; + } + + .md\:-mt-7\/16 { + margin-top: -43.75% !important; + } + + .md\:-mr-7\/16 { + margin-right: -43.75% !important; + } + + .md\:-mb-7\/16 { + margin-bottom: -43.75% !important; + } + + .md\:-ml-7\/16 { + margin-left: -43.75% !important; + } + + .md\:-mt-8\/16 { + margin-top: -50% !important; + } + + .md\:-mr-8\/16 { + margin-right: -50% !important; + } + + .md\:-mb-8\/16 { + margin-bottom: -50% !important; + } + + .md\:-ml-8\/16 { + margin-left: -50% !important; + } + + .md\:-mt-9\/16 { + margin-top: -56.25% !important; + } + + .md\:-mr-9\/16 { + margin-right: -56.25% !important; + } + + .md\:-mb-9\/16 { + margin-bottom: -56.25% !important; + } + + .md\:-ml-9\/16 { + margin-left: -56.25% !important; + } + + .md\:-mt-10\/16 { + margin-top: -62.5% !important; + } + + .md\:-mr-10\/16 { + margin-right: -62.5% !important; + } + + .md\:-mb-10\/16 { + margin-bottom: -62.5% !important; + } + + .md\:-ml-10\/16 { + margin-left: -62.5% !important; + } + + .md\:-mt-11\/16 { + margin-top: -68.75% !important; + } + + .md\:-mr-11\/16 { + margin-right: -68.75% !important; + } + + .md\:-mb-11\/16 { + margin-bottom: -68.75% !important; + } + + .md\:-ml-11\/16 { + margin-left: -68.75% !important; + } + + .md\:-mt-12\/16 { + margin-top: -75% !important; + } + + .md\:-mr-12\/16 { + margin-right: -75% !important; + } + + .md\:-mb-12\/16 { + margin-bottom: -75% !important; + } + + .md\:-ml-12\/16 { + margin-left: -75% !important; + } + + .md\:-mt-13\/16 { + margin-top: -81.25% !important; + } + + .md\:-mr-13\/16 { + margin-right: -81.25% !important; + } + + .md\:-mb-13\/16 { + margin-bottom: -81.25% !important; + } + + .md\:-ml-13\/16 { + margin-left: -81.25% !important; + } + + .md\:-mt-14\/16 { + margin-top: -87.5% !important; + } + + .md\:-mr-14\/16 { + margin-right: -87.5% !important; + } + + .md\:-mb-14\/16 { + margin-bottom: -87.5% !important; + } + + .md\:-ml-14\/16 { + margin-left: -87.5% !important; + } + + .md\:-mt-15\/16 { + margin-top: -93.75% !important; + } + + .md\:-mr-15\/16 { + margin-right: -93.75% !important; + } + + .md\:-mb-15\/16 { + margin-bottom: -93.75% !important; + } + + .md\:-ml-15\/16 { + margin-left: -93.75% !important; + } + + .md\:-mt-full { + margin-top: -100% !important; + } + + .md\:-mr-full { + margin-right: -100% !important; + } + + .md\:-mb-full { + margin-bottom: -100% !important; + } + + .md\:-ml-full { + margin-left: -100% !important; + } + + .md\:max-h-0 { + max-height: 0 !important; + } + + .md\:max-h-1 { + max-height: 0.25rem !important; + } + + .md\:max-h-2 { + max-height: 0.5rem !important; + } + + .md\:max-h-3 { + max-height: 0.75rem !important; + } + + .md\:max-h-4 { + max-height: 1rem !important; + } + + .md\:max-h-5 { + max-height: 1.25rem !important; + } + + .md\:max-h-6 { + max-height: 1.5rem !important; + } + + .md\:max-h-7 { + max-height: 1.75rem !important; + } + + .md\:max-h-8 { + max-height: 2rem !important; + } + + .md\:max-h-9 { + max-height: 2.25rem !important; + } + + .md\:max-h-10 { + max-height: 2.5rem !important; + } + + .md\:max-h-11 { + max-height: 2.75rem !important; + } + + .md\:max-h-12 { + max-height: 3rem !important; + } + + .md\:max-h-13 { + max-height: 3.25rem !important; + } + + .md\:max-h-14 { + max-height: 3.5rem !important; + } + + .md\:max-h-15 { + max-height: 3.75rem !important; + } + + .md\:max-h-16 { + max-height: 4rem !important; + } + + .md\:max-h-20 { + max-height: 5rem !important; + } + + .md\:max-h-24 { + max-height: 6rem !important; + } + + .md\:max-h-28 { + max-height: 7rem !important; + } + + .md\:max-h-32 { + max-height: 8rem !important; + } + + .md\:max-h-36 { + max-height: 9rem !important; + } + + .md\:max-h-40 { + max-height: 10rem !important; + } + + .md\:max-h-44 { + max-height: 11rem !important; + } + + .md\:max-h-48 { + max-height: 12rem !important; + } + + .md\:max-h-52 { + max-height: 13rem !important; + } + + .md\:max-h-56 { + max-height: 14rem !important; + } + + .md\:max-h-60 { + max-height: 15rem !important; + } + + .md\:max-h-64 { + max-height: 16rem !important; + } + + .md\:max-h-72 { + max-height: 18rem !important; + } + + .md\:max-h-80 { + max-height: 20rem !important; + } + + .md\:max-h-96 { + max-height: 24rem !important; } .md\:max-h-screen { max-height: 100vh !important; } + .md\:max-h-px { + max-height: 1px !important; + } + + .md\:max-h-0\.5 { + max-height: 0.125rem !important; + } + + .md\:max-h-1\.5 { + max-height: 0.375rem !important; + } + + .md\:max-h-2\.5 { + max-height: 0.625rem !important; + } + + .md\:max-h-3\.5 { + max-height: 0.875rem !important; + } + + .md\:max-h-1\/2 { + max-height: 50% !important; + } + + .md\:max-h-1\/3 { + max-height: 33.333333% !important; + } + + .md\:max-h-2\/3 { + max-height: 66.666667% !important; + } + + .md\:max-h-1\/4 { + max-height: 25% !important; + } + + .md\:max-h-2\/4 { + max-height: 50% !important; + } + + .md\:max-h-3\/4 { + max-height: 75% !important; + } + + .md\:max-h-1\/5 { + max-height: 20% !important; + } + + .md\:max-h-2\/5 { + max-height: 40% !important; + } + + .md\:max-h-3\/5 { + max-height: 60% !important; + } + + .md\:max-h-4\/5 { + max-height: 80% !important; + } + + .md\:max-h-1\/6 { + max-height: 16.666667% !important; + } + + .md\:max-h-2\/6 { + max-height: 33.333333% !important; + } + + .md\:max-h-3\/6 { + max-height: 50% !important; + } + + .md\:max-h-4\/6 { + max-height: 66.666667% !important; + } + + .md\:max-h-5\/6 { + max-height: 83.333333% !important; + } + + .md\:max-h-1\/12 { + max-height: 8.333333% !important; + } + + .md\:max-h-2\/12 { + max-height: 16.666667% !important; + } + + .md\:max-h-3\/12 { + max-height: 25% !important; + } + + .md\:max-h-4\/12 { + max-height: 33.333333% !important; + } + + .md\:max-h-5\/12 { + max-height: 41.666667% !important; + } + + .md\:max-h-6\/12 { + max-height: 50% !important; + } + + .md\:max-h-7\/12 { + max-height: 58.333333% !important; + } + + .md\:max-h-8\/12 { + max-height: 66.666667% !important; + } + + .md\:max-h-9\/12 { + max-height: 75% !important; + } + + .md\:max-h-10\/12 { + max-height: 83.333333% !important; + } + + .md\:max-h-11\/12 { + max-height: 91.666667% !important; + } + + .md\:max-h-1\/16 { + max-height: 6.25% !important; + } + + .md\:max-h-2\/16 { + max-height: 12.5% !important; + } + + .md\:max-h-3\/16 { + max-height: 18.75% !important; + } + + .md\:max-h-4\/16 { + max-height: 25% !important; + } + + .md\:max-h-5\/16 { + max-height: 31.25% !important; + } + + .md\:max-h-6\/16 { + max-height: 37.5% !important; + } + + .md\:max-h-7\/16 { + max-height: 43.75% !important; + } + + .md\:max-h-8\/16 { + max-height: 50% !important; + } + + .md\:max-h-9\/16 { + max-height: 56.25% !important; + } + + .md\:max-h-10\/16 { + max-height: 62.5% !important; + } + + .md\:max-h-11\/16 { + max-height: 68.75% !important; + } + + .md\:max-h-12\/16 { + max-height: 75% !important; + } + + .md\:max-h-13\/16 { + max-height: 81.25% !important; + } + + .md\:max-h-14\/16 { + max-height: 87.5% !important; + } + + .md\:max-h-15\/16 { + max-height: 93.75% !important; + } + + .md\:max-h-full { + max-height: 100% !important; + } + + .md\:max-w-0 { + max-width: 0rem !important; + } + .md\:max-w-none { max-width: none !important; } @@ -72170,10 +110626,22 @@ video { max-width: 72rem !important; } + .md\:max-w-7xl { + max-width: 80rem !important; + } + .md\:max-w-full { max-width: 100% !important; } + .md\:max-w-min { + max-width: min-content !important; + } + + .md\:max-w-max { + max-width: max-content !important; + } + .md\:max-w-screen-sm { max-width: 640px !important; } @@ -72210,6 +110678,14 @@ video { min-width: 100% !important; } + .md\:min-w-min { + min-width: min-content !important; + } + + .md\:min-w-max { + min-width: max-content !important; + } + .md\:object-contain { object-fit: contain !important; } @@ -72468,18 +110944,42 @@ video { padding: 1.5rem !important; } + .md\:p-7 { + padding: 1.75rem !important; + } + .md\:p-8 { padding: 2rem !important; } + .md\:p-9 { + padding: 2.25rem !important; + } + .md\:p-10 { padding: 2.5rem !important; } + .md\:p-11 { + padding: 2.75rem !important; + } + .md\:p-12 { padding: 3rem !important; } + .md\:p-13 { + padding: 3.25rem !important; + } + + .md\:p-14 { + padding: 3.5rem !important; + } + + .md\:p-15 { + padding: 3.75rem !important; + } + .md\:p-16 { padding: 4rem !important; } @@ -72492,30 +110992,246 @@ video { padding: 6rem !important; } + .md\:p-28 { + padding: 7rem !important; + } + .md\:p-32 { padding: 8rem !important; } + .md\:p-36 { + padding: 9rem !important; + } + .md\:p-40 { padding: 10rem !important; } + .md\:p-44 { + padding: 11rem !important; + } + .md\:p-48 { padding: 12rem !important; } + .md\:p-52 { + padding: 13rem !important; + } + .md\:p-56 { padding: 14rem !important; } + .md\:p-60 { + padding: 15rem !important; + } + .md\:p-64 { padding: 16rem !important; } + .md\:p-72 { + padding: 18rem !important; + } + + .md\:p-80 { + padding: 20rem !important; + } + + .md\:p-96 { + padding: 24rem !important; + } + .md\:p-px { padding: 1px !important; } + .md\:p-0\.5 { + padding: 0.125rem !important; + } + + .md\:p-1\.5 { + padding: 0.375rem !important; + } + + .md\:p-2\.5 { + padding: 0.625rem !important; + } + + .md\:p-3\.5 { + padding: 0.875rem !important; + } + + .md\:p-1\/2 { + padding: 50% !important; + } + + .md\:p-1\/3 { + padding: 33.333333% !important; + } + + .md\:p-2\/3 { + padding: 66.666667% !important; + } + + .md\:p-1\/4 { + padding: 25% !important; + } + + .md\:p-2\/4 { + padding: 50% !important; + } + + .md\:p-3\/4 { + padding: 75% !important; + } + + .md\:p-1\/5 { + padding: 20% !important; + } + + .md\:p-2\/5 { + padding: 40% !important; + } + + .md\:p-3\/5 { + padding: 60% !important; + } + + .md\:p-4\/5 { + padding: 80% !important; + } + + .md\:p-1\/6 { + padding: 16.666667% !important; + } + + .md\:p-2\/6 { + padding: 33.333333% !important; + } + + .md\:p-3\/6 { + padding: 50% !important; + } + + .md\:p-4\/6 { + padding: 66.666667% !important; + } + + .md\:p-5\/6 { + padding: 83.333333% !important; + } + + .md\:p-1\/12 { + padding: 8.333333% !important; + } + + .md\:p-2\/12 { + padding: 16.666667% !important; + } + + .md\:p-3\/12 { + padding: 25% !important; + } + + .md\:p-4\/12 { + padding: 33.333333% !important; + } + + .md\:p-5\/12 { + padding: 41.666667% !important; + } + + .md\:p-6\/12 { + padding: 50% !important; + } + + .md\:p-7\/12 { + padding: 58.333333% !important; + } + + .md\:p-8\/12 { + padding: 66.666667% !important; + } + + .md\:p-9\/12 { + padding: 75% !important; + } + + .md\:p-10\/12 { + padding: 83.333333% !important; + } + + .md\:p-11\/12 { + padding: 91.666667% !important; + } + + .md\:p-1\/16 { + padding: 6.25% !important; + } + + .md\:p-2\/16 { + padding: 12.5% !important; + } + + .md\:p-3\/16 { + padding: 18.75% !important; + } + + .md\:p-4\/16 { + padding: 25% !important; + } + + .md\:p-5\/16 { + padding: 31.25% !important; + } + + .md\:p-6\/16 { + padding: 37.5% !important; + } + + .md\:p-7\/16 { + padding: 43.75% !important; + } + + .md\:p-8\/16 { + padding: 50% !important; + } + + .md\:p-9\/16 { + padding: 56.25% !important; + } + + .md\:p-10\/16 { + padding: 62.5% !important; + } + + .md\:p-11\/16 { + padding: 68.75% !important; + } + + .md\:p-12\/16 { + padding: 75% !important; + } + + .md\:p-13\/16 { + padding: 81.25% !important; + } + + .md\:p-14\/16 { + padding: 87.5% !important; + } + + .md\:p-15\/16 { + padding: 93.75% !important; + } + + .md\:p-full { + padding: 100% !important; + } + .md\:py-0 { padding-top: 0 !important; padding-bottom: 0 !important; @@ -72586,6 +111302,16 @@ video { padding-right: 1.5rem !important; } + .md\:py-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + + .md\:px-7 { + padding-left: 1.75rem !important; + padding-right: 1.75rem !important; + } + .md\:py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; @@ -72596,6 +111322,16 @@ video { padding-right: 2rem !important; } + .md\:py-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + + .md\:px-9 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + .md\:py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; @@ -72606,6 +111342,16 @@ video { padding-right: 2.5rem !important; } + .md\:py-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + + .md\:px-11 { + padding-left: 2.75rem !important; + padding-right: 2.75rem !important; + } + .md\:py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; @@ -72616,6 +111362,36 @@ video { padding-right: 3rem !important; } + .md\:py-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + + .md\:px-13 { + padding-left: 3.25rem !important; + padding-right: 3.25rem !important; + } + + .md\:py-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + + .md\:px-14 { + padding-left: 3.5rem !important; + padding-right: 3.5rem !important; + } + + .md\:py-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + + .md\:px-15 { + padding-left: 3.75rem !important; + padding-right: 3.75rem !important; + } + .md\:py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; @@ -72646,6 +111422,16 @@ video { padding-right: 6rem !important; } + .md\:py-28 { + padding-top: 7rem !important; + padding-bottom: 7rem !important; + } + + .md\:px-28 { + padding-left: 7rem !important; + padding-right: 7rem !important; + } + .md\:py-32 { padding-top: 8rem !important; padding-bottom: 8rem !important; @@ -72656,6 +111442,16 @@ video { padding-right: 8rem !important; } + .md\:py-36 { + padding-top: 9rem !important; + padding-bottom: 9rem !important; + } + + .md\:px-36 { + padding-left: 9rem !important; + padding-right: 9rem !important; + } + .md\:py-40 { padding-top: 10rem !important; padding-bottom: 10rem !important; @@ -72666,6 +111462,16 @@ video { padding-right: 10rem !important; } + .md\:py-44 { + padding-top: 11rem !important; + padding-bottom: 11rem !important; + } + + .md\:px-44 { + padding-left: 11rem !important; + padding-right: 11rem !important; + } + .md\:py-48 { padding-top: 12rem !important; padding-bottom: 12rem !important; @@ -72676,6 +111482,16 @@ video { padding-right: 12rem !important; } + .md\:py-52 { + padding-top: 13rem !important; + padding-bottom: 13rem !important; + } + + .md\:px-52 { + padding-left: 13rem !important; + padding-right: 13rem !important; + } + .md\:py-56 { padding-top: 14rem !important; padding-bottom: 14rem !important; @@ -72686,6 +111502,16 @@ video { padding-right: 14rem !important; } + .md\:py-60 { + padding-top: 15rem !important; + padding-bottom: 15rem !important; + } + + .md\:px-60 { + padding-left: 15rem !important; + padding-right: 15rem !important; + } + .md\:py-64 { padding-top: 16rem !important; padding-bottom: 16rem !important; @@ -72696,6 +111522,36 @@ video { padding-right: 16rem !important; } + .md\:py-72 { + padding-top: 18rem !important; + padding-bottom: 18rem !important; + } + + .md\:px-72 { + padding-left: 18rem !important; + padding-right: 18rem !important; + } + + .md\:py-80 { + padding-top: 20rem !important; + padding-bottom: 20rem !important; + } + + .md\:px-80 { + padding-left: 20rem !important; + padding-right: 20rem !important; + } + + .md\:py-96 { + padding-top: 24rem !important; + padding-bottom: 24rem !important; + } + + .md\:px-96 { + padding-left: 24rem !important; + padding-right: 24rem !important; + } + .md\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -72706,6 +111562,466 @@ video { padding-right: 1px !important; } + .md\:py-0\.5 { + padding-top: 0.125rem !important; + padding-bottom: 0.125rem !important; + } + + .md\:px-0\.5 { + padding-left: 0.125rem !important; + padding-right: 0.125rem !important; + } + + .md\:py-1\.5 { + padding-top: 0.375rem !important; + padding-bottom: 0.375rem !important; + } + + .md\:px-1\.5 { + padding-left: 0.375rem !important; + padding-right: 0.375rem !important; + } + + .md\:py-2\.5 { + padding-top: 0.625rem !important; + padding-bottom: 0.625rem !important; + } + + .md\:px-2\.5 { + padding-left: 0.625rem !important; + padding-right: 0.625rem !important; + } + + .md\:py-3\.5 { + padding-top: 0.875rem !important; + padding-bottom: 0.875rem !important; + } + + .md\:px-3\.5 { + padding-left: 0.875rem !important; + padding-right: 0.875rem !important; + } + + .md\:py-1\/2 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .md\:px-1\/2 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .md\:py-1\/3 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .md\:px-1\/3 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .md\:py-2\/3 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .md\:px-2\/3 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .md\:py-1\/4 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .md\:px-1\/4 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .md\:py-2\/4 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .md\:px-2\/4 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .md\:py-3\/4 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .md\:px-3\/4 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .md\:py-1\/5 { + padding-top: 20% !important; + padding-bottom: 20% !important; + } + + .md\:px-1\/5 { + padding-left: 20% !important; + padding-right: 20% !important; + } + + .md\:py-2\/5 { + padding-top: 40% !important; + padding-bottom: 40% !important; + } + + .md\:px-2\/5 { + padding-left: 40% !important; + padding-right: 40% !important; + } + + .md\:py-3\/5 { + padding-top: 60% !important; + padding-bottom: 60% !important; + } + + .md\:px-3\/5 { + padding-left: 60% !important; + padding-right: 60% !important; + } + + .md\:py-4\/5 { + padding-top: 80% !important; + padding-bottom: 80% !important; + } + + .md\:px-4\/5 { + padding-left: 80% !important; + padding-right: 80% !important; + } + + .md\:py-1\/6 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .md\:px-1\/6 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .md\:py-2\/6 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .md\:px-2\/6 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .md\:py-3\/6 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .md\:px-3\/6 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .md\:py-4\/6 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .md\:px-4\/6 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .md\:py-5\/6 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .md\:px-5\/6 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .md\:py-1\/12 { + padding-top: 8.333333% !important; + padding-bottom: 8.333333% !important; + } + + .md\:px-1\/12 { + padding-left: 8.333333% !important; + padding-right: 8.333333% !important; + } + + .md\:py-2\/12 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .md\:px-2\/12 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .md\:py-3\/12 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .md\:px-3\/12 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .md\:py-4\/12 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .md\:px-4\/12 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .md\:py-5\/12 { + padding-top: 41.666667% !important; + padding-bottom: 41.666667% !important; + } + + .md\:px-5\/12 { + padding-left: 41.666667% !important; + padding-right: 41.666667% !important; + } + + .md\:py-6\/12 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .md\:px-6\/12 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .md\:py-7\/12 { + padding-top: 58.333333% !important; + padding-bottom: 58.333333% !important; + } + + .md\:px-7\/12 { + padding-left: 58.333333% !important; + padding-right: 58.333333% !important; + } + + .md\:py-8\/12 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .md\:px-8\/12 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .md\:py-9\/12 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .md\:px-9\/12 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .md\:py-10\/12 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .md\:px-10\/12 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .md\:py-11\/12 { + padding-top: 91.666667% !important; + padding-bottom: 91.666667% !important; + } + + .md\:px-11\/12 { + padding-left: 91.666667% !important; + padding-right: 91.666667% !important; + } + + .md\:py-1\/16 { + padding-top: 6.25% !important; + padding-bottom: 6.25% !important; + } + + .md\:px-1\/16 { + padding-left: 6.25% !important; + padding-right: 6.25% !important; + } + + .md\:py-2\/16 { + padding-top: 12.5% !important; + padding-bottom: 12.5% !important; + } + + .md\:px-2\/16 { + padding-left: 12.5% !important; + padding-right: 12.5% !important; + } + + .md\:py-3\/16 { + padding-top: 18.75% !important; + padding-bottom: 18.75% !important; + } + + .md\:px-3\/16 { + padding-left: 18.75% !important; + padding-right: 18.75% !important; + } + + .md\:py-4\/16 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .md\:px-4\/16 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .md\:py-5\/16 { + padding-top: 31.25% !important; + padding-bottom: 31.25% !important; + } + + .md\:px-5\/16 { + padding-left: 31.25% !important; + padding-right: 31.25% !important; + } + + .md\:py-6\/16 { + padding-top: 37.5% !important; + padding-bottom: 37.5% !important; + } + + .md\:px-6\/16 { + padding-left: 37.5% !important; + padding-right: 37.5% !important; + } + + .md\:py-7\/16 { + padding-top: 43.75% !important; + padding-bottom: 43.75% !important; + } + + .md\:px-7\/16 { + padding-left: 43.75% !important; + padding-right: 43.75% !important; + } + + .md\:py-8\/16 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .md\:px-8\/16 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .md\:py-9\/16 { + padding-top: 56.25% !important; + padding-bottom: 56.25% !important; + } + + .md\:px-9\/16 { + padding-left: 56.25% !important; + padding-right: 56.25% !important; + } + + .md\:py-10\/16 { + padding-top: 62.5% !important; + padding-bottom: 62.5% !important; + } + + .md\:px-10\/16 { + padding-left: 62.5% !important; + padding-right: 62.5% !important; + } + + .md\:py-11\/16 { + padding-top: 68.75% !important; + padding-bottom: 68.75% !important; + } + + .md\:px-11\/16 { + padding-left: 68.75% !important; + padding-right: 68.75% !important; + } + + .md\:py-12\/16 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .md\:px-12\/16 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .md\:py-13\/16 { + padding-top: 81.25% !important; + padding-bottom: 81.25% !important; + } + + .md\:px-13\/16 { + padding-left: 81.25% !important; + padding-right: 81.25% !important; + } + + .md\:py-14\/16 { + padding-top: 87.5% !important; + padding-bottom: 87.5% !important; + } + + .md\:px-14\/16 { + padding-left: 87.5% !important; + padding-right: 87.5% !important; + } + + .md\:py-15\/16 { + padding-top: 93.75% !important; + padding-bottom: 93.75% !important; + } + + .md\:px-15\/16 { + padding-left: 93.75% !important; + padding-right: 93.75% !important; + } + + .md\:py-full { + padding-top: 100% !important; + padding-bottom: 100% !important; + } + + .md\:px-full { + padding-left: 100% !important; + padding-right: 100% !important; + } + .md\:pt-0 { padding-top: 0 !important; } @@ -72818,6 +112134,22 @@ video { padding-left: 1.5rem !important; } + .md\:pt-7 { + padding-top: 1.75rem !important; + } + + .md\:pr-7 { + padding-right: 1.75rem !important; + } + + .md\:pb-7 { + padding-bottom: 1.75rem !important; + } + + .md\:pl-7 { + padding-left: 1.75rem !important; + } + .md\:pt-8 { padding-top: 2rem !important; } @@ -72834,6 +112166,22 @@ video { padding-left: 2rem !important; } + .md\:pt-9 { + padding-top: 2.25rem !important; + } + + .md\:pr-9 { + padding-right: 2.25rem !important; + } + + .md\:pb-9 { + padding-bottom: 2.25rem !important; + } + + .md\:pl-9 { + padding-left: 2.25rem !important; + } + .md\:pt-10 { padding-top: 2.5rem !important; } @@ -72850,6 +112198,22 @@ video { padding-left: 2.5rem !important; } + .md\:pt-11 { + padding-top: 2.75rem !important; + } + + .md\:pr-11 { + padding-right: 2.75rem !important; + } + + .md\:pb-11 { + padding-bottom: 2.75rem !important; + } + + .md\:pl-11 { + padding-left: 2.75rem !important; + } + .md\:pt-12 { padding-top: 3rem !important; } @@ -72866,6 +112230,54 @@ video { padding-left: 3rem !important; } + .md\:pt-13 { + padding-top: 3.25rem !important; + } + + .md\:pr-13 { + padding-right: 3.25rem !important; + } + + .md\:pb-13 { + padding-bottom: 3.25rem !important; + } + + .md\:pl-13 { + padding-left: 3.25rem !important; + } + + .md\:pt-14 { + padding-top: 3.5rem !important; + } + + .md\:pr-14 { + padding-right: 3.5rem !important; + } + + .md\:pb-14 { + padding-bottom: 3.5rem !important; + } + + .md\:pl-14 { + padding-left: 3.5rem !important; + } + + .md\:pt-15 { + padding-top: 3.75rem !important; + } + + .md\:pr-15 { + padding-right: 3.75rem !important; + } + + .md\:pb-15 { + padding-bottom: 3.75rem !important; + } + + .md\:pl-15 { + padding-left: 3.75rem !important; + } + .md\:pt-16 { padding-top: 4rem !important; } @@ -72914,6 +112326,22 @@ video { padding-left: 6rem !important; } + .md\:pt-28 { + padding-top: 7rem !important; + } + + .md\:pr-28 { + padding-right: 7rem !important; + } + + .md\:pb-28 { + padding-bottom: 7rem !important; + } + + .md\:pl-28 { + padding-left: 7rem !important; + } + .md\:pt-32 { padding-top: 8rem !important; } @@ -72930,6 +112358,22 @@ video { padding-left: 8rem !important; } + .md\:pt-36 { + padding-top: 9rem !important; + } + + .md\:pr-36 { + padding-right: 9rem !important; + } + + .md\:pb-36 { + padding-bottom: 9rem !important; + } + + .md\:pl-36 { + padding-left: 9rem !important; + } + .md\:pt-40 { padding-top: 10rem !important; } @@ -72946,6 +112390,22 @@ video { padding-left: 10rem !important; } + .md\:pt-44 { + padding-top: 11rem !important; + } + + .md\:pr-44 { + padding-right: 11rem !important; + } + + .md\:pb-44 { + padding-bottom: 11rem !important; + } + + .md\:pl-44 { + padding-left: 11rem !important; + } + .md\:pt-48 { padding-top: 12rem !important; } @@ -72962,6 +112422,22 @@ video { padding-left: 12rem !important; } + .md\:pt-52 { + padding-top: 13rem !important; + } + + .md\:pr-52 { + padding-right: 13rem !important; + } + + .md\:pb-52 { + padding-bottom: 13rem !important; + } + + .md\:pl-52 { + padding-left: 13rem !important; + } + .md\:pt-56 { padding-top: 14rem !important; } @@ -72978,6 +112454,22 @@ video { padding-left: 14rem !important; } + .md\:pt-60 { + padding-top: 15rem !important; + } + + .md\:pr-60 { + padding-right: 15rem !important; + } + + .md\:pb-60 { + padding-bottom: 15rem !important; + } + + .md\:pl-60 { + padding-left: 15rem !important; + } + .md\:pt-64 { padding-top: 16rem !important; } @@ -72994,6 +112486,54 @@ video { padding-left: 16rem !important; } + .md\:pt-72 { + padding-top: 18rem !important; + } + + .md\:pr-72 { + padding-right: 18rem !important; + } + + .md\:pb-72 { + padding-bottom: 18rem !important; + } + + .md\:pl-72 { + padding-left: 18rem !important; + } + + .md\:pt-80 { + padding-top: 20rem !important; + } + + .md\:pr-80 { + padding-right: 20rem !important; + } + + .md\:pb-80 { + padding-bottom: 20rem !important; + } + + .md\:pl-80 { + padding-left: 20rem !important; + } + + .md\:pt-96 { + padding-top: 24rem !important; + } + + .md\:pr-96 { + padding-right: 24rem !important; + } + + .md\:pb-96 { + padding-bottom: 24rem !important; + } + + .md\:pl-96 { + padding-left: 24rem !important; + } + .md\:pt-px { padding-top: 1px !important; } @@ -73010,6 +112550,742 @@ video { padding-left: 1px !important; } + .md\:pt-0\.5 { + padding-top: 0.125rem !important; + } + + .md\:pr-0\.5 { + padding-right: 0.125rem !important; + } + + .md\:pb-0\.5 { + padding-bottom: 0.125rem !important; + } + + .md\:pl-0\.5 { + padding-left: 0.125rem !important; + } + + .md\:pt-1\.5 { + padding-top: 0.375rem !important; + } + + .md\:pr-1\.5 { + padding-right: 0.375rem !important; + } + + .md\:pb-1\.5 { + padding-bottom: 0.375rem !important; + } + + .md\:pl-1\.5 { + padding-left: 0.375rem !important; + } + + .md\:pt-2\.5 { + padding-top: 0.625rem !important; + } + + .md\:pr-2\.5 { + padding-right: 0.625rem !important; + } + + .md\:pb-2\.5 { + padding-bottom: 0.625rem !important; + } + + .md\:pl-2\.5 { + padding-left: 0.625rem !important; + } + + .md\:pt-3\.5 { + padding-top: 0.875rem !important; + } + + .md\:pr-3\.5 { + padding-right: 0.875rem !important; + } + + .md\:pb-3\.5 { + padding-bottom: 0.875rem !important; + } + + .md\:pl-3\.5 { + padding-left: 0.875rem !important; + } + + .md\:pt-1\/2 { + padding-top: 50% !important; + } + + .md\:pr-1\/2 { + padding-right: 50% !important; + } + + .md\:pb-1\/2 { + padding-bottom: 50% !important; + } + + .md\:pl-1\/2 { + padding-left: 50% !important; + } + + .md\:pt-1\/3 { + padding-top: 33.333333% !important; + } + + .md\:pr-1\/3 { + padding-right: 33.333333% !important; + } + + .md\:pb-1\/3 { + padding-bottom: 33.333333% !important; + } + + .md\:pl-1\/3 { + padding-left: 33.333333% !important; + } + + .md\:pt-2\/3 { + padding-top: 66.666667% !important; + } + + .md\:pr-2\/3 { + padding-right: 66.666667% !important; + } + + .md\:pb-2\/3 { + padding-bottom: 66.666667% !important; + } + + .md\:pl-2\/3 { + padding-left: 66.666667% !important; + } + + .md\:pt-1\/4 { + padding-top: 25% !important; + } + + .md\:pr-1\/4 { + padding-right: 25% !important; + } + + .md\:pb-1\/4 { + padding-bottom: 25% !important; + } + + .md\:pl-1\/4 { + padding-left: 25% !important; + } + + .md\:pt-2\/4 { + padding-top: 50% !important; + } + + .md\:pr-2\/4 { + padding-right: 50% !important; + } + + .md\:pb-2\/4 { + padding-bottom: 50% !important; + } + + .md\:pl-2\/4 { + padding-left: 50% !important; + } + + .md\:pt-3\/4 { + padding-top: 75% !important; + } + + .md\:pr-3\/4 { + padding-right: 75% !important; + } + + .md\:pb-3\/4 { + padding-bottom: 75% !important; + } + + .md\:pl-3\/4 { + padding-left: 75% !important; + } + + .md\:pt-1\/5 { + padding-top: 20% !important; + } + + .md\:pr-1\/5 { + padding-right: 20% !important; + } + + .md\:pb-1\/5 { + padding-bottom: 20% !important; + } + + .md\:pl-1\/5 { + padding-left: 20% !important; + } + + .md\:pt-2\/5 { + padding-top: 40% !important; + } + + .md\:pr-2\/5 { + padding-right: 40% !important; + } + + .md\:pb-2\/5 { + padding-bottom: 40% !important; + } + + .md\:pl-2\/5 { + padding-left: 40% !important; + } + + .md\:pt-3\/5 { + padding-top: 60% !important; + } + + .md\:pr-3\/5 { + padding-right: 60% !important; + } + + .md\:pb-3\/5 { + padding-bottom: 60% !important; + } + + .md\:pl-3\/5 { + padding-left: 60% !important; + } + + .md\:pt-4\/5 { + padding-top: 80% !important; + } + + .md\:pr-4\/5 { + padding-right: 80% !important; + } + + .md\:pb-4\/5 { + padding-bottom: 80% !important; + } + + .md\:pl-4\/5 { + padding-left: 80% !important; + } + + .md\:pt-1\/6 { + padding-top: 16.666667% !important; + } + + .md\:pr-1\/6 { + padding-right: 16.666667% !important; + } + + .md\:pb-1\/6 { + padding-bottom: 16.666667% !important; + } + + .md\:pl-1\/6 { + padding-left: 16.666667% !important; + } + + .md\:pt-2\/6 { + padding-top: 33.333333% !important; + } + + .md\:pr-2\/6 { + padding-right: 33.333333% !important; + } + + .md\:pb-2\/6 { + padding-bottom: 33.333333% !important; + } + + .md\:pl-2\/6 { + padding-left: 33.333333% !important; + } + + .md\:pt-3\/6 { + padding-top: 50% !important; + } + + .md\:pr-3\/6 { + padding-right: 50% !important; + } + + .md\:pb-3\/6 { + padding-bottom: 50% !important; + } + + .md\:pl-3\/6 { + padding-left: 50% !important; + } + + .md\:pt-4\/6 { + padding-top: 66.666667% !important; + } + + .md\:pr-4\/6 { + padding-right: 66.666667% !important; + } + + .md\:pb-4\/6 { + padding-bottom: 66.666667% !important; + } + + .md\:pl-4\/6 { + padding-left: 66.666667% !important; + } + + .md\:pt-5\/6 { + padding-top: 83.333333% !important; + } + + .md\:pr-5\/6 { + padding-right: 83.333333% !important; + } + + .md\:pb-5\/6 { + padding-bottom: 83.333333% !important; + } + + .md\:pl-5\/6 { + padding-left: 83.333333% !important; + } + + .md\:pt-1\/12 { + padding-top: 8.333333% !important; + } + + .md\:pr-1\/12 { + padding-right: 8.333333% !important; + } + + .md\:pb-1\/12 { + padding-bottom: 8.333333% !important; + } + + .md\:pl-1\/12 { + padding-left: 8.333333% !important; + } + + .md\:pt-2\/12 { + padding-top: 16.666667% !important; + } + + .md\:pr-2\/12 { + padding-right: 16.666667% !important; + } + + .md\:pb-2\/12 { + padding-bottom: 16.666667% !important; + } + + .md\:pl-2\/12 { + padding-left: 16.666667% !important; + } + + .md\:pt-3\/12 { + padding-top: 25% !important; + } + + .md\:pr-3\/12 { + padding-right: 25% !important; + } + + .md\:pb-3\/12 { + padding-bottom: 25% !important; + } + + .md\:pl-3\/12 { + padding-left: 25% !important; + } + + .md\:pt-4\/12 { + padding-top: 33.333333% !important; + } + + .md\:pr-4\/12 { + padding-right: 33.333333% !important; + } + + .md\:pb-4\/12 { + padding-bottom: 33.333333% !important; + } + + .md\:pl-4\/12 { + padding-left: 33.333333% !important; + } + + .md\:pt-5\/12 { + padding-top: 41.666667% !important; + } + + .md\:pr-5\/12 { + padding-right: 41.666667% !important; + } + + .md\:pb-5\/12 { + padding-bottom: 41.666667% !important; + } + + .md\:pl-5\/12 { + padding-left: 41.666667% !important; + } + + .md\:pt-6\/12 { + padding-top: 50% !important; + } + + .md\:pr-6\/12 { + padding-right: 50% !important; + } + + .md\:pb-6\/12 { + padding-bottom: 50% !important; + } + + .md\:pl-6\/12 { + padding-left: 50% !important; + } + + .md\:pt-7\/12 { + padding-top: 58.333333% !important; + } + + .md\:pr-7\/12 { + padding-right: 58.333333% !important; + } + + .md\:pb-7\/12 { + padding-bottom: 58.333333% !important; + } + + .md\:pl-7\/12 { + padding-left: 58.333333% !important; + } + + .md\:pt-8\/12 { + padding-top: 66.666667% !important; + } + + .md\:pr-8\/12 { + padding-right: 66.666667% !important; + } + + .md\:pb-8\/12 { + padding-bottom: 66.666667% !important; + } + + .md\:pl-8\/12 { + padding-left: 66.666667% !important; + } + + .md\:pt-9\/12 { + padding-top: 75% !important; + } + + .md\:pr-9\/12 { + padding-right: 75% !important; + } + + .md\:pb-9\/12 { + padding-bottom: 75% !important; + } + + .md\:pl-9\/12 { + padding-left: 75% !important; + } + + .md\:pt-10\/12 { + padding-top: 83.333333% !important; + } + + .md\:pr-10\/12 { + padding-right: 83.333333% !important; + } + + .md\:pb-10\/12 { + padding-bottom: 83.333333% !important; + } + + .md\:pl-10\/12 { + padding-left: 83.333333% !important; + } + + .md\:pt-11\/12 { + padding-top: 91.666667% !important; + } + + .md\:pr-11\/12 { + padding-right: 91.666667% !important; + } + + .md\:pb-11\/12 { + padding-bottom: 91.666667% !important; + } + + .md\:pl-11\/12 { + padding-left: 91.666667% !important; + } + + .md\:pt-1\/16 { + padding-top: 6.25% !important; + } + + .md\:pr-1\/16 { + padding-right: 6.25% !important; + } + + .md\:pb-1\/16 { + padding-bottom: 6.25% !important; + } + + .md\:pl-1\/16 { + padding-left: 6.25% !important; + } + + .md\:pt-2\/16 { + padding-top: 12.5% !important; + } + + .md\:pr-2\/16 { + padding-right: 12.5% !important; + } + + .md\:pb-2\/16 { + padding-bottom: 12.5% !important; + } + + .md\:pl-2\/16 { + padding-left: 12.5% !important; + } + + .md\:pt-3\/16 { + padding-top: 18.75% !important; + } + + .md\:pr-3\/16 { + padding-right: 18.75% !important; + } + + .md\:pb-3\/16 { + padding-bottom: 18.75% !important; + } + + .md\:pl-3\/16 { + padding-left: 18.75% !important; + } + + .md\:pt-4\/16 { + padding-top: 25% !important; + } + + .md\:pr-4\/16 { + padding-right: 25% !important; + } + + .md\:pb-4\/16 { + padding-bottom: 25% !important; + } + + .md\:pl-4\/16 { + padding-left: 25% !important; + } + + .md\:pt-5\/16 { + padding-top: 31.25% !important; + } + + .md\:pr-5\/16 { + padding-right: 31.25% !important; + } + + .md\:pb-5\/16 { + padding-bottom: 31.25% !important; + } + + .md\:pl-5\/16 { + padding-left: 31.25% !important; + } + + .md\:pt-6\/16 { + padding-top: 37.5% !important; + } + + .md\:pr-6\/16 { + padding-right: 37.5% !important; + } + + .md\:pb-6\/16 { + padding-bottom: 37.5% !important; + } + + .md\:pl-6\/16 { + padding-left: 37.5% !important; + } + + .md\:pt-7\/16 { + padding-top: 43.75% !important; + } + + .md\:pr-7\/16 { + padding-right: 43.75% !important; + } + + .md\:pb-7\/16 { + padding-bottom: 43.75% !important; + } + + .md\:pl-7\/16 { + padding-left: 43.75% !important; + } + + .md\:pt-8\/16 { + padding-top: 50% !important; + } + + .md\:pr-8\/16 { + padding-right: 50% !important; + } + + .md\:pb-8\/16 { + padding-bottom: 50% !important; + } + + .md\:pl-8\/16 { + padding-left: 50% !important; + } + + .md\:pt-9\/16 { + padding-top: 56.25% !important; + } + + .md\:pr-9\/16 { + padding-right: 56.25% !important; + } + + .md\:pb-9\/16 { + padding-bottom: 56.25% !important; + } + + .md\:pl-9\/16 { + padding-left: 56.25% !important; + } + + .md\:pt-10\/16 { + padding-top: 62.5% !important; + } + + .md\:pr-10\/16 { + padding-right: 62.5% !important; + } + + .md\:pb-10\/16 { + padding-bottom: 62.5% !important; + } + + .md\:pl-10\/16 { + padding-left: 62.5% !important; + } + + .md\:pt-11\/16 { + padding-top: 68.75% !important; + } + + .md\:pr-11\/16 { + padding-right: 68.75% !important; + } + + .md\:pb-11\/16 { + padding-bottom: 68.75% !important; + } + + .md\:pl-11\/16 { + padding-left: 68.75% !important; + } + + .md\:pt-12\/16 { + padding-top: 75% !important; + } + + .md\:pr-12\/16 { + padding-right: 75% !important; + } + + .md\:pb-12\/16 { + padding-bottom: 75% !important; + } + + .md\:pl-12\/16 { + padding-left: 75% !important; + } + + .md\:pt-13\/16 { + padding-top: 81.25% !important; + } + + .md\:pr-13\/16 { + padding-right: 81.25% !important; + } + + .md\:pb-13\/16 { + padding-bottom: 81.25% !important; + } + + .md\:pl-13\/16 { + padding-left: 81.25% !important; + } + + .md\:pt-14\/16 { + padding-top: 87.5% !important; + } + + .md\:pr-14\/16 { + padding-right: 87.5% !important; + } + + .md\:pb-14\/16 { + padding-bottom: 87.5% !important; + } + + .md\:pl-14\/16 { + padding-left: 87.5% !important; + } + + .md\:pt-15\/16 { + padding-top: 93.75% !important; + } + + .md\:pr-15\/16 { + padding-right: 93.75% !important; + } + + .md\:pb-15\/16 { + padding-bottom: 93.75% !important; + } + + .md\:pl-15\/16 { + padding-left: 93.75% !important; + } + + .md\:pt-full { + padding-top: 100% !important; + } + + .md\:pr-full { + padding-right: 100% !important; + } + + .md\:pb-full { + padding-bottom: 100% !important; + } + + .md\:pl-full { + padding-left: 100% !important; + } + .md\:placeholder-transparent::placeholder { color: transparent !important; } @@ -74959,6 +115235,223 @@ video { left: 0 !important; } + .md\:inset-1 { + top: 0.25rem !important; + right: 0.25rem !important; + bottom: 0.25rem !important; + left: 0.25rem !important; + } + + .md\:inset-2 { + top: 0.5rem !important; + right: 0.5rem !important; + bottom: 0.5rem !important; + left: 0.5rem !important; + } + + .md\:inset-3 { + top: 0.75rem !important; + right: 0.75rem !important; + bottom: 0.75rem !important; + left: 0.75rem !important; + } + + .md\:inset-4 { + top: 1rem !important; + right: 1rem !important; + bottom: 1rem !important; + left: 1rem !important; + } + + .md\:inset-5 { + top: 1.25rem !important; + right: 1.25rem !important; + bottom: 1.25rem !important; + left: 1.25rem !important; + } + + .md\:inset-6 { + top: 1.5rem !important; + right: 1.5rem !important; + bottom: 1.5rem !important; + left: 1.5rem !important; + } + + .md\:inset-7 { + top: 1.75rem !important; + right: 1.75rem !important; + bottom: 1.75rem !important; + left: 1.75rem !important; + } + + .md\:inset-8 { + top: 2rem !important; + right: 2rem !important; + bottom: 2rem !important; + left: 2rem !important; + } + + .md\:inset-9 { + top: 2.25rem !important; + right: 2.25rem !important; + bottom: 2.25rem !important; + left: 2.25rem !important; + } + + .md\:inset-10 { + top: 2.5rem !important; + right: 2.5rem !important; + bottom: 2.5rem !important; + left: 2.5rem !important; + } + + .md\:inset-11 { + top: 2.75rem !important; + right: 2.75rem !important; + bottom: 2.75rem !important; + left: 2.75rem !important; + } + + .md\:inset-12 { + top: 3rem !important; + right: 3rem !important; + bottom: 3rem !important; + left: 3rem !important; + } + + .md\:inset-13 { + top: 3.25rem !important; + right: 3.25rem !important; + bottom: 3.25rem !important; + left: 3.25rem !important; + } + + .md\:inset-14 { + top: 3.5rem !important; + right: 3.5rem !important; + bottom: 3.5rem !important; + left: 3.5rem !important; + } + + .md\:inset-15 { + top: 3.75rem !important; + right: 3.75rem !important; + bottom: 3.75rem !important; + left: 3.75rem !important; + } + + .md\:inset-16 { + top: 4rem !important; + right: 4rem !important; + bottom: 4rem !important; + left: 4rem !important; + } + + .md\:inset-20 { + top: 5rem !important; + right: 5rem !important; + bottom: 5rem !important; + left: 5rem !important; + } + + .md\:inset-24 { + top: 6rem !important; + right: 6rem !important; + bottom: 6rem !important; + left: 6rem !important; + } + + .md\:inset-28 { + top: 7rem !important; + right: 7rem !important; + bottom: 7rem !important; + left: 7rem !important; + } + + .md\:inset-32 { + top: 8rem !important; + right: 8rem !important; + bottom: 8rem !important; + left: 8rem !important; + } + + .md\:inset-36 { + top: 9rem !important; + right: 9rem !important; + bottom: 9rem !important; + left: 9rem !important; + } + + .md\:inset-40 { + top: 10rem !important; + right: 10rem !important; + bottom: 10rem !important; + left: 10rem !important; + } + + .md\:inset-44 { + top: 11rem !important; + right: 11rem !important; + bottom: 11rem !important; + left: 11rem !important; + } + + .md\:inset-48 { + top: 12rem !important; + right: 12rem !important; + bottom: 12rem !important; + left: 12rem !important; + } + + .md\:inset-52 { + top: 13rem !important; + right: 13rem !important; + bottom: 13rem !important; + left: 13rem !important; + } + + .md\:inset-56 { + top: 14rem !important; + right: 14rem !important; + bottom: 14rem !important; + left: 14rem !important; + } + + .md\:inset-60 { + top: 15rem !important; + right: 15rem !important; + bottom: 15rem !important; + left: 15rem !important; + } + + .md\:inset-64 { + top: 16rem !important; + right: 16rem !important; + bottom: 16rem !important; + left: 16rem !important; + } + + .md\:inset-72 { + top: 18rem !important; + right: 18rem !important; + bottom: 18rem !important; + left: 18rem !important; + } + + .md\:inset-80 { + top: 20rem !important; + right: 20rem !important; + bottom: 20rem !important; + left: 20rem !important; + } + + .md\:inset-96 { + top: 24rem !important; + right: 24rem !important; + bottom: 24rem !important; + left: 24rem !important; + } + .md\:inset-auto { top: auto !important; right: auto !important; @@ -74966,6 +115459,881 @@ video { left: auto !important; } + .md\:inset-px { + top: 1px !important; + right: 1px !important; + bottom: 1px !important; + left: 1px !important; + } + + .md\:inset-0\.5 { + top: 0.125rem !important; + right: 0.125rem !important; + bottom: 0.125rem !important; + left: 0.125rem !important; + } + + .md\:inset-1\.5 { + top: 0.375rem !important; + right: 0.375rem !important; + bottom: 0.375rem !important; + left: 0.375rem !important; + } + + .md\:inset-2\.5 { + top: 0.625rem !important; + right: 0.625rem !important; + bottom: 0.625rem !important; + left: 0.625rem !important; + } + + .md\:inset-3\.5 { + top: 0.875rem !important; + right: 0.875rem !important; + bottom: 0.875rem !important; + left: 0.875rem !important; + } + + .md\:inset-1\/2 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .md\:inset-1\/3 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .md\:inset-2\/3 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .md\:inset-1\/4 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .md\:inset-2\/4 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .md\:inset-3\/4 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .md\:inset-1\/5 { + top: 20% !important; + right: 20% !important; + bottom: 20% !important; + left: 20% !important; + } + + .md\:inset-2\/5 { + top: 40% !important; + right: 40% !important; + bottom: 40% !important; + left: 40% !important; + } + + .md\:inset-3\/5 { + top: 60% !important; + right: 60% !important; + bottom: 60% !important; + left: 60% !important; + } + + .md\:inset-4\/5 { + top: 80% !important; + right: 80% !important; + bottom: 80% !important; + left: 80% !important; + } + + .md\:inset-1\/6 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .md\:inset-2\/6 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .md\:inset-3\/6 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .md\:inset-4\/6 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .md\:inset-5\/6 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .md\:inset-1\/12 { + top: 8.333333% !important; + right: 8.333333% !important; + bottom: 8.333333% !important; + left: 8.333333% !important; + } + + .md\:inset-2\/12 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .md\:inset-3\/12 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .md\:inset-4\/12 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .md\:inset-5\/12 { + top: 41.666667% !important; + right: 41.666667% !important; + bottom: 41.666667% !important; + left: 41.666667% !important; + } + + .md\:inset-6\/12 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .md\:inset-7\/12 { + top: 58.333333% !important; + right: 58.333333% !important; + bottom: 58.333333% !important; + left: 58.333333% !important; + } + + .md\:inset-8\/12 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .md\:inset-9\/12 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .md\:inset-10\/12 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .md\:inset-11\/12 { + top: 91.666667% !important; + right: 91.666667% !important; + bottom: 91.666667% !important; + left: 91.666667% !important; + } + + .md\:inset-1\/16 { + top: 6.25% !important; + right: 6.25% !important; + bottom: 6.25% !important; + left: 6.25% !important; + } + + .md\:inset-2\/16 { + top: 12.5% !important; + right: 12.5% !important; + bottom: 12.5% !important; + left: 12.5% !important; + } + + .md\:inset-3\/16 { + top: 18.75% !important; + right: 18.75% !important; + bottom: 18.75% !important; + left: 18.75% !important; + } + + .md\:inset-4\/16 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .md\:inset-5\/16 { + top: 31.25% !important; + right: 31.25% !important; + bottom: 31.25% !important; + left: 31.25% !important; + } + + .md\:inset-6\/16 { + top: 37.5% !important; + right: 37.5% !important; + bottom: 37.5% !important; + left: 37.5% !important; + } + + .md\:inset-7\/16 { + top: 43.75% !important; + right: 43.75% !important; + bottom: 43.75% !important; + left: 43.75% !important; + } + + .md\:inset-8\/16 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .md\:inset-9\/16 { + top: 56.25% !important; + right: 56.25% !important; + bottom: 56.25% !important; + left: 56.25% !important; + } + + .md\:inset-10\/16 { + top: 62.5% !important; + right: 62.5% !important; + bottom: 62.5% !important; + left: 62.5% !important; + } + + .md\:inset-11\/16 { + top: 68.75% !important; + right: 68.75% !important; + bottom: 68.75% !important; + left: 68.75% !important; + } + + .md\:inset-12\/16 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .md\:inset-13\/16 { + top: 81.25% !important; + right: 81.25% !important; + bottom: 81.25% !important; + left: 81.25% !important; + } + + .md\:inset-14\/16 { + top: 87.5% !important; + right: 87.5% !important; + bottom: 87.5% !important; + left: 87.5% !important; + } + + .md\:inset-15\/16 { + top: 93.75% !important; + right: 93.75% !important; + bottom: 93.75% !important; + left: 93.75% !important; + } + + .md\:inset-full { + top: 100% !important; + right: 100% !important; + bottom: 100% !important; + left: 100% !important; + } + + .md\:-inset-1 { + top: -0.25rem !important; + right: -0.25rem !important; + bottom: -0.25rem !important; + left: -0.25rem !important; + } + + .md\:-inset-2 { + top: -0.5rem !important; + right: -0.5rem !important; + bottom: -0.5rem !important; + left: -0.5rem !important; + } + + .md\:-inset-3 { + top: -0.75rem !important; + right: -0.75rem !important; + bottom: -0.75rem !important; + left: -0.75rem !important; + } + + .md\:-inset-4 { + top: -1rem !important; + right: -1rem !important; + bottom: -1rem !important; + left: -1rem !important; + } + + .md\:-inset-5 { + top: -1.25rem !important; + right: -1.25rem !important; + bottom: -1.25rem !important; + left: -1.25rem !important; + } + + .md\:-inset-6 { + top: -1.5rem !important; + right: -1.5rem !important; + bottom: -1.5rem !important; + left: -1.5rem !important; + } + + .md\:-inset-7 { + top: -1.75rem !important; + right: -1.75rem !important; + bottom: -1.75rem !important; + left: -1.75rem !important; + } + + .md\:-inset-8 { + top: -2rem !important; + right: -2rem !important; + bottom: -2rem !important; + left: -2rem !important; + } + + .md\:-inset-9 { + top: -2.25rem !important; + right: -2.25rem !important; + bottom: -2.25rem !important; + left: -2.25rem !important; + } + + .md\:-inset-10 { + top: -2.5rem !important; + right: -2.5rem !important; + bottom: -2.5rem !important; + left: -2.5rem !important; + } + + .md\:-inset-11 { + top: -2.75rem !important; + right: -2.75rem !important; + bottom: -2.75rem !important; + left: -2.75rem !important; + } + + .md\:-inset-12 { + top: -3rem !important; + right: -3rem !important; + bottom: -3rem !important; + left: -3rem !important; + } + + .md\:-inset-13 { + top: -3.25rem !important; + right: -3.25rem !important; + bottom: -3.25rem !important; + left: -3.25rem !important; + } + + .md\:-inset-14 { + top: -3.5rem !important; + right: -3.5rem !important; + bottom: -3.5rem !important; + left: -3.5rem !important; + } + + .md\:-inset-15 { + top: -3.75rem !important; + right: -3.75rem !important; + bottom: -3.75rem !important; + left: -3.75rem !important; + } + + .md\:-inset-16 { + top: -4rem !important; + right: -4rem !important; + bottom: -4rem !important; + left: -4rem !important; + } + + .md\:-inset-20 { + top: -5rem !important; + right: -5rem !important; + bottom: -5rem !important; + left: -5rem !important; + } + + .md\:-inset-24 { + top: -6rem !important; + right: -6rem !important; + bottom: -6rem !important; + left: -6rem !important; + } + + .md\:-inset-28 { + top: -7rem !important; + right: -7rem !important; + bottom: -7rem !important; + left: -7rem !important; + } + + .md\:-inset-32 { + top: -8rem !important; + right: -8rem !important; + bottom: -8rem !important; + left: -8rem !important; + } + + .md\:-inset-36 { + top: -9rem !important; + right: -9rem !important; + bottom: -9rem !important; + left: -9rem !important; + } + + .md\:-inset-40 { + top: -10rem !important; + right: -10rem !important; + bottom: -10rem !important; + left: -10rem !important; + } + + .md\:-inset-44 { + top: -11rem !important; + right: -11rem !important; + bottom: -11rem !important; + left: -11rem !important; + } + + .md\:-inset-48 { + top: -12rem !important; + right: -12rem !important; + bottom: -12rem !important; + left: -12rem !important; + } + + .md\:-inset-52 { + top: -13rem !important; + right: -13rem !important; + bottom: -13rem !important; + left: -13rem !important; + } + + .md\:-inset-56 { + top: -14rem !important; + right: -14rem !important; + bottom: -14rem !important; + left: -14rem !important; + } + + .md\:-inset-60 { + top: -15rem !important; + right: -15rem !important; + bottom: -15rem !important; + left: -15rem !important; + } + + .md\:-inset-64 { + top: -16rem !important; + right: -16rem !important; + bottom: -16rem !important; + left: -16rem !important; + } + + .md\:-inset-72 { + top: -18rem !important; + right: -18rem !important; + bottom: -18rem !important; + left: -18rem !important; + } + + .md\:-inset-80 { + top: -20rem !important; + right: -20rem !important; + bottom: -20rem !important; + left: -20rem !important; + } + + .md\:-inset-96 { + top: -24rem !important; + right: -24rem !important; + bottom: -24rem !important; + left: -24rem !important; + } + + .md\:-inset-px { + top: -1px !important; + right: -1px !important; + bottom: -1px !important; + left: -1px !important; + } + + .md\:-inset-0\.5 { + top: -0.125rem !important; + right: -0.125rem !important; + bottom: -0.125rem !important; + left: -0.125rem !important; + } + + .md\:-inset-1\.5 { + top: -0.375rem !important; + right: -0.375rem !important; + bottom: -0.375rem !important; + left: -0.375rem !important; + } + + .md\:-inset-2\.5 { + top: -0.625rem !important; + right: -0.625rem !important; + bottom: -0.625rem !important; + left: -0.625rem !important; + } + + .md\:-inset-3\.5 { + top: -0.875rem !important; + right: -0.875rem !important; + bottom: -0.875rem !important; + left: -0.875rem !important; + } + + .md\:-inset-1\/2 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .md\:-inset-1\/3 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .md\:-inset-2\/3 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .md\:-inset-1\/4 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .md\:-inset-2\/4 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .md\:-inset-3\/4 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .md\:-inset-1\/5 { + top: -20% !important; + right: -20% !important; + bottom: -20% !important; + left: -20% !important; + } + + .md\:-inset-2\/5 { + top: -40% !important; + right: -40% !important; + bottom: -40% !important; + left: -40% !important; + } + + .md\:-inset-3\/5 { + top: -60% !important; + right: -60% !important; + bottom: -60% !important; + left: -60% !important; + } + + .md\:-inset-4\/5 { + top: -80% !important; + right: -80% !important; + bottom: -80% !important; + left: -80% !important; + } + + .md\:-inset-1\/6 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .md\:-inset-2\/6 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .md\:-inset-3\/6 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .md\:-inset-4\/6 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .md\:-inset-5\/6 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .md\:-inset-1\/12 { + top: -8.33333% !important; + right: -8.33333% !important; + bottom: -8.33333% !important; + left: -8.33333% !important; + } + + .md\:-inset-2\/12 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .md\:-inset-3\/12 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .md\:-inset-4\/12 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .md\:-inset-5\/12 { + top: -41.66667% !important; + right: -41.66667% !important; + bottom: -41.66667% !important; + left: -41.66667% !important; + } + + .md\:-inset-6\/12 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .md\:-inset-7\/12 { + top: -58.33333% !important; + right: -58.33333% !important; + bottom: -58.33333% !important; + left: -58.33333% !important; + } + + .md\:-inset-8\/12 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .md\:-inset-9\/12 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .md\:-inset-10\/12 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .md\:-inset-11\/12 { + top: -91.66667% !important; + right: -91.66667% !important; + bottom: -91.66667% !important; + left: -91.66667% !important; + } + + .md\:-inset-1\/16 { + top: -6.25% !important; + right: -6.25% !important; + bottom: -6.25% !important; + left: -6.25% !important; + } + + .md\:-inset-2\/16 { + top: -12.5% !important; + right: -12.5% !important; + bottom: -12.5% !important; + left: -12.5% !important; + } + + .md\:-inset-3\/16 { + top: -18.75% !important; + right: -18.75% !important; + bottom: -18.75% !important; + left: -18.75% !important; + } + + .md\:-inset-4\/16 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .md\:-inset-5\/16 { + top: -31.25% !important; + right: -31.25% !important; + bottom: -31.25% !important; + left: -31.25% !important; + } + + .md\:-inset-6\/16 { + top: -37.5% !important; + right: -37.5% !important; + bottom: -37.5% !important; + left: -37.5% !important; + } + + .md\:-inset-7\/16 { + top: -43.75% !important; + right: -43.75% !important; + bottom: -43.75% !important; + left: -43.75% !important; + } + + .md\:-inset-8\/16 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .md\:-inset-9\/16 { + top: -56.25% !important; + right: -56.25% !important; + bottom: -56.25% !important; + left: -56.25% !important; + } + + .md\:-inset-10\/16 { + top: -62.5% !important; + right: -62.5% !important; + bottom: -62.5% !important; + left: -62.5% !important; + } + + .md\:-inset-11\/16 { + top: -68.75% !important; + right: -68.75% !important; + bottom: -68.75% !important; + left: -68.75% !important; + } + + .md\:-inset-12\/16 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .md\:-inset-13\/16 { + top: -81.25% !important; + right: -81.25% !important; + bottom: -81.25% !important; + left: -81.25% !important; + } + + .md\:-inset-14\/16 { + top: -87.5% !important; + right: -87.5% !important; + bottom: -87.5% !important; + left: -87.5% !important; + } + + .md\:-inset-15\/16 { + top: -93.75% !important; + right: -93.75% !important; + bottom: -93.75% !important; + left: -93.75% !important; + } + + .md\:-inset-full { + top: -100% !important; + right: -100% !important; + bottom: -100% !important; + left: -100% !important; + } + .md\:inset-y-0 { top: 0 !important; bottom: 0 !important; @@ -74976,6 +116344,316 @@ video { left: 0 !important; } + .md\:inset-y-1 { + top: 0.25rem !important; + bottom: 0.25rem !important; + } + + .md\:inset-x-1 { + right: 0.25rem !important; + left: 0.25rem !important; + } + + .md\:inset-y-2 { + top: 0.5rem !important; + bottom: 0.5rem !important; + } + + .md\:inset-x-2 { + right: 0.5rem !important; + left: 0.5rem !important; + } + + .md\:inset-y-3 { + top: 0.75rem !important; + bottom: 0.75rem !important; + } + + .md\:inset-x-3 { + right: 0.75rem !important; + left: 0.75rem !important; + } + + .md\:inset-y-4 { + top: 1rem !important; + bottom: 1rem !important; + } + + .md\:inset-x-4 { + right: 1rem !important; + left: 1rem !important; + } + + .md\:inset-y-5 { + top: 1.25rem !important; + bottom: 1.25rem !important; + } + + .md\:inset-x-5 { + right: 1.25rem !important; + left: 1.25rem !important; + } + + .md\:inset-y-6 { + top: 1.5rem !important; + bottom: 1.5rem !important; + } + + .md\:inset-x-6 { + right: 1.5rem !important; + left: 1.5rem !important; + } + + .md\:inset-y-7 { + top: 1.75rem !important; + bottom: 1.75rem !important; + } + + .md\:inset-x-7 { + right: 1.75rem !important; + left: 1.75rem !important; + } + + .md\:inset-y-8 { + top: 2rem !important; + bottom: 2rem !important; + } + + .md\:inset-x-8 { + right: 2rem !important; + left: 2rem !important; + } + + .md\:inset-y-9 { + top: 2.25rem !important; + bottom: 2.25rem !important; + } + + .md\:inset-x-9 { + right: 2.25rem !important; + left: 2.25rem !important; + } + + .md\:inset-y-10 { + top: 2.5rem !important; + bottom: 2.5rem !important; + } + + .md\:inset-x-10 { + right: 2.5rem !important; + left: 2.5rem !important; + } + + .md\:inset-y-11 { + top: 2.75rem !important; + bottom: 2.75rem !important; + } + + .md\:inset-x-11 { + right: 2.75rem !important; + left: 2.75rem !important; + } + + .md\:inset-y-12 { + top: 3rem !important; + bottom: 3rem !important; + } + + .md\:inset-x-12 { + right: 3rem !important; + left: 3rem !important; + } + + .md\:inset-y-13 { + top: 3.25rem !important; + bottom: 3.25rem !important; + } + + .md\:inset-x-13 { + right: 3.25rem !important; + left: 3.25rem !important; + } + + .md\:inset-y-14 { + top: 3.5rem !important; + bottom: 3.5rem !important; + } + + .md\:inset-x-14 { + right: 3.5rem !important; + left: 3.5rem !important; + } + + .md\:inset-y-15 { + top: 3.75rem !important; + bottom: 3.75rem !important; + } + + .md\:inset-x-15 { + right: 3.75rem !important; + left: 3.75rem !important; + } + + .md\:inset-y-16 { + top: 4rem !important; + bottom: 4rem !important; + } + + .md\:inset-x-16 { + right: 4rem !important; + left: 4rem !important; + } + + .md\:inset-y-20 { + top: 5rem !important; + bottom: 5rem !important; + } + + .md\:inset-x-20 { + right: 5rem !important; + left: 5rem !important; + } + + .md\:inset-y-24 { + top: 6rem !important; + bottom: 6rem !important; + } + + .md\:inset-x-24 { + right: 6rem !important; + left: 6rem !important; + } + + .md\:inset-y-28 { + top: 7rem !important; + bottom: 7rem !important; + } + + .md\:inset-x-28 { + right: 7rem !important; + left: 7rem !important; + } + + .md\:inset-y-32 { + top: 8rem !important; + bottom: 8rem !important; + } + + .md\:inset-x-32 { + right: 8rem !important; + left: 8rem !important; + } + + .md\:inset-y-36 { + top: 9rem !important; + bottom: 9rem !important; + } + + .md\:inset-x-36 { + right: 9rem !important; + left: 9rem !important; + } + + .md\:inset-y-40 { + top: 10rem !important; + bottom: 10rem !important; + } + + .md\:inset-x-40 { + right: 10rem !important; + left: 10rem !important; + } + + .md\:inset-y-44 { + top: 11rem !important; + bottom: 11rem !important; + } + + .md\:inset-x-44 { + right: 11rem !important; + left: 11rem !important; + } + + .md\:inset-y-48 { + top: 12rem !important; + bottom: 12rem !important; + } + + .md\:inset-x-48 { + right: 12rem !important; + left: 12rem !important; + } + + .md\:inset-y-52 { + top: 13rem !important; + bottom: 13rem !important; + } + + .md\:inset-x-52 { + right: 13rem !important; + left: 13rem !important; + } + + .md\:inset-y-56 { + top: 14rem !important; + bottom: 14rem !important; + } + + .md\:inset-x-56 { + right: 14rem !important; + left: 14rem !important; + } + + .md\:inset-y-60 { + top: 15rem !important; + bottom: 15rem !important; + } + + .md\:inset-x-60 { + right: 15rem !important; + left: 15rem !important; + } + + .md\:inset-y-64 { + top: 16rem !important; + bottom: 16rem !important; + } + + .md\:inset-x-64 { + right: 16rem !important; + left: 16rem !important; + } + + .md\:inset-y-72 { + top: 18rem !important; + bottom: 18rem !important; + } + + .md\:inset-x-72 { + right: 18rem !important; + left: 18rem !important; + } + + .md\:inset-y-80 { + top: 20rem !important; + bottom: 20rem !important; + } + + .md\:inset-x-80 { + right: 20rem !important; + left: 20rem !important; + } + + .md\:inset-y-96 { + top: 24rem !important; + bottom: 24rem !important; + } + + .md\:inset-x-96 { + right: 24rem !important; + left: 24rem !important; + } + .md\:inset-y-auto { top: auto !important; bottom: auto !important; @@ -74986,6 +116664,1256 @@ video { left: auto !important; } + .md\:inset-y-px { + top: 1px !important; + bottom: 1px !important; + } + + .md\:inset-x-px { + right: 1px !important; + left: 1px !important; + } + + .md\:inset-y-0\.5 { + top: 0.125rem !important; + bottom: 0.125rem !important; + } + + .md\:inset-x-0\.5 { + right: 0.125rem !important; + left: 0.125rem !important; + } + + .md\:inset-y-1\.5 { + top: 0.375rem !important; + bottom: 0.375rem !important; + } + + .md\:inset-x-1\.5 { + right: 0.375rem !important; + left: 0.375rem !important; + } + + .md\:inset-y-2\.5 { + top: 0.625rem !important; + bottom: 0.625rem !important; + } + + .md\:inset-x-2\.5 { + right: 0.625rem !important; + left: 0.625rem !important; + } + + .md\:inset-y-3\.5 { + top: 0.875rem !important; + bottom: 0.875rem !important; + } + + .md\:inset-x-3\.5 { + right: 0.875rem !important; + left: 0.875rem !important; + } + + .md\:inset-y-1\/2 { + top: 50% !important; + bottom: 50% !important; + } + + .md\:inset-x-1\/2 { + right: 50% !important; + left: 50% !important; + } + + .md\:inset-y-1\/3 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .md\:inset-x-1\/3 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .md\:inset-y-2\/3 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .md\:inset-x-2\/3 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .md\:inset-y-1\/4 { + top: 25% !important; + bottom: 25% !important; + } + + .md\:inset-x-1\/4 { + right: 25% !important; + left: 25% !important; + } + + .md\:inset-y-2\/4 { + top: 50% !important; + bottom: 50% !important; + } + + .md\:inset-x-2\/4 { + right: 50% !important; + left: 50% !important; + } + + .md\:inset-y-3\/4 { + top: 75% !important; + bottom: 75% !important; + } + + .md\:inset-x-3\/4 { + right: 75% !important; + left: 75% !important; + } + + .md\:inset-y-1\/5 { + top: 20% !important; + bottom: 20% !important; + } + + .md\:inset-x-1\/5 { + right: 20% !important; + left: 20% !important; + } + + .md\:inset-y-2\/5 { + top: 40% !important; + bottom: 40% !important; + } + + .md\:inset-x-2\/5 { + right: 40% !important; + left: 40% !important; + } + + .md\:inset-y-3\/5 { + top: 60% !important; + bottom: 60% !important; + } + + .md\:inset-x-3\/5 { + right: 60% !important; + left: 60% !important; + } + + .md\:inset-y-4\/5 { + top: 80% !important; + bottom: 80% !important; + } + + .md\:inset-x-4\/5 { + right: 80% !important; + left: 80% !important; + } + + .md\:inset-y-1\/6 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .md\:inset-x-1\/6 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .md\:inset-y-2\/6 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .md\:inset-x-2\/6 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .md\:inset-y-3\/6 { + top: 50% !important; + bottom: 50% !important; + } + + .md\:inset-x-3\/6 { + right: 50% !important; + left: 50% !important; + } + + .md\:inset-y-4\/6 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .md\:inset-x-4\/6 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .md\:inset-y-5\/6 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .md\:inset-x-5\/6 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .md\:inset-y-1\/12 { + top: 8.333333% !important; + bottom: 8.333333% !important; + } + + .md\:inset-x-1\/12 { + right: 8.333333% !important; + left: 8.333333% !important; + } + + .md\:inset-y-2\/12 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .md\:inset-x-2\/12 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .md\:inset-y-3\/12 { + top: 25% !important; + bottom: 25% !important; + } + + .md\:inset-x-3\/12 { + right: 25% !important; + left: 25% !important; + } + + .md\:inset-y-4\/12 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .md\:inset-x-4\/12 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .md\:inset-y-5\/12 { + top: 41.666667% !important; + bottom: 41.666667% !important; + } + + .md\:inset-x-5\/12 { + right: 41.666667% !important; + left: 41.666667% !important; + } + + .md\:inset-y-6\/12 { + top: 50% !important; + bottom: 50% !important; + } + + .md\:inset-x-6\/12 { + right: 50% !important; + left: 50% !important; + } + + .md\:inset-y-7\/12 { + top: 58.333333% !important; + bottom: 58.333333% !important; + } + + .md\:inset-x-7\/12 { + right: 58.333333% !important; + left: 58.333333% !important; + } + + .md\:inset-y-8\/12 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .md\:inset-x-8\/12 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .md\:inset-y-9\/12 { + top: 75% !important; + bottom: 75% !important; + } + + .md\:inset-x-9\/12 { + right: 75% !important; + left: 75% !important; + } + + .md\:inset-y-10\/12 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .md\:inset-x-10\/12 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .md\:inset-y-11\/12 { + top: 91.666667% !important; + bottom: 91.666667% !important; + } + + .md\:inset-x-11\/12 { + right: 91.666667% !important; + left: 91.666667% !important; + } + + .md\:inset-y-1\/16 { + top: 6.25% !important; + bottom: 6.25% !important; + } + + .md\:inset-x-1\/16 { + right: 6.25% !important; + left: 6.25% !important; + } + + .md\:inset-y-2\/16 { + top: 12.5% !important; + bottom: 12.5% !important; + } + + .md\:inset-x-2\/16 { + right: 12.5% !important; + left: 12.5% !important; + } + + .md\:inset-y-3\/16 { + top: 18.75% !important; + bottom: 18.75% !important; + } + + .md\:inset-x-3\/16 { + right: 18.75% !important; + left: 18.75% !important; + } + + .md\:inset-y-4\/16 { + top: 25% !important; + bottom: 25% !important; + } + + .md\:inset-x-4\/16 { + right: 25% !important; + left: 25% !important; + } + + .md\:inset-y-5\/16 { + top: 31.25% !important; + bottom: 31.25% !important; + } + + .md\:inset-x-5\/16 { + right: 31.25% !important; + left: 31.25% !important; + } + + .md\:inset-y-6\/16 { + top: 37.5% !important; + bottom: 37.5% !important; + } + + .md\:inset-x-6\/16 { + right: 37.5% !important; + left: 37.5% !important; + } + + .md\:inset-y-7\/16 { + top: 43.75% !important; + bottom: 43.75% !important; + } + + .md\:inset-x-7\/16 { + right: 43.75% !important; + left: 43.75% !important; + } + + .md\:inset-y-8\/16 { + top: 50% !important; + bottom: 50% !important; + } + + .md\:inset-x-8\/16 { + right: 50% !important; + left: 50% !important; + } + + .md\:inset-y-9\/16 { + top: 56.25% !important; + bottom: 56.25% !important; + } + + .md\:inset-x-9\/16 { + right: 56.25% !important; + left: 56.25% !important; + } + + .md\:inset-y-10\/16 { + top: 62.5% !important; + bottom: 62.5% !important; + } + + .md\:inset-x-10\/16 { + right: 62.5% !important; + left: 62.5% !important; + } + + .md\:inset-y-11\/16 { + top: 68.75% !important; + bottom: 68.75% !important; + } + + .md\:inset-x-11\/16 { + right: 68.75% !important; + left: 68.75% !important; + } + + .md\:inset-y-12\/16 { + top: 75% !important; + bottom: 75% !important; + } + + .md\:inset-x-12\/16 { + right: 75% !important; + left: 75% !important; + } + + .md\:inset-y-13\/16 { + top: 81.25% !important; + bottom: 81.25% !important; + } + + .md\:inset-x-13\/16 { + right: 81.25% !important; + left: 81.25% !important; + } + + .md\:inset-y-14\/16 { + top: 87.5% !important; + bottom: 87.5% !important; + } + + .md\:inset-x-14\/16 { + right: 87.5% !important; + left: 87.5% !important; + } + + .md\:inset-y-15\/16 { + top: 93.75% !important; + bottom: 93.75% !important; + } + + .md\:inset-x-15\/16 { + right: 93.75% !important; + left: 93.75% !important; + } + + .md\:inset-y-full { + top: 100% !important; + bottom: 100% !important; + } + + .md\:inset-x-full { + right: 100% !important; + left: 100% !important; + } + + .md\:-inset-y-1 { + top: -0.25rem !important; + bottom: -0.25rem !important; + } + + .md\:-inset-x-1 { + right: -0.25rem !important; + left: -0.25rem !important; + } + + .md\:-inset-y-2 { + top: -0.5rem !important; + bottom: -0.5rem !important; + } + + .md\:-inset-x-2 { + right: -0.5rem !important; + left: -0.5rem !important; + } + + .md\:-inset-y-3 { + top: -0.75rem !important; + bottom: -0.75rem !important; + } + + .md\:-inset-x-3 { + right: -0.75rem !important; + left: -0.75rem !important; + } + + .md\:-inset-y-4 { + top: -1rem !important; + bottom: -1rem !important; + } + + .md\:-inset-x-4 { + right: -1rem !important; + left: -1rem !important; + } + + .md\:-inset-y-5 { + top: -1.25rem !important; + bottom: -1.25rem !important; + } + + .md\:-inset-x-5 { + right: -1.25rem !important; + left: -1.25rem !important; + } + + .md\:-inset-y-6 { + top: -1.5rem !important; + bottom: -1.5rem !important; + } + + .md\:-inset-x-6 { + right: -1.5rem !important; + left: -1.5rem !important; + } + + .md\:-inset-y-7 { + top: -1.75rem !important; + bottom: -1.75rem !important; + } + + .md\:-inset-x-7 { + right: -1.75rem !important; + left: -1.75rem !important; + } + + .md\:-inset-y-8 { + top: -2rem !important; + bottom: -2rem !important; + } + + .md\:-inset-x-8 { + right: -2rem !important; + left: -2rem !important; + } + + .md\:-inset-y-9 { + top: -2.25rem !important; + bottom: -2.25rem !important; + } + + .md\:-inset-x-9 { + right: -2.25rem !important; + left: -2.25rem !important; + } + + .md\:-inset-y-10 { + top: -2.5rem !important; + bottom: -2.5rem !important; + } + + .md\:-inset-x-10 { + right: -2.5rem !important; + left: -2.5rem !important; + } + + .md\:-inset-y-11 { + top: -2.75rem !important; + bottom: -2.75rem !important; + } + + .md\:-inset-x-11 { + right: -2.75rem !important; + left: -2.75rem !important; + } + + .md\:-inset-y-12 { + top: -3rem !important; + bottom: -3rem !important; + } + + .md\:-inset-x-12 { + right: -3rem !important; + left: -3rem !important; + } + + .md\:-inset-y-13 { + top: -3.25rem !important; + bottom: -3.25rem !important; + } + + .md\:-inset-x-13 { + right: -3.25rem !important; + left: -3.25rem !important; + } + + .md\:-inset-y-14 { + top: -3.5rem !important; + bottom: -3.5rem !important; + } + + .md\:-inset-x-14 { + right: -3.5rem !important; + left: -3.5rem !important; + } + + .md\:-inset-y-15 { + top: -3.75rem !important; + bottom: -3.75rem !important; + } + + .md\:-inset-x-15 { + right: -3.75rem !important; + left: -3.75rem !important; + } + + .md\:-inset-y-16 { + top: -4rem !important; + bottom: -4rem !important; + } + + .md\:-inset-x-16 { + right: -4rem !important; + left: -4rem !important; + } + + .md\:-inset-y-20 { + top: -5rem !important; + bottom: -5rem !important; + } + + .md\:-inset-x-20 { + right: -5rem !important; + left: -5rem !important; + } + + .md\:-inset-y-24 { + top: -6rem !important; + bottom: -6rem !important; + } + + .md\:-inset-x-24 { + right: -6rem !important; + left: -6rem !important; + } + + .md\:-inset-y-28 { + top: -7rem !important; + bottom: -7rem !important; + } + + .md\:-inset-x-28 { + right: -7rem !important; + left: -7rem !important; + } + + .md\:-inset-y-32 { + top: -8rem !important; + bottom: -8rem !important; + } + + .md\:-inset-x-32 { + right: -8rem !important; + left: -8rem !important; + } + + .md\:-inset-y-36 { + top: -9rem !important; + bottom: -9rem !important; + } + + .md\:-inset-x-36 { + right: -9rem !important; + left: -9rem !important; + } + + .md\:-inset-y-40 { + top: -10rem !important; + bottom: -10rem !important; + } + + .md\:-inset-x-40 { + right: -10rem !important; + left: -10rem !important; + } + + .md\:-inset-y-44 { + top: -11rem !important; + bottom: -11rem !important; + } + + .md\:-inset-x-44 { + right: -11rem !important; + left: -11rem !important; + } + + .md\:-inset-y-48 { + top: -12rem !important; + bottom: -12rem !important; + } + + .md\:-inset-x-48 { + right: -12rem !important; + left: -12rem !important; + } + + .md\:-inset-y-52 { + top: -13rem !important; + bottom: -13rem !important; + } + + .md\:-inset-x-52 { + right: -13rem !important; + left: -13rem !important; + } + + .md\:-inset-y-56 { + top: -14rem !important; + bottom: -14rem !important; + } + + .md\:-inset-x-56 { + right: -14rem !important; + left: -14rem !important; + } + + .md\:-inset-y-60 { + top: -15rem !important; + bottom: -15rem !important; + } + + .md\:-inset-x-60 { + right: -15rem !important; + left: -15rem !important; + } + + .md\:-inset-y-64 { + top: -16rem !important; + bottom: -16rem !important; + } + + .md\:-inset-x-64 { + right: -16rem !important; + left: -16rem !important; + } + + .md\:-inset-y-72 { + top: -18rem !important; + bottom: -18rem !important; + } + + .md\:-inset-x-72 { + right: -18rem !important; + left: -18rem !important; + } + + .md\:-inset-y-80 { + top: -20rem !important; + bottom: -20rem !important; + } + + .md\:-inset-x-80 { + right: -20rem !important; + left: -20rem !important; + } + + .md\:-inset-y-96 { + top: -24rem !important; + bottom: -24rem !important; + } + + .md\:-inset-x-96 { + right: -24rem !important; + left: -24rem !important; + } + + .md\:-inset-y-px { + top: -1px !important; + bottom: -1px !important; + } + + .md\:-inset-x-px { + right: -1px !important; + left: -1px !important; + } + + .md\:-inset-y-0\.5 { + top: -0.125rem !important; + bottom: -0.125rem !important; + } + + .md\:-inset-x-0\.5 { + right: -0.125rem !important; + left: -0.125rem !important; + } + + .md\:-inset-y-1\.5 { + top: -0.375rem !important; + bottom: -0.375rem !important; + } + + .md\:-inset-x-1\.5 { + right: -0.375rem !important; + left: -0.375rem !important; + } + + .md\:-inset-y-2\.5 { + top: -0.625rem !important; + bottom: -0.625rem !important; + } + + .md\:-inset-x-2\.5 { + right: -0.625rem !important; + left: -0.625rem !important; + } + + .md\:-inset-y-3\.5 { + top: -0.875rem !important; + bottom: -0.875rem !important; + } + + .md\:-inset-x-3\.5 { + right: -0.875rem !important; + left: -0.875rem !important; + } + + .md\:-inset-y-1\/2 { + top: -50% !important; + bottom: -50% !important; + } + + .md\:-inset-x-1\/2 { + right: -50% !important; + left: -50% !important; + } + + .md\:-inset-y-1\/3 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .md\:-inset-x-1\/3 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .md\:-inset-y-2\/3 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .md\:-inset-x-2\/3 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .md\:-inset-y-1\/4 { + top: -25% !important; + bottom: -25% !important; + } + + .md\:-inset-x-1\/4 { + right: -25% !important; + left: -25% !important; + } + + .md\:-inset-y-2\/4 { + top: -50% !important; + bottom: -50% !important; + } + + .md\:-inset-x-2\/4 { + right: -50% !important; + left: -50% !important; + } + + .md\:-inset-y-3\/4 { + top: -75% !important; + bottom: -75% !important; + } + + .md\:-inset-x-3\/4 { + right: -75% !important; + left: -75% !important; + } + + .md\:-inset-y-1\/5 { + top: -20% !important; + bottom: -20% !important; + } + + .md\:-inset-x-1\/5 { + right: -20% !important; + left: -20% !important; + } + + .md\:-inset-y-2\/5 { + top: -40% !important; + bottom: -40% !important; + } + + .md\:-inset-x-2\/5 { + right: -40% !important; + left: -40% !important; + } + + .md\:-inset-y-3\/5 { + top: -60% !important; + bottom: -60% !important; + } + + .md\:-inset-x-3\/5 { + right: -60% !important; + left: -60% !important; + } + + .md\:-inset-y-4\/5 { + top: -80% !important; + bottom: -80% !important; + } + + .md\:-inset-x-4\/5 { + right: -80% !important; + left: -80% !important; + } + + .md\:-inset-y-1\/6 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .md\:-inset-x-1\/6 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .md\:-inset-y-2\/6 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .md\:-inset-x-2\/6 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .md\:-inset-y-3\/6 { + top: -50% !important; + bottom: -50% !important; + } + + .md\:-inset-x-3\/6 { + right: -50% !important; + left: -50% !important; + } + + .md\:-inset-y-4\/6 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .md\:-inset-x-4\/6 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .md\:-inset-y-5\/6 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .md\:-inset-x-5\/6 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .md\:-inset-y-1\/12 { + top: -8.33333% !important; + bottom: -8.33333% !important; + } + + .md\:-inset-x-1\/12 { + right: -8.33333% !important; + left: -8.33333% !important; + } + + .md\:-inset-y-2\/12 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .md\:-inset-x-2\/12 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .md\:-inset-y-3\/12 { + top: -25% !important; + bottom: -25% !important; + } + + .md\:-inset-x-3\/12 { + right: -25% !important; + left: -25% !important; + } + + .md\:-inset-y-4\/12 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .md\:-inset-x-4\/12 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .md\:-inset-y-5\/12 { + top: -41.66667% !important; + bottom: -41.66667% !important; + } + + .md\:-inset-x-5\/12 { + right: -41.66667% !important; + left: -41.66667% !important; + } + + .md\:-inset-y-6\/12 { + top: -50% !important; + bottom: -50% !important; + } + + .md\:-inset-x-6\/12 { + right: -50% !important; + left: -50% !important; + } + + .md\:-inset-y-7\/12 { + top: -58.33333% !important; + bottom: -58.33333% !important; + } + + .md\:-inset-x-7\/12 { + right: -58.33333% !important; + left: -58.33333% !important; + } + + .md\:-inset-y-8\/12 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .md\:-inset-x-8\/12 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .md\:-inset-y-9\/12 { + top: -75% !important; + bottom: -75% !important; + } + + .md\:-inset-x-9\/12 { + right: -75% !important; + left: -75% !important; + } + + .md\:-inset-y-10\/12 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .md\:-inset-x-10\/12 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .md\:-inset-y-11\/12 { + top: -91.66667% !important; + bottom: -91.66667% !important; + } + + .md\:-inset-x-11\/12 { + right: -91.66667% !important; + left: -91.66667% !important; + } + + .md\:-inset-y-1\/16 { + top: -6.25% !important; + bottom: -6.25% !important; + } + + .md\:-inset-x-1\/16 { + right: -6.25% !important; + left: -6.25% !important; + } + + .md\:-inset-y-2\/16 { + top: -12.5% !important; + bottom: -12.5% !important; + } + + .md\:-inset-x-2\/16 { + right: -12.5% !important; + left: -12.5% !important; + } + + .md\:-inset-y-3\/16 { + top: -18.75% !important; + bottom: -18.75% !important; + } + + .md\:-inset-x-3\/16 { + right: -18.75% !important; + left: -18.75% !important; + } + + .md\:-inset-y-4\/16 { + top: -25% !important; + bottom: -25% !important; + } + + .md\:-inset-x-4\/16 { + right: -25% !important; + left: -25% !important; + } + + .md\:-inset-y-5\/16 { + top: -31.25% !important; + bottom: -31.25% !important; + } + + .md\:-inset-x-5\/16 { + right: -31.25% !important; + left: -31.25% !important; + } + + .md\:-inset-y-6\/16 { + top: -37.5% !important; + bottom: -37.5% !important; + } + + .md\:-inset-x-6\/16 { + right: -37.5% !important; + left: -37.5% !important; + } + + .md\:-inset-y-7\/16 { + top: -43.75% !important; + bottom: -43.75% !important; + } + + .md\:-inset-x-7\/16 { + right: -43.75% !important; + left: -43.75% !important; + } + + .md\:-inset-y-8\/16 { + top: -50% !important; + bottom: -50% !important; + } + + .md\:-inset-x-8\/16 { + right: -50% !important; + left: -50% !important; + } + + .md\:-inset-y-9\/16 { + top: -56.25% !important; + bottom: -56.25% !important; + } + + .md\:-inset-x-9\/16 { + right: -56.25% !important; + left: -56.25% !important; + } + + .md\:-inset-y-10\/16 { + top: -62.5% !important; + bottom: -62.5% !important; + } + + .md\:-inset-x-10\/16 { + right: -62.5% !important; + left: -62.5% !important; + } + + .md\:-inset-y-11\/16 { + top: -68.75% !important; + bottom: -68.75% !important; + } + + .md\:-inset-x-11\/16 { + right: -68.75% !important; + left: -68.75% !important; + } + + .md\:-inset-y-12\/16 { + top: -75% !important; + bottom: -75% !important; + } + + .md\:-inset-x-12\/16 { + right: -75% !important; + left: -75% !important; + } + + .md\:-inset-y-13\/16 { + top: -81.25% !important; + bottom: -81.25% !important; + } + + .md\:-inset-x-13\/16 { + right: -81.25% !important; + left: -81.25% !important; + } + + .md\:-inset-y-14\/16 { + top: -87.5% !important; + bottom: -87.5% !important; + } + + .md\:-inset-x-14\/16 { + right: -87.5% !important; + left: -87.5% !important; + } + + .md\:-inset-y-15\/16 { + top: -93.75% !important; + bottom: -93.75% !important; + } + + .md\:-inset-x-15\/16 { + right: -93.75% !important; + left: -93.75% !important; + } + + .md\:-inset-y-full { + top: -100% !important; + bottom: -100% !important; + } + + .md\:-inset-x-full { + right: -100% !important; + left: -100% !important; + } + .md\:top-0 { top: 0 !important; } @@ -75002,6 +117930,502 @@ video { left: 0 !important; } + .md\:top-1 { + top: 0.25rem !important; + } + + .md\:right-1 { + right: 0.25rem !important; + } + + .md\:bottom-1 { + bottom: 0.25rem !important; + } + + .md\:left-1 { + left: 0.25rem !important; + } + + .md\:top-2 { + top: 0.5rem !important; + } + + .md\:right-2 { + right: 0.5rem !important; + } + + .md\:bottom-2 { + bottom: 0.5rem !important; + } + + .md\:left-2 { + left: 0.5rem !important; + } + + .md\:top-3 { + top: 0.75rem !important; + } + + .md\:right-3 { + right: 0.75rem !important; + } + + .md\:bottom-3 { + bottom: 0.75rem !important; + } + + .md\:left-3 { + left: 0.75rem !important; + } + + .md\:top-4 { + top: 1rem !important; + } + + .md\:right-4 { + right: 1rem !important; + } + + .md\:bottom-4 { + bottom: 1rem !important; + } + + .md\:left-4 { + left: 1rem !important; + } + + .md\:top-5 { + top: 1.25rem !important; + } + + .md\:right-5 { + right: 1.25rem !important; + } + + .md\:bottom-5 { + bottom: 1.25rem !important; + } + + .md\:left-5 { + left: 1.25rem !important; + } + + .md\:top-6 { + top: 1.5rem !important; + } + + .md\:right-6 { + right: 1.5rem !important; + } + + .md\:bottom-6 { + bottom: 1.5rem !important; + } + + .md\:left-6 { + left: 1.5rem !important; + } + + .md\:top-7 { + top: 1.75rem !important; + } + + .md\:right-7 { + right: 1.75rem !important; + } + + .md\:bottom-7 { + bottom: 1.75rem !important; + } + + .md\:left-7 { + left: 1.75rem !important; + } + + .md\:top-8 { + top: 2rem !important; + } + + .md\:right-8 { + right: 2rem !important; + } + + .md\:bottom-8 { + bottom: 2rem !important; + } + + .md\:left-8 { + left: 2rem !important; + } + + .md\:top-9 { + top: 2.25rem !important; + } + + .md\:right-9 { + right: 2.25rem !important; + } + + .md\:bottom-9 { + bottom: 2.25rem !important; + } + + .md\:left-9 { + left: 2.25rem !important; + } + + .md\:top-10 { + top: 2.5rem !important; + } + + .md\:right-10 { + right: 2.5rem !important; + } + + .md\:bottom-10 { + bottom: 2.5rem !important; + } + + .md\:left-10 { + left: 2.5rem !important; + } + + .md\:top-11 { + top: 2.75rem !important; + } + + .md\:right-11 { + right: 2.75rem !important; + } + + .md\:bottom-11 { + bottom: 2.75rem !important; + } + + .md\:left-11 { + left: 2.75rem !important; + } + + .md\:top-12 { + top: 3rem !important; + } + + .md\:right-12 { + right: 3rem !important; + } + + .md\:bottom-12 { + bottom: 3rem !important; + } + + .md\:left-12 { + left: 3rem !important; + } + + .md\:top-13 { + top: 3.25rem !important; + } + + .md\:right-13 { + right: 3.25rem !important; + } + + .md\:bottom-13 { + bottom: 3.25rem !important; + } + + .md\:left-13 { + left: 3.25rem !important; + } + + .md\:top-14 { + top: 3.5rem !important; + } + + .md\:right-14 { + right: 3.5rem !important; + } + + .md\:bottom-14 { + bottom: 3.5rem !important; + } + + .md\:left-14 { + left: 3.5rem !important; + } + + .md\:top-15 { + top: 3.75rem !important; + } + + .md\:right-15 { + right: 3.75rem !important; + } + + .md\:bottom-15 { + bottom: 3.75rem !important; + } + + .md\:left-15 { + left: 3.75rem !important; + } + + .md\:top-16 { + top: 4rem !important; + } + + .md\:right-16 { + right: 4rem !important; + } + + .md\:bottom-16 { + bottom: 4rem !important; + } + + .md\:left-16 { + left: 4rem !important; + } + + .md\:top-20 { + top: 5rem !important; + } + + .md\:right-20 { + right: 5rem !important; + } + + .md\:bottom-20 { + bottom: 5rem !important; + } + + .md\:left-20 { + left: 5rem !important; + } + + .md\:top-24 { + top: 6rem !important; + } + + .md\:right-24 { + right: 6rem !important; + } + + .md\:bottom-24 { + bottom: 6rem !important; + } + + .md\:left-24 { + left: 6rem !important; + } + + .md\:top-28 { + top: 7rem !important; + } + + .md\:right-28 { + right: 7rem !important; + } + + .md\:bottom-28 { + bottom: 7rem !important; + } + + .md\:left-28 { + left: 7rem !important; + } + + .md\:top-32 { + top: 8rem !important; + } + + .md\:right-32 { + right: 8rem !important; + } + + .md\:bottom-32 { + bottom: 8rem !important; + } + + .md\:left-32 { + left: 8rem !important; + } + + .md\:top-36 { + top: 9rem !important; + } + + .md\:right-36 { + right: 9rem !important; + } + + .md\:bottom-36 { + bottom: 9rem !important; + } + + .md\:left-36 { + left: 9rem !important; + } + + .md\:top-40 { + top: 10rem !important; + } + + .md\:right-40 { + right: 10rem !important; + } + + .md\:bottom-40 { + bottom: 10rem !important; + } + + .md\:left-40 { + left: 10rem !important; + } + + .md\:top-44 { + top: 11rem !important; + } + + .md\:right-44 { + right: 11rem !important; + } + + .md\:bottom-44 { + bottom: 11rem !important; + } + + .md\:left-44 { + left: 11rem !important; + } + + .md\:top-48 { + top: 12rem !important; + } + + .md\:right-48 { + right: 12rem !important; + } + + .md\:bottom-48 { + bottom: 12rem !important; + } + + .md\:left-48 { + left: 12rem !important; + } + + .md\:top-52 { + top: 13rem !important; + } + + .md\:right-52 { + right: 13rem !important; + } + + .md\:bottom-52 { + bottom: 13rem !important; + } + + .md\:left-52 { + left: 13rem !important; + } + + .md\:top-56 { + top: 14rem !important; + } + + .md\:right-56 { + right: 14rem !important; + } + + .md\:bottom-56 { + bottom: 14rem !important; + } + + .md\:left-56 { + left: 14rem !important; + } + + .md\:top-60 { + top: 15rem !important; + } + + .md\:right-60 { + right: 15rem !important; + } + + .md\:bottom-60 { + bottom: 15rem !important; + } + + .md\:left-60 { + left: 15rem !important; + } + + .md\:top-64 { + top: 16rem !important; + } + + .md\:right-64 { + right: 16rem !important; + } + + .md\:bottom-64 { + bottom: 16rem !important; + } + + .md\:left-64 { + left: 16rem !important; + } + + .md\:top-72 { + top: 18rem !important; + } + + .md\:right-72 { + right: 18rem !important; + } + + .md\:bottom-72 { + bottom: 18rem !important; + } + + .md\:left-72 { + left: 18rem !important; + } + + .md\:top-80 { + top: 20rem !important; + } + + .md\:right-80 { + right: 20rem !important; + } + + .md\:bottom-80 { + bottom: 20rem !important; + } + + .md\:left-80 { + left: 20rem !important; + } + + .md\:top-96 { + top: 24rem !important; + } + + .md\:right-96 { + right: 24rem !important; + } + + .md\:bottom-96 { + bottom: 24rem !important; + } + + .md\:left-96 { + left: 24rem !important; + } + .md\:top-auto { top: auto !important; } @@ -75018,6 +118442,2006 @@ video { left: auto !important; } + .md\:top-px { + top: 1px !important; + } + + .md\:right-px { + right: 1px !important; + } + + .md\:bottom-px { + bottom: 1px !important; + } + + .md\:left-px { + left: 1px !important; + } + + .md\:top-0\.5 { + top: 0.125rem !important; + } + + .md\:right-0\.5 { + right: 0.125rem !important; + } + + .md\:bottom-0\.5 { + bottom: 0.125rem !important; + } + + .md\:left-0\.5 { + left: 0.125rem !important; + } + + .md\:top-1\.5 { + top: 0.375rem !important; + } + + .md\:right-1\.5 { + right: 0.375rem !important; + } + + .md\:bottom-1\.5 { + bottom: 0.375rem !important; + } + + .md\:left-1\.5 { + left: 0.375rem !important; + } + + .md\:top-2\.5 { + top: 0.625rem !important; + } + + .md\:right-2\.5 { + right: 0.625rem !important; + } + + .md\:bottom-2\.5 { + bottom: 0.625rem !important; + } + + .md\:left-2\.5 { + left: 0.625rem !important; + } + + .md\:top-3\.5 { + top: 0.875rem !important; + } + + .md\:right-3\.5 { + right: 0.875rem !important; + } + + .md\:bottom-3\.5 { + bottom: 0.875rem !important; + } + + .md\:left-3\.5 { + left: 0.875rem !important; + } + + .md\:top-1\/2 { + top: 50% !important; + } + + .md\:right-1\/2 { + right: 50% !important; + } + + .md\:bottom-1\/2 { + bottom: 50% !important; + } + + .md\:left-1\/2 { + left: 50% !important; + } + + .md\:top-1\/3 { + top: 33.333333% !important; + } + + .md\:right-1\/3 { + right: 33.333333% !important; + } + + .md\:bottom-1\/3 { + bottom: 33.333333% !important; + } + + .md\:left-1\/3 { + left: 33.333333% !important; + } + + .md\:top-2\/3 { + top: 66.666667% !important; + } + + .md\:right-2\/3 { + right: 66.666667% !important; + } + + .md\:bottom-2\/3 { + bottom: 66.666667% !important; + } + + .md\:left-2\/3 { + left: 66.666667% !important; + } + + .md\:top-1\/4 { + top: 25% !important; + } + + .md\:right-1\/4 { + right: 25% !important; + } + + .md\:bottom-1\/4 { + bottom: 25% !important; + } + + .md\:left-1\/4 { + left: 25% !important; + } + + .md\:top-2\/4 { + top: 50% !important; + } + + .md\:right-2\/4 { + right: 50% !important; + } + + .md\:bottom-2\/4 { + bottom: 50% !important; + } + + .md\:left-2\/4 { + left: 50% !important; + } + + .md\:top-3\/4 { + top: 75% !important; + } + + .md\:right-3\/4 { + right: 75% !important; + } + + .md\:bottom-3\/4 { + bottom: 75% !important; + } + + .md\:left-3\/4 { + left: 75% !important; + } + + .md\:top-1\/5 { + top: 20% !important; + } + + .md\:right-1\/5 { + right: 20% !important; + } + + .md\:bottom-1\/5 { + bottom: 20% !important; + } + + .md\:left-1\/5 { + left: 20% !important; + } + + .md\:top-2\/5 { + top: 40% !important; + } + + .md\:right-2\/5 { + right: 40% !important; + } + + .md\:bottom-2\/5 { + bottom: 40% !important; + } + + .md\:left-2\/5 { + left: 40% !important; + } + + .md\:top-3\/5 { + top: 60% !important; + } + + .md\:right-3\/5 { + right: 60% !important; + } + + .md\:bottom-3\/5 { + bottom: 60% !important; + } + + .md\:left-3\/5 { + left: 60% !important; + } + + .md\:top-4\/5 { + top: 80% !important; + } + + .md\:right-4\/5 { + right: 80% !important; + } + + .md\:bottom-4\/5 { + bottom: 80% !important; + } + + .md\:left-4\/5 { + left: 80% !important; + } + + .md\:top-1\/6 { + top: 16.666667% !important; + } + + .md\:right-1\/6 { + right: 16.666667% !important; + } + + .md\:bottom-1\/6 { + bottom: 16.666667% !important; + } + + .md\:left-1\/6 { + left: 16.666667% !important; + } + + .md\:top-2\/6 { + top: 33.333333% !important; + } + + .md\:right-2\/6 { + right: 33.333333% !important; + } + + .md\:bottom-2\/6 { + bottom: 33.333333% !important; + } + + .md\:left-2\/6 { + left: 33.333333% !important; + } + + .md\:top-3\/6 { + top: 50% !important; + } + + .md\:right-3\/6 { + right: 50% !important; + } + + .md\:bottom-3\/6 { + bottom: 50% !important; + } + + .md\:left-3\/6 { + left: 50% !important; + } + + .md\:top-4\/6 { + top: 66.666667% !important; + } + + .md\:right-4\/6 { + right: 66.666667% !important; + } + + .md\:bottom-4\/6 { + bottom: 66.666667% !important; + } + + .md\:left-4\/6 { + left: 66.666667% !important; + } + + .md\:top-5\/6 { + top: 83.333333% !important; + } + + .md\:right-5\/6 { + right: 83.333333% !important; + } + + .md\:bottom-5\/6 { + bottom: 83.333333% !important; + } + + .md\:left-5\/6 { + left: 83.333333% !important; + } + + .md\:top-1\/12 { + top: 8.333333% !important; + } + + .md\:right-1\/12 { + right: 8.333333% !important; + } + + .md\:bottom-1\/12 { + bottom: 8.333333% !important; + } + + .md\:left-1\/12 { + left: 8.333333% !important; + } + + .md\:top-2\/12 { + top: 16.666667% !important; + } + + .md\:right-2\/12 { + right: 16.666667% !important; + } + + .md\:bottom-2\/12 { + bottom: 16.666667% !important; + } + + .md\:left-2\/12 { + left: 16.666667% !important; + } + + .md\:top-3\/12 { + top: 25% !important; + } + + .md\:right-3\/12 { + right: 25% !important; + } + + .md\:bottom-3\/12 { + bottom: 25% !important; + } + + .md\:left-3\/12 { + left: 25% !important; + } + + .md\:top-4\/12 { + top: 33.333333% !important; + } + + .md\:right-4\/12 { + right: 33.333333% !important; + } + + .md\:bottom-4\/12 { + bottom: 33.333333% !important; + } + + .md\:left-4\/12 { + left: 33.333333% !important; + } + + .md\:top-5\/12 { + top: 41.666667% !important; + } + + .md\:right-5\/12 { + right: 41.666667% !important; + } + + .md\:bottom-5\/12 { + bottom: 41.666667% !important; + } + + .md\:left-5\/12 { + left: 41.666667% !important; + } + + .md\:top-6\/12 { + top: 50% !important; + } + + .md\:right-6\/12 { + right: 50% !important; + } + + .md\:bottom-6\/12 { + bottom: 50% !important; + } + + .md\:left-6\/12 { + left: 50% !important; + } + + .md\:top-7\/12 { + top: 58.333333% !important; + } + + .md\:right-7\/12 { + right: 58.333333% !important; + } + + .md\:bottom-7\/12 { + bottom: 58.333333% !important; + } + + .md\:left-7\/12 { + left: 58.333333% !important; + } + + .md\:top-8\/12 { + top: 66.666667% !important; + } + + .md\:right-8\/12 { + right: 66.666667% !important; + } + + .md\:bottom-8\/12 { + bottom: 66.666667% !important; + } + + .md\:left-8\/12 { + left: 66.666667% !important; + } + + .md\:top-9\/12 { + top: 75% !important; + } + + .md\:right-9\/12 { + right: 75% !important; + } + + .md\:bottom-9\/12 { + bottom: 75% !important; + } + + .md\:left-9\/12 { + left: 75% !important; + } + + .md\:top-10\/12 { + top: 83.333333% !important; + } + + .md\:right-10\/12 { + right: 83.333333% !important; + } + + .md\:bottom-10\/12 { + bottom: 83.333333% !important; + } + + .md\:left-10\/12 { + left: 83.333333% !important; + } + + .md\:top-11\/12 { + top: 91.666667% !important; + } + + .md\:right-11\/12 { + right: 91.666667% !important; + } + + .md\:bottom-11\/12 { + bottom: 91.666667% !important; + } + + .md\:left-11\/12 { + left: 91.666667% !important; + } + + .md\:top-1\/16 { + top: 6.25% !important; + } + + .md\:right-1\/16 { + right: 6.25% !important; + } + + .md\:bottom-1\/16 { + bottom: 6.25% !important; + } + + .md\:left-1\/16 { + left: 6.25% !important; + } + + .md\:top-2\/16 { + top: 12.5% !important; + } + + .md\:right-2\/16 { + right: 12.5% !important; + } + + .md\:bottom-2\/16 { + bottom: 12.5% !important; + } + + .md\:left-2\/16 { + left: 12.5% !important; + } + + .md\:top-3\/16 { + top: 18.75% !important; + } + + .md\:right-3\/16 { + right: 18.75% !important; + } + + .md\:bottom-3\/16 { + bottom: 18.75% !important; + } + + .md\:left-3\/16 { + left: 18.75% !important; + } + + .md\:top-4\/16 { + top: 25% !important; + } + + .md\:right-4\/16 { + right: 25% !important; + } + + .md\:bottom-4\/16 { + bottom: 25% !important; + } + + .md\:left-4\/16 { + left: 25% !important; + } + + .md\:top-5\/16 { + top: 31.25% !important; + } + + .md\:right-5\/16 { + right: 31.25% !important; + } + + .md\:bottom-5\/16 { + bottom: 31.25% !important; + } + + .md\:left-5\/16 { + left: 31.25% !important; + } + + .md\:top-6\/16 { + top: 37.5% !important; + } + + .md\:right-6\/16 { + right: 37.5% !important; + } + + .md\:bottom-6\/16 { + bottom: 37.5% !important; + } + + .md\:left-6\/16 { + left: 37.5% !important; + } + + .md\:top-7\/16 { + top: 43.75% !important; + } + + .md\:right-7\/16 { + right: 43.75% !important; + } + + .md\:bottom-7\/16 { + bottom: 43.75% !important; + } + + .md\:left-7\/16 { + left: 43.75% !important; + } + + .md\:top-8\/16 { + top: 50% !important; + } + + .md\:right-8\/16 { + right: 50% !important; + } + + .md\:bottom-8\/16 { + bottom: 50% !important; + } + + .md\:left-8\/16 { + left: 50% !important; + } + + .md\:top-9\/16 { + top: 56.25% !important; + } + + .md\:right-9\/16 { + right: 56.25% !important; + } + + .md\:bottom-9\/16 { + bottom: 56.25% !important; + } + + .md\:left-9\/16 { + left: 56.25% !important; + } + + .md\:top-10\/16 { + top: 62.5% !important; + } + + .md\:right-10\/16 { + right: 62.5% !important; + } + + .md\:bottom-10\/16 { + bottom: 62.5% !important; + } + + .md\:left-10\/16 { + left: 62.5% !important; + } + + .md\:top-11\/16 { + top: 68.75% !important; + } + + .md\:right-11\/16 { + right: 68.75% !important; + } + + .md\:bottom-11\/16 { + bottom: 68.75% !important; + } + + .md\:left-11\/16 { + left: 68.75% !important; + } + + .md\:top-12\/16 { + top: 75% !important; + } + + .md\:right-12\/16 { + right: 75% !important; + } + + .md\:bottom-12\/16 { + bottom: 75% !important; + } + + .md\:left-12\/16 { + left: 75% !important; + } + + .md\:top-13\/16 { + top: 81.25% !important; + } + + .md\:right-13\/16 { + right: 81.25% !important; + } + + .md\:bottom-13\/16 { + bottom: 81.25% !important; + } + + .md\:left-13\/16 { + left: 81.25% !important; + } + + .md\:top-14\/16 { + top: 87.5% !important; + } + + .md\:right-14\/16 { + right: 87.5% !important; + } + + .md\:bottom-14\/16 { + bottom: 87.5% !important; + } + + .md\:left-14\/16 { + left: 87.5% !important; + } + + .md\:top-15\/16 { + top: 93.75% !important; + } + + .md\:right-15\/16 { + right: 93.75% !important; + } + + .md\:bottom-15\/16 { + bottom: 93.75% !important; + } + + .md\:left-15\/16 { + left: 93.75% !important; + } + + .md\:top-full { + top: 100% !important; + } + + .md\:right-full { + right: 100% !important; + } + + .md\:bottom-full { + bottom: 100% !important; + } + + .md\:left-full { + left: 100% !important; + } + + .md\:-top-1 { + top: -0.25rem !important; + } + + .md\:-right-1 { + right: -0.25rem !important; + } + + .md\:-bottom-1 { + bottom: -0.25rem !important; + } + + .md\:-left-1 { + left: -0.25rem !important; + } + + .md\:-top-2 { + top: -0.5rem !important; + } + + .md\:-right-2 { + right: -0.5rem !important; + } + + .md\:-bottom-2 { + bottom: -0.5rem !important; + } + + .md\:-left-2 { + left: -0.5rem !important; + } + + .md\:-top-3 { + top: -0.75rem !important; + } + + .md\:-right-3 { + right: -0.75rem !important; + } + + .md\:-bottom-3 { + bottom: -0.75rem !important; + } + + .md\:-left-3 { + left: -0.75rem !important; + } + + .md\:-top-4 { + top: -1rem !important; + } + + .md\:-right-4 { + right: -1rem !important; + } + + .md\:-bottom-4 { + bottom: -1rem !important; + } + + .md\:-left-4 { + left: -1rem !important; + } + + .md\:-top-5 { + top: -1.25rem !important; + } + + .md\:-right-5 { + right: -1.25rem !important; + } + + .md\:-bottom-5 { + bottom: -1.25rem !important; + } + + .md\:-left-5 { + left: -1.25rem !important; + } + + .md\:-top-6 { + top: -1.5rem !important; + } + + .md\:-right-6 { + right: -1.5rem !important; + } + + .md\:-bottom-6 { + bottom: -1.5rem !important; + } + + .md\:-left-6 { + left: -1.5rem !important; + } + + .md\:-top-7 { + top: -1.75rem !important; + } + + .md\:-right-7 { + right: -1.75rem !important; + } + + .md\:-bottom-7 { + bottom: -1.75rem !important; + } + + .md\:-left-7 { + left: -1.75rem !important; + } + + .md\:-top-8 { + top: -2rem !important; + } + + .md\:-right-8 { + right: -2rem !important; + } + + .md\:-bottom-8 { + bottom: -2rem !important; + } + + .md\:-left-8 { + left: -2rem !important; + } + + .md\:-top-9 { + top: -2.25rem !important; + } + + .md\:-right-9 { + right: -2.25rem !important; + } + + .md\:-bottom-9 { + bottom: -2.25rem !important; + } + + .md\:-left-9 { + left: -2.25rem !important; + } + + .md\:-top-10 { + top: -2.5rem !important; + } + + .md\:-right-10 { + right: -2.5rem !important; + } + + .md\:-bottom-10 { + bottom: -2.5rem !important; + } + + .md\:-left-10 { + left: -2.5rem !important; + } + + .md\:-top-11 { + top: -2.75rem !important; + } + + .md\:-right-11 { + right: -2.75rem !important; + } + + .md\:-bottom-11 { + bottom: -2.75rem !important; + } + + .md\:-left-11 { + left: -2.75rem !important; + } + + .md\:-top-12 { + top: -3rem !important; + } + + .md\:-right-12 { + right: -3rem !important; + } + + .md\:-bottom-12 { + bottom: -3rem !important; + } + + .md\:-left-12 { + left: -3rem !important; + } + + .md\:-top-13 { + top: -3.25rem !important; + } + + .md\:-right-13 { + right: -3.25rem !important; + } + + .md\:-bottom-13 { + bottom: -3.25rem !important; + } + + .md\:-left-13 { + left: -3.25rem !important; + } + + .md\:-top-14 { + top: -3.5rem !important; + } + + .md\:-right-14 { + right: -3.5rem !important; + } + + .md\:-bottom-14 { + bottom: -3.5rem !important; + } + + .md\:-left-14 { + left: -3.5rem !important; + } + + .md\:-top-15 { + top: -3.75rem !important; + } + + .md\:-right-15 { + right: -3.75rem !important; + } + + .md\:-bottom-15 { + bottom: -3.75rem !important; + } + + .md\:-left-15 { + left: -3.75rem !important; + } + + .md\:-top-16 { + top: -4rem !important; + } + + .md\:-right-16 { + right: -4rem !important; + } + + .md\:-bottom-16 { + bottom: -4rem !important; + } + + .md\:-left-16 { + left: -4rem !important; + } + + .md\:-top-20 { + top: -5rem !important; + } + + .md\:-right-20 { + right: -5rem !important; + } + + .md\:-bottom-20 { + bottom: -5rem !important; + } + + .md\:-left-20 { + left: -5rem !important; + } + + .md\:-top-24 { + top: -6rem !important; + } + + .md\:-right-24 { + right: -6rem !important; + } + + .md\:-bottom-24 { + bottom: -6rem !important; + } + + .md\:-left-24 { + left: -6rem !important; + } + + .md\:-top-28 { + top: -7rem !important; + } + + .md\:-right-28 { + right: -7rem !important; + } + + .md\:-bottom-28 { + bottom: -7rem !important; + } + + .md\:-left-28 { + left: -7rem !important; + } + + .md\:-top-32 { + top: -8rem !important; + } + + .md\:-right-32 { + right: -8rem !important; + } + + .md\:-bottom-32 { + bottom: -8rem !important; + } + + .md\:-left-32 { + left: -8rem !important; + } + + .md\:-top-36 { + top: -9rem !important; + } + + .md\:-right-36 { + right: -9rem !important; + } + + .md\:-bottom-36 { + bottom: -9rem !important; + } + + .md\:-left-36 { + left: -9rem !important; + } + + .md\:-top-40 { + top: -10rem !important; + } + + .md\:-right-40 { + right: -10rem !important; + } + + .md\:-bottom-40 { + bottom: -10rem !important; + } + + .md\:-left-40 { + left: -10rem !important; + } + + .md\:-top-44 { + top: -11rem !important; + } + + .md\:-right-44 { + right: -11rem !important; + } + + .md\:-bottom-44 { + bottom: -11rem !important; + } + + .md\:-left-44 { + left: -11rem !important; + } + + .md\:-top-48 { + top: -12rem !important; + } + + .md\:-right-48 { + right: -12rem !important; + } + + .md\:-bottom-48 { + bottom: -12rem !important; + } + + .md\:-left-48 { + left: -12rem !important; + } + + .md\:-top-52 { + top: -13rem !important; + } + + .md\:-right-52 { + right: -13rem !important; + } + + .md\:-bottom-52 { + bottom: -13rem !important; + } + + .md\:-left-52 { + left: -13rem !important; + } + + .md\:-top-56 { + top: -14rem !important; + } + + .md\:-right-56 { + right: -14rem !important; + } + + .md\:-bottom-56 { + bottom: -14rem !important; + } + + .md\:-left-56 { + left: -14rem !important; + } + + .md\:-top-60 { + top: -15rem !important; + } + + .md\:-right-60 { + right: -15rem !important; + } + + .md\:-bottom-60 { + bottom: -15rem !important; + } + + .md\:-left-60 { + left: -15rem !important; + } + + .md\:-top-64 { + top: -16rem !important; + } + + .md\:-right-64 { + right: -16rem !important; + } + + .md\:-bottom-64 { + bottom: -16rem !important; + } + + .md\:-left-64 { + left: -16rem !important; + } + + .md\:-top-72 { + top: -18rem !important; + } + + .md\:-right-72 { + right: -18rem !important; + } + + .md\:-bottom-72 { + bottom: -18rem !important; + } + + .md\:-left-72 { + left: -18rem !important; + } + + .md\:-top-80 { + top: -20rem !important; + } + + .md\:-right-80 { + right: -20rem !important; + } + + .md\:-bottom-80 { + bottom: -20rem !important; + } + + .md\:-left-80 { + left: -20rem !important; + } + + .md\:-top-96 { + top: -24rem !important; + } + + .md\:-right-96 { + right: -24rem !important; + } + + .md\:-bottom-96 { + bottom: -24rem !important; + } + + .md\:-left-96 { + left: -24rem !important; + } + + .md\:-top-px { + top: -1px !important; + } + + .md\:-right-px { + right: -1px !important; + } + + .md\:-bottom-px { + bottom: -1px !important; + } + + .md\:-left-px { + left: -1px !important; + } + + .md\:-top-0\.5 { + top: -0.125rem !important; + } + + .md\:-right-0\.5 { + right: -0.125rem !important; + } + + .md\:-bottom-0\.5 { + bottom: -0.125rem !important; + } + + .md\:-left-0\.5 { + left: -0.125rem !important; + } + + .md\:-top-1\.5 { + top: -0.375rem !important; + } + + .md\:-right-1\.5 { + right: -0.375rem !important; + } + + .md\:-bottom-1\.5 { + bottom: -0.375rem !important; + } + + .md\:-left-1\.5 { + left: -0.375rem !important; + } + + .md\:-top-2\.5 { + top: -0.625rem !important; + } + + .md\:-right-2\.5 { + right: -0.625rem !important; + } + + .md\:-bottom-2\.5 { + bottom: -0.625rem !important; + } + + .md\:-left-2\.5 { + left: -0.625rem !important; + } + + .md\:-top-3\.5 { + top: -0.875rem !important; + } + + .md\:-right-3\.5 { + right: -0.875rem !important; + } + + .md\:-bottom-3\.5 { + bottom: -0.875rem !important; + } + + .md\:-left-3\.5 { + left: -0.875rem !important; + } + + .md\:-top-1\/2 { + top: -50% !important; + } + + .md\:-right-1\/2 { + right: -50% !important; + } + + .md\:-bottom-1\/2 { + bottom: -50% !important; + } + + .md\:-left-1\/2 { + left: -50% !important; + } + + .md\:-top-1\/3 { + top: -33.33333% !important; + } + + .md\:-right-1\/3 { + right: -33.33333% !important; + } + + .md\:-bottom-1\/3 { + bottom: -33.33333% !important; + } + + .md\:-left-1\/3 { + left: -33.33333% !important; + } + + .md\:-top-2\/3 { + top: -66.66667% !important; + } + + .md\:-right-2\/3 { + right: -66.66667% !important; + } + + .md\:-bottom-2\/3 { + bottom: -66.66667% !important; + } + + .md\:-left-2\/3 { + left: -66.66667% !important; + } + + .md\:-top-1\/4 { + top: -25% !important; + } + + .md\:-right-1\/4 { + right: -25% !important; + } + + .md\:-bottom-1\/4 { + bottom: -25% !important; + } + + .md\:-left-1\/4 { + left: -25% !important; + } + + .md\:-top-2\/4 { + top: -50% !important; + } + + .md\:-right-2\/4 { + right: -50% !important; + } + + .md\:-bottom-2\/4 { + bottom: -50% !important; + } + + .md\:-left-2\/4 { + left: -50% !important; + } + + .md\:-top-3\/4 { + top: -75% !important; + } + + .md\:-right-3\/4 { + right: -75% !important; + } + + .md\:-bottom-3\/4 { + bottom: -75% !important; + } + + .md\:-left-3\/4 { + left: -75% !important; + } + + .md\:-top-1\/5 { + top: -20% !important; + } + + .md\:-right-1\/5 { + right: -20% !important; + } + + .md\:-bottom-1\/5 { + bottom: -20% !important; + } + + .md\:-left-1\/5 { + left: -20% !important; + } + + .md\:-top-2\/5 { + top: -40% !important; + } + + .md\:-right-2\/5 { + right: -40% !important; + } + + .md\:-bottom-2\/5 { + bottom: -40% !important; + } + + .md\:-left-2\/5 { + left: -40% !important; + } + + .md\:-top-3\/5 { + top: -60% !important; + } + + .md\:-right-3\/5 { + right: -60% !important; + } + + .md\:-bottom-3\/5 { + bottom: -60% !important; + } + + .md\:-left-3\/5 { + left: -60% !important; + } + + .md\:-top-4\/5 { + top: -80% !important; + } + + .md\:-right-4\/5 { + right: -80% !important; + } + + .md\:-bottom-4\/5 { + bottom: -80% !important; + } + + .md\:-left-4\/5 { + left: -80% !important; + } + + .md\:-top-1\/6 { + top: -16.66667% !important; + } + + .md\:-right-1\/6 { + right: -16.66667% !important; + } + + .md\:-bottom-1\/6 { + bottom: -16.66667% !important; + } + + .md\:-left-1\/6 { + left: -16.66667% !important; + } + + .md\:-top-2\/6 { + top: -33.33333% !important; + } + + .md\:-right-2\/6 { + right: -33.33333% !important; + } + + .md\:-bottom-2\/6 { + bottom: -33.33333% !important; + } + + .md\:-left-2\/6 { + left: -33.33333% !important; + } + + .md\:-top-3\/6 { + top: -50% !important; + } + + .md\:-right-3\/6 { + right: -50% !important; + } + + .md\:-bottom-3\/6 { + bottom: -50% !important; + } + + .md\:-left-3\/6 { + left: -50% !important; + } + + .md\:-top-4\/6 { + top: -66.66667% !important; + } + + .md\:-right-4\/6 { + right: -66.66667% !important; + } + + .md\:-bottom-4\/6 { + bottom: -66.66667% !important; + } + + .md\:-left-4\/6 { + left: -66.66667% !important; + } + + .md\:-top-5\/6 { + top: -83.33333% !important; + } + + .md\:-right-5\/6 { + right: -83.33333% !important; + } + + .md\:-bottom-5\/6 { + bottom: -83.33333% !important; + } + + .md\:-left-5\/6 { + left: -83.33333% !important; + } + + .md\:-top-1\/12 { + top: -8.33333% !important; + } + + .md\:-right-1\/12 { + right: -8.33333% !important; + } + + .md\:-bottom-1\/12 { + bottom: -8.33333% !important; + } + + .md\:-left-1\/12 { + left: -8.33333% !important; + } + + .md\:-top-2\/12 { + top: -16.66667% !important; + } + + .md\:-right-2\/12 { + right: -16.66667% !important; + } + + .md\:-bottom-2\/12 { + bottom: -16.66667% !important; + } + + .md\:-left-2\/12 { + left: -16.66667% !important; + } + + .md\:-top-3\/12 { + top: -25% !important; + } + + .md\:-right-3\/12 { + right: -25% !important; + } + + .md\:-bottom-3\/12 { + bottom: -25% !important; + } + + .md\:-left-3\/12 { + left: -25% !important; + } + + .md\:-top-4\/12 { + top: -33.33333% !important; + } + + .md\:-right-4\/12 { + right: -33.33333% !important; + } + + .md\:-bottom-4\/12 { + bottom: -33.33333% !important; + } + + .md\:-left-4\/12 { + left: -33.33333% !important; + } + + .md\:-top-5\/12 { + top: -41.66667% !important; + } + + .md\:-right-5\/12 { + right: -41.66667% !important; + } + + .md\:-bottom-5\/12 { + bottom: -41.66667% !important; + } + + .md\:-left-5\/12 { + left: -41.66667% !important; + } + + .md\:-top-6\/12 { + top: -50% !important; + } + + .md\:-right-6\/12 { + right: -50% !important; + } + + .md\:-bottom-6\/12 { + bottom: -50% !important; + } + + .md\:-left-6\/12 { + left: -50% !important; + } + + .md\:-top-7\/12 { + top: -58.33333% !important; + } + + .md\:-right-7\/12 { + right: -58.33333% !important; + } + + .md\:-bottom-7\/12 { + bottom: -58.33333% !important; + } + + .md\:-left-7\/12 { + left: -58.33333% !important; + } + + .md\:-top-8\/12 { + top: -66.66667% !important; + } + + .md\:-right-8\/12 { + right: -66.66667% !important; + } + + .md\:-bottom-8\/12 { + bottom: -66.66667% !important; + } + + .md\:-left-8\/12 { + left: -66.66667% !important; + } + + .md\:-top-9\/12 { + top: -75% !important; + } + + .md\:-right-9\/12 { + right: -75% !important; + } + + .md\:-bottom-9\/12 { + bottom: -75% !important; + } + + .md\:-left-9\/12 { + left: -75% !important; + } + + .md\:-top-10\/12 { + top: -83.33333% !important; + } + + .md\:-right-10\/12 { + right: -83.33333% !important; + } + + .md\:-bottom-10\/12 { + bottom: -83.33333% !important; + } + + .md\:-left-10\/12 { + left: -83.33333% !important; + } + + .md\:-top-11\/12 { + top: -91.66667% !important; + } + + .md\:-right-11\/12 { + right: -91.66667% !important; + } + + .md\:-bottom-11\/12 { + bottom: -91.66667% !important; + } + + .md\:-left-11\/12 { + left: -91.66667% !important; + } + + .md\:-top-1\/16 { + top: -6.25% !important; + } + + .md\:-right-1\/16 { + right: -6.25% !important; + } + + .md\:-bottom-1\/16 { + bottom: -6.25% !important; + } + + .md\:-left-1\/16 { + left: -6.25% !important; + } + + .md\:-top-2\/16 { + top: -12.5% !important; + } + + .md\:-right-2\/16 { + right: -12.5% !important; + } + + .md\:-bottom-2\/16 { + bottom: -12.5% !important; + } + + .md\:-left-2\/16 { + left: -12.5% !important; + } + + .md\:-top-3\/16 { + top: -18.75% !important; + } + + .md\:-right-3\/16 { + right: -18.75% !important; + } + + .md\:-bottom-3\/16 { + bottom: -18.75% !important; + } + + .md\:-left-3\/16 { + left: -18.75% !important; + } + + .md\:-top-4\/16 { + top: -25% !important; + } + + .md\:-right-4\/16 { + right: -25% !important; + } + + .md\:-bottom-4\/16 { + bottom: -25% !important; + } + + .md\:-left-4\/16 { + left: -25% !important; + } + + .md\:-top-5\/16 { + top: -31.25% !important; + } + + .md\:-right-5\/16 { + right: -31.25% !important; + } + + .md\:-bottom-5\/16 { + bottom: -31.25% !important; + } + + .md\:-left-5\/16 { + left: -31.25% !important; + } + + .md\:-top-6\/16 { + top: -37.5% !important; + } + + .md\:-right-6\/16 { + right: -37.5% !important; + } + + .md\:-bottom-6\/16 { + bottom: -37.5% !important; + } + + .md\:-left-6\/16 { + left: -37.5% !important; + } + + .md\:-top-7\/16 { + top: -43.75% !important; + } + + .md\:-right-7\/16 { + right: -43.75% !important; + } + + .md\:-bottom-7\/16 { + bottom: -43.75% !important; + } + + .md\:-left-7\/16 { + left: -43.75% !important; + } + + .md\:-top-8\/16 { + top: -50% !important; + } + + .md\:-right-8\/16 { + right: -50% !important; + } + + .md\:-bottom-8\/16 { + bottom: -50% !important; + } + + .md\:-left-8\/16 { + left: -50% !important; + } + + .md\:-top-9\/16 { + top: -56.25% !important; + } + + .md\:-right-9\/16 { + right: -56.25% !important; + } + + .md\:-bottom-9\/16 { + bottom: -56.25% !important; + } + + .md\:-left-9\/16 { + left: -56.25% !important; + } + + .md\:-top-10\/16 { + top: -62.5% !important; + } + + .md\:-right-10\/16 { + right: -62.5% !important; + } + + .md\:-bottom-10\/16 { + bottom: -62.5% !important; + } + + .md\:-left-10\/16 { + left: -62.5% !important; + } + + .md\:-top-11\/16 { + top: -68.75% !important; + } + + .md\:-right-11\/16 { + right: -68.75% !important; + } + + .md\:-bottom-11\/16 { + bottom: -68.75% !important; + } + + .md\:-left-11\/16 { + left: -68.75% !important; + } + + .md\:-top-12\/16 { + top: -75% !important; + } + + .md\:-right-12\/16 { + right: -75% !important; + } + + .md\:-bottom-12\/16 { + bottom: -75% !important; + } + + .md\:-left-12\/16 { + left: -75% !important; + } + + .md\:-top-13\/16 { + top: -81.25% !important; + } + + .md\:-right-13\/16 { + right: -81.25% !important; + } + + .md\:-bottom-13\/16 { + bottom: -81.25% !important; + } + + .md\:-left-13\/16 { + left: -81.25% !important; + } + + .md\:-top-14\/16 { + top: -87.5% !important; + } + + .md\:-right-14\/16 { + right: -87.5% !important; + } + + .md\:-bottom-14\/16 { + bottom: -87.5% !important; + } + + .md\:-left-14\/16 { + left: -87.5% !important; + } + + .md\:-top-15\/16 { + top: -93.75% !important; + } + + .md\:-right-15\/16 { + right: -93.75% !important; + } + + .md\:-bottom-15\/16 { + bottom: -93.75% !important; + } + + .md\:-left-15\/16 { + left: -93.75% !important; + } + + .md\:-top-full { + top: -100% !important; + } + + .md\:-right-full { + right: -100% !important; + } + + .md\:-bottom-full { + bottom: -100% !important; + } + + .md\:-left-full { + left: -100% !important; + } + .md\:resize-none { resize: none !important; } @@ -78330,18 +123754,42 @@ video { width: 1.5rem !important; } + .md\:w-7 { + width: 1.75rem !important; + } + .md\:w-8 { width: 2rem !important; } + .md\:w-9 { + width: 2.25rem !important; + } + .md\:w-10 { width: 2.5rem !important; } + .md\:w-11 { + width: 2.75rem !important; + } + .md\:w-12 { width: 3rem !important; } + .md\:w-13 { + width: 3.25rem !important; + } + + .md\:w-14 { + width: 3.5rem !important; + } + + .md\:w-15 { + width: 3.75rem !important; + } + .md\:w-16 { width: 4rem !important; } @@ -78354,26 +123802,58 @@ video { width: 6rem !important; } + .md\:w-28 { + width: 7rem !important; + } + .md\:w-32 { width: 8rem !important; } + .md\:w-36 { + width: 9rem !important; + } + .md\:w-40 { width: 10rem !important; } + .md\:w-44 { + width: 11rem !important; + } + .md\:w-48 { width: 12rem !important; } + .md\:w-52 { + width: 13rem !important; + } + .md\:w-56 { width: 14rem !important; } + .md\:w-60 { + width: 15rem !important; + } + .md\:w-64 { width: 16rem !important; } + .md\:w-72 { + width: 18rem !important; + } + + .md\:w-80 { + width: 20rem !important; + } + + .md\:w-96 { + width: 24rem !important; + } + .md\:w-auto { width: auto !important; } @@ -78382,6 +123862,22 @@ video { width: 1px !important; } + .md\:w-0\.5 { + width: 0.125rem !important; + } + + .md\:w-1\.5 { + width: 0.375rem !important; + } + + .md\:w-2\.5 { + width: 0.625rem !important; + } + + .md\:w-3\.5 { + width: 0.875rem !important; + } + .md\:w-1\/2 { width: 50% !important; } @@ -78486,6 +123982,66 @@ video { width: 91.666667% !important; } + .md\:w-1\/16 { + width: 6.25% !important; + } + + .md\:w-2\/16 { + width: 12.5% !important; + } + + .md\:w-3\/16 { + width: 18.75% !important; + } + + .md\:w-4\/16 { + width: 25% !important; + } + + .md\:w-5\/16 { + width: 31.25% !important; + } + + .md\:w-6\/16 { + width: 37.5% !important; + } + + .md\:w-7\/16 { + width: 43.75% !important; + } + + .md\:w-8\/16 { + width: 50% !important; + } + + .md\:w-9\/16 { + width: 56.25% !important; + } + + .md\:w-10\/16 { + width: 62.5% !important; + } + + .md\:w-11\/16 { + width: 68.75% !important; + } + + .md\:w-12\/16 { + width: 75% !important; + } + + .md\:w-13\/16 { + width: 81.25% !important; + } + + .md\:w-14\/16 { + width: 87.5% !important; + } + + .md\:w-15\/16 { + width: 93.75% !important; + } + .md\:w-full { width: 100% !important; } @@ -78494,6 +124050,14 @@ video { width: 100vw !important; } + .md\:w-min { + width: min-content !important; + } + + .md\:w-max { + width: max-content !important; + } + .md\:z-0 { z-index: 0 !important; } @@ -78557,21 +124121,51 @@ video { gap: 1.5rem !important; } + .md\:gap-7 { + grid-gap: 1.75rem !important; + gap: 1.75rem !important; + } + .md\:gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } + .md\:gap-9 { + grid-gap: 2.25rem !important; + gap: 2.25rem !important; + } + .md\:gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } + .md\:gap-11 { + grid-gap: 2.75rem !important; + gap: 2.75rem !important; + } + .md\:gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } + .md\:gap-13 { + grid-gap: 3.25rem !important; + gap: 3.25rem !important; + } + + .md\:gap-14 { + grid-gap: 3.5rem !important; + gap: 3.5rem !important; + } + + .md\:gap-15 { + grid-gap: 3.75rem !important; + gap: 3.75rem !important; + } + .md\:gap-16 { grid-gap: 4rem !important; gap: 4rem !important; @@ -78587,36 +124181,306 @@ video { gap: 6rem !important; } + .md\:gap-28 { + grid-gap: 7rem !important; + gap: 7rem !important; + } + .md\:gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } + .md\:gap-36 { + grid-gap: 9rem !important; + gap: 9rem !important; + } + .md\:gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } + .md\:gap-44 { + grid-gap: 11rem !important; + gap: 11rem !important; + } + .md\:gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } + .md\:gap-52 { + grid-gap: 13rem !important; + gap: 13rem !important; + } + .md\:gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } + .md\:gap-60 { + grid-gap: 15rem !important; + gap: 15rem !important; + } + .md\:gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } + .md\:gap-72 { + grid-gap: 18rem !important; + gap: 18rem !important; + } + + .md\:gap-80 { + grid-gap: 20rem !important; + gap: 20rem !important; + } + + .md\:gap-96 { + grid-gap: 24rem !important; + gap: 24rem !important; + } + .md\:gap-px { grid-gap: 1px !important; gap: 1px !important; } + .md\:gap-0\.5 { + grid-gap: 0.125rem !important; + gap: 0.125rem !important; + } + + .md\:gap-1\.5 { + grid-gap: 0.375rem !important; + gap: 0.375rem !important; + } + + .md\:gap-2\.5 { + grid-gap: 0.625rem !important; + gap: 0.625rem !important; + } + + .md\:gap-3\.5 { + grid-gap: 0.875rem !important; + gap: 0.875rem !important; + } + + .md\:gap-1\/2 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .md\:gap-1\/3 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .md\:gap-2\/3 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .md\:gap-1\/4 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .md\:gap-2\/4 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .md\:gap-3\/4 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .md\:gap-1\/5 { + grid-gap: 20% !important; + gap: 20% !important; + } + + .md\:gap-2\/5 { + grid-gap: 40% !important; + gap: 40% !important; + } + + .md\:gap-3\/5 { + grid-gap: 60% !important; + gap: 60% !important; + } + + .md\:gap-4\/5 { + grid-gap: 80% !important; + gap: 80% !important; + } + + .md\:gap-1\/6 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .md\:gap-2\/6 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .md\:gap-3\/6 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .md\:gap-4\/6 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .md\:gap-5\/6 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .md\:gap-1\/12 { + grid-gap: 8.333333% !important; + gap: 8.333333% !important; + } + + .md\:gap-2\/12 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .md\:gap-3\/12 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .md\:gap-4\/12 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .md\:gap-5\/12 { + grid-gap: 41.666667% !important; + gap: 41.666667% !important; + } + + .md\:gap-6\/12 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .md\:gap-7\/12 { + grid-gap: 58.333333% !important; + gap: 58.333333% !important; + } + + .md\:gap-8\/12 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .md\:gap-9\/12 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .md\:gap-10\/12 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .md\:gap-11\/12 { + grid-gap: 91.666667% !important; + gap: 91.666667% !important; + } + + .md\:gap-1\/16 { + grid-gap: 6.25% !important; + gap: 6.25% !important; + } + + .md\:gap-2\/16 { + grid-gap: 12.5% !important; + gap: 12.5% !important; + } + + .md\:gap-3\/16 { + grid-gap: 18.75% !important; + gap: 18.75% !important; + } + + .md\:gap-4\/16 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .md\:gap-5\/16 { + grid-gap: 31.25% !important; + gap: 31.25% !important; + } + + .md\:gap-6\/16 { + grid-gap: 37.5% !important; + gap: 37.5% !important; + } + + .md\:gap-7\/16 { + grid-gap: 43.75% !important; + gap: 43.75% !important; + } + + .md\:gap-8\/16 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .md\:gap-9\/16 { + grid-gap: 56.25% !important; + gap: 56.25% !important; + } + + .md\:gap-10\/16 { + grid-gap: 62.5% !important; + gap: 62.5% !important; + } + + .md\:gap-11\/16 { + grid-gap: 68.75% !important; + gap: 68.75% !important; + } + + .md\:gap-12\/16 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .md\:gap-13\/16 { + grid-gap: 81.25% !important; + gap: 81.25% !important; + } + + .md\:gap-14\/16 { + grid-gap: 87.5% !important; + gap: 87.5% !important; + } + + .md\:gap-15\/16 { + grid-gap: 93.75% !important; + gap: 93.75% !important; + } + + .md\:gap-full { + grid-gap: 100% !important; + gap: 100% !important; + } + .md\:gap-x-0 { grid-column-gap: 0 !important; column-gap: 0 !important; @@ -78652,21 +124516,51 @@ video { column-gap: 1.5rem !important; } + .md\:gap-x-7 { + grid-column-gap: 1.75rem !important; + column-gap: 1.75rem !important; + } + .md\:gap-x-8 { grid-column-gap: 2rem !important; column-gap: 2rem !important; } + .md\:gap-x-9 { + grid-column-gap: 2.25rem !important; + column-gap: 2.25rem !important; + } + .md\:gap-x-10 { grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } + .md\:gap-x-11 { + grid-column-gap: 2.75rem !important; + column-gap: 2.75rem !important; + } + .md\:gap-x-12 { grid-column-gap: 3rem !important; column-gap: 3rem !important; } + .md\:gap-x-13 { + grid-column-gap: 3.25rem !important; + column-gap: 3.25rem !important; + } + + .md\:gap-x-14 { + grid-column-gap: 3.5rem !important; + column-gap: 3.5rem !important; + } + + .md\:gap-x-15 { + grid-column-gap: 3.75rem !important; + column-gap: 3.75rem !important; + } + .md\:gap-x-16 { grid-column-gap: 4rem !important; column-gap: 4rem !important; @@ -78682,36 +124576,306 @@ video { column-gap: 6rem !important; } + .md\:gap-x-28 { + grid-column-gap: 7rem !important; + column-gap: 7rem !important; + } + .md\:gap-x-32 { grid-column-gap: 8rem !important; column-gap: 8rem !important; } + .md\:gap-x-36 { + grid-column-gap: 9rem !important; + column-gap: 9rem !important; + } + .md\:gap-x-40 { grid-column-gap: 10rem !important; column-gap: 10rem !important; } + .md\:gap-x-44 { + grid-column-gap: 11rem !important; + column-gap: 11rem !important; + } + .md\:gap-x-48 { grid-column-gap: 12rem !important; column-gap: 12rem !important; } + .md\:gap-x-52 { + grid-column-gap: 13rem !important; + column-gap: 13rem !important; + } + .md\:gap-x-56 { grid-column-gap: 14rem !important; column-gap: 14rem !important; } + .md\:gap-x-60 { + grid-column-gap: 15rem !important; + column-gap: 15rem !important; + } + .md\:gap-x-64 { grid-column-gap: 16rem !important; column-gap: 16rem !important; } + .md\:gap-x-72 { + grid-column-gap: 18rem !important; + column-gap: 18rem !important; + } + + .md\:gap-x-80 { + grid-column-gap: 20rem !important; + column-gap: 20rem !important; + } + + .md\:gap-x-96 { + grid-column-gap: 24rem !important; + column-gap: 24rem !important; + } + .md\:gap-x-px { grid-column-gap: 1px !important; column-gap: 1px !important; } + .md\:gap-x-0\.5 { + grid-column-gap: 0.125rem !important; + column-gap: 0.125rem !important; + } + + .md\:gap-x-1\.5 { + grid-column-gap: 0.375rem !important; + column-gap: 0.375rem !important; + } + + .md\:gap-x-2\.5 { + grid-column-gap: 0.625rem !important; + column-gap: 0.625rem !important; + } + + .md\:gap-x-3\.5 { + grid-column-gap: 0.875rem !important; + column-gap: 0.875rem !important; + } + + .md\:gap-x-1\/2 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .md\:gap-x-1\/3 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .md\:gap-x-2\/3 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .md\:gap-x-1\/4 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .md\:gap-x-2\/4 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .md\:gap-x-3\/4 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .md\:gap-x-1\/5 { + grid-column-gap: 20% !important; + column-gap: 20% !important; + } + + .md\:gap-x-2\/5 { + grid-column-gap: 40% !important; + column-gap: 40% !important; + } + + .md\:gap-x-3\/5 { + grid-column-gap: 60% !important; + column-gap: 60% !important; + } + + .md\:gap-x-4\/5 { + grid-column-gap: 80% !important; + column-gap: 80% !important; + } + + .md\:gap-x-1\/6 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .md\:gap-x-2\/6 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .md\:gap-x-3\/6 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .md\:gap-x-4\/6 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .md\:gap-x-5\/6 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .md\:gap-x-1\/12 { + grid-column-gap: 8.333333% !important; + column-gap: 8.333333% !important; + } + + .md\:gap-x-2\/12 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .md\:gap-x-3\/12 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .md\:gap-x-4\/12 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .md\:gap-x-5\/12 { + grid-column-gap: 41.666667% !important; + column-gap: 41.666667% !important; + } + + .md\:gap-x-6\/12 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .md\:gap-x-7\/12 { + grid-column-gap: 58.333333% !important; + column-gap: 58.333333% !important; + } + + .md\:gap-x-8\/12 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .md\:gap-x-9\/12 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .md\:gap-x-10\/12 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .md\:gap-x-11\/12 { + grid-column-gap: 91.666667% !important; + column-gap: 91.666667% !important; + } + + .md\:gap-x-1\/16 { + grid-column-gap: 6.25% !important; + column-gap: 6.25% !important; + } + + .md\:gap-x-2\/16 { + grid-column-gap: 12.5% !important; + column-gap: 12.5% !important; + } + + .md\:gap-x-3\/16 { + grid-column-gap: 18.75% !important; + column-gap: 18.75% !important; + } + + .md\:gap-x-4\/16 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .md\:gap-x-5\/16 { + grid-column-gap: 31.25% !important; + column-gap: 31.25% !important; + } + + .md\:gap-x-6\/16 { + grid-column-gap: 37.5% !important; + column-gap: 37.5% !important; + } + + .md\:gap-x-7\/16 { + grid-column-gap: 43.75% !important; + column-gap: 43.75% !important; + } + + .md\:gap-x-8\/16 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .md\:gap-x-9\/16 { + grid-column-gap: 56.25% !important; + column-gap: 56.25% !important; + } + + .md\:gap-x-10\/16 { + grid-column-gap: 62.5% !important; + column-gap: 62.5% !important; + } + + .md\:gap-x-11\/16 { + grid-column-gap: 68.75% !important; + column-gap: 68.75% !important; + } + + .md\:gap-x-12\/16 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .md\:gap-x-13\/16 { + grid-column-gap: 81.25% !important; + column-gap: 81.25% !important; + } + + .md\:gap-x-14\/16 { + grid-column-gap: 87.5% !important; + column-gap: 87.5% !important; + } + + .md\:gap-x-15\/16 { + grid-column-gap: 93.75% !important; + column-gap: 93.75% !important; + } + + .md\:gap-x-full { + grid-column-gap: 100% !important; + column-gap: 100% !important; + } + .md\:gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; @@ -78747,21 +124911,51 @@ video { row-gap: 1.5rem !important; } + .md\:gap-y-7 { + grid-row-gap: 1.75rem !important; + row-gap: 1.75rem !important; + } + .md\:gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } + .md\:gap-y-9 { + grid-row-gap: 2.25rem !important; + row-gap: 2.25rem !important; + } + .md\:gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } + .md\:gap-y-11 { + grid-row-gap: 2.75rem !important; + row-gap: 2.75rem !important; + } + .md\:gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } + .md\:gap-y-13 { + grid-row-gap: 3.25rem !important; + row-gap: 3.25rem !important; + } + + .md\:gap-y-14 { + grid-row-gap: 3.5rem !important; + row-gap: 3.5rem !important; + } + + .md\:gap-y-15 { + grid-row-gap: 3.75rem !important; + row-gap: 3.75rem !important; + } + .md\:gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; @@ -78777,36 +124971,306 @@ video { row-gap: 6rem !important; } + .md\:gap-y-28 { + grid-row-gap: 7rem !important; + row-gap: 7rem !important; + } + .md\:gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } + .md\:gap-y-36 { + grid-row-gap: 9rem !important; + row-gap: 9rem !important; + } + .md\:gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } + .md\:gap-y-44 { + grid-row-gap: 11rem !important; + row-gap: 11rem !important; + } + .md\:gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } + .md\:gap-y-52 { + grid-row-gap: 13rem !important; + row-gap: 13rem !important; + } + .md\:gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } + .md\:gap-y-60 { + grid-row-gap: 15rem !important; + row-gap: 15rem !important; + } + .md\:gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } + .md\:gap-y-72 { + grid-row-gap: 18rem !important; + row-gap: 18rem !important; + } + + .md\:gap-y-80 { + grid-row-gap: 20rem !important; + row-gap: 20rem !important; + } + + .md\:gap-y-96 { + grid-row-gap: 24rem !important; + row-gap: 24rem !important; + } + .md\:gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } + .md\:gap-y-0\.5 { + grid-row-gap: 0.125rem !important; + row-gap: 0.125rem !important; + } + + .md\:gap-y-1\.5 { + grid-row-gap: 0.375rem !important; + row-gap: 0.375rem !important; + } + + .md\:gap-y-2\.5 { + grid-row-gap: 0.625rem !important; + row-gap: 0.625rem !important; + } + + .md\:gap-y-3\.5 { + grid-row-gap: 0.875rem !important; + row-gap: 0.875rem !important; + } + + .md\:gap-y-1\/2 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .md\:gap-y-1\/3 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .md\:gap-y-2\/3 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .md\:gap-y-1\/4 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .md\:gap-y-2\/4 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .md\:gap-y-3\/4 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .md\:gap-y-1\/5 { + grid-row-gap: 20% !important; + row-gap: 20% !important; + } + + .md\:gap-y-2\/5 { + grid-row-gap: 40% !important; + row-gap: 40% !important; + } + + .md\:gap-y-3\/5 { + grid-row-gap: 60% !important; + row-gap: 60% !important; + } + + .md\:gap-y-4\/5 { + grid-row-gap: 80% !important; + row-gap: 80% !important; + } + + .md\:gap-y-1\/6 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .md\:gap-y-2\/6 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .md\:gap-y-3\/6 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .md\:gap-y-4\/6 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .md\:gap-y-5\/6 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .md\:gap-y-1\/12 { + grid-row-gap: 8.333333% !important; + row-gap: 8.333333% !important; + } + + .md\:gap-y-2\/12 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .md\:gap-y-3\/12 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .md\:gap-y-4\/12 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .md\:gap-y-5\/12 { + grid-row-gap: 41.666667% !important; + row-gap: 41.666667% !important; + } + + .md\:gap-y-6\/12 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .md\:gap-y-7\/12 { + grid-row-gap: 58.333333% !important; + row-gap: 58.333333% !important; + } + + .md\:gap-y-8\/12 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .md\:gap-y-9\/12 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .md\:gap-y-10\/12 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .md\:gap-y-11\/12 { + grid-row-gap: 91.666667% !important; + row-gap: 91.666667% !important; + } + + .md\:gap-y-1\/16 { + grid-row-gap: 6.25% !important; + row-gap: 6.25% !important; + } + + .md\:gap-y-2\/16 { + grid-row-gap: 12.5% !important; + row-gap: 12.5% !important; + } + + .md\:gap-y-3\/16 { + grid-row-gap: 18.75% !important; + row-gap: 18.75% !important; + } + + .md\:gap-y-4\/16 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .md\:gap-y-5\/16 { + grid-row-gap: 31.25% !important; + row-gap: 31.25% !important; + } + + .md\:gap-y-6\/16 { + grid-row-gap: 37.5% !important; + row-gap: 37.5% !important; + } + + .md\:gap-y-7\/16 { + grid-row-gap: 43.75% !important; + row-gap: 43.75% !important; + } + + .md\:gap-y-8\/16 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .md\:gap-y-9\/16 { + grid-row-gap: 56.25% !important; + row-gap: 56.25% !important; + } + + .md\:gap-y-10\/16 { + grid-row-gap: 62.5% !important; + row-gap: 62.5% !important; + } + + .md\:gap-y-11\/16 { + grid-row-gap: 68.75% !important; + row-gap: 68.75% !important; + } + + .md\:gap-y-12\/16 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .md\:gap-y-13\/16 { + grid-row-gap: 81.25% !important; + row-gap: 81.25% !important; + } + + .md\:gap-y-14\/16 { + grid-row-gap: 87.5% !important; + row-gap: 87.5% !important; + } + + .md\:gap-y-15\/16 { + grid-row-gap: 93.75% !important; + row-gap: 93.75% !important; + } + + .md\:gap-y-full { + grid-row-gap: 100% !important; + row-gap: 100% !important; + } + .md\:grid-flow-row { grid-auto-flow: row !important; } @@ -78868,7 +125332,7 @@ video { } .md\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; + grid-template-columns: repeat(16, minmax(0, 1fr)) !important; } .md\:grid-cols-none { @@ -78943,6 +125407,22 @@ video { grid-column: span 12 / span 12 !important; } + .md\:col-span-13 { + grid-column: span 13 / span 13 !important; + } + + .md\:col-span-14 { + grid-column: span 14 / span 14 !important; + } + + .md\:col-span-15 { + grid-column: span 15 / span 15 !important; + } + + .md\:col-span-16 { + grid-column: span 16 / span 16 !important; + } + .md\:col-span-full { grid-column: 1 / -1 !important; } @@ -78999,6 +125479,22 @@ video { grid-column-start: 13 !important; } + .md\:col-start-14 { + grid-column-start: 14 !important; + } + + .md\:col-start-15 { + grid-column-start: 15 !important; + } + + .md\:col-start-16 { + grid-column-start: 16 !important; + } + + .md\:col-start-17 { + grid-column-start: 17 !important; + } + .md\:col-start-auto { grid-column-start: auto !important; } @@ -79055,6 +125551,22 @@ video { grid-column-end: 13 !important; } + .md\:col-end-14 { + grid-column-end: 14 !important; + } + + .md\:col-end-15 { + grid-column-end: 15 !important; + } + + .md\:col-end-16 { + grid-column-end: 16 !important; + } + + .md\:col-end-17 { + grid-column-end: 17 !important; + } + .md\:col-end-auto { grid-column-end: auto !important; } @@ -79883,18 +126395,42 @@ video { --transform-translate-x: 1.5rem !important; } + .md\:translate-x-7 { + --transform-translate-x: 1.75rem !important; + } + .md\:translate-x-8 { --transform-translate-x: 2rem !important; } + .md\:translate-x-9 { + --transform-translate-x: 2.25rem !important; + } + .md\:translate-x-10 { --transform-translate-x: 2.5rem !important; } + .md\:translate-x-11 { + --transform-translate-x: 2.75rem !important; + } + .md\:translate-x-12 { --transform-translate-x: 3rem !important; } + .md\:translate-x-13 { + --transform-translate-x: 3.25rem !important; + } + + .md\:translate-x-14 { + --transform-translate-x: 3.5rem !important; + } + + .md\:translate-x-15 { + --transform-translate-x: 3.75rem !important; + } + .md\:translate-x-16 { --transform-translate-x: 4rem !important; } @@ -79907,30 +126443,246 @@ video { --transform-translate-x: 6rem !important; } + .md\:translate-x-28 { + --transform-translate-x: 7rem !important; + } + .md\:translate-x-32 { --transform-translate-x: 8rem !important; } + .md\:translate-x-36 { + --transform-translate-x: 9rem !important; + } + .md\:translate-x-40 { --transform-translate-x: 10rem !important; } + .md\:translate-x-44 { + --transform-translate-x: 11rem !important; + } + .md\:translate-x-48 { --transform-translate-x: 12rem !important; } + .md\:translate-x-52 { + --transform-translate-x: 13rem !important; + } + .md\:translate-x-56 { --transform-translate-x: 14rem !important; } + .md\:translate-x-60 { + --transform-translate-x: 15rem !important; + } + .md\:translate-x-64 { --transform-translate-x: 16rem !important; } + .md\:translate-x-72 { + --transform-translate-x: 18rem !important; + } + + .md\:translate-x-80 { + --transform-translate-x: 20rem !important; + } + + .md\:translate-x-96 { + --transform-translate-x: 24rem !important; + } + .md\:translate-x-px { --transform-translate-x: 1px !important; } + .md\:translate-x-0\.5 { + --transform-translate-x: 0.125rem !important; + } + + .md\:translate-x-1\.5 { + --transform-translate-x: 0.375rem !important; + } + + .md\:translate-x-2\.5 { + --transform-translate-x: 0.625rem !important; + } + + .md\:translate-x-3\.5 { + --transform-translate-x: 0.875rem !important; + } + + .md\:translate-x-1\/2 { + --transform-translate-x: 50% !important; + } + + .md\:translate-x-1\/3 { + --transform-translate-x: 33.333333% !important; + } + + .md\:translate-x-2\/3 { + --transform-translate-x: 66.666667% !important; + } + + .md\:translate-x-1\/4 { + --transform-translate-x: 25% !important; + } + + .md\:translate-x-2\/4 { + --transform-translate-x: 50% !important; + } + + .md\:translate-x-3\/4 { + --transform-translate-x: 75% !important; + } + + .md\:translate-x-1\/5 { + --transform-translate-x: 20% !important; + } + + .md\:translate-x-2\/5 { + --transform-translate-x: 40% !important; + } + + .md\:translate-x-3\/5 { + --transform-translate-x: 60% !important; + } + + .md\:translate-x-4\/5 { + --transform-translate-x: 80% !important; + } + + .md\:translate-x-1\/6 { + --transform-translate-x: 16.666667% !important; + } + + .md\:translate-x-2\/6 { + --transform-translate-x: 33.333333% !important; + } + + .md\:translate-x-3\/6 { + --transform-translate-x: 50% !important; + } + + .md\:translate-x-4\/6 { + --transform-translate-x: 66.666667% !important; + } + + .md\:translate-x-5\/6 { + --transform-translate-x: 83.333333% !important; + } + + .md\:translate-x-1\/12 { + --transform-translate-x: 8.333333% !important; + } + + .md\:translate-x-2\/12 { + --transform-translate-x: 16.666667% !important; + } + + .md\:translate-x-3\/12 { + --transform-translate-x: 25% !important; + } + + .md\:translate-x-4\/12 { + --transform-translate-x: 33.333333% !important; + } + + .md\:translate-x-5\/12 { + --transform-translate-x: 41.666667% !important; + } + + .md\:translate-x-6\/12 { + --transform-translate-x: 50% !important; + } + + .md\:translate-x-7\/12 { + --transform-translate-x: 58.333333% !important; + } + + .md\:translate-x-8\/12 { + --transform-translate-x: 66.666667% !important; + } + + .md\:translate-x-9\/12 { + --transform-translate-x: 75% !important; + } + + .md\:translate-x-10\/12 { + --transform-translate-x: 83.333333% !important; + } + + .md\:translate-x-11\/12 { + --transform-translate-x: 91.666667% !important; + } + + .md\:translate-x-1\/16 { + --transform-translate-x: 6.25% !important; + } + + .md\:translate-x-2\/16 { + --transform-translate-x: 12.5% !important; + } + + .md\:translate-x-3\/16 { + --transform-translate-x: 18.75% !important; + } + + .md\:translate-x-4\/16 { + --transform-translate-x: 25% !important; + } + + .md\:translate-x-5\/16 { + --transform-translate-x: 31.25% !important; + } + + .md\:translate-x-6\/16 { + --transform-translate-x: 37.5% !important; + } + + .md\:translate-x-7\/16 { + --transform-translate-x: 43.75% !important; + } + + .md\:translate-x-8\/16 { + --transform-translate-x: 50% !important; + } + + .md\:translate-x-9\/16 { + --transform-translate-x: 56.25% !important; + } + + .md\:translate-x-10\/16 { + --transform-translate-x: 62.5% !important; + } + + .md\:translate-x-11\/16 { + --transform-translate-x: 68.75% !important; + } + + .md\:translate-x-12\/16 { + --transform-translate-x: 75% !important; + } + + .md\:translate-x-13\/16 { + --transform-translate-x: 81.25% !important; + } + + .md\:translate-x-14\/16 { + --transform-translate-x: 87.5% !important; + } + + .md\:translate-x-15\/16 { + --transform-translate-x: 93.75% !important; + } + + .md\:translate-x-full { + --transform-translate-x: 100% !important; + } + .md\:-translate-x-1 { --transform-translate-x: -0.25rem !important; } @@ -79955,18 +126707,42 @@ video { --transform-translate-x: -1.5rem !important; } + .md\:-translate-x-7 { + --transform-translate-x: -1.75rem !important; + } + .md\:-translate-x-8 { --transform-translate-x: -2rem !important; } + .md\:-translate-x-9 { + --transform-translate-x: -2.25rem !important; + } + .md\:-translate-x-10 { --transform-translate-x: -2.5rem !important; } + .md\:-translate-x-11 { + --transform-translate-x: -2.75rem !important; + } + .md\:-translate-x-12 { --transform-translate-x: -3rem !important; } + .md\:-translate-x-13 { + --transform-translate-x: -3.25rem !important; + } + + .md\:-translate-x-14 { + --transform-translate-x: -3.5rem !important; + } + + .md\:-translate-x-15 { + --transform-translate-x: -3.75rem !important; + } + .md\:-translate-x-16 { --transform-translate-x: -4rem !important; } @@ -79979,44 +126755,244 @@ video { --transform-translate-x: -6rem !important; } + .md\:-translate-x-28 { + --transform-translate-x: -7rem !important; + } + .md\:-translate-x-32 { --transform-translate-x: -8rem !important; } + .md\:-translate-x-36 { + --transform-translate-x: -9rem !important; + } + .md\:-translate-x-40 { --transform-translate-x: -10rem !important; } + .md\:-translate-x-44 { + --transform-translate-x: -11rem !important; + } + .md\:-translate-x-48 { --transform-translate-x: -12rem !important; } + .md\:-translate-x-52 { + --transform-translate-x: -13rem !important; + } + .md\:-translate-x-56 { --transform-translate-x: -14rem !important; } + .md\:-translate-x-60 { + --transform-translate-x: -15rem !important; + } + .md\:-translate-x-64 { --transform-translate-x: -16rem !important; } + .md\:-translate-x-72 { + --transform-translate-x: -18rem !important; + } + + .md\:-translate-x-80 { + --transform-translate-x: -20rem !important; + } + + .md\:-translate-x-96 { + --transform-translate-x: -24rem !important; + } + .md\:-translate-x-px { --transform-translate-x: -1px !important; } - .md\:-translate-x-full { - --transform-translate-x: -100% !important; + .md\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem !important; + } + + .md\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem !important; + } + + .md\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem !important; + } + + .md\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem !important; } .md\:-translate-x-1\/2 { --transform-translate-x: -50% !important; } - .md\:translate-x-1\/2 { - --transform-translate-x: 50% !important; + .md\:-translate-x-1\/3 { + --transform-translate-x: -33.33333% !important; } - .md\:translate-x-full { - --transform-translate-x: 100% !important; + .md\:-translate-x-2\/3 { + --transform-translate-x: -66.66667% !important; + } + + .md\:-translate-x-1\/4 { + --transform-translate-x: -25% !important; + } + + .md\:-translate-x-2\/4 { + --transform-translate-x: -50% !important; + } + + .md\:-translate-x-3\/4 { + --transform-translate-x: -75% !important; + } + + .md\:-translate-x-1\/5 { + --transform-translate-x: -20% !important; + } + + .md\:-translate-x-2\/5 { + --transform-translate-x: -40% !important; + } + + .md\:-translate-x-3\/5 { + --transform-translate-x: -60% !important; + } + + .md\:-translate-x-4\/5 { + --transform-translate-x: -80% !important; + } + + .md\:-translate-x-1\/6 { + --transform-translate-x: -16.66667% !important; + } + + .md\:-translate-x-2\/6 { + --transform-translate-x: -33.33333% !important; + } + + .md\:-translate-x-3\/6 { + --transform-translate-x: -50% !important; + } + + .md\:-translate-x-4\/6 { + --transform-translate-x: -66.66667% !important; + } + + .md\:-translate-x-5\/6 { + --transform-translate-x: -83.33333% !important; + } + + .md\:-translate-x-1\/12 { + --transform-translate-x: -8.33333% !important; + } + + .md\:-translate-x-2\/12 { + --transform-translate-x: -16.66667% !important; + } + + .md\:-translate-x-3\/12 { + --transform-translate-x: -25% !important; + } + + .md\:-translate-x-4\/12 { + --transform-translate-x: -33.33333% !important; + } + + .md\:-translate-x-5\/12 { + --transform-translate-x: -41.66667% !important; + } + + .md\:-translate-x-6\/12 { + --transform-translate-x: -50% !important; + } + + .md\:-translate-x-7\/12 { + --transform-translate-x: -58.33333% !important; + } + + .md\:-translate-x-8\/12 { + --transform-translate-x: -66.66667% !important; + } + + .md\:-translate-x-9\/12 { + --transform-translate-x: -75% !important; + } + + .md\:-translate-x-10\/12 { + --transform-translate-x: -83.33333% !important; + } + + .md\:-translate-x-11\/12 { + --transform-translate-x: -91.66667% !important; + } + + .md\:-translate-x-1\/16 { + --transform-translate-x: -6.25% !important; + } + + .md\:-translate-x-2\/16 { + --transform-translate-x: -12.5% !important; + } + + .md\:-translate-x-3\/16 { + --transform-translate-x: -18.75% !important; + } + + .md\:-translate-x-4\/16 { + --transform-translate-x: -25% !important; + } + + .md\:-translate-x-5\/16 { + --transform-translate-x: -31.25% !important; + } + + .md\:-translate-x-6\/16 { + --transform-translate-x: -37.5% !important; + } + + .md\:-translate-x-7\/16 { + --transform-translate-x: -43.75% !important; + } + + .md\:-translate-x-8\/16 { + --transform-translate-x: -50% !important; + } + + .md\:-translate-x-9\/16 { + --transform-translate-x: -56.25% !important; + } + + .md\:-translate-x-10\/16 { + --transform-translate-x: -62.5% !important; + } + + .md\:-translate-x-11\/16 { + --transform-translate-x: -68.75% !important; + } + + .md\:-translate-x-12\/16 { + --transform-translate-x: -75% !important; + } + + .md\:-translate-x-13\/16 { + --transform-translate-x: -81.25% !important; + } + + .md\:-translate-x-14\/16 { + --transform-translate-x: -87.5% !important; + } + + .md\:-translate-x-15\/16 { + --transform-translate-x: -93.75% !important; + } + + .md\:-translate-x-full { + --transform-translate-x: -100% !important; } .md\:translate-y-0 { @@ -80047,18 +127023,42 @@ video { --transform-translate-y: 1.5rem !important; } + .md\:translate-y-7 { + --transform-translate-y: 1.75rem !important; + } + .md\:translate-y-8 { --transform-translate-y: 2rem !important; } + .md\:translate-y-9 { + --transform-translate-y: 2.25rem !important; + } + .md\:translate-y-10 { --transform-translate-y: 2.5rem !important; } + .md\:translate-y-11 { + --transform-translate-y: 2.75rem !important; + } + .md\:translate-y-12 { --transform-translate-y: 3rem !important; } + .md\:translate-y-13 { + --transform-translate-y: 3.25rem !important; + } + + .md\:translate-y-14 { + --transform-translate-y: 3.5rem !important; + } + + .md\:translate-y-15 { + --transform-translate-y: 3.75rem !important; + } + .md\:translate-y-16 { --transform-translate-y: 4rem !important; } @@ -80071,30 +127071,246 @@ video { --transform-translate-y: 6rem !important; } + .md\:translate-y-28 { + --transform-translate-y: 7rem !important; + } + .md\:translate-y-32 { --transform-translate-y: 8rem !important; } + .md\:translate-y-36 { + --transform-translate-y: 9rem !important; + } + .md\:translate-y-40 { --transform-translate-y: 10rem !important; } + .md\:translate-y-44 { + --transform-translate-y: 11rem !important; + } + .md\:translate-y-48 { --transform-translate-y: 12rem !important; } + .md\:translate-y-52 { + --transform-translate-y: 13rem !important; + } + .md\:translate-y-56 { --transform-translate-y: 14rem !important; } + .md\:translate-y-60 { + --transform-translate-y: 15rem !important; + } + .md\:translate-y-64 { --transform-translate-y: 16rem !important; } + .md\:translate-y-72 { + --transform-translate-y: 18rem !important; + } + + .md\:translate-y-80 { + --transform-translate-y: 20rem !important; + } + + .md\:translate-y-96 { + --transform-translate-y: 24rem !important; + } + .md\:translate-y-px { --transform-translate-y: 1px !important; } + .md\:translate-y-0\.5 { + --transform-translate-y: 0.125rem !important; + } + + .md\:translate-y-1\.5 { + --transform-translate-y: 0.375rem !important; + } + + .md\:translate-y-2\.5 { + --transform-translate-y: 0.625rem !important; + } + + .md\:translate-y-3\.5 { + --transform-translate-y: 0.875rem !important; + } + + .md\:translate-y-1\/2 { + --transform-translate-y: 50% !important; + } + + .md\:translate-y-1\/3 { + --transform-translate-y: 33.333333% !important; + } + + .md\:translate-y-2\/3 { + --transform-translate-y: 66.666667% !important; + } + + .md\:translate-y-1\/4 { + --transform-translate-y: 25% !important; + } + + .md\:translate-y-2\/4 { + --transform-translate-y: 50% !important; + } + + .md\:translate-y-3\/4 { + --transform-translate-y: 75% !important; + } + + .md\:translate-y-1\/5 { + --transform-translate-y: 20% !important; + } + + .md\:translate-y-2\/5 { + --transform-translate-y: 40% !important; + } + + .md\:translate-y-3\/5 { + --transform-translate-y: 60% !important; + } + + .md\:translate-y-4\/5 { + --transform-translate-y: 80% !important; + } + + .md\:translate-y-1\/6 { + --transform-translate-y: 16.666667% !important; + } + + .md\:translate-y-2\/6 { + --transform-translate-y: 33.333333% !important; + } + + .md\:translate-y-3\/6 { + --transform-translate-y: 50% !important; + } + + .md\:translate-y-4\/6 { + --transform-translate-y: 66.666667% !important; + } + + .md\:translate-y-5\/6 { + --transform-translate-y: 83.333333% !important; + } + + .md\:translate-y-1\/12 { + --transform-translate-y: 8.333333% !important; + } + + .md\:translate-y-2\/12 { + --transform-translate-y: 16.666667% !important; + } + + .md\:translate-y-3\/12 { + --transform-translate-y: 25% !important; + } + + .md\:translate-y-4\/12 { + --transform-translate-y: 33.333333% !important; + } + + .md\:translate-y-5\/12 { + --transform-translate-y: 41.666667% !important; + } + + .md\:translate-y-6\/12 { + --transform-translate-y: 50% !important; + } + + .md\:translate-y-7\/12 { + --transform-translate-y: 58.333333% !important; + } + + .md\:translate-y-8\/12 { + --transform-translate-y: 66.666667% !important; + } + + .md\:translate-y-9\/12 { + --transform-translate-y: 75% !important; + } + + .md\:translate-y-10\/12 { + --transform-translate-y: 83.333333% !important; + } + + .md\:translate-y-11\/12 { + --transform-translate-y: 91.666667% !important; + } + + .md\:translate-y-1\/16 { + --transform-translate-y: 6.25% !important; + } + + .md\:translate-y-2\/16 { + --transform-translate-y: 12.5% !important; + } + + .md\:translate-y-3\/16 { + --transform-translate-y: 18.75% !important; + } + + .md\:translate-y-4\/16 { + --transform-translate-y: 25% !important; + } + + .md\:translate-y-5\/16 { + --transform-translate-y: 31.25% !important; + } + + .md\:translate-y-6\/16 { + --transform-translate-y: 37.5% !important; + } + + .md\:translate-y-7\/16 { + --transform-translate-y: 43.75% !important; + } + + .md\:translate-y-8\/16 { + --transform-translate-y: 50% !important; + } + + .md\:translate-y-9\/16 { + --transform-translate-y: 56.25% !important; + } + + .md\:translate-y-10\/16 { + --transform-translate-y: 62.5% !important; + } + + .md\:translate-y-11\/16 { + --transform-translate-y: 68.75% !important; + } + + .md\:translate-y-12\/16 { + --transform-translate-y: 75% !important; + } + + .md\:translate-y-13\/16 { + --transform-translate-y: 81.25% !important; + } + + .md\:translate-y-14\/16 { + --transform-translate-y: 87.5% !important; + } + + .md\:translate-y-15\/16 { + --transform-translate-y: 93.75% !important; + } + + .md\:translate-y-full { + --transform-translate-y: 100% !important; + } + .md\:-translate-y-1 { --transform-translate-y: -0.25rem !important; } @@ -80119,18 +127335,42 @@ video { --transform-translate-y: -1.5rem !important; } + .md\:-translate-y-7 { + --transform-translate-y: -1.75rem !important; + } + .md\:-translate-y-8 { --transform-translate-y: -2rem !important; } + .md\:-translate-y-9 { + --transform-translate-y: -2.25rem !important; + } + .md\:-translate-y-10 { --transform-translate-y: -2.5rem !important; } + .md\:-translate-y-11 { + --transform-translate-y: -2.75rem !important; + } + .md\:-translate-y-12 { --transform-translate-y: -3rem !important; } + .md\:-translate-y-13 { + --transform-translate-y: -3.25rem !important; + } + + .md\:-translate-y-14 { + --transform-translate-y: -3.5rem !important; + } + + .md\:-translate-y-15 { + --transform-translate-y: -3.75rem !important; + } + .md\:-translate-y-16 { --transform-translate-y: -4rem !important; } @@ -80143,44 +127383,244 @@ video { --transform-translate-y: -6rem !important; } + .md\:-translate-y-28 { + --transform-translate-y: -7rem !important; + } + .md\:-translate-y-32 { --transform-translate-y: -8rem !important; } + .md\:-translate-y-36 { + --transform-translate-y: -9rem !important; + } + .md\:-translate-y-40 { --transform-translate-y: -10rem !important; } + .md\:-translate-y-44 { + --transform-translate-y: -11rem !important; + } + .md\:-translate-y-48 { --transform-translate-y: -12rem !important; } + .md\:-translate-y-52 { + --transform-translate-y: -13rem !important; + } + .md\:-translate-y-56 { --transform-translate-y: -14rem !important; } + .md\:-translate-y-60 { + --transform-translate-y: -15rem !important; + } + .md\:-translate-y-64 { --transform-translate-y: -16rem !important; } + .md\:-translate-y-72 { + --transform-translate-y: -18rem !important; + } + + .md\:-translate-y-80 { + --transform-translate-y: -20rem !important; + } + + .md\:-translate-y-96 { + --transform-translate-y: -24rem !important; + } + .md\:-translate-y-px { --transform-translate-y: -1px !important; } - .md\:-translate-y-full { - --transform-translate-y: -100% !important; + .md\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem !important; + } + + .md\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem !important; + } + + .md\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem !important; + } + + .md\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem !important; } .md\:-translate-y-1\/2 { --transform-translate-y: -50% !important; } - .md\:translate-y-1\/2 { - --transform-translate-y: 50% !important; + .md\:-translate-y-1\/3 { + --transform-translate-y: -33.33333% !important; } - .md\:translate-y-full { - --transform-translate-y: 100% !important; + .md\:-translate-y-2\/3 { + --transform-translate-y: -66.66667% !important; + } + + .md\:-translate-y-1\/4 { + --transform-translate-y: -25% !important; + } + + .md\:-translate-y-2\/4 { + --transform-translate-y: -50% !important; + } + + .md\:-translate-y-3\/4 { + --transform-translate-y: -75% !important; + } + + .md\:-translate-y-1\/5 { + --transform-translate-y: -20% !important; + } + + .md\:-translate-y-2\/5 { + --transform-translate-y: -40% !important; + } + + .md\:-translate-y-3\/5 { + --transform-translate-y: -60% !important; + } + + .md\:-translate-y-4\/5 { + --transform-translate-y: -80% !important; + } + + .md\:-translate-y-1\/6 { + --transform-translate-y: -16.66667% !important; + } + + .md\:-translate-y-2\/6 { + --transform-translate-y: -33.33333% !important; + } + + .md\:-translate-y-3\/6 { + --transform-translate-y: -50% !important; + } + + .md\:-translate-y-4\/6 { + --transform-translate-y: -66.66667% !important; + } + + .md\:-translate-y-5\/6 { + --transform-translate-y: -83.33333% !important; + } + + .md\:-translate-y-1\/12 { + --transform-translate-y: -8.33333% !important; + } + + .md\:-translate-y-2\/12 { + --transform-translate-y: -16.66667% !important; + } + + .md\:-translate-y-3\/12 { + --transform-translate-y: -25% !important; + } + + .md\:-translate-y-4\/12 { + --transform-translate-y: -33.33333% !important; + } + + .md\:-translate-y-5\/12 { + --transform-translate-y: -41.66667% !important; + } + + .md\:-translate-y-6\/12 { + --transform-translate-y: -50% !important; + } + + .md\:-translate-y-7\/12 { + --transform-translate-y: -58.33333% !important; + } + + .md\:-translate-y-8\/12 { + --transform-translate-y: -66.66667% !important; + } + + .md\:-translate-y-9\/12 { + --transform-translate-y: -75% !important; + } + + .md\:-translate-y-10\/12 { + --transform-translate-y: -83.33333% !important; + } + + .md\:-translate-y-11\/12 { + --transform-translate-y: -91.66667% !important; + } + + .md\:-translate-y-1\/16 { + --transform-translate-y: -6.25% !important; + } + + .md\:-translate-y-2\/16 { + --transform-translate-y: -12.5% !important; + } + + .md\:-translate-y-3\/16 { + --transform-translate-y: -18.75% !important; + } + + .md\:-translate-y-4\/16 { + --transform-translate-y: -25% !important; + } + + .md\:-translate-y-5\/16 { + --transform-translate-y: -31.25% !important; + } + + .md\:-translate-y-6\/16 { + --transform-translate-y: -37.5% !important; + } + + .md\:-translate-y-7\/16 { + --transform-translate-y: -43.75% !important; + } + + .md\:-translate-y-8\/16 { + --transform-translate-y: -50% !important; + } + + .md\:-translate-y-9\/16 { + --transform-translate-y: -56.25% !important; + } + + .md\:-translate-y-10\/16 { + --transform-translate-y: -62.5% !important; + } + + .md\:-translate-y-11\/16 { + --transform-translate-y: -68.75% !important; + } + + .md\:-translate-y-12\/16 { + --transform-translate-y: -75% !important; + } + + .md\:-translate-y-13\/16 { + --transform-translate-y: -81.25% !important; + } + + .md\:-translate-y-14\/16 { + --transform-translate-y: -87.5% !important; + } + + .md\:-translate-y-15\/16 { + --transform-translate-y: -93.75% !important; + } + + .md\:-translate-y-full { + --transform-translate-y: -100% !important; } .md\:hover\:translate-x-0:hover { @@ -80211,18 +127651,42 @@ video { --transform-translate-x: 1.5rem !important; } + .md\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem !important; + } + .md\:hover\:translate-x-8:hover { --transform-translate-x: 2rem !important; } + .md\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem !important; + } + .md\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem !important; } + .md\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem !important; + } + .md\:hover\:translate-x-12:hover { --transform-translate-x: 3rem !important; } + .md\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem !important; + } + + .md\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem !important; + } + + .md\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem !important; + } + .md\:hover\:translate-x-16:hover { --transform-translate-x: 4rem !important; } @@ -80235,30 +127699,246 @@ video { --transform-translate-x: 6rem !important; } + .md\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem !important; + } + .md\:hover\:translate-x-32:hover { --transform-translate-x: 8rem !important; } + .md\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem !important; + } + .md\:hover\:translate-x-40:hover { --transform-translate-x: 10rem !important; } + .md\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem !important; + } + .md\:hover\:translate-x-48:hover { --transform-translate-x: 12rem !important; } + .md\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem !important; + } + .md\:hover\:translate-x-56:hover { --transform-translate-x: 14rem !important; } + .md\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem !important; + } + .md\:hover\:translate-x-64:hover { --transform-translate-x: 16rem !important; } + .md\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem !important; + } + + .md\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem !important; + } + + .md\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem !important; + } + .md\:hover\:translate-x-px:hover { --transform-translate-x: 1px !important; } + .md\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem !important; + } + + .md\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem !important; + } + + .md\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem !important; + } + + .md\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem !important; + } + + .md\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50% !important; + } + + .md\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333% !important; + } + + .md\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667% !important; + } + + .md\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25% !important; + } + + .md\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50% !important; + } + + .md\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75% !important; + } + + .md\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20% !important; + } + + .md\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40% !important; + } + + .md\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60% !important; + } + + .md\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80% !important; + } + + .md\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667% !important; + } + + .md\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333% !important; + } + + .md\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50% !important; + } + + .md\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667% !important; + } + + .md\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333% !important; + } + + .md\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333% !important; + } + + .md\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667% !important; + } + + .md\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25% !important; + } + + .md\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333% !important; + } + + .md\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667% !important; + } + + .md\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50% !important; + } + + .md\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333% !important; + } + + .md\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667% !important; + } + + .md\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75% !important; + } + + .md\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333% !important; + } + + .md\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667% !important; + } + + .md\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25% !important; + } + + .md\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5% !important; + } + + .md\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75% !important; + } + + .md\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25% !important; + } + + .md\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25% !important; + } + + .md\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5% !important; + } + + .md\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75% !important; + } + + .md\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50% !important; + } + + .md\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25% !important; + } + + .md\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5% !important; + } + + .md\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75% !important; + } + + .md\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75% !important; + } + + .md\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25% !important; + } + + .md\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5% !important; + } + + .md\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75% !important; + } + + .md\:hover\:translate-x-full:hover { + --transform-translate-x: 100% !important; + } + .md\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem !important; } @@ -80283,18 +127963,42 @@ video { --transform-translate-x: -1.5rem !important; } + .md\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem !important; + } + .md\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem !important; } + .md\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem !important; + } + .md\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem !important; } + .md\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem !important; + } + .md\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem !important; } + .md\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem !important; + } + + .md\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem !important; + } + + .md\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem !important; + } + .md\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem !important; } @@ -80307,44 +128011,244 @@ video { --transform-translate-x: -6rem !important; } + .md\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem !important; + } + .md\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem !important; } + .md\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem !important; + } + .md\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem !important; } + .md\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem !important; + } + .md\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem !important; } + .md\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem !important; + } + .md\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem !important; } + .md\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem !important; + } + .md\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem !important; } + .md\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem !important; + } + + .md\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem !important; + } + + .md\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem !important; + } + .md\:hover\:-translate-x-px:hover { --transform-translate-x: -1px !important; } - .md\:hover\:-translate-x-full:hover { - --transform-translate-x: -100% !important; + .md\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem !important; + } + + .md\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem !important; + } + + .md\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem !important; + } + + .md\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem !important; } .md\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50% !important; } - .md\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50% !important; + .md\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333% !important; } - .md\:hover\:translate-x-full:hover { - --transform-translate-x: 100% !important; + .md\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667% !important; + } + + .md\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25% !important; + } + + .md\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50% !important; + } + + .md\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75% !important; + } + + .md\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20% !important; + } + + .md\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40% !important; + } + + .md\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60% !important; + } + + .md\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80% !important; + } + + .md\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667% !important; + } + + .md\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333% !important; + } + + .md\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50% !important; + } + + .md\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667% !important; + } + + .md\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333% !important; + } + + .md\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333% !important; + } + + .md\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667% !important; + } + + .md\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25% !important; + } + + .md\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333% !important; + } + + .md\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667% !important; + } + + .md\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50% !important; + } + + .md\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333% !important; + } + + .md\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667% !important; + } + + .md\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75% !important; + } + + .md\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333% !important; + } + + .md\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667% !important; + } + + .md\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25% !important; + } + + .md\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5% !important; + } + + .md\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75% !important; + } + + .md\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25% !important; + } + + .md\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25% !important; + } + + .md\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5% !important; + } + + .md\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75% !important; + } + + .md\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50% !important; + } + + .md\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25% !important; + } + + .md\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5% !important; + } + + .md\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75% !important; + } + + .md\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75% !important; + } + + .md\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25% !important; + } + + .md\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5% !important; + } + + .md\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75% !important; + } + + .md\:hover\:-translate-x-full:hover { + --transform-translate-x: -100% !important; } .md\:hover\:translate-y-0:hover { @@ -80375,18 +128279,42 @@ video { --transform-translate-y: 1.5rem !important; } + .md\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem !important; + } + .md\:hover\:translate-y-8:hover { --transform-translate-y: 2rem !important; } + .md\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem !important; + } + .md\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem !important; } + .md\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem !important; + } + .md\:hover\:translate-y-12:hover { --transform-translate-y: 3rem !important; } + .md\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem !important; + } + + .md\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem !important; + } + + .md\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem !important; + } + .md\:hover\:translate-y-16:hover { --transform-translate-y: 4rem !important; } @@ -80399,30 +128327,246 @@ video { --transform-translate-y: 6rem !important; } + .md\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem !important; + } + .md\:hover\:translate-y-32:hover { --transform-translate-y: 8rem !important; } + .md\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem !important; + } + .md\:hover\:translate-y-40:hover { --transform-translate-y: 10rem !important; } + .md\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem !important; + } + .md\:hover\:translate-y-48:hover { --transform-translate-y: 12rem !important; } + .md\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem !important; + } + .md\:hover\:translate-y-56:hover { --transform-translate-y: 14rem !important; } + .md\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem !important; + } + .md\:hover\:translate-y-64:hover { --transform-translate-y: 16rem !important; } + .md\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem !important; + } + + .md\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem !important; + } + + .md\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem !important; + } + .md\:hover\:translate-y-px:hover { --transform-translate-y: 1px !important; } + .md\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem !important; + } + + .md\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem !important; + } + + .md\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem !important; + } + + .md\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem !important; + } + + .md\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50% !important; + } + + .md\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333% !important; + } + + .md\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667% !important; + } + + .md\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25% !important; + } + + .md\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50% !important; + } + + .md\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75% !important; + } + + .md\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20% !important; + } + + .md\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40% !important; + } + + .md\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60% !important; + } + + .md\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80% !important; + } + + .md\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667% !important; + } + + .md\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333% !important; + } + + .md\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50% !important; + } + + .md\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667% !important; + } + + .md\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333% !important; + } + + .md\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333% !important; + } + + .md\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667% !important; + } + + .md\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25% !important; + } + + .md\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333% !important; + } + + .md\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667% !important; + } + + .md\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50% !important; + } + + .md\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333% !important; + } + + .md\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667% !important; + } + + .md\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75% !important; + } + + .md\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333% !important; + } + + .md\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667% !important; + } + + .md\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25% !important; + } + + .md\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5% !important; + } + + .md\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75% !important; + } + + .md\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25% !important; + } + + .md\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25% !important; + } + + .md\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5% !important; + } + + .md\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75% !important; + } + + .md\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50% !important; + } + + .md\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25% !important; + } + + .md\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5% !important; + } + + .md\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75% !important; + } + + .md\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75% !important; + } + + .md\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25% !important; + } + + .md\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5% !important; + } + + .md\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75% !important; + } + + .md\:hover\:translate-y-full:hover { + --transform-translate-y: 100% !important; + } + .md\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem !important; } @@ -80447,18 +128591,42 @@ video { --transform-translate-y: -1.5rem !important; } + .md\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem !important; + } + .md\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem !important; } + .md\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem !important; + } + .md\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem !important; } + .md\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem !important; + } + .md\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem !important; } + .md\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem !important; + } + + .md\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem !important; + } + + .md\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem !important; + } + .md\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem !important; } @@ -80471,44 +128639,244 @@ video { --transform-translate-y: -6rem !important; } + .md\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem !important; + } + .md\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem !important; } + .md\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem !important; + } + .md\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem !important; } + .md\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem !important; + } + .md\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem !important; } + .md\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem !important; + } + .md\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem !important; } + .md\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem !important; + } + .md\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem !important; } + .md\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem !important; + } + + .md\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem !important; + } + + .md\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem !important; + } + .md\:hover\:-translate-y-px:hover { --transform-translate-y: -1px !important; } - .md\:hover\:-translate-y-full:hover { - --transform-translate-y: -100% !important; + .md\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem !important; + } + + .md\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem !important; + } + + .md\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem !important; + } + + .md\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem !important; } .md\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50% !important; } - .md\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50% !important; + .md\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333% !important; } - .md\:hover\:translate-y-full:hover { - --transform-translate-y: 100% !important; + .md\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667% !important; + } + + .md\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25% !important; + } + + .md\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50% !important; + } + + .md\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75% !important; + } + + .md\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20% !important; + } + + .md\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40% !important; + } + + .md\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60% !important; + } + + .md\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80% !important; + } + + .md\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667% !important; + } + + .md\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333% !important; + } + + .md\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50% !important; + } + + .md\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667% !important; + } + + .md\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333% !important; + } + + .md\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333% !important; + } + + .md\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667% !important; + } + + .md\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25% !important; + } + + .md\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333% !important; + } + + .md\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667% !important; + } + + .md\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50% !important; + } + + .md\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333% !important; + } + + .md\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667% !important; + } + + .md\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75% !important; + } + + .md\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333% !important; + } + + .md\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667% !important; + } + + .md\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25% !important; + } + + .md\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5% !important; + } + + .md\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75% !important; + } + + .md\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25% !important; + } + + .md\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25% !important; + } + + .md\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5% !important; + } + + .md\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75% !important; + } + + .md\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50% !important; + } + + .md\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25% !important; + } + + .md\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5% !important; + } + + .md\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75% !important; + } + + .md\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75% !important; + } + + .md\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25% !important; + } + + .md\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5% !important; + } + + .md\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75% !important; + } + + .md\:hover\:-translate-y-full:hover { + --transform-translate-y: -100% !important; } .md\:focus\:translate-x-0:focus { @@ -80539,18 +128907,42 @@ video { --transform-translate-x: 1.5rem !important; } + .md\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem !important; + } + .md\:focus\:translate-x-8:focus { --transform-translate-x: 2rem !important; } + .md\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem !important; + } + .md\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem !important; } + .md\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem !important; + } + .md\:focus\:translate-x-12:focus { --transform-translate-x: 3rem !important; } + .md\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem !important; + } + + .md\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem !important; + } + + .md\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem !important; + } + .md\:focus\:translate-x-16:focus { --transform-translate-x: 4rem !important; } @@ -80563,30 +128955,246 @@ video { --transform-translate-x: 6rem !important; } + .md\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem !important; + } + .md\:focus\:translate-x-32:focus { --transform-translate-x: 8rem !important; } + .md\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem !important; + } + .md\:focus\:translate-x-40:focus { --transform-translate-x: 10rem !important; } + .md\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem !important; + } + .md\:focus\:translate-x-48:focus { --transform-translate-x: 12rem !important; } + .md\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem !important; + } + .md\:focus\:translate-x-56:focus { --transform-translate-x: 14rem !important; } + .md\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem !important; + } + .md\:focus\:translate-x-64:focus { --transform-translate-x: 16rem !important; } + .md\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem !important; + } + + .md\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem !important; + } + + .md\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem !important; + } + .md\:focus\:translate-x-px:focus { --transform-translate-x: 1px !important; } + .md\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem !important; + } + + .md\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem !important; + } + + .md\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem !important; + } + + .md\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem !important; + } + + .md\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50% !important; + } + + .md\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333% !important; + } + + .md\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667% !important; + } + + .md\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25% !important; + } + + .md\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50% !important; + } + + .md\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75% !important; + } + + .md\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20% !important; + } + + .md\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40% !important; + } + + .md\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60% !important; + } + + .md\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80% !important; + } + + .md\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667% !important; + } + + .md\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333% !important; + } + + .md\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50% !important; + } + + .md\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667% !important; + } + + .md\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333% !important; + } + + .md\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333% !important; + } + + .md\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667% !important; + } + + .md\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25% !important; + } + + .md\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333% !important; + } + + .md\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667% !important; + } + + .md\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50% !important; + } + + .md\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333% !important; + } + + .md\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667% !important; + } + + .md\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75% !important; + } + + .md\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333% !important; + } + + .md\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667% !important; + } + + .md\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25% !important; + } + + .md\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5% !important; + } + + .md\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75% !important; + } + + .md\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25% !important; + } + + .md\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25% !important; + } + + .md\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5% !important; + } + + .md\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75% !important; + } + + .md\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50% !important; + } + + .md\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25% !important; + } + + .md\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5% !important; + } + + .md\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75% !important; + } + + .md\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75% !important; + } + + .md\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25% !important; + } + + .md\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5% !important; + } + + .md\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75% !important; + } + + .md\:focus\:translate-x-full:focus { + --transform-translate-x: 100% !important; + } + .md\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem !important; } @@ -80611,18 +129219,42 @@ video { --transform-translate-x: -1.5rem !important; } + .md\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem !important; + } + .md\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem !important; } + .md\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem !important; + } + .md\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem !important; } + .md\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem !important; + } + .md\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem !important; } + .md\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem !important; + } + + .md\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem !important; + } + + .md\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem !important; + } + .md\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem !important; } @@ -80635,44 +129267,244 @@ video { --transform-translate-x: -6rem !important; } + .md\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem !important; + } + .md\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem !important; } + .md\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem !important; + } + .md\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem !important; } + .md\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem !important; + } + .md\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem !important; } + .md\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem !important; + } + .md\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem !important; } + .md\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem !important; + } + .md\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem !important; } + .md\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem !important; + } + + .md\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem !important; + } + + .md\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem !important; + } + .md\:focus\:-translate-x-px:focus { --transform-translate-x: -1px !important; } - .md\:focus\:-translate-x-full:focus { - --transform-translate-x: -100% !important; + .md\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem !important; + } + + .md\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem !important; + } + + .md\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem !important; + } + + .md\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem !important; } .md\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50% !important; } - .md\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50% !important; + .md\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333% !important; } - .md\:focus\:translate-x-full:focus { - --transform-translate-x: 100% !important; + .md\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667% !important; + } + + .md\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25% !important; + } + + .md\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50% !important; + } + + .md\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75% !important; + } + + .md\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20% !important; + } + + .md\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40% !important; + } + + .md\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60% !important; + } + + .md\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80% !important; + } + + .md\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667% !important; + } + + .md\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333% !important; + } + + .md\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50% !important; + } + + .md\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667% !important; + } + + .md\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333% !important; + } + + .md\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333% !important; + } + + .md\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667% !important; + } + + .md\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25% !important; + } + + .md\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333% !important; + } + + .md\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667% !important; + } + + .md\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50% !important; + } + + .md\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333% !important; + } + + .md\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667% !important; + } + + .md\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75% !important; + } + + .md\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333% !important; + } + + .md\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667% !important; + } + + .md\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25% !important; + } + + .md\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5% !important; + } + + .md\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75% !important; + } + + .md\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25% !important; + } + + .md\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25% !important; + } + + .md\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5% !important; + } + + .md\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75% !important; + } + + .md\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50% !important; + } + + .md\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25% !important; + } + + .md\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5% !important; + } + + .md\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75% !important; + } + + .md\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75% !important; + } + + .md\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25% !important; + } + + .md\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5% !important; + } + + .md\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75% !important; + } + + .md\:focus\:-translate-x-full:focus { + --transform-translate-x: -100% !important; } .md\:focus\:translate-y-0:focus { @@ -80703,18 +129535,42 @@ video { --transform-translate-y: 1.5rem !important; } + .md\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem !important; + } + .md\:focus\:translate-y-8:focus { --transform-translate-y: 2rem !important; } + .md\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem !important; + } + .md\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem !important; } + .md\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem !important; + } + .md\:focus\:translate-y-12:focus { --transform-translate-y: 3rem !important; } + .md\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem !important; + } + + .md\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem !important; + } + + .md\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem !important; + } + .md\:focus\:translate-y-16:focus { --transform-translate-y: 4rem !important; } @@ -80727,30 +129583,246 @@ video { --transform-translate-y: 6rem !important; } + .md\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem !important; + } + .md\:focus\:translate-y-32:focus { --transform-translate-y: 8rem !important; } + .md\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem !important; + } + .md\:focus\:translate-y-40:focus { --transform-translate-y: 10rem !important; } + .md\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem !important; + } + .md\:focus\:translate-y-48:focus { --transform-translate-y: 12rem !important; } + .md\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem !important; + } + .md\:focus\:translate-y-56:focus { --transform-translate-y: 14rem !important; } + .md\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem !important; + } + .md\:focus\:translate-y-64:focus { --transform-translate-y: 16rem !important; } + .md\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem !important; + } + + .md\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem !important; + } + + .md\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem !important; + } + .md\:focus\:translate-y-px:focus { --transform-translate-y: 1px !important; } + .md\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem !important; + } + + .md\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem !important; + } + + .md\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem !important; + } + + .md\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem !important; + } + + .md\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50% !important; + } + + .md\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333% !important; + } + + .md\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667% !important; + } + + .md\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25% !important; + } + + .md\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50% !important; + } + + .md\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75% !important; + } + + .md\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20% !important; + } + + .md\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40% !important; + } + + .md\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60% !important; + } + + .md\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80% !important; + } + + .md\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667% !important; + } + + .md\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333% !important; + } + + .md\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50% !important; + } + + .md\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667% !important; + } + + .md\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333% !important; + } + + .md\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333% !important; + } + + .md\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667% !important; + } + + .md\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25% !important; + } + + .md\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333% !important; + } + + .md\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667% !important; + } + + .md\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50% !important; + } + + .md\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333% !important; + } + + .md\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667% !important; + } + + .md\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75% !important; + } + + .md\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333% !important; + } + + .md\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667% !important; + } + + .md\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25% !important; + } + + .md\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5% !important; + } + + .md\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75% !important; + } + + .md\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25% !important; + } + + .md\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25% !important; + } + + .md\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5% !important; + } + + .md\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75% !important; + } + + .md\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50% !important; + } + + .md\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25% !important; + } + + .md\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5% !important; + } + + .md\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75% !important; + } + + .md\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75% !important; + } + + .md\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25% !important; + } + + .md\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5% !important; + } + + .md\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75% !important; + } + + .md\:focus\:translate-y-full:focus { + --transform-translate-y: 100% !important; + } + .md\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem !important; } @@ -80775,18 +129847,42 @@ video { --transform-translate-y: -1.5rem !important; } + .md\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem !important; + } + .md\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem !important; } + .md\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem !important; + } + .md\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem !important; } + .md\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem !important; + } + .md\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem !important; } + .md\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem !important; + } + + .md\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem !important; + } + + .md\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem !important; + } + .md\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem !important; } @@ -80799,44 +129895,244 @@ video { --transform-translate-y: -6rem !important; } + .md\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem !important; + } + .md\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem !important; } + .md\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem !important; + } + .md\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem !important; } + .md\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem !important; + } + .md\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem !important; } + .md\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem !important; + } + .md\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem !important; } + .md\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem !important; + } + .md\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem !important; } + .md\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem !important; + } + + .md\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem !important; + } + + .md\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem !important; + } + .md\:focus\:-translate-y-px:focus { --transform-translate-y: -1px !important; } - .md\:focus\:-translate-y-full:focus { - --transform-translate-y: -100% !important; + .md\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem !important; + } + + .md\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem !important; + } + + .md\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem !important; + } + + .md\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem !important; } .md\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50% !important; } - .md\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50% !important; + .md\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333% !important; } - .md\:focus\:translate-y-full:focus { - --transform-translate-y: 100% !important; + .md\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667% !important; + } + + .md\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25% !important; + } + + .md\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50% !important; + } + + .md\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75% !important; + } + + .md\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20% !important; + } + + .md\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40% !important; + } + + .md\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60% !important; + } + + .md\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80% !important; + } + + .md\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667% !important; + } + + .md\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333% !important; + } + + .md\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50% !important; + } + + .md\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667% !important; + } + + .md\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333% !important; + } + + .md\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333% !important; + } + + .md\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667% !important; + } + + .md\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25% !important; + } + + .md\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333% !important; + } + + .md\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667% !important; + } + + .md\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50% !important; + } + + .md\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333% !important; + } + + .md\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667% !important; + } + + .md\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75% !important; + } + + .md\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333% !important; + } + + .md\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667% !important; + } + + .md\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25% !important; + } + + .md\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5% !important; + } + + .md\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75% !important; + } + + .md\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25% !important; + } + + .md\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25% !important; + } + + .md\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5% !important; + } + + .md\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75% !important; + } + + .md\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50% !important; + } + + .md\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25% !important; + } + + .md\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5% !important; + } + + .md\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75% !important; + } + + .md\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75% !important; + } + + .md\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25% !important; + } + + .md\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5% !important; + } + + .md\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75% !important; + } + + .md\:focus\:-translate-y-full:focus { + --transform-translate-y: -100% !important; } .md\:skew-x-0 { @@ -81350,6 +130646,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important; @@ -81362,6 +130670,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -81374,6 +130694,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important; @@ -81386,6 +130718,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important; @@ -81422,6 +130790,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(7rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important; @@ -81434,6 +130814,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(9rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important; @@ -81446,6 +130838,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(11rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important; @@ -81458,6 +130862,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(13rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important; @@ -81470,6 +130886,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(15rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important; @@ -81482,6 +130910,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(24rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important; @@ -81494,6 +130958,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))) !important; } + .lg\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.375rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.875rem * var(--space-y-reverse)) !important; + } + + .lg\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(40% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(60% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(80% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(6.25% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(12.5% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18.75% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(31.25% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(37.5% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(43.75% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(56.25% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(62.5% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(68.75% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(81.25% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(87.5% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(93.75% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(100% * var(--space-y-reverse)) !important; + } + + .lg\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important; @@ -81566,6 +131582,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important; @@ -81578,6 +131606,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -81590,6 +131630,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important; @@ -81602,6 +131654,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important; @@ -81638,6 +131726,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important; @@ -81650,6 +131750,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-9rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important; @@ -81662,6 +131774,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important; @@ -81674,6 +131798,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important; @@ -81686,6 +131822,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important; @@ -81698,6 +131846,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important; @@ -81710,6 +131894,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))) !important; } + .lg\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-40% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-60% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-80% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-6.25% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-12.5% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18.75% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-31.25% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-37.5% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-43.75% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-56.25% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-62.5% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-68.75% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-81.25% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-87.5% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-93.75% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .lg\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-100% * var(--space-y-reverse)) !important; + } + + .lg\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))) !important; + } + .lg\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1 !important; } @@ -97686,18 +148422,42 @@ video { height: 1.5rem !important; } + .lg\:h-7 { + height: 1.75rem !important; + } + .lg\:h-8 { height: 2rem !important; } + .lg\:h-9 { + height: 2.25rem !important; + } + .lg\:h-10 { height: 2.5rem !important; } + .lg\:h-11 { + height: 2.75rem !important; + } + .lg\:h-12 { height: 3rem !important; } + .lg\:h-13 { + height: 3.25rem !important; + } + + .lg\:h-14 { + height: 3.5rem !important; + } + + .lg\:h-15 { + height: 3.75rem !important; + } + .lg\:h-16 { height: 4rem !important; } @@ -97710,26 +148470,58 @@ video { height: 6rem !important; } + .lg\:h-28 { + height: 7rem !important; + } + .lg\:h-32 { height: 8rem !important; } + .lg\:h-36 { + height: 9rem !important; + } + .lg\:h-40 { height: 10rem !important; } + .lg\:h-44 { + height: 11rem !important; + } + .lg\:h-48 { height: 12rem !important; } + .lg\:h-52 { + height: 13rem !important; + } + .lg\:h-56 { height: 14rem !important; } + .lg\:h-60 { + height: 15rem !important; + } + .lg\:h-64 { height: 16rem !important; } + .lg\:h-72 { + height: 18rem !important; + } + + .lg\:h-80 { + height: 20rem !important; + } + + .lg\:h-96 { + height: 24rem !important; + } + .lg\:h-auto { height: auto !important; } @@ -97738,6 +148530,186 @@ video { height: 1px !important; } + .lg\:h-0\.5 { + height: 0.125rem !important; + } + + .lg\:h-1\.5 { + height: 0.375rem !important; + } + + .lg\:h-2\.5 { + height: 0.625rem !important; + } + + .lg\:h-3\.5 { + height: 0.875rem !important; + } + + .lg\:h-1\/2 { + height: 50% !important; + } + + .lg\:h-1\/3 { + height: 33.333333% !important; + } + + .lg\:h-2\/3 { + height: 66.666667% !important; + } + + .lg\:h-1\/4 { + height: 25% !important; + } + + .lg\:h-2\/4 { + height: 50% !important; + } + + .lg\:h-3\/4 { + height: 75% !important; + } + + .lg\:h-1\/5 { + height: 20% !important; + } + + .lg\:h-2\/5 { + height: 40% !important; + } + + .lg\:h-3\/5 { + height: 60% !important; + } + + .lg\:h-4\/5 { + height: 80% !important; + } + + .lg\:h-1\/6 { + height: 16.666667% !important; + } + + .lg\:h-2\/6 { + height: 33.333333% !important; + } + + .lg\:h-3\/6 { + height: 50% !important; + } + + .lg\:h-4\/6 { + height: 66.666667% !important; + } + + .lg\:h-5\/6 { + height: 83.333333% !important; + } + + .lg\:h-1\/12 { + height: 8.333333% !important; + } + + .lg\:h-2\/12 { + height: 16.666667% !important; + } + + .lg\:h-3\/12 { + height: 25% !important; + } + + .lg\:h-4\/12 { + height: 33.333333% !important; + } + + .lg\:h-5\/12 { + height: 41.666667% !important; + } + + .lg\:h-6\/12 { + height: 50% !important; + } + + .lg\:h-7\/12 { + height: 58.333333% !important; + } + + .lg\:h-8\/12 { + height: 66.666667% !important; + } + + .lg\:h-9\/12 { + height: 75% !important; + } + + .lg\:h-10\/12 { + height: 83.333333% !important; + } + + .lg\:h-11\/12 { + height: 91.666667% !important; + } + + .lg\:h-1\/16 { + height: 6.25% !important; + } + + .lg\:h-2\/16 { + height: 12.5% !important; + } + + .lg\:h-3\/16 { + height: 18.75% !important; + } + + .lg\:h-4\/16 { + height: 25% !important; + } + + .lg\:h-5\/16 { + height: 31.25% !important; + } + + .lg\:h-6\/16 { + height: 37.5% !important; + } + + .lg\:h-7\/16 { + height: 43.75% !important; + } + + .lg\:h-8\/16 { + height: 50% !important; + } + + .lg\:h-9\/16 { + height: 56.25% !important; + } + + .lg\:h-10\/16 { + height: 62.5% !important; + } + + .lg\:h-11\/16 { + height: 68.75% !important; + } + + .lg\:h-12\/16 { + height: 75% !important; + } + + .lg\:h-13\/16 { + height: 81.25% !important; + } + + .lg\:h-14\/16 { + height: 87.5% !important; + } + + .lg\:h-15\/16 { + height: 93.75% !important; + } + .lg\:h-full { height: 100% !important; } @@ -97900,18 +148872,42 @@ video { margin: 1.5rem !important; } + .lg\:m-7 { + margin: 1.75rem !important; + } + .lg\:m-8 { margin: 2rem !important; } + .lg\:m-9 { + margin: 2.25rem !important; + } + .lg\:m-10 { margin: 2.5rem !important; } + .lg\:m-11 { + margin: 2.75rem !important; + } + .lg\:m-12 { margin: 3rem !important; } + .lg\:m-13 { + margin: 3.25rem !important; + } + + .lg\:m-14 { + margin: 3.5rem !important; + } + + .lg\:m-15 { + margin: 3.75rem !important; + } + .lg\:m-16 { margin: 4rem !important; } @@ -97924,26 +148920,58 @@ video { margin: 6rem !important; } + .lg\:m-28 { + margin: 7rem !important; + } + .lg\:m-32 { margin: 8rem !important; } + .lg\:m-36 { + margin: 9rem !important; + } + .lg\:m-40 { margin: 10rem !important; } + .lg\:m-44 { + margin: 11rem !important; + } + .lg\:m-48 { margin: 12rem !important; } + .lg\:m-52 { + margin: 13rem !important; + } + .lg\:m-56 { margin: 14rem !important; } + .lg\:m-60 { + margin: 15rem !important; + } + .lg\:m-64 { margin: 16rem !important; } + .lg\:m-72 { + margin: 18rem !important; + } + + .lg\:m-80 { + margin: 20rem !important; + } + + .lg\:m-96 { + margin: 24rem !important; + } + .lg\:m-auto { margin: auto !important; } @@ -97952,6 +148980,190 @@ video { margin: 1px !important; } + .lg\:m-0\.5 { + margin: 0.125rem !important; + } + + .lg\:m-1\.5 { + margin: 0.375rem !important; + } + + .lg\:m-2\.5 { + margin: 0.625rem !important; + } + + .lg\:m-3\.5 { + margin: 0.875rem !important; + } + + .lg\:m-1\/2 { + margin: 50% !important; + } + + .lg\:m-1\/3 { + margin: 33.333333% !important; + } + + .lg\:m-2\/3 { + margin: 66.666667% !important; + } + + .lg\:m-1\/4 { + margin: 25% !important; + } + + .lg\:m-2\/4 { + margin: 50% !important; + } + + .lg\:m-3\/4 { + margin: 75% !important; + } + + .lg\:m-1\/5 { + margin: 20% !important; + } + + .lg\:m-2\/5 { + margin: 40% !important; + } + + .lg\:m-3\/5 { + margin: 60% !important; + } + + .lg\:m-4\/5 { + margin: 80% !important; + } + + .lg\:m-1\/6 { + margin: 16.666667% !important; + } + + .lg\:m-2\/6 { + margin: 33.333333% !important; + } + + .lg\:m-3\/6 { + margin: 50% !important; + } + + .lg\:m-4\/6 { + margin: 66.666667% !important; + } + + .lg\:m-5\/6 { + margin: 83.333333% !important; + } + + .lg\:m-1\/12 { + margin: 8.333333% !important; + } + + .lg\:m-2\/12 { + margin: 16.666667% !important; + } + + .lg\:m-3\/12 { + margin: 25% !important; + } + + .lg\:m-4\/12 { + margin: 33.333333% !important; + } + + .lg\:m-5\/12 { + margin: 41.666667% !important; + } + + .lg\:m-6\/12 { + margin: 50% !important; + } + + .lg\:m-7\/12 { + margin: 58.333333% !important; + } + + .lg\:m-8\/12 { + margin: 66.666667% !important; + } + + .lg\:m-9\/12 { + margin: 75% !important; + } + + .lg\:m-10\/12 { + margin: 83.333333% !important; + } + + .lg\:m-11\/12 { + margin: 91.666667% !important; + } + + .lg\:m-1\/16 { + margin: 6.25% !important; + } + + .lg\:m-2\/16 { + margin: 12.5% !important; + } + + .lg\:m-3\/16 { + margin: 18.75% !important; + } + + .lg\:m-4\/16 { + margin: 25% !important; + } + + .lg\:m-5\/16 { + margin: 31.25% !important; + } + + .lg\:m-6\/16 { + margin: 37.5% !important; + } + + .lg\:m-7\/16 { + margin: 43.75% !important; + } + + .lg\:m-8\/16 { + margin: 50% !important; + } + + .lg\:m-9\/16 { + margin: 56.25% !important; + } + + .lg\:m-10\/16 { + margin: 62.5% !important; + } + + .lg\:m-11\/16 { + margin: 68.75% !important; + } + + .lg\:m-12\/16 { + margin: 75% !important; + } + + .lg\:m-13\/16 { + margin: 81.25% !important; + } + + .lg\:m-14\/16 { + margin: 87.5% !important; + } + + .lg\:m-15\/16 { + margin: 93.75% !important; + } + + .lg\:m-full { + margin: 100% !important; + } + .lg\:-m-1 { margin: -0.25rem !important; } @@ -97976,18 +149188,42 @@ video { margin: -1.5rem !important; } + .lg\:-m-7 { + margin: -1.75rem !important; + } + .lg\:-m-8 { margin: -2rem !important; } + .lg\:-m-9 { + margin: -2.25rem !important; + } + .lg\:-m-10 { margin: -2.5rem !important; } + .lg\:-m-11 { + margin: -2.75rem !important; + } + .lg\:-m-12 { margin: -3rem !important; } + .lg\:-m-13 { + margin: -3.25rem !important; + } + + .lg\:-m-14 { + margin: -3.5rem !important; + } + + .lg\:-m-15 { + margin: -3.75rem !important; + } + .lg\:-m-16 { margin: -4rem !important; } @@ -98000,30 +149236,246 @@ video { margin: -6rem !important; } + .lg\:-m-28 { + margin: -7rem !important; + } + .lg\:-m-32 { margin: -8rem !important; } + .lg\:-m-36 { + margin: -9rem !important; + } + .lg\:-m-40 { margin: -10rem !important; } + .lg\:-m-44 { + margin: -11rem !important; + } + .lg\:-m-48 { margin: -12rem !important; } + .lg\:-m-52 { + margin: -13rem !important; + } + .lg\:-m-56 { margin: -14rem !important; } + .lg\:-m-60 { + margin: -15rem !important; + } + .lg\:-m-64 { margin: -16rem !important; } + .lg\:-m-72 { + margin: -18rem !important; + } + + .lg\:-m-80 { + margin: -20rem !important; + } + + .lg\:-m-96 { + margin: -24rem !important; + } + .lg\:-m-px { margin: -1px !important; } + .lg\:-m-0\.5 { + margin: -0.125rem !important; + } + + .lg\:-m-1\.5 { + margin: -0.375rem !important; + } + + .lg\:-m-2\.5 { + margin: -0.625rem !important; + } + + .lg\:-m-3\.5 { + margin: -0.875rem !important; + } + + .lg\:-m-1\/2 { + margin: -50% !important; + } + + .lg\:-m-1\/3 { + margin: -33.33333% !important; + } + + .lg\:-m-2\/3 { + margin: -66.66667% !important; + } + + .lg\:-m-1\/4 { + margin: -25% !important; + } + + .lg\:-m-2\/4 { + margin: -50% !important; + } + + .lg\:-m-3\/4 { + margin: -75% !important; + } + + .lg\:-m-1\/5 { + margin: -20% !important; + } + + .lg\:-m-2\/5 { + margin: -40% !important; + } + + .lg\:-m-3\/5 { + margin: -60% !important; + } + + .lg\:-m-4\/5 { + margin: -80% !important; + } + + .lg\:-m-1\/6 { + margin: -16.66667% !important; + } + + .lg\:-m-2\/6 { + margin: -33.33333% !important; + } + + .lg\:-m-3\/6 { + margin: -50% !important; + } + + .lg\:-m-4\/6 { + margin: -66.66667% !important; + } + + .lg\:-m-5\/6 { + margin: -83.33333% !important; + } + + .lg\:-m-1\/12 { + margin: -8.33333% !important; + } + + .lg\:-m-2\/12 { + margin: -16.66667% !important; + } + + .lg\:-m-3\/12 { + margin: -25% !important; + } + + .lg\:-m-4\/12 { + margin: -33.33333% !important; + } + + .lg\:-m-5\/12 { + margin: -41.66667% !important; + } + + .lg\:-m-6\/12 { + margin: -50% !important; + } + + .lg\:-m-7\/12 { + margin: -58.33333% !important; + } + + .lg\:-m-8\/12 { + margin: -66.66667% !important; + } + + .lg\:-m-9\/12 { + margin: -75% !important; + } + + .lg\:-m-10\/12 { + margin: -83.33333% !important; + } + + .lg\:-m-11\/12 { + margin: -91.66667% !important; + } + + .lg\:-m-1\/16 { + margin: -6.25% !important; + } + + .lg\:-m-2\/16 { + margin: -12.5% !important; + } + + .lg\:-m-3\/16 { + margin: -18.75% !important; + } + + .lg\:-m-4\/16 { + margin: -25% !important; + } + + .lg\:-m-5\/16 { + margin: -31.25% !important; + } + + .lg\:-m-6\/16 { + margin: -37.5% !important; + } + + .lg\:-m-7\/16 { + margin: -43.75% !important; + } + + .lg\:-m-8\/16 { + margin: -50% !important; + } + + .lg\:-m-9\/16 { + margin: -56.25% !important; + } + + .lg\:-m-10\/16 { + margin: -62.5% !important; + } + + .lg\:-m-11\/16 { + margin: -68.75% !important; + } + + .lg\:-m-12\/16 { + margin: -75% !important; + } + + .lg\:-m-13\/16 { + margin: -81.25% !important; + } + + .lg\:-m-14\/16 { + margin: -87.5% !important; + } + + .lg\:-m-15\/16 { + margin: -93.75% !important; + } + + .lg\:-m-full { + margin: -100% !important; + } + .lg\:my-0 { margin-top: 0 !important; margin-bottom: 0 !important; @@ -98094,6 +149546,16 @@ video { margin-right: 1.5rem !important; } + .lg\:my-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + + .lg\:mx-7 { + margin-left: 1.75rem !important; + margin-right: 1.75rem !important; + } + .lg\:my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; @@ -98104,6 +149566,16 @@ video { margin-right: 2rem !important; } + .lg\:my-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + + .lg\:mx-9 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + .lg\:my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; @@ -98114,6 +149586,16 @@ video { margin-right: 2.5rem !important; } + .lg\:my-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + + .lg\:mx-11 { + margin-left: 2.75rem !important; + margin-right: 2.75rem !important; + } + .lg\:my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; @@ -98124,6 +149606,36 @@ video { margin-right: 3rem !important; } + .lg\:my-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + + .lg\:mx-13 { + margin-left: 3.25rem !important; + margin-right: 3.25rem !important; + } + + .lg\:my-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + + .lg\:mx-14 { + margin-left: 3.5rem !important; + margin-right: 3.5rem !important; + } + + .lg\:my-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + + .lg\:mx-15 { + margin-left: 3.75rem !important; + margin-right: 3.75rem !important; + } + .lg\:my-16 { margin-top: 4rem !important; margin-bottom: 4rem !important; @@ -98154,6 +149666,16 @@ video { margin-right: 6rem !important; } + .lg\:my-28 { + margin-top: 7rem !important; + margin-bottom: 7rem !important; + } + + .lg\:mx-28 { + margin-left: 7rem !important; + margin-right: 7rem !important; + } + .lg\:my-32 { margin-top: 8rem !important; margin-bottom: 8rem !important; @@ -98164,6 +149686,16 @@ video { margin-right: 8rem !important; } + .lg\:my-36 { + margin-top: 9rem !important; + margin-bottom: 9rem !important; + } + + .lg\:mx-36 { + margin-left: 9rem !important; + margin-right: 9rem !important; + } + .lg\:my-40 { margin-top: 10rem !important; margin-bottom: 10rem !important; @@ -98174,6 +149706,16 @@ video { margin-right: 10rem !important; } + .lg\:my-44 { + margin-top: 11rem !important; + margin-bottom: 11rem !important; + } + + .lg\:mx-44 { + margin-left: 11rem !important; + margin-right: 11rem !important; + } + .lg\:my-48 { margin-top: 12rem !important; margin-bottom: 12rem !important; @@ -98184,6 +149726,16 @@ video { margin-right: 12rem !important; } + .lg\:my-52 { + margin-top: 13rem !important; + margin-bottom: 13rem !important; + } + + .lg\:mx-52 { + margin-left: 13rem !important; + margin-right: 13rem !important; + } + .lg\:my-56 { margin-top: 14rem !important; margin-bottom: 14rem !important; @@ -98194,6 +149746,16 @@ video { margin-right: 14rem !important; } + .lg\:my-60 { + margin-top: 15rem !important; + margin-bottom: 15rem !important; + } + + .lg\:mx-60 { + margin-left: 15rem !important; + margin-right: 15rem !important; + } + .lg\:my-64 { margin-top: 16rem !important; margin-bottom: 16rem !important; @@ -98204,6 +149766,36 @@ video { margin-right: 16rem !important; } + .lg\:my-72 { + margin-top: 18rem !important; + margin-bottom: 18rem !important; + } + + .lg\:mx-72 { + margin-left: 18rem !important; + margin-right: 18rem !important; + } + + .lg\:my-80 { + margin-top: 20rem !important; + margin-bottom: 20rem !important; + } + + .lg\:mx-80 { + margin-left: 20rem !important; + margin-right: 20rem !important; + } + + .lg\:my-96 { + margin-top: 24rem !important; + margin-bottom: 24rem !important; + } + + .lg\:mx-96 { + margin-left: 24rem !important; + margin-right: 24rem !important; + } + .lg\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -98224,6 +149816,466 @@ video { margin-right: 1px !important; } + .lg\:my-0\.5 { + margin-top: 0.125rem !important; + margin-bottom: 0.125rem !important; + } + + .lg\:mx-0\.5 { + margin-left: 0.125rem !important; + margin-right: 0.125rem !important; + } + + .lg\:my-1\.5 { + margin-top: 0.375rem !important; + margin-bottom: 0.375rem !important; + } + + .lg\:mx-1\.5 { + margin-left: 0.375rem !important; + margin-right: 0.375rem !important; + } + + .lg\:my-2\.5 { + margin-top: 0.625rem !important; + margin-bottom: 0.625rem !important; + } + + .lg\:mx-2\.5 { + margin-left: 0.625rem !important; + margin-right: 0.625rem !important; + } + + .lg\:my-3\.5 { + margin-top: 0.875rem !important; + margin-bottom: 0.875rem !important; + } + + .lg\:mx-3\.5 { + margin-left: 0.875rem !important; + margin-right: 0.875rem !important; + } + + .lg\:my-1\/2 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .lg\:mx-1\/2 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .lg\:my-1\/3 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .lg\:mx-1\/3 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .lg\:my-2\/3 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .lg\:mx-2\/3 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .lg\:my-1\/4 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .lg\:mx-1\/4 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .lg\:my-2\/4 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .lg\:mx-2\/4 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .lg\:my-3\/4 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .lg\:mx-3\/4 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .lg\:my-1\/5 { + margin-top: 20% !important; + margin-bottom: 20% !important; + } + + .lg\:mx-1\/5 { + margin-left: 20% !important; + margin-right: 20% !important; + } + + .lg\:my-2\/5 { + margin-top: 40% !important; + margin-bottom: 40% !important; + } + + .lg\:mx-2\/5 { + margin-left: 40% !important; + margin-right: 40% !important; + } + + .lg\:my-3\/5 { + margin-top: 60% !important; + margin-bottom: 60% !important; + } + + .lg\:mx-3\/5 { + margin-left: 60% !important; + margin-right: 60% !important; + } + + .lg\:my-4\/5 { + margin-top: 80% !important; + margin-bottom: 80% !important; + } + + .lg\:mx-4\/5 { + margin-left: 80% !important; + margin-right: 80% !important; + } + + .lg\:my-1\/6 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .lg\:mx-1\/6 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .lg\:my-2\/6 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .lg\:mx-2\/6 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .lg\:my-3\/6 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .lg\:mx-3\/6 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .lg\:my-4\/6 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .lg\:mx-4\/6 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .lg\:my-5\/6 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .lg\:mx-5\/6 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .lg\:my-1\/12 { + margin-top: 8.333333% !important; + margin-bottom: 8.333333% !important; + } + + .lg\:mx-1\/12 { + margin-left: 8.333333% !important; + margin-right: 8.333333% !important; + } + + .lg\:my-2\/12 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .lg\:mx-2\/12 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .lg\:my-3\/12 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .lg\:mx-3\/12 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .lg\:my-4\/12 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .lg\:mx-4\/12 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .lg\:my-5\/12 { + margin-top: 41.666667% !important; + margin-bottom: 41.666667% !important; + } + + .lg\:mx-5\/12 { + margin-left: 41.666667% !important; + margin-right: 41.666667% !important; + } + + .lg\:my-6\/12 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .lg\:mx-6\/12 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .lg\:my-7\/12 { + margin-top: 58.333333% !important; + margin-bottom: 58.333333% !important; + } + + .lg\:mx-7\/12 { + margin-left: 58.333333% !important; + margin-right: 58.333333% !important; + } + + .lg\:my-8\/12 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .lg\:mx-8\/12 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .lg\:my-9\/12 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .lg\:mx-9\/12 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .lg\:my-10\/12 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .lg\:mx-10\/12 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .lg\:my-11\/12 { + margin-top: 91.666667% !important; + margin-bottom: 91.666667% !important; + } + + .lg\:mx-11\/12 { + margin-left: 91.666667% !important; + margin-right: 91.666667% !important; + } + + .lg\:my-1\/16 { + margin-top: 6.25% !important; + margin-bottom: 6.25% !important; + } + + .lg\:mx-1\/16 { + margin-left: 6.25% !important; + margin-right: 6.25% !important; + } + + .lg\:my-2\/16 { + margin-top: 12.5% !important; + margin-bottom: 12.5% !important; + } + + .lg\:mx-2\/16 { + margin-left: 12.5% !important; + margin-right: 12.5% !important; + } + + .lg\:my-3\/16 { + margin-top: 18.75% !important; + margin-bottom: 18.75% !important; + } + + .lg\:mx-3\/16 { + margin-left: 18.75% !important; + margin-right: 18.75% !important; + } + + .lg\:my-4\/16 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .lg\:mx-4\/16 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .lg\:my-5\/16 { + margin-top: 31.25% !important; + margin-bottom: 31.25% !important; + } + + .lg\:mx-5\/16 { + margin-left: 31.25% !important; + margin-right: 31.25% !important; + } + + .lg\:my-6\/16 { + margin-top: 37.5% !important; + margin-bottom: 37.5% !important; + } + + .lg\:mx-6\/16 { + margin-left: 37.5% !important; + margin-right: 37.5% !important; + } + + .lg\:my-7\/16 { + margin-top: 43.75% !important; + margin-bottom: 43.75% !important; + } + + .lg\:mx-7\/16 { + margin-left: 43.75% !important; + margin-right: 43.75% !important; + } + + .lg\:my-8\/16 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .lg\:mx-8\/16 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .lg\:my-9\/16 { + margin-top: 56.25% !important; + margin-bottom: 56.25% !important; + } + + .lg\:mx-9\/16 { + margin-left: 56.25% !important; + margin-right: 56.25% !important; + } + + .lg\:my-10\/16 { + margin-top: 62.5% !important; + margin-bottom: 62.5% !important; + } + + .lg\:mx-10\/16 { + margin-left: 62.5% !important; + margin-right: 62.5% !important; + } + + .lg\:my-11\/16 { + margin-top: 68.75% !important; + margin-bottom: 68.75% !important; + } + + .lg\:mx-11\/16 { + margin-left: 68.75% !important; + margin-right: 68.75% !important; + } + + .lg\:my-12\/16 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .lg\:mx-12\/16 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .lg\:my-13\/16 { + margin-top: 81.25% !important; + margin-bottom: 81.25% !important; + } + + .lg\:mx-13\/16 { + margin-left: 81.25% !important; + margin-right: 81.25% !important; + } + + .lg\:my-14\/16 { + margin-top: 87.5% !important; + margin-bottom: 87.5% !important; + } + + .lg\:mx-14\/16 { + margin-left: 87.5% !important; + margin-right: 87.5% !important; + } + + .lg\:my-15\/16 { + margin-top: 93.75% !important; + margin-bottom: 93.75% !important; + } + + .lg\:mx-15\/16 { + margin-left: 93.75% !important; + margin-right: 93.75% !important; + } + + .lg\:my-full { + margin-top: 100% !important; + margin-bottom: 100% !important; + } + + .lg\:mx-full { + margin-left: 100% !important; + margin-right: 100% !important; + } + .lg\:-my-1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; @@ -98284,6 +150336,16 @@ video { margin-right: -1.5rem !important; } + .lg\:-my-7 { + margin-top: -1.75rem !important; + margin-bottom: -1.75rem !important; + } + + .lg\:-mx-7 { + margin-left: -1.75rem !important; + margin-right: -1.75rem !important; + } + .lg\:-my-8 { margin-top: -2rem !important; margin-bottom: -2rem !important; @@ -98294,6 +150356,16 @@ video { margin-right: -2rem !important; } + .lg\:-my-9 { + margin-top: -2.25rem !important; + margin-bottom: -2.25rem !important; + } + + .lg\:-mx-9 { + margin-left: -2.25rem !important; + margin-right: -2.25rem !important; + } + .lg\:-my-10 { margin-top: -2.5rem !important; margin-bottom: -2.5rem !important; @@ -98304,6 +150376,16 @@ video { margin-right: -2.5rem !important; } + .lg\:-my-11 { + margin-top: -2.75rem !important; + margin-bottom: -2.75rem !important; + } + + .lg\:-mx-11 { + margin-left: -2.75rem !important; + margin-right: -2.75rem !important; + } + .lg\:-my-12 { margin-top: -3rem !important; margin-bottom: -3rem !important; @@ -98314,6 +150396,36 @@ video { margin-right: -3rem !important; } + .lg\:-my-13 { + margin-top: -3.25rem !important; + margin-bottom: -3.25rem !important; + } + + .lg\:-mx-13 { + margin-left: -3.25rem !important; + margin-right: -3.25rem !important; + } + + .lg\:-my-14 { + margin-top: -3.5rem !important; + margin-bottom: -3.5rem !important; + } + + .lg\:-mx-14 { + margin-left: -3.5rem !important; + margin-right: -3.5rem !important; + } + + .lg\:-my-15 { + margin-top: -3.75rem !important; + margin-bottom: -3.75rem !important; + } + + .lg\:-mx-15 { + margin-left: -3.75rem !important; + margin-right: -3.75rem !important; + } + .lg\:-my-16 { margin-top: -4rem !important; margin-bottom: -4rem !important; @@ -98344,6 +150456,16 @@ video { margin-right: -6rem !important; } + .lg\:-my-28 { + margin-top: -7rem !important; + margin-bottom: -7rem !important; + } + + .lg\:-mx-28 { + margin-left: -7rem !important; + margin-right: -7rem !important; + } + .lg\:-my-32 { margin-top: -8rem !important; margin-bottom: -8rem !important; @@ -98354,6 +150476,16 @@ video { margin-right: -8rem !important; } + .lg\:-my-36 { + margin-top: -9rem !important; + margin-bottom: -9rem !important; + } + + .lg\:-mx-36 { + margin-left: -9rem !important; + margin-right: -9rem !important; + } + .lg\:-my-40 { margin-top: -10rem !important; margin-bottom: -10rem !important; @@ -98364,6 +150496,16 @@ video { margin-right: -10rem !important; } + .lg\:-my-44 { + margin-top: -11rem !important; + margin-bottom: -11rem !important; + } + + .lg\:-mx-44 { + margin-left: -11rem !important; + margin-right: -11rem !important; + } + .lg\:-my-48 { margin-top: -12rem !important; margin-bottom: -12rem !important; @@ -98374,6 +150516,16 @@ video { margin-right: -12rem !important; } + .lg\:-my-52 { + margin-top: -13rem !important; + margin-bottom: -13rem !important; + } + + .lg\:-mx-52 { + margin-left: -13rem !important; + margin-right: -13rem !important; + } + .lg\:-my-56 { margin-top: -14rem !important; margin-bottom: -14rem !important; @@ -98384,6 +150536,16 @@ video { margin-right: -14rem !important; } + .lg\:-my-60 { + margin-top: -15rem !important; + margin-bottom: -15rem !important; + } + + .lg\:-mx-60 { + margin-left: -15rem !important; + margin-right: -15rem !important; + } + .lg\:-my-64 { margin-top: -16rem !important; margin-bottom: -16rem !important; @@ -98394,6 +150556,36 @@ video { margin-right: -16rem !important; } + .lg\:-my-72 { + margin-top: -18rem !important; + margin-bottom: -18rem !important; + } + + .lg\:-mx-72 { + margin-left: -18rem !important; + margin-right: -18rem !important; + } + + .lg\:-my-80 { + margin-top: -20rem !important; + margin-bottom: -20rem !important; + } + + .lg\:-mx-80 { + margin-left: -20rem !important; + margin-right: -20rem !important; + } + + .lg\:-my-96 { + margin-top: -24rem !important; + margin-bottom: -24rem !important; + } + + .lg\:-mx-96 { + margin-left: -24rem !important; + margin-right: -24rem !important; + } + .lg\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -98404,6 +150596,466 @@ video { margin-right: -1px !important; } + .lg\:-my-0\.5 { + margin-top: -0.125rem !important; + margin-bottom: -0.125rem !important; + } + + .lg\:-mx-0\.5 { + margin-left: -0.125rem !important; + margin-right: -0.125rem !important; + } + + .lg\:-my-1\.5 { + margin-top: -0.375rem !important; + margin-bottom: -0.375rem !important; + } + + .lg\:-mx-1\.5 { + margin-left: -0.375rem !important; + margin-right: -0.375rem !important; + } + + .lg\:-my-2\.5 { + margin-top: -0.625rem !important; + margin-bottom: -0.625rem !important; + } + + .lg\:-mx-2\.5 { + margin-left: -0.625rem !important; + margin-right: -0.625rem !important; + } + + .lg\:-my-3\.5 { + margin-top: -0.875rem !important; + margin-bottom: -0.875rem !important; + } + + .lg\:-mx-3\.5 { + margin-left: -0.875rem !important; + margin-right: -0.875rem !important; + } + + .lg\:-my-1\/2 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .lg\:-mx-1\/2 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .lg\:-my-1\/3 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .lg\:-mx-1\/3 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .lg\:-my-2\/3 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .lg\:-mx-2\/3 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .lg\:-my-1\/4 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .lg\:-mx-1\/4 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .lg\:-my-2\/4 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .lg\:-mx-2\/4 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .lg\:-my-3\/4 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .lg\:-mx-3\/4 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .lg\:-my-1\/5 { + margin-top: -20% !important; + margin-bottom: -20% !important; + } + + .lg\:-mx-1\/5 { + margin-left: -20% !important; + margin-right: -20% !important; + } + + .lg\:-my-2\/5 { + margin-top: -40% !important; + margin-bottom: -40% !important; + } + + .lg\:-mx-2\/5 { + margin-left: -40% !important; + margin-right: -40% !important; + } + + .lg\:-my-3\/5 { + margin-top: -60% !important; + margin-bottom: -60% !important; + } + + .lg\:-mx-3\/5 { + margin-left: -60% !important; + margin-right: -60% !important; + } + + .lg\:-my-4\/5 { + margin-top: -80% !important; + margin-bottom: -80% !important; + } + + .lg\:-mx-4\/5 { + margin-left: -80% !important; + margin-right: -80% !important; + } + + .lg\:-my-1\/6 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .lg\:-mx-1\/6 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .lg\:-my-2\/6 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .lg\:-mx-2\/6 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .lg\:-my-3\/6 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .lg\:-mx-3\/6 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .lg\:-my-4\/6 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .lg\:-mx-4\/6 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .lg\:-my-5\/6 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .lg\:-mx-5\/6 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .lg\:-my-1\/12 { + margin-top: -8.33333% !important; + margin-bottom: -8.33333% !important; + } + + .lg\:-mx-1\/12 { + margin-left: -8.33333% !important; + margin-right: -8.33333% !important; + } + + .lg\:-my-2\/12 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .lg\:-mx-2\/12 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .lg\:-my-3\/12 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .lg\:-mx-3\/12 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .lg\:-my-4\/12 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .lg\:-mx-4\/12 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .lg\:-my-5\/12 { + margin-top: -41.66667% !important; + margin-bottom: -41.66667% !important; + } + + .lg\:-mx-5\/12 { + margin-left: -41.66667% !important; + margin-right: -41.66667% !important; + } + + .lg\:-my-6\/12 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .lg\:-mx-6\/12 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .lg\:-my-7\/12 { + margin-top: -58.33333% !important; + margin-bottom: -58.33333% !important; + } + + .lg\:-mx-7\/12 { + margin-left: -58.33333% !important; + margin-right: -58.33333% !important; + } + + .lg\:-my-8\/12 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .lg\:-mx-8\/12 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .lg\:-my-9\/12 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .lg\:-mx-9\/12 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .lg\:-my-10\/12 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .lg\:-mx-10\/12 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .lg\:-my-11\/12 { + margin-top: -91.66667% !important; + margin-bottom: -91.66667% !important; + } + + .lg\:-mx-11\/12 { + margin-left: -91.66667% !important; + margin-right: -91.66667% !important; + } + + .lg\:-my-1\/16 { + margin-top: -6.25% !important; + margin-bottom: -6.25% !important; + } + + .lg\:-mx-1\/16 { + margin-left: -6.25% !important; + margin-right: -6.25% !important; + } + + .lg\:-my-2\/16 { + margin-top: -12.5% !important; + margin-bottom: -12.5% !important; + } + + .lg\:-mx-2\/16 { + margin-left: -12.5% !important; + margin-right: -12.5% !important; + } + + .lg\:-my-3\/16 { + margin-top: -18.75% !important; + margin-bottom: -18.75% !important; + } + + .lg\:-mx-3\/16 { + margin-left: -18.75% !important; + margin-right: -18.75% !important; + } + + .lg\:-my-4\/16 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .lg\:-mx-4\/16 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .lg\:-my-5\/16 { + margin-top: -31.25% !important; + margin-bottom: -31.25% !important; + } + + .lg\:-mx-5\/16 { + margin-left: -31.25% !important; + margin-right: -31.25% !important; + } + + .lg\:-my-6\/16 { + margin-top: -37.5% !important; + margin-bottom: -37.5% !important; + } + + .lg\:-mx-6\/16 { + margin-left: -37.5% !important; + margin-right: -37.5% !important; + } + + .lg\:-my-7\/16 { + margin-top: -43.75% !important; + margin-bottom: -43.75% !important; + } + + .lg\:-mx-7\/16 { + margin-left: -43.75% !important; + margin-right: -43.75% !important; + } + + .lg\:-my-8\/16 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .lg\:-mx-8\/16 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .lg\:-my-9\/16 { + margin-top: -56.25% !important; + margin-bottom: -56.25% !important; + } + + .lg\:-mx-9\/16 { + margin-left: -56.25% !important; + margin-right: -56.25% !important; + } + + .lg\:-my-10\/16 { + margin-top: -62.5% !important; + margin-bottom: -62.5% !important; + } + + .lg\:-mx-10\/16 { + margin-left: -62.5% !important; + margin-right: -62.5% !important; + } + + .lg\:-my-11\/16 { + margin-top: -68.75% !important; + margin-bottom: -68.75% !important; + } + + .lg\:-mx-11\/16 { + margin-left: -68.75% !important; + margin-right: -68.75% !important; + } + + .lg\:-my-12\/16 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .lg\:-mx-12\/16 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .lg\:-my-13\/16 { + margin-top: -81.25% !important; + margin-bottom: -81.25% !important; + } + + .lg\:-mx-13\/16 { + margin-left: -81.25% !important; + margin-right: -81.25% !important; + } + + .lg\:-my-14\/16 { + margin-top: -87.5% !important; + margin-bottom: -87.5% !important; + } + + .lg\:-mx-14\/16 { + margin-left: -87.5% !important; + margin-right: -87.5% !important; + } + + .lg\:-my-15\/16 { + margin-top: -93.75% !important; + margin-bottom: -93.75% !important; + } + + .lg\:-mx-15\/16 { + margin-left: -93.75% !important; + margin-right: -93.75% !important; + } + + .lg\:-my-full { + margin-top: -100% !important; + margin-bottom: -100% !important; + } + + .lg\:-mx-full { + margin-left: -100% !important; + margin-right: -100% !important; + } + .lg\:mt-0 { margin-top: 0 !important; } @@ -98516,6 +151168,22 @@ video { margin-left: 1.5rem !important; } + .lg\:mt-7 { + margin-top: 1.75rem !important; + } + + .lg\:mr-7 { + margin-right: 1.75rem !important; + } + + .lg\:mb-7 { + margin-bottom: 1.75rem !important; + } + + .lg\:ml-7 { + margin-left: 1.75rem !important; + } + .lg\:mt-8 { margin-top: 2rem !important; } @@ -98532,6 +151200,22 @@ video { margin-left: 2rem !important; } + .lg\:mt-9 { + margin-top: 2.25rem !important; + } + + .lg\:mr-9 { + margin-right: 2.25rem !important; + } + + .lg\:mb-9 { + margin-bottom: 2.25rem !important; + } + + .lg\:ml-9 { + margin-left: 2.25rem !important; + } + .lg\:mt-10 { margin-top: 2.5rem !important; } @@ -98548,6 +151232,22 @@ video { margin-left: 2.5rem !important; } + .lg\:mt-11 { + margin-top: 2.75rem !important; + } + + .lg\:mr-11 { + margin-right: 2.75rem !important; + } + + .lg\:mb-11 { + margin-bottom: 2.75rem !important; + } + + .lg\:ml-11 { + margin-left: 2.75rem !important; + } + .lg\:mt-12 { margin-top: 3rem !important; } @@ -98564,6 +151264,54 @@ video { margin-left: 3rem !important; } + .lg\:mt-13 { + margin-top: 3.25rem !important; + } + + .lg\:mr-13 { + margin-right: 3.25rem !important; + } + + .lg\:mb-13 { + margin-bottom: 3.25rem !important; + } + + .lg\:ml-13 { + margin-left: 3.25rem !important; + } + + .lg\:mt-14 { + margin-top: 3.5rem !important; + } + + .lg\:mr-14 { + margin-right: 3.5rem !important; + } + + .lg\:mb-14 { + margin-bottom: 3.5rem !important; + } + + .lg\:ml-14 { + margin-left: 3.5rem !important; + } + + .lg\:mt-15 { + margin-top: 3.75rem !important; + } + + .lg\:mr-15 { + margin-right: 3.75rem !important; + } + + .lg\:mb-15 { + margin-bottom: 3.75rem !important; + } + + .lg\:ml-15 { + margin-left: 3.75rem !important; + } + .lg\:mt-16 { margin-top: 4rem !important; } @@ -98612,6 +151360,22 @@ video { margin-left: 6rem !important; } + .lg\:mt-28 { + margin-top: 7rem !important; + } + + .lg\:mr-28 { + margin-right: 7rem !important; + } + + .lg\:mb-28 { + margin-bottom: 7rem !important; + } + + .lg\:ml-28 { + margin-left: 7rem !important; + } + .lg\:mt-32 { margin-top: 8rem !important; } @@ -98628,6 +151392,22 @@ video { margin-left: 8rem !important; } + .lg\:mt-36 { + margin-top: 9rem !important; + } + + .lg\:mr-36 { + margin-right: 9rem !important; + } + + .lg\:mb-36 { + margin-bottom: 9rem !important; + } + + .lg\:ml-36 { + margin-left: 9rem !important; + } + .lg\:mt-40 { margin-top: 10rem !important; } @@ -98644,6 +151424,22 @@ video { margin-left: 10rem !important; } + .lg\:mt-44 { + margin-top: 11rem !important; + } + + .lg\:mr-44 { + margin-right: 11rem !important; + } + + .lg\:mb-44 { + margin-bottom: 11rem !important; + } + + .lg\:ml-44 { + margin-left: 11rem !important; + } + .lg\:mt-48 { margin-top: 12rem !important; } @@ -98660,6 +151456,22 @@ video { margin-left: 12rem !important; } + .lg\:mt-52 { + margin-top: 13rem !important; + } + + .lg\:mr-52 { + margin-right: 13rem !important; + } + + .lg\:mb-52 { + margin-bottom: 13rem !important; + } + + .lg\:ml-52 { + margin-left: 13rem !important; + } + .lg\:mt-56 { margin-top: 14rem !important; } @@ -98676,6 +151488,22 @@ video { margin-left: 14rem !important; } + .lg\:mt-60 { + margin-top: 15rem !important; + } + + .lg\:mr-60 { + margin-right: 15rem !important; + } + + .lg\:mb-60 { + margin-bottom: 15rem !important; + } + + .lg\:ml-60 { + margin-left: 15rem !important; + } + .lg\:mt-64 { margin-top: 16rem !important; } @@ -98692,6 +151520,54 @@ video { margin-left: 16rem !important; } + .lg\:mt-72 { + margin-top: 18rem !important; + } + + .lg\:mr-72 { + margin-right: 18rem !important; + } + + .lg\:mb-72 { + margin-bottom: 18rem !important; + } + + .lg\:ml-72 { + margin-left: 18rem !important; + } + + .lg\:mt-80 { + margin-top: 20rem !important; + } + + .lg\:mr-80 { + margin-right: 20rem !important; + } + + .lg\:mb-80 { + margin-bottom: 20rem !important; + } + + .lg\:ml-80 { + margin-left: 20rem !important; + } + + .lg\:mt-96 { + margin-top: 24rem !important; + } + + .lg\:mr-96 { + margin-right: 24rem !important; + } + + .lg\:mb-96 { + margin-bottom: 24rem !important; + } + + .lg\:ml-96 { + margin-left: 24rem !important; + } + .lg\:mt-auto { margin-top: auto !important; } @@ -98724,6 +151600,742 @@ video { margin-left: 1px !important; } + .lg\:mt-0\.5 { + margin-top: 0.125rem !important; + } + + .lg\:mr-0\.5 { + margin-right: 0.125rem !important; + } + + .lg\:mb-0\.5 { + margin-bottom: 0.125rem !important; + } + + .lg\:ml-0\.5 { + margin-left: 0.125rem !important; + } + + .lg\:mt-1\.5 { + margin-top: 0.375rem !important; + } + + .lg\:mr-1\.5 { + margin-right: 0.375rem !important; + } + + .lg\:mb-1\.5 { + margin-bottom: 0.375rem !important; + } + + .lg\:ml-1\.5 { + margin-left: 0.375rem !important; + } + + .lg\:mt-2\.5 { + margin-top: 0.625rem !important; + } + + .lg\:mr-2\.5 { + margin-right: 0.625rem !important; + } + + .lg\:mb-2\.5 { + margin-bottom: 0.625rem !important; + } + + .lg\:ml-2\.5 { + margin-left: 0.625rem !important; + } + + .lg\:mt-3\.5 { + margin-top: 0.875rem !important; + } + + .lg\:mr-3\.5 { + margin-right: 0.875rem !important; + } + + .lg\:mb-3\.5 { + margin-bottom: 0.875rem !important; + } + + .lg\:ml-3\.5 { + margin-left: 0.875rem !important; + } + + .lg\:mt-1\/2 { + margin-top: 50% !important; + } + + .lg\:mr-1\/2 { + margin-right: 50% !important; + } + + .lg\:mb-1\/2 { + margin-bottom: 50% !important; + } + + .lg\:ml-1\/2 { + margin-left: 50% !important; + } + + .lg\:mt-1\/3 { + margin-top: 33.333333% !important; + } + + .lg\:mr-1\/3 { + margin-right: 33.333333% !important; + } + + .lg\:mb-1\/3 { + margin-bottom: 33.333333% !important; + } + + .lg\:ml-1\/3 { + margin-left: 33.333333% !important; + } + + .lg\:mt-2\/3 { + margin-top: 66.666667% !important; + } + + .lg\:mr-2\/3 { + margin-right: 66.666667% !important; + } + + .lg\:mb-2\/3 { + margin-bottom: 66.666667% !important; + } + + .lg\:ml-2\/3 { + margin-left: 66.666667% !important; + } + + .lg\:mt-1\/4 { + margin-top: 25% !important; + } + + .lg\:mr-1\/4 { + margin-right: 25% !important; + } + + .lg\:mb-1\/4 { + margin-bottom: 25% !important; + } + + .lg\:ml-1\/4 { + margin-left: 25% !important; + } + + .lg\:mt-2\/4 { + margin-top: 50% !important; + } + + .lg\:mr-2\/4 { + margin-right: 50% !important; + } + + .lg\:mb-2\/4 { + margin-bottom: 50% !important; + } + + .lg\:ml-2\/4 { + margin-left: 50% !important; + } + + .lg\:mt-3\/4 { + margin-top: 75% !important; + } + + .lg\:mr-3\/4 { + margin-right: 75% !important; + } + + .lg\:mb-3\/4 { + margin-bottom: 75% !important; + } + + .lg\:ml-3\/4 { + margin-left: 75% !important; + } + + .lg\:mt-1\/5 { + margin-top: 20% !important; + } + + .lg\:mr-1\/5 { + margin-right: 20% !important; + } + + .lg\:mb-1\/5 { + margin-bottom: 20% !important; + } + + .lg\:ml-1\/5 { + margin-left: 20% !important; + } + + .lg\:mt-2\/5 { + margin-top: 40% !important; + } + + .lg\:mr-2\/5 { + margin-right: 40% !important; + } + + .lg\:mb-2\/5 { + margin-bottom: 40% !important; + } + + .lg\:ml-2\/5 { + margin-left: 40% !important; + } + + .lg\:mt-3\/5 { + margin-top: 60% !important; + } + + .lg\:mr-3\/5 { + margin-right: 60% !important; + } + + .lg\:mb-3\/5 { + margin-bottom: 60% !important; + } + + .lg\:ml-3\/5 { + margin-left: 60% !important; + } + + .lg\:mt-4\/5 { + margin-top: 80% !important; + } + + .lg\:mr-4\/5 { + margin-right: 80% !important; + } + + .lg\:mb-4\/5 { + margin-bottom: 80% !important; + } + + .lg\:ml-4\/5 { + margin-left: 80% !important; + } + + .lg\:mt-1\/6 { + margin-top: 16.666667% !important; + } + + .lg\:mr-1\/6 { + margin-right: 16.666667% !important; + } + + .lg\:mb-1\/6 { + margin-bottom: 16.666667% !important; + } + + .lg\:ml-1\/6 { + margin-left: 16.666667% !important; + } + + .lg\:mt-2\/6 { + margin-top: 33.333333% !important; + } + + .lg\:mr-2\/6 { + margin-right: 33.333333% !important; + } + + .lg\:mb-2\/6 { + margin-bottom: 33.333333% !important; + } + + .lg\:ml-2\/6 { + margin-left: 33.333333% !important; + } + + .lg\:mt-3\/6 { + margin-top: 50% !important; + } + + .lg\:mr-3\/6 { + margin-right: 50% !important; + } + + .lg\:mb-3\/6 { + margin-bottom: 50% !important; + } + + .lg\:ml-3\/6 { + margin-left: 50% !important; + } + + .lg\:mt-4\/6 { + margin-top: 66.666667% !important; + } + + .lg\:mr-4\/6 { + margin-right: 66.666667% !important; + } + + .lg\:mb-4\/6 { + margin-bottom: 66.666667% !important; + } + + .lg\:ml-4\/6 { + margin-left: 66.666667% !important; + } + + .lg\:mt-5\/6 { + margin-top: 83.333333% !important; + } + + .lg\:mr-5\/6 { + margin-right: 83.333333% !important; + } + + .lg\:mb-5\/6 { + margin-bottom: 83.333333% !important; + } + + .lg\:ml-5\/6 { + margin-left: 83.333333% !important; + } + + .lg\:mt-1\/12 { + margin-top: 8.333333% !important; + } + + .lg\:mr-1\/12 { + margin-right: 8.333333% !important; + } + + .lg\:mb-1\/12 { + margin-bottom: 8.333333% !important; + } + + .lg\:ml-1\/12 { + margin-left: 8.333333% !important; + } + + .lg\:mt-2\/12 { + margin-top: 16.666667% !important; + } + + .lg\:mr-2\/12 { + margin-right: 16.666667% !important; + } + + .lg\:mb-2\/12 { + margin-bottom: 16.666667% !important; + } + + .lg\:ml-2\/12 { + margin-left: 16.666667% !important; + } + + .lg\:mt-3\/12 { + margin-top: 25% !important; + } + + .lg\:mr-3\/12 { + margin-right: 25% !important; + } + + .lg\:mb-3\/12 { + margin-bottom: 25% !important; + } + + .lg\:ml-3\/12 { + margin-left: 25% !important; + } + + .lg\:mt-4\/12 { + margin-top: 33.333333% !important; + } + + .lg\:mr-4\/12 { + margin-right: 33.333333% !important; + } + + .lg\:mb-4\/12 { + margin-bottom: 33.333333% !important; + } + + .lg\:ml-4\/12 { + margin-left: 33.333333% !important; + } + + .lg\:mt-5\/12 { + margin-top: 41.666667% !important; + } + + .lg\:mr-5\/12 { + margin-right: 41.666667% !important; + } + + .lg\:mb-5\/12 { + margin-bottom: 41.666667% !important; + } + + .lg\:ml-5\/12 { + margin-left: 41.666667% !important; + } + + .lg\:mt-6\/12 { + margin-top: 50% !important; + } + + .lg\:mr-6\/12 { + margin-right: 50% !important; + } + + .lg\:mb-6\/12 { + margin-bottom: 50% !important; + } + + .lg\:ml-6\/12 { + margin-left: 50% !important; + } + + .lg\:mt-7\/12 { + margin-top: 58.333333% !important; + } + + .lg\:mr-7\/12 { + margin-right: 58.333333% !important; + } + + .lg\:mb-7\/12 { + margin-bottom: 58.333333% !important; + } + + .lg\:ml-7\/12 { + margin-left: 58.333333% !important; + } + + .lg\:mt-8\/12 { + margin-top: 66.666667% !important; + } + + .lg\:mr-8\/12 { + margin-right: 66.666667% !important; + } + + .lg\:mb-8\/12 { + margin-bottom: 66.666667% !important; + } + + .lg\:ml-8\/12 { + margin-left: 66.666667% !important; + } + + .lg\:mt-9\/12 { + margin-top: 75% !important; + } + + .lg\:mr-9\/12 { + margin-right: 75% !important; + } + + .lg\:mb-9\/12 { + margin-bottom: 75% !important; + } + + .lg\:ml-9\/12 { + margin-left: 75% !important; + } + + .lg\:mt-10\/12 { + margin-top: 83.333333% !important; + } + + .lg\:mr-10\/12 { + margin-right: 83.333333% !important; + } + + .lg\:mb-10\/12 { + margin-bottom: 83.333333% !important; + } + + .lg\:ml-10\/12 { + margin-left: 83.333333% !important; + } + + .lg\:mt-11\/12 { + margin-top: 91.666667% !important; + } + + .lg\:mr-11\/12 { + margin-right: 91.666667% !important; + } + + .lg\:mb-11\/12 { + margin-bottom: 91.666667% !important; + } + + .lg\:ml-11\/12 { + margin-left: 91.666667% !important; + } + + .lg\:mt-1\/16 { + margin-top: 6.25% !important; + } + + .lg\:mr-1\/16 { + margin-right: 6.25% !important; + } + + .lg\:mb-1\/16 { + margin-bottom: 6.25% !important; + } + + .lg\:ml-1\/16 { + margin-left: 6.25% !important; + } + + .lg\:mt-2\/16 { + margin-top: 12.5% !important; + } + + .lg\:mr-2\/16 { + margin-right: 12.5% !important; + } + + .lg\:mb-2\/16 { + margin-bottom: 12.5% !important; + } + + .lg\:ml-2\/16 { + margin-left: 12.5% !important; + } + + .lg\:mt-3\/16 { + margin-top: 18.75% !important; + } + + .lg\:mr-3\/16 { + margin-right: 18.75% !important; + } + + .lg\:mb-3\/16 { + margin-bottom: 18.75% !important; + } + + .lg\:ml-3\/16 { + margin-left: 18.75% !important; + } + + .lg\:mt-4\/16 { + margin-top: 25% !important; + } + + .lg\:mr-4\/16 { + margin-right: 25% !important; + } + + .lg\:mb-4\/16 { + margin-bottom: 25% !important; + } + + .lg\:ml-4\/16 { + margin-left: 25% !important; + } + + .lg\:mt-5\/16 { + margin-top: 31.25% !important; + } + + .lg\:mr-5\/16 { + margin-right: 31.25% !important; + } + + .lg\:mb-5\/16 { + margin-bottom: 31.25% !important; + } + + .lg\:ml-5\/16 { + margin-left: 31.25% !important; + } + + .lg\:mt-6\/16 { + margin-top: 37.5% !important; + } + + .lg\:mr-6\/16 { + margin-right: 37.5% !important; + } + + .lg\:mb-6\/16 { + margin-bottom: 37.5% !important; + } + + .lg\:ml-6\/16 { + margin-left: 37.5% !important; + } + + .lg\:mt-7\/16 { + margin-top: 43.75% !important; + } + + .lg\:mr-7\/16 { + margin-right: 43.75% !important; + } + + .lg\:mb-7\/16 { + margin-bottom: 43.75% !important; + } + + .lg\:ml-7\/16 { + margin-left: 43.75% !important; + } + + .lg\:mt-8\/16 { + margin-top: 50% !important; + } + + .lg\:mr-8\/16 { + margin-right: 50% !important; + } + + .lg\:mb-8\/16 { + margin-bottom: 50% !important; + } + + .lg\:ml-8\/16 { + margin-left: 50% !important; + } + + .lg\:mt-9\/16 { + margin-top: 56.25% !important; + } + + .lg\:mr-9\/16 { + margin-right: 56.25% !important; + } + + .lg\:mb-9\/16 { + margin-bottom: 56.25% !important; + } + + .lg\:ml-9\/16 { + margin-left: 56.25% !important; + } + + .lg\:mt-10\/16 { + margin-top: 62.5% !important; + } + + .lg\:mr-10\/16 { + margin-right: 62.5% !important; + } + + .lg\:mb-10\/16 { + margin-bottom: 62.5% !important; + } + + .lg\:ml-10\/16 { + margin-left: 62.5% !important; + } + + .lg\:mt-11\/16 { + margin-top: 68.75% !important; + } + + .lg\:mr-11\/16 { + margin-right: 68.75% !important; + } + + .lg\:mb-11\/16 { + margin-bottom: 68.75% !important; + } + + .lg\:ml-11\/16 { + margin-left: 68.75% !important; + } + + .lg\:mt-12\/16 { + margin-top: 75% !important; + } + + .lg\:mr-12\/16 { + margin-right: 75% !important; + } + + .lg\:mb-12\/16 { + margin-bottom: 75% !important; + } + + .lg\:ml-12\/16 { + margin-left: 75% !important; + } + + .lg\:mt-13\/16 { + margin-top: 81.25% !important; + } + + .lg\:mr-13\/16 { + margin-right: 81.25% !important; + } + + .lg\:mb-13\/16 { + margin-bottom: 81.25% !important; + } + + .lg\:ml-13\/16 { + margin-left: 81.25% !important; + } + + .lg\:mt-14\/16 { + margin-top: 87.5% !important; + } + + .lg\:mr-14\/16 { + margin-right: 87.5% !important; + } + + .lg\:mb-14\/16 { + margin-bottom: 87.5% !important; + } + + .lg\:ml-14\/16 { + margin-left: 87.5% !important; + } + + .lg\:mt-15\/16 { + margin-top: 93.75% !important; + } + + .lg\:mr-15\/16 { + margin-right: 93.75% !important; + } + + .lg\:mb-15\/16 { + margin-bottom: 93.75% !important; + } + + .lg\:ml-15\/16 { + margin-left: 93.75% !important; + } + + .lg\:mt-full { + margin-top: 100% !important; + } + + .lg\:mr-full { + margin-right: 100% !important; + } + + .lg\:mb-full { + margin-bottom: 100% !important; + } + + .lg\:ml-full { + margin-left: 100% !important; + } + .lg\:-mt-1 { margin-top: -0.25rem !important; } @@ -98820,6 +152432,22 @@ video { margin-left: -1.5rem !important; } + .lg\:-mt-7 { + margin-top: -1.75rem !important; + } + + .lg\:-mr-7 { + margin-right: -1.75rem !important; + } + + .lg\:-mb-7 { + margin-bottom: -1.75rem !important; + } + + .lg\:-ml-7 { + margin-left: -1.75rem !important; + } + .lg\:-mt-8 { margin-top: -2rem !important; } @@ -98836,6 +152464,22 @@ video { margin-left: -2rem !important; } + .lg\:-mt-9 { + margin-top: -2.25rem !important; + } + + .lg\:-mr-9 { + margin-right: -2.25rem !important; + } + + .lg\:-mb-9 { + margin-bottom: -2.25rem !important; + } + + .lg\:-ml-9 { + margin-left: -2.25rem !important; + } + .lg\:-mt-10 { margin-top: -2.5rem !important; } @@ -98852,6 +152496,22 @@ video { margin-left: -2.5rem !important; } + .lg\:-mt-11 { + margin-top: -2.75rem !important; + } + + .lg\:-mr-11 { + margin-right: -2.75rem !important; + } + + .lg\:-mb-11 { + margin-bottom: -2.75rem !important; + } + + .lg\:-ml-11 { + margin-left: -2.75rem !important; + } + .lg\:-mt-12 { margin-top: -3rem !important; } @@ -98868,6 +152528,54 @@ video { margin-left: -3rem !important; } + .lg\:-mt-13 { + margin-top: -3.25rem !important; + } + + .lg\:-mr-13 { + margin-right: -3.25rem !important; + } + + .lg\:-mb-13 { + margin-bottom: -3.25rem !important; + } + + .lg\:-ml-13 { + margin-left: -3.25rem !important; + } + + .lg\:-mt-14 { + margin-top: -3.5rem !important; + } + + .lg\:-mr-14 { + margin-right: -3.5rem !important; + } + + .lg\:-mb-14 { + margin-bottom: -3.5rem !important; + } + + .lg\:-ml-14 { + margin-left: -3.5rem !important; + } + + .lg\:-mt-15 { + margin-top: -3.75rem !important; + } + + .lg\:-mr-15 { + margin-right: -3.75rem !important; + } + + .lg\:-mb-15 { + margin-bottom: -3.75rem !important; + } + + .lg\:-ml-15 { + margin-left: -3.75rem !important; + } + .lg\:-mt-16 { margin-top: -4rem !important; } @@ -98916,6 +152624,22 @@ video { margin-left: -6rem !important; } + .lg\:-mt-28 { + margin-top: -7rem !important; + } + + .lg\:-mr-28 { + margin-right: -7rem !important; + } + + .lg\:-mb-28 { + margin-bottom: -7rem !important; + } + + .lg\:-ml-28 { + margin-left: -7rem !important; + } + .lg\:-mt-32 { margin-top: -8rem !important; } @@ -98932,6 +152656,22 @@ video { margin-left: -8rem !important; } + .lg\:-mt-36 { + margin-top: -9rem !important; + } + + .lg\:-mr-36 { + margin-right: -9rem !important; + } + + .lg\:-mb-36 { + margin-bottom: -9rem !important; + } + + .lg\:-ml-36 { + margin-left: -9rem !important; + } + .lg\:-mt-40 { margin-top: -10rem !important; } @@ -98948,6 +152688,22 @@ video { margin-left: -10rem !important; } + .lg\:-mt-44 { + margin-top: -11rem !important; + } + + .lg\:-mr-44 { + margin-right: -11rem !important; + } + + .lg\:-mb-44 { + margin-bottom: -11rem !important; + } + + .lg\:-ml-44 { + margin-left: -11rem !important; + } + .lg\:-mt-48 { margin-top: -12rem !important; } @@ -98964,6 +152720,22 @@ video { margin-left: -12rem !important; } + .lg\:-mt-52 { + margin-top: -13rem !important; + } + + .lg\:-mr-52 { + margin-right: -13rem !important; + } + + .lg\:-mb-52 { + margin-bottom: -13rem !important; + } + + .lg\:-ml-52 { + margin-left: -13rem !important; + } + .lg\:-mt-56 { margin-top: -14rem !important; } @@ -98980,6 +152752,22 @@ video { margin-left: -14rem !important; } + .lg\:-mt-60 { + margin-top: -15rem !important; + } + + .lg\:-mr-60 { + margin-right: -15rem !important; + } + + .lg\:-mb-60 { + margin-bottom: -15rem !important; + } + + .lg\:-ml-60 { + margin-left: -15rem !important; + } + .lg\:-mt-64 { margin-top: -16rem !important; } @@ -98996,6 +152784,54 @@ video { margin-left: -16rem !important; } + .lg\:-mt-72 { + margin-top: -18rem !important; + } + + .lg\:-mr-72 { + margin-right: -18rem !important; + } + + .lg\:-mb-72 { + margin-bottom: -18rem !important; + } + + .lg\:-ml-72 { + margin-left: -18rem !important; + } + + .lg\:-mt-80 { + margin-top: -20rem !important; + } + + .lg\:-mr-80 { + margin-right: -20rem !important; + } + + .lg\:-mb-80 { + margin-bottom: -20rem !important; + } + + .lg\:-ml-80 { + margin-left: -20rem !important; + } + + .lg\:-mt-96 { + margin-top: -24rem !important; + } + + .lg\:-mr-96 { + margin-right: -24rem !important; + } + + .lg\:-mb-96 { + margin-bottom: -24rem !important; + } + + .lg\:-ml-96 { + margin-left: -24rem !important; + } + .lg\:-mt-px { margin-top: -1px !important; } @@ -99012,14 +152848,1066 @@ video { margin-left: -1px !important; } - .lg\:max-h-full { - max-height: 100% !important; + .lg\:-mt-0\.5 { + margin-top: -0.125rem !important; + } + + .lg\:-mr-0\.5 { + margin-right: -0.125rem !important; + } + + .lg\:-mb-0\.5 { + margin-bottom: -0.125rem !important; + } + + .lg\:-ml-0\.5 { + margin-left: -0.125rem !important; + } + + .lg\:-mt-1\.5 { + margin-top: -0.375rem !important; + } + + .lg\:-mr-1\.5 { + margin-right: -0.375rem !important; + } + + .lg\:-mb-1\.5 { + margin-bottom: -0.375rem !important; + } + + .lg\:-ml-1\.5 { + margin-left: -0.375rem !important; + } + + .lg\:-mt-2\.5 { + margin-top: -0.625rem !important; + } + + .lg\:-mr-2\.5 { + margin-right: -0.625rem !important; + } + + .lg\:-mb-2\.5 { + margin-bottom: -0.625rem !important; + } + + .lg\:-ml-2\.5 { + margin-left: -0.625rem !important; + } + + .lg\:-mt-3\.5 { + margin-top: -0.875rem !important; + } + + .lg\:-mr-3\.5 { + margin-right: -0.875rem !important; + } + + .lg\:-mb-3\.5 { + margin-bottom: -0.875rem !important; + } + + .lg\:-ml-3\.5 { + margin-left: -0.875rem !important; + } + + .lg\:-mt-1\/2 { + margin-top: -50% !important; + } + + .lg\:-mr-1\/2 { + margin-right: -50% !important; + } + + .lg\:-mb-1\/2 { + margin-bottom: -50% !important; + } + + .lg\:-ml-1\/2 { + margin-left: -50% !important; + } + + .lg\:-mt-1\/3 { + margin-top: -33.33333% !important; + } + + .lg\:-mr-1\/3 { + margin-right: -33.33333% !important; + } + + .lg\:-mb-1\/3 { + margin-bottom: -33.33333% !important; + } + + .lg\:-ml-1\/3 { + margin-left: -33.33333% !important; + } + + .lg\:-mt-2\/3 { + margin-top: -66.66667% !important; + } + + .lg\:-mr-2\/3 { + margin-right: -66.66667% !important; + } + + .lg\:-mb-2\/3 { + margin-bottom: -66.66667% !important; + } + + .lg\:-ml-2\/3 { + margin-left: -66.66667% !important; + } + + .lg\:-mt-1\/4 { + margin-top: -25% !important; + } + + .lg\:-mr-1\/4 { + margin-right: -25% !important; + } + + .lg\:-mb-1\/4 { + margin-bottom: -25% !important; + } + + .lg\:-ml-1\/4 { + margin-left: -25% !important; + } + + .lg\:-mt-2\/4 { + margin-top: -50% !important; + } + + .lg\:-mr-2\/4 { + margin-right: -50% !important; + } + + .lg\:-mb-2\/4 { + margin-bottom: -50% !important; + } + + .lg\:-ml-2\/4 { + margin-left: -50% !important; + } + + .lg\:-mt-3\/4 { + margin-top: -75% !important; + } + + .lg\:-mr-3\/4 { + margin-right: -75% !important; + } + + .lg\:-mb-3\/4 { + margin-bottom: -75% !important; + } + + .lg\:-ml-3\/4 { + margin-left: -75% !important; + } + + .lg\:-mt-1\/5 { + margin-top: -20% !important; + } + + .lg\:-mr-1\/5 { + margin-right: -20% !important; + } + + .lg\:-mb-1\/5 { + margin-bottom: -20% !important; + } + + .lg\:-ml-1\/5 { + margin-left: -20% !important; + } + + .lg\:-mt-2\/5 { + margin-top: -40% !important; + } + + .lg\:-mr-2\/5 { + margin-right: -40% !important; + } + + .lg\:-mb-2\/5 { + margin-bottom: -40% !important; + } + + .lg\:-ml-2\/5 { + margin-left: -40% !important; + } + + .lg\:-mt-3\/5 { + margin-top: -60% !important; + } + + .lg\:-mr-3\/5 { + margin-right: -60% !important; + } + + .lg\:-mb-3\/5 { + margin-bottom: -60% !important; + } + + .lg\:-ml-3\/5 { + margin-left: -60% !important; + } + + .lg\:-mt-4\/5 { + margin-top: -80% !important; + } + + .lg\:-mr-4\/5 { + margin-right: -80% !important; + } + + .lg\:-mb-4\/5 { + margin-bottom: -80% !important; + } + + .lg\:-ml-4\/5 { + margin-left: -80% !important; + } + + .lg\:-mt-1\/6 { + margin-top: -16.66667% !important; + } + + .lg\:-mr-1\/6 { + margin-right: -16.66667% !important; + } + + .lg\:-mb-1\/6 { + margin-bottom: -16.66667% !important; + } + + .lg\:-ml-1\/6 { + margin-left: -16.66667% !important; + } + + .lg\:-mt-2\/6 { + margin-top: -33.33333% !important; + } + + .lg\:-mr-2\/6 { + margin-right: -33.33333% !important; + } + + .lg\:-mb-2\/6 { + margin-bottom: -33.33333% !important; + } + + .lg\:-ml-2\/6 { + margin-left: -33.33333% !important; + } + + .lg\:-mt-3\/6 { + margin-top: -50% !important; + } + + .lg\:-mr-3\/6 { + margin-right: -50% !important; + } + + .lg\:-mb-3\/6 { + margin-bottom: -50% !important; + } + + .lg\:-ml-3\/6 { + margin-left: -50% !important; + } + + .lg\:-mt-4\/6 { + margin-top: -66.66667% !important; + } + + .lg\:-mr-4\/6 { + margin-right: -66.66667% !important; + } + + .lg\:-mb-4\/6 { + margin-bottom: -66.66667% !important; + } + + .lg\:-ml-4\/6 { + margin-left: -66.66667% !important; + } + + .lg\:-mt-5\/6 { + margin-top: -83.33333% !important; + } + + .lg\:-mr-5\/6 { + margin-right: -83.33333% !important; + } + + .lg\:-mb-5\/6 { + margin-bottom: -83.33333% !important; + } + + .lg\:-ml-5\/6 { + margin-left: -83.33333% !important; + } + + .lg\:-mt-1\/12 { + margin-top: -8.33333% !important; + } + + .lg\:-mr-1\/12 { + margin-right: -8.33333% !important; + } + + .lg\:-mb-1\/12 { + margin-bottom: -8.33333% !important; + } + + .lg\:-ml-1\/12 { + margin-left: -8.33333% !important; + } + + .lg\:-mt-2\/12 { + margin-top: -16.66667% !important; + } + + .lg\:-mr-2\/12 { + margin-right: -16.66667% !important; + } + + .lg\:-mb-2\/12 { + margin-bottom: -16.66667% !important; + } + + .lg\:-ml-2\/12 { + margin-left: -16.66667% !important; + } + + .lg\:-mt-3\/12 { + margin-top: -25% !important; + } + + .lg\:-mr-3\/12 { + margin-right: -25% !important; + } + + .lg\:-mb-3\/12 { + margin-bottom: -25% !important; + } + + .lg\:-ml-3\/12 { + margin-left: -25% !important; + } + + .lg\:-mt-4\/12 { + margin-top: -33.33333% !important; + } + + .lg\:-mr-4\/12 { + margin-right: -33.33333% !important; + } + + .lg\:-mb-4\/12 { + margin-bottom: -33.33333% !important; + } + + .lg\:-ml-4\/12 { + margin-left: -33.33333% !important; + } + + .lg\:-mt-5\/12 { + margin-top: -41.66667% !important; + } + + .lg\:-mr-5\/12 { + margin-right: -41.66667% !important; + } + + .lg\:-mb-5\/12 { + margin-bottom: -41.66667% !important; + } + + .lg\:-ml-5\/12 { + margin-left: -41.66667% !important; + } + + .lg\:-mt-6\/12 { + margin-top: -50% !important; + } + + .lg\:-mr-6\/12 { + margin-right: -50% !important; + } + + .lg\:-mb-6\/12 { + margin-bottom: -50% !important; + } + + .lg\:-ml-6\/12 { + margin-left: -50% !important; + } + + .lg\:-mt-7\/12 { + margin-top: -58.33333% !important; + } + + .lg\:-mr-7\/12 { + margin-right: -58.33333% !important; + } + + .lg\:-mb-7\/12 { + margin-bottom: -58.33333% !important; + } + + .lg\:-ml-7\/12 { + margin-left: -58.33333% !important; + } + + .lg\:-mt-8\/12 { + margin-top: -66.66667% !important; + } + + .lg\:-mr-8\/12 { + margin-right: -66.66667% !important; + } + + .lg\:-mb-8\/12 { + margin-bottom: -66.66667% !important; + } + + .lg\:-ml-8\/12 { + margin-left: -66.66667% !important; + } + + .lg\:-mt-9\/12 { + margin-top: -75% !important; + } + + .lg\:-mr-9\/12 { + margin-right: -75% !important; + } + + .lg\:-mb-9\/12 { + margin-bottom: -75% !important; + } + + .lg\:-ml-9\/12 { + margin-left: -75% !important; + } + + .lg\:-mt-10\/12 { + margin-top: -83.33333% !important; + } + + .lg\:-mr-10\/12 { + margin-right: -83.33333% !important; + } + + .lg\:-mb-10\/12 { + margin-bottom: -83.33333% !important; + } + + .lg\:-ml-10\/12 { + margin-left: -83.33333% !important; + } + + .lg\:-mt-11\/12 { + margin-top: -91.66667% !important; + } + + .lg\:-mr-11\/12 { + margin-right: -91.66667% !important; + } + + .lg\:-mb-11\/12 { + margin-bottom: -91.66667% !important; + } + + .lg\:-ml-11\/12 { + margin-left: -91.66667% !important; + } + + .lg\:-mt-1\/16 { + margin-top: -6.25% !important; + } + + .lg\:-mr-1\/16 { + margin-right: -6.25% !important; + } + + .lg\:-mb-1\/16 { + margin-bottom: -6.25% !important; + } + + .lg\:-ml-1\/16 { + margin-left: -6.25% !important; + } + + .lg\:-mt-2\/16 { + margin-top: -12.5% !important; + } + + .lg\:-mr-2\/16 { + margin-right: -12.5% !important; + } + + .lg\:-mb-2\/16 { + margin-bottom: -12.5% !important; + } + + .lg\:-ml-2\/16 { + margin-left: -12.5% !important; + } + + .lg\:-mt-3\/16 { + margin-top: -18.75% !important; + } + + .lg\:-mr-3\/16 { + margin-right: -18.75% !important; + } + + .lg\:-mb-3\/16 { + margin-bottom: -18.75% !important; + } + + .lg\:-ml-3\/16 { + margin-left: -18.75% !important; + } + + .lg\:-mt-4\/16 { + margin-top: -25% !important; + } + + .lg\:-mr-4\/16 { + margin-right: -25% !important; + } + + .lg\:-mb-4\/16 { + margin-bottom: -25% !important; + } + + .lg\:-ml-4\/16 { + margin-left: -25% !important; + } + + .lg\:-mt-5\/16 { + margin-top: -31.25% !important; + } + + .lg\:-mr-5\/16 { + margin-right: -31.25% !important; + } + + .lg\:-mb-5\/16 { + margin-bottom: -31.25% !important; + } + + .lg\:-ml-5\/16 { + margin-left: -31.25% !important; + } + + .lg\:-mt-6\/16 { + margin-top: -37.5% !important; + } + + .lg\:-mr-6\/16 { + margin-right: -37.5% !important; + } + + .lg\:-mb-6\/16 { + margin-bottom: -37.5% !important; + } + + .lg\:-ml-6\/16 { + margin-left: -37.5% !important; + } + + .lg\:-mt-7\/16 { + margin-top: -43.75% !important; + } + + .lg\:-mr-7\/16 { + margin-right: -43.75% !important; + } + + .lg\:-mb-7\/16 { + margin-bottom: -43.75% !important; + } + + .lg\:-ml-7\/16 { + margin-left: -43.75% !important; + } + + .lg\:-mt-8\/16 { + margin-top: -50% !important; + } + + .lg\:-mr-8\/16 { + margin-right: -50% !important; + } + + .lg\:-mb-8\/16 { + margin-bottom: -50% !important; + } + + .lg\:-ml-8\/16 { + margin-left: -50% !important; + } + + .lg\:-mt-9\/16 { + margin-top: -56.25% !important; + } + + .lg\:-mr-9\/16 { + margin-right: -56.25% !important; + } + + .lg\:-mb-9\/16 { + margin-bottom: -56.25% !important; + } + + .lg\:-ml-9\/16 { + margin-left: -56.25% !important; + } + + .lg\:-mt-10\/16 { + margin-top: -62.5% !important; + } + + .lg\:-mr-10\/16 { + margin-right: -62.5% !important; + } + + .lg\:-mb-10\/16 { + margin-bottom: -62.5% !important; + } + + .lg\:-ml-10\/16 { + margin-left: -62.5% !important; + } + + .lg\:-mt-11\/16 { + margin-top: -68.75% !important; + } + + .lg\:-mr-11\/16 { + margin-right: -68.75% !important; + } + + .lg\:-mb-11\/16 { + margin-bottom: -68.75% !important; + } + + .lg\:-ml-11\/16 { + margin-left: -68.75% !important; + } + + .lg\:-mt-12\/16 { + margin-top: -75% !important; + } + + .lg\:-mr-12\/16 { + margin-right: -75% !important; + } + + .lg\:-mb-12\/16 { + margin-bottom: -75% !important; + } + + .lg\:-ml-12\/16 { + margin-left: -75% !important; + } + + .lg\:-mt-13\/16 { + margin-top: -81.25% !important; + } + + .lg\:-mr-13\/16 { + margin-right: -81.25% !important; + } + + .lg\:-mb-13\/16 { + margin-bottom: -81.25% !important; + } + + .lg\:-ml-13\/16 { + margin-left: -81.25% !important; + } + + .lg\:-mt-14\/16 { + margin-top: -87.5% !important; + } + + .lg\:-mr-14\/16 { + margin-right: -87.5% !important; + } + + .lg\:-mb-14\/16 { + margin-bottom: -87.5% !important; + } + + .lg\:-ml-14\/16 { + margin-left: -87.5% !important; + } + + .lg\:-mt-15\/16 { + margin-top: -93.75% !important; + } + + .lg\:-mr-15\/16 { + margin-right: -93.75% !important; + } + + .lg\:-mb-15\/16 { + margin-bottom: -93.75% !important; + } + + .lg\:-ml-15\/16 { + margin-left: -93.75% !important; + } + + .lg\:-mt-full { + margin-top: -100% !important; + } + + .lg\:-mr-full { + margin-right: -100% !important; + } + + .lg\:-mb-full { + margin-bottom: -100% !important; + } + + .lg\:-ml-full { + margin-left: -100% !important; + } + + .lg\:max-h-0 { + max-height: 0 !important; + } + + .lg\:max-h-1 { + max-height: 0.25rem !important; + } + + .lg\:max-h-2 { + max-height: 0.5rem !important; + } + + .lg\:max-h-3 { + max-height: 0.75rem !important; + } + + .lg\:max-h-4 { + max-height: 1rem !important; + } + + .lg\:max-h-5 { + max-height: 1.25rem !important; + } + + .lg\:max-h-6 { + max-height: 1.5rem !important; + } + + .lg\:max-h-7 { + max-height: 1.75rem !important; + } + + .lg\:max-h-8 { + max-height: 2rem !important; + } + + .lg\:max-h-9 { + max-height: 2.25rem !important; + } + + .lg\:max-h-10 { + max-height: 2.5rem !important; + } + + .lg\:max-h-11 { + max-height: 2.75rem !important; + } + + .lg\:max-h-12 { + max-height: 3rem !important; + } + + .lg\:max-h-13 { + max-height: 3.25rem !important; + } + + .lg\:max-h-14 { + max-height: 3.5rem !important; + } + + .lg\:max-h-15 { + max-height: 3.75rem !important; + } + + .lg\:max-h-16 { + max-height: 4rem !important; + } + + .lg\:max-h-20 { + max-height: 5rem !important; + } + + .lg\:max-h-24 { + max-height: 6rem !important; + } + + .lg\:max-h-28 { + max-height: 7rem !important; + } + + .lg\:max-h-32 { + max-height: 8rem !important; + } + + .lg\:max-h-36 { + max-height: 9rem !important; + } + + .lg\:max-h-40 { + max-height: 10rem !important; + } + + .lg\:max-h-44 { + max-height: 11rem !important; + } + + .lg\:max-h-48 { + max-height: 12rem !important; + } + + .lg\:max-h-52 { + max-height: 13rem !important; + } + + .lg\:max-h-56 { + max-height: 14rem !important; + } + + .lg\:max-h-60 { + max-height: 15rem !important; + } + + .lg\:max-h-64 { + max-height: 16rem !important; + } + + .lg\:max-h-72 { + max-height: 18rem !important; + } + + .lg\:max-h-80 { + max-height: 20rem !important; + } + + .lg\:max-h-96 { + max-height: 24rem !important; } .lg\:max-h-screen { max-height: 100vh !important; } + .lg\:max-h-px { + max-height: 1px !important; + } + + .lg\:max-h-0\.5 { + max-height: 0.125rem !important; + } + + .lg\:max-h-1\.5 { + max-height: 0.375rem !important; + } + + .lg\:max-h-2\.5 { + max-height: 0.625rem !important; + } + + .lg\:max-h-3\.5 { + max-height: 0.875rem !important; + } + + .lg\:max-h-1\/2 { + max-height: 50% !important; + } + + .lg\:max-h-1\/3 { + max-height: 33.333333% !important; + } + + .lg\:max-h-2\/3 { + max-height: 66.666667% !important; + } + + .lg\:max-h-1\/4 { + max-height: 25% !important; + } + + .lg\:max-h-2\/4 { + max-height: 50% !important; + } + + .lg\:max-h-3\/4 { + max-height: 75% !important; + } + + .lg\:max-h-1\/5 { + max-height: 20% !important; + } + + .lg\:max-h-2\/5 { + max-height: 40% !important; + } + + .lg\:max-h-3\/5 { + max-height: 60% !important; + } + + .lg\:max-h-4\/5 { + max-height: 80% !important; + } + + .lg\:max-h-1\/6 { + max-height: 16.666667% !important; + } + + .lg\:max-h-2\/6 { + max-height: 33.333333% !important; + } + + .lg\:max-h-3\/6 { + max-height: 50% !important; + } + + .lg\:max-h-4\/6 { + max-height: 66.666667% !important; + } + + .lg\:max-h-5\/6 { + max-height: 83.333333% !important; + } + + .lg\:max-h-1\/12 { + max-height: 8.333333% !important; + } + + .lg\:max-h-2\/12 { + max-height: 16.666667% !important; + } + + .lg\:max-h-3\/12 { + max-height: 25% !important; + } + + .lg\:max-h-4\/12 { + max-height: 33.333333% !important; + } + + .lg\:max-h-5\/12 { + max-height: 41.666667% !important; + } + + .lg\:max-h-6\/12 { + max-height: 50% !important; + } + + .lg\:max-h-7\/12 { + max-height: 58.333333% !important; + } + + .lg\:max-h-8\/12 { + max-height: 66.666667% !important; + } + + .lg\:max-h-9\/12 { + max-height: 75% !important; + } + + .lg\:max-h-10\/12 { + max-height: 83.333333% !important; + } + + .lg\:max-h-11\/12 { + max-height: 91.666667% !important; + } + + .lg\:max-h-1\/16 { + max-height: 6.25% !important; + } + + .lg\:max-h-2\/16 { + max-height: 12.5% !important; + } + + .lg\:max-h-3\/16 { + max-height: 18.75% !important; + } + + .lg\:max-h-4\/16 { + max-height: 25% !important; + } + + .lg\:max-h-5\/16 { + max-height: 31.25% !important; + } + + .lg\:max-h-6\/16 { + max-height: 37.5% !important; + } + + .lg\:max-h-7\/16 { + max-height: 43.75% !important; + } + + .lg\:max-h-8\/16 { + max-height: 50% !important; + } + + .lg\:max-h-9\/16 { + max-height: 56.25% !important; + } + + .lg\:max-h-10\/16 { + max-height: 62.5% !important; + } + + .lg\:max-h-11\/16 { + max-height: 68.75% !important; + } + + .lg\:max-h-12\/16 { + max-height: 75% !important; + } + + .lg\:max-h-13\/16 { + max-height: 81.25% !important; + } + + .lg\:max-h-14\/16 { + max-height: 87.5% !important; + } + + .lg\:max-h-15\/16 { + max-height: 93.75% !important; + } + + .lg\:max-h-full { + max-height: 100% !important; + } + + .lg\:max-w-0 { + max-width: 0rem !important; + } + .lg\:max-w-none { max-width: none !important; } @@ -99064,10 +153952,22 @@ video { max-width: 72rem !important; } + .lg\:max-w-7xl { + max-width: 80rem !important; + } + .lg\:max-w-full { max-width: 100% !important; } + .lg\:max-w-min { + max-width: min-content !important; + } + + .lg\:max-w-max { + max-width: max-content !important; + } + .lg\:max-w-screen-sm { max-width: 640px !important; } @@ -99104,6 +154004,14 @@ video { min-width: 100% !important; } + .lg\:min-w-min { + min-width: min-content !important; + } + + .lg\:min-w-max { + min-width: max-content !important; + } + .lg\:object-contain { object-fit: contain !important; } @@ -99362,18 +154270,42 @@ video { padding: 1.5rem !important; } + .lg\:p-7 { + padding: 1.75rem !important; + } + .lg\:p-8 { padding: 2rem !important; } + .lg\:p-9 { + padding: 2.25rem !important; + } + .lg\:p-10 { padding: 2.5rem !important; } + .lg\:p-11 { + padding: 2.75rem !important; + } + .lg\:p-12 { padding: 3rem !important; } + .lg\:p-13 { + padding: 3.25rem !important; + } + + .lg\:p-14 { + padding: 3.5rem !important; + } + + .lg\:p-15 { + padding: 3.75rem !important; + } + .lg\:p-16 { padding: 4rem !important; } @@ -99386,30 +154318,246 @@ video { padding: 6rem !important; } + .lg\:p-28 { + padding: 7rem !important; + } + .lg\:p-32 { padding: 8rem !important; } + .lg\:p-36 { + padding: 9rem !important; + } + .lg\:p-40 { padding: 10rem !important; } + .lg\:p-44 { + padding: 11rem !important; + } + .lg\:p-48 { padding: 12rem !important; } + .lg\:p-52 { + padding: 13rem !important; + } + .lg\:p-56 { padding: 14rem !important; } + .lg\:p-60 { + padding: 15rem !important; + } + .lg\:p-64 { padding: 16rem !important; } + .lg\:p-72 { + padding: 18rem !important; + } + + .lg\:p-80 { + padding: 20rem !important; + } + + .lg\:p-96 { + padding: 24rem !important; + } + .lg\:p-px { padding: 1px !important; } + .lg\:p-0\.5 { + padding: 0.125rem !important; + } + + .lg\:p-1\.5 { + padding: 0.375rem !important; + } + + .lg\:p-2\.5 { + padding: 0.625rem !important; + } + + .lg\:p-3\.5 { + padding: 0.875rem !important; + } + + .lg\:p-1\/2 { + padding: 50% !important; + } + + .lg\:p-1\/3 { + padding: 33.333333% !important; + } + + .lg\:p-2\/3 { + padding: 66.666667% !important; + } + + .lg\:p-1\/4 { + padding: 25% !important; + } + + .lg\:p-2\/4 { + padding: 50% !important; + } + + .lg\:p-3\/4 { + padding: 75% !important; + } + + .lg\:p-1\/5 { + padding: 20% !important; + } + + .lg\:p-2\/5 { + padding: 40% !important; + } + + .lg\:p-3\/5 { + padding: 60% !important; + } + + .lg\:p-4\/5 { + padding: 80% !important; + } + + .lg\:p-1\/6 { + padding: 16.666667% !important; + } + + .lg\:p-2\/6 { + padding: 33.333333% !important; + } + + .lg\:p-3\/6 { + padding: 50% !important; + } + + .lg\:p-4\/6 { + padding: 66.666667% !important; + } + + .lg\:p-5\/6 { + padding: 83.333333% !important; + } + + .lg\:p-1\/12 { + padding: 8.333333% !important; + } + + .lg\:p-2\/12 { + padding: 16.666667% !important; + } + + .lg\:p-3\/12 { + padding: 25% !important; + } + + .lg\:p-4\/12 { + padding: 33.333333% !important; + } + + .lg\:p-5\/12 { + padding: 41.666667% !important; + } + + .lg\:p-6\/12 { + padding: 50% !important; + } + + .lg\:p-7\/12 { + padding: 58.333333% !important; + } + + .lg\:p-8\/12 { + padding: 66.666667% !important; + } + + .lg\:p-9\/12 { + padding: 75% !important; + } + + .lg\:p-10\/12 { + padding: 83.333333% !important; + } + + .lg\:p-11\/12 { + padding: 91.666667% !important; + } + + .lg\:p-1\/16 { + padding: 6.25% !important; + } + + .lg\:p-2\/16 { + padding: 12.5% !important; + } + + .lg\:p-3\/16 { + padding: 18.75% !important; + } + + .lg\:p-4\/16 { + padding: 25% !important; + } + + .lg\:p-5\/16 { + padding: 31.25% !important; + } + + .lg\:p-6\/16 { + padding: 37.5% !important; + } + + .lg\:p-7\/16 { + padding: 43.75% !important; + } + + .lg\:p-8\/16 { + padding: 50% !important; + } + + .lg\:p-9\/16 { + padding: 56.25% !important; + } + + .lg\:p-10\/16 { + padding: 62.5% !important; + } + + .lg\:p-11\/16 { + padding: 68.75% !important; + } + + .lg\:p-12\/16 { + padding: 75% !important; + } + + .lg\:p-13\/16 { + padding: 81.25% !important; + } + + .lg\:p-14\/16 { + padding: 87.5% !important; + } + + .lg\:p-15\/16 { + padding: 93.75% !important; + } + + .lg\:p-full { + padding: 100% !important; + } + .lg\:py-0 { padding-top: 0 !important; padding-bottom: 0 !important; @@ -99480,6 +154628,16 @@ video { padding-right: 1.5rem !important; } + .lg\:py-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + + .lg\:px-7 { + padding-left: 1.75rem !important; + padding-right: 1.75rem !important; + } + .lg\:py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; @@ -99490,6 +154648,16 @@ video { padding-right: 2rem !important; } + .lg\:py-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + + .lg\:px-9 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + .lg\:py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; @@ -99500,6 +154668,16 @@ video { padding-right: 2.5rem !important; } + .lg\:py-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + + .lg\:px-11 { + padding-left: 2.75rem !important; + padding-right: 2.75rem !important; + } + .lg\:py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; @@ -99510,6 +154688,36 @@ video { padding-right: 3rem !important; } + .lg\:py-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + + .lg\:px-13 { + padding-left: 3.25rem !important; + padding-right: 3.25rem !important; + } + + .lg\:py-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + + .lg\:px-14 { + padding-left: 3.5rem !important; + padding-right: 3.5rem !important; + } + + .lg\:py-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + + .lg\:px-15 { + padding-left: 3.75rem !important; + padding-right: 3.75rem !important; + } + .lg\:py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; @@ -99540,6 +154748,16 @@ video { padding-right: 6rem !important; } + .lg\:py-28 { + padding-top: 7rem !important; + padding-bottom: 7rem !important; + } + + .lg\:px-28 { + padding-left: 7rem !important; + padding-right: 7rem !important; + } + .lg\:py-32 { padding-top: 8rem !important; padding-bottom: 8rem !important; @@ -99550,6 +154768,16 @@ video { padding-right: 8rem !important; } + .lg\:py-36 { + padding-top: 9rem !important; + padding-bottom: 9rem !important; + } + + .lg\:px-36 { + padding-left: 9rem !important; + padding-right: 9rem !important; + } + .lg\:py-40 { padding-top: 10rem !important; padding-bottom: 10rem !important; @@ -99560,6 +154788,16 @@ video { padding-right: 10rem !important; } + .lg\:py-44 { + padding-top: 11rem !important; + padding-bottom: 11rem !important; + } + + .lg\:px-44 { + padding-left: 11rem !important; + padding-right: 11rem !important; + } + .lg\:py-48 { padding-top: 12rem !important; padding-bottom: 12rem !important; @@ -99570,6 +154808,16 @@ video { padding-right: 12rem !important; } + .lg\:py-52 { + padding-top: 13rem !important; + padding-bottom: 13rem !important; + } + + .lg\:px-52 { + padding-left: 13rem !important; + padding-right: 13rem !important; + } + .lg\:py-56 { padding-top: 14rem !important; padding-bottom: 14rem !important; @@ -99580,6 +154828,16 @@ video { padding-right: 14rem !important; } + .lg\:py-60 { + padding-top: 15rem !important; + padding-bottom: 15rem !important; + } + + .lg\:px-60 { + padding-left: 15rem !important; + padding-right: 15rem !important; + } + .lg\:py-64 { padding-top: 16rem !important; padding-bottom: 16rem !important; @@ -99590,6 +154848,36 @@ video { padding-right: 16rem !important; } + .lg\:py-72 { + padding-top: 18rem !important; + padding-bottom: 18rem !important; + } + + .lg\:px-72 { + padding-left: 18rem !important; + padding-right: 18rem !important; + } + + .lg\:py-80 { + padding-top: 20rem !important; + padding-bottom: 20rem !important; + } + + .lg\:px-80 { + padding-left: 20rem !important; + padding-right: 20rem !important; + } + + .lg\:py-96 { + padding-top: 24rem !important; + padding-bottom: 24rem !important; + } + + .lg\:px-96 { + padding-left: 24rem !important; + padding-right: 24rem !important; + } + .lg\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -99600,6 +154888,466 @@ video { padding-right: 1px !important; } + .lg\:py-0\.5 { + padding-top: 0.125rem !important; + padding-bottom: 0.125rem !important; + } + + .lg\:px-0\.5 { + padding-left: 0.125rem !important; + padding-right: 0.125rem !important; + } + + .lg\:py-1\.5 { + padding-top: 0.375rem !important; + padding-bottom: 0.375rem !important; + } + + .lg\:px-1\.5 { + padding-left: 0.375rem !important; + padding-right: 0.375rem !important; + } + + .lg\:py-2\.5 { + padding-top: 0.625rem !important; + padding-bottom: 0.625rem !important; + } + + .lg\:px-2\.5 { + padding-left: 0.625rem !important; + padding-right: 0.625rem !important; + } + + .lg\:py-3\.5 { + padding-top: 0.875rem !important; + padding-bottom: 0.875rem !important; + } + + .lg\:px-3\.5 { + padding-left: 0.875rem !important; + padding-right: 0.875rem !important; + } + + .lg\:py-1\/2 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .lg\:px-1\/2 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .lg\:py-1\/3 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .lg\:px-1\/3 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .lg\:py-2\/3 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .lg\:px-2\/3 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .lg\:py-1\/4 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .lg\:px-1\/4 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .lg\:py-2\/4 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .lg\:px-2\/4 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .lg\:py-3\/4 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .lg\:px-3\/4 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .lg\:py-1\/5 { + padding-top: 20% !important; + padding-bottom: 20% !important; + } + + .lg\:px-1\/5 { + padding-left: 20% !important; + padding-right: 20% !important; + } + + .lg\:py-2\/5 { + padding-top: 40% !important; + padding-bottom: 40% !important; + } + + .lg\:px-2\/5 { + padding-left: 40% !important; + padding-right: 40% !important; + } + + .lg\:py-3\/5 { + padding-top: 60% !important; + padding-bottom: 60% !important; + } + + .lg\:px-3\/5 { + padding-left: 60% !important; + padding-right: 60% !important; + } + + .lg\:py-4\/5 { + padding-top: 80% !important; + padding-bottom: 80% !important; + } + + .lg\:px-4\/5 { + padding-left: 80% !important; + padding-right: 80% !important; + } + + .lg\:py-1\/6 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .lg\:px-1\/6 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .lg\:py-2\/6 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .lg\:px-2\/6 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .lg\:py-3\/6 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .lg\:px-3\/6 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .lg\:py-4\/6 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .lg\:px-4\/6 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .lg\:py-5\/6 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .lg\:px-5\/6 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .lg\:py-1\/12 { + padding-top: 8.333333% !important; + padding-bottom: 8.333333% !important; + } + + .lg\:px-1\/12 { + padding-left: 8.333333% !important; + padding-right: 8.333333% !important; + } + + .lg\:py-2\/12 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .lg\:px-2\/12 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .lg\:py-3\/12 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .lg\:px-3\/12 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .lg\:py-4\/12 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .lg\:px-4\/12 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .lg\:py-5\/12 { + padding-top: 41.666667% !important; + padding-bottom: 41.666667% !important; + } + + .lg\:px-5\/12 { + padding-left: 41.666667% !important; + padding-right: 41.666667% !important; + } + + .lg\:py-6\/12 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .lg\:px-6\/12 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .lg\:py-7\/12 { + padding-top: 58.333333% !important; + padding-bottom: 58.333333% !important; + } + + .lg\:px-7\/12 { + padding-left: 58.333333% !important; + padding-right: 58.333333% !important; + } + + .lg\:py-8\/12 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .lg\:px-8\/12 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .lg\:py-9\/12 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .lg\:px-9\/12 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .lg\:py-10\/12 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .lg\:px-10\/12 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .lg\:py-11\/12 { + padding-top: 91.666667% !important; + padding-bottom: 91.666667% !important; + } + + .lg\:px-11\/12 { + padding-left: 91.666667% !important; + padding-right: 91.666667% !important; + } + + .lg\:py-1\/16 { + padding-top: 6.25% !important; + padding-bottom: 6.25% !important; + } + + .lg\:px-1\/16 { + padding-left: 6.25% !important; + padding-right: 6.25% !important; + } + + .lg\:py-2\/16 { + padding-top: 12.5% !important; + padding-bottom: 12.5% !important; + } + + .lg\:px-2\/16 { + padding-left: 12.5% !important; + padding-right: 12.5% !important; + } + + .lg\:py-3\/16 { + padding-top: 18.75% !important; + padding-bottom: 18.75% !important; + } + + .lg\:px-3\/16 { + padding-left: 18.75% !important; + padding-right: 18.75% !important; + } + + .lg\:py-4\/16 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .lg\:px-4\/16 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .lg\:py-5\/16 { + padding-top: 31.25% !important; + padding-bottom: 31.25% !important; + } + + .lg\:px-5\/16 { + padding-left: 31.25% !important; + padding-right: 31.25% !important; + } + + .lg\:py-6\/16 { + padding-top: 37.5% !important; + padding-bottom: 37.5% !important; + } + + .lg\:px-6\/16 { + padding-left: 37.5% !important; + padding-right: 37.5% !important; + } + + .lg\:py-7\/16 { + padding-top: 43.75% !important; + padding-bottom: 43.75% !important; + } + + .lg\:px-7\/16 { + padding-left: 43.75% !important; + padding-right: 43.75% !important; + } + + .lg\:py-8\/16 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .lg\:px-8\/16 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .lg\:py-9\/16 { + padding-top: 56.25% !important; + padding-bottom: 56.25% !important; + } + + .lg\:px-9\/16 { + padding-left: 56.25% !important; + padding-right: 56.25% !important; + } + + .lg\:py-10\/16 { + padding-top: 62.5% !important; + padding-bottom: 62.5% !important; + } + + .lg\:px-10\/16 { + padding-left: 62.5% !important; + padding-right: 62.5% !important; + } + + .lg\:py-11\/16 { + padding-top: 68.75% !important; + padding-bottom: 68.75% !important; + } + + .lg\:px-11\/16 { + padding-left: 68.75% !important; + padding-right: 68.75% !important; + } + + .lg\:py-12\/16 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .lg\:px-12\/16 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .lg\:py-13\/16 { + padding-top: 81.25% !important; + padding-bottom: 81.25% !important; + } + + .lg\:px-13\/16 { + padding-left: 81.25% !important; + padding-right: 81.25% !important; + } + + .lg\:py-14\/16 { + padding-top: 87.5% !important; + padding-bottom: 87.5% !important; + } + + .lg\:px-14\/16 { + padding-left: 87.5% !important; + padding-right: 87.5% !important; + } + + .lg\:py-15\/16 { + padding-top: 93.75% !important; + padding-bottom: 93.75% !important; + } + + .lg\:px-15\/16 { + padding-left: 93.75% !important; + padding-right: 93.75% !important; + } + + .lg\:py-full { + padding-top: 100% !important; + padding-bottom: 100% !important; + } + + .lg\:px-full { + padding-left: 100% !important; + padding-right: 100% !important; + } + .lg\:pt-0 { padding-top: 0 !important; } @@ -99712,6 +155460,22 @@ video { padding-left: 1.5rem !important; } + .lg\:pt-7 { + padding-top: 1.75rem !important; + } + + .lg\:pr-7 { + padding-right: 1.75rem !important; + } + + .lg\:pb-7 { + padding-bottom: 1.75rem !important; + } + + .lg\:pl-7 { + padding-left: 1.75rem !important; + } + .lg\:pt-8 { padding-top: 2rem !important; } @@ -99728,6 +155492,22 @@ video { padding-left: 2rem !important; } + .lg\:pt-9 { + padding-top: 2.25rem !important; + } + + .lg\:pr-9 { + padding-right: 2.25rem !important; + } + + .lg\:pb-9 { + padding-bottom: 2.25rem !important; + } + + .lg\:pl-9 { + padding-left: 2.25rem !important; + } + .lg\:pt-10 { padding-top: 2.5rem !important; } @@ -99744,6 +155524,22 @@ video { padding-left: 2.5rem !important; } + .lg\:pt-11 { + padding-top: 2.75rem !important; + } + + .lg\:pr-11 { + padding-right: 2.75rem !important; + } + + .lg\:pb-11 { + padding-bottom: 2.75rem !important; + } + + .lg\:pl-11 { + padding-left: 2.75rem !important; + } + .lg\:pt-12 { padding-top: 3rem !important; } @@ -99760,6 +155556,54 @@ video { padding-left: 3rem !important; } + .lg\:pt-13 { + padding-top: 3.25rem !important; + } + + .lg\:pr-13 { + padding-right: 3.25rem !important; + } + + .lg\:pb-13 { + padding-bottom: 3.25rem !important; + } + + .lg\:pl-13 { + padding-left: 3.25rem !important; + } + + .lg\:pt-14 { + padding-top: 3.5rem !important; + } + + .lg\:pr-14 { + padding-right: 3.5rem !important; + } + + .lg\:pb-14 { + padding-bottom: 3.5rem !important; + } + + .lg\:pl-14 { + padding-left: 3.5rem !important; + } + + .lg\:pt-15 { + padding-top: 3.75rem !important; + } + + .lg\:pr-15 { + padding-right: 3.75rem !important; + } + + .lg\:pb-15 { + padding-bottom: 3.75rem !important; + } + + .lg\:pl-15 { + padding-left: 3.75rem !important; + } + .lg\:pt-16 { padding-top: 4rem !important; } @@ -99808,6 +155652,22 @@ video { padding-left: 6rem !important; } + .lg\:pt-28 { + padding-top: 7rem !important; + } + + .lg\:pr-28 { + padding-right: 7rem !important; + } + + .lg\:pb-28 { + padding-bottom: 7rem !important; + } + + .lg\:pl-28 { + padding-left: 7rem !important; + } + .lg\:pt-32 { padding-top: 8rem !important; } @@ -99824,6 +155684,22 @@ video { padding-left: 8rem !important; } + .lg\:pt-36 { + padding-top: 9rem !important; + } + + .lg\:pr-36 { + padding-right: 9rem !important; + } + + .lg\:pb-36 { + padding-bottom: 9rem !important; + } + + .lg\:pl-36 { + padding-left: 9rem !important; + } + .lg\:pt-40 { padding-top: 10rem !important; } @@ -99840,6 +155716,22 @@ video { padding-left: 10rem !important; } + .lg\:pt-44 { + padding-top: 11rem !important; + } + + .lg\:pr-44 { + padding-right: 11rem !important; + } + + .lg\:pb-44 { + padding-bottom: 11rem !important; + } + + .lg\:pl-44 { + padding-left: 11rem !important; + } + .lg\:pt-48 { padding-top: 12rem !important; } @@ -99856,6 +155748,22 @@ video { padding-left: 12rem !important; } + .lg\:pt-52 { + padding-top: 13rem !important; + } + + .lg\:pr-52 { + padding-right: 13rem !important; + } + + .lg\:pb-52 { + padding-bottom: 13rem !important; + } + + .lg\:pl-52 { + padding-left: 13rem !important; + } + .lg\:pt-56 { padding-top: 14rem !important; } @@ -99872,6 +155780,22 @@ video { padding-left: 14rem !important; } + .lg\:pt-60 { + padding-top: 15rem !important; + } + + .lg\:pr-60 { + padding-right: 15rem !important; + } + + .lg\:pb-60 { + padding-bottom: 15rem !important; + } + + .lg\:pl-60 { + padding-left: 15rem !important; + } + .lg\:pt-64 { padding-top: 16rem !important; } @@ -99888,6 +155812,54 @@ video { padding-left: 16rem !important; } + .lg\:pt-72 { + padding-top: 18rem !important; + } + + .lg\:pr-72 { + padding-right: 18rem !important; + } + + .lg\:pb-72 { + padding-bottom: 18rem !important; + } + + .lg\:pl-72 { + padding-left: 18rem !important; + } + + .lg\:pt-80 { + padding-top: 20rem !important; + } + + .lg\:pr-80 { + padding-right: 20rem !important; + } + + .lg\:pb-80 { + padding-bottom: 20rem !important; + } + + .lg\:pl-80 { + padding-left: 20rem !important; + } + + .lg\:pt-96 { + padding-top: 24rem !important; + } + + .lg\:pr-96 { + padding-right: 24rem !important; + } + + .lg\:pb-96 { + padding-bottom: 24rem !important; + } + + .lg\:pl-96 { + padding-left: 24rem !important; + } + .lg\:pt-px { padding-top: 1px !important; } @@ -99904,6 +155876,742 @@ video { padding-left: 1px !important; } + .lg\:pt-0\.5 { + padding-top: 0.125rem !important; + } + + .lg\:pr-0\.5 { + padding-right: 0.125rem !important; + } + + .lg\:pb-0\.5 { + padding-bottom: 0.125rem !important; + } + + .lg\:pl-0\.5 { + padding-left: 0.125rem !important; + } + + .lg\:pt-1\.5 { + padding-top: 0.375rem !important; + } + + .lg\:pr-1\.5 { + padding-right: 0.375rem !important; + } + + .lg\:pb-1\.5 { + padding-bottom: 0.375rem !important; + } + + .lg\:pl-1\.5 { + padding-left: 0.375rem !important; + } + + .lg\:pt-2\.5 { + padding-top: 0.625rem !important; + } + + .lg\:pr-2\.5 { + padding-right: 0.625rem !important; + } + + .lg\:pb-2\.5 { + padding-bottom: 0.625rem !important; + } + + .lg\:pl-2\.5 { + padding-left: 0.625rem !important; + } + + .lg\:pt-3\.5 { + padding-top: 0.875rem !important; + } + + .lg\:pr-3\.5 { + padding-right: 0.875rem !important; + } + + .lg\:pb-3\.5 { + padding-bottom: 0.875rem !important; + } + + .lg\:pl-3\.5 { + padding-left: 0.875rem !important; + } + + .lg\:pt-1\/2 { + padding-top: 50% !important; + } + + .lg\:pr-1\/2 { + padding-right: 50% !important; + } + + .lg\:pb-1\/2 { + padding-bottom: 50% !important; + } + + .lg\:pl-1\/2 { + padding-left: 50% !important; + } + + .lg\:pt-1\/3 { + padding-top: 33.333333% !important; + } + + .lg\:pr-1\/3 { + padding-right: 33.333333% !important; + } + + .lg\:pb-1\/3 { + padding-bottom: 33.333333% !important; + } + + .lg\:pl-1\/3 { + padding-left: 33.333333% !important; + } + + .lg\:pt-2\/3 { + padding-top: 66.666667% !important; + } + + .lg\:pr-2\/3 { + padding-right: 66.666667% !important; + } + + .lg\:pb-2\/3 { + padding-bottom: 66.666667% !important; + } + + .lg\:pl-2\/3 { + padding-left: 66.666667% !important; + } + + .lg\:pt-1\/4 { + padding-top: 25% !important; + } + + .lg\:pr-1\/4 { + padding-right: 25% !important; + } + + .lg\:pb-1\/4 { + padding-bottom: 25% !important; + } + + .lg\:pl-1\/4 { + padding-left: 25% !important; + } + + .lg\:pt-2\/4 { + padding-top: 50% !important; + } + + .lg\:pr-2\/4 { + padding-right: 50% !important; + } + + .lg\:pb-2\/4 { + padding-bottom: 50% !important; + } + + .lg\:pl-2\/4 { + padding-left: 50% !important; + } + + .lg\:pt-3\/4 { + padding-top: 75% !important; + } + + .lg\:pr-3\/4 { + padding-right: 75% !important; + } + + .lg\:pb-3\/4 { + padding-bottom: 75% !important; + } + + .lg\:pl-3\/4 { + padding-left: 75% !important; + } + + .lg\:pt-1\/5 { + padding-top: 20% !important; + } + + .lg\:pr-1\/5 { + padding-right: 20% !important; + } + + .lg\:pb-1\/5 { + padding-bottom: 20% !important; + } + + .lg\:pl-1\/5 { + padding-left: 20% !important; + } + + .lg\:pt-2\/5 { + padding-top: 40% !important; + } + + .lg\:pr-2\/5 { + padding-right: 40% !important; + } + + .lg\:pb-2\/5 { + padding-bottom: 40% !important; + } + + .lg\:pl-2\/5 { + padding-left: 40% !important; + } + + .lg\:pt-3\/5 { + padding-top: 60% !important; + } + + .lg\:pr-3\/5 { + padding-right: 60% !important; + } + + .lg\:pb-3\/5 { + padding-bottom: 60% !important; + } + + .lg\:pl-3\/5 { + padding-left: 60% !important; + } + + .lg\:pt-4\/5 { + padding-top: 80% !important; + } + + .lg\:pr-4\/5 { + padding-right: 80% !important; + } + + .lg\:pb-4\/5 { + padding-bottom: 80% !important; + } + + .lg\:pl-4\/5 { + padding-left: 80% !important; + } + + .lg\:pt-1\/6 { + padding-top: 16.666667% !important; + } + + .lg\:pr-1\/6 { + padding-right: 16.666667% !important; + } + + .lg\:pb-1\/6 { + padding-bottom: 16.666667% !important; + } + + .lg\:pl-1\/6 { + padding-left: 16.666667% !important; + } + + .lg\:pt-2\/6 { + padding-top: 33.333333% !important; + } + + .lg\:pr-2\/6 { + padding-right: 33.333333% !important; + } + + .lg\:pb-2\/6 { + padding-bottom: 33.333333% !important; + } + + .lg\:pl-2\/6 { + padding-left: 33.333333% !important; + } + + .lg\:pt-3\/6 { + padding-top: 50% !important; + } + + .lg\:pr-3\/6 { + padding-right: 50% !important; + } + + .lg\:pb-3\/6 { + padding-bottom: 50% !important; + } + + .lg\:pl-3\/6 { + padding-left: 50% !important; + } + + .lg\:pt-4\/6 { + padding-top: 66.666667% !important; + } + + .lg\:pr-4\/6 { + padding-right: 66.666667% !important; + } + + .lg\:pb-4\/6 { + padding-bottom: 66.666667% !important; + } + + .lg\:pl-4\/6 { + padding-left: 66.666667% !important; + } + + .lg\:pt-5\/6 { + padding-top: 83.333333% !important; + } + + .lg\:pr-5\/6 { + padding-right: 83.333333% !important; + } + + .lg\:pb-5\/6 { + padding-bottom: 83.333333% !important; + } + + .lg\:pl-5\/6 { + padding-left: 83.333333% !important; + } + + .lg\:pt-1\/12 { + padding-top: 8.333333% !important; + } + + .lg\:pr-1\/12 { + padding-right: 8.333333% !important; + } + + .lg\:pb-1\/12 { + padding-bottom: 8.333333% !important; + } + + .lg\:pl-1\/12 { + padding-left: 8.333333% !important; + } + + .lg\:pt-2\/12 { + padding-top: 16.666667% !important; + } + + .lg\:pr-2\/12 { + padding-right: 16.666667% !important; + } + + .lg\:pb-2\/12 { + padding-bottom: 16.666667% !important; + } + + .lg\:pl-2\/12 { + padding-left: 16.666667% !important; + } + + .lg\:pt-3\/12 { + padding-top: 25% !important; + } + + .lg\:pr-3\/12 { + padding-right: 25% !important; + } + + .lg\:pb-3\/12 { + padding-bottom: 25% !important; + } + + .lg\:pl-3\/12 { + padding-left: 25% !important; + } + + .lg\:pt-4\/12 { + padding-top: 33.333333% !important; + } + + .lg\:pr-4\/12 { + padding-right: 33.333333% !important; + } + + .lg\:pb-4\/12 { + padding-bottom: 33.333333% !important; + } + + .lg\:pl-4\/12 { + padding-left: 33.333333% !important; + } + + .lg\:pt-5\/12 { + padding-top: 41.666667% !important; + } + + .lg\:pr-5\/12 { + padding-right: 41.666667% !important; + } + + .lg\:pb-5\/12 { + padding-bottom: 41.666667% !important; + } + + .lg\:pl-5\/12 { + padding-left: 41.666667% !important; + } + + .lg\:pt-6\/12 { + padding-top: 50% !important; + } + + .lg\:pr-6\/12 { + padding-right: 50% !important; + } + + .lg\:pb-6\/12 { + padding-bottom: 50% !important; + } + + .lg\:pl-6\/12 { + padding-left: 50% !important; + } + + .lg\:pt-7\/12 { + padding-top: 58.333333% !important; + } + + .lg\:pr-7\/12 { + padding-right: 58.333333% !important; + } + + .lg\:pb-7\/12 { + padding-bottom: 58.333333% !important; + } + + .lg\:pl-7\/12 { + padding-left: 58.333333% !important; + } + + .lg\:pt-8\/12 { + padding-top: 66.666667% !important; + } + + .lg\:pr-8\/12 { + padding-right: 66.666667% !important; + } + + .lg\:pb-8\/12 { + padding-bottom: 66.666667% !important; + } + + .lg\:pl-8\/12 { + padding-left: 66.666667% !important; + } + + .lg\:pt-9\/12 { + padding-top: 75% !important; + } + + .lg\:pr-9\/12 { + padding-right: 75% !important; + } + + .lg\:pb-9\/12 { + padding-bottom: 75% !important; + } + + .lg\:pl-9\/12 { + padding-left: 75% !important; + } + + .lg\:pt-10\/12 { + padding-top: 83.333333% !important; + } + + .lg\:pr-10\/12 { + padding-right: 83.333333% !important; + } + + .lg\:pb-10\/12 { + padding-bottom: 83.333333% !important; + } + + .lg\:pl-10\/12 { + padding-left: 83.333333% !important; + } + + .lg\:pt-11\/12 { + padding-top: 91.666667% !important; + } + + .lg\:pr-11\/12 { + padding-right: 91.666667% !important; + } + + .lg\:pb-11\/12 { + padding-bottom: 91.666667% !important; + } + + .lg\:pl-11\/12 { + padding-left: 91.666667% !important; + } + + .lg\:pt-1\/16 { + padding-top: 6.25% !important; + } + + .lg\:pr-1\/16 { + padding-right: 6.25% !important; + } + + .lg\:pb-1\/16 { + padding-bottom: 6.25% !important; + } + + .lg\:pl-1\/16 { + padding-left: 6.25% !important; + } + + .lg\:pt-2\/16 { + padding-top: 12.5% !important; + } + + .lg\:pr-2\/16 { + padding-right: 12.5% !important; + } + + .lg\:pb-2\/16 { + padding-bottom: 12.5% !important; + } + + .lg\:pl-2\/16 { + padding-left: 12.5% !important; + } + + .lg\:pt-3\/16 { + padding-top: 18.75% !important; + } + + .lg\:pr-3\/16 { + padding-right: 18.75% !important; + } + + .lg\:pb-3\/16 { + padding-bottom: 18.75% !important; + } + + .lg\:pl-3\/16 { + padding-left: 18.75% !important; + } + + .lg\:pt-4\/16 { + padding-top: 25% !important; + } + + .lg\:pr-4\/16 { + padding-right: 25% !important; + } + + .lg\:pb-4\/16 { + padding-bottom: 25% !important; + } + + .lg\:pl-4\/16 { + padding-left: 25% !important; + } + + .lg\:pt-5\/16 { + padding-top: 31.25% !important; + } + + .lg\:pr-5\/16 { + padding-right: 31.25% !important; + } + + .lg\:pb-5\/16 { + padding-bottom: 31.25% !important; + } + + .lg\:pl-5\/16 { + padding-left: 31.25% !important; + } + + .lg\:pt-6\/16 { + padding-top: 37.5% !important; + } + + .lg\:pr-6\/16 { + padding-right: 37.5% !important; + } + + .lg\:pb-6\/16 { + padding-bottom: 37.5% !important; + } + + .lg\:pl-6\/16 { + padding-left: 37.5% !important; + } + + .lg\:pt-7\/16 { + padding-top: 43.75% !important; + } + + .lg\:pr-7\/16 { + padding-right: 43.75% !important; + } + + .lg\:pb-7\/16 { + padding-bottom: 43.75% !important; + } + + .lg\:pl-7\/16 { + padding-left: 43.75% !important; + } + + .lg\:pt-8\/16 { + padding-top: 50% !important; + } + + .lg\:pr-8\/16 { + padding-right: 50% !important; + } + + .lg\:pb-8\/16 { + padding-bottom: 50% !important; + } + + .lg\:pl-8\/16 { + padding-left: 50% !important; + } + + .lg\:pt-9\/16 { + padding-top: 56.25% !important; + } + + .lg\:pr-9\/16 { + padding-right: 56.25% !important; + } + + .lg\:pb-9\/16 { + padding-bottom: 56.25% !important; + } + + .lg\:pl-9\/16 { + padding-left: 56.25% !important; + } + + .lg\:pt-10\/16 { + padding-top: 62.5% !important; + } + + .lg\:pr-10\/16 { + padding-right: 62.5% !important; + } + + .lg\:pb-10\/16 { + padding-bottom: 62.5% !important; + } + + .lg\:pl-10\/16 { + padding-left: 62.5% !important; + } + + .lg\:pt-11\/16 { + padding-top: 68.75% !important; + } + + .lg\:pr-11\/16 { + padding-right: 68.75% !important; + } + + .lg\:pb-11\/16 { + padding-bottom: 68.75% !important; + } + + .lg\:pl-11\/16 { + padding-left: 68.75% !important; + } + + .lg\:pt-12\/16 { + padding-top: 75% !important; + } + + .lg\:pr-12\/16 { + padding-right: 75% !important; + } + + .lg\:pb-12\/16 { + padding-bottom: 75% !important; + } + + .lg\:pl-12\/16 { + padding-left: 75% !important; + } + + .lg\:pt-13\/16 { + padding-top: 81.25% !important; + } + + .lg\:pr-13\/16 { + padding-right: 81.25% !important; + } + + .lg\:pb-13\/16 { + padding-bottom: 81.25% !important; + } + + .lg\:pl-13\/16 { + padding-left: 81.25% !important; + } + + .lg\:pt-14\/16 { + padding-top: 87.5% !important; + } + + .lg\:pr-14\/16 { + padding-right: 87.5% !important; + } + + .lg\:pb-14\/16 { + padding-bottom: 87.5% !important; + } + + .lg\:pl-14\/16 { + padding-left: 87.5% !important; + } + + .lg\:pt-15\/16 { + padding-top: 93.75% !important; + } + + .lg\:pr-15\/16 { + padding-right: 93.75% !important; + } + + .lg\:pb-15\/16 { + padding-bottom: 93.75% !important; + } + + .lg\:pl-15\/16 { + padding-left: 93.75% !important; + } + + .lg\:pt-full { + padding-top: 100% !important; + } + + .lg\:pr-full { + padding-right: 100% !important; + } + + .lg\:pb-full { + padding-bottom: 100% !important; + } + + .lg\:pl-full { + padding-left: 100% !important; + } + .lg\:placeholder-transparent::placeholder { color: transparent !important; } @@ -101853,6 +158561,223 @@ video { left: 0 !important; } + .lg\:inset-1 { + top: 0.25rem !important; + right: 0.25rem !important; + bottom: 0.25rem !important; + left: 0.25rem !important; + } + + .lg\:inset-2 { + top: 0.5rem !important; + right: 0.5rem !important; + bottom: 0.5rem !important; + left: 0.5rem !important; + } + + .lg\:inset-3 { + top: 0.75rem !important; + right: 0.75rem !important; + bottom: 0.75rem !important; + left: 0.75rem !important; + } + + .lg\:inset-4 { + top: 1rem !important; + right: 1rem !important; + bottom: 1rem !important; + left: 1rem !important; + } + + .lg\:inset-5 { + top: 1.25rem !important; + right: 1.25rem !important; + bottom: 1.25rem !important; + left: 1.25rem !important; + } + + .lg\:inset-6 { + top: 1.5rem !important; + right: 1.5rem !important; + bottom: 1.5rem !important; + left: 1.5rem !important; + } + + .lg\:inset-7 { + top: 1.75rem !important; + right: 1.75rem !important; + bottom: 1.75rem !important; + left: 1.75rem !important; + } + + .lg\:inset-8 { + top: 2rem !important; + right: 2rem !important; + bottom: 2rem !important; + left: 2rem !important; + } + + .lg\:inset-9 { + top: 2.25rem !important; + right: 2.25rem !important; + bottom: 2.25rem !important; + left: 2.25rem !important; + } + + .lg\:inset-10 { + top: 2.5rem !important; + right: 2.5rem !important; + bottom: 2.5rem !important; + left: 2.5rem !important; + } + + .lg\:inset-11 { + top: 2.75rem !important; + right: 2.75rem !important; + bottom: 2.75rem !important; + left: 2.75rem !important; + } + + .lg\:inset-12 { + top: 3rem !important; + right: 3rem !important; + bottom: 3rem !important; + left: 3rem !important; + } + + .lg\:inset-13 { + top: 3.25rem !important; + right: 3.25rem !important; + bottom: 3.25rem !important; + left: 3.25rem !important; + } + + .lg\:inset-14 { + top: 3.5rem !important; + right: 3.5rem !important; + bottom: 3.5rem !important; + left: 3.5rem !important; + } + + .lg\:inset-15 { + top: 3.75rem !important; + right: 3.75rem !important; + bottom: 3.75rem !important; + left: 3.75rem !important; + } + + .lg\:inset-16 { + top: 4rem !important; + right: 4rem !important; + bottom: 4rem !important; + left: 4rem !important; + } + + .lg\:inset-20 { + top: 5rem !important; + right: 5rem !important; + bottom: 5rem !important; + left: 5rem !important; + } + + .lg\:inset-24 { + top: 6rem !important; + right: 6rem !important; + bottom: 6rem !important; + left: 6rem !important; + } + + .lg\:inset-28 { + top: 7rem !important; + right: 7rem !important; + bottom: 7rem !important; + left: 7rem !important; + } + + .lg\:inset-32 { + top: 8rem !important; + right: 8rem !important; + bottom: 8rem !important; + left: 8rem !important; + } + + .lg\:inset-36 { + top: 9rem !important; + right: 9rem !important; + bottom: 9rem !important; + left: 9rem !important; + } + + .lg\:inset-40 { + top: 10rem !important; + right: 10rem !important; + bottom: 10rem !important; + left: 10rem !important; + } + + .lg\:inset-44 { + top: 11rem !important; + right: 11rem !important; + bottom: 11rem !important; + left: 11rem !important; + } + + .lg\:inset-48 { + top: 12rem !important; + right: 12rem !important; + bottom: 12rem !important; + left: 12rem !important; + } + + .lg\:inset-52 { + top: 13rem !important; + right: 13rem !important; + bottom: 13rem !important; + left: 13rem !important; + } + + .lg\:inset-56 { + top: 14rem !important; + right: 14rem !important; + bottom: 14rem !important; + left: 14rem !important; + } + + .lg\:inset-60 { + top: 15rem !important; + right: 15rem !important; + bottom: 15rem !important; + left: 15rem !important; + } + + .lg\:inset-64 { + top: 16rem !important; + right: 16rem !important; + bottom: 16rem !important; + left: 16rem !important; + } + + .lg\:inset-72 { + top: 18rem !important; + right: 18rem !important; + bottom: 18rem !important; + left: 18rem !important; + } + + .lg\:inset-80 { + top: 20rem !important; + right: 20rem !important; + bottom: 20rem !important; + left: 20rem !important; + } + + .lg\:inset-96 { + top: 24rem !important; + right: 24rem !important; + bottom: 24rem !important; + left: 24rem !important; + } + .lg\:inset-auto { top: auto !important; right: auto !important; @@ -101860,6 +158785,881 @@ video { left: auto !important; } + .lg\:inset-px { + top: 1px !important; + right: 1px !important; + bottom: 1px !important; + left: 1px !important; + } + + .lg\:inset-0\.5 { + top: 0.125rem !important; + right: 0.125rem !important; + bottom: 0.125rem !important; + left: 0.125rem !important; + } + + .lg\:inset-1\.5 { + top: 0.375rem !important; + right: 0.375rem !important; + bottom: 0.375rem !important; + left: 0.375rem !important; + } + + .lg\:inset-2\.5 { + top: 0.625rem !important; + right: 0.625rem !important; + bottom: 0.625rem !important; + left: 0.625rem !important; + } + + .lg\:inset-3\.5 { + top: 0.875rem !important; + right: 0.875rem !important; + bottom: 0.875rem !important; + left: 0.875rem !important; + } + + .lg\:inset-1\/2 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .lg\:inset-1\/3 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .lg\:inset-2\/3 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .lg\:inset-1\/4 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .lg\:inset-2\/4 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .lg\:inset-3\/4 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .lg\:inset-1\/5 { + top: 20% !important; + right: 20% !important; + bottom: 20% !important; + left: 20% !important; + } + + .lg\:inset-2\/5 { + top: 40% !important; + right: 40% !important; + bottom: 40% !important; + left: 40% !important; + } + + .lg\:inset-3\/5 { + top: 60% !important; + right: 60% !important; + bottom: 60% !important; + left: 60% !important; + } + + .lg\:inset-4\/5 { + top: 80% !important; + right: 80% !important; + bottom: 80% !important; + left: 80% !important; + } + + .lg\:inset-1\/6 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .lg\:inset-2\/6 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .lg\:inset-3\/6 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .lg\:inset-4\/6 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .lg\:inset-5\/6 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .lg\:inset-1\/12 { + top: 8.333333% !important; + right: 8.333333% !important; + bottom: 8.333333% !important; + left: 8.333333% !important; + } + + .lg\:inset-2\/12 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .lg\:inset-3\/12 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .lg\:inset-4\/12 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .lg\:inset-5\/12 { + top: 41.666667% !important; + right: 41.666667% !important; + bottom: 41.666667% !important; + left: 41.666667% !important; + } + + .lg\:inset-6\/12 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .lg\:inset-7\/12 { + top: 58.333333% !important; + right: 58.333333% !important; + bottom: 58.333333% !important; + left: 58.333333% !important; + } + + .lg\:inset-8\/12 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .lg\:inset-9\/12 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .lg\:inset-10\/12 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .lg\:inset-11\/12 { + top: 91.666667% !important; + right: 91.666667% !important; + bottom: 91.666667% !important; + left: 91.666667% !important; + } + + .lg\:inset-1\/16 { + top: 6.25% !important; + right: 6.25% !important; + bottom: 6.25% !important; + left: 6.25% !important; + } + + .lg\:inset-2\/16 { + top: 12.5% !important; + right: 12.5% !important; + bottom: 12.5% !important; + left: 12.5% !important; + } + + .lg\:inset-3\/16 { + top: 18.75% !important; + right: 18.75% !important; + bottom: 18.75% !important; + left: 18.75% !important; + } + + .lg\:inset-4\/16 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .lg\:inset-5\/16 { + top: 31.25% !important; + right: 31.25% !important; + bottom: 31.25% !important; + left: 31.25% !important; + } + + .lg\:inset-6\/16 { + top: 37.5% !important; + right: 37.5% !important; + bottom: 37.5% !important; + left: 37.5% !important; + } + + .lg\:inset-7\/16 { + top: 43.75% !important; + right: 43.75% !important; + bottom: 43.75% !important; + left: 43.75% !important; + } + + .lg\:inset-8\/16 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .lg\:inset-9\/16 { + top: 56.25% !important; + right: 56.25% !important; + bottom: 56.25% !important; + left: 56.25% !important; + } + + .lg\:inset-10\/16 { + top: 62.5% !important; + right: 62.5% !important; + bottom: 62.5% !important; + left: 62.5% !important; + } + + .lg\:inset-11\/16 { + top: 68.75% !important; + right: 68.75% !important; + bottom: 68.75% !important; + left: 68.75% !important; + } + + .lg\:inset-12\/16 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .lg\:inset-13\/16 { + top: 81.25% !important; + right: 81.25% !important; + bottom: 81.25% !important; + left: 81.25% !important; + } + + .lg\:inset-14\/16 { + top: 87.5% !important; + right: 87.5% !important; + bottom: 87.5% !important; + left: 87.5% !important; + } + + .lg\:inset-15\/16 { + top: 93.75% !important; + right: 93.75% !important; + bottom: 93.75% !important; + left: 93.75% !important; + } + + .lg\:inset-full { + top: 100% !important; + right: 100% !important; + bottom: 100% !important; + left: 100% !important; + } + + .lg\:-inset-1 { + top: -0.25rem !important; + right: -0.25rem !important; + bottom: -0.25rem !important; + left: -0.25rem !important; + } + + .lg\:-inset-2 { + top: -0.5rem !important; + right: -0.5rem !important; + bottom: -0.5rem !important; + left: -0.5rem !important; + } + + .lg\:-inset-3 { + top: -0.75rem !important; + right: -0.75rem !important; + bottom: -0.75rem !important; + left: -0.75rem !important; + } + + .lg\:-inset-4 { + top: -1rem !important; + right: -1rem !important; + bottom: -1rem !important; + left: -1rem !important; + } + + .lg\:-inset-5 { + top: -1.25rem !important; + right: -1.25rem !important; + bottom: -1.25rem !important; + left: -1.25rem !important; + } + + .lg\:-inset-6 { + top: -1.5rem !important; + right: -1.5rem !important; + bottom: -1.5rem !important; + left: -1.5rem !important; + } + + .lg\:-inset-7 { + top: -1.75rem !important; + right: -1.75rem !important; + bottom: -1.75rem !important; + left: -1.75rem !important; + } + + .lg\:-inset-8 { + top: -2rem !important; + right: -2rem !important; + bottom: -2rem !important; + left: -2rem !important; + } + + .lg\:-inset-9 { + top: -2.25rem !important; + right: -2.25rem !important; + bottom: -2.25rem !important; + left: -2.25rem !important; + } + + .lg\:-inset-10 { + top: -2.5rem !important; + right: -2.5rem !important; + bottom: -2.5rem !important; + left: -2.5rem !important; + } + + .lg\:-inset-11 { + top: -2.75rem !important; + right: -2.75rem !important; + bottom: -2.75rem !important; + left: -2.75rem !important; + } + + .lg\:-inset-12 { + top: -3rem !important; + right: -3rem !important; + bottom: -3rem !important; + left: -3rem !important; + } + + .lg\:-inset-13 { + top: -3.25rem !important; + right: -3.25rem !important; + bottom: -3.25rem !important; + left: -3.25rem !important; + } + + .lg\:-inset-14 { + top: -3.5rem !important; + right: -3.5rem !important; + bottom: -3.5rem !important; + left: -3.5rem !important; + } + + .lg\:-inset-15 { + top: -3.75rem !important; + right: -3.75rem !important; + bottom: -3.75rem !important; + left: -3.75rem !important; + } + + .lg\:-inset-16 { + top: -4rem !important; + right: -4rem !important; + bottom: -4rem !important; + left: -4rem !important; + } + + .lg\:-inset-20 { + top: -5rem !important; + right: -5rem !important; + bottom: -5rem !important; + left: -5rem !important; + } + + .lg\:-inset-24 { + top: -6rem !important; + right: -6rem !important; + bottom: -6rem !important; + left: -6rem !important; + } + + .lg\:-inset-28 { + top: -7rem !important; + right: -7rem !important; + bottom: -7rem !important; + left: -7rem !important; + } + + .lg\:-inset-32 { + top: -8rem !important; + right: -8rem !important; + bottom: -8rem !important; + left: -8rem !important; + } + + .lg\:-inset-36 { + top: -9rem !important; + right: -9rem !important; + bottom: -9rem !important; + left: -9rem !important; + } + + .lg\:-inset-40 { + top: -10rem !important; + right: -10rem !important; + bottom: -10rem !important; + left: -10rem !important; + } + + .lg\:-inset-44 { + top: -11rem !important; + right: -11rem !important; + bottom: -11rem !important; + left: -11rem !important; + } + + .lg\:-inset-48 { + top: -12rem !important; + right: -12rem !important; + bottom: -12rem !important; + left: -12rem !important; + } + + .lg\:-inset-52 { + top: -13rem !important; + right: -13rem !important; + bottom: -13rem !important; + left: -13rem !important; + } + + .lg\:-inset-56 { + top: -14rem !important; + right: -14rem !important; + bottom: -14rem !important; + left: -14rem !important; + } + + .lg\:-inset-60 { + top: -15rem !important; + right: -15rem !important; + bottom: -15rem !important; + left: -15rem !important; + } + + .lg\:-inset-64 { + top: -16rem !important; + right: -16rem !important; + bottom: -16rem !important; + left: -16rem !important; + } + + .lg\:-inset-72 { + top: -18rem !important; + right: -18rem !important; + bottom: -18rem !important; + left: -18rem !important; + } + + .lg\:-inset-80 { + top: -20rem !important; + right: -20rem !important; + bottom: -20rem !important; + left: -20rem !important; + } + + .lg\:-inset-96 { + top: -24rem !important; + right: -24rem !important; + bottom: -24rem !important; + left: -24rem !important; + } + + .lg\:-inset-px { + top: -1px !important; + right: -1px !important; + bottom: -1px !important; + left: -1px !important; + } + + .lg\:-inset-0\.5 { + top: -0.125rem !important; + right: -0.125rem !important; + bottom: -0.125rem !important; + left: -0.125rem !important; + } + + .lg\:-inset-1\.5 { + top: -0.375rem !important; + right: -0.375rem !important; + bottom: -0.375rem !important; + left: -0.375rem !important; + } + + .lg\:-inset-2\.5 { + top: -0.625rem !important; + right: -0.625rem !important; + bottom: -0.625rem !important; + left: -0.625rem !important; + } + + .lg\:-inset-3\.5 { + top: -0.875rem !important; + right: -0.875rem !important; + bottom: -0.875rem !important; + left: -0.875rem !important; + } + + .lg\:-inset-1\/2 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .lg\:-inset-1\/3 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .lg\:-inset-2\/3 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .lg\:-inset-1\/4 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .lg\:-inset-2\/4 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .lg\:-inset-3\/4 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .lg\:-inset-1\/5 { + top: -20% !important; + right: -20% !important; + bottom: -20% !important; + left: -20% !important; + } + + .lg\:-inset-2\/5 { + top: -40% !important; + right: -40% !important; + bottom: -40% !important; + left: -40% !important; + } + + .lg\:-inset-3\/5 { + top: -60% !important; + right: -60% !important; + bottom: -60% !important; + left: -60% !important; + } + + .lg\:-inset-4\/5 { + top: -80% !important; + right: -80% !important; + bottom: -80% !important; + left: -80% !important; + } + + .lg\:-inset-1\/6 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .lg\:-inset-2\/6 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .lg\:-inset-3\/6 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .lg\:-inset-4\/6 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .lg\:-inset-5\/6 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .lg\:-inset-1\/12 { + top: -8.33333% !important; + right: -8.33333% !important; + bottom: -8.33333% !important; + left: -8.33333% !important; + } + + .lg\:-inset-2\/12 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .lg\:-inset-3\/12 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .lg\:-inset-4\/12 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .lg\:-inset-5\/12 { + top: -41.66667% !important; + right: -41.66667% !important; + bottom: -41.66667% !important; + left: -41.66667% !important; + } + + .lg\:-inset-6\/12 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .lg\:-inset-7\/12 { + top: -58.33333% !important; + right: -58.33333% !important; + bottom: -58.33333% !important; + left: -58.33333% !important; + } + + .lg\:-inset-8\/12 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .lg\:-inset-9\/12 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .lg\:-inset-10\/12 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .lg\:-inset-11\/12 { + top: -91.66667% !important; + right: -91.66667% !important; + bottom: -91.66667% !important; + left: -91.66667% !important; + } + + .lg\:-inset-1\/16 { + top: -6.25% !important; + right: -6.25% !important; + bottom: -6.25% !important; + left: -6.25% !important; + } + + .lg\:-inset-2\/16 { + top: -12.5% !important; + right: -12.5% !important; + bottom: -12.5% !important; + left: -12.5% !important; + } + + .lg\:-inset-3\/16 { + top: -18.75% !important; + right: -18.75% !important; + bottom: -18.75% !important; + left: -18.75% !important; + } + + .lg\:-inset-4\/16 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .lg\:-inset-5\/16 { + top: -31.25% !important; + right: -31.25% !important; + bottom: -31.25% !important; + left: -31.25% !important; + } + + .lg\:-inset-6\/16 { + top: -37.5% !important; + right: -37.5% !important; + bottom: -37.5% !important; + left: -37.5% !important; + } + + .lg\:-inset-7\/16 { + top: -43.75% !important; + right: -43.75% !important; + bottom: -43.75% !important; + left: -43.75% !important; + } + + .lg\:-inset-8\/16 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .lg\:-inset-9\/16 { + top: -56.25% !important; + right: -56.25% !important; + bottom: -56.25% !important; + left: -56.25% !important; + } + + .lg\:-inset-10\/16 { + top: -62.5% !important; + right: -62.5% !important; + bottom: -62.5% !important; + left: -62.5% !important; + } + + .lg\:-inset-11\/16 { + top: -68.75% !important; + right: -68.75% !important; + bottom: -68.75% !important; + left: -68.75% !important; + } + + .lg\:-inset-12\/16 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .lg\:-inset-13\/16 { + top: -81.25% !important; + right: -81.25% !important; + bottom: -81.25% !important; + left: -81.25% !important; + } + + .lg\:-inset-14\/16 { + top: -87.5% !important; + right: -87.5% !important; + bottom: -87.5% !important; + left: -87.5% !important; + } + + .lg\:-inset-15\/16 { + top: -93.75% !important; + right: -93.75% !important; + bottom: -93.75% !important; + left: -93.75% !important; + } + + .lg\:-inset-full { + top: -100% !important; + right: -100% !important; + bottom: -100% !important; + left: -100% !important; + } + .lg\:inset-y-0 { top: 0 !important; bottom: 0 !important; @@ -101870,6 +159670,316 @@ video { left: 0 !important; } + .lg\:inset-y-1 { + top: 0.25rem !important; + bottom: 0.25rem !important; + } + + .lg\:inset-x-1 { + right: 0.25rem !important; + left: 0.25rem !important; + } + + .lg\:inset-y-2 { + top: 0.5rem !important; + bottom: 0.5rem !important; + } + + .lg\:inset-x-2 { + right: 0.5rem !important; + left: 0.5rem !important; + } + + .lg\:inset-y-3 { + top: 0.75rem !important; + bottom: 0.75rem !important; + } + + .lg\:inset-x-3 { + right: 0.75rem !important; + left: 0.75rem !important; + } + + .lg\:inset-y-4 { + top: 1rem !important; + bottom: 1rem !important; + } + + .lg\:inset-x-4 { + right: 1rem !important; + left: 1rem !important; + } + + .lg\:inset-y-5 { + top: 1.25rem !important; + bottom: 1.25rem !important; + } + + .lg\:inset-x-5 { + right: 1.25rem !important; + left: 1.25rem !important; + } + + .lg\:inset-y-6 { + top: 1.5rem !important; + bottom: 1.5rem !important; + } + + .lg\:inset-x-6 { + right: 1.5rem !important; + left: 1.5rem !important; + } + + .lg\:inset-y-7 { + top: 1.75rem !important; + bottom: 1.75rem !important; + } + + .lg\:inset-x-7 { + right: 1.75rem !important; + left: 1.75rem !important; + } + + .lg\:inset-y-8 { + top: 2rem !important; + bottom: 2rem !important; + } + + .lg\:inset-x-8 { + right: 2rem !important; + left: 2rem !important; + } + + .lg\:inset-y-9 { + top: 2.25rem !important; + bottom: 2.25rem !important; + } + + .lg\:inset-x-9 { + right: 2.25rem !important; + left: 2.25rem !important; + } + + .lg\:inset-y-10 { + top: 2.5rem !important; + bottom: 2.5rem !important; + } + + .lg\:inset-x-10 { + right: 2.5rem !important; + left: 2.5rem !important; + } + + .lg\:inset-y-11 { + top: 2.75rem !important; + bottom: 2.75rem !important; + } + + .lg\:inset-x-11 { + right: 2.75rem !important; + left: 2.75rem !important; + } + + .lg\:inset-y-12 { + top: 3rem !important; + bottom: 3rem !important; + } + + .lg\:inset-x-12 { + right: 3rem !important; + left: 3rem !important; + } + + .lg\:inset-y-13 { + top: 3.25rem !important; + bottom: 3.25rem !important; + } + + .lg\:inset-x-13 { + right: 3.25rem !important; + left: 3.25rem !important; + } + + .lg\:inset-y-14 { + top: 3.5rem !important; + bottom: 3.5rem !important; + } + + .lg\:inset-x-14 { + right: 3.5rem !important; + left: 3.5rem !important; + } + + .lg\:inset-y-15 { + top: 3.75rem !important; + bottom: 3.75rem !important; + } + + .lg\:inset-x-15 { + right: 3.75rem !important; + left: 3.75rem !important; + } + + .lg\:inset-y-16 { + top: 4rem !important; + bottom: 4rem !important; + } + + .lg\:inset-x-16 { + right: 4rem !important; + left: 4rem !important; + } + + .lg\:inset-y-20 { + top: 5rem !important; + bottom: 5rem !important; + } + + .lg\:inset-x-20 { + right: 5rem !important; + left: 5rem !important; + } + + .lg\:inset-y-24 { + top: 6rem !important; + bottom: 6rem !important; + } + + .lg\:inset-x-24 { + right: 6rem !important; + left: 6rem !important; + } + + .lg\:inset-y-28 { + top: 7rem !important; + bottom: 7rem !important; + } + + .lg\:inset-x-28 { + right: 7rem !important; + left: 7rem !important; + } + + .lg\:inset-y-32 { + top: 8rem !important; + bottom: 8rem !important; + } + + .lg\:inset-x-32 { + right: 8rem !important; + left: 8rem !important; + } + + .lg\:inset-y-36 { + top: 9rem !important; + bottom: 9rem !important; + } + + .lg\:inset-x-36 { + right: 9rem !important; + left: 9rem !important; + } + + .lg\:inset-y-40 { + top: 10rem !important; + bottom: 10rem !important; + } + + .lg\:inset-x-40 { + right: 10rem !important; + left: 10rem !important; + } + + .lg\:inset-y-44 { + top: 11rem !important; + bottom: 11rem !important; + } + + .lg\:inset-x-44 { + right: 11rem !important; + left: 11rem !important; + } + + .lg\:inset-y-48 { + top: 12rem !important; + bottom: 12rem !important; + } + + .lg\:inset-x-48 { + right: 12rem !important; + left: 12rem !important; + } + + .lg\:inset-y-52 { + top: 13rem !important; + bottom: 13rem !important; + } + + .lg\:inset-x-52 { + right: 13rem !important; + left: 13rem !important; + } + + .lg\:inset-y-56 { + top: 14rem !important; + bottom: 14rem !important; + } + + .lg\:inset-x-56 { + right: 14rem !important; + left: 14rem !important; + } + + .lg\:inset-y-60 { + top: 15rem !important; + bottom: 15rem !important; + } + + .lg\:inset-x-60 { + right: 15rem !important; + left: 15rem !important; + } + + .lg\:inset-y-64 { + top: 16rem !important; + bottom: 16rem !important; + } + + .lg\:inset-x-64 { + right: 16rem !important; + left: 16rem !important; + } + + .lg\:inset-y-72 { + top: 18rem !important; + bottom: 18rem !important; + } + + .lg\:inset-x-72 { + right: 18rem !important; + left: 18rem !important; + } + + .lg\:inset-y-80 { + top: 20rem !important; + bottom: 20rem !important; + } + + .lg\:inset-x-80 { + right: 20rem !important; + left: 20rem !important; + } + + .lg\:inset-y-96 { + top: 24rem !important; + bottom: 24rem !important; + } + + .lg\:inset-x-96 { + right: 24rem !important; + left: 24rem !important; + } + .lg\:inset-y-auto { top: auto !important; bottom: auto !important; @@ -101880,6 +159990,1256 @@ video { left: auto !important; } + .lg\:inset-y-px { + top: 1px !important; + bottom: 1px !important; + } + + .lg\:inset-x-px { + right: 1px !important; + left: 1px !important; + } + + .lg\:inset-y-0\.5 { + top: 0.125rem !important; + bottom: 0.125rem !important; + } + + .lg\:inset-x-0\.5 { + right: 0.125rem !important; + left: 0.125rem !important; + } + + .lg\:inset-y-1\.5 { + top: 0.375rem !important; + bottom: 0.375rem !important; + } + + .lg\:inset-x-1\.5 { + right: 0.375rem !important; + left: 0.375rem !important; + } + + .lg\:inset-y-2\.5 { + top: 0.625rem !important; + bottom: 0.625rem !important; + } + + .lg\:inset-x-2\.5 { + right: 0.625rem !important; + left: 0.625rem !important; + } + + .lg\:inset-y-3\.5 { + top: 0.875rem !important; + bottom: 0.875rem !important; + } + + .lg\:inset-x-3\.5 { + right: 0.875rem !important; + left: 0.875rem !important; + } + + .lg\:inset-y-1\/2 { + top: 50% !important; + bottom: 50% !important; + } + + .lg\:inset-x-1\/2 { + right: 50% !important; + left: 50% !important; + } + + .lg\:inset-y-1\/3 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .lg\:inset-x-1\/3 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .lg\:inset-y-2\/3 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .lg\:inset-x-2\/3 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .lg\:inset-y-1\/4 { + top: 25% !important; + bottom: 25% !important; + } + + .lg\:inset-x-1\/4 { + right: 25% !important; + left: 25% !important; + } + + .lg\:inset-y-2\/4 { + top: 50% !important; + bottom: 50% !important; + } + + .lg\:inset-x-2\/4 { + right: 50% !important; + left: 50% !important; + } + + .lg\:inset-y-3\/4 { + top: 75% !important; + bottom: 75% !important; + } + + .lg\:inset-x-3\/4 { + right: 75% !important; + left: 75% !important; + } + + .lg\:inset-y-1\/5 { + top: 20% !important; + bottom: 20% !important; + } + + .lg\:inset-x-1\/5 { + right: 20% !important; + left: 20% !important; + } + + .lg\:inset-y-2\/5 { + top: 40% !important; + bottom: 40% !important; + } + + .lg\:inset-x-2\/5 { + right: 40% !important; + left: 40% !important; + } + + .lg\:inset-y-3\/5 { + top: 60% !important; + bottom: 60% !important; + } + + .lg\:inset-x-3\/5 { + right: 60% !important; + left: 60% !important; + } + + .lg\:inset-y-4\/5 { + top: 80% !important; + bottom: 80% !important; + } + + .lg\:inset-x-4\/5 { + right: 80% !important; + left: 80% !important; + } + + .lg\:inset-y-1\/6 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .lg\:inset-x-1\/6 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .lg\:inset-y-2\/6 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .lg\:inset-x-2\/6 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .lg\:inset-y-3\/6 { + top: 50% !important; + bottom: 50% !important; + } + + .lg\:inset-x-3\/6 { + right: 50% !important; + left: 50% !important; + } + + .lg\:inset-y-4\/6 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .lg\:inset-x-4\/6 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .lg\:inset-y-5\/6 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .lg\:inset-x-5\/6 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .lg\:inset-y-1\/12 { + top: 8.333333% !important; + bottom: 8.333333% !important; + } + + .lg\:inset-x-1\/12 { + right: 8.333333% !important; + left: 8.333333% !important; + } + + .lg\:inset-y-2\/12 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .lg\:inset-x-2\/12 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .lg\:inset-y-3\/12 { + top: 25% !important; + bottom: 25% !important; + } + + .lg\:inset-x-3\/12 { + right: 25% !important; + left: 25% !important; + } + + .lg\:inset-y-4\/12 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .lg\:inset-x-4\/12 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .lg\:inset-y-5\/12 { + top: 41.666667% !important; + bottom: 41.666667% !important; + } + + .lg\:inset-x-5\/12 { + right: 41.666667% !important; + left: 41.666667% !important; + } + + .lg\:inset-y-6\/12 { + top: 50% !important; + bottom: 50% !important; + } + + .lg\:inset-x-6\/12 { + right: 50% !important; + left: 50% !important; + } + + .lg\:inset-y-7\/12 { + top: 58.333333% !important; + bottom: 58.333333% !important; + } + + .lg\:inset-x-7\/12 { + right: 58.333333% !important; + left: 58.333333% !important; + } + + .lg\:inset-y-8\/12 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .lg\:inset-x-8\/12 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .lg\:inset-y-9\/12 { + top: 75% !important; + bottom: 75% !important; + } + + .lg\:inset-x-9\/12 { + right: 75% !important; + left: 75% !important; + } + + .lg\:inset-y-10\/12 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .lg\:inset-x-10\/12 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .lg\:inset-y-11\/12 { + top: 91.666667% !important; + bottom: 91.666667% !important; + } + + .lg\:inset-x-11\/12 { + right: 91.666667% !important; + left: 91.666667% !important; + } + + .lg\:inset-y-1\/16 { + top: 6.25% !important; + bottom: 6.25% !important; + } + + .lg\:inset-x-1\/16 { + right: 6.25% !important; + left: 6.25% !important; + } + + .lg\:inset-y-2\/16 { + top: 12.5% !important; + bottom: 12.5% !important; + } + + .lg\:inset-x-2\/16 { + right: 12.5% !important; + left: 12.5% !important; + } + + .lg\:inset-y-3\/16 { + top: 18.75% !important; + bottom: 18.75% !important; + } + + .lg\:inset-x-3\/16 { + right: 18.75% !important; + left: 18.75% !important; + } + + .lg\:inset-y-4\/16 { + top: 25% !important; + bottom: 25% !important; + } + + .lg\:inset-x-4\/16 { + right: 25% !important; + left: 25% !important; + } + + .lg\:inset-y-5\/16 { + top: 31.25% !important; + bottom: 31.25% !important; + } + + .lg\:inset-x-5\/16 { + right: 31.25% !important; + left: 31.25% !important; + } + + .lg\:inset-y-6\/16 { + top: 37.5% !important; + bottom: 37.5% !important; + } + + .lg\:inset-x-6\/16 { + right: 37.5% !important; + left: 37.5% !important; + } + + .lg\:inset-y-7\/16 { + top: 43.75% !important; + bottom: 43.75% !important; + } + + .lg\:inset-x-7\/16 { + right: 43.75% !important; + left: 43.75% !important; + } + + .lg\:inset-y-8\/16 { + top: 50% !important; + bottom: 50% !important; + } + + .lg\:inset-x-8\/16 { + right: 50% !important; + left: 50% !important; + } + + .lg\:inset-y-9\/16 { + top: 56.25% !important; + bottom: 56.25% !important; + } + + .lg\:inset-x-9\/16 { + right: 56.25% !important; + left: 56.25% !important; + } + + .lg\:inset-y-10\/16 { + top: 62.5% !important; + bottom: 62.5% !important; + } + + .lg\:inset-x-10\/16 { + right: 62.5% !important; + left: 62.5% !important; + } + + .lg\:inset-y-11\/16 { + top: 68.75% !important; + bottom: 68.75% !important; + } + + .lg\:inset-x-11\/16 { + right: 68.75% !important; + left: 68.75% !important; + } + + .lg\:inset-y-12\/16 { + top: 75% !important; + bottom: 75% !important; + } + + .lg\:inset-x-12\/16 { + right: 75% !important; + left: 75% !important; + } + + .lg\:inset-y-13\/16 { + top: 81.25% !important; + bottom: 81.25% !important; + } + + .lg\:inset-x-13\/16 { + right: 81.25% !important; + left: 81.25% !important; + } + + .lg\:inset-y-14\/16 { + top: 87.5% !important; + bottom: 87.5% !important; + } + + .lg\:inset-x-14\/16 { + right: 87.5% !important; + left: 87.5% !important; + } + + .lg\:inset-y-15\/16 { + top: 93.75% !important; + bottom: 93.75% !important; + } + + .lg\:inset-x-15\/16 { + right: 93.75% !important; + left: 93.75% !important; + } + + .lg\:inset-y-full { + top: 100% !important; + bottom: 100% !important; + } + + .lg\:inset-x-full { + right: 100% !important; + left: 100% !important; + } + + .lg\:-inset-y-1 { + top: -0.25rem !important; + bottom: -0.25rem !important; + } + + .lg\:-inset-x-1 { + right: -0.25rem !important; + left: -0.25rem !important; + } + + .lg\:-inset-y-2 { + top: -0.5rem !important; + bottom: -0.5rem !important; + } + + .lg\:-inset-x-2 { + right: -0.5rem !important; + left: -0.5rem !important; + } + + .lg\:-inset-y-3 { + top: -0.75rem !important; + bottom: -0.75rem !important; + } + + .lg\:-inset-x-3 { + right: -0.75rem !important; + left: -0.75rem !important; + } + + .lg\:-inset-y-4 { + top: -1rem !important; + bottom: -1rem !important; + } + + .lg\:-inset-x-4 { + right: -1rem !important; + left: -1rem !important; + } + + .lg\:-inset-y-5 { + top: -1.25rem !important; + bottom: -1.25rem !important; + } + + .lg\:-inset-x-5 { + right: -1.25rem !important; + left: -1.25rem !important; + } + + .lg\:-inset-y-6 { + top: -1.5rem !important; + bottom: -1.5rem !important; + } + + .lg\:-inset-x-6 { + right: -1.5rem !important; + left: -1.5rem !important; + } + + .lg\:-inset-y-7 { + top: -1.75rem !important; + bottom: -1.75rem !important; + } + + .lg\:-inset-x-7 { + right: -1.75rem !important; + left: -1.75rem !important; + } + + .lg\:-inset-y-8 { + top: -2rem !important; + bottom: -2rem !important; + } + + .lg\:-inset-x-8 { + right: -2rem !important; + left: -2rem !important; + } + + .lg\:-inset-y-9 { + top: -2.25rem !important; + bottom: -2.25rem !important; + } + + .lg\:-inset-x-9 { + right: -2.25rem !important; + left: -2.25rem !important; + } + + .lg\:-inset-y-10 { + top: -2.5rem !important; + bottom: -2.5rem !important; + } + + .lg\:-inset-x-10 { + right: -2.5rem !important; + left: -2.5rem !important; + } + + .lg\:-inset-y-11 { + top: -2.75rem !important; + bottom: -2.75rem !important; + } + + .lg\:-inset-x-11 { + right: -2.75rem !important; + left: -2.75rem !important; + } + + .lg\:-inset-y-12 { + top: -3rem !important; + bottom: -3rem !important; + } + + .lg\:-inset-x-12 { + right: -3rem !important; + left: -3rem !important; + } + + .lg\:-inset-y-13 { + top: -3.25rem !important; + bottom: -3.25rem !important; + } + + .lg\:-inset-x-13 { + right: -3.25rem !important; + left: -3.25rem !important; + } + + .lg\:-inset-y-14 { + top: -3.5rem !important; + bottom: -3.5rem !important; + } + + .lg\:-inset-x-14 { + right: -3.5rem !important; + left: -3.5rem !important; + } + + .lg\:-inset-y-15 { + top: -3.75rem !important; + bottom: -3.75rem !important; + } + + .lg\:-inset-x-15 { + right: -3.75rem !important; + left: -3.75rem !important; + } + + .lg\:-inset-y-16 { + top: -4rem !important; + bottom: -4rem !important; + } + + .lg\:-inset-x-16 { + right: -4rem !important; + left: -4rem !important; + } + + .lg\:-inset-y-20 { + top: -5rem !important; + bottom: -5rem !important; + } + + .lg\:-inset-x-20 { + right: -5rem !important; + left: -5rem !important; + } + + .lg\:-inset-y-24 { + top: -6rem !important; + bottom: -6rem !important; + } + + .lg\:-inset-x-24 { + right: -6rem !important; + left: -6rem !important; + } + + .lg\:-inset-y-28 { + top: -7rem !important; + bottom: -7rem !important; + } + + .lg\:-inset-x-28 { + right: -7rem !important; + left: -7rem !important; + } + + .lg\:-inset-y-32 { + top: -8rem !important; + bottom: -8rem !important; + } + + .lg\:-inset-x-32 { + right: -8rem !important; + left: -8rem !important; + } + + .lg\:-inset-y-36 { + top: -9rem !important; + bottom: -9rem !important; + } + + .lg\:-inset-x-36 { + right: -9rem !important; + left: -9rem !important; + } + + .lg\:-inset-y-40 { + top: -10rem !important; + bottom: -10rem !important; + } + + .lg\:-inset-x-40 { + right: -10rem !important; + left: -10rem !important; + } + + .lg\:-inset-y-44 { + top: -11rem !important; + bottom: -11rem !important; + } + + .lg\:-inset-x-44 { + right: -11rem !important; + left: -11rem !important; + } + + .lg\:-inset-y-48 { + top: -12rem !important; + bottom: -12rem !important; + } + + .lg\:-inset-x-48 { + right: -12rem !important; + left: -12rem !important; + } + + .lg\:-inset-y-52 { + top: -13rem !important; + bottom: -13rem !important; + } + + .lg\:-inset-x-52 { + right: -13rem !important; + left: -13rem !important; + } + + .lg\:-inset-y-56 { + top: -14rem !important; + bottom: -14rem !important; + } + + .lg\:-inset-x-56 { + right: -14rem !important; + left: -14rem !important; + } + + .lg\:-inset-y-60 { + top: -15rem !important; + bottom: -15rem !important; + } + + .lg\:-inset-x-60 { + right: -15rem !important; + left: -15rem !important; + } + + .lg\:-inset-y-64 { + top: -16rem !important; + bottom: -16rem !important; + } + + .lg\:-inset-x-64 { + right: -16rem !important; + left: -16rem !important; + } + + .lg\:-inset-y-72 { + top: -18rem !important; + bottom: -18rem !important; + } + + .lg\:-inset-x-72 { + right: -18rem !important; + left: -18rem !important; + } + + .lg\:-inset-y-80 { + top: -20rem !important; + bottom: -20rem !important; + } + + .lg\:-inset-x-80 { + right: -20rem !important; + left: -20rem !important; + } + + .lg\:-inset-y-96 { + top: -24rem !important; + bottom: -24rem !important; + } + + .lg\:-inset-x-96 { + right: -24rem !important; + left: -24rem !important; + } + + .lg\:-inset-y-px { + top: -1px !important; + bottom: -1px !important; + } + + .lg\:-inset-x-px { + right: -1px !important; + left: -1px !important; + } + + .lg\:-inset-y-0\.5 { + top: -0.125rem !important; + bottom: -0.125rem !important; + } + + .lg\:-inset-x-0\.5 { + right: -0.125rem !important; + left: -0.125rem !important; + } + + .lg\:-inset-y-1\.5 { + top: -0.375rem !important; + bottom: -0.375rem !important; + } + + .lg\:-inset-x-1\.5 { + right: -0.375rem !important; + left: -0.375rem !important; + } + + .lg\:-inset-y-2\.5 { + top: -0.625rem !important; + bottom: -0.625rem !important; + } + + .lg\:-inset-x-2\.5 { + right: -0.625rem !important; + left: -0.625rem !important; + } + + .lg\:-inset-y-3\.5 { + top: -0.875rem !important; + bottom: -0.875rem !important; + } + + .lg\:-inset-x-3\.5 { + right: -0.875rem !important; + left: -0.875rem !important; + } + + .lg\:-inset-y-1\/2 { + top: -50% !important; + bottom: -50% !important; + } + + .lg\:-inset-x-1\/2 { + right: -50% !important; + left: -50% !important; + } + + .lg\:-inset-y-1\/3 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .lg\:-inset-x-1\/3 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .lg\:-inset-y-2\/3 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .lg\:-inset-x-2\/3 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .lg\:-inset-y-1\/4 { + top: -25% !important; + bottom: -25% !important; + } + + .lg\:-inset-x-1\/4 { + right: -25% !important; + left: -25% !important; + } + + .lg\:-inset-y-2\/4 { + top: -50% !important; + bottom: -50% !important; + } + + .lg\:-inset-x-2\/4 { + right: -50% !important; + left: -50% !important; + } + + .lg\:-inset-y-3\/4 { + top: -75% !important; + bottom: -75% !important; + } + + .lg\:-inset-x-3\/4 { + right: -75% !important; + left: -75% !important; + } + + .lg\:-inset-y-1\/5 { + top: -20% !important; + bottom: -20% !important; + } + + .lg\:-inset-x-1\/5 { + right: -20% !important; + left: -20% !important; + } + + .lg\:-inset-y-2\/5 { + top: -40% !important; + bottom: -40% !important; + } + + .lg\:-inset-x-2\/5 { + right: -40% !important; + left: -40% !important; + } + + .lg\:-inset-y-3\/5 { + top: -60% !important; + bottom: -60% !important; + } + + .lg\:-inset-x-3\/5 { + right: -60% !important; + left: -60% !important; + } + + .lg\:-inset-y-4\/5 { + top: -80% !important; + bottom: -80% !important; + } + + .lg\:-inset-x-4\/5 { + right: -80% !important; + left: -80% !important; + } + + .lg\:-inset-y-1\/6 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .lg\:-inset-x-1\/6 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .lg\:-inset-y-2\/6 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .lg\:-inset-x-2\/6 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .lg\:-inset-y-3\/6 { + top: -50% !important; + bottom: -50% !important; + } + + .lg\:-inset-x-3\/6 { + right: -50% !important; + left: -50% !important; + } + + .lg\:-inset-y-4\/6 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .lg\:-inset-x-4\/6 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .lg\:-inset-y-5\/6 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .lg\:-inset-x-5\/6 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .lg\:-inset-y-1\/12 { + top: -8.33333% !important; + bottom: -8.33333% !important; + } + + .lg\:-inset-x-1\/12 { + right: -8.33333% !important; + left: -8.33333% !important; + } + + .lg\:-inset-y-2\/12 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .lg\:-inset-x-2\/12 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .lg\:-inset-y-3\/12 { + top: -25% !important; + bottom: -25% !important; + } + + .lg\:-inset-x-3\/12 { + right: -25% !important; + left: -25% !important; + } + + .lg\:-inset-y-4\/12 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .lg\:-inset-x-4\/12 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .lg\:-inset-y-5\/12 { + top: -41.66667% !important; + bottom: -41.66667% !important; + } + + .lg\:-inset-x-5\/12 { + right: -41.66667% !important; + left: -41.66667% !important; + } + + .lg\:-inset-y-6\/12 { + top: -50% !important; + bottom: -50% !important; + } + + .lg\:-inset-x-6\/12 { + right: -50% !important; + left: -50% !important; + } + + .lg\:-inset-y-7\/12 { + top: -58.33333% !important; + bottom: -58.33333% !important; + } + + .lg\:-inset-x-7\/12 { + right: -58.33333% !important; + left: -58.33333% !important; + } + + .lg\:-inset-y-8\/12 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .lg\:-inset-x-8\/12 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .lg\:-inset-y-9\/12 { + top: -75% !important; + bottom: -75% !important; + } + + .lg\:-inset-x-9\/12 { + right: -75% !important; + left: -75% !important; + } + + .lg\:-inset-y-10\/12 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .lg\:-inset-x-10\/12 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .lg\:-inset-y-11\/12 { + top: -91.66667% !important; + bottom: -91.66667% !important; + } + + .lg\:-inset-x-11\/12 { + right: -91.66667% !important; + left: -91.66667% !important; + } + + .lg\:-inset-y-1\/16 { + top: -6.25% !important; + bottom: -6.25% !important; + } + + .lg\:-inset-x-1\/16 { + right: -6.25% !important; + left: -6.25% !important; + } + + .lg\:-inset-y-2\/16 { + top: -12.5% !important; + bottom: -12.5% !important; + } + + .lg\:-inset-x-2\/16 { + right: -12.5% !important; + left: -12.5% !important; + } + + .lg\:-inset-y-3\/16 { + top: -18.75% !important; + bottom: -18.75% !important; + } + + .lg\:-inset-x-3\/16 { + right: -18.75% !important; + left: -18.75% !important; + } + + .lg\:-inset-y-4\/16 { + top: -25% !important; + bottom: -25% !important; + } + + .lg\:-inset-x-4\/16 { + right: -25% !important; + left: -25% !important; + } + + .lg\:-inset-y-5\/16 { + top: -31.25% !important; + bottom: -31.25% !important; + } + + .lg\:-inset-x-5\/16 { + right: -31.25% !important; + left: -31.25% !important; + } + + .lg\:-inset-y-6\/16 { + top: -37.5% !important; + bottom: -37.5% !important; + } + + .lg\:-inset-x-6\/16 { + right: -37.5% !important; + left: -37.5% !important; + } + + .lg\:-inset-y-7\/16 { + top: -43.75% !important; + bottom: -43.75% !important; + } + + .lg\:-inset-x-7\/16 { + right: -43.75% !important; + left: -43.75% !important; + } + + .lg\:-inset-y-8\/16 { + top: -50% !important; + bottom: -50% !important; + } + + .lg\:-inset-x-8\/16 { + right: -50% !important; + left: -50% !important; + } + + .lg\:-inset-y-9\/16 { + top: -56.25% !important; + bottom: -56.25% !important; + } + + .lg\:-inset-x-9\/16 { + right: -56.25% !important; + left: -56.25% !important; + } + + .lg\:-inset-y-10\/16 { + top: -62.5% !important; + bottom: -62.5% !important; + } + + .lg\:-inset-x-10\/16 { + right: -62.5% !important; + left: -62.5% !important; + } + + .lg\:-inset-y-11\/16 { + top: -68.75% !important; + bottom: -68.75% !important; + } + + .lg\:-inset-x-11\/16 { + right: -68.75% !important; + left: -68.75% !important; + } + + .lg\:-inset-y-12\/16 { + top: -75% !important; + bottom: -75% !important; + } + + .lg\:-inset-x-12\/16 { + right: -75% !important; + left: -75% !important; + } + + .lg\:-inset-y-13\/16 { + top: -81.25% !important; + bottom: -81.25% !important; + } + + .lg\:-inset-x-13\/16 { + right: -81.25% !important; + left: -81.25% !important; + } + + .lg\:-inset-y-14\/16 { + top: -87.5% !important; + bottom: -87.5% !important; + } + + .lg\:-inset-x-14\/16 { + right: -87.5% !important; + left: -87.5% !important; + } + + .lg\:-inset-y-15\/16 { + top: -93.75% !important; + bottom: -93.75% !important; + } + + .lg\:-inset-x-15\/16 { + right: -93.75% !important; + left: -93.75% !important; + } + + .lg\:-inset-y-full { + top: -100% !important; + bottom: -100% !important; + } + + .lg\:-inset-x-full { + right: -100% !important; + left: -100% !important; + } + .lg\:top-0 { top: 0 !important; } @@ -101896,6 +161256,502 @@ video { left: 0 !important; } + .lg\:top-1 { + top: 0.25rem !important; + } + + .lg\:right-1 { + right: 0.25rem !important; + } + + .lg\:bottom-1 { + bottom: 0.25rem !important; + } + + .lg\:left-1 { + left: 0.25rem !important; + } + + .lg\:top-2 { + top: 0.5rem !important; + } + + .lg\:right-2 { + right: 0.5rem !important; + } + + .lg\:bottom-2 { + bottom: 0.5rem !important; + } + + .lg\:left-2 { + left: 0.5rem !important; + } + + .lg\:top-3 { + top: 0.75rem !important; + } + + .lg\:right-3 { + right: 0.75rem !important; + } + + .lg\:bottom-3 { + bottom: 0.75rem !important; + } + + .lg\:left-3 { + left: 0.75rem !important; + } + + .lg\:top-4 { + top: 1rem !important; + } + + .lg\:right-4 { + right: 1rem !important; + } + + .lg\:bottom-4 { + bottom: 1rem !important; + } + + .lg\:left-4 { + left: 1rem !important; + } + + .lg\:top-5 { + top: 1.25rem !important; + } + + .lg\:right-5 { + right: 1.25rem !important; + } + + .lg\:bottom-5 { + bottom: 1.25rem !important; + } + + .lg\:left-5 { + left: 1.25rem !important; + } + + .lg\:top-6 { + top: 1.5rem !important; + } + + .lg\:right-6 { + right: 1.5rem !important; + } + + .lg\:bottom-6 { + bottom: 1.5rem !important; + } + + .lg\:left-6 { + left: 1.5rem !important; + } + + .lg\:top-7 { + top: 1.75rem !important; + } + + .lg\:right-7 { + right: 1.75rem !important; + } + + .lg\:bottom-7 { + bottom: 1.75rem !important; + } + + .lg\:left-7 { + left: 1.75rem !important; + } + + .lg\:top-8 { + top: 2rem !important; + } + + .lg\:right-8 { + right: 2rem !important; + } + + .lg\:bottom-8 { + bottom: 2rem !important; + } + + .lg\:left-8 { + left: 2rem !important; + } + + .lg\:top-9 { + top: 2.25rem !important; + } + + .lg\:right-9 { + right: 2.25rem !important; + } + + .lg\:bottom-9 { + bottom: 2.25rem !important; + } + + .lg\:left-9 { + left: 2.25rem !important; + } + + .lg\:top-10 { + top: 2.5rem !important; + } + + .lg\:right-10 { + right: 2.5rem !important; + } + + .lg\:bottom-10 { + bottom: 2.5rem !important; + } + + .lg\:left-10 { + left: 2.5rem !important; + } + + .lg\:top-11 { + top: 2.75rem !important; + } + + .lg\:right-11 { + right: 2.75rem !important; + } + + .lg\:bottom-11 { + bottom: 2.75rem !important; + } + + .lg\:left-11 { + left: 2.75rem !important; + } + + .lg\:top-12 { + top: 3rem !important; + } + + .lg\:right-12 { + right: 3rem !important; + } + + .lg\:bottom-12 { + bottom: 3rem !important; + } + + .lg\:left-12 { + left: 3rem !important; + } + + .lg\:top-13 { + top: 3.25rem !important; + } + + .lg\:right-13 { + right: 3.25rem !important; + } + + .lg\:bottom-13 { + bottom: 3.25rem !important; + } + + .lg\:left-13 { + left: 3.25rem !important; + } + + .lg\:top-14 { + top: 3.5rem !important; + } + + .lg\:right-14 { + right: 3.5rem !important; + } + + .lg\:bottom-14 { + bottom: 3.5rem !important; + } + + .lg\:left-14 { + left: 3.5rem !important; + } + + .lg\:top-15 { + top: 3.75rem !important; + } + + .lg\:right-15 { + right: 3.75rem !important; + } + + .lg\:bottom-15 { + bottom: 3.75rem !important; + } + + .lg\:left-15 { + left: 3.75rem !important; + } + + .lg\:top-16 { + top: 4rem !important; + } + + .lg\:right-16 { + right: 4rem !important; + } + + .lg\:bottom-16 { + bottom: 4rem !important; + } + + .lg\:left-16 { + left: 4rem !important; + } + + .lg\:top-20 { + top: 5rem !important; + } + + .lg\:right-20 { + right: 5rem !important; + } + + .lg\:bottom-20 { + bottom: 5rem !important; + } + + .lg\:left-20 { + left: 5rem !important; + } + + .lg\:top-24 { + top: 6rem !important; + } + + .lg\:right-24 { + right: 6rem !important; + } + + .lg\:bottom-24 { + bottom: 6rem !important; + } + + .lg\:left-24 { + left: 6rem !important; + } + + .lg\:top-28 { + top: 7rem !important; + } + + .lg\:right-28 { + right: 7rem !important; + } + + .lg\:bottom-28 { + bottom: 7rem !important; + } + + .lg\:left-28 { + left: 7rem !important; + } + + .lg\:top-32 { + top: 8rem !important; + } + + .lg\:right-32 { + right: 8rem !important; + } + + .lg\:bottom-32 { + bottom: 8rem !important; + } + + .lg\:left-32 { + left: 8rem !important; + } + + .lg\:top-36 { + top: 9rem !important; + } + + .lg\:right-36 { + right: 9rem !important; + } + + .lg\:bottom-36 { + bottom: 9rem !important; + } + + .lg\:left-36 { + left: 9rem !important; + } + + .lg\:top-40 { + top: 10rem !important; + } + + .lg\:right-40 { + right: 10rem !important; + } + + .lg\:bottom-40 { + bottom: 10rem !important; + } + + .lg\:left-40 { + left: 10rem !important; + } + + .lg\:top-44 { + top: 11rem !important; + } + + .lg\:right-44 { + right: 11rem !important; + } + + .lg\:bottom-44 { + bottom: 11rem !important; + } + + .lg\:left-44 { + left: 11rem !important; + } + + .lg\:top-48 { + top: 12rem !important; + } + + .lg\:right-48 { + right: 12rem !important; + } + + .lg\:bottom-48 { + bottom: 12rem !important; + } + + .lg\:left-48 { + left: 12rem !important; + } + + .lg\:top-52 { + top: 13rem !important; + } + + .lg\:right-52 { + right: 13rem !important; + } + + .lg\:bottom-52 { + bottom: 13rem !important; + } + + .lg\:left-52 { + left: 13rem !important; + } + + .lg\:top-56 { + top: 14rem !important; + } + + .lg\:right-56 { + right: 14rem !important; + } + + .lg\:bottom-56 { + bottom: 14rem !important; + } + + .lg\:left-56 { + left: 14rem !important; + } + + .lg\:top-60 { + top: 15rem !important; + } + + .lg\:right-60 { + right: 15rem !important; + } + + .lg\:bottom-60 { + bottom: 15rem !important; + } + + .lg\:left-60 { + left: 15rem !important; + } + + .lg\:top-64 { + top: 16rem !important; + } + + .lg\:right-64 { + right: 16rem !important; + } + + .lg\:bottom-64 { + bottom: 16rem !important; + } + + .lg\:left-64 { + left: 16rem !important; + } + + .lg\:top-72 { + top: 18rem !important; + } + + .lg\:right-72 { + right: 18rem !important; + } + + .lg\:bottom-72 { + bottom: 18rem !important; + } + + .lg\:left-72 { + left: 18rem !important; + } + + .lg\:top-80 { + top: 20rem !important; + } + + .lg\:right-80 { + right: 20rem !important; + } + + .lg\:bottom-80 { + bottom: 20rem !important; + } + + .lg\:left-80 { + left: 20rem !important; + } + + .lg\:top-96 { + top: 24rem !important; + } + + .lg\:right-96 { + right: 24rem !important; + } + + .lg\:bottom-96 { + bottom: 24rem !important; + } + + .lg\:left-96 { + left: 24rem !important; + } + .lg\:top-auto { top: auto !important; } @@ -101912,6 +161768,2006 @@ video { left: auto !important; } + .lg\:top-px { + top: 1px !important; + } + + .lg\:right-px { + right: 1px !important; + } + + .lg\:bottom-px { + bottom: 1px !important; + } + + .lg\:left-px { + left: 1px !important; + } + + .lg\:top-0\.5 { + top: 0.125rem !important; + } + + .lg\:right-0\.5 { + right: 0.125rem !important; + } + + .lg\:bottom-0\.5 { + bottom: 0.125rem !important; + } + + .lg\:left-0\.5 { + left: 0.125rem !important; + } + + .lg\:top-1\.5 { + top: 0.375rem !important; + } + + .lg\:right-1\.5 { + right: 0.375rem !important; + } + + .lg\:bottom-1\.5 { + bottom: 0.375rem !important; + } + + .lg\:left-1\.5 { + left: 0.375rem !important; + } + + .lg\:top-2\.5 { + top: 0.625rem !important; + } + + .lg\:right-2\.5 { + right: 0.625rem !important; + } + + .lg\:bottom-2\.5 { + bottom: 0.625rem !important; + } + + .lg\:left-2\.5 { + left: 0.625rem !important; + } + + .lg\:top-3\.5 { + top: 0.875rem !important; + } + + .lg\:right-3\.5 { + right: 0.875rem !important; + } + + .lg\:bottom-3\.5 { + bottom: 0.875rem !important; + } + + .lg\:left-3\.5 { + left: 0.875rem !important; + } + + .lg\:top-1\/2 { + top: 50% !important; + } + + .lg\:right-1\/2 { + right: 50% !important; + } + + .lg\:bottom-1\/2 { + bottom: 50% !important; + } + + .lg\:left-1\/2 { + left: 50% !important; + } + + .lg\:top-1\/3 { + top: 33.333333% !important; + } + + .lg\:right-1\/3 { + right: 33.333333% !important; + } + + .lg\:bottom-1\/3 { + bottom: 33.333333% !important; + } + + .lg\:left-1\/3 { + left: 33.333333% !important; + } + + .lg\:top-2\/3 { + top: 66.666667% !important; + } + + .lg\:right-2\/3 { + right: 66.666667% !important; + } + + .lg\:bottom-2\/3 { + bottom: 66.666667% !important; + } + + .lg\:left-2\/3 { + left: 66.666667% !important; + } + + .lg\:top-1\/4 { + top: 25% !important; + } + + .lg\:right-1\/4 { + right: 25% !important; + } + + .lg\:bottom-1\/4 { + bottom: 25% !important; + } + + .lg\:left-1\/4 { + left: 25% !important; + } + + .lg\:top-2\/4 { + top: 50% !important; + } + + .lg\:right-2\/4 { + right: 50% !important; + } + + .lg\:bottom-2\/4 { + bottom: 50% !important; + } + + .lg\:left-2\/4 { + left: 50% !important; + } + + .lg\:top-3\/4 { + top: 75% !important; + } + + .lg\:right-3\/4 { + right: 75% !important; + } + + .lg\:bottom-3\/4 { + bottom: 75% !important; + } + + .lg\:left-3\/4 { + left: 75% !important; + } + + .lg\:top-1\/5 { + top: 20% !important; + } + + .lg\:right-1\/5 { + right: 20% !important; + } + + .lg\:bottom-1\/5 { + bottom: 20% !important; + } + + .lg\:left-1\/5 { + left: 20% !important; + } + + .lg\:top-2\/5 { + top: 40% !important; + } + + .lg\:right-2\/5 { + right: 40% !important; + } + + .lg\:bottom-2\/5 { + bottom: 40% !important; + } + + .lg\:left-2\/5 { + left: 40% !important; + } + + .lg\:top-3\/5 { + top: 60% !important; + } + + .lg\:right-3\/5 { + right: 60% !important; + } + + .lg\:bottom-3\/5 { + bottom: 60% !important; + } + + .lg\:left-3\/5 { + left: 60% !important; + } + + .lg\:top-4\/5 { + top: 80% !important; + } + + .lg\:right-4\/5 { + right: 80% !important; + } + + .lg\:bottom-4\/5 { + bottom: 80% !important; + } + + .lg\:left-4\/5 { + left: 80% !important; + } + + .lg\:top-1\/6 { + top: 16.666667% !important; + } + + .lg\:right-1\/6 { + right: 16.666667% !important; + } + + .lg\:bottom-1\/6 { + bottom: 16.666667% !important; + } + + .lg\:left-1\/6 { + left: 16.666667% !important; + } + + .lg\:top-2\/6 { + top: 33.333333% !important; + } + + .lg\:right-2\/6 { + right: 33.333333% !important; + } + + .lg\:bottom-2\/6 { + bottom: 33.333333% !important; + } + + .lg\:left-2\/6 { + left: 33.333333% !important; + } + + .lg\:top-3\/6 { + top: 50% !important; + } + + .lg\:right-3\/6 { + right: 50% !important; + } + + .lg\:bottom-3\/6 { + bottom: 50% !important; + } + + .lg\:left-3\/6 { + left: 50% !important; + } + + .lg\:top-4\/6 { + top: 66.666667% !important; + } + + .lg\:right-4\/6 { + right: 66.666667% !important; + } + + .lg\:bottom-4\/6 { + bottom: 66.666667% !important; + } + + .lg\:left-4\/6 { + left: 66.666667% !important; + } + + .lg\:top-5\/6 { + top: 83.333333% !important; + } + + .lg\:right-5\/6 { + right: 83.333333% !important; + } + + .lg\:bottom-5\/6 { + bottom: 83.333333% !important; + } + + .lg\:left-5\/6 { + left: 83.333333% !important; + } + + .lg\:top-1\/12 { + top: 8.333333% !important; + } + + .lg\:right-1\/12 { + right: 8.333333% !important; + } + + .lg\:bottom-1\/12 { + bottom: 8.333333% !important; + } + + .lg\:left-1\/12 { + left: 8.333333% !important; + } + + .lg\:top-2\/12 { + top: 16.666667% !important; + } + + .lg\:right-2\/12 { + right: 16.666667% !important; + } + + .lg\:bottom-2\/12 { + bottom: 16.666667% !important; + } + + .lg\:left-2\/12 { + left: 16.666667% !important; + } + + .lg\:top-3\/12 { + top: 25% !important; + } + + .lg\:right-3\/12 { + right: 25% !important; + } + + .lg\:bottom-3\/12 { + bottom: 25% !important; + } + + .lg\:left-3\/12 { + left: 25% !important; + } + + .lg\:top-4\/12 { + top: 33.333333% !important; + } + + .lg\:right-4\/12 { + right: 33.333333% !important; + } + + .lg\:bottom-4\/12 { + bottom: 33.333333% !important; + } + + .lg\:left-4\/12 { + left: 33.333333% !important; + } + + .lg\:top-5\/12 { + top: 41.666667% !important; + } + + .lg\:right-5\/12 { + right: 41.666667% !important; + } + + .lg\:bottom-5\/12 { + bottom: 41.666667% !important; + } + + .lg\:left-5\/12 { + left: 41.666667% !important; + } + + .lg\:top-6\/12 { + top: 50% !important; + } + + .lg\:right-6\/12 { + right: 50% !important; + } + + .lg\:bottom-6\/12 { + bottom: 50% !important; + } + + .lg\:left-6\/12 { + left: 50% !important; + } + + .lg\:top-7\/12 { + top: 58.333333% !important; + } + + .lg\:right-7\/12 { + right: 58.333333% !important; + } + + .lg\:bottom-7\/12 { + bottom: 58.333333% !important; + } + + .lg\:left-7\/12 { + left: 58.333333% !important; + } + + .lg\:top-8\/12 { + top: 66.666667% !important; + } + + .lg\:right-8\/12 { + right: 66.666667% !important; + } + + .lg\:bottom-8\/12 { + bottom: 66.666667% !important; + } + + .lg\:left-8\/12 { + left: 66.666667% !important; + } + + .lg\:top-9\/12 { + top: 75% !important; + } + + .lg\:right-9\/12 { + right: 75% !important; + } + + .lg\:bottom-9\/12 { + bottom: 75% !important; + } + + .lg\:left-9\/12 { + left: 75% !important; + } + + .lg\:top-10\/12 { + top: 83.333333% !important; + } + + .lg\:right-10\/12 { + right: 83.333333% !important; + } + + .lg\:bottom-10\/12 { + bottom: 83.333333% !important; + } + + .lg\:left-10\/12 { + left: 83.333333% !important; + } + + .lg\:top-11\/12 { + top: 91.666667% !important; + } + + .lg\:right-11\/12 { + right: 91.666667% !important; + } + + .lg\:bottom-11\/12 { + bottom: 91.666667% !important; + } + + .lg\:left-11\/12 { + left: 91.666667% !important; + } + + .lg\:top-1\/16 { + top: 6.25% !important; + } + + .lg\:right-1\/16 { + right: 6.25% !important; + } + + .lg\:bottom-1\/16 { + bottom: 6.25% !important; + } + + .lg\:left-1\/16 { + left: 6.25% !important; + } + + .lg\:top-2\/16 { + top: 12.5% !important; + } + + .lg\:right-2\/16 { + right: 12.5% !important; + } + + .lg\:bottom-2\/16 { + bottom: 12.5% !important; + } + + .lg\:left-2\/16 { + left: 12.5% !important; + } + + .lg\:top-3\/16 { + top: 18.75% !important; + } + + .lg\:right-3\/16 { + right: 18.75% !important; + } + + .lg\:bottom-3\/16 { + bottom: 18.75% !important; + } + + .lg\:left-3\/16 { + left: 18.75% !important; + } + + .lg\:top-4\/16 { + top: 25% !important; + } + + .lg\:right-4\/16 { + right: 25% !important; + } + + .lg\:bottom-4\/16 { + bottom: 25% !important; + } + + .lg\:left-4\/16 { + left: 25% !important; + } + + .lg\:top-5\/16 { + top: 31.25% !important; + } + + .lg\:right-5\/16 { + right: 31.25% !important; + } + + .lg\:bottom-5\/16 { + bottom: 31.25% !important; + } + + .lg\:left-5\/16 { + left: 31.25% !important; + } + + .lg\:top-6\/16 { + top: 37.5% !important; + } + + .lg\:right-6\/16 { + right: 37.5% !important; + } + + .lg\:bottom-6\/16 { + bottom: 37.5% !important; + } + + .lg\:left-6\/16 { + left: 37.5% !important; + } + + .lg\:top-7\/16 { + top: 43.75% !important; + } + + .lg\:right-7\/16 { + right: 43.75% !important; + } + + .lg\:bottom-7\/16 { + bottom: 43.75% !important; + } + + .lg\:left-7\/16 { + left: 43.75% !important; + } + + .lg\:top-8\/16 { + top: 50% !important; + } + + .lg\:right-8\/16 { + right: 50% !important; + } + + .lg\:bottom-8\/16 { + bottom: 50% !important; + } + + .lg\:left-8\/16 { + left: 50% !important; + } + + .lg\:top-9\/16 { + top: 56.25% !important; + } + + .lg\:right-9\/16 { + right: 56.25% !important; + } + + .lg\:bottom-9\/16 { + bottom: 56.25% !important; + } + + .lg\:left-9\/16 { + left: 56.25% !important; + } + + .lg\:top-10\/16 { + top: 62.5% !important; + } + + .lg\:right-10\/16 { + right: 62.5% !important; + } + + .lg\:bottom-10\/16 { + bottom: 62.5% !important; + } + + .lg\:left-10\/16 { + left: 62.5% !important; + } + + .lg\:top-11\/16 { + top: 68.75% !important; + } + + .lg\:right-11\/16 { + right: 68.75% !important; + } + + .lg\:bottom-11\/16 { + bottom: 68.75% !important; + } + + .lg\:left-11\/16 { + left: 68.75% !important; + } + + .lg\:top-12\/16 { + top: 75% !important; + } + + .lg\:right-12\/16 { + right: 75% !important; + } + + .lg\:bottom-12\/16 { + bottom: 75% !important; + } + + .lg\:left-12\/16 { + left: 75% !important; + } + + .lg\:top-13\/16 { + top: 81.25% !important; + } + + .lg\:right-13\/16 { + right: 81.25% !important; + } + + .lg\:bottom-13\/16 { + bottom: 81.25% !important; + } + + .lg\:left-13\/16 { + left: 81.25% !important; + } + + .lg\:top-14\/16 { + top: 87.5% !important; + } + + .lg\:right-14\/16 { + right: 87.5% !important; + } + + .lg\:bottom-14\/16 { + bottom: 87.5% !important; + } + + .lg\:left-14\/16 { + left: 87.5% !important; + } + + .lg\:top-15\/16 { + top: 93.75% !important; + } + + .lg\:right-15\/16 { + right: 93.75% !important; + } + + .lg\:bottom-15\/16 { + bottom: 93.75% !important; + } + + .lg\:left-15\/16 { + left: 93.75% !important; + } + + .lg\:top-full { + top: 100% !important; + } + + .lg\:right-full { + right: 100% !important; + } + + .lg\:bottom-full { + bottom: 100% !important; + } + + .lg\:left-full { + left: 100% !important; + } + + .lg\:-top-1 { + top: -0.25rem !important; + } + + .lg\:-right-1 { + right: -0.25rem !important; + } + + .lg\:-bottom-1 { + bottom: -0.25rem !important; + } + + .lg\:-left-1 { + left: -0.25rem !important; + } + + .lg\:-top-2 { + top: -0.5rem !important; + } + + .lg\:-right-2 { + right: -0.5rem !important; + } + + .lg\:-bottom-2 { + bottom: -0.5rem !important; + } + + .lg\:-left-2 { + left: -0.5rem !important; + } + + .lg\:-top-3 { + top: -0.75rem !important; + } + + .lg\:-right-3 { + right: -0.75rem !important; + } + + .lg\:-bottom-3 { + bottom: -0.75rem !important; + } + + .lg\:-left-3 { + left: -0.75rem !important; + } + + .lg\:-top-4 { + top: -1rem !important; + } + + .lg\:-right-4 { + right: -1rem !important; + } + + .lg\:-bottom-4 { + bottom: -1rem !important; + } + + .lg\:-left-4 { + left: -1rem !important; + } + + .lg\:-top-5 { + top: -1.25rem !important; + } + + .lg\:-right-5 { + right: -1.25rem !important; + } + + .lg\:-bottom-5 { + bottom: -1.25rem !important; + } + + .lg\:-left-5 { + left: -1.25rem !important; + } + + .lg\:-top-6 { + top: -1.5rem !important; + } + + .lg\:-right-6 { + right: -1.5rem !important; + } + + .lg\:-bottom-6 { + bottom: -1.5rem !important; + } + + .lg\:-left-6 { + left: -1.5rem !important; + } + + .lg\:-top-7 { + top: -1.75rem !important; + } + + .lg\:-right-7 { + right: -1.75rem !important; + } + + .lg\:-bottom-7 { + bottom: -1.75rem !important; + } + + .lg\:-left-7 { + left: -1.75rem !important; + } + + .lg\:-top-8 { + top: -2rem !important; + } + + .lg\:-right-8 { + right: -2rem !important; + } + + .lg\:-bottom-8 { + bottom: -2rem !important; + } + + .lg\:-left-8 { + left: -2rem !important; + } + + .lg\:-top-9 { + top: -2.25rem !important; + } + + .lg\:-right-9 { + right: -2.25rem !important; + } + + .lg\:-bottom-9 { + bottom: -2.25rem !important; + } + + .lg\:-left-9 { + left: -2.25rem !important; + } + + .lg\:-top-10 { + top: -2.5rem !important; + } + + .lg\:-right-10 { + right: -2.5rem !important; + } + + .lg\:-bottom-10 { + bottom: -2.5rem !important; + } + + .lg\:-left-10 { + left: -2.5rem !important; + } + + .lg\:-top-11 { + top: -2.75rem !important; + } + + .lg\:-right-11 { + right: -2.75rem !important; + } + + .lg\:-bottom-11 { + bottom: -2.75rem !important; + } + + .lg\:-left-11 { + left: -2.75rem !important; + } + + .lg\:-top-12 { + top: -3rem !important; + } + + .lg\:-right-12 { + right: -3rem !important; + } + + .lg\:-bottom-12 { + bottom: -3rem !important; + } + + .lg\:-left-12 { + left: -3rem !important; + } + + .lg\:-top-13 { + top: -3.25rem !important; + } + + .lg\:-right-13 { + right: -3.25rem !important; + } + + .lg\:-bottom-13 { + bottom: -3.25rem !important; + } + + .lg\:-left-13 { + left: -3.25rem !important; + } + + .lg\:-top-14 { + top: -3.5rem !important; + } + + .lg\:-right-14 { + right: -3.5rem !important; + } + + .lg\:-bottom-14 { + bottom: -3.5rem !important; + } + + .lg\:-left-14 { + left: -3.5rem !important; + } + + .lg\:-top-15 { + top: -3.75rem !important; + } + + .lg\:-right-15 { + right: -3.75rem !important; + } + + .lg\:-bottom-15 { + bottom: -3.75rem !important; + } + + .lg\:-left-15 { + left: -3.75rem !important; + } + + .lg\:-top-16 { + top: -4rem !important; + } + + .lg\:-right-16 { + right: -4rem !important; + } + + .lg\:-bottom-16 { + bottom: -4rem !important; + } + + .lg\:-left-16 { + left: -4rem !important; + } + + .lg\:-top-20 { + top: -5rem !important; + } + + .lg\:-right-20 { + right: -5rem !important; + } + + .lg\:-bottom-20 { + bottom: -5rem !important; + } + + .lg\:-left-20 { + left: -5rem !important; + } + + .lg\:-top-24 { + top: -6rem !important; + } + + .lg\:-right-24 { + right: -6rem !important; + } + + .lg\:-bottom-24 { + bottom: -6rem !important; + } + + .lg\:-left-24 { + left: -6rem !important; + } + + .lg\:-top-28 { + top: -7rem !important; + } + + .lg\:-right-28 { + right: -7rem !important; + } + + .lg\:-bottom-28 { + bottom: -7rem !important; + } + + .lg\:-left-28 { + left: -7rem !important; + } + + .lg\:-top-32 { + top: -8rem !important; + } + + .lg\:-right-32 { + right: -8rem !important; + } + + .lg\:-bottom-32 { + bottom: -8rem !important; + } + + .lg\:-left-32 { + left: -8rem !important; + } + + .lg\:-top-36 { + top: -9rem !important; + } + + .lg\:-right-36 { + right: -9rem !important; + } + + .lg\:-bottom-36 { + bottom: -9rem !important; + } + + .lg\:-left-36 { + left: -9rem !important; + } + + .lg\:-top-40 { + top: -10rem !important; + } + + .lg\:-right-40 { + right: -10rem !important; + } + + .lg\:-bottom-40 { + bottom: -10rem !important; + } + + .lg\:-left-40 { + left: -10rem !important; + } + + .lg\:-top-44 { + top: -11rem !important; + } + + .lg\:-right-44 { + right: -11rem !important; + } + + .lg\:-bottom-44 { + bottom: -11rem !important; + } + + .lg\:-left-44 { + left: -11rem !important; + } + + .lg\:-top-48 { + top: -12rem !important; + } + + .lg\:-right-48 { + right: -12rem !important; + } + + .lg\:-bottom-48 { + bottom: -12rem !important; + } + + .lg\:-left-48 { + left: -12rem !important; + } + + .lg\:-top-52 { + top: -13rem !important; + } + + .lg\:-right-52 { + right: -13rem !important; + } + + .lg\:-bottom-52 { + bottom: -13rem !important; + } + + .lg\:-left-52 { + left: -13rem !important; + } + + .lg\:-top-56 { + top: -14rem !important; + } + + .lg\:-right-56 { + right: -14rem !important; + } + + .lg\:-bottom-56 { + bottom: -14rem !important; + } + + .lg\:-left-56 { + left: -14rem !important; + } + + .lg\:-top-60 { + top: -15rem !important; + } + + .lg\:-right-60 { + right: -15rem !important; + } + + .lg\:-bottom-60 { + bottom: -15rem !important; + } + + .lg\:-left-60 { + left: -15rem !important; + } + + .lg\:-top-64 { + top: -16rem !important; + } + + .lg\:-right-64 { + right: -16rem !important; + } + + .lg\:-bottom-64 { + bottom: -16rem !important; + } + + .lg\:-left-64 { + left: -16rem !important; + } + + .lg\:-top-72 { + top: -18rem !important; + } + + .lg\:-right-72 { + right: -18rem !important; + } + + .lg\:-bottom-72 { + bottom: -18rem !important; + } + + .lg\:-left-72 { + left: -18rem !important; + } + + .lg\:-top-80 { + top: -20rem !important; + } + + .lg\:-right-80 { + right: -20rem !important; + } + + .lg\:-bottom-80 { + bottom: -20rem !important; + } + + .lg\:-left-80 { + left: -20rem !important; + } + + .lg\:-top-96 { + top: -24rem !important; + } + + .lg\:-right-96 { + right: -24rem !important; + } + + .lg\:-bottom-96 { + bottom: -24rem !important; + } + + .lg\:-left-96 { + left: -24rem !important; + } + + .lg\:-top-px { + top: -1px !important; + } + + .lg\:-right-px { + right: -1px !important; + } + + .lg\:-bottom-px { + bottom: -1px !important; + } + + .lg\:-left-px { + left: -1px !important; + } + + .lg\:-top-0\.5 { + top: -0.125rem !important; + } + + .lg\:-right-0\.5 { + right: -0.125rem !important; + } + + .lg\:-bottom-0\.5 { + bottom: -0.125rem !important; + } + + .lg\:-left-0\.5 { + left: -0.125rem !important; + } + + .lg\:-top-1\.5 { + top: -0.375rem !important; + } + + .lg\:-right-1\.5 { + right: -0.375rem !important; + } + + .lg\:-bottom-1\.5 { + bottom: -0.375rem !important; + } + + .lg\:-left-1\.5 { + left: -0.375rem !important; + } + + .lg\:-top-2\.5 { + top: -0.625rem !important; + } + + .lg\:-right-2\.5 { + right: -0.625rem !important; + } + + .lg\:-bottom-2\.5 { + bottom: -0.625rem !important; + } + + .lg\:-left-2\.5 { + left: -0.625rem !important; + } + + .lg\:-top-3\.5 { + top: -0.875rem !important; + } + + .lg\:-right-3\.5 { + right: -0.875rem !important; + } + + .lg\:-bottom-3\.5 { + bottom: -0.875rem !important; + } + + .lg\:-left-3\.5 { + left: -0.875rem !important; + } + + .lg\:-top-1\/2 { + top: -50% !important; + } + + .lg\:-right-1\/2 { + right: -50% !important; + } + + .lg\:-bottom-1\/2 { + bottom: -50% !important; + } + + .lg\:-left-1\/2 { + left: -50% !important; + } + + .lg\:-top-1\/3 { + top: -33.33333% !important; + } + + .lg\:-right-1\/3 { + right: -33.33333% !important; + } + + .lg\:-bottom-1\/3 { + bottom: -33.33333% !important; + } + + .lg\:-left-1\/3 { + left: -33.33333% !important; + } + + .lg\:-top-2\/3 { + top: -66.66667% !important; + } + + .lg\:-right-2\/3 { + right: -66.66667% !important; + } + + .lg\:-bottom-2\/3 { + bottom: -66.66667% !important; + } + + .lg\:-left-2\/3 { + left: -66.66667% !important; + } + + .lg\:-top-1\/4 { + top: -25% !important; + } + + .lg\:-right-1\/4 { + right: -25% !important; + } + + .lg\:-bottom-1\/4 { + bottom: -25% !important; + } + + .lg\:-left-1\/4 { + left: -25% !important; + } + + .lg\:-top-2\/4 { + top: -50% !important; + } + + .lg\:-right-2\/4 { + right: -50% !important; + } + + .lg\:-bottom-2\/4 { + bottom: -50% !important; + } + + .lg\:-left-2\/4 { + left: -50% !important; + } + + .lg\:-top-3\/4 { + top: -75% !important; + } + + .lg\:-right-3\/4 { + right: -75% !important; + } + + .lg\:-bottom-3\/4 { + bottom: -75% !important; + } + + .lg\:-left-3\/4 { + left: -75% !important; + } + + .lg\:-top-1\/5 { + top: -20% !important; + } + + .lg\:-right-1\/5 { + right: -20% !important; + } + + .lg\:-bottom-1\/5 { + bottom: -20% !important; + } + + .lg\:-left-1\/5 { + left: -20% !important; + } + + .lg\:-top-2\/5 { + top: -40% !important; + } + + .lg\:-right-2\/5 { + right: -40% !important; + } + + .lg\:-bottom-2\/5 { + bottom: -40% !important; + } + + .lg\:-left-2\/5 { + left: -40% !important; + } + + .lg\:-top-3\/5 { + top: -60% !important; + } + + .lg\:-right-3\/5 { + right: -60% !important; + } + + .lg\:-bottom-3\/5 { + bottom: -60% !important; + } + + .lg\:-left-3\/5 { + left: -60% !important; + } + + .lg\:-top-4\/5 { + top: -80% !important; + } + + .lg\:-right-4\/5 { + right: -80% !important; + } + + .lg\:-bottom-4\/5 { + bottom: -80% !important; + } + + .lg\:-left-4\/5 { + left: -80% !important; + } + + .lg\:-top-1\/6 { + top: -16.66667% !important; + } + + .lg\:-right-1\/6 { + right: -16.66667% !important; + } + + .lg\:-bottom-1\/6 { + bottom: -16.66667% !important; + } + + .lg\:-left-1\/6 { + left: -16.66667% !important; + } + + .lg\:-top-2\/6 { + top: -33.33333% !important; + } + + .lg\:-right-2\/6 { + right: -33.33333% !important; + } + + .lg\:-bottom-2\/6 { + bottom: -33.33333% !important; + } + + .lg\:-left-2\/6 { + left: -33.33333% !important; + } + + .lg\:-top-3\/6 { + top: -50% !important; + } + + .lg\:-right-3\/6 { + right: -50% !important; + } + + .lg\:-bottom-3\/6 { + bottom: -50% !important; + } + + .lg\:-left-3\/6 { + left: -50% !important; + } + + .lg\:-top-4\/6 { + top: -66.66667% !important; + } + + .lg\:-right-4\/6 { + right: -66.66667% !important; + } + + .lg\:-bottom-4\/6 { + bottom: -66.66667% !important; + } + + .lg\:-left-4\/6 { + left: -66.66667% !important; + } + + .lg\:-top-5\/6 { + top: -83.33333% !important; + } + + .lg\:-right-5\/6 { + right: -83.33333% !important; + } + + .lg\:-bottom-5\/6 { + bottom: -83.33333% !important; + } + + .lg\:-left-5\/6 { + left: -83.33333% !important; + } + + .lg\:-top-1\/12 { + top: -8.33333% !important; + } + + .lg\:-right-1\/12 { + right: -8.33333% !important; + } + + .lg\:-bottom-1\/12 { + bottom: -8.33333% !important; + } + + .lg\:-left-1\/12 { + left: -8.33333% !important; + } + + .lg\:-top-2\/12 { + top: -16.66667% !important; + } + + .lg\:-right-2\/12 { + right: -16.66667% !important; + } + + .lg\:-bottom-2\/12 { + bottom: -16.66667% !important; + } + + .lg\:-left-2\/12 { + left: -16.66667% !important; + } + + .lg\:-top-3\/12 { + top: -25% !important; + } + + .lg\:-right-3\/12 { + right: -25% !important; + } + + .lg\:-bottom-3\/12 { + bottom: -25% !important; + } + + .lg\:-left-3\/12 { + left: -25% !important; + } + + .lg\:-top-4\/12 { + top: -33.33333% !important; + } + + .lg\:-right-4\/12 { + right: -33.33333% !important; + } + + .lg\:-bottom-4\/12 { + bottom: -33.33333% !important; + } + + .lg\:-left-4\/12 { + left: -33.33333% !important; + } + + .lg\:-top-5\/12 { + top: -41.66667% !important; + } + + .lg\:-right-5\/12 { + right: -41.66667% !important; + } + + .lg\:-bottom-5\/12 { + bottom: -41.66667% !important; + } + + .lg\:-left-5\/12 { + left: -41.66667% !important; + } + + .lg\:-top-6\/12 { + top: -50% !important; + } + + .lg\:-right-6\/12 { + right: -50% !important; + } + + .lg\:-bottom-6\/12 { + bottom: -50% !important; + } + + .lg\:-left-6\/12 { + left: -50% !important; + } + + .lg\:-top-7\/12 { + top: -58.33333% !important; + } + + .lg\:-right-7\/12 { + right: -58.33333% !important; + } + + .lg\:-bottom-7\/12 { + bottom: -58.33333% !important; + } + + .lg\:-left-7\/12 { + left: -58.33333% !important; + } + + .lg\:-top-8\/12 { + top: -66.66667% !important; + } + + .lg\:-right-8\/12 { + right: -66.66667% !important; + } + + .lg\:-bottom-8\/12 { + bottom: -66.66667% !important; + } + + .lg\:-left-8\/12 { + left: -66.66667% !important; + } + + .lg\:-top-9\/12 { + top: -75% !important; + } + + .lg\:-right-9\/12 { + right: -75% !important; + } + + .lg\:-bottom-9\/12 { + bottom: -75% !important; + } + + .lg\:-left-9\/12 { + left: -75% !important; + } + + .lg\:-top-10\/12 { + top: -83.33333% !important; + } + + .lg\:-right-10\/12 { + right: -83.33333% !important; + } + + .lg\:-bottom-10\/12 { + bottom: -83.33333% !important; + } + + .lg\:-left-10\/12 { + left: -83.33333% !important; + } + + .lg\:-top-11\/12 { + top: -91.66667% !important; + } + + .lg\:-right-11\/12 { + right: -91.66667% !important; + } + + .lg\:-bottom-11\/12 { + bottom: -91.66667% !important; + } + + .lg\:-left-11\/12 { + left: -91.66667% !important; + } + + .lg\:-top-1\/16 { + top: -6.25% !important; + } + + .lg\:-right-1\/16 { + right: -6.25% !important; + } + + .lg\:-bottom-1\/16 { + bottom: -6.25% !important; + } + + .lg\:-left-1\/16 { + left: -6.25% !important; + } + + .lg\:-top-2\/16 { + top: -12.5% !important; + } + + .lg\:-right-2\/16 { + right: -12.5% !important; + } + + .lg\:-bottom-2\/16 { + bottom: -12.5% !important; + } + + .lg\:-left-2\/16 { + left: -12.5% !important; + } + + .lg\:-top-3\/16 { + top: -18.75% !important; + } + + .lg\:-right-3\/16 { + right: -18.75% !important; + } + + .lg\:-bottom-3\/16 { + bottom: -18.75% !important; + } + + .lg\:-left-3\/16 { + left: -18.75% !important; + } + + .lg\:-top-4\/16 { + top: -25% !important; + } + + .lg\:-right-4\/16 { + right: -25% !important; + } + + .lg\:-bottom-4\/16 { + bottom: -25% !important; + } + + .lg\:-left-4\/16 { + left: -25% !important; + } + + .lg\:-top-5\/16 { + top: -31.25% !important; + } + + .lg\:-right-5\/16 { + right: -31.25% !important; + } + + .lg\:-bottom-5\/16 { + bottom: -31.25% !important; + } + + .lg\:-left-5\/16 { + left: -31.25% !important; + } + + .lg\:-top-6\/16 { + top: -37.5% !important; + } + + .lg\:-right-6\/16 { + right: -37.5% !important; + } + + .lg\:-bottom-6\/16 { + bottom: -37.5% !important; + } + + .lg\:-left-6\/16 { + left: -37.5% !important; + } + + .lg\:-top-7\/16 { + top: -43.75% !important; + } + + .lg\:-right-7\/16 { + right: -43.75% !important; + } + + .lg\:-bottom-7\/16 { + bottom: -43.75% !important; + } + + .lg\:-left-7\/16 { + left: -43.75% !important; + } + + .lg\:-top-8\/16 { + top: -50% !important; + } + + .lg\:-right-8\/16 { + right: -50% !important; + } + + .lg\:-bottom-8\/16 { + bottom: -50% !important; + } + + .lg\:-left-8\/16 { + left: -50% !important; + } + + .lg\:-top-9\/16 { + top: -56.25% !important; + } + + .lg\:-right-9\/16 { + right: -56.25% !important; + } + + .lg\:-bottom-9\/16 { + bottom: -56.25% !important; + } + + .lg\:-left-9\/16 { + left: -56.25% !important; + } + + .lg\:-top-10\/16 { + top: -62.5% !important; + } + + .lg\:-right-10\/16 { + right: -62.5% !important; + } + + .lg\:-bottom-10\/16 { + bottom: -62.5% !important; + } + + .lg\:-left-10\/16 { + left: -62.5% !important; + } + + .lg\:-top-11\/16 { + top: -68.75% !important; + } + + .lg\:-right-11\/16 { + right: -68.75% !important; + } + + .lg\:-bottom-11\/16 { + bottom: -68.75% !important; + } + + .lg\:-left-11\/16 { + left: -68.75% !important; + } + + .lg\:-top-12\/16 { + top: -75% !important; + } + + .lg\:-right-12\/16 { + right: -75% !important; + } + + .lg\:-bottom-12\/16 { + bottom: -75% !important; + } + + .lg\:-left-12\/16 { + left: -75% !important; + } + + .lg\:-top-13\/16 { + top: -81.25% !important; + } + + .lg\:-right-13\/16 { + right: -81.25% !important; + } + + .lg\:-bottom-13\/16 { + bottom: -81.25% !important; + } + + .lg\:-left-13\/16 { + left: -81.25% !important; + } + + .lg\:-top-14\/16 { + top: -87.5% !important; + } + + .lg\:-right-14\/16 { + right: -87.5% !important; + } + + .lg\:-bottom-14\/16 { + bottom: -87.5% !important; + } + + .lg\:-left-14\/16 { + left: -87.5% !important; + } + + .lg\:-top-15\/16 { + top: -93.75% !important; + } + + .lg\:-right-15\/16 { + right: -93.75% !important; + } + + .lg\:-bottom-15\/16 { + bottom: -93.75% !important; + } + + .lg\:-left-15\/16 { + left: -93.75% !important; + } + + .lg\:-top-full { + top: -100% !important; + } + + .lg\:-right-full { + right: -100% !important; + } + + .lg\:-bottom-full { + bottom: -100% !important; + } + + .lg\:-left-full { + left: -100% !important; + } + .lg\:resize-none { resize: none !important; } @@ -105224,18 +167080,42 @@ video { width: 1.5rem !important; } + .lg\:w-7 { + width: 1.75rem !important; + } + .lg\:w-8 { width: 2rem !important; } + .lg\:w-9 { + width: 2.25rem !important; + } + .lg\:w-10 { width: 2.5rem !important; } + .lg\:w-11 { + width: 2.75rem !important; + } + .lg\:w-12 { width: 3rem !important; } + .lg\:w-13 { + width: 3.25rem !important; + } + + .lg\:w-14 { + width: 3.5rem !important; + } + + .lg\:w-15 { + width: 3.75rem !important; + } + .lg\:w-16 { width: 4rem !important; } @@ -105248,26 +167128,58 @@ video { width: 6rem !important; } + .lg\:w-28 { + width: 7rem !important; + } + .lg\:w-32 { width: 8rem !important; } + .lg\:w-36 { + width: 9rem !important; + } + .lg\:w-40 { width: 10rem !important; } + .lg\:w-44 { + width: 11rem !important; + } + .lg\:w-48 { width: 12rem !important; } + .lg\:w-52 { + width: 13rem !important; + } + .lg\:w-56 { width: 14rem !important; } + .lg\:w-60 { + width: 15rem !important; + } + .lg\:w-64 { width: 16rem !important; } + .lg\:w-72 { + width: 18rem !important; + } + + .lg\:w-80 { + width: 20rem !important; + } + + .lg\:w-96 { + width: 24rem !important; + } + .lg\:w-auto { width: auto !important; } @@ -105276,6 +167188,22 @@ video { width: 1px !important; } + .lg\:w-0\.5 { + width: 0.125rem !important; + } + + .lg\:w-1\.5 { + width: 0.375rem !important; + } + + .lg\:w-2\.5 { + width: 0.625rem !important; + } + + .lg\:w-3\.5 { + width: 0.875rem !important; + } + .lg\:w-1\/2 { width: 50% !important; } @@ -105380,6 +167308,66 @@ video { width: 91.666667% !important; } + .lg\:w-1\/16 { + width: 6.25% !important; + } + + .lg\:w-2\/16 { + width: 12.5% !important; + } + + .lg\:w-3\/16 { + width: 18.75% !important; + } + + .lg\:w-4\/16 { + width: 25% !important; + } + + .lg\:w-5\/16 { + width: 31.25% !important; + } + + .lg\:w-6\/16 { + width: 37.5% !important; + } + + .lg\:w-7\/16 { + width: 43.75% !important; + } + + .lg\:w-8\/16 { + width: 50% !important; + } + + .lg\:w-9\/16 { + width: 56.25% !important; + } + + .lg\:w-10\/16 { + width: 62.5% !important; + } + + .lg\:w-11\/16 { + width: 68.75% !important; + } + + .lg\:w-12\/16 { + width: 75% !important; + } + + .lg\:w-13\/16 { + width: 81.25% !important; + } + + .lg\:w-14\/16 { + width: 87.5% !important; + } + + .lg\:w-15\/16 { + width: 93.75% !important; + } + .lg\:w-full { width: 100% !important; } @@ -105388,6 +167376,14 @@ video { width: 100vw !important; } + .lg\:w-min { + width: min-content !important; + } + + .lg\:w-max { + width: max-content !important; + } + .lg\:z-0 { z-index: 0 !important; } @@ -105451,21 +167447,51 @@ video { gap: 1.5rem !important; } + .lg\:gap-7 { + grid-gap: 1.75rem !important; + gap: 1.75rem !important; + } + .lg\:gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } + .lg\:gap-9 { + grid-gap: 2.25rem !important; + gap: 2.25rem !important; + } + .lg\:gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } + .lg\:gap-11 { + grid-gap: 2.75rem !important; + gap: 2.75rem !important; + } + .lg\:gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } + .lg\:gap-13 { + grid-gap: 3.25rem !important; + gap: 3.25rem !important; + } + + .lg\:gap-14 { + grid-gap: 3.5rem !important; + gap: 3.5rem !important; + } + + .lg\:gap-15 { + grid-gap: 3.75rem !important; + gap: 3.75rem !important; + } + .lg\:gap-16 { grid-gap: 4rem !important; gap: 4rem !important; @@ -105481,36 +167507,306 @@ video { gap: 6rem !important; } + .lg\:gap-28 { + grid-gap: 7rem !important; + gap: 7rem !important; + } + .lg\:gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } + .lg\:gap-36 { + grid-gap: 9rem !important; + gap: 9rem !important; + } + .lg\:gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } + .lg\:gap-44 { + grid-gap: 11rem !important; + gap: 11rem !important; + } + .lg\:gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } + .lg\:gap-52 { + grid-gap: 13rem !important; + gap: 13rem !important; + } + .lg\:gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } + .lg\:gap-60 { + grid-gap: 15rem !important; + gap: 15rem !important; + } + .lg\:gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } + .lg\:gap-72 { + grid-gap: 18rem !important; + gap: 18rem !important; + } + + .lg\:gap-80 { + grid-gap: 20rem !important; + gap: 20rem !important; + } + + .lg\:gap-96 { + grid-gap: 24rem !important; + gap: 24rem !important; + } + .lg\:gap-px { grid-gap: 1px !important; gap: 1px !important; } + .lg\:gap-0\.5 { + grid-gap: 0.125rem !important; + gap: 0.125rem !important; + } + + .lg\:gap-1\.5 { + grid-gap: 0.375rem !important; + gap: 0.375rem !important; + } + + .lg\:gap-2\.5 { + grid-gap: 0.625rem !important; + gap: 0.625rem !important; + } + + .lg\:gap-3\.5 { + grid-gap: 0.875rem !important; + gap: 0.875rem !important; + } + + .lg\:gap-1\/2 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .lg\:gap-1\/3 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .lg\:gap-2\/3 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .lg\:gap-1\/4 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .lg\:gap-2\/4 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .lg\:gap-3\/4 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .lg\:gap-1\/5 { + grid-gap: 20% !important; + gap: 20% !important; + } + + .lg\:gap-2\/5 { + grid-gap: 40% !important; + gap: 40% !important; + } + + .lg\:gap-3\/5 { + grid-gap: 60% !important; + gap: 60% !important; + } + + .lg\:gap-4\/5 { + grid-gap: 80% !important; + gap: 80% !important; + } + + .lg\:gap-1\/6 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .lg\:gap-2\/6 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .lg\:gap-3\/6 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .lg\:gap-4\/6 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .lg\:gap-5\/6 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .lg\:gap-1\/12 { + grid-gap: 8.333333% !important; + gap: 8.333333% !important; + } + + .lg\:gap-2\/12 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .lg\:gap-3\/12 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .lg\:gap-4\/12 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .lg\:gap-5\/12 { + grid-gap: 41.666667% !important; + gap: 41.666667% !important; + } + + .lg\:gap-6\/12 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .lg\:gap-7\/12 { + grid-gap: 58.333333% !important; + gap: 58.333333% !important; + } + + .lg\:gap-8\/12 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .lg\:gap-9\/12 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .lg\:gap-10\/12 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .lg\:gap-11\/12 { + grid-gap: 91.666667% !important; + gap: 91.666667% !important; + } + + .lg\:gap-1\/16 { + grid-gap: 6.25% !important; + gap: 6.25% !important; + } + + .lg\:gap-2\/16 { + grid-gap: 12.5% !important; + gap: 12.5% !important; + } + + .lg\:gap-3\/16 { + grid-gap: 18.75% !important; + gap: 18.75% !important; + } + + .lg\:gap-4\/16 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .lg\:gap-5\/16 { + grid-gap: 31.25% !important; + gap: 31.25% !important; + } + + .lg\:gap-6\/16 { + grid-gap: 37.5% !important; + gap: 37.5% !important; + } + + .lg\:gap-7\/16 { + grid-gap: 43.75% !important; + gap: 43.75% !important; + } + + .lg\:gap-8\/16 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .lg\:gap-9\/16 { + grid-gap: 56.25% !important; + gap: 56.25% !important; + } + + .lg\:gap-10\/16 { + grid-gap: 62.5% !important; + gap: 62.5% !important; + } + + .lg\:gap-11\/16 { + grid-gap: 68.75% !important; + gap: 68.75% !important; + } + + .lg\:gap-12\/16 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .lg\:gap-13\/16 { + grid-gap: 81.25% !important; + gap: 81.25% !important; + } + + .lg\:gap-14\/16 { + grid-gap: 87.5% !important; + gap: 87.5% !important; + } + + .lg\:gap-15\/16 { + grid-gap: 93.75% !important; + gap: 93.75% !important; + } + + .lg\:gap-full { + grid-gap: 100% !important; + gap: 100% !important; + } + .lg\:gap-x-0 { grid-column-gap: 0 !important; column-gap: 0 !important; @@ -105546,21 +167842,51 @@ video { column-gap: 1.5rem !important; } + .lg\:gap-x-7 { + grid-column-gap: 1.75rem !important; + column-gap: 1.75rem !important; + } + .lg\:gap-x-8 { grid-column-gap: 2rem !important; column-gap: 2rem !important; } + .lg\:gap-x-9 { + grid-column-gap: 2.25rem !important; + column-gap: 2.25rem !important; + } + .lg\:gap-x-10 { grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } + .lg\:gap-x-11 { + grid-column-gap: 2.75rem !important; + column-gap: 2.75rem !important; + } + .lg\:gap-x-12 { grid-column-gap: 3rem !important; column-gap: 3rem !important; } + .lg\:gap-x-13 { + grid-column-gap: 3.25rem !important; + column-gap: 3.25rem !important; + } + + .lg\:gap-x-14 { + grid-column-gap: 3.5rem !important; + column-gap: 3.5rem !important; + } + + .lg\:gap-x-15 { + grid-column-gap: 3.75rem !important; + column-gap: 3.75rem !important; + } + .lg\:gap-x-16 { grid-column-gap: 4rem !important; column-gap: 4rem !important; @@ -105576,36 +167902,306 @@ video { column-gap: 6rem !important; } + .lg\:gap-x-28 { + grid-column-gap: 7rem !important; + column-gap: 7rem !important; + } + .lg\:gap-x-32 { grid-column-gap: 8rem !important; column-gap: 8rem !important; } + .lg\:gap-x-36 { + grid-column-gap: 9rem !important; + column-gap: 9rem !important; + } + .lg\:gap-x-40 { grid-column-gap: 10rem !important; column-gap: 10rem !important; } + .lg\:gap-x-44 { + grid-column-gap: 11rem !important; + column-gap: 11rem !important; + } + .lg\:gap-x-48 { grid-column-gap: 12rem !important; column-gap: 12rem !important; } + .lg\:gap-x-52 { + grid-column-gap: 13rem !important; + column-gap: 13rem !important; + } + .lg\:gap-x-56 { grid-column-gap: 14rem !important; column-gap: 14rem !important; } + .lg\:gap-x-60 { + grid-column-gap: 15rem !important; + column-gap: 15rem !important; + } + .lg\:gap-x-64 { grid-column-gap: 16rem !important; column-gap: 16rem !important; } + .lg\:gap-x-72 { + grid-column-gap: 18rem !important; + column-gap: 18rem !important; + } + + .lg\:gap-x-80 { + grid-column-gap: 20rem !important; + column-gap: 20rem !important; + } + + .lg\:gap-x-96 { + grid-column-gap: 24rem !important; + column-gap: 24rem !important; + } + .lg\:gap-x-px { grid-column-gap: 1px !important; column-gap: 1px !important; } + .lg\:gap-x-0\.5 { + grid-column-gap: 0.125rem !important; + column-gap: 0.125rem !important; + } + + .lg\:gap-x-1\.5 { + grid-column-gap: 0.375rem !important; + column-gap: 0.375rem !important; + } + + .lg\:gap-x-2\.5 { + grid-column-gap: 0.625rem !important; + column-gap: 0.625rem !important; + } + + .lg\:gap-x-3\.5 { + grid-column-gap: 0.875rem !important; + column-gap: 0.875rem !important; + } + + .lg\:gap-x-1\/2 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .lg\:gap-x-1\/3 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .lg\:gap-x-2\/3 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .lg\:gap-x-1\/4 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .lg\:gap-x-2\/4 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .lg\:gap-x-3\/4 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .lg\:gap-x-1\/5 { + grid-column-gap: 20% !important; + column-gap: 20% !important; + } + + .lg\:gap-x-2\/5 { + grid-column-gap: 40% !important; + column-gap: 40% !important; + } + + .lg\:gap-x-3\/5 { + grid-column-gap: 60% !important; + column-gap: 60% !important; + } + + .lg\:gap-x-4\/5 { + grid-column-gap: 80% !important; + column-gap: 80% !important; + } + + .lg\:gap-x-1\/6 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .lg\:gap-x-2\/6 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .lg\:gap-x-3\/6 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .lg\:gap-x-4\/6 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .lg\:gap-x-5\/6 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .lg\:gap-x-1\/12 { + grid-column-gap: 8.333333% !important; + column-gap: 8.333333% !important; + } + + .lg\:gap-x-2\/12 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .lg\:gap-x-3\/12 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .lg\:gap-x-4\/12 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .lg\:gap-x-5\/12 { + grid-column-gap: 41.666667% !important; + column-gap: 41.666667% !important; + } + + .lg\:gap-x-6\/12 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .lg\:gap-x-7\/12 { + grid-column-gap: 58.333333% !important; + column-gap: 58.333333% !important; + } + + .lg\:gap-x-8\/12 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .lg\:gap-x-9\/12 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .lg\:gap-x-10\/12 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .lg\:gap-x-11\/12 { + grid-column-gap: 91.666667% !important; + column-gap: 91.666667% !important; + } + + .lg\:gap-x-1\/16 { + grid-column-gap: 6.25% !important; + column-gap: 6.25% !important; + } + + .lg\:gap-x-2\/16 { + grid-column-gap: 12.5% !important; + column-gap: 12.5% !important; + } + + .lg\:gap-x-3\/16 { + grid-column-gap: 18.75% !important; + column-gap: 18.75% !important; + } + + .lg\:gap-x-4\/16 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .lg\:gap-x-5\/16 { + grid-column-gap: 31.25% !important; + column-gap: 31.25% !important; + } + + .lg\:gap-x-6\/16 { + grid-column-gap: 37.5% !important; + column-gap: 37.5% !important; + } + + .lg\:gap-x-7\/16 { + grid-column-gap: 43.75% !important; + column-gap: 43.75% !important; + } + + .lg\:gap-x-8\/16 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .lg\:gap-x-9\/16 { + grid-column-gap: 56.25% !important; + column-gap: 56.25% !important; + } + + .lg\:gap-x-10\/16 { + grid-column-gap: 62.5% !important; + column-gap: 62.5% !important; + } + + .lg\:gap-x-11\/16 { + grid-column-gap: 68.75% !important; + column-gap: 68.75% !important; + } + + .lg\:gap-x-12\/16 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .lg\:gap-x-13\/16 { + grid-column-gap: 81.25% !important; + column-gap: 81.25% !important; + } + + .lg\:gap-x-14\/16 { + grid-column-gap: 87.5% !important; + column-gap: 87.5% !important; + } + + .lg\:gap-x-15\/16 { + grid-column-gap: 93.75% !important; + column-gap: 93.75% !important; + } + + .lg\:gap-x-full { + grid-column-gap: 100% !important; + column-gap: 100% !important; + } + .lg\:gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; @@ -105641,21 +168237,51 @@ video { row-gap: 1.5rem !important; } + .lg\:gap-y-7 { + grid-row-gap: 1.75rem !important; + row-gap: 1.75rem !important; + } + .lg\:gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } + .lg\:gap-y-9 { + grid-row-gap: 2.25rem !important; + row-gap: 2.25rem !important; + } + .lg\:gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } + .lg\:gap-y-11 { + grid-row-gap: 2.75rem !important; + row-gap: 2.75rem !important; + } + .lg\:gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } + .lg\:gap-y-13 { + grid-row-gap: 3.25rem !important; + row-gap: 3.25rem !important; + } + + .lg\:gap-y-14 { + grid-row-gap: 3.5rem !important; + row-gap: 3.5rem !important; + } + + .lg\:gap-y-15 { + grid-row-gap: 3.75rem !important; + row-gap: 3.75rem !important; + } + .lg\:gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; @@ -105671,36 +168297,306 @@ video { row-gap: 6rem !important; } + .lg\:gap-y-28 { + grid-row-gap: 7rem !important; + row-gap: 7rem !important; + } + .lg\:gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } + .lg\:gap-y-36 { + grid-row-gap: 9rem !important; + row-gap: 9rem !important; + } + .lg\:gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } + .lg\:gap-y-44 { + grid-row-gap: 11rem !important; + row-gap: 11rem !important; + } + .lg\:gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } + .lg\:gap-y-52 { + grid-row-gap: 13rem !important; + row-gap: 13rem !important; + } + .lg\:gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } + .lg\:gap-y-60 { + grid-row-gap: 15rem !important; + row-gap: 15rem !important; + } + .lg\:gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } + .lg\:gap-y-72 { + grid-row-gap: 18rem !important; + row-gap: 18rem !important; + } + + .lg\:gap-y-80 { + grid-row-gap: 20rem !important; + row-gap: 20rem !important; + } + + .lg\:gap-y-96 { + grid-row-gap: 24rem !important; + row-gap: 24rem !important; + } + .lg\:gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } + .lg\:gap-y-0\.5 { + grid-row-gap: 0.125rem !important; + row-gap: 0.125rem !important; + } + + .lg\:gap-y-1\.5 { + grid-row-gap: 0.375rem !important; + row-gap: 0.375rem !important; + } + + .lg\:gap-y-2\.5 { + grid-row-gap: 0.625rem !important; + row-gap: 0.625rem !important; + } + + .lg\:gap-y-3\.5 { + grid-row-gap: 0.875rem !important; + row-gap: 0.875rem !important; + } + + .lg\:gap-y-1\/2 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .lg\:gap-y-1\/3 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .lg\:gap-y-2\/3 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .lg\:gap-y-1\/4 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .lg\:gap-y-2\/4 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .lg\:gap-y-3\/4 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .lg\:gap-y-1\/5 { + grid-row-gap: 20% !important; + row-gap: 20% !important; + } + + .lg\:gap-y-2\/5 { + grid-row-gap: 40% !important; + row-gap: 40% !important; + } + + .lg\:gap-y-3\/5 { + grid-row-gap: 60% !important; + row-gap: 60% !important; + } + + .lg\:gap-y-4\/5 { + grid-row-gap: 80% !important; + row-gap: 80% !important; + } + + .lg\:gap-y-1\/6 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .lg\:gap-y-2\/6 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .lg\:gap-y-3\/6 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .lg\:gap-y-4\/6 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .lg\:gap-y-5\/6 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .lg\:gap-y-1\/12 { + grid-row-gap: 8.333333% !important; + row-gap: 8.333333% !important; + } + + .lg\:gap-y-2\/12 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .lg\:gap-y-3\/12 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .lg\:gap-y-4\/12 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .lg\:gap-y-5\/12 { + grid-row-gap: 41.666667% !important; + row-gap: 41.666667% !important; + } + + .lg\:gap-y-6\/12 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .lg\:gap-y-7\/12 { + grid-row-gap: 58.333333% !important; + row-gap: 58.333333% !important; + } + + .lg\:gap-y-8\/12 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .lg\:gap-y-9\/12 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .lg\:gap-y-10\/12 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .lg\:gap-y-11\/12 { + grid-row-gap: 91.666667% !important; + row-gap: 91.666667% !important; + } + + .lg\:gap-y-1\/16 { + grid-row-gap: 6.25% !important; + row-gap: 6.25% !important; + } + + .lg\:gap-y-2\/16 { + grid-row-gap: 12.5% !important; + row-gap: 12.5% !important; + } + + .lg\:gap-y-3\/16 { + grid-row-gap: 18.75% !important; + row-gap: 18.75% !important; + } + + .lg\:gap-y-4\/16 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .lg\:gap-y-5\/16 { + grid-row-gap: 31.25% !important; + row-gap: 31.25% !important; + } + + .lg\:gap-y-6\/16 { + grid-row-gap: 37.5% !important; + row-gap: 37.5% !important; + } + + .lg\:gap-y-7\/16 { + grid-row-gap: 43.75% !important; + row-gap: 43.75% !important; + } + + .lg\:gap-y-8\/16 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .lg\:gap-y-9\/16 { + grid-row-gap: 56.25% !important; + row-gap: 56.25% !important; + } + + .lg\:gap-y-10\/16 { + grid-row-gap: 62.5% !important; + row-gap: 62.5% !important; + } + + .lg\:gap-y-11\/16 { + grid-row-gap: 68.75% !important; + row-gap: 68.75% !important; + } + + .lg\:gap-y-12\/16 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .lg\:gap-y-13\/16 { + grid-row-gap: 81.25% !important; + row-gap: 81.25% !important; + } + + .lg\:gap-y-14\/16 { + grid-row-gap: 87.5% !important; + row-gap: 87.5% !important; + } + + .lg\:gap-y-15\/16 { + grid-row-gap: 93.75% !important; + row-gap: 93.75% !important; + } + + .lg\:gap-y-full { + grid-row-gap: 100% !important; + row-gap: 100% !important; + } + .lg\:grid-flow-row { grid-auto-flow: row !important; } @@ -105762,7 +168658,7 @@ video { } .lg\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; + grid-template-columns: repeat(16, minmax(0, 1fr)) !important; } .lg\:grid-cols-none { @@ -105837,6 +168733,22 @@ video { grid-column: span 12 / span 12 !important; } + .lg\:col-span-13 { + grid-column: span 13 / span 13 !important; + } + + .lg\:col-span-14 { + grid-column: span 14 / span 14 !important; + } + + .lg\:col-span-15 { + grid-column: span 15 / span 15 !important; + } + + .lg\:col-span-16 { + grid-column: span 16 / span 16 !important; + } + .lg\:col-span-full { grid-column: 1 / -1 !important; } @@ -105893,6 +168805,22 @@ video { grid-column-start: 13 !important; } + .lg\:col-start-14 { + grid-column-start: 14 !important; + } + + .lg\:col-start-15 { + grid-column-start: 15 !important; + } + + .lg\:col-start-16 { + grid-column-start: 16 !important; + } + + .lg\:col-start-17 { + grid-column-start: 17 !important; + } + .lg\:col-start-auto { grid-column-start: auto !important; } @@ -105949,6 +168877,22 @@ video { grid-column-end: 13 !important; } + .lg\:col-end-14 { + grid-column-end: 14 !important; + } + + .lg\:col-end-15 { + grid-column-end: 15 !important; + } + + .lg\:col-end-16 { + grid-column-end: 16 !important; + } + + .lg\:col-end-17 { + grid-column-end: 17 !important; + } + .lg\:col-end-auto { grid-column-end: auto !important; } @@ -106777,18 +169721,42 @@ video { --transform-translate-x: 1.5rem !important; } + .lg\:translate-x-7 { + --transform-translate-x: 1.75rem !important; + } + .lg\:translate-x-8 { --transform-translate-x: 2rem !important; } + .lg\:translate-x-9 { + --transform-translate-x: 2.25rem !important; + } + .lg\:translate-x-10 { --transform-translate-x: 2.5rem !important; } + .lg\:translate-x-11 { + --transform-translate-x: 2.75rem !important; + } + .lg\:translate-x-12 { --transform-translate-x: 3rem !important; } + .lg\:translate-x-13 { + --transform-translate-x: 3.25rem !important; + } + + .lg\:translate-x-14 { + --transform-translate-x: 3.5rem !important; + } + + .lg\:translate-x-15 { + --transform-translate-x: 3.75rem !important; + } + .lg\:translate-x-16 { --transform-translate-x: 4rem !important; } @@ -106801,30 +169769,246 @@ video { --transform-translate-x: 6rem !important; } + .lg\:translate-x-28 { + --transform-translate-x: 7rem !important; + } + .lg\:translate-x-32 { --transform-translate-x: 8rem !important; } + .lg\:translate-x-36 { + --transform-translate-x: 9rem !important; + } + .lg\:translate-x-40 { --transform-translate-x: 10rem !important; } + .lg\:translate-x-44 { + --transform-translate-x: 11rem !important; + } + .lg\:translate-x-48 { --transform-translate-x: 12rem !important; } + .lg\:translate-x-52 { + --transform-translate-x: 13rem !important; + } + .lg\:translate-x-56 { --transform-translate-x: 14rem !important; } + .lg\:translate-x-60 { + --transform-translate-x: 15rem !important; + } + .lg\:translate-x-64 { --transform-translate-x: 16rem !important; } + .lg\:translate-x-72 { + --transform-translate-x: 18rem !important; + } + + .lg\:translate-x-80 { + --transform-translate-x: 20rem !important; + } + + .lg\:translate-x-96 { + --transform-translate-x: 24rem !important; + } + .lg\:translate-x-px { --transform-translate-x: 1px !important; } + .lg\:translate-x-0\.5 { + --transform-translate-x: 0.125rem !important; + } + + .lg\:translate-x-1\.5 { + --transform-translate-x: 0.375rem !important; + } + + .lg\:translate-x-2\.5 { + --transform-translate-x: 0.625rem !important; + } + + .lg\:translate-x-3\.5 { + --transform-translate-x: 0.875rem !important; + } + + .lg\:translate-x-1\/2 { + --transform-translate-x: 50% !important; + } + + .lg\:translate-x-1\/3 { + --transform-translate-x: 33.333333% !important; + } + + .lg\:translate-x-2\/3 { + --transform-translate-x: 66.666667% !important; + } + + .lg\:translate-x-1\/4 { + --transform-translate-x: 25% !important; + } + + .lg\:translate-x-2\/4 { + --transform-translate-x: 50% !important; + } + + .lg\:translate-x-3\/4 { + --transform-translate-x: 75% !important; + } + + .lg\:translate-x-1\/5 { + --transform-translate-x: 20% !important; + } + + .lg\:translate-x-2\/5 { + --transform-translate-x: 40% !important; + } + + .lg\:translate-x-3\/5 { + --transform-translate-x: 60% !important; + } + + .lg\:translate-x-4\/5 { + --transform-translate-x: 80% !important; + } + + .lg\:translate-x-1\/6 { + --transform-translate-x: 16.666667% !important; + } + + .lg\:translate-x-2\/6 { + --transform-translate-x: 33.333333% !important; + } + + .lg\:translate-x-3\/6 { + --transform-translate-x: 50% !important; + } + + .lg\:translate-x-4\/6 { + --transform-translate-x: 66.666667% !important; + } + + .lg\:translate-x-5\/6 { + --transform-translate-x: 83.333333% !important; + } + + .lg\:translate-x-1\/12 { + --transform-translate-x: 8.333333% !important; + } + + .lg\:translate-x-2\/12 { + --transform-translate-x: 16.666667% !important; + } + + .lg\:translate-x-3\/12 { + --transform-translate-x: 25% !important; + } + + .lg\:translate-x-4\/12 { + --transform-translate-x: 33.333333% !important; + } + + .lg\:translate-x-5\/12 { + --transform-translate-x: 41.666667% !important; + } + + .lg\:translate-x-6\/12 { + --transform-translate-x: 50% !important; + } + + .lg\:translate-x-7\/12 { + --transform-translate-x: 58.333333% !important; + } + + .lg\:translate-x-8\/12 { + --transform-translate-x: 66.666667% !important; + } + + .lg\:translate-x-9\/12 { + --transform-translate-x: 75% !important; + } + + .lg\:translate-x-10\/12 { + --transform-translate-x: 83.333333% !important; + } + + .lg\:translate-x-11\/12 { + --transform-translate-x: 91.666667% !important; + } + + .lg\:translate-x-1\/16 { + --transform-translate-x: 6.25% !important; + } + + .lg\:translate-x-2\/16 { + --transform-translate-x: 12.5% !important; + } + + .lg\:translate-x-3\/16 { + --transform-translate-x: 18.75% !important; + } + + .lg\:translate-x-4\/16 { + --transform-translate-x: 25% !important; + } + + .lg\:translate-x-5\/16 { + --transform-translate-x: 31.25% !important; + } + + .lg\:translate-x-6\/16 { + --transform-translate-x: 37.5% !important; + } + + .lg\:translate-x-7\/16 { + --transform-translate-x: 43.75% !important; + } + + .lg\:translate-x-8\/16 { + --transform-translate-x: 50% !important; + } + + .lg\:translate-x-9\/16 { + --transform-translate-x: 56.25% !important; + } + + .lg\:translate-x-10\/16 { + --transform-translate-x: 62.5% !important; + } + + .lg\:translate-x-11\/16 { + --transform-translate-x: 68.75% !important; + } + + .lg\:translate-x-12\/16 { + --transform-translate-x: 75% !important; + } + + .lg\:translate-x-13\/16 { + --transform-translate-x: 81.25% !important; + } + + .lg\:translate-x-14\/16 { + --transform-translate-x: 87.5% !important; + } + + .lg\:translate-x-15\/16 { + --transform-translate-x: 93.75% !important; + } + + .lg\:translate-x-full { + --transform-translate-x: 100% !important; + } + .lg\:-translate-x-1 { --transform-translate-x: -0.25rem !important; } @@ -106849,18 +170033,42 @@ video { --transform-translate-x: -1.5rem !important; } + .lg\:-translate-x-7 { + --transform-translate-x: -1.75rem !important; + } + .lg\:-translate-x-8 { --transform-translate-x: -2rem !important; } + .lg\:-translate-x-9 { + --transform-translate-x: -2.25rem !important; + } + .lg\:-translate-x-10 { --transform-translate-x: -2.5rem !important; } + .lg\:-translate-x-11 { + --transform-translate-x: -2.75rem !important; + } + .lg\:-translate-x-12 { --transform-translate-x: -3rem !important; } + .lg\:-translate-x-13 { + --transform-translate-x: -3.25rem !important; + } + + .lg\:-translate-x-14 { + --transform-translate-x: -3.5rem !important; + } + + .lg\:-translate-x-15 { + --transform-translate-x: -3.75rem !important; + } + .lg\:-translate-x-16 { --transform-translate-x: -4rem !important; } @@ -106873,44 +170081,244 @@ video { --transform-translate-x: -6rem !important; } + .lg\:-translate-x-28 { + --transform-translate-x: -7rem !important; + } + .lg\:-translate-x-32 { --transform-translate-x: -8rem !important; } + .lg\:-translate-x-36 { + --transform-translate-x: -9rem !important; + } + .lg\:-translate-x-40 { --transform-translate-x: -10rem !important; } + .lg\:-translate-x-44 { + --transform-translate-x: -11rem !important; + } + .lg\:-translate-x-48 { --transform-translate-x: -12rem !important; } + .lg\:-translate-x-52 { + --transform-translate-x: -13rem !important; + } + .lg\:-translate-x-56 { --transform-translate-x: -14rem !important; } + .lg\:-translate-x-60 { + --transform-translate-x: -15rem !important; + } + .lg\:-translate-x-64 { --transform-translate-x: -16rem !important; } + .lg\:-translate-x-72 { + --transform-translate-x: -18rem !important; + } + + .lg\:-translate-x-80 { + --transform-translate-x: -20rem !important; + } + + .lg\:-translate-x-96 { + --transform-translate-x: -24rem !important; + } + .lg\:-translate-x-px { --transform-translate-x: -1px !important; } - .lg\:-translate-x-full { - --transform-translate-x: -100% !important; + .lg\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem !important; + } + + .lg\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem !important; + } + + .lg\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem !important; + } + + .lg\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem !important; } .lg\:-translate-x-1\/2 { --transform-translate-x: -50% !important; } - .lg\:translate-x-1\/2 { - --transform-translate-x: 50% !important; + .lg\:-translate-x-1\/3 { + --transform-translate-x: -33.33333% !important; } - .lg\:translate-x-full { - --transform-translate-x: 100% !important; + .lg\:-translate-x-2\/3 { + --transform-translate-x: -66.66667% !important; + } + + .lg\:-translate-x-1\/4 { + --transform-translate-x: -25% !important; + } + + .lg\:-translate-x-2\/4 { + --transform-translate-x: -50% !important; + } + + .lg\:-translate-x-3\/4 { + --transform-translate-x: -75% !important; + } + + .lg\:-translate-x-1\/5 { + --transform-translate-x: -20% !important; + } + + .lg\:-translate-x-2\/5 { + --transform-translate-x: -40% !important; + } + + .lg\:-translate-x-3\/5 { + --transform-translate-x: -60% !important; + } + + .lg\:-translate-x-4\/5 { + --transform-translate-x: -80% !important; + } + + .lg\:-translate-x-1\/6 { + --transform-translate-x: -16.66667% !important; + } + + .lg\:-translate-x-2\/6 { + --transform-translate-x: -33.33333% !important; + } + + .lg\:-translate-x-3\/6 { + --transform-translate-x: -50% !important; + } + + .lg\:-translate-x-4\/6 { + --transform-translate-x: -66.66667% !important; + } + + .lg\:-translate-x-5\/6 { + --transform-translate-x: -83.33333% !important; + } + + .lg\:-translate-x-1\/12 { + --transform-translate-x: -8.33333% !important; + } + + .lg\:-translate-x-2\/12 { + --transform-translate-x: -16.66667% !important; + } + + .lg\:-translate-x-3\/12 { + --transform-translate-x: -25% !important; + } + + .lg\:-translate-x-4\/12 { + --transform-translate-x: -33.33333% !important; + } + + .lg\:-translate-x-5\/12 { + --transform-translate-x: -41.66667% !important; + } + + .lg\:-translate-x-6\/12 { + --transform-translate-x: -50% !important; + } + + .lg\:-translate-x-7\/12 { + --transform-translate-x: -58.33333% !important; + } + + .lg\:-translate-x-8\/12 { + --transform-translate-x: -66.66667% !important; + } + + .lg\:-translate-x-9\/12 { + --transform-translate-x: -75% !important; + } + + .lg\:-translate-x-10\/12 { + --transform-translate-x: -83.33333% !important; + } + + .lg\:-translate-x-11\/12 { + --transform-translate-x: -91.66667% !important; + } + + .lg\:-translate-x-1\/16 { + --transform-translate-x: -6.25% !important; + } + + .lg\:-translate-x-2\/16 { + --transform-translate-x: -12.5% !important; + } + + .lg\:-translate-x-3\/16 { + --transform-translate-x: -18.75% !important; + } + + .lg\:-translate-x-4\/16 { + --transform-translate-x: -25% !important; + } + + .lg\:-translate-x-5\/16 { + --transform-translate-x: -31.25% !important; + } + + .lg\:-translate-x-6\/16 { + --transform-translate-x: -37.5% !important; + } + + .lg\:-translate-x-7\/16 { + --transform-translate-x: -43.75% !important; + } + + .lg\:-translate-x-8\/16 { + --transform-translate-x: -50% !important; + } + + .lg\:-translate-x-9\/16 { + --transform-translate-x: -56.25% !important; + } + + .lg\:-translate-x-10\/16 { + --transform-translate-x: -62.5% !important; + } + + .lg\:-translate-x-11\/16 { + --transform-translate-x: -68.75% !important; + } + + .lg\:-translate-x-12\/16 { + --transform-translate-x: -75% !important; + } + + .lg\:-translate-x-13\/16 { + --transform-translate-x: -81.25% !important; + } + + .lg\:-translate-x-14\/16 { + --transform-translate-x: -87.5% !important; + } + + .lg\:-translate-x-15\/16 { + --transform-translate-x: -93.75% !important; + } + + .lg\:-translate-x-full { + --transform-translate-x: -100% !important; } .lg\:translate-y-0 { @@ -106941,18 +170349,42 @@ video { --transform-translate-y: 1.5rem !important; } + .lg\:translate-y-7 { + --transform-translate-y: 1.75rem !important; + } + .lg\:translate-y-8 { --transform-translate-y: 2rem !important; } + .lg\:translate-y-9 { + --transform-translate-y: 2.25rem !important; + } + .lg\:translate-y-10 { --transform-translate-y: 2.5rem !important; } + .lg\:translate-y-11 { + --transform-translate-y: 2.75rem !important; + } + .lg\:translate-y-12 { --transform-translate-y: 3rem !important; } + .lg\:translate-y-13 { + --transform-translate-y: 3.25rem !important; + } + + .lg\:translate-y-14 { + --transform-translate-y: 3.5rem !important; + } + + .lg\:translate-y-15 { + --transform-translate-y: 3.75rem !important; + } + .lg\:translate-y-16 { --transform-translate-y: 4rem !important; } @@ -106965,30 +170397,246 @@ video { --transform-translate-y: 6rem !important; } + .lg\:translate-y-28 { + --transform-translate-y: 7rem !important; + } + .lg\:translate-y-32 { --transform-translate-y: 8rem !important; } + .lg\:translate-y-36 { + --transform-translate-y: 9rem !important; + } + .lg\:translate-y-40 { --transform-translate-y: 10rem !important; } + .lg\:translate-y-44 { + --transform-translate-y: 11rem !important; + } + .lg\:translate-y-48 { --transform-translate-y: 12rem !important; } + .lg\:translate-y-52 { + --transform-translate-y: 13rem !important; + } + .lg\:translate-y-56 { --transform-translate-y: 14rem !important; } + .lg\:translate-y-60 { + --transform-translate-y: 15rem !important; + } + .lg\:translate-y-64 { --transform-translate-y: 16rem !important; } + .lg\:translate-y-72 { + --transform-translate-y: 18rem !important; + } + + .lg\:translate-y-80 { + --transform-translate-y: 20rem !important; + } + + .lg\:translate-y-96 { + --transform-translate-y: 24rem !important; + } + .lg\:translate-y-px { --transform-translate-y: 1px !important; } + .lg\:translate-y-0\.5 { + --transform-translate-y: 0.125rem !important; + } + + .lg\:translate-y-1\.5 { + --transform-translate-y: 0.375rem !important; + } + + .lg\:translate-y-2\.5 { + --transform-translate-y: 0.625rem !important; + } + + .lg\:translate-y-3\.5 { + --transform-translate-y: 0.875rem !important; + } + + .lg\:translate-y-1\/2 { + --transform-translate-y: 50% !important; + } + + .lg\:translate-y-1\/3 { + --transform-translate-y: 33.333333% !important; + } + + .lg\:translate-y-2\/3 { + --transform-translate-y: 66.666667% !important; + } + + .lg\:translate-y-1\/4 { + --transform-translate-y: 25% !important; + } + + .lg\:translate-y-2\/4 { + --transform-translate-y: 50% !important; + } + + .lg\:translate-y-3\/4 { + --transform-translate-y: 75% !important; + } + + .lg\:translate-y-1\/5 { + --transform-translate-y: 20% !important; + } + + .lg\:translate-y-2\/5 { + --transform-translate-y: 40% !important; + } + + .lg\:translate-y-3\/5 { + --transform-translate-y: 60% !important; + } + + .lg\:translate-y-4\/5 { + --transform-translate-y: 80% !important; + } + + .lg\:translate-y-1\/6 { + --transform-translate-y: 16.666667% !important; + } + + .lg\:translate-y-2\/6 { + --transform-translate-y: 33.333333% !important; + } + + .lg\:translate-y-3\/6 { + --transform-translate-y: 50% !important; + } + + .lg\:translate-y-4\/6 { + --transform-translate-y: 66.666667% !important; + } + + .lg\:translate-y-5\/6 { + --transform-translate-y: 83.333333% !important; + } + + .lg\:translate-y-1\/12 { + --transform-translate-y: 8.333333% !important; + } + + .lg\:translate-y-2\/12 { + --transform-translate-y: 16.666667% !important; + } + + .lg\:translate-y-3\/12 { + --transform-translate-y: 25% !important; + } + + .lg\:translate-y-4\/12 { + --transform-translate-y: 33.333333% !important; + } + + .lg\:translate-y-5\/12 { + --transform-translate-y: 41.666667% !important; + } + + .lg\:translate-y-6\/12 { + --transform-translate-y: 50% !important; + } + + .lg\:translate-y-7\/12 { + --transform-translate-y: 58.333333% !important; + } + + .lg\:translate-y-8\/12 { + --transform-translate-y: 66.666667% !important; + } + + .lg\:translate-y-9\/12 { + --transform-translate-y: 75% !important; + } + + .lg\:translate-y-10\/12 { + --transform-translate-y: 83.333333% !important; + } + + .lg\:translate-y-11\/12 { + --transform-translate-y: 91.666667% !important; + } + + .lg\:translate-y-1\/16 { + --transform-translate-y: 6.25% !important; + } + + .lg\:translate-y-2\/16 { + --transform-translate-y: 12.5% !important; + } + + .lg\:translate-y-3\/16 { + --transform-translate-y: 18.75% !important; + } + + .lg\:translate-y-4\/16 { + --transform-translate-y: 25% !important; + } + + .lg\:translate-y-5\/16 { + --transform-translate-y: 31.25% !important; + } + + .lg\:translate-y-6\/16 { + --transform-translate-y: 37.5% !important; + } + + .lg\:translate-y-7\/16 { + --transform-translate-y: 43.75% !important; + } + + .lg\:translate-y-8\/16 { + --transform-translate-y: 50% !important; + } + + .lg\:translate-y-9\/16 { + --transform-translate-y: 56.25% !important; + } + + .lg\:translate-y-10\/16 { + --transform-translate-y: 62.5% !important; + } + + .lg\:translate-y-11\/16 { + --transform-translate-y: 68.75% !important; + } + + .lg\:translate-y-12\/16 { + --transform-translate-y: 75% !important; + } + + .lg\:translate-y-13\/16 { + --transform-translate-y: 81.25% !important; + } + + .lg\:translate-y-14\/16 { + --transform-translate-y: 87.5% !important; + } + + .lg\:translate-y-15\/16 { + --transform-translate-y: 93.75% !important; + } + + .lg\:translate-y-full { + --transform-translate-y: 100% !important; + } + .lg\:-translate-y-1 { --transform-translate-y: -0.25rem !important; } @@ -107013,18 +170661,42 @@ video { --transform-translate-y: -1.5rem !important; } + .lg\:-translate-y-7 { + --transform-translate-y: -1.75rem !important; + } + .lg\:-translate-y-8 { --transform-translate-y: -2rem !important; } + .lg\:-translate-y-9 { + --transform-translate-y: -2.25rem !important; + } + .lg\:-translate-y-10 { --transform-translate-y: -2.5rem !important; } + .lg\:-translate-y-11 { + --transform-translate-y: -2.75rem !important; + } + .lg\:-translate-y-12 { --transform-translate-y: -3rem !important; } + .lg\:-translate-y-13 { + --transform-translate-y: -3.25rem !important; + } + + .lg\:-translate-y-14 { + --transform-translate-y: -3.5rem !important; + } + + .lg\:-translate-y-15 { + --transform-translate-y: -3.75rem !important; + } + .lg\:-translate-y-16 { --transform-translate-y: -4rem !important; } @@ -107037,44 +170709,244 @@ video { --transform-translate-y: -6rem !important; } + .lg\:-translate-y-28 { + --transform-translate-y: -7rem !important; + } + .lg\:-translate-y-32 { --transform-translate-y: -8rem !important; } + .lg\:-translate-y-36 { + --transform-translate-y: -9rem !important; + } + .lg\:-translate-y-40 { --transform-translate-y: -10rem !important; } + .lg\:-translate-y-44 { + --transform-translate-y: -11rem !important; + } + .lg\:-translate-y-48 { --transform-translate-y: -12rem !important; } + .lg\:-translate-y-52 { + --transform-translate-y: -13rem !important; + } + .lg\:-translate-y-56 { --transform-translate-y: -14rem !important; } + .lg\:-translate-y-60 { + --transform-translate-y: -15rem !important; + } + .lg\:-translate-y-64 { --transform-translate-y: -16rem !important; } + .lg\:-translate-y-72 { + --transform-translate-y: -18rem !important; + } + + .lg\:-translate-y-80 { + --transform-translate-y: -20rem !important; + } + + .lg\:-translate-y-96 { + --transform-translate-y: -24rem !important; + } + .lg\:-translate-y-px { --transform-translate-y: -1px !important; } - .lg\:-translate-y-full { - --transform-translate-y: -100% !important; + .lg\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem !important; + } + + .lg\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem !important; + } + + .lg\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem !important; + } + + .lg\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem !important; } .lg\:-translate-y-1\/2 { --transform-translate-y: -50% !important; } - .lg\:translate-y-1\/2 { - --transform-translate-y: 50% !important; + .lg\:-translate-y-1\/3 { + --transform-translate-y: -33.33333% !important; } - .lg\:translate-y-full { - --transform-translate-y: 100% !important; + .lg\:-translate-y-2\/3 { + --transform-translate-y: -66.66667% !important; + } + + .lg\:-translate-y-1\/4 { + --transform-translate-y: -25% !important; + } + + .lg\:-translate-y-2\/4 { + --transform-translate-y: -50% !important; + } + + .lg\:-translate-y-3\/4 { + --transform-translate-y: -75% !important; + } + + .lg\:-translate-y-1\/5 { + --transform-translate-y: -20% !important; + } + + .lg\:-translate-y-2\/5 { + --transform-translate-y: -40% !important; + } + + .lg\:-translate-y-3\/5 { + --transform-translate-y: -60% !important; + } + + .lg\:-translate-y-4\/5 { + --transform-translate-y: -80% !important; + } + + .lg\:-translate-y-1\/6 { + --transform-translate-y: -16.66667% !important; + } + + .lg\:-translate-y-2\/6 { + --transform-translate-y: -33.33333% !important; + } + + .lg\:-translate-y-3\/6 { + --transform-translate-y: -50% !important; + } + + .lg\:-translate-y-4\/6 { + --transform-translate-y: -66.66667% !important; + } + + .lg\:-translate-y-5\/6 { + --transform-translate-y: -83.33333% !important; + } + + .lg\:-translate-y-1\/12 { + --transform-translate-y: -8.33333% !important; + } + + .lg\:-translate-y-2\/12 { + --transform-translate-y: -16.66667% !important; + } + + .lg\:-translate-y-3\/12 { + --transform-translate-y: -25% !important; + } + + .lg\:-translate-y-4\/12 { + --transform-translate-y: -33.33333% !important; + } + + .lg\:-translate-y-5\/12 { + --transform-translate-y: -41.66667% !important; + } + + .lg\:-translate-y-6\/12 { + --transform-translate-y: -50% !important; + } + + .lg\:-translate-y-7\/12 { + --transform-translate-y: -58.33333% !important; + } + + .lg\:-translate-y-8\/12 { + --transform-translate-y: -66.66667% !important; + } + + .lg\:-translate-y-9\/12 { + --transform-translate-y: -75% !important; + } + + .lg\:-translate-y-10\/12 { + --transform-translate-y: -83.33333% !important; + } + + .lg\:-translate-y-11\/12 { + --transform-translate-y: -91.66667% !important; + } + + .lg\:-translate-y-1\/16 { + --transform-translate-y: -6.25% !important; + } + + .lg\:-translate-y-2\/16 { + --transform-translate-y: -12.5% !important; + } + + .lg\:-translate-y-3\/16 { + --transform-translate-y: -18.75% !important; + } + + .lg\:-translate-y-4\/16 { + --transform-translate-y: -25% !important; + } + + .lg\:-translate-y-5\/16 { + --transform-translate-y: -31.25% !important; + } + + .lg\:-translate-y-6\/16 { + --transform-translate-y: -37.5% !important; + } + + .lg\:-translate-y-7\/16 { + --transform-translate-y: -43.75% !important; + } + + .lg\:-translate-y-8\/16 { + --transform-translate-y: -50% !important; + } + + .lg\:-translate-y-9\/16 { + --transform-translate-y: -56.25% !important; + } + + .lg\:-translate-y-10\/16 { + --transform-translate-y: -62.5% !important; + } + + .lg\:-translate-y-11\/16 { + --transform-translate-y: -68.75% !important; + } + + .lg\:-translate-y-12\/16 { + --transform-translate-y: -75% !important; + } + + .lg\:-translate-y-13\/16 { + --transform-translate-y: -81.25% !important; + } + + .lg\:-translate-y-14\/16 { + --transform-translate-y: -87.5% !important; + } + + .lg\:-translate-y-15\/16 { + --transform-translate-y: -93.75% !important; + } + + .lg\:-translate-y-full { + --transform-translate-y: -100% !important; } .lg\:hover\:translate-x-0:hover { @@ -107105,18 +170977,42 @@ video { --transform-translate-x: 1.5rem !important; } + .lg\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem !important; + } + .lg\:hover\:translate-x-8:hover { --transform-translate-x: 2rem !important; } + .lg\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem !important; + } + .lg\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem !important; } + .lg\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem !important; + } + .lg\:hover\:translate-x-12:hover { --transform-translate-x: 3rem !important; } + .lg\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem !important; + } + + .lg\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem !important; + } + + .lg\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem !important; + } + .lg\:hover\:translate-x-16:hover { --transform-translate-x: 4rem !important; } @@ -107129,30 +171025,246 @@ video { --transform-translate-x: 6rem !important; } + .lg\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem !important; + } + .lg\:hover\:translate-x-32:hover { --transform-translate-x: 8rem !important; } + .lg\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem !important; + } + .lg\:hover\:translate-x-40:hover { --transform-translate-x: 10rem !important; } + .lg\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem !important; + } + .lg\:hover\:translate-x-48:hover { --transform-translate-x: 12rem !important; } + .lg\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem !important; + } + .lg\:hover\:translate-x-56:hover { --transform-translate-x: 14rem !important; } + .lg\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem !important; + } + .lg\:hover\:translate-x-64:hover { --transform-translate-x: 16rem !important; } + .lg\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem !important; + } + + .lg\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem !important; + } + + .lg\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem !important; + } + .lg\:hover\:translate-x-px:hover { --transform-translate-x: 1px !important; } + .lg\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem !important; + } + + .lg\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem !important; + } + + .lg\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem !important; + } + + .lg\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem !important; + } + + .lg\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50% !important; + } + + .lg\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333% !important; + } + + .lg\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667% !important; + } + + .lg\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25% !important; + } + + .lg\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50% !important; + } + + .lg\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75% !important; + } + + .lg\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20% !important; + } + + .lg\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40% !important; + } + + .lg\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60% !important; + } + + .lg\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80% !important; + } + + .lg\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667% !important; + } + + .lg\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333% !important; + } + + .lg\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50% !important; + } + + .lg\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667% !important; + } + + .lg\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333% !important; + } + + .lg\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333% !important; + } + + .lg\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667% !important; + } + + .lg\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25% !important; + } + + .lg\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333% !important; + } + + .lg\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667% !important; + } + + .lg\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50% !important; + } + + .lg\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333% !important; + } + + .lg\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667% !important; + } + + .lg\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75% !important; + } + + .lg\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333% !important; + } + + .lg\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667% !important; + } + + .lg\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25% !important; + } + + .lg\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5% !important; + } + + .lg\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75% !important; + } + + .lg\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25% !important; + } + + .lg\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25% !important; + } + + .lg\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5% !important; + } + + .lg\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75% !important; + } + + .lg\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50% !important; + } + + .lg\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25% !important; + } + + .lg\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5% !important; + } + + .lg\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75% !important; + } + + .lg\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75% !important; + } + + .lg\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25% !important; + } + + .lg\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5% !important; + } + + .lg\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75% !important; + } + + .lg\:hover\:translate-x-full:hover { + --transform-translate-x: 100% !important; + } + .lg\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem !important; } @@ -107177,18 +171289,42 @@ video { --transform-translate-x: -1.5rem !important; } + .lg\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem !important; + } + .lg\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem !important; } + .lg\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem !important; + } + .lg\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem !important; } + .lg\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem !important; + } + .lg\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem !important; } + .lg\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem !important; + } + + .lg\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem !important; + } + + .lg\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem !important; + } + .lg\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem !important; } @@ -107201,44 +171337,244 @@ video { --transform-translate-x: -6rem !important; } + .lg\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem !important; + } + .lg\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem !important; } + .lg\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem !important; + } + .lg\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem !important; } + .lg\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem !important; + } + .lg\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem !important; } + .lg\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem !important; + } + .lg\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem !important; } + .lg\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem !important; + } + .lg\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem !important; } + .lg\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem !important; + } + + .lg\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem !important; + } + + .lg\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem !important; + } + .lg\:hover\:-translate-x-px:hover { --transform-translate-x: -1px !important; } - .lg\:hover\:-translate-x-full:hover { - --transform-translate-x: -100% !important; + .lg\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem !important; + } + + .lg\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem !important; + } + + .lg\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem !important; + } + + .lg\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem !important; } .lg\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50% !important; } - .lg\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50% !important; + .lg\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333% !important; } - .lg\:hover\:translate-x-full:hover { - --transform-translate-x: 100% !important; + .lg\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667% !important; + } + + .lg\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25% !important; + } + + .lg\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50% !important; + } + + .lg\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75% !important; + } + + .lg\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20% !important; + } + + .lg\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40% !important; + } + + .lg\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60% !important; + } + + .lg\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80% !important; + } + + .lg\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667% !important; + } + + .lg\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333% !important; + } + + .lg\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50% !important; + } + + .lg\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667% !important; + } + + .lg\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333% !important; + } + + .lg\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333% !important; + } + + .lg\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667% !important; + } + + .lg\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25% !important; + } + + .lg\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333% !important; + } + + .lg\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667% !important; + } + + .lg\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50% !important; + } + + .lg\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333% !important; + } + + .lg\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667% !important; + } + + .lg\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75% !important; + } + + .lg\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333% !important; + } + + .lg\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667% !important; + } + + .lg\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25% !important; + } + + .lg\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5% !important; + } + + .lg\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75% !important; + } + + .lg\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25% !important; + } + + .lg\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25% !important; + } + + .lg\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5% !important; + } + + .lg\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75% !important; + } + + .lg\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50% !important; + } + + .lg\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25% !important; + } + + .lg\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5% !important; + } + + .lg\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75% !important; + } + + .lg\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75% !important; + } + + .lg\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25% !important; + } + + .lg\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5% !important; + } + + .lg\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75% !important; + } + + .lg\:hover\:-translate-x-full:hover { + --transform-translate-x: -100% !important; } .lg\:hover\:translate-y-0:hover { @@ -107269,18 +171605,42 @@ video { --transform-translate-y: 1.5rem !important; } + .lg\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem !important; + } + .lg\:hover\:translate-y-8:hover { --transform-translate-y: 2rem !important; } + .lg\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem !important; + } + .lg\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem !important; } + .lg\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem !important; + } + .lg\:hover\:translate-y-12:hover { --transform-translate-y: 3rem !important; } + .lg\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem !important; + } + + .lg\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem !important; + } + + .lg\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem !important; + } + .lg\:hover\:translate-y-16:hover { --transform-translate-y: 4rem !important; } @@ -107293,30 +171653,246 @@ video { --transform-translate-y: 6rem !important; } + .lg\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem !important; + } + .lg\:hover\:translate-y-32:hover { --transform-translate-y: 8rem !important; } + .lg\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem !important; + } + .lg\:hover\:translate-y-40:hover { --transform-translate-y: 10rem !important; } + .lg\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem !important; + } + .lg\:hover\:translate-y-48:hover { --transform-translate-y: 12rem !important; } + .lg\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem !important; + } + .lg\:hover\:translate-y-56:hover { --transform-translate-y: 14rem !important; } + .lg\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem !important; + } + .lg\:hover\:translate-y-64:hover { --transform-translate-y: 16rem !important; } + .lg\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem !important; + } + + .lg\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem !important; + } + + .lg\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem !important; + } + .lg\:hover\:translate-y-px:hover { --transform-translate-y: 1px !important; } + .lg\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem !important; + } + + .lg\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem !important; + } + + .lg\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem !important; + } + + .lg\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem !important; + } + + .lg\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50% !important; + } + + .lg\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333% !important; + } + + .lg\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667% !important; + } + + .lg\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25% !important; + } + + .lg\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50% !important; + } + + .lg\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75% !important; + } + + .lg\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20% !important; + } + + .lg\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40% !important; + } + + .lg\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60% !important; + } + + .lg\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80% !important; + } + + .lg\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667% !important; + } + + .lg\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333% !important; + } + + .lg\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50% !important; + } + + .lg\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667% !important; + } + + .lg\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333% !important; + } + + .lg\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333% !important; + } + + .lg\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667% !important; + } + + .lg\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25% !important; + } + + .lg\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333% !important; + } + + .lg\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667% !important; + } + + .lg\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50% !important; + } + + .lg\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333% !important; + } + + .lg\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667% !important; + } + + .lg\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75% !important; + } + + .lg\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333% !important; + } + + .lg\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667% !important; + } + + .lg\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25% !important; + } + + .lg\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5% !important; + } + + .lg\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75% !important; + } + + .lg\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25% !important; + } + + .lg\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25% !important; + } + + .lg\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5% !important; + } + + .lg\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75% !important; + } + + .lg\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50% !important; + } + + .lg\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25% !important; + } + + .lg\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5% !important; + } + + .lg\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75% !important; + } + + .lg\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75% !important; + } + + .lg\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25% !important; + } + + .lg\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5% !important; + } + + .lg\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75% !important; + } + + .lg\:hover\:translate-y-full:hover { + --transform-translate-y: 100% !important; + } + .lg\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem !important; } @@ -107341,18 +171917,42 @@ video { --transform-translate-y: -1.5rem !important; } + .lg\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem !important; + } + .lg\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem !important; } + .lg\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem !important; + } + .lg\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem !important; } + .lg\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem !important; + } + .lg\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem !important; } + .lg\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem !important; + } + + .lg\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem !important; + } + + .lg\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem !important; + } + .lg\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem !important; } @@ -107365,44 +171965,244 @@ video { --transform-translate-y: -6rem !important; } + .lg\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem !important; + } + .lg\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem !important; } + .lg\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem !important; + } + .lg\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem !important; } + .lg\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem !important; + } + .lg\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem !important; } + .lg\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem !important; + } + .lg\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem !important; } + .lg\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem !important; + } + .lg\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem !important; } + .lg\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem !important; + } + + .lg\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem !important; + } + + .lg\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem !important; + } + .lg\:hover\:-translate-y-px:hover { --transform-translate-y: -1px !important; } - .lg\:hover\:-translate-y-full:hover { - --transform-translate-y: -100% !important; + .lg\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem !important; + } + + .lg\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem !important; + } + + .lg\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem !important; + } + + .lg\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem !important; } .lg\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50% !important; } - .lg\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50% !important; + .lg\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333% !important; } - .lg\:hover\:translate-y-full:hover { - --transform-translate-y: 100% !important; + .lg\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667% !important; + } + + .lg\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25% !important; + } + + .lg\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50% !important; + } + + .lg\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75% !important; + } + + .lg\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20% !important; + } + + .lg\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40% !important; + } + + .lg\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60% !important; + } + + .lg\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80% !important; + } + + .lg\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667% !important; + } + + .lg\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333% !important; + } + + .lg\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50% !important; + } + + .lg\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667% !important; + } + + .lg\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333% !important; + } + + .lg\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333% !important; + } + + .lg\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667% !important; + } + + .lg\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25% !important; + } + + .lg\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333% !important; + } + + .lg\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667% !important; + } + + .lg\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50% !important; + } + + .lg\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333% !important; + } + + .lg\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667% !important; + } + + .lg\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75% !important; + } + + .lg\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333% !important; + } + + .lg\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667% !important; + } + + .lg\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25% !important; + } + + .lg\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5% !important; + } + + .lg\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75% !important; + } + + .lg\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25% !important; + } + + .lg\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25% !important; + } + + .lg\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5% !important; + } + + .lg\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75% !important; + } + + .lg\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50% !important; + } + + .lg\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25% !important; + } + + .lg\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5% !important; + } + + .lg\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75% !important; + } + + .lg\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75% !important; + } + + .lg\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25% !important; + } + + .lg\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5% !important; + } + + .lg\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75% !important; + } + + .lg\:hover\:-translate-y-full:hover { + --transform-translate-y: -100% !important; } .lg\:focus\:translate-x-0:focus { @@ -107433,18 +172233,42 @@ video { --transform-translate-x: 1.5rem !important; } + .lg\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem !important; + } + .lg\:focus\:translate-x-8:focus { --transform-translate-x: 2rem !important; } + .lg\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem !important; + } + .lg\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem !important; } + .lg\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem !important; + } + .lg\:focus\:translate-x-12:focus { --transform-translate-x: 3rem !important; } + .lg\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem !important; + } + + .lg\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem !important; + } + + .lg\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem !important; + } + .lg\:focus\:translate-x-16:focus { --transform-translate-x: 4rem !important; } @@ -107457,30 +172281,246 @@ video { --transform-translate-x: 6rem !important; } + .lg\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem !important; + } + .lg\:focus\:translate-x-32:focus { --transform-translate-x: 8rem !important; } + .lg\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem !important; + } + .lg\:focus\:translate-x-40:focus { --transform-translate-x: 10rem !important; } + .lg\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem !important; + } + .lg\:focus\:translate-x-48:focus { --transform-translate-x: 12rem !important; } + .lg\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem !important; + } + .lg\:focus\:translate-x-56:focus { --transform-translate-x: 14rem !important; } + .lg\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem !important; + } + .lg\:focus\:translate-x-64:focus { --transform-translate-x: 16rem !important; } + .lg\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem !important; + } + + .lg\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem !important; + } + + .lg\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem !important; + } + .lg\:focus\:translate-x-px:focus { --transform-translate-x: 1px !important; } + .lg\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem !important; + } + + .lg\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem !important; + } + + .lg\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem !important; + } + + .lg\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem !important; + } + + .lg\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50% !important; + } + + .lg\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333% !important; + } + + .lg\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667% !important; + } + + .lg\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25% !important; + } + + .lg\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50% !important; + } + + .lg\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75% !important; + } + + .lg\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20% !important; + } + + .lg\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40% !important; + } + + .lg\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60% !important; + } + + .lg\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80% !important; + } + + .lg\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667% !important; + } + + .lg\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333% !important; + } + + .lg\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50% !important; + } + + .lg\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667% !important; + } + + .lg\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333% !important; + } + + .lg\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333% !important; + } + + .lg\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667% !important; + } + + .lg\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25% !important; + } + + .lg\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333% !important; + } + + .lg\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667% !important; + } + + .lg\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50% !important; + } + + .lg\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333% !important; + } + + .lg\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667% !important; + } + + .lg\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75% !important; + } + + .lg\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333% !important; + } + + .lg\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667% !important; + } + + .lg\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25% !important; + } + + .lg\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5% !important; + } + + .lg\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75% !important; + } + + .lg\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25% !important; + } + + .lg\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25% !important; + } + + .lg\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5% !important; + } + + .lg\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75% !important; + } + + .lg\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50% !important; + } + + .lg\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25% !important; + } + + .lg\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5% !important; + } + + .lg\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75% !important; + } + + .lg\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75% !important; + } + + .lg\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25% !important; + } + + .lg\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5% !important; + } + + .lg\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75% !important; + } + + .lg\:focus\:translate-x-full:focus { + --transform-translate-x: 100% !important; + } + .lg\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem !important; } @@ -107505,18 +172545,42 @@ video { --transform-translate-x: -1.5rem !important; } + .lg\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem !important; + } + .lg\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem !important; } + .lg\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem !important; + } + .lg\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem !important; } + .lg\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem !important; + } + .lg\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem !important; } + .lg\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem !important; + } + + .lg\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem !important; + } + + .lg\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem !important; + } + .lg\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem !important; } @@ -107529,44 +172593,244 @@ video { --transform-translate-x: -6rem !important; } + .lg\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem !important; + } + .lg\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem !important; } + .lg\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem !important; + } + .lg\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem !important; } + .lg\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem !important; + } + .lg\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem !important; } + .lg\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem !important; + } + .lg\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem !important; } + .lg\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem !important; + } + .lg\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem !important; } + .lg\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem !important; + } + + .lg\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem !important; + } + + .lg\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem !important; + } + .lg\:focus\:-translate-x-px:focus { --transform-translate-x: -1px !important; } - .lg\:focus\:-translate-x-full:focus { - --transform-translate-x: -100% !important; + .lg\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem !important; + } + + .lg\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem !important; + } + + .lg\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem !important; + } + + .lg\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem !important; } .lg\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50% !important; } - .lg\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50% !important; + .lg\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333% !important; } - .lg\:focus\:translate-x-full:focus { - --transform-translate-x: 100% !important; + .lg\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667% !important; + } + + .lg\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25% !important; + } + + .lg\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50% !important; + } + + .lg\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75% !important; + } + + .lg\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20% !important; + } + + .lg\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40% !important; + } + + .lg\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60% !important; + } + + .lg\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80% !important; + } + + .lg\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667% !important; + } + + .lg\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333% !important; + } + + .lg\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50% !important; + } + + .lg\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667% !important; + } + + .lg\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333% !important; + } + + .lg\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333% !important; + } + + .lg\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667% !important; + } + + .lg\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25% !important; + } + + .lg\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333% !important; + } + + .lg\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667% !important; + } + + .lg\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50% !important; + } + + .lg\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333% !important; + } + + .lg\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667% !important; + } + + .lg\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75% !important; + } + + .lg\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333% !important; + } + + .lg\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667% !important; + } + + .lg\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25% !important; + } + + .lg\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5% !important; + } + + .lg\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75% !important; + } + + .lg\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25% !important; + } + + .lg\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25% !important; + } + + .lg\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5% !important; + } + + .lg\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75% !important; + } + + .lg\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50% !important; + } + + .lg\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25% !important; + } + + .lg\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5% !important; + } + + .lg\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75% !important; + } + + .lg\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75% !important; + } + + .lg\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25% !important; + } + + .lg\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5% !important; + } + + .lg\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75% !important; + } + + .lg\:focus\:-translate-x-full:focus { + --transform-translate-x: -100% !important; } .lg\:focus\:translate-y-0:focus { @@ -107597,18 +172861,42 @@ video { --transform-translate-y: 1.5rem !important; } + .lg\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem !important; + } + .lg\:focus\:translate-y-8:focus { --transform-translate-y: 2rem !important; } + .lg\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem !important; + } + .lg\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem !important; } + .lg\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem !important; + } + .lg\:focus\:translate-y-12:focus { --transform-translate-y: 3rem !important; } + .lg\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem !important; + } + + .lg\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem !important; + } + + .lg\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem !important; + } + .lg\:focus\:translate-y-16:focus { --transform-translate-y: 4rem !important; } @@ -107621,30 +172909,246 @@ video { --transform-translate-y: 6rem !important; } + .lg\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem !important; + } + .lg\:focus\:translate-y-32:focus { --transform-translate-y: 8rem !important; } + .lg\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem !important; + } + .lg\:focus\:translate-y-40:focus { --transform-translate-y: 10rem !important; } + .lg\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem !important; + } + .lg\:focus\:translate-y-48:focus { --transform-translate-y: 12rem !important; } + .lg\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem !important; + } + .lg\:focus\:translate-y-56:focus { --transform-translate-y: 14rem !important; } + .lg\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem !important; + } + .lg\:focus\:translate-y-64:focus { --transform-translate-y: 16rem !important; } + .lg\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem !important; + } + + .lg\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem !important; + } + + .lg\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem !important; + } + .lg\:focus\:translate-y-px:focus { --transform-translate-y: 1px !important; } + .lg\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem !important; + } + + .lg\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem !important; + } + + .lg\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem !important; + } + + .lg\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem !important; + } + + .lg\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50% !important; + } + + .lg\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333% !important; + } + + .lg\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667% !important; + } + + .lg\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25% !important; + } + + .lg\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50% !important; + } + + .lg\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75% !important; + } + + .lg\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20% !important; + } + + .lg\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40% !important; + } + + .lg\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60% !important; + } + + .lg\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80% !important; + } + + .lg\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667% !important; + } + + .lg\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333% !important; + } + + .lg\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50% !important; + } + + .lg\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667% !important; + } + + .lg\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333% !important; + } + + .lg\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333% !important; + } + + .lg\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667% !important; + } + + .lg\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25% !important; + } + + .lg\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333% !important; + } + + .lg\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667% !important; + } + + .lg\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50% !important; + } + + .lg\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333% !important; + } + + .lg\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667% !important; + } + + .lg\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75% !important; + } + + .lg\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333% !important; + } + + .lg\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667% !important; + } + + .lg\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25% !important; + } + + .lg\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5% !important; + } + + .lg\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75% !important; + } + + .lg\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25% !important; + } + + .lg\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25% !important; + } + + .lg\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5% !important; + } + + .lg\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75% !important; + } + + .lg\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50% !important; + } + + .lg\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25% !important; + } + + .lg\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5% !important; + } + + .lg\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75% !important; + } + + .lg\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75% !important; + } + + .lg\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25% !important; + } + + .lg\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5% !important; + } + + .lg\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75% !important; + } + + .lg\:focus\:translate-y-full:focus { + --transform-translate-y: 100% !important; + } + .lg\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem !important; } @@ -107669,18 +173173,42 @@ video { --transform-translate-y: -1.5rem !important; } + .lg\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem !important; + } + .lg\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem !important; } + .lg\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem !important; + } + .lg\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem !important; } + .lg\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem !important; + } + .lg\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem !important; } + .lg\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem !important; + } + + .lg\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem !important; + } + + .lg\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem !important; + } + .lg\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem !important; } @@ -107693,44 +173221,244 @@ video { --transform-translate-y: -6rem !important; } + .lg\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem !important; + } + .lg\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem !important; } + .lg\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem !important; + } + .lg\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem !important; } + .lg\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem !important; + } + .lg\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem !important; } + .lg\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem !important; + } + .lg\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem !important; } + .lg\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem !important; + } + .lg\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem !important; } + .lg\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem !important; + } + + .lg\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem !important; + } + + .lg\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem !important; + } + .lg\:focus\:-translate-y-px:focus { --transform-translate-y: -1px !important; } - .lg\:focus\:-translate-y-full:focus { - --transform-translate-y: -100% !important; + .lg\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem !important; + } + + .lg\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem !important; + } + + .lg\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem !important; + } + + .lg\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem !important; } .lg\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50% !important; } - .lg\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50% !important; + .lg\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333% !important; } - .lg\:focus\:translate-y-full:focus { - --transform-translate-y: 100% !important; + .lg\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667% !important; + } + + .lg\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25% !important; + } + + .lg\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50% !important; + } + + .lg\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75% !important; + } + + .lg\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20% !important; + } + + .lg\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40% !important; + } + + .lg\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60% !important; + } + + .lg\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80% !important; + } + + .lg\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667% !important; + } + + .lg\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333% !important; + } + + .lg\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50% !important; + } + + .lg\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667% !important; + } + + .lg\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333% !important; + } + + .lg\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333% !important; + } + + .lg\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667% !important; + } + + .lg\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25% !important; + } + + .lg\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333% !important; + } + + .lg\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667% !important; + } + + .lg\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50% !important; + } + + .lg\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333% !important; + } + + .lg\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667% !important; + } + + .lg\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75% !important; + } + + .lg\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333% !important; + } + + .lg\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667% !important; + } + + .lg\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25% !important; + } + + .lg\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5% !important; + } + + .lg\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75% !important; + } + + .lg\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25% !important; + } + + .lg\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25% !important; + } + + .lg\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5% !important; + } + + .lg\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75% !important; + } + + .lg\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50% !important; + } + + .lg\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25% !important; + } + + .lg\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5% !important; + } + + .lg\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75% !important; + } + + .lg\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75% !important; + } + + .lg\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25% !important; + } + + .lg\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5% !important; + } + + .lg\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75% !important; + } + + .lg\:focus\:-translate-y-full:focus { + --transform-translate-y: -100% !important; } .lg\:skew-x-0 { @@ -108244,6 +173972,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(1.75rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))) !important; @@ -108256,6 +173996,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.25rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -108268,6 +174020,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(2.75rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))) !important; @@ -108280,6 +174044,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.25rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.5rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(3.75rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))) !important; @@ -108316,6 +174116,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(7rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))) !important; @@ -108328,6 +174140,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(9rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))) !important; @@ -108340,6 +174164,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(11rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))) !important; @@ -108352,6 +174188,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(13rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))) !important; @@ -108364,6 +174212,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(15rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))) !important; @@ -108376,6 +174236,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(24rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(1px * calc(1 - var(--space-y-reverse))) !important; @@ -108388,6 +174284,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))) !important; } + .xl\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.125rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.375rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.625rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(0.875rem * var(--space-y-reverse)) !important; + } + + .xl\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(20% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(40% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(60% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(80% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(8.333333% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(16.666667% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(33.333333% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(41.666667% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(58.333333% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(66.666667% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(83.333333% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(91.666667% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(6.25% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(12.5% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(18.75% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(25% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(31.25% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(37.5% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(43.75% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(50% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(56.25% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(62.5% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(68.75% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(75% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(81.25% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(87.5% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(93.75% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(100% * var(--space-y-reverse)) !important; + } + + .xl\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))) !important; @@ -108460,6 +174908,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-1.75rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))) !important; @@ -108472,6 +174932,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.25rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))) !important; @@ -108484,6 +174956,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-2.75rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))) !important; @@ -108496,6 +174980,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.25rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.5rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-3.75rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))) !important; @@ -108532,6 +175052,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-7rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-7rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))) !important; @@ -108544,6 +175076,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-9rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-9rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))) !important; @@ -108556,6 +175100,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-11rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-11rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))) !important; @@ -108568,6 +175124,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-13rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-13rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))) !important; @@ -108580,6 +175148,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-15rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-15rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))) !important; @@ -108592,6 +175172,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-24rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-24rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0 !important; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))) !important; @@ -108604,6 +175220,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))) !important; } + .xl\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.125rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.375rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.625rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-0.875rem * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)) !important; + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-20% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-20% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-40% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-40% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-60% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-60% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-80% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-80% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-8.33333% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-16.66667% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-33.33333% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-41.66667% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-58.33333% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-66.66667% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-83.33333% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-91.66667% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-6.25% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-12.5% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-18.75% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-25% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-31.25% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-37.5% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-43.75% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-50% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-50% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-56.25% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-62.5% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-68.75% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-75% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-81.25% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-87.5% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-93.75% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))) !important; + } + + .xl\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0 !important; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))) !important; + margin-bottom: calc(-100% * var(--space-y-reverse)) !important; + } + + .xl\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0 !important; + margin-inline-end: calc(-100% * var(--space-x-reverse)) !important; + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))) !important; + } + .xl\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1 !important; } @@ -124580,18 +191748,42 @@ video { height: 1.5rem !important; } + .xl\:h-7 { + height: 1.75rem !important; + } + .xl\:h-8 { height: 2rem !important; } + .xl\:h-9 { + height: 2.25rem !important; + } + .xl\:h-10 { height: 2.5rem !important; } + .xl\:h-11 { + height: 2.75rem !important; + } + .xl\:h-12 { height: 3rem !important; } + .xl\:h-13 { + height: 3.25rem !important; + } + + .xl\:h-14 { + height: 3.5rem !important; + } + + .xl\:h-15 { + height: 3.75rem !important; + } + .xl\:h-16 { height: 4rem !important; } @@ -124604,26 +191796,58 @@ video { height: 6rem !important; } + .xl\:h-28 { + height: 7rem !important; + } + .xl\:h-32 { height: 8rem !important; } + .xl\:h-36 { + height: 9rem !important; + } + .xl\:h-40 { height: 10rem !important; } + .xl\:h-44 { + height: 11rem !important; + } + .xl\:h-48 { height: 12rem !important; } + .xl\:h-52 { + height: 13rem !important; + } + .xl\:h-56 { height: 14rem !important; } + .xl\:h-60 { + height: 15rem !important; + } + .xl\:h-64 { height: 16rem !important; } + .xl\:h-72 { + height: 18rem !important; + } + + .xl\:h-80 { + height: 20rem !important; + } + + .xl\:h-96 { + height: 24rem !important; + } + .xl\:h-auto { height: auto !important; } @@ -124632,6 +191856,186 @@ video { height: 1px !important; } + .xl\:h-0\.5 { + height: 0.125rem !important; + } + + .xl\:h-1\.5 { + height: 0.375rem !important; + } + + .xl\:h-2\.5 { + height: 0.625rem !important; + } + + .xl\:h-3\.5 { + height: 0.875rem !important; + } + + .xl\:h-1\/2 { + height: 50% !important; + } + + .xl\:h-1\/3 { + height: 33.333333% !important; + } + + .xl\:h-2\/3 { + height: 66.666667% !important; + } + + .xl\:h-1\/4 { + height: 25% !important; + } + + .xl\:h-2\/4 { + height: 50% !important; + } + + .xl\:h-3\/4 { + height: 75% !important; + } + + .xl\:h-1\/5 { + height: 20% !important; + } + + .xl\:h-2\/5 { + height: 40% !important; + } + + .xl\:h-3\/5 { + height: 60% !important; + } + + .xl\:h-4\/5 { + height: 80% !important; + } + + .xl\:h-1\/6 { + height: 16.666667% !important; + } + + .xl\:h-2\/6 { + height: 33.333333% !important; + } + + .xl\:h-3\/6 { + height: 50% !important; + } + + .xl\:h-4\/6 { + height: 66.666667% !important; + } + + .xl\:h-5\/6 { + height: 83.333333% !important; + } + + .xl\:h-1\/12 { + height: 8.333333% !important; + } + + .xl\:h-2\/12 { + height: 16.666667% !important; + } + + .xl\:h-3\/12 { + height: 25% !important; + } + + .xl\:h-4\/12 { + height: 33.333333% !important; + } + + .xl\:h-5\/12 { + height: 41.666667% !important; + } + + .xl\:h-6\/12 { + height: 50% !important; + } + + .xl\:h-7\/12 { + height: 58.333333% !important; + } + + .xl\:h-8\/12 { + height: 66.666667% !important; + } + + .xl\:h-9\/12 { + height: 75% !important; + } + + .xl\:h-10\/12 { + height: 83.333333% !important; + } + + .xl\:h-11\/12 { + height: 91.666667% !important; + } + + .xl\:h-1\/16 { + height: 6.25% !important; + } + + .xl\:h-2\/16 { + height: 12.5% !important; + } + + .xl\:h-3\/16 { + height: 18.75% !important; + } + + .xl\:h-4\/16 { + height: 25% !important; + } + + .xl\:h-5\/16 { + height: 31.25% !important; + } + + .xl\:h-6\/16 { + height: 37.5% !important; + } + + .xl\:h-7\/16 { + height: 43.75% !important; + } + + .xl\:h-8\/16 { + height: 50% !important; + } + + .xl\:h-9\/16 { + height: 56.25% !important; + } + + .xl\:h-10\/16 { + height: 62.5% !important; + } + + .xl\:h-11\/16 { + height: 68.75% !important; + } + + .xl\:h-12\/16 { + height: 75% !important; + } + + .xl\:h-13\/16 { + height: 81.25% !important; + } + + .xl\:h-14\/16 { + height: 87.5% !important; + } + + .xl\:h-15\/16 { + height: 93.75% !important; + } + .xl\:h-full { height: 100% !important; } @@ -124794,18 +192198,42 @@ video { margin: 1.5rem !important; } + .xl\:m-7 { + margin: 1.75rem !important; + } + .xl\:m-8 { margin: 2rem !important; } + .xl\:m-9 { + margin: 2.25rem !important; + } + .xl\:m-10 { margin: 2.5rem !important; } + .xl\:m-11 { + margin: 2.75rem !important; + } + .xl\:m-12 { margin: 3rem !important; } + .xl\:m-13 { + margin: 3.25rem !important; + } + + .xl\:m-14 { + margin: 3.5rem !important; + } + + .xl\:m-15 { + margin: 3.75rem !important; + } + .xl\:m-16 { margin: 4rem !important; } @@ -124818,26 +192246,58 @@ video { margin: 6rem !important; } + .xl\:m-28 { + margin: 7rem !important; + } + .xl\:m-32 { margin: 8rem !important; } + .xl\:m-36 { + margin: 9rem !important; + } + .xl\:m-40 { margin: 10rem !important; } + .xl\:m-44 { + margin: 11rem !important; + } + .xl\:m-48 { margin: 12rem !important; } + .xl\:m-52 { + margin: 13rem !important; + } + .xl\:m-56 { margin: 14rem !important; } + .xl\:m-60 { + margin: 15rem !important; + } + .xl\:m-64 { margin: 16rem !important; } + .xl\:m-72 { + margin: 18rem !important; + } + + .xl\:m-80 { + margin: 20rem !important; + } + + .xl\:m-96 { + margin: 24rem !important; + } + .xl\:m-auto { margin: auto !important; } @@ -124846,6 +192306,190 @@ video { margin: 1px !important; } + .xl\:m-0\.5 { + margin: 0.125rem !important; + } + + .xl\:m-1\.5 { + margin: 0.375rem !important; + } + + .xl\:m-2\.5 { + margin: 0.625rem !important; + } + + .xl\:m-3\.5 { + margin: 0.875rem !important; + } + + .xl\:m-1\/2 { + margin: 50% !important; + } + + .xl\:m-1\/3 { + margin: 33.333333% !important; + } + + .xl\:m-2\/3 { + margin: 66.666667% !important; + } + + .xl\:m-1\/4 { + margin: 25% !important; + } + + .xl\:m-2\/4 { + margin: 50% !important; + } + + .xl\:m-3\/4 { + margin: 75% !important; + } + + .xl\:m-1\/5 { + margin: 20% !important; + } + + .xl\:m-2\/5 { + margin: 40% !important; + } + + .xl\:m-3\/5 { + margin: 60% !important; + } + + .xl\:m-4\/5 { + margin: 80% !important; + } + + .xl\:m-1\/6 { + margin: 16.666667% !important; + } + + .xl\:m-2\/6 { + margin: 33.333333% !important; + } + + .xl\:m-3\/6 { + margin: 50% !important; + } + + .xl\:m-4\/6 { + margin: 66.666667% !important; + } + + .xl\:m-5\/6 { + margin: 83.333333% !important; + } + + .xl\:m-1\/12 { + margin: 8.333333% !important; + } + + .xl\:m-2\/12 { + margin: 16.666667% !important; + } + + .xl\:m-3\/12 { + margin: 25% !important; + } + + .xl\:m-4\/12 { + margin: 33.333333% !important; + } + + .xl\:m-5\/12 { + margin: 41.666667% !important; + } + + .xl\:m-6\/12 { + margin: 50% !important; + } + + .xl\:m-7\/12 { + margin: 58.333333% !important; + } + + .xl\:m-8\/12 { + margin: 66.666667% !important; + } + + .xl\:m-9\/12 { + margin: 75% !important; + } + + .xl\:m-10\/12 { + margin: 83.333333% !important; + } + + .xl\:m-11\/12 { + margin: 91.666667% !important; + } + + .xl\:m-1\/16 { + margin: 6.25% !important; + } + + .xl\:m-2\/16 { + margin: 12.5% !important; + } + + .xl\:m-3\/16 { + margin: 18.75% !important; + } + + .xl\:m-4\/16 { + margin: 25% !important; + } + + .xl\:m-5\/16 { + margin: 31.25% !important; + } + + .xl\:m-6\/16 { + margin: 37.5% !important; + } + + .xl\:m-7\/16 { + margin: 43.75% !important; + } + + .xl\:m-8\/16 { + margin: 50% !important; + } + + .xl\:m-9\/16 { + margin: 56.25% !important; + } + + .xl\:m-10\/16 { + margin: 62.5% !important; + } + + .xl\:m-11\/16 { + margin: 68.75% !important; + } + + .xl\:m-12\/16 { + margin: 75% !important; + } + + .xl\:m-13\/16 { + margin: 81.25% !important; + } + + .xl\:m-14\/16 { + margin: 87.5% !important; + } + + .xl\:m-15\/16 { + margin: 93.75% !important; + } + + .xl\:m-full { + margin: 100% !important; + } + .xl\:-m-1 { margin: -0.25rem !important; } @@ -124870,18 +192514,42 @@ video { margin: -1.5rem !important; } + .xl\:-m-7 { + margin: -1.75rem !important; + } + .xl\:-m-8 { margin: -2rem !important; } + .xl\:-m-9 { + margin: -2.25rem !important; + } + .xl\:-m-10 { margin: -2.5rem !important; } + .xl\:-m-11 { + margin: -2.75rem !important; + } + .xl\:-m-12 { margin: -3rem !important; } + .xl\:-m-13 { + margin: -3.25rem !important; + } + + .xl\:-m-14 { + margin: -3.5rem !important; + } + + .xl\:-m-15 { + margin: -3.75rem !important; + } + .xl\:-m-16 { margin: -4rem !important; } @@ -124894,30 +192562,246 @@ video { margin: -6rem !important; } + .xl\:-m-28 { + margin: -7rem !important; + } + .xl\:-m-32 { margin: -8rem !important; } + .xl\:-m-36 { + margin: -9rem !important; + } + .xl\:-m-40 { margin: -10rem !important; } + .xl\:-m-44 { + margin: -11rem !important; + } + .xl\:-m-48 { margin: -12rem !important; } + .xl\:-m-52 { + margin: -13rem !important; + } + .xl\:-m-56 { margin: -14rem !important; } + .xl\:-m-60 { + margin: -15rem !important; + } + .xl\:-m-64 { margin: -16rem !important; } + .xl\:-m-72 { + margin: -18rem !important; + } + + .xl\:-m-80 { + margin: -20rem !important; + } + + .xl\:-m-96 { + margin: -24rem !important; + } + .xl\:-m-px { margin: -1px !important; } + .xl\:-m-0\.5 { + margin: -0.125rem !important; + } + + .xl\:-m-1\.5 { + margin: -0.375rem !important; + } + + .xl\:-m-2\.5 { + margin: -0.625rem !important; + } + + .xl\:-m-3\.5 { + margin: -0.875rem !important; + } + + .xl\:-m-1\/2 { + margin: -50% !important; + } + + .xl\:-m-1\/3 { + margin: -33.33333% !important; + } + + .xl\:-m-2\/3 { + margin: -66.66667% !important; + } + + .xl\:-m-1\/4 { + margin: -25% !important; + } + + .xl\:-m-2\/4 { + margin: -50% !important; + } + + .xl\:-m-3\/4 { + margin: -75% !important; + } + + .xl\:-m-1\/5 { + margin: -20% !important; + } + + .xl\:-m-2\/5 { + margin: -40% !important; + } + + .xl\:-m-3\/5 { + margin: -60% !important; + } + + .xl\:-m-4\/5 { + margin: -80% !important; + } + + .xl\:-m-1\/6 { + margin: -16.66667% !important; + } + + .xl\:-m-2\/6 { + margin: -33.33333% !important; + } + + .xl\:-m-3\/6 { + margin: -50% !important; + } + + .xl\:-m-4\/6 { + margin: -66.66667% !important; + } + + .xl\:-m-5\/6 { + margin: -83.33333% !important; + } + + .xl\:-m-1\/12 { + margin: -8.33333% !important; + } + + .xl\:-m-2\/12 { + margin: -16.66667% !important; + } + + .xl\:-m-3\/12 { + margin: -25% !important; + } + + .xl\:-m-4\/12 { + margin: -33.33333% !important; + } + + .xl\:-m-5\/12 { + margin: -41.66667% !important; + } + + .xl\:-m-6\/12 { + margin: -50% !important; + } + + .xl\:-m-7\/12 { + margin: -58.33333% !important; + } + + .xl\:-m-8\/12 { + margin: -66.66667% !important; + } + + .xl\:-m-9\/12 { + margin: -75% !important; + } + + .xl\:-m-10\/12 { + margin: -83.33333% !important; + } + + .xl\:-m-11\/12 { + margin: -91.66667% !important; + } + + .xl\:-m-1\/16 { + margin: -6.25% !important; + } + + .xl\:-m-2\/16 { + margin: -12.5% !important; + } + + .xl\:-m-3\/16 { + margin: -18.75% !important; + } + + .xl\:-m-4\/16 { + margin: -25% !important; + } + + .xl\:-m-5\/16 { + margin: -31.25% !important; + } + + .xl\:-m-6\/16 { + margin: -37.5% !important; + } + + .xl\:-m-7\/16 { + margin: -43.75% !important; + } + + .xl\:-m-8\/16 { + margin: -50% !important; + } + + .xl\:-m-9\/16 { + margin: -56.25% !important; + } + + .xl\:-m-10\/16 { + margin: -62.5% !important; + } + + .xl\:-m-11\/16 { + margin: -68.75% !important; + } + + .xl\:-m-12\/16 { + margin: -75% !important; + } + + .xl\:-m-13\/16 { + margin: -81.25% !important; + } + + .xl\:-m-14\/16 { + margin: -87.5% !important; + } + + .xl\:-m-15\/16 { + margin: -93.75% !important; + } + + .xl\:-m-full { + margin: -100% !important; + } + .xl\:my-0 { margin-top: 0 !important; margin-bottom: 0 !important; @@ -124988,6 +192872,16 @@ video { margin-right: 1.5rem !important; } + .xl\:my-7 { + margin-top: 1.75rem !important; + margin-bottom: 1.75rem !important; + } + + .xl\:mx-7 { + margin-left: 1.75rem !important; + margin-right: 1.75rem !important; + } + .xl\:my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; @@ -124998,6 +192892,16 @@ video { margin-right: 2rem !important; } + .xl\:my-9 { + margin-top: 2.25rem !important; + margin-bottom: 2.25rem !important; + } + + .xl\:mx-9 { + margin-left: 2.25rem !important; + margin-right: 2.25rem !important; + } + .xl\:my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; @@ -125008,6 +192912,16 @@ video { margin-right: 2.5rem !important; } + .xl\:my-11 { + margin-top: 2.75rem !important; + margin-bottom: 2.75rem !important; + } + + .xl\:mx-11 { + margin-left: 2.75rem !important; + margin-right: 2.75rem !important; + } + .xl\:my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; @@ -125018,6 +192932,36 @@ video { margin-right: 3rem !important; } + .xl\:my-13 { + margin-top: 3.25rem !important; + margin-bottom: 3.25rem !important; + } + + .xl\:mx-13 { + margin-left: 3.25rem !important; + margin-right: 3.25rem !important; + } + + .xl\:my-14 { + margin-top: 3.5rem !important; + margin-bottom: 3.5rem !important; + } + + .xl\:mx-14 { + margin-left: 3.5rem !important; + margin-right: 3.5rem !important; + } + + .xl\:my-15 { + margin-top: 3.75rem !important; + margin-bottom: 3.75rem !important; + } + + .xl\:mx-15 { + margin-left: 3.75rem !important; + margin-right: 3.75rem !important; + } + .xl\:my-16 { margin-top: 4rem !important; margin-bottom: 4rem !important; @@ -125048,6 +192992,16 @@ video { margin-right: 6rem !important; } + .xl\:my-28 { + margin-top: 7rem !important; + margin-bottom: 7rem !important; + } + + .xl\:mx-28 { + margin-left: 7rem !important; + margin-right: 7rem !important; + } + .xl\:my-32 { margin-top: 8rem !important; margin-bottom: 8rem !important; @@ -125058,6 +193012,16 @@ video { margin-right: 8rem !important; } + .xl\:my-36 { + margin-top: 9rem !important; + margin-bottom: 9rem !important; + } + + .xl\:mx-36 { + margin-left: 9rem !important; + margin-right: 9rem !important; + } + .xl\:my-40 { margin-top: 10rem !important; margin-bottom: 10rem !important; @@ -125068,6 +193032,16 @@ video { margin-right: 10rem !important; } + .xl\:my-44 { + margin-top: 11rem !important; + margin-bottom: 11rem !important; + } + + .xl\:mx-44 { + margin-left: 11rem !important; + margin-right: 11rem !important; + } + .xl\:my-48 { margin-top: 12rem !important; margin-bottom: 12rem !important; @@ -125078,6 +193052,16 @@ video { margin-right: 12rem !important; } + .xl\:my-52 { + margin-top: 13rem !important; + margin-bottom: 13rem !important; + } + + .xl\:mx-52 { + margin-left: 13rem !important; + margin-right: 13rem !important; + } + .xl\:my-56 { margin-top: 14rem !important; margin-bottom: 14rem !important; @@ -125088,6 +193072,16 @@ video { margin-right: 14rem !important; } + .xl\:my-60 { + margin-top: 15rem !important; + margin-bottom: 15rem !important; + } + + .xl\:mx-60 { + margin-left: 15rem !important; + margin-right: 15rem !important; + } + .xl\:my-64 { margin-top: 16rem !important; margin-bottom: 16rem !important; @@ -125098,6 +193092,36 @@ video { margin-right: 16rem !important; } + .xl\:my-72 { + margin-top: 18rem !important; + margin-bottom: 18rem !important; + } + + .xl\:mx-72 { + margin-left: 18rem !important; + margin-right: 18rem !important; + } + + .xl\:my-80 { + margin-top: 20rem !important; + margin-bottom: 20rem !important; + } + + .xl\:mx-80 { + margin-left: 20rem !important; + margin-right: 20rem !important; + } + + .xl\:my-96 { + margin-top: 24rem !important; + margin-bottom: 24rem !important; + } + + .xl\:mx-96 { + margin-left: 24rem !important; + margin-right: 24rem !important; + } + .xl\:my-auto { margin-top: auto !important; margin-bottom: auto !important; @@ -125118,6 +193142,466 @@ video { margin-right: 1px !important; } + .xl\:my-0\.5 { + margin-top: 0.125rem !important; + margin-bottom: 0.125rem !important; + } + + .xl\:mx-0\.5 { + margin-left: 0.125rem !important; + margin-right: 0.125rem !important; + } + + .xl\:my-1\.5 { + margin-top: 0.375rem !important; + margin-bottom: 0.375rem !important; + } + + .xl\:mx-1\.5 { + margin-left: 0.375rem !important; + margin-right: 0.375rem !important; + } + + .xl\:my-2\.5 { + margin-top: 0.625rem !important; + margin-bottom: 0.625rem !important; + } + + .xl\:mx-2\.5 { + margin-left: 0.625rem !important; + margin-right: 0.625rem !important; + } + + .xl\:my-3\.5 { + margin-top: 0.875rem !important; + margin-bottom: 0.875rem !important; + } + + .xl\:mx-3\.5 { + margin-left: 0.875rem !important; + margin-right: 0.875rem !important; + } + + .xl\:my-1\/2 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .xl\:mx-1\/2 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .xl\:my-1\/3 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .xl\:mx-1\/3 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .xl\:my-2\/3 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .xl\:mx-2\/3 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .xl\:my-1\/4 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .xl\:mx-1\/4 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .xl\:my-2\/4 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .xl\:mx-2\/4 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .xl\:my-3\/4 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .xl\:mx-3\/4 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .xl\:my-1\/5 { + margin-top: 20% !important; + margin-bottom: 20% !important; + } + + .xl\:mx-1\/5 { + margin-left: 20% !important; + margin-right: 20% !important; + } + + .xl\:my-2\/5 { + margin-top: 40% !important; + margin-bottom: 40% !important; + } + + .xl\:mx-2\/5 { + margin-left: 40% !important; + margin-right: 40% !important; + } + + .xl\:my-3\/5 { + margin-top: 60% !important; + margin-bottom: 60% !important; + } + + .xl\:mx-3\/5 { + margin-left: 60% !important; + margin-right: 60% !important; + } + + .xl\:my-4\/5 { + margin-top: 80% !important; + margin-bottom: 80% !important; + } + + .xl\:mx-4\/5 { + margin-left: 80% !important; + margin-right: 80% !important; + } + + .xl\:my-1\/6 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .xl\:mx-1\/6 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .xl\:my-2\/6 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .xl\:mx-2\/6 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .xl\:my-3\/6 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .xl\:mx-3\/6 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .xl\:my-4\/6 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .xl\:mx-4\/6 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .xl\:my-5\/6 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .xl\:mx-5\/6 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .xl\:my-1\/12 { + margin-top: 8.333333% !important; + margin-bottom: 8.333333% !important; + } + + .xl\:mx-1\/12 { + margin-left: 8.333333% !important; + margin-right: 8.333333% !important; + } + + .xl\:my-2\/12 { + margin-top: 16.666667% !important; + margin-bottom: 16.666667% !important; + } + + .xl\:mx-2\/12 { + margin-left: 16.666667% !important; + margin-right: 16.666667% !important; + } + + .xl\:my-3\/12 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .xl\:mx-3\/12 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .xl\:my-4\/12 { + margin-top: 33.333333% !important; + margin-bottom: 33.333333% !important; + } + + .xl\:mx-4\/12 { + margin-left: 33.333333% !important; + margin-right: 33.333333% !important; + } + + .xl\:my-5\/12 { + margin-top: 41.666667% !important; + margin-bottom: 41.666667% !important; + } + + .xl\:mx-5\/12 { + margin-left: 41.666667% !important; + margin-right: 41.666667% !important; + } + + .xl\:my-6\/12 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .xl\:mx-6\/12 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .xl\:my-7\/12 { + margin-top: 58.333333% !important; + margin-bottom: 58.333333% !important; + } + + .xl\:mx-7\/12 { + margin-left: 58.333333% !important; + margin-right: 58.333333% !important; + } + + .xl\:my-8\/12 { + margin-top: 66.666667% !important; + margin-bottom: 66.666667% !important; + } + + .xl\:mx-8\/12 { + margin-left: 66.666667% !important; + margin-right: 66.666667% !important; + } + + .xl\:my-9\/12 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .xl\:mx-9\/12 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .xl\:my-10\/12 { + margin-top: 83.333333% !important; + margin-bottom: 83.333333% !important; + } + + .xl\:mx-10\/12 { + margin-left: 83.333333% !important; + margin-right: 83.333333% !important; + } + + .xl\:my-11\/12 { + margin-top: 91.666667% !important; + margin-bottom: 91.666667% !important; + } + + .xl\:mx-11\/12 { + margin-left: 91.666667% !important; + margin-right: 91.666667% !important; + } + + .xl\:my-1\/16 { + margin-top: 6.25% !important; + margin-bottom: 6.25% !important; + } + + .xl\:mx-1\/16 { + margin-left: 6.25% !important; + margin-right: 6.25% !important; + } + + .xl\:my-2\/16 { + margin-top: 12.5% !important; + margin-bottom: 12.5% !important; + } + + .xl\:mx-2\/16 { + margin-left: 12.5% !important; + margin-right: 12.5% !important; + } + + .xl\:my-3\/16 { + margin-top: 18.75% !important; + margin-bottom: 18.75% !important; + } + + .xl\:mx-3\/16 { + margin-left: 18.75% !important; + margin-right: 18.75% !important; + } + + .xl\:my-4\/16 { + margin-top: 25% !important; + margin-bottom: 25% !important; + } + + .xl\:mx-4\/16 { + margin-left: 25% !important; + margin-right: 25% !important; + } + + .xl\:my-5\/16 { + margin-top: 31.25% !important; + margin-bottom: 31.25% !important; + } + + .xl\:mx-5\/16 { + margin-left: 31.25% !important; + margin-right: 31.25% !important; + } + + .xl\:my-6\/16 { + margin-top: 37.5% !important; + margin-bottom: 37.5% !important; + } + + .xl\:mx-6\/16 { + margin-left: 37.5% !important; + margin-right: 37.5% !important; + } + + .xl\:my-7\/16 { + margin-top: 43.75% !important; + margin-bottom: 43.75% !important; + } + + .xl\:mx-7\/16 { + margin-left: 43.75% !important; + margin-right: 43.75% !important; + } + + .xl\:my-8\/16 { + margin-top: 50% !important; + margin-bottom: 50% !important; + } + + .xl\:mx-8\/16 { + margin-left: 50% !important; + margin-right: 50% !important; + } + + .xl\:my-9\/16 { + margin-top: 56.25% !important; + margin-bottom: 56.25% !important; + } + + .xl\:mx-9\/16 { + margin-left: 56.25% !important; + margin-right: 56.25% !important; + } + + .xl\:my-10\/16 { + margin-top: 62.5% !important; + margin-bottom: 62.5% !important; + } + + .xl\:mx-10\/16 { + margin-left: 62.5% !important; + margin-right: 62.5% !important; + } + + .xl\:my-11\/16 { + margin-top: 68.75% !important; + margin-bottom: 68.75% !important; + } + + .xl\:mx-11\/16 { + margin-left: 68.75% !important; + margin-right: 68.75% !important; + } + + .xl\:my-12\/16 { + margin-top: 75% !important; + margin-bottom: 75% !important; + } + + .xl\:mx-12\/16 { + margin-left: 75% !important; + margin-right: 75% !important; + } + + .xl\:my-13\/16 { + margin-top: 81.25% !important; + margin-bottom: 81.25% !important; + } + + .xl\:mx-13\/16 { + margin-left: 81.25% !important; + margin-right: 81.25% !important; + } + + .xl\:my-14\/16 { + margin-top: 87.5% !important; + margin-bottom: 87.5% !important; + } + + .xl\:mx-14\/16 { + margin-left: 87.5% !important; + margin-right: 87.5% !important; + } + + .xl\:my-15\/16 { + margin-top: 93.75% !important; + margin-bottom: 93.75% !important; + } + + .xl\:mx-15\/16 { + margin-left: 93.75% !important; + margin-right: 93.75% !important; + } + + .xl\:my-full { + margin-top: 100% !important; + margin-bottom: 100% !important; + } + + .xl\:mx-full { + margin-left: 100% !important; + margin-right: 100% !important; + } + .xl\:-my-1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; @@ -125178,6 +193662,16 @@ video { margin-right: -1.5rem !important; } + .xl\:-my-7 { + margin-top: -1.75rem !important; + margin-bottom: -1.75rem !important; + } + + .xl\:-mx-7 { + margin-left: -1.75rem !important; + margin-right: -1.75rem !important; + } + .xl\:-my-8 { margin-top: -2rem !important; margin-bottom: -2rem !important; @@ -125188,6 +193682,16 @@ video { margin-right: -2rem !important; } + .xl\:-my-9 { + margin-top: -2.25rem !important; + margin-bottom: -2.25rem !important; + } + + .xl\:-mx-9 { + margin-left: -2.25rem !important; + margin-right: -2.25rem !important; + } + .xl\:-my-10 { margin-top: -2.5rem !important; margin-bottom: -2.5rem !important; @@ -125198,6 +193702,16 @@ video { margin-right: -2.5rem !important; } + .xl\:-my-11 { + margin-top: -2.75rem !important; + margin-bottom: -2.75rem !important; + } + + .xl\:-mx-11 { + margin-left: -2.75rem !important; + margin-right: -2.75rem !important; + } + .xl\:-my-12 { margin-top: -3rem !important; margin-bottom: -3rem !important; @@ -125208,6 +193722,36 @@ video { margin-right: -3rem !important; } + .xl\:-my-13 { + margin-top: -3.25rem !important; + margin-bottom: -3.25rem !important; + } + + .xl\:-mx-13 { + margin-left: -3.25rem !important; + margin-right: -3.25rem !important; + } + + .xl\:-my-14 { + margin-top: -3.5rem !important; + margin-bottom: -3.5rem !important; + } + + .xl\:-mx-14 { + margin-left: -3.5rem !important; + margin-right: -3.5rem !important; + } + + .xl\:-my-15 { + margin-top: -3.75rem !important; + margin-bottom: -3.75rem !important; + } + + .xl\:-mx-15 { + margin-left: -3.75rem !important; + margin-right: -3.75rem !important; + } + .xl\:-my-16 { margin-top: -4rem !important; margin-bottom: -4rem !important; @@ -125238,6 +193782,16 @@ video { margin-right: -6rem !important; } + .xl\:-my-28 { + margin-top: -7rem !important; + margin-bottom: -7rem !important; + } + + .xl\:-mx-28 { + margin-left: -7rem !important; + margin-right: -7rem !important; + } + .xl\:-my-32 { margin-top: -8rem !important; margin-bottom: -8rem !important; @@ -125248,6 +193802,16 @@ video { margin-right: -8rem !important; } + .xl\:-my-36 { + margin-top: -9rem !important; + margin-bottom: -9rem !important; + } + + .xl\:-mx-36 { + margin-left: -9rem !important; + margin-right: -9rem !important; + } + .xl\:-my-40 { margin-top: -10rem !important; margin-bottom: -10rem !important; @@ -125258,6 +193822,16 @@ video { margin-right: -10rem !important; } + .xl\:-my-44 { + margin-top: -11rem !important; + margin-bottom: -11rem !important; + } + + .xl\:-mx-44 { + margin-left: -11rem !important; + margin-right: -11rem !important; + } + .xl\:-my-48 { margin-top: -12rem !important; margin-bottom: -12rem !important; @@ -125268,6 +193842,16 @@ video { margin-right: -12rem !important; } + .xl\:-my-52 { + margin-top: -13rem !important; + margin-bottom: -13rem !important; + } + + .xl\:-mx-52 { + margin-left: -13rem !important; + margin-right: -13rem !important; + } + .xl\:-my-56 { margin-top: -14rem !important; margin-bottom: -14rem !important; @@ -125278,6 +193862,16 @@ video { margin-right: -14rem !important; } + .xl\:-my-60 { + margin-top: -15rem !important; + margin-bottom: -15rem !important; + } + + .xl\:-mx-60 { + margin-left: -15rem !important; + margin-right: -15rem !important; + } + .xl\:-my-64 { margin-top: -16rem !important; margin-bottom: -16rem !important; @@ -125288,6 +193882,36 @@ video { margin-right: -16rem !important; } + .xl\:-my-72 { + margin-top: -18rem !important; + margin-bottom: -18rem !important; + } + + .xl\:-mx-72 { + margin-left: -18rem !important; + margin-right: -18rem !important; + } + + .xl\:-my-80 { + margin-top: -20rem !important; + margin-bottom: -20rem !important; + } + + .xl\:-mx-80 { + margin-left: -20rem !important; + margin-right: -20rem !important; + } + + .xl\:-my-96 { + margin-top: -24rem !important; + margin-bottom: -24rem !important; + } + + .xl\:-mx-96 { + margin-left: -24rem !important; + margin-right: -24rem !important; + } + .xl\:-my-px { margin-top: -1px !important; margin-bottom: -1px !important; @@ -125298,6 +193922,466 @@ video { margin-right: -1px !important; } + .xl\:-my-0\.5 { + margin-top: -0.125rem !important; + margin-bottom: -0.125rem !important; + } + + .xl\:-mx-0\.5 { + margin-left: -0.125rem !important; + margin-right: -0.125rem !important; + } + + .xl\:-my-1\.5 { + margin-top: -0.375rem !important; + margin-bottom: -0.375rem !important; + } + + .xl\:-mx-1\.5 { + margin-left: -0.375rem !important; + margin-right: -0.375rem !important; + } + + .xl\:-my-2\.5 { + margin-top: -0.625rem !important; + margin-bottom: -0.625rem !important; + } + + .xl\:-mx-2\.5 { + margin-left: -0.625rem !important; + margin-right: -0.625rem !important; + } + + .xl\:-my-3\.5 { + margin-top: -0.875rem !important; + margin-bottom: -0.875rem !important; + } + + .xl\:-mx-3\.5 { + margin-left: -0.875rem !important; + margin-right: -0.875rem !important; + } + + .xl\:-my-1\/2 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .xl\:-mx-1\/2 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .xl\:-my-1\/3 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .xl\:-mx-1\/3 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .xl\:-my-2\/3 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .xl\:-mx-2\/3 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .xl\:-my-1\/4 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .xl\:-mx-1\/4 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .xl\:-my-2\/4 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .xl\:-mx-2\/4 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .xl\:-my-3\/4 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .xl\:-mx-3\/4 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .xl\:-my-1\/5 { + margin-top: -20% !important; + margin-bottom: -20% !important; + } + + .xl\:-mx-1\/5 { + margin-left: -20% !important; + margin-right: -20% !important; + } + + .xl\:-my-2\/5 { + margin-top: -40% !important; + margin-bottom: -40% !important; + } + + .xl\:-mx-2\/5 { + margin-left: -40% !important; + margin-right: -40% !important; + } + + .xl\:-my-3\/5 { + margin-top: -60% !important; + margin-bottom: -60% !important; + } + + .xl\:-mx-3\/5 { + margin-left: -60% !important; + margin-right: -60% !important; + } + + .xl\:-my-4\/5 { + margin-top: -80% !important; + margin-bottom: -80% !important; + } + + .xl\:-mx-4\/5 { + margin-left: -80% !important; + margin-right: -80% !important; + } + + .xl\:-my-1\/6 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .xl\:-mx-1\/6 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .xl\:-my-2\/6 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .xl\:-mx-2\/6 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .xl\:-my-3\/6 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .xl\:-mx-3\/6 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .xl\:-my-4\/6 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .xl\:-mx-4\/6 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .xl\:-my-5\/6 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .xl\:-mx-5\/6 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .xl\:-my-1\/12 { + margin-top: -8.33333% !important; + margin-bottom: -8.33333% !important; + } + + .xl\:-mx-1\/12 { + margin-left: -8.33333% !important; + margin-right: -8.33333% !important; + } + + .xl\:-my-2\/12 { + margin-top: -16.66667% !important; + margin-bottom: -16.66667% !important; + } + + .xl\:-mx-2\/12 { + margin-left: -16.66667% !important; + margin-right: -16.66667% !important; + } + + .xl\:-my-3\/12 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .xl\:-mx-3\/12 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .xl\:-my-4\/12 { + margin-top: -33.33333% !important; + margin-bottom: -33.33333% !important; + } + + .xl\:-mx-4\/12 { + margin-left: -33.33333% !important; + margin-right: -33.33333% !important; + } + + .xl\:-my-5\/12 { + margin-top: -41.66667% !important; + margin-bottom: -41.66667% !important; + } + + .xl\:-mx-5\/12 { + margin-left: -41.66667% !important; + margin-right: -41.66667% !important; + } + + .xl\:-my-6\/12 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .xl\:-mx-6\/12 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .xl\:-my-7\/12 { + margin-top: -58.33333% !important; + margin-bottom: -58.33333% !important; + } + + .xl\:-mx-7\/12 { + margin-left: -58.33333% !important; + margin-right: -58.33333% !important; + } + + .xl\:-my-8\/12 { + margin-top: -66.66667% !important; + margin-bottom: -66.66667% !important; + } + + .xl\:-mx-8\/12 { + margin-left: -66.66667% !important; + margin-right: -66.66667% !important; + } + + .xl\:-my-9\/12 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .xl\:-mx-9\/12 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .xl\:-my-10\/12 { + margin-top: -83.33333% !important; + margin-bottom: -83.33333% !important; + } + + .xl\:-mx-10\/12 { + margin-left: -83.33333% !important; + margin-right: -83.33333% !important; + } + + .xl\:-my-11\/12 { + margin-top: -91.66667% !important; + margin-bottom: -91.66667% !important; + } + + .xl\:-mx-11\/12 { + margin-left: -91.66667% !important; + margin-right: -91.66667% !important; + } + + .xl\:-my-1\/16 { + margin-top: -6.25% !important; + margin-bottom: -6.25% !important; + } + + .xl\:-mx-1\/16 { + margin-left: -6.25% !important; + margin-right: -6.25% !important; + } + + .xl\:-my-2\/16 { + margin-top: -12.5% !important; + margin-bottom: -12.5% !important; + } + + .xl\:-mx-2\/16 { + margin-left: -12.5% !important; + margin-right: -12.5% !important; + } + + .xl\:-my-3\/16 { + margin-top: -18.75% !important; + margin-bottom: -18.75% !important; + } + + .xl\:-mx-3\/16 { + margin-left: -18.75% !important; + margin-right: -18.75% !important; + } + + .xl\:-my-4\/16 { + margin-top: -25% !important; + margin-bottom: -25% !important; + } + + .xl\:-mx-4\/16 { + margin-left: -25% !important; + margin-right: -25% !important; + } + + .xl\:-my-5\/16 { + margin-top: -31.25% !important; + margin-bottom: -31.25% !important; + } + + .xl\:-mx-5\/16 { + margin-left: -31.25% !important; + margin-right: -31.25% !important; + } + + .xl\:-my-6\/16 { + margin-top: -37.5% !important; + margin-bottom: -37.5% !important; + } + + .xl\:-mx-6\/16 { + margin-left: -37.5% !important; + margin-right: -37.5% !important; + } + + .xl\:-my-7\/16 { + margin-top: -43.75% !important; + margin-bottom: -43.75% !important; + } + + .xl\:-mx-7\/16 { + margin-left: -43.75% !important; + margin-right: -43.75% !important; + } + + .xl\:-my-8\/16 { + margin-top: -50% !important; + margin-bottom: -50% !important; + } + + .xl\:-mx-8\/16 { + margin-left: -50% !important; + margin-right: -50% !important; + } + + .xl\:-my-9\/16 { + margin-top: -56.25% !important; + margin-bottom: -56.25% !important; + } + + .xl\:-mx-9\/16 { + margin-left: -56.25% !important; + margin-right: -56.25% !important; + } + + .xl\:-my-10\/16 { + margin-top: -62.5% !important; + margin-bottom: -62.5% !important; + } + + .xl\:-mx-10\/16 { + margin-left: -62.5% !important; + margin-right: -62.5% !important; + } + + .xl\:-my-11\/16 { + margin-top: -68.75% !important; + margin-bottom: -68.75% !important; + } + + .xl\:-mx-11\/16 { + margin-left: -68.75% !important; + margin-right: -68.75% !important; + } + + .xl\:-my-12\/16 { + margin-top: -75% !important; + margin-bottom: -75% !important; + } + + .xl\:-mx-12\/16 { + margin-left: -75% !important; + margin-right: -75% !important; + } + + .xl\:-my-13\/16 { + margin-top: -81.25% !important; + margin-bottom: -81.25% !important; + } + + .xl\:-mx-13\/16 { + margin-left: -81.25% !important; + margin-right: -81.25% !important; + } + + .xl\:-my-14\/16 { + margin-top: -87.5% !important; + margin-bottom: -87.5% !important; + } + + .xl\:-mx-14\/16 { + margin-left: -87.5% !important; + margin-right: -87.5% !important; + } + + .xl\:-my-15\/16 { + margin-top: -93.75% !important; + margin-bottom: -93.75% !important; + } + + .xl\:-mx-15\/16 { + margin-left: -93.75% !important; + margin-right: -93.75% !important; + } + + .xl\:-my-full { + margin-top: -100% !important; + margin-bottom: -100% !important; + } + + .xl\:-mx-full { + margin-left: -100% !important; + margin-right: -100% !important; + } + .xl\:mt-0 { margin-top: 0 !important; } @@ -125410,6 +194494,22 @@ video { margin-left: 1.5rem !important; } + .xl\:mt-7 { + margin-top: 1.75rem !important; + } + + .xl\:mr-7 { + margin-right: 1.75rem !important; + } + + .xl\:mb-7 { + margin-bottom: 1.75rem !important; + } + + .xl\:ml-7 { + margin-left: 1.75rem !important; + } + .xl\:mt-8 { margin-top: 2rem !important; } @@ -125426,6 +194526,22 @@ video { margin-left: 2rem !important; } + .xl\:mt-9 { + margin-top: 2.25rem !important; + } + + .xl\:mr-9 { + margin-right: 2.25rem !important; + } + + .xl\:mb-9 { + margin-bottom: 2.25rem !important; + } + + .xl\:ml-9 { + margin-left: 2.25rem !important; + } + .xl\:mt-10 { margin-top: 2.5rem !important; } @@ -125442,6 +194558,22 @@ video { margin-left: 2.5rem !important; } + .xl\:mt-11 { + margin-top: 2.75rem !important; + } + + .xl\:mr-11 { + margin-right: 2.75rem !important; + } + + .xl\:mb-11 { + margin-bottom: 2.75rem !important; + } + + .xl\:ml-11 { + margin-left: 2.75rem !important; + } + .xl\:mt-12 { margin-top: 3rem !important; } @@ -125458,6 +194590,54 @@ video { margin-left: 3rem !important; } + .xl\:mt-13 { + margin-top: 3.25rem !important; + } + + .xl\:mr-13 { + margin-right: 3.25rem !important; + } + + .xl\:mb-13 { + margin-bottom: 3.25rem !important; + } + + .xl\:ml-13 { + margin-left: 3.25rem !important; + } + + .xl\:mt-14 { + margin-top: 3.5rem !important; + } + + .xl\:mr-14 { + margin-right: 3.5rem !important; + } + + .xl\:mb-14 { + margin-bottom: 3.5rem !important; + } + + .xl\:ml-14 { + margin-left: 3.5rem !important; + } + + .xl\:mt-15 { + margin-top: 3.75rem !important; + } + + .xl\:mr-15 { + margin-right: 3.75rem !important; + } + + .xl\:mb-15 { + margin-bottom: 3.75rem !important; + } + + .xl\:ml-15 { + margin-left: 3.75rem !important; + } + .xl\:mt-16 { margin-top: 4rem !important; } @@ -125506,6 +194686,22 @@ video { margin-left: 6rem !important; } + .xl\:mt-28 { + margin-top: 7rem !important; + } + + .xl\:mr-28 { + margin-right: 7rem !important; + } + + .xl\:mb-28 { + margin-bottom: 7rem !important; + } + + .xl\:ml-28 { + margin-left: 7rem !important; + } + .xl\:mt-32 { margin-top: 8rem !important; } @@ -125522,6 +194718,22 @@ video { margin-left: 8rem !important; } + .xl\:mt-36 { + margin-top: 9rem !important; + } + + .xl\:mr-36 { + margin-right: 9rem !important; + } + + .xl\:mb-36 { + margin-bottom: 9rem !important; + } + + .xl\:ml-36 { + margin-left: 9rem !important; + } + .xl\:mt-40 { margin-top: 10rem !important; } @@ -125538,6 +194750,22 @@ video { margin-left: 10rem !important; } + .xl\:mt-44 { + margin-top: 11rem !important; + } + + .xl\:mr-44 { + margin-right: 11rem !important; + } + + .xl\:mb-44 { + margin-bottom: 11rem !important; + } + + .xl\:ml-44 { + margin-left: 11rem !important; + } + .xl\:mt-48 { margin-top: 12rem !important; } @@ -125554,6 +194782,22 @@ video { margin-left: 12rem !important; } + .xl\:mt-52 { + margin-top: 13rem !important; + } + + .xl\:mr-52 { + margin-right: 13rem !important; + } + + .xl\:mb-52 { + margin-bottom: 13rem !important; + } + + .xl\:ml-52 { + margin-left: 13rem !important; + } + .xl\:mt-56 { margin-top: 14rem !important; } @@ -125570,6 +194814,22 @@ video { margin-left: 14rem !important; } + .xl\:mt-60 { + margin-top: 15rem !important; + } + + .xl\:mr-60 { + margin-right: 15rem !important; + } + + .xl\:mb-60 { + margin-bottom: 15rem !important; + } + + .xl\:ml-60 { + margin-left: 15rem !important; + } + .xl\:mt-64 { margin-top: 16rem !important; } @@ -125586,6 +194846,54 @@ video { margin-left: 16rem !important; } + .xl\:mt-72 { + margin-top: 18rem !important; + } + + .xl\:mr-72 { + margin-right: 18rem !important; + } + + .xl\:mb-72 { + margin-bottom: 18rem !important; + } + + .xl\:ml-72 { + margin-left: 18rem !important; + } + + .xl\:mt-80 { + margin-top: 20rem !important; + } + + .xl\:mr-80 { + margin-right: 20rem !important; + } + + .xl\:mb-80 { + margin-bottom: 20rem !important; + } + + .xl\:ml-80 { + margin-left: 20rem !important; + } + + .xl\:mt-96 { + margin-top: 24rem !important; + } + + .xl\:mr-96 { + margin-right: 24rem !important; + } + + .xl\:mb-96 { + margin-bottom: 24rem !important; + } + + .xl\:ml-96 { + margin-left: 24rem !important; + } + .xl\:mt-auto { margin-top: auto !important; } @@ -125618,6 +194926,742 @@ video { margin-left: 1px !important; } + .xl\:mt-0\.5 { + margin-top: 0.125rem !important; + } + + .xl\:mr-0\.5 { + margin-right: 0.125rem !important; + } + + .xl\:mb-0\.5 { + margin-bottom: 0.125rem !important; + } + + .xl\:ml-0\.5 { + margin-left: 0.125rem !important; + } + + .xl\:mt-1\.5 { + margin-top: 0.375rem !important; + } + + .xl\:mr-1\.5 { + margin-right: 0.375rem !important; + } + + .xl\:mb-1\.5 { + margin-bottom: 0.375rem !important; + } + + .xl\:ml-1\.5 { + margin-left: 0.375rem !important; + } + + .xl\:mt-2\.5 { + margin-top: 0.625rem !important; + } + + .xl\:mr-2\.5 { + margin-right: 0.625rem !important; + } + + .xl\:mb-2\.5 { + margin-bottom: 0.625rem !important; + } + + .xl\:ml-2\.5 { + margin-left: 0.625rem !important; + } + + .xl\:mt-3\.5 { + margin-top: 0.875rem !important; + } + + .xl\:mr-3\.5 { + margin-right: 0.875rem !important; + } + + .xl\:mb-3\.5 { + margin-bottom: 0.875rem !important; + } + + .xl\:ml-3\.5 { + margin-left: 0.875rem !important; + } + + .xl\:mt-1\/2 { + margin-top: 50% !important; + } + + .xl\:mr-1\/2 { + margin-right: 50% !important; + } + + .xl\:mb-1\/2 { + margin-bottom: 50% !important; + } + + .xl\:ml-1\/2 { + margin-left: 50% !important; + } + + .xl\:mt-1\/3 { + margin-top: 33.333333% !important; + } + + .xl\:mr-1\/3 { + margin-right: 33.333333% !important; + } + + .xl\:mb-1\/3 { + margin-bottom: 33.333333% !important; + } + + .xl\:ml-1\/3 { + margin-left: 33.333333% !important; + } + + .xl\:mt-2\/3 { + margin-top: 66.666667% !important; + } + + .xl\:mr-2\/3 { + margin-right: 66.666667% !important; + } + + .xl\:mb-2\/3 { + margin-bottom: 66.666667% !important; + } + + .xl\:ml-2\/3 { + margin-left: 66.666667% !important; + } + + .xl\:mt-1\/4 { + margin-top: 25% !important; + } + + .xl\:mr-1\/4 { + margin-right: 25% !important; + } + + .xl\:mb-1\/4 { + margin-bottom: 25% !important; + } + + .xl\:ml-1\/4 { + margin-left: 25% !important; + } + + .xl\:mt-2\/4 { + margin-top: 50% !important; + } + + .xl\:mr-2\/4 { + margin-right: 50% !important; + } + + .xl\:mb-2\/4 { + margin-bottom: 50% !important; + } + + .xl\:ml-2\/4 { + margin-left: 50% !important; + } + + .xl\:mt-3\/4 { + margin-top: 75% !important; + } + + .xl\:mr-3\/4 { + margin-right: 75% !important; + } + + .xl\:mb-3\/4 { + margin-bottom: 75% !important; + } + + .xl\:ml-3\/4 { + margin-left: 75% !important; + } + + .xl\:mt-1\/5 { + margin-top: 20% !important; + } + + .xl\:mr-1\/5 { + margin-right: 20% !important; + } + + .xl\:mb-1\/5 { + margin-bottom: 20% !important; + } + + .xl\:ml-1\/5 { + margin-left: 20% !important; + } + + .xl\:mt-2\/5 { + margin-top: 40% !important; + } + + .xl\:mr-2\/5 { + margin-right: 40% !important; + } + + .xl\:mb-2\/5 { + margin-bottom: 40% !important; + } + + .xl\:ml-2\/5 { + margin-left: 40% !important; + } + + .xl\:mt-3\/5 { + margin-top: 60% !important; + } + + .xl\:mr-3\/5 { + margin-right: 60% !important; + } + + .xl\:mb-3\/5 { + margin-bottom: 60% !important; + } + + .xl\:ml-3\/5 { + margin-left: 60% !important; + } + + .xl\:mt-4\/5 { + margin-top: 80% !important; + } + + .xl\:mr-4\/5 { + margin-right: 80% !important; + } + + .xl\:mb-4\/5 { + margin-bottom: 80% !important; + } + + .xl\:ml-4\/5 { + margin-left: 80% !important; + } + + .xl\:mt-1\/6 { + margin-top: 16.666667% !important; + } + + .xl\:mr-1\/6 { + margin-right: 16.666667% !important; + } + + .xl\:mb-1\/6 { + margin-bottom: 16.666667% !important; + } + + .xl\:ml-1\/6 { + margin-left: 16.666667% !important; + } + + .xl\:mt-2\/6 { + margin-top: 33.333333% !important; + } + + .xl\:mr-2\/6 { + margin-right: 33.333333% !important; + } + + .xl\:mb-2\/6 { + margin-bottom: 33.333333% !important; + } + + .xl\:ml-2\/6 { + margin-left: 33.333333% !important; + } + + .xl\:mt-3\/6 { + margin-top: 50% !important; + } + + .xl\:mr-3\/6 { + margin-right: 50% !important; + } + + .xl\:mb-3\/6 { + margin-bottom: 50% !important; + } + + .xl\:ml-3\/6 { + margin-left: 50% !important; + } + + .xl\:mt-4\/6 { + margin-top: 66.666667% !important; + } + + .xl\:mr-4\/6 { + margin-right: 66.666667% !important; + } + + .xl\:mb-4\/6 { + margin-bottom: 66.666667% !important; + } + + .xl\:ml-4\/6 { + margin-left: 66.666667% !important; + } + + .xl\:mt-5\/6 { + margin-top: 83.333333% !important; + } + + .xl\:mr-5\/6 { + margin-right: 83.333333% !important; + } + + .xl\:mb-5\/6 { + margin-bottom: 83.333333% !important; + } + + .xl\:ml-5\/6 { + margin-left: 83.333333% !important; + } + + .xl\:mt-1\/12 { + margin-top: 8.333333% !important; + } + + .xl\:mr-1\/12 { + margin-right: 8.333333% !important; + } + + .xl\:mb-1\/12 { + margin-bottom: 8.333333% !important; + } + + .xl\:ml-1\/12 { + margin-left: 8.333333% !important; + } + + .xl\:mt-2\/12 { + margin-top: 16.666667% !important; + } + + .xl\:mr-2\/12 { + margin-right: 16.666667% !important; + } + + .xl\:mb-2\/12 { + margin-bottom: 16.666667% !important; + } + + .xl\:ml-2\/12 { + margin-left: 16.666667% !important; + } + + .xl\:mt-3\/12 { + margin-top: 25% !important; + } + + .xl\:mr-3\/12 { + margin-right: 25% !important; + } + + .xl\:mb-3\/12 { + margin-bottom: 25% !important; + } + + .xl\:ml-3\/12 { + margin-left: 25% !important; + } + + .xl\:mt-4\/12 { + margin-top: 33.333333% !important; + } + + .xl\:mr-4\/12 { + margin-right: 33.333333% !important; + } + + .xl\:mb-4\/12 { + margin-bottom: 33.333333% !important; + } + + .xl\:ml-4\/12 { + margin-left: 33.333333% !important; + } + + .xl\:mt-5\/12 { + margin-top: 41.666667% !important; + } + + .xl\:mr-5\/12 { + margin-right: 41.666667% !important; + } + + .xl\:mb-5\/12 { + margin-bottom: 41.666667% !important; + } + + .xl\:ml-5\/12 { + margin-left: 41.666667% !important; + } + + .xl\:mt-6\/12 { + margin-top: 50% !important; + } + + .xl\:mr-6\/12 { + margin-right: 50% !important; + } + + .xl\:mb-6\/12 { + margin-bottom: 50% !important; + } + + .xl\:ml-6\/12 { + margin-left: 50% !important; + } + + .xl\:mt-7\/12 { + margin-top: 58.333333% !important; + } + + .xl\:mr-7\/12 { + margin-right: 58.333333% !important; + } + + .xl\:mb-7\/12 { + margin-bottom: 58.333333% !important; + } + + .xl\:ml-7\/12 { + margin-left: 58.333333% !important; + } + + .xl\:mt-8\/12 { + margin-top: 66.666667% !important; + } + + .xl\:mr-8\/12 { + margin-right: 66.666667% !important; + } + + .xl\:mb-8\/12 { + margin-bottom: 66.666667% !important; + } + + .xl\:ml-8\/12 { + margin-left: 66.666667% !important; + } + + .xl\:mt-9\/12 { + margin-top: 75% !important; + } + + .xl\:mr-9\/12 { + margin-right: 75% !important; + } + + .xl\:mb-9\/12 { + margin-bottom: 75% !important; + } + + .xl\:ml-9\/12 { + margin-left: 75% !important; + } + + .xl\:mt-10\/12 { + margin-top: 83.333333% !important; + } + + .xl\:mr-10\/12 { + margin-right: 83.333333% !important; + } + + .xl\:mb-10\/12 { + margin-bottom: 83.333333% !important; + } + + .xl\:ml-10\/12 { + margin-left: 83.333333% !important; + } + + .xl\:mt-11\/12 { + margin-top: 91.666667% !important; + } + + .xl\:mr-11\/12 { + margin-right: 91.666667% !important; + } + + .xl\:mb-11\/12 { + margin-bottom: 91.666667% !important; + } + + .xl\:ml-11\/12 { + margin-left: 91.666667% !important; + } + + .xl\:mt-1\/16 { + margin-top: 6.25% !important; + } + + .xl\:mr-1\/16 { + margin-right: 6.25% !important; + } + + .xl\:mb-1\/16 { + margin-bottom: 6.25% !important; + } + + .xl\:ml-1\/16 { + margin-left: 6.25% !important; + } + + .xl\:mt-2\/16 { + margin-top: 12.5% !important; + } + + .xl\:mr-2\/16 { + margin-right: 12.5% !important; + } + + .xl\:mb-2\/16 { + margin-bottom: 12.5% !important; + } + + .xl\:ml-2\/16 { + margin-left: 12.5% !important; + } + + .xl\:mt-3\/16 { + margin-top: 18.75% !important; + } + + .xl\:mr-3\/16 { + margin-right: 18.75% !important; + } + + .xl\:mb-3\/16 { + margin-bottom: 18.75% !important; + } + + .xl\:ml-3\/16 { + margin-left: 18.75% !important; + } + + .xl\:mt-4\/16 { + margin-top: 25% !important; + } + + .xl\:mr-4\/16 { + margin-right: 25% !important; + } + + .xl\:mb-4\/16 { + margin-bottom: 25% !important; + } + + .xl\:ml-4\/16 { + margin-left: 25% !important; + } + + .xl\:mt-5\/16 { + margin-top: 31.25% !important; + } + + .xl\:mr-5\/16 { + margin-right: 31.25% !important; + } + + .xl\:mb-5\/16 { + margin-bottom: 31.25% !important; + } + + .xl\:ml-5\/16 { + margin-left: 31.25% !important; + } + + .xl\:mt-6\/16 { + margin-top: 37.5% !important; + } + + .xl\:mr-6\/16 { + margin-right: 37.5% !important; + } + + .xl\:mb-6\/16 { + margin-bottom: 37.5% !important; + } + + .xl\:ml-6\/16 { + margin-left: 37.5% !important; + } + + .xl\:mt-7\/16 { + margin-top: 43.75% !important; + } + + .xl\:mr-7\/16 { + margin-right: 43.75% !important; + } + + .xl\:mb-7\/16 { + margin-bottom: 43.75% !important; + } + + .xl\:ml-7\/16 { + margin-left: 43.75% !important; + } + + .xl\:mt-8\/16 { + margin-top: 50% !important; + } + + .xl\:mr-8\/16 { + margin-right: 50% !important; + } + + .xl\:mb-8\/16 { + margin-bottom: 50% !important; + } + + .xl\:ml-8\/16 { + margin-left: 50% !important; + } + + .xl\:mt-9\/16 { + margin-top: 56.25% !important; + } + + .xl\:mr-9\/16 { + margin-right: 56.25% !important; + } + + .xl\:mb-9\/16 { + margin-bottom: 56.25% !important; + } + + .xl\:ml-9\/16 { + margin-left: 56.25% !important; + } + + .xl\:mt-10\/16 { + margin-top: 62.5% !important; + } + + .xl\:mr-10\/16 { + margin-right: 62.5% !important; + } + + .xl\:mb-10\/16 { + margin-bottom: 62.5% !important; + } + + .xl\:ml-10\/16 { + margin-left: 62.5% !important; + } + + .xl\:mt-11\/16 { + margin-top: 68.75% !important; + } + + .xl\:mr-11\/16 { + margin-right: 68.75% !important; + } + + .xl\:mb-11\/16 { + margin-bottom: 68.75% !important; + } + + .xl\:ml-11\/16 { + margin-left: 68.75% !important; + } + + .xl\:mt-12\/16 { + margin-top: 75% !important; + } + + .xl\:mr-12\/16 { + margin-right: 75% !important; + } + + .xl\:mb-12\/16 { + margin-bottom: 75% !important; + } + + .xl\:ml-12\/16 { + margin-left: 75% !important; + } + + .xl\:mt-13\/16 { + margin-top: 81.25% !important; + } + + .xl\:mr-13\/16 { + margin-right: 81.25% !important; + } + + .xl\:mb-13\/16 { + margin-bottom: 81.25% !important; + } + + .xl\:ml-13\/16 { + margin-left: 81.25% !important; + } + + .xl\:mt-14\/16 { + margin-top: 87.5% !important; + } + + .xl\:mr-14\/16 { + margin-right: 87.5% !important; + } + + .xl\:mb-14\/16 { + margin-bottom: 87.5% !important; + } + + .xl\:ml-14\/16 { + margin-left: 87.5% !important; + } + + .xl\:mt-15\/16 { + margin-top: 93.75% !important; + } + + .xl\:mr-15\/16 { + margin-right: 93.75% !important; + } + + .xl\:mb-15\/16 { + margin-bottom: 93.75% !important; + } + + .xl\:ml-15\/16 { + margin-left: 93.75% !important; + } + + .xl\:mt-full { + margin-top: 100% !important; + } + + .xl\:mr-full { + margin-right: 100% !important; + } + + .xl\:mb-full { + margin-bottom: 100% !important; + } + + .xl\:ml-full { + margin-left: 100% !important; + } + .xl\:-mt-1 { margin-top: -0.25rem !important; } @@ -125714,6 +195758,22 @@ video { margin-left: -1.5rem !important; } + .xl\:-mt-7 { + margin-top: -1.75rem !important; + } + + .xl\:-mr-7 { + margin-right: -1.75rem !important; + } + + .xl\:-mb-7 { + margin-bottom: -1.75rem !important; + } + + .xl\:-ml-7 { + margin-left: -1.75rem !important; + } + .xl\:-mt-8 { margin-top: -2rem !important; } @@ -125730,6 +195790,22 @@ video { margin-left: -2rem !important; } + .xl\:-mt-9 { + margin-top: -2.25rem !important; + } + + .xl\:-mr-9 { + margin-right: -2.25rem !important; + } + + .xl\:-mb-9 { + margin-bottom: -2.25rem !important; + } + + .xl\:-ml-9 { + margin-left: -2.25rem !important; + } + .xl\:-mt-10 { margin-top: -2.5rem !important; } @@ -125746,6 +195822,22 @@ video { margin-left: -2.5rem !important; } + .xl\:-mt-11 { + margin-top: -2.75rem !important; + } + + .xl\:-mr-11 { + margin-right: -2.75rem !important; + } + + .xl\:-mb-11 { + margin-bottom: -2.75rem !important; + } + + .xl\:-ml-11 { + margin-left: -2.75rem !important; + } + .xl\:-mt-12 { margin-top: -3rem !important; } @@ -125762,6 +195854,54 @@ video { margin-left: -3rem !important; } + .xl\:-mt-13 { + margin-top: -3.25rem !important; + } + + .xl\:-mr-13 { + margin-right: -3.25rem !important; + } + + .xl\:-mb-13 { + margin-bottom: -3.25rem !important; + } + + .xl\:-ml-13 { + margin-left: -3.25rem !important; + } + + .xl\:-mt-14 { + margin-top: -3.5rem !important; + } + + .xl\:-mr-14 { + margin-right: -3.5rem !important; + } + + .xl\:-mb-14 { + margin-bottom: -3.5rem !important; + } + + .xl\:-ml-14 { + margin-left: -3.5rem !important; + } + + .xl\:-mt-15 { + margin-top: -3.75rem !important; + } + + .xl\:-mr-15 { + margin-right: -3.75rem !important; + } + + .xl\:-mb-15 { + margin-bottom: -3.75rem !important; + } + + .xl\:-ml-15 { + margin-left: -3.75rem !important; + } + .xl\:-mt-16 { margin-top: -4rem !important; } @@ -125810,6 +195950,22 @@ video { margin-left: -6rem !important; } + .xl\:-mt-28 { + margin-top: -7rem !important; + } + + .xl\:-mr-28 { + margin-right: -7rem !important; + } + + .xl\:-mb-28 { + margin-bottom: -7rem !important; + } + + .xl\:-ml-28 { + margin-left: -7rem !important; + } + .xl\:-mt-32 { margin-top: -8rem !important; } @@ -125826,6 +195982,22 @@ video { margin-left: -8rem !important; } + .xl\:-mt-36 { + margin-top: -9rem !important; + } + + .xl\:-mr-36 { + margin-right: -9rem !important; + } + + .xl\:-mb-36 { + margin-bottom: -9rem !important; + } + + .xl\:-ml-36 { + margin-left: -9rem !important; + } + .xl\:-mt-40 { margin-top: -10rem !important; } @@ -125842,6 +196014,22 @@ video { margin-left: -10rem !important; } + .xl\:-mt-44 { + margin-top: -11rem !important; + } + + .xl\:-mr-44 { + margin-right: -11rem !important; + } + + .xl\:-mb-44 { + margin-bottom: -11rem !important; + } + + .xl\:-ml-44 { + margin-left: -11rem !important; + } + .xl\:-mt-48 { margin-top: -12rem !important; } @@ -125858,6 +196046,22 @@ video { margin-left: -12rem !important; } + .xl\:-mt-52 { + margin-top: -13rem !important; + } + + .xl\:-mr-52 { + margin-right: -13rem !important; + } + + .xl\:-mb-52 { + margin-bottom: -13rem !important; + } + + .xl\:-ml-52 { + margin-left: -13rem !important; + } + .xl\:-mt-56 { margin-top: -14rem !important; } @@ -125874,6 +196078,22 @@ video { margin-left: -14rem !important; } + .xl\:-mt-60 { + margin-top: -15rem !important; + } + + .xl\:-mr-60 { + margin-right: -15rem !important; + } + + .xl\:-mb-60 { + margin-bottom: -15rem !important; + } + + .xl\:-ml-60 { + margin-left: -15rem !important; + } + .xl\:-mt-64 { margin-top: -16rem !important; } @@ -125890,6 +196110,54 @@ video { margin-left: -16rem !important; } + .xl\:-mt-72 { + margin-top: -18rem !important; + } + + .xl\:-mr-72 { + margin-right: -18rem !important; + } + + .xl\:-mb-72 { + margin-bottom: -18rem !important; + } + + .xl\:-ml-72 { + margin-left: -18rem !important; + } + + .xl\:-mt-80 { + margin-top: -20rem !important; + } + + .xl\:-mr-80 { + margin-right: -20rem !important; + } + + .xl\:-mb-80 { + margin-bottom: -20rem !important; + } + + .xl\:-ml-80 { + margin-left: -20rem !important; + } + + .xl\:-mt-96 { + margin-top: -24rem !important; + } + + .xl\:-mr-96 { + margin-right: -24rem !important; + } + + .xl\:-mb-96 { + margin-bottom: -24rem !important; + } + + .xl\:-ml-96 { + margin-left: -24rem !important; + } + .xl\:-mt-px { margin-top: -1px !important; } @@ -125906,14 +196174,1066 @@ video { margin-left: -1px !important; } - .xl\:max-h-full { - max-height: 100% !important; + .xl\:-mt-0\.5 { + margin-top: -0.125rem !important; + } + + .xl\:-mr-0\.5 { + margin-right: -0.125rem !important; + } + + .xl\:-mb-0\.5 { + margin-bottom: -0.125rem !important; + } + + .xl\:-ml-0\.5 { + margin-left: -0.125rem !important; + } + + .xl\:-mt-1\.5 { + margin-top: -0.375rem !important; + } + + .xl\:-mr-1\.5 { + margin-right: -0.375rem !important; + } + + .xl\:-mb-1\.5 { + margin-bottom: -0.375rem !important; + } + + .xl\:-ml-1\.5 { + margin-left: -0.375rem !important; + } + + .xl\:-mt-2\.5 { + margin-top: -0.625rem !important; + } + + .xl\:-mr-2\.5 { + margin-right: -0.625rem !important; + } + + .xl\:-mb-2\.5 { + margin-bottom: -0.625rem !important; + } + + .xl\:-ml-2\.5 { + margin-left: -0.625rem !important; + } + + .xl\:-mt-3\.5 { + margin-top: -0.875rem !important; + } + + .xl\:-mr-3\.5 { + margin-right: -0.875rem !important; + } + + .xl\:-mb-3\.5 { + margin-bottom: -0.875rem !important; + } + + .xl\:-ml-3\.5 { + margin-left: -0.875rem !important; + } + + .xl\:-mt-1\/2 { + margin-top: -50% !important; + } + + .xl\:-mr-1\/2 { + margin-right: -50% !important; + } + + .xl\:-mb-1\/2 { + margin-bottom: -50% !important; + } + + .xl\:-ml-1\/2 { + margin-left: -50% !important; + } + + .xl\:-mt-1\/3 { + margin-top: -33.33333% !important; + } + + .xl\:-mr-1\/3 { + margin-right: -33.33333% !important; + } + + .xl\:-mb-1\/3 { + margin-bottom: -33.33333% !important; + } + + .xl\:-ml-1\/3 { + margin-left: -33.33333% !important; + } + + .xl\:-mt-2\/3 { + margin-top: -66.66667% !important; + } + + .xl\:-mr-2\/3 { + margin-right: -66.66667% !important; + } + + .xl\:-mb-2\/3 { + margin-bottom: -66.66667% !important; + } + + .xl\:-ml-2\/3 { + margin-left: -66.66667% !important; + } + + .xl\:-mt-1\/4 { + margin-top: -25% !important; + } + + .xl\:-mr-1\/4 { + margin-right: -25% !important; + } + + .xl\:-mb-1\/4 { + margin-bottom: -25% !important; + } + + .xl\:-ml-1\/4 { + margin-left: -25% !important; + } + + .xl\:-mt-2\/4 { + margin-top: -50% !important; + } + + .xl\:-mr-2\/4 { + margin-right: -50% !important; + } + + .xl\:-mb-2\/4 { + margin-bottom: -50% !important; + } + + .xl\:-ml-2\/4 { + margin-left: -50% !important; + } + + .xl\:-mt-3\/4 { + margin-top: -75% !important; + } + + .xl\:-mr-3\/4 { + margin-right: -75% !important; + } + + .xl\:-mb-3\/4 { + margin-bottom: -75% !important; + } + + .xl\:-ml-3\/4 { + margin-left: -75% !important; + } + + .xl\:-mt-1\/5 { + margin-top: -20% !important; + } + + .xl\:-mr-1\/5 { + margin-right: -20% !important; + } + + .xl\:-mb-1\/5 { + margin-bottom: -20% !important; + } + + .xl\:-ml-1\/5 { + margin-left: -20% !important; + } + + .xl\:-mt-2\/5 { + margin-top: -40% !important; + } + + .xl\:-mr-2\/5 { + margin-right: -40% !important; + } + + .xl\:-mb-2\/5 { + margin-bottom: -40% !important; + } + + .xl\:-ml-2\/5 { + margin-left: -40% !important; + } + + .xl\:-mt-3\/5 { + margin-top: -60% !important; + } + + .xl\:-mr-3\/5 { + margin-right: -60% !important; + } + + .xl\:-mb-3\/5 { + margin-bottom: -60% !important; + } + + .xl\:-ml-3\/5 { + margin-left: -60% !important; + } + + .xl\:-mt-4\/5 { + margin-top: -80% !important; + } + + .xl\:-mr-4\/5 { + margin-right: -80% !important; + } + + .xl\:-mb-4\/5 { + margin-bottom: -80% !important; + } + + .xl\:-ml-4\/5 { + margin-left: -80% !important; + } + + .xl\:-mt-1\/6 { + margin-top: -16.66667% !important; + } + + .xl\:-mr-1\/6 { + margin-right: -16.66667% !important; + } + + .xl\:-mb-1\/6 { + margin-bottom: -16.66667% !important; + } + + .xl\:-ml-1\/6 { + margin-left: -16.66667% !important; + } + + .xl\:-mt-2\/6 { + margin-top: -33.33333% !important; + } + + .xl\:-mr-2\/6 { + margin-right: -33.33333% !important; + } + + .xl\:-mb-2\/6 { + margin-bottom: -33.33333% !important; + } + + .xl\:-ml-2\/6 { + margin-left: -33.33333% !important; + } + + .xl\:-mt-3\/6 { + margin-top: -50% !important; + } + + .xl\:-mr-3\/6 { + margin-right: -50% !important; + } + + .xl\:-mb-3\/6 { + margin-bottom: -50% !important; + } + + .xl\:-ml-3\/6 { + margin-left: -50% !important; + } + + .xl\:-mt-4\/6 { + margin-top: -66.66667% !important; + } + + .xl\:-mr-4\/6 { + margin-right: -66.66667% !important; + } + + .xl\:-mb-4\/6 { + margin-bottom: -66.66667% !important; + } + + .xl\:-ml-4\/6 { + margin-left: -66.66667% !important; + } + + .xl\:-mt-5\/6 { + margin-top: -83.33333% !important; + } + + .xl\:-mr-5\/6 { + margin-right: -83.33333% !important; + } + + .xl\:-mb-5\/6 { + margin-bottom: -83.33333% !important; + } + + .xl\:-ml-5\/6 { + margin-left: -83.33333% !important; + } + + .xl\:-mt-1\/12 { + margin-top: -8.33333% !important; + } + + .xl\:-mr-1\/12 { + margin-right: -8.33333% !important; + } + + .xl\:-mb-1\/12 { + margin-bottom: -8.33333% !important; + } + + .xl\:-ml-1\/12 { + margin-left: -8.33333% !important; + } + + .xl\:-mt-2\/12 { + margin-top: -16.66667% !important; + } + + .xl\:-mr-2\/12 { + margin-right: -16.66667% !important; + } + + .xl\:-mb-2\/12 { + margin-bottom: -16.66667% !important; + } + + .xl\:-ml-2\/12 { + margin-left: -16.66667% !important; + } + + .xl\:-mt-3\/12 { + margin-top: -25% !important; + } + + .xl\:-mr-3\/12 { + margin-right: -25% !important; + } + + .xl\:-mb-3\/12 { + margin-bottom: -25% !important; + } + + .xl\:-ml-3\/12 { + margin-left: -25% !important; + } + + .xl\:-mt-4\/12 { + margin-top: -33.33333% !important; + } + + .xl\:-mr-4\/12 { + margin-right: -33.33333% !important; + } + + .xl\:-mb-4\/12 { + margin-bottom: -33.33333% !important; + } + + .xl\:-ml-4\/12 { + margin-left: -33.33333% !important; + } + + .xl\:-mt-5\/12 { + margin-top: -41.66667% !important; + } + + .xl\:-mr-5\/12 { + margin-right: -41.66667% !important; + } + + .xl\:-mb-5\/12 { + margin-bottom: -41.66667% !important; + } + + .xl\:-ml-5\/12 { + margin-left: -41.66667% !important; + } + + .xl\:-mt-6\/12 { + margin-top: -50% !important; + } + + .xl\:-mr-6\/12 { + margin-right: -50% !important; + } + + .xl\:-mb-6\/12 { + margin-bottom: -50% !important; + } + + .xl\:-ml-6\/12 { + margin-left: -50% !important; + } + + .xl\:-mt-7\/12 { + margin-top: -58.33333% !important; + } + + .xl\:-mr-7\/12 { + margin-right: -58.33333% !important; + } + + .xl\:-mb-7\/12 { + margin-bottom: -58.33333% !important; + } + + .xl\:-ml-7\/12 { + margin-left: -58.33333% !important; + } + + .xl\:-mt-8\/12 { + margin-top: -66.66667% !important; + } + + .xl\:-mr-8\/12 { + margin-right: -66.66667% !important; + } + + .xl\:-mb-8\/12 { + margin-bottom: -66.66667% !important; + } + + .xl\:-ml-8\/12 { + margin-left: -66.66667% !important; + } + + .xl\:-mt-9\/12 { + margin-top: -75% !important; + } + + .xl\:-mr-9\/12 { + margin-right: -75% !important; + } + + .xl\:-mb-9\/12 { + margin-bottom: -75% !important; + } + + .xl\:-ml-9\/12 { + margin-left: -75% !important; + } + + .xl\:-mt-10\/12 { + margin-top: -83.33333% !important; + } + + .xl\:-mr-10\/12 { + margin-right: -83.33333% !important; + } + + .xl\:-mb-10\/12 { + margin-bottom: -83.33333% !important; + } + + .xl\:-ml-10\/12 { + margin-left: -83.33333% !important; + } + + .xl\:-mt-11\/12 { + margin-top: -91.66667% !important; + } + + .xl\:-mr-11\/12 { + margin-right: -91.66667% !important; + } + + .xl\:-mb-11\/12 { + margin-bottom: -91.66667% !important; + } + + .xl\:-ml-11\/12 { + margin-left: -91.66667% !important; + } + + .xl\:-mt-1\/16 { + margin-top: -6.25% !important; + } + + .xl\:-mr-1\/16 { + margin-right: -6.25% !important; + } + + .xl\:-mb-1\/16 { + margin-bottom: -6.25% !important; + } + + .xl\:-ml-1\/16 { + margin-left: -6.25% !important; + } + + .xl\:-mt-2\/16 { + margin-top: -12.5% !important; + } + + .xl\:-mr-2\/16 { + margin-right: -12.5% !important; + } + + .xl\:-mb-2\/16 { + margin-bottom: -12.5% !important; + } + + .xl\:-ml-2\/16 { + margin-left: -12.5% !important; + } + + .xl\:-mt-3\/16 { + margin-top: -18.75% !important; + } + + .xl\:-mr-3\/16 { + margin-right: -18.75% !important; + } + + .xl\:-mb-3\/16 { + margin-bottom: -18.75% !important; + } + + .xl\:-ml-3\/16 { + margin-left: -18.75% !important; + } + + .xl\:-mt-4\/16 { + margin-top: -25% !important; + } + + .xl\:-mr-4\/16 { + margin-right: -25% !important; + } + + .xl\:-mb-4\/16 { + margin-bottom: -25% !important; + } + + .xl\:-ml-4\/16 { + margin-left: -25% !important; + } + + .xl\:-mt-5\/16 { + margin-top: -31.25% !important; + } + + .xl\:-mr-5\/16 { + margin-right: -31.25% !important; + } + + .xl\:-mb-5\/16 { + margin-bottom: -31.25% !important; + } + + .xl\:-ml-5\/16 { + margin-left: -31.25% !important; + } + + .xl\:-mt-6\/16 { + margin-top: -37.5% !important; + } + + .xl\:-mr-6\/16 { + margin-right: -37.5% !important; + } + + .xl\:-mb-6\/16 { + margin-bottom: -37.5% !important; + } + + .xl\:-ml-6\/16 { + margin-left: -37.5% !important; + } + + .xl\:-mt-7\/16 { + margin-top: -43.75% !important; + } + + .xl\:-mr-7\/16 { + margin-right: -43.75% !important; + } + + .xl\:-mb-7\/16 { + margin-bottom: -43.75% !important; + } + + .xl\:-ml-7\/16 { + margin-left: -43.75% !important; + } + + .xl\:-mt-8\/16 { + margin-top: -50% !important; + } + + .xl\:-mr-8\/16 { + margin-right: -50% !important; + } + + .xl\:-mb-8\/16 { + margin-bottom: -50% !important; + } + + .xl\:-ml-8\/16 { + margin-left: -50% !important; + } + + .xl\:-mt-9\/16 { + margin-top: -56.25% !important; + } + + .xl\:-mr-9\/16 { + margin-right: -56.25% !important; + } + + .xl\:-mb-9\/16 { + margin-bottom: -56.25% !important; + } + + .xl\:-ml-9\/16 { + margin-left: -56.25% !important; + } + + .xl\:-mt-10\/16 { + margin-top: -62.5% !important; + } + + .xl\:-mr-10\/16 { + margin-right: -62.5% !important; + } + + .xl\:-mb-10\/16 { + margin-bottom: -62.5% !important; + } + + .xl\:-ml-10\/16 { + margin-left: -62.5% !important; + } + + .xl\:-mt-11\/16 { + margin-top: -68.75% !important; + } + + .xl\:-mr-11\/16 { + margin-right: -68.75% !important; + } + + .xl\:-mb-11\/16 { + margin-bottom: -68.75% !important; + } + + .xl\:-ml-11\/16 { + margin-left: -68.75% !important; + } + + .xl\:-mt-12\/16 { + margin-top: -75% !important; + } + + .xl\:-mr-12\/16 { + margin-right: -75% !important; + } + + .xl\:-mb-12\/16 { + margin-bottom: -75% !important; + } + + .xl\:-ml-12\/16 { + margin-left: -75% !important; + } + + .xl\:-mt-13\/16 { + margin-top: -81.25% !important; + } + + .xl\:-mr-13\/16 { + margin-right: -81.25% !important; + } + + .xl\:-mb-13\/16 { + margin-bottom: -81.25% !important; + } + + .xl\:-ml-13\/16 { + margin-left: -81.25% !important; + } + + .xl\:-mt-14\/16 { + margin-top: -87.5% !important; + } + + .xl\:-mr-14\/16 { + margin-right: -87.5% !important; + } + + .xl\:-mb-14\/16 { + margin-bottom: -87.5% !important; + } + + .xl\:-ml-14\/16 { + margin-left: -87.5% !important; + } + + .xl\:-mt-15\/16 { + margin-top: -93.75% !important; + } + + .xl\:-mr-15\/16 { + margin-right: -93.75% !important; + } + + .xl\:-mb-15\/16 { + margin-bottom: -93.75% !important; + } + + .xl\:-ml-15\/16 { + margin-left: -93.75% !important; + } + + .xl\:-mt-full { + margin-top: -100% !important; + } + + .xl\:-mr-full { + margin-right: -100% !important; + } + + .xl\:-mb-full { + margin-bottom: -100% !important; + } + + .xl\:-ml-full { + margin-left: -100% !important; + } + + .xl\:max-h-0 { + max-height: 0 !important; + } + + .xl\:max-h-1 { + max-height: 0.25rem !important; + } + + .xl\:max-h-2 { + max-height: 0.5rem !important; + } + + .xl\:max-h-3 { + max-height: 0.75rem !important; + } + + .xl\:max-h-4 { + max-height: 1rem !important; + } + + .xl\:max-h-5 { + max-height: 1.25rem !important; + } + + .xl\:max-h-6 { + max-height: 1.5rem !important; + } + + .xl\:max-h-7 { + max-height: 1.75rem !important; + } + + .xl\:max-h-8 { + max-height: 2rem !important; + } + + .xl\:max-h-9 { + max-height: 2.25rem !important; + } + + .xl\:max-h-10 { + max-height: 2.5rem !important; + } + + .xl\:max-h-11 { + max-height: 2.75rem !important; + } + + .xl\:max-h-12 { + max-height: 3rem !important; + } + + .xl\:max-h-13 { + max-height: 3.25rem !important; + } + + .xl\:max-h-14 { + max-height: 3.5rem !important; + } + + .xl\:max-h-15 { + max-height: 3.75rem !important; + } + + .xl\:max-h-16 { + max-height: 4rem !important; + } + + .xl\:max-h-20 { + max-height: 5rem !important; + } + + .xl\:max-h-24 { + max-height: 6rem !important; + } + + .xl\:max-h-28 { + max-height: 7rem !important; + } + + .xl\:max-h-32 { + max-height: 8rem !important; + } + + .xl\:max-h-36 { + max-height: 9rem !important; + } + + .xl\:max-h-40 { + max-height: 10rem !important; + } + + .xl\:max-h-44 { + max-height: 11rem !important; + } + + .xl\:max-h-48 { + max-height: 12rem !important; + } + + .xl\:max-h-52 { + max-height: 13rem !important; + } + + .xl\:max-h-56 { + max-height: 14rem !important; + } + + .xl\:max-h-60 { + max-height: 15rem !important; + } + + .xl\:max-h-64 { + max-height: 16rem !important; + } + + .xl\:max-h-72 { + max-height: 18rem !important; + } + + .xl\:max-h-80 { + max-height: 20rem !important; + } + + .xl\:max-h-96 { + max-height: 24rem !important; } .xl\:max-h-screen { max-height: 100vh !important; } + .xl\:max-h-px { + max-height: 1px !important; + } + + .xl\:max-h-0\.5 { + max-height: 0.125rem !important; + } + + .xl\:max-h-1\.5 { + max-height: 0.375rem !important; + } + + .xl\:max-h-2\.5 { + max-height: 0.625rem !important; + } + + .xl\:max-h-3\.5 { + max-height: 0.875rem !important; + } + + .xl\:max-h-1\/2 { + max-height: 50% !important; + } + + .xl\:max-h-1\/3 { + max-height: 33.333333% !important; + } + + .xl\:max-h-2\/3 { + max-height: 66.666667% !important; + } + + .xl\:max-h-1\/4 { + max-height: 25% !important; + } + + .xl\:max-h-2\/4 { + max-height: 50% !important; + } + + .xl\:max-h-3\/4 { + max-height: 75% !important; + } + + .xl\:max-h-1\/5 { + max-height: 20% !important; + } + + .xl\:max-h-2\/5 { + max-height: 40% !important; + } + + .xl\:max-h-3\/5 { + max-height: 60% !important; + } + + .xl\:max-h-4\/5 { + max-height: 80% !important; + } + + .xl\:max-h-1\/6 { + max-height: 16.666667% !important; + } + + .xl\:max-h-2\/6 { + max-height: 33.333333% !important; + } + + .xl\:max-h-3\/6 { + max-height: 50% !important; + } + + .xl\:max-h-4\/6 { + max-height: 66.666667% !important; + } + + .xl\:max-h-5\/6 { + max-height: 83.333333% !important; + } + + .xl\:max-h-1\/12 { + max-height: 8.333333% !important; + } + + .xl\:max-h-2\/12 { + max-height: 16.666667% !important; + } + + .xl\:max-h-3\/12 { + max-height: 25% !important; + } + + .xl\:max-h-4\/12 { + max-height: 33.333333% !important; + } + + .xl\:max-h-5\/12 { + max-height: 41.666667% !important; + } + + .xl\:max-h-6\/12 { + max-height: 50% !important; + } + + .xl\:max-h-7\/12 { + max-height: 58.333333% !important; + } + + .xl\:max-h-8\/12 { + max-height: 66.666667% !important; + } + + .xl\:max-h-9\/12 { + max-height: 75% !important; + } + + .xl\:max-h-10\/12 { + max-height: 83.333333% !important; + } + + .xl\:max-h-11\/12 { + max-height: 91.666667% !important; + } + + .xl\:max-h-1\/16 { + max-height: 6.25% !important; + } + + .xl\:max-h-2\/16 { + max-height: 12.5% !important; + } + + .xl\:max-h-3\/16 { + max-height: 18.75% !important; + } + + .xl\:max-h-4\/16 { + max-height: 25% !important; + } + + .xl\:max-h-5\/16 { + max-height: 31.25% !important; + } + + .xl\:max-h-6\/16 { + max-height: 37.5% !important; + } + + .xl\:max-h-7\/16 { + max-height: 43.75% !important; + } + + .xl\:max-h-8\/16 { + max-height: 50% !important; + } + + .xl\:max-h-9\/16 { + max-height: 56.25% !important; + } + + .xl\:max-h-10\/16 { + max-height: 62.5% !important; + } + + .xl\:max-h-11\/16 { + max-height: 68.75% !important; + } + + .xl\:max-h-12\/16 { + max-height: 75% !important; + } + + .xl\:max-h-13\/16 { + max-height: 81.25% !important; + } + + .xl\:max-h-14\/16 { + max-height: 87.5% !important; + } + + .xl\:max-h-15\/16 { + max-height: 93.75% !important; + } + + .xl\:max-h-full { + max-height: 100% !important; + } + + .xl\:max-w-0 { + max-width: 0rem !important; + } + .xl\:max-w-none { max-width: none !important; } @@ -125958,10 +197278,22 @@ video { max-width: 72rem !important; } + .xl\:max-w-7xl { + max-width: 80rem !important; + } + .xl\:max-w-full { max-width: 100% !important; } + .xl\:max-w-min { + max-width: min-content !important; + } + + .xl\:max-w-max { + max-width: max-content !important; + } + .xl\:max-w-screen-sm { max-width: 640px !important; } @@ -125998,6 +197330,14 @@ video { min-width: 100% !important; } + .xl\:min-w-min { + min-width: min-content !important; + } + + .xl\:min-w-max { + min-width: max-content !important; + } + .xl\:object-contain { object-fit: contain !important; } @@ -126256,18 +197596,42 @@ video { padding: 1.5rem !important; } + .xl\:p-7 { + padding: 1.75rem !important; + } + .xl\:p-8 { padding: 2rem !important; } + .xl\:p-9 { + padding: 2.25rem !important; + } + .xl\:p-10 { padding: 2.5rem !important; } + .xl\:p-11 { + padding: 2.75rem !important; + } + .xl\:p-12 { padding: 3rem !important; } + .xl\:p-13 { + padding: 3.25rem !important; + } + + .xl\:p-14 { + padding: 3.5rem !important; + } + + .xl\:p-15 { + padding: 3.75rem !important; + } + .xl\:p-16 { padding: 4rem !important; } @@ -126280,30 +197644,246 @@ video { padding: 6rem !important; } + .xl\:p-28 { + padding: 7rem !important; + } + .xl\:p-32 { padding: 8rem !important; } + .xl\:p-36 { + padding: 9rem !important; + } + .xl\:p-40 { padding: 10rem !important; } + .xl\:p-44 { + padding: 11rem !important; + } + .xl\:p-48 { padding: 12rem !important; } + .xl\:p-52 { + padding: 13rem !important; + } + .xl\:p-56 { padding: 14rem !important; } + .xl\:p-60 { + padding: 15rem !important; + } + .xl\:p-64 { padding: 16rem !important; } + .xl\:p-72 { + padding: 18rem !important; + } + + .xl\:p-80 { + padding: 20rem !important; + } + + .xl\:p-96 { + padding: 24rem !important; + } + .xl\:p-px { padding: 1px !important; } + .xl\:p-0\.5 { + padding: 0.125rem !important; + } + + .xl\:p-1\.5 { + padding: 0.375rem !important; + } + + .xl\:p-2\.5 { + padding: 0.625rem !important; + } + + .xl\:p-3\.5 { + padding: 0.875rem !important; + } + + .xl\:p-1\/2 { + padding: 50% !important; + } + + .xl\:p-1\/3 { + padding: 33.333333% !important; + } + + .xl\:p-2\/3 { + padding: 66.666667% !important; + } + + .xl\:p-1\/4 { + padding: 25% !important; + } + + .xl\:p-2\/4 { + padding: 50% !important; + } + + .xl\:p-3\/4 { + padding: 75% !important; + } + + .xl\:p-1\/5 { + padding: 20% !important; + } + + .xl\:p-2\/5 { + padding: 40% !important; + } + + .xl\:p-3\/5 { + padding: 60% !important; + } + + .xl\:p-4\/5 { + padding: 80% !important; + } + + .xl\:p-1\/6 { + padding: 16.666667% !important; + } + + .xl\:p-2\/6 { + padding: 33.333333% !important; + } + + .xl\:p-3\/6 { + padding: 50% !important; + } + + .xl\:p-4\/6 { + padding: 66.666667% !important; + } + + .xl\:p-5\/6 { + padding: 83.333333% !important; + } + + .xl\:p-1\/12 { + padding: 8.333333% !important; + } + + .xl\:p-2\/12 { + padding: 16.666667% !important; + } + + .xl\:p-3\/12 { + padding: 25% !important; + } + + .xl\:p-4\/12 { + padding: 33.333333% !important; + } + + .xl\:p-5\/12 { + padding: 41.666667% !important; + } + + .xl\:p-6\/12 { + padding: 50% !important; + } + + .xl\:p-7\/12 { + padding: 58.333333% !important; + } + + .xl\:p-8\/12 { + padding: 66.666667% !important; + } + + .xl\:p-9\/12 { + padding: 75% !important; + } + + .xl\:p-10\/12 { + padding: 83.333333% !important; + } + + .xl\:p-11\/12 { + padding: 91.666667% !important; + } + + .xl\:p-1\/16 { + padding: 6.25% !important; + } + + .xl\:p-2\/16 { + padding: 12.5% !important; + } + + .xl\:p-3\/16 { + padding: 18.75% !important; + } + + .xl\:p-4\/16 { + padding: 25% !important; + } + + .xl\:p-5\/16 { + padding: 31.25% !important; + } + + .xl\:p-6\/16 { + padding: 37.5% !important; + } + + .xl\:p-7\/16 { + padding: 43.75% !important; + } + + .xl\:p-8\/16 { + padding: 50% !important; + } + + .xl\:p-9\/16 { + padding: 56.25% !important; + } + + .xl\:p-10\/16 { + padding: 62.5% !important; + } + + .xl\:p-11\/16 { + padding: 68.75% !important; + } + + .xl\:p-12\/16 { + padding: 75% !important; + } + + .xl\:p-13\/16 { + padding: 81.25% !important; + } + + .xl\:p-14\/16 { + padding: 87.5% !important; + } + + .xl\:p-15\/16 { + padding: 93.75% !important; + } + + .xl\:p-full { + padding: 100% !important; + } + .xl\:py-0 { padding-top: 0 !important; padding-bottom: 0 !important; @@ -126374,6 +197954,16 @@ video { padding-right: 1.5rem !important; } + .xl\:py-7 { + padding-top: 1.75rem !important; + padding-bottom: 1.75rem !important; + } + + .xl\:px-7 { + padding-left: 1.75rem !important; + padding-right: 1.75rem !important; + } + .xl\:py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; @@ -126384,6 +197974,16 @@ video { padding-right: 2rem !important; } + .xl\:py-9 { + padding-top: 2.25rem !important; + padding-bottom: 2.25rem !important; + } + + .xl\:px-9 { + padding-left: 2.25rem !important; + padding-right: 2.25rem !important; + } + .xl\:py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; @@ -126394,6 +197994,16 @@ video { padding-right: 2.5rem !important; } + .xl\:py-11 { + padding-top: 2.75rem !important; + padding-bottom: 2.75rem !important; + } + + .xl\:px-11 { + padding-left: 2.75rem !important; + padding-right: 2.75rem !important; + } + .xl\:py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; @@ -126404,6 +198014,36 @@ video { padding-right: 3rem !important; } + .xl\:py-13 { + padding-top: 3.25rem !important; + padding-bottom: 3.25rem !important; + } + + .xl\:px-13 { + padding-left: 3.25rem !important; + padding-right: 3.25rem !important; + } + + .xl\:py-14 { + padding-top: 3.5rem !important; + padding-bottom: 3.5rem !important; + } + + .xl\:px-14 { + padding-left: 3.5rem !important; + padding-right: 3.5rem !important; + } + + .xl\:py-15 { + padding-top: 3.75rem !important; + padding-bottom: 3.75rem !important; + } + + .xl\:px-15 { + padding-left: 3.75rem !important; + padding-right: 3.75rem !important; + } + .xl\:py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; @@ -126434,6 +198074,16 @@ video { padding-right: 6rem !important; } + .xl\:py-28 { + padding-top: 7rem !important; + padding-bottom: 7rem !important; + } + + .xl\:px-28 { + padding-left: 7rem !important; + padding-right: 7rem !important; + } + .xl\:py-32 { padding-top: 8rem !important; padding-bottom: 8rem !important; @@ -126444,6 +198094,16 @@ video { padding-right: 8rem !important; } + .xl\:py-36 { + padding-top: 9rem !important; + padding-bottom: 9rem !important; + } + + .xl\:px-36 { + padding-left: 9rem !important; + padding-right: 9rem !important; + } + .xl\:py-40 { padding-top: 10rem !important; padding-bottom: 10rem !important; @@ -126454,6 +198114,16 @@ video { padding-right: 10rem !important; } + .xl\:py-44 { + padding-top: 11rem !important; + padding-bottom: 11rem !important; + } + + .xl\:px-44 { + padding-left: 11rem !important; + padding-right: 11rem !important; + } + .xl\:py-48 { padding-top: 12rem !important; padding-bottom: 12rem !important; @@ -126464,6 +198134,16 @@ video { padding-right: 12rem !important; } + .xl\:py-52 { + padding-top: 13rem !important; + padding-bottom: 13rem !important; + } + + .xl\:px-52 { + padding-left: 13rem !important; + padding-right: 13rem !important; + } + .xl\:py-56 { padding-top: 14rem !important; padding-bottom: 14rem !important; @@ -126474,6 +198154,16 @@ video { padding-right: 14rem !important; } + .xl\:py-60 { + padding-top: 15rem !important; + padding-bottom: 15rem !important; + } + + .xl\:px-60 { + padding-left: 15rem !important; + padding-right: 15rem !important; + } + .xl\:py-64 { padding-top: 16rem !important; padding-bottom: 16rem !important; @@ -126484,6 +198174,36 @@ video { padding-right: 16rem !important; } + .xl\:py-72 { + padding-top: 18rem !important; + padding-bottom: 18rem !important; + } + + .xl\:px-72 { + padding-left: 18rem !important; + padding-right: 18rem !important; + } + + .xl\:py-80 { + padding-top: 20rem !important; + padding-bottom: 20rem !important; + } + + .xl\:px-80 { + padding-left: 20rem !important; + padding-right: 20rem !important; + } + + .xl\:py-96 { + padding-top: 24rem !important; + padding-bottom: 24rem !important; + } + + .xl\:px-96 { + padding-left: 24rem !important; + padding-right: 24rem !important; + } + .xl\:py-px { padding-top: 1px !important; padding-bottom: 1px !important; @@ -126494,6 +198214,466 @@ video { padding-right: 1px !important; } + .xl\:py-0\.5 { + padding-top: 0.125rem !important; + padding-bottom: 0.125rem !important; + } + + .xl\:px-0\.5 { + padding-left: 0.125rem !important; + padding-right: 0.125rem !important; + } + + .xl\:py-1\.5 { + padding-top: 0.375rem !important; + padding-bottom: 0.375rem !important; + } + + .xl\:px-1\.5 { + padding-left: 0.375rem !important; + padding-right: 0.375rem !important; + } + + .xl\:py-2\.5 { + padding-top: 0.625rem !important; + padding-bottom: 0.625rem !important; + } + + .xl\:px-2\.5 { + padding-left: 0.625rem !important; + padding-right: 0.625rem !important; + } + + .xl\:py-3\.5 { + padding-top: 0.875rem !important; + padding-bottom: 0.875rem !important; + } + + .xl\:px-3\.5 { + padding-left: 0.875rem !important; + padding-right: 0.875rem !important; + } + + .xl\:py-1\/2 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .xl\:px-1\/2 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .xl\:py-1\/3 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .xl\:px-1\/3 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .xl\:py-2\/3 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .xl\:px-2\/3 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .xl\:py-1\/4 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .xl\:px-1\/4 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .xl\:py-2\/4 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .xl\:px-2\/4 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .xl\:py-3\/4 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .xl\:px-3\/4 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .xl\:py-1\/5 { + padding-top: 20% !important; + padding-bottom: 20% !important; + } + + .xl\:px-1\/5 { + padding-left: 20% !important; + padding-right: 20% !important; + } + + .xl\:py-2\/5 { + padding-top: 40% !important; + padding-bottom: 40% !important; + } + + .xl\:px-2\/5 { + padding-left: 40% !important; + padding-right: 40% !important; + } + + .xl\:py-3\/5 { + padding-top: 60% !important; + padding-bottom: 60% !important; + } + + .xl\:px-3\/5 { + padding-left: 60% !important; + padding-right: 60% !important; + } + + .xl\:py-4\/5 { + padding-top: 80% !important; + padding-bottom: 80% !important; + } + + .xl\:px-4\/5 { + padding-left: 80% !important; + padding-right: 80% !important; + } + + .xl\:py-1\/6 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .xl\:px-1\/6 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .xl\:py-2\/6 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .xl\:px-2\/6 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .xl\:py-3\/6 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .xl\:px-3\/6 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .xl\:py-4\/6 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .xl\:px-4\/6 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .xl\:py-5\/6 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .xl\:px-5\/6 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .xl\:py-1\/12 { + padding-top: 8.333333% !important; + padding-bottom: 8.333333% !important; + } + + .xl\:px-1\/12 { + padding-left: 8.333333% !important; + padding-right: 8.333333% !important; + } + + .xl\:py-2\/12 { + padding-top: 16.666667% !important; + padding-bottom: 16.666667% !important; + } + + .xl\:px-2\/12 { + padding-left: 16.666667% !important; + padding-right: 16.666667% !important; + } + + .xl\:py-3\/12 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .xl\:px-3\/12 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .xl\:py-4\/12 { + padding-top: 33.333333% !important; + padding-bottom: 33.333333% !important; + } + + .xl\:px-4\/12 { + padding-left: 33.333333% !important; + padding-right: 33.333333% !important; + } + + .xl\:py-5\/12 { + padding-top: 41.666667% !important; + padding-bottom: 41.666667% !important; + } + + .xl\:px-5\/12 { + padding-left: 41.666667% !important; + padding-right: 41.666667% !important; + } + + .xl\:py-6\/12 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .xl\:px-6\/12 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .xl\:py-7\/12 { + padding-top: 58.333333% !important; + padding-bottom: 58.333333% !important; + } + + .xl\:px-7\/12 { + padding-left: 58.333333% !important; + padding-right: 58.333333% !important; + } + + .xl\:py-8\/12 { + padding-top: 66.666667% !important; + padding-bottom: 66.666667% !important; + } + + .xl\:px-8\/12 { + padding-left: 66.666667% !important; + padding-right: 66.666667% !important; + } + + .xl\:py-9\/12 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .xl\:px-9\/12 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .xl\:py-10\/12 { + padding-top: 83.333333% !important; + padding-bottom: 83.333333% !important; + } + + .xl\:px-10\/12 { + padding-left: 83.333333% !important; + padding-right: 83.333333% !important; + } + + .xl\:py-11\/12 { + padding-top: 91.666667% !important; + padding-bottom: 91.666667% !important; + } + + .xl\:px-11\/12 { + padding-left: 91.666667% !important; + padding-right: 91.666667% !important; + } + + .xl\:py-1\/16 { + padding-top: 6.25% !important; + padding-bottom: 6.25% !important; + } + + .xl\:px-1\/16 { + padding-left: 6.25% !important; + padding-right: 6.25% !important; + } + + .xl\:py-2\/16 { + padding-top: 12.5% !important; + padding-bottom: 12.5% !important; + } + + .xl\:px-2\/16 { + padding-left: 12.5% !important; + padding-right: 12.5% !important; + } + + .xl\:py-3\/16 { + padding-top: 18.75% !important; + padding-bottom: 18.75% !important; + } + + .xl\:px-3\/16 { + padding-left: 18.75% !important; + padding-right: 18.75% !important; + } + + .xl\:py-4\/16 { + padding-top: 25% !important; + padding-bottom: 25% !important; + } + + .xl\:px-4\/16 { + padding-left: 25% !important; + padding-right: 25% !important; + } + + .xl\:py-5\/16 { + padding-top: 31.25% !important; + padding-bottom: 31.25% !important; + } + + .xl\:px-5\/16 { + padding-left: 31.25% !important; + padding-right: 31.25% !important; + } + + .xl\:py-6\/16 { + padding-top: 37.5% !important; + padding-bottom: 37.5% !important; + } + + .xl\:px-6\/16 { + padding-left: 37.5% !important; + padding-right: 37.5% !important; + } + + .xl\:py-7\/16 { + padding-top: 43.75% !important; + padding-bottom: 43.75% !important; + } + + .xl\:px-7\/16 { + padding-left: 43.75% !important; + padding-right: 43.75% !important; + } + + .xl\:py-8\/16 { + padding-top: 50% !important; + padding-bottom: 50% !important; + } + + .xl\:px-8\/16 { + padding-left: 50% !important; + padding-right: 50% !important; + } + + .xl\:py-9\/16 { + padding-top: 56.25% !important; + padding-bottom: 56.25% !important; + } + + .xl\:px-9\/16 { + padding-left: 56.25% !important; + padding-right: 56.25% !important; + } + + .xl\:py-10\/16 { + padding-top: 62.5% !important; + padding-bottom: 62.5% !important; + } + + .xl\:px-10\/16 { + padding-left: 62.5% !important; + padding-right: 62.5% !important; + } + + .xl\:py-11\/16 { + padding-top: 68.75% !important; + padding-bottom: 68.75% !important; + } + + .xl\:px-11\/16 { + padding-left: 68.75% !important; + padding-right: 68.75% !important; + } + + .xl\:py-12\/16 { + padding-top: 75% !important; + padding-bottom: 75% !important; + } + + .xl\:px-12\/16 { + padding-left: 75% !important; + padding-right: 75% !important; + } + + .xl\:py-13\/16 { + padding-top: 81.25% !important; + padding-bottom: 81.25% !important; + } + + .xl\:px-13\/16 { + padding-left: 81.25% !important; + padding-right: 81.25% !important; + } + + .xl\:py-14\/16 { + padding-top: 87.5% !important; + padding-bottom: 87.5% !important; + } + + .xl\:px-14\/16 { + padding-left: 87.5% !important; + padding-right: 87.5% !important; + } + + .xl\:py-15\/16 { + padding-top: 93.75% !important; + padding-bottom: 93.75% !important; + } + + .xl\:px-15\/16 { + padding-left: 93.75% !important; + padding-right: 93.75% !important; + } + + .xl\:py-full { + padding-top: 100% !important; + padding-bottom: 100% !important; + } + + .xl\:px-full { + padding-left: 100% !important; + padding-right: 100% !important; + } + .xl\:pt-0 { padding-top: 0 !important; } @@ -126606,6 +198786,22 @@ video { padding-left: 1.5rem !important; } + .xl\:pt-7 { + padding-top: 1.75rem !important; + } + + .xl\:pr-7 { + padding-right: 1.75rem !important; + } + + .xl\:pb-7 { + padding-bottom: 1.75rem !important; + } + + .xl\:pl-7 { + padding-left: 1.75rem !important; + } + .xl\:pt-8 { padding-top: 2rem !important; } @@ -126622,6 +198818,22 @@ video { padding-left: 2rem !important; } + .xl\:pt-9 { + padding-top: 2.25rem !important; + } + + .xl\:pr-9 { + padding-right: 2.25rem !important; + } + + .xl\:pb-9 { + padding-bottom: 2.25rem !important; + } + + .xl\:pl-9 { + padding-left: 2.25rem !important; + } + .xl\:pt-10 { padding-top: 2.5rem !important; } @@ -126638,6 +198850,22 @@ video { padding-left: 2.5rem !important; } + .xl\:pt-11 { + padding-top: 2.75rem !important; + } + + .xl\:pr-11 { + padding-right: 2.75rem !important; + } + + .xl\:pb-11 { + padding-bottom: 2.75rem !important; + } + + .xl\:pl-11 { + padding-left: 2.75rem !important; + } + .xl\:pt-12 { padding-top: 3rem !important; } @@ -126654,6 +198882,54 @@ video { padding-left: 3rem !important; } + .xl\:pt-13 { + padding-top: 3.25rem !important; + } + + .xl\:pr-13 { + padding-right: 3.25rem !important; + } + + .xl\:pb-13 { + padding-bottom: 3.25rem !important; + } + + .xl\:pl-13 { + padding-left: 3.25rem !important; + } + + .xl\:pt-14 { + padding-top: 3.5rem !important; + } + + .xl\:pr-14 { + padding-right: 3.5rem !important; + } + + .xl\:pb-14 { + padding-bottom: 3.5rem !important; + } + + .xl\:pl-14 { + padding-left: 3.5rem !important; + } + + .xl\:pt-15 { + padding-top: 3.75rem !important; + } + + .xl\:pr-15 { + padding-right: 3.75rem !important; + } + + .xl\:pb-15 { + padding-bottom: 3.75rem !important; + } + + .xl\:pl-15 { + padding-left: 3.75rem !important; + } + .xl\:pt-16 { padding-top: 4rem !important; } @@ -126702,6 +198978,22 @@ video { padding-left: 6rem !important; } + .xl\:pt-28 { + padding-top: 7rem !important; + } + + .xl\:pr-28 { + padding-right: 7rem !important; + } + + .xl\:pb-28 { + padding-bottom: 7rem !important; + } + + .xl\:pl-28 { + padding-left: 7rem !important; + } + .xl\:pt-32 { padding-top: 8rem !important; } @@ -126718,6 +199010,22 @@ video { padding-left: 8rem !important; } + .xl\:pt-36 { + padding-top: 9rem !important; + } + + .xl\:pr-36 { + padding-right: 9rem !important; + } + + .xl\:pb-36 { + padding-bottom: 9rem !important; + } + + .xl\:pl-36 { + padding-left: 9rem !important; + } + .xl\:pt-40 { padding-top: 10rem !important; } @@ -126734,6 +199042,22 @@ video { padding-left: 10rem !important; } + .xl\:pt-44 { + padding-top: 11rem !important; + } + + .xl\:pr-44 { + padding-right: 11rem !important; + } + + .xl\:pb-44 { + padding-bottom: 11rem !important; + } + + .xl\:pl-44 { + padding-left: 11rem !important; + } + .xl\:pt-48 { padding-top: 12rem !important; } @@ -126750,6 +199074,22 @@ video { padding-left: 12rem !important; } + .xl\:pt-52 { + padding-top: 13rem !important; + } + + .xl\:pr-52 { + padding-right: 13rem !important; + } + + .xl\:pb-52 { + padding-bottom: 13rem !important; + } + + .xl\:pl-52 { + padding-left: 13rem !important; + } + .xl\:pt-56 { padding-top: 14rem !important; } @@ -126766,6 +199106,22 @@ video { padding-left: 14rem !important; } + .xl\:pt-60 { + padding-top: 15rem !important; + } + + .xl\:pr-60 { + padding-right: 15rem !important; + } + + .xl\:pb-60 { + padding-bottom: 15rem !important; + } + + .xl\:pl-60 { + padding-left: 15rem !important; + } + .xl\:pt-64 { padding-top: 16rem !important; } @@ -126782,6 +199138,54 @@ video { padding-left: 16rem !important; } + .xl\:pt-72 { + padding-top: 18rem !important; + } + + .xl\:pr-72 { + padding-right: 18rem !important; + } + + .xl\:pb-72 { + padding-bottom: 18rem !important; + } + + .xl\:pl-72 { + padding-left: 18rem !important; + } + + .xl\:pt-80 { + padding-top: 20rem !important; + } + + .xl\:pr-80 { + padding-right: 20rem !important; + } + + .xl\:pb-80 { + padding-bottom: 20rem !important; + } + + .xl\:pl-80 { + padding-left: 20rem !important; + } + + .xl\:pt-96 { + padding-top: 24rem !important; + } + + .xl\:pr-96 { + padding-right: 24rem !important; + } + + .xl\:pb-96 { + padding-bottom: 24rem !important; + } + + .xl\:pl-96 { + padding-left: 24rem !important; + } + .xl\:pt-px { padding-top: 1px !important; } @@ -126798,6 +199202,742 @@ video { padding-left: 1px !important; } + .xl\:pt-0\.5 { + padding-top: 0.125rem !important; + } + + .xl\:pr-0\.5 { + padding-right: 0.125rem !important; + } + + .xl\:pb-0\.5 { + padding-bottom: 0.125rem !important; + } + + .xl\:pl-0\.5 { + padding-left: 0.125rem !important; + } + + .xl\:pt-1\.5 { + padding-top: 0.375rem !important; + } + + .xl\:pr-1\.5 { + padding-right: 0.375rem !important; + } + + .xl\:pb-1\.5 { + padding-bottom: 0.375rem !important; + } + + .xl\:pl-1\.5 { + padding-left: 0.375rem !important; + } + + .xl\:pt-2\.5 { + padding-top: 0.625rem !important; + } + + .xl\:pr-2\.5 { + padding-right: 0.625rem !important; + } + + .xl\:pb-2\.5 { + padding-bottom: 0.625rem !important; + } + + .xl\:pl-2\.5 { + padding-left: 0.625rem !important; + } + + .xl\:pt-3\.5 { + padding-top: 0.875rem !important; + } + + .xl\:pr-3\.5 { + padding-right: 0.875rem !important; + } + + .xl\:pb-3\.5 { + padding-bottom: 0.875rem !important; + } + + .xl\:pl-3\.5 { + padding-left: 0.875rem !important; + } + + .xl\:pt-1\/2 { + padding-top: 50% !important; + } + + .xl\:pr-1\/2 { + padding-right: 50% !important; + } + + .xl\:pb-1\/2 { + padding-bottom: 50% !important; + } + + .xl\:pl-1\/2 { + padding-left: 50% !important; + } + + .xl\:pt-1\/3 { + padding-top: 33.333333% !important; + } + + .xl\:pr-1\/3 { + padding-right: 33.333333% !important; + } + + .xl\:pb-1\/3 { + padding-bottom: 33.333333% !important; + } + + .xl\:pl-1\/3 { + padding-left: 33.333333% !important; + } + + .xl\:pt-2\/3 { + padding-top: 66.666667% !important; + } + + .xl\:pr-2\/3 { + padding-right: 66.666667% !important; + } + + .xl\:pb-2\/3 { + padding-bottom: 66.666667% !important; + } + + .xl\:pl-2\/3 { + padding-left: 66.666667% !important; + } + + .xl\:pt-1\/4 { + padding-top: 25% !important; + } + + .xl\:pr-1\/4 { + padding-right: 25% !important; + } + + .xl\:pb-1\/4 { + padding-bottom: 25% !important; + } + + .xl\:pl-1\/4 { + padding-left: 25% !important; + } + + .xl\:pt-2\/4 { + padding-top: 50% !important; + } + + .xl\:pr-2\/4 { + padding-right: 50% !important; + } + + .xl\:pb-2\/4 { + padding-bottom: 50% !important; + } + + .xl\:pl-2\/4 { + padding-left: 50% !important; + } + + .xl\:pt-3\/4 { + padding-top: 75% !important; + } + + .xl\:pr-3\/4 { + padding-right: 75% !important; + } + + .xl\:pb-3\/4 { + padding-bottom: 75% !important; + } + + .xl\:pl-3\/4 { + padding-left: 75% !important; + } + + .xl\:pt-1\/5 { + padding-top: 20% !important; + } + + .xl\:pr-1\/5 { + padding-right: 20% !important; + } + + .xl\:pb-1\/5 { + padding-bottom: 20% !important; + } + + .xl\:pl-1\/5 { + padding-left: 20% !important; + } + + .xl\:pt-2\/5 { + padding-top: 40% !important; + } + + .xl\:pr-2\/5 { + padding-right: 40% !important; + } + + .xl\:pb-2\/5 { + padding-bottom: 40% !important; + } + + .xl\:pl-2\/5 { + padding-left: 40% !important; + } + + .xl\:pt-3\/5 { + padding-top: 60% !important; + } + + .xl\:pr-3\/5 { + padding-right: 60% !important; + } + + .xl\:pb-3\/5 { + padding-bottom: 60% !important; + } + + .xl\:pl-3\/5 { + padding-left: 60% !important; + } + + .xl\:pt-4\/5 { + padding-top: 80% !important; + } + + .xl\:pr-4\/5 { + padding-right: 80% !important; + } + + .xl\:pb-4\/5 { + padding-bottom: 80% !important; + } + + .xl\:pl-4\/5 { + padding-left: 80% !important; + } + + .xl\:pt-1\/6 { + padding-top: 16.666667% !important; + } + + .xl\:pr-1\/6 { + padding-right: 16.666667% !important; + } + + .xl\:pb-1\/6 { + padding-bottom: 16.666667% !important; + } + + .xl\:pl-1\/6 { + padding-left: 16.666667% !important; + } + + .xl\:pt-2\/6 { + padding-top: 33.333333% !important; + } + + .xl\:pr-2\/6 { + padding-right: 33.333333% !important; + } + + .xl\:pb-2\/6 { + padding-bottom: 33.333333% !important; + } + + .xl\:pl-2\/6 { + padding-left: 33.333333% !important; + } + + .xl\:pt-3\/6 { + padding-top: 50% !important; + } + + .xl\:pr-3\/6 { + padding-right: 50% !important; + } + + .xl\:pb-3\/6 { + padding-bottom: 50% !important; + } + + .xl\:pl-3\/6 { + padding-left: 50% !important; + } + + .xl\:pt-4\/6 { + padding-top: 66.666667% !important; + } + + .xl\:pr-4\/6 { + padding-right: 66.666667% !important; + } + + .xl\:pb-4\/6 { + padding-bottom: 66.666667% !important; + } + + .xl\:pl-4\/6 { + padding-left: 66.666667% !important; + } + + .xl\:pt-5\/6 { + padding-top: 83.333333% !important; + } + + .xl\:pr-5\/6 { + padding-right: 83.333333% !important; + } + + .xl\:pb-5\/6 { + padding-bottom: 83.333333% !important; + } + + .xl\:pl-5\/6 { + padding-left: 83.333333% !important; + } + + .xl\:pt-1\/12 { + padding-top: 8.333333% !important; + } + + .xl\:pr-1\/12 { + padding-right: 8.333333% !important; + } + + .xl\:pb-1\/12 { + padding-bottom: 8.333333% !important; + } + + .xl\:pl-1\/12 { + padding-left: 8.333333% !important; + } + + .xl\:pt-2\/12 { + padding-top: 16.666667% !important; + } + + .xl\:pr-2\/12 { + padding-right: 16.666667% !important; + } + + .xl\:pb-2\/12 { + padding-bottom: 16.666667% !important; + } + + .xl\:pl-2\/12 { + padding-left: 16.666667% !important; + } + + .xl\:pt-3\/12 { + padding-top: 25% !important; + } + + .xl\:pr-3\/12 { + padding-right: 25% !important; + } + + .xl\:pb-3\/12 { + padding-bottom: 25% !important; + } + + .xl\:pl-3\/12 { + padding-left: 25% !important; + } + + .xl\:pt-4\/12 { + padding-top: 33.333333% !important; + } + + .xl\:pr-4\/12 { + padding-right: 33.333333% !important; + } + + .xl\:pb-4\/12 { + padding-bottom: 33.333333% !important; + } + + .xl\:pl-4\/12 { + padding-left: 33.333333% !important; + } + + .xl\:pt-5\/12 { + padding-top: 41.666667% !important; + } + + .xl\:pr-5\/12 { + padding-right: 41.666667% !important; + } + + .xl\:pb-5\/12 { + padding-bottom: 41.666667% !important; + } + + .xl\:pl-5\/12 { + padding-left: 41.666667% !important; + } + + .xl\:pt-6\/12 { + padding-top: 50% !important; + } + + .xl\:pr-6\/12 { + padding-right: 50% !important; + } + + .xl\:pb-6\/12 { + padding-bottom: 50% !important; + } + + .xl\:pl-6\/12 { + padding-left: 50% !important; + } + + .xl\:pt-7\/12 { + padding-top: 58.333333% !important; + } + + .xl\:pr-7\/12 { + padding-right: 58.333333% !important; + } + + .xl\:pb-7\/12 { + padding-bottom: 58.333333% !important; + } + + .xl\:pl-7\/12 { + padding-left: 58.333333% !important; + } + + .xl\:pt-8\/12 { + padding-top: 66.666667% !important; + } + + .xl\:pr-8\/12 { + padding-right: 66.666667% !important; + } + + .xl\:pb-8\/12 { + padding-bottom: 66.666667% !important; + } + + .xl\:pl-8\/12 { + padding-left: 66.666667% !important; + } + + .xl\:pt-9\/12 { + padding-top: 75% !important; + } + + .xl\:pr-9\/12 { + padding-right: 75% !important; + } + + .xl\:pb-9\/12 { + padding-bottom: 75% !important; + } + + .xl\:pl-9\/12 { + padding-left: 75% !important; + } + + .xl\:pt-10\/12 { + padding-top: 83.333333% !important; + } + + .xl\:pr-10\/12 { + padding-right: 83.333333% !important; + } + + .xl\:pb-10\/12 { + padding-bottom: 83.333333% !important; + } + + .xl\:pl-10\/12 { + padding-left: 83.333333% !important; + } + + .xl\:pt-11\/12 { + padding-top: 91.666667% !important; + } + + .xl\:pr-11\/12 { + padding-right: 91.666667% !important; + } + + .xl\:pb-11\/12 { + padding-bottom: 91.666667% !important; + } + + .xl\:pl-11\/12 { + padding-left: 91.666667% !important; + } + + .xl\:pt-1\/16 { + padding-top: 6.25% !important; + } + + .xl\:pr-1\/16 { + padding-right: 6.25% !important; + } + + .xl\:pb-1\/16 { + padding-bottom: 6.25% !important; + } + + .xl\:pl-1\/16 { + padding-left: 6.25% !important; + } + + .xl\:pt-2\/16 { + padding-top: 12.5% !important; + } + + .xl\:pr-2\/16 { + padding-right: 12.5% !important; + } + + .xl\:pb-2\/16 { + padding-bottom: 12.5% !important; + } + + .xl\:pl-2\/16 { + padding-left: 12.5% !important; + } + + .xl\:pt-3\/16 { + padding-top: 18.75% !important; + } + + .xl\:pr-3\/16 { + padding-right: 18.75% !important; + } + + .xl\:pb-3\/16 { + padding-bottom: 18.75% !important; + } + + .xl\:pl-3\/16 { + padding-left: 18.75% !important; + } + + .xl\:pt-4\/16 { + padding-top: 25% !important; + } + + .xl\:pr-4\/16 { + padding-right: 25% !important; + } + + .xl\:pb-4\/16 { + padding-bottom: 25% !important; + } + + .xl\:pl-4\/16 { + padding-left: 25% !important; + } + + .xl\:pt-5\/16 { + padding-top: 31.25% !important; + } + + .xl\:pr-5\/16 { + padding-right: 31.25% !important; + } + + .xl\:pb-5\/16 { + padding-bottom: 31.25% !important; + } + + .xl\:pl-5\/16 { + padding-left: 31.25% !important; + } + + .xl\:pt-6\/16 { + padding-top: 37.5% !important; + } + + .xl\:pr-6\/16 { + padding-right: 37.5% !important; + } + + .xl\:pb-6\/16 { + padding-bottom: 37.5% !important; + } + + .xl\:pl-6\/16 { + padding-left: 37.5% !important; + } + + .xl\:pt-7\/16 { + padding-top: 43.75% !important; + } + + .xl\:pr-7\/16 { + padding-right: 43.75% !important; + } + + .xl\:pb-7\/16 { + padding-bottom: 43.75% !important; + } + + .xl\:pl-7\/16 { + padding-left: 43.75% !important; + } + + .xl\:pt-8\/16 { + padding-top: 50% !important; + } + + .xl\:pr-8\/16 { + padding-right: 50% !important; + } + + .xl\:pb-8\/16 { + padding-bottom: 50% !important; + } + + .xl\:pl-8\/16 { + padding-left: 50% !important; + } + + .xl\:pt-9\/16 { + padding-top: 56.25% !important; + } + + .xl\:pr-9\/16 { + padding-right: 56.25% !important; + } + + .xl\:pb-9\/16 { + padding-bottom: 56.25% !important; + } + + .xl\:pl-9\/16 { + padding-left: 56.25% !important; + } + + .xl\:pt-10\/16 { + padding-top: 62.5% !important; + } + + .xl\:pr-10\/16 { + padding-right: 62.5% !important; + } + + .xl\:pb-10\/16 { + padding-bottom: 62.5% !important; + } + + .xl\:pl-10\/16 { + padding-left: 62.5% !important; + } + + .xl\:pt-11\/16 { + padding-top: 68.75% !important; + } + + .xl\:pr-11\/16 { + padding-right: 68.75% !important; + } + + .xl\:pb-11\/16 { + padding-bottom: 68.75% !important; + } + + .xl\:pl-11\/16 { + padding-left: 68.75% !important; + } + + .xl\:pt-12\/16 { + padding-top: 75% !important; + } + + .xl\:pr-12\/16 { + padding-right: 75% !important; + } + + .xl\:pb-12\/16 { + padding-bottom: 75% !important; + } + + .xl\:pl-12\/16 { + padding-left: 75% !important; + } + + .xl\:pt-13\/16 { + padding-top: 81.25% !important; + } + + .xl\:pr-13\/16 { + padding-right: 81.25% !important; + } + + .xl\:pb-13\/16 { + padding-bottom: 81.25% !important; + } + + .xl\:pl-13\/16 { + padding-left: 81.25% !important; + } + + .xl\:pt-14\/16 { + padding-top: 87.5% !important; + } + + .xl\:pr-14\/16 { + padding-right: 87.5% !important; + } + + .xl\:pb-14\/16 { + padding-bottom: 87.5% !important; + } + + .xl\:pl-14\/16 { + padding-left: 87.5% !important; + } + + .xl\:pt-15\/16 { + padding-top: 93.75% !important; + } + + .xl\:pr-15\/16 { + padding-right: 93.75% !important; + } + + .xl\:pb-15\/16 { + padding-bottom: 93.75% !important; + } + + .xl\:pl-15\/16 { + padding-left: 93.75% !important; + } + + .xl\:pt-full { + padding-top: 100% !important; + } + + .xl\:pr-full { + padding-right: 100% !important; + } + + .xl\:pb-full { + padding-bottom: 100% !important; + } + + .xl\:pl-full { + padding-left: 100% !important; + } + .xl\:placeholder-transparent::placeholder { color: transparent !important; } @@ -128747,6 +201887,223 @@ video { left: 0 !important; } + .xl\:inset-1 { + top: 0.25rem !important; + right: 0.25rem !important; + bottom: 0.25rem !important; + left: 0.25rem !important; + } + + .xl\:inset-2 { + top: 0.5rem !important; + right: 0.5rem !important; + bottom: 0.5rem !important; + left: 0.5rem !important; + } + + .xl\:inset-3 { + top: 0.75rem !important; + right: 0.75rem !important; + bottom: 0.75rem !important; + left: 0.75rem !important; + } + + .xl\:inset-4 { + top: 1rem !important; + right: 1rem !important; + bottom: 1rem !important; + left: 1rem !important; + } + + .xl\:inset-5 { + top: 1.25rem !important; + right: 1.25rem !important; + bottom: 1.25rem !important; + left: 1.25rem !important; + } + + .xl\:inset-6 { + top: 1.5rem !important; + right: 1.5rem !important; + bottom: 1.5rem !important; + left: 1.5rem !important; + } + + .xl\:inset-7 { + top: 1.75rem !important; + right: 1.75rem !important; + bottom: 1.75rem !important; + left: 1.75rem !important; + } + + .xl\:inset-8 { + top: 2rem !important; + right: 2rem !important; + bottom: 2rem !important; + left: 2rem !important; + } + + .xl\:inset-9 { + top: 2.25rem !important; + right: 2.25rem !important; + bottom: 2.25rem !important; + left: 2.25rem !important; + } + + .xl\:inset-10 { + top: 2.5rem !important; + right: 2.5rem !important; + bottom: 2.5rem !important; + left: 2.5rem !important; + } + + .xl\:inset-11 { + top: 2.75rem !important; + right: 2.75rem !important; + bottom: 2.75rem !important; + left: 2.75rem !important; + } + + .xl\:inset-12 { + top: 3rem !important; + right: 3rem !important; + bottom: 3rem !important; + left: 3rem !important; + } + + .xl\:inset-13 { + top: 3.25rem !important; + right: 3.25rem !important; + bottom: 3.25rem !important; + left: 3.25rem !important; + } + + .xl\:inset-14 { + top: 3.5rem !important; + right: 3.5rem !important; + bottom: 3.5rem !important; + left: 3.5rem !important; + } + + .xl\:inset-15 { + top: 3.75rem !important; + right: 3.75rem !important; + bottom: 3.75rem !important; + left: 3.75rem !important; + } + + .xl\:inset-16 { + top: 4rem !important; + right: 4rem !important; + bottom: 4rem !important; + left: 4rem !important; + } + + .xl\:inset-20 { + top: 5rem !important; + right: 5rem !important; + bottom: 5rem !important; + left: 5rem !important; + } + + .xl\:inset-24 { + top: 6rem !important; + right: 6rem !important; + bottom: 6rem !important; + left: 6rem !important; + } + + .xl\:inset-28 { + top: 7rem !important; + right: 7rem !important; + bottom: 7rem !important; + left: 7rem !important; + } + + .xl\:inset-32 { + top: 8rem !important; + right: 8rem !important; + bottom: 8rem !important; + left: 8rem !important; + } + + .xl\:inset-36 { + top: 9rem !important; + right: 9rem !important; + bottom: 9rem !important; + left: 9rem !important; + } + + .xl\:inset-40 { + top: 10rem !important; + right: 10rem !important; + bottom: 10rem !important; + left: 10rem !important; + } + + .xl\:inset-44 { + top: 11rem !important; + right: 11rem !important; + bottom: 11rem !important; + left: 11rem !important; + } + + .xl\:inset-48 { + top: 12rem !important; + right: 12rem !important; + bottom: 12rem !important; + left: 12rem !important; + } + + .xl\:inset-52 { + top: 13rem !important; + right: 13rem !important; + bottom: 13rem !important; + left: 13rem !important; + } + + .xl\:inset-56 { + top: 14rem !important; + right: 14rem !important; + bottom: 14rem !important; + left: 14rem !important; + } + + .xl\:inset-60 { + top: 15rem !important; + right: 15rem !important; + bottom: 15rem !important; + left: 15rem !important; + } + + .xl\:inset-64 { + top: 16rem !important; + right: 16rem !important; + bottom: 16rem !important; + left: 16rem !important; + } + + .xl\:inset-72 { + top: 18rem !important; + right: 18rem !important; + bottom: 18rem !important; + left: 18rem !important; + } + + .xl\:inset-80 { + top: 20rem !important; + right: 20rem !important; + bottom: 20rem !important; + left: 20rem !important; + } + + .xl\:inset-96 { + top: 24rem !important; + right: 24rem !important; + bottom: 24rem !important; + left: 24rem !important; + } + .xl\:inset-auto { top: auto !important; right: auto !important; @@ -128754,6 +202111,881 @@ video { left: auto !important; } + .xl\:inset-px { + top: 1px !important; + right: 1px !important; + bottom: 1px !important; + left: 1px !important; + } + + .xl\:inset-0\.5 { + top: 0.125rem !important; + right: 0.125rem !important; + bottom: 0.125rem !important; + left: 0.125rem !important; + } + + .xl\:inset-1\.5 { + top: 0.375rem !important; + right: 0.375rem !important; + bottom: 0.375rem !important; + left: 0.375rem !important; + } + + .xl\:inset-2\.5 { + top: 0.625rem !important; + right: 0.625rem !important; + bottom: 0.625rem !important; + left: 0.625rem !important; + } + + .xl\:inset-3\.5 { + top: 0.875rem !important; + right: 0.875rem !important; + bottom: 0.875rem !important; + left: 0.875rem !important; + } + + .xl\:inset-1\/2 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .xl\:inset-1\/3 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .xl\:inset-2\/3 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .xl\:inset-1\/4 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .xl\:inset-2\/4 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .xl\:inset-3\/4 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .xl\:inset-1\/5 { + top: 20% !important; + right: 20% !important; + bottom: 20% !important; + left: 20% !important; + } + + .xl\:inset-2\/5 { + top: 40% !important; + right: 40% !important; + bottom: 40% !important; + left: 40% !important; + } + + .xl\:inset-3\/5 { + top: 60% !important; + right: 60% !important; + bottom: 60% !important; + left: 60% !important; + } + + .xl\:inset-4\/5 { + top: 80% !important; + right: 80% !important; + bottom: 80% !important; + left: 80% !important; + } + + .xl\:inset-1\/6 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .xl\:inset-2\/6 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .xl\:inset-3\/6 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .xl\:inset-4\/6 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .xl\:inset-5\/6 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .xl\:inset-1\/12 { + top: 8.333333% !important; + right: 8.333333% !important; + bottom: 8.333333% !important; + left: 8.333333% !important; + } + + .xl\:inset-2\/12 { + top: 16.666667% !important; + right: 16.666667% !important; + bottom: 16.666667% !important; + left: 16.666667% !important; + } + + .xl\:inset-3\/12 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .xl\:inset-4\/12 { + top: 33.333333% !important; + right: 33.333333% !important; + bottom: 33.333333% !important; + left: 33.333333% !important; + } + + .xl\:inset-5\/12 { + top: 41.666667% !important; + right: 41.666667% !important; + bottom: 41.666667% !important; + left: 41.666667% !important; + } + + .xl\:inset-6\/12 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .xl\:inset-7\/12 { + top: 58.333333% !important; + right: 58.333333% !important; + bottom: 58.333333% !important; + left: 58.333333% !important; + } + + .xl\:inset-8\/12 { + top: 66.666667% !important; + right: 66.666667% !important; + bottom: 66.666667% !important; + left: 66.666667% !important; + } + + .xl\:inset-9\/12 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .xl\:inset-10\/12 { + top: 83.333333% !important; + right: 83.333333% !important; + bottom: 83.333333% !important; + left: 83.333333% !important; + } + + .xl\:inset-11\/12 { + top: 91.666667% !important; + right: 91.666667% !important; + bottom: 91.666667% !important; + left: 91.666667% !important; + } + + .xl\:inset-1\/16 { + top: 6.25% !important; + right: 6.25% !important; + bottom: 6.25% !important; + left: 6.25% !important; + } + + .xl\:inset-2\/16 { + top: 12.5% !important; + right: 12.5% !important; + bottom: 12.5% !important; + left: 12.5% !important; + } + + .xl\:inset-3\/16 { + top: 18.75% !important; + right: 18.75% !important; + bottom: 18.75% !important; + left: 18.75% !important; + } + + .xl\:inset-4\/16 { + top: 25% !important; + right: 25% !important; + bottom: 25% !important; + left: 25% !important; + } + + .xl\:inset-5\/16 { + top: 31.25% !important; + right: 31.25% !important; + bottom: 31.25% !important; + left: 31.25% !important; + } + + .xl\:inset-6\/16 { + top: 37.5% !important; + right: 37.5% !important; + bottom: 37.5% !important; + left: 37.5% !important; + } + + .xl\:inset-7\/16 { + top: 43.75% !important; + right: 43.75% !important; + bottom: 43.75% !important; + left: 43.75% !important; + } + + .xl\:inset-8\/16 { + top: 50% !important; + right: 50% !important; + bottom: 50% !important; + left: 50% !important; + } + + .xl\:inset-9\/16 { + top: 56.25% !important; + right: 56.25% !important; + bottom: 56.25% !important; + left: 56.25% !important; + } + + .xl\:inset-10\/16 { + top: 62.5% !important; + right: 62.5% !important; + bottom: 62.5% !important; + left: 62.5% !important; + } + + .xl\:inset-11\/16 { + top: 68.75% !important; + right: 68.75% !important; + bottom: 68.75% !important; + left: 68.75% !important; + } + + .xl\:inset-12\/16 { + top: 75% !important; + right: 75% !important; + bottom: 75% !important; + left: 75% !important; + } + + .xl\:inset-13\/16 { + top: 81.25% !important; + right: 81.25% !important; + bottom: 81.25% !important; + left: 81.25% !important; + } + + .xl\:inset-14\/16 { + top: 87.5% !important; + right: 87.5% !important; + bottom: 87.5% !important; + left: 87.5% !important; + } + + .xl\:inset-15\/16 { + top: 93.75% !important; + right: 93.75% !important; + bottom: 93.75% !important; + left: 93.75% !important; + } + + .xl\:inset-full { + top: 100% !important; + right: 100% !important; + bottom: 100% !important; + left: 100% !important; + } + + .xl\:-inset-1 { + top: -0.25rem !important; + right: -0.25rem !important; + bottom: -0.25rem !important; + left: -0.25rem !important; + } + + .xl\:-inset-2 { + top: -0.5rem !important; + right: -0.5rem !important; + bottom: -0.5rem !important; + left: -0.5rem !important; + } + + .xl\:-inset-3 { + top: -0.75rem !important; + right: -0.75rem !important; + bottom: -0.75rem !important; + left: -0.75rem !important; + } + + .xl\:-inset-4 { + top: -1rem !important; + right: -1rem !important; + bottom: -1rem !important; + left: -1rem !important; + } + + .xl\:-inset-5 { + top: -1.25rem !important; + right: -1.25rem !important; + bottom: -1.25rem !important; + left: -1.25rem !important; + } + + .xl\:-inset-6 { + top: -1.5rem !important; + right: -1.5rem !important; + bottom: -1.5rem !important; + left: -1.5rem !important; + } + + .xl\:-inset-7 { + top: -1.75rem !important; + right: -1.75rem !important; + bottom: -1.75rem !important; + left: -1.75rem !important; + } + + .xl\:-inset-8 { + top: -2rem !important; + right: -2rem !important; + bottom: -2rem !important; + left: -2rem !important; + } + + .xl\:-inset-9 { + top: -2.25rem !important; + right: -2.25rem !important; + bottom: -2.25rem !important; + left: -2.25rem !important; + } + + .xl\:-inset-10 { + top: -2.5rem !important; + right: -2.5rem !important; + bottom: -2.5rem !important; + left: -2.5rem !important; + } + + .xl\:-inset-11 { + top: -2.75rem !important; + right: -2.75rem !important; + bottom: -2.75rem !important; + left: -2.75rem !important; + } + + .xl\:-inset-12 { + top: -3rem !important; + right: -3rem !important; + bottom: -3rem !important; + left: -3rem !important; + } + + .xl\:-inset-13 { + top: -3.25rem !important; + right: -3.25rem !important; + bottom: -3.25rem !important; + left: -3.25rem !important; + } + + .xl\:-inset-14 { + top: -3.5rem !important; + right: -3.5rem !important; + bottom: -3.5rem !important; + left: -3.5rem !important; + } + + .xl\:-inset-15 { + top: -3.75rem !important; + right: -3.75rem !important; + bottom: -3.75rem !important; + left: -3.75rem !important; + } + + .xl\:-inset-16 { + top: -4rem !important; + right: -4rem !important; + bottom: -4rem !important; + left: -4rem !important; + } + + .xl\:-inset-20 { + top: -5rem !important; + right: -5rem !important; + bottom: -5rem !important; + left: -5rem !important; + } + + .xl\:-inset-24 { + top: -6rem !important; + right: -6rem !important; + bottom: -6rem !important; + left: -6rem !important; + } + + .xl\:-inset-28 { + top: -7rem !important; + right: -7rem !important; + bottom: -7rem !important; + left: -7rem !important; + } + + .xl\:-inset-32 { + top: -8rem !important; + right: -8rem !important; + bottom: -8rem !important; + left: -8rem !important; + } + + .xl\:-inset-36 { + top: -9rem !important; + right: -9rem !important; + bottom: -9rem !important; + left: -9rem !important; + } + + .xl\:-inset-40 { + top: -10rem !important; + right: -10rem !important; + bottom: -10rem !important; + left: -10rem !important; + } + + .xl\:-inset-44 { + top: -11rem !important; + right: -11rem !important; + bottom: -11rem !important; + left: -11rem !important; + } + + .xl\:-inset-48 { + top: -12rem !important; + right: -12rem !important; + bottom: -12rem !important; + left: -12rem !important; + } + + .xl\:-inset-52 { + top: -13rem !important; + right: -13rem !important; + bottom: -13rem !important; + left: -13rem !important; + } + + .xl\:-inset-56 { + top: -14rem !important; + right: -14rem !important; + bottom: -14rem !important; + left: -14rem !important; + } + + .xl\:-inset-60 { + top: -15rem !important; + right: -15rem !important; + bottom: -15rem !important; + left: -15rem !important; + } + + .xl\:-inset-64 { + top: -16rem !important; + right: -16rem !important; + bottom: -16rem !important; + left: -16rem !important; + } + + .xl\:-inset-72 { + top: -18rem !important; + right: -18rem !important; + bottom: -18rem !important; + left: -18rem !important; + } + + .xl\:-inset-80 { + top: -20rem !important; + right: -20rem !important; + bottom: -20rem !important; + left: -20rem !important; + } + + .xl\:-inset-96 { + top: -24rem !important; + right: -24rem !important; + bottom: -24rem !important; + left: -24rem !important; + } + + .xl\:-inset-px { + top: -1px !important; + right: -1px !important; + bottom: -1px !important; + left: -1px !important; + } + + .xl\:-inset-0\.5 { + top: -0.125rem !important; + right: -0.125rem !important; + bottom: -0.125rem !important; + left: -0.125rem !important; + } + + .xl\:-inset-1\.5 { + top: -0.375rem !important; + right: -0.375rem !important; + bottom: -0.375rem !important; + left: -0.375rem !important; + } + + .xl\:-inset-2\.5 { + top: -0.625rem !important; + right: -0.625rem !important; + bottom: -0.625rem !important; + left: -0.625rem !important; + } + + .xl\:-inset-3\.5 { + top: -0.875rem !important; + right: -0.875rem !important; + bottom: -0.875rem !important; + left: -0.875rem !important; + } + + .xl\:-inset-1\/2 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .xl\:-inset-1\/3 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .xl\:-inset-2\/3 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .xl\:-inset-1\/4 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .xl\:-inset-2\/4 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .xl\:-inset-3\/4 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .xl\:-inset-1\/5 { + top: -20% !important; + right: -20% !important; + bottom: -20% !important; + left: -20% !important; + } + + .xl\:-inset-2\/5 { + top: -40% !important; + right: -40% !important; + bottom: -40% !important; + left: -40% !important; + } + + .xl\:-inset-3\/5 { + top: -60% !important; + right: -60% !important; + bottom: -60% !important; + left: -60% !important; + } + + .xl\:-inset-4\/5 { + top: -80% !important; + right: -80% !important; + bottom: -80% !important; + left: -80% !important; + } + + .xl\:-inset-1\/6 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .xl\:-inset-2\/6 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .xl\:-inset-3\/6 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .xl\:-inset-4\/6 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .xl\:-inset-5\/6 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .xl\:-inset-1\/12 { + top: -8.33333% !important; + right: -8.33333% !important; + bottom: -8.33333% !important; + left: -8.33333% !important; + } + + .xl\:-inset-2\/12 { + top: -16.66667% !important; + right: -16.66667% !important; + bottom: -16.66667% !important; + left: -16.66667% !important; + } + + .xl\:-inset-3\/12 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .xl\:-inset-4\/12 { + top: -33.33333% !important; + right: -33.33333% !important; + bottom: -33.33333% !important; + left: -33.33333% !important; + } + + .xl\:-inset-5\/12 { + top: -41.66667% !important; + right: -41.66667% !important; + bottom: -41.66667% !important; + left: -41.66667% !important; + } + + .xl\:-inset-6\/12 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .xl\:-inset-7\/12 { + top: -58.33333% !important; + right: -58.33333% !important; + bottom: -58.33333% !important; + left: -58.33333% !important; + } + + .xl\:-inset-8\/12 { + top: -66.66667% !important; + right: -66.66667% !important; + bottom: -66.66667% !important; + left: -66.66667% !important; + } + + .xl\:-inset-9\/12 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .xl\:-inset-10\/12 { + top: -83.33333% !important; + right: -83.33333% !important; + bottom: -83.33333% !important; + left: -83.33333% !important; + } + + .xl\:-inset-11\/12 { + top: -91.66667% !important; + right: -91.66667% !important; + bottom: -91.66667% !important; + left: -91.66667% !important; + } + + .xl\:-inset-1\/16 { + top: -6.25% !important; + right: -6.25% !important; + bottom: -6.25% !important; + left: -6.25% !important; + } + + .xl\:-inset-2\/16 { + top: -12.5% !important; + right: -12.5% !important; + bottom: -12.5% !important; + left: -12.5% !important; + } + + .xl\:-inset-3\/16 { + top: -18.75% !important; + right: -18.75% !important; + bottom: -18.75% !important; + left: -18.75% !important; + } + + .xl\:-inset-4\/16 { + top: -25% !important; + right: -25% !important; + bottom: -25% !important; + left: -25% !important; + } + + .xl\:-inset-5\/16 { + top: -31.25% !important; + right: -31.25% !important; + bottom: -31.25% !important; + left: -31.25% !important; + } + + .xl\:-inset-6\/16 { + top: -37.5% !important; + right: -37.5% !important; + bottom: -37.5% !important; + left: -37.5% !important; + } + + .xl\:-inset-7\/16 { + top: -43.75% !important; + right: -43.75% !important; + bottom: -43.75% !important; + left: -43.75% !important; + } + + .xl\:-inset-8\/16 { + top: -50% !important; + right: -50% !important; + bottom: -50% !important; + left: -50% !important; + } + + .xl\:-inset-9\/16 { + top: -56.25% !important; + right: -56.25% !important; + bottom: -56.25% !important; + left: -56.25% !important; + } + + .xl\:-inset-10\/16 { + top: -62.5% !important; + right: -62.5% !important; + bottom: -62.5% !important; + left: -62.5% !important; + } + + .xl\:-inset-11\/16 { + top: -68.75% !important; + right: -68.75% !important; + bottom: -68.75% !important; + left: -68.75% !important; + } + + .xl\:-inset-12\/16 { + top: -75% !important; + right: -75% !important; + bottom: -75% !important; + left: -75% !important; + } + + .xl\:-inset-13\/16 { + top: -81.25% !important; + right: -81.25% !important; + bottom: -81.25% !important; + left: -81.25% !important; + } + + .xl\:-inset-14\/16 { + top: -87.5% !important; + right: -87.5% !important; + bottom: -87.5% !important; + left: -87.5% !important; + } + + .xl\:-inset-15\/16 { + top: -93.75% !important; + right: -93.75% !important; + bottom: -93.75% !important; + left: -93.75% !important; + } + + .xl\:-inset-full { + top: -100% !important; + right: -100% !important; + bottom: -100% !important; + left: -100% !important; + } + .xl\:inset-y-0 { top: 0 !important; bottom: 0 !important; @@ -128764,6 +202996,316 @@ video { left: 0 !important; } + .xl\:inset-y-1 { + top: 0.25rem !important; + bottom: 0.25rem !important; + } + + .xl\:inset-x-1 { + right: 0.25rem !important; + left: 0.25rem !important; + } + + .xl\:inset-y-2 { + top: 0.5rem !important; + bottom: 0.5rem !important; + } + + .xl\:inset-x-2 { + right: 0.5rem !important; + left: 0.5rem !important; + } + + .xl\:inset-y-3 { + top: 0.75rem !important; + bottom: 0.75rem !important; + } + + .xl\:inset-x-3 { + right: 0.75rem !important; + left: 0.75rem !important; + } + + .xl\:inset-y-4 { + top: 1rem !important; + bottom: 1rem !important; + } + + .xl\:inset-x-4 { + right: 1rem !important; + left: 1rem !important; + } + + .xl\:inset-y-5 { + top: 1.25rem !important; + bottom: 1.25rem !important; + } + + .xl\:inset-x-5 { + right: 1.25rem !important; + left: 1.25rem !important; + } + + .xl\:inset-y-6 { + top: 1.5rem !important; + bottom: 1.5rem !important; + } + + .xl\:inset-x-6 { + right: 1.5rem !important; + left: 1.5rem !important; + } + + .xl\:inset-y-7 { + top: 1.75rem !important; + bottom: 1.75rem !important; + } + + .xl\:inset-x-7 { + right: 1.75rem !important; + left: 1.75rem !important; + } + + .xl\:inset-y-8 { + top: 2rem !important; + bottom: 2rem !important; + } + + .xl\:inset-x-8 { + right: 2rem !important; + left: 2rem !important; + } + + .xl\:inset-y-9 { + top: 2.25rem !important; + bottom: 2.25rem !important; + } + + .xl\:inset-x-9 { + right: 2.25rem !important; + left: 2.25rem !important; + } + + .xl\:inset-y-10 { + top: 2.5rem !important; + bottom: 2.5rem !important; + } + + .xl\:inset-x-10 { + right: 2.5rem !important; + left: 2.5rem !important; + } + + .xl\:inset-y-11 { + top: 2.75rem !important; + bottom: 2.75rem !important; + } + + .xl\:inset-x-11 { + right: 2.75rem !important; + left: 2.75rem !important; + } + + .xl\:inset-y-12 { + top: 3rem !important; + bottom: 3rem !important; + } + + .xl\:inset-x-12 { + right: 3rem !important; + left: 3rem !important; + } + + .xl\:inset-y-13 { + top: 3.25rem !important; + bottom: 3.25rem !important; + } + + .xl\:inset-x-13 { + right: 3.25rem !important; + left: 3.25rem !important; + } + + .xl\:inset-y-14 { + top: 3.5rem !important; + bottom: 3.5rem !important; + } + + .xl\:inset-x-14 { + right: 3.5rem !important; + left: 3.5rem !important; + } + + .xl\:inset-y-15 { + top: 3.75rem !important; + bottom: 3.75rem !important; + } + + .xl\:inset-x-15 { + right: 3.75rem !important; + left: 3.75rem !important; + } + + .xl\:inset-y-16 { + top: 4rem !important; + bottom: 4rem !important; + } + + .xl\:inset-x-16 { + right: 4rem !important; + left: 4rem !important; + } + + .xl\:inset-y-20 { + top: 5rem !important; + bottom: 5rem !important; + } + + .xl\:inset-x-20 { + right: 5rem !important; + left: 5rem !important; + } + + .xl\:inset-y-24 { + top: 6rem !important; + bottom: 6rem !important; + } + + .xl\:inset-x-24 { + right: 6rem !important; + left: 6rem !important; + } + + .xl\:inset-y-28 { + top: 7rem !important; + bottom: 7rem !important; + } + + .xl\:inset-x-28 { + right: 7rem !important; + left: 7rem !important; + } + + .xl\:inset-y-32 { + top: 8rem !important; + bottom: 8rem !important; + } + + .xl\:inset-x-32 { + right: 8rem !important; + left: 8rem !important; + } + + .xl\:inset-y-36 { + top: 9rem !important; + bottom: 9rem !important; + } + + .xl\:inset-x-36 { + right: 9rem !important; + left: 9rem !important; + } + + .xl\:inset-y-40 { + top: 10rem !important; + bottom: 10rem !important; + } + + .xl\:inset-x-40 { + right: 10rem !important; + left: 10rem !important; + } + + .xl\:inset-y-44 { + top: 11rem !important; + bottom: 11rem !important; + } + + .xl\:inset-x-44 { + right: 11rem !important; + left: 11rem !important; + } + + .xl\:inset-y-48 { + top: 12rem !important; + bottom: 12rem !important; + } + + .xl\:inset-x-48 { + right: 12rem !important; + left: 12rem !important; + } + + .xl\:inset-y-52 { + top: 13rem !important; + bottom: 13rem !important; + } + + .xl\:inset-x-52 { + right: 13rem !important; + left: 13rem !important; + } + + .xl\:inset-y-56 { + top: 14rem !important; + bottom: 14rem !important; + } + + .xl\:inset-x-56 { + right: 14rem !important; + left: 14rem !important; + } + + .xl\:inset-y-60 { + top: 15rem !important; + bottom: 15rem !important; + } + + .xl\:inset-x-60 { + right: 15rem !important; + left: 15rem !important; + } + + .xl\:inset-y-64 { + top: 16rem !important; + bottom: 16rem !important; + } + + .xl\:inset-x-64 { + right: 16rem !important; + left: 16rem !important; + } + + .xl\:inset-y-72 { + top: 18rem !important; + bottom: 18rem !important; + } + + .xl\:inset-x-72 { + right: 18rem !important; + left: 18rem !important; + } + + .xl\:inset-y-80 { + top: 20rem !important; + bottom: 20rem !important; + } + + .xl\:inset-x-80 { + right: 20rem !important; + left: 20rem !important; + } + + .xl\:inset-y-96 { + top: 24rem !important; + bottom: 24rem !important; + } + + .xl\:inset-x-96 { + right: 24rem !important; + left: 24rem !important; + } + .xl\:inset-y-auto { top: auto !important; bottom: auto !important; @@ -128774,6 +203316,1256 @@ video { left: auto !important; } + .xl\:inset-y-px { + top: 1px !important; + bottom: 1px !important; + } + + .xl\:inset-x-px { + right: 1px !important; + left: 1px !important; + } + + .xl\:inset-y-0\.5 { + top: 0.125rem !important; + bottom: 0.125rem !important; + } + + .xl\:inset-x-0\.5 { + right: 0.125rem !important; + left: 0.125rem !important; + } + + .xl\:inset-y-1\.5 { + top: 0.375rem !important; + bottom: 0.375rem !important; + } + + .xl\:inset-x-1\.5 { + right: 0.375rem !important; + left: 0.375rem !important; + } + + .xl\:inset-y-2\.5 { + top: 0.625rem !important; + bottom: 0.625rem !important; + } + + .xl\:inset-x-2\.5 { + right: 0.625rem !important; + left: 0.625rem !important; + } + + .xl\:inset-y-3\.5 { + top: 0.875rem !important; + bottom: 0.875rem !important; + } + + .xl\:inset-x-3\.5 { + right: 0.875rem !important; + left: 0.875rem !important; + } + + .xl\:inset-y-1\/2 { + top: 50% !important; + bottom: 50% !important; + } + + .xl\:inset-x-1\/2 { + right: 50% !important; + left: 50% !important; + } + + .xl\:inset-y-1\/3 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .xl\:inset-x-1\/3 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .xl\:inset-y-2\/3 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .xl\:inset-x-2\/3 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .xl\:inset-y-1\/4 { + top: 25% !important; + bottom: 25% !important; + } + + .xl\:inset-x-1\/4 { + right: 25% !important; + left: 25% !important; + } + + .xl\:inset-y-2\/4 { + top: 50% !important; + bottom: 50% !important; + } + + .xl\:inset-x-2\/4 { + right: 50% !important; + left: 50% !important; + } + + .xl\:inset-y-3\/4 { + top: 75% !important; + bottom: 75% !important; + } + + .xl\:inset-x-3\/4 { + right: 75% !important; + left: 75% !important; + } + + .xl\:inset-y-1\/5 { + top: 20% !important; + bottom: 20% !important; + } + + .xl\:inset-x-1\/5 { + right: 20% !important; + left: 20% !important; + } + + .xl\:inset-y-2\/5 { + top: 40% !important; + bottom: 40% !important; + } + + .xl\:inset-x-2\/5 { + right: 40% !important; + left: 40% !important; + } + + .xl\:inset-y-3\/5 { + top: 60% !important; + bottom: 60% !important; + } + + .xl\:inset-x-3\/5 { + right: 60% !important; + left: 60% !important; + } + + .xl\:inset-y-4\/5 { + top: 80% !important; + bottom: 80% !important; + } + + .xl\:inset-x-4\/5 { + right: 80% !important; + left: 80% !important; + } + + .xl\:inset-y-1\/6 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .xl\:inset-x-1\/6 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .xl\:inset-y-2\/6 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .xl\:inset-x-2\/6 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .xl\:inset-y-3\/6 { + top: 50% !important; + bottom: 50% !important; + } + + .xl\:inset-x-3\/6 { + right: 50% !important; + left: 50% !important; + } + + .xl\:inset-y-4\/6 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .xl\:inset-x-4\/6 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .xl\:inset-y-5\/6 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .xl\:inset-x-5\/6 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .xl\:inset-y-1\/12 { + top: 8.333333% !important; + bottom: 8.333333% !important; + } + + .xl\:inset-x-1\/12 { + right: 8.333333% !important; + left: 8.333333% !important; + } + + .xl\:inset-y-2\/12 { + top: 16.666667% !important; + bottom: 16.666667% !important; + } + + .xl\:inset-x-2\/12 { + right: 16.666667% !important; + left: 16.666667% !important; + } + + .xl\:inset-y-3\/12 { + top: 25% !important; + bottom: 25% !important; + } + + .xl\:inset-x-3\/12 { + right: 25% !important; + left: 25% !important; + } + + .xl\:inset-y-4\/12 { + top: 33.333333% !important; + bottom: 33.333333% !important; + } + + .xl\:inset-x-4\/12 { + right: 33.333333% !important; + left: 33.333333% !important; + } + + .xl\:inset-y-5\/12 { + top: 41.666667% !important; + bottom: 41.666667% !important; + } + + .xl\:inset-x-5\/12 { + right: 41.666667% !important; + left: 41.666667% !important; + } + + .xl\:inset-y-6\/12 { + top: 50% !important; + bottom: 50% !important; + } + + .xl\:inset-x-6\/12 { + right: 50% !important; + left: 50% !important; + } + + .xl\:inset-y-7\/12 { + top: 58.333333% !important; + bottom: 58.333333% !important; + } + + .xl\:inset-x-7\/12 { + right: 58.333333% !important; + left: 58.333333% !important; + } + + .xl\:inset-y-8\/12 { + top: 66.666667% !important; + bottom: 66.666667% !important; + } + + .xl\:inset-x-8\/12 { + right: 66.666667% !important; + left: 66.666667% !important; + } + + .xl\:inset-y-9\/12 { + top: 75% !important; + bottom: 75% !important; + } + + .xl\:inset-x-9\/12 { + right: 75% !important; + left: 75% !important; + } + + .xl\:inset-y-10\/12 { + top: 83.333333% !important; + bottom: 83.333333% !important; + } + + .xl\:inset-x-10\/12 { + right: 83.333333% !important; + left: 83.333333% !important; + } + + .xl\:inset-y-11\/12 { + top: 91.666667% !important; + bottom: 91.666667% !important; + } + + .xl\:inset-x-11\/12 { + right: 91.666667% !important; + left: 91.666667% !important; + } + + .xl\:inset-y-1\/16 { + top: 6.25% !important; + bottom: 6.25% !important; + } + + .xl\:inset-x-1\/16 { + right: 6.25% !important; + left: 6.25% !important; + } + + .xl\:inset-y-2\/16 { + top: 12.5% !important; + bottom: 12.5% !important; + } + + .xl\:inset-x-2\/16 { + right: 12.5% !important; + left: 12.5% !important; + } + + .xl\:inset-y-3\/16 { + top: 18.75% !important; + bottom: 18.75% !important; + } + + .xl\:inset-x-3\/16 { + right: 18.75% !important; + left: 18.75% !important; + } + + .xl\:inset-y-4\/16 { + top: 25% !important; + bottom: 25% !important; + } + + .xl\:inset-x-4\/16 { + right: 25% !important; + left: 25% !important; + } + + .xl\:inset-y-5\/16 { + top: 31.25% !important; + bottom: 31.25% !important; + } + + .xl\:inset-x-5\/16 { + right: 31.25% !important; + left: 31.25% !important; + } + + .xl\:inset-y-6\/16 { + top: 37.5% !important; + bottom: 37.5% !important; + } + + .xl\:inset-x-6\/16 { + right: 37.5% !important; + left: 37.5% !important; + } + + .xl\:inset-y-7\/16 { + top: 43.75% !important; + bottom: 43.75% !important; + } + + .xl\:inset-x-7\/16 { + right: 43.75% !important; + left: 43.75% !important; + } + + .xl\:inset-y-8\/16 { + top: 50% !important; + bottom: 50% !important; + } + + .xl\:inset-x-8\/16 { + right: 50% !important; + left: 50% !important; + } + + .xl\:inset-y-9\/16 { + top: 56.25% !important; + bottom: 56.25% !important; + } + + .xl\:inset-x-9\/16 { + right: 56.25% !important; + left: 56.25% !important; + } + + .xl\:inset-y-10\/16 { + top: 62.5% !important; + bottom: 62.5% !important; + } + + .xl\:inset-x-10\/16 { + right: 62.5% !important; + left: 62.5% !important; + } + + .xl\:inset-y-11\/16 { + top: 68.75% !important; + bottom: 68.75% !important; + } + + .xl\:inset-x-11\/16 { + right: 68.75% !important; + left: 68.75% !important; + } + + .xl\:inset-y-12\/16 { + top: 75% !important; + bottom: 75% !important; + } + + .xl\:inset-x-12\/16 { + right: 75% !important; + left: 75% !important; + } + + .xl\:inset-y-13\/16 { + top: 81.25% !important; + bottom: 81.25% !important; + } + + .xl\:inset-x-13\/16 { + right: 81.25% !important; + left: 81.25% !important; + } + + .xl\:inset-y-14\/16 { + top: 87.5% !important; + bottom: 87.5% !important; + } + + .xl\:inset-x-14\/16 { + right: 87.5% !important; + left: 87.5% !important; + } + + .xl\:inset-y-15\/16 { + top: 93.75% !important; + bottom: 93.75% !important; + } + + .xl\:inset-x-15\/16 { + right: 93.75% !important; + left: 93.75% !important; + } + + .xl\:inset-y-full { + top: 100% !important; + bottom: 100% !important; + } + + .xl\:inset-x-full { + right: 100% !important; + left: 100% !important; + } + + .xl\:-inset-y-1 { + top: -0.25rem !important; + bottom: -0.25rem !important; + } + + .xl\:-inset-x-1 { + right: -0.25rem !important; + left: -0.25rem !important; + } + + .xl\:-inset-y-2 { + top: -0.5rem !important; + bottom: -0.5rem !important; + } + + .xl\:-inset-x-2 { + right: -0.5rem !important; + left: -0.5rem !important; + } + + .xl\:-inset-y-3 { + top: -0.75rem !important; + bottom: -0.75rem !important; + } + + .xl\:-inset-x-3 { + right: -0.75rem !important; + left: -0.75rem !important; + } + + .xl\:-inset-y-4 { + top: -1rem !important; + bottom: -1rem !important; + } + + .xl\:-inset-x-4 { + right: -1rem !important; + left: -1rem !important; + } + + .xl\:-inset-y-5 { + top: -1.25rem !important; + bottom: -1.25rem !important; + } + + .xl\:-inset-x-5 { + right: -1.25rem !important; + left: -1.25rem !important; + } + + .xl\:-inset-y-6 { + top: -1.5rem !important; + bottom: -1.5rem !important; + } + + .xl\:-inset-x-6 { + right: -1.5rem !important; + left: -1.5rem !important; + } + + .xl\:-inset-y-7 { + top: -1.75rem !important; + bottom: -1.75rem !important; + } + + .xl\:-inset-x-7 { + right: -1.75rem !important; + left: -1.75rem !important; + } + + .xl\:-inset-y-8 { + top: -2rem !important; + bottom: -2rem !important; + } + + .xl\:-inset-x-8 { + right: -2rem !important; + left: -2rem !important; + } + + .xl\:-inset-y-9 { + top: -2.25rem !important; + bottom: -2.25rem !important; + } + + .xl\:-inset-x-9 { + right: -2.25rem !important; + left: -2.25rem !important; + } + + .xl\:-inset-y-10 { + top: -2.5rem !important; + bottom: -2.5rem !important; + } + + .xl\:-inset-x-10 { + right: -2.5rem !important; + left: -2.5rem !important; + } + + .xl\:-inset-y-11 { + top: -2.75rem !important; + bottom: -2.75rem !important; + } + + .xl\:-inset-x-11 { + right: -2.75rem !important; + left: -2.75rem !important; + } + + .xl\:-inset-y-12 { + top: -3rem !important; + bottom: -3rem !important; + } + + .xl\:-inset-x-12 { + right: -3rem !important; + left: -3rem !important; + } + + .xl\:-inset-y-13 { + top: -3.25rem !important; + bottom: -3.25rem !important; + } + + .xl\:-inset-x-13 { + right: -3.25rem !important; + left: -3.25rem !important; + } + + .xl\:-inset-y-14 { + top: -3.5rem !important; + bottom: -3.5rem !important; + } + + .xl\:-inset-x-14 { + right: -3.5rem !important; + left: -3.5rem !important; + } + + .xl\:-inset-y-15 { + top: -3.75rem !important; + bottom: -3.75rem !important; + } + + .xl\:-inset-x-15 { + right: -3.75rem !important; + left: -3.75rem !important; + } + + .xl\:-inset-y-16 { + top: -4rem !important; + bottom: -4rem !important; + } + + .xl\:-inset-x-16 { + right: -4rem !important; + left: -4rem !important; + } + + .xl\:-inset-y-20 { + top: -5rem !important; + bottom: -5rem !important; + } + + .xl\:-inset-x-20 { + right: -5rem !important; + left: -5rem !important; + } + + .xl\:-inset-y-24 { + top: -6rem !important; + bottom: -6rem !important; + } + + .xl\:-inset-x-24 { + right: -6rem !important; + left: -6rem !important; + } + + .xl\:-inset-y-28 { + top: -7rem !important; + bottom: -7rem !important; + } + + .xl\:-inset-x-28 { + right: -7rem !important; + left: -7rem !important; + } + + .xl\:-inset-y-32 { + top: -8rem !important; + bottom: -8rem !important; + } + + .xl\:-inset-x-32 { + right: -8rem !important; + left: -8rem !important; + } + + .xl\:-inset-y-36 { + top: -9rem !important; + bottom: -9rem !important; + } + + .xl\:-inset-x-36 { + right: -9rem !important; + left: -9rem !important; + } + + .xl\:-inset-y-40 { + top: -10rem !important; + bottom: -10rem !important; + } + + .xl\:-inset-x-40 { + right: -10rem !important; + left: -10rem !important; + } + + .xl\:-inset-y-44 { + top: -11rem !important; + bottom: -11rem !important; + } + + .xl\:-inset-x-44 { + right: -11rem !important; + left: -11rem !important; + } + + .xl\:-inset-y-48 { + top: -12rem !important; + bottom: -12rem !important; + } + + .xl\:-inset-x-48 { + right: -12rem !important; + left: -12rem !important; + } + + .xl\:-inset-y-52 { + top: -13rem !important; + bottom: -13rem !important; + } + + .xl\:-inset-x-52 { + right: -13rem !important; + left: -13rem !important; + } + + .xl\:-inset-y-56 { + top: -14rem !important; + bottom: -14rem !important; + } + + .xl\:-inset-x-56 { + right: -14rem !important; + left: -14rem !important; + } + + .xl\:-inset-y-60 { + top: -15rem !important; + bottom: -15rem !important; + } + + .xl\:-inset-x-60 { + right: -15rem !important; + left: -15rem !important; + } + + .xl\:-inset-y-64 { + top: -16rem !important; + bottom: -16rem !important; + } + + .xl\:-inset-x-64 { + right: -16rem !important; + left: -16rem !important; + } + + .xl\:-inset-y-72 { + top: -18rem !important; + bottom: -18rem !important; + } + + .xl\:-inset-x-72 { + right: -18rem !important; + left: -18rem !important; + } + + .xl\:-inset-y-80 { + top: -20rem !important; + bottom: -20rem !important; + } + + .xl\:-inset-x-80 { + right: -20rem !important; + left: -20rem !important; + } + + .xl\:-inset-y-96 { + top: -24rem !important; + bottom: -24rem !important; + } + + .xl\:-inset-x-96 { + right: -24rem !important; + left: -24rem !important; + } + + .xl\:-inset-y-px { + top: -1px !important; + bottom: -1px !important; + } + + .xl\:-inset-x-px { + right: -1px !important; + left: -1px !important; + } + + .xl\:-inset-y-0\.5 { + top: -0.125rem !important; + bottom: -0.125rem !important; + } + + .xl\:-inset-x-0\.5 { + right: -0.125rem !important; + left: -0.125rem !important; + } + + .xl\:-inset-y-1\.5 { + top: -0.375rem !important; + bottom: -0.375rem !important; + } + + .xl\:-inset-x-1\.5 { + right: -0.375rem !important; + left: -0.375rem !important; + } + + .xl\:-inset-y-2\.5 { + top: -0.625rem !important; + bottom: -0.625rem !important; + } + + .xl\:-inset-x-2\.5 { + right: -0.625rem !important; + left: -0.625rem !important; + } + + .xl\:-inset-y-3\.5 { + top: -0.875rem !important; + bottom: -0.875rem !important; + } + + .xl\:-inset-x-3\.5 { + right: -0.875rem !important; + left: -0.875rem !important; + } + + .xl\:-inset-y-1\/2 { + top: -50% !important; + bottom: -50% !important; + } + + .xl\:-inset-x-1\/2 { + right: -50% !important; + left: -50% !important; + } + + .xl\:-inset-y-1\/3 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .xl\:-inset-x-1\/3 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .xl\:-inset-y-2\/3 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .xl\:-inset-x-2\/3 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .xl\:-inset-y-1\/4 { + top: -25% !important; + bottom: -25% !important; + } + + .xl\:-inset-x-1\/4 { + right: -25% !important; + left: -25% !important; + } + + .xl\:-inset-y-2\/4 { + top: -50% !important; + bottom: -50% !important; + } + + .xl\:-inset-x-2\/4 { + right: -50% !important; + left: -50% !important; + } + + .xl\:-inset-y-3\/4 { + top: -75% !important; + bottom: -75% !important; + } + + .xl\:-inset-x-3\/4 { + right: -75% !important; + left: -75% !important; + } + + .xl\:-inset-y-1\/5 { + top: -20% !important; + bottom: -20% !important; + } + + .xl\:-inset-x-1\/5 { + right: -20% !important; + left: -20% !important; + } + + .xl\:-inset-y-2\/5 { + top: -40% !important; + bottom: -40% !important; + } + + .xl\:-inset-x-2\/5 { + right: -40% !important; + left: -40% !important; + } + + .xl\:-inset-y-3\/5 { + top: -60% !important; + bottom: -60% !important; + } + + .xl\:-inset-x-3\/5 { + right: -60% !important; + left: -60% !important; + } + + .xl\:-inset-y-4\/5 { + top: -80% !important; + bottom: -80% !important; + } + + .xl\:-inset-x-4\/5 { + right: -80% !important; + left: -80% !important; + } + + .xl\:-inset-y-1\/6 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .xl\:-inset-x-1\/6 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .xl\:-inset-y-2\/6 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .xl\:-inset-x-2\/6 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .xl\:-inset-y-3\/6 { + top: -50% !important; + bottom: -50% !important; + } + + .xl\:-inset-x-3\/6 { + right: -50% !important; + left: -50% !important; + } + + .xl\:-inset-y-4\/6 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .xl\:-inset-x-4\/6 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .xl\:-inset-y-5\/6 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .xl\:-inset-x-5\/6 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .xl\:-inset-y-1\/12 { + top: -8.33333% !important; + bottom: -8.33333% !important; + } + + .xl\:-inset-x-1\/12 { + right: -8.33333% !important; + left: -8.33333% !important; + } + + .xl\:-inset-y-2\/12 { + top: -16.66667% !important; + bottom: -16.66667% !important; + } + + .xl\:-inset-x-2\/12 { + right: -16.66667% !important; + left: -16.66667% !important; + } + + .xl\:-inset-y-3\/12 { + top: -25% !important; + bottom: -25% !important; + } + + .xl\:-inset-x-3\/12 { + right: -25% !important; + left: -25% !important; + } + + .xl\:-inset-y-4\/12 { + top: -33.33333% !important; + bottom: -33.33333% !important; + } + + .xl\:-inset-x-4\/12 { + right: -33.33333% !important; + left: -33.33333% !important; + } + + .xl\:-inset-y-5\/12 { + top: -41.66667% !important; + bottom: -41.66667% !important; + } + + .xl\:-inset-x-5\/12 { + right: -41.66667% !important; + left: -41.66667% !important; + } + + .xl\:-inset-y-6\/12 { + top: -50% !important; + bottom: -50% !important; + } + + .xl\:-inset-x-6\/12 { + right: -50% !important; + left: -50% !important; + } + + .xl\:-inset-y-7\/12 { + top: -58.33333% !important; + bottom: -58.33333% !important; + } + + .xl\:-inset-x-7\/12 { + right: -58.33333% !important; + left: -58.33333% !important; + } + + .xl\:-inset-y-8\/12 { + top: -66.66667% !important; + bottom: -66.66667% !important; + } + + .xl\:-inset-x-8\/12 { + right: -66.66667% !important; + left: -66.66667% !important; + } + + .xl\:-inset-y-9\/12 { + top: -75% !important; + bottom: -75% !important; + } + + .xl\:-inset-x-9\/12 { + right: -75% !important; + left: -75% !important; + } + + .xl\:-inset-y-10\/12 { + top: -83.33333% !important; + bottom: -83.33333% !important; + } + + .xl\:-inset-x-10\/12 { + right: -83.33333% !important; + left: -83.33333% !important; + } + + .xl\:-inset-y-11\/12 { + top: -91.66667% !important; + bottom: -91.66667% !important; + } + + .xl\:-inset-x-11\/12 { + right: -91.66667% !important; + left: -91.66667% !important; + } + + .xl\:-inset-y-1\/16 { + top: -6.25% !important; + bottom: -6.25% !important; + } + + .xl\:-inset-x-1\/16 { + right: -6.25% !important; + left: -6.25% !important; + } + + .xl\:-inset-y-2\/16 { + top: -12.5% !important; + bottom: -12.5% !important; + } + + .xl\:-inset-x-2\/16 { + right: -12.5% !important; + left: -12.5% !important; + } + + .xl\:-inset-y-3\/16 { + top: -18.75% !important; + bottom: -18.75% !important; + } + + .xl\:-inset-x-3\/16 { + right: -18.75% !important; + left: -18.75% !important; + } + + .xl\:-inset-y-4\/16 { + top: -25% !important; + bottom: -25% !important; + } + + .xl\:-inset-x-4\/16 { + right: -25% !important; + left: -25% !important; + } + + .xl\:-inset-y-5\/16 { + top: -31.25% !important; + bottom: -31.25% !important; + } + + .xl\:-inset-x-5\/16 { + right: -31.25% !important; + left: -31.25% !important; + } + + .xl\:-inset-y-6\/16 { + top: -37.5% !important; + bottom: -37.5% !important; + } + + .xl\:-inset-x-6\/16 { + right: -37.5% !important; + left: -37.5% !important; + } + + .xl\:-inset-y-7\/16 { + top: -43.75% !important; + bottom: -43.75% !important; + } + + .xl\:-inset-x-7\/16 { + right: -43.75% !important; + left: -43.75% !important; + } + + .xl\:-inset-y-8\/16 { + top: -50% !important; + bottom: -50% !important; + } + + .xl\:-inset-x-8\/16 { + right: -50% !important; + left: -50% !important; + } + + .xl\:-inset-y-9\/16 { + top: -56.25% !important; + bottom: -56.25% !important; + } + + .xl\:-inset-x-9\/16 { + right: -56.25% !important; + left: -56.25% !important; + } + + .xl\:-inset-y-10\/16 { + top: -62.5% !important; + bottom: -62.5% !important; + } + + .xl\:-inset-x-10\/16 { + right: -62.5% !important; + left: -62.5% !important; + } + + .xl\:-inset-y-11\/16 { + top: -68.75% !important; + bottom: -68.75% !important; + } + + .xl\:-inset-x-11\/16 { + right: -68.75% !important; + left: -68.75% !important; + } + + .xl\:-inset-y-12\/16 { + top: -75% !important; + bottom: -75% !important; + } + + .xl\:-inset-x-12\/16 { + right: -75% !important; + left: -75% !important; + } + + .xl\:-inset-y-13\/16 { + top: -81.25% !important; + bottom: -81.25% !important; + } + + .xl\:-inset-x-13\/16 { + right: -81.25% !important; + left: -81.25% !important; + } + + .xl\:-inset-y-14\/16 { + top: -87.5% !important; + bottom: -87.5% !important; + } + + .xl\:-inset-x-14\/16 { + right: -87.5% !important; + left: -87.5% !important; + } + + .xl\:-inset-y-15\/16 { + top: -93.75% !important; + bottom: -93.75% !important; + } + + .xl\:-inset-x-15\/16 { + right: -93.75% !important; + left: -93.75% !important; + } + + .xl\:-inset-y-full { + top: -100% !important; + bottom: -100% !important; + } + + .xl\:-inset-x-full { + right: -100% !important; + left: -100% !important; + } + .xl\:top-0 { top: 0 !important; } @@ -128790,6 +204582,502 @@ video { left: 0 !important; } + .xl\:top-1 { + top: 0.25rem !important; + } + + .xl\:right-1 { + right: 0.25rem !important; + } + + .xl\:bottom-1 { + bottom: 0.25rem !important; + } + + .xl\:left-1 { + left: 0.25rem !important; + } + + .xl\:top-2 { + top: 0.5rem !important; + } + + .xl\:right-2 { + right: 0.5rem !important; + } + + .xl\:bottom-2 { + bottom: 0.5rem !important; + } + + .xl\:left-2 { + left: 0.5rem !important; + } + + .xl\:top-3 { + top: 0.75rem !important; + } + + .xl\:right-3 { + right: 0.75rem !important; + } + + .xl\:bottom-3 { + bottom: 0.75rem !important; + } + + .xl\:left-3 { + left: 0.75rem !important; + } + + .xl\:top-4 { + top: 1rem !important; + } + + .xl\:right-4 { + right: 1rem !important; + } + + .xl\:bottom-4 { + bottom: 1rem !important; + } + + .xl\:left-4 { + left: 1rem !important; + } + + .xl\:top-5 { + top: 1.25rem !important; + } + + .xl\:right-5 { + right: 1.25rem !important; + } + + .xl\:bottom-5 { + bottom: 1.25rem !important; + } + + .xl\:left-5 { + left: 1.25rem !important; + } + + .xl\:top-6 { + top: 1.5rem !important; + } + + .xl\:right-6 { + right: 1.5rem !important; + } + + .xl\:bottom-6 { + bottom: 1.5rem !important; + } + + .xl\:left-6 { + left: 1.5rem !important; + } + + .xl\:top-7 { + top: 1.75rem !important; + } + + .xl\:right-7 { + right: 1.75rem !important; + } + + .xl\:bottom-7 { + bottom: 1.75rem !important; + } + + .xl\:left-7 { + left: 1.75rem !important; + } + + .xl\:top-8 { + top: 2rem !important; + } + + .xl\:right-8 { + right: 2rem !important; + } + + .xl\:bottom-8 { + bottom: 2rem !important; + } + + .xl\:left-8 { + left: 2rem !important; + } + + .xl\:top-9 { + top: 2.25rem !important; + } + + .xl\:right-9 { + right: 2.25rem !important; + } + + .xl\:bottom-9 { + bottom: 2.25rem !important; + } + + .xl\:left-9 { + left: 2.25rem !important; + } + + .xl\:top-10 { + top: 2.5rem !important; + } + + .xl\:right-10 { + right: 2.5rem !important; + } + + .xl\:bottom-10 { + bottom: 2.5rem !important; + } + + .xl\:left-10 { + left: 2.5rem !important; + } + + .xl\:top-11 { + top: 2.75rem !important; + } + + .xl\:right-11 { + right: 2.75rem !important; + } + + .xl\:bottom-11 { + bottom: 2.75rem !important; + } + + .xl\:left-11 { + left: 2.75rem !important; + } + + .xl\:top-12 { + top: 3rem !important; + } + + .xl\:right-12 { + right: 3rem !important; + } + + .xl\:bottom-12 { + bottom: 3rem !important; + } + + .xl\:left-12 { + left: 3rem !important; + } + + .xl\:top-13 { + top: 3.25rem !important; + } + + .xl\:right-13 { + right: 3.25rem !important; + } + + .xl\:bottom-13 { + bottom: 3.25rem !important; + } + + .xl\:left-13 { + left: 3.25rem !important; + } + + .xl\:top-14 { + top: 3.5rem !important; + } + + .xl\:right-14 { + right: 3.5rem !important; + } + + .xl\:bottom-14 { + bottom: 3.5rem !important; + } + + .xl\:left-14 { + left: 3.5rem !important; + } + + .xl\:top-15 { + top: 3.75rem !important; + } + + .xl\:right-15 { + right: 3.75rem !important; + } + + .xl\:bottom-15 { + bottom: 3.75rem !important; + } + + .xl\:left-15 { + left: 3.75rem !important; + } + + .xl\:top-16 { + top: 4rem !important; + } + + .xl\:right-16 { + right: 4rem !important; + } + + .xl\:bottom-16 { + bottom: 4rem !important; + } + + .xl\:left-16 { + left: 4rem !important; + } + + .xl\:top-20 { + top: 5rem !important; + } + + .xl\:right-20 { + right: 5rem !important; + } + + .xl\:bottom-20 { + bottom: 5rem !important; + } + + .xl\:left-20 { + left: 5rem !important; + } + + .xl\:top-24 { + top: 6rem !important; + } + + .xl\:right-24 { + right: 6rem !important; + } + + .xl\:bottom-24 { + bottom: 6rem !important; + } + + .xl\:left-24 { + left: 6rem !important; + } + + .xl\:top-28 { + top: 7rem !important; + } + + .xl\:right-28 { + right: 7rem !important; + } + + .xl\:bottom-28 { + bottom: 7rem !important; + } + + .xl\:left-28 { + left: 7rem !important; + } + + .xl\:top-32 { + top: 8rem !important; + } + + .xl\:right-32 { + right: 8rem !important; + } + + .xl\:bottom-32 { + bottom: 8rem !important; + } + + .xl\:left-32 { + left: 8rem !important; + } + + .xl\:top-36 { + top: 9rem !important; + } + + .xl\:right-36 { + right: 9rem !important; + } + + .xl\:bottom-36 { + bottom: 9rem !important; + } + + .xl\:left-36 { + left: 9rem !important; + } + + .xl\:top-40 { + top: 10rem !important; + } + + .xl\:right-40 { + right: 10rem !important; + } + + .xl\:bottom-40 { + bottom: 10rem !important; + } + + .xl\:left-40 { + left: 10rem !important; + } + + .xl\:top-44 { + top: 11rem !important; + } + + .xl\:right-44 { + right: 11rem !important; + } + + .xl\:bottom-44 { + bottom: 11rem !important; + } + + .xl\:left-44 { + left: 11rem !important; + } + + .xl\:top-48 { + top: 12rem !important; + } + + .xl\:right-48 { + right: 12rem !important; + } + + .xl\:bottom-48 { + bottom: 12rem !important; + } + + .xl\:left-48 { + left: 12rem !important; + } + + .xl\:top-52 { + top: 13rem !important; + } + + .xl\:right-52 { + right: 13rem !important; + } + + .xl\:bottom-52 { + bottom: 13rem !important; + } + + .xl\:left-52 { + left: 13rem !important; + } + + .xl\:top-56 { + top: 14rem !important; + } + + .xl\:right-56 { + right: 14rem !important; + } + + .xl\:bottom-56 { + bottom: 14rem !important; + } + + .xl\:left-56 { + left: 14rem !important; + } + + .xl\:top-60 { + top: 15rem !important; + } + + .xl\:right-60 { + right: 15rem !important; + } + + .xl\:bottom-60 { + bottom: 15rem !important; + } + + .xl\:left-60 { + left: 15rem !important; + } + + .xl\:top-64 { + top: 16rem !important; + } + + .xl\:right-64 { + right: 16rem !important; + } + + .xl\:bottom-64 { + bottom: 16rem !important; + } + + .xl\:left-64 { + left: 16rem !important; + } + + .xl\:top-72 { + top: 18rem !important; + } + + .xl\:right-72 { + right: 18rem !important; + } + + .xl\:bottom-72 { + bottom: 18rem !important; + } + + .xl\:left-72 { + left: 18rem !important; + } + + .xl\:top-80 { + top: 20rem !important; + } + + .xl\:right-80 { + right: 20rem !important; + } + + .xl\:bottom-80 { + bottom: 20rem !important; + } + + .xl\:left-80 { + left: 20rem !important; + } + + .xl\:top-96 { + top: 24rem !important; + } + + .xl\:right-96 { + right: 24rem !important; + } + + .xl\:bottom-96 { + bottom: 24rem !important; + } + + .xl\:left-96 { + left: 24rem !important; + } + .xl\:top-auto { top: auto !important; } @@ -128806,6 +205094,2006 @@ video { left: auto !important; } + .xl\:top-px { + top: 1px !important; + } + + .xl\:right-px { + right: 1px !important; + } + + .xl\:bottom-px { + bottom: 1px !important; + } + + .xl\:left-px { + left: 1px !important; + } + + .xl\:top-0\.5 { + top: 0.125rem !important; + } + + .xl\:right-0\.5 { + right: 0.125rem !important; + } + + .xl\:bottom-0\.5 { + bottom: 0.125rem !important; + } + + .xl\:left-0\.5 { + left: 0.125rem !important; + } + + .xl\:top-1\.5 { + top: 0.375rem !important; + } + + .xl\:right-1\.5 { + right: 0.375rem !important; + } + + .xl\:bottom-1\.5 { + bottom: 0.375rem !important; + } + + .xl\:left-1\.5 { + left: 0.375rem !important; + } + + .xl\:top-2\.5 { + top: 0.625rem !important; + } + + .xl\:right-2\.5 { + right: 0.625rem !important; + } + + .xl\:bottom-2\.5 { + bottom: 0.625rem !important; + } + + .xl\:left-2\.5 { + left: 0.625rem !important; + } + + .xl\:top-3\.5 { + top: 0.875rem !important; + } + + .xl\:right-3\.5 { + right: 0.875rem !important; + } + + .xl\:bottom-3\.5 { + bottom: 0.875rem !important; + } + + .xl\:left-3\.5 { + left: 0.875rem !important; + } + + .xl\:top-1\/2 { + top: 50% !important; + } + + .xl\:right-1\/2 { + right: 50% !important; + } + + .xl\:bottom-1\/2 { + bottom: 50% !important; + } + + .xl\:left-1\/2 { + left: 50% !important; + } + + .xl\:top-1\/3 { + top: 33.333333% !important; + } + + .xl\:right-1\/3 { + right: 33.333333% !important; + } + + .xl\:bottom-1\/3 { + bottom: 33.333333% !important; + } + + .xl\:left-1\/3 { + left: 33.333333% !important; + } + + .xl\:top-2\/3 { + top: 66.666667% !important; + } + + .xl\:right-2\/3 { + right: 66.666667% !important; + } + + .xl\:bottom-2\/3 { + bottom: 66.666667% !important; + } + + .xl\:left-2\/3 { + left: 66.666667% !important; + } + + .xl\:top-1\/4 { + top: 25% !important; + } + + .xl\:right-1\/4 { + right: 25% !important; + } + + .xl\:bottom-1\/4 { + bottom: 25% !important; + } + + .xl\:left-1\/4 { + left: 25% !important; + } + + .xl\:top-2\/4 { + top: 50% !important; + } + + .xl\:right-2\/4 { + right: 50% !important; + } + + .xl\:bottom-2\/4 { + bottom: 50% !important; + } + + .xl\:left-2\/4 { + left: 50% !important; + } + + .xl\:top-3\/4 { + top: 75% !important; + } + + .xl\:right-3\/4 { + right: 75% !important; + } + + .xl\:bottom-3\/4 { + bottom: 75% !important; + } + + .xl\:left-3\/4 { + left: 75% !important; + } + + .xl\:top-1\/5 { + top: 20% !important; + } + + .xl\:right-1\/5 { + right: 20% !important; + } + + .xl\:bottom-1\/5 { + bottom: 20% !important; + } + + .xl\:left-1\/5 { + left: 20% !important; + } + + .xl\:top-2\/5 { + top: 40% !important; + } + + .xl\:right-2\/5 { + right: 40% !important; + } + + .xl\:bottom-2\/5 { + bottom: 40% !important; + } + + .xl\:left-2\/5 { + left: 40% !important; + } + + .xl\:top-3\/5 { + top: 60% !important; + } + + .xl\:right-3\/5 { + right: 60% !important; + } + + .xl\:bottom-3\/5 { + bottom: 60% !important; + } + + .xl\:left-3\/5 { + left: 60% !important; + } + + .xl\:top-4\/5 { + top: 80% !important; + } + + .xl\:right-4\/5 { + right: 80% !important; + } + + .xl\:bottom-4\/5 { + bottom: 80% !important; + } + + .xl\:left-4\/5 { + left: 80% !important; + } + + .xl\:top-1\/6 { + top: 16.666667% !important; + } + + .xl\:right-1\/6 { + right: 16.666667% !important; + } + + .xl\:bottom-1\/6 { + bottom: 16.666667% !important; + } + + .xl\:left-1\/6 { + left: 16.666667% !important; + } + + .xl\:top-2\/6 { + top: 33.333333% !important; + } + + .xl\:right-2\/6 { + right: 33.333333% !important; + } + + .xl\:bottom-2\/6 { + bottom: 33.333333% !important; + } + + .xl\:left-2\/6 { + left: 33.333333% !important; + } + + .xl\:top-3\/6 { + top: 50% !important; + } + + .xl\:right-3\/6 { + right: 50% !important; + } + + .xl\:bottom-3\/6 { + bottom: 50% !important; + } + + .xl\:left-3\/6 { + left: 50% !important; + } + + .xl\:top-4\/6 { + top: 66.666667% !important; + } + + .xl\:right-4\/6 { + right: 66.666667% !important; + } + + .xl\:bottom-4\/6 { + bottom: 66.666667% !important; + } + + .xl\:left-4\/6 { + left: 66.666667% !important; + } + + .xl\:top-5\/6 { + top: 83.333333% !important; + } + + .xl\:right-5\/6 { + right: 83.333333% !important; + } + + .xl\:bottom-5\/6 { + bottom: 83.333333% !important; + } + + .xl\:left-5\/6 { + left: 83.333333% !important; + } + + .xl\:top-1\/12 { + top: 8.333333% !important; + } + + .xl\:right-1\/12 { + right: 8.333333% !important; + } + + .xl\:bottom-1\/12 { + bottom: 8.333333% !important; + } + + .xl\:left-1\/12 { + left: 8.333333% !important; + } + + .xl\:top-2\/12 { + top: 16.666667% !important; + } + + .xl\:right-2\/12 { + right: 16.666667% !important; + } + + .xl\:bottom-2\/12 { + bottom: 16.666667% !important; + } + + .xl\:left-2\/12 { + left: 16.666667% !important; + } + + .xl\:top-3\/12 { + top: 25% !important; + } + + .xl\:right-3\/12 { + right: 25% !important; + } + + .xl\:bottom-3\/12 { + bottom: 25% !important; + } + + .xl\:left-3\/12 { + left: 25% !important; + } + + .xl\:top-4\/12 { + top: 33.333333% !important; + } + + .xl\:right-4\/12 { + right: 33.333333% !important; + } + + .xl\:bottom-4\/12 { + bottom: 33.333333% !important; + } + + .xl\:left-4\/12 { + left: 33.333333% !important; + } + + .xl\:top-5\/12 { + top: 41.666667% !important; + } + + .xl\:right-5\/12 { + right: 41.666667% !important; + } + + .xl\:bottom-5\/12 { + bottom: 41.666667% !important; + } + + .xl\:left-5\/12 { + left: 41.666667% !important; + } + + .xl\:top-6\/12 { + top: 50% !important; + } + + .xl\:right-6\/12 { + right: 50% !important; + } + + .xl\:bottom-6\/12 { + bottom: 50% !important; + } + + .xl\:left-6\/12 { + left: 50% !important; + } + + .xl\:top-7\/12 { + top: 58.333333% !important; + } + + .xl\:right-7\/12 { + right: 58.333333% !important; + } + + .xl\:bottom-7\/12 { + bottom: 58.333333% !important; + } + + .xl\:left-7\/12 { + left: 58.333333% !important; + } + + .xl\:top-8\/12 { + top: 66.666667% !important; + } + + .xl\:right-8\/12 { + right: 66.666667% !important; + } + + .xl\:bottom-8\/12 { + bottom: 66.666667% !important; + } + + .xl\:left-8\/12 { + left: 66.666667% !important; + } + + .xl\:top-9\/12 { + top: 75% !important; + } + + .xl\:right-9\/12 { + right: 75% !important; + } + + .xl\:bottom-9\/12 { + bottom: 75% !important; + } + + .xl\:left-9\/12 { + left: 75% !important; + } + + .xl\:top-10\/12 { + top: 83.333333% !important; + } + + .xl\:right-10\/12 { + right: 83.333333% !important; + } + + .xl\:bottom-10\/12 { + bottom: 83.333333% !important; + } + + .xl\:left-10\/12 { + left: 83.333333% !important; + } + + .xl\:top-11\/12 { + top: 91.666667% !important; + } + + .xl\:right-11\/12 { + right: 91.666667% !important; + } + + .xl\:bottom-11\/12 { + bottom: 91.666667% !important; + } + + .xl\:left-11\/12 { + left: 91.666667% !important; + } + + .xl\:top-1\/16 { + top: 6.25% !important; + } + + .xl\:right-1\/16 { + right: 6.25% !important; + } + + .xl\:bottom-1\/16 { + bottom: 6.25% !important; + } + + .xl\:left-1\/16 { + left: 6.25% !important; + } + + .xl\:top-2\/16 { + top: 12.5% !important; + } + + .xl\:right-2\/16 { + right: 12.5% !important; + } + + .xl\:bottom-2\/16 { + bottom: 12.5% !important; + } + + .xl\:left-2\/16 { + left: 12.5% !important; + } + + .xl\:top-3\/16 { + top: 18.75% !important; + } + + .xl\:right-3\/16 { + right: 18.75% !important; + } + + .xl\:bottom-3\/16 { + bottom: 18.75% !important; + } + + .xl\:left-3\/16 { + left: 18.75% !important; + } + + .xl\:top-4\/16 { + top: 25% !important; + } + + .xl\:right-4\/16 { + right: 25% !important; + } + + .xl\:bottom-4\/16 { + bottom: 25% !important; + } + + .xl\:left-4\/16 { + left: 25% !important; + } + + .xl\:top-5\/16 { + top: 31.25% !important; + } + + .xl\:right-5\/16 { + right: 31.25% !important; + } + + .xl\:bottom-5\/16 { + bottom: 31.25% !important; + } + + .xl\:left-5\/16 { + left: 31.25% !important; + } + + .xl\:top-6\/16 { + top: 37.5% !important; + } + + .xl\:right-6\/16 { + right: 37.5% !important; + } + + .xl\:bottom-6\/16 { + bottom: 37.5% !important; + } + + .xl\:left-6\/16 { + left: 37.5% !important; + } + + .xl\:top-7\/16 { + top: 43.75% !important; + } + + .xl\:right-7\/16 { + right: 43.75% !important; + } + + .xl\:bottom-7\/16 { + bottom: 43.75% !important; + } + + .xl\:left-7\/16 { + left: 43.75% !important; + } + + .xl\:top-8\/16 { + top: 50% !important; + } + + .xl\:right-8\/16 { + right: 50% !important; + } + + .xl\:bottom-8\/16 { + bottom: 50% !important; + } + + .xl\:left-8\/16 { + left: 50% !important; + } + + .xl\:top-9\/16 { + top: 56.25% !important; + } + + .xl\:right-9\/16 { + right: 56.25% !important; + } + + .xl\:bottom-9\/16 { + bottom: 56.25% !important; + } + + .xl\:left-9\/16 { + left: 56.25% !important; + } + + .xl\:top-10\/16 { + top: 62.5% !important; + } + + .xl\:right-10\/16 { + right: 62.5% !important; + } + + .xl\:bottom-10\/16 { + bottom: 62.5% !important; + } + + .xl\:left-10\/16 { + left: 62.5% !important; + } + + .xl\:top-11\/16 { + top: 68.75% !important; + } + + .xl\:right-11\/16 { + right: 68.75% !important; + } + + .xl\:bottom-11\/16 { + bottom: 68.75% !important; + } + + .xl\:left-11\/16 { + left: 68.75% !important; + } + + .xl\:top-12\/16 { + top: 75% !important; + } + + .xl\:right-12\/16 { + right: 75% !important; + } + + .xl\:bottom-12\/16 { + bottom: 75% !important; + } + + .xl\:left-12\/16 { + left: 75% !important; + } + + .xl\:top-13\/16 { + top: 81.25% !important; + } + + .xl\:right-13\/16 { + right: 81.25% !important; + } + + .xl\:bottom-13\/16 { + bottom: 81.25% !important; + } + + .xl\:left-13\/16 { + left: 81.25% !important; + } + + .xl\:top-14\/16 { + top: 87.5% !important; + } + + .xl\:right-14\/16 { + right: 87.5% !important; + } + + .xl\:bottom-14\/16 { + bottom: 87.5% !important; + } + + .xl\:left-14\/16 { + left: 87.5% !important; + } + + .xl\:top-15\/16 { + top: 93.75% !important; + } + + .xl\:right-15\/16 { + right: 93.75% !important; + } + + .xl\:bottom-15\/16 { + bottom: 93.75% !important; + } + + .xl\:left-15\/16 { + left: 93.75% !important; + } + + .xl\:top-full { + top: 100% !important; + } + + .xl\:right-full { + right: 100% !important; + } + + .xl\:bottom-full { + bottom: 100% !important; + } + + .xl\:left-full { + left: 100% !important; + } + + .xl\:-top-1 { + top: -0.25rem !important; + } + + .xl\:-right-1 { + right: -0.25rem !important; + } + + .xl\:-bottom-1 { + bottom: -0.25rem !important; + } + + .xl\:-left-1 { + left: -0.25rem !important; + } + + .xl\:-top-2 { + top: -0.5rem !important; + } + + .xl\:-right-2 { + right: -0.5rem !important; + } + + .xl\:-bottom-2 { + bottom: -0.5rem !important; + } + + .xl\:-left-2 { + left: -0.5rem !important; + } + + .xl\:-top-3 { + top: -0.75rem !important; + } + + .xl\:-right-3 { + right: -0.75rem !important; + } + + .xl\:-bottom-3 { + bottom: -0.75rem !important; + } + + .xl\:-left-3 { + left: -0.75rem !important; + } + + .xl\:-top-4 { + top: -1rem !important; + } + + .xl\:-right-4 { + right: -1rem !important; + } + + .xl\:-bottom-4 { + bottom: -1rem !important; + } + + .xl\:-left-4 { + left: -1rem !important; + } + + .xl\:-top-5 { + top: -1.25rem !important; + } + + .xl\:-right-5 { + right: -1.25rem !important; + } + + .xl\:-bottom-5 { + bottom: -1.25rem !important; + } + + .xl\:-left-5 { + left: -1.25rem !important; + } + + .xl\:-top-6 { + top: -1.5rem !important; + } + + .xl\:-right-6 { + right: -1.5rem !important; + } + + .xl\:-bottom-6 { + bottom: -1.5rem !important; + } + + .xl\:-left-6 { + left: -1.5rem !important; + } + + .xl\:-top-7 { + top: -1.75rem !important; + } + + .xl\:-right-7 { + right: -1.75rem !important; + } + + .xl\:-bottom-7 { + bottom: -1.75rem !important; + } + + .xl\:-left-7 { + left: -1.75rem !important; + } + + .xl\:-top-8 { + top: -2rem !important; + } + + .xl\:-right-8 { + right: -2rem !important; + } + + .xl\:-bottom-8 { + bottom: -2rem !important; + } + + .xl\:-left-8 { + left: -2rem !important; + } + + .xl\:-top-9 { + top: -2.25rem !important; + } + + .xl\:-right-9 { + right: -2.25rem !important; + } + + .xl\:-bottom-9 { + bottom: -2.25rem !important; + } + + .xl\:-left-9 { + left: -2.25rem !important; + } + + .xl\:-top-10 { + top: -2.5rem !important; + } + + .xl\:-right-10 { + right: -2.5rem !important; + } + + .xl\:-bottom-10 { + bottom: -2.5rem !important; + } + + .xl\:-left-10 { + left: -2.5rem !important; + } + + .xl\:-top-11 { + top: -2.75rem !important; + } + + .xl\:-right-11 { + right: -2.75rem !important; + } + + .xl\:-bottom-11 { + bottom: -2.75rem !important; + } + + .xl\:-left-11 { + left: -2.75rem !important; + } + + .xl\:-top-12 { + top: -3rem !important; + } + + .xl\:-right-12 { + right: -3rem !important; + } + + .xl\:-bottom-12 { + bottom: -3rem !important; + } + + .xl\:-left-12 { + left: -3rem !important; + } + + .xl\:-top-13 { + top: -3.25rem !important; + } + + .xl\:-right-13 { + right: -3.25rem !important; + } + + .xl\:-bottom-13 { + bottom: -3.25rem !important; + } + + .xl\:-left-13 { + left: -3.25rem !important; + } + + .xl\:-top-14 { + top: -3.5rem !important; + } + + .xl\:-right-14 { + right: -3.5rem !important; + } + + .xl\:-bottom-14 { + bottom: -3.5rem !important; + } + + .xl\:-left-14 { + left: -3.5rem !important; + } + + .xl\:-top-15 { + top: -3.75rem !important; + } + + .xl\:-right-15 { + right: -3.75rem !important; + } + + .xl\:-bottom-15 { + bottom: -3.75rem !important; + } + + .xl\:-left-15 { + left: -3.75rem !important; + } + + .xl\:-top-16 { + top: -4rem !important; + } + + .xl\:-right-16 { + right: -4rem !important; + } + + .xl\:-bottom-16 { + bottom: -4rem !important; + } + + .xl\:-left-16 { + left: -4rem !important; + } + + .xl\:-top-20 { + top: -5rem !important; + } + + .xl\:-right-20 { + right: -5rem !important; + } + + .xl\:-bottom-20 { + bottom: -5rem !important; + } + + .xl\:-left-20 { + left: -5rem !important; + } + + .xl\:-top-24 { + top: -6rem !important; + } + + .xl\:-right-24 { + right: -6rem !important; + } + + .xl\:-bottom-24 { + bottom: -6rem !important; + } + + .xl\:-left-24 { + left: -6rem !important; + } + + .xl\:-top-28 { + top: -7rem !important; + } + + .xl\:-right-28 { + right: -7rem !important; + } + + .xl\:-bottom-28 { + bottom: -7rem !important; + } + + .xl\:-left-28 { + left: -7rem !important; + } + + .xl\:-top-32 { + top: -8rem !important; + } + + .xl\:-right-32 { + right: -8rem !important; + } + + .xl\:-bottom-32 { + bottom: -8rem !important; + } + + .xl\:-left-32 { + left: -8rem !important; + } + + .xl\:-top-36 { + top: -9rem !important; + } + + .xl\:-right-36 { + right: -9rem !important; + } + + .xl\:-bottom-36 { + bottom: -9rem !important; + } + + .xl\:-left-36 { + left: -9rem !important; + } + + .xl\:-top-40 { + top: -10rem !important; + } + + .xl\:-right-40 { + right: -10rem !important; + } + + .xl\:-bottom-40 { + bottom: -10rem !important; + } + + .xl\:-left-40 { + left: -10rem !important; + } + + .xl\:-top-44 { + top: -11rem !important; + } + + .xl\:-right-44 { + right: -11rem !important; + } + + .xl\:-bottom-44 { + bottom: -11rem !important; + } + + .xl\:-left-44 { + left: -11rem !important; + } + + .xl\:-top-48 { + top: -12rem !important; + } + + .xl\:-right-48 { + right: -12rem !important; + } + + .xl\:-bottom-48 { + bottom: -12rem !important; + } + + .xl\:-left-48 { + left: -12rem !important; + } + + .xl\:-top-52 { + top: -13rem !important; + } + + .xl\:-right-52 { + right: -13rem !important; + } + + .xl\:-bottom-52 { + bottom: -13rem !important; + } + + .xl\:-left-52 { + left: -13rem !important; + } + + .xl\:-top-56 { + top: -14rem !important; + } + + .xl\:-right-56 { + right: -14rem !important; + } + + .xl\:-bottom-56 { + bottom: -14rem !important; + } + + .xl\:-left-56 { + left: -14rem !important; + } + + .xl\:-top-60 { + top: -15rem !important; + } + + .xl\:-right-60 { + right: -15rem !important; + } + + .xl\:-bottom-60 { + bottom: -15rem !important; + } + + .xl\:-left-60 { + left: -15rem !important; + } + + .xl\:-top-64 { + top: -16rem !important; + } + + .xl\:-right-64 { + right: -16rem !important; + } + + .xl\:-bottom-64 { + bottom: -16rem !important; + } + + .xl\:-left-64 { + left: -16rem !important; + } + + .xl\:-top-72 { + top: -18rem !important; + } + + .xl\:-right-72 { + right: -18rem !important; + } + + .xl\:-bottom-72 { + bottom: -18rem !important; + } + + .xl\:-left-72 { + left: -18rem !important; + } + + .xl\:-top-80 { + top: -20rem !important; + } + + .xl\:-right-80 { + right: -20rem !important; + } + + .xl\:-bottom-80 { + bottom: -20rem !important; + } + + .xl\:-left-80 { + left: -20rem !important; + } + + .xl\:-top-96 { + top: -24rem !important; + } + + .xl\:-right-96 { + right: -24rem !important; + } + + .xl\:-bottom-96 { + bottom: -24rem !important; + } + + .xl\:-left-96 { + left: -24rem !important; + } + + .xl\:-top-px { + top: -1px !important; + } + + .xl\:-right-px { + right: -1px !important; + } + + .xl\:-bottom-px { + bottom: -1px !important; + } + + .xl\:-left-px { + left: -1px !important; + } + + .xl\:-top-0\.5 { + top: -0.125rem !important; + } + + .xl\:-right-0\.5 { + right: -0.125rem !important; + } + + .xl\:-bottom-0\.5 { + bottom: -0.125rem !important; + } + + .xl\:-left-0\.5 { + left: -0.125rem !important; + } + + .xl\:-top-1\.5 { + top: -0.375rem !important; + } + + .xl\:-right-1\.5 { + right: -0.375rem !important; + } + + .xl\:-bottom-1\.5 { + bottom: -0.375rem !important; + } + + .xl\:-left-1\.5 { + left: -0.375rem !important; + } + + .xl\:-top-2\.5 { + top: -0.625rem !important; + } + + .xl\:-right-2\.5 { + right: -0.625rem !important; + } + + .xl\:-bottom-2\.5 { + bottom: -0.625rem !important; + } + + .xl\:-left-2\.5 { + left: -0.625rem !important; + } + + .xl\:-top-3\.5 { + top: -0.875rem !important; + } + + .xl\:-right-3\.5 { + right: -0.875rem !important; + } + + .xl\:-bottom-3\.5 { + bottom: -0.875rem !important; + } + + .xl\:-left-3\.5 { + left: -0.875rem !important; + } + + .xl\:-top-1\/2 { + top: -50% !important; + } + + .xl\:-right-1\/2 { + right: -50% !important; + } + + .xl\:-bottom-1\/2 { + bottom: -50% !important; + } + + .xl\:-left-1\/2 { + left: -50% !important; + } + + .xl\:-top-1\/3 { + top: -33.33333% !important; + } + + .xl\:-right-1\/3 { + right: -33.33333% !important; + } + + .xl\:-bottom-1\/3 { + bottom: -33.33333% !important; + } + + .xl\:-left-1\/3 { + left: -33.33333% !important; + } + + .xl\:-top-2\/3 { + top: -66.66667% !important; + } + + .xl\:-right-2\/3 { + right: -66.66667% !important; + } + + .xl\:-bottom-2\/3 { + bottom: -66.66667% !important; + } + + .xl\:-left-2\/3 { + left: -66.66667% !important; + } + + .xl\:-top-1\/4 { + top: -25% !important; + } + + .xl\:-right-1\/4 { + right: -25% !important; + } + + .xl\:-bottom-1\/4 { + bottom: -25% !important; + } + + .xl\:-left-1\/4 { + left: -25% !important; + } + + .xl\:-top-2\/4 { + top: -50% !important; + } + + .xl\:-right-2\/4 { + right: -50% !important; + } + + .xl\:-bottom-2\/4 { + bottom: -50% !important; + } + + .xl\:-left-2\/4 { + left: -50% !important; + } + + .xl\:-top-3\/4 { + top: -75% !important; + } + + .xl\:-right-3\/4 { + right: -75% !important; + } + + .xl\:-bottom-3\/4 { + bottom: -75% !important; + } + + .xl\:-left-3\/4 { + left: -75% !important; + } + + .xl\:-top-1\/5 { + top: -20% !important; + } + + .xl\:-right-1\/5 { + right: -20% !important; + } + + .xl\:-bottom-1\/5 { + bottom: -20% !important; + } + + .xl\:-left-1\/5 { + left: -20% !important; + } + + .xl\:-top-2\/5 { + top: -40% !important; + } + + .xl\:-right-2\/5 { + right: -40% !important; + } + + .xl\:-bottom-2\/5 { + bottom: -40% !important; + } + + .xl\:-left-2\/5 { + left: -40% !important; + } + + .xl\:-top-3\/5 { + top: -60% !important; + } + + .xl\:-right-3\/5 { + right: -60% !important; + } + + .xl\:-bottom-3\/5 { + bottom: -60% !important; + } + + .xl\:-left-3\/5 { + left: -60% !important; + } + + .xl\:-top-4\/5 { + top: -80% !important; + } + + .xl\:-right-4\/5 { + right: -80% !important; + } + + .xl\:-bottom-4\/5 { + bottom: -80% !important; + } + + .xl\:-left-4\/5 { + left: -80% !important; + } + + .xl\:-top-1\/6 { + top: -16.66667% !important; + } + + .xl\:-right-1\/6 { + right: -16.66667% !important; + } + + .xl\:-bottom-1\/6 { + bottom: -16.66667% !important; + } + + .xl\:-left-1\/6 { + left: -16.66667% !important; + } + + .xl\:-top-2\/6 { + top: -33.33333% !important; + } + + .xl\:-right-2\/6 { + right: -33.33333% !important; + } + + .xl\:-bottom-2\/6 { + bottom: -33.33333% !important; + } + + .xl\:-left-2\/6 { + left: -33.33333% !important; + } + + .xl\:-top-3\/6 { + top: -50% !important; + } + + .xl\:-right-3\/6 { + right: -50% !important; + } + + .xl\:-bottom-3\/6 { + bottom: -50% !important; + } + + .xl\:-left-3\/6 { + left: -50% !important; + } + + .xl\:-top-4\/6 { + top: -66.66667% !important; + } + + .xl\:-right-4\/6 { + right: -66.66667% !important; + } + + .xl\:-bottom-4\/6 { + bottom: -66.66667% !important; + } + + .xl\:-left-4\/6 { + left: -66.66667% !important; + } + + .xl\:-top-5\/6 { + top: -83.33333% !important; + } + + .xl\:-right-5\/6 { + right: -83.33333% !important; + } + + .xl\:-bottom-5\/6 { + bottom: -83.33333% !important; + } + + .xl\:-left-5\/6 { + left: -83.33333% !important; + } + + .xl\:-top-1\/12 { + top: -8.33333% !important; + } + + .xl\:-right-1\/12 { + right: -8.33333% !important; + } + + .xl\:-bottom-1\/12 { + bottom: -8.33333% !important; + } + + .xl\:-left-1\/12 { + left: -8.33333% !important; + } + + .xl\:-top-2\/12 { + top: -16.66667% !important; + } + + .xl\:-right-2\/12 { + right: -16.66667% !important; + } + + .xl\:-bottom-2\/12 { + bottom: -16.66667% !important; + } + + .xl\:-left-2\/12 { + left: -16.66667% !important; + } + + .xl\:-top-3\/12 { + top: -25% !important; + } + + .xl\:-right-3\/12 { + right: -25% !important; + } + + .xl\:-bottom-3\/12 { + bottom: -25% !important; + } + + .xl\:-left-3\/12 { + left: -25% !important; + } + + .xl\:-top-4\/12 { + top: -33.33333% !important; + } + + .xl\:-right-4\/12 { + right: -33.33333% !important; + } + + .xl\:-bottom-4\/12 { + bottom: -33.33333% !important; + } + + .xl\:-left-4\/12 { + left: -33.33333% !important; + } + + .xl\:-top-5\/12 { + top: -41.66667% !important; + } + + .xl\:-right-5\/12 { + right: -41.66667% !important; + } + + .xl\:-bottom-5\/12 { + bottom: -41.66667% !important; + } + + .xl\:-left-5\/12 { + left: -41.66667% !important; + } + + .xl\:-top-6\/12 { + top: -50% !important; + } + + .xl\:-right-6\/12 { + right: -50% !important; + } + + .xl\:-bottom-6\/12 { + bottom: -50% !important; + } + + .xl\:-left-6\/12 { + left: -50% !important; + } + + .xl\:-top-7\/12 { + top: -58.33333% !important; + } + + .xl\:-right-7\/12 { + right: -58.33333% !important; + } + + .xl\:-bottom-7\/12 { + bottom: -58.33333% !important; + } + + .xl\:-left-7\/12 { + left: -58.33333% !important; + } + + .xl\:-top-8\/12 { + top: -66.66667% !important; + } + + .xl\:-right-8\/12 { + right: -66.66667% !important; + } + + .xl\:-bottom-8\/12 { + bottom: -66.66667% !important; + } + + .xl\:-left-8\/12 { + left: -66.66667% !important; + } + + .xl\:-top-9\/12 { + top: -75% !important; + } + + .xl\:-right-9\/12 { + right: -75% !important; + } + + .xl\:-bottom-9\/12 { + bottom: -75% !important; + } + + .xl\:-left-9\/12 { + left: -75% !important; + } + + .xl\:-top-10\/12 { + top: -83.33333% !important; + } + + .xl\:-right-10\/12 { + right: -83.33333% !important; + } + + .xl\:-bottom-10\/12 { + bottom: -83.33333% !important; + } + + .xl\:-left-10\/12 { + left: -83.33333% !important; + } + + .xl\:-top-11\/12 { + top: -91.66667% !important; + } + + .xl\:-right-11\/12 { + right: -91.66667% !important; + } + + .xl\:-bottom-11\/12 { + bottom: -91.66667% !important; + } + + .xl\:-left-11\/12 { + left: -91.66667% !important; + } + + .xl\:-top-1\/16 { + top: -6.25% !important; + } + + .xl\:-right-1\/16 { + right: -6.25% !important; + } + + .xl\:-bottom-1\/16 { + bottom: -6.25% !important; + } + + .xl\:-left-1\/16 { + left: -6.25% !important; + } + + .xl\:-top-2\/16 { + top: -12.5% !important; + } + + .xl\:-right-2\/16 { + right: -12.5% !important; + } + + .xl\:-bottom-2\/16 { + bottom: -12.5% !important; + } + + .xl\:-left-2\/16 { + left: -12.5% !important; + } + + .xl\:-top-3\/16 { + top: -18.75% !important; + } + + .xl\:-right-3\/16 { + right: -18.75% !important; + } + + .xl\:-bottom-3\/16 { + bottom: -18.75% !important; + } + + .xl\:-left-3\/16 { + left: -18.75% !important; + } + + .xl\:-top-4\/16 { + top: -25% !important; + } + + .xl\:-right-4\/16 { + right: -25% !important; + } + + .xl\:-bottom-4\/16 { + bottom: -25% !important; + } + + .xl\:-left-4\/16 { + left: -25% !important; + } + + .xl\:-top-5\/16 { + top: -31.25% !important; + } + + .xl\:-right-5\/16 { + right: -31.25% !important; + } + + .xl\:-bottom-5\/16 { + bottom: -31.25% !important; + } + + .xl\:-left-5\/16 { + left: -31.25% !important; + } + + .xl\:-top-6\/16 { + top: -37.5% !important; + } + + .xl\:-right-6\/16 { + right: -37.5% !important; + } + + .xl\:-bottom-6\/16 { + bottom: -37.5% !important; + } + + .xl\:-left-6\/16 { + left: -37.5% !important; + } + + .xl\:-top-7\/16 { + top: -43.75% !important; + } + + .xl\:-right-7\/16 { + right: -43.75% !important; + } + + .xl\:-bottom-7\/16 { + bottom: -43.75% !important; + } + + .xl\:-left-7\/16 { + left: -43.75% !important; + } + + .xl\:-top-8\/16 { + top: -50% !important; + } + + .xl\:-right-8\/16 { + right: -50% !important; + } + + .xl\:-bottom-8\/16 { + bottom: -50% !important; + } + + .xl\:-left-8\/16 { + left: -50% !important; + } + + .xl\:-top-9\/16 { + top: -56.25% !important; + } + + .xl\:-right-9\/16 { + right: -56.25% !important; + } + + .xl\:-bottom-9\/16 { + bottom: -56.25% !important; + } + + .xl\:-left-9\/16 { + left: -56.25% !important; + } + + .xl\:-top-10\/16 { + top: -62.5% !important; + } + + .xl\:-right-10\/16 { + right: -62.5% !important; + } + + .xl\:-bottom-10\/16 { + bottom: -62.5% !important; + } + + .xl\:-left-10\/16 { + left: -62.5% !important; + } + + .xl\:-top-11\/16 { + top: -68.75% !important; + } + + .xl\:-right-11\/16 { + right: -68.75% !important; + } + + .xl\:-bottom-11\/16 { + bottom: -68.75% !important; + } + + .xl\:-left-11\/16 { + left: -68.75% !important; + } + + .xl\:-top-12\/16 { + top: -75% !important; + } + + .xl\:-right-12\/16 { + right: -75% !important; + } + + .xl\:-bottom-12\/16 { + bottom: -75% !important; + } + + .xl\:-left-12\/16 { + left: -75% !important; + } + + .xl\:-top-13\/16 { + top: -81.25% !important; + } + + .xl\:-right-13\/16 { + right: -81.25% !important; + } + + .xl\:-bottom-13\/16 { + bottom: -81.25% !important; + } + + .xl\:-left-13\/16 { + left: -81.25% !important; + } + + .xl\:-top-14\/16 { + top: -87.5% !important; + } + + .xl\:-right-14\/16 { + right: -87.5% !important; + } + + .xl\:-bottom-14\/16 { + bottom: -87.5% !important; + } + + .xl\:-left-14\/16 { + left: -87.5% !important; + } + + .xl\:-top-15\/16 { + top: -93.75% !important; + } + + .xl\:-right-15\/16 { + right: -93.75% !important; + } + + .xl\:-bottom-15\/16 { + bottom: -93.75% !important; + } + + .xl\:-left-15\/16 { + left: -93.75% !important; + } + + .xl\:-top-full { + top: -100% !important; + } + + .xl\:-right-full { + right: -100% !important; + } + + .xl\:-bottom-full { + bottom: -100% !important; + } + + .xl\:-left-full { + left: -100% !important; + } + .xl\:resize-none { resize: none !important; } @@ -132118,18 +210406,42 @@ video { width: 1.5rem !important; } + .xl\:w-7 { + width: 1.75rem !important; + } + .xl\:w-8 { width: 2rem !important; } + .xl\:w-9 { + width: 2.25rem !important; + } + .xl\:w-10 { width: 2.5rem !important; } + .xl\:w-11 { + width: 2.75rem !important; + } + .xl\:w-12 { width: 3rem !important; } + .xl\:w-13 { + width: 3.25rem !important; + } + + .xl\:w-14 { + width: 3.5rem !important; + } + + .xl\:w-15 { + width: 3.75rem !important; + } + .xl\:w-16 { width: 4rem !important; } @@ -132142,26 +210454,58 @@ video { width: 6rem !important; } + .xl\:w-28 { + width: 7rem !important; + } + .xl\:w-32 { width: 8rem !important; } + .xl\:w-36 { + width: 9rem !important; + } + .xl\:w-40 { width: 10rem !important; } + .xl\:w-44 { + width: 11rem !important; + } + .xl\:w-48 { width: 12rem !important; } + .xl\:w-52 { + width: 13rem !important; + } + .xl\:w-56 { width: 14rem !important; } + .xl\:w-60 { + width: 15rem !important; + } + .xl\:w-64 { width: 16rem !important; } + .xl\:w-72 { + width: 18rem !important; + } + + .xl\:w-80 { + width: 20rem !important; + } + + .xl\:w-96 { + width: 24rem !important; + } + .xl\:w-auto { width: auto !important; } @@ -132170,6 +210514,22 @@ video { width: 1px !important; } + .xl\:w-0\.5 { + width: 0.125rem !important; + } + + .xl\:w-1\.5 { + width: 0.375rem !important; + } + + .xl\:w-2\.5 { + width: 0.625rem !important; + } + + .xl\:w-3\.5 { + width: 0.875rem !important; + } + .xl\:w-1\/2 { width: 50% !important; } @@ -132274,6 +210634,66 @@ video { width: 91.666667% !important; } + .xl\:w-1\/16 { + width: 6.25% !important; + } + + .xl\:w-2\/16 { + width: 12.5% !important; + } + + .xl\:w-3\/16 { + width: 18.75% !important; + } + + .xl\:w-4\/16 { + width: 25% !important; + } + + .xl\:w-5\/16 { + width: 31.25% !important; + } + + .xl\:w-6\/16 { + width: 37.5% !important; + } + + .xl\:w-7\/16 { + width: 43.75% !important; + } + + .xl\:w-8\/16 { + width: 50% !important; + } + + .xl\:w-9\/16 { + width: 56.25% !important; + } + + .xl\:w-10\/16 { + width: 62.5% !important; + } + + .xl\:w-11\/16 { + width: 68.75% !important; + } + + .xl\:w-12\/16 { + width: 75% !important; + } + + .xl\:w-13\/16 { + width: 81.25% !important; + } + + .xl\:w-14\/16 { + width: 87.5% !important; + } + + .xl\:w-15\/16 { + width: 93.75% !important; + } + .xl\:w-full { width: 100% !important; } @@ -132282,6 +210702,14 @@ video { width: 100vw !important; } + .xl\:w-min { + width: min-content !important; + } + + .xl\:w-max { + width: max-content !important; + } + .xl\:z-0 { z-index: 0 !important; } @@ -132345,21 +210773,51 @@ video { gap: 1.5rem !important; } + .xl\:gap-7 { + grid-gap: 1.75rem !important; + gap: 1.75rem !important; + } + .xl\:gap-8 { grid-gap: 2rem !important; gap: 2rem !important; } + .xl\:gap-9 { + grid-gap: 2.25rem !important; + gap: 2.25rem !important; + } + .xl\:gap-10 { grid-gap: 2.5rem !important; gap: 2.5rem !important; } + .xl\:gap-11 { + grid-gap: 2.75rem !important; + gap: 2.75rem !important; + } + .xl\:gap-12 { grid-gap: 3rem !important; gap: 3rem !important; } + .xl\:gap-13 { + grid-gap: 3.25rem !important; + gap: 3.25rem !important; + } + + .xl\:gap-14 { + grid-gap: 3.5rem !important; + gap: 3.5rem !important; + } + + .xl\:gap-15 { + grid-gap: 3.75rem !important; + gap: 3.75rem !important; + } + .xl\:gap-16 { grid-gap: 4rem !important; gap: 4rem !important; @@ -132375,36 +210833,306 @@ video { gap: 6rem !important; } + .xl\:gap-28 { + grid-gap: 7rem !important; + gap: 7rem !important; + } + .xl\:gap-32 { grid-gap: 8rem !important; gap: 8rem !important; } + .xl\:gap-36 { + grid-gap: 9rem !important; + gap: 9rem !important; + } + .xl\:gap-40 { grid-gap: 10rem !important; gap: 10rem !important; } + .xl\:gap-44 { + grid-gap: 11rem !important; + gap: 11rem !important; + } + .xl\:gap-48 { grid-gap: 12rem !important; gap: 12rem !important; } + .xl\:gap-52 { + grid-gap: 13rem !important; + gap: 13rem !important; + } + .xl\:gap-56 { grid-gap: 14rem !important; gap: 14rem !important; } + .xl\:gap-60 { + grid-gap: 15rem !important; + gap: 15rem !important; + } + .xl\:gap-64 { grid-gap: 16rem !important; gap: 16rem !important; } + .xl\:gap-72 { + grid-gap: 18rem !important; + gap: 18rem !important; + } + + .xl\:gap-80 { + grid-gap: 20rem !important; + gap: 20rem !important; + } + + .xl\:gap-96 { + grid-gap: 24rem !important; + gap: 24rem !important; + } + .xl\:gap-px { grid-gap: 1px !important; gap: 1px !important; } + .xl\:gap-0\.5 { + grid-gap: 0.125rem !important; + gap: 0.125rem !important; + } + + .xl\:gap-1\.5 { + grid-gap: 0.375rem !important; + gap: 0.375rem !important; + } + + .xl\:gap-2\.5 { + grid-gap: 0.625rem !important; + gap: 0.625rem !important; + } + + .xl\:gap-3\.5 { + grid-gap: 0.875rem !important; + gap: 0.875rem !important; + } + + .xl\:gap-1\/2 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .xl\:gap-1\/3 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .xl\:gap-2\/3 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .xl\:gap-1\/4 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .xl\:gap-2\/4 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .xl\:gap-3\/4 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .xl\:gap-1\/5 { + grid-gap: 20% !important; + gap: 20% !important; + } + + .xl\:gap-2\/5 { + grid-gap: 40% !important; + gap: 40% !important; + } + + .xl\:gap-3\/5 { + grid-gap: 60% !important; + gap: 60% !important; + } + + .xl\:gap-4\/5 { + grid-gap: 80% !important; + gap: 80% !important; + } + + .xl\:gap-1\/6 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .xl\:gap-2\/6 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .xl\:gap-3\/6 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .xl\:gap-4\/6 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .xl\:gap-5\/6 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .xl\:gap-1\/12 { + grid-gap: 8.333333% !important; + gap: 8.333333% !important; + } + + .xl\:gap-2\/12 { + grid-gap: 16.666667% !important; + gap: 16.666667% !important; + } + + .xl\:gap-3\/12 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .xl\:gap-4\/12 { + grid-gap: 33.333333% !important; + gap: 33.333333% !important; + } + + .xl\:gap-5\/12 { + grid-gap: 41.666667% !important; + gap: 41.666667% !important; + } + + .xl\:gap-6\/12 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .xl\:gap-7\/12 { + grid-gap: 58.333333% !important; + gap: 58.333333% !important; + } + + .xl\:gap-8\/12 { + grid-gap: 66.666667% !important; + gap: 66.666667% !important; + } + + .xl\:gap-9\/12 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .xl\:gap-10\/12 { + grid-gap: 83.333333% !important; + gap: 83.333333% !important; + } + + .xl\:gap-11\/12 { + grid-gap: 91.666667% !important; + gap: 91.666667% !important; + } + + .xl\:gap-1\/16 { + grid-gap: 6.25% !important; + gap: 6.25% !important; + } + + .xl\:gap-2\/16 { + grid-gap: 12.5% !important; + gap: 12.5% !important; + } + + .xl\:gap-3\/16 { + grid-gap: 18.75% !important; + gap: 18.75% !important; + } + + .xl\:gap-4\/16 { + grid-gap: 25% !important; + gap: 25% !important; + } + + .xl\:gap-5\/16 { + grid-gap: 31.25% !important; + gap: 31.25% !important; + } + + .xl\:gap-6\/16 { + grid-gap: 37.5% !important; + gap: 37.5% !important; + } + + .xl\:gap-7\/16 { + grid-gap: 43.75% !important; + gap: 43.75% !important; + } + + .xl\:gap-8\/16 { + grid-gap: 50% !important; + gap: 50% !important; + } + + .xl\:gap-9\/16 { + grid-gap: 56.25% !important; + gap: 56.25% !important; + } + + .xl\:gap-10\/16 { + grid-gap: 62.5% !important; + gap: 62.5% !important; + } + + .xl\:gap-11\/16 { + grid-gap: 68.75% !important; + gap: 68.75% !important; + } + + .xl\:gap-12\/16 { + grid-gap: 75% !important; + gap: 75% !important; + } + + .xl\:gap-13\/16 { + grid-gap: 81.25% !important; + gap: 81.25% !important; + } + + .xl\:gap-14\/16 { + grid-gap: 87.5% !important; + gap: 87.5% !important; + } + + .xl\:gap-15\/16 { + grid-gap: 93.75% !important; + gap: 93.75% !important; + } + + .xl\:gap-full { + grid-gap: 100% !important; + gap: 100% !important; + } + .xl\:gap-x-0 { grid-column-gap: 0 !important; column-gap: 0 !important; @@ -132440,21 +211168,51 @@ video { column-gap: 1.5rem !important; } + .xl\:gap-x-7 { + grid-column-gap: 1.75rem !important; + column-gap: 1.75rem !important; + } + .xl\:gap-x-8 { grid-column-gap: 2rem !important; column-gap: 2rem !important; } + .xl\:gap-x-9 { + grid-column-gap: 2.25rem !important; + column-gap: 2.25rem !important; + } + .xl\:gap-x-10 { grid-column-gap: 2.5rem !important; column-gap: 2.5rem !important; } + .xl\:gap-x-11 { + grid-column-gap: 2.75rem !important; + column-gap: 2.75rem !important; + } + .xl\:gap-x-12 { grid-column-gap: 3rem !important; column-gap: 3rem !important; } + .xl\:gap-x-13 { + grid-column-gap: 3.25rem !important; + column-gap: 3.25rem !important; + } + + .xl\:gap-x-14 { + grid-column-gap: 3.5rem !important; + column-gap: 3.5rem !important; + } + + .xl\:gap-x-15 { + grid-column-gap: 3.75rem !important; + column-gap: 3.75rem !important; + } + .xl\:gap-x-16 { grid-column-gap: 4rem !important; column-gap: 4rem !important; @@ -132470,36 +211228,306 @@ video { column-gap: 6rem !important; } + .xl\:gap-x-28 { + grid-column-gap: 7rem !important; + column-gap: 7rem !important; + } + .xl\:gap-x-32 { grid-column-gap: 8rem !important; column-gap: 8rem !important; } + .xl\:gap-x-36 { + grid-column-gap: 9rem !important; + column-gap: 9rem !important; + } + .xl\:gap-x-40 { grid-column-gap: 10rem !important; column-gap: 10rem !important; } + .xl\:gap-x-44 { + grid-column-gap: 11rem !important; + column-gap: 11rem !important; + } + .xl\:gap-x-48 { grid-column-gap: 12rem !important; column-gap: 12rem !important; } + .xl\:gap-x-52 { + grid-column-gap: 13rem !important; + column-gap: 13rem !important; + } + .xl\:gap-x-56 { grid-column-gap: 14rem !important; column-gap: 14rem !important; } + .xl\:gap-x-60 { + grid-column-gap: 15rem !important; + column-gap: 15rem !important; + } + .xl\:gap-x-64 { grid-column-gap: 16rem !important; column-gap: 16rem !important; } + .xl\:gap-x-72 { + grid-column-gap: 18rem !important; + column-gap: 18rem !important; + } + + .xl\:gap-x-80 { + grid-column-gap: 20rem !important; + column-gap: 20rem !important; + } + + .xl\:gap-x-96 { + grid-column-gap: 24rem !important; + column-gap: 24rem !important; + } + .xl\:gap-x-px { grid-column-gap: 1px !important; column-gap: 1px !important; } + .xl\:gap-x-0\.5 { + grid-column-gap: 0.125rem !important; + column-gap: 0.125rem !important; + } + + .xl\:gap-x-1\.5 { + grid-column-gap: 0.375rem !important; + column-gap: 0.375rem !important; + } + + .xl\:gap-x-2\.5 { + grid-column-gap: 0.625rem !important; + column-gap: 0.625rem !important; + } + + .xl\:gap-x-3\.5 { + grid-column-gap: 0.875rem !important; + column-gap: 0.875rem !important; + } + + .xl\:gap-x-1\/2 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .xl\:gap-x-1\/3 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .xl\:gap-x-2\/3 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .xl\:gap-x-1\/4 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .xl\:gap-x-2\/4 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .xl\:gap-x-3\/4 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .xl\:gap-x-1\/5 { + grid-column-gap: 20% !important; + column-gap: 20% !important; + } + + .xl\:gap-x-2\/5 { + grid-column-gap: 40% !important; + column-gap: 40% !important; + } + + .xl\:gap-x-3\/5 { + grid-column-gap: 60% !important; + column-gap: 60% !important; + } + + .xl\:gap-x-4\/5 { + grid-column-gap: 80% !important; + column-gap: 80% !important; + } + + .xl\:gap-x-1\/6 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .xl\:gap-x-2\/6 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .xl\:gap-x-3\/6 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .xl\:gap-x-4\/6 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .xl\:gap-x-5\/6 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .xl\:gap-x-1\/12 { + grid-column-gap: 8.333333% !important; + column-gap: 8.333333% !important; + } + + .xl\:gap-x-2\/12 { + grid-column-gap: 16.666667% !important; + column-gap: 16.666667% !important; + } + + .xl\:gap-x-3\/12 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .xl\:gap-x-4\/12 { + grid-column-gap: 33.333333% !important; + column-gap: 33.333333% !important; + } + + .xl\:gap-x-5\/12 { + grid-column-gap: 41.666667% !important; + column-gap: 41.666667% !important; + } + + .xl\:gap-x-6\/12 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .xl\:gap-x-7\/12 { + grid-column-gap: 58.333333% !important; + column-gap: 58.333333% !important; + } + + .xl\:gap-x-8\/12 { + grid-column-gap: 66.666667% !important; + column-gap: 66.666667% !important; + } + + .xl\:gap-x-9\/12 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .xl\:gap-x-10\/12 { + grid-column-gap: 83.333333% !important; + column-gap: 83.333333% !important; + } + + .xl\:gap-x-11\/12 { + grid-column-gap: 91.666667% !important; + column-gap: 91.666667% !important; + } + + .xl\:gap-x-1\/16 { + grid-column-gap: 6.25% !important; + column-gap: 6.25% !important; + } + + .xl\:gap-x-2\/16 { + grid-column-gap: 12.5% !important; + column-gap: 12.5% !important; + } + + .xl\:gap-x-3\/16 { + grid-column-gap: 18.75% !important; + column-gap: 18.75% !important; + } + + .xl\:gap-x-4\/16 { + grid-column-gap: 25% !important; + column-gap: 25% !important; + } + + .xl\:gap-x-5\/16 { + grid-column-gap: 31.25% !important; + column-gap: 31.25% !important; + } + + .xl\:gap-x-6\/16 { + grid-column-gap: 37.5% !important; + column-gap: 37.5% !important; + } + + .xl\:gap-x-7\/16 { + grid-column-gap: 43.75% !important; + column-gap: 43.75% !important; + } + + .xl\:gap-x-8\/16 { + grid-column-gap: 50% !important; + column-gap: 50% !important; + } + + .xl\:gap-x-9\/16 { + grid-column-gap: 56.25% !important; + column-gap: 56.25% !important; + } + + .xl\:gap-x-10\/16 { + grid-column-gap: 62.5% !important; + column-gap: 62.5% !important; + } + + .xl\:gap-x-11\/16 { + grid-column-gap: 68.75% !important; + column-gap: 68.75% !important; + } + + .xl\:gap-x-12\/16 { + grid-column-gap: 75% !important; + column-gap: 75% !important; + } + + .xl\:gap-x-13\/16 { + grid-column-gap: 81.25% !important; + column-gap: 81.25% !important; + } + + .xl\:gap-x-14\/16 { + grid-column-gap: 87.5% !important; + column-gap: 87.5% !important; + } + + .xl\:gap-x-15\/16 { + grid-column-gap: 93.75% !important; + column-gap: 93.75% !important; + } + + .xl\:gap-x-full { + grid-column-gap: 100% !important; + column-gap: 100% !important; + } + .xl\:gap-y-0 { grid-row-gap: 0 !important; row-gap: 0 !important; @@ -132535,21 +211563,51 @@ video { row-gap: 1.5rem !important; } + .xl\:gap-y-7 { + grid-row-gap: 1.75rem !important; + row-gap: 1.75rem !important; + } + .xl\:gap-y-8 { grid-row-gap: 2rem !important; row-gap: 2rem !important; } + .xl\:gap-y-9 { + grid-row-gap: 2.25rem !important; + row-gap: 2.25rem !important; + } + .xl\:gap-y-10 { grid-row-gap: 2.5rem !important; row-gap: 2.5rem !important; } + .xl\:gap-y-11 { + grid-row-gap: 2.75rem !important; + row-gap: 2.75rem !important; + } + .xl\:gap-y-12 { grid-row-gap: 3rem !important; row-gap: 3rem !important; } + .xl\:gap-y-13 { + grid-row-gap: 3.25rem !important; + row-gap: 3.25rem !important; + } + + .xl\:gap-y-14 { + grid-row-gap: 3.5rem !important; + row-gap: 3.5rem !important; + } + + .xl\:gap-y-15 { + grid-row-gap: 3.75rem !important; + row-gap: 3.75rem !important; + } + .xl\:gap-y-16 { grid-row-gap: 4rem !important; row-gap: 4rem !important; @@ -132565,36 +211623,306 @@ video { row-gap: 6rem !important; } + .xl\:gap-y-28 { + grid-row-gap: 7rem !important; + row-gap: 7rem !important; + } + .xl\:gap-y-32 { grid-row-gap: 8rem !important; row-gap: 8rem !important; } + .xl\:gap-y-36 { + grid-row-gap: 9rem !important; + row-gap: 9rem !important; + } + .xl\:gap-y-40 { grid-row-gap: 10rem !important; row-gap: 10rem !important; } + .xl\:gap-y-44 { + grid-row-gap: 11rem !important; + row-gap: 11rem !important; + } + .xl\:gap-y-48 { grid-row-gap: 12rem !important; row-gap: 12rem !important; } + .xl\:gap-y-52 { + grid-row-gap: 13rem !important; + row-gap: 13rem !important; + } + .xl\:gap-y-56 { grid-row-gap: 14rem !important; row-gap: 14rem !important; } + .xl\:gap-y-60 { + grid-row-gap: 15rem !important; + row-gap: 15rem !important; + } + .xl\:gap-y-64 { grid-row-gap: 16rem !important; row-gap: 16rem !important; } + .xl\:gap-y-72 { + grid-row-gap: 18rem !important; + row-gap: 18rem !important; + } + + .xl\:gap-y-80 { + grid-row-gap: 20rem !important; + row-gap: 20rem !important; + } + + .xl\:gap-y-96 { + grid-row-gap: 24rem !important; + row-gap: 24rem !important; + } + .xl\:gap-y-px { grid-row-gap: 1px !important; row-gap: 1px !important; } + .xl\:gap-y-0\.5 { + grid-row-gap: 0.125rem !important; + row-gap: 0.125rem !important; + } + + .xl\:gap-y-1\.5 { + grid-row-gap: 0.375rem !important; + row-gap: 0.375rem !important; + } + + .xl\:gap-y-2\.5 { + grid-row-gap: 0.625rem !important; + row-gap: 0.625rem !important; + } + + .xl\:gap-y-3\.5 { + grid-row-gap: 0.875rem !important; + row-gap: 0.875rem !important; + } + + .xl\:gap-y-1\/2 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .xl\:gap-y-1\/3 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .xl\:gap-y-2\/3 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .xl\:gap-y-1\/4 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .xl\:gap-y-2\/4 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .xl\:gap-y-3\/4 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .xl\:gap-y-1\/5 { + grid-row-gap: 20% !important; + row-gap: 20% !important; + } + + .xl\:gap-y-2\/5 { + grid-row-gap: 40% !important; + row-gap: 40% !important; + } + + .xl\:gap-y-3\/5 { + grid-row-gap: 60% !important; + row-gap: 60% !important; + } + + .xl\:gap-y-4\/5 { + grid-row-gap: 80% !important; + row-gap: 80% !important; + } + + .xl\:gap-y-1\/6 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .xl\:gap-y-2\/6 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .xl\:gap-y-3\/6 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .xl\:gap-y-4\/6 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .xl\:gap-y-5\/6 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .xl\:gap-y-1\/12 { + grid-row-gap: 8.333333% !important; + row-gap: 8.333333% !important; + } + + .xl\:gap-y-2\/12 { + grid-row-gap: 16.666667% !important; + row-gap: 16.666667% !important; + } + + .xl\:gap-y-3\/12 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .xl\:gap-y-4\/12 { + grid-row-gap: 33.333333% !important; + row-gap: 33.333333% !important; + } + + .xl\:gap-y-5\/12 { + grid-row-gap: 41.666667% !important; + row-gap: 41.666667% !important; + } + + .xl\:gap-y-6\/12 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .xl\:gap-y-7\/12 { + grid-row-gap: 58.333333% !important; + row-gap: 58.333333% !important; + } + + .xl\:gap-y-8\/12 { + grid-row-gap: 66.666667% !important; + row-gap: 66.666667% !important; + } + + .xl\:gap-y-9\/12 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .xl\:gap-y-10\/12 { + grid-row-gap: 83.333333% !important; + row-gap: 83.333333% !important; + } + + .xl\:gap-y-11\/12 { + grid-row-gap: 91.666667% !important; + row-gap: 91.666667% !important; + } + + .xl\:gap-y-1\/16 { + grid-row-gap: 6.25% !important; + row-gap: 6.25% !important; + } + + .xl\:gap-y-2\/16 { + grid-row-gap: 12.5% !important; + row-gap: 12.5% !important; + } + + .xl\:gap-y-3\/16 { + grid-row-gap: 18.75% !important; + row-gap: 18.75% !important; + } + + .xl\:gap-y-4\/16 { + grid-row-gap: 25% !important; + row-gap: 25% !important; + } + + .xl\:gap-y-5\/16 { + grid-row-gap: 31.25% !important; + row-gap: 31.25% !important; + } + + .xl\:gap-y-6\/16 { + grid-row-gap: 37.5% !important; + row-gap: 37.5% !important; + } + + .xl\:gap-y-7\/16 { + grid-row-gap: 43.75% !important; + row-gap: 43.75% !important; + } + + .xl\:gap-y-8\/16 { + grid-row-gap: 50% !important; + row-gap: 50% !important; + } + + .xl\:gap-y-9\/16 { + grid-row-gap: 56.25% !important; + row-gap: 56.25% !important; + } + + .xl\:gap-y-10\/16 { + grid-row-gap: 62.5% !important; + row-gap: 62.5% !important; + } + + .xl\:gap-y-11\/16 { + grid-row-gap: 68.75% !important; + row-gap: 68.75% !important; + } + + .xl\:gap-y-12\/16 { + grid-row-gap: 75% !important; + row-gap: 75% !important; + } + + .xl\:gap-y-13\/16 { + grid-row-gap: 81.25% !important; + row-gap: 81.25% !important; + } + + .xl\:gap-y-14\/16 { + grid-row-gap: 87.5% !important; + row-gap: 87.5% !important; + } + + .xl\:gap-y-15\/16 { + grid-row-gap: 93.75% !important; + row-gap: 93.75% !important; + } + + .xl\:gap-y-full { + grid-row-gap: 100% !important; + row-gap: 100% !important; + } + .xl\:grid-flow-row { grid-auto-flow: row !important; } @@ -132656,7 +211984,7 @@ video { } .xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)) !important; + grid-template-columns: repeat(16, minmax(0, 1fr)) !important; } .xl\:grid-cols-none { @@ -132731,6 +212059,22 @@ video { grid-column: span 12 / span 12 !important; } + .xl\:col-span-13 { + grid-column: span 13 / span 13 !important; + } + + .xl\:col-span-14 { + grid-column: span 14 / span 14 !important; + } + + .xl\:col-span-15 { + grid-column: span 15 / span 15 !important; + } + + .xl\:col-span-16 { + grid-column: span 16 / span 16 !important; + } + .xl\:col-span-full { grid-column: 1 / -1 !important; } @@ -132787,6 +212131,22 @@ video { grid-column-start: 13 !important; } + .xl\:col-start-14 { + grid-column-start: 14 !important; + } + + .xl\:col-start-15 { + grid-column-start: 15 !important; + } + + .xl\:col-start-16 { + grid-column-start: 16 !important; + } + + .xl\:col-start-17 { + grid-column-start: 17 !important; + } + .xl\:col-start-auto { grid-column-start: auto !important; } @@ -132843,6 +212203,22 @@ video { grid-column-end: 13 !important; } + .xl\:col-end-14 { + grid-column-end: 14 !important; + } + + .xl\:col-end-15 { + grid-column-end: 15 !important; + } + + .xl\:col-end-16 { + grid-column-end: 16 !important; + } + + .xl\:col-end-17 { + grid-column-end: 17 !important; + } + .xl\:col-end-auto { grid-column-end: auto !important; } @@ -133671,18 +213047,42 @@ video { --transform-translate-x: 1.5rem !important; } + .xl\:translate-x-7 { + --transform-translate-x: 1.75rem !important; + } + .xl\:translate-x-8 { --transform-translate-x: 2rem !important; } + .xl\:translate-x-9 { + --transform-translate-x: 2.25rem !important; + } + .xl\:translate-x-10 { --transform-translate-x: 2.5rem !important; } + .xl\:translate-x-11 { + --transform-translate-x: 2.75rem !important; + } + .xl\:translate-x-12 { --transform-translate-x: 3rem !important; } + .xl\:translate-x-13 { + --transform-translate-x: 3.25rem !important; + } + + .xl\:translate-x-14 { + --transform-translate-x: 3.5rem !important; + } + + .xl\:translate-x-15 { + --transform-translate-x: 3.75rem !important; + } + .xl\:translate-x-16 { --transform-translate-x: 4rem !important; } @@ -133695,30 +213095,246 @@ video { --transform-translate-x: 6rem !important; } + .xl\:translate-x-28 { + --transform-translate-x: 7rem !important; + } + .xl\:translate-x-32 { --transform-translate-x: 8rem !important; } + .xl\:translate-x-36 { + --transform-translate-x: 9rem !important; + } + .xl\:translate-x-40 { --transform-translate-x: 10rem !important; } + .xl\:translate-x-44 { + --transform-translate-x: 11rem !important; + } + .xl\:translate-x-48 { --transform-translate-x: 12rem !important; } + .xl\:translate-x-52 { + --transform-translate-x: 13rem !important; + } + .xl\:translate-x-56 { --transform-translate-x: 14rem !important; } + .xl\:translate-x-60 { + --transform-translate-x: 15rem !important; + } + .xl\:translate-x-64 { --transform-translate-x: 16rem !important; } + .xl\:translate-x-72 { + --transform-translate-x: 18rem !important; + } + + .xl\:translate-x-80 { + --transform-translate-x: 20rem !important; + } + + .xl\:translate-x-96 { + --transform-translate-x: 24rem !important; + } + .xl\:translate-x-px { --transform-translate-x: 1px !important; } + .xl\:translate-x-0\.5 { + --transform-translate-x: 0.125rem !important; + } + + .xl\:translate-x-1\.5 { + --transform-translate-x: 0.375rem !important; + } + + .xl\:translate-x-2\.5 { + --transform-translate-x: 0.625rem !important; + } + + .xl\:translate-x-3\.5 { + --transform-translate-x: 0.875rem !important; + } + + .xl\:translate-x-1\/2 { + --transform-translate-x: 50% !important; + } + + .xl\:translate-x-1\/3 { + --transform-translate-x: 33.333333% !important; + } + + .xl\:translate-x-2\/3 { + --transform-translate-x: 66.666667% !important; + } + + .xl\:translate-x-1\/4 { + --transform-translate-x: 25% !important; + } + + .xl\:translate-x-2\/4 { + --transform-translate-x: 50% !important; + } + + .xl\:translate-x-3\/4 { + --transform-translate-x: 75% !important; + } + + .xl\:translate-x-1\/5 { + --transform-translate-x: 20% !important; + } + + .xl\:translate-x-2\/5 { + --transform-translate-x: 40% !important; + } + + .xl\:translate-x-3\/5 { + --transform-translate-x: 60% !important; + } + + .xl\:translate-x-4\/5 { + --transform-translate-x: 80% !important; + } + + .xl\:translate-x-1\/6 { + --transform-translate-x: 16.666667% !important; + } + + .xl\:translate-x-2\/6 { + --transform-translate-x: 33.333333% !important; + } + + .xl\:translate-x-3\/6 { + --transform-translate-x: 50% !important; + } + + .xl\:translate-x-4\/6 { + --transform-translate-x: 66.666667% !important; + } + + .xl\:translate-x-5\/6 { + --transform-translate-x: 83.333333% !important; + } + + .xl\:translate-x-1\/12 { + --transform-translate-x: 8.333333% !important; + } + + .xl\:translate-x-2\/12 { + --transform-translate-x: 16.666667% !important; + } + + .xl\:translate-x-3\/12 { + --transform-translate-x: 25% !important; + } + + .xl\:translate-x-4\/12 { + --transform-translate-x: 33.333333% !important; + } + + .xl\:translate-x-5\/12 { + --transform-translate-x: 41.666667% !important; + } + + .xl\:translate-x-6\/12 { + --transform-translate-x: 50% !important; + } + + .xl\:translate-x-7\/12 { + --transform-translate-x: 58.333333% !important; + } + + .xl\:translate-x-8\/12 { + --transform-translate-x: 66.666667% !important; + } + + .xl\:translate-x-9\/12 { + --transform-translate-x: 75% !important; + } + + .xl\:translate-x-10\/12 { + --transform-translate-x: 83.333333% !important; + } + + .xl\:translate-x-11\/12 { + --transform-translate-x: 91.666667% !important; + } + + .xl\:translate-x-1\/16 { + --transform-translate-x: 6.25% !important; + } + + .xl\:translate-x-2\/16 { + --transform-translate-x: 12.5% !important; + } + + .xl\:translate-x-3\/16 { + --transform-translate-x: 18.75% !important; + } + + .xl\:translate-x-4\/16 { + --transform-translate-x: 25% !important; + } + + .xl\:translate-x-5\/16 { + --transform-translate-x: 31.25% !important; + } + + .xl\:translate-x-6\/16 { + --transform-translate-x: 37.5% !important; + } + + .xl\:translate-x-7\/16 { + --transform-translate-x: 43.75% !important; + } + + .xl\:translate-x-8\/16 { + --transform-translate-x: 50% !important; + } + + .xl\:translate-x-9\/16 { + --transform-translate-x: 56.25% !important; + } + + .xl\:translate-x-10\/16 { + --transform-translate-x: 62.5% !important; + } + + .xl\:translate-x-11\/16 { + --transform-translate-x: 68.75% !important; + } + + .xl\:translate-x-12\/16 { + --transform-translate-x: 75% !important; + } + + .xl\:translate-x-13\/16 { + --transform-translate-x: 81.25% !important; + } + + .xl\:translate-x-14\/16 { + --transform-translate-x: 87.5% !important; + } + + .xl\:translate-x-15\/16 { + --transform-translate-x: 93.75% !important; + } + + .xl\:translate-x-full { + --transform-translate-x: 100% !important; + } + .xl\:-translate-x-1 { --transform-translate-x: -0.25rem !important; } @@ -133743,18 +213359,42 @@ video { --transform-translate-x: -1.5rem !important; } + .xl\:-translate-x-7 { + --transform-translate-x: -1.75rem !important; + } + .xl\:-translate-x-8 { --transform-translate-x: -2rem !important; } + .xl\:-translate-x-9 { + --transform-translate-x: -2.25rem !important; + } + .xl\:-translate-x-10 { --transform-translate-x: -2.5rem !important; } + .xl\:-translate-x-11 { + --transform-translate-x: -2.75rem !important; + } + .xl\:-translate-x-12 { --transform-translate-x: -3rem !important; } + .xl\:-translate-x-13 { + --transform-translate-x: -3.25rem !important; + } + + .xl\:-translate-x-14 { + --transform-translate-x: -3.5rem !important; + } + + .xl\:-translate-x-15 { + --transform-translate-x: -3.75rem !important; + } + .xl\:-translate-x-16 { --transform-translate-x: -4rem !important; } @@ -133767,44 +213407,244 @@ video { --transform-translate-x: -6rem !important; } + .xl\:-translate-x-28 { + --transform-translate-x: -7rem !important; + } + .xl\:-translate-x-32 { --transform-translate-x: -8rem !important; } + .xl\:-translate-x-36 { + --transform-translate-x: -9rem !important; + } + .xl\:-translate-x-40 { --transform-translate-x: -10rem !important; } + .xl\:-translate-x-44 { + --transform-translate-x: -11rem !important; + } + .xl\:-translate-x-48 { --transform-translate-x: -12rem !important; } + .xl\:-translate-x-52 { + --transform-translate-x: -13rem !important; + } + .xl\:-translate-x-56 { --transform-translate-x: -14rem !important; } + .xl\:-translate-x-60 { + --transform-translate-x: -15rem !important; + } + .xl\:-translate-x-64 { --transform-translate-x: -16rem !important; } + .xl\:-translate-x-72 { + --transform-translate-x: -18rem !important; + } + + .xl\:-translate-x-80 { + --transform-translate-x: -20rem !important; + } + + .xl\:-translate-x-96 { + --transform-translate-x: -24rem !important; + } + .xl\:-translate-x-px { --transform-translate-x: -1px !important; } - .xl\:-translate-x-full { - --transform-translate-x: -100% !important; + .xl\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem !important; + } + + .xl\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem !important; + } + + .xl\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem !important; + } + + .xl\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem !important; } .xl\:-translate-x-1\/2 { --transform-translate-x: -50% !important; } - .xl\:translate-x-1\/2 { - --transform-translate-x: 50% !important; + .xl\:-translate-x-1\/3 { + --transform-translate-x: -33.33333% !important; } - .xl\:translate-x-full { - --transform-translate-x: 100% !important; + .xl\:-translate-x-2\/3 { + --transform-translate-x: -66.66667% !important; + } + + .xl\:-translate-x-1\/4 { + --transform-translate-x: -25% !important; + } + + .xl\:-translate-x-2\/4 { + --transform-translate-x: -50% !important; + } + + .xl\:-translate-x-3\/4 { + --transform-translate-x: -75% !important; + } + + .xl\:-translate-x-1\/5 { + --transform-translate-x: -20% !important; + } + + .xl\:-translate-x-2\/5 { + --transform-translate-x: -40% !important; + } + + .xl\:-translate-x-3\/5 { + --transform-translate-x: -60% !important; + } + + .xl\:-translate-x-4\/5 { + --transform-translate-x: -80% !important; + } + + .xl\:-translate-x-1\/6 { + --transform-translate-x: -16.66667% !important; + } + + .xl\:-translate-x-2\/6 { + --transform-translate-x: -33.33333% !important; + } + + .xl\:-translate-x-3\/6 { + --transform-translate-x: -50% !important; + } + + .xl\:-translate-x-4\/6 { + --transform-translate-x: -66.66667% !important; + } + + .xl\:-translate-x-5\/6 { + --transform-translate-x: -83.33333% !important; + } + + .xl\:-translate-x-1\/12 { + --transform-translate-x: -8.33333% !important; + } + + .xl\:-translate-x-2\/12 { + --transform-translate-x: -16.66667% !important; + } + + .xl\:-translate-x-3\/12 { + --transform-translate-x: -25% !important; + } + + .xl\:-translate-x-4\/12 { + --transform-translate-x: -33.33333% !important; + } + + .xl\:-translate-x-5\/12 { + --transform-translate-x: -41.66667% !important; + } + + .xl\:-translate-x-6\/12 { + --transform-translate-x: -50% !important; + } + + .xl\:-translate-x-7\/12 { + --transform-translate-x: -58.33333% !important; + } + + .xl\:-translate-x-8\/12 { + --transform-translate-x: -66.66667% !important; + } + + .xl\:-translate-x-9\/12 { + --transform-translate-x: -75% !important; + } + + .xl\:-translate-x-10\/12 { + --transform-translate-x: -83.33333% !important; + } + + .xl\:-translate-x-11\/12 { + --transform-translate-x: -91.66667% !important; + } + + .xl\:-translate-x-1\/16 { + --transform-translate-x: -6.25% !important; + } + + .xl\:-translate-x-2\/16 { + --transform-translate-x: -12.5% !important; + } + + .xl\:-translate-x-3\/16 { + --transform-translate-x: -18.75% !important; + } + + .xl\:-translate-x-4\/16 { + --transform-translate-x: -25% !important; + } + + .xl\:-translate-x-5\/16 { + --transform-translate-x: -31.25% !important; + } + + .xl\:-translate-x-6\/16 { + --transform-translate-x: -37.5% !important; + } + + .xl\:-translate-x-7\/16 { + --transform-translate-x: -43.75% !important; + } + + .xl\:-translate-x-8\/16 { + --transform-translate-x: -50% !important; + } + + .xl\:-translate-x-9\/16 { + --transform-translate-x: -56.25% !important; + } + + .xl\:-translate-x-10\/16 { + --transform-translate-x: -62.5% !important; + } + + .xl\:-translate-x-11\/16 { + --transform-translate-x: -68.75% !important; + } + + .xl\:-translate-x-12\/16 { + --transform-translate-x: -75% !important; + } + + .xl\:-translate-x-13\/16 { + --transform-translate-x: -81.25% !important; + } + + .xl\:-translate-x-14\/16 { + --transform-translate-x: -87.5% !important; + } + + .xl\:-translate-x-15\/16 { + --transform-translate-x: -93.75% !important; + } + + .xl\:-translate-x-full { + --transform-translate-x: -100% !important; } .xl\:translate-y-0 { @@ -133835,18 +213675,42 @@ video { --transform-translate-y: 1.5rem !important; } + .xl\:translate-y-7 { + --transform-translate-y: 1.75rem !important; + } + .xl\:translate-y-8 { --transform-translate-y: 2rem !important; } + .xl\:translate-y-9 { + --transform-translate-y: 2.25rem !important; + } + .xl\:translate-y-10 { --transform-translate-y: 2.5rem !important; } + .xl\:translate-y-11 { + --transform-translate-y: 2.75rem !important; + } + .xl\:translate-y-12 { --transform-translate-y: 3rem !important; } + .xl\:translate-y-13 { + --transform-translate-y: 3.25rem !important; + } + + .xl\:translate-y-14 { + --transform-translate-y: 3.5rem !important; + } + + .xl\:translate-y-15 { + --transform-translate-y: 3.75rem !important; + } + .xl\:translate-y-16 { --transform-translate-y: 4rem !important; } @@ -133859,30 +213723,246 @@ video { --transform-translate-y: 6rem !important; } + .xl\:translate-y-28 { + --transform-translate-y: 7rem !important; + } + .xl\:translate-y-32 { --transform-translate-y: 8rem !important; } + .xl\:translate-y-36 { + --transform-translate-y: 9rem !important; + } + .xl\:translate-y-40 { --transform-translate-y: 10rem !important; } + .xl\:translate-y-44 { + --transform-translate-y: 11rem !important; + } + .xl\:translate-y-48 { --transform-translate-y: 12rem !important; } + .xl\:translate-y-52 { + --transform-translate-y: 13rem !important; + } + .xl\:translate-y-56 { --transform-translate-y: 14rem !important; } + .xl\:translate-y-60 { + --transform-translate-y: 15rem !important; + } + .xl\:translate-y-64 { --transform-translate-y: 16rem !important; } + .xl\:translate-y-72 { + --transform-translate-y: 18rem !important; + } + + .xl\:translate-y-80 { + --transform-translate-y: 20rem !important; + } + + .xl\:translate-y-96 { + --transform-translate-y: 24rem !important; + } + .xl\:translate-y-px { --transform-translate-y: 1px !important; } + .xl\:translate-y-0\.5 { + --transform-translate-y: 0.125rem !important; + } + + .xl\:translate-y-1\.5 { + --transform-translate-y: 0.375rem !important; + } + + .xl\:translate-y-2\.5 { + --transform-translate-y: 0.625rem !important; + } + + .xl\:translate-y-3\.5 { + --transform-translate-y: 0.875rem !important; + } + + .xl\:translate-y-1\/2 { + --transform-translate-y: 50% !important; + } + + .xl\:translate-y-1\/3 { + --transform-translate-y: 33.333333% !important; + } + + .xl\:translate-y-2\/3 { + --transform-translate-y: 66.666667% !important; + } + + .xl\:translate-y-1\/4 { + --transform-translate-y: 25% !important; + } + + .xl\:translate-y-2\/4 { + --transform-translate-y: 50% !important; + } + + .xl\:translate-y-3\/4 { + --transform-translate-y: 75% !important; + } + + .xl\:translate-y-1\/5 { + --transform-translate-y: 20% !important; + } + + .xl\:translate-y-2\/5 { + --transform-translate-y: 40% !important; + } + + .xl\:translate-y-3\/5 { + --transform-translate-y: 60% !important; + } + + .xl\:translate-y-4\/5 { + --transform-translate-y: 80% !important; + } + + .xl\:translate-y-1\/6 { + --transform-translate-y: 16.666667% !important; + } + + .xl\:translate-y-2\/6 { + --transform-translate-y: 33.333333% !important; + } + + .xl\:translate-y-3\/6 { + --transform-translate-y: 50% !important; + } + + .xl\:translate-y-4\/6 { + --transform-translate-y: 66.666667% !important; + } + + .xl\:translate-y-5\/6 { + --transform-translate-y: 83.333333% !important; + } + + .xl\:translate-y-1\/12 { + --transform-translate-y: 8.333333% !important; + } + + .xl\:translate-y-2\/12 { + --transform-translate-y: 16.666667% !important; + } + + .xl\:translate-y-3\/12 { + --transform-translate-y: 25% !important; + } + + .xl\:translate-y-4\/12 { + --transform-translate-y: 33.333333% !important; + } + + .xl\:translate-y-5\/12 { + --transform-translate-y: 41.666667% !important; + } + + .xl\:translate-y-6\/12 { + --transform-translate-y: 50% !important; + } + + .xl\:translate-y-7\/12 { + --transform-translate-y: 58.333333% !important; + } + + .xl\:translate-y-8\/12 { + --transform-translate-y: 66.666667% !important; + } + + .xl\:translate-y-9\/12 { + --transform-translate-y: 75% !important; + } + + .xl\:translate-y-10\/12 { + --transform-translate-y: 83.333333% !important; + } + + .xl\:translate-y-11\/12 { + --transform-translate-y: 91.666667% !important; + } + + .xl\:translate-y-1\/16 { + --transform-translate-y: 6.25% !important; + } + + .xl\:translate-y-2\/16 { + --transform-translate-y: 12.5% !important; + } + + .xl\:translate-y-3\/16 { + --transform-translate-y: 18.75% !important; + } + + .xl\:translate-y-4\/16 { + --transform-translate-y: 25% !important; + } + + .xl\:translate-y-5\/16 { + --transform-translate-y: 31.25% !important; + } + + .xl\:translate-y-6\/16 { + --transform-translate-y: 37.5% !important; + } + + .xl\:translate-y-7\/16 { + --transform-translate-y: 43.75% !important; + } + + .xl\:translate-y-8\/16 { + --transform-translate-y: 50% !important; + } + + .xl\:translate-y-9\/16 { + --transform-translate-y: 56.25% !important; + } + + .xl\:translate-y-10\/16 { + --transform-translate-y: 62.5% !important; + } + + .xl\:translate-y-11\/16 { + --transform-translate-y: 68.75% !important; + } + + .xl\:translate-y-12\/16 { + --transform-translate-y: 75% !important; + } + + .xl\:translate-y-13\/16 { + --transform-translate-y: 81.25% !important; + } + + .xl\:translate-y-14\/16 { + --transform-translate-y: 87.5% !important; + } + + .xl\:translate-y-15\/16 { + --transform-translate-y: 93.75% !important; + } + + .xl\:translate-y-full { + --transform-translate-y: 100% !important; + } + .xl\:-translate-y-1 { --transform-translate-y: -0.25rem !important; } @@ -133907,18 +213987,42 @@ video { --transform-translate-y: -1.5rem !important; } + .xl\:-translate-y-7 { + --transform-translate-y: -1.75rem !important; + } + .xl\:-translate-y-8 { --transform-translate-y: -2rem !important; } + .xl\:-translate-y-9 { + --transform-translate-y: -2.25rem !important; + } + .xl\:-translate-y-10 { --transform-translate-y: -2.5rem !important; } + .xl\:-translate-y-11 { + --transform-translate-y: -2.75rem !important; + } + .xl\:-translate-y-12 { --transform-translate-y: -3rem !important; } + .xl\:-translate-y-13 { + --transform-translate-y: -3.25rem !important; + } + + .xl\:-translate-y-14 { + --transform-translate-y: -3.5rem !important; + } + + .xl\:-translate-y-15 { + --transform-translate-y: -3.75rem !important; + } + .xl\:-translate-y-16 { --transform-translate-y: -4rem !important; } @@ -133931,44 +214035,244 @@ video { --transform-translate-y: -6rem !important; } + .xl\:-translate-y-28 { + --transform-translate-y: -7rem !important; + } + .xl\:-translate-y-32 { --transform-translate-y: -8rem !important; } + .xl\:-translate-y-36 { + --transform-translate-y: -9rem !important; + } + .xl\:-translate-y-40 { --transform-translate-y: -10rem !important; } + .xl\:-translate-y-44 { + --transform-translate-y: -11rem !important; + } + .xl\:-translate-y-48 { --transform-translate-y: -12rem !important; } + .xl\:-translate-y-52 { + --transform-translate-y: -13rem !important; + } + .xl\:-translate-y-56 { --transform-translate-y: -14rem !important; } + .xl\:-translate-y-60 { + --transform-translate-y: -15rem !important; + } + .xl\:-translate-y-64 { --transform-translate-y: -16rem !important; } + .xl\:-translate-y-72 { + --transform-translate-y: -18rem !important; + } + + .xl\:-translate-y-80 { + --transform-translate-y: -20rem !important; + } + + .xl\:-translate-y-96 { + --transform-translate-y: -24rem !important; + } + .xl\:-translate-y-px { --transform-translate-y: -1px !important; } - .xl\:-translate-y-full { - --transform-translate-y: -100% !important; + .xl\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem !important; + } + + .xl\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem !important; + } + + .xl\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem !important; + } + + .xl\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem !important; } .xl\:-translate-y-1\/2 { --transform-translate-y: -50% !important; } - .xl\:translate-y-1\/2 { - --transform-translate-y: 50% !important; + .xl\:-translate-y-1\/3 { + --transform-translate-y: -33.33333% !important; } - .xl\:translate-y-full { - --transform-translate-y: 100% !important; + .xl\:-translate-y-2\/3 { + --transform-translate-y: -66.66667% !important; + } + + .xl\:-translate-y-1\/4 { + --transform-translate-y: -25% !important; + } + + .xl\:-translate-y-2\/4 { + --transform-translate-y: -50% !important; + } + + .xl\:-translate-y-3\/4 { + --transform-translate-y: -75% !important; + } + + .xl\:-translate-y-1\/5 { + --transform-translate-y: -20% !important; + } + + .xl\:-translate-y-2\/5 { + --transform-translate-y: -40% !important; + } + + .xl\:-translate-y-3\/5 { + --transform-translate-y: -60% !important; + } + + .xl\:-translate-y-4\/5 { + --transform-translate-y: -80% !important; + } + + .xl\:-translate-y-1\/6 { + --transform-translate-y: -16.66667% !important; + } + + .xl\:-translate-y-2\/6 { + --transform-translate-y: -33.33333% !important; + } + + .xl\:-translate-y-3\/6 { + --transform-translate-y: -50% !important; + } + + .xl\:-translate-y-4\/6 { + --transform-translate-y: -66.66667% !important; + } + + .xl\:-translate-y-5\/6 { + --transform-translate-y: -83.33333% !important; + } + + .xl\:-translate-y-1\/12 { + --transform-translate-y: -8.33333% !important; + } + + .xl\:-translate-y-2\/12 { + --transform-translate-y: -16.66667% !important; + } + + .xl\:-translate-y-3\/12 { + --transform-translate-y: -25% !important; + } + + .xl\:-translate-y-4\/12 { + --transform-translate-y: -33.33333% !important; + } + + .xl\:-translate-y-5\/12 { + --transform-translate-y: -41.66667% !important; + } + + .xl\:-translate-y-6\/12 { + --transform-translate-y: -50% !important; + } + + .xl\:-translate-y-7\/12 { + --transform-translate-y: -58.33333% !important; + } + + .xl\:-translate-y-8\/12 { + --transform-translate-y: -66.66667% !important; + } + + .xl\:-translate-y-9\/12 { + --transform-translate-y: -75% !important; + } + + .xl\:-translate-y-10\/12 { + --transform-translate-y: -83.33333% !important; + } + + .xl\:-translate-y-11\/12 { + --transform-translate-y: -91.66667% !important; + } + + .xl\:-translate-y-1\/16 { + --transform-translate-y: -6.25% !important; + } + + .xl\:-translate-y-2\/16 { + --transform-translate-y: -12.5% !important; + } + + .xl\:-translate-y-3\/16 { + --transform-translate-y: -18.75% !important; + } + + .xl\:-translate-y-4\/16 { + --transform-translate-y: -25% !important; + } + + .xl\:-translate-y-5\/16 { + --transform-translate-y: -31.25% !important; + } + + .xl\:-translate-y-6\/16 { + --transform-translate-y: -37.5% !important; + } + + .xl\:-translate-y-7\/16 { + --transform-translate-y: -43.75% !important; + } + + .xl\:-translate-y-8\/16 { + --transform-translate-y: -50% !important; + } + + .xl\:-translate-y-9\/16 { + --transform-translate-y: -56.25% !important; + } + + .xl\:-translate-y-10\/16 { + --transform-translate-y: -62.5% !important; + } + + .xl\:-translate-y-11\/16 { + --transform-translate-y: -68.75% !important; + } + + .xl\:-translate-y-12\/16 { + --transform-translate-y: -75% !important; + } + + .xl\:-translate-y-13\/16 { + --transform-translate-y: -81.25% !important; + } + + .xl\:-translate-y-14\/16 { + --transform-translate-y: -87.5% !important; + } + + .xl\:-translate-y-15\/16 { + --transform-translate-y: -93.75% !important; + } + + .xl\:-translate-y-full { + --transform-translate-y: -100% !important; } .xl\:hover\:translate-x-0:hover { @@ -133999,18 +214303,42 @@ video { --transform-translate-x: 1.5rem !important; } + .xl\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem !important; + } + .xl\:hover\:translate-x-8:hover { --transform-translate-x: 2rem !important; } + .xl\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem !important; + } + .xl\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem !important; } + .xl\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem !important; + } + .xl\:hover\:translate-x-12:hover { --transform-translate-x: 3rem !important; } + .xl\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem !important; + } + + .xl\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem !important; + } + + .xl\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem !important; + } + .xl\:hover\:translate-x-16:hover { --transform-translate-x: 4rem !important; } @@ -134023,30 +214351,246 @@ video { --transform-translate-x: 6rem !important; } + .xl\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem !important; + } + .xl\:hover\:translate-x-32:hover { --transform-translate-x: 8rem !important; } + .xl\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem !important; + } + .xl\:hover\:translate-x-40:hover { --transform-translate-x: 10rem !important; } + .xl\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem !important; + } + .xl\:hover\:translate-x-48:hover { --transform-translate-x: 12rem !important; } + .xl\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem !important; + } + .xl\:hover\:translate-x-56:hover { --transform-translate-x: 14rem !important; } + .xl\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem !important; + } + .xl\:hover\:translate-x-64:hover { --transform-translate-x: 16rem !important; } + .xl\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem !important; + } + + .xl\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem !important; + } + + .xl\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem !important; + } + .xl\:hover\:translate-x-px:hover { --transform-translate-x: 1px !important; } + .xl\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem !important; + } + + .xl\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem !important; + } + + .xl\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem !important; + } + + .xl\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem !important; + } + + .xl\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50% !important; + } + + .xl\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333% !important; + } + + .xl\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667% !important; + } + + .xl\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25% !important; + } + + .xl\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50% !important; + } + + .xl\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75% !important; + } + + .xl\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20% !important; + } + + .xl\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40% !important; + } + + .xl\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60% !important; + } + + .xl\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80% !important; + } + + .xl\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667% !important; + } + + .xl\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333% !important; + } + + .xl\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50% !important; + } + + .xl\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667% !important; + } + + .xl\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333% !important; + } + + .xl\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333% !important; + } + + .xl\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667% !important; + } + + .xl\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25% !important; + } + + .xl\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333% !important; + } + + .xl\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667% !important; + } + + .xl\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50% !important; + } + + .xl\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333% !important; + } + + .xl\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667% !important; + } + + .xl\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75% !important; + } + + .xl\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333% !important; + } + + .xl\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667% !important; + } + + .xl\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25% !important; + } + + .xl\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5% !important; + } + + .xl\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75% !important; + } + + .xl\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25% !important; + } + + .xl\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25% !important; + } + + .xl\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5% !important; + } + + .xl\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75% !important; + } + + .xl\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50% !important; + } + + .xl\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25% !important; + } + + .xl\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5% !important; + } + + .xl\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75% !important; + } + + .xl\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75% !important; + } + + .xl\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25% !important; + } + + .xl\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5% !important; + } + + .xl\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75% !important; + } + + .xl\:hover\:translate-x-full:hover { + --transform-translate-x: 100% !important; + } + .xl\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem !important; } @@ -134071,18 +214615,42 @@ video { --transform-translate-x: -1.5rem !important; } + .xl\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem !important; + } + .xl\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem !important; } + .xl\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem !important; + } + .xl\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem !important; } + .xl\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem !important; + } + .xl\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem !important; } + .xl\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem !important; + } + + .xl\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem !important; + } + + .xl\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem !important; + } + .xl\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem !important; } @@ -134095,44 +214663,244 @@ video { --transform-translate-x: -6rem !important; } + .xl\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem !important; + } + .xl\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem !important; } + .xl\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem !important; + } + .xl\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem !important; } + .xl\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem !important; + } + .xl\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem !important; } + .xl\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem !important; + } + .xl\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem !important; } + .xl\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem !important; + } + .xl\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem !important; } + .xl\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem !important; + } + + .xl\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem !important; + } + + .xl\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem !important; + } + .xl\:hover\:-translate-x-px:hover { --transform-translate-x: -1px !important; } - .xl\:hover\:-translate-x-full:hover { - --transform-translate-x: -100% !important; + .xl\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem !important; + } + + .xl\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem !important; + } + + .xl\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem !important; + } + + .xl\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem !important; } .xl\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50% !important; } - .xl\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50% !important; + .xl\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333% !important; } - .xl\:hover\:translate-x-full:hover { - --transform-translate-x: 100% !important; + .xl\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667% !important; + } + + .xl\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25% !important; + } + + .xl\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50% !important; + } + + .xl\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75% !important; + } + + .xl\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20% !important; + } + + .xl\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40% !important; + } + + .xl\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60% !important; + } + + .xl\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80% !important; + } + + .xl\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667% !important; + } + + .xl\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333% !important; + } + + .xl\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50% !important; + } + + .xl\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667% !important; + } + + .xl\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333% !important; + } + + .xl\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333% !important; + } + + .xl\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667% !important; + } + + .xl\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25% !important; + } + + .xl\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333% !important; + } + + .xl\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667% !important; + } + + .xl\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50% !important; + } + + .xl\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333% !important; + } + + .xl\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667% !important; + } + + .xl\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75% !important; + } + + .xl\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333% !important; + } + + .xl\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667% !important; + } + + .xl\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25% !important; + } + + .xl\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5% !important; + } + + .xl\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75% !important; + } + + .xl\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25% !important; + } + + .xl\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25% !important; + } + + .xl\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5% !important; + } + + .xl\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75% !important; + } + + .xl\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50% !important; + } + + .xl\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25% !important; + } + + .xl\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5% !important; + } + + .xl\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75% !important; + } + + .xl\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75% !important; + } + + .xl\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25% !important; + } + + .xl\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5% !important; + } + + .xl\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75% !important; + } + + .xl\:hover\:-translate-x-full:hover { + --transform-translate-x: -100% !important; } .xl\:hover\:translate-y-0:hover { @@ -134163,18 +214931,42 @@ video { --transform-translate-y: 1.5rem !important; } + .xl\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem !important; + } + .xl\:hover\:translate-y-8:hover { --transform-translate-y: 2rem !important; } + .xl\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem !important; + } + .xl\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem !important; } + .xl\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem !important; + } + .xl\:hover\:translate-y-12:hover { --transform-translate-y: 3rem !important; } + .xl\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem !important; + } + + .xl\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem !important; + } + + .xl\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem !important; + } + .xl\:hover\:translate-y-16:hover { --transform-translate-y: 4rem !important; } @@ -134187,30 +214979,246 @@ video { --transform-translate-y: 6rem !important; } + .xl\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem !important; + } + .xl\:hover\:translate-y-32:hover { --transform-translate-y: 8rem !important; } + .xl\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem !important; + } + .xl\:hover\:translate-y-40:hover { --transform-translate-y: 10rem !important; } + .xl\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem !important; + } + .xl\:hover\:translate-y-48:hover { --transform-translate-y: 12rem !important; } + .xl\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem !important; + } + .xl\:hover\:translate-y-56:hover { --transform-translate-y: 14rem !important; } + .xl\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem !important; + } + .xl\:hover\:translate-y-64:hover { --transform-translate-y: 16rem !important; } + .xl\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem !important; + } + + .xl\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem !important; + } + + .xl\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem !important; + } + .xl\:hover\:translate-y-px:hover { --transform-translate-y: 1px !important; } + .xl\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem !important; + } + + .xl\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem !important; + } + + .xl\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem !important; + } + + .xl\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem !important; + } + + .xl\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50% !important; + } + + .xl\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333% !important; + } + + .xl\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667% !important; + } + + .xl\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25% !important; + } + + .xl\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50% !important; + } + + .xl\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75% !important; + } + + .xl\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20% !important; + } + + .xl\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40% !important; + } + + .xl\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60% !important; + } + + .xl\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80% !important; + } + + .xl\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667% !important; + } + + .xl\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333% !important; + } + + .xl\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50% !important; + } + + .xl\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667% !important; + } + + .xl\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333% !important; + } + + .xl\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333% !important; + } + + .xl\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667% !important; + } + + .xl\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25% !important; + } + + .xl\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333% !important; + } + + .xl\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667% !important; + } + + .xl\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50% !important; + } + + .xl\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333% !important; + } + + .xl\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667% !important; + } + + .xl\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75% !important; + } + + .xl\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333% !important; + } + + .xl\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667% !important; + } + + .xl\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25% !important; + } + + .xl\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5% !important; + } + + .xl\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75% !important; + } + + .xl\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25% !important; + } + + .xl\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25% !important; + } + + .xl\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5% !important; + } + + .xl\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75% !important; + } + + .xl\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50% !important; + } + + .xl\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25% !important; + } + + .xl\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5% !important; + } + + .xl\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75% !important; + } + + .xl\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75% !important; + } + + .xl\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25% !important; + } + + .xl\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5% !important; + } + + .xl\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75% !important; + } + + .xl\:hover\:translate-y-full:hover { + --transform-translate-y: 100% !important; + } + .xl\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem !important; } @@ -134235,18 +215243,42 @@ video { --transform-translate-y: -1.5rem !important; } + .xl\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem !important; + } + .xl\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem !important; } + .xl\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem !important; + } + .xl\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem !important; } + .xl\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem !important; + } + .xl\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem !important; } + .xl\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem !important; + } + + .xl\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem !important; + } + + .xl\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem !important; + } + .xl\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem !important; } @@ -134259,44 +215291,244 @@ video { --transform-translate-y: -6rem !important; } + .xl\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem !important; + } + .xl\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem !important; } + .xl\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem !important; + } + .xl\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem !important; } + .xl\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem !important; + } + .xl\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem !important; } + .xl\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem !important; + } + .xl\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem !important; } + .xl\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem !important; + } + .xl\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem !important; } + .xl\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem !important; + } + + .xl\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem !important; + } + + .xl\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem !important; + } + .xl\:hover\:-translate-y-px:hover { --transform-translate-y: -1px !important; } - .xl\:hover\:-translate-y-full:hover { - --transform-translate-y: -100% !important; + .xl\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem !important; + } + + .xl\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem !important; + } + + .xl\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem !important; + } + + .xl\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem !important; } .xl\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50% !important; } - .xl\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50% !important; + .xl\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333% !important; } - .xl\:hover\:translate-y-full:hover { - --transform-translate-y: 100% !important; + .xl\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667% !important; + } + + .xl\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25% !important; + } + + .xl\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50% !important; + } + + .xl\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75% !important; + } + + .xl\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20% !important; + } + + .xl\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40% !important; + } + + .xl\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60% !important; + } + + .xl\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80% !important; + } + + .xl\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667% !important; + } + + .xl\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333% !important; + } + + .xl\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50% !important; + } + + .xl\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667% !important; + } + + .xl\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333% !important; + } + + .xl\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333% !important; + } + + .xl\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667% !important; + } + + .xl\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25% !important; + } + + .xl\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333% !important; + } + + .xl\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667% !important; + } + + .xl\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50% !important; + } + + .xl\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333% !important; + } + + .xl\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667% !important; + } + + .xl\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75% !important; + } + + .xl\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333% !important; + } + + .xl\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667% !important; + } + + .xl\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25% !important; + } + + .xl\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5% !important; + } + + .xl\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75% !important; + } + + .xl\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25% !important; + } + + .xl\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25% !important; + } + + .xl\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5% !important; + } + + .xl\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75% !important; + } + + .xl\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50% !important; + } + + .xl\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25% !important; + } + + .xl\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5% !important; + } + + .xl\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75% !important; + } + + .xl\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75% !important; + } + + .xl\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25% !important; + } + + .xl\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5% !important; + } + + .xl\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75% !important; + } + + .xl\:hover\:-translate-y-full:hover { + --transform-translate-y: -100% !important; } .xl\:focus\:translate-x-0:focus { @@ -134327,18 +215559,42 @@ video { --transform-translate-x: 1.5rem !important; } + .xl\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem !important; + } + .xl\:focus\:translate-x-8:focus { --transform-translate-x: 2rem !important; } + .xl\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem !important; + } + .xl\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem !important; } + .xl\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem !important; + } + .xl\:focus\:translate-x-12:focus { --transform-translate-x: 3rem !important; } + .xl\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem !important; + } + + .xl\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem !important; + } + + .xl\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem !important; + } + .xl\:focus\:translate-x-16:focus { --transform-translate-x: 4rem !important; } @@ -134351,30 +215607,246 @@ video { --transform-translate-x: 6rem !important; } + .xl\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem !important; + } + .xl\:focus\:translate-x-32:focus { --transform-translate-x: 8rem !important; } + .xl\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem !important; + } + .xl\:focus\:translate-x-40:focus { --transform-translate-x: 10rem !important; } + .xl\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem !important; + } + .xl\:focus\:translate-x-48:focus { --transform-translate-x: 12rem !important; } + .xl\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem !important; + } + .xl\:focus\:translate-x-56:focus { --transform-translate-x: 14rem !important; } + .xl\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem !important; + } + .xl\:focus\:translate-x-64:focus { --transform-translate-x: 16rem !important; } + .xl\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem !important; + } + + .xl\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem !important; + } + + .xl\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem !important; + } + .xl\:focus\:translate-x-px:focus { --transform-translate-x: 1px !important; } + .xl\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem !important; + } + + .xl\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem !important; + } + + .xl\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem !important; + } + + .xl\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem !important; + } + + .xl\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50% !important; + } + + .xl\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333% !important; + } + + .xl\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667% !important; + } + + .xl\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25% !important; + } + + .xl\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50% !important; + } + + .xl\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75% !important; + } + + .xl\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20% !important; + } + + .xl\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40% !important; + } + + .xl\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60% !important; + } + + .xl\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80% !important; + } + + .xl\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667% !important; + } + + .xl\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333% !important; + } + + .xl\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50% !important; + } + + .xl\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667% !important; + } + + .xl\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333% !important; + } + + .xl\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333% !important; + } + + .xl\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667% !important; + } + + .xl\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25% !important; + } + + .xl\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333% !important; + } + + .xl\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667% !important; + } + + .xl\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50% !important; + } + + .xl\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333% !important; + } + + .xl\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667% !important; + } + + .xl\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75% !important; + } + + .xl\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333% !important; + } + + .xl\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667% !important; + } + + .xl\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25% !important; + } + + .xl\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5% !important; + } + + .xl\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75% !important; + } + + .xl\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25% !important; + } + + .xl\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25% !important; + } + + .xl\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5% !important; + } + + .xl\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75% !important; + } + + .xl\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50% !important; + } + + .xl\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25% !important; + } + + .xl\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5% !important; + } + + .xl\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75% !important; + } + + .xl\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75% !important; + } + + .xl\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25% !important; + } + + .xl\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5% !important; + } + + .xl\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75% !important; + } + + .xl\:focus\:translate-x-full:focus { + --transform-translate-x: 100% !important; + } + .xl\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem !important; } @@ -134399,18 +215871,42 @@ video { --transform-translate-x: -1.5rem !important; } + .xl\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem !important; + } + .xl\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem !important; } + .xl\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem !important; + } + .xl\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem !important; } + .xl\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem !important; + } + .xl\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem !important; } + .xl\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem !important; + } + + .xl\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem !important; + } + + .xl\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem !important; + } + .xl\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem !important; } @@ -134423,44 +215919,244 @@ video { --transform-translate-x: -6rem !important; } + .xl\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem !important; + } + .xl\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem !important; } + .xl\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem !important; + } + .xl\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem !important; } + .xl\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem !important; + } + .xl\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem !important; } + .xl\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem !important; + } + .xl\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem !important; } + .xl\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem !important; + } + .xl\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem !important; } + .xl\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem !important; + } + + .xl\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem !important; + } + + .xl\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem !important; + } + .xl\:focus\:-translate-x-px:focus { --transform-translate-x: -1px !important; } - .xl\:focus\:-translate-x-full:focus { - --transform-translate-x: -100% !important; + .xl\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem !important; + } + + .xl\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem !important; + } + + .xl\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem !important; + } + + .xl\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem !important; } .xl\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50% !important; } - .xl\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50% !important; + .xl\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333% !important; } - .xl\:focus\:translate-x-full:focus { - --transform-translate-x: 100% !important; + .xl\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667% !important; + } + + .xl\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25% !important; + } + + .xl\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50% !important; + } + + .xl\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75% !important; + } + + .xl\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20% !important; + } + + .xl\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40% !important; + } + + .xl\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60% !important; + } + + .xl\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80% !important; + } + + .xl\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667% !important; + } + + .xl\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333% !important; + } + + .xl\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50% !important; + } + + .xl\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667% !important; + } + + .xl\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333% !important; + } + + .xl\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333% !important; + } + + .xl\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667% !important; + } + + .xl\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25% !important; + } + + .xl\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333% !important; + } + + .xl\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667% !important; + } + + .xl\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50% !important; + } + + .xl\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333% !important; + } + + .xl\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667% !important; + } + + .xl\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75% !important; + } + + .xl\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333% !important; + } + + .xl\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667% !important; + } + + .xl\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25% !important; + } + + .xl\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5% !important; + } + + .xl\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75% !important; + } + + .xl\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25% !important; + } + + .xl\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25% !important; + } + + .xl\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5% !important; + } + + .xl\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75% !important; + } + + .xl\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50% !important; + } + + .xl\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25% !important; + } + + .xl\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5% !important; + } + + .xl\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75% !important; + } + + .xl\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75% !important; + } + + .xl\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25% !important; + } + + .xl\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5% !important; + } + + .xl\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75% !important; + } + + .xl\:focus\:-translate-x-full:focus { + --transform-translate-x: -100% !important; } .xl\:focus\:translate-y-0:focus { @@ -134491,18 +216187,42 @@ video { --transform-translate-y: 1.5rem !important; } + .xl\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem !important; + } + .xl\:focus\:translate-y-8:focus { --transform-translate-y: 2rem !important; } + .xl\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem !important; + } + .xl\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem !important; } + .xl\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem !important; + } + .xl\:focus\:translate-y-12:focus { --transform-translate-y: 3rem !important; } + .xl\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem !important; + } + + .xl\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem !important; + } + + .xl\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem !important; + } + .xl\:focus\:translate-y-16:focus { --transform-translate-y: 4rem !important; } @@ -134515,30 +216235,246 @@ video { --transform-translate-y: 6rem !important; } + .xl\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem !important; + } + .xl\:focus\:translate-y-32:focus { --transform-translate-y: 8rem !important; } + .xl\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem !important; + } + .xl\:focus\:translate-y-40:focus { --transform-translate-y: 10rem !important; } + .xl\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem !important; + } + .xl\:focus\:translate-y-48:focus { --transform-translate-y: 12rem !important; } + .xl\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem !important; + } + .xl\:focus\:translate-y-56:focus { --transform-translate-y: 14rem !important; } + .xl\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem !important; + } + .xl\:focus\:translate-y-64:focus { --transform-translate-y: 16rem !important; } + .xl\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem !important; + } + + .xl\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem !important; + } + + .xl\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem !important; + } + .xl\:focus\:translate-y-px:focus { --transform-translate-y: 1px !important; } + .xl\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem !important; + } + + .xl\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem !important; + } + + .xl\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem !important; + } + + .xl\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem !important; + } + + .xl\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50% !important; + } + + .xl\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333% !important; + } + + .xl\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667% !important; + } + + .xl\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25% !important; + } + + .xl\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50% !important; + } + + .xl\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75% !important; + } + + .xl\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20% !important; + } + + .xl\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40% !important; + } + + .xl\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60% !important; + } + + .xl\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80% !important; + } + + .xl\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667% !important; + } + + .xl\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333% !important; + } + + .xl\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50% !important; + } + + .xl\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667% !important; + } + + .xl\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333% !important; + } + + .xl\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333% !important; + } + + .xl\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667% !important; + } + + .xl\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25% !important; + } + + .xl\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333% !important; + } + + .xl\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667% !important; + } + + .xl\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50% !important; + } + + .xl\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333% !important; + } + + .xl\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667% !important; + } + + .xl\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75% !important; + } + + .xl\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333% !important; + } + + .xl\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667% !important; + } + + .xl\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25% !important; + } + + .xl\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5% !important; + } + + .xl\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75% !important; + } + + .xl\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25% !important; + } + + .xl\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25% !important; + } + + .xl\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5% !important; + } + + .xl\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75% !important; + } + + .xl\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50% !important; + } + + .xl\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25% !important; + } + + .xl\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5% !important; + } + + .xl\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75% !important; + } + + .xl\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75% !important; + } + + .xl\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25% !important; + } + + .xl\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5% !important; + } + + .xl\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75% !important; + } + + .xl\:focus\:translate-y-full:focus { + --transform-translate-y: 100% !important; + } + .xl\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem !important; } @@ -134563,18 +216499,42 @@ video { --transform-translate-y: -1.5rem !important; } + .xl\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem !important; + } + .xl\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem !important; } + .xl\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem !important; + } + .xl\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem !important; } + .xl\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem !important; + } + .xl\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem !important; } + .xl\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem !important; + } + + .xl\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem !important; + } + + .xl\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem !important; + } + .xl\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem !important; } @@ -134587,44 +216547,244 @@ video { --transform-translate-y: -6rem !important; } + .xl\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem !important; + } + .xl\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem !important; } + .xl\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem !important; + } + .xl\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem !important; } + .xl\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem !important; + } + .xl\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem !important; } + .xl\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem !important; + } + .xl\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem !important; } + .xl\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem !important; + } + .xl\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem !important; } + .xl\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem !important; + } + + .xl\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem !important; + } + + .xl\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem !important; + } + .xl\:focus\:-translate-y-px:focus { --transform-translate-y: -1px !important; } - .xl\:focus\:-translate-y-full:focus { - --transform-translate-y: -100% !important; + .xl\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem !important; + } + + .xl\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem !important; + } + + .xl\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem !important; + } + + .xl\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem !important; } .xl\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50% !important; } - .xl\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50% !important; + .xl\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333% !important; } - .xl\:focus\:translate-y-full:focus { - --transform-translate-y: 100% !important; + .xl\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667% !important; + } + + .xl\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25% !important; + } + + .xl\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50% !important; + } + + .xl\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75% !important; + } + + .xl\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20% !important; + } + + .xl\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40% !important; + } + + .xl\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60% !important; + } + + .xl\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80% !important; + } + + .xl\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667% !important; + } + + .xl\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333% !important; + } + + .xl\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50% !important; + } + + .xl\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667% !important; + } + + .xl\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333% !important; + } + + .xl\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333% !important; + } + + .xl\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667% !important; + } + + .xl\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25% !important; + } + + .xl\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333% !important; + } + + .xl\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667% !important; + } + + .xl\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50% !important; + } + + .xl\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333% !important; + } + + .xl\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667% !important; + } + + .xl\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75% !important; + } + + .xl\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333% !important; + } + + .xl\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667% !important; + } + + .xl\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25% !important; + } + + .xl\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5% !important; + } + + .xl\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75% !important; + } + + .xl\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25% !important; + } + + .xl\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25% !important; + } + + .xl\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5% !important; + } + + .xl\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75% !important; + } + + .xl\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50% !important; + } + + .xl\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25% !important; + } + + .xl\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5% !important; + } + + .xl\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75% !important; + } + + .xl\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75% !important; + } + + .xl\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25% !important; + } + + .xl\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5% !important; + } + + .xl\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75% !important; + } + + .xl\:focus\:-translate-y-full:focus { + --transform-translate-y: -100% !important; } .xl\:skew-x-0 { diff --git a/__tests__/fixtures/tailwind-output-no-color-opacity.css b/__tests__/fixtures/tailwind-output-no-color-opacity.css index 16618126c..fa394cf2f 100644 --- a/__tests__/fixtures/tailwind-output-no-color-opacity.css +++ b/__tests__/fixtures/tailwind-output-no-color-opacity.css @@ -638,6 +638,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } +.space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); +} + +.space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); +} + .space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -650,6 +662,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } +.space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); +} + +.space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); +} + .space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -662,6 +686,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } +.space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); +} + +.space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); +} + .space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -674,6 +710,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } +.space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); +} + +.space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); +} + +.space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); +} + +.space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); +} + .space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -710,6 +782,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } +.space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); +} + +.space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); +} + .space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -722,6 +806,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } +.space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); +} + +.space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); +} + .space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -734,6 +830,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } +.space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); +} + +.space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); +} + .space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -746,6 +854,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } +.space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); +} + +.space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); +} + .space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -758,6 +878,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } +.space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); +} + +.space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); +} + .space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -770,6 +902,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } +.space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); +} + +.space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); +} + +.space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); +} + +.space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); +} + .space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -782,6 +950,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } +.space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); +} + +.space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); +} + +.space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); +} + +.space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); +} + +.space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); +} + +.space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); +} + +.space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); +} + +.space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); +} + +.space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); +} + +.space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); +} + +.space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); +} + +.space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); +} + +.space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); +} + +.space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); +} + +.space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); +} + +.space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); +} + +.space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); +} + +.space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); +} + +.space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); +} + +.space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); +} + +.space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); +} + +.space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); +} + +.space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); +} + +.space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); +} + +.space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); +} + +.space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); +} + +.space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); +} + +.space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); +} + +.space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); +} + +.space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); +} + +.space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); +} + +.space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); +} + +.space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); +} + +.space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); +} + +.space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); +} + +.space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); +} + +.space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); +} + +.space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); +} + +.space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); +} + +.space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); +} + +.space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); +} + +.space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); +} + .-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -854,6 +1574,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } +.-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); +} + +.-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -866,6 +1598,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } +.-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); +} + +.-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -878,6 +1622,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } +.-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); +} + +.-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -890,6 +1646,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } +.-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); +} + +.-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); +} + +.-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); +} + +.-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -926,6 +1718,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } +.-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); +} + +.-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -938,6 +1742,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } +.-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); +} + +.-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -950,6 +1766,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } +.-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); +} + +.-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -962,6 +1790,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } +.-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); +} + +.-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -974,6 +1814,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } +.-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); +} + +.-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -986,6 +1838,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } +.-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); +} + +.-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); +} + +.-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); +} + +.-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -998,6 +1886,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } +.-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); +} + +.-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); +} + +.-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); +} + +.-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); +} + +.-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); +} + +.-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); +} + +.-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); +} + +.-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); +} + +.-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); +} + +.-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); +} + +.-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); +} + +.-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); +} + +.-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); +} + +.-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); +} + +.-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); +} + +.-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); +} + +.-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); +} + +.-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); +} + +.-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); +} + +.-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); +} + +.-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); +} + +.-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); +} + +.-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); +} + +.-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); +} + +.-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); +} + +.-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); +} + +.-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); +} + +.-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); +} + +.-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); +} + +.-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); +} + +.-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); +} + +.-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); +} + +.-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); +} + +.-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); +} + +.-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); +} + +.-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); +} + +.-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); +} + +.-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); +} + +.-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); +} + +.-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); +} + +.-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); +} + +.-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); +} + .space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -15546,18 +16986,42 @@ video { height: 1.5rem; } +.h-7 { + height: 1.75rem; +} + .h-8 { height: 2rem; } +.h-9 { + height: 2.25rem; +} + .h-10 { height: 2.5rem; } +.h-11 { + height: 2.75rem; +} + .h-12 { height: 3rem; } +.h-13 { + height: 3.25rem; +} + +.h-14 { + height: 3.5rem; +} + +.h-15 { + height: 3.75rem; +} + .h-16 { height: 4rem; } @@ -15570,26 +17034,58 @@ video { height: 6rem; } +.h-28 { + height: 7rem; +} + .h-32 { height: 8rem; } +.h-36 { + height: 9rem; +} + .h-40 { height: 10rem; } +.h-44 { + height: 11rem; +} + .h-48 { height: 12rem; } +.h-52 { + height: 13rem; +} + .h-56 { height: 14rem; } +.h-60 { + height: 15rem; +} + .h-64 { height: 16rem; } +.h-72 { + height: 18rem; +} + +.h-80 { + height: 20rem; +} + +.h-96 { + height: 24rem; +} + .h-auto { height: auto; } @@ -15598,6 +17094,186 @@ video { height: 1px; } +.h-0\.5 { + height: 0.125rem; +} + +.h-1\.5 { + height: 0.375rem; +} + +.h-2\.5 { + height: 0.625rem; +} + +.h-3\.5 { + height: 0.875rem; +} + +.h-1\/2 { + height: 50%; +} + +.h-1\/3 { + height: 33.333333%; +} + +.h-2\/3 { + height: 66.666667%; +} + +.h-1\/4 { + height: 25%; +} + +.h-2\/4 { + height: 50%; +} + +.h-3\/4 { + height: 75%; +} + +.h-1\/5 { + height: 20%; +} + +.h-2\/5 { + height: 40%; +} + +.h-3\/5 { + height: 60%; +} + +.h-4\/5 { + height: 80%; +} + +.h-1\/6 { + height: 16.666667%; +} + +.h-2\/6 { + height: 33.333333%; +} + +.h-3\/6 { + height: 50%; +} + +.h-4\/6 { + height: 66.666667%; +} + +.h-5\/6 { + height: 83.333333%; +} + +.h-1\/12 { + height: 8.333333%; +} + +.h-2\/12 { + height: 16.666667%; +} + +.h-3\/12 { + height: 25%; +} + +.h-4\/12 { + height: 33.333333%; +} + +.h-5\/12 { + height: 41.666667%; +} + +.h-6\/12 { + height: 50%; +} + +.h-7\/12 { + height: 58.333333%; +} + +.h-8\/12 { + height: 66.666667%; +} + +.h-9\/12 { + height: 75%; +} + +.h-10\/12 { + height: 83.333333%; +} + +.h-11\/12 { + height: 91.666667%; +} + +.h-1\/16 { + height: 6.25%; +} + +.h-2\/16 { + height: 12.5%; +} + +.h-3\/16 { + height: 18.75%; +} + +.h-4\/16 { + height: 25%; +} + +.h-5\/16 { + height: 31.25%; +} + +.h-6\/16 { + height: 37.5%; +} + +.h-7\/16 { + height: 43.75%; +} + +.h-8\/16 { + height: 50%; +} + +.h-9\/16 { + height: 56.25%; +} + +.h-10\/16 { + height: 62.5%; +} + +.h-11\/16 { + height: 68.75%; +} + +.h-12\/16 { + height: 75%; +} + +.h-13\/16 { + height: 81.25%; +} + +.h-14\/16 { + height: 87.5%; +} + +.h-15\/16 { + height: 93.75%; +} + .h-full { height: 100%; } @@ -15760,18 +17436,42 @@ video { margin: 1.5rem; } +.m-7 { + margin: 1.75rem; +} + .m-8 { margin: 2rem; } +.m-9 { + margin: 2.25rem; +} + .m-10 { margin: 2.5rem; } +.m-11 { + margin: 2.75rem; +} + .m-12 { margin: 3rem; } +.m-13 { + margin: 3.25rem; +} + +.m-14 { + margin: 3.5rem; +} + +.m-15 { + margin: 3.75rem; +} + .m-16 { margin: 4rem; } @@ -15784,26 +17484,58 @@ video { margin: 6rem; } +.m-28 { + margin: 7rem; +} + .m-32 { margin: 8rem; } +.m-36 { + margin: 9rem; +} + .m-40 { margin: 10rem; } +.m-44 { + margin: 11rem; +} + .m-48 { margin: 12rem; } +.m-52 { + margin: 13rem; +} + .m-56 { margin: 14rem; } +.m-60 { + margin: 15rem; +} + .m-64 { margin: 16rem; } +.m-72 { + margin: 18rem; +} + +.m-80 { + margin: 20rem; +} + +.m-96 { + margin: 24rem; +} + .m-auto { margin: auto; } @@ -15812,6 +17544,190 @@ video { margin: 1px; } +.m-0\.5 { + margin: 0.125rem; +} + +.m-1\.5 { + margin: 0.375rem; +} + +.m-2\.5 { + margin: 0.625rem; +} + +.m-3\.5 { + margin: 0.875rem; +} + +.m-1\/2 { + margin: 50%; +} + +.m-1\/3 { + margin: 33.333333%; +} + +.m-2\/3 { + margin: 66.666667%; +} + +.m-1\/4 { + margin: 25%; +} + +.m-2\/4 { + margin: 50%; +} + +.m-3\/4 { + margin: 75%; +} + +.m-1\/5 { + margin: 20%; +} + +.m-2\/5 { + margin: 40%; +} + +.m-3\/5 { + margin: 60%; +} + +.m-4\/5 { + margin: 80%; +} + +.m-1\/6 { + margin: 16.666667%; +} + +.m-2\/6 { + margin: 33.333333%; +} + +.m-3\/6 { + margin: 50%; +} + +.m-4\/6 { + margin: 66.666667%; +} + +.m-5\/6 { + margin: 83.333333%; +} + +.m-1\/12 { + margin: 8.333333%; +} + +.m-2\/12 { + margin: 16.666667%; +} + +.m-3\/12 { + margin: 25%; +} + +.m-4\/12 { + margin: 33.333333%; +} + +.m-5\/12 { + margin: 41.666667%; +} + +.m-6\/12 { + margin: 50%; +} + +.m-7\/12 { + margin: 58.333333%; +} + +.m-8\/12 { + margin: 66.666667%; +} + +.m-9\/12 { + margin: 75%; +} + +.m-10\/12 { + margin: 83.333333%; +} + +.m-11\/12 { + margin: 91.666667%; +} + +.m-1\/16 { + margin: 6.25%; +} + +.m-2\/16 { + margin: 12.5%; +} + +.m-3\/16 { + margin: 18.75%; +} + +.m-4\/16 { + margin: 25%; +} + +.m-5\/16 { + margin: 31.25%; +} + +.m-6\/16 { + margin: 37.5%; +} + +.m-7\/16 { + margin: 43.75%; +} + +.m-8\/16 { + margin: 50%; +} + +.m-9\/16 { + margin: 56.25%; +} + +.m-10\/16 { + margin: 62.5%; +} + +.m-11\/16 { + margin: 68.75%; +} + +.m-12\/16 { + margin: 75%; +} + +.m-13\/16 { + margin: 81.25%; +} + +.m-14\/16 { + margin: 87.5%; +} + +.m-15\/16 { + margin: 93.75%; +} + +.m-full { + margin: 100%; +} + .-m-1 { margin: -0.25rem; } @@ -15836,18 +17752,42 @@ video { margin: -1.5rem; } +.-m-7 { + margin: -1.75rem; +} + .-m-8 { margin: -2rem; } +.-m-9 { + margin: -2.25rem; +} + .-m-10 { margin: -2.5rem; } +.-m-11 { + margin: -2.75rem; +} + .-m-12 { margin: -3rem; } +.-m-13 { + margin: -3.25rem; +} + +.-m-14 { + margin: -3.5rem; +} + +.-m-15 { + margin: -3.75rem; +} + .-m-16 { margin: -4rem; } @@ -15860,30 +17800,246 @@ video { margin: -6rem; } +.-m-28 { + margin: -7rem; +} + .-m-32 { margin: -8rem; } +.-m-36 { + margin: -9rem; +} + .-m-40 { margin: -10rem; } +.-m-44 { + margin: -11rem; +} + .-m-48 { margin: -12rem; } +.-m-52 { + margin: -13rem; +} + .-m-56 { margin: -14rem; } +.-m-60 { + margin: -15rem; +} + .-m-64 { margin: -16rem; } +.-m-72 { + margin: -18rem; +} + +.-m-80 { + margin: -20rem; +} + +.-m-96 { + margin: -24rem; +} + .-m-px { margin: -1px; } +.-m-0\.5 { + margin: -0.125rem; +} + +.-m-1\.5 { + margin: -0.375rem; +} + +.-m-2\.5 { + margin: -0.625rem; +} + +.-m-3\.5 { + margin: -0.875rem; +} + +.-m-1\/2 { + margin: -50%; +} + +.-m-1\/3 { + margin: -33.33333%; +} + +.-m-2\/3 { + margin: -66.66667%; +} + +.-m-1\/4 { + margin: -25%; +} + +.-m-2\/4 { + margin: -50%; +} + +.-m-3\/4 { + margin: -75%; +} + +.-m-1\/5 { + margin: -20%; +} + +.-m-2\/5 { + margin: -40%; +} + +.-m-3\/5 { + margin: -60%; +} + +.-m-4\/5 { + margin: -80%; +} + +.-m-1\/6 { + margin: -16.66667%; +} + +.-m-2\/6 { + margin: -33.33333%; +} + +.-m-3\/6 { + margin: -50%; +} + +.-m-4\/6 { + margin: -66.66667%; +} + +.-m-5\/6 { + margin: -83.33333%; +} + +.-m-1\/12 { + margin: -8.33333%; +} + +.-m-2\/12 { + margin: -16.66667%; +} + +.-m-3\/12 { + margin: -25%; +} + +.-m-4\/12 { + margin: -33.33333%; +} + +.-m-5\/12 { + margin: -41.66667%; +} + +.-m-6\/12 { + margin: -50%; +} + +.-m-7\/12 { + margin: -58.33333%; +} + +.-m-8\/12 { + margin: -66.66667%; +} + +.-m-9\/12 { + margin: -75%; +} + +.-m-10\/12 { + margin: -83.33333%; +} + +.-m-11\/12 { + margin: -91.66667%; +} + +.-m-1\/16 { + margin: -6.25%; +} + +.-m-2\/16 { + margin: -12.5%; +} + +.-m-3\/16 { + margin: -18.75%; +} + +.-m-4\/16 { + margin: -25%; +} + +.-m-5\/16 { + margin: -31.25%; +} + +.-m-6\/16 { + margin: -37.5%; +} + +.-m-7\/16 { + margin: -43.75%; +} + +.-m-8\/16 { + margin: -50%; +} + +.-m-9\/16 { + margin: -56.25%; +} + +.-m-10\/16 { + margin: -62.5%; +} + +.-m-11\/16 { + margin: -68.75%; +} + +.-m-12\/16 { + margin: -75%; +} + +.-m-13\/16 { + margin: -81.25%; +} + +.-m-14\/16 { + margin: -87.5%; +} + +.-m-15\/16 { + margin: -93.75%; +} + +.-m-full { + margin: -100%; +} + .my-0 { margin-top: 0; margin-bottom: 0; @@ -15954,6 +18110,16 @@ video { margin-right: 1.5rem; } +.my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; +} + +.mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; +} + .my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -15964,6 +18130,16 @@ video { margin-right: 2rem; } +.my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; +} + +.mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; +} + .my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -15974,6 +18150,16 @@ video { margin-right: 2.5rem; } +.my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; +} + +.mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; +} + .my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -15984,6 +18170,36 @@ video { margin-right: 3rem; } +.my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; +} + +.mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; +} + +.my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; +} + +.mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; +} + +.my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; +} + +.mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; +} + .my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -16014,6 +18230,16 @@ video { margin-right: 6rem; } +.my-28 { + margin-top: 7rem; + margin-bottom: 7rem; +} + +.mx-28 { + margin-left: 7rem; + margin-right: 7rem; +} + .my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -16024,6 +18250,16 @@ video { margin-right: 8rem; } +.my-36 { + margin-top: 9rem; + margin-bottom: 9rem; +} + +.mx-36 { + margin-left: 9rem; + margin-right: 9rem; +} + .my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -16034,6 +18270,16 @@ video { margin-right: 10rem; } +.my-44 { + margin-top: 11rem; + margin-bottom: 11rem; +} + +.mx-44 { + margin-left: 11rem; + margin-right: 11rem; +} + .my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -16044,6 +18290,16 @@ video { margin-right: 12rem; } +.my-52 { + margin-top: 13rem; + margin-bottom: 13rem; +} + +.mx-52 { + margin-left: 13rem; + margin-right: 13rem; +} + .my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -16054,6 +18310,16 @@ video { margin-right: 14rem; } +.my-60 { + margin-top: 15rem; + margin-bottom: 15rem; +} + +.mx-60 { + margin-left: 15rem; + margin-right: 15rem; +} + .my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -16064,6 +18330,36 @@ video { margin-right: 16rem; } +.my-72 { + margin-top: 18rem; + margin-bottom: 18rem; +} + +.mx-72 { + margin-left: 18rem; + margin-right: 18rem; +} + +.my-80 { + margin-top: 20rem; + margin-bottom: 20rem; +} + +.mx-80 { + margin-left: 20rem; + margin-right: 20rem; +} + +.my-96 { + margin-top: 24rem; + margin-bottom: 24rem; +} + +.mx-96 { + margin-left: 24rem; + margin-right: 24rem; +} + .my-auto { margin-top: auto; margin-bottom: auto; @@ -16084,6 +18380,466 @@ video { margin-right: 1px; } +.my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; +} + +.mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; +} + +.my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; +} + +.mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; +} + +.my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; +} + +.mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; +} + +.my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; +} + +.mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; +} + +.my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-1\/2 { + margin-left: 50%; + margin-right: 50%; +} + +.my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; +} + +.mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; +} + +.my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; +} + +.mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; +} + +.my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; +} + +.mx-1\/4 { + margin-left: 25%; + margin-right: 25%; +} + +.my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-2\/4 { + margin-left: 50%; + margin-right: 50%; +} + +.my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; +} + +.mx-3\/4 { + margin-left: 75%; + margin-right: 75%; +} + +.my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; +} + +.mx-1\/5 { + margin-left: 20%; + margin-right: 20%; +} + +.my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; +} + +.mx-2\/5 { + margin-left: 40%; + margin-right: 40%; +} + +.my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; +} + +.mx-3\/5 { + margin-left: 60%; + margin-right: 60%; +} + +.my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; +} + +.mx-4\/5 { + margin-left: 80%; + margin-right: 80%; +} + +.my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; +} + +.mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; +} + +.my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; +} + +.mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; +} + +.my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-3\/6 { + margin-left: 50%; + margin-right: 50%; +} + +.my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; +} + +.mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; +} + +.my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; +} + +.mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; +} + +.my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; +} + +.mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; +} + +.my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; +} + +.mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; +} + +.my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; +} + +.mx-3\/12 { + margin-left: 25%; + margin-right: 25%; +} + +.my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; +} + +.mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; +} + +.my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; +} + +.mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; +} + +.my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-6\/12 { + margin-left: 50%; + margin-right: 50%; +} + +.my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; +} + +.mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; +} + +.my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; +} + +.mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; +} + +.my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; +} + +.mx-9\/12 { + margin-left: 75%; + margin-right: 75%; +} + +.my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; +} + +.mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; +} + +.my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; +} + +.mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; +} + +.my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; +} + +.mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; +} + +.my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; +} + +.mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; +} + +.my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; +} + +.mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; +} + +.my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; +} + +.mx-4\/16 { + margin-left: 25%; + margin-right: 25%; +} + +.my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; +} + +.mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; +} + +.my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; +} + +.mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; +} + +.my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; +} + +.mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; +} + +.my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-8\/16 { + margin-left: 50%; + margin-right: 50%; +} + +.my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; +} + +.mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; +} + +.my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; +} + +.mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; +} + +.my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; +} + +.mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; +} + +.my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; +} + +.mx-12\/16 { + margin-left: 75%; + margin-right: 75%; +} + +.my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; +} + +.mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; +} + +.my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; +} + +.mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; +} + +.my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; +} + +.mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; +} + +.my-full { + margin-top: 100%; + margin-bottom: 100%; +} + +.mx-full { + margin-left: 100%; + margin-right: 100%; +} + .-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -16144,6 +18900,16 @@ video { margin-right: -1.5rem; } +.-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; +} + +.-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; +} + .-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -16154,6 +18920,16 @@ video { margin-right: -2rem; } +.-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; +} + +.-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; +} + .-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -16164,6 +18940,16 @@ video { margin-right: -2.5rem; } +.-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; +} + +.-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; +} + .-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -16174,6 +18960,36 @@ video { margin-right: -3rem; } +.-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; +} + +.-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; +} + +.-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; +} + +.-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; +} + +.-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; +} + +.-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; +} + .-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -16204,6 +19020,16 @@ video { margin-right: -6rem; } +.-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; +} + +.-mx-28 { + margin-left: -7rem; + margin-right: -7rem; +} + .-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -16214,6 +19040,16 @@ video { margin-right: -8rem; } +.-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; +} + +.-mx-36 { + margin-left: -9rem; + margin-right: -9rem; +} + .-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -16224,6 +19060,16 @@ video { margin-right: -10rem; } +.-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; +} + +.-mx-44 { + margin-left: -11rem; + margin-right: -11rem; +} + .-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -16234,6 +19080,16 @@ video { margin-right: -12rem; } +.-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; +} + +.-mx-52 { + margin-left: -13rem; + margin-right: -13rem; +} + .-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -16244,6 +19100,16 @@ video { margin-right: -14rem; } +.-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; +} + +.-mx-60 { + margin-left: -15rem; + margin-right: -15rem; +} + .-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -16254,6 +19120,36 @@ video { margin-right: -16rem; } +.-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; +} + +.-mx-72 { + margin-left: -18rem; + margin-right: -18rem; +} + +.-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; +} + +.-mx-80 { + margin-left: -20rem; + margin-right: -20rem; +} + +.-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; +} + +.-mx-96 { + margin-left: -24rem; + margin-right: -24rem; +} + .-my-px { margin-top: -1px; margin-bottom: -1px; @@ -16264,6 +19160,466 @@ video { margin-right: -1px; } +.-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; +} + +.-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; +} + +.-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; +} + +.-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; +} + +.-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; +} + +.-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; +} + +.-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; +} + +.-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; +} + +.-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; +} + +.-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; +} + +.-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; +} + +.-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; +} + +.-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; +} + +.-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; +} + +.-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; +} + +.-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; +} + +.-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; +} + +.-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; +} + +.-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; +} + +.-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; +} + +.-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; +} + +.-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; +} + +.-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; +} + +.-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; +} + +.-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; +} + +.-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; +} + +.-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; +} + +.-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; +} + +.-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; +} + +.-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; +} + +.-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; +} + +.-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; +} + +.-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; +} + +.-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; +} + +.-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; +} + +.-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; +} + +.-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; +} + +.-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; +} + +.-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; +} + +.-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; +} + +.-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; +} + +.-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; +} + +.-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; +} + +.-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; +} + +.-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; +} + +.-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; +} + +.-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; +} + +.-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; +} + +.-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; +} + +.-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; +} + +.-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; +} + +.-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; +} + +.-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; +} + +.-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; +} + +.-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; +} + +.-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; +} + +.-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; +} + +.-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; +} + +.-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; +} + +.-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; +} + +.-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; +} + +.-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; +} + +.-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; +} + +.-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; +} + +.-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; +} + +.-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; +} + +.-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; +} + +.-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; +} + +.-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; +} + +.-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; +} + +.-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; +} + +.-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; +} + +.-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; +} + +.-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; +} + +.-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; +} + +.-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; +} + +.-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; +} + +.-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; +} + +.-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; +} + +.-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; +} + +.-my-full { + margin-top: -100%; + margin-bottom: -100%; +} + +.-mx-full { + margin-left: -100%; + margin-right: -100%; +} + .mt-0 { margin-top: 0; } @@ -16376,6 +19732,22 @@ video { margin-left: 1.5rem; } +.mt-7 { + margin-top: 1.75rem; +} + +.mr-7 { + margin-right: 1.75rem; +} + +.mb-7 { + margin-bottom: 1.75rem; +} + +.ml-7 { + margin-left: 1.75rem; +} + .mt-8 { margin-top: 2rem; } @@ -16392,6 +19764,22 @@ video { margin-left: 2rem; } +.mt-9 { + margin-top: 2.25rem; +} + +.mr-9 { + margin-right: 2.25rem; +} + +.mb-9 { + margin-bottom: 2.25rem; +} + +.ml-9 { + margin-left: 2.25rem; +} + .mt-10 { margin-top: 2.5rem; } @@ -16408,6 +19796,22 @@ video { margin-left: 2.5rem; } +.mt-11 { + margin-top: 2.75rem; +} + +.mr-11 { + margin-right: 2.75rem; +} + +.mb-11 { + margin-bottom: 2.75rem; +} + +.ml-11 { + margin-left: 2.75rem; +} + .mt-12 { margin-top: 3rem; } @@ -16424,6 +19828,54 @@ video { margin-left: 3rem; } +.mt-13 { + margin-top: 3.25rem; +} + +.mr-13 { + margin-right: 3.25rem; +} + +.mb-13 { + margin-bottom: 3.25rem; +} + +.ml-13 { + margin-left: 3.25rem; +} + +.mt-14 { + margin-top: 3.5rem; +} + +.mr-14 { + margin-right: 3.5rem; +} + +.mb-14 { + margin-bottom: 3.5rem; +} + +.ml-14 { + margin-left: 3.5rem; +} + +.mt-15 { + margin-top: 3.75rem; +} + +.mr-15 { + margin-right: 3.75rem; +} + +.mb-15 { + margin-bottom: 3.75rem; +} + +.ml-15 { + margin-left: 3.75rem; +} + .mt-16 { margin-top: 4rem; } @@ -16472,6 +19924,22 @@ video { margin-left: 6rem; } +.mt-28 { + margin-top: 7rem; +} + +.mr-28 { + margin-right: 7rem; +} + +.mb-28 { + margin-bottom: 7rem; +} + +.ml-28 { + margin-left: 7rem; +} + .mt-32 { margin-top: 8rem; } @@ -16488,6 +19956,22 @@ video { margin-left: 8rem; } +.mt-36 { + margin-top: 9rem; +} + +.mr-36 { + margin-right: 9rem; +} + +.mb-36 { + margin-bottom: 9rem; +} + +.ml-36 { + margin-left: 9rem; +} + .mt-40 { margin-top: 10rem; } @@ -16504,6 +19988,22 @@ video { margin-left: 10rem; } +.mt-44 { + margin-top: 11rem; +} + +.mr-44 { + margin-right: 11rem; +} + +.mb-44 { + margin-bottom: 11rem; +} + +.ml-44 { + margin-left: 11rem; +} + .mt-48 { margin-top: 12rem; } @@ -16520,6 +20020,22 @@ video { margin-left: 12rem; } +.mt-52 { + margin-top: 13rem; +} + +.mr-52 { + margin-right: 13rem; +} + +.mb-52 { + margin-bottom: 13rem; +} + +.ml-52 { + margin-left: 13rem; +} + .mt-56 { margin-top: 14rem; } @@ -16536,6 +20052,22 @@ video { margin-left: 14rem; } +.mt-60 { + margin-top: 15rem; +} + +.mr-60 { + margin-right: 15rem; +} + +.mb-60 { + margin-bottom: 15rem; +} + +.ml-60 { + margin-left: 15rem; +} + .mt-64 { margin-top: 16rem; } @@ -16552,6 +20084,54 @@ video { margin-left: 16rem; } +.mt-72 { + margin-top: 18rem; +} + +.mr-72 { + margin-right: 18rem; +} + +.mb-72 { + margin-bottom: 18rem; +} + +.ml-72 { + margin-left: 18rem; +} + +.mt-80 { + margin-top: 20rem; +} + +.mr-80 { + margin-right: 20rem; +} + +.mb-80 { + margin-bottom: 20rem; +} + +.ml-80 { + margin-left: 20rem; +} + +.mt-96 { + margin-top: 24rem; +} + +.mr-96 { + margin-right: 24rem; +} + +.mb-96 { + margin-bottom: 24rem; +} + +.ml-96 { + margin-left: 24rem; +} + .mt-auto { margin-top: auto; } @@ -16584,6 +20164,742 @@ video { margin-left: 1px; } +.mt-0\.5 { + margin-top: 0.125rem; +} + +.mr-0\.5 { + margin-right: 0.125rem; +} + +.mb-0\.5 { + margin-bottom: 0.125rem; +} + +.ml-0\.5 { + margin-left: 0.125rem; +} + +.mt-1\.5 { + margin-top: 0.375rem; +} + +.mr-1\.5 { + margin-right: 0.375rem; +} + +.mb-1\.5 { + margin-bottom: 0.375rem; +} + +.ml-1\.5 { + margin-left: 0.375rem; +} + +.mt-2\.5 { + margin-top: 0.625rem; +} + +.mr-2\.5 { + margin-right: 0.625rem; +} + +.mb-2\.5 { + margin-bottom: 0.625rem; +} + +.ml-2\.5 { + margin-left: 0.625rem; +} + +.mt-3\.5 { + margin-top: 0.875rem; +} + +.mr-3\.5 { + margin-right: 0.875rem; +} + +.mb-3\.5 { + margin-bottom: 0.875rem; +} + +.ml-3\.5 { + margin-left: 0.875rem; +} + +.mt-1\/2 { + margin-top: 50%; +} + +.mr-1\/2 { + margin-right: 50%; +} + +.mb-1\/2 { + margin-bottom: 50%; +} + +.ml-1\/2 { + margin-left: 50%; +} + +.mt-1\/3 { + margin-top: 33.333333%; +} + +.mr-1\/3 { + margin-right: 33.333333%; +} + +.mb-1\/3 { + margin-bottom: 33.333333%; +} + +.ml-1\/3 { + margin-left: 33.333333%; +} + +.mt-2\/3 { + margin-top: 66.666667%; +} + +.mr-2\/3 { + margin-right: 66.666667%; +} + +.mb-2\/3 { + margin-bottom: 66.666667%; +} + +.ml-2\/3 { + margin-left: 66.666667%; +} + +.mt-1\/4 { + margin-top: 25%; +} + +.mr-1\/4 { + margin-right: 25%; +} + +.mb-1\/4 { + margin-bottom: 25%; +} + +.ml-1\/4 { + margin-left: 25%; +} + +.mt-2\/4 { + margin-top: 50%; +} + +.mr-2\/4 { + margin-right: 50%; +} + +.mb-2\/4 { + margin-bottom: 50%; +} + +.ml-2\/4 { + margin-left: 50%; +} + +.mt-3\/4 { + margin-top: 75%; +} + +.mr-3\/4 { + margin-right: 75%; +} + +.mb-3\/4 { + margin-bottom: 75%; +} + +.ml-3\/4 { + margin-left: 75%; +} + +.mt-1\/5 { + margin-top: 20%; +} + +.mr-1\/5 { + margin-right: 20%; +} + +.mb-1\/5 { + margin-bottom: 20%; +} + +.ml-1\/5 { + margin-left: 20%; +} + +.mt-2\/5 { + margin-top: 40%; +} + +.mr-2\/5 { + margin-right: 40%; +} + +.mb-2\/5 { + margin-bottom: 40%; +} + +.ml-2\/5 { + margin-left: 40%; +} + +.mt-3\/5 { + margin-top: 60%; +} + +.mr-3\/5 { + margin-right: 60%; +} + +.mb-3\/5 { + margin-bottom: 60%; +} + +.ml-3\/5 { + margin-left: 60%; +} + +.mt-4\/5 { + margin-top: 80%; +} + +.mr-4\/5 { + margin-right: 80%; +} + +.mb-4\/5 { + margin-bottom: 80%; +} + +.ml-4\/5 { + margin-left: 80%; +} + +.mt-1\/6 { + margin-top: 16.666667%; +} + +.mr-1\/6 { + margin-right: 16.666667%; +} + +.mb-1\/6 { + margin-bottom: 16.666667%; +} + +.ml-1\/6 { + margin-left: 16.666667%; +} + +.mt-2\/6 { + margin-top: 33.333333%; +} + +.mr-2\/6 { + margin-right: 33.333333%; +} + +.mb-2\/6 { + margin-bottom: 33.333333%; +} + +.ml-2\/6 { + margin-left: 33.333333%; +} + +.mt-3\/6 { + margin-top: 50%; +} + +.mr-3\/6 { + margin-right: 50%; +} + +.mb-3\/6 { + margin-bottom: 50%; +} + +.ml-3\/6 { + margin-left: 50%; +} + +.mt-4\/6 { + margin-top: 66.666667%; +} + +.mr-4\/6 { + margin-right: 66.666667%; +} + +.mb-4\/6 { + margin-bottom: 66.666667%; +} + +.ml-4\/6 { + margin-left: 66.666667%; +} + +.mt-5\/6 { + margin-top: 83.333333%; +} + +.mr-5\/6 { + margin-right: 83.333333%; +} + +.mb-5\/6 { + margin-bottom: 83.333333%; +} + +.ml-5\/6 { + margin-left: 83.333333%; +} + +.mt-1\/12 { + margin-top: 8.333333%; +} + +.mr-1\/12 { + margin-right: 8.333333%; +} + +.mb-1\/12 { + margin-bottom: 8.333333%; +} + +.ml-1\/12 { + margin-left: 8.333333%; +} + +.mt-2\/12 { + margin-top: 16.666667%; +} + +.mr-2\/12 { + margin-right: 16.666667%; +} + +.mb-2\/12 { + margin-bottom: 16.666667%; +} + +.ml-2\/12 { + margin-left: 16.666667%; +} + +.mt-3\/12 { + margin-top: 25%; +} + +.mr-3\/12 { + margin-right: 25%; +} + +.mb-3\/12 { + margin-bottom: 25%; +} + +.ml-3\/12 { + margin-left: 25%; +} + +.mt-4\/12 { + margin-top: 33.333333%; +} + +.mr-4\/12 { + margin-right: 33.333333%; +} + +.mb-4\/12 { + margin-bottom: 33.333333%; +} + +.ml-4\/12 { + margin-left: 33.333333%; +} + +.mt-5\/12 { + margin-top: 41.666667%; +} + +.mr-5\/12 { + margin-right: 41.666667%; +} + +.mb-5\/12 { + margin-bottom: 41.666667%; +} + +.ml-5\/12 { + margin-left: 41.666667%; +} + +.mt-6\/12 { + margin-top: 50%; +} + +.mr-6\/12 { + margin-right: 50%; +} + +.mb-6\/12 { + margin-bottom: 50%; +} + +.ml-6\/12 { + margin-left: 50%; +} + +.mt-7\/12 { + margin-top: 58.333333%; +} + +.mr-7\/12 { + margin-right: 58.333333%; +} + +.mb-7\/12 { + margin-bottom: 58.333333%; +} + +.ml-7\/12 { + margin-left: 58.333333%; +} + +.mt-8\/12 { + margin-top: 66.666667%; +} + +.mr-8\/12 { + margin-right: 66.666667%; +} + +.mb-8\/12 { + margin-bottom: 66.666667%; +} + +.ml-8\/12 { + margin-left: 66.666667%; +} + +.mt-9\/12 { + margin-top: 75%; +} + +.mr-9\/12 { + margin-right: 75%; +} + +.mb-9\/12 { + margin-bottom: 75%; +} + +.ml-9\/12 { + margin-left: 75%; +} + +.mt-10\/12 { + margin-top: 83.333333%; +} + +.mr-10\/12 { + margin-right: 83.333333%; +} + +.mb-10\/12 { + margin-bottom: 83.333333%; +} + +.ml-10\/12 { + margin-left: 83.333333%; +} + +.mt-11\/12 { + margin-top: 91.666667%; +} + +.mr-11\/12 { + margin-right: 91.666667%; +} + +.mb-11\/12 { + margin-bottom: 91.666667%; +} + +.ml-11\/12 { + margin-left: 91.666667%; +} + +.mt-1\/16 { + margin-top: 6.25%; +} + +.mr-1\/16 { + margin-right: 6.25%; +} + +.mb-1\/16 { + margin-bottom: 6.25%; +} + +.ml-1\/16 { + margin-left: 6.25%; +} + +.mt-2\/16 { + margin-top: 12.5%; +} + +.mr-2\/16 { + margin-right: 12.5%; +} + +.mb-2\/16 { + margin-bottom: 12.5%; +} + +.ml-2\/16 { + margin-left: 12.5%; +} + +.mt-3\/16 { + margin-top: 18.75%; +} + +.mr-3\/16 { + margin-right: 18.75%; +} + +.mb-3\/16 { + margin-bottom: 18.75%; +} + +.ml-3\/16 { + margin-left: 18.75%; +} + +.mt-4\/16 { + margin-top: 25%; +} + +.mr-4\/16 { + margin-right: 25%; +} + +.mb-4\/16 { + margin-bottom: 25%; +} + +.ml-4\/16 { + margin-left: 25%; +} + +.mt-5\/16 { + margin-top: 31.25%; +} + +.mr-5\/16 { + margin-right: 31.25%; +} + +.mb-5\/16 { + margin-bottom: 31.25%; +} + +.ml-5\/16 { + margin-left: 31.25%; +} + +.mt-6\/16 { + margin-top: 37.5%; +} + +.mr-6\/16 { + margin-right: 37.5%; +} + +.mb-6\/16 { + margin-bottom: 37.5%; +} + +.ml-6\/16 { + margin-left: 37.5%; +} + +.mt-7\/16 { + margin-top: 43.75%; +} + +.mr-7\/16 { + margin-right: 43.75%; +} + +.mb-7\/16 { + margin-bottom: 43.75%; +} + +.ml-7\/16 { + margin-left: 43.75%; +} + +.mt-8\/16 { + margin-top: 50%; +} + +.mr-8\/16 { + margin-right: 50%; +} + +.mb-8\/16 { + margin-bottom: 50%; +} + +.ml-8\/16 { + margin-left: 50%; +} + +.mt-9\/16 { + margin-top: 56.25%; +} + +.mr-9\/16 { + margin-right: 56.25%; +} + +.mb-9\/16 { + margin-bottom: 56.25%; +} + +.ml-9\/16 { + margin-left: 56.25%; +} + +.mt-10\/16 { + margin-top: 62.5%; +} + +.mr-10\/16 { + margin-right: 62.5%; +} + +.mb-10\/16 { + margin-bottom: 62.5%; +} + +.ml-10\/16 { + margin-left: 62.5%; +} + +.mt-11\/16 { + margin-top: 68.75%; +} + +.mr-11\/16 { + margin-right: 68.75%; +} + +.mb-11\/16 { + margin-bottom: 68.75%; +} + +.ml-11\/16 { + margin-left: 68.75%; +} + +.mt-12\/16 { + margin-top: 75%; +} + +.mr-12\/16 { + margin-right: 75%; +} + +.mb-12\/16 { + margin-bottom: 75%; +} + +.ml-12\/16 { + margin-left: 75%; +} + +.mt-13\/16 { + margin-top: 81.25%; +} + +.mr-13\/16 { + margin-right: 81.25%; +} + +.mb-13\/16 { + margin-bottom: 81.25%; +} + +.ml-13\/16 { + margin-left: 81.25%; +} + +.mt-14\/16 { + margin-top: 87.5%; +} + +.mr-14\/16 { + margin-right: 87.5%; +} + +.mb-14\/16 { + margin-bottom: 87.5%; +} + +.ml-14\/16 { + margin-left: 87.5%; +} + +.mt-15\/16 { + margin-top: 93.75%; +} + +.mr-15\/16 { + margin-right: 93.75%; +} + +.mb-15\/16 { + margin-bottom: 93.75%; +} + +.ml-15\/16 { + margin-left: 93.75%; +} + +.mt-full { + margin-top: 100%; +} + +.mr-full { + margin-right: 100%; +} + +.mb-full { + margin-bottom: 100%; +} + +.ml-full { + margin-left: 100%; +} + .-mt-1 { margin-top: -0.25rem; } @@ -16680,6 +20996,22 @@ video { margin-left: -1.5rem; } +.-mt-7 { + margin-top: -1.75rem; +} + +.-mr-7 { + margin-right: -1.75rem; +} + +.-mb-7 { + margin-bottom: -1.75rem; +} + +.-ml-7 { + margin-left: -1.75rem; +} + .-mt-8 { margin-top: -2rem; } @@ -16696,6 +21028,22 @@ video { margin-left: -2rem; } +.-mt-9 { + margin-top: -2.25rem; +} + +.-mr-9 { + margin-right: -2.25rem; +} + +.-mb-9 { + margin-bottom: -2.25rem; +} + +.-ml-9 { + margin-left: -2.25rem; +} + .-mt-10 { margin-top: -2.5rem; } @@ -16712,6 +21060,22 @@ video { margin-left: -2.5rem; } +.-mt-11 { + margin-top: -2.75rem; +} + +.-mr-11 { + margin-right: -2.75rem; +} + +.-mb-11 { + margin-bottom: -2.75rem; +} + +.-ml-11 { + margin-left: -2.75rem; +} + .-mt-12 { margin-top: -3rem; } @@ -16728,6 +21092,54 @@ video { margin-left: -3rem; } +.-mt-13 { + margin-top: -3.25rem; +} + +.-mr-13 { + margin-right: -3.25rem; +} + +.-mb-13 { + margin-bottom: -3.25rem; +} + +.-ml-13 { + margin-left: -3.25rem; +} + +.-mt-14 { + margin-top: -3.5rem; +} + +.-mr-14 { + margin-right: -3.5rem; +} + +.-mb-14 { + margin-bottom: -3.5rem; +} + +.-ml-14 { + margin-left: -3.5rem; +} + +.-mt-15 { + margin-top: -3.75rem; +} + +.-mr-15 { + margin-right: -3.75rem; +} + +.-mb-15 { + margin-bottom: -3.75rem; +} + +.-ml-15 { + margin-left: -3.75rem; +} + .-mt-16 { margin-top: -4rem; } @@ -16776,6 +21188,22 @@ video { margin-left: -6rem; } +.-mt-28 { + margin-top: -7rem; +} + +.-mr-28 { + margin-right: -7rem; +} + +.-mb-28 { + margin-bottom: -7rem; +} + +.-ml-28 { + margin-left: -7rem; +} + .-mt-32 { margin-top: -8rem; } @@ -16792,6 +21220,22 @@ video { margin-left: -8rem; } +.-mt-36 { + margin-top: -9rem; +} + +.-mr-36 { + margin-right: -9rem; +} + +.-mb-36 { + margin-bottom: -9rem; +} + +.-ml-36 { + margin-left: -9rem; +} + .-mt-40 { margin-top: -10rem; } @@ -16808,6 +21252,22 @@ video { margin-left: -10rem; } +.-mt-44 { + margin-top: -11rem; +} + +.-mr-44 { + margin-right: -11rem; +} + +.-mb-44 { + margin-bottom: -11rem; +} + +.-ml-44 { + margin-left: -11rem; +} + .-mt-48 { margin-top: -12rem; } @@ -16824,6 +21284,22 @@ video { margin-left: -12rem; } +.-mt-52 { + margin-top: -13rem; +} + +.-mr-52 { + margin-right: -13rem; +} + +.-mb-52 { + margin-bottom: -13rem; +} + +.-ml-52 { + margin-left: -13rem; +} + .-mt-56 { margin-top: -14rem; } @@ -16840,6 +21316,22 @@ video { margin-left: -14rem; } +.-mt-60 { + margin-top: -15rem; +} + +.-mr-60 { + margin-right: -15rem; +} + +.-mb-60 { + margin-bottom: -15rem; +} + +.-ml-60 { + margin-left: -15rem; +} + .-mt-64 { margin-top: -16rem; } @@ -16856,6 +21348,54 @@ video { margin-left: -16rem; } +.-mt-72 { + margin-top: -18rem; +} + +.-mr-72 { + margin-right: -18rem; +} + +.-mb-72 { + margin-bottom: -18rem; +} + +.-ml-72 { + margin-left: -18rem; +} + +.-mt-80 { + margin-top: -20rem; +} + +.-mr-80 { + margin-right: -20rem; +} + +.-mb-80 { + margin-bottom: -20rem; +} + +.-ml-80 { + margin-left: -20rem; +} + +.-mt-96 { + margin-top: -24rem; +} + +.-mr-96 { + margin-right: -24rem; +} + +.-mb-96 { + margin-bottom: -24rem; +} + +.-ml-96 { + margin-left: -24rem; +} + .-mt-px { margin-top: -1px; } @@ -16872,14 +21412,1066 @@ video { margin-left: -1px; } -.max-h-full { - max-height: 100%; +.-mt-0\.5 { + margin-top: -0.125rem; +} + +.-mr-0\.5 { + margin-right: -0.125rem; +} + +.-mb-0\.5 { + margin-bottom: -0.125rem; +} + +.-ml-0\.5 { + margin-left: -0.125rem; +} + +.-mt-1\.5 { + margin-top: -0.375rem; +} + +.-mr-1\.5 { + margin-right: -0.375rem; +} + +.-mb-1\.5 { + margin-bottom: -0.375rem; +} + +.-ml-1\.5 { + margin-left: -0.375rem; +} + +.-mt-2\.5 { + margin-top: -0.625rem; +} + +.-mr-2\.5 { + margin-right: -0.625rem; +} + +.-mb-2\.5 { + margin-bottom: -0.625rem; +} + +.-ml-2\.5 { + margin-left: -0.625rem; +} + +.-mt-3\.5 { + margin-top: -0.875rem; +} + +.-mr-3\.5 { + margin-right: -0.875rem; +} + +.-mb-3\.5 { + margin-bottom: -0.875rem; +} + +.-ml-3\.5 { + margin-left: -0.875rem; +} + +.-mt-1\/2 { + margin-top: -50%; +} + +.-mr-1\/2 { + margin-right: -50%; +} + +.-mb-1\/2 { + margin-bottom: -50%; +} + +.-ml-1\/2 { + margin-left: -50%; +} + +.-mt-1\/3 { + margin-top: -33.33333%; +} + +.-mr-1\/3 { + margin-right: -33.33333%; +} + +.-mb-1\/3 { + margin-bottom: -33.33333%; +} + +.-ml-1\/3 { + margin-left: -33.33333%; +} + +.-mt-2\/3 { + margin-top: -66.66667%; +} + +.-mr-2\/3 { + margin-right: -66.66667%; +} + +.-mb-2\/3 { + margin-bottom: -66.66667%; +} + +.-ml-2\/3 { + margin-left: -66.66667%; +} + +.-mt-1\/4 { + margin-top: -25%; +} + +.-mr-1\/4 { + margin-right: -25%; +} + +.-mb-1\/4 { + margin-bottom: -25%; +} + +.-ml-1\/4 { + margin-left: -25%; +} + +.-mt-2\/4 { + margin-top: -50%; +} + +.-mr-2\/4 { + margin-right: -50%; +} + +.-mb-2\/4 { + margin-bottom: -50%; +} + +.-ml-2\/4 { + margin-left: -50%; +} + +.-mt-3\/4 { + margin-top: -75%; +} + +.-mr-3\/4 { + margin-right: -75%; +} + +.-mb-3\/4 { + margin-bottom: -75%; +} + +.-ml-3\/4 { + margin-left: -75%; +} + +.-mt-1\/5 { + margin-top: -20%; +} + +.-mr-1\/5 { + margin-right: -20%; +} + +.-mb-1\/5 { + margin-bottom: -20%; +} + +.-ml-1\/5 { + margin-left: -20%; +} + +.-mt-2\/5 { + margin-top: -40%; +} + +.-mr-2\/5 { + margin-right: -40%; +} + +.-mb-2\/5 { + margin-bottom: -40%; +} + +.-ml-2\/5 { + margin-left: -40%; +} + +.-mt-3\/5 { + margin-top: -60%; +} + +.-mr-3\/5 { + margin-right: -60%; +} + +.-mb-3\/5 { + margin-bottom: -60%; +} + +.-ml-3\/5 { + margin-left: -60%; +} + +.-mt-4\/5 { + margin-top: -80%; +} + +.-mr-4\/5 { + margin-right: -80%; +} + +.-mb-4\/5 { + margin-bottom: -80%; +} + +.-ml-4\/5 { + margin-left: -80%; +} + +.-mt-1\/6 { + margin-top: -16.66667%; +} + +.-mr-1\/6 { + margin-right: -16.66667%; +} + +.-mb-1\/6 { + margin-bottom: -16.66667%; +} + +.-ml-1\/6 { + margin-left: -16.66667%; +} + +.-mt-2\/6 { + margin-top: -33.33333%; +} + +.-mr-2\/6 { + margin-right: -33.33333%; +} + +.-mb-2\/6 { + margin-bottom: -33.33333%; +} + +.-ml-2\/6 { + margin-left: -33.33333%; +} + +.-mt-3\/6 { + margin-top: -50%; +} + +.-mr-3\/6 { + margin-right: -50%; +} + +.-mb-3\/6 { + margin-bottom: -50%; +} + +.-ml-3\/6 { + margin-left: -50%; +} + +.-mt-4\/6 { + margin-top: -66.66667%; +} + +.-mr-4\/6 { + margin-right: -66.66667%; +} + +.-mb-4\/6 { + margin-bottom: -66.66667%; +} + +.-ml-4\/6 { + margin-left: -66.66667%; +} + +.-mt-5\/6 { + margin-top: -83.33333%; +} + +.-mr-5\/6 { + margin-right: -83.33333%; +} + +.-mb-5\/6 { + margin-bottom: -83.33333%; +} + +.-ml-5\/6 { + margin-left: -83.33333%; +} + +.-mt-1\/12 { + margin-top: -8.33333%; +} + +.-mr-1\/12 { + margin-right: -8.33333%; +} + +.-mb-1\/12 { + margin-bottom: -8.33333%; +} + +.-ml-1\/12 { + margin-left: -8.33333%; +} + +.-mt-2\/12 { + margin-top: -16.66667%; +} + +.-mr-2\/12 { + margin-right: -16.66667%; +} + +.-mb-2\/12 { + margin-bottom: -16.66667%; +} + +.-ml-2\/12 { + margin-left: -16.66667%; +} + +.-mt-3\/12 { + margin-top: -25%; +} + +.-mr-3\/12 { + margin-right: -25%; +} + +.-mb-3\/12 { + margin-bottom: -25%; +} + +.-ml-3\/12 { + margin-left: -25%; +} + +.-mt-4\/12 { + margin-top: -33.33333%; +} + +.-mr-4\/12 { + margin-right: -33.33333%; +} + +.-mb-4\/12 { + margin-bottom: -33.33333%; +} + +.-ml-4\/12 { + margin-left: -33.33333%; +} + +.-mt-5\/12 { + margin-top: -41.66667%; +} + +.-mr-5\/12 { + margin-right: -41.66667%; +} + +.-mb-5\/12 { + margin-bottom: -41.66667%; +} + +.-ml-5\/12 { + margin-left: -41.66667%; +} + +.-mt-6\/12 { + margin-top: -50%; +} + +.-mr-6\/12 { + margin-right: -50%; +} + +.-mb-6\/12 { + margin-bottom: -50%; +} + +.-ml-6\/12 { + margin-left: -50%; +} + +.-mt-7\/12 { + margin-top: -58.33333%; +} + +.-mr-7\/12 { + margin-right: -58.33333%; +} + +.-mb-7\/12 { + margin-bottom: -58.33333%; +} + +.-ml-7\/12 { + margin-left: -58.33333%; +} + +.-mt-8\/12 { + margin-top: -66.66667%; +} + +.-mr-8\/12 { + margin-right: -66.66667%; +} + +.-mb-8\/12 { + margin-bottom: -66.66667%; +} + +.-ml-8\/12 { + margin-left: -66.66667%; +} + +.-mt-9\/12 { + margin-top: -75%; +} + +.-mr-9\/12 { + margin-right: -75%; +} + +.-mb-9\/12 { + margin-bottom: -75%; +} + +.-ml-9\/12 { + margin-left: -75%; +} + +.-mt-10\/12 { + margin-top: -83.33333%; +} + +.-mr-10\/12 { + margin-right: -83.33333%; +} + +.-mb-10\/12 { + margin-bottom: -83.33333%; +} + +.-ml-10\/12 { + margin-left: -83.33333%; +} + +.-mt-11\/12 { + margin-top: -91.66667%; +} + +.-mr-11\/12 { + margin-right: -91.66667%; +} + +.-mb-11\/12 { + margin-bottom: -91.66667%; +} + +.-ml-11\/12 { + margin-left: -91.66667%; +} + +.-mt-1\/16 { + margin-top: -6.25%; +} + +.-mr-1\/16 { + margin-right: -6.25%; +} + +.-mb-1\/16 { + margin-bottom: -6.25%; +} + +.-ml-1\/16 { + margin-left: -6.25%; +} + +.-mt-2\/16 { + margin-top: -12.5%; +} + +.-mr-2\/16 { + margin-right: -12.5%; +} + +.-mb-2\/16 { + margin-bottom: -12.5%; +} + +.-ml-2\/16 { + margin-left: -12.5%; +} + +.-mt-3\/16 { + margin-top: -18.75%; +} + +.-mr-3\/16 { + margin-right: -18.75%; +} + +.-mb-3\/16 { + margin-bottom: -18.75%; +} + +.-ml-3\/16 { + margin-left: -18.75%; +} + +.-mt-4\/16 { + margin-top: -25%; +} + +.-mr-4\/16 { + margin-right: -25%; +} + +.-mb-4\/16 { + margin-bottom: -25%; +} + +.-ml-4\/16 { + margin-left: -25%; +} + +.-mt-5\/16 { + margin-top: -31.25%; +} + +.-mr-5\/16 { + margin-right: -31.25%; +} + +.-mb-5\/16 { + margin-bottom: -31.25%; +} + +.-ml-5\/16 { + margin-left: -31.25%; +} + +.-mt-6\/16 { + margin-top: -37.5%; +} + +.-mr-6\/16 { + margin-right: -37.5%; +} + +.-mb-6\/16 { + margin-bottom: -37.5%; +} + +.-ml-6\/16 { + margin-left: -37.5%; +} + +.-mt-7\/16 { + margin-top: -43.75%; +} + +.-mr-7\/16 { + margin-right: -43.75%; +} + +.-mb-7\/16 { + margin-bottom: -43.75%; +} + +.-ml-7\/16 { + margin-left: -43.75%; +} + +.-mt-8\/16 { + margin-top: -50%; +} + +.-mr-8\/16 { + margin-right: -50%; +} + +.-mb-8\/16 { + margin-bottom: -50%; +} + +.-ml-8\/16 { + margin-left: -50%; +} + +.-mt-9\/16 { + margin-top: -56.25%; +} + +.-mr-9\/16 { + margin-right: -56.25%; +} + +.-mb-9\/16 { + margin-bottom: -56.25%; +} + +.-ml-9\/16 { + margin-left: -56.25%; +} + +.-mt-10\/16 { + margin-top: -62.5%; +} + +.-mr-10\/16 { + margin-right: -62.5%; +} + +.-mb-10\/16 { + margin-bottom: -62.5%; +} + +.-ml-10\/16 { + margin-left: -62.5%; +} + +.-mt-11\/16 { + margin-top: -68.75%; +} + +.-mr-11\/16 { + margin-right: -68.75%; +} + +.-mb-11\/16 { + margin-bottom: -68.75%; +} + +.-ml-11\/16 { + margin-left: -68.75%; +} + +.-mt-12\/16 { + margin-top: -75%; +} + +.-mr-12\/16 { + margin-right: -75%; +} + +.-mb-12\/16 { + margin-bottom: -75%; +} + +.-ml-12\/16 { + margin-left: -75%; +} + +.-mt-13\/16 { + margin-top: -81.25%; +} + +.-mr-13\/16 { + margin-right: -81.25%; +} + +.-mb-13\/16 { + margin-bottom: -81.25%; +} + +.-ml-13\/16 { + margin-left: -81.25%; +} + +.-mt-14\/16 { + margin-top: -87.5%; +} + +.-mr-14\/16 { + margin-right: -87.5%; +} + +.-mb-14\/16 { + margin-bottom: -87.5%; +} + +.-ml-14\/16 { + margin-left: -87.5%; +} + +.-mt-15\/16 { + margin-top: -93.75%; +} + +.-mr-15\/16 { + margin-right: -93.75%; +} + +.-mb-15\/16 { + margin-bottom: -93.75%; +} + +.-ml-15\/16 { + margin-left: -93.75%; +} + +.-mt-full { + margin-top: -100%; +} + +.-mr-full { + margin-right: -100%; +} + +.-mb-full { + margin-bottom: -100%; +} + +.-ml-full { + margin-left: -100%; +} + +.max-h-0 { + max-height: 0; +} + +.max-h-1 { + max-height: 0.25rem; +} + +.max-h-2 { + max-height: 0.5rem; +} + +.max-h-3 { + max-height: 0.75rem; +} + +.max-h-4 { + max-height: 1rem; +} + +.max-h-5 { + max-height: 1.25rem; +} + +.max-h-6 { + max-height: 1.5rem; +} + +.max-h-7 { + max-height: 1.75rem; +} + +.max-h-8 { + max-height: 2rem; +} + +.max-h-9 { + max-height: 2.25rem; +} + +.max-h-10 { + max-height: 2.5rem; +} + +.max-h-11 { + max-height: 2.75rem; +} + +.max-h-12 { + max-height: 3rem; +} + +.max-h-13 { + max-height: 3.25rem; +} + +.max-h-14 { + max-height: 3.5rem; +} + +.max-h-15 { + max-height: 3.75rem; +} + +.max-h-16 { + max-height: 4rem; +} + +.max-h-20 { + max-height: 5rem; +} + +.max-h-24 { + max-height: 6rem; +} + +.max-h-28 { + max-height: 7rem; +} + +.max-h-32 { + max-height: 8rem; +} + +.max-h-36 { + max-height: 9rem; +} + +.max-h-40 { + max-height: 10rem; +} + +.max-h-44 { + max-height: 11rem; +} + +.max-h-48 { + max-height: 12rem; +} + +.max-h-52 { + max-height: 13rem; +} + +.max-h-56 { + max-height: 14rem; +} + +.max-h-60 { + max-height: 15rem; +} + +.max-h-64 { + max-height: 16rem; +} + +.max-h-72 { + max-height: 18rem; +} + +.max-h-80 { + max-height: 20rem; +} + +.max-h-96 { + max-height: 24rem; } .max-h-screen { max-height: 100vh; } +.max-h-px { + max-height: 1px; +} + +.max-h-0\.5 { + max-height: 0.125rem; +} + +.max-h-1\.5 { + max-height: 0.375rem; +} + +.max-h-2\.5 { + max-height: 0.625rem; +} + +.max-h-3\.5 { + max-height: 0.875rem; +} + +.max-h-1\/2 { + max-height: 50%; +} + +.max-h-1\/3 { + max-height: 33.333333%; +} + +.max-h-2\/3 { + max-height: 66.666667%; +} + +.max-h-1\/4 { + max-height: 25%; +} + +.max-h-2\/4 { + max-height: 50%; +} + +.max-h-3\/4 { + max-height: 75%; +} + +.max-h-1\/5 { + max-height: 20%; +} + +.max-h-2\/5 { + max-height: 40%; +} + +.max-h-3\/5 { + max-height: 60%; +} + +.max-h-4\/5 { + max-height: 80%; +} + +.max-h-1\/6 { + max-height: 16.666667%; +} + +.max-h-2\/6 { + max-height: 33.333333%; +} + +.max-h-3\/6 { + max-height: 50%; +} + +.max-h-4\/6 { + max-height: 66.666667%; +} + +.max-h-5\/6 { + max-height: 83.333333%; +} + +.max-h-1\/12 { + max-height: 8.333333%; +} + +.max-h-2\/12 { + max-height: 16.666667%; +} + +.max-h-3\/12 { + max-height: 25%; +} + +.max-h-4\/12 { + max-height: 33.333333%; +} + +.max-h-5\/12 { + max-height: 41.666667%; +} + +.max-h-6\/12 { + max-height: 50%; +} + +.max-h-7\/12 { + max-height: 58.333333%; +} + +.max-h-8\/12 { + max-height: 66.666667%; +} + +.max-h-9\/12 { + max-height: 75%; +} + +.max-h-10\/12 { + max-height: 83.333333%; +} + +.max-h-11\/12 { + max-height: 91.666667%; +} + +.max-h-1\/16 { + max-height: 6.25%; +} + +.max-h-2\/16 { + max-height: 12.5%; +} + +.max-h-3\/16 { + max-height: 18.75%; +} + +.max-h-4\/16 { + max-height: 25%; +} + +.max-h-5\/16 { + max-height: 31.25%; +} + +.max-h-6\/16 { + max-height: 37.5%; +} + +.max-h-7\/16 { + max-height: 43.75%; +} + +.max-h-8\/16 { + max-height: 50%; +} + +.max-h-9\/16 { + max-height: 56.25%; +} + +.max-h-10\/16 { + max-height: 62.5%; +} + +.max-h-11\/16 { + max-height: 68.75%; +} + +.max-h-12\/16 { + max-height: 75%; +} + +.max-h-13\/16 { + max-height: 81.25%; +} + +.max-h-14\/16 { + max-height: 87.5%; +} + +.max-h-15\/16 { + max-height: 93.75%; +} + +.max-h-full { + max-height: 100%; +} + +.max-w-0 { + max-width: 0rem; +} + .max-w-none { max-width: none; } @@ -16924,10 +22516,22 @@ video { max-width: 72rem; } +.max-w-7xl { + max-width: 80rem; +} + .max-w-full { max-width: 100%; } +.max-w-min { + max-width: min-content; +} + +.max-w-max { + max-width: max-content; +} + .max-w-screen-sm { max-width: 640px; } @@ -16964,6 +22568,14 @@ video { min-width: 100%; } +.min-w-min { + min-width: min-content; +} + +.min-w-max { + min-width: max-content; +} + .object-contain { object-fit: contain; } @@ -17222,18 +22834,42 @@ video { padding: 1.5rem; } +.p-7 { + padding: 1.75rem; +} + .p-8 { padding: 2rem; } +.p-9 { + padding: 2.25rem; +} + .p-10 { padding: 2.5rem; } +.p-11 { + padding: 2.75rem; +} + .p-12 { padding: 3rem; } +.p-13 { + padding: 3.25rem; +} + +.p-14 { + padding: 3.5rem; +} + +.p-15 { + padding: 3.75rem; +} + .p-16 { padding: 4rem; } @@ -17246,30 +22882,246 @@ video { padding: 6rem; } +.p-28 { + padding: 7rem; +} + .p-32 { padding: 8rem; } +.p-36 { + padding: 9rem; +} + .p-40 { padding: 10rem; } +.p-44 { + padding: 11rem; +} + .p-48 { padding: 12rem; } +.p-52 { + padding: 13rem; +} + .p-56 { padding: 14rem; } +.p-60 { + padding: 15rem; +} + .p-64 { padding: 16rem; } +.p-72 { + padding: 18rem; +} + +.p-80 { + padding: 20rem; +} + +.p-96 { + padding: 24rem; +} + .p-px { padding: 1px; } +.p-0\.5 { + padding: 0.125rem; +} + +.p-1\.5 { + padding: 0.375rem; +} + +.p-2\.5 { + padding: 0.625rem; +} + +.p-3\.5 { + padding: 0.875rem; +} + +.p-1\/2 { + padding: 50%; +} + +.p-1\/3 { + padding: 33.333333%; +} + +.p-2\/3 { + padding: 66.666667%; +} + +.p-1\/4 { + padding: 25%; +} + +.p-2\/4 { + padding: 50%; +} + +.p-3\/4 { + padding: 75%; +} + +.p-1\/5 { + padding: 20%; +} + +.p-2\/5 { + padding: 40%; +} + +.p-3\/5 { + padding: 60%; +} + +.p-4\/5 { + padding: 80%; +} + +.p-1\/6 { + padding: 16.666667%; +} + +.p-2\/6 { + padding: 33.333333%; +} + +.p-3\/6 { + padding: 50%; +} + +.p-4\/6 { + padding: 66.666667%; +} + +.p-5\/6 { + padding: 83.333333%; +} + +.p-1\/12 { + padding: 8.333333%; +} + +.p-2\/12 { + padding: 16.666667%; +} + +.p-3\/12 { + padding: 25%; +} + +.p-4\/12 { + padding: 33.333333%; +} + +.p-5\/12 { + padding: 41.666667%; +} + +.p-6\/12 { + padding: 50%; +} + +.p-7\/12 { + padding: 58.333333%; +} + +.p-8\/12 { + padding: 66.666667%; +} + +.p-9\/12 { + padding: 75%; +} + +.p-10\/12 { + padding: 83.333333%; +} + +.p-11\/12 { + padding: 91.666667%; +} + +.p-1\/16 { + padding: 6.25%; +} + +.p-2\/16 { + padding: 12.5%; +} + +.p-3\/16 { + padding: 18.75%; +} + +.p-4\/16 { + padding: 25%; +} + +.p-5\/16 { + padding: 31.25%; +} + +.p-6\/16 { + padding: 37.5%; +} + +.p-7\/16 { + padding: 43.75%; +} + +.p-8\/16 { + padding: 50%; +} + +.p-9\/16 { + padding: 56.25%; +} + +.p-10\/16 { + padding: 62.5%; +} + +.p-11\/16 { + padding: 68.75%; +} + +.p-12\/16 { + padding: 75%; +} + +.p-13\/16 { + padding: 81.25%; +} + +.p-14\/16 { + padding: 87.5%; +} + +.p-15\/16 { + padding: 93.75%; +} + +.p-full { + padding: 100%; +} + .py-0 { padding-top: 0; padding-bottom: 0; @@ -17340,6 +23192,16 @@ video { padding-right: 1.5rem; } +.py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; +} + +.px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; +} + .py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -17350,6 +23212,16 @@ video { padding-right: 2rem; } +.py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; +} + +.px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; +} + .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -17360,6 +23232,16 @@ video { padding-right: 2.5rem; } +.py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; +} + +.px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; +} + .py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -17370,6 +23252,36 @@ video { padding-right: 3rem; } +.py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; +} + +.px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; +} + +.py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; +} + +.px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; +} + +.py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; +} + +.px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; +} + .py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -17400,6 +23312,16 @@ video { padding-right: 6rem; } +.py-28 { + padding-top: 7rem; + padding-bottom: 7rem; +} + +.px-28 { + padding-left: 7rem; + padding-right: 7rem; +} + .py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -17410,6 +23332,16 @@ video { padding-right: 8rem; } +.py-36 { + padding-top: 9rem; + padding-bottom: 9rem; +} + +.px-36 { + padding-left: 9rem; + padding-right: 9rem; +} + .py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -17420,6 +23352,16 @@ video { padding-right: 10rem; } +.py-44 { + padding-top: 11rem; + padding-bottom: 11rem; +} + +.px-44 { + padding-left: 11rem; + padding-right: 11rem; +} + .py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -17430,6 +23372,16 @@ video { padding-right: 12rem; } +.py-52 { + padding-top: 13rem; + padding-bottom: 13rem; +} + +.px-52 { + padding-left: 13rem; + padding-right: 13rem; +} + .py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -17440,6 +23392,16 @@ video { padding-right: 14rem; } +.py-60 { + padding-top: 15rem; + padding-bottom: 15rem; +} + +.px-60 { + padding-left: 15rem; + padding-right: 15rem; +} + .py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -17450,6 +23412,36 @@ video { padding-right: 16rem; } +.py-72 { + padding-top: 18rem; + padding-bottom: 18rem; +} + +.px-72 { + padding-left: 18rem; + padding-right: 18rem; +} + +.py-80 { + padding-top: 20rem; + padding-bottom: 20rem; +} + +.px-80 { + padding-left: 20rem; + padding-right: 20rem; +} + +.py-96 { + padding-top: 24rem; + padding-bottom: 24rem; +} + +.px-96 { + padding-left: 24rem; + padding-right: 24rem; +} + .py-px { padding-top: 1px; padding-bottom: 1px; @@ -17460,6 +23452,466 @@ video { padding-right: 1px; } +.py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; +} + +.px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; +} + +.py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} + +.px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; +} + +.py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; +} + +.px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; +} + +.py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; +} + +.px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; +} + +.py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-1\/2 { + padding-left: 50%; + padding-right: 50%; +} + +.py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; +} + +.px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; +} + +.py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; +} + +.px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; +} + +.py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; +} + +.px-1\/4 { + padding-left: 25%; + padding-right: 25%; +} + +.py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-2\/4 { + padding-left: 50%; + padding-right: 50%; +} + +.py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; +} + +.px-3\/4 { + padding-left: 75%; + padding-right: 75%; +} + +.py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; +} + +.px-1\/5 { + padding-left: 20%; + padding-right: 20%; +} + +.py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; +} + +.px-2\/5 { + padding-left: 40%; + padding-right: 40%; +} + +.py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; +} + +.px-3\/5 { + padding-left: 60%; + padding-right: 60%; +} + +.py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; +} + +.px-4\/5 { + padding-left: 80%; + padding-right: 80%; +} + +.py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; +} + +.px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; +} + +.py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; +} + +.px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; +} + +.py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-3\/6 { + padding-left: 50%; + padding-right: 50%; +} + +.py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; +} + +.px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; +} + +.py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; +} + +.px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; +} + +.py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; +} + +.px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; +} + +.py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; +} + +.px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; +} + +.py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; +} + +.px-3\/12 { + padding-left: 25%; + padding-right: 25%; +} + +.py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; +} + +.px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; +} + +.py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; +} + +.px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; +} + +.py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-6\/12 { + padding-left: 50%; + padding-right: 50%; +} + +.py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; +} + +.px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; +} + +.py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; +} + +.px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; +} + +.py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; +} + +.px-9\/12 { + padding-left: 75%; + padding-right: 75%; +} + +.py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; +} + +.px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; +} + +.py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; +} + +.px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; +} + +.py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; +} + +.px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; +} + +.py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; +} + +.px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; +} + +.py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; +} + +.px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; +} + +.py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; +} + +.px-4\/16 { + padding-left: 25%; + padding-right: 25%; +} + +.py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; +} + +.px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; +} + +.py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; +} + +.px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; +} + +.py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; +} + +.px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; +} + +.py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-8\/16 { + padding-left: 50%; + padding-right: 50%; +} + +.py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; +} + +.px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; +} + +.py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; +} + +.px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; +} + +.py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; +} + +.px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; +} + +.py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; +} + +.px-12\/16 { + padding-left: 75%; + padding-right: 75%; +} + +.py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; +} + +.px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; +} + +.py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; +} + +.px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; +} + +.py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; +} + +.px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; +} + +.py-full { + padding-top: 100%; + padding-bottom: 100%; +} + +.px-full { + padding-left: 100%; + padding-right: 100%; +} + .pt-0 { padding-top: 0; } @@ -17572,6 +24024,22 @@ video { padding-left: 1.5rem; } +.pt-7 { + padding-top: 1.75rem; +} + +.pr-7 { + padding-right: 1.75rem; +} + +.pb-7 { + padding-bottom: 1.75rem; +} + +.pl-7 { + padding-left: 1.75rem; +} + .pt-8 { padding-top: 2rem; } @@ -17588,6 +24056,22 @@ video { padding-left: 2rem; } +.pt-9 { + padding-top: 2.25rem; +} + +.pr-9 { + padding-right: 2.25rem; +} + +.pb-9 { + padding-bottom: 2.25rem; +} + +.pl-9 { + padding-left: 2.25rem; +} + .pt-10 { padding-top: 2.5rem; } @@ -17604,6 +24088,22 @@ video { padding-left: 2.5rem; } +.pt-11 { + padding-top: 2.75rem; +} + +.pr-11 { + padding-right: 2.75rem; +} + +.pb-11 { + padding-bottom: 2.75rem; +} + +.pl-11 { + padding-left: 2.75rem; +} + .pt-12 { padding-top: 3rem; } @@ -17620,6 +24120,54 @@ video { padding-left: 3rem; } +.pt-13 { + padding-top: 3.25rem; +} + +.pr-13 { + padding-right: 3.25rem; +} + +.pb-13 { + padding-bottom: 3.25rem; +} + +.pl-13 { + padding-left: 3.25rem; +} + +.pt-14 { + padding-top: 3.5rem; +} + +.pr-14 { + padding-right: 3.5rem; +} + +.pb-14 { + padding-bottom: 3.5rem; +} + +.pl-14 { + padding-left: 3.5rem; +} + +.pt-15 { + padding-top: 3.75rem; +} + +.pr-15 { + padding-right: 3.75rem; +} + +.pb-15 { + padding-bottom: 3.75rem; +} + +.pl-15 { + padding-left: 3.75rem; +} + .pt-16 { padding-top: 4rem; } @@ -17668,6 +24216,22 @@ video { padding-left: 6rem; } +.pt-28 { + padding-top: 7rem; +} + +.pr-28 { + padding-right: 7rem; +} + +.pb-28 { + padding-bottom: 7rem; +} + +.pl-28 { + padding-left: 7rem; +} + .pt-32 { padding-top: 8rem; } @@ -17684,6 +24248,22 @@ video { padding-left: 8rem; } +.pt-36 { + padding-top: 9rem; +} + +.pr-36 { + padding-right: 9rem; +} + +.pb-36 { + padding-bottom: 9rem; +} + +.pl-36 { + padding-left: 9rem; +} + .pt-40 { padding-top: 10rem; } @@ -17700,6 +24280,22 @@ video { padding-left: 10rem; } +.pt-44 { + padding-top: 11rem; +} + +.pr-44 { + padding-right: 11rem; +} + +.pb-44 { + padding-bottom: 11rem; +} + +.pl-44 { + padding-left: 11rem; +} + .pt-48 { padding-top: 12rem; } @@ -17716,6 +24312,22 @@ video { padding-left: 12rem; } +.pt-52 { + padding-top: 13rem; +} + +.pr-52 { + padding-right: 13rem; +} + +.pb-52 { + padding-bottom: 13rem; +} + +.pl-52 { + padding-left: 13rem; +} + .pt-56 { padding-top: 14rem; } @@ -17732,6 +24344,22 @@ video { padding-left: 14rem; } +.pt-60 { + padding-top: 15rem; +} + +.pr-60 { + padding-right: 15rem; +} + +.pb-60 { + padding-bottom: 15rem; +} + +.pl-60 { + padding-left: 15rem; +} + .pt-64 { padding-top: 16rem; } @@ -17748,6 +24376,54 @@ video { padding-left: 16rem; } +.pt-72 { + padding-top: 18rem; +} + +.pr-72 { + padding-right: 18rem; +} + +.pb-72 { + padding-bottom: 18rem; +} + +.pl-72 { + padding-left: 18rem; +} + +.pt-80 { + padding-top: 20rem; +} + +.pr-80 { + padding-right: 20rem; +} + +.pb-80 { + padding-bottom: 20rem; +} + +.pl-80 { + padding-left: 20rem; +} + +.pt-96 { + padding-top: 24rem; +} + +.pr-96 { + padding-right: 24rem; +} + +.pb-96 { + padding-bottom: 24rem; +} + +.pl-96 { + padding-left: 24rem; +} + .pt-px { padding-top: 1px; } @@ -17764,6 +24440,742 @@ video { padding-left: 1px; } +.pt-0\.5 { + padding-top: 0.125rem; +} + +.pr-0\.5 { + padding-right: 0.125rem; +} + +.pb-0\.5 { + padding-bottom: 0.125rem; +} + +.pl-0\.5 { + padding-left: 0.125rem; +} + +.pt-1\.5 { + padding-top: 0.375rem; +} + +.pr-1\.5 { + padding-right: 0.375rem; +} + +.pb-1\.5 { + padding-bottom: 0.375rem; +} + +.pl-1\.5 { + padding-left: 0.375rem; +} + +.pt-2\.5 { + padding-top: 0.625rem; +} + +.pr-2\.5 { + padding-right: 0.625rem; +} + +.pb-2\.5 { + padding-bottom: 0.625rem; +} + +.pl-2\.5 { + padding-left: 0.625rem; +} + +.pt-3\.5 { + padding-top: 0.875rem; +} + +.pr-3\.5 { + padding-right: 0.875rem; +} + +.pb-3\.5 { + padding-bottom: 0.875rem; +} + +.pl-3\.5 { + padding-left: 0.875rem; +} + +.pt-1\/2 { + padding-top: 50%; +} + +.pr-1\/2 { + padding-right: 50%; +} + +.pb-1\/2 { + padding-bottom: 50%; +} + +.pl-1\/2 { + padding-left: 50%; +} + +.pt-1\/3 { + padding-top: 33.333333%; +} + +.pr-1\/3 { + padding-right: 33.333333%; +} + +.pb-1\/3 { + padding-bottom: 33.333333%; +} + +.pl-1\/3 { + padding-left: 33.333333%; +} + +.pt-2\/3 { + padding-top: 66.666667%; +} + +.pr-2\/3 { + padding-right: 66.666667%; +} + +.pb-2\/3 { + padding-bottom: 66.666667%; +} + +.pl-2\/3 { + padding-left: 66.666667%; +} + +.pt-1\/4 { + padding-top: 25%; +} + +.pr-1\/4 { + padding-right: 25%; +} + +.pb-1\/4 { + padding-bottom: 25%; +} + +.pl-1\/4 { + padding-left: 25%; +} + +.pt-2\/4 { + padding-top: 50%; +} + +.pr-2\/4 { + padding-right: 50%; +} + +.pb-2\/4 { + padding-bottom: 50%; +} + +.pl-2\/4 { + padding-left: 50%; +} + +.pt-3\/4 { + padding-top: 75%; +} + +.pr-3\/4 { + padding-right: 75%; +} + +.pb-3\/4 { + padding-bottom: 75%; +} + +.pl-3\/4 { + padding-left: 75%; +} + +.pt-1\/5 { + padding-top: 20%; +} + +.pr-1\/5 { + padding-right: 20%; +} + +.pb-1\/5 { + padding-bottom: 20%; +} + +.pl-1\/5 { + padding-left: 20%; +} + +.pt-2\/5 { + padding-top: 40%; +} + +.pr-2\/5 { + padding-right: 40%; +} + +.pb-2\/5 { + padding-bottom: 40%; +} + +.pl-2\/5 { + padding-left: 40%; +} + +.pt-3\/5 { + padding-top: 60%; +} + +.pr-3\/5 { + padding-right: 60%; +} + +.pb-3\/5 { + padding-bottom: 60%; +} + +.pl-3\/5 { + padding-left: 60%; +} + +.pt-4\/5 { + padding-top: 80%; +} + +.pr-4\/5 { + padding-right: 80%; +} + +.pb-4\/5 { + padding-bottom: 80%; +} + +.pl-4\/5 { + padding-left: 80%; +} + +.pt-1\/6 { + padding-top: 16.666667%; +} + +.pr-1\/6 { + padding-right: 16.666667%; +} + +.pb-1\/6 { + padding-bottom: 16.666667%; +} + +.pl-1\/6 { + padding-left: 16.666667%; +} + +.pt-2\/6 { + padding-top: 33.333333%; +} + +.pr-2\/6 { + padding-right: 33.333333%; +} + +.pb-2\/6 { + padding-bottom: 33.333333%; +} + +.pl-2\/6 { + padding-left: 33.333333%; +} + +.pt-3\/6 { + padding-top: 50%; +} + +.pr-3\/6 { + padding-right: 50%; +} + +.pb-3\/6 { + padding-bottom: 50%; +} + +.pl-3\/6 { + padding-left: 50%; +} + +.pt-4\/6 { + padding-top: 66.666667%; +} + +.pr-4\/6 { + padding-right: 66.666667%; +} + +.pb-4\/6 { + padding-bottom: 66.666667%; +} + +.pl-4\/6 { + padding-left: 66.666667%; +} + +.pt-5\/6 { + padding-top: 83.333333%; +} + +.pr-5\/6 { + padding-right: 83.333333%; +} + +.pb-5\/6 { + padding-bottom: 83.333333%; +} + +.pl-5\/6 { + padding-left: 83.333333%; +} + +.pt-1\/12 { + padding-top: 8.333333%; +} + +.pr-1\/12 { + padding-right: 8.333333%; +} + +.pb-1\/12 { + padding-bottom: 8.333333%; +} + +.pl-1\/12 { + padding-left: 8.333333%; +} + +.pt-2\/12 { + padding-top: 16.666667%; +} + +.pr-2\/12 { + padding-right: 16.666667%; +} + +.pb-2\/12 { + padding-bottom: 16.666667%; +} + +.pl-2\/12 { + padding-left: 16.666667%; +} + +.pt-3\/12 { + padding-top: 25%; +} + +.pr-3\/12 { + padding-right: 25%; +} + +.pb-3\/12 { + padding-bottom: 25%; +} + +.pl-3\/12 { + padding-left: 25%; +} + +.pt-4\/12 { + padding-top: 33.333333%; +} + +.pr-4\/12 { + padding-right: 33.333333%; +} + +.pb-4\/12 { + padding-bottom: 33.333333%; +} + +.pl-4\/12 { + padding-left: 33.333333%; +} + +.pt-5\/12 { + padding-top: 41.666667%; +} + +.pr-5\/12 { + padding-right: 41.666667%; +} + +.pb-5\/12 { + padding-bottom: 41.666667%; +} + +.pl-5\/12 { + padding-left: 41.666667%; +} + +.pt-6\/12 { + padding-top: 50%; +} + +.pr-6\/12 { + padding-right: 50%; +} + +.pb-6\/12 { + padding-bottom: 50%; +} + +.pl-6\/12 { + padding-left: 50%; +} + +.pt-7\/12 { + padding-top: 58.333333%; +} + +.pr-7\/12 { + padding-right: 58.333333%; +} + +.pb-7\/12 { + padding-bottom: 58.333333%; +} + +.pl-7\/12 { + padding-left: 58.333333%; +} + +.pt-8\/12 { + padding-top: 66.666667%; +} + +.pr-8\/12 { + padding-right: 66.666667%; +} + +.pb-8\/12 { + padding-bottom: 66.666667%; +} + +.pl-8\/12 { + padding-left: 66.666667%; +} + +.pt-9\/12 { + padding-top: 75%; +} + +.pr-9\/12 { + padding-right: 75%; +} + +.pb-9\/12 { + padding-bottom: 75%; +} + +.pl-9\/12 { + padding-left: 75%; +} + +.pt-10\/12 { + padding-top: 83.333333%; +} + +.pr-10\/12 { + padding-right: 83.333333%; +} + +.pb-10\/12 { + padding-bottom: 83.333333%; +} + +.pl-10\/12 { + padding-left: 83.333333%; +} + +.pt-11\/12 { + padding-top: 91.666667%; +} + +.pr-11\/12 { + padding-right: 91.666667%; +} + +.pb-11\/12 { + padding-bottom: 91.666667%; +} + +.pl-11\/12 { + padding-left: 91.666667%; +} + +.pt-1\/16 { + padding-top: 6.25%; +} + +.pr-1\/16 { + padding-right: 6.25%; +} + +.pb-1\/16 { + padding-bottom: 6.25%; +} + +.pl-1\/16 { + padding-left: 6.25%; +} + +.pt-2\/16 { + padding-top: 12.5%; +} + +.pr-2\/16 { + padding-right: 12.5%; +} + +.pb-2\/16 { + padding-bottom: 12.5%; +} + +.pl-2\/16 { + padding-left: 12.5%; +} + +.pt-3\/16 { + padding-top: 18.75%; +} + +.pr-3\/16 { + padding-right: 18.75%; +} + +.pb-3\/16 { + padding-bottom: 18.75%; +} + +.pl-3\/16 { + padding-left: 18.75%; +} + +.pt-4\/16 { + padding-top: 25%; +} + +.pr-4\/16 { + padding-right: 25%; +} + +.pb-4\/16 { + padding-bottom: 25%; +} + +.pl-4\/16 { + padding-left: 25%; +} + +.pt-5\/16 { + padding-top: 31.25%; +} + +.pr-5\/16 { + padding-right: 31.25%; +} + +.pb-5\/16 { + padding-bottom: 31.25%; +} + +.pl-5\/16 { + padding-left: 31.25%; +} + +.pt-6\/16 { + padding-top: 37.5%; +} + +.pr-6\/16 { + padding-right: 37.5%; +} + +.pb-6\/16 { + padding-bottom: 37.5%; +} + +.pl-6\/16 { + padding-left: 37.5%; +} + +.pt-7\/16 { + padding-top: 43.75%; +} + +.pr-7\/16 { + padding-right: 43.75%; +} + +.pb-7\/16 { + padding-bottom: 43.75%; +} + +.pl-7\/16 { + padding-left: 43.75%; +} + +.pt-8\/16 { + padding-top: 50%; +} + +.pr-8\/16 { + padding-right: 50%; +} + +.pb-8\/16 { + padding-bottom: 50%; +} + +.pl-8\/16 { + padding-left: 50%; +} + +.pt-9\/16 { + padding-top: 56.25%; +} + +.pr-9\/16 { + padding-right: 56.25%; +} + +.pb-9\/16 { + padding-bottom: 56.25%; +} + +.pl-9\/16 { + padding-left: 56.25%; +} + +.pt-10\/16 { + padding-top: 62.5%; +} + +.pr-10\/16 { + padding-right: 62.5%; +} + +.pb-10\/16 { + padding-bottom: 62.5%; +} + +.pl-10\/16 { + padding-left: 62.5%; +} + +.pt-11\/16 { + padding-top: 68.75%; +} + +.pr-11\/16 { + padding-right: 68.75%; +} + +.pb-11\/16 { + padding-bottom: 68.75%; +} + +.pl-11\/16 { + padding-left: 68.75%; +} + +.pt-12\/16 { + padding-top: 75%; +} + +.pr-12\/16 { + padding-right: 75%; +} + +.pb-12\/16 { + padding-bottom: 75%; +} + +.pl-12\/16 { + padding-left: 75%; +} + +.pt-13\/16 { + padding-top: 81.25%; +} + +.pr-13\/16 { + padding-right: 81.25%; +} + +.pb-13\/16 { + padding-bottom: 81.25%; +} + +.pl-13\/16 { + padding-left: 81.25%; +} + +.pt-14\/16 { + padding-top: 87.5%; +} + +.pr-14\/16 { + padding-right: 87.5%; +} + +.pb-14\/16 { + padding-bottom: 87.5%; +} + +.pl-14\/16 { + padding-left: 87.5%; +} + +.pt-15\/16 { + padding-top: 93.75%; +} + +.pr-15\/16 { + padding-right: 93.75%; +} + +.pb-15\/16 { + padding-bottom: 93.75%; +} + +.pl-15\/16 { + padding-left: 93.75%; +} + +.pt-full { + padding-top: 100%; +} + +.pr-full { + padding-right: 100%; +} + +.pb-full { + padding-bottom: 100%; +} + +.pl-full { + padding-left: 100%; +} + .placeholder-transparent::placeholder { color: transparent; } @@ -19305,6 +26717,223 @@ video { left: 0; } +.inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; +} + +.inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; +} + +.inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; +} + +.inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; +} + +.inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; +} + +.inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; +} + +.inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; +} + +.inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; +} + +.inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; +} + +.inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; +} + +.inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; +} + +.inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; +} + +.inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; +} + +.inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; +} + +.inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; +} + +.inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; +} + +.inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; +} + +.inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; +} + +.inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; +} + +.inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; +} + +.inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; +} + +.inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; +} + +.inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; +} + +.inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; +} + +.inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; +} + +.inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; +} + +.inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; +} + +.inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; +} + +.inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; +} + +.inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; +} + +.inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; +} + .inset-auto { top: auto; right: auto; @@ -19312,6 +26941,881 @@ video { left: auto; } +.inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; +} + +.inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; +} + +.inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; +} + +.inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; +} + +.inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; +} + +.inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; +} + +.inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; +} + +.inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; +} + +.inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; +} + +.inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; +} + +.inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; +} + +.inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; +} + +.inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; +} + +.inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; +} + +.inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; +} + +.inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; +} + +.inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; +} + +.inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; +} + +.inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; +} + +.inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; +} + +.inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; +} + +.inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; +} + +.inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; +} + +.inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; +} + +.inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; +} + +.inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; +} + +.inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; +} + +.inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; +} + +.inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; +} + +.inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; +} + +.inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; +} + +.inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; +} + +.inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; +} + +.inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; +} + +.inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; +} + +.inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; +} + +.inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; +} + +.inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; +} + +.inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; +} + +.inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; +} + +.inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; +} + +.inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; +} + +.-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; +} + +.-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; +} + +.-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; +} + +.-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; +} + +.-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; +} + +.-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; +} + +.-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; +} + +.-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; +} + +.-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; +} + +.-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; +} + +.-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; +} + +.-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; +} + +.-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; +} + +.-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; +} + +.-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; +} + +.-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; +} + +.-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; +} + +.-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; +} + +.-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; +} + +.-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; +} + +.-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; +} + +.-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; +} + +.-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; +} + +.-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; +} + +.-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; +} + +.-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; +} + +.-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; +} + +.-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; +} + +.-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; +} + +.-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; +} + +.-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; +} + +.-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; +} + +.-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; +} + +.-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; +} + +.-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; +} + +.-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; +} + +.-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; +} + +.-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; +} + +.-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; +} + +.-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; +} + +.-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; +} + +.-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; +} + +.-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; +} + +.-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; +} + +.-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; +} + +.-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; +} + +.-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; +} + +.-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; +} + +.-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; +} + +.-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; +} + +.-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; +} + +.-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; +} + +.-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; +} + +.-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; +} + +.-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; +} + +.-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; +} + +.-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; +} + +.-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; +} + +.-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; +} + +.-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; +} + +.-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; +} + +.-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; +} + +.-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; +} + +.-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; +} + +.-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; +} + +.-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; +} + +.-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; +} + +.-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; +} + +.-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; +} + +.-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; +} + +.-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; +} + +.-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; +} + +.-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; +} + .inset-y-0 { top: 0; bottom: 0; @@ -19322,6 +27826,316 @@ video { left: 0; } +.inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; +} + +.inset-x-1 { + right: 0.25rem; + left: 0.25rem; +} + +.inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; +} + +.inset-x-2 { + right: 0.5rem; + left: 0.5rem; +} + +.inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; +} + +.inset-x-3 { + right: 0.75rem; + left: 0.75rem; +} + +.inset-y-4 { + top: 1rem; + bottom: 1rem; +} + +.inset-x-4 { + right: 1rem; + left: 1rem; +} + +.inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; +} + +.inset-x-5 { + right: 1.25rem; + left: 1.25rem; +} + +.inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; +} + +.inset-x-6 { + right: 1.5rem; + left: 1.5rem; +} + +.inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; +} + +.inset-x-7 { + right: 1.75rem; + left: 1.75rem; +} + +.inset-y-8 { + top: 2rem; + bottom: 2rem; +} + +.inset-x-8 { + right: 2rem; + left: 2rem; +} + +.inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; +} + +.inset-x-9 { + right: 2.25rem; + left: 2.25rem; +} + +.inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; +} + +.inset-x-10 { + right: 2.5rem; + left: 2.5rem; +} + +.inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; +} + +.inset-x-11 { + right: 2.75rem; + left: 2.75rem; +} + +.inset-y-12 { + top: 3rem; + bottom: 3rem; +} + +.inset-x-12 { + right: 3rem; + left: 3rem; +} + +.inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; +} + +.inset-x-13 { + right: 3.25rem; + left: 3.25rem; +} + +.inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; +} + +.inset-x-14 { + right: 3.5rem; + left: 3.5rem; +} + +.inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; +} + +.inset-x-15 { + right: 3.75rem; + left: 3.75rem; +} + +.inset-y-16 { + top: 4rem; + bottom: 4rem; +} + +.inset-x-16 { + right: 4rem; + left: 4rem; +} + +.inset-y-20 { + top: 5rem; + bottom: 5rem; +} + +.inset-x-20 { + right: 5rem; + left: 5rem; +} + +.inset-y-24 { + top: 6rem; + bottom: 6rem; +} + +.inset-x-24 { + right: 6rem; + left: 6rem; +} + +.inset-y-28 { + top: 7rem; + bottom: 7rem; +} + +.inset-x-28 { + right: 7rem; + left: 7rem; +} + +.inset-y-32 { + top: 8rem; + bottom: 8rem; +} + +.inset-x-32 { + right: 8rem; + left: 8rem; +} + +.inset-y-36 { + top: 9rem; + bottom: 9rem; +} + +.inset-x-36 { + right: 9rem; + left: 9rem; +} + +.inset-y-40 { + top: 10rem; + bottom: 10rem; +} + +.inset-x-40 { + right: 10rem; + left: 10rem; +} + +.inset-y-44 { + top: 11rem; + bottom: 11rem; +} + +.inset-x-44 { + right: 11rem; + left: 11rem; +} + +.inset-y-48 { + top: 12rem; + bottom: 12rem; +} + +.inset-x-48 { + right: 12rem; + left: 12rem; +} + +.inset-y-52 { + top: 13rem; + bottom: 13rem; +} + +.inset-x-52 { + right: 13rem; + left: 13rem; +} + +.inset-y-56 { + top: 14rem; + bottom: 14rem; +} + +.inset-x-56 { + right: 14rem; + left: 14rem; +} + +.inset-y-60 { + top: 15rem; + bottom: 15rem; +} + +.inset-x-60 { + right: 15rem; + left: 15rem; +} + +.inset-y-64 { + top: 16rem; + bottom: 16rem; +} + +.inset-x-64 { + right: 16rem; + left: 16rem; +} + +.inset-y-72 { + top: 18rem; + bottom: 18rem; +} + +.inset-x-72 { + right: 18rem; + left: 18rem; +} + +.inset-y-80 { + top: 20rem; + bottom: 20rem; +} + +.inset-x-80 { + right: 20rem; + left: 20rem; +} + +.inset-y-96 { + top: 24rem; + bottom: 24rem; +} + +.inset-x-96 { + right: 24rem; + left: 24rem; +} + .inset-y-auto { top: auto; bottom: auto; @@ -19332,6 +28146,1256 @@ video { left: auto; } +.inset-y-px { + top: 1px; + bottom: 1px; +} + +.inset-x-px { + right: 1px; + left: 1px; +} + +.inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; +} + +.inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; +} + +.inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; +} + +.inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; +} + +.inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; +} + +.inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; +} + +.inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; +} + +.inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; +} + +.inset-y-1\/2 { + top: 50%; + bottom: 50%; +} + +.inset-x-1\/2 { + right: 50%; + left: 50%; +} + +.inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; +} + +.inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; +} + +.inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; +} + +.inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; +} + +.inset-y-1\/4 { + top: 25%; + bottom: 25%; +} + +.inset-x-1\/4 { + right: 25%; + left: 25%; +} + +.inset-y-2\/4 { + top: 50%; + bottom: 50%; +} + +.inset-x-2\/4 { + right: 50%; + left: 50%; +} + +.inset-y-3\/4 { + top: 75%; + bottom: 75%; +} + +.inset-x-3\/4 { + right: 75%; + left: 75%; +} + +.inset-y-1\/5 { + top: 20%; + bottom: 20%; +} + +.inset-x-1\/5 { + right: 20%; + left: 20%; +} + +.inset-y-2\/5 { + top: 40%; + bottom: 40%; +} + +.inset-x-2\/5 { + right: 40%; + left: 40%; +} + +.inset-y-3\/5 { + top: 60%; + bottom: 60%; +} + +.inset-x-3\/5 { + right: 60%; + left: 60%; +} + +.inset-y-4\/5 { + top: 80%; + bottom: 80%; +} + +.inset-x-4\/5 { + right: 80%; + left: 80%; +} + +.inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; +} + +.inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; +} + +.inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; +} + +.inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; +} + +.inset-y-3\/6 { + top: 50%; + bottom: 50%; +} + +.inset-x-3\/6 { + right: 50%; + left: 50%; +} + +.inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; +} + +.inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; +} + +.inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; +} + +.inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; +} + +.inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; +} + +.inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; +} + +.inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; +} + +.inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; +} + +.inset-y-3\/12 { + top: 25%; + bottom: 25%; +} + +.inset-x-3\/12 { + right: 25%; + left: 25%; +} + +.inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; +} + +.inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; +} + +.inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; +} + +.inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; +} + +.inset-y-6\/12 { + top: 50%; + bottom: 50%; +} + +.inset-x-6\/12 { + right: 50%; + left: 50%; +} + +.inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; +} + +.inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; +} + +.inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; +} + +.inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; +} + +.inset-y-9\/12 { + top: 75%; + bottom: 75%; +} + +.inset-x-9\/12 { + right: 75%; + left: 75%; +} + +.inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; +} + +.inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; +} + +.inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; +} + +.inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; +} + +.inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; +} + +.inset-x-1\/16 { + right: 6.25%; + left: 6.25%; +} + +.inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; +} + +.inset-x-2\/16 { + right: 12.5%; + left: 12.5%; +} + +.inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; +} + +.inset-x-3\/16 { + right: 18.75%; + left: 18.75%; +} + +.inset-y-4\/16 { + top: 25%; + bottom: 25%; +} + +.inset-x-4\/16 { + right: 25%; + left: 25%; +} + +.inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; +} + +.inset-x-5\/16 { + right: 31.25%; + left: 31.25%; +} + +.inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; +} + +.inset-x-6\/16 { + right: 37.5%; + left: 37.5%; +} + +.inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; +} + +.inset-x-7\/16 { + right: 43.75%; + left: 43.75%; +} + +.inset-y-8\/16 { + top: 50%; + bottom: 50%; +} + +.inset-x-8\/16 { + right: 50%; + left: 50%; +} + +.inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; +} + +.inset-x-9\/16 { + right: 56.25%; + left: 56.25%; +} + +.inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; +} + +.inset-x-10\/16 { + right: 62.5%; + left: 62.5%; +} + +.inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; +} + +.inset-x-11\/16 { + right: 68.75%; + left: 68.75%; +} + +.inset-y-12\/16 { + top: 75%; + bottom: 75%; +} + +.inset-x-12\/16 { + right: 75%; + left: 75%; +} + +.inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; +} + +.inset-x-13\/16 { + right: 81.25%; + left: 81.25%; +} + +.inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; +} + +.inset-x-14\/16 { + right: 87.5%; + left: 87.5%; +} + +.inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; +} + +.inset-x-15\/16 { + right: 93.75%; + left: 93.75%; +} + +.inset-y-full { + top: 100%; + bottom: 100%; +} + +.inset-x-full { + right: 100%; + left: 100%; +} + +.-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; +} + +.-inset-x-1 { + right: -0.25rem; + left: -0.25rem; +} + +.-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; +} + +.-inset-x-2 { + right: -0.5rem; + left: -0.5rem; +} + +.-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; +} + +.-inset-x-3 { + right: -0.75rem; + left: -0.75rem; +} + +.-inset-y-4 { + top: -1rem; + bottom: -1rem; +} + +.-inset-x-4 { + right: -1rem; + left: -1rem; +} + +.-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; +} + +.-inset-x-5 { + right: -1.25rem; + left: -1.25rem; +} + +.-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; +} + +.-inset-x-6 { + right: -1.5rem; + left: -1.5rem; +} + +.-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; +} + +.-inset-x-7 { + right: -1.75rem; + left: -1.75rem; +} + +.-inset-y-8 { + top: -2rem; + bottom: -2rem; +} + +.-inset-x-8 { + right: -2rem; + left: -2rem; +} + +.-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; +} + +.-inset-x-9 { + right: -2.25rem; + left: -2.25rem; +} + +.-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; +} + +.-inset-x-10 { + right: -2.5rem; + left: -2.5rem; +} + +.-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; +} + +.-inset-x-11 { + right: -2.75rem; + left: -2.75rem; +} + +.-inset-y-12 { + top: -3rem; + bottom: -3rem; +} + +.-inset-x-12 { + right: -3rem; + left: -3rem; +} + +.-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; +} + +.-inset-x-13 { + right: -3.25rem; + left: -3.25rem; +} + +.-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; +} + +.-inset-x-14 { + right: -3.5rem; + left: -3.5rem; +} + +.-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; +} + +.-inset-x-15 { + right: -3.75rem; + left: -3.75rem; +} + +.-inset-y-16 { + top: -4rem; + bottom: -4rem; +} + +.-inset-x-16 { + right: -4rem; + left: -4rem; +} + +.-inset-y-20 { + top: -5rem; + bottom: -5rem; +} + +.-inset-x-20 { + right: -5rem; + left: -5rem; +} + +.-inset-y-24 { + top: -6rem; + bottom: -6rem; +} + +.-inset-x-24 { + right: -6rem; + left: -6rem; +} + +.-inset-y-28 { + top: -7rem; + bottom: -7rem; +} + +.-inset-x-28 { + right: -7rem; + left: -7rem; +} + +.-inset-y-32 { + top: -8rem; + bottom: -8rem; +} + +.-inset-x-32 { + right: -8rem; + left: -8rem; +} + +.-inset-y-36 { + top: -9rem; + bottom: -9rem; +} + +.-inset-x-36 { + right: -9rem; + left: -9rem; +} + +.-inset-y-40 { + top: -10rem; + bottom: -10rem; +} + +.-inset-x-40 { + right: -10rem; + left: -10rem; +} + +.-inset-y-44 { + top: -11rem; + bottom: -11rem; +} + +.-inset-x-44 { + right: -11rem; + left: -11rem; +} + +.-inset-y-48 { + top: -12rem; + bottom: -12rem; +} + +.-inset-x-48 { + right: -12rem; + left: -12rem; +} + +.-inset-y-52 { + top: -13rem; + bottom: -13rem; +} + +.-inset-x-52 { + right: -13rem; + left: -13rem; +} + +.-inset-y-56 { + top: -14rem; + bottom: -14rem; +} + +.-inset-x-56 { + right: -14rem; + left: -14rem; +} + +.-inset-y-60 { + top: -15rem; + bottom: -15rem; +} + +.-inset-x-60 { + right: -15rem; + left: -15rem; +} + +.-inset-y-64 { + top: -16rem; + bottom: -16rem; +} + +.-inset-x-64 { + right: -16rem; + left: -16rem; +} + +.-inset-y-72 { + top: -18rem; + bottom: -18rem; +} + +.-inset-x-72 { + right: -18rem; + left: -18rem; +} + +.-inset-y-80 { + top: -20rem; + bottom: -20rem; +} + +.-inset-x-80 { + right: -20rem; + left: -20rem; +} + +.-inset-y-96 { + top: -24rem; + bottom: -24rem; +} + +.-inset-x-96 { + right: -24rem; + left: -24rem; +} + +.-inset-y-px { + top: -1px; + bottom: -1px; +} + +.-inset-x-px { + right: -1px; + left: -1px; +} + +.-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; +} + +.-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; +} + +.-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; +} + +.-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; +} + +.-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; +} + +.-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; +} + +.-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; +} + +.-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; +} + +.-inset-y-1\/2 { + top: -50%; + bottom: -50%; +} + +.-inset-x-1\/2 { + right: -50%; + left: -50%; +} + +.-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; +} + +.-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; +} + +.-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; +} + +.-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; +} + +.-inset-y-1\/4 { + top: -25%; + bottom: -25%; +} + +.-inset-x-1\/4 { + right: -25%; + left: -25%; +} + +.-inset-y-2\/4 { + top: -50%; + bottom: -50%; +} + +.-inset-x-2\/4 { + right: -50%; + left: -50%; +} + +.-inset-y-3\/4 { + top: -75%; + bottom: -75%; +} + +.-inset-x-3\/4 { + right: -75%; + left: -75%; +} + +.-inset-y-1\/5 { + top: -20%; + bottom: -20%; +} + +.-inset-x-1\/5 { + right: -20%; + left: -20%; +} + +.-inset-y-2\/5 { + top: -40%; + bottom: -40%; +} + +.-inset-x-2\/5 { + right: -40%; + left: -40%; +} + +.-inset-y-3\/5 { + top: -60%; + bottom: -60%; +} + +.-inset-x-3\/5 { + right: -60%; + left: -60%; +} + +.-inset-y-4\/5 { + top: -80%; + bottom: -80%; +} + +.-inset-x-4\/5 { + right: -80%; + left: -80%; +} + +.-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; +} + +.-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; +} + +.-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; +} + +.-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; +} + +.-inset-y-3\/6 { + top: -50%; + bottom: -50%; +} + +.-inset-x-3\/6 { + right: -50%; + left: -50%; +} + +.-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; +} + +.-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; +} + +.-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; +} + +.-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; +} + +.-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; +} + +.-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; +} + +.-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; +} + +.-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; +} + +.-inset-y-3\/12 { + top: -25%; + bottom: -25%; +} + +.-inset-x-3\/12 { + right: -25%; + left: -25%; +} + +.-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; +} + +.-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; +} + +.-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; +} + +.-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; +} + +.-inset-y-6\/12 { + top: -50%; + bottom: -50%; +} + +.-inset-x-6\/12 { + right: -50%; + left: -50%; +} + +.-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; +} + +.-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; +} + +.-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; +} + +.-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; +} + +.-inset-y-9\/12 { + top: -75%; + bottom: -75%; +} + +.-inset-x-9\/12 { + right: -75%; + left: -75%; +} + +.-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; +} + +.-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; +} + +.-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; +} + +.-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; +} + +.-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; +} + +.-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; +} + +.-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; +} + +.-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; +} + +.-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; +} + +.-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; +} + +.-inset-y-4\/16 { + top: -25%; + bottom: -25%; +} + +.-inset-x-4\/16 { + right: -25%; + left: -25%; +} + +.-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; +} + +.-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; +} + +.-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; +} + +.-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; +} + +.-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; +} + +.-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; +} + +.-inset-y-8\/16 { + top: -50%; + bottom: -50%; +} + +.-inset-x-8\/16 { + right: -50%; + left: -50%; +} + +.-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; +} + +.-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; +} + +.-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; +} + +.-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; +} + +.-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; +} + +.-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; +} + +.-inset-y-12\/16 { + top: -75%; + bottom: -75%; +} + +.-inset-x-12\/16 { + right: -75%; + left: -75%; +} + +.-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; +} + +.-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; +} + +.-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; +} + +.-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; +} + +.-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; +} + +.-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; +} + +.-inset-y-full { + top: -100%; + bottom: -100%; +} + +.-inset-x-full { + right: -100%; + left: -100%; +} + .top-0 { top: 0; } @@ -19348,6 +29412,502 @@ video { left: 0; } +.top-1 { + top: 0.25rem; +} + +.right-1 { + right: 0.25rem; +} + +.bottom-1 { + bottom: 0.25rem; +} + +.left-1 { + left: 0.25rem; +} + +.top-2 { + top: 0.5rem; +} + +.right-2 { + right: 0.5rem; +} + +.bottom-2 { + bottom: 0.5rem; +} + +.left-2 { + left: 0.5rem; +} + +.top-3 { + top: 0.75rem; +} + +.right-3 { + right: 0.75rem; +} + +.bottom-3 { + bottom: 0.75rem; +} + +.left-3 { + left: 0.75rem; +} + +.top-4 { + top: 1rem; +} + +.right-4 { + right: 1rem; +} + +.bottom-4 { + bottom: 1rem; +} + +.left-4 { + left: 1rem; +} + +.top-5 { + top: 1.25rem; +} + +.right-5 { + right: 1.25rem; +} + +.bottom-5 { + bottom: 1.25rem; +} + +.left-5 { + left: 1.25rem; +} + +.top-6 { + top: 1.5rem; +} + +.right-6 { + right: 1.5rem; +} + +.bottom-6 { + bottom: 1.5rem; +} + +.left-6 { + left: 1.5rem; +} + +.top-7 { + top: 1.75rem; +} + +.right-7 { + right: 1.75rem; +} + +.bottom-7 { + bottom: 1.75rem; +} + +.left-7 { + left: 1.75rem; +} + +.top-8 { + top: 2rem; +} + +.right-8 { + right: 2rem; +} + +.bottom-8 { + bottom: 2rem; +} + +.left-8 { + left: 2rem; +} + +.top-9 { + top: 2.25rem; +} + +.right-9 { + right: 2.25rem; +} + +.bottom-9 { + bottom: 2.25rem; +} + +.left-9 { + left: 2.25rem; +} + +.top-10 { + top: 2.5rem; +} + +.right-10 { + right: 2.5rem; +} + +.bottom-10 { + bottom: 2.5rem; +} + +.left-10 { + left: 2.5rem; +} + +.top-11 { + top: 2.75rem; +} + +.right-11 { + right: 2.75rem; +} + +.bottom-11 { + bottom: 2.75rem; +} + +.left-11 { + left: 2.75rem; +} + +.top-12 { + top: 3rem; +} + +.right-12 { + right: 3rem; +} + +.bottom-12 { + bottom: 3rem; +} + +.left-12 { + left: 3rem; +} + +.top-13 { + top: 3.25rem; +} + +.right-13 { + right: 3.25rem; +} + +.bottom-13 { + bottom: 3.25rem; +} + +.left-13 { + left: 3.25rem; +} + +.top-14 { + top: 3.5rem; +} + +.right-14 { + right: 3.5rem; +} + +.bottom-14 { + bottom: 3.5rem; +} + +.left-14 { + left: 3.5rem; +} + +.top-15 { + top: 3.75rem; +} + +.right-15 { + right: 3.75rem; +} + +.bottom-15 { + bottom: 3.75rem; +} + +.left-15 { + left: 3.75rem; +} + +.top-16 { + top: 4rem; +} + +.right-16 { + right: 4rem; +} + +.bottom-16 { + bottom: 4rem; +} + +.left-16 { + left: 4rem; +} + +.top-20 { + top: 5rem; +} + +.right-20 { + right: 5rem; +} + +.bottom-20 { + bottom: 5rem; +} + +.left-20 { + left: 5rem; +} + +.top-24 { + top: 6rem; +} + +.right-24 { + right: 6rem; +} + +.bottom-24 { + bottom: 6rem; +} + +.left-24 { + left: 6rem; +} + +.top-28 { + top: 7rem; +} + +.right-28 { + right: 7rem; +} + +.bottom-28 { + bottom: 7rem; +} + +.left-28 { + left: 7rem; +} + +.top-32 { + top: 8rem; +} + +.right-32 { + right: 8rem; +} + +.bottom-32 { + bottom: 8rem; +} + +.left-32 { + left: 8rem; +} + +.top-36 { + top: 9rem; +} + +.right-36 { + right: 9rem; +} + +.bottom-36 { + bottom: 9rem; +} + +.left-36 { + left: 9rem; +} + +.top-40 { + top: 10rem; +} + +.right-40 { + right: 10rem; +} + +.bottom-40 { + bottom: 10rem; +} + +.left-40 { + left: 10rem; +} + +.top-44 { + top: 11rem; +} + +.right-44 { + right: 11rem; +} + +.bottom-44 { + bottom: 11rem; +} + +.left-44 { + left: 11rem; +} + +.top-48 { + top: 12rem; +} + +.right-48 { + right: 12rem; +} + +.bottom-48 { + bottom: 12rem; +} + +.left-48 { + left: 12rem; +} + +.top-52 { + top: 13rem; +} + +.right-52 { + right: 13rem; +} + +.bottom-52 { + bottom: 13rem; +} + +.left-52 { + left: 13rem; +} + +.top-56 { + top: 14rem; +} + +.right-56 { + right: 14rem; +} + +.bottom-56 { + bottom: 14rem; +} + +.left-56 { + left: 14rem; +} + +.top-60 { + top: 15rem; +} + +.right-60 { + right: 15rem; +} + +.bottom-60 { + bottom: 15rem; +} + +.left-60 { + left: 15rem; +} + +.top-64 { + top: 16rem; +} + +.right-64 { + right: 16rem; +} + +.bottom-64 { + bottom: 16rem; +} + +.left-64 { + left: 16rem; +} + +.top-72 { + top: 18rem; +} + +.right-72 { + right: 18rem; +} + +.bottom-72 { + bottom: 18rem; +} + +.left-72 { + left: 18rem; +} + +.top-80 { + top: 20rem; +} + +.right-80 { + right: 20rem; +} + +.bottom-80 { + bottom: 20rem; +} + +.left-80 { + left: 20rem; +} + +.top-96 { + top: 24rem; +} + +.right-96 { + right: 24rem; +} + +.bottom-96 { + bottom: 24rem; +} + +.left-96 { + left: 24rem; +} + .top-auto { top: auto; } @@ -19364,6 +29924,2006 @@ video { left: auto; } +.top-px { + top: 1px; +} + +.right-px { + right: 1px; +} + +.bottom-px { + bottom: 1px; +} + +.left-px { + left: 1px; +} + +.top-0\.5 { + top: 0.125rem; +} + +.right-0\.5 { + right: 0.125rem; +} + +.bottom-0\.5 { + bottom: 0.125rem; +} + +.left-0\.5 { + left: 0.125rem; +} + +.top-1\.5 { + top: 0.375rem; +} + +.right-1\.5 { + right: 0.375rem; +} + +.bottom-1\.5 { + bottom: 0.375rem; +} + +.left-1\.5 { + left: 0.375rem; +} + +.top-2\.5 { + top: 0.625rem; +} + +.right-2\.5 { + right: 0.625rem; +} + +.bottom-2\.5 { + bottom: 0.625rem; +} + +.left-2\.5 { + left: 0.625rem; +} + +.top-3\.5 { + top: 0.875rem; +} + +.right-3\.5 { + right: 0.875rem; +} + +.bottom-3\.5 { + bottom: 0.875rem; +} + +.left-3\.5 { + left: 0.875rem; +} + +.top-1\/2 { + top: 50%; +} + +.right-1\/2 { + right: 50%; +} + +.bottom-1\/2 { + bottom: 50%; +} + +.left-1\/2 { + left: 50%; +} + +.top-1\/3 { + top: 33.333333%; +} + +.right-1\/3 { + right: 33.333333%; +} + +.bottom-1\/3 { + bottom: 33.333333%; +} + +.left-1\/3 { + left: 33.333333%; +} + +.top-2\/3 { + top: 66.666667%; +} + +.right-2\/3 { + right: 66.666667%; +} + +.bottom-2\/3 { + bottom: 66.666667%; +} + +.left-2\/3 { + left: 66.666667%; +} + +.top-1\/4 { + top: 25%; +} + +.right-1\/4 { + right: 25%; +} + +.bottom-1\/4 { + bottom: 25%; +} + +.left-1\/4 { + left: 25%; +} + +.top-2\/4 { + top: 50%; +} + +.right-2\/4 { + right: 50%; +} + +.bottom-2\/4 { + bottom: 50%; +} + +.left-2\/4 { + left: 50%; +} + +.top-3\/4 { + top: 75%; +} + +.right-3\/4 { + right: 75%; +} + +.bottom-3\/4 { + bottom: 75%; +} + +.left-3\/4 { + left: 75%; +} + +.top-1\/5 { + top: 20%; +} + +.right-1\/5 { + right: 20%; +} + +.bottom-1\/5 { + bottom: 20%; +} + +.left-1\/5 { + left: 20%; +} + +.top-2\/5 { + top: 40%; +} + +.right-2\/5 { + right: 40%; +} + +.bottom-2\/5 { + bottom: 40%; +} + +.left-2\/5 { + left: 40%; +} + +.top-3\/5 { + top: 60%; +} + +.right-3\/5 { + right: 60%; +} + +.bottom-3\/5 { + bottom: 60%; +} + +.left-3\/5 { + left: 60%; +} + +.top-4\/5 { + top: 80%; +} + +.right-4\/5 { + right: 80%; +} + +.bottom-4\/5 { + bottom: 80%; +} + +.left-4\/5 { + left: 80%; +} + +.top-1\/6 { + top: 16.666667%; +} + +.right-1\/6 { + right: 16.666667%; +} + +.bottom-1\/6 { + bottom: 16.666667%; +} + +.left-1\/6 { + left: 16.666667%; +} + +.top-2\/6 { + top: 33.333333%; +} + +.right-2\/6 { + right: 33.333333%; +} + +.bottom-2\/6 { + bottom: 33.333333%; +} + +.left-2\/6 { + left: 33.333333%; +} + +.top-3\/6 { + top: 50%; +} + +.right-3\/6 { + right: 50%; +} + +.bottom-3\/6 { + bottom: 50%; +} + +.left-3\/6 { + left: 50%; +} + +.top-4\/6 { + top: 66.666667%; +} + +.right-4\/6 { + right: 66.666667%; +} + +.bottom-4\/6 { + bottom: 66.666667%; +} + +.left-4\/6 { + left: 66.666667%; +} + +.top-5\/6 { + top: 83.333333%; +} + +.right-5\/6 { + right: 83.333333%; +} + +.bottom-5\/6 { + bottom: 83.333333%; +} + +.left-5\/6 { + left: 83.333333%; +} + +.top-1\/12 { + top: 8.333333%; +} + +.right-1\/12 { + right: 8.333333%; +} + +.bottom-1\/12 { + bottom: 8.333333%; +} + +.left-1\/12 { + left: 8.333333%; +} + +.top-2\/12 { + top: 16.666667%; +} + +.right-2\/12 { + right: 16.666667%; +} + +.bottom-2\/12 { + bottom: 16.666667%; +} + +.left-2\/12 { + left: 16.666667%; +} + +.top-3\/12 { + top: 25%; +} + +.right-3\/12 { + right: 25%; +} + +.bottom-3\/12 { + bottom: 25%; +} + +.left-3\/12 { + left: 25%; +} + +.top-4\/12 { + top: 33.333333%; +} + +.right-4\/12 { + right: 33.333333%; +} + +.bottom-4\/12 { + bottom: 33.333333%; +} + +.left-4\/12 { + left: 33.333333%; +} + +.top-5\/12 { + top: 41.666667%; +} + +.right-5\/12 { + right: 41.666667%; +} + +.bottom-5\/12 { + bottom: 41.666667%; +} + +.left-5\/12 { + left: 41.666667%; +} + +.top-6\/12 { + top: 50%; +} + +.right-6\/12 { + right: 50%; +} + +.bottom-6\/12 { + bottom: 50%; +} + +.left-6\/12 { + left: 50%; +} + +.top-7\/12 { + top: 58.333333%; +} + +.right-7\/12 { + right: 58.333333%; +} + +.bottom-7\/12 { + bottom: 58.333333%; +} + +.left-7\/12 { + left: 58.333333%; +} + +.top-8\/12 { + top: 66.666667%; +} + +.right-8\/12 { + right: 66.666667%; +} + +.bottom-8\/12 { + bottom: 66.666667%; +} + +.left-8\/12 { + left: 66.666667%; +} + +.top-9\/12 { + top: 75%; +} + +.right-9\/12 { + right: 75%; +} + +.bottom-9\/12 { + bottom: 75%; +} + +.left-9\/12 { + left: 75%; +} + +.top-10\/12 { + top: 83.333333%; +} + +.right-10\/12 { + right: 83.333333%; +} + +.bottom-10\/12 { + bottom: 83.333333%; +} + +.left-10\/12 { + left: 83.333333%; +} + +.top-11\/12 { + top: 91.666667%; +} + +.right-11\/12 { + right: 91.666667%; +} + +.bottom-11\/12 { + bottom: 91.666667%; +} + +.left-11\/12 { + left: 91.666667%; +} + +.top-1\/16 { + top: 6.25%; +} + +.right-1\/16 { + right: 6.25%; +} + +.bottom-1\/16 { + bottom: 6.25%; +} + +.left-1\/16 { + left: 6.25%; +} + +.top-2\/16 { + top: 12.5%; +} + +.right-2\/16 { + right: 12.5%; +} + +.bottom-2\/16 { + bottom: 12.5%; +} + +.left-2\/16 { + left: 12.5%; +} + +.top-3\/16 { + top: 18.75%; +} + +.right-3\/16 { + right: 18.75%; +} + +.bottom-3\/16 { + bottom: 18.75%; +} + +.left-3\/16 { + left: 18.75%; +} + +.top-4\/16 { + top: 25%; +} + +.right-4\/16 { + right: 25%; +} + +.bottom-4\/16 { + bottom: 25%; +} + +.left-4\/16 { + left: 25%; +} + +.top-5\/16 { + top: 31.25%; +} + +.right-5\/16 { + right: 31.25%; +} + +.bottom-5\/16 { + bottom: 31.25%; +} + +.left-5\/16 { + left: 31.25%; +} + +.top-6\/16 { + top: 37.5%; +} + +.right-6\/16 { + right: 37.5%; +} + +.bottom-6\/16 { + bottom: 37.5%; +} + +.left-6\/16 { + left: 37.5%; +} + +.top-7\/16 { + top: 43.75%; +} + +.right-7\/16 { + right: 43.75%; +} + +.bottom-7\/16 { + bottom: 43.75%; +} + +.left-7\/16 { + left: 43.75%; +} + +.top-8\/16 { + top: 50%; +} + +.right-8\/16 { + right: 50%; +} + +.bottom-8\/16 { + bottom: 50%; +} + +.left-8\/16 { + left: 50%; +} + +.top-9\/16 { + top: 56.25%; +} + +.right-9\/16 { + right: 56.25%; +} + +.bottom-9\/16 { + bottom: 56.25%; +} + +.left-9\/16 { + left: 56.25%; +} + +.top-10\/16 { + top: 62.5%; +} + +.right-10\/16 { + right: 62.5%; +} + +.bottom-10\/16 { + bottom: 62.5%; +} + +.left-10\/16 { + left: 62.5%; +} + +.top-11\/16 { + top: 68.75%; +} + +.right-11\/16 { + right: 68.75%; +} + +.bottom-11\/16 { + bottom: 68.75%; +} + +.left-11\/16 { + left: 68.75%; +} + +.top-12\/16 { + top: 75%; +} + +.right-12\/16 { + right: 75%; +} + +.bottom-12\/16 { + bottom: 75%; +} + +.left-12\/16 { + left: 75%; +} + +.top-13\/16 { + top: 81.25%; +} + +.right-13\/16 { + right: 81.25%; +} + +.bottom-13\/16 { + bottom: 81.25%; +} + +.left-13\/16 { + left: 81.25%; +} + +.top-14\/16 { + top: 87.5%; +} + +.right-14\/16 { + right: 87.5%; +} + +.bottom-14\/16 { + bottom: 87.5%; +} + +.left-14\/16 { + left: 87.5%; +} + +.top-15\/16 { + top: 93.75%; +} + +.right-15\/16 { + right: 93.75%; +} + +.bottom-15\/16 { + bottom: 93.75%; +} + +.left-15\/16 { + left: 93.75%; +} + +.top-full { + top: 100%; +} + +.right-full { + right: 100%; +} + +.bottom-full { + bottom: 100%; +} + +.left-full { + left: 100%; +} + +.-top-1 { + top: -0.25rem; +} + +.-right-1 { + right: -0.25rem; +} + +.-bottom-1 { + bottom: -0.25rem; +} + +.-left-1 { + left: -0.25rem; +} + +.-top-2 { + top: -0.5rem; +} + +.-right-2 { + right: -0.5rem; +} + +.-bottom-2 { + bottom: -0.5rem; +} + +.-left-2 { + left: -0.5rem; +} + +.-top-3 { + top: -0.75rem; +} + +.-right-3 { + right: -0.75rem; +} + +.-bottom-3 { + bottom: -0.75rem; +} + +.-left-3 { + left: -0.75rem; +} + +.-top-4 { + top: -1rem; +} + +.-right-4 { + right: -1rem; +} + +.-bottom-4 { + bottom: -1rem; +} + +.-left-4 { + left: -1rem; +} + +.-top-5 { + top: -1.25rem; +} + +.-right-5 { + right: -1.25rem; +} + +.-bottom-5 { + bottom: -1.25rem; +} + +.-left-5 { + left: -1.25rem; +} + +.-top-6 { + top: -1.5rem; +} + +.-right-6 { + right: -1.5rem; +} + +.-bottom-6 { + bottom: -1.5rem; +} + +.-left-6 { + left: -1.5rem; +} + +.-top-7 { + top: -1.75rem; +} + +.-right-7 { + right: -1.75rem; +} + +.-bottom-7 { + bottom: -1.75rem; +} + +.-left-7 { + left: -1.75rem; +} + +.-top-8 { + top: -2rem; +} + +.-right-8 { + right: -2rem; +} + +.-bottom-8 { + bottom: -2rem; +} + +.-left-8 { + left: -2rem; +} + +.-top-9 { + top: -2.25rem; +} + +.-right-9 { + right: -2.25rem; +} + +.-bottom-9 { + bottom: -2.25rem; +} + +.-left-9 { + left: -2.25rem; +} + +.-top-10 { + top: -2.5rem; +} + +.-right-10 { + right: -2.5rem; +} + +.-bottom-10 { + bottom: -2.5rem; +} + +.-left-10 { + left: -2.5rem; +} + +.-top-11 { + top: -2.75rem; +} + +.-right-11 { + right: -2.75rem; +} + +.-bottom-11 { + bottom: -2.75rem; +} + +.-left-11 { + left: -2.75rem; +} + +.-top-12 { + top: -3rem; +} + +.-right-12 { + right: -3rem; +} + +.-bottom-12 { + bottom: -3rem; +} + +.-left-12 { + left: -3rem; +} + +.-top-13 { + top: -3.25rem; +} + +.-right-13 { + right: -3.25rem; +} + +.-bottom-13 { + bottom: -3.25rem; +} + +.-left-13 { + left: -3.25rem; +} + +.-top-14 { + top: -3.5rem; +} + +.-right-14 { + right: -3.5rem; +} + +.-bottom-14 { + bottom: -3.5rem; +} + +.-left-14 { + left: -3.5rem; +} + +.-top-15 { + top: -3.75rem; +} + +.-right-15 { + right: -3.75rem; +} + +.-bottom-15 { + bottom: -3.75rem; +} + +.-left-15 { + left: -3.75rem; +} + +.-top-16 { + top: -4rem; +} + +.-right-16 { + right: -4rem; +} + +.-bottom-16 { + bottom: -4rem; +} + +.-left-16 { + left: -4rem; +} + +.-top-20 { + top: -5rem; +} + +.-right-20 { + right: -5rem; +} + +.-bottom-20 { + bottom: -5rem; +} + +.-left-20 { + left: -5rem; +} + +.-top-24 { + top: -6rem; +} + +.-right-24 { + right: -6rem; +} + +.-bottom-24 { + bottom: -6rem; +} + +.-left-24 { + left: -6rem; +} + +.-top-28 { + top: -7rem; +} + +.-right-28 { + right: -7rem; +} + +.-bottom-28 { + bottom: -7rem; +} + +.-left-28 { + left: -7rem; +} + +.-top-32 { + top: -8rem; +} + +.-right-32 { + right: -8rem; +} + +.-bottom-32 { + bottom: -8rem; +} + +.-left-32 { + left: -8rem; +} + +.-top-36 { + top: -9rem; +} + +.-right-36 { + right: -9rem; +} + +.-bottom-36 { + bottom: -9rem; +} + +.-left-36 { + left: -9rem; +} + +.-top-40 { + top: -10rem; +} + +.-right-40 { + right: -10rem; +} + +.-bottom-40 { + bottom: -10rem; +} + +.-left-40 { + left: -10rem; +} + +.-top-44 { + top: -11rem; +} + +.-right-44 { + right: -11rem; +} + +.-bottom-44 { + bottom: -11rem; +} + +.-left-44 { + left: -11rem; +} + +.-top-48 { + top: -12rem; +} + +.-right-48 { + right: -12rem; +} + +.-bottom-48 { + bottom: -12rem; +} + +.-left-48 { + left: -12rem; +} + +.-top-52 { + top: -13rem; +} + +.-right-52 { + right: -13rem; +} + +.-bottom-52 { + bottom: -13rem; +} + +.-left-52 { + left: -13rem; +} + +.-top-56 { + top: -14rem; +} + +.-right-56 { + right: -14rem; +} + +.-bottom-56 { + bottom: -14rem; +} + +.-left-56 { + left: -14rem; +} + +.-top-60 { + top: -15rem; +} + +.-right-60 { + right: -15rem; +} + +.-bottom-60 { + bottom: -15rem; +} + +.-left-60 { + left: -15rem; +} + +.-top-64 { + top: -16rem; +} + +.-right-64 { + right: -16rem; +} + +.-bottom-64 { + bottom: -16rem; +} + +.-left-64 { + left: -16rem; +} + +.-top-72 { + top: -18rem; +} + +.-right-72 { + right: -18rem; +} + +.-bottom-72 { + bottom: -18rem; +} + +.-left-72 { + left: -18rem; +} + +.-top-80 { + top: -20rem; +} + +.-right-80 { + right: -20rem; +} + +.-bottom-80 { + bottom: -20rem; +} + +.-left-80 { + left: -20rem; +} + +.-top-96 { + top: -24rem; +} + +.-right-96 { + right: -24rem; +} + +.-bottom-96 { + bottom: -24rem; +} + +.-left-96 { + left: -24rem; +} + +.-top-px { + top: -1px; +} + +.-right-px { + right: -1px; +} + +.-bottom-px { + bottom: -1px; +} + +.-left-px { + left: -1px; +} + +.-top-0\.5 { + top: -0.125rem; +} + +.-right-0\.5 { + right: -0.125rem; +} + +.-bottom-0\.5 { + bottom: -0.125rem; +} + +.-left-0\.5 { + left: -0.125rem; +} + +.-top-1\.5 { + top: -0.375rem; +} + +.-right-1\.5 { + right: -0.375rem; +} + +.-bottom-1\.5 { + bottom: -0.375rem; +} + +.-left-1\.5 { + left: -0.375rem; +} + +.-top-2\.5 { + top: -0.625rem; +} + +.-right-2\.5 { + right: -0.625rem; +} + +.-bottom-2\.5 { + bottom: -0.625rem; +} + +.-left-2\.5 { + left: -0.625rem; +} + +.-top-3\.5 { + top: -0.875rem; +} + +.-right-3\.5 { + right: -0.875rem; +} + +.-bottom-3\.5 { + bottom: -0.875rem; +} + +.-left-3\.5 { + left: -0.875rem; +} + +.-top-1\/2 { + top: -50%; +} + +.-right-1\/2 { + right: -50%; +} + +.-bottom-1\/2 { + bottom: -50%; +} + +.-left-1\/2 { + left: -50%; +} + +.-top-1\/3 { + top: -33.33333%; +} + +.-right-1\/3 { + right: -33.33333%; +} + +.-bottom-1\/3 { + bottom: -33.33333%; +} + +.-left-1\/3 { + left: -33.33333%; +} + +.-top-2\/3 { + top: -66.66667%; +} + +.-right-2\/3 { + right: -66.66667%; +} + +.-bottom-2\/3 { + bottom: -66.66667%; +} + +.-left-2\/3 { + left: -66.66667%; +} + +.-top-1\/4 { + top: -25%; +} + +.-right-1\/4 { + right: -25%; +} + +.-bottom-1\/4 { + bottom: -25%; +} + +.-left-1\/4 { + left: -25%; +} + +.-top-2\/4 { + top: -50%; +} + +.-right-2\/4 { + right: -50%; +} + +.-bottom-2\/4 { + bottom: -50%; +} + +.-left-2\/4 { + left: -50%; +} + +.-top-3\/4 { + top: -75%; +} + +.-right-3\/4 { + right: -75%; +} + +.-bottom-3\/4 { + bottom: -75%; +} + +.-left-3\/4 { + left: -75%; +} + +.-top-1\/5 { + top: -20%; +} + +.-right-1\/5 { + right: -20%; +} + +.-bottom-1\/5 { + bottom: -20%; +} + +.-left-1\/5 { + left: -20%; +} + +.-top-2\/5 { + top: -40%; +} + +.-right-2\/5 { + right: -40%; +} + +.-bottom-2\/5 { + bottom: -40%; +} + +.-left-2\/5 { + left: -40%; +} + +.-top-3\/5 { + top: -60%; +} + +.-right-3\/5 { + right: -60%; +} + +.-bottom-3\/5 { + bottom: -60%; +} + +.-left-3\/5 { + left: -60%; +} + +.-top-4\/5 { + top: -80%; +} + +.-right-4\/5 { + right: -80%; +} + +.-bottom-4\/5 { + bottom: -80%; +} + +.-left-4\/5 { + left: -80%; +} + +.-top-1\/6 { + top: -16.66667%; +} + +.-right-1\/6 { + right: -16.66667%; +} + +.-bottom-1\/6 { + bottom: -16.66667%; +} + +.-left-1\/6 { + left: -16.66667%; +} + +.-top-2\/6 { + top: -33.33333%; +} + +.-right-2\/6 { + right: -33.33333%; +} + +.-bottom-2\/6 { + bottom: -33.33333%; +} + +.-left-2\/6 { + left: -33.33333%; +} + +.-top-3\/6 { + top: -50%; +} + +.-right-3\/6 { + right: -50%; +} + +.-bottom-3\/6 { + bottom: -50%; +} + +.-left-3\/6 { + left: -50%; +} + +.-top-4\/6 { + top: -66.66667%; +} + +.-right-4\/6 { + right: -66.66667%; +} + +.-bottom-4\/6 { + bottom: -66.66667%; +} + +.-left-4\/6 { + left: -66.66667%; +} + +.-top-5\/6 { + top: -83.33333%; +} + +.-right-5\/6 { + right: -83.33333%; +} + +.-bottom-5\/6 { + bottom: -83.33333%; +} + +.-left-5\/6 { + left: -83.33333%; +} + +.-top-1\/12 { + top: -8.33333%; +} + +.-right-1\/12 { + right: -8.33333%; +} + +.-bottom-1\/12 { + bottom: -8.33333%; +} + +.-left-1\/12 { + left: -8.33333%; +} + +.-top-2\/12 { + top: -16.66667%; +} + +.-right-2\/12 { + right: -16.66667%; +} + +.-bottom-2\/12 { + bottom: -16.66667%; +} + +.-left-2\/12 { + left: -16.66667%; +} + +.-top-3\/12 { + top: -25%; +} + +.-right-3\/12 { + right: -25%; +} + +.-bottom-3\/12 { + bottom: -25%; +} + +.-left-3\/12 { + left: -25%; +} + +.-top-4\/12 { + top: -33.33333%; +} + +.-right-4\/12 { + right: -33.33333%; +} + +.-bottom-4\/12 { + bottom: -33.33333%; +} + +.-left-4\/12 { + left: -33.33333%; +} + +.-top-5\/12 { + top: -41.66667%; +} + +.-right-5\/12 { + right: -41.66667%; +} + +.-bottom-5\/12 { + bottom: -41.66667%; +} + +.-left-5\/12 { + left: -41.66667%; +} + +.-top-6\/12 { + top: -50%; +} + +.-right-6\/12 { + right: -50%; +} + +.-bottom-6\/12 { + bottom: -50%; +} + +.-left-6\/12 { + left: -50%; +} + +.-top-7\/12 { + top: -58.33333%; +} + +.-right-7\/12 { + right: -58.33333%; +} + +.-bottom-7\/12 { + bottom: -58.33333%; +} + +.-left-7\/12 { + left: -58.33333%; +} + +.-top-8\/12 { + top: -66.66667%; +} + +.-right-8\/12 { + right: -66.66667%; +} + +.-bottom-8\/12 { + bottom: -66.66667%; +} + +.-left-8\/12 { + left: -66.66667%; +} + +.-top-9\/12 { + top: -75%; +} + +.-right-9\/12 { + right: -75%; +} + +.-bottom-9\/12 { + bottom: -75%; +} + +.-left-9\/12 { + left: -75%; +} + +.-top-10\/12 { + top: -83.33333%; +} + +.-right-10\/12 { + right: -83.33333%; +} + +.-bottom-10\/12 { + bottom: -83.33333%; +} + +.-left-10\/12 { + left: -83.33333%; +} + +.-top-11\/12 { + top: -91.66667%; +} + +.-right-11\/12 { + right: -91.66667%; +} + +.-bottom-11\/12 { + bottom: -91.66667%; +} + +.-left-11\/12 { + left: -91.66667%; +} + +.-top-1\/16 { + top: -6.25%; +} + +.-right-1\/16 { + right: -6.25%; +} + +.-bottom-1\/16 { + bottom: -6.25%; +} + +.-left-1\/16 { + left: -6.25%; +} + +.-top-2\/16 { + top: -12.5%; +} + +.-right-2\/16 { + right: -12.5%; +} + +.-bottom-2\/16 { + bottom: -12.5%; +} + +.-left-2\/16 { + left: -12.5%; +} + +.-top-3\/16 { + top: -18.75%; +} + +.-right-3\/16 { + right: -18.75%; +} + +.-bottom-3\/16 { + bottom: -18.75%; +} + +.-left-3\/16 { + left: -18.75%; +} + +.-top-4\/16 { + top: -25%; +} + +.-right-4\/16 { + right: -25%; +} + +.-bottom-4\/16 { + bottom: -25%; +} + +.-left-4\/16 { + left: -25%; +} + +.-top-5\/16 { + top: -31.25%; +} + +.-right-5\/16 { + right: -31.25%; +} + +.-bottom-5\/16 { + bottom: -31.25%; +} + +.-left-5\/16 { + left: -31.25%; +} + +.-top-6\/16 { + top: -37.5%; +} + +.-right-6\/16 { + right: -37.5%; +} + +.-bottom-6\/16 { + bottom: -37.5%; +} + +.-left-6\/16 { + left: -37.5%; +} + +.-top-7\/16 { + top: -43.75%; +} + +.-right-7\/16 { + right: -43.75%; +} + +.-bottom-7\/16 { + bottom: -43.75%; +} + +.-left-7\/16 { + left: -43.75%; +} + +.-top-8\/16 { + top: -50%; +} + +.-right-8\/16 { + right: -50%; +} + +.-bottom-8\/16 { + bottom: -50%; +} + +.-left-8\/16 { + left: -50%; +} + +.-top-9\/16 { + top: -56.25%; +} + +.-right-9\/16 { + right: -56.25%; +} + +.-bottom-9\/16 { + bottom: -56.25%; +} + +.-left-9\/16 { + left: -56.25%; +} + +.-top-10\/16 { + top: -62.5%; +} + +.-right-10\/16 { + right: -62.5%; +} + +.-bottom-10\/16 { + bottom: -62.5%; +} + +.-left-10\/16 { + left: -62.5%; +} + +.-top-11\/16 { + top: -68.75%; +} + +.-right-11\/16 { + right: -68.75%; +} + +.-bottom-11\/16 { + bottom: -68.75%; +} + +.-left-11\/16 { + left: -68.75%; +} + +.-top-12\/16 { + top: -75%; +} + +.-right-12\/16 { + right: -75%; +} + +.-bottom-12\/16 { + bottom: -75%; +} + +.-left-12\/16 { + left: -75%; +} + +.-top-13\/16 { + top: -81.25%; +} + +.-right-13\/16 { + right: -81.25%; +} + +.-bottom-13\/16 { + bottom: -81.25%; +} + +.-left-13\/16 { + left: -81.25%; +} + +.-top-14\/16 { + top: -87.5%; +} + +.-right-14\/16 { + right: -87.5%; +} + +.-bottom-14\/16 { + bottom: -87.5%; +} + +.-left-14\/16 { + left: -87.5%; +} + +.-top-15\/16 { + top: -93.75%; +} + +.-right-15\/16 { + right: -93.75%; +} + +.-bottom-15\/16 { + bottom: -93.75%; +} + +.-left-15\/16 { + left: -93.75%; +} + +.-top-full { + top: -100%; +} + +.-right-full { + right: -100%; +} + +.-bottom-full { + bottom: -100%; +} + +.-left-full { + left: -100%; +} + .resize-none { resize: none; } @@ -22064,18 +34624,42 @@ video { width: 1.5rem; } +.w-7 { + width: 1.75rem; +} + .w-8 { width: 2rem; } +.w-9 { + width: 2.25rem; +} + .w-10 { width: 2.5rem; } +.w-11 { + width: 2.75rem; +} + .w-12 { width: 3rem; } +.w-13 { + width: 3.25rem; +} + +.w-14 { + width: 3.5rem; +} + +.w-15 { + width: 3.75rem; +} + .w-16 { width: 4rem; } @@ -22088,26 +34672,58 @@ video { width: 6rem; } +.w-28 { + width: 7rem; +} + .w-32 { width: 8rem; } +.w-36 { + width: 9rem; +} + .w-40 { width: 10rem; } +.w-44 { + width: 11rem; +} + .w-48 { width: 12rem; } +.w-52 { + width: 13rem; +} + .w-56 { width: 14rem; } +.w-60 { + width: 15rem; +} + .w-64 { width: 16rem; } +.w-72 { + width: 18rem; +} + +.w-80 { + width: 20rem; +} + +.w-96 { + width: 24rem; +} + .w-auto { width: auto; } @@ -22116,6 +34732,22 @@ video { width: 1px; } +.w-0\.5 { + width: 0.125rem; +} + +.w-1\.5 { + width: 0.375rem; +} + +.w-2\.5 { + width: 0.625rem; +} + +.w-3\.5 { + width: 0.875rem; +} + .w-1\/2 { width: 50%; } @@ -22220,6 +34852,66 @@ video { width: 91.666667%; } +.w-1\/16 { + width: 6.25%; +} + +.w-2\/16 { + width: 12.5%; +} + +.w-3\/16 { + width: 18.75%; +} + +.w-4\/16 { + width: 25%; +} + +.w-5\/16 { + width: 31.25%; +} + +.w-6\/16 { + width: 37.5%; +} + +.w-7\/16 { + width: 43.75%; +} + +.w-8\/16 { + width: 50%; +} + +.w-9\/16 { + width: 56.25%; +} + +.w-10\/16 { + width: 62.5%; +} + +.w-11\/16 { + width: 68.75%; +} + +.w-12\/16 { + width: 75%; +} + +.w-13\/16 { + width: 81.25%; +} + +.w-14\/16 { + width: 87.5%; +} + +.w-15\/16 { + width: 93.75%; +} + .w-full { width: 100%; } @@ -22228,6 +34920,14 @@ video { width: 100vw; } +.w-min { + width: min-content; +} + +.w-max { + width: max-content; +} + .z-0 { z-index: 0; } @@ -22291,21 +34991,51 @@ video { gap: 1.5rem; } +.gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; +} + .gap-8 { grid-gap: 2rem; gap: 2rem; } +.gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; +} + .gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } +.gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; +} + .gap-12 { grid-gap: 3rem; gap: 3rem; } +.gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; +} + +.gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; +} + +.gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; +} + .gap-16 { grid-gap: 4rem; gap: 4rem; @@ -22321,36 +35051,306 @@ video { gap: 6rem; } +.gap-28 { + grid-gap: 7rem; + gap: 7rem; +} + .gap-32 { grid-gap: 8rem; gap: 8rem; } +.gap-36 { + grid-gap: 9rem; + gap: 9rem; +} + .gap-40 { grid-gap: 10rem; gap: 10rem; } +.gap-44 { + grid-gap: 11rem; + gap: 11rem; +} + .gap-48 { grid-gap: 12rem; gap: 12rem; } +.gap-52 { + grid-gap: 13rem; + gap: 13rem; +} + .gap-56 { grid-gap: 14rem; gap: 14rem; } +.gap-60 { + grid-gap: 15rem; + gap: 15rem; +} + .gap-64 { grid-gap: 16rem; gap: 16rem; } +.gap-72 { + grid-gap: 18rem; + gap: 18rem; +} + +.gap-80 { + grid-gap: 20rem; + gap: 20rem; +} + +.gap-96 { + grid-gap: 24rem; + gap: 24rem; +} + .gap-px { grid-gap: 1px; gap: 1px; } +.gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; +} + +.gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; +} + +.gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; +} + +.gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; +} + +.gap-1\/2 { + grid-gap: 50%; + gap: 50%; +} + +.gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; +} + +.gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; +} + +.gap-1\/4 { + grid-gap: 25%; + gap: 25%; +} + +.gap-2\/4 { + grid-gap: 50%; + gap: 50%; +} + +.gap-3\/4 { + grid-gap: 75%; + gap: 75%; +} + +.gap-1\/5 { + grid-gap: 20%; + gap: 20%; +} + +.gap-2\/5 { + grid-gap: 40%; + gap: 40%; +} + +.gap-3\/5 { + grid-gap: 60%; + gap: 60%; +} + +.gap-4\/5 { + grid-gap: 80%; + gap: 80%; +} + +.gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; +} + +.gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; +} + +.gap-3\/6 { + grid-gap: 50%; + gap: 50%; +} + +.gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; +} + +.gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; +} + +.gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; +} + +.gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; +} + +.gap-3\/12 { + grid-gap: 25%; + gap: 25%; +} + +.gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; +} + +.gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; +} + +.gap-6\/12 { + grid-gap: 50%; + gap: 50%; +} + +.gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; +} + +.gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; +} + +.gap-9\/12 { + grid-gap: 75%; + gap: 75%; +} + +.gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; +} + +.gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; +} + +.gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; +} + +.gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; +} + +.gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; +} + +.gap-4\/16 { + grid-gap: 25%; + gap: 25%; +} + +.gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; +} + +.gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; +} + +.gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; +} + +.gap-8\/16 { + grid-gap: 50%; + gap: 50%; +} + +.gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; +} + +.gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; +} + +.gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; +} + +.gap-12\/16 { + grid-gap: 75%; + gap: 75%; +} + +.gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; +} + +.gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; +} + +.gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; +} + +.gap-full { + grid-gap: 100%; + gap: 100%; +} + .gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -22386,21 +35386,51 @@ video { column-gap: 1.5rem; } +.gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; +} + .gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } +.gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; +} + .gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } +.gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; +} + .gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } +.gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; +} + +.gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; +} + +.gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; +} + .gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -22416,36 +35446,306 @@ video { column-gap: 6rem; } +.gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; +} + .gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } +.gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; +} + .gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } +.gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; +} + .gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } +.gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; +} + .gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } +.gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; +} + .gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } +.gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; +} + +.gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; +} + +.gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; +} + .gap-x-px { grid-column-gap: 1px; column-gap: 1px; } +.gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; +} + +.gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; +} + +.gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; +} + +.gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; +} + +.gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; +} + +.gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; +} + +.gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; +} + +.gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; +} + +.gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; +} + +.gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; +} + +.gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; +} + +.gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; +} + +.gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; +} + +.gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; +} + +.gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; +} + +.gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; +} + +.gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; +} + +.gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; +} + +.gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; +} + +.gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; +} + +.gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; +} + +.gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; +} + +.gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; +} + +.gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; +} + +.gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; +} + +.gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; +} + +.gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; +} + +.gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; +} + +.gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; +} + +.gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; +} + +.gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; +} + +.gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; +} + +.gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; +} + +.gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; +} + +.gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; +} + +.gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; +} + +.gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; +} + +.gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; +} + +.gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; +} + +.gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; +} + +.gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; +} + .gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -22481,21 +35781,51 @@ video { row-gap: 1.5rem; } +.gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; +} + .gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } +.gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; +} + .gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } +.gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; +} + .gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } +.gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; +} + +.gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; +} + +.gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; +} + .gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -22511,36 +35841,306 @@ video { row-gap: 6rem; } +.gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; +} + .gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } +.gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; +} + .gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } +.gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; +} + .gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } +.gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; +} + .gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } +.gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; +} + .gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } +.gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; +} + +.gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; +} + +.gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; +} + .gap-y-px { grid-row-gap: 1px; row-gap: 1px; } +.gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; +} + +.gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; +} + +.gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; +} + +.gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; +} + +.gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; +} + +.gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; +} + +.gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; +} + +.gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; +} + +.gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; +} + +.gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; +} + +.gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; +} + +.gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; +} + +.gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; +} + +.gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; +} + +.gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; +} + +.gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; +} + +.gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; +} + +.gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; +} + +.gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; +} + +.gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; +} + +.gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; +} + +.gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; +} + +.gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; +} + +.gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; +} + +.gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; +} + +.gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; +} + +.gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; +} + +.gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; +} + +.gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; +} + +.gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; +} + +.gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; +} + +.gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; +} + +.gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; +} + +.gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; +} + +.gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; +} + +.gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; +} + +.gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; +} + +.gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; +} + +.gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; +} + +.gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; +} + +.gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; +} + .grid-flow-row { grid-auto-flow: row; } @@ -22602,7 +36202,7 @@ video { } .grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .grid-cols-none { @@ -22677,6 +36277,22 @@ video { grid-column: span 12 / span 12; } +.col-span-13 { + grid-column: span 13 / span 13; +} + +.col-span-14 { + grid-column: span 14 / span 14; +} + +.col-span-15 { + grid-column: span 15 / span 15; +} + +.col-span-16 { + grid-column: span 16 / span 16; +} + .col-span-full { grid-column: 1 / -1; } @@ -22733,6 +36349,22 @@ video { grid-column-start: 13; } +.col-start-14 { + grid-column-start: 14; +} + +.col-start-15 { + grid-column-start: 15; +} + +.col-start-16 { + grid-column-start: 16; +} + +.col-start-17 { + grid-column-start: 17; +} + .col-start-auto { grid-column-start: auto; } @@ -22789,6 +36421,22 @@ video { grid-column-end: 13; } +.col-end-14 { + grid-column-end: 14; +} + +.col-end-15 { + grid-column-end: 15; +} + +.col-end-16 { + grid-column-end: 16; +} + +.col-end-17 { + grid-column-end: 17; +} + .col-end-auto { grid-column-end: auto; } @@ -23617,18 +37265,42 @@ video { --transform-translate-x: 1.5rem; } +.translate-x-7 { + --transform-translate-x: 1.75rem; +} + .translate-x-8 { --transform-translate-x: 2rem; } +.translate-x-9 { + --transform-translate-x: 2.25rem; +} + .translate-x-10 { --transform-translate-x: 2.5rem; } +.translate-x-11 { + --transform-translate-x: 2.75rem; +} + .translate-x-12 { --transform-translate-x: 3rem; } +.translate-x-13 { + --transform-translate-x: 3.25rem; +} + +.translate-x-14 { + --transform-translate-x: 3.5rem; +} + +.translate-x-15 { + --transform-translate-x: 3.75rem; +} + .translate-x-16 { --transform-translate-x: 4rem; } @@ -23641,30 +37313,246 @@ video { --transform-translate-x: 6rem; } +.translate-x-28 { + --transform-translate-x: 7rem; +} + .translate-x-32 { --transform-translate-x: 8rem; } +.translate-x-36 { + --transform-translate-x: 9rem; +} + .translate-x-40 { --transform-translate-x: 10rem; } +.translate-x-44 { + --transform-translate-x: 11rem; +} + .translate-x-48 { --transform-translate-x: 12rem; } +.translate-x-52 { + --transform-translate-x: 13rem; +} + .translate-x-56 { --transform-translate-x: 14rem; } +.translate-x-60 { + --transform-translate-x: 15rem; +} + .translate-x-64 { --transform-translate-x: 16rem; } +.translate-x-72 { + --transform-translate-x: 18rem; +} + +.translate-x-80 { + --transform-translate-x: 20rem; +} + +.translate-x-96 { + --transform-translate-x: 24rem; +} + .translate-x-px { --transform-translate-x: 1px; } +.translate-x-0\.5 { + --transform-translate-x: 0.125rem; +} + +.translate-x-1\.5 { + --transform-translate-x: 0.375rem; +} + +.translate-x-2\.5 { + --transform-translate-x: 0.625rem; +} + +.translate-x-3\.5 { + --transform-translate-x: 0.875rem; +} + +.translate-x-1\/2 { + --transform-translate-x: 50%; +} + +.translate-x-1\/3 { + --transform-translate-x: 33.333333%; +} + +.translate-x-2\/3 { + --transform-translate-x: 66.666667%; +} + +.translate-x-1\/4 { + --transform-translate-x: 25%; +} + +.translate-x-2\/4 { + --transform-translate-x: 50%; +} + +.translate-x-3\/4 { + --transform-translate-x: 75%; +} + +.translate-x-1\/5 { + --transform-translate-x: 20%; +} + +.translate-x-2\/5 { + --transform-translate-x: 40%; +} + +.translate-x-3\/5 { + --transform-translate-x: 60%; +} + +.translate-x-4\/5 { + --transform-translate-x: 80%; +} + +.translate-x-1\/6 { + --transform-translate-x: 16.666667%; +} + +.translate-x-2\/6 { + --transform-translate-x: 33.333333%; +} + +.translate-x-3\/6 { + --transform-translate-x: 50%; +} + +.translate-x-4\/6 { + --transform-translate-x: 66.666667%; +} + +.translate-x-5\/6 { + --transform-translate-x: 83.333333%; +} + +.translate-x-1\/12 { + --transform-translate-x: 8.333333%; +} + +.translate-x-2\/12 { + --transform-translate-x: 16.666667%; +} + +.translate-x-3\/12 { + --transform-translate-x: 25%; +} + +.translate-x-4\/12 { + --transform-translate-x: 33.333333%; +} + +.translate-x-5\/12 { + --transform-translate-x: 41.666667%; +} + +.translate-x-6\/12 { + --transform-translate-x: 50%; +} + +.translate-x-7\/12 { + --transform-translate-x: 58.333333%; +} + +.translate-x-8\/12 { + --transform-translate-x: 66.666667%; +} + +.translate-x-9\/12 { + --transform-translate-x: 75%; +} + +.translate-x-10\/12 { + --transform-translate-x: 83.333333%; +} + +.translate-x-11\/12 { + --transform-translate-x: 91.666667%; +} + +.translate-x-1\/16 { + --transform-translate-x: 6.25%; +} + +.translate-x-2\/16 { + --transform-translate-x: 12.5%; +} + +.translate-x-3\/16 { + --transform-translate-x: 18.75%; +} + +.translate-x-4\/16 { + --transform-translate-x: 25%; +} + +.translate-x-5\/16 { + --transform-translate-x: 31.25%; +} + +.translate-x-6\/16 { + --transform-translate-x: 37.5%; +} + +.translate-x-7\/16 { + --transform-translate-x: 43.75%; +} + +.translate-x-8\/16 { + --transform-translate-x: 50%; +} + +.translate-x-9\/16 { + --transform-translate-x: 56.25%; +} + +.translate-x-10\/16 { + --transform-translate-x: 62.5%; +} + +.translate-x-11\/16 { + --transform-translate-x: 68.75%; +} + +.translate-x-12\/16 { + --transform-translate-x: 75%; +} + +.translate-x-13\/16 { + --transform-translate-x: 81.25%; +} + +.translate-x-14\/16 { + --transform-translate-x: 87.5%; +} + +.translate-x-15\/16 { + --transform-translate-x: 93.75%; +} + +.translate-x-full { + --transform-translate-x: 100%; +} + .-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -23689,18 +37577,42 @@ video { --transform-translate-x: -1.5rem; } +.-translate-x-7 { + --transform-translate-x: -1.75rem; +} + .-translate-x-8 { --transform-translate-x: -2rem; } +.-translate-x-9 { + --transform-translate-x: -2.25rem; +} + .-translate-x-10 { --transform-translate-x: -2.5rem; } +.-translate-x-11 { + --transform-translate-x: -2.75rem; +} + .-translate-x-12 { --transform-translate-x: -3rem; } +.-translate-x-13 { + --transform-translate-x: -3.25rem; +} + +.-translate-x-14 { + --transform-translate-x: -3.5rem; +} + +.-translate-x-15 { + --transform-translate-x: -3.75rem; +} + .-translate-x-16 { --transform-translate-x: -4rem; } @@ -23713,44 +37625,244 @@ video { --transform-translate-x: -6rem; } +.-translate-x-28 { + --transform-translate-x: -7rem; +} + .-translate-x-32 { --transform-translate-x: -8rem; } +.-translate-x-36 { + --transform-translate-x: -9rem; +} + .-translate-x-40 { --transform-translate-x: -10rem; } +.-translate-x-44 { + --transform-translate-x: -11rem; +} + .-translate-x-48 { --transform-translate-x: -12rem; } +.-translate-x-52 { + --transform-translate-x: -13rem; +} + .-translate-x-56 { --transform-translate-x: -14rem; } +.-translate-x-60 { + --transform-translate-x: -15rem; +} + .-translate-x-64 { --transform-translate-x: -16rem; } +.-translate-x-72 { + --transform-translate-x: -18rem; +} + +.-translate-x-80 { + --transform-translate-x: -20rem; +} + +.-translate-x-96 { + --transform-translate-x: -24rem; +} + .-translate-x-px { --transform-translate-x: -1px; } -.-translate-x-full { - --transform-translate-x: -100%; +.-translate-x-0\.5 { + --transform-translate-x: -0.125rem; +} + +.-translate-x-1\.5 { + --transform-translate-x: -0.375rem; +} + +.-translate-x-2\.5 { + --transform-translate-x: -0.625rem; +} + +.-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .-translate-x-1\/2 { --transform-translate-x: -50%; } -.translate-x-1\/2 { - --transform-translate-x: 50%; +.-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } -.translate-x-full { - --transform-translate-x: 100%; +.-translate-x-2\/3 { + --transform-translate-x: -66.66667%; +} + +.-translate-x-1\/4 { + --transform-translate-x: -25%; +} + +.-translate-x-2\/4 { + --transform-translate-x: -50%; +} + +.-translate-x-3\/4 { + --transform-translate-x: -75%; +} + +.-translate-x-1\/5 { + --transform-translate-x: -20%; +} + +.-translate-x-2\/5 { + --transform-translate-x: -40%; +} + +.-translate-x-3\/5 { + --transform-translate-x: -60%; +} + +.-translate-x-4\/5 { + --transform-translate-x: -80%; +} + +.-translate-x-1\/6 { + --transform-translate-x: -16.66667%; +} + +.-translate-x-2\/6 { + --transform-translate-x: -33.33333%; +} + +.-translate-x-3\/6 { + --transform-translate-x: -50%; +} + +.-translate-x-4\/6 { + --transform-translate-x: -66.66667%; +} + +.-translate-x-5\/6 { + --transform-translate-x: -83.33333%; +} + +.-translate-x-1\/12 { + --transform-translate-x: -8.33333%; +} + +.-translate-x-2\/12 { + --transform-translate-x: -16.66667%; +} + +.-translate-x-3\/12 { + --transform-translate-x: -25%; +} + +.-translate-x-4\/12 { + --transform-translate-x: -33.33333%; +} + +.-translate-x-5\/12 { + --transform-translate-x: -41.66667%; +} + +.-translate-x-6\/12 { + --transform-translate-x: -50%; +} + +.-translate-x-7\/12 { + --transform-translate-x: -58.33333%; +} + +.-translate-x-8\/12 { + --transform-translate-x: -66.66667%; +} + +.-translate-x-9\/12 { + --transform-translate-x: -75%; +} + +.-translate-x-10\/12 { + --transform-translate-x: -83.33333%; +} + +.-translate-x-11\/12 { + --transform-translate-x: -91.66667%; +} + +.-translate-x-1\/16 { + --transform-translate-x: -6.25%; +} + +.-translate-x-2\/16 { + --transform-translate-x: -12.5%; +} + +.-translate-x-3\/16 { + --transform-translate-x: -18.75%; +} + +.-translate-x-4\/16 { + --transform-translate-x: -25%; +} + +.-translate-x-5\/16 { + --transform-translate-x: -31.25%; +} + +.-translate-x-6\/16 { + --transform-translate-x: -37.5%; +} + +.-translate-x-7\/16 { + --transform-translate-x: -43.75%; +} + +.-translate-x-8\/16 { + --transform-translate-x: -50%; +} + +.-translate-x-9\/16 { + --transform-translate-x: -56.25%; +} + +.-translate-x-10\/16 { + --transform-translate-x: -62.5%; +} + +.-translate-x-11\/16 { + --transform-translate-x: -68.75%; +} + +.-translate-x-12\/16 { + --transform-translate-x: -75%; +} + +.-translate-x-13\/16 { + --transform-translate-x: -81.25%; +} + +.-translate-x-14\/16 { + --transform-translate-x: -87.5%; +} + +.-translate-x-15\/16 { + --transform-translate-x: -93.75%; +} + +.-translate-x-full { + --transform-translate-x: -100%; } .translate-y-0 { @@ -23781,18 +37893,42 @@ video { --transform-translate-y: 1.5rem; } +.translate-y-7 { + --transform-translate-y: 1.75rem; +} + .translate-y-8 { --transform-translate-y: 2rem; } +.translate-y-9 { + --transform-translate-y: 2.25rem; +} + .translate-y-10 { --transform-translate-y: 2.5rem; } +.translate-y-11 { + --transform-translate-y: 2.75rem; +} + .translate-y-12 { --transform-translate-y: 3rem; } +.translate-y-13 { + --transform-translate-y: 3.25rem; +} + +.translate-y-14 { + --transform-translate-y: 3.5rem; +} + +.translate-y-15 { + --transform-translate-y: 3.75rem; +} + .translate-y-16 { --transform-translate-y: 4rem; } @@ -23805,30 +37941,246 @@ video { --transform-translate-y: 6rem; } +.translate-y-28 { + --transform-translate-y: 7rem; +} + .translate-y-32 { --transform-translate-y: 8rem; } +.translate-y-36 { + --transform-translate-y: 9rem; +} + .translate-y-40 { --transform-translate-y: 10rem; } +.translate-y-44 { + --transform-translate-y: 11rem; +} + .translate-y-48 { --transform-translate-y: 12rem; } +.translate-y-52 { + --transform-translate-y: 13rem; +} + .translate-y-56 { --transform-translate-y: 14rem; } +.translate-y-60 { + --transform-translate-y: 15rem; +} + .translate-y-64 { --transform-translate-y: 16rem; } +.translate-y-72 { + --transform-translate-y: 18rem; +} + +.translate-y-80 { + --transform-translate-y: 20rem; +} + +.translate-y-96 { + --transform-translate-y: 24rem; +} + .translate-y-px { --transform-translate-y: 1px; } +.translate-y-0\.5 { + --transform-translate-y: 0.125rem; +} + +.translate-y-1\.5 { + --transform-translate-y: 0.375rem; +} + +.translate-y-2\.5 { + --transform-translate-y: 0.625rem; +} + +.translate-y-3\.5 { + --transform-translate-y: 0.875rem; +} + +.translate-y-1\/2 { + --transform-translate-y: 50%; +} + +.translate-y-1\/3 { + --transform-translate-y: 33.333333%; +} + +.translate-y-2\/3 { + --transform-translate-y: 66.666667%; +} + +.translate-y-1\/4 { + --transform-translate-y: 25%; +} + +.translate-y-2\/4 { + --transform-translate-y: 50%; +} + +.translate-y-3\/4 { + --transform-translate-y: 75%; +} + +.translate-y-1\/5 { + --transform-translate-y: 20%; +} + +.translate-y-2\/5 { + --transform-translate-y: 40%; +} + +.translate-y-3\/5 { + --transform-translate-y: 60%; +} + +.translate-y-4\/5 { + --transform-translate-y: 80%; +} + +.translate-y-1\/6 { + --transform-translate-y: 16.666667%; +} + +.translate-y-2\/6 { + --transform-translate-y: 33.333333%; +} + +.translate-y-3\/6 { + --transform-translate-y: 50%; +} + +.translate-y-4\/6 { + --transform-translate-y: 66.666667%; +} + +.translate-y-5\/6 { + --transform-translate-y: 83.333333%; +} + +.translate-y-1\/12 { + --transform-translate-y: 8.333333%; +} + +.translate-y-2\/12 { + --transform-translate-y: 16.666667%; +} + +.translate-y-3\/12 { + --transform-translate-y: 25%; +} + +.translate-y-4\/12 { + --transform-translate-y: 33.333333%; +} + +.translate-y-5\/12 { + --transform-translate-y: 41.666667%; +} + +.translate-y-6\/12 { + --transform-translate-y: 50%; +} + +.translate-y-7\/12 { + --transform-translate-y: 58.333333%; +} + +.translate-y-8\/12 { + --transform-translate-y: 66.666667%; +} + +.translate-y-9\/12 { + --transform-translate-y: 75%; +} + +.translate-y-10\/12 { + --transform-translate-y: 83.333333%; +} + +.translate-y-11\/12 { + --transform-translate-y: 91.666667%; +} + +.translate-y-1\/16 { + --transform-translate-y: 6.25%; +} + +.translate-y-2\/16 { + --transform-translate-y: 12.5%; +} + +.translate-y-3\/16 { + --transform-translate-y: 18.75%; +} + +.translate-y-4\/16 { + --transform-translate-y: 25%; +} + +.translate-y-5\/16 { + --transform-translate-y: 31.25%; +} + +.translate-y-6\/16 { + --transform-translate-y: 37.5%; +} + +.translate-y-7\/16 { + --transform-translate-y: 43.75%; +} + +.translate-y-8\/16 { + --transform-translate-y: 50%; +} + +.translate-y-9\/16 { + --transform-translate-y: 56.25%; +} + +.translate-y-10\/16 { + --transform-translate-y: 62.5%; +} + +.translate-y-11\/16 { + --transform-translate-y: 68.75%; +} + +.translate-y-12\/16 { + --transform-translate-y: 75%; +} + +.translate-y-13\/16 { + --transform-translate-y: 81.25%; +} + +.translate-y-14\/16 { + --transform-translate-y: 87.5%; +} + +.translate-y-15\/16 { + --transform-translate-y: 93.75%; +} + +.translate-y-full { + --transform-translate-y: 100%; +} + .-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -23853,18 +38205,42 @@ video { --transform-translate-y: -1.5rem; } +.-translate-y-7 { + --transform-translate-y: -1.75rem; +} + .-translate-y-8 { --transform-translate-y: -2rem; } +.-translate-y-9 { + --transform-translate-y: -2.25rem; +} + .-translate-y-10 { --transform-translate-y: -2.5rem; } +.-translate-y-11 { + --transform-translate-y: -2.75rem; +} + .-translate-y-12 { --transform-translate-y: -3rem; } +.-translate-y-13 { + --transform-translate-y: -3.25rem; +} + +.-translate-y-14 { + --transform-translate-y: -3.5rem; +} + +.-translate-y-15 { + --transform-translate-y: -3.75rem; +} + .-translate-y-16 { --transform-translate-y: -4rem; } @@ -23877,44 +38253,244 @@ video { --transform-translate-y: -6rem; } +.-translate-y-28 { + --transform-translate-y: -7rem; +} + .-translate-y-32 { --transform-translate-y: -8rem; } +.-translate-y-36 { + --transform-translate-y: -9rem; +} + .-translate-y-40 { --transform-translate-y: -10rem; } +.-translate-y-44 { + --transform-translate-y: -11rem; +} + .-translate-y-48 { --transform-translate-y: -12rem; } +.-translate-y-52 { + --transform-translate-y: -13rem; +} + .-translate-y-56 { --transform-translate-y: -14rem; } +.-translate-y-60 { + --transform-translate-y: -15rem; +} + .-translate-y-64 { --transform-translate-y: -16rem; } +.-translate-y-72 { + --transform-translate-y: -18rem; +} + +.-translate-y-80 { + --transform-translate-y: -20rem; +} + +.-translate-y-96 { + --transform-translate-y: -24rem; +} + .-translate-y-px { --transform-translate-y: -1px; } -.-translate-y-full { - --transform-translate-y: -100%; +.-translate-y-0\.5 { + --transform-translate-y: -0.125rem; +} + +.-translate-y-1\.5 { + --transform-translate-y: -0.375rem; +} + +.-translate-y-2\.5 { + --transform-translate-y: -0.625rem; +} + +.-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .-translate-y-1\/2 { --transform-translate-y: -50%; } -.translate-y-1\/2 { - --transform-translate-y: 50%; +.-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } -.translate-y-full { - --transform-translate-y: 100%; +.-translate-y-2\/3 { + --transform-translate-y: -66.66667%; +} + +.-translate-y-1\/4 { + --transform-translate-y: -25%; +} + +.-translate-y-2\/4 { + --transform-translate-y: -50%; +} + +.-translate-y-3\/4 { + --transform-translate-y: -75%; +} + +.-translate-y-1\/5 { + --transform-translate-y: -20%; +} + +.-translate-y-2\/5 { + --transform-translate-y: -40%; +} + +.-translate-y-3\/5 { + --transform-translate-y: -60%; +} + +.-translate-y-4\/5 { + --transform-translate-y: -80%; +} + +.-translate-y-1\/6 { + --transform-translate-y: -16.66667%; +} + +.-translate-y-2\/6 { + --transform-translate-y: -33.33333%; +} + +.-translate-y-3\/6 { + --transform-translate-y: -50%; +} + +.-translate-y-4\/6 { + --transform-translate-y: -66.66667%; +} + +.-translate-y-5\/6 { + --transform-translate-y: -83.33333%; +} + +.-translate-y-1\/12 { + --transform-translate-y: -8.33333%; +} + +.-translate-y-2\/12 { + --transform-translate-y: -16.66667%; +} + +.-translate-y-3\/12 { + --transform-translate-y: -25%; +} + +.-translate-y-4\/12 { + --transform-translate-y: -33.33333%; +} + +.-translate-y-5\/12 { + --transform-translate-y: -41.66667%; +} + +.-translate-y-6\/12 { + --transform-translate-y: -50%; +} + +.-translate-y-7\/12 { + --transform-translate-y: -58.33333%; +} + +.-translate-y-8\/12 { + --transform-translate-y: -66.66667%; +} + +.-translate-y-9\/12 { + --transform-translate-y: -75%; +} + +.-translate-y-10\/12 { + --transform-translate-y: -83.33333%; +} + +.-translate-y-11\/12 { + --transform-translate-y: -91.66667%; +} + +.-translate-y-1\/16 { + --transform-translate-y: -6.25%; +} + +.-translate-y-2\/16 { + --transform-translate-y: -12.5%; +} + +.-translate-y-3\/16 { + --transform-translate-y: -18.75%; +} + +.-translate-y-4\/16 { + --transform-translate-y: -25%; +} + +.-translate-y-5\/16 { + --transform-translate-y: -31.25%; +} + +.-translate-y-6\/16 { + --transform-translate-y: -37.5%; +} + +.-translate-y-7\/16 { + --transform-translate-y: -43.75%; +} + +.-translate-y-8\/16 { + --transform-translate-y: -50%; +} + +.-translate-y-9\/16 { + --transform-translate-y: -56.25%; +} + +.-translate-y-10\/16 { + --transform-translate-y: -62.5%; +} + +.-translate-y-11\/16 { + --transform-translate-y: -68.75%; +} + +.-translate-y-12\/16 { + --transform-translate-y: -75%; +} + +.-translate-y-13\/16 { + --transform-translate-y: -81.25%; +} + +.-translate-y-14\/16 { + --transform-translate-y: -87.5%; +} + +.-translate-y-15\/16 { + --transform-translate-y: -93.75%; +} + +.-translate-y-full { + --transform-translate-y: -100%; } .hover\:translate-x-0:hover { @@ -23945,18 +38521,42 @@ video { --transform-translate-x: 1.5rem; } +.hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; +} + .hover\:translate-x-8:hover { --transform-translate-x: 2rem; } +.hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; +} + .hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } +.hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; +} + .hover\:translate-x-12:hover { --transform-translate-x: 3rem; } +.hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; +} + +.hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; +} + +.hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; +} + .hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -23969,30 +38569,246 @@ video { --transform-translate-x: 6rem; } +.hover\:translate-x-28:hover { + --transform-translate-x: 7rem; +} + .hover\:translate-x-32:hover { --transform-translate-x: 8rem; } +.hover\:translate-x-36:hover { + --transform-translate-x: 9rem; +} + .hover\:translate-x-40:hover { --transform-translate-x: 10rem; } +.hover\:translate-x-44:hover { + --transform-translate-x: 11rem; +} + .hover\:translate-x-48:hover { --transform-translate-x: 12rem; } +.hover\:translate-x-52:hover { + --transform-translate-x: 13rem; +} + .hover\:translate-x-56:hover { --transform-translate-x: 14rem; } +.hover\:translate-x-60:hover { + --transform-translate-x: 15rem; +} + .hover\:translate-x-64:hover { --transform-translate-x: 16rem; } +.hover\:translate-x-72:hover { + --transform-translate-x: 18rem; +} + +.hover\:translate-x-80:hover { + --transform-translate-x: 20rem; +} + +.hover\:translate-x-96:hover { + --transform-translate-x: 24rem; +} + .hover\:translate-x-px:hover { --transform-translate-x: 1px; } +.hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; +} + +.hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; +} + +.hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; +} + +.hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; +} + +.hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; +} + +.hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; +} + +.hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; +} + +.hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; +} + +.hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; +} + +.hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; +} + +.hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; +} + +.hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; +} + +.hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; +} + +.hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; +} + +.hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; +} + +.hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; +} + +.hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; +} + +.hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; +} + +.hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; +} + +.hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; +} + +.hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; +} + +.hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; +} + +.hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; +} + +.hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; +} + +.hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; +} + +.hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; +} + +.hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; +} + +.hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; +} + +.hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; +} + +.hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; +} + +.hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; +} + +.hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; +} + +.hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; +} + +.hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; +} + +.hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; +} + +.hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; +} + +.hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; +} + +.hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; +} + +.hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; +} + +.hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; +} + +.hover\:translate-x-full:hover { + --transform-translate-x: 100%; +} + .hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -24017,18 +38833,42 @@ video { --transform-translate-x: -1.5rem; } +.hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; +} + .hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } +.hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; +} + .hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } +.hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; +} + .hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } +.hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; +} + +.hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; +} + +.hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; +} + .hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -24041,44 +38881,244 @@ video { --transform-translate-x: -6rem; } +.hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; +} + .hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } +.hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; +} + .hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } +.hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; +} + .hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } +.hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; +} + .hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } +.hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; +} + .hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } +.hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; +} + +.hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; +} + +.hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; +} + .hover\:-translate-x-px:hover { --transform-translate-x: -1px; } -.hover\:-translate-x-full:hover { - --transform-translate-x: -100%; +.hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; +} + +.hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; +} + +.hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; +} + +.hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } -.hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; +.hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } -.hover\:translate-x-full:hover { - --transform-translate-x: 100%; +.hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; +} + +.hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; +} + +.hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; +} + +.hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; +} + +.hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; +} + +.hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; +} + +.hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; +} + +.hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; +} + +.hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; +} + +.hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; +} + +.hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; +} + +.hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; +} + +.hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; +} + +.hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; +} + +.hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; +} + +.hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; +} + +.hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; +} + +.hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; +} + +.hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; +} + +.hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; +} + +.hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; +} + +.hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; +} + +.hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; +} + +.hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; +} + +.hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; +} + +.hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; +} + +.hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; +} + +.hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; +} + +.hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; +} + +.hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; +} + +.hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; +} + +.hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; +} + +.hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; +} + +.hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; +} + +.hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; +} + +.hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .hover\:translate-y-0:hover { @@ -24109,18 +39149,42 @@ video { --transform-translate-y: 1.5rem; } +.hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; +} + .hover\:translate-y-8:hover { --transform-translate-y: 2rem; } +.hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; +} + .hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } +.hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; +} + .hover\:translate-y-12:hover { --transform-translate-y: 3rem; } +.hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; +} + +.hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; +} + +.hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; +} + .hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -24133,30 +39197,246 @@ video { --transform-translate-y: 6rem; } +.hover\:translate-y-28:hover { + --transform-translate-y: 7rem; +} + .hover\:translate-y-32:hover { --transform-translate-y: 8rem; } +.hover\:translate-y-36:hover { + --transform-translate-y: 9rem; +} + .hover\:translate-y-40:hover { --transform-translate-y: 10rem; } +.hover\:translate-y-44:hover { + --transform-translate-y: 11rem; +} + .hover\:translate-y-48:hover { --transform-translate-y: 12rem; } +.hover\:translate-y-52:hover { + --transform-translate-y: 13rem; +} + .hover\:translate-y-56:hover { --transform-translate-y: 14rem; } +.hover\:translate-y-60:hover { + --transform-translate-y: 15rem; +} + .hover\:translate-y-64:hover { --transform-translate-y: 16rem; } +.hover\:translate-y-72:hover { + --transform-translate-y: 18rem; +} + +.hover\:translate-y-80:hover { + --transform-translate-y: 20rem; +} + +.hover\:translate-y-96:hover { + --transform-translate-y: 24rem; +} + .hover\:translate-y-px:hover { --transform-translate-y: 1px; } +.hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; +} + +.hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; +} + +.hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; +} + +.hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; +} + +.hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; +} + +.hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; +} + +.hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; +} + +.hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; +} + +.hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; +} + +.hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; +} + +.hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; +} + +.hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; +} + +.hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; +} + +.hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; +} + +.hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; +} + +.hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; +} + +.hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; +} + +.hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; +} + +.hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; +} + +.hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; +} + +.hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; +} + +.hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; +} + +.hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; +} + +.hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; +} + +.hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; +} + +.hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; +} + +.hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; +} + +.hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; +} + +.hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; +} + +.hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; +} + +.hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; +} + +.hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; +} + +.hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; +} + +.hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; +} + +.hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; +} + +.hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; +} + +.hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; +} + +.hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; +} + +.hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; +} + +.hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; +} + +.hover\:translate-y-full:hover { + --transform-translate-y: 100%; +} + .hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -24181,18 +39461,42 @@ video { --transform-translate-y: -1.5rem; } +.hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; +} + .hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } +.hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; +} + .hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } +.hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; +} + .hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } +.hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; +} + +.hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; +} + +.hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; +} + .hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -24205,44 +39509,244 @@ video { --transform-translate-y: -6rem; } +.hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; +} + .hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } +.hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; +} + .hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } +.hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; +} + .hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } +.hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; +} + .hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } +.hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; +} + .hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } +.hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; +} + +.hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; +} + +.hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; +} + .hover\:-translate-y-px:hover { --transform-translate-y: -1px; } -.hover\:-translate-y-full:hover { - --transform-translate-y: -100%; +.hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; +} + +.hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; +} + +.hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; +} + +.hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } -.hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; +.hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } -.hover\:translate-y-full:hover { - --transform-translate-y: 100%; +.hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; +} + +.hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; +} + +.hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; +} + +.hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; +} + +.hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; +} + +.hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; +} + +.hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; +} + +.hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; +} + +.hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; +} + +.hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; +} + +.hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; +} + +.hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; +} + +.hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; +} + +.hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; +} + +.hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; +} + +.hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; +} + +.hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; +} + +.hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; +} + +.hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; +} + +.hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; +} + +.hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; +} + +.hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; +} + +.hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; +} + +.hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; +} + +.hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; +} + +.hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; +} + +.hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; +} + +.hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; +} + +.hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; +} + +.hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; +} + +.hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; +} + +.hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; +} + +.hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; +} + +.hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; +} + +.hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; +} + +.hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .focus\:translate-x-0:focus { @@ -24273,18 +39777,42 @@ video { --transform-translate-x: 1.5rem; } +.focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; +} + .focus\:translate-x-8:focus { --transform-translate-x: 2rem; } +.focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; +} + .focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } +.focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; +} + .focus\:translate-x-12:focus { --transform-translate-x: 3rem; } +.focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; +} + +.focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; +} + +.focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; +} + .focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -24297,30 +39825,246 @@ video { --transform-translate-x: 6rem; } +.focus\:translate-x-28:focus { + --transform-translate-x: 7rem; +} + .focus\:translate-x-32:focus { --transform-translate-x: 8rem; } +.focus\:translate-x-36:focus { + --transform-translate-x: 9rem; +} + .focus\:translate-x-40:focus { --transform-translate-x: 10rem; } +.focus\:translate-x-44:focus { + --transform-translate-x: 11rem; +} + .focus\:translate-x-48:focus { --transform-translate-x: 12rem; } +.focus\:translate-x-52:focus { + --transform-translate-x: 13rem; +} + .focus\:translate-x-56:focus { --transform-translate-x: 14rem; } +.focus\:translate-x-60:focus { + --transform-translate-x: 15rem; +} + .focus\:translate-x-64:focus { --transform-translate-x: 16rem; } +.focus\:translate-x-72:focus { + --transform-translate-x: 18rem; +} + +.focus\:translate-x-80:focus { + --transform-translate-x: 20rem; +} + +.focus\:translate-x-96:focus { + --transform-translate-x: 24rem; +} + .focus\:translate-x-px:focus { --transform-translate-x: 1px; } +.focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; +} + +.focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; +} + +.focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; +} + +.focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; +} + +.focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; +} + +.focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; +} + +.focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; +} + +.focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; +} + +.focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; +} + +.focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; +} + +.focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; +} + +.focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; +} + +.focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; +} + +.focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; +} + +.focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; +} + +.focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; +} + +.focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; +} + +.focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; +} + +.focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; +} + +.focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; +} + +.focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; +} + +.focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; +} + +.focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; +} + +.focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; +} + +.focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; +} + +.focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; +} + +.focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; +} + +.focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; +} + +.focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; +} + +.focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; +} + +.focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; +} + +.focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; +} + +.focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; +} + +.focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; +} + +.focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; +} + +.focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; +} + +.focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; +} + +.focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; +} + +.focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; +} + +.focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; +} + +.focus\:translate-x-full:focus { + --transform-translate-x: 100%; +} + .focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -24345,18 +40089,42 @@ video { --transform-translate-x: -1.5rem; } +.focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; +} + .focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } +.focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; +} + .focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } +.focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; +} + .focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } +.focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; +} + +.focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; +} + +.focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; +} + .focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -24369,44 +40137,244 @@ video { --transform-translate-x: -6rem; } +.focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; +} + .focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } +.focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; +} + .focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } +.focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; +} + .focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } +.focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; +} + .focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } +.focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; +} + .focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } +.focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; +} + +.focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; +} + +.focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; +} + .focus\:-translate-x-px:focus { --transform-translate-x: -1px; } -.focus\:-translate-x-full:focus { - --transform-translate-x: -100%; +.focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; +} + +.focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; +} + +.focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; +} + +.focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } -.focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; +.focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } -.focus\:translate-x-full:focus { - --transform-translate-x: 100%; +.focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; +} + +.focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; +} + +.focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; +} + +.focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; +} + +.focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; +} + +.focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; +} + +.focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; +} + +.focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; +} + +.focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; +} + +.focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; +} + +.focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; +} + +.focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; +} + +.focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; +} + +.focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; +} + +.focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; +} + +.focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; +} + +.focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; +} + +.focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; +} + +.focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; +} + +.focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; +} + +.focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; +} + +.focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; +} + +.focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; +} + +.focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; +} + +.focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; +} + +.focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; +} + +.focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; +} + +.focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; +} + +.focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; +} + +.focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; +} + +.focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; +} + +.focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; +} + +.focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; +} + +.focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; +} + +.focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; +} + +.focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .focus\:translate-y-0:focus { @@ -24437,18 +40405,42 @@ video { --transform-translate-y: 1.5rem; } +.focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; +} + .focus\:translate-y-8:focus { --transform-translate-y: 2rem; } +.focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; +} + .focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } +.focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; +} + .focus\:translate-y-12:focus { --transform-translate-y: 3rem; } +.focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; +} + +.focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; +} + +.focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; +} + .focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -24461,30 +40453,246 @@ video { --transform-translate-y: 6rem; } +.focus\:translate-y-28:focus { + --transform-translate-y: 7rem; +} + .focus\:translate-y-32:focus { --transform-translate-y: 8rem; } +.focus\:translate-y-36:focus { + --transform-translate-y: 9rem; +} + .focus\:translate-y-40:focus { --transform-translate-y: 10rem; } +.focus\:translate-y-44:focus { + --transform-translate-y: 11rem; +} + .focus\:translate-y-48:focus { --transform-translate-y: 12rem; } +.focus\:translate-y-52:focus { + --transform-translate-y: 13rem; +} + .focus\:translate-y-56:focus { --transform-translate-y: 14rem; } +.focus\:translate-y-60:focus { + --transform-translate-y: 15rem; +} + .focus\:translate-y-64:focus { --transform-translate-y: 16rem; } +.focus\:translate-y-72:focus { + --transform-translate-y: 18rem; +} + +.focus\:translate-y-80:focus { + --transform-translate-y: 20rem; +} + +.focus\:translate-y-96:focus { + --transform-translate-y: 24rem; +} + .focus\:translate-y-px:focus { --transform-translate-y: 1px; } +.focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; +} + +.focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; +} + +.focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; +} + +.focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; +} + +.focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; +} + +.focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; +} + +.focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; +} + +.focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; +} + +.focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; +} + +.focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; +} + +.focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; +} + +.focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; +} + +.focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; +} + +.focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; +} + +.focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; +} + +.focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; +} + +.focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; +} + +.focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; +} + +.focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; +} + +.focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; +} + +.focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; +} + +.focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; +} + +.focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; +} + +.focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; +} + +.focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; +} + +.focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; +} + +.focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; +} + +.focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; +} + +.focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; +} + +.focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; +} + +.focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; +} + +.focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; +} + +.focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; +} + +.focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; +} + +.focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; +} + +.focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; +} + +.focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; +} + +.focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; +} + +.focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; +} + +.focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; +} + +.focus\:translate-y-full:focus { + --transform-translate-y: 100%; +} + .focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -24509,18 +40717,42 @@ video { --transform-translate-y: -1.5rem; } +.focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; +} + .focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } +.focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; +} + .focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } +.focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; +} + .focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } +.focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; +} + +.focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; +} + +.focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; +} + .focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -24533,44 +40765,244 @@ video { --transform-translate-y: -6rem; } +.focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; +} + .focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } +.focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; +} + .focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } +.focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; +} + .focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } +.focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; +} + .focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } +.focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; +} + .focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } +.focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; +} + +.focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; +} + +.focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; +} + .focus\:-translate-y-px:focus { --transform-translate-y: -1px; } -.focus\:-translate-y-full:focus { - --transform-translate-y: -100%; +.focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; +} + +.focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; +} + +.focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; +} + +.focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } -.focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; +.focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } -.focus\:translate-y-full:focus { - --transform-translate-y: 100%; +.focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; +} + +.focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; +} + +.focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; +} + +.focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; +} + +.focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; +} + +.focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; +} + +.focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; +} + +.focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; +} + +.focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; +} + +.focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; +} + +.focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; +} + +.focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; +} + +.focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; +} + +.focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; +} + +.focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; +} + +.focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; +} + +.focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; +} + +.focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; +} + +.focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; +} + +.focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; +} + +.focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; +} + +.focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; +} + +.focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; +} + +.focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; +} + +.focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; +} + +.focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; +} + +.focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; +} + +.focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; +} + +.focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; +} + +.focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; +} + +.focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; +} + +.focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; +} + +.focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; +} + +.focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; +} + +.focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; +} + +.focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .skew-x-0 { @@ -25114,6 +41546,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .sm\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -25126,6 +41570,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .sm\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -25138,6 +41594,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .sm\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -25150,6 +41618,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .sm\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .sm\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .sm\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -25186,6 +41690,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .sm\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -25198,6 +41714,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .sm\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -25210,6 +41738,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .sm\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -25222,6 +41762,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .sm\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -25234,6 +41786,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .sm\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -25246,6 +41810,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .sm\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .sm\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .sm\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -25258,6 +41858,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .sm\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .sm\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .sm\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .sm\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .sm\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .sm\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .sm\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .sm\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .sm\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .sm\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .sm\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .sm\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .sm\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .sm\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .sm\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .sm\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -25330,6 +42482,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .sm\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -25342,6 +42506,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .sm\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -25354,6 +42530,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .sm\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -25366,6 +42554,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .sm\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .sm\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .sm\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -25402,6 +42626,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .sm\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -25414,6 +42650,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .sm\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -25426,6 +42674,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .sm\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -25438,6 +42698,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .sm\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -25450,6 +42722,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .sm\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -25462,6 +42746,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .sm\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .sm\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .sm\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -25474,6 +42794,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .sm\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .sm\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .sm\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .sm\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .sm\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .sm\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .sm\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -40022,18 +57894,42 @@ video { height: 1.5rem; } + .sm\:h-7 { + height: 1.75rem; + } + .sm\:h-8 { height: 2rem; } + .sm\:h-9 { + height: 2.25rem; + } + .sm\:h-10 { height: 2.5rem; } + .sm\:h-11 { + height: 2.75rem; + } + .sm\:h-12 { height: 3rem; } + .sm\:h-13 { + height: 3.25rem; + } + + .sm\:h-14 { + height: 3.5rem; + } + + .sm\:h-15 { + height: 3.75rem; + } + .sm\:h-16 { height: 4rem; } @@ -40046,26 +57942,58 @@ video { height: 6rem; } + .sm\:h-28 { + height: 7rem; + } + .sm\:h-32 { height: 8rem; } + .sm\:h-36 { + height: 9rem; + } + .sm\:h-40 { height: 10rem; } + .sm\:h-44 { + height: 11rem; + } + .sm\:h-48 { height: 12rem; } + .sm\:h-52 { + height: 13rem; + } + .sm\:h-56 { height: 14rem; } + .sm\:h-60 { + height: 15rem; + } + .sm\:h-64 { height: 16rem; } + .sm\:h-72 { + height: 18rem; + } + + .sm\:h-80 { + height: 20rem; + } + + .sm\:h-96 { + height: 24rem; + } + .sm\:h-auto { height: auto; } @@ -40074,6 +58002,186 @@ video { height: 1px; } + .sm\:h-0\.5 { + height: 0.125rem; + } + + .sm\:h-1\.5 { + height: 0.375rem; + } + + .sm\:h-2\.5 { + height: 0.625rem; + } + + .sm\:h-3\.5 { + height: 0.875rem; + } + + .sm\:h-1\/2 { + height: 50%; + } + + .sm\:h-1\/3 { + height: 33.333333%; + } + + .sm\:h-2\/3 { + height: 66.666667%; + } + + .sm\:h-1\/4 { + height: 25%; + } + + .sm\:h-2\/4 { + height: 50%; + } + + .sm\:h-3\/4 { + height: 75%; + } + + .sm\:h-1\/5 { + height: 20%; + } + + .sm\:h-2\/5 { + height: 40%; + } + + .sm\:h-3\/5 { + height: 60%; + } + + .sm\:h-4\/5 { + height: 80%; + } + + .sm\:h-1\/6 { + height: 16.666667%; + } + + .sm\:h-2\/6 { + height: 33.333333%; + } + + .sm\:h-3\/6 { + height: 50%; + } + + .sm\:h-4\/6 { + height: 66.666667%; + } + + .sm\:h-5\/6 { + height: 83.333333%; + } + + .sm\:h-1\/12 { + height: 8.333333%; + } + + .sm\:h-2\/12 { + height: 16.666667%; + } + + .sm\:h-3\/12 { + height: 25%; + } + + .sm\:h-4\/12 { + height: 33.333333%; + } + + .sm\:h-5\/12 { + height: 41.666667%; + } + + .sm\:h-6\/12 { + height: 50%; + } + + .sm\:h-7\/12 { + height: 58.333333%; + } + + .sm\:h-8\/12 { + height: 66.666667%; + } + + .sm\:h-9\/12 { + height: 75%; + } + + .sm\:h-10\/12 { + height: 83.333333%; + } + + .sm\:h-11\/12 { + height: 91.666667%; + } + + .sm\:h-1\/16 { + height: 6.25%; + } + + .sm\:h-2\/16 { + height: 12.5%; + } + + .sm\:h-3\/16 { + height: 18.75%; + } + + .sm\:h-4\/16 { + height: 25%; + } + + .sm\:h-5\/16 { + height: 31.25%; + } + + .sm\:h-6\/16 { + height: 37.5%; + } + + .sm\:h-7\/16 { + height: 43.75%; + } + + .sm\:h-8\/16 { + height: 50%; + } + + .sm\:h-9\/16 { + height: 56.25%; + } + + .sm\:h-10\/16 { + height: 62.5%; + } + + .sm\:h-11\/16 { + height: 68.75%; + } + + .sm\:h-12\/16 { + height: 75%; + } + + .sm\:h-13\/16 { + height: 81.25%; + } + + .sm\:h-14\/16 { + height: 87.5%; + } + + .sm\:h-15\/16 { + height: 93.75%; + } + .sm\:h-full { height: 100%; } @@ -40236,18 +58344,42 @@ video { margin: 1.5rem; } + .sm\:m-7 { + margin: 1.75rem; + } + .sm\:m-8 { margin: 2rem; } + .sm\:m-9 { + margin: 2.25rem; + } + .sm\:m-10 { margin: 2.5rem; } + .sm\:m-11 { + margin: 2.75rem; + } + .sm\:m-12 { margin: 3rem; } + .sm\:m-13 { + margin: 3.25rem; + } + + .sm\:m-14 { + margin: 3.5rem; + } + + .sm\:m-15 { + margin: 3.75rem; + } + .sm\:m-16 { margin: 4rem; } @@ -40260,26 +58392,58 @@ video { margin: 6rem; } + .sm\:m-28 { + margin: 7rem; + } + .sm\:m-32 { margin: 8rem; } + .sm\:m-36 { + margin: 9rem; + } + .sm\:m-40 { margin: 10rem; } + .sm\:m-44 { + margin: 11rem; + } + .sm\:m-48 { margin: 12rem; } + .sm\:m-52 { + margin: 13rem; + } + .sm\:m-56 { margin: 14rem; } + .sm\:m-60 { + margin: 15rem; + } + .sm\:m-64 { margin: 16rem; } + .sm\:m-72 { + margin: 18rem; + } + + .sm\:m-80 { + margin: 20rem; + } + + .sm\:m-96 { + margin: 24rem; + } + .sm\:m-auto { margin: auto; } @@ -40288,6 +58452,190 @@ video { margin: 1px; } + .sm\:m-0\.5 { + margin: 0.125rem; + } + + .sm\:m-1\.5 { + margin: 0.375rem; + } + + .sm\:m-2\.5 { + margin: 0.625rem; + } + + .sm\:m-3\.5 { + margin: 0.875rem; + } + + .sm\:m-1\/2 { + margin: 50%; + } + + .sm\:m-1\/3 { + margin: 33.333333%; + } + + .sm\:m-2\/3 { + margin: 66.666667%; + } + + .sm\:m-1\/4 { + margin: 25%; + } + + .sm\:m-2\/4 { + margin: 50%; + } + + .sm\:m-3\/4 { + margin: 75%; + } + + .sm\:m-1\/5 { + margin: 20%; + } + + .sm\:m-2\/5 { + margin: 40%; + } + + .sm\:m-3\/5 { + margin: 60%; + } + + .sm\:m-4\/5 { + margin: 80%; + } + + .sm\:m-1\/6 { + margin: 16.666667%; + } + + .sm\:m-2\/6 { + margin: 33.333333%; + } + + .sm\:m-3\/6 { + margin: 50%; + } + + .sm\:m-4\/6 { + margin: 66.666667%; + } + + .sm\:m-5\/6 { + margin: 83.333333%; + } + + .sm\:m-1\/12 { + margin: 8.333333%; + } + + .sm\:m-2\/12 { + margin: 16.666667%; + } + + .sm\:m-3\/12 { + margin: 25%; + } + + .sm\:m-4\/12 { + margin: 33.333333%; + } + + .sm\:m-5\/12 { + margin: 41.666667%; + } + + .sm\:m-6\/12 { + margin: 50%; + } + + .sm\:m-7\/12 { + margin: 58.333333%; + } + + .sm\:m-8\/12 { + margin: 66.666667%; + } + + .sm\:m-9\/12 { + margin: 75%; + } + + .sm\:m-10\/12 { + margin: 83.333333%; + } + + .sm\:m-11\/12 { + margin: 91.666667%; + } + + .sm\:m-1\/16 { + margin: 6.25%; + } + + .sm\:m-2\/16 { + margin: 12.5%; + } + + .sm\:m-3\/16 { + margin: 18.75%; + } + + .sm\:m-4\/16 { + margin: 25%; + } + + .sm\:m-5\/16 { + margin: 31.25%; + } + + .sm\:m-6\/16 { + margin: 37.5%; + } + + .sm\:m-7\/16 { + margin: 43.75%; + } + + .sm\:m-8\/16 { + margin: 50%; + } + + .sm\:m-9\/16 { + margin: 56.25%; + } + + .sm\:m-10\/16 { + margin: 62.5%; + } + + .sm\:m-11\/16 { + margin: 68.75%; + } + + .sm\:m-12\/16 { + margin: 75%; + } + + .sm\:m-13\/16 { + margin: 81.25%; + } + + .sm\:m-14\/16 { + margin: 87.5%; + } + + .sm\:m-15\/16 { + margin: 93.75%; + } + + .sm\:m-full { + margin: 100%; + } + .sm\:-m-1 { margin: -0.25rem; } @@ -40312,18 +58660,42 @@ video { margin: -1.5rem; } + .sm\:-m-7 { + margin: -1.75rem; + } + .sm\:-m-8 { margin: -2rem; } + .sm\:-m-9 { + margin: -2.25rem; + } + .sm\:-m-10 { margin: -2.5rem; } + .sm\:-m-11 { + margin: -2.75rem; + } + .sm\:-m-12 { margin: -3rem; } + .sm\:-m-13 { + margin: -3.25rem; + } + + .sm\:-m-14 { + margin: -3.5rem; + } + + .sm\:-m-15 { + margin: -3.75rem; + } + .sm\:-m-16 { margin: -4rem; } @@ -40336,30 +58708,246 @@ video { margin: -6rem; } + .sm\:-m-28 { + margin: -7rem; + } + .sm\:-m-32 { margin: -8rem; } + .sm\:-m-36 { + margin: -9rem; + } + .sm\:-m-40 { margin: -10rem; } + .sm\:-m-44 { + margin: -11rem; + } + .sm\:-m-48 { margin: -12rem; } + .sm\:-m-52 { + margin: -13rem; + } + .sm\:-m-56 { margin: -14rem; } + .sm\:-m-60 { + margin: -15rem; + } + .sm\:-m-64 { margin: -16rem; } + .sm\:-m-72 { + margin: -18rem; + } + + .sm\:-m-80 { + margin: -20rem; + } + + .sm\:-m-96 { + margin: -24rem; + } + .sm\:-m-px { margin: -1px; } + .sm\:-m-0\.5 { + margin: -0.125rem; + } + + .sm\:-m-1\.5 { + margin: -0.375rem; + } + + .sm\:-m-2\.5 { + margin: -0.625rem; + } + + .sm\:-m-3\.5 { + margin: -0.875rem; + } + + .sm\:-m-1\/2 { + margin: -50%; + } + + .sm\:-m-1\/3 { + margin: -33.33333%; + } + + .sm\:-m-2\/3 { + margin: -66.66667%; + } + + .sm\:-m-1\/4 { + margin: -25%; + } + + .sm\:-m-2\/4 { + margin: -50%; + } + + .sm\:-m-3\/4 { + margin: -75%; + } + + .sm\:-m-1\/5 { + margin: -20%; + } + + .sm\:-m-2\/5 { + margin: -40%; + } + + .sm\:-m-3\/5 { + margin: -60%; + } + + .sm\:-m-4\/5 { + margin: -80%; + } + + .sm\:-m-1\/6 { + margin: -16.66667%; + } + + .sm\:-m-2\/6 { + margin: -33.33333%; + } + + .sm\:-m-3\/6 { + margin: -50%; + } + + .sm\:-m-4\/6 { + margin: -66.66667%; + } + + .sm\:-m-5\/6 { + margin: -83.33333%; + } + + .sm\:-m-1\/12 { + margin: -8.33333%; + } + + .sm\:-m-2\/12 { + margin: -16.66667%; + } + + .sm\:-m-3\/12 { + margin: -25%; + } + + .sm\:-m-4\/12 { + margin: -33.33333%; + } + + .sm\:-m-5\/12 { + margin: -41.66667%; + } + + .sm\:-m-6\/12 { + margin: -50%; + } + + .sm\:-m-7\/12 { + margin: -58.33333%; + } + + .sm\:-m-8\/12 { + margin: -66.66667%; + } + + .sm\:-m-9\/12 { + margin: -75%; + } + + .sm\:-m-10\/12 { + margin: -83.33333%; + } + + .sm\:-m-11\/12 { + margin: -91.66667%; + } + + .sm\:-m-1\/16 { + margin: -6.25%; + } + + .sm\:-m-2\/16 { + margin: -12.5%; + } + + .sm\:-m-3\/16 { + margin: -18.75%; + } + + .sm\:-m-4\/16 { + margin: -25%; + } + + .sm\:-m-5\/16 { + margin: -31.25%; + } + + .sm\:-m-6\/16 { + margin: -37.5%; + } + + .sm\:-m-7\/16 { + margin: -43.75%; + } + + .sm\:-m-8\/16 { + margin: -50%; + } + + .sm\:-m-9\/16 { + margin: -56.25%; + } + + .sm\:-m-10\/16 { + margin: -62.5%; + } + + .sm\:-m-11\/16 { + margin: -68.75%; + } + + .sm\:-m-12\/16 { + margin: -75%; + } + + .sm\:-m-13\/16 { + margin: -81.25%; + } + + .sm\:-m-14\/16 { + margin: -87.5%; + } + + .sm\:-m-15\/16 { + margin: -93.75%; + } + + .sm\:-m-full { + margin: -100%; + } + .sm\:my-0 { margin-top: 0; margin-bottom: 0; @@ -40430,6 +59018,16 @@ video { margin-right: 1.5rem; } + .sm\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .sm\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .sm\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -40440,6 +59038,16 @@ video { margin-right: 2rem; } + .sm\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .sm\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .sm\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -40450,6 +59058,16 @@ video { margin-right: 2.5rem; } + .sm\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .sm\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .sm\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -40460,6 +59078,36 @@ video { margin-right: 3rem; } + .sm\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .sm\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .sm\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .sm\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .sm\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .sm\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .sm\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -40490,6 +59138,16 @@ video { margin-right: 6rem; } + .sm\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .sm\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .sm\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -40500,6 +59158,16 @@ video { margin-right: 8rem; } + .sm\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .sm\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .sm\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -40510,6 +59178,16 @@ video { margin-right: 10rem; } + .sm\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .sm\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .sm\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -40520,6 +59198,16 @@ video { margin-right: 12rem; } + .sm\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .sm\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .sm\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -40530,6 +59218,16 @@ video { margin-right: 14rem; } + .sm\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .sm\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .sm\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -40540,6 +59238,36 @@ video { margin-right: 16rem; } + .sm\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .sm\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .sm\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .sm\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .sm\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .sm\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .sm\:my-auto { margin-top: auto; margin-bottom: auto; @@ -40560,6 +59288,466 @@ video { margin-right: 1px; } + .sm\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .sm\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .sm\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .sm\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .sm\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .sm\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .sm\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .sm\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .sm\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .sm\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .sm\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .sm\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .sm\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .sm\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .sm\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .sm\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .sm\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .sm\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .sm\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .sm\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .sm\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .sm\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .sm\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .sm\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .sm\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .sm\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .sm\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .sm\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .sm\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .sm\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .sm\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .sm\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .sm\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .sm\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .sm\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .sm\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .sm\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .sm\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .sm\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .sm\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .sm\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .sm\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .sm\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .sm\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .sm\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .sm\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .sm\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .sm\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .sm\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .sm\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .sm\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .sm\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .sm\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .sm\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .sm\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .sm\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .sm\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .sm\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .sm\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .sm\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .sm\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .sm\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .sm\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .sm\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .sm\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .sm\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .sm\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .sm\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .sm\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .sm\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .sm\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .sm\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .sm\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .sm\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .sm\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .sm\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .sm\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .sm\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .sm\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .sm\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .sm\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .sm\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .sm\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -40620,6 +59808,16 @@ video { margin-right: -1.5rem; } + .sm\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .sm\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .sm\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -40630,6 +59828,16 @@ video { margin-right: -2rem; } + .sm\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .sm\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .sm\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -40640,6 +59848,16 @@ video { margin-right: -2.5rem; } + .sm\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .sm\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .sm\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -40650,6 +59868,36 @@ video { margin-right: -3rem; } + .sm\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .sm\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .sm\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .sm\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .sm\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .sm\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .sm\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -40680,6 +59928,16 @@ video { margin-right: -6rem; } + .sm\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .sm\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .sm\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -40690,6 +59948,16 @@ video { margin-right: -8rem; } + .sm\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .sm\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .sm\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -40700,6 +59968,16 @@ video { margin-right: -10rem; } + .sm\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .sm\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .sm\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -40710,6 +59988,16 @@ video { margin-right: -12rem; } + .sm\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .sm\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .sm\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -40720,6 +60008,16 @@ video { margin-right: -14rem; } + .sm\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .sm\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .sm\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -40730,6 +60028,36 @@ video { margin-right: -16rem; } + .sm\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .sm\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .sm\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .sm\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .sm\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .sm\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .sm\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -40740,6 +60068,466 @@ video { margin-right: -1px; } + .sm\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .sm\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .sm\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .sm\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .sm\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .sm\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .sm\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .sm\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .sm\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .sm\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .sm\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .sm\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .sm\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .sm\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .sm\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .sm\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .sm\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .sm\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .sm\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .sm\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .sm\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .sm\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .sm\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .sm\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .sm\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .sm\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .sm\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .sm\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .sm\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .sm\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .sm\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .sm\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .sm\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .sm\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .sm\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .sm\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .sm\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .sm\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .sm\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .sm\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .sm\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .sm\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .sm\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .sm\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .sm\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .sm\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .sm\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .sm\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .sm\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .sm\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .sm\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .sm\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .sm\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .sm\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .sm\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .sm\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .sm\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .sm\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .sm\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .sm\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .sm\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .sm\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .sm\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .sm\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .sm\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .sm\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .sm\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .sm\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .sm\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .sm\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .sm\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .sm\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .sm\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .sm\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .sm\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .sm\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .sm\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .sm\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .sm\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .sm\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .sm\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .sm\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .sm\:mt-0 { margin-top: 0; } @@ -40852,6 +60640,22 @@ video { margin-left: 1.5rem; } + .sm\:mt-7 { + margin-top: 1.75rem; + } + + .sm\:mr-7 { + margin-right: 1.75rem; + } + + .sm\:mb-7 { + margin-bottom: 1.75rem; + } + + .sm\:ml-7 { + margin-left: 1.75rem; + } + .sm\:mt-8 { margin-top: 2rem; } @@ -40868,6 +60672,22 @@ video { margin-left: 2rem; } + .sm\:mt-9 { + margin-top: 2.25rem; + } + + .sm\:mr-9 { + margin-right: 2.25rem; + } + + .sm\:mb-9 { + margin-bottom: 2.25rem; + } + + .sm\:ml-9 { + margin-left: 2.25rem; + } + .sm\:mt-10 { margin-top: 2.5rem; } @@ -40884,6 +60704,22 @@ video { margin-left: 2.5rem; } + .sm\:mt-11 { + margin-top: 2.75rem; + } + + .sm\:mr-11 { + margin-right: 2.75rem; + } + + .sm\:mb-11 { + margin-bottom: 2.75rem; + } + + .sm\:ml-11 { + margin-left: 2.75rem; + } + .sm\:mt-12 { margin-top: 3rem; } @@ -40900,6 +60736,54 @@ video { margin-left: 3rem; } + .sm\:mt-13 { + margin-top: 3.25rem; + } + + .sm\:mr-13 { + margin-right: 3.25rem; + } + + .sm\:mb-13 { + margin-bottom: 3.25rem; + } + + .sm\:ml-13 { + margin-left: 3.25rem; + } + + .sm\:mt-14 { + margin-top: 3.5rem; + } + + .sm\:mr-14 { + margin-right: 3.5rem; + } + + .sm\:mb-14 { + margin-bottom: 3.5rem; + } + + .sm\:ml-14 { + margin-left: 3.5rem; + } + + .sm\:mt-15 { + margin-top: 3.75rem; + } + + .sm\:mr-15 { + margin-right: 3.75rem; + } + + .sm\:mb-15 { + margin-bottom: 3.75rem; + } + + .sm\:ml-15 { + margin-left: 3.75rem; + } + .sm\:mt-16 { margin-top: 4rem; } @@ -40948,6 +60832,22 @@ video { margin-left: 6rem; } + .sm\:mt-28 { + margin-top: 7rem; + } + + .sm\:mr-28 { + margin-right: 7rem; + } + + .sm\:mb-28 { + margin-bottom: 7rem; + } + + .sm\:ml-28 { + margin-left: 7rem; + } + .sm\:mt-32 { margin-top: 8rem; } @@ -40964,6 +60864,22 @@ video { margin-left: 8rem; } + .sm\:mt-36 { + margin-top: 9rem; + } + + .sm\:mr-36 { + margin-right: 9rem; + } + + .sm\:mb-36 { + margin-bottom: 9rem; + } + + .sm\:ml-36 { + margin-left: 9rem; + } + .sm\:mt-40 { margin-top: 10rem; } @@ -40980,6 +60896,22 @@ video { margin-left: 10rem; } + .sm\:mt-44 { + margin-top: 11rem; + } + + .sm\:mr-44 { + margin-right: 11rem; + } + + .sm\:mb-44 { + margin-bottom: 11rem; + } + + .sm\:ml-44 { + margin-left: 11rem; + } + .sm\:mt-48 { margin-top: 12rem; } @@ -40996,6 +60928,22 @@ video { margin-left: 12rem; } + .sm\:mt-52 { + margin-top: 13rem; + } + + .sm\:mr-52 { + margin-right: 13rem; + } + + .sm\:mb-52 { + margin-bottom: 13rem; + } + + .sm\:ml-52 { + margin-left: 13rem; + } + .sm\:mt-56 { margin-top: 14rem; } @@ -41012,6 +60960,22 @@ video { margin-left: 14rem; } + .sm\:mt-60 { + margin-top: 15rem; + } + + .sm\:mr-60 { + margin-right: 15rem; + } + + .sm\:mb-60 { + margin-bottom: 15rem; + } + + .sm\:ml-60 { + margin-left: 15rem; + } + .sm\:mt-64 { margin-top: 16rem; } @@ -41028,6 +60992,54 @@ video { margin-left: 16rem; } + .sm\:mt-72 { + margin-top: 18rem; + } + + .sm\:mr-72 { + margin-right: 18rem; + } + + .sm\:mb-72 { + margin-bottom: 18rem; + } + + .sm\:ml-72 { + margin-left: 18rem; + } + + .sm\:mt-80 { + margin-top: 20rem; + } + + .sm\:mr-80 { + margin-right: 20rem; + } + + .sm\:mb-80 { + margin-bottom: 20rem; + } + + .sm\:ml-80 { + margin-left: 20rem; + } + + .sm\:mt-96 { + margin-top: 24rem; + } + + .sm\:mr-96 { + margin-right: 24rem; + } + + .sm\:mb-96 { + margin-bottom: 24rem; + } + + .sm\:ml-96 { + margin-left: 24rem; + } + .sm\:mt-auto { margin-top: auto; } @@ -41060,6 +61072,742 @@ video { margin-left: 1px; } + .sm\:mt-0\.5 { + margin-top: 0.125rem; + } + + .sm\:mr-0\.5 { + margin-right: 0.125rem; + } + + .sm\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .sm\:ml-0\.5 { + margin-left: 0.125rem; + } + + .sm\:mt-1\.5 { + margin-top: 0.375rem; + } + + .sm\:mr-1\.5 { + margin-right: 0.375rem; + } + + .sm\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .sm\:ml-1\.5 { + margin-left: 0.375rem; + } + + .sm\:mt-2\.5 { + margin-top: 0.625rem; + } + + .sm\:mr-2\.5 { + margin-right: 0.625rem; + } + + .sm\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .sm\:ml-2\.5 { + margin-left: 0.625rem; + } + + .sm\:mt-3\.5 { + margin-top: 0.875rem; + } + + .sm\:mr-3\.5 { + margin-right: 0.875rem; + } + + .sm\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .sm\:ml-3\.5 { + margin-left: 0.875rem; + } + + .sm\:mt-1\/2 { + margin-top: 50%; + } + + .sm\:mr-1\/2 { + margin-right: 50%; + } + + .sm\:mb-1\/2 { + margin-bottom: 50%; + } + + .sm\:ml-1\/2 { + margin-left: 50%; + } + + .sm\:mt-1\/3 { + margin-top: 33.333333%; + } + + .sm\:mr-1\/3 { + margin-right: 33.333333%; + } + + .sm\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .sm\:ml-1\/3 { + margin-left: 33.333333%; + } + + .sm\:mt-2\/3 { + margin-top: 66.666667%; + } + + .sm\:mr-2\/3 { + margin-right: 66.666667%; + } + + .sm\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .sm\:ml-2\/3 { + margin-left: 66.666667%; + } + + .sm\:mt-1\/4 { + margin-top: 25%; + } + + .sm\:mr-1\/4 { + margin-right: 25%; + } + + .sm\:mb-1\/4 { + margin-bottom: 25%; + } + + .sm\:ml-1\/4 { + margin-left: 25%; + } + + .sm\:mt-2\/4 { + margin-top: 50%; + } + + .sm\:mr-2\/4 { + margin-right: 50%; + } + + .sm\:mb-2\/4 { + margin-bottom: 50%; + } + + .sm\:ml-2\/4 { + margin-left: 50%; + } + + .sm\:mt-3\/4 { + margin-top: 75%; + } + + .sm\:mr-3\/4 { + margin-right: 75%; + } + + .sm\:mb-3\/4 { + margin-bottom: 75%; + } + + .sm\:ml-3\/4 { + margin-left: 75%; + } + + .sm\:mt-1\/5 { + margin-top: 20%; + } + + .sm\:mr-1\/5 { + margin-right: 20%; + } + + .sm\:mb-1\/5 { + margin-bottom: 20%; + } + + .sm\:ml-1\/5 { + margin-left: 20%; + } + + .sm\:mt-2\/5 { + margin-top: 40%; + } + + .sm\:mr-2\/5 { + margin-right: 40%; + } + + .sm\:mb-2\/5 { + margin-bottom: 40%; + } + + .sm\:ml-2\/5 { + margin-left: 40%; + } + + .sm\:mt-3\/5 { + margin-top: 60%; + } + + .sm\:mr-3\/5 { + margin-right: 60%; + } + + .sm\:mb-3\/5 { + margin-bottom: 60%; + } + + .sm\:ml-3\/5 { + margin-left: 60%; + } + + .sm\:mt-4\/5 { + margin-top: 80%; + } + + .sm\:mr-4\/5 { + margin-right: 80%; + } + + .sm\:mb-4\/5 { + margin-bottom: 80%; + } + + .sm\:ml-4\/5 { + margin-left: 80%; + } + + .sm\:mt-1\/6 { + margin-top: 16.666667%; + } + + .sm\:mr-1\/6 { + margin-right: 16.666667%; + } + + .sm\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .sm\:ml-1\/6 { + margin-left: 16.666667%; + } + + .sm\:mt-2\/6 { + margin-top: 33.333333%; + } + + .sm\:mr-2\/6 { + margin-right: 33.333333%; + } + + .sm\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .sm\:ml-2\/6 { + margin-left: 33.333333%; + } + + .sm\:mt-3\/6 { + margin-top: 50%; + } + + .sm\:mr-3\/6 { + margin-right: 50%; + } + + .sm\:mb-3\/6 { + margin-bottom: 50%; + } + + .sm\:ml-3\/6 { + margin-left: 50%; + } + + .sm\:mt-4\/6 { + margin-top: 66.666667%; + } + + .sm\:mr-4\/6 { + margin-right: 66.666667%; + } + + .sm\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .sm\:ml-4\/6 { + margin-left: 66.666667%; + } + + .sm\:mt-5\/6 { + margin-top: 83.333333%; + } + + .sm\:mr-5\/6 { + margin-right: 83.333333%; + } + + .sm\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .sm\:ml-5\/6 { + margin-left: 83.333333%; + } + + .sm\:mt-1\/12 { + margin-top: 8.333333%; + } + + .sm\:mr-1\/12 { + margin-right: 8.333333%; + } + + .sm\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .sm\:ml-1\/12 { + margin-left: 8.333333%; + } + + .sm\:mt-2\/12 { + margin-top: 16.666667%; + } + + .sm\:mr-2\/12 { + margin-right: 16.666667%; + } + + .sm\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .sm\:ml-2\/12 { + margin-left: 16.666667%; + } + + .sm\:mt-3\/12 { + margin-top: 25%; + } + + .sm\:mr-3\/12 { + margin-right: 25%; + } + + .sm\:mb-3\/12 { + margin-bottom: 25%; + } + + .sm\:ml-3\/12 { + margin-left: 25%; + } + + .sm\:mt-4\/12 { + margin-top: 33.333333%; + } + + .sm\:mr-4\/12 { + margin-right: 33.333333%; + } + + .sm\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .sm\:ml-4\/12 { + margin-left: 33.333333%; + } + + .sm\:mt-5\/12 { + margin-top: 41.666667%; + } + + .sm\:mr-5\/12 { + margin-right: 41.666667%; + } + + .sm\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .sm\:ml-5\/12 { + margin-left: 41.666667%; + } + + .sm\:mt-6\/12 { + margin-top: 50%; + } + + .sm\:mr-6\/12 { + margin-right: 50%; + } + + .sm\:mb-6\/12 { + margin-bottom: 50%; + } + + .sm\:ml-6\/12 { + margin-left: 50%; + } + + .sm\:mt-7\/12 { + margin-top: 58.333333%; + } + + .sm\:mr-7\/12 { + margin-right: 58.333333%; + } + + .sm\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .sm\:ml-7\/12 { + margin-left: 58.333333%; + } + + .sm\:mt-8\/12 { + margin-top: 66.666667%; + } + + .sm\:mr-8\/12 { + margin-right: 66.666667%; + } + + .sm\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .sm\:ml-8\/12 { + margin-left: 66.666667%; + } + + .sm\:mt-9\/12 { + margin-top: 75%; + } + + .sm\:mr-9\/12 { + margin-right: 75%; + } + + .sm\:mb-9\/12 { + margin-bottom: 75%; + } + + .sm\:ml-9\/12 { + margin-left: 75%; + } + + .sm\:mt-10\/12 { + margin-top: 83.333333%; + } + + .sm\:mr-10\/12 { + margin-right: 83.333333%; + } + + .sm\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .sm\:ml-10\/12 { + margin-left: 83.333333%; + } + + .sm\:mt-11\/12 { + margin-top: 91.666667%; + } + + .sm\:mr-11\/12 { + margin-right: 91.666667%; + } + + .sm\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .sm\:ml-11\/12 { + margin-left: 91.666667%; + } + + .sm\:mt-1\/16 { + margin-top: 6.25%; + } + + .sm\:mr-1\/16 { + margin-right: 6.25%; + } + + .sm\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .sm\:ml-1\/16 { + margin-left: 6.25%; + } + + .sm\:mt-2\/16 { + margin-top: 12.5%; + } + + .sm\:mr-2\/16 { + margin-right: 12.5%; + } + + .sm\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .sm\:ml-2\/16 { + margin-left: 12.5%; + } + + .sm\:mt-3\/16 { + margin-top: 18.75%; + } + + .sm\:mr-3\/16 { + margin-right: 18.75%; + } + + .sm\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .sm\:ml-3\/16 { + margin-left: 18.75%; + } + + .sm\:mt-4\/16 { + margin-top: 25%; + } + + .sm\:mr-4\/16 { + margin-right: 25%; + } + + .sm\:mb-4\/16 { + margin-bottom: 25%; + } + + .sm\:ml-4\/16 { + margin-left: 25%; + } + + .sm\:mt-5\/16 { + margin-top: 31.25%; + } + + .sm\:mr-5\/16 { + margin-right: 31.25%; + } + + .sm\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .sm\:ml-5\/16 { + margin-left: 31.25%; + } + + .sm\:mt-6\/16 { + margin-top: 37.5%; + } + + .sm\:mr-6\/16 { + margin-right: 37.5%; + } + + .sm\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .sm\:ml-6\/16 { + margin-left: 37.5%; + } + + .sm\:mt-7\/16 { + margin-top: 43.75%; + } + + .sm\:mr-7\/16 { + margin-right: 43.75%; + } + + .sm\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .sm\:ml-7\/16 { + margin-left: 43.75%; + } + + .sm\:mt-8\/16 { + margin-top: 50%; + } + + .sm\:mr-8\/16 { + margin-right: 50%; + } + + .sm\:mb-8\/16 { + margin-bottom: 50%; + } + + .sm\:ml-8\/16 { + margin-left: 50%; + } + + .sm\:mt-9\/16 { + margin-top: 56.25%; + } + + .sm\:mr-9\/16 { + margin-right: 56.25%; + } + + .sm\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .sm\:ml-9\/16 { + margin-left: 56.25%; + } + + .sm\:mt-10\/16 { + margin-top: 62.5%; + } + + .sm\:mr-10\/16 { + margin-right: 62.5%; + } + + .sm\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .sm\:ml-10\/16 { + margin-left: 62.5%; + } + + .sm\:mt-11\/16 { + margin-top: 68.75%; + } + + .sm\:mr-11\/16 { + margin-right: 68.75%; + } + + .sm\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .sm\:ml-11\/16 { + margin-left: 68.75%; + } + + .sm\:mt-12\/16 { + margin-top: 75%; + } + + .sm\:mr-12\/16 { + margin-right: 75%; + } + + .sm\:mb-12\/16 { + margin-bottom: 75%; + } + + .sm\:ml-12\/16 { + margin-left: 75%; + } + + .sm\:mt-13\/16 { + margin-top: 81.25%; + } + + .sm\:mr-13\/16 { + margin-right: 81.25%; + } + + .sm\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .sm\:ml-13\/16 { + margin-left: 81.25%; + } + + .sm\:mt-14\/16 { + margin-top: 87.5%; + } + + .sm\:mr-14\/16 { + margin-right: 87.5%; + } + + .sm\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .sm\:ml-14\/16 { + margin-left: 87.5%; + } + + .sm\:mt-15\/16 { + margin-top: 93.75%; + } + + .sm\:mr-15\/16 { + margin-right: 93.75%; + } + + .sm\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .sm\:ml-15\/16 { + margin-left: 93.75%; + } + + .sm\:mt-full { + margin-top: 100%; + } + + .sm\:mr-full { + margin-right: 100%; + } + + .sm\:mb-full { + margin-bottom: 100%; + } + + .sm\:ml-full { + margin-left: 100%; + } + .sm\:-mt-1 { margin-top: -0.25rem; } @@ -41156,6 +61904,22 @@ video { margin-left: -1.5rem; } + .sm\:-mt-7 { + margin-top: -1.75rem; + } + + .sm\:-mr-7 { + margin-right: -1.75rem; + } + + .sm\:-mb-7 { + margin-bottom: -1.75rem; + } + + .sm\:-ml-7 { + margin-left: -1.75rem; + } + .sm\:-mt-8 { margin-top: -2rem; } @@ -41172,6 +61936,22 @@ video { margin-left: -2rem; } + .sm\:-mt-9 { + margin-top: -2.25rem; + } + + .sm\:-mr-9 { + margin-right: -2.25rem; + } + + .sm\:-mb-9 { + margin-bottom: -2.25rem; + } + + .sm\:-ml-9 { + margin-left: -2.25rem; + } + .sm\:-mt-10 { margin-top: -2.5rem; } @@ -41188,6 +61968,22 @@ video { margin-left: -2.5rem; } + .sm\:-mt-11 { + margin-top: -2.75rem; + } + + .sm\:-mr-11 { + margin-right: -2.75rem; + } + + .sm\:-mb-11 { + margin-bottom: -2.75rem; + } + + .sm\:-ml-11 { + margin-left: -2.75rem; + } + .sm\:-mt-12 { margin-top: -3rem; } @@ -41204,6 +62000,54 @@ video { margin-left: -3rem; } + .sm\:-mt-13 { + margin-top: -3.25rem; + } + + .sm\:-mr-13 { + margin-right: -3.25rem; + } + + .sm\:-mb-13 { + margin-bottom: -3.25rem; + } + + .sm\:-ml-13 { + margin-left: -3.25rem; + } + + .sm\:-mt-14 { + margin-top: -3.5rem; + } + + .sm\:-mr-14 { + margin-right: -3.5rem; + } + + .sm\:-mb-14 { + margin-bottom: -3.5rem; + } + + .sm\:-ml-14 { + margin-left: -3.5rem; + } + + .sm\:-mt-15 { + margin-top: -3.75rem; + } + + .sm\:-mr-15 { + margin-right: -3.75rem; + } + + .sm\:-mb-15 { + margin-bottom: -3.75rem; + } + + .sm\:-ml-15 { + margin-left: -3.75rem; + } + .sm\:-mt-16 { margin-top: -4rem; } @@ -41252,6 +62096,22 @@ video { margin-left: -6rem; } + .sm\:-mt-28 { + margin-top: -7rem; + } + + .sm\:-mr-28 { + margin-right: -7rem; + } + + .sm\:-mb-28 { + margin-bottom: -7rem; + } + + .sm\:-ml-28 { + margin-left: -7rem; + } + .sm\:-mt-32 { margin-top: -8rem; } @@ -41268,6 +62128,22 @@ video { margin-left: -8rem; } + .sm\:-mt-36 { + margin-top: -9rem; + } + + .sm\:-mr-36 { + margin-right: -9rem; + } + + .sm\:-mb-36 { + margin-bottom: -9rem; + } + + .sm\:-ml-36 { + margin-left: -9rem; + } + .sm\:-mt-40 { margin-top: -10rem; } @@ -41284,6 +62160,22 @@ video { margin-left: -10rem; } + .sm\:-mt-44 { + margin-top: -11rem; + } + + .sm\:-mr-44 { + margin-right: -11rem; + } + + .sm\:-mb-44 { + margin-bottom: -11rem; + } + + .sm\:-ml-44 { + margin-left: -11rem; + } + .sm\:-mt-48 { margin-top: -12rem; } @@ -41300,6 +62192,22 @@ video { margin-left: -12rem; } + .sm\:-mt-52 { + margin-top: -13rem; + } + + .sm\:-mr-52 { + margin-right: -13rem; + } + + .sm\:-mb-52 { + margin-bottom: -13rem; + } + + .sm\:-ml-52 { + margin-left: -13rem; + } + .sm\:-mt-56 { margin-top: -14rem; } @@ -41316,6 +62224,22 @@ video { margin-left: -14rem; } + .sm\:-mt-60 { + margin-top: -15rem; + } + + .sm\:-mr-60 { + margin-right: -15rem; + } + + .sm\:-mb-60 { + margin-bottom: -15rem; + } + + .sm\:-ml-60 { + margin-left: -15rem; + } + .sm\:-mt-64 { margin-top: -16rem; } @@ -41332,6 +62256,54 @@ video { margin-left: -16rem; } + .sm\:-mt-72 { + margin-top: -18rem; + } + + .sm\:-mr-72 { + margin-right: -18rem; + } + + .sm\:-mb-72 { + margin-bottom: -18rem; + } + + .sm\:-ml-72 { + margin-left: -18rem; + } + + .sm\:-mt-80 { + margin-top: -20rem; + } + + .sm\:-mr-80 { + margin-right: -20rem; + } + + .sm\:-mb-80 { + margin-bottom: -20rem; + } + + .sm\:-ml-80 { + margin-left: -20rem; + } + + .sm\:-mt-96 { + margin-top: -24rem; + } + + .sm\:-mr-96 { + margin-right: -24rem; + } + + .sm\:-mb-96 { + margin-bottom: -24rem; + } + + .sm\:-ml-96 { + margin-left: -24rem; + } + .sm\:-mt-px { margin-top: -1px; } @@ -41348,14 +62320,1066 @@ video { margin-left: -1px; } - .sm\:max-h-full { - max-height: 100%; + .sm\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .sm\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .sm\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .sm\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .sm\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .sm\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .sm\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .sm\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .sm\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .sm\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .sm\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .sm\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .sm\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .sm\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .sm\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .sm\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .sm\:-mt-1\/2 { + margin-top: -50%; + } + + .sm\:-mr-1\/2 { + margin-right: -50%; + } + + .sm\:-mb-1\/2 { + margin-bottom: -50%; + } + + .sm\:-ml-1\/2 { + margin-left: -50%; + } + + .sm\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .sm\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .sm\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .sm\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .sm\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .sm\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .sm\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .sm\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .sm\:-mt-1\/4 { + margin-top: -25%; + } + + .sm\:-mr-1\/4 { + margin-right: -25%; + } + + .sm\:-mb-1\/4 { + margin-bottom: -25%; + } + + .sm\:-ml-1\/4 { + margin-left: -25%; + } + + .sm\:-mt-2\/4 { + margin-top: -50%; + } + + .sm\:-mr-2\/4 { + margin-right: -50%; + } + + .sm\:-mb-2\/4 { + margin-bottom: -50%; + } + + .sm\:-ml-2\/4 { + margin-left: -50%; + } + + .sm\:-mt-3\/4 { + margin-top: -75%; + } + + .sm\:-mr-3\/4 { + margin-right: -75%; + } + + .sm\:-mb-3\/4 { + margin-bottom: -75%; + } + + .sm\:-ml-3\/4 { + margin-left: -75%; + } + + .sm\:-mt-1\/5 { + margin-top: -20%; + } + + .sm\:-mr-1\/5 { + margin-right: -20%; + } + + .sm\:-mb-1\/5 { + margin-bottom: -20%; + } + + .sm\:-ml-1\/5 { + margin-left: -20%; + } + + .sm\:-mt-2\/5 { + margin-top: -40%; + } + + .sm\:-mr-2\/5 { + margin-right: -40%; + } + + .sm\:-mb-2\/5 { + margin-bottom: -40%; + } + + .sm\:-ml-2\/5 { + margin-left: -40%; + } + + .sm\:-mt-3\/5 { + margin-top: -60%; + } + + .sm\:-mr-3\/5 { + margin-right: -60%; + } + + .sm\:-mb-3\/5 { + margin-bottom: -60%; + } + + .sm\:-ml-3\/5 { + margin-left: -60%; + } + + .sm\:-mt-4\/5 { + margin-top: -80%; + } + + .sm\:-mr-4\/5 { + margin-right: -80%; + } + + .sm\:-mb-4\/5 { + margin-bottom: -80%; + } + + .sm\:-ml-4\/5 { + margin-left: -80%; + } + + .sm\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .sm\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .sm\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .sm\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .sm\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .sm\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .sm\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .sm\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .sm\:-mt-3\/6 { + margin-top: -50%; + } + + .sm\:-mr-3\/6 { + margin-right: -50%; + } + + .sm\:-mb-3\/6 { + margin-bottom: -50%; + } + + .sm\:-ml-3\/6 { + margin-left: -50%; + } + + .sm\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .sm\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .sm\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .sm\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .sm\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .sm\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .sm\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .sm\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .sm\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .sm\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .sm\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .sm\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .sm\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .sm\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .sm\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .sm\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .sm\:-mt-3\/12 { + margin-top: -25%; + } + + .sm\:-mr-3\/12 { + margin-right: -25%; + } + + .sm\:-mb-3\/12 { + margin-bottom: -25%; + } + + .sm\:-ml-3\/12 { + margin-left: -25%; + } + + .sm\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .sm\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .sm\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .sm\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .sm\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .sm\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .sm\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .sm\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .sm\:-mt-6\/12 { + margin-top: -50%; + } + + .sm\:-mr-6\/12 { + margin-right: -50%; + } + + .sm\:-mb-6\/12 { + margin-bottom: -50%; + } + + .sm\:-ml-6\/12 { + margin-left: -50%; + } + + .sm\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .sm\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .sm\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .sm\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .sm\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .sm\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .sm\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .sm\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .sm\:-mt-9\/12 { + margin-top: -75%; + } + + .sm\:-mr-9\/12 { + margin-right: -75%; + } + + .sm\:-mb-9\/12 { + margin-bottom: -75%; + } + + .sm\:-ml-9\/12 { + margin-left: -75%; + } + + .sm\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .sm\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .sm\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .sm\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .sm\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .sm\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .sm\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .sm\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .sm\:-mt-1\/16 { + margin-top: -6.25%; + } + + .sm\:-mr-1\/16 { + margin-right: -6.25%; + } + + .sm\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .sm\:-ml-1\/16 { + margin-left: -6.25%; + } + + .sm\:-mt-2\/16 { + margin-top: -12.5%; + } + + .sm\:-mr-2\/16 { + margin-right: -12.5%; + } + + .sm\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .sm\:-ml-2\/16 { + margin-left: -12.5%; + } + + .sm\:-mt-3\/16 { + margin-top: -18.75%; + } + + .sm\:-mr-3\/16 { + margin-right: -18.75%; + } + + .sm\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .sm\:-ml-3\/16 { + margin-left: -18.75%; + } + + .sm\:-mt-4\/16 { + margin-top: -25%; + } + + .sm\:-mr-4\/16 { + margin-right: -25%; + } + + .sm\:-mb-4\/16 { + margin-bottom: -25%; + } + + .sm\:-ml-4\/16 { + margin-left: -25%; + } + + .sm\:-mt-5\/16 { + margin-top: -31.25%; + } + + .sm\:-mr-5\/16 { + margin-right: -31.25%; + } + + .sm\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .sm\:-ml-5\/16 { + margin-left: -31.25%; + } + + .sm\:-mt-6\/16 { + margin-top: -37.5%; + } + + .sm\:-mr-6\/16 { + margin-right: -37.5%; + } + + .sm\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .sm\:-ml-6\/16 { + margin-left: -37.5%; + } + + .sm\:-mt-7\/16 { + margin-top: -43.75%; + } + + .sm\:-mr-7\/16 { + margin-right: -43.75%; + } + + .sm\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .sm\:-ml-7\/16 { + margin-left: -43.75%; + } + + .sm\:-mt-8\/16 { + margin-top: -50%; + } + + .sm\:-mr-8\/16 { + margin-right: -50%; + } + + .sm\:-mb-8\/16 { + margin-bottom: -50%; + } + + .sm\:-ml-8\/16 { + margin-left: -50%; + } + + .sm\:-mt-9\/16 { + margin-top: -56.25%; + } + + .sm\:-mr-9\/16 { + margin-right: -56.25%; + } + + .sm\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .sm\:-ml-9\/16 { + margin-left: -56.25%; + } + + .sm\:-mt-10\/16 { + margin-top: -62.5%; + } + + .sm\:-mr-10\/16 { + margin-right: -62.5%; + } + + .sm\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .sm\:-ml-10\/16 { + margin-left: -62.5%; + } + + .sm\:-mt-11\/16 { + margin-top: -68.75%; + } + + .sm\:-mr-11\/16 { + margin-right: -68.75%; + } + + .sm\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .sm\:-ml-11\/16 { + margin-left: -68.75%; + } + + .sm\:-mt-12\/16 { + margin-top: -75%; + } + + .sm\:-mr-12\/16 { + margin-right: -75%; + } + + .sm\:-mb-12\/16 { + margin-bottom: -75%; + } + + .sm\:-ml-12\/16 { + margin-left: -75%; + } + + .sm\:-mt-13\/16 { + margin-top: -81.25%; + } + + .sm\:-mr-13\/16 { + margin-right: -81.25%; + } + + .sm\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .sm\:-ml-13\/16 { + margin-left: -81.25%; + } + + .sm\:-mt-14\/16 { + margin-top: -87.5%; + } + + .sm\:-mr-14\/16 { + margin-right: -87.5%; + } + + .sm\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .sm\:-ml-14\/16 { + margin-left: -87.5%; + } + + .sm\:-mt-15\/16 { + margin-top: -93.75%; + } + + .sm\:-mr-15\/16 { + margin-right: -93.75%; + } + + .sm\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .sm\:-ml-15\/16 { + margin-left: -93.75%; + } + + .sm\:-mt-full { + margin-top: -100%; + } + + .sm\:-mr-full { + margin-right: -100%; + } + + .sm\:-mb-full { + margin-bottom: -100%; + } + + .sm\:-ml-full { + margin-left: -100%; + } + + .sm\:max-h-0 { + max-height: 0; + } + + .sm\:max-h-1 { + max-height: 0.25rem; + } + + .sm\:max-h-2 { + max-height: 0.5rem; + } + + .sm\:max-h-3 { + max-height: 0.75rem; + } + + .sm\:max-h-4 { + max-height: 1rem; + } + + .sm\:max-h-5 { + max-height: 1.25rem; + } + + .sm\:max-h-6 { + max-height: 1.5rem; + } + + .sm\:max-h-7 { + max-height: 1.75rem; + } + + .sm\:max-h-8 { + max-height: 2rem; + } + + .sm\:max-h-9 { + max-height: 2.25rem; + } + + .sm\:max-h-10 { + max-height: 2.5rem; + } + + .sm\:max-h-11 { + max-height: 2.75rem; + } + + .sm\:max-h-12 { + max-height: 3rem; + } + + .sm\:max-h-13 { + max-height: 3.25rem; + } + + .sm\:max-h-14 { + max-height: 3.5rem; + } + + .sm\:max-h-15 { + max-height: 3.75rem; + } + + .sm\:max-h-16 { + max-height: 4rem; + } + + .sm\:max-h-20 { + max-height: 5rem; + } + + .sm\:max-h-24 { + max-height: 6rem; + } + + .sm\:max-h-28 { + max-height: 7rem; + } + + .sm\:max-h-32 { + max-height: 8rem; + } + + .sm\:max-h-36 { + max-height: 9rem; + } + + .sm\:max-h-40 { + max-height: 10rem; + } + + .sm\:max-h-44 { + max-height: 11rem; + } + + .sm\:max-h-48 { + max-height: 12rem; + } + + .sm\:max-h-52 { + max-height: 13rem; + } + + .sm\:max-h-56 { + max-height: 14rem; + } + + .sm\:max-h-60 { + max-height: 15rem; + } + + .sm\:max-h-64 { + max-height: 16rem; + } + + .sm\:max-h-72 { + max-height: 18rem; + } + + .sm\:max-h-80 { + max-height: 20rem; + } + + .sm\:max-h-96 { + max-height: 24rem; } .sm\:max-h-screen { max-height: 100vh; } + .sm\:max-h-px { + max-height: 1px; + } + + .sm\:max-h-0\.5 { + max-height: 0.125rem; + } + + .sm\:max-h-1\.5 { + max-height: 0.375rem; + } + + .sm\:max-h-2\.5 { + max-height: 0.625rem; + } + + .sm\:max-h-3\.5 { + max-height: 0.875rem; + } + + .sm\:max-h-1\/2 { + max-height: 50%; + } + + .sm\:max-h-1\/3 { + max-height: 33.333333%; + } + + .sm\:max-h-2\/3 { + max-height: 66.666667%; + } + + .sm\:max-h-1\/4 { + max-height: 25%; + } + + .sm\:max-h-2\/4 { + max-height: 50%; + } + + .sm\:max-h-3\/4 { + max-height: 75%; + } + + .sm\:max-h-1\/5 { + max-height: 20%; + } + + .sm\:max-h-2\/5 { + max-height: 40%; + } + + .sm\:max-h-3\/5 { + max-height: 60%; + } + + .sm\:max-h-4\/5 { + max-height: 80%; + } + + .sm\:max-h-1\/6 { + max-height: 16.666667%; + } + + .sm\:max-h-2\/6 { + max-height: 33.333333%; + } + + .sm\:max-h-3\/6 { + max-height: 50%; + } + + .sm\:max-h-4\/6 { + max-height: 66.666667%; + } + + .sm\:max-h-5\/6 { + max-height: 83.333333%; + } + + .sm\:max-h-1\/12 { + max-height: 8.333333%; + } + + .sm\:max-h-2\/12 { + max-height: 16.666667%; + } + + .sm\:max-h-3\/12 { + max-height: 25%; + } + + .sm\:max-h-4\/12 { + max-height: 33.333333%; + } + + .sm\:max-h-5\/12 { + max-height: 41.666667%; + } + + .sm\:max-h-6\/12 { + max-height: 50%; + } + + .sm\:max-h-7\/12 { + max-height: 58.333333%; + } + + .sm\:max-h-8\/12 { + max-height: 66.666667%; + } + + .sm\:max-h-9\/12 { + max-height: 75%; + } + + .sm\:max-h-10\/12 { + max-height: 83.333333%; + } + + .sm\:max-h-11\/12 { + max-height: 91.666667%; + } + + .sm\:max-h-1\/16 { + max-height: 6.25%; + } + + .sm\:max-h-2\/16 { + max-height: 12.5%; + } + + .sm\:max-h-3\/16 { + max-height: 18.75%; + } + + .sm\:max-h-4\/16 { + max-height: 25%; + } + + .sm\:max-h-5\/16 { + max-height: 31.25%; + } + + .sm\:max-h-6\/16 { + max-height: 37.5%; + } + + .sm\:max-h-7\/16 { + max-height: 43.75%; + } + + .sm\:max-h-8\/16 { + max-height: 50%; + } + + .sm\:max-h-9\/16 { + max-height: 56.25%; + } + + .sm\:max-h-10\/16 { + max-height: 62.5%; + } + + .sm\:max-h-11\/16 { + max-height: 68.75%; + } + + .sm\:max-h-12\/16 { + max-height: 75%; + } + + .sm\:max-h-13\/16 { + max-height: 81.25%; + } + + .sm\:max-h-14\/16 { + max-height: 87.5%; + } + + .sm\:max-h-15\/16 { + max-height: 93.75%; + } + + .sm\:max-h-full { + max-height: 100%; + } + + .sm\:max-w-0 { + max-width: 0rem; + } + .sm\:max-w-none { max-width: none; } @@ -41400,10 +63424,22 @@ video { max-width: 72rem; } + .sm\:max-w-7xl { + max-width: 80rem; + } + .sm\:max-w-full { max-width: 100%; } + .sm\:max-w-min { + max-width: min-content; + } + + .sm\:max-w-max { + max-width: max-content; + } + .sm\:max-w-screen-sm { max-width: 640px; } @@ -41440,6 +63476,14 @@ video { min-width: 100%; } + .sm\:min-w-min { + min-width: min-content; + } + + .sm\:min-w-max { + min-width: max-content; + } + .sm\:object-contain { object-fit: contain; } @@ -41698,18 +63742,42 @@ video { padding: 1.5rem; } + .sm\:p-7 { + padding: 1.75rem; + } + .sm\:p-8 { padding: 2rem; } + .sm\:p-9 { + padding: 2.25rem; + } + .sm\:p-10 { padding: 2.5rem; } + .sm\:p-11 { + padding: 2.75rem; + } + .sm\:p-12 { padding: 3rem; } + .sm\:p-13 { + padding: 3.25rem; + } + + .sm\:p-14 { + padding: 3.5rem; + } + + .sm\:p-15 { + padding: 3.75rem; + } + .sm\:p-16 { padding: 4rem; } @@ -41722,30 +63790,246 @@ video { padding: 6rem; } + .sm\:p-28 { + padding: 7rem; + } + .sm\:p-32 { padding: 8rem; } + .sm\:p-36 { + padding: 9rem; + } + .sm\:p-40 { padding: 10rem; } + .sm\:p-44 { + padding: 11rem; + } + .sm\:p-48 { padding: 12rem; } + .sm\:p-52 { + padding: 13rem; + } + .sm\:p-56 { padding: 14rem; } + .sm\:p-60 { + padding: 15rem; + } + .sm\:p-64 { padding: 16rem; } + .sm\:p-72 { + padding: 18rem; + } + + .sm\:p-80 { + padding: 20rem; + } + + .sm\:p-96 { + padding: 24rem; + } + .sm\:p-px { padding: 1px; } + .sm\:p-0\.5 { + padding: 0.125rem; + } + + .sm\:p-1\.5 { + padding: 0.375rem; + } + + .sm\:p-2\.5 { + padding: 0.625rem; + } + + .sm\:p-3\.5 { + padding: 0.875rem; + } + + .sm\:p-1\/2 { + padding: 50%; + } + + .sm\:p-1\/3 { + padding: 33.333333%; + } + + .sm\:p-2\/3 { + padding: 66.666667%; + } + + .sm\:p-1\/4 { + padding: 25%; + } + + .sm\:p-2\/4 { + padding: 50%; + } + + .sm\:p-3\/4 { + padding: 75%; + } + + .sm\:p-1\/5 { + padding: 20%; + } + + .sm\:p-2\/5 { + padding: 40%; + } + + .sm\:p-3\/5 { + padding: 60%; + } + + .sm\:p-4\/5 { + padding: 80%; + } + + .sm\:p-1\/6 { + padding: 16.666667%; + } + + .sm\:p-2\/6 { + padding: 33.333333%; + } + + .sm\:p-3\/6 { + padding: 50%; + } + + .sm\:p-4\/6 { + padding: 66.666667%; + } + + .sm\:p-5\/6 { + padding: 83.333333%; + } + + .sm\:p-1\/12 { + padding: 8.333333%; + } + + .sm\:p-2\/12 { + padding: 16.666667%; + } + + .sm\:p-3\/12 { + padding: 25%; + } + + .sm\:p-4\/12 { + padding: 33.333333%; + } + + .sm\:p-5\/12 { + padding: 41.666667%; + } + + .sm\:p-6\/12 { + padding: 50%; + } + + .sm\:p-7\/12 { + padding: 58.333333%; + } + + .sm\:p-8\/12 { + padding: 66.666667%; + } + + .sm\:p-9\/12 { + padding: 75%; + } + + .sm\:p-10\/12 { + padding: 83.333333%; + } + + .sm\:p-11\/12 { + padding: 91.666667%; + } + + .sm\:p-1\/16 { + padding: 6.25%; + } + + .sm\:p-2\/16 { + padding: 12.5%; + } + + .sm\:p-3\/16 { + padding: 18.75%; + } + + .sm\:p-4\/16 { + padding: 25%; + } + + .sm\:p-5\/16 { + padding: 31.25%; + } + + .sm\:p-6\/16 { + padding: 37.5%; + } + + .sm\:p-7\/16 { + padding: 43.75%; + } + + .sm\:p-8\/16 { + padding: 50%; + } + + .sm\:p-9\/16 { + padding: 56.25%; + } + + .sm\:p-10\/16 { + padding: 62.5%; + } + + .sm\:p-11\/16 { + padding: 68.75%; + } + + .sm\:p-12\/16 { + padding: 75%; + } + + .sm\:p-13\/16 { + padding: 81.25%; + } + + .sm\:p-14\/16 { + padding: 87.5%; + } + + .sm\:p-15\/16 { + padding: 93.75%; + } + + .sm\:p-full { + padding: 100%; + } + .sm\:py-0 { padding-top: 0; padding-bottom: 0; @@ -41816,6 +64100,16 @@ video { padding-right: 1.5rem; } + .sm\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .sm\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .sm\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -41826,6 +64120,16 @@ video { padding-right: 2rem; } + .sm\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .sm\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .sm\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -41836,6 +64140,16 @@ video { padding-right: 2.5rem; } + .sm\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .sm\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .sm\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -41846,6 +64160,36 @@ video { padding-right: 3rem; } + .sm\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .sm\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .sm\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .sm\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .sm\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .sm\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -41876,6 +64220,16 @@ video { padding-right: 6rem; } + .sm\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .sm\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .sm\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -41886,6 +64240,16 @@ video { padding-right: 8rem; } + .sm\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .sm\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .sm\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -41896,6 +64260,16 @@ video { padding-right: 10rem; } + .sm\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .sm\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .sm\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -41906,6 +64280,16 @@ video { padding-right: 12rem; } + .sm\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .sm\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .sm\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -41916,6 +64300,16 @@ video { padding-right: 14rem; } + .sm\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .sm\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .sm\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -41926,6 +64320,36 @@ video { padding-right: 16rem; } + .sm\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .sm\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .sm\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .sm\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .sm\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .sm\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .sm\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -41936,6 +64360,466 @@ video { padding-right: 1px; } + .sm\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .sm\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .sm\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .sm\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .sm\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .sm\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .sm\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .sm\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .sm\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .sm\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .sm\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .sm\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .sm\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .sm\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .sm\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .sm\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .sm\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .sm\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .sm\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .sm\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .sm\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .sm\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .sm\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .sm\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .sm\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .sm\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .sm\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .sm\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .sm\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .sm\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .sm\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .sm\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .sm\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .sm\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .sm\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .sm\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .sm\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .sm\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .sm\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .sm\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .sm\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .sm\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .sm\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .sm\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .sm\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .sm\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .sm\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .sm\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .sm\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .sm\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .sm\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .sm\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .sm\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .sm\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .sm\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .sm\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .sm\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .sm\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .sm\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .sm\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .sm\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .sm\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .sm\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .sm\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .sm\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .sm\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .sm\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .sm\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .sm\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .sm\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .sm\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .sm\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .sm\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .sm\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .sm\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .sm\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .sm\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .sm\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .sm\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .sm\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .sm\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .sm\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .sm\:pt-0 { padding-top: 0; } @@ -42048,6 +64932,22 @@ video { padding-left: 1.5rem; } + .sm\:pt-7 { + padding-top: 1.75rem; + } + + .sm\:pr-7 { + padding-right: 1.75rem; + } + + .sm\:pb-7 { + padding-bottom: 1.75rem; + } + + .sm\:pl-7 { + padding-left: 1.75rem; + } + .sm\:pt-8 { padding-top: 2rem; } @@ -42064,6 +64964,22 @@ video { padding-left: 2rem; } + .sm\:pt-9 { + padding-top: 2.25rem; + } + + .sm\:pr-9 { + padding-right: 2.25rem; + } + + .sm\:pb-9 { + padding-bottom: 2.25rem; + } + + .sm\:pl-9 { + padding-left: 2.25rem; + } + .sm\:pt-10 { padding-top: 2.5rem; } @@ -42080,6 +64996,22 @@ video { padding-left: 2.5rem; } + .sm\:pt-11 { + padding-top: 2.75rem; + } + + .sm\:pr-11 { + padding-right: 2.75rem; + } + + .sm\:pb-11 { + padding-bottom: 2.75rem; + } + + .sm\:pl-11 { + padding-left: 2.75rem; + } + .sm\:pt-12 { padding-top: 3rem; } @@ -42096,6 +65028,54 @@ video { padding-left: 3rem; } + .sm\:pt-13 { + padding-top: 3.25rem; + } + + .sm\:pr-13 { + padding-right: 3.25rem; + } + + .sm\:pb-13 { + padding-bottom: 3.25rem; + } + + .sm\:pl-13 { + padding-left: 3.25rem; + } + + .sm\:pt-14 { + padding-top: 3.5rem; + } + + .sm\:pr-14 { + padding-right: 3.5rem; + } + + .sm\:pb-14 { + padding-bottom: 3.5rem; + } + + .sm\:pl-14 { + padding-left: 3.5rem; + } + + .sm\:pt-15 { + padding-top: 3.75rem; + } + + .sm\:pr-15 { + padding-right: 3.75rem; + } + + .sm\:pb-15 { + padding-bottom: 3.75rem; + } + + .sm\:pl-15 { + padding-left: 3.75rem; + } + .sm\:pt-16 { padding-top: 4rem; } @@ -42144,6 +65124,22 @@ video { padding-left: 6rem; } + .sm\:pt-28 { + padding-top: 7rem; + } + + .sm\:pr-28 { + padding-right: 7rem; + } + + .sm\:pb-28 { + padding-bottom: 7rem; + } + + .sm\:pl-28 { + padding-left: 7rem; + } + .sm\:pt-32 { padding-top: 8rem; } @@ -42160,6 +65156,22 @@ video { padding-left: 8rem; } + .sm\:pt-36 { + padding-top: 9rem; + } + + .sm\:pr-36 { + padding-right: 9rem; + } + + .sm\:pb-36 { + padding-bottom: 9rem; + } + + .sm\:pl-36 { + padding-left: 9rem; + } + .sm\:pt-40 { padding-top: 10rem; } @@ -42176,6 +65188,22 @@ video { padding-left: 10rem; } + .sm\:pt-44 { + padding-top: 11rem; + } + + .sm\:pr-44 { + padding-right: 11rem; + } + + .sm\:pb-44 { + padding-bottom: 11rem; + } + + .sm\:pl-44 { + padding-left: 11rem; + } + .sm\:pt-48 { padding-top: 12rem; } @@ -42192,6 +65220,22 @@ video { padding-left: 12rem; } + .sm\:pt-52 { + padding-top: 13rem; + } + + .sm\:pr-52 { + padding-right: 13rem; + } + + .sm\:pb-52 { + padding-bottom: 13rem; + } + + .sm\:pl-52 { + padding-left: 13rem; + } + .sm\:pt-56 { padding-top: 14rem; } @@ -42208,6 +65252,22 @@ video { padding-left: 14rem; } + .sm\:pt-60 { + padding-top: 15rem; + } + + .sm\:pr-60 { + padding-right: 15rem; + } + + .sm\:pb-60 { + padding-bottom: 15rem; + } + + .sm\:pl-60 { + padding-left: 15rem; + } + .sm\:pt-64 { padding-top: 16rem; } @@ -42224,6 +65284,54 @@ video { padding-left: 16rem; } + .sm\:pt-72 { + padding-top: 18rem; + } + + .sm\:pr-72 { + padding-right: 18rem; + } + + .sm\:pb-72 { + padding-bottom: 18rem; + } + + .sm\:pl-72 { + padding-left: 18rem; + } + + .sm\:pt-80 { + padding-top: 20rem; + } + + .sm\:pr-80 { + padding-right: 20rem; + } + + .sm\:pb-80 { + padding-bottom: 20rem; + } + + .sm\:pl-80 { + padding-left: 20rem; + } + + .sm\:pt-96 { + padding-top: 24rem; + } + + .sm\:pr-96 { + padding-right: 24rem; + } + + .sm\:pb-96 { + padding-bottom: 24rem; + } + + .sm\:pl-96 { + padding-left: 24rem; + } + .sm\:pt-px { padding-top: 1px; } @@ -42240,6 +65348,742 @@ video { padding-left: 1px; } + .sm\:pt-0\.5 { + padding-top: 0.125rem; + } + + .sm\:pr-0\.5 { + padding-right: 0.125rem; + } + + .sm\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .sm\:pl-0\.5 { + padding-left: 0.125rem; + } + + .sm\:pt-1\.5 { + padding-top: 0.375rem; + } + + .sm\:pr-1\.5 { + padding-right: 0.375rem; + } + + .sm\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .sm\:pl-1\.5 { + padding-left: 0.375rem; + } + + .sm\:pt-2\.5 { + padding-top: 0.625rem; + } + + .sm\:pr-2\.5 { + padding-right: 0.625rem; + } + + .sm\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .sm\:pl-2\.5 { + padding-left: 0.625rem; + } + + .sm\:pt-3\.5 { + padding-top: 0.875rem; + } + + .sm\:pr-3\.5 { + padding-right: 0.875rem; + } + + .sm\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .sm\:pl-3\.5 { + padding-left: 0.875rem; + } + + .sm\:pt-1\/2 { + padding-top: 50%; + } + + .sm\:pr-1\/2 { + padding-right: 50%; + } + + .sm\:pb-1\/2 { + padding-bottom: 50%; + } + + .sm\:pl-1\/2 { + padding-left: 50%; + } + + .sm\:pt-1\/3 { + padding-top: 33.333333%; + } + + .sm\:pr-1\/3 { + padding-right: 33.333333%; + } + + .sm\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .sm\:pl-1\/3 { + padding-left: 33.333333%; + } + + .sm\:pt-2\/3 { + padding-top: 66.666667%; + } + + .sm\:pr-2\/3 { + padding-right: 66.666667%; + } + + .sm\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .sm\:pl-2\/3 { + padding-left: 66.666667%; + } + + .sm\:pt-1\/4 { + padding-top: 25%; + } + + .sm\:pr-1\/4 { + padding-right: 25%; + } + + .sm\:pb-1\/4 { + padding-bottom: 25%; + } + + .sm\:pl-1\/4 { + padding-left: 25%; + } + + .sm\:pt-2\/4 { + padding-top: 50%; + } + + .sm\:pr-2\/4 { + padding-right: 50%; + } + + .sm\:pb-2\/4 { + padding-bottom: 50%; + } + + .sm\:pl-2\/4 { + padding-left: 50%; + } + + .sm\:pt-3\/4 { + padding-top: 75%; + } + + .sm\:pr-3\/4 { + padding-right: 75%; + } + + .sm\:pb-3\/4 { + padding-bottom: 75%; + } + + .sm\:pl-3\/4 { + padding-left: 75%; + } + + .sm\:pt-1\/5 { + padding-top: 20%; + } + + .sm\:pr-1\/5 { + padding-right: 20%; + } + + .sm\:pb-1\/5 { + padding-bottom: 20%; + } + + .sm\:pl-1\/5 { + padding-left: 20%; + } + + .sm\:pt-2\/5 { + padding-top: 40%; + } + + .sm\:pr-2\/5 { + padding-right: 40%; + } + + .sm\:pb-2\/5 { + padding-bottom: 40%; + } + + .sm\:pl-2\/5 { + padding-left: 40%; + } + + .sm\:pt-3\/5 { + padding-top: 60%; + } + + .sm\:pr-3\/5 { + padding-right: 60%; + } + + .sm\:pb-3\/5 { + padding-bottom: 60%; + } + + .sm\:pl-3\/5 { + padding-left: 60%; + } + + .sm\:pt-4\/5 { + padding-top: 80%; + } + + .sm\:pr-4\/5 { + padding-right: 80%; + } + + .sm\:pb-4\/5 { + padding-bottom: 80%; + } + + .sm\:pl-4\/5 { + padding-left: 80%; + } + + .sm\:pt-1\/6 { + padding-top: 16.666667%; + } + + .sm\:pr-1\/6 { + padding-right: 16.666667%; + } + + .sm\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .sm\:pl-1\/6 { + padding-left: 16.666667%; + } + + .sm\:pt-2\/6 { + padding-top: 33.333333%; + } + + .sm\:pr-2\/6 { + padding-right: 33.333333%; + } + + .sm\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .sm\:pl-2\/6 { + padding-left: 33.333333%; + } + + .sm\:pt-3\/6 { + padding-top: 50%; + } + + .sm\:pr-3\/6 { + padding-right: 50%; + } + + .sm\:pb-3\/6 { + padding-bottom: 50%; + } + + .sm\:pl-3\/6 { + padding-left: 50%; + } + + .sm\:pt-4\/6 { + padding-top: 66.666667%; + } + + .sm\:pr-4\/6 { + padding-right: 66.666667%; + } + + .sm\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .sm\:pl-4\/6 { + padding-left: 66.666667%; + } + + .sm\:pt-5\/6 { + padding-top: 83.333333%; + } + + .sm\:pr-5\/6 { + padding-right: 83.333333%; + } + + .sm\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .sm\:pl-5\/6 { + padding-left: 83.333333%; + } + + .sm\:pt-1\/12 { + padding-top: 8.333333%; + } + + .sm\:pr-1\/12 { + padding-right: 8.333333%; + } + + .sm\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .sm\:pl-1\/12 { + padding-left: 8.333333%; + } + + .sm\:pt-2\/12 { + padding-top: 16.666667%; + } + + .sm\:pr-2\/12 { + padding-right: 16.666667%; + } + + .sm\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .sm\:pl-2\/12 { + padding-left: 16.666667%; + } + + .sm\:pt-3\/12 { + padding-top: 25%; + } + + .sm\:pr-3\/12 { + padding-right: 25%; + } + + .sm\:pb-3\/12 { + padding-bottom: 25%; + } + + .sm\:pl-3\/12 { + padding-left: 25%; + } + + .sm\:pt-4\/12 { + padding-top: 33.333333%; + } + + .sm\:pr-4\/12 { + padding-right: 33.333333%; + } + + .sm\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .sm\:pl-4\/12 { + padding-left: 33.333333%; + } + + .sm\:pt-5\/12 { + padding-top: 41.666667%; + } + + .sm\:pr-5\/12 { + padding-right: 41.666667%; + } + + .sm\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .sm\:pl-5\/12 { + padding-left: 41.666667%; + } + + .sm\:pt-6\/12 { + padding-top: 50%; + } + + .sm\:pr-6\/12 { + padding-right: 50%; + } + + .sm\:pb-6\/12 { + padding-bottom: 50%; + } + + .sm\:pl-6\/12 { + padding-left: 50%; + } + + .sm\:pt-7\/12 { + padding-top: 58.333333%; + } + + .sm\:pr-7\/12 { + padding-right: 58.333333%; + } + + .sm\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .sm\:pl-7\/12 { + padding-left: 58.333333%; + } + + .sm\:pt-8\/12 { + padding-top: 66.666667%; + } + + .sm\:pr-8\/12 { + padding-right: 66.666667%; + } + + .sm\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .sm\:pl-8\/12 { + padding-left: 66.666667%; + } + + .sm\:pt-9\/12 { + padding-top: 75%; + } + + .sm\:pr-9\/12 { + padding-right: 75%; + } + + .sm\:pb-9\/12 { + padding-bottom: 75%; + } + + .sm\:pl-9\/12 { + padding-left: 75%; + } + + .sm\:pt-10\/12 { + padding-top: 83.333333%; + } + + .sm\:pr-10\/12 { + padding-right: 83.333333%; + } + + .sm\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .sm\:pl-10\/12 { + padding-left: 83.333333%; + } + + .sm\:pt-11\/12 { + padding-top: 91.666667%; + } + + .sm\:pr-11\/12 { + padding-right: 91.666667%; + } + + .sm\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .sm\:pl-11\/12 { + padding-left: 91.666667%; + } + + .sm\:pt-1\/16 { + padding-top: 6.25%; + } + + .sm\:pr-1\/16 { + padding-right: 6.25%; + } + + .sm\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .sm\:pl-1\/16 { + padding-left: 6.25%; + } + + .sm\:pt-2\/16 { + padding-top: 12.5%; + } + + .sm\:pr-2\/16 { + padding-right: 12.5%; + } + + .sm\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .sm\:pl-2\/16 { + padding-left: 12.5%; + } + + .sm\:pt-3\/16 { + padding-top: 18.75%; + } + + .sm\:pr-3\/16 { + padding-right: 18.75%; + } + + .sm\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .sm\:pl-3\/16 { + padding-left: 18.75%; + } + + .sm\:pt-4\/16 { + padding-top: 25%; + } + + .sm\:pr-4\/16 { + padding-right: 25%; + } + + .sm\:pb-4\/16 { + padding-bottom: 25%; + } + + .sm\:pl-4\/16 { + padding-left: 25%; + } + + .sm\:pt-5\/16 { + padding-top: 31.25%; + } + + .sm\:pr-5\/16 { + padding-right: 31.25%; + } + + .sm\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .sm\:pl-5\/16 { + padding-left: 31.25%; + } + + .sm\:pt-6\/16 { + padding-top: 37.5%; + } + + .sm\:pr-6\/16 { + padding-right: 37.5%; + } + + .sm\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .sm\:pl-6\/16 { + padding-left: 37.5%; + } + + .sm\:pt-7\/16 { + padding-top: 43.75%; + } + + .sm\:pr-7\/16 { + padding-right: 43.75%; + } + + .sm\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .sm\:pl-7\/16 { + padding-left: 43.75%; + } + + .sm\:pt-8\/16 { + padding-top: 50%; + } + + .sm\:pr-8\/16 { + padding-right: 50%; + } + + .sm\:pb-8\/16 { + padding-bottom: 50%; + } + + .sm\:pl-8\/16 { + padding-left: 50%; + } + + .sm\:pt-9\/16 { + padding-top: 56.25%; + } + + .sm\:pr-9\/16 { + padding-right: 56.25%; + } + + .sm\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .sm\:pl-9\/16 { + padding-left: 56.25%; + } + + .sm\:pt-10\/16 { + padding-top: 62.5%; + } + + .sm\:pr-10\/16 { + padding-right: 62.5%; + } + + .sm\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .sm\:pl-10\/16 { + padding-left: 62.5%; + } + + .sm\:pt-11\/16 { + padding-top: 68.75%; + } + + .sm\:pr-11\/16 { + padding-right: 68.75%; + } + + .sm\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .sm\:pl-11\/16 { + padding-left: 68.75%; + } + + .sm\:pt-12\/16 { + padding-top: 75%; + } + + .sm\:pr-12\/16 { + padding-right: 75%; + } + + .sm\:pb-12\/16 { + padding-bottom: 75%; + } + + .sm\:pl-12\/16 { + padding-left: 75%; + } + + .sm\:pt-13\/16 { + padding-top: 81.25%; + } + + .sm\:pr-13\/16 { + padding-right: 81.25%; + } + + .sm\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .sm\:pl-13\/16 { + padding-left: 81.25%; + } + + .sm\:pt-14\/16 { + padding-top: 87.5%; + } + + .sm\:pr-14\/16 { + padding-right: 87.5%; + } + + .sm\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .sm\:pl-14\/16 { + padding-left: 87.5%; + } + + .sm\:pt-15\/16 { + padding-top: 93.75%; + } + + .sm\:pr-15\/16 { + padding-right: 93.75%; + } + + .sm\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .sm\:pl-15\/16 { + padding-left: 93.75%; + } + + .sm\:pt-full { + padding-top: 100%; + } + + .sm\:pr-full { + padding-right: 100%; + } + + .sm\:pb-full { + padding-bottom: 100%; + } + + .sm\:pl-full { + padding-left: 100%; + } + .sm\:placeholder-transparent::placeholder { color: transparent; } @@ -43781,6 +67625,223 @@ video { left: 0; } + .sm\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .sm\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .sm\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .sm\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .sm\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .sm\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .sm\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .sm\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .sm\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .sm\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .sm\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .sm\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .sm\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .sm\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .sm\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .sm\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .sm\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .sm\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .sm\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .sm\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .sm\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .sm\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .sm\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .sm\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .sm\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .sm\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .sm\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .sm\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .sm\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .sm\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .sm\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .sm\:inset-auto { top: auto; right: auto; @@ -43788,6 +67849,881 @@ video { left: auto; } + .sm\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .sm\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .sm\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .sm\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .sm\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .sm\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .sm\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .sm\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .sm\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .sm\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .sm\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .sm\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .sm\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .sm\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .sm\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .sm\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .sm\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .sm\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .sm\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .sm\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .sm\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .sm\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .sm\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .sm\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .sm\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .sm\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .sm\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .sm\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .sm\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .sm\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .sm\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .sm\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .sm\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .sm\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .sm\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .sm\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .sm\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .sm\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .sm\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .sm\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .sm\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .sm\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .sm\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .sm\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .sm\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .sm\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .sm\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .sm\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .sm\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .sm\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .sm\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .sm\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .sm\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .sm\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .sm\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .sm\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .sm\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .sm\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .sm\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .sm\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .sm\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .sm\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .sm\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .sm\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .sm\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .sm\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .sm\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .sm\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .sm\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .sm\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .sm\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .sm\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .sm\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .sm\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .sm\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .sm\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .sm\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .sm\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .sm\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .sm\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .sm\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .sm\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .sm\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .sm\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .sm\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .sm\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .sm\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .sm\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .sm\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .sm\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .sm\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .sm\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .sm\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .sm\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .sm\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .sm\:inset-y-0 { top: 0; bottom: 0; @@ -43798,6 +68734,316 @@ video { left: 0; } + .sm\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .sm\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .sm\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .sm\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .sm\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .sm\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .sm\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .sm\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .sm\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .sm\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .sm\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .sm\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .sm\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .sm\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .sm\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .sm\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .sm\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .sm\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .sm\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .sm\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .sm\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .sm\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .sm\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .sm\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .sm\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .sm\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .sm\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .sm\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .sm\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .sm\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .sm\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .sm\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .sm\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .sm\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .sm\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .sm\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .sm\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .sm\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .sm\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .sm\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .sm\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .sm\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .sm\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .sm\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .sm\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .sm\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .sm\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .sm\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .sm\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .sm\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .sm\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .sm\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .sm\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .sm\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .sm\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .sm\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .sm\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .sm\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .sm\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .sm\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .sm\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .sm\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .sm\:inset-y-auto { top: auto; bottom: auto; @@ -43808,6 +69054,1256 @@ video { left: auto; } + .sm\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .sm\:inset-x-px { + right: 1px; + left: 1px; + } + + .sm\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .sm\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .sm\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .sm\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .sm\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .sm\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .sm\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .sm\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .sm\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .sm\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .sm\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .sm\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .sm\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .sm\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .sm\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .sm\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .sm\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .sm\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .sm\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .sm\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .sm\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .sm\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .sm\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .sm\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .sm\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .sm\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .sm\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .sm\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .sm\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .sm\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .sm\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .sm\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .sm\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .sm\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .sm\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .sm\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .sm\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .sm\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .sm\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .sm\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .sm\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .sm\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .sm\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .sm\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .sm\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .sm\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .sm\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .sm\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .sm\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .sm\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .sm\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .sm\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .sm\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .sm\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .sm\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .sm\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .sm\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .sm\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .sm\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .sm\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .sm\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .sm\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .sm\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .sm\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .sm\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .sm\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .sm\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .sm\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .sm\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .sm\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .sm\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .sm\:inset-x-full { + right: 100%; + left: 100%; + } + + .sm\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .sm\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .sm\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .sm\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .sm\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .sm\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .sm\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .sm\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .sm\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .sm\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .sm\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .sm\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .sm\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .sm\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .sm\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .sm\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .sm\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .sm\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .sm\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .sm\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .sm\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .sm\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .sm\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .sm\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .sm\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .sm\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .sm\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .sm\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .sm\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .sm\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .sm\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .sm\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .sm\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .sm\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .sm\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .sm\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .sm\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .sm\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .sm\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .sm\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .sm\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .sm\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .sm\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .sm\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .sm\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .sm\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .sm\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .sm\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .sm\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .sm\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .sm\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .sm\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .sm\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .sm\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .sm\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .sm\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .sm\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .sm\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .sm\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .sm\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .sm\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .sm\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .sm\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .sm\:-inset-x-px { + right: -1px; + left: -1px; + } + + .sm\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .sm\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .sm\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .sm\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .sm\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .sm\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .sm\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .sm\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .sm\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .sm\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .sm\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .sm\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .sm\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .sm\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .sm\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .sm\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .sm\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .sm\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .sm\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .sm\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .sm\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .sm\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .sm\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .sm\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .sm\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .sm\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .sm\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .sm\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .sm\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .sm\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .sm\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .sm\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .sm\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .sm\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .sm\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .sm\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .sm\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .sm\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .sm\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .sm\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .sm\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .sm\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .sm\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .sm\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .sm\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .sm\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .sm\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .sm\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .sm\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .sm\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .sm\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .sm\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .sm\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .sm\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .sm\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .sm\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .sm\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .sm\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .sm\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .sm\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .sm\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .sm\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .sm\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .sm\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .sm\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .sm\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .sm\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .sm\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .sm\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .sm\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .sm\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .sm\:-inset-x-full { + right: -100%; + left: -100%; + } + .sm\:top-0 { top: 0; } @@ -43824,6 +70320,502 @@ video { left: 0; } + .sm\:top-1 { + top: 0.25rem; + } + + .sm\:right-1 { + right: 0.25rem; + } + + .sm\:bottom-1 { + bottom: 0.25rem; + } + + .sm\:left-1 { + left: 0.25rem; + } + + .sm\:top-2 { + top: 0.5rem; + } + + .sm\:right-2 { + right: 0.5rem; + } + + .sm\:bottom-2 { + bottom: 0.5rem; + } + + .sm\:left-2 { + left: 0.5rem; + } + + .sm\:top-3 { + top: 0.75rem; + } + + .sm\:right-3 { + right: 0.75rem; + } + + .sm\:bottom-3 { + bottom: 0.75rem; + } + + .sm\:left-3 { + left: 0.75rem; + } + + .sm\:top-4 { + top: 1rem; + } + + .sm\:right-4 { + right: 1rem; + } + + .sm\:bottom-4 { + bottom: 1rem; + } + + .sm\:left-4 { + left: 1rem; + } + + .sm\:top-5 { + top: 1.25rem; + } + + .sm\:right-5 { + right: 1.25rem; + } + + .sm\:bottom-5 { + bottom: 1.25rem; + } + + .sm\:left-5 { + left: 1.25rem; + } + + .sm\:top-6 { + top: 1.5rem; + } + + .sm\:right-6 { + right: 1.5rem; + } + + .sm\:bottom-6 { + bottom: 1.5rem; + } + + .sm\:left-6 { + left: 1.5rem; + } + + .sm\:top-7 { + top: 1.75rem; + } + + .sm\:right-7 { + right: 1.75rem; + } + + .sm\:bottom-7 { + bottom: 1.75rem; + } + + .sm\:left-7 { + left: 1.75rem; + } + + .sm\:top-8 { + top: 2rem; + } + + .sm\:right-8 { + right: 2rem; + } + + .sm\:bottom-8 { + bottom: 2rem; + } + + .sm\:left-8 { + left: 2rem; + } + + .sm\:top-9 { + top: 2.25rem; + } + + .sm\:right-9 { + right: 2.25rem; + } + + .sm\:bottom-9 { + bottom: 2.25rem; + } + + .sm\:left-9 { + left: 2.25rem; + } + + .sm\:top-10 { + top: 2.5rem; + } + + .sm\:right-10 { + right: 2.5rem; + } + + .sm\:bottom-10 { + bottom: 2.5rem; + } + + .sm\:left-10 { + left: 2.5rem; + } + + .sm\:top-11 { + top: 2.75rem; + } + + .sm\:right-11 { + right: 2.75rem; + } + + .sm\:bottom-11 { + bottom: 2.75rem; + } + + .sm\:left-11 { + left: 2.75rem; + } + + .sm\:top-12 { + top: 3rem; + } + + .sm\:right-12 { + right: 3rem; + } + + .sm\:bottom-12 { + bottom: 3rem; + } + + .sm\:left-12 { + left: 3rem; + } + + .sm\:top-13 { + top: 3.25rem; + } + + .sm\:right-13 { + right: 3.25rem; + } + + .sm\:bottom-13 { + bottom: 3.25rem; + } + + .sm\:left-13 { + left: 3.25rem; + } + + .sm\:top-14 { + top: 3.5rem; + } + + .sm\:right-14 { + right: 3.5rem; + } + + .sm\:bottom-14 { + bottom: 3.5rem; + } + + .sm\:left-14 { + left: 3.5rem; + } + + .sm\:top-15 { + top: 3.75rem; + } + + .sm\:right-15 { + right: 3.75rem; + } + + .sm\:bottom-15 { + bottom: 3.75rem; + } + + .sm\:left-15 { + left: 3.75rem; + } + + .sm\:top-16 { + top: 4rem; + } + + .sm\:right-16 { + right: 4rem; + } + + .sm\:bottom-16 { + bottom: 4rem; + } + + .sm\:left-16 { + left: 4rem; + } + + .sm\:top-20 { + top: 5rem; + } + + .sm\:right-20 { + right: 5rem; + } + + .sm\:bottom-20 { + bottom: 5rem; + } + + .sm\:left-20 { + left: 5rem; + } + + .sm\:top-24 { + top: 6rem; + } + + .sm\:right-24 { + right: 6rem; + } + + .sm\:bottom-24 { + bottom: 6rem; + } + + .sm\:left-24 { + left: 6rem; + } + + .sm\:top-28 { + top: 7rem; + } + + .sm\:right-28 { + right: 7rem; + } + + .sm\:bottom-28 { + bottom: 7rem; + } + + .sm\:left-28 { + left: 7rem; + } + + .sm\:top-32 { + top: 8rem; + } + + .sm\:right-32 { + right: 8rem; + } + + .sm\:bottom-32 { + bottom: 8rem; + } + + .sm\:left-32 { + left: 8rem; + } + + .sm\:top-36 { + top: 9rem; + } + + .sm\:right-36 { + right: 9rem; + } + + .sm\:bottom-36 { + bottom: 9rem; + } + + .sm\:left-36 { + left: 9rem; + } + + .sm\:top-40 { + top: 10rem; + } + + .sm\:right-40 { + right: 10rem; + } + + .sm\:bottom-40 { + bottom: 10rem; + } + + .sm\:left-40 { + left: 10rem; + } + + .sm\:top-44 { + top: 11rem; + } + + .sm\:right-44 { + right: 11rem; + } + + .sm\:bottom-44 { + bottom: 11rem; + } + + .sm\:left-44 { + left: 11rem; + } + + .sm\:top-48 { + top: 12rem; + } + + .sm\:right-48 { + right: 12rem; + } + + .sm\:bottom-48 { + bottom: 12rem; + } + + .sm\:left-48 { + left: 12rem; + } + + .sm\:top-52 { + top: 13rem; + } + + .sm\:right-52 { + right: 13rem; + } + + .sm\:bottom-52 { + bottom: 13rem; + } + + .sm\:left-52 { + left: 13rem; + } + + .sm\:top-56 { + top: 14rem; + } + + .sm\:right-56 { + right: 14rem; + } + + .sm\:bottom-56 { + bottom: 14rem; + } + + .sm\:left-56 { + left: 14rem; + } + + .sm\:top-60 { + top: 15rem; + } + + .sm\:right-60 { + right: 15rem; + } + + .sm\:bottom-60 { + bottom: 15rem; + } + + .sm\:left-60 { + left: 15rem; + } + + .sm\:top-64 { + top: 16rem; + } + + .sm\:right-64 { + right: 16rem; + } + + .sm\:bottom-64 { + bottom: 16rem; + } + + .sm\:left-64 { + left: 16rem; + } + + .sm\:top-72 { + top: 18rem; + } + + .sm\:right-72 { + right: 18rem; + } + + .sm\:bottom-72 { + bottom: 18rem; + } + + .sm\:left-72 { + left: 18rem; + } + + .sm\:top-80 { + top: 20rem; + } + + .sm\:right-80 { + right: 20rem; + } + + .sm\:bottom-80 { + bottom: 20rem; + } + + .sm\:left-80 { + left: 20rem; + } + + .sm\:top-96 { + top: 24rem; + } + + .sm\:right-96 { + right: 24rem; + } + + .sm\:bottom-96 { + bottom: 24rem; + } + + .sm\:left-96 { + left: 24rem; + } + .sm\:top-auto { top: auto; } @@ -43840,6 +70832,2006 @@ video { left: auto; } + .sm\:top-px { + top: 1px; + } + + .sm\:right-px { + right: 1px; + } + + .sm\:bottom-px { + bottom: 1px; + } + + .sm\:left-px { + left: 1px; + } + + .sm\:top-0\.5 { + top: 0.125rem; + } + + .sm\:right-0\.5 { + right: 0.125rem; + } + + .sm\:bottom-0\.5 { + bottom: 0.125rem; + } + + .sm\:left-0\.5 { + left: 0.125rem; + } + + .sm\:top-1\.5 { + top: 0.375rem; + } + + .sm\:right-1\.5 { + right: 0.375rem; + } + + .sm\:bottom-1\.5 { + bottom: 0.375rem; + } + + .sm\:left-1\.5 { + left: 0.375rem; + } + + .sm\:top-2\.5 { + top: 0.625rem; + } + + .sm\:right-2\.5 { + right: 0.625rem; + } + + .sm\:bottom-2\.5 { + bottom: 0.625rem; + } + + .sm\:left-2\.5 { + left: 0.625rem; + } + + .sm\:top-3\.5 { + top: 0.875rem; + } + + .sm\:right-3\.5 { + right: 0.875rem; + } + + .sm\:bottom-3\.5 { + bottom: 0.875rem; + } + + .sm\:left-3\.5 { + left: 0.875rem; + } + + .sm\:top-1\/2 { + top: 50%; + } + + .sm\:right-1\/2 { + right: 50%; + } + + .sm\:bottom-1\/2 { + bottom: 50%; + } + + .sm\:left-1\/2 { + left: 50%; + } + + .sm\:top-1\/3 { + top: 33.333333%; + } + + .sm\:right-1\/3 { + right: 33.333333%; + } + + .sm\:bottom-1\/3 { + bottom: 33.333333%; + } + + .sm\:left-1\/3 { + left: 33.333333%; + } + + .sm\:top-2\/3 { + top: 66.666667%; + } + + .sm\:right-2\/3 { + right: 66.666667%; + } + + .sm\:bottom-2\/3 { + bottom: 66.666667%; + } + + .sm\:left-2\/3 { + left: 66.666667%; + } + + .sm\:top-1\/4 { + top: 25%; + } + + .sm\:right-1\/4 { + right: 25%; + } + + .sm\:bottom-1\/4 { + bottom: 25%; + } + + .sm\:left-1\/4 { + left: 25%; + } + + .sm\:top-2\/4 { + top: 50%; + } + + .sm\:right-2\/4 { + right: 50%; + } + + .sm\:bottom-2\/4 { + bottom: 50%; + } + + .sm\:left-2\/4 { + left: 50%; + } + + .sm\:top-3\/4 { + top: 75%; + } + + .sm\:right-3\/4 { + right: 75%; + } + + .sm\:bottom-3\/4 { + bottom: 75%; + } + + .sm\:left-3\/4 { + left: 75%; + } + + .sm\:top-1\/5 { + top: 20%; + } + + .sm\:right-1\/5 { + right: 20%; + } + + .sm\:bottom-1\/5 { + bottom: 20%; + } + + .sm\:left-1\/5 { + left: 20%; + } + + .sm\:top-2\/5 { + top: 40%; + } + + .sm\:right-2\/5 { + right: 40%; + } + + .sm\:bottom-2\/5 { + bottom: 40%; + } + + .sm\:left-2\/5 { + left: 40%; + } + + .sm\:top-3\/5 { + top: 60%; + } + + .sm\:right-3\/5 { + right: 60%; + } + + .sm\:bottom-3\/5 { + bottom: 60%; + } + + .sm\:left-3\/5 { + left: 60%; + } + + .sm\:top-4\/5 { + top: 80%; + } + + .sm\:right-4\/5 { + right: 80%; + } + + .sm\:bottom-4\/5 { + bottom: 80%; + } + + .sm\:left-4\/5 { + left: 80%; + } + + .sm\:top-1\/6 { + top: 16.666667%; + } + + .sm\:right-1\/6 { + right: 16.666667%; + } + + .sm\:bottom-1\/6 { + bottom: 16.666667%; + } + + .sm\:left-1\/6 { + left: 16.666667%; + } + + .sm\:top-2\/6 { + top: 33.333333%; + } + + .sm\:right-2\/6 { + right: 33.333333%; + } + + .sm\:bottom-2\/6 { + bottom: 33.333333%; + } + + .sm\:left-2\/6 { + left: 33.333333%; + } + + .sm\:top-3\/6 { + top: 50%; + } + + .sm\:right-3\/6 { + right: 50%; + } + + .sm\:bottom-3\/6 { + bottom: 50%; + } + + .sm\:left-3\/6 { + left: 50%; + } + + .sm\:top-4\/6 { + top: 66.666667%; + } + + .sm\:right-4\/6 { + right: 66.666667%; + } + + .sm\:bottom-4\/6 { + bottom: 66.666667%; + } + + .sm\:left-4\/6 { + left: 66.666667%; + } + + .sm\:top-5\/6 { + top: 83.333333%; + } + + .sm\:right-5\/6 { + right: 83.333333%; + } + + .sm\:bottom-5\/6 { + bottom: 83.333333%; + } + + .sm\:left-5\/6 { + left: 83.333333%; + } + + .sm\:top-1\/12 { + top: 8.333333%; + } + + .sm\:right-1\/12 { + right: 8.333333%; + } + + .sm\:bottom-1\/12 { + bottom: 8.333333%; + } + + .sm\:left-1\/12 { + left: 8.333333%; + } + + .sm\:top-2\/12 { + top: 16.666667%; + } + + .sm\:right-2\/12 { + right: 16.666667%; + } + + .sm\:bottom-2\/12 { + bottom: 16.666667%; + } + + .sm\:left-2\/12 { + left: 16.666667%; + } + + .sm\:top-3\/12 { + top: 25%; + } + + .sm\:right-3\/12 { + right: 25%; + } + + .sm\:bottom-3\/12 { + bottom: 25%; + } + + .sm\:left-3\/12 { + left: 25%; + } + + .sm\:top-4\/12 { + top: 33.333333%; + } + + .sm\:right-4\/12 { + right: 33.333333%; + } + + .sm\:bottom-4\/12 { + bottom: 33.333333%; + } + + .sm\:left-4\/12 { + left: 33.333333%; + } + + .sm\:top-5\/12 { + top: 41.666667%; + } + + .sm\:right-5\/12 { + right: 41.666667%; + } + + .sm\:bottom-5\/12 { + bottom: 41.666667%; + } + + .sm\:left-5\/12 { + left: 41.666667%; + } + + .sm\:top-6\/12 { + top: 50%; + } + + .sm\:right-6\/12 { + right: 50%; + } + + .sm\:bottom-6\/12 { + bottom: 50%; + } + + .sm\:left-6\/12 { + left: 50%; + } + + .sm\:top-7\/12 { + top: 58.333333%; + } + + .sm\:right-7\/12 { + right: 58.333333%; + } + + .sm\:bottom-7\/12 { + bottom: 58.333333%; + } + + .sm\:left-7\/12 { + left: 58.333333%; + } + + .sm\:top-8\/12 { + top: 66.666667%; + } + + .sm\:right-8\/12 { + right: 66.666667%; + } + + .sm\:bottom-8\/12 { + bottom: 66.666667%; + } + + .sm\:left-8\/12 { + left: 66.666667%; + } + + .sm\:top-9\/12 { + top: 75%; + } + + .sm\:right-9\/12 { + right: 75%; + } + + .sm\:bottom-9\/12 { + bottom: 75%; + } + + .sm\:left-9\/12 { + left: 75%; + } + + .sm\:top-10\/12 { + top: 83.333333%; + } + + .sm\:right-10\/12 { + right: 83.333333%; + } + + .sm\:bottom-10\/12 { + bottom: 83.333333%; + } + + .sm\:left-10\/12 { + left: 83.333333%; + } + + .sm\:top-11\/12 { + top: 91.666667%; + } + + .sm\:right-11\/12 { + right: 91.666667%; + } + + .sm\:bottom-11\/12 { + bottom: 91.666667%; + } + + .sm\:left-11\/12 { + left: 91.666667%; + } + + .sm\:top-1\/16 { + top: 6.25%; + } + + .sm\:right-1\/16 { + right: 6.25%; + } + + .sm\:bottom-1\/16 { + bottom: 6.25%; + } + + .sm\:left-1\/16 { + left: 6.25%; + } + + .sm\:top-2\/16 { + top: 12.5%; + } + + .sm\:right-2\/16 { + right: 12.5%; + } + + .sm\:bottom-2\/16 { + bottom: 12.5%; + } + + .sm\:left-2\/16 { + left: 12.5%; + } + + .sm\:top-3\/16 { + top: 18.75%; + } + + .sm\:right-3\/16 { + right: 18.75%; + } + + .sm\:bottom-3\/16 { + bottom: 18.75%; + } + + .sm\:left-3\/16 { + left: 18.75%; + } + + .sm\:top-4\/16 { + top: 25%; + } + + .sm\:right-4\/16 { + right: 25%; + } + + .sm\:bottom-4\/16 { + bottom: 25%; + } + + .sm\:left-4\/16 { + left: 25%; + } + + .sm\:top-5\/16 { + top: 31.25%; + } + + .sm\:right-5\/16 { + right: 31.25%; + } + + .sm\:bottom-5\/16 { + bottom: 31.25%; + } + + .sm\:left-5\/16 { + left: 31.25%; + } + + .sm\:top-6\/16 { + top: 37.5%; + } + + .sm\:right-6\/16 { + right: 37.5%; + } + + .sm\:bottom-6\/16 { + bottom: 37.5%; + } + + .sm\:left-6\/16 { + left: 37.5%; + } + + .sm\:top-7\/16 { + top: 43.75%; + } + + .sm\:right-7\/16 { + right: 43.75%; + } + + .sm\:bottom-7\/16 { + bottom: 43.75%; + } + + .sm\:left-7\/16 { + left: 43.75%; + } + + .sm\:top-8\/16 { + top: 50%; + } + + .sm\:right-8\/16 { + right: 50%; + } + + .sm\:bottom-8\/16 { + bottom: 50%; + } + + .sm\:left-8\/16 { + left: 50%; + } + + .sm\:top-9\/16 { + top: 56.25%; + } + + .sm\:right-9\/16 { + right: 56.25%; + } + + .sm\:bottom-9\/16 { + bottom: 56.25%; + } + + .sm\:left-9\/16 { + left: 56.25%; + } + + .sm\:top-10\/16 { + top: 62.5%; + } + + .sm\:right-10\/16 { + right: 62.5%; + } + + .sm\:bottom-10\/16 { + bottom: 62.5%; + } + + .sm\:left-10\/16 { + left: 62.5%; + } + + .sm\:top-11\/16 { + top: 68.75%; + } + + .sm\:right-11\/16 { + right: 68.75%; + } + + .sm\:bottom-11\/16 { + bottom: 68.75%; + } + + .sm\:left-11\/16 { + left: 68.75%; + } + + .sm\:top-12\/16 { + top: 75%; + } + + .sm\:right-12\/16 { + right: 75%; + } + + .sm\:bottom-12\/16 { + bottom: 75%; + } + + .sm\:left-12\/16 { + left: 75%; + } + + .sm\:top-13\/16 { + top: 81.25%; + } + + .sm\:right-13\/16 { + right: 81.25%; + } + + .sm\:bottom-13\/16 { + bottom: 81.25%; + } + + .sm\:left-13\/16 { + left: 81.25%; + } + + .sm\:top-14\/16 { + top: 87.5%; + } + + .sm\:right-14\/16 { + right: 87.5%; + } + + .sm\:bottom-14\/16 { + bottom: 87.5%; + } + + .sm\:left-14\/16 { + left: 87.5%; + } + + .sm\:top-15\/16 { + top: 93.75%; + } + + .sm\:right-15\/16 { + right: 93.75%; + } + + .sm\:bottom-15\/16 { + bottom: 93.75%; + } + + .sm\:left-15\/16 { + left: 93.75%; + } + + .sm\:top-full { + top: 100%; + } + + .sm\:right-full { + right: 100%; + } + + .sm\:bottom-full { + bottom: 100%; + } + + .sm\:left-full { + left: 100%; + } + + .sm\:-top-1 { + top: -0.25rem; + } + + .sm\:-right-1 { + right: -0.25rem; + } + + .sm\:-bottom-1 { + bottom: -0.25rem; + } + + .sm\:-left-1 { + left: -0.25rem; + } + + .sm\:-top-2 { + top: -0.5rem; + } + + .sm\:-right-2 { + right: -0.5rem; + } + + .sm\:-bottom-2 { + bottom: -0.5rem; + } + + .sm\:-left-2 { + left: -0.5rem; + } + + .sm\:-top-3 { + top: -0.75rem; + } + + .sm\:-right-3 { + right: -0.75rem; + } + + .sm\:-bottom-3 { + bottom: -0.75rem; + } + + .sm\:-left-3 { + left: -0.75rem; + } + + .sm\:-top-4 { + top: -1rem; + } + + .sm\:-right-4 { + right: -1rem; + } + + .sm\:-bottom-4 { + bottom: -1rem; + } + + .sm\:-left-4 { + left: -1rem; + } + + .sm\:-top-5 { + top: -1.25rem; + } + + .sm\:-right-5 { + right: -1.25rem; + } + + .sm\:-bottom-5 { + bottom: -1.25rem; + } + + .sm\:-left-5 { + left: -1.25rem; + } + + .sm\:-top-6 { + top: -1.5rem; + } + + .sm\:-right-6 { + right: -1.5rem; + } + + .sm\:-bottom-6 { + bottom: -1.5rem; + } + + .sm\:-left-6 { + left: -1.5rem; + } + + .sm\:-top-7 { + top: -1.75rem; + } + + .sm\:-right-7 { + right: -1.75rem; + } + + .sm\:-bottom-7 { + bottom: -1.75rem; + } + + .sm\:-left-7 { + left: -1.75rem; + } + + .sm\:-top-8 { + top: -2rem; + } + + .sm\:-right-8 { + right: -2rem; + } + + .sm\:-bottom-8 { + bottom: -2rem; + } + + .sm\:-left-8 { + left: -2rem; + } + + .sm\:-top-9 { + top: -2.25rem; + } + + .sm\:-right-9 { + right: -2.25rem; + } + + .sm\:-bottom-9 { + bottom: -2.25rem; + } + + .sm\:-left-9 { + left: -2.25rem; + } + + .sm\:-top-10 { + top: -2.5rem; + } + + .sm\:-right-10 { + right: -2.5rem; + } + + .sm\:-bottom-10 { + bottom: -2.5rem; + } + + .sm\:-left-10 { + left: -2.5rem; + } + + .sm\:-top-11 { + top: -2.75rem; + } + + .sm\:-right-11 { + right: -2.75rem; + } + + .sm\:-bottom-11 { + bottom: -2.75rem; + } + + .sm\:-left-11 { + left: -2.75rem; + } + + .sm\:-top-12 { + top: -3rem; + } + + .sm\:-right-12 { + right: -3rem; + } + + .sm\:-bottom-12 { + bottom: -3rem; + } + + .sm\:-left-12 { + left: -3rem; + } + + .sm\:-top-13 { + top: -3.25rem; + } + + .sm\:-right-13 { + right: -3.25rem; + } + + .sm\:-bottom-13 { + bottom: -3.25rem; + } + + .sm\:-left-13 { + left: -3.25rem; + } + + .sm\:-top-14 { + top: -3.5rem; + } + + .sm\:-right-14 { + right: -3.5rem; + } + + .sm\:-bottom-14 { + bottom: -3.5rem; + } + + .sm\:-left-14 { + left: -3.5rem; + } + + .sm\:-top-15 { + top: -3.75rem; + } + + .sm\:-right-15 { + right: -3.75rem; + } + + .sm\:-bottom-15 { + bottom: -3.75rem; + } + + .sm\:-left-15 { + left: -3.75rem; + } + + .sm\:-top-16 { + top: -4rem; + } + + .sm\:-right-16 { + right: -4rem; + } + + .sm\:-bottom-16 { + bottom: -4rem; + } + + .sm\:-left-16 { + left: -4rem; + } + + .sm\:-top-20 { + top: -5rem; + } + + .sm\:-right-20 { + right: -5rem; + } + + .sm\:-bottom-20 { + bottom: -5rem; + } + + .sm\:-left-20 { + left: -5rem; + } + + .sm\:-top-24 { + top: -6rem; + } + + .sm\:-right-24 { + right: -6rem; + } + + .sm\:-bottom-24 { + bottom: -6rem; + } + + .sm\:-left-24 { + left: -6rem; + } + + .sm\:-top-28 { + top: -7rem; + } + + .sm\:-right-28 { + right: -7rem; + } + + .sm\:-bottom-28 { + bottom: -7rem; + } + + .sm\:-left-28 { + left: -7rem; + } + + .sm\:-top-32 { + top: -8rem; + } + + .sm\:-right-32 { + right: -8rem; + } + + .sm\:-bottom-32 { + bottom: -8rem; + } + + .sm\:-left-32 { + left: -8rem; + } + + .sm\:-top-36 { + top: -9rem; + } + + .sm\:-right-36 { + right: -9rem; + } + + .sm\:-bottom-36 { + bottom: -9rem; + } + + .sm\:-left-36 { + left: -9rem; + } + + .sm\:-top-40 { + top: -10rem; + } + + .sm\:-right-40 { + right: -10rem; + } + + .sm\:-bottom-40 { + bottom: -10rem; + } + + .sm\:-left-40 { + left: -10rem; + } + + .sm\:-top-44 { + top: -11rem; + } + + .sm\:-right-44 { + right: -11rem; + } + + .sm\:-bottom-44 { + bottom: -11rem; + } + + .sm\:-left-44 { + left: -11rem; + } + + .sm\:-top-48 { + top: -12rem; + } + + .sm\:-right-48 { + right: -12rem; + } + + .sm\:-bottom-48 { + bottom: -12rem; + } + + .sm\:-left-48 { + left: -12rem; + } + + .sm\:-top-52 { + top: -13rem; + } + + .sm\:-right-52 { + right: -13rem; + } + + .sm\:-bottom-52 { + bottom: -13rem; + } + + .sm\:-left-52 { + left: -13rem; + } + + .sm\:-top-56 { + top: -14rem; + } + + .sm\:-right-56 { + right: -14rem; + } + + .sm\:-bottom-56 { + bottom: -14rem; + } + + .sm\:-left-56 { + left: -14rem; + } + + .sm\:-top-60 { + top: -15rem; + } + + .sm\:-right-60 { + right: -15rem; + } + + .sm\:-bottom-60 { + bottom: -15rem; + } + + .sm\:-left-60 { + left: -15rem; + } + + .sm\:-top-64 { + top: -16rem; + } + + .sm\:-right-64 { + right: -16rem; + } + + .sm\:-bottom-64 { + bottom: -16rem; + } + + .sm\:-left-64 { + left: -16rem; + } + + .sm\:-top-72 { + top: -18rem; + } + + .sm\:-right-72 { + right: -18rem; + } + + .sm\:-bottom-72 { + bottom: -18rem; + } + + .sm\:-left-72 { + left: -18rem; + } + + .sm\:-top-80 { + top: -20rem; + } + + .sm\:-right-80 { + right: -20rem; + } + + .sm\:-bottom-80 { + bottom: -20rem; + } + + .sm\:-left-80 { + left: -20rem; + } + + .sm\:-top-96 { + top: -24rem; + } + + .sm\:-right-96 { + right: -24rem; + } + + .sm\:-bottom-96 { + bottom: -24rem; + } + + .sm\:-left-96 { + left: -24rem; + } + + .sm\:-top-px { + top: -1px; + } + + .sm\:-right-px { + right: -1px; + } + + .sm\:-bottom-px { + bottom: -1px; + } + + .sm\:-left-px { + left: -1px; + } + + .sm\:-top-0\.5 { + top: -0.125rem; + } + + .sm\:-right-0\.5 { + right: -0.125rem; + } + + .sm\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .sm\:-left-0\.5 { + left: -0.125rem; + } + + .sm\:-top-1\.5 { + top: -0.375rem; + } + + .sm\:-right-1\.5 { + right: -0.375rem; + } + + .sm\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .sm\:-left-1\.5 { + left: -0.375rem; + } + + .sm\:-top-2\.5 { + top: -0.625rem; + } + + .sm\:-right-2\.5 { + right: -0.625rem; + } + + .sm\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .sm\:-left-2\.5 { + left: -0.625rem; + } + + .sm\:-top-3\.5 { + top: -0.875rem; + } + + .sm\:-right-3\.5 { + right: -0.875rem; + } + + .sm\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .sm\:-left-3\.5 { + left: -0.875rem; + } + + .sm\:-top-1\/2 { + top: -50%; + } + + .sm\:-right-1\/2 { + right: -50%; + } + + .sm\:-bottom-1\/2 { + bottom: -50%; + } + + .sm\:-left-1\/2 { + left: -50%; + } + + .sm\:-top-1\/3 { + top: -33.33333%; + } + + .sm\:-right-1\/3 { + right: -33.33333%; + } + + .sm\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .sm\:-left-1\/3 { + left: -33.33333%; + } + + .sm\:-top-2\/3 { + top: -66.66667%; + } + + .sm\:-right-2\/3 { + right: -66.66667%; + } + + .sm\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .sm\:-left-2\/3 { + left: -66.66667%; + } + + .sm\:-top-1\/4 { + top: -25%; + } + + .sm\:-right-1\/4 { + right: -25%; + } + + .sm\:-bottom-1\/4 { + bottom: -25%; + } + + .sm\:-left-1\/4 { + left: -25%; + } + + .sm\:-top-2\/4 { + top: -50%; + } + + .sm\:-right-2\/4 { + right: -50%; + } + + .sm\:-bottom-2\/4 { + bottom: -50%; + } + + .sm\:-left-2\/4 { + left: -50%; + } + + .sm\:-top-3\/4 { + top: -75%; + } + + .sm\:-right-3\/4 { + right: -75%; + } + + .sm\:-bottom-3\/4 { + bottom: -75%; + } + + .sm\:-left-3\/4 { + left: -75%; + } + + .sm\:-top-1\/5 { + top: -20%; + } + + .sm\:-right-1\/5 { + right: -20%; + } + + .sm\:-bottom-1\/5 { + bottom: -20%; + } + + .sm\:-left-1\/5 { + left: -20%; + } + + .sm\:-top-2\/5 { + top: -40%; + } + + .sm\:-right-2\/5 { + right: -40%; + } + + .sm\:-bottom-2\/5 { + bottom: -40%; + } + + .sm\:-left-2\/5 { + left: -40%; + } + + .sm\:-top-3\/5 { + top: -60%; + } + + .sm\:-right-3\/5 { + right: -60%; + } + + .sm\:-bottom-3\/5 { + bottom: -60%; + } + + .sm\:-left-3\/5 { + left: -60%; + } + + .sm\:-top-4\/5 { + top: -80%; + } + + .sm\:-right-4\/5 { + right: -80%; + } + + .sm\:-bottom-4\/5 { + bottom: -80%; + } + + .sm\:-left-4\/5 { + left: -80%; + } + + .sm\:-top-1\/6 { + top: -16.66667%; + } + + .sm\:-right-1\/6 { + right: -16.66667%; + } + + .sm\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .sm\:-left-1\/6 { + left: -16.66667%; + } + + .sm\:-top-2\/6 { + top: -33.33333%; + } + + .sm\:-right-2\/6 { + right: -33.33333%; + } + + .sm\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .sm\:-left-2\/6 { + left: -33.33333%; + } + + .sm\:-top-3\/6 { + top: -50%; + } + + .sm\:-right-3\/6 { + right: -50%; + } + + .sm\:-bottom-3\/6 { + bottom: -50%; + } + + .sm\:-left-3\/6 { + left: -50%; + } + + .sm\:-top-4\/6 { + top: -66.66667%; + } + + .sm\:-right-4\/6 { + right: -66.66667%; + } + + .sm\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .sm\:-left-4\/6 { + left: -66.66667%; + } + + .sm\:-top-5\/6 { + top: -83.33333%; + } + + .sm\:-right-5\/6 { + right: -83.33333%; + } + + .sm\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .sm\:-left-5\/6 { + left: -83.33333%; + } + + .sm\:-top-1\/12 { + top: -8.33333%; + } + + .sm\:-right-1\/12 { + right: -8.33333%; + } + + .sm\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .sm\:-left-1\/12 { + left: -8.33333%; + } + + .sm\:-top-2\/12 { + top: -16.66667%; + } + + .sm\:-right-2\/12 { + right: -16.66667%; + } + + .sm\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .sm\:-left-2\/12 { + left: -16.66667%; + } + + .sm\:-top-3\/12 { + top: -25%; + } + + .sm\:-right-3\/12 { + right: -25%; + } + + .sm\:-bottom-3\/12 { + bottom: -25%; + } + + .sm\:-left-3\/12 { + left: -25%; + } + + .sm\:-top-4\/12 { + top: -33.33333%; + } + + .sm\:-right-4\/12 { + right: -33.33333%; + } + + .sm\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .sm\:-left-4\/12 { + left: -33.33333%; + } + + .sm\:-top-5\/12 { + top: -41.66667%; + } + + .sm\:-right-5\/12 { + right: -41.66667%; + } + + .sm\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .sm\:-left-5\/12 { + left: -41.66667%; + } + + .sm\:-top-6\/12 { + top: -50%; + } + + .sm\:-right-6\/12 { + right: -50%; + } + + .sm\:-bottom-6\/12 { + bottom: -50%; + } + + .sm\:-left-6\/12 { + left: -50%; + } + + .sm\:-top-7\/12 { + top: -58.33333%; + } + + .sm\:-right-7\/12 { + right: -58.33333%; + } + + .sm\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .sm\:-left-7\/12 { + left: -58.33333%; + } + + .sm\:-top-8\/12 { + top: -66.66667%; + } + + .sm\:-right-8\/12 { + right: -66.66667%; + } + + .sm\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .sm\:-left-8\/12 { + left: -66.66667%; + } + + .sm\:-top-9\/12 { + top: -75%; + } + + .sm\:-right-9\/12 { + right: -75%; + } + + .sm\:-bottom-9\/12 { + bottom: -75%; + } + + .sm\:-left-9\/12 { + left: -75%; + } + + .sm\:-top-10\/12 { + top: -83.33333%; + } + + .sm\:-right-10\/12 { + right: -83.33333%; + } + + .sm\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .sm\:-left-10\/12 { + left: -83.33333%; + } + + .sm\:-top-11\/12 { + top: -91.66667%; + } + + .sm\:-right-11\/12 { + right: -91.66667%; + } + + .sm\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .sm\:-left-11\/12 { + left: -91.66667%; + } + + .sm\:-top-1\/16 { + top: -6.25%; + } + + .sm\:-right-1\/16 { + right: -6.25%; + } + + .sm\:-bottom-1\/16 { + bottom: -6.25%; + } + + .sm\:-left-1\/16 { + left: -6.25%; + } + + .sm\:-top-2\/16 { + top: -12.5%; + } + + .sm\:-right-2\/16 { + right: -12.5%; + } + + .sm\:-bottom-2\/16 { + bottom: -12.5%; + } + + .sm\:-left-2\/16 { + left: -12.5%; + } + + .sm\:-top-3\/16 { + top: -18.75%; + } + + .sm\:-right-3\/16 { + right: -18.75%; + } + + .sm\:-bottom-3\/16 { + bottom: -18.75%; + } + + .sm\:-left-3\/16 { + left: -18.75%; + } + + .sm\:-top-4\/16 { + top: -25%; + } + + .sm\:-right-4\/16 { + right: -25%; + } + + .sm\:-bottom-4\/16 { + bottom: -25%; + } + + .sm\:-left-4\/16 { + left: -25%; + } + + .sm\:-top-5\/16 { + top: -31.25%; + } + + .sm\:-right-5\/16 { + right: -31.25%; + } + + .sm\:-bottom-5\/16 { + bottom: -31.25%; + } + + .sm\:-left-5\/16 { + left: -31.25%; + } + + .sm\:-top-6\/16 { + top: -37.5%; + } + + .sm\:-right-6\/16 { + right: -37.5%; + } + + .sm\:-bottom-6\/16 { + bottom: -37.5%; + } + + .sm\:-left-6\/16 { + left: -37.5%; + } + + .sm\:-top-7\/16 { + top: -43.75%; + } + + .sm\:-right-7\/16 { + right: -43.75%; + } + + .sm\:-bottom-7\/16 { + bottom: -43.75%; + } + + .sm\:-left-7\/16 { + left: -43.75%; + } + + .sm\:-top-8\/16 { + top: -50%; + } + + .sm\:-right-8\/16 { + right: -50%; + } + + .sm\:-bottom-8\/16 { + bottom: -50%; + } + + .sm\:-left-8\/16 { + left: -50%; + } + + .sm\:-top-9\/16 { + top: -56.25%; + } + + .sm\:-right-9\/16 { + right: -56.25%; + } + + .sm\:-bottom-9\/16 { + bottom: -56.25%; + } + + .sm\:-left-9\/16 { + left: -56.25%; + } + + .sm\:-top-10\/16 { + top: -62.5%; + } + + .sm\:-right-10\/16 { + right: -62.5%; + } + + .sm\:-bottom-10\/16 { + bottom: -62.5%; + } + + .sm\:-left-10\/16 { + left: -62.5%; + } + + .sm\:-top-11\/16 { + top: -68.75%; + } + + .sm\:-right-11\/16 { + right: -68.75%; + } + + .sm\:-bottom-11\/16 { + bottom: -68.75%; + } + + .sm\:-left-11\/16 { + left: -68.75%; + } + + .sm\:-top-12\/16 { + top: -75%; + } + + .sm\:-right-12\/16 { + right: -75%; + } + + .sm\:-bottom-12\/16 { + bottom: -75%; + } + + .sm\:-left-12\/16 { + left: -75%; + } + + .sm\:-top-13\/16 { + top: -81.25%; + } + + .sm\:-right-13\/16 { + right: -81.25%; + } + + .sm\:-bottom-13\/16 { + bottom: -81.25%; + } + + .sm\:-left-13\/16 { + left: -81.25%; + } + + .sm\:-top-14\/16 { + top: -87.5%; + } + + .sm\:-right-14\/16 { + right: -87.5%; + } + + .sm\:-bottom-14\/16 { + bottom: -87.5%; + } + + .sm\:-left-14\/16 { + left: -87.5%; + } + + .sm\:-top-15\/16 { + top: -93.75%; + } + + .sm\:-right-15\/16 { + right: -93.75%; + } + + .sm\:-bottom-15\/16 { + bottom: -93.75%; + } + + .sm\:-left-15\/16 { + left: -93.75%; + } + + .sm\:-top-full { + top: -100%; + } + + .sm\:-right-full { + right: -100%; + } + + .sm\:-bottom-full { + bottom: -100%; + } + + .sm\:-left-full { + left: -100%; + } + .sm\:resize-none { resize: none; } @@ -46540,18 +75532,42 @@ video { width: 1.5rem; } + .sm\:w-7 { + width: 1.75rem; + } + .sm\:w-8 { width: 2rem; } + .sm\:w-9 { + width: 2.25rem; + } + .sm\:w-10 { width: 2.5rem; } + .sm\:w-11 { + width: 2.75rem; + } + .sm\:w-12 { width: 3rem; } + .sm\:w-13 { + width: 3.25rem; + } + + .sm\:w-14 { + width: 3.5rem; + } + + .sm\:w-15 { + width: 3.75rem; + } + .sm\:w-16 { width: 4rem; } @@ -46564,26 +75580,58 @@ video { width: 6rem; } + .sm\:w-28 { + width: 7rem; + } + .sm\:w-32 { width: 8rem; } + .sm\:w-36 { + width: 9rem; + } + .sm\:w-40 { width: 10rem; } + .sm\:w-44 { + width: 11rem; + } + .sm\:w-48 { width: 12rem; } + .sm\:w-52 { + width: 13rem; + } + .sm\:w-56 { width: 14rem; } + .sm\:w-60 { + width: 15rem; + } + .sm\:w-64 { width: 16rem; } + .sm\:w-72 { + width: 18rem; + } + + .sm\:w-80 { + width: 20rem; + } + + .sm\:w-96 { + width: 24rem; + } + .sm\:w-auto { width: auto; } @@ -46592,6 +75640,22 @@ video { width: 1px; } + .sm\:w-0\.5 { + width: 0.125rem; + } + + .sm\:w-1\.5 { + width: 0.375rem; + } + + .sm\:w-2\.5 { + width: 0.625rem; + } + + .sm\:w-3\.5 { + width: 0.875rem; + } + .sm\:w-1\/2 { width: 50%; } @@ -46696,6 +75760,66 @@ video { width: 91.666667%; } + .sm\:w-1\/16 { + width: 6.25%; + } + + .sm\:w-2\/16 { + width: 12.5%; + } + + .sm\:w-3\/16 { + width: 18.75%; + } + + .sm\:w-4\/16 { + width: 25%; + } + + .sm\:w-5\/16 { + width: 31.25%; + } + + .sm\:w-6\/16 { + width: 37.5%; + } + + .sm\:w-7\/16 { + width: 43.75%; + } + + .sm\:w-8\/16 { + width: 50%; + } + + .sm\:w-9\/16 { + width: 56.25%; + } + + .sm\:w-10\/16 { + width: 62.5%; + } + + .sm\:w-11\/16 { + width: 68.75%; + } + + .sm\:w-12\/16 { + width: 75%; + } + + .sm\:w-13\/16 { + width: 81.25%; + } + + .sm\:w-14\/16 { + width: 87.5%; + } + + .sm\:w-15\/16 { + width: 93.75%; + } + .sm\:w-full { width: 100%; } @@ -46704,6 +75828,14 @@ video { width: 100vw; } + .sm\:w-min { + width: min-content; + } + + .sm\:w-max { + width: max-content; + } + .sm\:z-0 { z-index: 0; } @@ -46767,21 +75899,51 @@ video { gap: 1.5rem; } + .sm\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .sm\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .sm\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .sm\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .sm\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .sm\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .sm\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .sm\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .sm\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .sm\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -46797,36 +75959,306 @@ video { gap: 6rem; } + .sm\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .sm\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .sm\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .sm\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .sm\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .sm\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .sm\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .sm\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .sm\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .sm\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .sm\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .sm\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .sm\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .sm\:gap-px { grid-gap: 1px; gap: 1px; } + .sm\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .sm\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .sm\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .sm\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .sm\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .sm\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .sm\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .sm\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .sm\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .sm\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .sm\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .sm\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .sm\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .sm\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .sm\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .sm\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .sm\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .sm\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .sm\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .sm\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .sm\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .sm\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .sm\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .sm\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .sm\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .sm\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .sm\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .sm\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .sm\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .sm\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .sm\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .sm\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .sm\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .sm\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .sm\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .sm\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .sm\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .sm\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .sm\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .sm\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .sm\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .sm\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -46862,21 +76294,51 @@ video { column-gap: 1.5rem; } + .sm\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .sm\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .sm\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .sm\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .sm\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .sm\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .sm\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .sm\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .sm\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .sm\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -46892,36 +76354,306 @@ video { column-gap: 6rem; } + .sm\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .sm\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .sm\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .sm\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .sm\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .sm\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .sm\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .sm\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .sm\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .sm\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .sm\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .sm\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .sm\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .sm\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .sm\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .sm\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .sm\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .sm\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .sm\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .sm\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .sm\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .sm\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .sm\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .sm\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .sm\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .sm\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .sm\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .sm\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .sm\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .sm\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .sm\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .sm\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .sm\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .sm\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .sm\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .sm\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .sm\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .sm\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .sm\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .sm\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .sm\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .sm\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .sm\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .sm\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .sm\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .sm\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .sm\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .sm\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .sm\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .sm\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .sm\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .sm\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .sm\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .sm\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .sm\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .sm\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -46957,21 +76689,51 @@ video { row-gap: 1.5rem; } + .sm\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .sm\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .sm\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .sm\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .sm\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .sm\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .sm\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .sm\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .sm\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .sm\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -46987,36 +76749,306 @@ video { row-gap: 6rem; } + .sm\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .sm\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .sm\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .sm\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .sm\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .sm\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .sm\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .sm\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .sm\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .sm\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .sm\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .sm\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .sm\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .sm\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .sm\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .sm\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .sm\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .sm\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .sm\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .sm\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .sm\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .sm\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .sm\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .sm\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .sm\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .sm\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .sm\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .sm\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .sm\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .sm\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .sm\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .sm\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .sm\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .sm\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .sm\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .sm\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .sm\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .sm\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .sm\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .sm\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .sm\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .sm\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .sm\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .sm\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .sm\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .sm\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .sm\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .sm\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .sm\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .sm\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .sm\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .sm\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .sm\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .sm\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .sm\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .sm\:grid-flow-row { grid-auto-flow: row; } @@ -47078,7 +77110,7 @@ video { } .sm\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .sm\:grid-cols-none { @@ -47153,6 +77185,22 @@ video { grid-column: span 12 / span 12; } + .sm\:col-span-13 { + grid-column: span 13 / span 13; + } + + .sm\:col-span-14 { + grid-column: span 14 / span 14; + } + + .sm\:col-span-15 { + grid-column: span 15 / span 15; + } + + .sm\:col-span-16 { + grid-column: span 16 / span 16; + } + .sm\:col-span-full { grid-column: 1 / -1; } @@ -47209,6 +77257,22 @@ video { grid-column-start: 13; } + .sm\:col-start-14 { + grid-column-start: 14; + } + + .sm\:col-start-15 { + grid-column-start: 15; + } + + .sm\:col-start-16 { + grid-column-start: 16; + } + + .sm\:col-start-17 { + grid-column-start: 17; + } + .sm\:col-start-auto { grid-column-start: auto; } @@ -47265,6 +77329,22 @@ video { grid-column-end: 13; } + .sm\:col-end-14 { + grid-column-end: 14; + } + + .sm\:col-end-15 { + grid-column-end: 15; + } + + .sm\:col-end-16 { + grid-column-end: 16; + } + + .sm\:col-end-17 { + grid-column-end: 17; + } + .sm\:col-end-auto { grid-column-end: auto; } @@ -48093,18 +78173,42 @@ video { --transform-translate-x: 1.5rem; } + .sm\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .sm\:translate-x-8 { --transform-translate-x: 2rem; } + .sm\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .sm\:translate-x-10 { --transform-translate-x: 2.5rem; } + .sm\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .sm\:translate-x-12 { --transform-translate-x: 3rem; } + .sm\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .sm\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .sm\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .sm\:translate-x-16 { --transform-translate-x: 4rem; } @@ -48117,30 +78221,246 @@ video { --transform-translate-x: 6rem; } + .sm\:translate-x-28 { + --transform-translate-x: 7rem; + } + .sm\:translate-x-32 { --transform-translate-x: 8rem; } + .sm\:translate-x-36 { + --transform-translate-x: 9rem; + } + .sm\:translate-x-40 { --transform-translate-x: 10rem; } + .sm\:translate-x-44 { + --transform-translate-x: 11rem; + } + .sm\:translate-x-48 { --transform-translate-x: 12rem; } + .sm\:translate-x-52 { + --transform-translate-x: 13rem; + } + .sm\:translate-x-56 { --transform-translate-x: 14rem; } + .sm\:translate-x-60 { + --transform-translate-x: 15rem; + } + .sm\:translate-x-64 { --transform-translate-x: 16rem; } + .sm\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .sm\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .sm\:translate-x-96 { + --transform-translate-x: 24rem; + } + .sm\:translate-x-px { --transform-translate-x: 1px; } + .sm\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .sm\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .sm\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .sm\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .sm\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .sm\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .sm\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .sm\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .sm\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .sm\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .sm\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .sm\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .sm\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .sm\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .sm\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .sm\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .sm\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .sm\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .sm\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .sm\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .sm\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .sm\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .sm\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .sm\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .sm\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .sm\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .sm\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .sm\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .sm\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .sm\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .sm\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .sm\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .sm\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .sm\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .sm\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .sm\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .sm\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .sm\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .sm\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .sm\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .sm\:translate-x-full { + --transform-translate-x: 100%; + } + .sm\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -48165,18 +78485,42 @@ video { --transform-translate-x: -1.5rem; } + .sm\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .sm\:-translate-x-8 { --transform-translate-x: -2rem; } + .sm\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .sm\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .sm\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .sm\:-translate-x-12 { --transform-translate-x: -3rem; } + .sm\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .sm\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .sm\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .sm\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -48189,44 +78533,244 @@ video { --transform-translate-x: -6rem; } + .sm\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .sm\:-translate-x-32 { --transform-translate-x: -8rem; } + .sm\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .sm\:-translate-x-40 { --transform-translate-x: -10rem; } + .sm\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .sm\:-translate-x-48 { --transform-translate-x: -12rem; } + .sm\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .sm\:-translate-x-56 { --transform-translate-x: -14rem; } + .sm\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .sm\:-translate-x-64 { --transform-translate-x: -16rem; } + .sm\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .sm\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .sm\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .sm\:-translate-x-px { --transform-translate-x: -1px; } - .sm\:-translate-x-full { - --transform-translate-x: -100%; + .sm\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .sm\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .sm\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .sm\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .sm\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .sm\:translate-x-1\/2 { - --transform-translate-x: 50%; + .sm\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .sm\:translate-x-full { - --transform-translate-x: 100%; + .sm\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .sm\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .sm\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .sm\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .sm\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .sm\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .sm\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .sm\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .sm\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .sm\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .sm\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .sm\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .sm\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .sm\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .sm\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .sm\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .sm\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .sm\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .sm\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .sm\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .sm\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .sm\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .sm\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .sm\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .sm\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .sm\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .sm\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .sm\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .sm\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .sm\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .sm\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .sm\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .sm\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .sm\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .sm\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .sm\:-translate-x-full { + --transform-translate-x: -100%; } .sm\:translate-y-0 { @@ -48257,18 +78801,42 @@ video { --transform-translate-y: 1.5rem; } + .sm\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .sm\:translate-y-8 { --transform-translate-y: 2rem; } + .sm\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .sm\:translate-y-10 { --transform-translate-y: 2.5rem; } + .sm\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .sm\:translate-y-12 { --transform-translate-y: 3rem; } + .sm\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .sm\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .sm\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .sm\:translate-y-16 { --transform-translate-y: 4rem; } @@ -48281,30 +78849,246 @@ video { --transform-translate-y: 6rem; } + .sm\:translate-y-28 { + --transform-translate-y: 7rem; + } + .sm\:translate-y-32 { --transform-translate-y: 8rem; } + .sm\:translate-y-36 { + --transform-translate-y: 9rem; + } + .sm\:translate-y-40 { --transform-translate-y: 10rem; } + .sm\:translate-y-44 { + --transform-translate-y: 11rem; + } + .sm\:translate-y-48 { --transform-translate-y: 12rem; } + .sm\:translate-y-52 { + --transform-translate-y: 13rem; + } + .sm\:translate-y-56 { --transform-translate-y: 14rem; } + .sm\:translate-y-60 { + --transform-translate-y: 15rem; + } + .sm\:translate-y-64 { --transform-translate-y: 16rem; } + .sm\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .sm\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .sm\:translate-y-96 { + --transform-translate-y: 24rem; + } + .sm\:translate-y-px { --transform-translate-y: 1px; } + .sm\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .sm\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .sm\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .sm\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .sm\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .sm\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .sm\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .sm\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .sm\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .sm\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .sm\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .sm\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .sm\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .sm\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .sm\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .sm\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .sm\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .sm\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .sm\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .sm\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .sm\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .sm\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .sm\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .sm\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .sm\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .sm\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .sm\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .sm\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .sm\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .sm\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .sm\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .sm\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .sm\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .sm\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .sm\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .sm\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .sm\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .sm\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .sm\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .sm\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .sm\:translate-y-full { + --transform-translate-y: 100%; + } + .sm\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -48329,18 +79113,42 @@ video { --transform-translate-y: -1.5rem; } + .sm\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .sm\:-translate-y-8 { --transform-translate-y: -2rem; } + .sm\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .sm\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .sm\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .sm\:-translate-y-12 { --transform-translate-y: -3rem; } + .sm\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .sm\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .sm\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .sm\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -48353,44 +79161,244 @@ video { --transform-translate-y: -6rem; } + .sm\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .sm\:-translate-y-32 { --transform-translate-y: -8rem; } + .sm\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .sm\:-translate-y-40 { --transform-translate-y: -10rem; } + .sm\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .sm\:-translate-y-48 { --transform-translate-y: -12rem; } + .sm\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .sm\:-translate-y-56 { --transform-translate-y: -14rem; } + .sm\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .sm\:-translate-y-64 { --transform-translate-y: -16rem; } + .sm\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .sm\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .sm\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .sm\:-translate-y-px { --transform-translate-y: -1px; } - .sm\:-translate-y-full { - --transform-translate-y: -100%; + .sm\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .sm\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .sm\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .sm\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .sm\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .sm\:translate-y-1\/2 { - --transform-translate-y: 50%; + .sm\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .sm\:translate-y-full { - --transform-translate-y: 100%; + .sm\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .sm\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .sm\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .sm\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .sm\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .sm\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .sm\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .sm\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .sm\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .sm\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .sm\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .sm\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .sm\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .sm\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .sm\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .sm\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .sm\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .sm\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .sm\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .sm\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .sm\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .sm\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .sm\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .sm\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .sm\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .sm\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .sm\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .sm\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .sm\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .sm\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .sm\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .sm\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .sm\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .sm\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .sm\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .sm\:-translate-y-full { + --transform-translate-y: -100%; } .sm\:hover\:translate-x-0:hover { @@ -48421,18 +79429,42 @@ video { --transform-translate-x: 1.5rem; } + .sm\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .sm\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .sm\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .sm\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .sm\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .sm\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .sm\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .sm\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .sm\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .sm\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -48445,30 +79477,246 @@ video { --transform-translate-x: 6rem; } + .sm\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .sm\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .sm\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .sm\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .sm\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .sm\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .sm\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .sm\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .sm\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .sm\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .sm\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .sm\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .sm\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .sm\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .sm\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .sm\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .sm\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .sm\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .sm\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .sm\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .sm\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .sm\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .sm\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .sm\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .sm\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .sm\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .sm\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .sm\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .sm\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .sm\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .sm\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .sm\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .sm\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .sm\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .sm\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .sm\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .sm\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .sm\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .sm\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .sm\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .sm\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .sm\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .sm\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .sm\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .sm\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .sm\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .sm\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .sm\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .sm\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .sm\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .sm\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .sm\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .sm\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .sm\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .sm\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .sm\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -48493,18 +79741,42 @@ video { --transform-translate-x: -1.5rem; } + .sm\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .sm\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .sm\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .sm\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .sm\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .sm\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .sm\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .sm\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .sm\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .sm\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -48517,44 +79789,244 @@ video { --transform-translate-x: -6rem; } + .sm\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .sm\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .sm\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .sm\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .sm\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .sm\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .sm\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .sm\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .sm\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .sm\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .sm\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .sm\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .sm\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .sm\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .sm\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .sm\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .sm\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .sm\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .sm\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .sm\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .sm\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .sm\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .sm\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .sm\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .sm\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .sm\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .sm\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .sm\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .sm\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .sm\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .sm\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .sm\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .sm\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .sm\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .sm\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .sm\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .sm\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .sm\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .sm\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .sm\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .sm\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .sm\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .sm\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .sm\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .sm\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .sm\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .sm\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .sm\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .sm\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .sm\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .sm\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .sm\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .sm\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .sm\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .sm\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .sm\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .sm\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .sm\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .sm\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .sm\:hover\:translate-y-0:hover { @@ -48585,18 +80057,42 @@ video { --transform-translate-y: 1.5rem; } + .sm\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .sm\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .sm\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .sm\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .sm\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .sm\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .sm\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .sm\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .sm\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .sm\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -48609,30 +80105,246 @@ video { --transform-translate-y: 6rem; } + .sm\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .sm\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .sm\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .sm\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .sm\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .sm\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .sm\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .sm\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .sm\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .sm\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .sm\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .sm\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .sm\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .sm\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .sm\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .sm\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .sm\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .sm\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .sm\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .sm\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .sm\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .sm\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .sm\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .sm\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .sm\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .sm\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .sm\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .sm\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .sm\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .sm\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .sm\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .sm\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .sm\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .sm\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .sm\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .sm\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .sm\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .sm\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .sm\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .sm\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .sm\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .sm\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .sm\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .sm\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .sm\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .sm\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .sm\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .sm\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .sm\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .sm\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .sm\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .sm\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .sm\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .sm\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .sm\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .sm\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -48657,18 +80369,42 @@ video { --transform-translate-y: -1.5rem; } + .sm\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .sm\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .sm\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .sm\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .sm\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .sm\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .sm\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .sm\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .sm\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .sm\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -48681,44 +80417,244 @@ video { --transform-translate-y: -6rem; } + .sm\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .sm\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .sm\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .sm\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .sm\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .sm\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .sm\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .sm\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .sm\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .sm\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .sm\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .sm\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .sm\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .sm\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .sm\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .sm\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .sm\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .sm\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .sm\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .sm\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .sm\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .sm\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .sm\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .sm\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .sm\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .sm\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .sm\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .sm\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .sm\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .sm\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .sm\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .sm\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .sm\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .sm\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .sm\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .sm\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .sm\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .sm\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .sm\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .sm\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .sm\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .sm\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .sm\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .sm\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .sm\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .sm\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .sm\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .sm\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .sm\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .sm\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .sm\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .sm\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .sm\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .sm\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .sm\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .sm\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .sm\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .sm\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .sm\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .sm\:focus\:translate-x-0:focus { @@ -48749,18 +80685,42 @@ video { --transform-translate-x: 1.5rem; } + .sm\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .sm\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .sm\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .sm\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .sm\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .sm\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .sm\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .sm\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .sm\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .sm\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -48773,30 +80733,246 @@ video { --transform-translate-x: 6rem; } + .sm\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .sm\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .sm\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .sm\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .sm\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .sm\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .sm\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .sm\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .sm\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .sm\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .sm\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .sm\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .sm\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .sm\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .sm\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .sm\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .sm\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .sm\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .sm\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .sm\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .sm\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .sm\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .sm\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .sm\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .sm\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .sm\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .sm\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .sm\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .sm\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .sm\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .sm\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .sm\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .sm\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .sm\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .sm\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .sm\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .sm\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .sm\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .sm\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .sm\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .sm\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .sm\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .sm\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .sm\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .sm\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .sm\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .sm\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .sm\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .sm\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .sm\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .sm\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .sm\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .sm\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .sm\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .sm\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .sm\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -48821,18 +80997,42 @@ video { --transform-translate-x: -1.5rem; } + .sm\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .sm\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .sm\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .sm\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .sm\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .sm\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .sm\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .sm\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .sm\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .sm\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -48845,44 +81045,244 @@ video { --transform-translate-x: -6rem; } + .sm\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .sm\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .sm\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .sm\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .sm\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .sm\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .sm\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .sm\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .sm\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .sm\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .sm\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .sm\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .sm\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .sm\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .sm\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .sm\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .sm\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .sm\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .sm\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .sm\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .sm\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .sm\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .sm\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .sm\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .sm\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .sm\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .sm\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .sm\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .sm\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .sm\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .sm\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .sm\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .sm\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .sm\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .sm\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .sm\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .sm\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .sm\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .sm\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .sm\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .sm\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .sm\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .sm\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .sm\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .sm\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .sm\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .sm\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .sm\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .sm\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .sm\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .sm\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .sm\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .sm\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .sm\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .sm\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .sm\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .sm\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .sm\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .sm\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .sm\:focus\:translate-y-0:focus { @@ -48913,18 +81313,42 @@ video { --transform-translate-y: 1.5rem; } + .sm\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .sm\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .sm\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .sm\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .sm\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .sm\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .sm\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .sm\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .sm\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .sm\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -48937,30 +81361,246 @@ video { --transform-translate-y: 6rem; } + .sm\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .sm\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .sm\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .sm\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .sm\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .sm\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .sm\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .sm\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .sm\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .sm\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .sm\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .sm\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .sm\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .sm\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .sm\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .sm\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .sm\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .sm\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .sm\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .sm\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .sm\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .sm\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .sm\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .sm\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .sm\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .sm\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .sm\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .sm\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .sm\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .sm\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .sm\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .sm\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .sm\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .sm\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .sm\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .sm\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .sm\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .sm\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .sm\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .sm\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .sm\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .sm\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .sm\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .sm\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .sm\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .sm\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .sm\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .sm\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .sm\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .sm\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .sm\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .sm\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .sm\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .sm\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .sm\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .sm\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -48985,18 +81625,42 @@ video { --transform-translate-y: -1.5rem; } + .sm\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .sm\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .sm\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .sm\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .sm\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .sm\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .sm\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .sm\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .sm\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .sm\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -49009,44 +81673,244 @@ video { --transform-translate-y: -6rem; } + .sm\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .sm\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .sm\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .sm\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .sm\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .sm\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .sm\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .sm\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .sm\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .sm\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .sm\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .sm\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .sm\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .sm\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .sm\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .sm\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .sm\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .sm\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .sm\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .sm\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .sm\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .sm\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .sm\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .sm\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .sm\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .sm\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .sm\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .sm\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .sm\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .sm\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .sm\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .sm\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .sm\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .sm\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .sm\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .sm\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .sm\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .sm\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .sm\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .sm\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .sm\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .sm\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .sm\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .sm\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .sm\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .sm\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .sm\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .sm\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .sm\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .sm\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .sm\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .sm\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .sm\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .sm\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .sm\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .sm\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .sm\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .sm\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .sm\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .sm\:skew-x-0 { @@ -49560,6 +82424,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .md\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -49572,6 +82448,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .md\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -49584,6 +82472,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .md\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -49596,6 +82496,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .md\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .md\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .md\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -49632,6 +82568,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .md\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -49644,6 +82592,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .md\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -49656,6 +82616,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .md\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -49668,6 +82640,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .md\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -49680,6 +82664,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .md\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -49692,6 +82688,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .md\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .md\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .md\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -49704,6 +82736,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .md\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .md\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .md\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .md\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .md\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .md\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .md\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .md\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .md\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .md\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .md\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .md\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .md\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .md\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .md\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .md\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .md\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .md\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .md\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .md\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .md\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .md\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .md\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .md\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .md\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .md\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .md\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .md\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .md\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .md\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .md\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .md\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .md\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .md\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .md\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .md\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .md\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .md\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .md\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .md\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .md\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .md\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -49776,6 +83360,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .md\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -49788,6 +83384,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .md\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -49800,6 +83408,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .md\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -49812,6 +83432,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .md\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .md\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .md\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -49848,6 +83504,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .md\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -49860,6 +83528,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .md\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -49872,6 +83552,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .md\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -49884,6 +83576,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .md\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -49896,6 +83600,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .md\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -49908,6 +83624,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .md\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .md\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .md\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -49920,6 +83672,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .md\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .md\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .md\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .md\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .md\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .md\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .md\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .md\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .md\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .md\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .md\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .md\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .md\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .md\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .md\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .md\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -64468,18 +98772,42 @@ video { height: 1.5rem; } + .md\:h-7 { + height: 1.75rem; + } + .md\:h-8 { height: 2rem; } + .md\:h-9 { + height: 2.25rem; + } + .md\:h-10 { height: 2.5rem; } + .md\:h-11 { + height: 2.75rem; + } + .md\:h-12 { height: 3rem; } + .md\:h-13 { + height: 3.25rem; + } + + .md\:h-14 { + height: 3.5rem; + } + + .md\:h-15 { + height: 3.75rem; + } + .md\:h-16 { height: 4rem; } @@ -64492,26 +98820,58 @@ video { height: 6rem; } + .md\:h-28 { + height: 7rem; + } + .md\:h-32 { height: 8rem; } + .md\:h-36 { + height: 9rem; + } + .md\:h-40 { height: 10rem; } + .md\:h-44 { + height: 11rem; + } + .md\:h-48 { height: 12rem; } + .md\:h-52 { + height: 13rem; + } + .md\:h-56 { height: 14rem; } + .md\:h-60 { + height: 15rem; + } + .md\:h-64 { height: 16rem; } + .md\:h-72 { + height: 18rem; + } + + .md\:h-80 { + height: 20rem; + } + + .md\:h-96 { + height: 24rem; + } + .md\:h-auto { height: auto; } @@ -64520,6 +98880,186 @@ video { height: 1px; } + .md\:h-0\.5 { + height: 0.125rem; + } + + .md\:h-1\.5 { + height: 0.375rem; + } + + .md\:h-2\.5 { + height: 0.625rem; + } + + .md\:h-3\.5 { + height: 0.875rem; + } + + .md\:h-1\/2 { + height: 50%; + } + + .md\:h-1\/3 { + height: 33.333333%; + } + + .md\:h-2\/3 { + height: 66.666667%; + } + + .md\:h-1\/4 { + height: 25%; + } + + .md\:h-2\/4 { + height: 50%; + } + + .md\:h-3\/4 { + height: 75%; + } + + .md\:h-1\/5 { + height: 20%; + } + + .md\:h-2\/5 { + height: 40%; + } + + .md\:h-3\/5 { + height: 60%; + } + + .md\:h-4\/5 { + height: 80%; + } + + .md\:h-1\/6 { + height: 16.666667%; + } + + .md\:h-2\/6 { + height: 33.333333%; + } + + .md\:h-3\/6 { + height: 50%; + } + + .md\:h-4\/6 { + height: 66.666667%; + } + + .md\:h-5\/6 { + height: 83.333333%; + } + + .md\:h-1\/12 { + height: 8.333333%; + } + + .md\:h-2\/12 { + height: 16.666667%; + } + + .md\:h-3\/12 { + height: 25%; + } + + .md\:h-4\/12 { + height: 33.333333%; + } + + .md\:h-5\/12 { + height: 41.666667%; + } + + .md\:h-6\/12 { + height: 50%; + } + + .md\:h-7\/12 { + height: 58.333333%; + } + + .md\:h-8\/12 { + height: 66.666667%; + } + + .md\:h-9\/12 { + height: 75%; + } + + .md\:h-10\/12 { + height: 83.333333%; + } + + .md\:h-11\/12 { + height: 91.666667%; + } + + .md\:h-1\/16 { + height: 6.25%; + } + + .md\:h-2\/16 { + height: 12.5%; + } + + .md\:h-3\/16 { + height: 18.75%; + } + + .md\:h-4\/16 { + height: 25%; + } + + .md\:h-5\/16 { + height: 31.25%; + } + + .md\:h-6\/16 { + height: 37.5%; + } + + .md\:h-7\/16 { + height: 43.75%; + } + + .md\:h-8\/16 { + height: 50%; + } + + .md\:h-9\/16 { + height: 56.25%; + } + + .md\:h-10\/16 { + height: 62.5%; + } + + .md\:h-11\/16 { + height: 68.75%; + } + + .md\:h-12\/16 { + height: 75%; + } + + .md\:h-13\/16 { + height: 81.25%; + } + + .md\:h-14\/16 { + height: 87.5%; + } + + .md\:h-15\/16 { + height: 93.75%; + } + .md\:h-full { height: 100%; } @@ -64682,18 +99222,42 @@ video { margin: 1.5rem; } + .md\:m-7 { + margin: 1.75rem; + } + .md\:m-8 { margin: 2rem; } + .md\:m-9 { + margin: 2.25rem; + } + .md\:m-10 { margin: 2.5rem; } + .md\:m-11 { + margin: 2.75rem; + } + .md\:m-12 { margin: 3rem; } + .md\:m-13 { + margin: 3.25rem; + } + + .md\:m-14 { + margin: 3.5rem; + } + + .md\:m-15 { + margin: 3.75rem; + } + .md\:m-16 { margin: 4rem; } @@ -64706,26 +99270,58 @@ video { margin: 6rem; } + .md\:m-28 { + margin: 7rem; + } + .md\:m-32 { margin: 8rem; } + .md\:m-36 { + margin: 9rem; + } + .md\:m-40 { margin: 10rem; } + .md\:m-44 { + margin: 11rem; + } + .md\:m-48 { margin: 12rem; } + .md\:m-52 { + margin: 13rem; + } + .md\:m-56 { margin: 14rem; } + .md\:m-60 { + margin: 15rem; + } + .md\:m-64 { margin: 16rem; } + .md\:m-72 { + margin: 18rem; + } + + .md\:m-80 { + margin: 20rem; + } + + .md\:m-96 { + margin: 24rem; + } + .md\:m-auto { margin: auto; } @@ -64734,6 +99330,190 @@ video { margin: 1px; } + .md\:m-0\.5 { + margin: 0.125rem; + } + + .md\:m-1\.5 { + margin: 0.375rem; + } + + .md\:m-2\.5 { + margin: 0.625rem; + } + + .md\:m-3\.5 { + margin: 0.875rem; + } + + .md\:m-1\/2 { + margin: 50%; + } + + .md\:m-1\/3 { + margin: 33.333333%; + } + + .md\:m-2\/3 { + margin: 66.666667%; + } + + .md\:m-1\/4 { + margin: 25%; + } + + .md\:m-2\/4 { + margin: 50%; + } + + .md\:m-3\/4 { + margin: 75%; + } + + .md\:m-1\/5 { + margin: 20%; + } + + .md\:m-2\/5 { + margin: 40%; + } + + .md\:m-3\/5 { + margin: 60%; + } + + .md\:m-4\/5 { + margin: 80%; + } + + .md\:m-1\/6 { + margin: 16.666667%; + } + + .md\:m-2\/6 { + margin: 33.333333%; + } + + .md\:m-3\/6 { + margin: 50%; + } + + .md\:m-4\/6 { + margin: 66.666667%; + } + + .md\:m-5\/6 { + margin: 83.333333%; + } + + .md\:m-1\/12 { + margin: 8.333333%; + } + + .md\:m-2\/12 { + margin: 16.666667%; + } + + .md\:m-3\/12 { + margin: 25%; + } + + .md\:m-4\/12 { + margin: 33.333333%; + } + + .md\:m-5\/12 { + margin: 41.666667%; + } + + .md\:m-6\/12 { + margin: 50%; + } + + .md\:m-7\/12 { + margin: 58.333333%; + } + + .md\:m-8\/12 { + margin: 66.666667%; + } + + .md\:m-9\/12 { + margin: 75%; + } + + .md\:m-10\/12 { + margin: 83.333333%; + } + + .md\:m-11\/12 { + margin: 91.666667%; + } + + .md\:m-1\/16 { + margin: 6.25%; + } + + .md\:m-2\/16 { + margin: 12.5%; + } + + .md\:m-3\/16 { + margin: 18.75%; + } + + .md\:m-4\/16 { + margin: 25%; + } + + .md\:m-5\/16 { + margin: 31.25%; + } + + .md\:m-6\/16 { + margin: 37.5%; + } + + .md\:m-7\/16 { + margin: 43.75%; + } + + .md\:m-8\/16 { + margin: 50%; + } + + .md\:m-9\/16 { + margin: 56.25%; + } + + .md\:m-10\/16 { + margin: 62.5%; + } + + .md\:m-11\/16 { + margin: 68.75%; + } + + .md\:m-12\/16 { + margin: 75%; + } + + .md\:m-13\/16 { + margin: 81.25%; + } + + .md\:m-14\/16 { + margin: 87.5%; + } + + .md\:m-15\/16 { + margin: 93.75%; + } + + .md\:m-full { + margin: 100%; + } + .md\:-m-1 { margin: -0.25rem; } @@ -64758,18 +99538,42 @@ video { margin: -1.5rem; } + .md\:-m-7 { + margin: -1.75rem; + } + .md\:-m-8 { margin: -2rem; } + .md\:-m-9 { + margin: -2.25rem; + } + .md\:-m-10 { margin: -2.5rem; } + .md\:-m-11 { + margin: -2.75rem; + } + .md\:-m-12 { margin: -3rem; } + .md\:-m-13 { + margin: -3.25rem; + } + + .md\:-m-14 { + margin: -3.5rem; + } + + .md\:-m-15 { + margin: -3.75rem; + } + .md\:-m-16 { margin: -4rem; } @@ -64782,30 +99586,246 @@ video { margin: -6rem; } + .md\:-m-28 { + margin: -7rem; + } + .md\:-m-32 { margin: -8rem; } + .md\:-m-36 { + margin: -9rem; + } + .md\:-m-40 { margin: -10rem; } + .md\:-m-44 { + margin: -11rem; + } + .md\:-m-48 { margin: -12rem; } + .md\:-m-52 { + margin: -13rem; + } + .md\:-m-56 { margin: -14rem; } + .md\:-m-60 { + margin: -15rem; + } + .md\:-m-64 { margin: -16rem; } + .md\:-m-72 { + margin: -18rem; + } + + .md\:-m-80 { + margin: -20rem; + } + + .md\:-m-96 { + margin: -24rem; + } + .md\:-m-px { margin: -1px; } + .md\:-m-0\.5 { + margin: -0.125rem; + } + + .md\:-m-1\.5 { + margin: -0.375rem; + } + + .md\:-m-2\.5 { + margin: -0.625rem; + } + + .md\:-m-3\.5 { + margin: -0.875rem; + } + + .md\:-m-1\/2 { + margin: -50%; + } + + .md\:-m-1\/3 { + margin: -33.33333%; + } + + .md\:-m-2\/3 { + margin: -66.66667%; + } + + .md\:-m-1\/4 { + margin: -25%; + } + + .md\:-m-2\/4 { + margin: -50%; + } + + .md\:-m-3\/4 { + margin: -75%; + } + + .md\:-m-1\/5 { + margin: -20%; + } + + .md\:-m-2\/5 { + margin: -40%; + } + + .md\:-m-3\/5 { + margin: -60%; + } + + .md\:-m-4\/5 { + margin: -80%; + } + + .md\:-m-1\/6 { + margin: -16.66667%; + } + + .md\:-m-2\/6 { + margin: -33.33333%; + } + + .md\:-m-3\/6 { + margin: -50%; + } + + .md\:-m-4\/6 { + margin: -66.66667%; + } + + .md\:-m-5\/6 { + margin: -83.33333%; + } + + .md\:-m-1\/12 { + margin: -8.33333%; + } + + .md\:-m-2\/12 { + margin: -16.66667%; + } + + .md\:-m-3\/12 { + margin: -25%; + } + + .md\:-m-4\/12 { + margin: -33.33333%; + } + + .md\:-m-5\/12 { + margin: -41.66667%; + } + + .md\:-m-6\/12 { + margin: -50%; + } + + .md\:-m-7\/12 { + margin: -58.33333%; + } + + .md\:-m-8\/12 { + margin: -66.66667%; + } + + .md\:-m-9\/12 { + margin: -75%; + } + + .md\:-m-10\/12 { + margin: -83.33333%; + } + + .md\:-m-11\/12 { + margin: -91.66667%; + } + + .md\:-m-1\/16 { + margin: -6.25%; + } + + .md\:-m-2\/16 { + margin: -12.5%; + } + + .md\:-m-3\/16 { + margin: -18.75%; + } + + .md\:-m-4\/16 { + margin: -25%; + } + + .md\:-m-5\/16 { + margin: -31.25%; + } + + .md\:-m-6\/16 { + margin: -37.5%; + } + + .md\:-m-7\/16 { + margin: -43.75%; + } + + .md\:-m-8\/16 { + margin: -50%; + } + + .md\:-m-9\/16 { + margin: -56.25%; + } + + .md\:-m-10\/16 { + margin: -62.5%; + } + + .md\:-m-11\/16 { + margin: -68.75%; + } + + .md\:-m-12\/16 { + margin: -75%; + } + + .md\:-m-13\/16 { + margin: -81.25%; + } + + .md\:-m-14\/16 { + margin: -87.5%; + } + + .md\:-m-15\/16 { + margin: -93.75%; + } + + .md\:-m-full { + margin: -100%; + } + .md\:my-0 { margin-top: 0; margin-bottom: 0; @@ -64876,6 +99896,16 @@ video { margin-right: 1.5rem; } + .md\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .md\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .md\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -64886,6 +99916,16 @@ video { margin-right: 2rem; } + .md\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .md\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .md\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -64896,6 +99936,16 @@ video { margin-right: 2.5rem; } + .md\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .md\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .md\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -64906,6 +99956,36 @@ video { margin-right: 3rem; } + .md\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .md\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .md\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .md\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .md\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .md\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .md\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -64936,6 +100016,16 @@ video { margin-right: 6rem; } + .md\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .md\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .md\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -64946,6 +100036,16 @@ video { margin-right: 8rem; } + .md\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .md\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .md\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -64956,6 +100056,16 @@ video { margin-right: 10rem; } + .md\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .md\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .md\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -64966,6 +100076,16 @@ video { margin-right: 12rem; } + .md\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .md\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .md\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -64976,6 +100096,16 @@ video { margin-right: 14rem; } + .md\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .md\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .md\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -64986,6 +100116,36 @@ video { margin-right: 16rem; } + .md\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .md\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .md\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .md\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .md\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .md\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .md\:my-auto { margin-top: auto; margin-bottom: auto; @@ -65006,6 +100166,466 @@ video { margin-right: 1px; } + .md\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .md\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .md\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .md\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .md\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .md\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .md\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .md\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .md\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .md\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .md\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .md\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .md\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .md\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .md\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .md\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .md\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .md\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .md\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .md\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .md\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .md\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .md\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .md\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .md\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .md\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .md\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .md\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .md\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .md\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .md\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .md\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .md\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .md\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .md\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .md\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .md\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .md\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .md\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .md\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .md\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .md\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .md\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .md\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .md\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .md\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .md\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .md\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .md\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .md\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .md\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .md\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .md\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .md\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .md\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .md\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .md\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .md\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .md\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .md\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .md\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .md\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .md\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .md\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .md\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .md\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .md\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .md\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .md\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .md\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .md\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .md\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .md\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .md\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .md\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .md\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .md\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .md\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .md\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .md\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .md\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .md\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .md\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -65066,6 +100686,16 @@ video { margin-right: -1.5rem; } + .md\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .md\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .md\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -65076,6 +100706,16 @@ video { margin-right: -2rem; } + .md\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .md\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .md\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -65086,6 +100726,16 @@ video { margin-right: -2.5rem; } + .md\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .md\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .md\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -65096,6 +100746,36 @@ video { margin-right: -3rem; } + .md\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .md\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .md\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .md\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .md\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .md\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .md\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -65126,6 +100806,16 @@ video { margin-right: -6rem; } + .md\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .md\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .md\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -65136,6 +100826,16 @@ video { margin-right: -8rem; } + .md\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .md\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .md\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -65146,6 +100846,16 @@ video { margin-right: -10rem; } + .md\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .md\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .md\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -65156,6 +100866,16 @@ video { margin-right: -12rem; } + .md\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .md\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .md\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -65166,6 +100886,16 @@ video { margin-right: -14rem; } + .md\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .md\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .md\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -65176,6 +100906,36 @@ video { margin-right: -16rem; } + .md\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .md\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .md\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .md\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .md\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .md\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .md\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -65186,6 +100946,466 @@ video { margin-right: -1px; } + .md\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .md\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .md\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .md\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .md\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .md\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .md\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .md\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .md\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .md\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .md\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .md\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .md\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .md\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .md\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .md\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .md\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .md\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .md\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .md\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .md\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .md\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .md\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .md\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .md\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .md\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .md\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .md\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .md\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .md\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .md\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .md\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .md\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .md\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .md\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .md\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .md\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .md\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .md\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .md\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .md\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .md\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .md\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .md\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .md\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .md\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .md\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .md\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .md\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .md\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .md\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .md\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .md\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .md\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .md\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .md\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .md\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .md\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .md\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .md\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .md\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .md\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .md\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .md\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .md\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .md\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .md\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .md\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .md\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .md\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .md\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .md\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .md\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .md\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .md\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .md\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .md\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .md\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .md\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .md\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .md\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .md\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .md\:mt-0 { margin-top: 0; } @@ -65298,6 +101518,22 @@ video { margin-left: 1.5rem; } + .md\:mt-7 { + margin-top: 1.75rem; + } + + .md\:mr-7 { + margin-right: 1.75rem; + } + + .md\:mb-7 { + margin-bottom: 1.75rem; + } + + .md\:ml-7 { + margin-left: 1.75rem; + } + .md\:mt-8 { margin-top: 2rem; } @@ -65314,6 +101550,22 @@ video { margin-left: 2rem; } + .md\:mt-9 { + margin-top: 2.25rem; + } + + .md\:mr-9 { + margin-right: 2.25rem; + } + + .md\:mb-9 { + margin-bottom: 2.25rem; + } + + .md\:ml-9 { + margin-left: 2.25rem; + } + .md\:mt-10 { margin-top: 2.5rem; } @@ -65330,6 +101582,22 @@ video { margin-left: 2.5rem; } + .md\:mt-11 { + margin-top: 2.75rem; + } + + .md\:mr-11 { + margin-right: 2.75rem; + } + + .md\:mb-11 { + margin-bottom: 2.75rem; + } + + .md\:ml-11 { + margin-left: 2.75rem; + } + .md\:mt-12 { margin-top: 3rem; } @@ -65346,6 +101614,54 @@ video { margin-left: 3rem; } + .md\:mt-13 { + margin-top: 3.25rem; + } + + .md\:mr-13 { + margin-right: 3.25rem; + } + + .md\:mb-13 { + margin-bottom: 3.25rem; + } + + .md\:ml-13 { + margin-left: 3.25rem; + } + + .md\:mt-14 { + margin-top: 3.5rem; + } + + .md\:mr-14 { + margin-right: 3.5rem; + } + + .md\:mb-14 { + margin-bottom: 3.5rem; + } + + .md\:ml-14 { + margin-left: 3.5rem; + } + + .md\:mt-15 { + margin-top: 3.75rem; + } + + .md\:mr-15 { + margin-right: 3.75rem; + } + + .md\:mb-15 { + margin-bottom: 3.75rem; + } + + .md\:ml-15 { + margin-left: 3.75rem; + } + .md\:mt-16 { margin-top: 4rem; } @@ -65394,6 +101710,22 @@ video { margin-left: 6rem; } + .md\:mt-28 { + margin-top: 7rem; + } + + .md\:mr-28 { + margin-right: 7rem; + } + + .md\:mb-28 { + margin-bottom: 7rem; + } + + .md\:ml-28 { + margin-left: 7rem; + } + .md\:mt-32 { margin-top: 8rem; } @@ -65410,6 +101742,22 @@ video { margin-left: 8rem; } + .md\:mt-36 { + margin-top: 9rem; + } + + .md\:mr-36 { + margin-right: 9rem; + } + + .md\:mb-36 { + margin-bottom: 9rem; + } + + .md\:ml-36 { + margin-left: 9rem; + } + .md\:mt-40 { margin-top: 10rem; } @@ -65426,6 +101774,22 @@ video { margin-left: 10rem; } + .md\:mt-44 { + margin-top: 11rem; + } + + .md\:mr-44 { + margin-right: 11rem; + } + + .md\:mb-44 { + margin-bottom: 11rem; + } + + .md\:ml-44 { + margin-left: 11rem; + } + .md\:mt-48 { margin-top: 12rem; } @@ -65442,6 +101806,22 @@ video { margin-left: 12rem; } + .md\:mt-52 { + margin-top: 13rem; + } + + .md\:mr-52 { + margin-right: 13rem; + } + + .md\:mb-52 { + margin-bottom: 13rem; + } + + .md\:ml-52 { + margin-left: 13rem; + } + .md\:mt-56 { margin-top: 14rem; } @@ -65458,6 +101838,22 @@ video { margin-left: 14rem; } + .md\:mt-60 { + margin-top: 15rem; + } + + .md\:mr-60 { + margin-right: 15rem; + } + + .md\:mb-60 { + margin-bottom: 15rem; + } + + .md\:ml-60 { + margin-left: 15rem; + } + .md\:mt-64 { margin-top: 16rem; } @@ -65474,6 +101870,54 @@ video { margin-left: 16rem; } + .md\:mt-72 { + margin-top: 18rem; + } + + .md\:mr-72 { + margin-right: 18rem; + } + + .md\:mb-72 { + margin-bottom: 18rem; + } + + .md\:ml-72 { + margin-left: 18rem; + } + + .md\:mt-80 { + margin-top: 20rem; + } + + .md\:mr-80 { + margin-right: 20rem; + } + + .md\:mb-80 { + margin-bottom: 20rem; + } + + .md\:ml-80 { + margin-left: 20rem; + } + + .md\:mt-96 { + margin-top: 24rem; + } + + .md\:mr-96 { + margin-right: 24rem; + } + + .md\:mb-96 { + margin-bottom: 24rem; + } + + .md\:ml-96 { + margin-left: 24rem; + } + .md\:mt-auto { margin-top: auto; } @@ -65506,6 +101950,742 @@ video { margin-left: 1px; } + .md\:mt-0\.5 { + margin-top: 0.125rem; + } + + .md\:mr-0\.5 { + margin-right: 0.125rem; + } + + .md\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .md\:ml-0\.5 { + margin-left: 0.125rem; + } + + .md\:mt-1\.5 { + margin-top: 0.375rem; + } + + .md\:mr-1\.5 { + margin-right: 0.375rem; + } + + .md\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .md\:ml-1\.5 { + margin-left: 0.375rem; + } + + .md\:mt-2\.5 { + margin-top: 0.625rem; + } + + .md\:mr-2\.5 { + margin-right: 0.625rem; + } + + .md\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .md\:ml-2\.5 { + margin-left: 0.625rem; + } + + .md\:mt-3\.5 { + margin-top: 0.875rem; + } + + .md\:mr-3\.5 { + margin-right: 0.875rem; + } + + .md\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .md\:ml-3\.5 { + margin-left: 0.875rem; + } + + .md\:mt-1\/2 { + margin-top: 50%; + } + + .md\:mr-1\/2 { + margin-right: 50%; + } + + .md\:mb-1\/2 { + margin-bottom: 50%; + } + + .md\:ml-1\/2 { + margin-left: 50%; + } + + .md\:mt-1\/3 { + margin-top: 33.333333%; + } + + .md\:mr-1\/3 { + margin-right: 33.333333%; + } + + .md\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .md\:ml-1\/3 { + margin-left: 33.333333%; + } + + .md\:mt-2\/3 { + margin-top: 66.666667%; + } + + .md\:mr-2\/3 { + margin-right: 66.666667%; + } + + .md\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .md\:ml-2\/3 { + margin-left: 66.666667%; + } + + .md\:mt-1\/4 { + margin-top: 25%; + } + + .md\:mr-1\/4 { + margin-right: 25%; + } + + .md\:mb-1\/4 { + margin-bottom: 25%; + } + + .md\:ml-1\/4 { + margin-left: 25%; + } + + .md\:mt-2\/4 { + margin-top: 50%; + } + + .md\:mr-2\/4 { + margin-right: 50%; + } + + .md\:mb-2\/4 { + margin-bottom: 50%; + } + + .md\:ml-2\/4 { + margin-left: 50%; + } + + .md\:mt-3\/4 { + margin-top: 75%; + } + + .md\:mr-3\/4 { + margin-right: 75%; + } + + .md\:mb-3\/4 { + margin-bottom: 75%; + } + + .md\:ml-3\/4 { + margin-left: 75%; + } + + .md\:mt-1\/5 { + margin-top: 20%; + } + + .md\:mr-1\/5 { + margin-right: 20%; + } + + .md\:mb-1\/5 { + margin-bottom: 20%; + } + + .md\:ml-1\/5 { + margin-left: 20%; + } + + .md\:mt-2\/5 { + margin-top: 40%; + } + + .md\:mr-2\/5 { + margin-right: 40%; + } + + .md\:mb-2\/5 { + margin-bottom: 40%; + } + + .md\:ml-2\/5 { + margin-left: 40%; + } + + .md\:mt-3\/5 { + margin-top: 60%; + } + + .md\:mr-3\/5 { + margin-right: 60%; + } + + .md\:mb-3\/5 { + margin-bottom: 60%; + } + + .md\:ml-3\/5 { + margin-left: 60%; + } + + .md\:mt-4\/5 { + margin-top: 80%; + } + + .md\:mr-4\/5 { + margin-right: 80%; + } + + .md\:mb-4\/5 { + margin-bottom: 80%; + } + + .md\:ml-4\/5 { + margin-left: 80%; + } + + .md\:mt-1\/6 { + margin-top: 16.666667%; + } + + .md\:mr-1\/6 { + margin-right: 16.666667%; + } + + .md\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .md\:ml-1\/6 { + margin-left: 16.666667%; + } + + .md\:mt-2\/6 { + margin-top: 33.333333%; + } + + .md\:mr-2\/6 { + margin-right: 33.333333%; + } + + .md\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .md\:ml-2\/6 { + margin-left: 33.333333%; + } + + .md\:mt-3\/6 { + margin-top: 50%; + } + + .md\:mr-3\/6 { + margin-right: 50%; + } + + .md\:mb-3\/6 { + margin-bottom: 50%; + } + + .md\:ml-3\/6 { + margin-left: 50%; + } + + .md\:mt-4\/6 { + margin-top: 66.666667%; + } + + .md\:mr-4\/6 { + margin-right: 66.666667%; + } + + .md\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .md\:ml-4\/6 { + margin-left: 66.666667%; + } + + .md\:mt-5\/6 { + margin-top: 83.333333%; + } + + .md\:mr-5\/6 { + margin-right: 83.333333%; + } + + .md\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .md\:ml-5\/6 { + margin-left: 83.333333%; + } + + .md\:mt-1\/12 { + margin-top: 8.333333%; + } + + .md\:mr-1\/12 { + margin-right: 8.333333%; + } + + .md\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .md\:ml-1\/12 { + margin-left: 8.333333%; + } + + .md\:mt-2\/12 { + margin-top: 16.666667%; + } + + .md\:mr-2\/12 { + margin-right: 16.666667%; + } + + .md\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .md\:ml-2\/12 { + margin-left: 16.666667%; + } + + .md\:mt-3\/12 { + margin-top: 25%; + } + + .md\:mr-3\/12 { + margin-right: 25%; + } + + .md\:mb-3\/12 { + margin-bottom: 25%; + } + + .md\:ml-3\/12 { + margin-left: 25%; + } + + .md\:mt-4\/12 { + margin-top: 33.333333%; + } + + .md\:mr-4\/12 { + margin-right: 33.333333%; + } + + .md\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .md\:ml-4\/12 { + margin-left: 33.333333%; + } + + .md\:mt-5\/12 { + margin-top: 41.666667%; + } + + .md\:mr-5\/12 { + margin-right: 41.666667%; + } + + .md\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .md\:ml-5\/12 { + margin-left: 41.666667%; + } + + .md\:mt-6\/12 { + margin-top: 50%; + } + + .md\:mr-6\/12 { + margin-right: 50%; + } + + .md\:mb-6\/12 { + margin-bottom: 50%; + } + + .md\:ml-6\/12 { + margin-left: 50%; + } + + .md\:mt-7\/12 { + margin-top: 58.333333%; + } + + .md\:mr-7\/12 { + margin-right: 58.333333%; + } + + .md\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .md\:ml-7\/12 { + margin-left: 58.333333%; + } + + .md\:mt-8\/12 { + margin-top: 66.666667%; + } + + .md\:mr-8\/12 { + margin-right: 66.666667%; + } + + .md\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .md\:ml-8\/12 { + margin-left: 66.666667%; + } + + .md\:mt-9\/12 { + margin-top: 75%; + } + + .md\:mr-9\/12 { + margin-right: 75%; + } + + .md\:mb-9\/12 { + margin-bottom: 75%; + } + + .md\:ml-9\/12 { + margin-left: 75%; + } + + .md\:mt-10\/12 { + margin-top: 83.333333%; + } + + .md\:mr-10\/12 { + margin-right: 83.333333%; + } + + .md\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .md\:ml-10\/12 { + margin-left: 83.333333%; + } + + .md\:mt-11\/12 { + margin-top: 91.666667%; + } + + .md\:mr-11\/12 { + margin-right: 91.666667%; + } + + .md\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .md\:ml-11\/12 { + margin-left: 91.666667%; + } + + .md\:mt-1\/16 { + margin-top: 6.25%; + } + + .md\:mr-1\/16 { + margin-right: 6.25%; + } + + .md\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .md\:ml-1\/16 { + margin-left: 6.25%; + } + + .md\:mt-2\/16 { + margin-top: 12.5%; + } + + .md\:mr-2\/16 { + margin-right: 12.5%; + } + + .md\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .md\:ml-2\/16 { + margin-left: 12.5%; + } + + .md\:mt-3\/16 { + margin-top: 18.75%; + } + + .md\:mr-3\/16 { + margin-right: 18.75%; + } + + .md\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .md\:ml-3\/16 { + margin-left: 18.75%; + } + + .md\:mt-4\/16 { + margin-top: 25%; + } + + .md\:mr-4\/16 { + margin-right: 25%; + } + + .md\:mb-4\/16 { + margin-bottom: 25%; + } + + .md\:ml-4\/16 { + margin-left: 25%; + } + + .md\:mt-5\/16 { + margin-top: 31.25%; + } + + .md\:mr-5\/16 { + margin-right: 31.25%; + } + + .md\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .md\:ml-5\/16 { + margin-left: 31.25%; + } + + .md\:mt-6\/16 { + margin-top: 37.5%; + } + + .md\:mr-6\/16 { + margin-right: 37.5%; + } + + .md\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .md\:ml-6\/16 { + margin-left: 37.5%; + } + + .md\:mt-7\/16 { + margin-top: 43.75%; + } + + .md\:mr-7\/16 { + margin-right: 43.75%; + } + + .md\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .md\:ml-7\/16 { + margin-left: 43.75%; + } + + .md\:mt-8\/16 { + margin-top: 50%; + } + + .md\:mr-8\/16 { + margin-right: 50%; + } + + .md\:mb-8\/16 { + margin-bottom: 50%; + } + + .md\:ml-8\/16 { + margin-left: 50%; + } + + .md\:mt-9\/16 { + margin-top: 56.25%; + } + + .md\:mr-9\/16 { + margin-right: 56.25%; + } + + .md\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .md\:ml-9\/16 { + margin-left: 56.25%; + } + + .md\:mt-10\/16 { + margin-top: 62.5%; + } + + .md\:mr-10\/16 { + margin-right: 62.5%; + } + + .md\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .md\:ml-10\/16 { + margin-left: 62.5%; + } + + .md\:mt-11\/16 { + margin-top: 68.75%; + } + + .md\:mr-11\/16 { + margin-right: 68.75%; + } + + .md\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .md\:ml-11\/16 { + margin-left: 68.75%; + } + + .md\:mt-12\/16 { + margin-top: 75%; + } + + .md\:mr-12\/16 { + margin-right: 75%; + } + + .md\:mb-12\/16 { + margin-bottom: 75%; + } + + .md\:ml-12\/16 { + margin-left: 75%; + } + + .md\:mt-13\/16 { + margin-top: 81.25%; + } + + .md\:mr-13\/16 { + margin-right: 81.25%; + } + + .md\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .md\:ml-13\/16 { + margin-left: 81.25%; + } + + .md\:mt-14\/16 { + margin-top: 87.5%; + } + + .md\:mr-14\/16 { + margin-right: 87.5%; + } + + .md\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .md\:ml-14\/16 { + margin-left: 87.5%; + } + + .md\:mt-15\/16 { + margin-top: 93.75%; + } + + .md\:mr-15\/16 { + margin-right: 93.75%; + } + + .md\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .md\:ml-15\/16 { + margin-left: 93.75%; + } + + .md\:mt-full { + margin-top: 100%; + } + + .md\:mr-full { + margin-right: 100%; + } + + .md\:mb-full { + margin-bottom: 100%; + } + + .md\:ml-full { + margin-left: 100%; + } + .md\:-mt-1 { margin-top: -0.25rem; } @@ -65602,6 +102782,22 @@ video { margin-left: -1.5rem; } + .md\:-mt-7 { + margin-top: -1.75rem; + } + + .md\:-mr-7 { + margin-right: -1.75rem; + } + + .md\:-mb-7 { + margin-bottom: -1.75rem; + } + + .md\:-ml-7 { + margin-left: -1.75rem; + } + .md\:-mt-8 { margin-top: -2rem; } @@ -65618,6 +102814,22 @@ video { margin-left: -2rem; } + .md\:-mt-9 { + margin-top: -2.25rem; + } + + .md\:-mr-9 { + margin-right: -2.25rem; + } + + .md\:-mb-9 { + margin-bottom: -2.25rem; + } + + .md\:-ml-9 { + margin-left: -2.25rem; + } + .md\:-mt-10 { margin-top: -2.5rem; } @@ -65634,6 +102846,22 @@ video { margin-left: -2.5rem; } + .md\:-mt-11 { + margin-top: -2.75rem; + } + + .md\:-mr-11 { + margin-right: -2.75rem; + } + + .md\:-mb-11 { + margin-bottom: -2.75rem; + } + + .md\:-ml-11 { + margin-left: -2.75rem; + } + .md\:-mt-12 { margin-top: -3rem; } @@ -65650,6 +102878,54 @@ video { margin-left: -3rem; } + .md\:-mt-13 { + margin-top: -3.25rem; + } + + .md\:-mr-13 { + margin-right: -3.25rem; + } + + .md\:-mb-13 { + margin-bottom: -3.25rem; + } + + .md\:-ml-13 { + margin-left: -3.25rem; + } + + .md\:-mt-14 { + margin-top: -3.5rem; + } + + .md\:-mr-14 { + margin-right: -3.5rem; + } + + .md\:-mb-14 { + margin-bottom: -3.5rem; + } + + .md\:-ml-14 { + margin-left: -3.5rem; + } + + .md\:-mt-15 { + margin-top: -3.75rem; + } + + .md\:-mr-15 { + margin-right: -3.75rem; + } + + .md\:-mb-15 { + margin-bottom: -3.75rem; + } + + .md\:-ml-15 { + margin-left: -3.75rem; + } + .md\:-mt-16 { margin-top: -4rem; } @@ -65698,6 +102974,22 @@ video { margin-left: -6rem; } + .md\:-mt-28 { + margin-top: -7rem; + } + + .md\:-mr-28 { + margin-right: -7rem; + } + + .md\:-mb-28 { + margin-bottom: -7rem; + } + + .md\:-ml-28 { + margin-left: -7rem; + } + .md\:-mt-32 { margin-top: -8rem; } @@ -65714,6 +103006,22 @@ video { margin-left: -8rem; } + .md\:-mt-36 { + margin-top: -9rem; + } + + .md\:-mr-36 { + margin-right: -9rem; + } + + .md\:-mb-36 { + margin-bottom: -9rem; + } + + .md\:-ml-36 { + margin-left: -9rem; + } + .md\:-mt-40 { margin-top: -10rem; } @@ -65730,6 +103038,22 @@ video { margin-left: -10rem; } + .md\:-mt-44 { + margin-top: -11rem; + } + + .md\:-mr-44 { + margin-right: -11rem; + } + + .md\:-mb-44 { + margin-bottom: -11rem; + } + + .md\:-ml-44 { + margin-left: -11rem; + } + .md\:-mt-48 { margin-top: -12rem; } @@ -65746,6 +103070,22 @@ video { margin-left: -12rem; } + .md\:-mt-52 { + margin-top: -13rem; + } + + .md\:-mr-52 { + margin-right: -13rem; + } + + .md\:-mb-52 { + margin-bottom: -13rem; + } + + .md\:-ml-52 { + margin-left: -13rem; + } + .md\:-mt-56 { margin-top: -14rem; } @@ -65762,6 +103102,22 @@ video { margin-left: -14rem; } + .md\:-mt-60 { + margin-top: -15rem; + } + + .md\:-mr-60 { + margin-right: -15rem; + } + + .md\:-mb-60 { + margin-bottom: -15rem; + } + + .md\:-ml-60 { + margin-left: -15rem; + } + .md\:-mt-64 { margin-top: -16rem; } @@ -65778,6 +103134,54 @@ video { margin-left: -16rem; } + .md\:-mt-72 { + margin-top: -18rem; + } + + .md\:-mr-72 { + margin-right: -18rem; + } + + .md\:-mb-72 { + margin-bottom: -18rem; + } + + .md\:-ml-72 { + margin-left: -18rem; + } + + .md\:-mt-80 { + margin-top: -20rem; + } + + .md\:-mr-80 { + margin-right: -20rem; + } + + .md\:-mb-80 { + margin-bottom: -20rem; + } + + .md\:-ml-80 { + margin-left: -20rem; + } + + .md\:-mt-96 { + margin-top: -24rem; + } + + .md\:-mr-96 { + margin-right: -24rem; + } + + .md\:-mb-96 { + margin-bottom: -24rem; + } + + .md\:-ml-96 { + margin-left: -24rem; + } + .md\:-mt-px { margin-top: -1px; } @@ -65794,14 +103198,1066 @@ video { margin-left: -1px; } - .md\:max-h-full { - max-height: 100%; + .md\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .md\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .md\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .md\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .md\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .md\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .md\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .md\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .md\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .md\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .md\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .md\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .md\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .md\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .md\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .md\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .md\:-mt-1\/2 { + margin-top: -50%; + } + + .md\:-mr-1\/2 { + margin-right: -50%; + } + + .md\:-mb-1\/2 { + margin-bottom: -50%; + } + + .md\:-ml-1\/2 { + margin-left: -50%; + } + + .md\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .md\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .md\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .md\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .md\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .md\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .md\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .md\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .md\:-mt-1\/4 { + margin-top: -25%; + } + + .md\:-mr-1\/4 { + margin-right: -25%; + } + + .md\:-mb-1\/4 { + margin-bottom: -25%; + } + + .md\:-ml-1\/4 { + margin-left: -25%; + } + + .md\:-mt-2\/4 { + margin-top: -50%; + } + + .md\:-mr-2\/4 { + margin-right: -50%; + } + + .md\:-mb-2\/4 { + margin-bottom: -50%; + } + + .md\:-ml-2\/4 { + margin-left: -50%; + } + + .md\:-mt-3\/4 { + margin-top: -75%; + } + + .md\:-mr-3\/4 { + margin-right: -75%; + } + + .md\:-mb-3\/4 { + margin-bottom: -75%; + } + + .md\:-ml-3\/4 { + margin-left: -75%; + } + + .md\:-mt-1\/5 { + margin-top: -20%; + } + + .md\:-mr-1\/5 { + margin-right: -20%; + } + + .md\:-mb-1\/5 { + margin-bottom: -20%; + } + + .md\:-ml-1\/5 { + margin-left: -20%; + } + + .md\:-mt-2\/5 { + margin-top: -40%; + } + + .md\:-mr-2\/5 { + margin-right: -40%; + } + + .md\:-mb-2\/5 { + margin-bottom: -40%; + } + + .md\:-ml-2\/5 { + margin-left: -40%; + } + + .md\:-mt-3\/5 { + margin-top: -60%; + } + + .md\:-mr-3\/5 { + margin-right: -60%; + } + + .md\:-mb-3\/5 { + margin-bottom: -60%; + } + + .md\:-ml-3\/5 { + margin-left: -60%; + } + + .md\:-mt-4\/5 { + margin-top: -80%; + } + + .md\:-mr-4\/5 { + margin-right: -80%; + } + + .md\:-mb-4\/5 { + margin-bottom: -80%; + } + + .md\:-ml-4\/5 { + margin-left: -80%; + } + + .md\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .md\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .md\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .md\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .md\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .md\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .md\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .md\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .md\:-mt-3\/6 { + margin-top: -50%; + } + + .md\:-mr-3\/6 { + margin-right: -50%; + } + + .md\:-mb-3\/6 { + margin-bottom: -50%; + } + + .md\:-ml-3\/6 { + margin-left: -50%; + } + + .md\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .md\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .md\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .md\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .md\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .md\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .md\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .md\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .md\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .md\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .md\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .md\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .md\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .md\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .md\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .md\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .md\:-mt-3\/12 { + margin-top: -25%; + } + + .md\:-mr-3\/12 { + margin-right: -25%; + } + + .md\:-mb-3\/12 { + margin-bottom: -25%; + } + + .md\:-ml-3\/12 { + margin-left: -25%; + } + + .md\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .md\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .md\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .md\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .md\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .md\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .md\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .md\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .md\:-mt-6\/12 { + margin-top: -50%; + } + + .md\:-mr-6\/12 { + margin-right: -50%; + } + + .md\:-mb-6\/12 { + margin-bottom: -50%; + } + + .md\:-ml-6\/12 { + margin-left: -50%; + } + + .md\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .md\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .md\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .md\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .md\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .md\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .md\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .md\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .md\:-mt-9\/12 { + margin-top: -75%; + } + + .md\:-mr-9\/12 { + margin-right: -75%; + } + + .md\:-mb-9\/12 { + margin-bottom: -75%; + } + + .md\:-ml-9\/12 { + margin-left: -75%; + } + + .md\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .md\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .md\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .md\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .md\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .md\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .md\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .md\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .md\:-mt-1\/16 { + margin-top: -6.25%; + } + + .md\:-mr-1\/16 { + margin-right: -6.25%; + } + + .md\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .md\:-ml-1\/16 { + margin-left: -6.25%; + } + + .md\:-mt-2\/16 { + margin-top: -12.5%; + } + + .md\:-mr-2\/16 { + margin-right: -12.5%; + } + + .md\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .md\:-ml-2\/16 { + margin-left: -12.5%; + } + + .md\:-mt-3\/16 { + margin-top: -18.75%; + } + + .md\:-mr-3\/16 { + margin-right: -18.75%; + } + + .md\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .md\:-ml-3\/16 { + margin-left: -18.75%; + } + + .md\:-mt-4\/16 { + margin-top: -25%; + } + + .md\:-mr-4\/16 { + margin-right: -25%; + } + + .md\:-mb-4\/16 { + margin-bottom: -25%; + } + + .md\:-ml-4\/16 { + margin-left: -25%; + } + + .md\:-mt-5\/16 { + margin-top: -31.25%; + } + + .md\:-mr-5\/16 { + margin-right: -31.25%; + } + + .md\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .md\:-ml-5\/16 { + margin-left: -31.25%; + } + + .md\:-mt-6\/16 { + margin-top: -37.5%; + } + + .md\:-mr-6\/16 { + margin-right: -37.5%; + } + + .md\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .md\:-ml-6\/16 { + margin-left: -37.5%; + } + + .md\:-mt-7\/16 { + margin-top: -43.75%; + } + + .md\:-mr-7\/16 { + margin-right: -43.75%; + } + + .md\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .md\:-ml-7\/16 { + margin-left: -43.75%; + } + + .md\:-mt-8\/16 { + margin-top: -50%; + } + + .md\:-mr-8\/16 { + margin-right: -50%; + } + + .md\:-mb-8\/16 { + margin-bottom: -50%; + } + + .md\:-ml-8\/16 { + margin-left: -50%; + } + + .md\:-mt-9\/16 { + margin-top: -56.25%; + } + + .md\:-mr-9\/16 { + margin-right: -56.25%; + } + + .md\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .md\:-ml-9\/16 { + margin-left: -56.25%; + } + + .md\:-mt-10\/16 { + margin-top: -62.5%; + } + + .md\:-mr-10\/16 { + margin-right: -62.5%; + } + + .md\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .md\:-ml-10\/16 { + margin-left: -62.5%; + } + + .md\:-mt-11\/16 { + margin-top: -68.75%; + } + + .md\:-mr-11\/16 { + margin-right: -68.75%; + } + + .md\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .md\:-ml-11\/16 { + margin-left: -68.75%; + } + + .md\:-mt-12\/16 { + margin-top: -75%; + } + + .md\:-mr-12\/16 { + margin-right: -75%; + } + + .md\:-mb-12\/16 { + margin-bottom: -75%; + } + + .md\:-ml-12\/16 { + margin-left: -75%; + } + + .md\:-mt-13\/16 { + margin-top: -81.25%; + } + + .md\:-mr-13\/16 { + margin-right: -81.25%; + } + + .md\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .md\:-ml-13\/16 { + margin-left: -81.25%; + } + + .md\:-mt-14\/16 { + margin-top: -87.5%; + } + + .md\:-mr-14\/16 { + margin-right: -87.5%; + } + + .md\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .md\:-ml-14\/16 { + margin-left: -87.5%; + } + + .md\:-mt-15\/16 { + margin-top: -93.75%; + } + + .md\:-mr-15\/16 { + margin-right: -93.75%; + } + + .md\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .md\:-ml-15\/16 { + margin-left: -93.75%; + } + + .md\:-mt-full { + margin-top: -100%; + } + + .md\:-mr-full { + margin-right: -100%; + } + + .md\:-mb-full { + margin-bottom: -100%; + } + + .md\:-ml-full { + margin-left: -100%; + } + + .md\:max-h-0 { + max-height: 0; + } + + .md\:max-h-1 { + max-height: 0.25rem; + } + + .md\:max-h-2 { + max-height: 0.5rem; + } + + .md\:max-h-3 { + max-height: 0.75rem; + } + + .md\:max-h-4 { + max-height: 1rem; + } + + .md\:max-h-5 { + max-height: 1.25rem; + } + + .md\:max-h-6 { + max-height: 1.5rem; + } + + .md\:max-h-7 { + max-height: 1.75rem; + } + + .md\:max-h-8 { + max-height: 2rem; + } + + .md\:max-h-9 { + max-height: 2.25rem; + } + + .md\:max-h-10 { + max-height: 2.5rem; + } + + .md\:max-h-11 { + max-height: 2.75rem; + } + + .md\:max-h-12 { + max-height: 3rem; + } + + .md\:max-h-13 { + max-height: 3.25rem; + } + + .md\:max-h-14 { + max-height: 3.5rem; + } + + .md\:max-h-15 { + max-height: 3.75rem; + } + + .md\:max-h-16 { + max-height: 4rem; + } + + .md\:max-h-20 { + max-height: 5rem; + } + + .md\:max-h-24 { + max-height: 6rem; + } + + .md\:max-h-28 { + max-height: 7rem; + } + + .md\:max-h-32 { + max-height: 8rem; + } + + .md\:max-h-36 { + max-height: 9rem; + } + + .md\:max-h-40 { + max-height: 10rem; + } + + .md\:max-h-44 { + max-height: 11rem; + } + + .md\:max-h-48 { + max-height: 12rem; + } + + .md\:max-h-52 { + max-height: 13rem; + } + + .md\:max-h-56 { + max-height: 14rem; + } + + .md\:max-h-60 { + max-height: 15rem; + } + + .md\:max-h-64 { + max-height: 16rem; + } + + .md\:max-h-72 { + max-height: 18rem; + } + + .md\:max-h-80 { + max-height: 20rem; + } + + .md\:max-h-96 { + max-height: 24rem; } .md\:max-h-screen { max-height: 100vh; } + .md\:max-h-px { + max-height: 1px; + } + + .md\:max-h-0\.5 { + max-height: 0.125rem; + } + + .md\:max-h-1\.5 { + max-height: 0.375rem; + } + + .md\:max-h-2\.5 { + max-height: 0.625rem; + } + + .md\:max-h-3\.5 { + max-height: 0.875rem; + } + + .md\:max-h-1\/2 { + max-height: 50%; + } + + .md\:max-h-1\/3 { + max-height: 33.333333%; + } + + .md\:max-h-2\/3 { + max-height: 66.666667%; + } + + .md\:max-h-1\/4 { + max-height: 25%; + } + + .md\:max-h-2\/4 { + max-height: 50%; + } + + .md\:max-h-3\/4 { + max-height: 75%; + } + + .md\:max-h-1\/5 { + max-height: 20%; + } + + .md\:max-h-2\/5 { + max-height: 40%; + } + + .md\:max-h-3\/5 { + max-height: 60%; + } + + .md\:max-h-4\/5 { + max-height: 80%; + } + + .md\:max-h-1\/6 { + max-height: 16.666667%; + } + + .md\:max-h-2\/6 { + max-height: 33.333333%; + } + + .md\:max-h-3\/6 { + max-height: 50%; + } + + .md\:max-h-4\/6 { + max-height: 66.666667%; + } + + .md\:max-h-5\/6 { + max-height: 83.333333%; + } + + .md\:max-h-1\/12 { + max-height: 8.333333%; + } + + .md\:max-h-2\/12 { + max-height: 16.666667%; + } + + .md\:max-h-3\/12 { + max-height: 25%; + } + + .md\:max-h-4\/12 { + max-height: 33.333333%; + } + + .md\:max-h-5\/12 { + max-height: 41.666667%; + } + + .md\:max-h-6\/12 { + max-height: 50%; + } + + .md\:max-h-7\/12 { + max-height: 58.333333%; + } + + .md\:max-h-8\/12 { + max-height: 66.666667%; + } + + .md\:max-h-9\/12 { + max-height: 75%; + } + + .md\:max-h-10\/12 { + max-height: 83.333333%; + } + + .md\:max-h-11\/12 { + max-height: 91.666667%; + } + + .md\:max-h-1\/16 { + max-height: 6.25%; + } + + .md\:max-h-2\/16 { + max-height: 12.5%; + } + + .md\:max-h-3\/16 { + max-height: 18.75%; + } + + .md\:max-h-4\/16 { + max-height: 25%; + } + + .md\:max-h-5\/16 { + max-height: 31.25%; + } + + .md\:max-h-6\/16 { + max-height: 37.5%; + } + + .md\:max-h-7\/16 { + max-height: 43.75%; + } + + .md\:max-h-8\/16 { + max-height: 50%; + } + + .md\:max-h-9\/16 { + max-height: 56.25%; + } + + .md\:max-h-10\/16 { + max-height: 62.5%; + } + + .md\:max-h-11\/16 { + max-height: 68.75%; + } + + .md\:max-h-12\/16 { + max-height: 75%; + } + + .md\:max-h-13\/16 { + max-height: 81.25%; + } + + .md\:max-h-14\/16 { + max-height: 87.5%; + } + + .md\:max-h-15\/16 { + max-height: 93.75%; + } + + .md\:max-h-full { + max-height: 100%; + } + + .md\:max-w-0 { + max-width: 0rem; + } + .md\:max-w-none { max-width: none; } @@ -65846,10 +104302,22 @@ video { max-width: 72rem; } + .md\:max-w-7xl { + max-width: 80rem; + } + .md\:max-w-full { max-width: 100%; } + .md\:max-w-min { + max-width: min-content; + } + + .md\:max-w-max { + max-width: max-content; + } + .md\:max-w-screen-sm { max-width: 640px; } @@ -65886,6 +104354,14 @@ video { min-width: 100%; } + .md\:min-w-min { + min-width: min-content; + } + + .md\:min-w-max { + min-width: max-content; + } + .md\:object-contain { object-fit: contain; } @@ -66144,18 +104620,42 @@ video { padding: 1.5rem; } + .md\:p-7 { + padding: 1.75rem; + } + .md\:p-8 { padding: 2rem; } + .md\:p-9 { + padding: 2.25rem; + } + .md\:p-10 { padding: 2.5rem; } + .md\:p-11 { + padding: 2.75rem; + } + .md\:p-12 { padding: 3rem; } + .md\:p-13 { + padding: 3.25rem; + } + + .md\:p-14 { + padding: 3.5rem; + } + + .md\:p-15 { + padding: 3.75rem; + } + .md\:p-16 { padding: 4rem; } @@ -66168,30 +104668,246 @@ video { padding: 6rem; } + .md\:p-28 { + padding: 7rem; + } + .md\:p-32 { padding: 8rem; } + .md\:p-36 { + padding: 9rem; + } + .md\:p-40 { padding: 10rem; } + .md\:p-44 { + padding: 11rem; + } + .md\:p-48 { padding: 12rem; } + .md\:p-52 { + padding: 13rem; + } + .md\:p-56 { padding: 14rem; } + .md\:p-60 { + padding: 15rem; + } + .md\:p-64 { padding: 16rem; } + .md\:p-72 { + padding: 18rem; + } + + .md\:p-80 { + padding: 20rem; + } + + .md\:p-96 { + padding: 24rem; + } + .md\:p-px { padding: 1px; } + .md\:p-0\.5 { + padding: 0.125rem; + } + + .md\:p-1\.5 { + padding: 0.375rem; + } + + .md\:p-2\.5 { + padding: 0.625rem; + } + + .md\:p-3\.5 { + padding: 0.875rem; + } + + .md\:p-1\/2 { + padding: 50%; + } + + .md\:p-1\/3 { + padding: 33.333333%; + } + + .md\:p-2\/3 { + padding: 66.666667%; + } + + .md\:p-1\/4 { + padding: 25%; + } + + .md\:p-2\/4 { + padding: 50%; + } + + .md\:p-3\/4 { + padding: 75%; + } + + .md\:p-1\/5 { + padding: 20%; + } + + .md\:p-2\/5 { + padding: 40%; + } + + .md\:p-3\/5 { + padding: 60%; + } + + .md\:p-4\/5 { + padding: 80%; + } + + .md\:p-1\/6 { + padding: 16.666667%; + } + + .md\:p-2\/6 { + padding: 33.333333%; + } + + .md\:p-3\/6 { + padding: 50%; + } + + .md\:p-4\/6 { + padding: 66.666667%; + } + + .md\:p-5\/6 { + padding: 83.333333%; + } + + .md\:p-1\/12 { + padding: 8.333333%; + } + + .md\:p-2\/12 { + padding: 16.666667%; + } + + .md\:p-3\/12 { + padding: 25%; + } + + .md\:p-4\/12 { + padding: 33.333333%; + } + + .md\:p-5\/12 { + padding: 41.666667%; + } + + .md\:p-6\/12 { + padding: 50%; + } + + .md\:p-7\/12 { + padding: 58.333333%; + } + + .md\:p-8\/12 { + padding: 66.666667%; + } + + .md\:p-9\/12 { + padding: 75%; + } + + .md\:p-10\/12 { + padding: 83.333333%; + } + + .md\:p-11\/12 { + padding: 91.666667%; + } + + .md\:p-1\/16 { + padding: 6.25%; + } + + .md\:p-2\/16 { + padding: 12.5%; + } + + .md\:p-3\/16 { + padding: 18.75%; + } + + .md\:p-4\/16 { + padding: 25%; + } + + .md\:p-5\/16 { + padding: 31.25%; + } + + .md\:p-6\/16 { + padding: 37.5%; + } + + .md\:p-7\/16 { + padding: 43.75%; + } + + .md\:p-8\/16 { + padding: 50%; + } + + .md\:p-9\/16 { + padding: 56.25%; + } + + .md\:p-10\/16 { + padding: 62.5%; + } + + .md\:p-11\/16 { + padding: 68.75%; + } + + .md\:p-12\/16 { + padding: 75%; + } + + .md\:p-13\/16 { + padding: 81.25%; + } + + .md\:p-14\/16 { + padding: 87.5%; + } + + .md\:p-15\/16 { + padding: 93.75%; + } + + .md\:p-full { + padding: 100%; + } + .md\:py-0 { padding-top: 0; padding-bottom: 0; @@ -66262,6 +104978,16 @@ video { padding-right: 1.5rem; } + .md\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .md\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .md\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -66272,6 +104998,16 @@ video { padding-right: 2rem; } + .md\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .md\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .md\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -66282,6 +105018,16 @@ video { padding-right: 2.5rem; } + .md\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .md\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -66292,6 +105038,36 @@ video { padding-right: 3rem; } + .md\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .md\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .md\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .md\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .md\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .md\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -66322,6 +105098,16 @@ video { padding-right: 6rem; } + .md\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .md\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -66332,6 +105118,16 @@ video { padding-right: 8rem; } + .md\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .md\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .md\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -66342,6 +105138,16 @@ video { padding-right: 10rem; } + .md\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .md\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .md\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -66352,6 +105158,16 @@ video { padding-right: 12rem; } + .md\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .md\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .md\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -66362,6 +105178,16 @@ video { padding-right: 14rem; } + .md\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .md\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .md\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -66372,6 +105198,36 @@ video { padding-right: 16rem; } + .md\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .md\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .md\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .md\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .md\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .md\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .md\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -66382,6 +105238,466 @@ video { padding-right: 1px; } + .md\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .md\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .md\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .md\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .md\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .md\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .md\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .md\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .md\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .md\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .md\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .md\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .md\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .md\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .md\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .md\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .md\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .md\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .md\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .md\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .md\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .md\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .md\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .md\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .md\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .md\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .md\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .md\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .md\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .md\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .md\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .md\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .md\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .md\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .md\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .md\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .md\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .md\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .md\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .md\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .md\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .md\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .md\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .md\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .md\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .md\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .md\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .md\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .md\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .md\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .md\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .md\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .md\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .md\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .md\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .md\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .md\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .md\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .md\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .md\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .md\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .md\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .md\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .md\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .md\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .md\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .md\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .md\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .md\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .md\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .md\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .md\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .md\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .md\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .md\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .md\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .md\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .md\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .md\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .md\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .md\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .md\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .md\:pt-0 { padding-top: 0; } @@ -66494,6 +105810,22 @@ video { padding-left: 1.5rem; } + .md\:pt-7 { + padding-top: 1.75rem; + } + + .md\:pr-7 { + padding-right: 1.75rem; + } + + .md\:pb-7 { + padding-bottom: 1.75rem; + } + + .md\:pl-7 { + padding-left: 1.75rem; + } + .md\:pt-8 { padding-top: 2rem; } @@ -66510,6 +105842,22 @@ video { padding-left: 2rem; } + .md\:pt-9 { + padding-top: 2.25rem; + } + + .md\:pr-9 { + padding-right: 2.25rem; + } + + .md\:pb-9 { + padding-bottom: 2.25rem; + } + + .md\:pl-9 { + padding-left: 2.25rem; + } + .md\:pt-10 { padding-top: 2.5rem; } @@ -66526,6 +105874,22 @@ video { padding-left: 2.5rem; } + .md\:pt-11 { + padding-top: 2.75rem; + } + + .md\:pr-11 { + padding-right: 2.75rem; + } + + .md\:pb-11 { + padding-bottom: 2.75rem; + } + + .md\:pl-11 { + padding-left: 2.75rem; + } + .md\:pt-12 { padding-top: 3rem; } @@ -66542,6 +105906,54 @@ video { padding-left: 3rem; } + .md\:pt-13 { + padding-top: 3.25rem; + } + + .md\:pr-13 { + padding-right: 3.25rem; + } + + .md\:pb-13 { + padding-bottom: 3.25rem; + } + + .md\:pl-13 { + padding-left: 3.25rem; + } + + .md\:pt-14 { + padding-top: 3.5rem; + } + + .md\:pr-14 { + padding-right: 3.5rem; + } + + .md\:pb-14 { + padding-bottom: 3.5rem; + } + + .md\:pl-14 { + padding-left: 3.5rem; + } + + .md\:pt-15 { + padding-top: 3.75rem; + } + + .md\:pr-15 { + padding-right: 3.75rem; + } + + .md\:pb-15 { + padding-bottom: 3.75rem; + } + + .md\:pl-15 { + padding-left: 3.75rem; + } + .md\:pt-16 { padding-top: 4rem; } @@ -66590,6 +106002,22 @@ video { padding-left: 6rem; } + .md\:pt-28 { + padding-top: 7rem; + } + + .md\:pr-28 { + padding-right: 7rem; + } + + .md\:pb-28 { + padding-bottom: 7rem; + } + + .md\:pl-28 { + padding-left: 7rem; + } + .md\:pt-32 { padding-top: 8rem; } @@ -66606,6 +106034,22 @@ video { padding-left: 8rem; } + .md\:pt-36 { + padding-top: 9rem; + } + + .md\:pr-36 { + padding-right: 9rem; + } + + .md\:pb-36 { + padding-bottom: 9rem; + } + + .md\:pl-36 { + padding-left: 9rem; + } + .md\:pt-40 { padding-top: 10rem; } @@ -66622,6 +106066,22 @@ video { padding-left: 10rem; } + .md\:pt-44 { + padding-top: 11rem; + } + + .md\:pr-44 { + padding-right: 11rem; + } + + .md\:pb-44 { + padding-bottom: 11rem; + } + + .md\:pl-44 { + padding-left: 11rem; + } + .md\:pt-48 { padding-top: 12rem; } @@ -66638,6 +106098,22 @@ video { padding-left: 12rem; } + .md\:pt-52 { + padding-top: 13rem; + } + + .md\:pr-52 { + padding-right: 13rem; + } + + .md\:pb-52 { + padding-bottom: 13rem; + } + + .md\:pl-52 { + padding-left: 13rem; + } + .md\:pt-56 { padding-top: 14rem; } @@ -66654,6 +106130,22 @@ video { padding-left: 14rem; } + .md\:pt-60 { + padding-top: 15rem; + } + + .md\:pr-60 { + padding-right: 15rem; + } + + .md\:pb-60 { + padding-bottom: 15rem; + } + + .md\:pl-60 { + padding-left: 15rem; + } + .md\:pt-64 { padding-top: 16rem; } @@ -66670,6 +106162,54 @@ video { padding-left: 16rem; } + .md\:pt-72 { + padding-top: 18rem; + } + + .md\:pr-72 { + padding-right: 18rem; + } + + .md\:pb-72 { + padding-bottom: 18rem; + } + + .md\:pl-72 { + padding-left: 18rem; + } + + .md\:pt-80 { + padding-top: 20rem; + } + + .md\:pr-80 { + padding-right: 20rem; + } + + .md\:pb-80 { + padding-bottom: 20rem; + } + + .md\:pl-80 { + padding-left: 20rem; + } + + .md\:pt-96 { + padding-top: 24rem; + } + + .md\:pr-96 { + padding-right: 24rem; + } + + .md\:pb-96 { + padding-bottom: 24rem; + } + + .md\:pl-96 { + padding-left: 24rem; + } + .md\:pt-px { padding-top: 1px; } @@ -66686,6 +106226,742 @@ video { padding-left: 1px; } + .md\:pt-0\.5 { + padding-top: 0.125rem; + } + + .md\:pr-0\.5 { + padding-right: 0.125rem; + } + + .md\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .md\:pl-0\.5 { + padding-left: 0.125rem; + } + + .md\:pt-1\.5 { + padding-top: 0.375rem; + } + + .md\:pr-1\.5 { + padding-right: 0.375rem; + } + + .md\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .md\:pl-1\.5 { + padding-left: 0.375rem; + } + + .md\:pt-2\.5 { + padding-top: 0.625rem; + } + + .md\:pr-2\.5 { + padding-right: 0.625rem; + } + + .md\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .md\:pl-2\.5 { + padding-left: 0.625rem; + } + + .md\:pt-3\.5 { + padding-top: 0.875rem; + } + + .md\:pr-3\.5 { + padding-right: 0.875rem; + } + + .md\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .md\:pl-3\.5 { + padding-left: 0.875rem; + } + + .md\:pt-1\/2 { + padding-top: 50%; + } + + .md\:pr-1\/2 { + padding-right: 50%; + } + + .md\:pb-1\/2 { + padding-bottom: 50%; + } + + .md\:pl-1\/2 { + padding-left: 50%; + } + + .md\:pt-1\/3 { + padding-top: 33.333333%; + } + + .md\:pr-1\/3 { + padding-right: 33.333333%; + } + + .md\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .md\:pl-1\/3 { + padding-left: 33.333333%; + } + + .md\:pt-2\/3 { + padding-top: 66.666667%; + } + + .md\:pr-2\/3 { + padding-right: 66.666667%; + } + + .md\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .md\:pl-2\/3 { + padding-left: 66.666667%; + } + + .md\:pt-1\/4 { + padding-top: 25%; + } + + .md\:pr-1\/4 { + padding-right: 25%; + } + + .md\:pb-1\/4 { + padding-bottom: 25%; + } + + .md\:pl-1\/4 { + padding-left: 25%; + } + + .md\:pt-2\/4 { + padding-top: 50%; + } + + .md\:pr-2\/4 { + padding-right: 50%; + } + + .md\:pb-2\/4 { + padding-bottom: 50%; + } + + .md\:pl-2\/4 { + padding-left: 50%; + } + + .md\:pt-3\/4 { + padding-top: 75%; + } + + .md\:pr-3\/4 { + padding-right: 75%; + } + + .md\:pb-3\/4 { + padding-bottom: 75%; + } + + .md\:pl-3\/4 { + padding-left: 75%; + } + + .md\:pt-1\/5 { + padding-top: 20%; + } + + .md\:pr-1\/5 { + padding-right: 20%; + } + + .md\:pb-1\/5 { + padding-bottom: 20%; + } + + .md\:pl-1\/5 { + padding-left: 20%; + } + + .md\:pt-2\/5 { + padding-top: 40%; + } + + .md\:pr-2\/5 { + padding-right: 40%; + } + + .md\:pb-2\/5 { + padding-bottom: 40%; + } + + .md\:pl-2\/5 { + padding-left: 40%; + } + + .md\:pt-3\/5 { + padding-top: 60%; + } + + .md\:pr-3\/5 { + padding-right: 60%; + } + + .md\:pb-3\/5 { + padding-bottom: 60%; + } + + .md\:pl-3\/5 { + padding-left: 60%; + } + + .md\:pt-4\/5 { + padding-top: 80%; + } + + .md\:pr-4\/5 { + padding-right: 80%; + } + + .md\:pb-4\/5 { + padding-bottom: 80%; + } + + .md\:pl-4\/5 { + padding-left: 80%; + } + + .md\:pt-1\/6 { + padding-top: 16.666667%; + } + + .md\:pr-1\/6 { + padding-right: 16.666667%; + } + + .md\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .md\:pl-1\/6 { + padding-left: 16.666667%; + } + + .md\:pt-2\/6 { + padding-top: 33.333333%; + } + + .md\:pr-2\/6 { + padding-right: 33.333333%; + } + + .md\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .md\:pl-2\/6 { + padding-left: 33.333333%; + } + + .md\:pt-3\/6 { + padding-top: 50%; + } + + .md\:pr-3\/6 { + padding-right: 50%; + } + + .md\:pb-3\/6 { + padding-bottom: 50%; + } + + .md\:pl-3\/6 { + padding-left: 50%; + } + + .md\:pt-4\/6 { + padding-top: 66.666667%; + } + + .md\:pr-4\/6 { + padding-right: 66.666667%; + } + + .md\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .md\:pl-4\/6 { + padding-left: 66.666667%; + } + + .md\:pt-5\/6 { + padding-top: 83.333333%; + } + + .md\:pr-5\/6 { + padding-right: 83.333333%; + } + + .md\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .md\:pl-5\/6 { + padding-left: 83.333333%; + } + + .md\:pt-1\/12 { + padding-top: 8.333333%; + } + + .md\:pr-1\/12 { + padding-right: 8.333333%; + } + + .md\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .md\:pl-1\/12 { + padding-left: 8.333333%; + } + + .md\:pt-2\/12 { + padding-top: 16.666667%; + } + + .md\:pr-2\/12 { + padding-right: 16.666667%; + } + + .md\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .md\:pl-2\/12 { + padding-left: 16.666667%; + } + + .md\:pt-3\/12 { + padding-top: 25%; + } + + .md\:pr-3\/12 { + padding-right: 25%; + } + + .md\:pb-3\/12 { + padding-bottom: 25%; + } + + .md\:pl-3\/12 { + padding-left: 25%; + } + + .md\:pt-4\/12 { + padding-top: 33.333333%; + } + + .md\:pr-4\/12 { + padding-right: 33.333333%; + } + + .md\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .md\:pl-4\/12 { + padding-left: 33.333333%; + } + + .md\:pt-5\/12 { + padding-top: 41.666667%; + } + + .md\:pr-5\/12 { + padding-right: 41.666667%; + } + + .md\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .md\:pl-5\/12 { + padding-left: 41.666667%; + } + + .md\:pt-6\/12 { + padding-top: 50%; + } + + .md\:pr-6\/12 { + padding-right: 50%; + } + + .md\:pb-6\/12 { + padding-bottom: 50%; + } + + .md\:pl-6\/12 { + padding-left: 50%; + } + + .md\:pt-7\/12 { + padding-top: 58.333333%; + } + + .md\:pr-7\/12 { + padding-right: 58.333333%; + } + + .md\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .md\:pl-7\/12 { + padding-left: 58.333333%; + } + + .md\:pt-8\/12 { + padding-top: 66.666667%; + } + + .md\:pr-8\/12 { + padding-right: 66.666667%; + } + + .md\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .md\:pl-8\/12 { + padding-left: 66.666667%; + } + + .md\:pt-9\/12 { + padding-top: 75%; + } + + .md\:pr-9\/12 { + padding-right: 75%; + } + + .md\:pb-9\/12 { + padding-bottom: 75%; + } + + .md\:pl-9\/12 { + padding-left: 75%; + } + + .md\:pt-10\/12 { + padding-top: 83.333333%; + } + + .md\:pr-10\/12 { + padding-right: 83.333333%; + } + + .md\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .md\:pl-10\/12 { + padding-left: 83.333333%; + } + + .md\:pt-11\/12 { + padding-top: 91.666667%; + } + + .md\:pr-11\/12 { + padding-right: 91.666667%; + } + + .md\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .md\:pl-11\/12 { + padding-left: 91.666667%; + } + + .md\:pt-1\/16 { + padding-top: 6.25%; + } + + .md\:pr-1\/16 { + padding-right: 6.25%; + } + + .md\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .md\:pl-1\/16 { + padding-left: 6.25%; + } + + .md\:pt-2\/16 { + padding-top: 12.5%; + } + + .md\:pr-2\/16 { + padding-right: 12.5%; + } + + .md\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .md\:pl-2\/16 { + padding-left: 12.5%; + } + + .md\:pt-3\/16 { + padding-top: 18.75%; + } + + .md\:pr-3\/16 { + padding-right: 18.75%; + } + + .md\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .md\:pl-3\/16 { + padding-left: 18.75%; + } + + .md\:pt-4\/16 { + padding-top: 25%; + } + + .md\:pr-4\/16 { + padding-right: 25%; + } + + .md\:pb-4\/16 { + padding-bottom: 25%; + } + + .md\:pl-4\/16 { + padding-left: 25%; + } + + .md\:pt-5\/16 { + padding-top: 31.25%; + } + + .md\:pr-5\/16 { + padding-right: 31.25%; + } + + .md\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .md\:pl-5\/16 { + padding-left: 31.25%; + } + + .md\:pt-6\/16 { + padding-top: 37.5%; + } + + .md\:pr-6\/16 { + padding-right: 37.5%; + } + + .md\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .md\:pl-6\/16 { + padding-left: 37.5%; + } + + .md\:pt-7\/16 { + padding-top: 43.75%; + } + + .md\:pr-7\/16 { + padding-right: 43.75%; + } + + .md\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .md\:pl-7\/16 { + padding-left: 43.75%; + } + + .md\:pt-8\/16 { + padding-top: 50%; + } + + .md\:pr-8\/16 { + padding-right: 50%; + } + + .md\:pb-8\/16 { + padding-bottom: 50%; + } + + .md\:pl-8\/16 { + padding-left: 50%; + } + + .md\:pt-9\/16 { + padding-top: 56.25%; + } + + .md\:pr-9\/16 { + padding-right: 56.25%; + } + + .md\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .md\:pl-9\/16 { + padding-left: 56.25%; + } + + .md\:pt-10\/16 { + padding-top: 62.5%; + } + + .md\:pr-10\/16 { + padding-right: 62.5%; + } + + .md\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .md\:pl-10\/16 { + padding-left: 62.5%; + } + + .md\:pt-11\/16 { + padding-top: 68.75%; + } + + .md\:pr-11\/16 { + padding-right: 68.75%; + } + + .md\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .md\:pl-11\/16 { + padding-left: 68.75%; + } + + .md\:pt-12\/16 { + padding-top: 75%; + } + + .md\:pr-12\/16 { + padding-right: 75%; + } + + .md\:pb-12\/16 { + padding-bottom: 75%; + } + + .md\:pl-12\/16 { + padding-left: 75%; + } + + .md\:pt-13\/16 { + padding-top: 81.25%; + } + + .md\:pr-13\/16 { + padding-right: 81.25%; + } + + .md\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .md\:pl-13\/16 { + padding-left: 81.25%; + } + + .md\:pt-14\/16 { + padding-top: 87.5%; + } + + .md\:pr-14\/16 { + padding-right: 87.5%; + } + + .md\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .md\:pl-14\/16 { + padding-left: 87.5%; + } + + .md\:pt-15\/16 { + padding-top: 93.75%; + } + + .md\:pr-15\/16 { + padding-right: 93.75%; + } + + .md\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .md\:pl-15\/16 { + padding-left: 93.75%; + } + + .md\:pt-full { + padding-top: 100%; + } + + .md\:pr-full { + padding-right: 100%; + } + + .md\:pb-full { + padding-bottom: 100%; + } + + .md\:pl-full { + padding-left: 100%; + } + .md\:placeholder-transparent::placeholder { color: transparent; } @@ -68227,6 +108503,223 @@ video { left: 0; } + .md\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .md\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .md\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .md\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .md\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .md\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .md\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .md\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .md\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .md\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .md\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .md\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .md\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .md\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .md\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .md\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .md\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .md\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .md\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .md\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .md\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .md\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .md\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .md\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .md\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .md\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .md\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .md\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .md\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .md\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .md\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .md\:inset-auto { top: auto; right: auto; @@ -68234,6 +108727,881 @@ video { left: auto; } + .md\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .md\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .md\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .md\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .md\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .md\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .md\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .md\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .md\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .md\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .md\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .md\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .md\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .md\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .md\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .md\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .md\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .md\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .md\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .md\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .md\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .md\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .md\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .md\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .md\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .md\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .md\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .md\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .md\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .md\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .md\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .md\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .md\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .md\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .md\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .md\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .md\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .md\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .md\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .md\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .md\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .md\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .md\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .md\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .md\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .md\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .md\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .md\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .md\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .md\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .md\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .md\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .md\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .md\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .md\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .md\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .md\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .md\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .md\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .md\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .md\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .md\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .md\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .md\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .md\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .md\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .md\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .md\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .md\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .md\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .md\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .md\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .md\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .md\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .md\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .md\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .md\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .md\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .md\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .md\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .md\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .md\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .md\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .md\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .md\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .md\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .md\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .md\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .md\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .md\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .md\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .md\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .md\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .md\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .md\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .md\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .md\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .md\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .md\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .md\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .md\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .md\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .md\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .md\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .md\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .md\:inset-y-0 { top: 0; bottom: 0; @@ -68244,6 +109612,316 @@ video { left: 0; } + .md\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .md\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .md\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .md\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .md\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .md\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .md\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .md\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .md\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .md\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .md\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .md\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .md\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .md\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .md\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .md\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .md\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .md\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .md\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .md\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .md\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .md\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .md\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .md\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .md\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .md\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .md\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .md\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .md\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .md\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .md\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .md\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .md\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .md\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .md\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .md\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .md\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .md\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .md\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .md\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .md\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .md\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .md\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .md\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .md\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .md\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .md\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .md\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .md\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .md\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .md\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .md\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .md\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .md\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .md\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .md\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .md\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .md\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .md\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .md\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .md\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .md\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .md\:inset-y-auto { top: auto; bottom: auto; @@ -68254,6 +109932,1256 @@ video { left: auto; } + .md\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .md\:inset-x-px { + right: 1px; + left: 1px; + } + + .md\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .md\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .md\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .md\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .md\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .md\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .md\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .md\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .md\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .md\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .md\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .md\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .md\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .md\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .md\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .md\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .md\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .md\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .md\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .md\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .md\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .md\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .md\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .md\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .md\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .md\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .md\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .md\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .md\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .md\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .md\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .md\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .md\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .md\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .md\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .md\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .md\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .md\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .md\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .md\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .md\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .md\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .md\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .md\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .md\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .md\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .md\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .md\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .md\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .md\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .md\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .md\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .md\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .md\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .md\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .md\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .md\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .md\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .md\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .md\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .md\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .md\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .md\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .md\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .md\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .md\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .md\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .md\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .md\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .md\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .md\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .md\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .md\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .md\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .md\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .md\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .md\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .md\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .md\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .md\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .md\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .md\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .md\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .md\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .md\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .md\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .md\:inset-x-full { + right: 100%; + left: 100%; + } + + .md\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .md\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .md\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .md\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .md\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .md\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .md\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .md\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .md\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .md\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .md\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .md\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .md\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .md\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .md\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .md\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .md\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .md\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .md\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .md\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .md\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .md\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .md\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .md\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .md\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .md\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .md\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .md\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .md\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .md\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .md\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .md\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .md\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .md\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .md\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .md\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .md\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .md\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .md\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .md\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .md\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .md\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .md\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .md\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .md\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .md\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .md\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .md\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .md\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .md\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .md\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .md\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .md\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .md\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .md\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .md\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .md\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .md\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .md\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .md\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .md\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .md\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .md\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .md\:-inset-x-px { + right: -1px; + left: -1px; + } + + .md\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .md\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .md\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .md\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .md\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .md\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .md\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .md\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .md\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .md\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .md\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .md\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .md\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .md\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .md\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .md\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .md\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .md\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .md\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .md\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .md\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .md\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .md\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .md\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .md\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .md\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .md\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .md\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .md\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .md\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .md\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .md\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .md\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .md\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .md\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .md\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .md\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .md\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .md\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .md\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .md\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .md\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .md\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .md\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .md\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .md\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .md\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .md\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .md\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .md\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .md\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .md\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .md\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .md\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .md\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .md\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .md\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .md\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .md\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .md\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .md\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .md\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .md\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .md\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .md\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .md\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .md\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .md\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .md\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .md\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .md\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .md\:-inset-x-full { + right: -100%; + left: -100%; + } + .md\:top-0 { top: 0; } @@ -68270,6 +111198,502 @@ video { left: 0; } + .md\:top-1 { + top: 0.25rem; + } + + .md\:right-1 { + right: 0.25rem; + } + + .md\:bottom-1 { + bottom: 0.25rem; + } + + .md\:left-1 { + left: 0.25rem; + } + + .md\:top-2 { + top: 0.5rem; + } + + .md\:right-2 { + right: 0.5rem; + } + + .md\:bottom-2 { + bottom: 0.5rem; + } + + .md\:left-2 { + left: 0.5rem; + } + + .md\:top-3 { + top: 0.75rem; + } + + .md\:right-3 { + right: 0.75rem; + } + + .md\:bottom-3 { + bottom: 0.75rem; + } + + .md\:left-3 { + left: 0.75rem; + } + + .md\:top-4 { + top: 1rem; + } + + .md\:right-4 { + right: 1rem; + } + + .md\:bottom-4 { + bottom: 1rem; + } + + .md\:left-4 { + left: 1rem; + } + + .md\:top-5 { + top: 1.25rem; + } + + .md\:right-5 { + right: 1.25rem; + } + + .md\:bottom-5 { + bottom: 1.25rem; + } + + .md\:left-5 { + left: 1.25rem; + } + + .md\:top-6 { + top: 1.5rem; + } + + .md\:right-6 { + right: 1.5rem; + } + + .md\:bottom-6 { + bottom: 1.5rem; + } + + .md\:left-6 { + left: 1.5rem; + } + + .md\:top-7 { + top: 1.75rem; + } + + .md\:right-7 { + right: 1.75rem; + } + + .md\:bottom-7 { + bottom: 1.75rem; + } + + .md\:left-7 { + left: 1.75rem; + } + + .md\:top-8 { + top: 2rem; + } + + .md\:right-8 { + right: 2rem; + } + + .md\:bottom-8 { + bottom: 2rem; + } + + .md\:left-8 { + left: 2rem; + } + + .md\:top-9 { + top: 2.25rem; + } + + .md\:right-9 { + right: 2.25rem; + } + + .md\:bottom-9 { + bottom: 2.25rem; + } + + .md\:left-9 { + left: 2.25rem; + } + + .md\:top-10 { + top: 2.5rem; + } + + .md\:right-10 { + right: 2.5rem; + } + + .md\:bottom-10 { + bottom: 2.5rem; + } + + .md\:left-10 { + left: 2.5rem; + } + + .md\:top-11 { + top: 2.75rem; + } + + .md\:right-11 { + right: 2.75rem; + } + + .md\:bottom-11 { + bottom: 2.75rem; + } + + .md\:left-11 { + left: 2.75rem; + } + + .md\:top-12 { + top: 3rem; + } + + .md\:right-12 { + right: 3rem; + } + + .md\:bottom-12 { + bottom: 3rem; + } + + .md\:left-12 { + left: 3rem; + } + + .md\:top-13 { + top: 3.25rem; + } + + .md\:right-13 { + right: 3.25rem; + } + + .md\:bottom-13 { + bottom: 3.25rem; + } + + .md\:left-13 { + left: 3.25rem; + } + + .md\:top-14 { + top: 3.5rem; + } + + .md\:right-14 { + right: 3.5rem; + } + + .md\:bottom-14 { + bottom: 3.5rem; + } + + .md\:left-14 { + left: 3.5rem; + } + + .md\:top-15 { + top: 3.75rem; + } + + .md\:right-15 { + right: 3.75rem; + } + + .md\:bottom-15 { + bottom: 3.75rem; + } + + .md\:left-15 { + left: 3.75rem; + } + + .md\:top-16 { + top: 4rem; + } + + .md\:right-16 { + right: 4rem; + } + + .md\:bottom-16 { + bottom: 4rem; + } + + .md\:left-16 { + left: 4rem; + } + + .md\:top-20 { + top: 5rem; + } + + .md\:right-20 { + right: 5rem; + } + + .md\:bottom-20 { + bottom: 5rem; + } + + .md\:left-20 { + left: 5rem; + } + + .md\:top-24 { + top: 6rem; + } + + .md\:right-24 { + right: 6rem; + } + + .md\:bottom-24 { + bottom: 6rem; + } + + .md\:left-24 { + left: 6rem; + } + + .md\:top-28 { + top: 7rem; + } + + .md\:right-28 { + right: 7rem; + } + + .md\:bottom-28 { + bottom: 7rem; + } + + .md\:left-28 { + left: 7rem; + } + + .md\:top-32 { + top: 8rem; + } + + .md\:right-32 { + right: 8rem; + } + + .md\:bottom-32 { + bottom: 8rem; + } + + .md\:left-32 { + left: 8rem; + } + + .md\:top-36 { + top: 9rem; + } + + .md\:right-36 { + right: 9rem; + } + + .md\:bottom-36 { + bottom: 9rem; + } + + .md\:left-36 { + left: 9rem; + } + + .md\:top-40 { + top: 10rem; + } + + .md\:right-40 { + right: 10rem; + } + + .md\:bottom-40 { + bottom: 10rem; + } + + .md\:left-40 { + left: 10rem; + } + + .md\:top-44 { + top: 11rem; + } + + .md\:right-44 { + right: 11rem; + } + + .md\:bottom-44 { + bottom: 11rem; + } + + .md\:left-44 { + left: 11rem; + } + + .md\:top-48 { + top: 12rem; + } + + .md\:right-48 { + right: 12rem; + } + + .md\:bottom-48 { + bottom: 12rem; + } + + .md\:left-48 { + left: 12rem; + } + + .md\:top-52 { + top: 13rem; + } + + .md\:right-52 { + right: 13rem; + } + + .md\:bottom-52 { + bottom: 13rem; + } + + .md\:left-52 { + left: 13rem; + } + + .md\:top-56 { + top: 14rem; + } + + .md\:right-56 { + right: 14rem; + } + + .md\:bottom-56 { + bottom: 14rem; + } + + .md\:left-56 { + left: 14rem; + } + + .md\:top-60 { + top: 15rem; + } + + .md\:right-60 { + right: 15rem; + } + + .md\:bottom-60 { + bottom: 15rem; + } + + .md\:left-60 { + left: 15rem; + } + + .md\:top-64 { + top: 16rem; + } + + .md\:right-64 { + right: 16rem; + } + + .md\:bottom-64 { + bottom: 16rem; + } + + .md\:left-64 { + left: 16rem; + } + + .md\:top-72 { + top: 18rem; + } + + .md\:right-72 { + right: 18rem; + } + + .md\:bottom-72 { + bottom: 18rem; + } + + .md\:left-72 { + left: 18rem; + } + + .md\:top-80 { + top: 20rem; + } + + .md\:right-80 { + right: 20rem; + } + + .md\:bottom-80 { + bottom: 20rem; + } + + .md\:left-80 { + left: 20rem; + } + + .md\:top-96 { + top: 24rem; + } + + .md\:right-96 { + right: 24rem; + } + + .md\:bottom-96 { + bottom: 24rem; + } + + .md\:left-96 { + left: 24rem; + } + .md\:top-auto { top: auto; } @@ -68286,6 +111710,2006 @@ video { left: auto; } + .md\:top-px { + top: 1px; + } + + .md\:right-px { + right: 1px; + } + + .md\:bottom-px { + bottom: 1px; + } + + .md\:left-px { + left: 1px; + } + + .md\:top-0\.5 { + top: 0.125rem; + } + + .md\:right-0\.5 { + right: 0.125rem; + } + + .md\:bottom-0\.5 { + bottom: 0.125rem; + } + + .md\:left-0\.5 { + left: 0.125rem; + } + + .md\:top-1\.5 { + top: 0.375rem; + } + + .md\:right-1\.5 { + right: 0.375rem; + } + + .md\:bottom-1\.5 { + bottom: 0.375rem; + } + + .md\:left-1\.5 { + left: 0.375rem; + } + + .md\:top-2\.5 { + top: 0.625rem; + } + + .md\:right-2\.5 { + right: 0.625rem; + } + + .md\:bottom-2\.5 { + bottom: 0.625rem; + } + + .md\:left-2\.5 { + left: 0.625rem; + } + + .md\:top-3\.5 { + top: 0.875rem; + } + + .md\:right-3\.5 { + right: 0.875rem; + } + + .md\:bottom-3\.5 { + bottom: 0.875rem; + } + + .md\:left-3\.5 { + left: 0.875rem; + } + + .md\:top-1\/2 { + top: 50%; + } + + .md\:right-1\/2 { + right: 50%; + } + + .md\:bottom-1\/2 { + bottom: 50%; + } + + .md\:left-1\/2 { + left: 50%; + } + + .md\:top-1\/3 { + top: 33.333333%; + } + + .md\:right-1\/3 { + right: 33.333333%; + } + + .md\:bottom-1\/3 { + bottom: 33.333333%; + } + + .md\:left-1\/3 { + left: 33.333333%; + } + + .md\:top-2\/3 { + top: 66.666667%; + } + + .md\:right-2\/3 { + right: 66.666667%; + } + + .md\:bottom-2\/3 { + bottom: 66.666667%; + } + + .md\:left-2\/3 { + left: 66.666667%; + } + + .md\:top-1\/4 { + top: 25%; + } + + .md\:right-1\/4 { + right: 25%; + } + + .md\:bottom-1\/4 { + bottom: 25%; + } + + .md\:left-1\/4 { + left: 25%; + } + + .md\:top-2\/4 { + top: 50%; + } + + .md\:right-2\/4 { + right: 50%; + } + + .md\:bottom-2\/4 { + bottom: 50%; + } + + .md\:left-2\/4 { + left: 50%; + } + + .md\:top-3\/4 { + top: 75%; + } + + .md\:right-3\/4 { + right: 75%; + } + + .md\:bottom-3\/4 { + bottom: 75%; + } + + .md\:left-3\/4 { + left: 75%; + } + + .md\:top-1\/5 { + top: 20%; + } + + .md\:right-1\/5 { + right: 20%; + } + + .md\:bottom-1\/5 { + bottom: 20%; + } + + .md\:left-1\/5 { + left: 20%; + } + + .md\:top-2\/5 { + top: 40%; + } + + .md\:right-2\/5 { + right: 40%; + } + + .md\:bottom-2\/5 { + bottom: 40%; + } + + .md\:left-2\/5 { + left: 40%; + } + + .md\:top-3\/5 { + top: 60%; + } + + .md\:right-3\/5 { + right: 60%; + } + + .md\:bottom-3\/5 { + bottom: 60%; + } + + .md\:left-3\/5 { + left: 60%; + } + + .md\:top-4\/5 { + top: 80%; + } + + .md\:right-4\/5 { + right: 80%; + } + + .md\:bottom-4\/5 { + bottom: 80%; + } + + .md\:left-4\/5 { + left: 80%; + } + + .md\:top-1\/6 { + top: 16.666667%; + } + + .md\:right-1\/6 { + right: 16.666667%; + } + + .md\:bottom-1\/6 { + bottom: 16.666667%; + } + + .md\:left-1\/6 { + left: 16.666667%; + } + + .md\:top-2\/6 { + top: 33.333333%; + } + + .md\:right-2\/6 { + right: 33.333333%; + } + + .md\:bottom-2\/6 { + bottom: 33.333333%; + } + + .md\:left-2\/6 { + left: 33.333333%; + } + + .md\:top-3\/6 { + top: 50%; + } + + .md\:right-3\/6 { + right: 50%; + } + + .md\:bottom-3\/6 { + bottom: 50%; + } + + .md\:left-3\/6 { + left: 50%; + } + + .md\:top-4\/6 { + top: 66.666667%; + } + + .md\:right-4\/6 { + right: 66.666667%; + } + + .md\:bottom-4\/6 { + bottom: 66.666667%; + } + + .md\:left-4\/6 { + left: 66.666667%; + } + + .md\:top-5\/6 { + top: 83.333333%; + } + + .md\:right-5\/6 { + right: 83.333333%; + } + + .md\:bottom-5\/6 { + bottom: 83.333333%; + } + + .md\:left-5\/6 { + left: 83.333333%; + } + + .md\:top-1\/12 { + top: 8.333333%; + } + + .md\:right-1\/12 { + right: 8.333333%; + } + + .md\:bottom-1\/12 { + bottom: 8.333333%; + } + + .md\:left-1\/12 { + left: 8.333333%; + } + + .md\:top-2\/12 { + top: 16.666667%; + } + + .md\:right-2\/12 { + right: 16.666667%; + } + + .md\:bottom-2\/12 { + bottom: 16.666667%; + } + + .md\:left-2\/12 { + left: 16.666667%; + } + + .md\:top-3\/12 { + top: 25%; + } + + .md\:right-3\/12 { + right: 25%; + } + + .md\:bottom-3\/12 { + bottom: 25%; + } + + .md\:left-3\/12 { + left: 25%; + } + + .md\:top-4\/12 { + top: 33.333333%; + } + + .md\:right-4\/12 { + right: 33.333333%; + } + + .md\:bottom-4\/12 { + bottom: 33.333333%; + } + + .md\:left-4\/12 { + left: 33.333333%; + } + + .md\:top-5\/12 { + top: 41.666667%; + } + + .md\:right-5\/12 { + right: 41.666667%; + } + + .md\:bottom-5\/12 { + bottom: 41.666667%; + } + + .md\:left-5\/12 { + left: 41.666667%; + } + + .md\:top-6\/12 { + top: 50%; + } + + .md\:right-6\/12 { + right: 50%; + } + + .md\:bottom-6\/12 { + bottom: 50%; + } + + .md\:left-6\/12 { + left: 50%; + } + + .md\:top-7\/12 { + top: 58.333333%; + } + + .md\:right-7\/12 { + right: 58.333333%; + } + + .md\:bottom-7\/12 { + bottom: 58.333333%; + } + + .md\:left-7\/12 { + left: 58.333333%; + } + + .md\:top-8\/12 { + top: 66.666667%; + } + + .md\:right-8\/12 { + right: 66.666667%; + } + + .md\:bottom-8\/12 { + bottom: 66.666667%; + } + + .md\:left-8\/12 { + left: 66.666667%; + } + + .md\:top-9\/12 { + top: 75%; + } + + .md\:right-9\/12 { + right: 75%; + } + + .md\:bottom-9\/12 { + bottom: 75%; + } + + .md\:left-9\/12 { + left: 75%; + } + + .md\:top-10\/12 { + top: 83.333333%; + } + + .md\:right-10\/12 { + right: 83.333333%; + } + + .md\:bottom-10\/12 { + bottom: 83.333333%; + } + + .md\:left-10\/12 { + left: 83.333333%; + } + + .md\:top-11\/12 { + top: 91.666667%; + } + + .md\:right-11\/12 { + right: 91.666667%; + } + + .md\:bottom-11\/12 { + bottom: 91.666667%; + } + + .md\:left-11\/12 { + left: 91.666667%; + } + + .md\:top-1\/16 { + top: 6.25%; + } + + .md\:right-1\/16 { + right: 6.25%; + } + + .md\:bottom-1\/16 { + bottom: 6.25%; + } + + .md\:left-1\/16 { + left: 6.25%; + } + + .md\:top-2\/16 { + top: 12.5%; + } + + .md\:right-2\/16 { + right: 12.5%; + } + + .md\:bottom-2\/16 { + bottom: 12.5%; + } + + .md\:left-2\/16 { + left: 12.5%; + } + + .md\:top-3\/16 { + top: 18.75%; + } + + .md\:right-3\/16 { + right: 18.75%; + } + + .md\:bottom-3\/16 { + bottom: 18.75%; + } + + .md\:left-3\/16 { + left: 18.75%; + } + + .md\:top-4\/16 { + top: 25%; + } + + .md\:right-4\/16 { + right: 25%; + } + + .md\:bottom-4\/16 { + bottom: 25%; + } + + .md\:left-4\/16 { + left: 25%; + } + + .md\:top-5\/16 { + top: 31.25%; + } + + .md\:right-5\/16 { + right: 31.25%; + } + + .md\:bottom-5\/16 { + bottom: 31.25%; + } + + .md\:left-5\/16 { + left: 31.25%; + } + + .md\:top-6\/16 { + top: 37.5%; + } + + .md\:right-6\/16 { + right: 37.5%; + } + + .md\:bottom-6\/16 { + bottom: 37.5%; + } + + .md\:left-6\/16 { + left: 37.5%; + } + + .md\:top-7\/16 { + top: 43.75%; + } + + .md\:right-7\/16 { + right: 43.75%; + } + + .md\:bottom-7\/16 { + bottom: 43.75%; + } + + .md\:left-7\/16 { + left: 43.75%; + } + + .md\:top-8\/16 { + top: 50%; + } + + .md\:right-8\/16 { + right: 50%; + } + + .md\:bottom-8\/16 { + bottom: 50%; + } + + .md\:left-8\/16 { + left: 50%; + } + + .md\:top-9\/16 { + top: 56.25%; + } + + .md\:right-9\/16 { + right: 56.25%; + } + + .md\:bottom-9\/16 { + bottom: 56.25%; + } + + .md\:left-9\/16 { + left: 56.25%; + } + + .md\:top-10\/16 { + top: 62.5%; + } + + .md\:right-10\/16 { + right: 62.5%; + } + + .md\:bottom-10\/16 { + bottom: 62.5%; + } + + .md\:left-10\/16 { + left: 62.5%; + } + + .md\:top-11\/16 { + top: 68.75%; + } + + .md\:right-11\/16 { + right: 68.75%; + } + + .md\:bottom-11\/16 { + bottom: 68.75%; + } + + .md\:left-11\/16 { + left: 68.75%; + } + + .md\:top-12\/16 { + top: 75%; + } + + .md\:right-12\/16 { + right: 75%; + } + + .md\:bottom-12\/16 { + bottom: 75%; + } + + .md\:left-12\/16 { + left: 75%; + } + + .md\:top-13\/16 { + top: 81.25%; + } + + .md\:right-13\/16 { + right: 81.25%; + } + + .md\:bottom-13\/16 { + bottom: 81.25%; + } + + .md\:left-13\/16 { + left: 81.25%; + } + + .md\:top-14\/16 { + top: 87.5%; + } + + .md\:right-14\/16 { + right: 87.5%; + } + + .md\:bottom-14\/16 { + bottom: 87.5%; + } + + .md\:left-14\/16 { + left: 87.5%; + } + + .md\:top-15\/16 { + top: 93.75%; + } + + .md\:right-15\/16 { + right: 93.75%; + } + + .md\:bottom-15\/16 { + bottom: 93.75%; + } + + .md\:left-15\/16 { + left: 93.75%; + } + + .md\:top-full { + top: 100%; + } + + .md\:right-full { + right: 100%; + } + + .md\:bottom-full { + bottom: 100%; + } + + .md\:left-full { + left: 100%; + } + + .md\:-top-1 { + top: -0.25rem; + } + + .md\:-right-1 { + right: -0.25rem; + } + + .md\:-bottom-1 { + bottom: -0.25rem; + } + + .md\:-left-1 { + left: -0.25rem; + } + + .md\:-top-2 { + top: -0.5rem; + } + + .md\:-right-2 { + right: -0.5rem; + } + + .md\:-bottom-2 { + bottom: -0.5rem; + } + + .md\:-left-2 { + left: -0.5rem; + } + + .md\:-top-3 { + top: -0.75rem; + } + + .md\:-right-3 { + right: -0.75rem; + } + + .md\:-bottom-3 { + bottom: -0.75rem; + } + + .md\:-left-3 { + left: -0.75rem; + } + + .md\:-top-4 { + top: -1rem; + } + + .md\:-right-4 { + right: -1rem; + } + + .md\:-bottom-4 { + bottom: -1rem; + } + + .md\:-left-4 { + left: -1rem; + } + + .md\:-top-5 { + top: -1.25rem; + } + + .md\:-right-5 { + right: -1.25rem; + } + + .md\:-bottom-5 { + bottom: -1.25rem; + } + + .md\:-left-5 { + left: -1.25rem; + } + + .md\:-top-6 { + top: -1.5rem; + } + + .md\:-right-6 { + right: -1.5rem; + } + + .md\:-bottom-6 { + bottom: -1.5rem; + } + + .md\:-left-6 { + left: -1.5rem; + } + + .md\:-top-7 { + top: -1.75rem; + } + + .md\:-right-7 { + right: -1.75rem; + } + + .md\:-bottom-7 { + bottom: -1.75rem; + } + + .md\:-left-7 { + left: -1.75rem; + } + + .md\:-top-8 { + top: -2rem; + } + + .md\:-right-8 { + right: -2rem; + } + + .md\:-bottom-8 { + bottom: -2rem; + } + + .md\:-left-8 { + left: -2rem; + } + + .md\:-top-9 { + top: -2.25rem; + } + + .md\:-right-9 { + right: -2.25rem; + } + + .md\:-bottom-9 { + bottom: -2.25rem; + } + + .md\:-left-9 { + left: -2.25rem; + } + + .md\:-top-10 { + top: -2.5rem; + } + + .md\:-right-10 { + right: -2.5rem; + } + + .md\:-bottom-10 { + bottom: -2.5rem; + } + + .md\:-left-10 { + left: -2.5rem; + } + + .md\:-top-11 { + top: -2.75rem; + } + + .md\:-right-11 { + right: -2.75rem; + } + + .md\:-bottom-11 { + bottom: -2.75rem; + } + + .md\:-left-11 { + left: -2.75rem; + } + + .md\:-top-12 { + top: -3rem; + } + + .md\:-right-12 { + right: -3rem; + } + + .md\:-bottom-12 { + bottom: -3rem; + } + + .md\:-left-12 { + left: -3rem; + } + + .md\:-top-13 { + top: -3.25rem; + } + + .md\:-right-13 { + right: -3.25rem; + } + + .md\:-bottom-13 { + bottom: -3.25rem; + } + + .md\:-left-13 { + left: -3.25rem; + } + + .md\:-top-14 { + top: -3.5rem; + } + + .md\:-right-14 { + right: -3.5rem; + } + + .md\:-bottom-14 { + bottom: -3.5rem; + } + + .md\:-left-14 { + left: -3.5rem; + } + + .md\:-top-15 { + top: -3.75rem; + } + + .md\:-right-15 { + right: -3.75rem; + } + + .md\:-bottom-15 { + bottom: -3.75rem; + } + + .md\:-left-15 { + left: -3.75rem; + } + + .md\:-top-16 { + top: -4rem; + } + + .md\:-right-16 { + right: -4rem; + } + + .md\:-bottom-16 { + bottom: -4rem; + } + + .md\:-left-16 { + left: -4rem; + } + + .md\:-top-20 { + top: -5rem; + } + + .md\:-right-20 { + right: -5rem; + } + + .md\:-bottom-20 { + bottom: -5rem; + } + + .md\:-left-20 { + left: -5rem; + } + + .md\:-top-24 { + top: -6rem; + } + + .md\:-right-24 { + right: -6rem; + } + + .md\:-bottom-24 { + bottom: -6rem; + } + + .md\:-left-24 { + left: -6rem; + } + + .md\:-top-28 { + top: -7rem; + } + + .md\:-right-28 { + right: -7rem; + } + + .md\:-bottom-28 { + bottom: -7rem; + } + + .md\:-left-28 { + left: -7rem; + } + + .md\:-top-32 { + top: -8rem; + } + + .md\:-right-32 { + right: -8rem; + } + + .md\:-bottom-32 { + bottom: -8rem; + } + + .md\:-left-32 { + left: -8rem; + } + + .md\:-top-36 { + top: -9rem; + } + + .md\:-right-36 { + right: -9rem; + } + + .md\:-bottom-36 { + bottom: -9rem; + } + + .md\:-left-36 { + left: -9rem; + } + + .md\:-top-40 { + top: -10rem; + } + + .md\:-right-40 { + right: -10rem; + } + + .md\:-bottom-40 { + bottom: -10rem; + } + + .md\:-left-40 { + left: -10rem; + } + + .md\:-top-44 { + top: -11rem; + } + + .md\:-right-44 { + right: -11rem; + } + + .md\:-bottom-44 { + bottom: -11rem; + } + + .md\:-left-44 { + left: -11rem; + } + + .md\:-top-48 { + top: -12rem; + } + + .md\:-right-48 { + right: -12rem; + } + + .md\:-bottom-48 { + bottom: -12rem; + } + + .md\:-left-48 { + left: -12rem; + } + + .md\:-top-52 { + top: -13rem; + } + + .md\:-right-52 { + right: -13rem; + } + + .md\:-bottom-52 { + bottom: -13rem; + } + + .md\:-left-52 { + left: -13rem; + } + + .md\:-top-56 { + top: -14rem; + } + + .md\:-right-56 { + right: -14rem; + } + + .md\:-bottom-56 { + bottom: -14rem; + } + + .md\:-left-56 { + left: -14rem; + } + + .md\:-top-60 { + top: -15rem; + } + + .md\:-right-60 { + right: -15rem; + } + + .md\:-bottom-60 { + bottom: -15rem; + } + + .md\:-left-60 { + left: -15rem; + } + + .md\:-top-64 { + top: -16rem; + } + + .md\:-right-64 { + right: -16rem; + } + + .md\:-bottom-64 { + bottom: -16rem; + } + + .md\:-left-64 { + left: -16rem; + } + + .md\:-top-72 { + top: -18rem; + } + + .md\:-right-72 { + right: -18rem; + } + + .md\:-bottom-72 { + bottom: -18rem; + } + + .md\:-left-72 { + left: -18rem; + } + + .md\:-top-80 { + top: -20rem; + } + + .md\:-right-80 { + right: -20rem; + } + + .md\:-bottom-80 { + bottom: -20rem; + } + + .md\:-left-80 { + left: -20rem; + } + + .md\:-top-96 { + top: -24rem; + } + + .md\:-right-96 { + right: -24rem; + } + + .md\:-bottom-96 { + bottom: -24rem; + } + + .md\:-left-96 { + left: -24rem; + } + + .md\:-top-px { + top: -1px; + } + + .md\:-right-px { + right: -1px; + } + + .md\:-bottom-px { + bottom: -1px; + } + + .md\:-left-px { + left: -1px; + } + + .md\:-top-0\.5 { + top: -0.125rem; + } + + .md\:-right-0\.5 { + right: -0.125rem; + } + + .md\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .md\:-left-0\.5 { + left: -0.125rem; + } + + .md\:-top-1\.5 { + top: -0.375rem; + } + + .md\:-right-1\.5 { + right: -0.375rem; + } + + .md\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .md\:-left-1\.5 { + left: -0.375rem; + } + + .md\:-top-2\.5 { + top: -0.625rem; + } + + .md\:-right-2\.5 { + right: -0.625rem; + } + + .md\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .md\:-left-2\.5 { + left: -0.625rem; + } + + .md\:-top-3\.5 { + top: -0.875rem; + } + + .md\:-right-3\.5 { + right: -0.875rem; + } + + .md\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .md\:-left-3\.5 { + left: -0.875rem; + } + + .md\:-top-1\/2 { + top: -50%; + } + + .md\:-right-1\/2 { + right: -50%; + } + + .md\:-bottom-1\/2 { + bottom: -50%; + } + + .md\:-left-1\/2 { + left: -50%; + } + + .md\:-top-1\/3 { + top: -33.33333%; + } + + .md\:-right-1\/3 { + right: -33.33333%; + } + + .md\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .md\:-left-1\/3 { + left: -33.33333%; + } + + .md\:-top-2\/3 { + top: -66.66667%; + } + + .md\:-right-2\/3 { + right: -66.66667%; + } + + .md\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .md\:-left-2\/3 { + left: -66.66667%; + } + + .md\:-top-1\/4 { + top: -25%; + } + + .md\:-right-1\/4 { + right: -25%; + } + + .md\:-bottom-1\/4 { + bottom: -25%; + } + + .md\:-left-1\/4 { + left: -25%; + } + + .md\:-top-2\/4 { + top: -50%; + } + + .md\:-right-2\/4 { + right: -50%; + } + + .md\:-bottom-2\/4 { + bottom: -50%; + } + + .md\:-left-2\/4 { + left: -50%; + } + + .md\:-top-3\/4 { + top: -75%; + } + + .md\:-right-3\/4 { + right: -75%; + } + + .md\:-bottom-3\/4 { + bottom: -75%; + } + + .md\:-left-3\/4 { + left: -75%; + } + + .md\:-top-1\/5 { + top: -20%; + } + + .md\:-right-1\/5 { + right: -20%; + } + + .md\:-bottom-1\/5 { + bottom: -20%; + } + + .md\:-left-1\/5 { + left: -20%; + } + + .md\:-top-2\/5 { + top: -40%; + } + + .md\:-right-2\/5 { + right: -40%; + } + + .md\:-bottom-2\/5 { + bottom: -40%; + } + + .md\:-left-2\/5 { + left: -40%; + } + + .md\:-top-3\/5 { + top: -60%; + } + + .md\:-right-3\/5 { + right: -60%; + } + + .md\:-bottom-3\/5 { + bottom: -60%; + } + + .md\:-left-3\/5 { + left: -60%; + } + + .md\:-top-4\/5 { + top: -80%; + } + + .md\:-right-4\/5 { + right: -80%; + } + + .md\:-bottom-4\/5 { + bottom: -80%; + } + + .md\:-left-4\/5 { + left: -80%; + } + + .md\:-top-1\/6 { + top: -16.66667%; + } + + .md\:-right-1\/6 { + right: -16.66667%; + } + + .md\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .md\:-left-1\/6 { + left: -16.66667%; + } + + .md\:-top-2\/6 { + top: -33.33333%; + } + + .md\:-right-2\/6 { + right: -33.33333%; + } + + .md\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .md\:-left-2\/6 { + left: -33.33333%; + } + + .md\:-top-3\/6 { + top: -50%; + } + + .md\:-right-3\/6 { + right: -50%; + } + + .md\:-bottom-3\/6 { + bottom: -50%; + } + + .md\:-left-3\/6 { + left: -50%; + } + + .md\:-top-4\/6 { + top: -66.66667%; + } + + .md\:-right-4\/6 { + right: -66.66667%; + } + + .md\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .md\:-left-4\/6 { + left: -66.66667%; + } + + .md\:-top-5\/6 { + top: -83.33333%; + } + + .md\:-right-5\/6 { + right: -83.33333%; + } + + .md\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .md\:-left-5\/6 { + left: -83.33333%; + } + + .md\:-top-1\/12 { + top: -8.33333%; + } + + .md\:-right-1\/12 { + right: -8.33333%; + } + + .md\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .md\:-left-1\/12 { + left: -8.33333%; + } + + .md\:-top-2\/12 { + top: -16.66667%; + } + + .md\:-right-2\/12 { + right: -16.66667%; + } + + .md\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .md\:-left-2\/12 { + left: -16.66667%; + } + + .md\:-top-3\/12 { + top: -25%; + } + + .md\:-right-3\/12 { + right: -25%; + } + + .md\:-bottom-3\/12 { + bottom: -25%; + } + + .md\:-left-3\/12 { + left: -25%; + } + + .md\:-top-4\/12 { + top: -33.33333%; + } + + .md\:-right-4\/12 { + right: -33.33333%; + } + + .md\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .md\:-left-4\/12 { + left: -33.33333%; + } + + .md\:-top-5\/12 { + top: -41.66667%; + } + + .md\:-right-5\/12 { + right: -41.66667%; + } + + .md\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .md\:-left-5\/12 { + left: -41.66667%; + } + + .md\:-top-6\/12 { + top: -50%; + } + + .md\:-right-6\/12 { + right: -50%; + } + + .md\:-bottom-6\/12 { + bottom: -50%; + } + + .md\:-left-6\/12 { + left: -50%; + } + + .md\:-top-7\/12 { + top: -58.33333%; + } + + .md\:-right-7\/12 { + right: -58.33333%; + } + + .md\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .md\:-left-7\/12 { + left: -58.33333%; + } + + .md\:-top-8\/12 { + top: -66.66667%; + } + + .md\:-right-8\/12 { + right: -66.66667%; + } + + .md\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .md\:-left-8\/12 { + left: -66.66667%; + } + + .md\:-top-9\/12 { + top: -75%; + } + + .md\:-right-9\/12 { + right: -75%; + } + + .md\:-bottom-9\/12 { + bottom: -75%; + } + + .md\:-left-9\/12 { + left: -75%; + } + + .md\:-top-10\/12 { + top: -83.33333%; + } + + .md\:-right-10\/12 { + right: -83.33333%; + } + + .md\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .md\:-left-10\/12 { + left: -83.33333%; + } + + .md\:-top-11\/12 { + top: -91.66667%; + } + + .md\:-right-11\/12 { + right: -91.66667%; + } + + .md\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .md\:-left-11\/12 { + left: -91.66667%; + } + + .md\:-top-1\/16 { + top: -6.25%; + } + + .md\:-right-1\/16 { + right: -6.25%; + } + + .md\:-bottom-1\/16 { + bottom: -6.25%; + } + + .md\:-left-1\/16 { + left: -6.25%; + } + + .md\:-top-2\/16 { + top: -12.5%; + } + + .md\:-right-2\/16 { + right: -12.5%; + } + + .md\:-bottom-2\/16 { + bottom: -12.5%; + } + + .md\:-left-2\/16 { + left: -12.5%; + } + + .md\:-top-3\/16 { + top: -18.75%; + } + + .md\:-right-3\/16 { + right: -18.75%; + } + + .md\:-bottom-3\/16 { + bottom: -18.75%; + } + + .md\:-left-3\/16 { + left: -18.75%; + } + + .md\:-top-4\/16 { + top: -25%; + } + + .md\:-right-4\/16 { + right: -25%; + } + + .md\:-bottom-4\/16 { + bottom: -25%; + } + + .md\:-left-4\/16 { + left: -25%; + } + + .md\:-top-5\/16 { + top: -31.25%; + } + + .md\:-right-5\/16 { + right: -31.25%; + } + + .md\:-bottom-5\/16 { + bottom: -31.25%; + } + + .md\:-left-5\/16 { + left: -31.25%; + } + + .md\:-top-6\/16 { + top: -37.5%; + } + + .md\:-right-6\/16 { + right: -37.5%; + } + + .md\:-bottom-6\/16 { + bottom: -37.5%; + } + + .md\:-left-6\/16 { + left: -37.5%; + } + + .md\:-top-7\/16 { + top: -43.75%; + } + + .md\:-right-7\/16 { + right: -43.75%; + } + + .md\:-bottom-7\/16 { + bottom: -43.75%; + } + + .md\:-left-7\/16 { + left: -43.75%; + } + + .md\:-top-8\/16 { + top: -50%; + } + + .md\:-right-8\/16 { + right: -50%; + } + + .md\:-bottom-8\/16 { + bottom: -50%; + } + + .md\:-left-8\/16 { + left: -50%; + } + + .md\:-top-9\/16 { + top: -56.25%; + } + + .md\:-right-9\/16 { + right: -56.25%; + } + + .md\:-bottom-9\/16 { + bottom: -56.25%; + } + + .md\:-left-9\/16 { + left: -56.25%; + } + + .md\:-top-10\/16 { + top: -62.5%; + } + + .md\:-right-10\/16 { + right: -62.5%; + } + + .md\:-bottom-10\/16 { + bottom: -62.5%; + } + + .md\:-left-10\/16 { + left: -62.5%; + } + + .md\:-top-11\/16 { + top: -68.75%; + } + + .md\:-right-11\/16 { + right: -68.75%; + } + + .md\:-bottom-11\/16 { + bottom: -68.75%; + } + + .md\:-left-11\/16 { + left: -68.75%; + } + + .md\:-top-12\/16 { + top: -75%; + } + + .md\:-right-12\/16 { + right: -75%; + } + + .md\:-bottom-12\/16 { + bottom: -75%; + } + + .md\:-left-12\/16 { + left: -75%; + } + + .md\:-top-13\/16 { + top: -81.25%; + } + + .md\:-right-13\/16 { + right: -81.25%; + } + + .md\:-bottom-13\/16 { + bottom: -81.25%; + } + + .md\:-left-13\/16 { + left: -81.25%; + } + + .md\:-top-14\/16 { + top: -87.5%; + } + + .md\:-right-14\/16 { + right: -87.5%; + } + + .md\:-bottom-14\/16 { + bottom: -87.5%; + } + + .md\:-left-14\/16 { + left: -87.5%; + } + + .md\:-top-15\/16 { + top: -93.75%; + } + + .md\:-right-15\/16 { + right: -93.75%; + } + + .md\:-bottom-15\/16 { + bottom: -93.75%; + } + + .md\:-left-15\/16 { + left: -93.75%; + } + + .md\:-top-full { + top: -100%; + } + + .md\:-right-full { + right: -100%; + } + + .md\:-bottom-full { + bottom: -100%; + } + + .md\:-left-full { + left: -100%; + } + .md\:resize-none { resize: none; } @@ -70986,18 +116410,42 @@ video { width: 1.5rem; } + .md\:w-7 { + width: 1.75rem; + } + .md\:w-8 { width: 2rem; } + .md\:w-9 { + width: 2.25rem; + } + .md\:w-10 { width: 2.5rem; } + .md\:w-11 { + width: 2.75rem; + } + .md\:w-12 { width: 3rem; } + .md\:w-13 { + width: 3.25rem; + } + + .md\:w-14 { + width: 3.5rem; + } + + .md\:w-15 { + width: 3.75rem; + } + .md\:w-16 { width: 4rem; } @@ -71010,26 +116458,58 @@ video { width: 6rem; } + .md\:w-28 { + width: 7rem; + } + .md\:w-32 { width: 8rem; } + .md\:w-36 { + width: 9rem; + } + .md\:w-40 { width: 10rem; } + .md\:w-44 { + width: 11rem; + } + .md\:w-48 { width: 12rem; } + .md\:w-52 { + width: 13rem; + } + .md\:w-56 { width: 14rem; } + .md\:w-60 { + width: 15rem; + } + .md\:w-64 { width: 16rem; } + .md\:w-72 { + width: 18rem; + } + + .md\:w-80 { + width: 20rem; + } + + .md\:w-96 { + width: 24rem; + } + .md\:w-auto { width: auto; } @@ -71038,6 +116518,22 @@ video { width: 1px; } + .md\:w-0\.5 { + width: 0.125rem; + } + + .md\:w-1\.5 { + width: 0.375rem; + } + + .md\:w-2\.5 { + width: 0.625rem; + } + + .md\:w-3\.5 { + width: 0.875rem; + } + .md\:w-1\/2 { width: 50%; } @@ -71142,6 +116638,66 @@ video { width: 91.666667%; } + .md\:w-1\/16 { + width: 6.25%; + } + + .md\:w-2\/16 { + width: 12.5%; + } + + .md\:w-3\/16 { + width: 18.75%; + } + + .md\:w-4\/16 { + width: 25%; + } + + .md\:w-5\/16 { + width: 31.25%; + } + + .md\:w-6\/16 { + width: 37.5%; + } + + .md\:w-7\/16 { + width: 43.75%; + } + + .md\:w-8\/16 { + width: 50%; + } + + .md\:w-9\/16 { + width: 56.25%; + } + + .md\:w-10\/16 { + width: 62.5%; + } + + .md\:w-11\/16 { + width: 68.75%; + } + + .md\:w-12\/16 { + width: 75%; + } + + .md\:w-13\/16 { + width: 81.25%; + } + + .md\:w-14\/16 { + width: 87.5%; + } + + .md\:w-15\/16 { + width: 93.75%; + } + .md\:w-full { width: 100%; } @@ -71150,6 +116706,14 @@ video { width: 100vw; } + .md\:w-min { + width: min-content; + } + + .md\:w-max { + width: max-content; + } + .md\:z-0 { z-index: 0; } @@ -71213,21 +116777,51 @@ video { gap: 1.5rem; } + .md\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .md\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .md\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .md\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .md\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .md\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .md\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .md\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .md\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .md\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -71243,36 +116837,306 @@ video { gap: 6rem; } + .md\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .md\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .md\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .md\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .md\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .md\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .md\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .md\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .md\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .md\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .md\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .md\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .md\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .md\:gap-px { grid-gap: 1px; gap: 1px; } + .md\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .md\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .md\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .md\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .md\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .md\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .md\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .md\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .md\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .md\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .md\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .md\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .md\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .md\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .md\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .md\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .md\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .md\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .md\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .md\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .md\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .md\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .md\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .md\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .md\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .md\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .md\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .md\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .md\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .md\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .md\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .md\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .md\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .md\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .md\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .md\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .md\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .md\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .md\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .md\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .md\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .md\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -71308,21 +117172,51 @@ video { column-gap: 1.5rem; } + .md\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .md\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .md\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .md\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .md\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .md\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .md\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .md\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .md\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .md\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -71338,36 +117232,306 @@ video { column-gap: 6rem; } + .md\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .md\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .md\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .md\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .md\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .md\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .md\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .md\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .md\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .md\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .md\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .md\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .md\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .md\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .md\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .md\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .md\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .md\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .md\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .md\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .md\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .md\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .md\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .md\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .md\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .md\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .md\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .md\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .md\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .md\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .md\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .md\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .md\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .md\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .md\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .md\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .md\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .md\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .md\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .md\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .md\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .md\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .md\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .md\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .md\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .md\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .md\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .md\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .md\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .md\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .md\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .md\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .md\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .md\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .md\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .md\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -71403,21 +117567,51 @@ video { row-gap: 1.5rem; } + .md\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .md\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .md\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .md\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .md\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .md\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .md\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .md\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .md\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .md\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -71433,36 +117627,306 @@ video { row-gap: 6rem; } + .md\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .md\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .md\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .md\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .md\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .md\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .md\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .md\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .md\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .md\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .md\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .md\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .md\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .md\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .md\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .md\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .md\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .md\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .md\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .md\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .md\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .md\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .md\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .md\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .md\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .md\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .md\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .md\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .md\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .md\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .md\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .md\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .md\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .md\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .md\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .md\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .md\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .md\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .md\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .md\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .md\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .md\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .md\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .md\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .md\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .md\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .md\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .md\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .md\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .md\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .md\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .md\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .md\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .md\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .md\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .md\:grid-flow-row { grid-auto-flow: row; } @@ -71524,7 +117988,7 @@ video { } .md\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .md\:grid-cols-none { @@ -71599,6 +118063,22 @@ video { grid-column: span 12 / span 12; } + .md\:col-span-13 { + grid-column: span 13 / span 13; + } + + .md\:col-span-14 { + grid-column: span 14 / span 14; + } + + .md\:col-span-15 { + grid-column: span 15 / span 15; + } + + .md\:col-span-16 { + grid-column: span 16 / span 16; + } + .md\:col-span-full { grid-column: 1 / -1; } @@ -71655,6 +118135,22 @@ video { grid-column-start: 13; } + .md\:col-start-14 { + grid-column-start: 14; + } + + .md\:col-start-15 { + grid-column-start: 15; + } + + .md\:col-start-16 { + grid-column-start: 16; + } + + .md\:col-start-17 { + grid-column-start: 17; + } + .md\:col-start-auto { grid-column-start: auto; } @@ -71711,6 +118207,22 @@ video { grid-column-end: 13; } + .md\:col-end-14 { + grid-column-end: 14; + } + + .md\:col-end-15 { + grid-column-end: 15; + } + + .md\:col-end-16 { + grid-column-end: 16; + } + + .md\:col-end-17 { + grid-column-end: 17; + } + .md\:col-end-auto { grid-column-end: auto; } @@ -72539,18 +119051,42 @@ video { --transform-translate-x: 1.5rem; } + .md\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .md\:translate-x-8 { --transform-translate-x: 2rem; } + .md\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .md\:translate-x-10 { --transform-translate-x: 2.5rem; } + .md\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .md\:translate-x-12 { --transform-translate-x: 3rem; } + .md\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .md\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .md\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .md\:translate-x-16 { --transform-translate-x: 4rem; } @@ -72563,30 +119099,246 @@ video { --transform-translate-x: 6rem; } + .md\:translate-x-28 { + --transform-translate-x: 7rem; + } + .md\:translate-x-32 { --transform-translate-x: 8rem; } + .md\:translate-x-36 { + --transform-translate-x: 9rem; + } + .md\:translate-x-40 { --transform-translate-x: 10rem; } + .md\:translate-x-44 { + --transform-translate-x: 11rem; + } + .md\:translate-x-48 { --transform-translate-x: 12rem; } + .md\:translate-x-52 { + --transform-translate-x: 13rem; + } + .md\:translate-x-56 { --transform-translate-x: 14rem; } + .md\:translate-x-60 { + --transform-translate-x: 15rem; + } + .md\:translate-x-64 { --transform-translate-x: 16rem; } + .md\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .md\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .md\:translate-x-96 { + --transform-translate-x: 24rem; + } + .md\:translate-x-px { --transform-translate-x: 1px; } + .md\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .md\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .md\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .md\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .md\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .md\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .md\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .md\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .md\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .md\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .md\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .md\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .md\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .md\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .md\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .md\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .md\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .md\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .md\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .md\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .md\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .md\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .md\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .md\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .md\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .md\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .md\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .md\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .md\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .md\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .md\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .md\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .md\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .md\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .md\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .md\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .md\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .md\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .md\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .md\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .md\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .md\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .md\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .md\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .md\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .md\:translate-x-full { + --transform-translate-x: 100%; + } + .md\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -72611,18 +119363,42 @@ video { --transform-translate-x: -1.5rem; } + .md\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .md\:-translate-x-8 { --transform-translate-x: -2rem; } + .md\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .md\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .md\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .md\:-translate-x-12 { --transform-translate-x: -3rem; } + .md\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .md\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .md\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .md\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -72635,44 +119411,244 @@ video { --transform-translate-x: -6rem; } + .md\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .md\:-translate-x-32 { --transform-translate-x: -8rem; } + .md\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .md\:-translate-x-40 { --transform-translate-x: -10rem; } + .md\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .md\:-translate-x-48 { --transform-translate-x: -12rem; } + .md\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .md\:-translate-x-56 { --transform-translate-x: -14rem; } + .md\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .md\:-translate-x-64 { --transform-translate-x: -16rem; } + .md\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .md\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .md\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .md\:-translate-x-px { --transform-translate-x: -1px; } - .md\:-translate-x-full { - --transform-translate-x: -100%; + .md\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .md\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .md\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .md\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .md\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .md\:translate-x-1\/2 { - --transform-translate-x: 50%; + .md\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .md\:translate-x-full { - --transform-translate-x: 100%; + .md\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .md\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .md\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .md\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .md\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .md\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .md\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .md\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .md\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .md\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .md\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .md\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .md\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .md\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .md\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .md\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .md\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .md\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .md\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .md\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .md\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .md\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .md\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .md\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .md\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .md\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .md\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .md\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .md\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .md\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .md\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .md\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .md\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .md\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .md\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .md\:-translate-x-full { + --transform-translate-x: -100%; } .md\:translate-y-0 { @@ -72703,18 +119679,42 @@ video { --transform-translate-y: 1.5rem; } + .md\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .md\:translate-y-8 { --transform-translate-y: 2rem; } + .md\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .md\:translate-y-10 { --transform-translate-y: 2.5rem; } + .md\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .md\:translate-y-12 { --transform-translate-y: 3rem; } + .md\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .md\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .md\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .md\:translate-y-16 { --transform-translate-y: 4rem; } @@ -72727,30 +119727,246 @@ video { --transform-translate-y: 6rem; } + .md\:translate-y-28 { + --transform-translate-y: 7rem; + } + .md\:translate-y-32 { --transform-translate-y: 8rem; } + .md\:translate-y-36 { + --transform-translate-y: 9rem; + } + .md\:translate-y-40 { --transform-translate-y: 10rem; } + .md\:translate-y-44 { + --transform-translate-y: 11rem; + } + .md\:translate-y-48 { --transform-translate-y: 12rem; } + .md\:translate-y-52 { + --transform-translate-y: 13rem; + } + .md\:translate-y-56 { --transform-translate-y: 14rem; } + .md\:translate-y-60 { + --transform-translate-y: 15rem; + } + .md\:translate-y-64 { --transform-translate-y: 16rem; } + .md\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .md\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .md\:translate-y-96 { + --transform-translate-y: 24rem; + } + .md\:translate-y-px { --transform-translate-y: 1px; } + .md\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .md\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .md\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .md\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .md\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .md\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .md\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .md\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .md\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .md\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .md\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .md\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .md\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .md\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .md\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .md\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .md\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .md\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .md\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .md\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .md\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .md\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .md\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .md\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .md\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .md\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .md\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .md\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .md\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .md\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .md\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .md\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .md\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .md\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .md\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .md\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .md\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .md\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .md\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .md\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .md\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .md\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .md\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .md\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .md\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .md\:translate-y-full { + --transform-translate-y: 100%; + } + .md\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -72775,18 +119991,42 @@ video { --transform-translate-y: -1.5rem; } + .md\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .md\:-translate-y-8 { --transform-translate-y: -2rem; } + .md\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .md\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .md\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .md\:-translate-y-12 { --transform-translate-y: -3rem; } + .md\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .md\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .md\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .md\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -72799,44 +120039,244 @@ video { --transform-translate-y: -6rem; } + .md\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .md\:-translate-y-32 { --transform-translate-y: -8rem; } + .md\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .md\:-translate-y-40 { --transform-translate-y: -10rem; } + .md\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .md\:-translate-y-48 { --transform-translate-y: -12rem; } + .md\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .md\:-translate-y-56 { --transform-translate-y: -14rem; } + .md\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .md\:-translate-y-64 { --transform-translate-y: -16rem; } + .md\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .md\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .md\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .md\:-translate-y-px { --transform-translate-y: -1px; } - .md\:-translate-y-full { - --transform-translate-y: -100%; + .md\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .md\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .md\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .md\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .md\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .md\:translate-y-1\/2 { - --transform-translate-y: 50%; + .md\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .md\:translate-y-full { - --transform-translate-y: 100%; + .md\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .md\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .md\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .md\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .md\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .md\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .md\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .md\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .md\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .md\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .md\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .md\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .md\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .md\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .md\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .md\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .md\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .md\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .md\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .md\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .md\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .md\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .md\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .md\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .md\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .md\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .md\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .md\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .md\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .md\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .md\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .md\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .md\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .md\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .md\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .md\:-translate-y-full { + --transform-translate-y: -100%; } .md\:hover\:translate-x-0:hover { @@ -72867,18 +120307,42 @@ video { --transform-translate-x: 1.5rem; } + .md\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .md\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .md\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .md\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .md\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .md\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .md\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .md\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .md\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .md\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -72891,30 +120355,246 @@ video { --transform-translate-x: 6rem; } + .md\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .md\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .md\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .md\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .md\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .md\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .md\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .md\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .md\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .md\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .md\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .md\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .md\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .md\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .md\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .md\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .md\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .md\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .md\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .md\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .md\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .md\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .md\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .md\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .md\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .md\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .md\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .md\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .md\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .md\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .md\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .md\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .md\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .md\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .md\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .md\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .md\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .md\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .md\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .md\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .md\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .md\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .md\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .md\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .md\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .md\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .md\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .md\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .md\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .md\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .md\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .md\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .md\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .md\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .md\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .md\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -72939,18 +120619,42 @@ video { --transform-translate-x: -1.5rem; } + .md\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .md\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .md\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .md\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .md\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .md\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .md\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .md\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .md\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .md\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -72963,44 +120667,244 @@ video { --transform-translate-x: -6rem; } + .md\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .md\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .md\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .md\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .md\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .md\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .md\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .md\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .md\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .md\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .md\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .md\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .md\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .md\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .md\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .md\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .md\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .md\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .md\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .md\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .md\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .md\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .md\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .md\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .md\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .md\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .md\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .md\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .md\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .md\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .md\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .md\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .md\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .md\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .md\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .md\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .md\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .md\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .md\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .md\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .md\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .md\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .md\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .md\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .md\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .md\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .md\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .md\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .md\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .md\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .md\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .md\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .md\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .md\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .md\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .md\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .md\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .md\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .md\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .md\:hover\:translate-y-0:hover { @@ -73031,18 +120935,42 @@ video { --transform-translate-y: 1.5rem; } + .md\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .md\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .md\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .md\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .md\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .md\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .md\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .md\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .md\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .md\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -73055,30 +120983,246 @@ video { --transform-translate-y: 6rem; } + .md\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .md\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .md\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .md\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .md\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .md\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .md\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .md\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .md\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .md\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .md\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .md\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .md\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .md\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .md\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .md\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .md\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .md\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .md\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .md\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .md\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .md\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .md\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .md\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .md\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .md\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .md\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .md\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .md\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .md\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .md\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .md\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .md\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .md\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .md\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .md\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .md\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .md\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .md\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .md\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .md\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .md\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .md\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .md\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .md\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .md\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .md\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .md\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .md\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .md\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .md\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .md\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .md\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .md\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .md\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .md\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -73103,18 +121247,42 @@ video { --transform-translate-y: -1.5rem; } + .md\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .md\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .md\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .md\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .md\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .md\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .md\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .md\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .md\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .md\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -73127,44 +121295,244 @@ video { --transform-translate-y: -6rem; } + .md\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .md\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .md\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .md\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .md\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .md\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .md\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .md\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .md\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .md\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .md\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .md\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .md\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .md\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .md\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .md\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .md\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .md\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .md\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .md\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .md\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .md\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .md\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .md\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .md\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .md\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .md\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .md\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .md\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .md\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .md\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .md\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .md\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .md\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .md\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .md\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .md\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .md\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .md\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .md\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .md\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .md\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .md\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .md\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .md\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .md\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .md\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .md\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .md\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .md\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .md\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .md\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .md\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .md\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .md\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .md\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .md\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .md\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .md\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .md\:focus\:translate-x-0:focus { @@ -73195,18 +121563,42 @@ video { --transform-translate-x: 1.5rem; } + .md\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .md\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .md\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .md\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .md\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .md\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .md\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .md\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .md\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .md\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -73219,30 +121611,246 @@ video { --transform-translate-x: 6rem; } + .md\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .md\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .md\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .md\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .md\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .md\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .md\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .md\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .md\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .md\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .md\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .md\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .md\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .md\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .md\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .md\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .md\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .md\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .md\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .md\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .md\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .md\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .md\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .md\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .md\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .md\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .md\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .md\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .md\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .md\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .md\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .md\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .md\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .md\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .md\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .md\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .md\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .md\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .md\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .md\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .md\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .md\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .md\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .md\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .md\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .md\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .md\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .md\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .md\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .md\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .md\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .md\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .md\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .md\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .md\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .md\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -73267,18 +121875,42 @@ video { --transform-translate-x: -1.5rem; } + .md\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .md\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .md\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .md\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .md\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .md\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .md\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .md\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .md\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .md\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -73291,44 +121923,244 @@ video { --transform-translate-x: -6rem; } + .md\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .md\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .md\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .md\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .md\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .md\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .md\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .md\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .md\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .md\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .md\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .md\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .md\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .md\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .md\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .md\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .md\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .md\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .md\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .md\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .md\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .md\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .md\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .md\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .md\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .md\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .md\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .md\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .md\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .md\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .md\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .md\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .md\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .md\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .md\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .md\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .md\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .md\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .md\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .md\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .md\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .md\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .md\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .md\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .md\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .md\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .md\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .md\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .md\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .md\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .md\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .md\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .md\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .md\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .md\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .md\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .md\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .md\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .md\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .md\:focus\:translate-y-0:focus { @@ -73359,18 +122191,42 @@ video { --transform-translate-y: 1.5rem; } + .md\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .md\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .md\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .md\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .md\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .md\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .md\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .md\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .md\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .md\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -73383,30 +122239,246 @@ video { --transform-translate-y: 6rem; } + .md\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .md\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .md\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .md\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .md\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .md\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .md\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .md\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .md\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .md\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .md\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .md\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .md\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .md\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .md\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .md\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .md\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .md\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .md\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .md\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .md\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .md\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .md\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .md\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .md\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .md\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .md\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .md\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .md\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .md\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .md\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .md\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .md\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .md\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .md\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .md\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .md\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .md\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .md\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .md\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .md\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .md\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .md\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .md\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .md\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .md\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .md\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .md\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .md\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .md\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .md\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .md\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .md\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .md\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .md\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .md\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -73431,18 +122503,42 @@ video { --transform-translate-y: -1.5rem; } + .md\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .md\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .md\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .md\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .md\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .md\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .md\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .md\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .md\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .md\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -73455,44 +122551,244 @@ video { --transform-translate-y: -6rem; } + .md\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .md\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .md\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .md\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .md\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .md\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .md\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .md\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .md\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .md\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .md\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .md\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .md\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .md\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .md\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .md\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .md\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .md\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .md\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .md\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .md\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .md\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .md\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .md\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .md\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .md\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .md\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .md\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .md\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .md\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .md\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .md\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .md\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .md\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .md\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .md\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .md\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .md\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .md\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .md\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .md\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .md\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .md\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .md\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .md\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .md\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .md\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .md\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .md\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .md\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .md\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .md\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .md\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .md\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .md\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .md\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .md\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .md\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .md\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .md\:skew-x-0 { @@ -74006,6 +123302,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .lg\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -74018,6 +123326,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .lg\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -74030,6 +123350,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .lg\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -74042,6 +123374,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .lg\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .lg\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .lg\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -74078,6 +123446,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .lg\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -74090,6 +123470,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .lg\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -74102,6 +123494,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .lg\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -74114,6 +123518,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .lg\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -74126,6 +123542,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .lg\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -74138,6 +123566,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .lg\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .lg\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .lg\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -74150,6 +123614,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .lg\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .lg\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .lg\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .lg\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .lg\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .lg\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .lg\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .lg\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .lg\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .lg\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .lg\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .lg\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .lg\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .lg\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .lg\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .lg\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -74222,6 +124238,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .lg\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -74234,6 +124262,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .lg\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -74246,6 +124286,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .lg\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -74258,6 +124310,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .lg\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .lg\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .lg\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -74294,6 +124382,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .lg\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -74306,6 +124406,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .lg\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -74318,6 +124430,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .lg\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -74330,6 +124454,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .lg\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -74342,6 +124478,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .lg\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -74354,6 +124502,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .lg\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .lg\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .lg\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -74366,6 +124550,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .lg\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .lg\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .lg\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .lg\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .lg\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .lg\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .lg\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -88914,18 +139650,42 @@ video { height: 1.5rem; } + .lg\:h-7 { + height: 1.75rem; + } + .lg\:h-8 { height: 2rem; } + .lg\:h-9 { + height: 2.25rem; + } + .lg\:h-10 { height: 2.5rem; } + .lg\:h-11 { + height: 2.75rem; + } + .lg\:h-12 { height: 3rem; } + .lg\:h-13 { + height: 3.25rem; + } + + .lg\:h-14 { + height: 3.5rem; + } + + .lg\:h-15 { + height: 3.75rem; + } + .lg\:h-16 { height: 4rem; } @@ -88938,26 +139698,58 @@ video { height: 6rem; } + .lg\:h-28 { + height: 7rem; + } + .lg\:h-32 { height: 8rem; } + .lg\:h-36 { + height: 9rem; + } + .lg\:h-40 { height: 10rem; } + .lg\:h-44 { + height: 11rem; + } + .lg\:h-48 { height: 12rem; } + .lg\:h-52 { + height: 13rem; + } + .lg\:h-56 { height: 14rem; } + .lg\:h-60 { + height: 15rem; + } + .lg\:h-64 { height: 16rem; } + .lg\:h-72 { + height: 18rem; + } + + .lg\:h-80 { + height: 20rem; + } + + .lg\:h-96 { + height: 24rem; + } + .lg\:h-auto { height: auto; } @@ -88966,6 +139758,186 @@ video { height: 1px; } + .lg\:h-0\.5 { + height: 0.125rem; + } + + .lg\:h-1\.5 { + height: 0.375rem; + } + + .lg\:h-2\.5 { + height: 0.625rem; + } + + .lg\:h-3\.5 { + height: 0.875rem; + } + + .lg\:h-1\/2 { + height: 50%; + } + + .lg\:h-1\/3 { + height: 33.333333%; + } + + .lg\:h-2\/3 { + height: 66.666667%; + } + + .lg\:h-1\/4 { + height: 25%; + } + + .lg\:h-2\/4 { + height: 50%; + } + + .lg\:h-3\/4 { + height: 75%; + } + + .lg\:h-1\/5 { + height: 20%; + } + + .lg\:h-2\/5 { + height: 40%; + } + + .lg\:h-3\/5 { + height: 60%; + } + + .lg\:h-4\/5 { + height: 80%; + } + + .lg\:h-1\/6 { + height: 16.666667%; + } + + .lg\:h-2\/6 { + height: 33.333333%; + } + + .lg\:h-3\/6 { + height: 50%; + } + + .lg\:h-4\/6 { + height: 66.666667%; + } + + .lg\:h-5\/6 { + height: 83.333333%; + } + + .lg\:h-1\/12 { + height: 8.333333%; + } + + .lg\:h-2\/12 { + height: 16.666667%; + } + + .lg\:h-3\/12 { + height: 25%; + } + + .lg\:h-4\/12 { + height: 33.333333%; + } + + .lg\:h-5\/12 { + height: 41.666667%; + } + + .lg\:h-6\/12 { + height: 50%; + } + + .lg\:h-7\/12 { + height: 58.333333%; + } + + .lg\:h-8\/12 { + height: 66.666667%; + } + + .lg\:h-9\/12 { + height: 75%; + } + + .lg\:h-10\/12 { + height: 83.333333%; + } + + .lg\:h-11\/12 { + height: 91.666667%; + } + + .lg\:h-1\/16 { + height: 6.25%; + } + + .lg\:h-2\/16 { + height: 12.5%; + } + + .lg\:h-3\/16 { + height: 18.75%; + } + + .lg\:h-4\/16 { + height: 25%; + } + + .lg\:h-5\/16 { + height: 31.25%; + } + + .lg\:h-6\/16 { + height: 37.5%; + } + + .lg\:h-7\/16 { + height: 43.75%; + } + + .lg\:h-8\/16 { + height: 50%; + } + + .lg\:h-9\/16 { + height: 56.25%; + } + + .lg\:h-10\/16 { + height: 62.5%; + } + + .lg\:h-11\/16 { + height: 68.75%; + } + + .lg\:h-12\/16 { + height: 75%; + } + + .lg\:h-13\/16 { + height: 81.25%; + } + + .lg\:h-14\/16 { + height: 87.5%; + } + + .lg\:h-15\/16 { + height: 93.75%; + } + .lg\:h-full { height: 100%; } @@ -89128,18 +140100,42 @@ video { margin: 1.5rem; } + .lg\:m-7 { + margin: 1.75rem; + } + .lg\:m-8 { margin: 2rem; } + .lg\:m-9 { + margin: 2.25rem; + } + .lg\:m-10 { margin: 2.5rem; } + .lg\:m-11 { + margin: 2.75rem; + } + .lg\:m-12 { margin: 3rem; } + .lg\:m-13 { + margin: 3.25rem; + } + + .lg\:m-14 { + margin: 3.5rem; + } + + .lg\:m-15 { + margin: 3.75rem; + } + .lg\:m-16 { margin: 4rem; } @@ -89152,26 +140148,58 @@ video { margin: 6rem; } + .lg\:m-28 { + margin: 7rem; + } + .lg\:m-32 { margin: 8rem; } + .lg\:m-36 { + margin: 9rem; + } + .lg\:m-40 { margin: 10rem; } + .lg\:m-44 { + margin: 11rem; + } + .lg\:m-48 { margin: 12rem; } + .lg\:m-52 { + margin: 13rem; + } + .lg\:m-56 { margin: 14rem; } + .lg\:m-60 { + margin: 15rem; + } + .lg\:m-64 { margin: 16rem; } + .lg\:m-72 { + margin: 18rem; + } + + .lg\:m-80 { + margin: 20rem; + } + + .lg\:m-96 { + margin: 24rem; + } + .lg\:m-auto { margin: auto; } @@ -89180,6 +140208,190 @@ video { margin: 1px; } + .lg\:m-0\.5 { + margin: 0.125rem; + } + + .lg\:m-1\.5 { + margin: 0.375rem; + } + + .lg\:m-2\.5 { + margin: 0.625rem; + } + + .lg\:m-3\.5 { + margin: 0.875rem; + } + + .lg\:m-1\/2 { + margin: 50%; + } + + .lg\:m-1\/3 { + margin: 33.333333%; + } + + .lg\:m-2\/3 { + margin: 66.666667%; + } + + .lg\:m-1\/4 { + margin: 25%; + } + + .lg\:m-2\/4 { + margin: 50%; + } + + .lg\:m-3\/4 { + margin: 75%; + } + + .lg\:m-1\/5 { + margin: 20%; + } + + .lg\:m-2\/5 { + margin: 40%; + } + + .lg\:m-3\/5 { + margin: 60%; + } + + .lg\:m-4\/5 { + margin: 80%; + } + + .lg\:m-1\/6 { + margin: 16.666667%; + } + + .lg\:m-2\/6 { + margin: 33.333333%; + } + + .lg\:m-3\/6 { + margin: 50%; + } + + .lg\:m-4\/6 { + margin: 66.666667%; + } + + .lg\:m-5\/6 { + margin: 83.333333%; + } + + .lg\:m-1\/12 { + margin: 8.333333%; + } + + .lg\:m-2\/12 { + margin: 16.666667%; + } + + .lg\:m-3\/12 { + margin: 25%; + } + + .lg\:m-4\/12 { + margin: 33.333333%; + } + + .lg\:m-5\/12 { + margin: 41.666667%; + } + + .lg\:m-6\/12 { + margin: 50%; + } + + .lg\:m-7\/12 { + margin: 58.333333%; + } + + .lg\:m-8\/12 { + margin: 66.666667%; + } + + .lg\:m-9\/12 { + margin: 75%; + } + + .lg\:m-10\/12 { + margin: 83.333333%; + } + + .lg\:m-11\/12 { + margin: 91.666667%; + } + + .lg\:m-1\/16 { + margin: 6.25%; + } + + .lg\:m-2\/16 { + margin: 12.5%; + } + + .lg\:m-3\/16 { + margin: 18.75%; + } + + .lg\:m-4\/16 { + margin: 25%; + } + + .lg\:m-5\/16 { + margin: 31.25%; + } + + .lg\:m-6\/16 { + margin: 37.5%; + } + + .lg\:m-7\/16 { + margin: 43.75%; + } + + .lg\:m-8\/16 { + margin: 50%; + } + + .lg\:m-9\/16 { + margin: 56.25%; + } + + .lg\:m-10\/16 { + margin: 62.5%; + } + + .lg\:m-11\/16 { + margin: 68.75%; + } + + .lg\:m-12\/16 { + margin: 75%; + } + + .lg\:m-13\/16 { + margin: 81.25%; + } + + .lg\:m-14\/16 { + margin: 87.5%; + } + + .lg\:m-15\/16 { + margin: 93.75%; + } + + .lg\:m-full { + margin: 100%; + } + .lg\:-m-1 { margin: -0.25rem; } @@ -89204,18 +140416,42 @@ video { margin: -1.5rem; } + .lg\:-m-7 { + margin: -1.75rem; + } + .lg\:-m-8 { margin: -2rem; } + .lg\:-m-9 { + margin: -2.25rem; + } + .lg\:-m-10 { margin: -2.5rem; } + .lg\:-m-11 { + margin: -2.75rem; + } + .lg\:-m-12 { margin: -3rem; } + .lg\:-m-13 { + margin: -3.25rem; + } + + .lg\:-m-14 { + margin: -3.5rem; + } + + .lg\:-m-15 { + margin: -3.75rem; + } + .lg\:-m-16 { margin: -4rem; } @@ -89228,30 +140464,246 @@ video { margin: -6rem; } + .lg\:-m-28 { + margin: -7rem; + } + .lg\:-m-32 { margin: -8rem; } + .lg\:-m-36 { + margin: -9rem; + } + .lg\:-m-40 { margin: -10rem; } + .lg\:-m-44 { + margin: -11rem; + } + .lg\:-m-48 { margin: -12rem; } + .lg\:-m-52 { + margin: -13rem; + } + .lg\:-m-56 { margin: -14rem; } + .lg\:-m-60 { + margin: -15rem; + } + .lg\:-m-64 { margin: -16rem; } + .lg\:-m-72 { + margin: -18rem; + } + + .lg\:-m-80 { + margin: -20rem; + } + + .lg\:-m-96 { + margin: -24rem; + } + .lg\:-m-px { margin: -1px; } + .lg\:-m-0\.5 { + margin: -0.125rem; + } + + .lg\:-m-1\.5 { + margin: -0.375rem; + } + + .lg\:-m-2\.5 { + margin: -0.625rem; + } + + .lg\:-m-3\.5 { + margin: -0.875rem; + } + + .lg\:-m-1\/2 { + margin: -50%; + } + + .lg\:-m-1\/3 { + margin: -33.33333%; + } + + .lg\:-m-2\/3 { + margin: -66.66667%; + } + + .lg\:-m-1\/4 { + margin: -25%; + } + + .lg\:-m-2\/4 { + margin: -50%; + } + + .lg\:-m-3\/4 { + margin: -75%; + } + + .lg\:-m-1\/5 { + margin: -20%; + } + + .lg\:-m-2\/5 { + margin: -40%; + } + + .lg\:-m-3\/5 { + margin: -60%; + } + + .lg\:-m-4\/5 { + margin: -80%; + } + + .lg\:-m-1\/6 { + margin: -16.66667%; + } + + .lg\:-m-2\/6 { + margin: -33.33333%; + } + + .lg\:-m-3\/6 { + margin: -50%; + } + + .lg\:-m-4\/6 { + margin: -66.66667%; + } + + .lg\:-m-5\/6 { + margin: -83.33333%; + } + + .lg\:-m-1\/12 { + margin: -8.33333%; + } + + .lg\:-m-2\/12 { + margin: -16.66667%; + } + + .lg\:-m-3\/12 { + margin: -25%; + } + + .lg\:-m-4\/12 { + margin: -33.33333%; + } + + .lg\:-m-5\/12 { + margin: -41.66667%; + } + + .lg\:-m-6\/12 { + margin: -50%; + } + + .lg\:-m-7\/12 { + margin: -58.33333%; + } + + .lg\:-m-8\/12 { + margin: -66.66667%; + } + + .lg\:-m-9\/12 { + margin: -75%; + } + + .lg\:-m-10\/12 { + margin: -83.33333%; + } + + .lg\:-m-11\/12 { + margin: -91.66667%; + } + + .lg\:-m-1\/16 { + margin: -6.25%; + } + + .lg\:-m-2\/16 { + margin: -12.5%; + } + + .lg\:-m-3\/16 { + margin: -18.75%; + } + + .lg\:-m-4\/16 { + margin: -25%; + } + + .lg\:-m-5\/16 { + margin: -31.25%; + } + + .lg\:-m-6\/16 { + margin: -37.5%; + } + + .lg\:-m-7\/16 { + margin: -43.75%; + } + + .lg\:-m-8\/16 { + margin: -50%; + } + + .lg\:-m-9\/16 { + margin: -56.25%; + } + + .lg\:-m-10\/16 { + margin: -62.5%; + } + + .lg\:-m-11\/16 { + margin: -68.75%; + } + + .lg\:-m-12\/16 { + margin: -75%; + } + + .lg\:-m-13\/16 { + margin: -81.25%; + } + + .lg\:-m-14\/16 { + margin: -87.5%; + } + + .lg\:-m-15\/16 { + margin: -93.75%; + } + + .lg\:-m-full { + margin: -100%; + } + .lg\:my-0 { margin-top: 0; margin-bottom: 0; @@ -89322,6 +140774,16 @@ video { margin-right: 1.5rem; } + .lg\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .lg\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .lg\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -89332,6 +140794,16 @@ video { margin-right: 2rem; } + .lg\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .lg\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .lg\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -89342,6 +140814,16 @@ video { margin-right: 2.5rem; } + .lg\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .lg\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .lg\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -89352,6 +140834,36 @@ video { margin-right: 3rem; } + .lg\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .lg\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .lg\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .lg\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .lg\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .lg\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .lg\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -89382,6 +140894,16 @@ video { margin-right: 6rem; } + .lg\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .lg\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .lg\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -89392,6 +140914,16 @@ video { margin-right: 8rem; } + .lg\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .lg\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .lg\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -89402,6 +140934,16 @@ video { margin-right: 10rem; } + .lg\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .lg\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .lg\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -89412,6 +140954,16 @@ video { margin-right: 12rem; } + .lg\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .lg\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .lg\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -89422,6 +140974,16 @@ video { margin-right: 14rem; } + .lg\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .lg\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .lg\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -89432,6 +140994,36 @@ video { margin-right: 16rem; } + .lg\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .lg\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .lg\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .lg\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .lg\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .lg\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .lg\:my-auto { margin-top: auto; margin-bottom: auto; @@ -89452,6 +141044,466 @@ video { margin-right: 1px; } + .lg\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .lg\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .lg\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .lg\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .lg\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .lg\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .lg\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .lg\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .lg\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .lg\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .lg\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .lg\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .lg\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .lg\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .lg\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .lg\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .lg\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .lg\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .lg\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .lg\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .lg\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .lg\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .lg\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .lg\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .lg\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .lg\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .lg\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .lg\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .lg\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .lg\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .lg\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .lg\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .lg\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .lg\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .lg\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .lg\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .lg\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .lg\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .lg\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .lg\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .lg\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .lg\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .lg\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .lg\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .lg\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .lg\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .lg\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .lg\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .lg\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .lg\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .lg\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .lg\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .lg\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .lg\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .lg\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .lg\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .lg\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .lg\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .lg\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .lg\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .lg\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .lg\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .lg\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .lg\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .lg\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .lg\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .lg\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .lg\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .lg\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .lg\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .lg\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .lg\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .lg\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .lg\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .lg\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .lg\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .lg\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .lg\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .lg\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .lg\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .lg\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .lg\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .lg\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -89512,6 +141564,16 @@ video { margin-right: -1.5rem; } + .lg\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .lg\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .lg\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -89522,6 +141584,16 @@ video { margin-right: -2rem; } + .lg\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .lg\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .lg\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -89532,6 +141604,16 @@ video { margin-right: -2.5rem; } + .lg\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .lg\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .lg\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -89542,6 +141624,36 @@ video { margin-right: -3rem; } + .lg\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .lg\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .lg\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .lg\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .lg\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .lg\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .lg\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -89572,6 +141684,16 @@ video { margin-right: -6rem; } + .lg\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .lg\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .lg\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -89582,6 +141704,16 @@ video { margin-right: -8rem; } + .lg\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .lg\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .lg\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -89592,6 +141724,16 @@ video { margin-right: -10rem; } + .lg\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .lg\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .lg\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -89602,6 +141744,16 @@ video { margin-right: -12rem; } + .lg\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .lg\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .lg\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -89612,6 +141764,16 @@ video { margin-right: -14rem; } + .lg\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .lg\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .lg\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -89622,6 +141784,36 @@ video { margin-right: -16rem; } + .lg\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .lg\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .lg\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .lg\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .lg\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .lg\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .lg\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -89632,6 +141824,466 @@ video { margin-right: -1px; } + .lg\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .lg\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .lg\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .lg\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .lg\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .lg\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .lg\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .lg\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .lg\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .lg\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .lg\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .lg\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .lg\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .lg\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .lg\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .lg\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .lg\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .lg\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .lg\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .lg\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .lg\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .lg\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .lg\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .lg\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .lg\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .lg\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .lg\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .lg\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .lg\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .lg\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .lg\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .lg\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .lg\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .lg\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .lg\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .lg\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .lg\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .lg\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .lg\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .lg\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .lg\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .lg\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .lg\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .lg\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .lg\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .lg\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .lg\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .lg\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .lg\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .lg\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .lg\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .lg\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .lg\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .lg\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .lg\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .lg\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .lg\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .lg\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .lg\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .lg\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .lg\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .lg\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .lg\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .lg\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .lg\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .lg\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .lg\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .lg\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .lg\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .lg\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .lg\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .lg\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .lg\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .lg\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .lg\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .lg\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .lg\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .lg\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .lg\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .lg\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .lg\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .lg\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .lg\:mt-0 { margin-top: 0; } @@ -89744,6 +142396,22 @@ video { margin-left: 1.5rem; } + .lg\:mt-7 { + margin-top: 1.75rem; + } + + .lg\:mr-7 { + margin-right: 1.75rem; + } + + .lg\:mb-7 { + margin-bottom: 1.75rem; + } + + .lg\:ml-7 { + margin-left: 1.75rem; + } + .lg\:mt-8 { margin-top: 2rem; } @@ -89760,6 +142428,22 @@ video { margin-left: 2rem; } + .lg\:mt-9 { + margin-top: 2.25rem; + } + + .lg\:mr-9 { + margin-right: 2.25rem; + } + + .lg\:mb-9 { + margin-bottom: 2.25rem; + } + + .lg\:ml-9 { + margin-left: 2.25rem; + } + .lg\:mt-10 { margin-top: 2.5rem; } @@ -89776,6 +142460,22 @@ video { margin-left: 2.5rem; } + .lg\:mt-11 { + margin-top: 2.75rem; + } + + .lg\:mr-11 { + margin-right: 2.75rem; + } + + .lg\:mb-11 { + margin-bottom: 2.75rem; + } + + .lg\:ml-11 { + margin-left: 2.75rem; + } + .lg\:mt-12 { margin-top: 3rem; } @@ -89792,6 +142492,54 @@ video { margin-left: 3rem; } + .lg\:mt-13 { + margin-top: 3.25rem; + } + + .lg\:mr-13 { + margin-right: 3.25rem; + } + + .lg\:mb-13 { + margin-bottom: 3.25rem; + } + + .lg\:ml-13 { + margin-left: 3.25rem; + } + + .lg\:mt-14 { + margin-top: 3.5rem; + } + + .lg\:mr-14 { + margin-right: 3.5rem; + } + + .lg\:mb-14 { + margin-bottom: 3.5rem; + } + + .lg\:ml-14 { + margin-left: 3.5rem; + } + + .lg\:mt-15 { + margin-top: 3.75rem; + } + + .lg\:mr-15 { + margin-right: 3.75rem; + } + + .lg\:mb-15 { + margin-bottom: 3.75rem; + } + + .lg\:ml-15 { + margin-left: 3.75rem; + } + .lg\:mt-16 { margin-top: 4rem; } @@ -89840,6 +142588,22 @@ video { margin-left: 6rem; } + .lg\:mt-28 { + margin-top: 7rem; + } + + .lg\:mr-28 { + margin-right: 7rem; + } + + .lg\:mb-28 { + margin-bottom: 7rem; + } + + .lg\:ml-28 { + margin-left: 7rem; + } + .lg\:mt-32 { margin-top: 8rem; } @@ -89856,6 +142620,22 @@ video { margin-left: 8rem; } + .lg\:mt-36 { + margin-top: 9rem; + } + + .lg\:mr-36 { + margin-right: 9rem; + } + + .lg\:mb-36 { + margin-bottom: 9rem; + } + + .lg\:ml-36 { + margin-left: 9rem; + } + .lg\:mt-40 { margin-top: 10rem; } @@ -89872,6 +142652,22 @@ video { margin-left: 10rem; } + .lg\:mt-44 { + margin-top: 11rem; + } + + .lg\:mr-44 { + margin-right: 11rem; + } + + .lg\:mb-44 { + margin-bottom: 11rem; + } + + .lg\:ml-44 { + margin-left: 11rem; + } + .lg\:mt-48 { margin-top: 12rem; } @@ -89888,6 +142684,22 @@ video { margin-left: 12rem; } + .lg\:mt-52 { + margin-top: 13rem; + } + + .lg\:mr-52 { + margin-right: 13rem; + } + + .lg\:mb-52 { + margin-bottom: 13rem; + } + + .lg\:ml-52 { + margin-left: 13rem; + } + .lg\:mt-56 { margin-top: 14rem; } @@ -89904,6 +142716,22 @@ video { margin-left: 14rem; } + .lg\:mt-60 { + margin-top: 15rem; + } + + .lg\:mr-60 { + margin-right: 15rem; + } + + .lg\:mb-60 { + margin-bottom: 15rem; + } + + .lg\:ml-60 { + margin-left: 15rem; + } + .lg\:mt-64 { margin-top: 16rem; } @@ -89920,6 +142748,54 @@ video { margin-left: 16rem; } + .lg\:mt-72 { + margin-top: 18rem; + } + + .lg\:mr-72 { + margin-right: 18rem; + } + + .lg\:mb-72 { + margin-bottom: 18rem; + } + + .lg\:ml-72 { + margin-left: 18rem; + } + + .lg\:mt-80 { + margin-top: 20rem; + } + + .lg\:mr-80 { + margin-right: 20rem; + } + + .lg\:mb-80 { + margin-bottom: 20rem; + } + + .lg\:ml-80 { + margin-left: 20rem; + } + + .lg\:mt-96 { + margin-top: 24rem; + } + + .lg\:mr-96 { + margin-right: 24rem; + } + + .lg\:mb-96 { + margin-bottom: 24rem; + } + + .lg\:ml-96 { + margin-left: 24rem; + } + .lg\:mt-auto { margin-top: auto; } @@ -89952,6 +142828,742 @@ video { margin-left: 1px; } + .lg\:mt-0\.5 { + margin-top: 0.125rem; + } + + .lg\:mr-0\.5 { + margin-right: 0.125rem; + } + + .lg\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .lg\:ml-0\.5 { + margin-left: 0.125rem; + } + + .lg\:mt-1\.5 { + margin-top: 0.375rem; + } + + .lg\:mr-1\.5 { + margin-right: 0.375rem; + } + + .lg\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .lg\:ml-1\.5 { + margin-left: 0.375rem; + } + + .lg\:mt-2\.5 { + margin-top: 0.625rem; + } + + .lg\:mr-2\.5 { + margin-right: 0.625rem; + } + + .lg\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .lg\:ml-2\.5 { + margin-left: 0.625rem; + } + + .lg\:mt-3\.5 { + margin-top: 0.875rem; + } + + .lg\:mr-3\.5 { + margin-right: 0.875rem; + } + + .lg\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .lg\:ml-3\.5 { + margin-left: 0.875rem; + } + + .lg\:mt-1\/2 { + margin-top: 50%; + } + + .lg\:mr-1\/2 { + margin-right: 50%; + } + + .lg\:mb-1\/2 { + margin-bottom: 50%; + } + + .lg\:ml-1\/2 { + margin-left: 50%; + } + + .lg\:mt-1\/3 { + margin-top: 33.333333%; + } + + .lg\:mr-1\/3 { + margin-right: 33.333333%; + } + + .lg\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .lg\:ml-1\/3 { + margin-left: 33.333333%; + } + + .lg\:mt-2\/3 { + margin-top: 66.666667%; + } + + .lg\:mr-2\/3 { + margin-right: 66.666667%; + } + + .lg\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .lg\:ml-2\/3 { + margin-left: 66.666667%; + } + + .lg\:mt-1\/4 { + margin-top: 25%; + } + + .lg\:mr-1\/4 { + margin-right: 25%; + } + + .lg\:mb-1\/4 { + margin-bottom: 25%; + } + + .lg\:ml-1\/4 { + margin-left: 25%; + } + + .lg\:mt-2\/4 { + margin-top: 50%; + } + + .lg\:mr-2\/4 { + margin-right: 50%; + } + + .lg\:mb-2\/4 { + margin-bottom: 50%; + } + + .lg\:ml-2\/4 { + margin-left: 50%; + } + + .lg\:mt-3\/4 { + margin-top: 75%; + } + + .lg\:mr-3\/4 { + margin-right: 75%; + } + + .lg\:mb-3\/4 { + margin-bottom: 75%; + } + + .lg\:ml-3\/4 { + margin-left: 75%; + } + + .lg\:mt-1\/5 { + margin-top: 20%; + } + + .lg\:mr-1\/5 { + margin-right: 20%; + } + + .lg\:mb-1\/5 { + margin-bottom: 20%; + } + + .lg\:ml-1\/5 { + margin-left: 20%; + } + + .lg\:mt-2\/5 { + margin-top: 40%; + } + + .lg\:mr-2\/5 { + margin-right: 40%; + } + + .lg\:mb-2\/5 { + margin-bottom: 40%; + } + + .lg\:ml-2\/5 { + margin-left: 40%; + } + + .lg\:mt-3\/5 { + margin-top: 60%; + } + + .lg\:mr-3\/5 { + margin-right: 60%; + } + + .lg\:mb-3\/5 { + margin-bottom: 60%; + } + + .lg\:ml-3\/5 { + margin-left: 60%; + } + + .lg\:mt-4\/5 { + margin-top: 80%; + } + + .lg\:mr-4\/5 { + margin-right: 80%; + } + + .lg\:mb-4\/5 { + margin-bottom: 80%; + } + + .lg\:ml-4\/5 { + margin-left: 80%; + } + + .lg\:mt-1\/6 { + margin-top: 16.666667%; + } + + .lg\:mr-1\/6 { + margin-right: 16.666667%; + } + + .lg\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .lg\:ml-1\/6 { + margin-left: 16.666667%; + } + + .lg\:mt-2\/6 { + margin-top: 33.333333%; + } + + .lg\:mr-2\/6 { + margin-right: 33.333333%; + } + + .lg\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .lg\:ml-2\/6 { + margin-left: 33.333333%; + } + + .lg\:mt-3\/6 { + margin-top: 50%; + } + + .lg\:mr-3\/6 { + margin-right: 50%; + } + + .lg\:mb-3\/6 { + margin-bottom: 50%; + } + + .lg\:ml-3\/6 { + margin-left: 50%; + } + + .lg\:mt-4\/6 { + margin-top: 66.666667%; + } + + .lg\:mr-4\/6 { + margin-right: 66.666667%; + } + + .lg\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .lg\:ml-4\/6 { + margin-left: 66.666667%; + } + + .lg\:mt-5\/6 { + margin-top: 83.333333%; + } + + .lg\:mr-5\/6 { + margin-right: 83.333333%; + } + + .lg\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .lg\:ml-5\/6 { + margin-left: 83.333333%; + } + + .lg\:mt-1\/12 { + margin-top: 8.333333%; + } + + .lg\:mr-1\/12 { + margin-right: 8.333333%; + } + + .lg\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .lg\:ml-1\/12 { + margin-left: 8.333333%; + } + + .lg\:mt-2\/12 { + margin-top: 16.666667%; + } + + .lg\:mr-2\/12 { + margin-right: 16.666667%; + } + + .lg\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .lg\:ml-2\/12 { + margin-left: 16.666667%; + } + + .lg\:mt-3\/12 { + margin-top: 25%; + } + + .lg\:mr-3\/12 { + margin-right: 25%; + } + + .lg\:mb-3\/12 { + margin-bottom: 25%; + } + + .lg\:ml-3\/12 { + margin-left: 25%; + } + + .lg\:mt-4\/12 { + margin-top: 33.333333%; + } + + .lg\:mr-4\/12 { + margin-right: 33.333333%; + } + + .lg\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .lg\:ml-4\/12 { + margin-left: 33.333333%; + } + + .lg\:mt-5\/12 { + margin-top: 41.666667%; + } + + .lg\:mr-5\/12 { + margin-right: 41.666667%; + } + + .lg\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .lg\:ml-5\/12 { + margin-left: 41.666667%; + } + + .lg\:mt-6\/12 { + margin-top: 50%; + } + + .lg\:mr-6\/12 { + margin-right: 50%; + } + + .lg\:mb-6\/12 { + margin-bottom: 50%; + } + + .lg\:ml-6\/12 { + margin-left: 50%; + } + + .lg\:mt-7\/12 { + margin-top: 58.333333%; + } + + .lg\:mr-7\/12 { + margin-right: 58.333333%; + } + + .lg\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .lg\:ml-7\/12 { + margin-left: 58.333333%; + } + + .lg\:mt-8\/12 { + margin-top: 66.666667%; + } + + .lg\:mr-8\/12 { + margin-right: 66.666667%; + } + + .lg\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .lg\:ml-8\/12 { + margin-left: 66.666667%; + } + + .lg\:mt-9\/12 { + margin-top: 75%; + } + + .lg\:mr-9\/12 { + margin-right: 75%; + } + + .lg\:mb-9\/12 { + margin-bottom: 75%; + } + + .lg\:ml-9\/12 { + margin-left: 75%; + } + + .lg\:mt-10\/12 { + margin-top: 83.333333%; + } + + .lg\:mr-10\/12 { + margin-right: 83.333333%; + } + + .lg\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .lg\:ml-10\/12 { + margin-left: 83.333333%; + } + + .lg\:mt-11\/12 { + margin-top: 91.666667%; + } + + .lg\:mr-11\/12 { + margin-right: 91.666667%; + } + + .lg\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .lg\:ml-11\/12 { + margin-left: 91.666667%; + } + + .lg\:mt-1\/16 { + margin-top: 6.25%; + } + + .lg\:mr-1\/16 { + margin-right: 6.25%; + } + + .lg\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .lg\:ml-1\/16 { + margin-left: 6.25%; + } + + .lg\:mt-2\/16 { + margin-top: 12.5%; + } + + .lg\:mr-2\/16 { + margin-right: 12.5%; + } + + .lg\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .lg\:ml-2\/16 { + margin-left: 12.5%; + } + + .lg\:mt-3\/16 { + margin-top: 18.75%; + } + + .lg\:mr-3\/16 { + margin-right: 18.75%; + } + + .lg\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .lg\:ml-3\/16 { + margin-left: 18.75%; + } + + .lg\:mt-4\/16 { + margin-top: 25%; + } + + .lg\:mr-4\/16 { + margin-right: 25%; + } + + .lg\:mb-4\/16 { + margin-bottom: 25%; + } + + .lg\:ml-4\/16 { + margin-left: 25%; + } + + .lg\:mt-5\/16 { + margin-top: 31.25%; + } + + .lg\:mr-5\/16 { + margin-right: 31.25%; + } + + .lg\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .lg\:ml-5\/16 { + margin-left: 31.25%; + } + + .lg\:mt-6\/16 { + margin-top: 37.5%; + } + + .lg\:mr-6\/16 { + margin-right: 37.5%; + } + + .lg\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .lg\:ml-6\/16 { + margin-left: 37.5%; + } + + .lg\:mt-7\/16 { + margin-top: 43.75%; + } + + .lg\:mr-7\/16 { + margin-right: 43.75%; + } + + .lg\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .lg\:ml-7\/16 { + margin-left: 43.75%; + } + + .lg\:mt-8\/16 { + margin-top: 50%; + } + + .lg\:mr-8\/16 { + margin-right: 50%; + } + + .lg\:mb-8\/16 { + margin-bottom: 50%; + } + + .lg\:ml-8\/16 { + margin-left: 50%; + } + + .lg\:mt-9\/16 { + margin-top: 56.25%; + } + + .lg\:mr-9\/16 { + margin-right: 56.25%; + } + + .lg\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .lg\:ml-9\/16 { + margin-left: 56.25%; + } + + .lg\:mt-10\/16 { + margin-top: 62.5%; + } + + .lg\:mr-10\/16 { + margin-right: 62.5%; + } + + .lg\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .lg\:ml-10\/16 { + margin-left: 62.5%; + } + + .lg\:mt-11\/16 { + margin-top: 68.75%; + } + + .lg\:mr-11\/16 { + margin-right: 68.75%; + } + + .lg\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .lg\:ml-11\/16 { + margin-left: 68.75%; + } + + .lg\:mt-12\/16 { + margin-top: 75%; + } + + .lg\:mr-12\/16 { + margin-right: 75%; + } + + .lg\:mb-12\/16 { + margin-bottom: 75%; + } + + .lg\:ml-12\/16 { + margin-left: 75%; + } + + .lg\:mt-13\/16 { + margin-top: 81.25%; + } + + .lg\:mr-13\/16 { + margin-right: 81.25%; + } + + .lg\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .lg\:ml-13\/16 { + margin-left: 81.25%; + } + + .lg\:mt-14\/16 { + margin-top: 87.5%; + } + + .lg\:mr-14\/16 { + margin-right: 87.5%; + } + + .lg\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .lg\:ml-14\/16 { + margin-left: 87.5%; + } + + .lg\:mt-15\/16 { + margin-top: 93.75%; + } + + .lg\:mr-15\/16 { + margin-right: 93.75%; + } + + .lg\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .lg\:ml-15\/16 { + margin-left: 93.75%; + } + + .lg\:mt-full { + margin-top: 100%; + } + + .lg\:mr-full { + margin-right: 100%; + } + + .lg\:mb-full { + margin-bottom: 100%; + } + + .lg\:ml-full { + margin-left: 100%; + } + .lg\:-mt-1 { margin-top: -0.25rem; } @@ -90048,6 +143660,22 @@ video { margin-left: -1.5rem; } + .lg\:-mt-7 { + margin-top: -1.75rem; + } + + .lg\:-mr-7 { + margin-right: -1.75rem; + } + + .lg\:-mb-7 { + margin-bottom: -1.75rem; + } + + .lg\:-ml-7 { + margin-left: -1.75rem; + } + .lg\:-mt-8 { margin-top: -2rem; } @@ -90064,6 +143692,22 @@ video { margin-left: -2rem; } + .lg\:-mt-9 { + margin-top: -2.25rem; + } + + .lg\:-mr-9 { + margin-right: -2.25rem; + } + + .lg\:-mb-9 { + margin-bottom: -2.25rem; + } + + .lg\:-ml-9 { + margin-left: -2.25rem; + } + .lg\:-mt-10 { margin-top: -2.5rem; } @@ -90080,6 +143724,22 @@ video { margin-left: -2.5rem; } + .lg\:-mt-11 { + margin-top: -2.75rem; + } + + .lg\:-mr-11 { + margin-right: -2.75rem; + } + + .lg\:-mb-11 { + margin-bottom: -2.75rem; + } + + .lg\:-ml-11 { + margin-left: -2.75rem; + } + .lg\:-mt-12 { margin-top: -3rem; } @@ -90096,6 +143756,54 @@ video { margin-left: -3rem; } + .lg\:-mt-13 { + margin-top: -3.25rem; + } + + .lg\:-mr-13 { + margin-right: -3.25rem; + } + + .lg\:-mb-13 { + margin-bottom: -3.25rem; + } + + .lg\:-ml-13 { + margin-left: -3.25rem; + } + + .lg\:-mt-14 { + margin-top: -3.5rem; + } + + .lg\:-mr-14 { + margin-right: -3.5rem; + } + + .lg\:-mb-14 { + margin-bottom: -3.5rem; + } + + .lg\:-ml-14 { + margin-left: -3.5rem; + } + + .lg\:-mt-15 { + margin-top: -3.75rem; + } + + .lg\:-mr-15 { + margin-right: -3.75rem; + } + + .lg\:-mb-15 { + margin-bottom: -3.75rem; + } + + .lg\:-ml-15 { + margin-left: -3.75rem; + } + .lg\:-mt-16 { margin-top: -4rem; } @@ -90144,6 +143852,22 @@ video { margin-left: -6rem; } + .lg\:-mt-28 { + margin-top: -7rem; + } + + .lg\:-mr-28 { + margin-right: -7rem; + } + + .lg\:-mb-28 { + margin-bottom: -7rem; + } + + .lg\:-ml-28 { + margin-left: -7rem; + } + .lg\:-mt-32 { margin-top: -8rem; } @@ -90160,6 +143884,22 @@ video { margin-left: -8rem; } + .lg\:-mt-36 { + margin-top: -9rem; + } + + .lg\:-mr-36 { + margin-right: -9rem; + } + + .lg\:-mb-36 { + margin-bottom: -9rem; + } + + .lg\:-ml-36 { + margin-left: -9rem; + } + .lg\:-mt-40 { margin-top: -10rem; } @@ -90176,6 +143916,22 @@ video { margin-left: -10rem; } + .lg\:-mt-44 { + margin-top: -11rem; + } + + .lg\:-mr-44 { + margin-right: -11rem; + } + + .lg\:-mb-44 { + margin-bottom: -11rem; + } + + .lg\:-ml-44 { + margin-left: -11rem; + } + .lg\:-mt-48 { margin-top: -12rem; } @@ -90192,6 +143948,22 @@ video { margin-left: -12rem; } + .lg\:-mt-52 { + margin-top: -13rem; + } + + .lg\:-mr-52 { + margin-right: -13rem; + } + + .lg\:-mb-52 { + margin-bottom: -13rem; + } + + .lg\:-ml-52 { + margin-left: -13rem; + } + .lg\:-mt-56 { margin-top: -14rem; } @@ -90208,6 +143980,22 @@ video { margin-left: -14rem; } + .lg\:-mt-60 { + margin-top: -15rem; + } + + .lg\:-mr-60 { + margin-right: -15rem; + } + + .lg\:-mb-60 { + margin-bottom: -15rem; + } + + .lg\:-ml-60 { + margin-left: -15rem; + } + .lg\:-mt-64 { margin-top: -16rem; } @@ -90224,6 +144012,54 @@ video { margin-left: -16rem; } + .lg\:-mt-72 { + margin-top: -18rem; + } + + .lg\:-mr-72 { + margin-right: -18rem; + } + + .lg\:-mb-72 { + margin-bottom: -18rem; + } + + .lg\:-ml-72 { + margin-left: -18rem; + } + + .lg\:-mt-80 { + margin-top: -20rem; + } + + .lg\:-mr-80 { + margin-right: -20rem; + } + + .lg\:-mb-80 { + margin-bottom: -20rem; + } + + .lg\:-ml-80 { + margin-left: -20rem; + } + + .lg\:-mt-96 { + margin-top: -24rem; + } + + .lg\:-mr-96 { + margin-right: -24rem; + } + + .lg\:-mb-96 { + margin-bottom: -24rem; + } + + .lg\:-ml-96 { + margin-left: -24rem; + } + .lg\:-mt-px { margin-top: -1px; } @@ -90240,14 +144076,1066 @@ video { margin-left: -1px; } - .lg\:max-h-full { - max-height: 100%; + .lg\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .lg\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .lg\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .lg\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .lg\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .lg\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .lg\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .lg\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .lg\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .lg\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .lg\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .lg\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .lg\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .lg\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .lg\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .lg\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .lg\:-mt-1\/2 { + margin-top: -50%; + } + + .lg\:-mr-1\/2 { + margin-right: -50%; + } + + .lg\:-mb-1\/2 { + margin-bottom: -50%; + } + + .lg\:-ml-1\/2 { + margin-left: -50%; + } + + .lg\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .lg\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .lg\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .lg\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .lg\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .lg\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .lg\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .lg\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .lg\:-mt-1\/4 { + margin-top: -25%; + } + + .lg\:-mr-1\/4 { + margin-right: -25%; + } + + .lg\:-mb-1\/4 { + margin-bottom: -25%; + } + + .lg\:-ml-1\/4 { + margin-left: -25%; + } + + .lg\:-mt-2\/4 { + margin-top: -50%; + } + + .lg\:-mr-2\/4 { + margin-right: -50%; + } + + .lg\:-mb-2\/4 { + margin-bottom: -50%; + } + + .lg\:-ml-2\/4 { + margin-left: -50%; + } + + .lg\:-mt-3\/4 { + margin-top: -75%; + } + + .lg\:-mr-3\/4 { + margin-right: -75%; + } + + .lg\:-mb-3\/4 { + margin-bottom: -75%; + } + + .lg\:-ml-3\/4 { + margin-left: -75%; + } + + .lg\:-mt-1\/5 { + margin-top: -20%; + } + + .lg\:-mr-1\/5 { + margin-right: -20%; + } + + .lg\:-mb-1\/5 { + margin-bottom: -20%; + } + + .lg\:-ml-1\/5 { + margin-left: -20%; + } + + .lg\:-mt-2\/5 { + margin-top: -40%; + } + + .lg\:-mr-2\/5 { + margin-right: -40%; + } + + .lg\:-mb-2\/5 { + margin-bottom: -40%; + } + + .lg\:-ml-2\/5 { + margin-left: -40%; + } + + .lg\:-mt-3\/5 { + margin-top: -60%; + } + + .lg\:-mr-3\/5 { + margin-right: -60%; + } + + .lg\:-mb-3\/5 { + margin-bottom: -60%; + } + + .lg\:-ml-3\/5 { + margin-left: -60%; + } + + .lg\:-mt-4\/5 { + margin-top: -80%; + } + + .lg\:-mr-4\/5 { + margin-right: -80%; + } + + .lg\:-mb-4\/5 { + margin-bottom: -80%; + } + + .lg\:-ml-4\/5 { + margin-left: -80%; + } + + .lg\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .lg\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .lg\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .lg\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .lg\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .lg\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .lg\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .lg\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .lg\:-mt-3\/6 { + margin-top: -50%; + } + + .lg\:-mr-3\/6 { + margin-right: -50%; + } + + .lg\:-mb-3\/6 { + margin-bottom: -50%; + } + + .lg\:-ml-3\/6 { + margin-left: -50%; + } + + .lg\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .lg\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .lg\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .lg\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .lg\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .lg\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .lg\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .lg\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .lg\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .lg\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .lg\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .lg\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .lg\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .lg\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .lg\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .lg\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .lg\:-mt-3\/12 { + margin-top: -25%; + } + + .lg\:-mr-3\/12 { + margin-right: -25%; + } + + .lg\:-mb-3\/12 { + margin-bottom: -25%; + } + + .lg\:-ml-3\/12 { + margin-left: -25%; + } + + .lg\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .lg\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .lg\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .lg\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .lg\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .lg\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .lg\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .lg\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .lg\:-mt-6\/12 { + margin-top: -50%; + } + + .lg\:-mr-6\/12 { + margin-right: -50%; + } + + .lg\:-mb-6\/12 { + margin-bottom: -50%; + } + + .lg\:-ml-6\/12 { + margin-left: -50%; + } + + .lg\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .lg\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .lg\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .lg\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .lg\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .lg\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .lg\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .lg\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .lg\:-mt-9\/12 { + margin-top: -75%; + } + + .lg\:-mr-9\/12 { + margin-right: -75%; + } + + .lg\:-mb-9\/12 { + margin-bottom: -75%; + } + + .lg\:-ml-9\/12 { + margin-left: -75%; + } + + .lg\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .lg\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .lg\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .lg\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .lg\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .lg\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .lg\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .lg\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .lg\:-mt-1\/16 { + margin-top: -6.25%; + } + + .lg\:-mr-1\/16 { + margin-right: -6.25%; + } + + .lg\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .lg\:-ml-1\/16 { + margin-left: -6.25%; + } + + .lg\:-mt-2\/16 { + margin-top: -12.5%; + } + + .lg\:-mr-2\/16 { + margin-right: -12.5%; + } + + .lg\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .lg\:-ml-2\/16 { + margin-left: -12.5%; + } + + .lg\:-mt-3\/16 { + margin-top: -18.75%; + } + + .lg\:-mr-3\/16 { + margin-right: -18.75%; + } + + .lg\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .lg\:-ml-3\/16 { + margin-left: -18.75%; + } + + .lg\:-mt-4\/16 { + margin-top: -25%; + } + + .lg\:-mr-4\/16 { + margin-right: -25%; + } + + .lg\:-mb-4\/16 { + margin-bottom: -25%; + } + + .lg\:-ml-4\/16 { + margin-left: -25%; + } + + .lg\:-mt-5\/16 { + margin-top: -31.25%; + } + + .lg\:-mr-5\/16 { + margin-right: -31.25%; + } + + .lg\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .lg\:-ml-5\/16 { + margin-left: -31.25%; + } + + .lg\:-mt-6\/16 { + margin-top: -37.5%; + } + + .lg\:-mr-6\/16 { + margin-right: -37.5%; + } + + .lg\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .lg\:-ml-6\/16 { + margin-left: -37.5%; + } + + .lg\:-mt-7\/16 { + margin-top: -43.75%; + } + + .lg\:-mr-7\/16 { + margin-right: -43.75%; + } + + .lg\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .lg\:-ml-7\/16 { + margin-left: -43.75%; + } + + .lg\:-mt-8\/16 { + margin-top: -50%; + } + + .lg\:-mr-8\/16 { + margin-right: -50%; + } + + .lg\:-mb-8\/16 { + margin-bottom: -50%; + } + + .lg\:-ml-8\/16 { + margin-left: -50%; + } + + .lg\:-mt-9\/16 { + margin-top: -56.25%; + } + + .lg\:-mr-9\/16 { + margin-right: -56.25%; + } + + .lg\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .lg\:-ml-9\/16 { + margin-left: -56.25%; + } + + .lg\:-mt-10\/16 { + margin-top: -62.5%; + } + + .lg\:-mr-10\/16 { + margin-right: -62.5%; + } + + .lg\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .lg\:-ml-10\/16 { + margin-left: -62.5%; + } + + .lg\:-mt-11\/16 { + margin-top: -68.75%; + } + + .lg\:-mr-11\/16 { + margin-right: -68.75%; + } + + .lg\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .lg\:-ml-11\/16 { + margin-left: -68.75%; + } + + .lg\:-mt-12\/16 { + margin-top: -75%; + } + + .lg\:-mr-12\/16 { + margin-right: -75%; + } + + .lg\:-mb-12\/16 { + margin-bottom: -75%; + } + + .lg\:-ml-12\/16 { + margin-left: -75%; + } + + .lg\:-mt-13\/16 { + margin-top: -81.25%; + } + + .lg\:-mr-13\/16 { + margin-right: -81.25%; + } + + .lg\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .lg\:-ml-13\/16 { + margin-left: -81.25%; + } + + .lg\:-mt-14\/16 { + margin-top: -87.5%; + } + + .lg\:-mr-14\/16 { + margin-right: -87.5%; + } + + .lg\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .lg\:-ml-14\/16 { + margin-left: -87.5%; + } + + .lg\:-mt-15\/16 { + margin-top: -93.75%; + } + + .lg\:-mr-15\/16 { + margin-right: -93.75%; + } + + .lg\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .lg\:-ml-15\/16 { + margin-left: -93.75%; + } + + .lg\:-mt-full { + margin-top: -100%; + } + + .lg\:-mr-full { + margin-right: -100%; + } + + .lg\:-mb-full { + margin-bottom: -100%; + } + + .lg\:-ml-full { + margin-left: -100%; + } + + .lg\:max-h-0 { + max-height: 0; + } + + .lg\:max-h-1 { + max-height: 0.25rem; + } + + .lg\:max-h-2 { + max-height: 0.5rem; + } + + .lg\:max-h-3 { + max-height: 0.75rem; + } + + .lg\:max-h-4 { + max-height: 1rem; + } + + .lg\:max-h-5 { + max-height: 1.25rem; + } + + .lg\:max-h-6 { + max-height: 1.5rem; + } + + .lg\:max-h-7 { + max-height: 1.75rem; + } + + .lg\:max-h-8 { + max-height: 2rem; + } + + .lg\:max-h-9 { + max-height: 2.25rem; + } + + .lg\:max-h-10 { + max-height: 2.5rem; + } + + .lg\:max-h-11 { + max-height: 2.75rem; + } + + .lg\:max-h-12 { + max-height: 3rem; + } + + .lg\:max-h-13 { + max-height: 3.25rem; + } + + .lg\:max-h-14 { + max-height: 3.5rem; + } + + .lg\:max-h-15 { + max-height: 3.75rem; + } + + .lg\:max-h-16 { + max-height: 4rem; + } + + .lg\:max-h-20 { + max-height: 5rem; + } + + .lg\:max-h-24 { + max-height: 6rem; + } + + .lg\:max-h-28 { + max-height: 7rem; + } + + .lg\:max-h-32 { + max-height: 8rem; + } + + .lg\:max-h-36 { + max-height: 9rem; + } + + .lg\:max-h-40 { + max-height: 10rem; + } + + .lg\:max-h-44 { + max-height: 11rem; + } + + .lg\:max-h-48 { + max-height: 12rem; + } + + .lg\:max-h-52 { + max-height: 13rem; + } + + .lg\:max-h-56 { + max-height: 14rem; + } + + .lg\:max-h-60 { + max-height: 15rem; + } + + .lg\:max-h-64 { + max-height: 16rem; + } + + .lg\:max-h-72 { + max-height: 18rem; + } + + .lg\:max-h-80 { + max-height: 20rem; + } + + .lg\:max-h-96 { + max-height: 24rem; } .lg\:max-h-screen { max-height: 100vh; } + .lg\:max-h-px { + max-height: 1px; + } + + .lg\:max-h-0\.5 { + max-height: 0.125rem; + } + + .lg\:max-h-1\.5 { + max-height: 0.375rem; + } + + .lg\:max-h-2\.5 { + max-height: 0.625rem; + } + + .lg\:max-h-3\.5 { + max-height: 0.875rem; + } + + .lg\:max-h-1\/2 { + max-height: 50%; + } + + .lg\:max-h-1\/3 { + max-height: 33.333333%; + } + + .lg\:max-h-2\/3 { + max-height: 66.666667%; + } + + .lg\:max-h-1\/4 { + max-height: 25%; + } + + .lg\:max-h-2\/4 { + max-height: 50%; + } + + .lg\:max-h-3\/4 { + max-height: 75%; + } + + .lg\:max-h-1\/5 { + max-height: 20%; + } + + .lg\:max-h-2\/5 { + max-height: 40%; + } + + .lg\:max-h-3\/5 { + max-height: 60%; + } + + .lg\:max-h-4\/5 { + max-height: 80%; + } + + .lg\:max-h-1\/6 { + max-height: 16.666667%; + } + + .lg\:max-h-2\/6 { + max-height: 33.333333%; + } + + .lg\:max-h-3\/6 { + max-height: 50%; + } + + .lg\:max-h-4\/6 { + max-height: 66.666667%; + } + + .lg\:max-h-5\/6 { + max-height: 83.333333%; + } + + .lg\:max-h-1\/12 { + max-height: 8.333333%; + } + + .lg\:max-h-2\/12 { + max-height: 16.666667%; + } + + .lg\:max-h-3\/12 { + max-height: 25%; + } + + .lg\:max-h-4\/12 { + max-height: 33.333333%; + } + + .lg\:max-h-5\/12 { + max-height: 41.666667%; + } + + .lg\:max-h-6\/12 { + max-height: 50%; + } + + .lg\:max-h-7\/12 { + max-height: 58.333333%; + } + + .lg\:max-h-8\/12 { + max-height: 66.666667%; + } + + .lg\:max-h-9\/12 { + max-height: 75%; + } + + .lg\:max-h-10\/12 { + max-height: 83.333333%; + } + + .lg\:max-h-11\/12 { + max-height: 91.666667%; + } + + .lg\:max-h-1\/16 { + max-height: 6.25%; + } + + .lg\:max-h-2\/16 { + max-height: 12.5%; + } + + .lg\:max-h-3\/16 { + max-height: 18.75%; + } + + .lg\:max-h-4\/16 { + max-height: 25%; + } + + .lg\:max-h-5\/16 { + max-height: 31.25%; + } + + .lg\:max-h-6\/16 { + max-height: 37.5%; + } + + .lg\:max-h-7\/16 { + max-height: 43.75%; + } + + .lg\:max-h-8\/16 { + max-height: 50%; + } + + .lg\:max-h-9\/16 { + max-height: 56.25%; + } + + .lg\:max-h-10\/16 { + max-height: 62.5%; + } + + .lg\:max-h-11\/16 { + max-height: 68.75%; + } + + .lg\:max-h-12\/16 { + max-height: 75%; + } + + .lg\:max-h-13\/16 { + max-height: 81.25%; + } + + .lg\:max-h-14\/16 { + max-height: 87.5%; + } + + .lg\:max-h-15\/16 { + max-height: 93.75%; + } + + .lg\:max-h-full { + max-height: 100%; + } + + .lg\:max-w-0 { + max-width: 0rem; + } + .lg\:max-w-none { max-width: none; } @@ -90292,10 +145180,22 @@ video { max-width: 72rem; } + .lg\:max-w-7xl { + max-width: 80rem; + } + .lg\:max-w-full { max-width: 100%; } + .lg\:max-w-min { + max-width: min-content; + } + + .lg\:max-w-max { + max-width: max-content; + } + .lg\:max-w-screen-sm { max-width: 640px; } @@ -90332,6 +145232,14 @@ video { min-width: 100%; } + .lg\:min-w-min { + min-width: min-content; + } + + .lg\:min-w-max { + min-width: max-content; + } + .lg\:object-contain { object-fit: contain; } @@ -90590,18 +145498,42 @@ video { padding: 1.5rem; } + .lg\:p-7 { + padding: 1.75rem; + } + .lg\:p-8 { padding: 2rem; } + .lg\:p-9 { + padding: 2.25rem; + } + .lg\:p-10 { padding: 2.5rem; } + .lg\:p-11 { + padding: 2.75rem; + } + .lg\:p-12 { padding: 3rem; } + .lg\:p-13 { + padding: 3.25rem; + } + + .lg\:p-14 { + padding: 3.5rem; + } + + .lg\:p-15 { + padding: 3.75rem; + } + .lg\:p-16 { padding: 4rem; } @@ -90614,30 +145546,246 @@ video { padding: 6rem; } + .lg\:p-28 { + padding: 7rem; + } + .lg\:p-32 { padding: 8rem; } + .lg\:p-36 { + padding: 9rem; + } + .lg\:p-40 { padding: 10rem; } + .lg\:p-44 { + padding: 11rem; + } + .lg\:p-48 { padding: 12rem; } + .lg\:p-52 { + padding: 13rem; + } + .lg\:p-56 { padding: 14rem; } + .lg\:p-60 { + padding: 15rem; + } + .lg\:p-64 { padding: 16rem; } + .lg\:p-72 { + padding: 18rem; + } + + .lg\:p-80 { + padding: 20rem; + } + + .lg\:p-96 { + padding: 24rem; + } + .lg\:p-px { padding: 1px; } + .lg\:p-0\.5 { + padding: 0.125rem; + } + + .lg\:p-1\.5 { + padding: 0.375rem; + } + + .lg\:p-2\.5 { + padding: 0.625rem; + } + + .lg\:p-3\.5 { + padding: 0.875rem; + } + + .lg\:p-1\/2 { + padding: 50%; + } + + .lg\:p-1\/3 { + padding: 33.333333%; + } + + .lg\:p-2\/3 { + padding: 66.666667%; + } + + .lg\:p-1\/4 { + padding: 25%; + } + + .lg\:p-2\/4 { + padding: 50%; + } + + .lg\:p-3\/4 { + padding: 75%; + } + + .lg\:p-1\/5 { + padding: 20%; + } + + .lg\:p-2\/5 { + padding: 40%; + } + + .lg\:p-3\/5 { + padding: 60%; + } + + .lg\:p-4\/5 { + padding: 80%; + } + + .lg\:p-1\/6 { + padding: 16.666667%; + } + + .lg\:p-2\/6 { + padding: 33.333333%; + } + + .lg\:p-3\/6 { + padding: 50%; + } + + .lg\:p-4\/6 { + padding: 66.666667%; + } + + .lg\:p-5\/6 { + padding: 83.333333%; + } + + .lg\:p-1\/12 { + padding: 8.333333%; + } + + .lg\:p-2\/12 { + padding: 16.666667%; + } + + .lg\:p-3\/12 { + padding: 25%; + } + + .lg\:p-4\/12 { + padding: 33.333333%; + } + + .lg\:p-5\/12 { + padding: 41.666667%; + } + + .lg\:p-6\/12 { + padding: 50%; + } + + .lg\:p-7\/12 { + padding: 58.333333%; + } + + .lg\:p-8\/12 { + padding: 66.666667%; + } + + .lg\:p-9\/12 { + padding: 75%; + } + + .lg\:p-10\/12 { + padding: 83.333333%; + } + + .lg\:p-11\/12 { + padding: 91.666667%; + } + + .lg\:p-1\/16 { + padding: 6.25%; + } + + .lg\:p-2\/16 { + padding: 12.5%; + } + + .lg\:p-3\/16 { + padding: 18.75%; + } + + .lg\:p-4\/16 { + padding: 25%; + } + + .lg\:p-5\/16 { + padding: 31.25%; + } + + .lg\:p-6\/16 { + padding: 37.5%; + } + + .lg\:p-7\/16 { + padding: 43.75%; + } + + .lg\:p-8\/16 { + padding: 50%; + } + + .lg\:p-9\/16 { + padding: 56.25%; + } + + .lg\:p-10\/16 { + padding: 62.5%; + } + + .lg\:p-11\/16 { + padding: 68.75%; + } + + .lg\:p-12\/16 { + padding: 75%; + } + + .lg\:p-13\/16 { + padding: 81.25%; + } + + .lg\:p-14\/16 { + padding: 87.5%; + } + + .lg\:p-15\/16 { + padding: 93.75%; + } + + .lg\:p-full { + padding: 100%; + } + .lg\:py-0 { padding-top: 0; padding-bottom: 0; @@ -90708,6 +145856,16 @@ video { padding-right: 1.5rem; } + .lg\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .lg\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .lg\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -90718,6 +145876,16 @@ video { padding-right: 2rem; } + .lg\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .lg\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .lg\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -90728,6 +145896,16 @@ video { padding-right: 2.5rem; } + .lg\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .lg\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .lg\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -90738,6 +145916,36 @@ video { padding-right: 3rem; } + .lg\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .lg\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .lg\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .lg\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .lg\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .lg\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .lg\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -90768,6 +145976,16 @@ video { padding-right: 6rem; } + .lg\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .lg\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -90778,6 +145996,16 @@ video { padding-right: 8rem; } + .lg\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .lg\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .lg\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -90788,6 +146016,16 @@ video { padding-right: 10rem; } + .lg\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .lg\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .lg\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -90798,6 +146036,16 @@ video { padding-right: 12rem; } + .lg\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .lg\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .lg\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -90808,6 +146056,16 @@ video { padding-right: 14rem; } + .lg\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .lg\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .lg\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -90818,6 +146076,36 @@ video { padding-right: 16rem; } + .lg\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .lg\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .lg\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .lg\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .lg\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .lg\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .lg\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -90828,6 +146116,466 @@ video { padding-right: 1px; } + .lg\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .lg\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .lg\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .lg\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .lg\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .lg\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .lg\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .lg\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .lg\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .lg\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .lg\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .lg\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .lg\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .lg\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .lg\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .lg\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .lg\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .lg\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .lg\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .lg\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .lg\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .lg\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .lg\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .lg\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .lg\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .lg\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .lg\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .lg\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .lg\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .lg\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .lg\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .lg\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .lg\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .lg\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .lg\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .lg\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .lg\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .lg\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .lg\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .lg\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .lg\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .lg\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .lg\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .lg\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .lg\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .lg\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .lg\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .lg\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .lg\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .lg\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .lg\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .lg\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .lg\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .lg\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .lg\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .lg\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .lg\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .lg\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .lg\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .lg\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .lg\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .lg\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .lg\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .lg\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .lg\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .lg\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .lg\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .lg\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .lg\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .lg\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .lg\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .lg\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .lg\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .lg\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .lg\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .lg\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .lg\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .lg\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .lg\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .lg\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .lg\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .lg\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .lg\:pt-0 { padding-top: 0; } @@ -90940,6 +146688,22 @@ video { padding-left: 1.5rem; } + .lg\:pt-7 { + padding-top: 1.75rem; + } + + .lg\:pr-7 { + padding-right: 1.75rem; + } + + .lg\:pb-7 { + padding-bottom: 1.75rem; + } + + .lg\:pl-7 { + padding-left: 1.75rem; + } + .lg\:pt-8 { padding-top: 2rem; } @@ -90956,6 +146720,22 @@ video { padding-left: 2rem; } + .lg\:pt-9 { + padding-top: 2.25rem; + } + + .lg\:pr-9 { + padding-right: 2.25rem; + } + + .lg\:pb-9 { + padding-bottom: 2.25rem; + } + + .lg\:pl-9 { + padding-left: 2.25rem; + } + .lg\:pt-10 { padding-top: 2.5rem; } @@ -90972,6 +146752,22 @@ video { padding-left: 2.5rem; } + .lg\:pt-11 { + padding-top: 2.75rem; + } + + .lg\:pr-11 { + padding-right: 2.75rem; + } + + .lg\:pb-11 { + padding-bottom: 2.75rem; + } + + .lg\:pl-11 { + padding-left: 2.75rem; + } + .lg\:pt-12 { padding-top: 3rem; } @@ -90988,6 +146784,54 @@ video { padding-left: 3rem; } + .lg\:pt-13 { + padding-top: 3.25rem; + } + + .lg\:pr-13 { + padding-right: 3.25rem; + } + + .lg\:pb-13 { + padding-bottom: 3.25rem; + } + + .lg\:pl-13 { + padding-left: 3.25rem; + } + + .lg\:pt-14 { + padding-top: 3.5rem; + } + + .lg\:pr-14 { + padding-right: 3.5rem; + } + + .lg\:pb-14 { + padding-bottom: 3.5rem; + } + + .lg\:pl-14 { + padding-left: 3.5rem; + } + + .lg\:pt-15 { + padding-top: 3.75rem; + } + + .lg\:pr-15 { + padding-right: 3.75rem; + } + + .lg\:pb-15 { + padding-bottom: 3.75rem; + } + + .lg\:pl-15 { + padding-left: 3.75rem; + } + .lg\:pt-16 { padding-top: 4rem; } @@ -91036,6 +146880,22 @@ video { padding-left: 6rem; } + .lg\:pt-28 { + padding-top: 7rem; + } + + .lg\:pr-28 { + padding-right: 7rem; + } + + .lg\:pb-28 { + padding-bottom: 7rem; + } + + .lg\:pl-28 { + padding-left: 7rem; + } + .lg\:pt-32 { padding-top: 8rem; } @@ -91052,6 +146912,22 @@ video { padding-left: 8rem; } + .lg\:pt-36 { + padding-top: 9rem; + } + + .lg\:pr-36 { + padding-right: 9rem; + } + + .lg\:pb-36 { + padding-bottom: 9rem; + } + + .lg\:pl-36 { + padding-left: 9rem; + } + .lg\:pt-40 { padding-top: 10rem; } @@ -91068,6 +146944,22 @@ video { padding-left: 10rem; } + .lg\:pt-44 { + padding-top: 11rem; + } + + .lg\:pr-44 { + padding-right: 11rem; + } + + .lg\:pb-44 { + padding-bottom: 11rem; + } + + .lg\:pl-44 { + padding-left: 11rem; + } + .lg\:pt-48 { padding-top: 12rem; } @@ -91084,6 +146976,22 @@ video { padding-left: 12rem; } + .lg\:pt-52 { + padding-top: 13rem; + } + + .lg\:pr-52 { + padding-right: 13rem; + } + + .lg\:pb-52 { + padding-bottom: 13rem; + } + + .lg\:pl-52 { + padding-left: 13rem; + } + .lg\:pt-56 { padding-top: 14rem; } @@ -91100,6 +147008,22 @@ video { padding-left: 14rem; } + .lg\:pt-60 { + padding-top: 15rem; + } + + .lg\:pr-60 { + padding-right: 15rem; + } + + .lg\:pb-60 { + padding-bottom: 15rem; + } + + .lg\:pl-60 { + padding-left: 15rem; + } + .lg\:pt-64 { padding-top: 16rem; } @@ -91116,6 +147040,54 @@ video { padding-left: 16rem; } + .lg\:pt-72 { + padding-top: 18rem; + } + + .lg\:pr-72 { + padding-right: 18rem; + } + + .lg\:pb-72 { + padding-bottom: 18rem; + } + + .lg\:pl-72 { + padding-left: 18rem; + } + + .lg\:pt-80 { + padding-top: 20rem; + } + + .lg\:pr-80 { + padding-right: 20rem; + } + + .lg\:pb-80 { + padding-bottom: 20rem; + } + + .lg\:pl-80 { + padding-left: 20rem; + } + + .lg\:pt-96 { + padding-top: 24rem; + } + + .lg\:pr-96 { + padding-right: 24rem; + } + + .lg\:pb-96 { + padding-bottom: 24rem; + } + + .lg\:pl-96 { + padding-left: 24rem; + } + .lg\:pt-px { padding-top: 1px; } @@ -91132,6 +147104,742 @@ video { padding-left: 1px; } + .lg\:pt-0\.5 { + padding-top: 0.125rem; + } + + .lg\:pr-0\.5 { + padding-right: 0.125rem; + } + + .lg\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .lg\:pl-0\.5 { + padding-left: 0.125rem; + } + + .lg\:pt-1\.5 { + padding-top: 0.375rem; + } + + .lg\:pr-1\.5 { + padding-right: 0.375rem; + } + + .lg\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .lg\:pl-1\.5 { + padding-left: 0.375rem; + } + + .lg\:pt-2\.5 { + padding-top: 0.625rem; + } + + .lg\:pr-2\.5 { + padding-right: 0.625rem; + } + + .lg\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .lg\:pl-2\.5 { + padding-left: 0.625rem; + } + + .lg\:pt-3\.5 { + padding-top: 0.875rem; + } + + .lg\:pr-3\.5 { + padding-right: 0.875rem; + } + + .lg\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .lg\:pl-3\.5 { + padding-left: 0.875rem; + } + + .lg\:pt-1\/2 { + padding-top: 50%; + } + + .lg\:pr-1\/2 { + padding-right: 50%; + } + + .lg\:pb-1\/2 { + padding-bottom: 50%; + } + + .lg\:pl-1\/2 { + padding-left: 50%; + } + + .lg\:pt-1\/3 { + padding-top: 33.333333%; + } + + .lg\:pr-1\/3 { + padding-right: 33.333333%; + } + + .lg\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .lg\:pl-1\/3 { + padding-left: 33.333333%; + } + + .lg\:pt-2\/3 { + padding-top: 66.666667%; + } + + .lg\:pr-2\/3 { + padding-right: 66.666667%; + } + + .lg\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .lg\:pl-2\/3 { + padding-left: 66.666667%; + } + + .lg\:pt-1\/4 { + padding-top: 25%; + } + + .lg\:pr-1\/4 { + padding-right: 25%; + } + + .lg\:pb-1\/4 { + padding-bottom: 25%; + } + + .lg\:pl-1\/4 { + padding-left: 25%; + } + + .lg\:pt-2\/4 { + padding-top: 50%; + } + + .lg\:pr-2\/4 { + padding-right: 50%; + } + + .lg\:pb-2\/4 { + padding-bottom: 50%; + } + + .lg\:pl-2\/4 { + padding-left: 50%; + } + + .lg\:pt-3\/4 { + padding-top: 75%; + } + + .lg\:pr-3\/4 { + padding-right: 75%; + } + + .lg\:pb-3\/4 { + padding-bottom: 75%; + } + + .lg\:pl-3\/4 { + padding-left: 75%; + } + + .lg\:pt-1\/5 { + padding-top: 20%; + } + + .lg\:pr-1\/5 { + padding-right: 20%; + } + + .lg\:pb-1\/5 { + padding-bottom: 20%; + } + + .lg\:pl-1\/5 { + padding-left: 20%; + } + + .lg\:pt-2\/5 { + padding-top: 40%; + } + + .lg\:pr-2\/5 { + padding-right: 40%; + } + + .lg\:pb-2\/5 { + padding-bottom: 40%; + } + + .lg\:pl-2\/5 { + padding-left: 40%; + } + + .lg\:pt-3\/5 { + padding-top: 60%; + } + + .lg\:pr-3\/5 { + padding-right: 60%; + } + + .lg\:pb-3\/5 { + padding-bottom: 60%; + } + + .lg\:pl-3\/5 { + padding-left: 60%; + } + + .lg\:pt-4\/5 { + padding-top: 80%; + } + + .lg\:pr-4\/5 { + padding-right: 80%; + } + + .lg\:pb-4\/5 { + padding-bottom: 80%; + } + + .lg\:pl-4\/5 { + padding-left: 80%; + } + + .lg\:pt-1\/6 { + padding-top: 16.666667%; + } + + .lg\:pr-1\/6 { + padding-right: 16.666667%; + } + + .lg\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .lg\:pl-1\/6 { + padding-left: 16.666667%; + } + + .lg\:pt-2\/6 { + padding-top: 33.333333%; + } + + .lg\:pr-2\/6 { + padding-right: 33.333333%; + } + + .lg\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .lg\:pl-2\/6 { + padding-left: 33.333333%; + } + + .lg\:pt-3\/6 { + padding-top: 50%; + } + + .lg\:pr-3\/6 { + padding-right: 50%; + } + + .lg\:pb-3\/6 { + padding-bottom: 50%; + } + + .lg\:pl-3\/6 { + padding-left: 50%; + } + + .lg\:pt-4\/6 { + padding-top: 66.666667%; + } + + .lg\:pr-4\/6 { + padding-right: 66.666667%; + } + + .lg\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .lg\:pl-4\/6 { + padding-left: 66.666667%; + } + + .lg\:pt-5\/6 { + padding-top: 83.333333%; + } + + .lg\:pr-5\/6 { + padding-right: 83.333333%; + } + + .lg\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .lg\:pl-5\/6 { + padding-left: 83.333333%; + } + + .lg\:pt-1\/12 { + padding-top: 8.333333%; + } + + .lg\:pr-1\/12 { + padding-right: 8.333333%; + } + + .lg\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .lg\:pl-1\/12 { + padding-left: 8.333333%; + } + + .lg\:pt-2\/12 { + padding-top: 16.666667%; + } + + .lg\:pr-2\/12 { + padding-right: 16.666667%; + } + + .lg\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .lg\:pl-2\/12 { + padding-left: 16.666667%; + } + + .lg\:pt-3\/12 { + padding-top: 25%; + } + + .lg\:pr-3\/12 { + padding-right: 25%; + } + + .lg\:pb-3\/12 { + padding-bottom: 25%; + } + + .lg\:pl-3\/12 { + padding-left: 25%; + } + + .lg\:pt-4\/12 { + padding-top: 33.333333%; + } + + .lg\:pr-4\/12 { + padding-right: 33.333333%; + } + + .lg\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .lg\:pl-4\/12 { + padding-left: 33.333333%; + } + + .lg\:pt-5\/12 { + padding-top: 41.666667%; + } + + .lg\:pr-5\/12 { + padding-right: 41.666667%; + } + + .lg\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .lg\:pl-5\/12 { + padding-left: 41.666667%; + } + + .lg\:pt-6\/12 { + padding-top: 50%; + } + + .lg\:pr-6\/12 { + padding-right: 50%; + } + + .lg\:pb-6\/12 { + padding-bottom: 50%; + } + + .lg\:pl-6\/12 { + padding-left: 50%; + } + + .lg\:pt-7\/12 { + padding-top: 58.333333%; + } + + .lg\:pr-7\/12 { + padding-right: 58.333333%; + } + + .lg\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .lg\:pl-7\/12 { + padding-left: 58.333333%; + } + + .lg\:pt-8\/12 { + padding-top: 66.666667%; + } + + .lg\:pr-8\/12 { + padding-right: 66.666667%; + } + + .lg\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .lg\:pl-8\/12 { + padding-left: 66.666667%; + } + + .lg\:pt-9\/12 { + padding-top: 75%; + } + + .lg\:pr-9\/12 { + padding-right: 75%; + } + + .lg\:pb-9\/12 { + padding-bottom: 75%; + } + + .lg\:pl-9\/12 { + padding-left: 75%; + } + + .lg\:pt-10\/12 { + padding-top: 83.333333%; + } + + .lg\:pr-10\/12 { + padding-right: 83.333333%; + } + + .lg\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .lg\:pl-10\/12 { + padding-left: 83.333333%; + } + + .lg\:pt-11\/12 { + padding-top: 91.666667%; + } + + .lg\:pr-11\/12 { + padding-right: 91.666667%; + } + + .lg\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .lg\:pl-11\/12 { + padding-left: 91.666667%; + } + + .lg\:pt-1\/16 { + padding-top: 6.25%; + } + + .lg\:pr-1\/16 { + padding-right: 6.25%; + } + + .lg\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .lg\:pl-1\/16 { + padding-left: 6.25%; + } + + .lg\:pt-2\/16 { + padding-top: 12.5%; + } + + .lg\:pr-2\/16 { + padding-right: 12.5%; + } + + .lg\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .lg\:pl-2\/16 { + padding-left: 12.5%; + } + + .lg\:pt-3\/16 { + padding-top: 18.75%; + } + + .lg\:pr-3\/16 { + padding-right: 18.75%; + } + + .lg\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .lg\:pl-3\/16 { + padding-left: 18.75%; + } + + .lg\:pt-4\/16 { + padding-top: 25%; + } + + .lg\:pr-4\/16 { + padding-right: 25%; + } + + .lg\:pb-4\/16 { + padding-bottom: 25%; + } + + .lg\:pl-4\/16 { + padding-left: 25%; + } + + .lg\:pt-5\/16 { + padding-top: 31.25%; + } + + .lg\:pr-5\/16 { + padding-right: 31.25%; + } + + .lg\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .lg\:pl-5\/16 { + padding-left: 31.25%; + } + + .lg\:pt-6\/16 { + padding-top: 37.5%; + } + + .lg\:pr-6\/16 { + padding-right: 37.5%; + } + + .lg\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .lg\:pl-6\/16 { + padding-left: 37.5%; + } + + .lg\:pt-7\/16 { + padding-top: 43.75%; + } + + .lg\:pr-7\/16 { + padding-right: 43.75%; + } + + .lg\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .lg\:pl-7\/16 { + padding-left: 43.75%; + } + + .lg\:pt-8\/16 { + padding-top: 50%; + } + + .lg\:pr-8\/16 { + padding-right: 50%; + } + + .lg\:pb-8\/16 { + padding-bottom: 50%; + } + + .lg\:pl-8\/16 { + padding-left: 50%; + } + + .lg\:pt-9\/16 { + padding-top: 56.25%; + } + + .lg\:pr-9\/16 { + padding-right: 56.25%; + } + + .lg\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .lg\:pl-9\/16 { + padding-left: 56.25%; + } + + .lg\:pt-10\/16 { + padding-top: 62.5%; + } + + .lg\:pr-10\/16 { + padding-right: 62.5%; + } + + .lg\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .lg\:pl-10\/16 { + padding-left: 62.5%; + } + + .lg\:pt-11\/16 { + padding-top: 68.75%; + } + + .lg\:pr-11\/16 { + padding-right: 68.75%; + } + + .lg\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .lg\:pl-11\/16 { + padding-left: 68.75%; + } + + .lg\:pt-12\/16 { + padding-top: 75%; + } + + .lg\:pr-12\/16 { + padding-right: 75%; + } + + .lg\:pb-12\/16 { + padding-bottom: 75%; + } + + .lg\:pl-12\/16 { + padding-left: 75%; + } + + .lg\:pt-13\/16 { + padding-top: 81.25%; + } + + .lg\:pr-13\/16 { + padding-right: 81.25%; + } + + .lg\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .lg\:pl-13\/16 { + padding-left: 81.25%; + } + + .lg\:pt-14\/16 { + padding-top: 87.5%; + } + + .lg\:pr-14\/16 { + padding-right: 87.5%; + } + + .lg\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .lg\:pl-14\/16 { + padding-left: 87.5%; + } + + .lg\:pt-15\/16 { + padding-top: 93.75%; + } + + .lg\:pr-15\/16 { + padding-right: 93.75%; + } + + .lg\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .lg\:pl-15\/16 { + padding-left: 93.75%; + } + + .lg\:pt-full { + padding-top: 100%; + } + + .lg\:pr-full { + padding-right: 100%; + } + + .lg\:pb-full { + padding-bottom: 100%; + } + + .lg\:pl-full { + padding-left: 100%; + } + .lg\:placeholder-transparent::placeholder { color: transparent; } @@ -92673,6 +149381,223 @@ video { left: 0; } + .lg\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .lg\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .lg\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .lg\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .lg\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .lg\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .lg\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .lg\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .lg\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .lg\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .lg\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .lg\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .lg\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .lg\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .lg\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .lg\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .lg\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .lg\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .lg\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .lg\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .lg\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .lg\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .lg\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .lg\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .lg\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .lg\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .lg\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .lg\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .lg\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .lg\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .lg\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .lg\:inset-auto { top: auto; right: auto; @@ -92680,6 +149605,881 @@ video { left: auto; } + .lg\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .lg\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .lg\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .lg\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .lg\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .lg\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .lg\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .lg\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .lg\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .lg\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .lg\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .lg\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .lg\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .lg\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .lg\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .lg\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .lg\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .lg\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .lg\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .lg\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .lg\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .lg\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .lg\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .lg\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .lg\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .lg\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .lg\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .lg\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .lg\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .lg\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .lg\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .lg\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .lg\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .lg\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .lg\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .lg\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .lg\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .lg\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .lg\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .lg\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .lg\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .lg\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .lg\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .lg\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .lg\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .lg\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .lg\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .lg\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .lg\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .lg\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .lg\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .lg\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .lg\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .lg\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .lg\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .lg\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .lg\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .lg\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .lg\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .lg\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .lg\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .lg\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .lg\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .lg\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .lg\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .lg\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .lg\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .lg\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .lg\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .lg\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .lg\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .lg\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .lg\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .lg\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .lg\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .lg\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .lg\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .lg\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .lg\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .lg\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .lg\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .lg\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .lg\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .lg\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .lg\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .lg\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .lg\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .lg\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .lg\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .lg\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .lg\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .lg\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .lg\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .lg\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .lg\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .lg\:inset-y-0 { top: 0; bottom: 0; @@ -92690,6 +150490,316 @@ video { left: 0; } + .lg\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .lg\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .lg\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .lg\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .lg\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .lg\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .lg\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .lg\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .lg\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .lg\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .lg\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .lg\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .lg\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .lg\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .lg\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .lg\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .lg\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .lg\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .lg\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .lg\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .lg\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .lg\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .lg\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .lg\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .lg\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .lg\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .lg\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .lg\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .lg\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .lg\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .lg\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .lg\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .lg\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .lg\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .lg\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .lg\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .lg\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .lg\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .lg\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .lg\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .lg\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .lg\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .lg\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .lg\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .lg\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .lg\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .lg\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .lg\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .lg\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .lg\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .lg\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .lg\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .lg\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .lg\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .lg\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .lg\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .lg\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .lg\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .lg\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .lg\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .lg\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .lg\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .lg\:inset-y-auto { top: auto; bottom: auto; @@ -92700,6 +150810,1256 @@ video { left: auto; } + .lg\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .lg\:inset-x-px { + right: 1px; + left: 1px; + } + + .lg\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .lg\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .lg\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .lg\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .lg\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .lg\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .lg\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .lg\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .lg\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .lg\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .lg\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .lg\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .lg\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .lg\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .lg\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .lg\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .lg\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .lg\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .lg\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .lg\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .lg\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .lg\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .lg\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .lg\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .lg\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .lg\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .lg\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .lg\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .lg\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .lg\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .lg\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .lg\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .lg\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .lg\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .lg\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .lg\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .lg\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .lg\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .lg\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .lg\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .lg\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .lg\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .lg\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .lg\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .lg\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .lg\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .lg\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .lg\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .lg\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .lg\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .lg\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .lg\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .lg\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .lg\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .lg\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .lg\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .lg\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .lg\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .lg\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .lg\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .lg\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .lg\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .lg\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .lg\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .lg\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .lg\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .lg\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .lg\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .lg\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .lg\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .lg\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .lg\:inset-x-full { + right: 100%; + left: 100%; + } + + .lg\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .lg\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .lg\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .lg\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .lg\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .lg\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .lg\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .lg\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .lg\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .lg\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .lg\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .lg\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .lg\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .lg\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .lg\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .lg\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .lg\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .lg\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .lg\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .lg\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .lg\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .lg\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .lg\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .lg\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .lg\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .lg\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .lg\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .lg\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .lg\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .lg\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .lg\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .lg\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .lg\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .lg\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .lg\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .lg\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .lg\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .lg\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .lg\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .lg\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .lg\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .lg\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .lg\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .lg\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .lg\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .lg\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .lg\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .lg\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .lg\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .lg\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .lg\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .lg\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .lg\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .lg\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .lg\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .lg\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .lg\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .lg\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .lg\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .lg\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .lg\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .lg\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .lg\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .lg\:-inset-x-px { + right: -1px; + left: -1px; + } + + .lg\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .lg\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .lg\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .lg\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .lg\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .lg\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .lg\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .lg\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .lg\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .lg\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .lg\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .lg\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .lg\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .lg\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .lg\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .lg\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .lg\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .lg\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .lg\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .lg\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .lg\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .lg\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .lg\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .lg\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .lg\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .lg\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .lg\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .lg\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .lg\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .lg\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .lg\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .lg\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .lg\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .lg\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .lg\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .lg\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .lg\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .lg\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .lg\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .lg\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .lg\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .lg\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .lg\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .lg\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .lg\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .lg\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .lg\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .lg\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .lg\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .lg\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .lg\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .lg\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .lg\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .lg\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .lg\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .lg\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .lg\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .lg\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .lg\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .lg\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .lg\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .lg\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .lg\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .lg\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .lg\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .lg\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .lg\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .lg\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .lg\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .lg\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .lg\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .lg\:-inset-x-full { + right: -100%; + left: -100%; + } + .lg\:top-0 { top: 0; } @@ -92716,6 +152076,502 @@ video { left: 0; } + .lg\:top-1 { + top: 0.25rem; + } + + .lg\:right-1 { + right: 0.25rem; + } + + .lg\:bottom-1 { + bottom: 0.25rem; + } + + .lg\:left-1 { + left: 0.25rem; + } + + .lg\:top-2 { + top: 0.5rem; + } + + .lg\:right-2 { + right: 0.5rem; + } + + .lg\:bottom-2 { + bottom: 0.5rem; + } + + .lg\:left-2 { + left: 0.5rem; + } + + .lg\:top-3 { + top: 0.75rem; + } + + .lg\:right-3 { + right: 0.75rem; + } + + .lg\:bottom-3 { + bottom: 0.75rem; + } + + .lg\:left-3 { + left: 0.75rem; + } + + .lg\:top-4 { + top: 1rem; + } + + .lg\:right-4 { + right: 1rem; + } + + .lg\:bottom-4 { + bottom: 1rem; + } + + .lg\:left-4 { + left: 1rem; + } + + .lg\:top-5 { + top: 1.25rem; + } + + .lg\:right-5 { + right: 1.25rem; + } + + .lg\:bottom-5 { + bottom: 1.25rem; + } + + .lg\:left-5 { + left: 1.25rem; + } + + .lg\:top-6 { + top: 1.5rem; + } + + .lg\:right-6 { + right: 1.5rem; + } + + .lg\:bottom-6 { + bottom: 1.5rem; + } + + .lg\:left-6 { + left: 1.5rem; + } + + .lg\:top-7 { + top: 1.75rem; + } + + .lg\:right-7 { + right: 1.75rem; + } + + .lg\:bottom-7 { + bottom: 1.75rem; + } + + .lg\:left-7 { + left: 1.75rem; + } + + .lg\:top-8 { + top: 2rem; + } + + .lg\:right-8 { + right: 2rem; + } + + .lg\:bottom-8 { + bottom: 2rem; + } + + .lg\:left-8 { + left: 2rem; + } + + .lg\:top-9 { + top: 2.25rem; + } + + .lg\:right-9 { + right: 2.25rem; + } + + .lg\:bottom-9 { + bottom: 2.25rem; + } + + .lg\:left-9 { + left: 2.25rem; + } + + .lg\:top-10 { + top: 2.5rem; + } + + .lg\:right-10 { + right: 2.5rem; + } + + .lg\:bottom-10 { + bottom: 2.5rem; + } + + .lg\:left-10 { + left: 2.5rem; + } + + .lg\:top-11 { + top: 2.75rem; + } + + .lg\:right-11 { + right: 2.75rem; + } + + .lg\:bottom-11 { + bottom: 2.75rem; + } + + .lg\:left-11 { + left: 2.75rem; + } + + .lg\:top-12 { + top: 3rem; + } + + .lg\:right-12 { + right: 3rem; + } + + .lg\:bottom-12 { + bottom: 3rem; + } + + .lg\:left-12 { + left: 3rem; + } + + .lg\:top-13 { + top: 3.25rem; + } + + .lg\:right-13 { + right: 3.25rem; + } + + .lg\:bottom-13 { + bottom: 3.25rem; + } + + .lg\:left-13 { + left: 3.25rem; + } + + .lg\:top-14 { + top: 3.5rem; + } + + .lg\:right-14 { + right: 3.5rem; + } + + .lg\:bottom-14 { + bottom: 3.5rem; + } + + .lg\:left-14 { + left: 3.5rem; + } + + .lg\:top-15 { + top: 3.75rem; + } + + .lg\:right-15 { + right: 3.75rem; + } + + .lg\:bottom-15 { + bottom: 3.75rem; + } + + .lg\:left-15 { + left: 3.75rem; + } + + .lg\:top-16 { + top: 4rem; + } + + .lg\:right-16 { + right: 4rem; + } + + .lg\:bottom-16 { + bottom: 4rem; + } + + .lg\:left-16 { + left: 4rem; + } + + .lg\:top-20 { + top: 5rem; + } + + .lg\:right-20 { + right: 5rem; + } + + .lg\:bottom-20 { + bottom: 5rem; + } + + .lg\:left-20 { + left: 5rem; + } + + .lg\:top-24 { + top: 6rem; + } + + .lg\:right-24 { + right: 6rem; + } + + .lg\:bottom-24 { + bottom: 6rem; + } + + .lg\:left-24 { + left: 6rem; + } + + .lg\:top-28 { + top: 7rem; + } + + .lg\:right-28 { + right: 7rem; + } + + .lg\:bottom-28 { + bottom: 7rem; + } + + .lg\:left-28 { + left: 7rem; + } + + .lg\:top-32 { + top: 8rem; + } + + .lg\:right-32 { + right: 8rem; + } + + .lg\:bottom-32 { + bottom: 8rem; + } + + .lg\:left-32 { + left: 8rem; + } + + .lg\:top-36 { + top: 9rem; + } + + .lg\:right-36 { + right: 9rem; + } + + .lg\:bottom-36 { + bottom: 9rem; + } + + .lg\:left-36 { + left: 9rem; + } + + .lg\:top-40 { + top: 10rem; + } + + .lg\:right-40 { + right: 10rem; + } + + .lg\:bottom-40 { + bottom: 10rem; + } + + .lg\:left-40 { + left: 10rem; + } + + .lg\:top-44 { + top: 11rem; + } + + .lg\:right-44 { + right: 11rem; + } + + .lg\:bottom-44 { + bottom: 11rem; + } + + .lg\:left-44 { + left: 11rem; + } + + .lg\:top-48 { + top: 12rem; + } + + .lg\:right-48 { + right: 12rem; + } + + .lg\:bottom-48 { + bottom: 12rem; + } + + .lg\:left-48 { + left: 12rem; + } + + .lg\:top-52 { + top: 13rem; + } + + .lg\:right-52 { + right: 13rem; + } + + .lg\:bottom-52 { + bottom: 13rem; + } + + .lg\:left-52 { + left: 13rem; + } + + .lg\:top-56 { + top: 14rem; + } + + .lg\:right-56 { + right: 14rem; + } + + .lg\:bottom-56 { + bottom: 14rem; + } + + .lg\:left-56 { + left: 14rem; + } + + .lg\:top-60 { + top: 15rem; + } + + .lg\:right-60 { + right: 15rem; + } + + .lg\:bottom-60 { + bottom: 15rem; + } + + .lg\:left-60 { + left: 15rem; + } + + .lg\:top-64 { + top: 16rem; + } + + .lg\:right-64 { + right: 16rem; + } + + .lg\:bottom-64 { + bottom: 16rem; + } + + .lg\:left-64 { + left: 16rem; + } + + .lg\:top-72 { + top: 18rem; + } + + .lg\:right-72 { + right: 18rem; + } + + .lg\:bottom-72 { + bottom: 18rem; + } + + .lg\:left-72 { + left: 18rem; + } + + .lg\:top-80 { + top: 20rem; + } + + .lg\:right-80 { + right: 20rem; + } + + .lg\:bottom-80 { + bottom: 20rem; + } + + .lg\:left-80 { + left: 20rem; + } + + .lg\:top-96 { + top: 24rem; + } + + .lg\:right-96 { + right: 24rem; + } + + .lg\:bottom-96 { + bottom: 24rem; + } + + .lg\:left-96 { + left: 24rem; + } + .lg\:top-auto { top: auto; } @@ -92732,6 +152588,2006 @@ video { left: auto; } + .lg\:top-px { + top: 1px; + } + + .lg\:right-px { + right: 1px; + } + + .lg\:bottom-px { + bottom: 1px; + } + + .lg\:left-px { + left: 1px; + } + + .lg\:top-0\.5 { + top: 0.125rem; + } + + .lg\:right-0\.5 { + right: 0.125rem; + } + + .lg\:bottom-0\.5 { + bottom: 0.125rem; + } + + .lg\:left-0\.5 { + left: 0.125rem; + } + + .lg\:top-1\.5 { + top: 0.375rem; + } + + .lg\:right-1\.5 { + right: 0.375rem; + } + + .lg\:bottom-1\.5 { + bottom: 0.375rem; + } + + .lg\:left-1\.5 { + left: 0.375rem; + } + + .lg\:top-2\.5 { + top: 0.625rem; + } + + .lg\:right-2\.5 { + right: 0.625rem; + } + + .lg\:bottom-2\.5 { + bottom: 0.625rem; + } + + .lg\:left-2\.5 { + left: 0.625rem; + } + + .lg\:top-3\.5 { + top: 0.875rem; + } + + .lg\:right-3\.5 { + right: 0.875rem; + } + + .lg\:bottom-3\.5 { + bottom: 0.875rem; + } + + .lg\:left-3\.5 { + left: 0.875rem; + } + + .lg\:top-1\/2 { + top: 50%; + } + + .lg\:right-1\/2 { + right: 50%; + } + + .lg\:bottom-1\/2 { + bottom: 50%; + } + + .lg\:left-1\/2 { + left: 50%; + } + + .lg\:top-1\/3 { + top: 33.333333%; + } + + .lg\:right-1\/3 { + right: 33.333333%; + } + + .lg\:bottom-1\/3 { + bottom: 33.333333%; + } + + .lg\:left-1\/3 { + left: 33.333333%; + } + + .lg\:top-2\/3 { + top: 66.666667%; + } + + .lg\:right-2\/3 { + right: 66.666667%; + } + + .lg\:bottom-2\/3 { + bottom: 66.666667%; + } + + .lg\:left-2\/3 { + left: 66.666667%; + } + + .lg\:top-1\/4 { + top: 25%; + } + + .lg\:right-1\/4 { + right: 25%; + } + + .lg\:bottom-1\/4 { + bottom: 25%; + } + + .lg\:left-1\/4 { + left: 25%; + } + + .lg\:top-2\/4 { + top: 50%; + } + + .lg\:right-2\/4 { + right: 50%; + } + + .lg\:bottom-2\/4 { + bottom: 50%; + } + + .lg\:left-2\/4 { + left: 50%; + } + + .lg\:top-3\/4 { + top: 75%; + } + + .lg\:right-3\/4 { + right: 75%; + } + + .lg\:bottom-3\/4 { + bottom: 75%; + } + + .lg\:left-3\/4 { + left: 75%; + } + + .lg\:top-1\/5 { + top: 20%; + } + + .lg\:right-1\/5 { + right: 20%; + } + + .lg\:bottom-1\/5 { + bottom: 20%; + } + + .lg\:left-1\/5 { + left: 20%; + } + + .lg\:top-2\/5 { + top: 40%; + } + + .lg\:right-2\/5 { + right: 40%; + } + + .lg\:bottom-2\/5 { + bottom: 40%; + } + + .lg\:left-2\/5 { + left: 40%; + } + + .lg\:top-3\/5 { + top: 60%; + } + + .lg\:right-3\/5 { + right: 60%; + } + + .lg\:bottom-3\/5 { + bottom: 60%; + } + + .lg\:left-3\/5 { + left: 60%; + } + + .lg\:top-4\/5 { + top: 80%; + } + + .lg\:right-4\/5 { + right: 80%; + } + + .lg\:bottom-4\/5 { + bottom: 80%; + } + + .lg\:left-4\/5 { + left: 80%; + } + + .lg\:top-1\/6 { + top: 16.666667%; + } + + .lg\:right-1\/6 { + right: 16.666667%; + } + + .lg\:bottom-1\/6 { + bottom: 16.666667%; + } + + .lg\:left-1\/6 { + left: 16.666667%; + } + + .lg\:top-2\/6 { + top: 33.333333%; + } + + .lg\:right-2\/6 { + right: 33.333333%; + } + + .lg\:bottom-2\/6 { + bottom: 33.333333%; + } + + .lg\:left-2\/6 { + left: 33.333333%; + } + + .lg\:top-3\/6 { + top: 50%; + } + + .lg\:right-3\/6 { + right: 50%; + } + + .lg\:bottom-3\/6 { + bottom: 50%; + } + + .lg\:left-3\/6 { + left: 50%; + } + + .lg\:top-4\/6 { + top: 66.666667%; + } + + .lg\:right-4\/6 { + right: 66.666667%; + } + + .lg\:bottom-4\/6 { + bottom: 66.666667%; + } + + .lg\:left-4\/6 { + left: 66.666667%; + } + + .lg\:top-5\/6 { + top: 83.333333%; + } + + .lg\:right-5\/6 { + right: 83.333333%; + } + + .lg\:bottom-5\/6 { + bottom: 83.333333%; + } + + .lg\:left-5\/6 { + left: 83.333333%; + } + + .lg\:top-1\/12 { + top: 8.333333%; + } + + .lg\:right-1\/12 { + right: 8.333333%; + } + + .lg\:bottom-1\/12 { + bottom: 8.333333%; + } + + .lg\:left-1\/12 { + left: 8.333333%; + } + + .lg\:top-2\/12 { + top: 16.666667%; + } + + .lg\:right-2\/12 { + right: 16.666667%; + } + + .lg\:bottom-2\/12 { + bottom: 16.666667%; + } + + .lg\:left-2\/12 { + left: 16.666667%; + } + + .lg\:top-3\/12 { + top: 25%; + } + + .lg\:right-3\/12 { + right: 25%; + } + + .lg\:bottom-3\/12 { + bottom: 25%; + } + + .lg\:left-3\/12 { + left: 25%; + } + + .lg\:top-4\/12 { + top: 33.333333%; + } + + .lg\:right-4\/12 { + right: 33.333333%; + } + + .lg\:bottom-4\/12 { + bottom: 33.333333%; + } + + .lg\:left-4\/12 { + left: 33.333333%; + } + + .lg\:top-5\/12 { + top: 41.666667%; + } + + .lg\:right-5\/12 { + right: 41.666667%; + } + + .lg\:bottom-5\/12 { + bottom: 41.666667%; + } + + .lg\:left-5\/12 { + left: 41.666667%; + } + + .lg\:top-6\/12 { + top: 50%; + } + + .lg\:right-6\/12 { + right: 50%; + } + + .lg\:bottom-6\/12 { + bottom: 50%; + } + + .lg\:left-6\/12 { + left: 50%; + } + + .lg\:top-7\/12 { + top: 58.333333%; + } + + .lg\:right-7\/12 { + right: 58.333333%; + } + + .lg\:bottom-7\/12 { + bottom: 58.333333%; + } + + .lg\:left-7\/12 { + left: 58.333333%; + } + + .lg\:top-8\/12 { + top: 66.666667%; + } + + .lg\:right-8\/12 { + right: 66.666667%; + } + + .lg\:bottom-8\/12 { + bottom: 66.666667%; + } + + .lg\:left-8\/12 { + left: 66.666667%; + } + + .lg\:top-9\/12 { + top: 75%; + } + + .lg\:right-9\/12 { + right: 75%; + } + + .lg\:bottom-9\/12 { + bottom: 75%; + } + + .lg\:left-9\/12 { + left: 75%; + } + + .lg\:top-10\/12 { + top: 83.333333%; + } + + .lg\:right-10\/12 { + right: 83.333333%; + } + + .lg\:bottom-10\/12 { + bottom: 83.333333%; + } + + .lg\:left-10\/12 { + left: 83.333333%; + } + + .lg\:top-11\/12 { + top: 91.666667%; + } + + .lg\:right-11\/12 { + right: 91.666667%; + } + + .lg\:bottom-11\/12 { + bottom: 91.666667%; + } + + .lg\:left-11\/12 { + left: 91.666667%; + } + + .lg\:top-1\/16 { + top: 6.25%; + } + + .lg\:right-1\/16 { + right: 6.25%; + } + + .lg\:bottom-1\/16 { + bottom: 6.25%; + } + + .lg\:left-1\/16 { + left: 6.25%; + } + + .lg\:top-2\/16 { + top: 12.5%; + } + + .lg\:right-2\/16 { + right: 12.5%; + } + + .lg\:bottom-2\/16 { + bottom: 12.5%; + } + + .lg\:left-2\/16 { + left: 12.5%; + } + + .lg\:top-3\/16 { + top: 18.75%; + } + + .lg\:right-3\/16 { + right: 18.75%; + } + + .lg\:bottom-3\/16 { + bottom: 18.75%; + } + + .lg\:left-3\/16 { + left: 18.75%; + } + + .lg\:top-4\/16 { + top: 25%; + } + + .lg\:right-4\/16 { + right: 25%; + } + + .lg\:bottom-4\/16 { + bottom: 25%; + } + + .lg\:left-4\/16 { + left: 25%; + } + + .lg\:top-5\/16 { + top: 31.25%; + } + + .lg\:right-5\/16 { + right: 31.25%; + } + + .lg\:bottom-5\/16 { + bottom: 31.25%; + } + + .lg\:left-5\/16 { + left: 31.25%; + } + + .lg\:top-6\/16 { + top: 37.5%; + } + + .lg\:right-6\/16 { + right: 37.5%; + } + + .lg\:bottom-6\/16 { + bottom: 37.5%; + } + + .lg\:left-6\/16 { + left: 37.5%; + } + + .lg\:top-7\/16 { + top: 43.75%; + } + + .lg\:right-7\/16 { + right: 43.75%; + } + + .lg\:bottom-7\/16 { + bottom: 43.75%; + } + + .lg\:left-7\/16 { + left: 43.75%; + } + + .lg\:top-8\/16 { + top: 50%; + } + + .lg\:right-8\/16 { + right: 50%; + } + + .lg\:bottom-8\/16 { + bottom: 50%; + } + + .lg\:left-8\/16 { + left: 50%; + } + + .lg\:top-9\/16 { + top: 56.25%; + } + + .lg\:right-9\/16 { + right: 56.25%; + } + + .lg\:bottom-9\/16 { + bottom: 56.25%; + } + + .lg\:left-9\/16 { + left: 56.25%; + } + + .lg\:top-10\/16 { + top: 62.5%; + } + + .lg\:right-10\/16 { + right: 62.5%; + } + + .lg\:bottom-10\/16 { + bottom: 62.5%; + } + + .lg\:left-10\/16 { + left: 62.5%; + } + + .lg\:top-11\/16 { + top: 68.75%; + } + + .lg\:right-11\/16 { + right: 68.75%; + } + + .lg\:bottom-11\/16 { + bottom: 68.75%; + } + + .lg\:left-11\/16 { + left: 68.75%; + } + + .lg\:top-12\/16 { + top: 75%; + } + + .lg\:right-12\/16 { + right: 75%; + } + + .lg\:bottom-12\/16 { + bottom: 75%; + } + + .lg\:left-12\/16 { + left: 75%; + } + + .lg\:top-13\/16 { + top: 81.25%; + } + + .lg\:right-13\/16 { + right: 81.25%; + } + + .lg\:bottom-13\/16 { + bottom: 81.25%; + } + + .lg\:left-13\/16 { + left: 81.25%; + } + + .lg\:top-14\/16 { + top: 87.5%; + } + + .lg\:right-14\/16 { + right: 87.5%; + } + + .lg\:bottom-14\/16 { + bottom: 87.5%; + } + + .lg\:left-14\/16 { + left: 87.5%; + } + + .lg\:top-15\/16 { + top: 93.75%; + } + + .lg\:right-15\/16 { + right: 93.75%; + } + + .lg\:bottom-15\/16 { + bottom: 93.75%; + } + + .lg\:left-15\/16 { + left: 93.75%; + } + + .lg\:top-full { + top: 100%; + } + + .lg\:right-full { + right: 100%; + } + + .lg\:bottom-full { + bottom: 100%; + } + + .lg\:left-full { + left: 100%; + } + + .lg\:-top-1 { + top: -0.25rem; + } + + .lg\:-right-1 { + right: -0.25rem; + } + + .lg\:-bottom-1 { + bottom: -0.25rem; + } + + .lg\:-left-1 { + left: -0.25rem; + } + + .lg\:-top-2 { + top: -0.5rem; + } + + .lg\:-right-2 { + right: -0.5rem; + } + + .lg\:-bottom-2 { + bottom: -0.5rem; + } + + .lg\:-left-2 { + left: -0.5rem; + } + + .lg\:-top-3 { + top: -0.75rem; + } + + .lg\:-right-3 { + right: -0.75rem; + } + + .lg\:-bottom-3 { + bottom: -0.75rem; + } + + .lg\:-left-3 { + left: -0.75rem; + } + + .lg\:-top-4 { + top: -1rem; + } + + .lg\:-right-4 { + right: -1rem; + } + + .lg\:-bottom-4 { + bottom: -1rem; + } + + .lg\:-left-4 { + left: -1rem; + } + + .lg\:-top-5 { + top: -1.25rem; + } + + .lg\:-right-5 { + right: -1.25rem; + } + + .lg\:-bottom-5 { + bottom: -1.25rem; + } + + .lg\:-left-5 { + left: -1.25rem; + } + + .lg\:-top-6 { + top: -1.5rem; + } + + .lg\:-right-6 { + right: -1.5rem; + } + + .lg\:-bottom-6 { + bottom: -1.5rem; + } + + .lg\:-left-6 { + left: -1.5rem; + } + + .lg\:-top-7 { + top: -1.75rem; + } + + .lg\:-right-7 { + right: -1.75rem; + } + + .lg\:-bottom-7 { + bottom: -1.75rem; + } + + .lg\:-left-7 { + left: -1.75rem; + } + + .lg\:-top-8 { + top: -2rem; + } + + .lg\:-right-8 { + right: -2rem; + } + + .lg\:-bottom-8 { + bottom: -2rem; + } + + .lg\:-left-8 { + left: -2rem; + } + + .lg\:-top-9 { + top: -2.25rem; + } + + .lg\:-right-9 { + right: -2.25rem; + } + + .lg\:-bottom-9 { + bottom: -2.25rem; + } + + .lg\:-left-9 { + left: -2.25rem; + } + + .lg\:-top-10 { + top: -2.5rem; + } + + .lg\:-right-10 { + right: -2.5rem; + } + + .lg\:-bottom-10 { + bottom: -2.5rem; + } + + .lg\:-left-10 { + left: -2.5rem; + } + + .lg\:-top-11 { + top: -2.75rem; + } + + .lg\:-right-11 { + right: -2.75rem; + } + + .lg\:-bottom-11 { + bottom: -2.75rem; + } + + .lg\:-left-11 { + left: -2.75rem; + } + + .lg\:-top-12 { + top: -3rem; + } + + .lg\:-right-12 { + right: -3rem; + } + + .lg\:-bottom-12 { + bottom: -3rem; + } + + .lg\:-left-12 { + left: -3rem; + } + + .lg\:-top-13 { + top: -3.25rem; + } + + .lg\:-right-13 { + right: -3.25rem; + } + + .lg\:-bottom-13 { + bottom: -3.25rem; + } + + .lg\:-left-13 { + left: -3.25rem; + } + + .lg\:-top-14 { + top: -3.5rem; + } + + .lg\:-right-14 { + right: -3.5rem; + } + + .lg\:-bottom-14 { + bottom: -3.5rem; + } + + .lg\:-left-14 { + left: -3.5rem; + } + + .lg\:-top-15 { + top: -3.75rem; + } + + .lg\:-right-15 { + right: -3.75rem; + } + + .lg\:-bottom-15 { + bottom: -3.75rem; + } + + .lg\:-left-15 { + left: -3.75rem; + } + + .lg\:-top-16 { + top: -4rem; + } + + .lg\:-right-16 { + right: -4rem; + } + + .lg\:-bottom-16 { + bottom: -4rem; + } + + .lg\:-left-16 { + left: -4rem; + } + + .lg\:-top-20 { + top: -5rem; + } + + .lg\:-right-20 { + right: -5rem; + } + + .lg\:-bottom-20 { + bottom: -5rem; + } + + .lg\:-left-20 { + left: -5rem; + } + + .lg\:-top-24 { + top: -6rem; + } + + .lg\:-right-24 { + right: -6rem; + } + + .lg\:-bottom-24 { + bottom: -6rem; + } + + .lg\:-left-24 { + left: -6rem; + } + + .lg\:-top-28 { + top: -7rem; + } + + .lg\:-right-28 { + right: -7rem; + } + + .lg\:-bottom-28 { + bottom: -7rem; + } + + .lg\:-left-28 { + left: -7rem; + } + + .lg\:-top-32 { + top: -8rem; + } + + .lg\:-right-32 { + right: -8rem; + } + + .lg\:-bottom-32 { + bottom: -8rem; + } + + .lg\:-left-32 { + left: -8rem; + } + + .lg\:-top-36 { + top: -9rem; + } + + .lg\:-right-36 { + right: -9rem; + } + + .lg\:-bottom-36 { + bottom: -9rem; + } + + .lg\:-left-36 { + left: -9rem; + } + + .lg\:-top-40 { + top: -10rem; + } + + .lg\:-right-40 { + right: -10rem; + } + + .lg\:-bottom-40 { + bottom: -10rem; + } + + .lg\:-left-40 { + left: -10rem; + } + + .lg\:-top-44 { + top: -11rem; + } + + .lg\:-right-44 { + right: -11rem; + } + + .lg\:-bottom-44 { + bottom: -11rem; + } + + .lg\:-left-44 { + left: -11rem; + } + + .lg\:-top-48 { + top: -12rem; + } + + .lg\:-right-48 { + right: -12rem; + } + + .lg\:-bottom-48 { + bottom: -12rem; + } + + .lg\:-left-48 { + left: -12rem; + } + + .lg\:-top-52 { + top: -13rem; + } + + .lg\:-right-52 { + right: -13rem; + } + + .lg\:-bottom-52 { + bottom: -13rem; + } + + .lg\:-left-52 { + left: -13rem; + } + + .lg\:-top-56 { + top: -14rem; + } + + .lg\:-right-56 { + right: -14rem; + } + + .lg\:-bottom-56 { + bottom: -14rem; + } + + .lg\:-left-56 { + left: -14rem; + } + + .lg\:-top-60 { + top: -15rem; + } + + .lg\:-right-60 { + right: -15rem; + } + + .lg\:-bottom-60 { + bottom: -15rem; + } + + .lg\:-left-60 { + left: -15rem; + } + + .lg\:-top-64 { + top: -16rem; + } + + .lg\:-right-64 { + right: -16rem; + } + + .lg\:-bottom-64 { + bottom: -16rem; + } + + .lg\:-left-64 { + left: -16rem; + } + + .lg\:-top-72 { + top: -18rem; + } + + .lg\:-right-72 { + right: -18rem; + } + + .lg\:-bottom-72 { + bottom: -18rem; + } + + .lg\:-left-72 { + left: -18rem; + } + + .lg\:-top-80 { + top: -20rem; + } + + .lg\:-right-80 { + right: -20rem; + } + + .lg\:-bottom-80 { + bottom: -20rem; + } + + .lg\:-left-80 { + left: -20rem; + } + + .lg\:-top-96 { + top: -24rem; + } + + .lg\:-right-96 { + right: -24rem; + } + + .lg\:-bottom-96 { + bottom: -24rem; + } + + .lg\:-left-96 { + left: -24rem; + } + + .lg\:-top-px { + top: -1px; + } + + .lg\:-right-px { + right: -1px; + } + + .lg\:-bottom-px { + bottom: -1px; + } + + .lg\:-left-px { + left: -1px; + } + + .lg\:-top-0\.5 { + top: -0.125rem; + } + + .lg\:-right-0\.5 { + right: -0.125rem; + } + + .lg\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .lg\:-left-0\.5 { + left: -0.125rem; + } + + .lg\:-top-1\.5 { + top: -0.375rem; + } + + .lg\:-right-1\.5 { + right: -0.375rem; + } + + .lg\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .lg\:-left-1\.5 { + left: -0.375rem; + } + + .lg\:-top-2\.5 { + top: -0.625rem; + } + + .lg\:-right-2\.5 { + right: -0.625rem; + } + + .lg\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .lg\:-left-2\.5 { + left: -0.625rem; + } + + .lg\:-top-3\.5 { + top: -0.875rem; + } + + .lg\:-right-3\.5 { + right: -0.875rem; + } + + .lg\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .lg\:-left-3\.5 { + left: -0.875rem; + } + + .lg\:-top-1\/2 { + top: -50%; + } + + .lg\:-right-1\/2 { + right: -50%; + } + + .lg\:-bottom-1\/2 { + bottom: -50%; + } + + .lg\:-left-1\/2 { + left: -50%; + } + + .lg\:-top-1\/3 { + top: -33.33333%; + } + + .lg\:-right-1\/3 { + right: -33.33333%; + } + + .lg\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .lg\:-left-1\/3 { + left: -33.33333%; + } + + .lg\:-top-2\/3 { + top: -66.66667%; + } + + .lg\:-right-2\/3 { + right: -66.66667%; + } + + .lg\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .lg\:-left-2\/3 { + left: -66.66667%; + } + + .lg\:-top-1\/4 { + top: -25%; + } + + .lg\:-right-1\/4 { + right: -25%; + } + + .lg\:-bottom-1\/4 { + bottom: -25%; + } + + .lg\:-left-1\/4 { + left: -25%; + } + + .lg\:-top-2\/4 { + top: -50%; + } + + .lg\:-right-2\/4 { + right: -50%; + } + + .lg\:-bottom-2\/4 { + bottom: -50%; + } + + .lg\:-left-2\/4 { + left: -50%; + } + + .lg\:-top-3\/4 { + top: -75%; + } + + .lg\:-right-3\/4 { + right: -75%; + } + + .lg\:-bottom-3\/4 { + bottom: -75%; + } + + .lg\:-left-3\/4 { + left: -75%; + } + + .lg\:-top-1\/5 { + top: -20%; + } + + .lg\:-right-1\/5 { + right: -20%; + } + + .lg\:-bottom-1\/5 { + bottom: -20%; + } + + .lg\:-left-1\/5 { + left: -20%; + } + + .lg\:-top-2\/5 { + top: -40%; + } + + .lg\:-right-2\/5 { + right: -40%; + } + + .lg\:-bottom-2\/5 { + bottom: -40%; + } + + .lg\:-left-2\/5 { + left: -40%; + } + + .lg\:-top-3\/5 { + top: -60%; + } + + .lg\:-right-3\/5 { + right: -60%; + } + + .lg\:-bottom-3\/5 { + bottom: -60%; + } + + .lg\:-left-3\/5 { + left: -60%; + } + + .lg\:-top-4\/5 { + top: -80%; + } + + .lg\:-right-4\/5 { + right: -80%; + } + + .lg\:-bottom-4\/5 { + bottom: -80%; + } + + .lg\:-left-4\/5 { + left: -80%; + } + + .lg\:-top-1\/6 { + top: -16.66667%; + } + + .lg\:-right-1\/6 { + right: -16.66667%; + } + + .lg\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .lg\:-left-1\/6 { + left: -16.66667%; + } + + .lg\:-top-2\/6 { + top: -33.33333%; + } + + .lg\:-right-2\/6 { + right: -33.33333%; + } + + .lg\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .lg\:-left-2\/6 { + left: -33.33333%; + } + + .lg\:-top-3\/6 { + top: -50%; + } + + .lg\:-right-3\/6 { + right: -50%; + } + + .lg\:-bottom-3\/6 { + bottom: -50%; + } + + .lg\:-left-3\/6 { + left: -50%; + } + + .lg\:-top-4\/6 { + top: -66.66667%; + } + + .lg\:-right-4\/6 { + right: -66.66667%; + } + + .lg\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .lg\:-left-4\/6 { + left: -66.66667%; + } + + .lg\:-top-5\/6 { + top: -83.33333%; + } + + .lg\:-right-5\/6 { + right: -83.33333%; + } + + .lg\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .lg\:-left-5\/6 { + left: -83.33333%; + } + + .lg\:-top-1\/12 { + top: -8.33333%; + } + + .lg\:-right-1\/12 { + right: -8.33333%; + } + + .lg\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .lg\:-left-1\/12 { + left: -8.33333%; + } + + .lg\:-top-2\/12 { + top: -16.66667%; + } + + .lg\:-right-2\/12 { + right: -16.66667%; + } + + .lg\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .lg\:-left-2\/12 { + left: -16.66667%; + } + + .lg\:-top-3\/12 { + top: -25%; + } + + .lg\:-right-3\/12 { + right: -25%; + } + + .lg\:-bottom-3\/12 { + bottom: -25%; + } + + .lg\:-left-3\/12 { + left: -25%; + } + + .lg\:-top-4\/12 { + top: -33.33333%; + } + + .lg\:-right-4\/12 { + right: -33.33333%; + } + + .lg\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .lg\:-left-4\/12 { + left: -33.33333%; + } + + .lg\:-top-5\/12 { + top: -41.66667%; + } + + .lg\:-right-5\/12 { + right: -41.66667%; + } + + .lg\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .lg\:-left-5\/12 { + left: -41.66667%; + } + + .lg\:-top-6\/12 { + top: -50%; + } + + .lg\:-right-6\/12 { + right: -50%; + } + + .lg\:-bottom-6\/12 { + bottom: -50%; + } + + .lg\:-left-6\/12 { + left: -50%; + } + + .lg\:-top-7\/12 { + top: -58.33333%; + } + + .lg\:-right-7\/12 { + right: -58.33333%; + } + + .lg\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .lg\:-left-7\/12 { + left: -58.33333%; + } + + .lg\:-top-8\/12 { + top: -66.66667%; + } + + .lg\:-right-8\/12 { + right: -66.66667%; + } + + .lg\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .lg\:-left-8\/12 { + left: -66.66667%; + } + + .lg\:-top-9\/12 { + top: -75%; + } + + .lg\:-right-9\/12 { + right: -75%; + } + + .lg\:-bottom-9\/12 { + bottom: -75%; + } + + .lg\:-left-9\/12 { + left: -75%; + } + + .lg\:-top-10\/12 { + top: -83.33333%; + } + + .lg\:-right-10\/12 { + right: -83.33333%; + } + + .lg\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .lg\:-left-10\/12 { + left: -83.33333%; + } + + .lg\:-top-11\/12 { + top: -91.66667%; + } + + .lg\:-right-11\/12 { + right: -91.66667%; + } + + .lg\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .lg\:-left-11\/12 { + left: -91.66667%; + } + + .lg\:-top-1\/16 { + top: -6.25%; + } + + .lg\:-right-1\/16 { + right: -6.25%; + } + + .lg\:-bottom-1\/16 { + bottom: -6.25%; + } + + .lg\:-left-1\/16 { + left: -6.25%; + } + + .lg\:-top-2\/16 { + top: -12.5%; + } + + .lg\:-right-2\/16 { + right: -12.5%; + } + + .lg\:-bottom-2\/16 { + bottom: -12.5%; + } + + .lg\:-left-2\/16 { + left: -12.5%; + } + + .lg\:-top-3\/16 { + top: -18.75%; + } + + .lg\:-right-3\/16 { + right: -18.75%; + } + + .lg\:-bottom-3\/16 { + bottom: -18.75%; + } + + .lg\:-left-3\/16 { + left: -18.75%; + } + + .lg\:-top-4\/16 { + top: -25%; + } + + .lg\:-right-4\/16 { + right: -25%; + } + + .lg\:-bottom-4\/16 { + bottom: -25%; + } + + .lg\:-left-4\/16 { + left: -25%; + } + + .lg\:-top-5\/16 { + top: -31.25%; + } + + .lg\:-right-5\/16 { + right: -31.25%; + } + + .lg\:-bottom-5\/16 { + bottom: -31.25%; + } + + .lg\:-left-5\/16 { + left: -31.25%; + } + + .lg\:-top-6\/16 { + top: -37.5%; + } + + .lg\:-right-6\/16 { + right: -37.5%; + } + + .lg\:-bottom-6\/16 { + bottom: -37.5%; + } + + .lg\:-left-6\/16 { + left: -37.5%; + } + + .lg\:-top-7\/16 { + top: -43.75%; + } + + .lg\:-right-7\/16 { + right: -43.75%; + } + + .lg\:-bottom-7\/16 { + bottom: -43.75%; + } + + .lg\:-left-7\/16 { + left: -43.75%; + } + + .lg\:-top-8\/16 { + top: -50%; + } + + .lg\:-right-8\/16 { + right: -50%; + } + + .lg\:-bottom-8\/16 { + bottom: -50%; + } + + .lg\:-left-8\/16 { + left: -50%; + } + + .lg\:-top-9\/16 { + top: -56.25%; + } + + .lg\:-right-9\/16 { + right: -56.25%; + } + + .lg\:-bottom-9\/16 { + bottom: -56.25%; + } + + .lg\:-left-9\/16 { + left: -56.25%; + } + + .lg\:-top-10\/16 { + top: -62.5%; + } + + .lg\:-right-10\/16 { + right: -62.5%; + } + + .lg\:-bottom-10\/16 { + bottom: -62.5%; + } + + .lg\:-left-10\/16 { + left: -62.5%; + } + + .lg\:-top-11\/16 { + top: -68.75%; + } + + .lg\:-right-11\/16 { + right: -68.75%; + } + + .lg\:-bottom-11\/16 { + bottom: -68.75%; + } + + .lg\:-left-11\/16 { + left: -68.75%; + } + + .lg\:-top-12\/16 { + top: -75%; + } + + .lg\:-right-12\/16 { + right: -75%; + } + + .lg\:-bottom-12\/16 { + bottom: -75%; + } + + .lg\:-left-12\/16 { + left: -75%; + } + + .lg\:-top-13\/16 { + top: -81.25%; + } + + .lg\:-right-13\/16 { + right: -81.25%; + } + + .lg\:-bottom-13\/16 { + bottom: -81.25%; + } + + .lg\:-left-13\/16 { + left: -81.25%; + } + + .lg\:-top-14\/16 { + top: -87.5%; + } + + .lg\:-right-14\/16 { + right: -87.5%; + } + + .lg\:-bottom-14\/16 { + bottom: -87.5%; + } + + .lg\:-left-14\/16 { + left: -87.5%; + } + + .lg\:-top-15\/16 { + top: -93.75%; + } + + .lg\:-right-15\/16 { + right: -93.75%; + } + + .lg\:-bottom-15\/16 { + bottom: -93.75%; + } + + .lg\:-left-15\/16 { + left: -93.75%; + } + + .lg\:-top-full { + top: -100%; + } + + .lg\:-right-full { + right: -100%; + } + + .lg\:-bottom-full { + bottom: -100%; + } + + .lg\:-left-full { + left: -100%; + } + .lg\:resize-none { resize: none; } @@ -95432,18 +157288,42 @@ video { width: 1.5rem; } + .lg\:w-7 { + width: 1.75rem; + } + .lg\:w-8 { width: 2rem; } + .lg\:w-9 { + width: 2.25rem; + } + .lg\:w-10 { width: 2.5rem; } + .lg\:w-11 { + width: 2.75rem; + } + .lg\:w-12 { width: 3rem; } + .lg\:w-13 { + width: 3.25rem; + } + + .lg\:w-14 { + width: 3.5rem; + } + + .lg\:w-15 { + width: 3.75rem; + } + .lg\:w-16 { width: 4rem; } @@ -95456,26 +157336,58 @@ video { width: 6rem; } + .lg\:w-28 { + width: 7rem; + } + .lg\:w-32 { width: 8rem; } + .lg\:w-36 { + width: 9rem; + } + .lg\:w-40 { width: 10rem; } + .lg\:w-44 { + width: 11rem; + } + .lg\:w-48 { width: 12rem; } + .lg\:w-52 { + width: 13rem; + } + .lg\:w-56 { width: 14rem; } + .lg\:w-60 { + width: 15rem; + } + .lg\:w-64 { width: 16rem; } + .lg\:w-72 { + width: 18rem; + } + + .lg\:w-80 { + width: 20rem; + } + + .lg\:w-96 { + width: 24rem; + } + .lg\:w-auto { width: auto; } @@ -95484,6 +157396,22 @@ video { width: 1px; } + .lg\:w-0\.5 { + width: 0.125rem; + } + + .lg\:w-1\.5 { + width: 0.375rem; + } + + .lg\:w-2\.5 { + width: 0.625rem; + } + + .lg\:w-3\.5 { + width: 0.875rem; + } + .lg\:w-1\/2 { width: 50%; } @@ -95588,6 +157516,66 @@ video { width: 91.666667%; } + .lg\:w-1\/16 { + width: 6.25%; + } + + .lg\:w-2\/16 { + width: 12.5%; + } + + .lg\:w-3\/16 { + width: 18.75%; + } + + .lg\:w-4\/16 { + width: 25%; + } + + .lg\:w-5\/16 { + width: 31.25%; + } + + .lg\:w-6\/16 { + width: 37.5%; + } + + .lg\:w-7\/16 { + width: 43.75%; + } + + .lg\:w-8\/16 { + width: 50%; + } + + .lg\:w-9\/16 { + width: 56.25%; + } + + .lg\:w-10\/16 { + width: 62.5%; + } + + .lg\:w-11\/16 { + width: 68.75%; + } + + .lg\:w-12\/16 { + width: 75%; + } + + .lg\:w-13\/16 { + width: 81.25%; + } + + .lg\:w-14\/16 { + width: 87.5%; + } + + .lg\:w-15\/16 { + width: 93.75%; + } + .lg\:w-full { width: 100%; } @@ -95596,6 +157584,14 @@ video { width: 100vw; } + .lg\:w-min { + width: min-content; + } + + .lg\:w-max { + width: max-content; + } + .lg\:z-0 { z-index: 0; } @@ -95659,21 +157655,51 @@ video { gap: 1.5rem; } + .lg\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .lg\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .lg\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .lg\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .lg\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .lg\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .lg\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .lg\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .lg\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .lg\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -95689,36 +157715,306 @@ video { gap: 6rem; } + .lg\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .lg\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .lg\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .lg\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .lg\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .lg\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .lg\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .lg\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .lg\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .lg\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .lg\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .lg\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .lg\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .lg\:gap-px { grid-gap: 1px; gap: 1px; } + .lg\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .lg\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .lg\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .lg\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .lg\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .lg\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .lg\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .lg\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .lg\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .lg\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .lg\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .lg\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .lg\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .lg\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .lg\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .lg\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .lg\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .lg\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .lg\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .lg\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .lg\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .lg\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .lg\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .lg\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .lg\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .lg\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .lg\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .lg\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .lg\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .lg\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .lg\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .lg\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .lg\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .lg\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .lg\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .lg\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .lg\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .lg\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .lg\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .lg\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .lg\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .lg\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -95754,21 +158050,51 @@ video { column-gap: 1.5rem; } + .lg\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .lg\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .lg\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .lg\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .lg\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .lg\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .lg\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .lg\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .lg\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .lg\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -95784,36 +158110,306 @@ video { column-gap: 6rem; } + .lg\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .lg\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .lg\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .lg\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .lg\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .lg\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .lg\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .lg\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .lg\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .lg\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .lg\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .lg\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .lg\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .lg\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .lg\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .lg\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .lg\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .lg\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .lg\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .lg\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .lg\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .lg\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .lg\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .lg\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .lg\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .lg\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .lg\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .lg\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .lg\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .lg\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .lg\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .lg\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .lg\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .lg\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .lg\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .lg\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .lg\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .lg\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .lg\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .lg\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .lg\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .lg\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .lg\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .lg\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .lg\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .lg\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .lg\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .lg\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .lg\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .lg\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .lg\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .lg\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .lg\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .lg\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .lg\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .lg\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -95849,21 +158445,51 @@ video { row-gap: 1.5rem; } + .lg\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .lg\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .lg\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .lg\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .lg\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .lg\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .lg\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .lg\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .lg\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .lg\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -95879,36 +158505,306 @@ video { row-gap: 6rem; } + .lg\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .lg\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .lg\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .lg\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .lg\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .lg\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .lg\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .lg\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .lg\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .lg\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .lg\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .lg\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .lg\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .lg\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .lg\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .lg\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .lg\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .lg\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .lg\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .lg\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .lg\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .lg\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .lg\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .lg\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .lg\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .lg\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .lg\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .lg\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .lg\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .lg\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .lg\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .lg\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .lg\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .lg\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .lg\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .lg\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .lg\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .lg\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .lg\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .lg\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .lg\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .lg\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .lg\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .lg\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .lg\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .lg\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .lg\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .lg\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .lg\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .lg\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .lg\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .lg\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .lg\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .lg\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .lg\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .lg\:grid-flow-row { grid-auto-flow: row; } @@ -95970,7 +158866,7 @@ video { } .lg\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .lg\:grid-cols-none { @@ -96045,6 +158941,22 @@ video { grid-column: span 12 / span 12; } + .lg\:col-span-13 { + grid-column: span 13 / span 13; + } + + .lg\:col-span-14 { + grid-column: span 14 / span 14; + } + + .lg\:col-span-15 { + grid-column: span 15 / span 15; + } + + .lg\:col-span-16 { + grid-column: span 16 / span 16; + } + .lg\:col-span-full { grid-column: 1 / -1; } @@ -96101,6 +159013,22 @@ video { grid-column-start: 13; } + .lg\:col-start-14 { + grid-column-start: 14; + } + + .lg\:col-start-15 { + grid-column-start: 15; + } + + .lg\:col-start-16 { + grid-column-start: 16; + } + + .lg\:col-start-17 { + grid-column-start: 17; + } + .lg\:col-start-auto { grid-column-start: auto; } @@ -96157,6 +159085,22 @@ video { grid-column-end: 13; } + .lg\:col-end-14 { + grid-column-end: 14; + } + + .lg\:col-end-15 { + grid-column-end: 15; + } + + .lg\:col-end-16 { + grid-column-end: 16; + } + + .lg\:col-end-17 { + grid-column-end: 17; + } + .lg\:col-end-auto { grid-column-end: auto; } @@ -96985,18 +159929,42 @@ video { --transform-translate-x: 1.5rem; } + .lg\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .lg\:translate-x-8 { --transform-translate-x: 2rem; } + .lg\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .lg\:translate-x-10 { --transform-translate-x: 2.5rem; } + .lg\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .lg\:translate-x-12 { --transform-translate-x: 3rem; } + .lg\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .lg\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .lg\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .lg\:translate-x-16 { --transform-translate-x: 4rem; } @@ -97009,30 +159977,246 @@ video { --transform-translate-x: 6rem; } + .lg\:translate-x-28 { + --transform-translate-x: 7rem; + } + .lg\:translate-x-32 { --transform-translate-x: 8rem; } + .lg\:translate-x-36 { + --transform-translate-x: 9rem; + } + .lg\:translate-x-40 { --transform-translate-x: 10rem; } + .lg\:translate-x-44 { + --transform-translate-x: 11rem; + } + .lg\:translate-x-48 { --transform-translate-x: 12rem; } + .lg\:translate-x-52 { + --transform-translate-x: 13rem; + } + .lg\:translate-x-56 { --transform-translate-x: 14rem; } + .lg\:translate-x-60 { + --transform-translate-x: 15rem; + } + .lg\:translate-x-64 { --transform-translate-x: 16rem; } + .lg\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .lg\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .lg\:translate-x-96 { + --transform-translate-x: 24rem; + } + .lg\:translate-x-px { --transform-translate-x: 1px; } + .lg\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .lg\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .lg\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .lg\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .lg\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .lg\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .lg\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .lg\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .lg\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .lg\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .lg\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .lg\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .lg\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .lg\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .lg\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .lg\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .lg\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .lg\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .lg\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .lg\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .lg\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .lg\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .lg\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .lg\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .lg\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .lg\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .lg\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .lg\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .lg\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .lg\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .lg\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .lg\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .lg\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .lg\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .lg\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .lg\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .lg\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .lg\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .lg\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .lg\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .lg\:translate-x-full { + --transform-translate-x: 100%; + } + .lg\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -97057,18 +160241,42 @@ video { --transform-translate-x: -1.5rem; } + .lg\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .lg\:-translate-x-8 { --transform-translate-x: -2rem; } + .lg\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .lg\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .lg\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .lg\:-translate-x-12 { --transform-translate-x: -3rem; } + .lg\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .lg\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .lg\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .lg\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -97081,44 +160289,244 @@ video { --transform-translate-x: -6rem; } + .lg\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .lg\:-translate-x-32 { --transform-translate-x: -8rem; } + .lg\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .lg\:-translate-x-40 { --transform-translate-x: -10rem; } + .lg\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .lg\:-translate-x-48 { --transform-translate-x: -12rem; } + .lg\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .lg\:-translate-x-56 { --transform-translate-x: -14rem; } + .lg\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .lg\:-translate-x-64 { --transform-translate-x: -16rem; } + .lg\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .lg\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .lg\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .lg\:-translate-x-px { --transform-translate-x: -1px; } - .lg\:-translate-x-full { - --transform-translate-x: -100%; + .lg\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .lg\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .lg\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .lg\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .lg\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .lg\:translate-x-1\/2 { - --transform-translate-x: 50%; + .lg\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .lg\:translate-x-full { - --transform-translate-x: 100%; + .lg\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .lg\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .lg\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .lg\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .lg\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .lg\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .lg\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .lg\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .lg\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .lg\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .lg\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .lg\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .lg\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .lg\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .lg\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .lg\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .lg\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .lg\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .lg\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .lg\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .lg\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .lg\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .lg\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .lg\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .lg\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .lg\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .lg\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .lg\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .lg\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .lg\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .lg\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .lg\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .lg\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .lg\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .lg\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .lg\:-translate-x-full { + --transform-translate-x: -100%; } .lg\:translate-y-0 { @@ -97149,18 +160557,42 @@ video { --transform-translate-y: 1.5rem; } + .lg\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .lg\:translate-y-8 { --transform-translate-y: 2rem; } + .lg\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .lg\:translate-y-10 { --transform-translate-y: 2.5rem; } + .lg\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .lg\:translate-y-12 { --transform-translate-y: 3rem; } + .lg\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .lg\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .lg\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .lg\:translate-y-16 { --transform-translate-y: 4rem; } @@ -97173,30 +160605,246 @@ video { --transform-translate-y: 6rem; } + .lg\:translate-y-28 { + --transform-translate-y: 7rem; + } + .lg\:translate-y-32 { --transform-translate-y: 8rem; } + .lg\:translate-y-36 { + --transform-translate-y: 9rem; + } + .lg\:translate-y-40 { --transform-translate-y: 10rem; } + .lg\:translate-y-44 { + --transform-translate-y: 11rem; + } + .lg\:translate-y-48 { --transform-translate-y: 12rem; } + .lg\:translate-y-52 { + --transform-translate-y: 13rem; + } + .lg\:translate-y-56 { --transform-translate-y: 14rem; } + .lg\:translate-y-60 { + --transform-translate-y: 15rem; + } + .lg\:translate-y-64 { --transform-translate-y: 16rem; } + .lg\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .lg\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .lg\:translate-y-96 { + --transform-translate-y: 24rem; + } + .lg\:translate-y-px { --transform-translate-y: 1px; } + .lg\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .lg\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .lg\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .lg\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .lg\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .lg\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .lg\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .lg\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .lg\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .lg\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .lg\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .lg\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .lg\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .lg\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .lg\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .lg\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .lg\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .lg\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .lg\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .lg\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .lg\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .lg\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .lg\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .lg\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .lg\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .lg\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .lg\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .lg\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .lg\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .lg\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .lg\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .lg\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .lg\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .lg\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .lg\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .lg\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .lg\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .lg\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .lg\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .lg\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .lg\:translate-y-full { + --transform-translate-y: 100%; + } + .lg\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -97221,18 +160869,42 @@ video { --transform-translate-y: -1.5rem; } + .lg\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .lg\:-translate-y-8 { --transform-translate-y: -2rem; } + .lg\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .lg\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .lg\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .lg\:-translate-y-12 { --transform-translate-y: -3rem; } + .lg\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .lg\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .lg\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .lg\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -97245,44 +160917,244 @@ video { --transform-translate-y: -6rem; } + .lg\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .lg\:-translate-y-32 { --transform-translate-y: -8rem; } + .lg\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .lg\:-translate-y-40 { --transform-translate-y: -10rem; } + .lg\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .lg\:-translate-y-48 { --transform-translate-y: -12rem; } + .lg\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .lg\:-translate-y-56 { --transform-translate-y: -14rem; } + .lg\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .lg\:-translate-y-64 { --transform-translate-y: -16rem; } + .lg\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .lg\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .lg\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .lg\:-translate-y-px { --transform-translate-y: -1px; } - .lg\:-translate-y-full { - --transform-translate-y: -100%; + .lg\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .lg\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .lg\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .lg\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .lg\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .lg\:translate-y-1\/2 { - --transform-translate-y: 50%; + .lg\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .lg\:translate-y-full { - --transform-translate-y: 100%; + .lg\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .lg\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .lg\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .lg\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .lg\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .lg\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .lg\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .lg\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .lg\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .lg\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .lg\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .lg\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .lg\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .lg\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .lg\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .lg\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .lg\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .lg\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .lg\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .lg\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .lg\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .lg\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .lg\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .lg\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .lg\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .lg\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .lg\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .lg\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .lg\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .lg\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .lg\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .lg\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .lg\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .lg\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .lg\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .lg\:-translate-y-full { + --transform-translate-y: -100%; } .lg\:hover\:translate-x-0:hover { @@ -97313,18 +161185,42 @@ video { --transform-translate-x: 1.5rem; } + .lg\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .lg\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .lg\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .lg\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .lg\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .lg\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .lg\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .lg\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .lg\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .lg\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -97337,30 +161233,246 @@ video { --transform-translate-x: 6rem; } + .lg\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .lg\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .lg\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .lg\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .lg\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .lg\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .lg\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .lg\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .lg\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .lg\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .lg\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .lg\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .lg\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .lg\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .lg\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .lg\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .lg\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .lg\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .lg\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .lg\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .lg\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .lg\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .lg\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .lg\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .lg\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .lg\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .lg\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .lg\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .lg\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .lg\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .lg\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .lg\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .lg\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .lg\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .lg\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .lg\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .lg\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .lg\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .lg\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .lg\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .lg\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .lg\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .lg\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .lg\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .lg\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .lg\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .lg\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .lg\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .lg\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .lg\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .lg\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .lg\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .lg\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .lg\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .lg\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .lg\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -97385,18 +161497,42 @@ video { --transform-translate-x: -1.5rem; } + .lg\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .lg\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .lg\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .lg\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .lg\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .lg\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .lg\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .lg\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .lg\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .lg\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -97409,44 +161545,244 @@ video { --transform-translate-x: -6rem; } + .lg\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .lg\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .lg\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .lg\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .lg\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .lg\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .lg\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .lg\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .lg\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .lg\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .lg\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .lg\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .lg\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .lg\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .lg\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .lg\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .lg\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .lg\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .lg\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .lg\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .lg\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .lg\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .lg\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .lg\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .lg\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .lg\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .lg\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .lg\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .lg\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .lg\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .lg\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .lg\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .lg\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .lg\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .lg\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .lg\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .lg\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .lg\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .lg\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .lg\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .lg\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .lg\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .lg\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .lg\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .lg\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .lg\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .lg\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .lg\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .lg\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .lg\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .lg\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .lg\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .lg\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .lg\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .lg\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .lg\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .lg\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .lg\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .lg\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .lg\:hover\:translate-y-0:hover { @@ -97477,18 +161813,42 @@ video { --transform-translate-y: 1.5rem; } + .lg\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .lg\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .lg\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .lg\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .lg\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .lg\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .lg\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .lg\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .lg\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .lg\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -97501,30 +161861,246 @@ video { --transform-translate-y: 6rem; } + .lg\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .lg\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .lg\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .lg\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .lg\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .lg\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .lg\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .lg\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .lg\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .lg\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .lg\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .lg\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .lg\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .lg\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .lg\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .lg\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .lg\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .lg\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .lg\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .lg\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .lg\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .lg\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .lg\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .lg\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .lg\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .lg\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .lg\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .lg\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .lg\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .lg\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .lg\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .lg\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .lg\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .lg\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .lg\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .lg\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .lg\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .lg\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .lg\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .lg\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .lg\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .lg\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .lg\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .lg\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .lg\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .lg\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .lg\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .lg\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .lg\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .lg\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .lg\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .lg\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .lg\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .lg\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .lg\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .lg\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -97549,18 +162125,42 @@ video { --transform-translate-y: -1.5rem; } + .lg\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .lg\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .lg\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .lg\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .lg\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .lg\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .lg\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .lg\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .lg\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .lg\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -97573,44 +162173,244 @@ video { --transform-translate-y: -6rem; } + .lg\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .lg\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .lg\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .lg\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .lg\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .lg\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .lg\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .lg\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .lg\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .lg\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .lg\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .lg\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .lg\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .lg\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .lg\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .lg\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .lg\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .lg\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .lg\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .lg\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .lg\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .lg\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .lg\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .lg\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .lg\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .lg\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .lg\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .lg\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .lg\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .lg\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .lg\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .lg\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .lg\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .lg\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .lg\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .lg\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .lg\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .lg\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .lg\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .lg\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .lg\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .lg\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .lg\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .lg\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .lg\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .lg\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .lg\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .lg\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .lg\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .lg\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .lg\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .lg\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .lg\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .lg\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .lg\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .lg\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .lg\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .lg\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .lg\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .lg\:focus\:translate-x-0:focus { @@ -97641,18 +162441,42 @@ video { --transform-translate-x: 1.5rem; } + .lg\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .lg\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .lg\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .lg\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .lg\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .lg\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .lg\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .lg\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .lg\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .lg\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -97665,30 +162489,246 @@ video { --transform-translate-x: 6rem; } + .lg\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .lg\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .lg\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .lg\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .lg\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .lg\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .lg\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .lg\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .lg\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .lg\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .lg\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .lg\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .lg\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .lg\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .lg\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .lg\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .lg\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .lg\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .lg\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .lg\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .lg\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .lg\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .lg\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .lg\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .lg\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .lg\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .lg\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .lg\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .lg\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .lg\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .lg\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .lg\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .lg\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .lg\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .lg\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .lg\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .lg\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .lg\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .lg\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .lg\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .lg\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .lg\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .lg\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .lg\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .lg\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .lg\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .lg\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .lg\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .lg\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .lg\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .lg\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .lg\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .lg\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .lg\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .lg\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .lg\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -97713,18 +162753,42 @@ video { --transform-translate-x: -1.5rem; } + .lg\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .lg\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .lg\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .lg\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .lg\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .lg\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .lg\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .lg\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .lg\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .lg\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -97737,44 +162801,244 @@ video { --transform-translate-x: -6rem; } + .lg\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .lg\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .lg\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .lg\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .lg\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .lg\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .lg\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .lg\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .lg\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .lg\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .lg\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .lg\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .lg\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .lg\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .lg\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .lg\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .lg\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .lg\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .lg\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .lg\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .lg\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .lg\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .lg\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .lg\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .lg\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .lg\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .lg\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .lg\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .lg\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .lg\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .lg\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .lg\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .lg\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .lg\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .lg\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .lg\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .lg\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .lg\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .lg\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .lg\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .lg\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .lg\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .lg\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .lg\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .lg\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .lg\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .lg\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .lg\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .lg\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .lg\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .lg\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .lg\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .lg\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .lg\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .lg\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .lg\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .lg\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .lg\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .lg\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .lg\:focus\:translate-y-0:focus { @@ -97805,18 +163069,42 @@ video { --transform-translate-y: 1.5rem; } + .lg\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .lg\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .lg\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .lg\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .lg\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .lg\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .lg\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .lg\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .lg\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .lg\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -97829,30 +163117,246 @@ video { --transform-translate-y: 6rem; } + .lg\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .lg\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .lg\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .lg\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .lg\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .lg\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .lg\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .lg\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .lg\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .lg\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .lg\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .lg\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .lg\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .lg\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .lg\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .lg\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .lg\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .lg\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .lg\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .lg\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .lg\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .lg\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .lg\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .lg\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .lg\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .lg\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .lg\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .lg\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .lg\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .lg\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .lg\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .lg\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .lg\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .lg\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .lg\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .lg\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .lg\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .lg\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .lg\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .lg\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .lg\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .lg\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .lg\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .lg\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .lg\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .lg\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .lg\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .lg\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .lg\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .lg\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .lg\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .lg\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .lg\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .lg\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .lg\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .lg\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -97877,18 +163381,42 @@ video { --transform-translate-y: -1.5rem; } + .lg\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .lg\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .lg\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .lg\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .lg\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .lg\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .lg\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .lg\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .lg\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .lg\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -97901,44 +163429,244 @@ video { --transform-translate-y: -6rem; } + .lg\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .lg\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .lg\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .lg\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .lg\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .lg\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .lg\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .lg\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .lg\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .lg\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .lg\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .lg\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .lg\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .lg\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .lg\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .lg\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .lg\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .lg\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .lg\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .lg\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .lg\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .lg\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .lg\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .lg\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .lg\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .lg\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .lg\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .lg\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .lg\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .lg\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .lg\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .lg\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .lg\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .lg\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .lg\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .lg\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .lg\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .lg\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .lg\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .lg\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .lg\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .lg\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .lg\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .lg\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .lg\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .lg\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .lg\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .lg\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .lg\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .lg\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .lg\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .lg\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .lg\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .lg\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .lg\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .lg\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .lg\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .lg\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .lg\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .lg\:skew-x-0 { @@ -98452,6 +164180,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .xl\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -98464,6 +164204,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .xl\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -98476,6 +164228,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .xl\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -98488,6 +164252,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .xl\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .xl\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .xl\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -98524,6 +164324,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .xl\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -98536,6 +164348,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .xl\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -98548,6 +164372,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .xl\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -98560,6 +164396,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .xl\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -98572,6 +164420,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .xl\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -98584,6 +164444,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .xl\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .xl\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .xl\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -98596,6 +164492,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .xl\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .xl\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .xl\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .xl\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .xl\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .xl\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .xl\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .xl\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .xl\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .xl\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .xl\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .xl\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .xl\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .xl\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .xl\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .xl\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -98668,6 +165116,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .xl\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -98680,6 +165140,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .xl\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -98692,6 +165164,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .xl\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -98704,6 +165188,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .xl\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .xl\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .xl\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -98740,6 +165260,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .xl\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -98752,6 +165284,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .xl\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -98764,6 +165308,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .xl\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -98776,6 +165332,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .xl\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -98788,6 +165356,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .xl\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -98800,6 +165380,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .xl\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .xl\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .xl\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -98812,6 +165428,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .xl\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .xl\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .xl\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .xl\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .xl\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .xl\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .xl\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -113360,18 +180528,42 @@ video { height: 1.5rem; } + .xl\:h-7 { + height: 1.75rem; + } + .xl\:h-8 { height: 2rem; } + .xl\:h-9 { + height: 2.25rem; + } + .xl\:h-10 { height: 2.5rem; } + .xl\:h-11 { + height: 2.75rem; + } + .xl\:h-12 { height: 3rem; } + .xl\:h-13 { + height: 3.25rem; + } + + .xl\:h-14 { + height: 3.5rem; + } + + .xl\:h-15 { + height: 3.75rem; + } + .xl\:h-16 { height: 4rem; } @@ -113384,26 +180576,58 @@ video { height: 6rem; } + .xl\:h-28 { + height: 7rem; + } + .xl\:h-32 { height: 8rem; } + .xl\:h-36 { + height: 9rem; + } + .xl\:h-40 { height: 10rem; } + .xl\:h-44 { + height: 11rem; + } + .xl\:h-48 { height: 12rem; } + .xl\:h-52 { + height: 13rem; + } + .xl\:h-56 { height: 14rem; } + .xl\:h-60 { + height: 15rem; + } + .xl\:h-64 { height: 16rem; } + .xl\:h-72 { + height: 18rem; + } + + .xl\:h-80 { + height: 20rem; + } + + .xl\:h-96 { + height: 24rem; + } + .xl\:h-auto { height: auto; } @@ -113412,6 +180636,186 @@ video { height: 1px; } + .xl\:h-0\.5 { + height: 0.125rem; + } + + .xl\:h-1\.5 { + height: 0.375rem; + } + + .xl\:h-2\.5 { + height: 0.625rem; + } + + .xl\:h-3\.5 { + height: 0.875rem; + } + + .xl\:h-1\/2 { + height: 50%; + } + + .xl\:h-1\/3 { + height: 33.333333%; + } + + .xl\:h-2\/3 { + height: 66.666667%; + } + + .xl\:h-1\/4 { + height: 25%; + } + + .xl\:h-2\/4 { + height: 50%; + } + + .xl\:h-3\/4 { + height: 75%; + } + + .xl\:h-1\/5 { + height: 20%; + } + + .xl\:h-2\/5 { + height: 40%; + } + + .xl\:h-3\/5 { + height: 60%; + } + + .xl\:h-4\/5 { + height: 80%; + } + + .xl\:h-1\/6 { + height: 16.666667%; + } + + .xl\:h-2\/6 { + height: 33.333333%; + } + + .xl\:h-3\/6 { + height: 50%; + } + + .xl\:h-4\/6 { + height: 66.666667%; + } + + .xl\:h-5\/6 { + height: 83.333333%; + } + + .xl\:h-1\/12 { + height: 8.333333%; + } + + .xl\:h-2\/12 { + height: 16.666667%; + } + + .xl\:h-3\/12 { + height: 25%; + } + + .xl\:h-4\/12 { + height: 33.333333%; + } + + .xl\:h-5\/12 { + height: 41.666667%; + } + + .xl\:h-6\/12 { + height: 50%; + } + + .xl\:h-7\/12 { + height: 58.333333%; + } + + .xl\:h-8\/12 { + height: 66.666667%; + } + + .xl\:h-9\/12 { + height: 75%; + } + + .xl\:h-10\/12 { + height: 83.333333%; + } + + .xl\:h-11\/12 { + height: 91.666667%; + } + + .xl\:h-1\/16 { + height: 6.25%; + } + + .xl\:h-2\/16 { + height: 12.5%; + } + + .xl\:h-3\/16 { + height: 18.75%; + } + + .xl\:h-4\/16 { + height: 25%; + } + + .xl\:h-5\/16 { + height: 31.25%; + } + + .xl\:h-6\/16 { + height: 37.5%; + } + + .xl\:h-7\/16 { + height: 43.75%; + } + + .xl\:h-8\/16 { + height: 50%; + } + + .xl\:h-9\/16 { + height: 56.25%; + } + + .xl\:h-10\/16 { + height: 62.5%; + } + + .xl\:h-11\/16 { + height: 68.75%; + } + + .xl\:h-12\/16 { + height: 75%; + } + + .xl\:h-13\/16 { + height: 81.25%; + } + + .xl\:h-14\/16 { + height: 87.5%; + } + + .xl\:h-15\/16 { + height: 93.75%; + } + .xl\:h-full { height: 100%; } @@ -113574,18 +180978,42 @@ video { margin: 1.5rem; } + .xl\:m-7 { + margin: 1.75rem; + } + .xl\:m-8 { margin: 2rem; } + .xl\:m-9 { + margin: 2.25rem; + } + .xl\:m-10 { margin: 2.5rem; } + .xl\:m-11 { + margin: 2.75rem; + } + .xl\:m-12 { margin: 3rem; } + .xl\:m-13 { + margin: 3.25rem; + } + + .xl\:m-14 { + margin: 3.5rem; + } + + .xl\:m-15 { + margin: 3.75rem; + } + .xl\:m-16 { margin: 4rem; } @@ -113598,26 +181026,58 @@ video { margin: 6rem; } + .xl\:m-28 { + margin: 7rem; + } + .xl\:m-32 { margin: 8rem; } + .xl\:m-36 { + margin: 9rem; + } + .xl\:m-40 { margin: 10rem; } + .xl\:m-44 { + margin: 11rem; + } + .xl\:m-48 { margin: 12rem; } + .xl\:m-52 { + margin: 13rem; + } + .xl\:m-56 { margin: 14rem; } + .xl\:m-60 { + margin: 15rem; + } + .xl\:m-64 { margin: 16rem; } + .xl\:m-72 { + margin: 18rem; + } + + .xl\:m-80 { + margin: 20rem; + } + + .xl\:m-96 { + margin: 24rem; + } + .xl\:m-auto { margin: auto; } @@ -113626,6 +181086,190 @@ video { margin: 1px; } + .xl\:m-0\.5 { + margin: 0.125rem; + } + + .xl\:m-1\.5 { + margin: 0.375rem; + } + + .xl\:m-2\.5 { + margin: 0.625rem; + } + + .xl\:m-3\.5 { + margin: 0.875rem; + } + + .xl\:m-1\/2 { + margin: 50%; + } + + .xl\:m-1\/3 { + margin: 33.333333%; + } + + .xl\:m-2\/3 { + margin: 66.666667%; + } + + .xl\:m-1\/4 { + margin: 25%; + } + + .xl\:m-2\/4 { + margin: 50%; + } + + .xl\:m-3\/4 { + margin: 75%; + } + + .xl\:m-1\/5 { + margin: 20%; + } + + .xl\:m-2\/5 { + margin: 40%; + } + + .xl\:m-3\/5 { + margin: 60%; + } + + .xl\:m-4\/5 { + margin: 80%; + } + + .xl\:m-1\/6 { + margin: 16.666667%; + } + + .xl\:m-2\/6 { + margin: 33.333333%; + } + + .xl\:m-3\/6 { + margin: 50%; + } + + .xl\:m-4\/6 { + margin: 66.666667%; + } + + .xl\:m-5\/6 { + margin: 83.333333%; + } + + .xl\:m-1\/12 { + margin: 8.333333%; + } + + .xl\:m-2\/12 { + margin: 16.666667%; + } + + .xl\:m-3\/12 { + margin: 25%; + } + + .xl\:m-4\/12 { + margin: 33.333333%; + } + + .xl\:m-5\/12 { + margin: 41.666667%; + } + + .xl\:m-6\/12 { + margin: 50%; + } + + .xl\:m-7\/12 { + margin: 58.333333%; + } + + .xl\:m-8\/12 { + margin: 66.666667%; + } + + .xl\:m-9\/12 { + margin: 75%; + } + + .xl\:m-10\/12 { + margin: 83.333333%; + } + + .xl\:m-11\/12 { + margin: 91.666667%; + } + + .xl\:m-1\/16 { + margin: 6.25%; + } + + .xl\:m-2\/16 { + margin: 12.5%; + } + + .xl\:m-3\/16 { + margin: 18.75%; + } + + .xl\:m-4\/16 { + margin: 25%; + } + + .xl\:m-5\/16 { + margin: 31.25%; + } + + .xl\:m-6\/16 { + margin: 37.5%; + } + + .xl\:m-7\/16 { + margin: 43.75%; + } + + .xl\:m-8\/16 { + margin: 50%; + } + + .xl\:m-9\/16 { + margin: 56.25%; + } + + .xl\:m-10\/16 { + margin: 62.5%; + } + + .xl\:m-11\/16 { + margin: 68.75%; + } + + .xl\:m-12\/16 { + margin: 75%; + } + + .xl\:m-13\/16 { + margin: 81.25%; + } + + .xl\:m-14\/16 { + margin: 87.5%; + } + + .xl\:m-15\/16 { + margin: 93.75%; + } + + .xl\:m-full { + margin: 100%; + } + .xl\:-m-1 { margin: -0.25rem; } @@ -113650,18 +181294,42 @@ video { margin: -1.5rem; } + .xl\:-m-7 { + margin: -1.75rem; + } + .xl\:-m-8 { margin: -2rem; } + .xl\:-m-9 { + margin: -2.25rem; + } + .xl\:-m-10 { margin: -2.5rem; } + .xl\:-m-11 { + margin: -2.75rem; + } + .xl\:-m-12 { margin: -3rem; } + .xl\:-m-13 { + margin: -3.25rem; + } + + .xl\:-m-14 { + margin: -3.5rem; + } + + .xl\:-m-15 { + margin: -3.75rem; + } + .xl\:-m-16 { margin: -4rem; } @@ -113674,30 +181342,246 @@ video { margin: -6rem; } + .xl\:-m-28 { + margin: -7rem; + } + .xl\:-m-32 { margin: -8rem; } + .xl\:-m-36 { + margin: -9rem; + } + .xl\:-m-40 { margin: -10rem; } + .xl\:-m-44 { + margin: -11rem; + } + .xl\:-m-48 { margin: -12rem; } + .xl\:-m-52 { + margin: -13rem; + } + .xl\:-m-56 { margin: -14rem; } + .xl\:-m-60 { + margin: -15rem; + } + .xl\:-m-64 { margin: -16rem; } + .xl\:-m-72 { + margin: -18rem; + } + + .xl\:-m-80 { + margin: -20rem; + } + + .xl\:-m-96 { + margin: -24rem; + } + .xl\:-m-px { margin: -1px; } + .xl\:-m-0\.5 { + margin: -0.125rem; + } + + .xl\:-m-1\.5 { + margin: -0.375rem; + } + + .xl\:-m-2\.5 { + margin: -0.625rem; + } + + .xl\:-m-3\.5 { + margin: -0.875rem; + } + + .xl\:-m-1\/2 { + margin: -50%; + } + + .xl\:-m-1\/3 { + margin: -33.33333%; + } + + .xl\:-m-2\/3 { + margin: -66.66667%; + } + + .xl\:-m-1\/4 { + margin: -25%; + } + + .xl\:-m-2\/4 { + margin: -50%; + } + + .xl\:-m-3\/4 { + margin: -75%; + } + + .xl\:-m-1\/5 { + margin: -20%; + } + + .xl\:-m-2\/5 { + margin: -40%; + } + + .xl\:-m-3\/5 { + margin: -60%; + } + + .xl\:-m-4\/5 { + margin: -80%; + } + + .xl\:-m-1\/6 { + margin: -16.66667%; + } + + .xl\:-m-2\/6 { + margin: -33.33333%; + } + + .xl\:-m-3\/6 { + margin: -50%; + } + + .xl\:-m-4\/6 { + margin: -66.66667%; + } + + .xl\:-m-5\/6 { + margin: -83.33333%; + } + + .xl\:-m-1\/12 { + margin: -8.33333%; + } + + .xl\:-m-2\/12 { + margin: -16.66667%; + } + + .xl\:-m-3\/12 { + margin: -25%; + } + + .xl\:-m-4\/12 { + margin: -33.33333%; + } + + .xl\:-m-5\/12 { + margin: -41.66667%; + } + + .xl\:-m-6\/12 { + margin: -50%; + } + + .xl\:-m-7\/12 { + margin: -58.33333%; + } + + .xl\:-m-8\/12 { + margin: -66.66667%; + } + + .xl\:-m-9\/12 { + margin: -75%; + } + + .xl\:-m-10\/12 { + margin: -83.33333%; + } + + .xl\:-m-11\/12 { + margin: -91.66667%; + } + + .xl\:-m-1\/16 { + margin: -6.25%; + } + + .xl\:-m-2\/16 { + margin: -12.5%; + } + + .xl\:-m-3\/16 { + margin: -18.75%; + } + + .xl\:-m-4\/16 { + margin: -25%; + } + + .xl\:-m-5\/16 { + margin: -31.25%; + } + + .xl\:-m-6\/16 { + margin: -37.5%; + } + + .xl\:-m-7\/16 { + margin: -43.75%; + } + + .xl\:-m-8\/16 { + margin: -50%; + } + + .xl\:-m-9\/16 { + margin: -56.25%; + } + + .xl\:-m-10\/16 { + margin: -62.5%; + } + + .xl\:-m-11\/16 { + margin: -68.75%; + } + + .xl\:-m-12\/16 { + margin: -75%; + } + + .xl\:-m-13\/16 { + margin: -81.25%; + } + + .xl\:-m-14\/16 { + margin: -87.5%; + } + + .xl\:-m-15\/16 { + margin: -93.75%; + } + + .xl\:-m-full { + margin: -100%; + } + .xl\:my-0 { margin-top: 0; margin-bottom: 0; @@ -113768,6 +181652,16 @@ video { margin-right: 1.5rem; } + .xl\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .xl\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .xl\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -113778,6 +181672,16 @@ video { margin-right: 2rem; } + .xl\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .xl\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .xl\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -113788,6 +181692,16 @@ video { margin-right: 2.5rem; } + .xl\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .xl\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .xl\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -113798,6 +181712,36 @@ video { margin-right: 3rem; } + .xl\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .xl\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .xl\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .xl\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .xl\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .xl\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .xl\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -113828,6 +181772,16 @@ video { margin-right: 6rem; } + .xl\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .xl\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .xl\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -113838,6 +181792,16 @@ video { margin-right: 8rem; } + .xl\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .xl\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .xl\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -113848,6 +181812,16 @@ video { margin-right: 10rem; } + .xl\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .xl\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .xl\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -113858,6 +181832,16 @@ video { margin-right: 12rem; } + .xl\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .xl\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .xl\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -113868,6 +181852,16 @@ video { margin-right: 14rem; } + .xl\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .xl\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .xl\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -113878,6 +181872,36 @@ video { margin-right: 16rem; } + .xl\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .xl\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .xl\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .xl\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .xl\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .xl\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .xl\:my-auto { margin-top: auto; margin-bottom: auto; @@ -113898,6 +181922,466 @@ video { margin-right: 1px; } + .xl\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .xl\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .xl\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .xl\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .xl\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .xl\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .xl\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .xl\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .xl\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .xl\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .xl\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .xl\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .xl\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .xl\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .xl\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .xl\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .xl\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .xl\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .xl\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .xl\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .xl\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .xl\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .xl\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .xl\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .xl\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .xl\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .xl\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .xl\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .xl\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .xl\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .xl\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .xl\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .xl\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .xl\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .xl\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .xl\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .xl\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .xl\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .xl\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .xl\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .xl\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .xl\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .xl\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .xl\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .xl\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .xl\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .xl\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .xl\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .xl\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .xl\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .xl\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .xl\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .xl\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .xl\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .xl\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .xl\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .xl\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .xl\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .xl\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .xl\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .xl\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .xl\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .xl\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .xl\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .xl\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .xl\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .xl\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .xl\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .xl\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .xl\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .xl\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .xl\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .xl\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .xl\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .xl\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .xl\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .xl\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .xl\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .xl\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .xl\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .xl\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .xl\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .xl\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -113958,6 +182442,16 @@ video { margin-right: -1.5rem; } + .xl\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .xl\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .xl\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -113968,6 +182462,16 @@ video { margin-right: -2rem; } + .xl\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .xl\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .xl\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -113978,6 +182482,16 @@ video { margin-right: -2.5rem; } + .xl\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .xl\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .xl\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -113988,6 +182502,36 @@ video { margin-right: -3rem; } + .xl\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .xl\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .xl\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .xl\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .xl\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .xl\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .xl\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -114018,6 +182562,16 @@ video { margin-right: -6rem; } + .xl\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .xl\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .xl\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -114028,6 +182582,16 @@ video { margin-right: -8rem; } + .xl\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .xl\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .xl\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -114038,6 +182602,16 @@ video { margin-right: -10rem; } + .xl\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .xl\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .xl\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -114048,6 +182622,16 @@ video { margin-right: -12rem; } + .xl\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .xl\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .xl\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -114058,6 +182642,16 @@ video { margin-right: -14rem; } + .xl\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .xl\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .xl\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -114068,6 +182662,36 @@ video { margin-right: -16rem; } + .xl\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .xl\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .xl\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .xl\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .xl\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .xl\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .xl\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -114078,6 +182702,466 @@ video { margin-right: -1px; } + .xl\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .xl\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .xl\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .xl\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .xl\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .xl\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .xl\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .xl\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .xl\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .xl\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .xl\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .xl\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .xl\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .xl\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .xl\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .xl\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .xl\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .xl\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .xl\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .xl\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .xl\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .xl\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .xl\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .xl\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .xl\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .xl\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .xl\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .xl\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .xl\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .xl\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .xl\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .xl\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .xl\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .xl\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .xl\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .xl\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .xl\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .xl\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .xl\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .xl\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .xl\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .xl\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .xl\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .xl\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .xl\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .xl\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .xl\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .xl\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .xl\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .xl\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .xl\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .xl\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .xl\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .xl\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .xl\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .xl\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .xl\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .xl\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .xl\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .xl\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .xl\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .xl\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .xl\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .xl\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .xl\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .xl\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .xl\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .xl\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .xl\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .xl\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .xl\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .xl\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .xl\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .xl\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .xl\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .xl\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .xl\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .xl\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .xl\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .xl\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .xl\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .xl\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .xl\:mt-0 { margin-top: 0; } @@ -114190,6 +183274,22 @@ video { margin-left: 1.5rem; } + .xl\:mt-7 { + margin-top: 1.75rem; + } + + .xl\:mr-7 { + margin-right: 1.75rem; + } + + .xl\:mb-7 { + margin-bottom: 1.75rem; + } + + .xl\:ml-7 { + margin-left: 1.75rem; + } + .xl\:mt-8 { margin-top: 2rem; } @@ -114206,6 +183306,22 @@ video { margin-left: 2rem; } + .xl\:mt-9 { + margin-top: 2.25rem; + } + + .xl\:mr-9 { + margin-right: 2.25rem; + } + + .xl\:mb-9 { + margin-bottom: 2.25rem; + } + + .xl\:ml-9 { + margin-left: 2.25rem; + } + .xl\:mt-10 { margin-top: 2.5rem; } @@ -114222,6 +183338,22 @@ video { margin-left: 2.5rem; } + .xl\:mt-11 { + margin-top: 2.75rem; + } + + .xl\:mr-11 { + margin-right: 2.75rem; + } + + .xl\:mb-11 { + margin-bottom: 2.75rem; + } + + .xl\:ml-11 { + margin-left: 2.75rem; + } + .xl\:mt-12 { margin-top: 3rem; } @@ -114238,6 +183370,54 @@ video { margin-left: 3rem; } + .xl\:mt-13 { + margin-top: 3.25rem; + } + + .xl\:mr-13 { + margin-right: 3.25rem; + } + + .xl\:mb-13 { + margin-bottom: 3.25rem; + } + + .xl\:ml-13 { + margin-left: 3.25rem; + } + + .xl\:mt-14 { + margin-top: 3.5rem; + } + + .xl\:mr-14 { + margin-right: 3.5rem; + } + + .xl\:mb-14 { + margin-bottom: 3.5rem; + } + + .xl\:ml-14 { + margin-left: 3.5rem; + } + + .xl\:mt-15 { + margin-top: 3.75rem; + } + + .xl\:mr-15 { + margin-right: 3.75rem; + } + + .xl\:mb-15 { + margin-bottom: 3.75rem; + } + + .xl\:ml-15 { + margin-left: 3.75rem; + } + .xl\:mt-16 { margin-top: 4rem; } @@ -114286,6 +183466,22 @@ video { margin-left: 6rem; } + .xl\:mt-28 { + margin-top: 7rem; + } + + .xl\:mr-28 { + margin-right: 7rem; + } + + .xl\:mb-28 { + margin-bottom: 7rem; + } + + .xl\:ml-28 { + margin-left: 7rem; + } + .xl\:mt-32 { margin-top: 8rem; } @@ -114302,6 +183498,22 @@ video { margin-left: 8rem; } + .xl\:mt-36 { + margin-top: 9rem; + } + + .xl\:mr-36 { + margin-right: 9rem; + } + + .xl\:mb-36 { + margin-bottom: 9rem; + } + + .xl\:ml-36 { + margin-left: 9rem; + } + .xl\:mt-40 { margin-top: 10rem; } @@ -114318,6 +183530,22 @@ video { margin-left: 10rem; } + .xl\:mt-44 { + margin-top: 11rem; + } + + .xl\:mr-44 { + margin-right: 11rem; + } + + .xl\:mb-44 { + margin-bottom: 11rem; + } + + .xl\:ml-44 { + margin-left: 11rem; + } + .xl\:mt-48 { margin-top: 12rem; } @@ -114334,6 +183562,22 @@ video { margin-left: 12rem; } + .xl\:mt-52 { + margin-top: 13rem; + } + + .xl\:mr-52 { + margin-right: 13rem; + } + + .xl\:mb-52 { + margin-bottom: 13rem; + } + + .xl\:ml-52 { + margin-left: 13rem; + } + .xl\:mt-56 { margin-top: 14rem; } @@ -114350,6 +183594,22 @@ video { margin-left: 14rem; } + .xl\:mt-60 { + margin-top: 15rem; + } + + .xl\:mr-60 { + margin-right: 15rem; + } + + .xl\:mb-60 { + margin-bottom: 15rem; + } + + .xl\:ml-60 { + margin-left: 15rem; + } + .xl\:mt-64 { margin-top: 16rem; } @@ -114366,6 +183626,54 @@ video { margin-left: 16rem; } + .xl\:mt-72 { + margin-top: 18rem; + } + + .xl\:mr-72 { + margin-right: 18rem; + } + + .xl\:mb-72 { + margin-bottom: 18rem; + } + + .xl\:ml-72 { + margin-left: 18rem; + } + + .xl\:mt-80 { + margin-top: 20rem; + } + + .xl\:mr-80 { + margin-right: 20rem; + } + + .xl\:mb-80 { + margin-bottom: 20rem; + } + + .xl\:ml-80 { + margin-left: 20rem; + } + + .xl\:mt-96 { + margin-top: 24rem; + } + + .xl\:mr-96 { + margin-right: 24rem; + } + + .xl\:mb-96 { + margin-bottom: 24rem; + } + + .xl\:ml-96 { + margin-left: 24rem; + } + .xl\:mt-auto { margin-top: auto; } @@ -114398,6 +183706,742 @@ video { margin-left: 1px; } + .xl\:mt-0\.5 { + margin-top: 0.125rem; + } + + .xl\:mr-0\.5 { + margin-right: 0.125rem; + } + + .xl\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .xl\:ml-0\.5 { + margin-left: 0.125rem; + } + + .xl\:mt-1\.5 { + margin-top: 0.375rem; + } + + .xl\:mr-1\.5 { + margin-right: 0.375rem; + } + + .xl\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .xl\:ml-1\.5 { + margin-left: 0.375rem; + } + + .xl\:mt-2\.5 { + margin-top: 0.625rem; + } + + .xl\:mr-2\.5 { + margin-right: 0.625rem; + } + + .xl\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .xl\:ml-2\.5 { + margin-left: 0.625rem; + } + + .xl\:mt-3\.5 { + margin-top: 0.875rem; + } + + .xl\:mr-3\.5 { + margin-right: 0.875rem; + } + + .xl\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .xl\:ml-3\.5 { + margin-left: 0.875rem; + } + + .xl\:mt-1\/2 { + margin-top: 50%; + } + + .xl\:mr-1\/2 { + margin-right: 50%; + } + + .xl\:mb-1\/2 { + margin-bottom: 50%; + } + + .xl\:ml-1\/2 { + margin-left: 50%; + } + + .xl\:mt-1\/3 { + margin-top: 33.333333%; + } + + .xl\:mr-1\/3 { + margin-right: 33.333333%; + } + + .xl\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .xl\:ml-1\/3 { + margin-left: 33.333333%; + } + + .xl\:mt-2\/3 { + margin-top: 66.666667%; + } + + .xl\:mr-2\/3 { + margin-right: 66.666667%; + } + + .xl\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .xl\:ml-2\/3 { + margin-left: 66.666667%; + } + + .xl\:mt-1\/4 { + margin-top: 25%; + } + + .xl\:mr-1\/4 { + margin-right: 25%; + } + + .xl\:mb-1\/4 { + margin-bottom: 25%; + } + + .xl\:ml-1\/4 { + margin-left: 25%; + } + + .xl\:mt-2\/4 { + margin-top: 50%; + } + + .xl\:mr-2\/4 { + margin-right: 50%; + } + + .xl\:mb-2\/4 { + margin-bottom: 50%; + } + + .xl\:ml-2\/4 { + margin-left: 50%; + } + + .xl\:mt-3\/4 { + margin-top: 75%; + } + + .xl\:mr-3\/4 { + margin-right: 75%; + } + + .xl\:mb-3\/4 { + margin-bottom: 75%; + } + + .xl\:ml-3\/4 { + margin-left: 75%; + } + + .xl\:mt-1\/5 { + margin-top: 20%; + } + + .xl\:mr-1\/5 { + margin-right: 20%; + } + + .xl\:mb-1\/5 { + margin-bottom: 20%; + } + + .xl\:ml-1\/5 { + margin-left: 20%; + } + + .xl\:mt-2\/5 { + margin-top: 40%; + } + + .xl\:mr-2\/5 { + margin-right: 40%; + } + + .xl\:mb-2\/5 { + margin-bottom: 40%; + } + + .xl\:ml-2\/5 { + margin-left: 40%; + } + + .xl\:mt-3\/5 { + margin-top: 60%; + } + + .xl\:mr-3\/5 { + margin-right: 60%; + } + + .xl\:mb-3\/5 { + margin-bottom: 60%; + } + + .xl\:ml-3\/5 { + margin-left: 60%; + } + + .xl\:mt-4\/5 { + margin-top: 80%; + } + + .xl\:mr-4\/5 { + margin-right: 80%; + } + + .xl\:mb-4\/5 { + margin-bottom: 80%; + } + + .xl\:ml-4\/5 { + margin-left: 80%; + } + + .xl\:mt-1\/6 { + margin-top: 16.666667%; + } + + .xl\:mr-1\/6 { + margin-right: 16.666667%; + } + + .xl\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .xl\:ml-1\/6 { + margin-left: 16.666667%; + } + + .xl\:mt-2\/6 { + margin-top: 33.333333%; + } + + .xl\:mr-2\/6 { + margin-right: 33.333333%; + } + + .xl\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .xl\:ml-2\/6 { + margin-left: 33.333333%; + } + + .xl\:mt-3\/6 { + margin-top: 50%; + } + + .xl\:mr-3\/6 { + margin-right: 50%; + } + + .xl\:mb-3\/6 { + margin-bottom: 50%; + } + + .xl\:ml-3\/6 { + margin-left: 50%; + } + + .xl\:mt-4\/6 { + margin-top: 66.666667%; + } + + .xl\:mr-4\/6 { + margin-right: 66.666667%; + } + + .xl\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .xl\:ml-4\/6 { + margin-left: 66.666667%; + } + + .xl\:mt-5\/6 { + margin-top: 83.333333%; + } + + .xl\:mr-5\/6 { + margin-right: 83.333333%; + } + + .xl\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .xl\:ml-5\/6 { + margin-left: 83.333333%; + } + + .xl\:mt-1\/12 { + margin-top: 8.333333%; + } + + .xl\:mr-1\/12 { + margin-right: 8.333333%; + } + + .xl\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .xl\:ml-1\/12 { + margin-left: 8.333333%; + } + + .xl\:mt-2\/12 { + margin-top: 16.666667%; + } + + .xl\:mr-2\/12 { + margin-right: 16.666667%; + } + + .xl\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .xl\:ml-2\/12 { + margin-left: 16.666667%; + } + + .xl\:mt-3\/12 { + margin-top: 25%; + } + + .xl\:mr-3\/12 { + margin-right: 25%; + } + + .xl\:mb-3\/12 { + margin-bottom: 25%; + } + + .xl\:ml-3\/12 { + margin-left: 25%; + } + + .xl\:mt-4\/12 { + margin-top: 33.333333%; + } + + .xl\:mr-4\/12 { + margin-right: 33.333333%; + } + + .xl\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .xl\:ml-4\/12 { + margin-left: 33.333333%; + } + + .xl\:mt-5\/12 { + margin-top: 41.666667%; + } + + .xl\:mr-5\/12 { + margin-right: 41.666667%; + } + + .xl\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .xl\:ml-5\/12 { + margin-left: 41.666667%; + } + + .xl\:mt-6\/12 { + margin-top: 50%; + } + + .xl\:mr-6\/12 { + margin-right: 50%; + } + + .xl\:mb-6\/12 { + margin-bottom: 50%; + } + + .xl\:ml-6\/12 { + margin-left: 50%; + } + + .xl\:mt-7\/12 { + margin-top: 58.333333%; + } + + .xl\:mr-7\/12 { + margin-right: 58.333333%; + } + + .xl\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .xl\:ml-7\/12 { + margin-left: 58.333333%; + } + + .xl\:mt-8\/12 { + margin-top: 66.666667%; + } + + .xl\:mr-8\/12 { + margin-right: 66.666667%; + } + + .xl\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .xl\:ml-8\/12 { + margin-left: 66.666667%; + } + + .xl\:mt-9\/12 { + margin-top: 75%; + } + + .xl\:mr-9\/12 { + margin-right: 75%; + } + + .xl\:mb-9\/12 { + margin-bottom: 75%; + } + + .xl\:ml-9\/12 { + margin-left: 75%; + } + + .xl\:mt-10\/12 { + margin-top: 83.333333%; + } + + .xl\:mr-10\/12 { + margin-right: 83.333333%; + } + + .xl\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .xl\:ml-10\/12 { + margin-left: 83.333333%; + } + + .xl\:mt-11\/12 { + margin-top: 91.666667%; + } + + .xl\:mr-11\/12 { + margin-right: 91.666667%; + } + + .xl\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .xl\:ml-11\/12 { + margin-left: 91.666667%; + } + + .xl\:mt-1\/16 { + margin-top: 6.25%; + } + + .xl\:mr-1\/16 { + margin-right: 6.25%; + } + + .xl\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .xl\:ml-1\/16 { + margin-left: 6.25%; + } + + .xl\:mt-2\/16 { + margin-top: 12.5%; + } + + .xl\:mr-2\/16 { + margin-right: 12.5%; + } + + .xl\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .xl\:ml-2\/16 { + margin-left: 12.5%; + } + + .xl\:mt-3\/16 { + margin-top: 18.75%; + } + + .xl\:mr-3\/16 { + margin-right: 18.75%; + } + + .xl\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .xl\:ml-3\/16 { + margin-left: 18.75%; + } + + .xl\:mt-4\/16 { + margin-top: 25%; + } + + .xl\:mr-4\/16 { + margin-right: 25%; + } + + .xl\:mb-4\/16 { + margin-bottom: 25%; + } + + .xl\:ml-4\/16 { + margin-left: 25%; + } + + .xl\:mt-5\/16 { + margin-top: 31.25%; + } + + .xl\:mr-5\/16 { + margin-right: 31.25%; + } + + .xl\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .xl\:ml-5\/16 { + margin-left: 31.25%; + } + + .xl\:mt-6\/16 { + margin-top: 37.5%; + } + + .xl\:mr-6\/16 { + margin-right: 37.5%; + } + + .xl\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .xl\:ml-6\/16 { + margin-left: 37.5%; + } + + .xl\:mt-7\/16 { + margin-top: 43.75%; + } + + .xl\:mr-7\/16 { + margin-right: 43.75%; + } + + .xl\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .xl\:ml-7\/16 { + margin-left: 43.75%; + } + + .xl\:mt-8\/16 { + margin-top: 50%; + } + + .xl\:mr-8\/16 { + margin-right: 50%; + } + + .xl\:mb-8\/16 { + margin-bottom: 50%; + } + + .xl\:ml-8\/16 { + margin-left: 50%; + } + + .xl\:mt-9\/16 { + margin-top: 56.25%; + } + + .xl\:mr-9\/16 { + margin-right: 56.25%; + } + + .xl\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .xl\:ml-9\/16 { + margin-left: 56.25%; + } + + .xl\:mt-10\/16 { + margin-top: 62.5%; + } + + .xl\:mr-10\/16 { + margin-right: 62.5%; + } + + .xl\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .xl\:ml-10\/16 { + margin-left: 62.5%; + } + + .xl\:mt-11\/16 { + margin-top: 68.75%; + } + + .xl\:mr-11\/16 { + margin-right: 68.75%; + } + + .xl\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .xl\:ml-11\/16 { + margin-left: 68.75%; + } + + .xl\:mt-12\/16 { + margin-top: 75%; + } + + .xl\:mr-12\/16 { + margin-right: 75%; + } + + .xl\:mb-12\/16 { + margin-bottom: 75%; + } + + .xl\:ml-12\/16 { + margin-left: 75%; + } + + .xl\:mt-13\/16 { + margin-top: 81.25%; + } + + .xl\:mr-13\/16 { + margin-right: 81.25%; + } + + .xl\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .xl\:ml-13\/16 { + margin-left: 81.25%; + } + + .xl\:mt-14\/16 { + margin-top: 87.5%; + } + + .xl\:mr-14\/16 { + margin-right: 87.5%; + } + + .xl\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .xl\:ml-14\/16 { + margin-left: 87.5%; + } + + .xl\:mt-15\/16 { + margin-top: 93.75%; + } + + .xl\:mr-15\/16 { + margin-right: 93.75%; + } + + .xl\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .xl\:ml-15\/16 { + margin-left: 93.75%; + } + + .xl\:mt-full { + margin-top: 100%; + } + + .xl\:mr-full { + margin-right: 100%; + } + + .xl\:mb-full { + margin-bottom: 100%; + } + + .xl\:ml-full { + margin-left: 100%; + } + .xl\:-mt-1 { margin-top: -0.25rem; } @@ -114494,6 +184538,22 @@ video { margin-left: -1.5rem; } + .xl\:-mt-7 { + margin-top: -1.75rem; + } + + .xl\:-mr-7 { + margin-right: -1.75rem; + } + + .xl\:-mb-7 { + margin-bottom: -1.75rem; + } + + .xl\:-ml-7 { + margin-left: -1.75rem; + } + .xl\:-mt-8 { margin-top: -2rem; } @@ -114510,6 +184570,22 @@ video { margin-left: -2rem; } + .xl\:-mt-9 { + margin-top: -2.25rem; + } + + .xl\:-mr-9 { + margin-right: -2.25rem; + } + + .xl\:-mb-9 { + margin-bottom: -2.25rem; + } + + .xl\:-ml-9 { + margin-left: -2.25rem; + } + .xl\:-mt-10 { margin-top: -2.5rem; } @@ -114526,6 +184602,22 @@ video { margin-left: -2.5rem; } + .xl\:-mt-11 { + margin-top: -2.75rem; + } + + .xl\:-mr-11 { + margin-right: -2.75rem; + } + + .xl\:-mb-11 { + margin-bottom: -2.75rem; + } + + .xl\:-ml-11 { + margin-left: -2.75rem; + } + .xl\:-mt-12 { margin-top: -3rem; } @@ -114542,6 +184634,54 @@ video { margin-left: -3rem; } + .xl\:-mt-13 { + margin-top: -3.25rem; + } + + .xl\:-mr-13 { + margin-right: -3.25rem; + } + + .xl\:-mb-13 { + margin-bottom: -3.25rem; + } + + .xl\:-ml-13 { + margin-left: -3.25rem; + } + + .xl\:-mt-14 { + margin-top: -3.5rem; + } + + .xl\:-mr-14 { + margin-right: -3.5rem; + } + + .xl\:-mb-14 { + margin-bottom: -3.5rem; + } + + .xl\:-ml-14 { + margin-left: -3.5rem; + } + + .xl\:-mt-15 { + margin-top: -3.75rem; + } + + .xl\:-mr-15 { + margin-right: -3.75rem; + } + + .xl\:-mb-15 { + margin-bottom: -3.75rem; + } + + .xl\:-ml-15 { + margin-left: -3.75rem; + } + .xl\:-mt-16 { margin-top: -4rem; } @@ -114590,6 +184730,22 @@ video { margin-left: -6rem; } + .xl\:-mt-28 { + margin-top: -7rem; + } + + .xl\:-mr-28 { + margin-right: -7rem; + } + + .xl\:-mb-28 { + margin-bottom: -7rem; + } + + .xl\:-ml-28 { + margin-left: -7rem; + } + .xl\:-mt-32 { margin-top: -8rem; } @@ -114606,6 +184762,22 @@ video { margin-left: -8rem; } + .xl\:-mt-36 { + margin-top: -9rem; + } + + .xl\:-mr-36 { + margin-right: -9rem; + } + + .xl\:-mb-36 { + margin-bottom: -9rem; + } + + .xl\:-ml-36 { + margin-left: -9rem; + } + .xl\:-mt-40 { margin-top: -10rem; } @@ -114622,6 +184794,22 @@ video { margin-left: -10rem; } + .xl\:-mt-44 { + margin-top: -11rem; + } + + .xl\:-mr-44 { + margin-right: -11rem; + } + + .xl\:-mb-44 { + margin-bottom: -11rem; + } + + .xl\:-ml-44 { + margin-left: -11rem; + } + .xl\:-mt-48 { margin-top: -12rem; } @@ -114638,6 +184826,22 @@ video { margin-left: -12rem; } + .xl\:-mt-52 { + margin-top: -13rem; + } + + .xl\:-mr-52 { + margin-right: -13rem; + } + + .xl\:-mb-52 { + margin-bottom: -13rem; + } + + .xl\:-ml-52 { + margin-left: -13rem; + } + .xl\:-mt-56 { margin-top: -14rem; } @@ -114654,6 +184858,22 @@ video { margin-left: -14rem; } + .xl\:-mt-60 { + margin-top: -15rem; + } + + .xl\:-mr-60 { + margin-right: -15rem; + } + + .xl\:-mb-60 { + margin-bottom: -15rem; + } + + .xl\:-ml-60 { + margin-left: -15rem; + } + .xl\:-mt-64 { margin-top: -16rem; } @@ -114670,6 +184890,54 @@ video { margin-left: -16rem; } + .xl\:-mt-72 { + margin-top: -18rem; + } + + .xl\:-mr-72 { + margin-right: -18rem; + } + + .xl\:-mb-72 { + margin-bottom: -18rem; + } + + .xl\:-ml-72 { + margin-left: -18rem; + } + + .xl\:-mt-80 { + margin-top: -20rem; + } + + .xl\:-mr-80 { + margin-right: -20rem; + } + + .xl\:-mb-80 { + margin-bottom: -20rem; + } + + .xl\:-ml-80 { + margin-left: -20rem; + } + + .xl\:-mt-96 { + margin-top: -24rem; + } + + .xl\:-mr-96 { + margin-right: -24rem; + } + + .xl\:-mb-96 { + margin-bottom: -24rem; + } + + .xl\:-ml-96 { + margin-left: -24rem; + } + .xl\:-mt-px { margin-top: -1px; } @@ -114686,14 +184954,1066 @@ video { margin-left: -1px; } - .xl\:max-h-full { - max-height: 100%; + .xl\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .xl\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .xl\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .xl\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .xl\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .xl\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .xl\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .xl\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .xl\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .xl\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .xl\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .xl\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .xl\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .xl\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .xl\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .xl\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .xl\:-mt-1\/2 { + margin-top: -50%; + } + + .xl\:-mr-1\/2 { + margin-right: -50%; + } + + .xl\:-mb-1\/2 { + margin-bottom: -50%; + } + + .xl\:-ml-1\/2 { + margin-left: -50%; + } + + .xl\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .xl\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .xl\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .xl\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .xl\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .xl\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .xl\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .xl\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .xl\:-mt-1\/4 { + margin-top: -25%; + } + + .xl\:-mr-1\/4 { + margin-right: -25%; + } + + .xl\:-mb-1\/4 { + margin-bottom: -25%; + } + + .xl\:-ml-1\/4 { + margin-left: -25%; + } + + .xl\:-mt-2\/4 { + margin-top: -50%; + } + + .xl\:-mr-2\/4 { + margin-right: -50%; + } + + .xl\:-mb-2\/4 { + margin-bottom: -50%; + } + + .xl\:-ml-2\/4 { + margin-left: -50%; + } + + .xl\:-mt-3\/4 { + margin-top: -75%; + } + + .xl\:-mr-3\/4 { + margin-right: -75%; + } + + .xl\:-mb-3\/4 { + margin-bottom: -75%; + } + + .xl\:-ml-3\/4 { + margin-left: -75%; + } + + .xl\:-mt-1\/5 { + margin-top: -20%; + } + + .xl\:-mr-1\/5 { + margin-right: -20%; + } + + .xl\:-mb-1\/5 { + margin-bottom: -20%; + } + + .xl\:-ml-1\/5 { + margin-left: -20%; + } + + .xl\:-mt-2\/5 { + margin-top: -40%; + } + + .xl\:-mr-2\/5 { + margin-right: -40%; + } + + .xl\:-mb-2\/5 { + margin-bottom: -40%; + } + + .xl\:-ml-2\/5 { + margin-left: -40%; + } + + .xl\:-mt-3\/5 { + margin-top: -60%; + } + + .xl\:-mr-3\/5 { + margin-right: -60%; + } + + .xl\:-mb-3\/5 { + margin-bottom: -60%; + } + + .xl\:-ml-3\/5 { + margin-left: -60%; + } + + .xl\:-mt-4\/5 { + margin-top: -80%; + } + + .xl\:-mr-4\/5 { + margin-right: -80%; + } + + .xl\:-mb-4\/5 { + margin-bottom: -80%; + } + + .xl\:-ml-4\/5 { + margin-left: -80%; + } + + .xl\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .xl\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .xl\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .xl\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .xl\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .xl\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .xl\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .xl\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .xl\:-mt-3\/6 { + margin-top: -50%; + } + + .xl\:-mr-3\/6 { + margin-right: -50%; + } + + .xl\:-mb-3\/6 { + margin-bottom: -50%; + } + + .xl\:-ml-3\/6 { + margin-left: -50%; + } + + .xl\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .xl\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .xl\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .xl\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .xl\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .xl\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .xl\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .xl\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .xl\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .xl\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .xl\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .xl\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .xl\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .xl\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .xl\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .xl\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .xl\:-mt-3\/12 { + margin-top: -25%; + } + + .xl\:-mr-3\/12 { + margin-right: -25%; + } + + .xl\:-mb-3\/12 { + margin-bottom: -25%; + } + + .xl\:-ml-3\/12 { + margin-left: -25%; + } + + .xl\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .xl\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .xl\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .xl\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .xl\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .xl\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .xl\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .xl\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .xl\:-mt-6\/12 { + margin-top: -50%; + } + + .xl\:-mr-6\/12 { + margin-right: -50%; + } + + .xl\:-mb-6\/12 { + margin-bottom: -50%; + } + + .xl\:-ml-6\/12 { + margin-left: -50%; + } + + .xl\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .xl\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .xl\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .xl\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .xl\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .xl\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .xl\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .xl\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .xl\:-mt-9\/12 { + margin-top: -75%; + } + + .xl\:-mr-9\/12 { + margin-right: -75%; + } + + .xl\:-mb-9\/12 { + margin-bottom: -75%; + } + + .xl\:-ml-9\/12 { + margin-left: -75%; + } + + .xl\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .xl\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .xl\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .xl\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .xl\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .xl\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .xl\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .xl\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .xl\:-mt-1\/16 { + margin-top: -6.25%; + } + + .xl\:-mr-1\/16 { + margin-right: -6.25%; + } + + .xl\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .xl\:-ml-1\/16 { + margin-left: -6.25%; + } + + .xl\:-mt-2\/16 { + margin-top: -12.5%; + } + + .xl\:-mr-2\/16 { + margin-right: -12.5%; + } + + .xl\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .xl\:-ml-2\/16 { + margin-left: -12.5%; + } + + .xl\:-mt-3\/16 { + margin-top: -18.75%; + } + + .xl\:-mr-3\/16 { + margin-right: -18.75%; + } + + .xl\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .xl\:-ml-3\/16 { + margin-left: -18.75%; + } + + .xl\:-mt-4\/16 { + margin-top: -25%; + } + + .xl\:-mr-4\/16 { + margin-right: -25%; + } + + .xl\:-mb-4\/16 { + margin-bottom: -25%; + } + + .xl\:-ml-4\/16 { + margin-left: -25%; + } + + .xl\:-mt-5\/16 { + margin-top: -31.25%; + } + + .xl\:-mr-5\/16 { + margin-right: -31.25%; + } + + .xl\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .xl\:-ml-5\/16 { + margin-left: -31.25%; + } + + .xl\:-mt-6\/16 { + margin-top: -37.5%; + } + + .xl\:-mr-6\/16 { + margin-right: -37.5%; + } + + .xl\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .xl\:-ml-6\/16 { + margin-left: -37.5%; + } + + .xl\:-mt-7\/16 { + margin-top: -43.75%; + } + + .xl\:-mr-7\/16 { + margin-right: -43.75%; + } + + .xl\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .xl\:-ml-7\/16 { + margin-left: -43.75%; + } + + .xl\:-mt-8\/16 { + margin-top: -50%; + } + + .xl\:-mr-8\/16 { + margin-right: -50%; + } + + .xl\:-mb-8\/16 { + margin-bottom: -50%; + } + + .xl\:-ml-8\/16 { + margin-left: -50%; + } + + .xl\:-mt-9\/16 { + margin-top: -56.25%; + } + + .xl\:-mr-9\/16 { + margin-right: -56.25%; + } + + .xl\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .xl\:-ml-9\/16 { + margin-left: -56.25%; + } + + .xl\:-mt-10\/16 { + margin-top: -62.5%; + } + + .xl\:-mr-10\/16 { + margin-right: -62.5%; + } + + .xl\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .xl\:-ml-10\/16 { + margin-left: -62.5%; + } + + .xl\:-mt-11\/16 { + margin-top: -68.75%; + } + + .xl\:-mr-11\/16 { + margin-right: -68.75%; + } + + .xl\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .xl\:-ml-11\/16 { + margin-left: -68.75%; + } + + .xl\:-mt-12\/16 { + margin-top: -75%; + } + + .xl\:-mr-12\/16 { + margin-right: -75%; + } + + .xl\:-mb-12\/16 { + margin-bottom: -75%; + } + + .xl\:-ml-12\/16 { + margin-left: -75%; + } + + .xl\:-mt-13\/16 { + margin-top: -81.25%; + } + + .xl\:-mr-13\/16 { + margin-right: -81.25%; + } + + .xl\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .xl\:-ml-13\/16 { + margin-left: -81.25%; + } + + .xl\:-mt-14\/16 { + margin-top: -87.5%; + } + + .xl\:-mr-14\/16 { + margin-right: -87.5%; + } + + .xl\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .xl\:-ml-14\/16 { + margin-left: -87.5%; + } + + .xl\:-mt-15\/16 { + margin-top: -93.75%; + } + + .xl\:-mr-15\/16 { + margin-right: -93.75%; + } + + .xl\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .xl\:-ml-15\/16 { + margin-left: -93.75%; + } + + .xl\:-mt-full { + margin-top: -100%; + } + + .xl\:-mr-full { + margin-right: -100%; + } + + .xl\:-mb-full { + margin-bottom: -100%; + } + + .xl\:-ml-full { + margin-left: -100%; + } + + .xl\:max-h-0 { + max-height: 0; + } + + .xl\:max-h-1 { + max-height: 0.25rem; + } + + .xl\:max-h-2 { + max-height: 0.5rem; + } + + .xl\:max-h-3 { + max-height: 0.75rem; + } + + .xl\:max-h-4 { + max-height: 1rem; + } + + .xl\:max-h-5 { + max-height: 1.25rem; + } + + .xl\:max-h-6 { + max-height: 1.5rem; + } + + .xl\:max-h-7 { + max-height: 1.75rem; + } + + .xl\:max-h-8 { + max-height: 2rem; + } + + .xl\:max-h-9 { + max-height: 2.25rem; + } + + .xl\:max-h-10 { + max-height: 2.5rem; + } + + .xl\:max-h-11 { + max-height: 2.75rem; + } + + .xl\:max-h-12 { + max-height: 3rem; + } + + .xl\:max-h-13 { + max-height: 3.25rem; + } + + .xl\:max-h-14 { + max-height: 3.5rem; + } + + .xl\:max-h-15 { + max-height: 3.75rem; + } + + .xl\:max-h-16 { + max-height: 4rem; + } + + .xl\:max-h-20 { + max-height: 5rem; + } + + .xl\:max-h-24 { + max-height: 6rem; + } + + .xl\:max-h-28 { + max-height: 7rem; + } + + .xl\:max-h-32 { + max-height: 8rem; + } + + .xl\:max-h-36 { + max-height: 9rem; + } + + .xl\:max-h-40 { + max-height: 10rem; + } + + .xl\:max-h-44 { + max-height: 11rem; + } + + .xl\:max-h-48 { + max-height: 12rem; + } + + .xl\:max-h-52 { + max-height: 13rem; + } + + .xl\:max-h-56 { + max-height: 14rem; + } + + .xl\:max-h-60 { + max-height: 15rem; + } + + .xl\:max-h-64 { + max-height: 16rem; + } + + .xl\:max-h-72 { + max-height: 18rem; + } + + .xl\:max-h-80 { + max-height: 20rem; + } + + .xl\:max-h-96 { + max-height: 24rem; } .xl\:max-h-screen { max-height: 100vh; } + .xl\:max-h-px { + max-height: 1px; + } + + .xl\:max-h-0\.5 { + max-height: 0.125rem; + } + + .xl\:max-h-1\.5 { + max-height: 0.375rem; + } + + .xl\:max-h-2\.5 { + max-height: 0.625rem; + } + + .xl\:max-h-3\.5 { + max-height: 0.875rem; + } + + .xl\:max-h-1\/2 { + max-height: 50%; + } + + .xl\:max-h-1\/3 { + max-height: 33.333333%; + } + + .xl\:max-h-2\/3 { + max-height: 66.666667%; + } + + .xl\:max-h-1\/4 { + max-height: 25%; + } + + .xl\:max-h-2\/4 { + max-height: 50%; + } + + .xl\:max-h-3\/4 { + max-height: 75%; + } + + .xl\:max-h-1\/5 { + max-height: 20%; + } + + .xl\:max-h-2\/5 { + max-height: 40%; + } + + .xl\:max-h-3\/5 { + max-height: 60%; + } + + .xl\:max-h-4\/5 { + max-height: 80%; + } + + .xl\:max-h-1\/6 { + max-height: 16.666667%; + } + + .xl\:max-h-2\/6 { + max-height: 33.333333%; + } + + .xl\:max-h-3\/6 { + max-height: 50%; + } + + .xl\:max-h-4\/6 { + max-height: 66.666667%; + } + + .xl\:max-h-5\/6 { + max-height: 83.333333%; + } + + .xl\:max-h-1\/12 { + max-height: 8.333333%; + } + + .xl\:max-h-2\/12 { + max-height: 16.666667%; + } + + .xl\:max-h-3\/12 { + max-height: 25%; + } + + .xl\:max-h-4\/12 { + max-height: 33.333333%; + } + + .xl\:max-h-5\/12 { + max-height: 41.666667%; + } + + .xl\:max-h-6\/12 { + max-height: 50%; + } + + .xl\:max-h-7\/12 { + max-height: 58.333333%; + } + + .xl\:max-h-8\/12 { + max-height: 66.666667%; + } + + .xl\:max-h-9\/12 { + max-height: 75%; + } + + .xl\:max-h-10\/12 { + max-height: 83.333333%; + } + + .xl\:max-h-11\/12 { + max-height: 91.666667%; + } + + .xl\:max-h-1\/16 { + max-height: 6.25%; + } + + .xl\:max-h-2\/16 { + max-height: 12.5%; + } + + .xl\:max-h-3\/16 { + max-height: 18.75%; + } + + .xl\:max-h-4\/16 { + max-height: 25%; + } + + .xl\:max-h-5\/16 { + max-height: 31.25%; + } + + .xl\:max-h-6\/16 { + max-height: 37.5%; + } + + .xl\:max-h-7\/16 { + max-height: 43.75%; + } + + .xl\:max-h-8\/16 { + max-height: 50%; + } + + .xl\:max-h-9\/16 { + max-height: 56.25%; + } + + .xl\:max-h-10\/16 { + max-height: 62.5%; + } + + .xl\:max-h-11\/16 { + max-height: 68.75%; + } + + .xl\:max-h-12\/16 { + max-height: 75%; + } + + .xl\:max-h-13\/16 { + max-height: 81.25%; + } + + .xl\:max-h-14\/16 { + max-height: 87.5%; + } + + .xl\:max-h-15\/16 { + max-height: 93.75%; + } + + .xl\:max-h-full { + max-height: 100%; + } + + .xl\:max-w-0 { + max-width: 0rem; + } + .xl\:max-w-none { max-width: none; } @@ -114738,10 +186058,22 @@ video { max-width: 72rem; } + .xl\:max-w-7xl { + max-width: 80rem; + } + .xl\:max-w-full { max-width: 100%; } + .xl\:max-w-min { + max-width: min-content; + } + + .xl\:max-w-max { + max-width: max-content; + } + .xl\:max-w-screen-sm { max-width: 640px; } @@ -114778,6 +186110,14 @@ video { min-width: 100%; } + .xl\:min-w-min { + min-width: min-content; + } + + .xl\:min-w-max { + min-width: max-content; + } + .xl\:object-contain { object-fit: contain; } @@ -115036,18 +186376,42 @@ video { padding: 1.5rem; } + .xl\:p-7 { + padding: 1.75rem; + } + .xl\:p-8 { padding: 2rem; } + .xl\:p-9 { + padding: 2.25rem; + } + .xl\:p-10 { padding: 2.5rem; } + .xl\:p-11 { + padding: 2.75rem; + } + .xl\:p-12 { padding: 3rem; } + .xl\:p-13 { + padding: 3.25rem; + } + + .xl\:p-14 { + padding: 3.5rem; + } + + .xl\:p-15 { + padding: 3.75rem; + } + .xl\:p-16 { padding: 4rem; } @@ -115060,30 +186424,246 @@ video { padding: 6rem; } + .xl\:p-28 { + padding: 7rem; + } + .xl\:p-32 { padding: 8rem; } + .xl\:p-36 { + padding: 9rem; + } + .xl\:p-40 { padding: 10rem; } + .xl\:p-44 { + padding: 11rem; + } + .xl\:p-48 { padding: 12rem; } + .xl\:p-52 { + padding: 13rem; + } + .xl\:p-56 { padding: 14rem; } + .xl\:p-60 { + padding: 15rem; + } + .xl\:p-64 { padding: 16rem; } + .xl\:p-72 { + padding: 18rem; + } + + .xl\:p-80 { + padding: 20rem; + } + + .xl\:p-96 { + padding: 24rem; + } + .xl\:p-px { padding: 1px; } + .xl\:p-0\.5 { + padding: 0.125rem; + } + + .xl\:p-1\.5 { + padding: 0.375rem; + } + + .xl\:p-2\.5 { + padding: 0.625rem; + } + + .xl\:p-3\.5 { + padding: 0.875rem; + } + + .xl\:p-1\/2 { + padding: 50%; + } + + .xl\:p-1\/3 { + padding: 33.333333%; + } + + .xl\:p-2\/3 { + padding: 66.666667%; + } + + .xl\:p-1\/4 { + padding: 25%; + } + + .xl\:p-2\/4 { + padding: 50%; + } + + .xl\:p-3\/4 { + padding: 75%; + } + + .xl\:p-1\/5 { + padding: 20%; + } + + .xl\:p-2\/5 { + padding: 40%; + } + + .xl\:p-3\/5 { + padding: 60%; + } + + .xl\:p-4\/5 { + padding: 80%; + } + + .xl\:p-1\/6 { + padding: 16.666667%; + } + + .xl\:p-2\/6 { + padding: 33.333333%; + } + + .xl\:p-3\/6 { + padding: 50%; + } + + .xl\:p-4\/6 { + padding: 66.666667%; + } + + .xl\:p-5\/6 { + padding: 83.333333%; + } + + .xl\:p-1\/12 { + padding: 8.333333%; + } + + .xl\:p-2\/12 { + padding: 16.666667%; + } + + .xl\:p-3\/12 { + padding: 25%; + } + + .xl\:p-4\/12 { + padding: 33.333333%; + } + + .xl\:p-5\/12 { + padding: 41.666667%; + } + + .xl\:p-6\/12 { + padding: 50%; + } + + .xl\:p-7\/12 { + padding: 58.333333%; + } + + .xl\:p-8\/12 { + padding: 66.666667%; + } + + .xl\:p-9\/12 { + padding: 75%; + } + + .xl\:p-10\/12 { + padding: 83.333333%; + } + + .xl\:p-11\/12 { + padding: 91.666667%; + } + + .xl\:p-1\/16 { + padding: 6.25%; + } + + .xl\:p-2\/16 { + padding: 12.5%; + } + + .xl\:p-3\/16 { + padding: 18.75%; + } + + .xl\:p-4\/16 { + padding: 25%; + } + + .xl\:p-5\/16 { + padding: 31.25%; + } + + .xl\:p-6\/16 { + padding: 37.5%; + } + + .xl\:p-7\/16 { + padding: 43.75%; + } + + .xl\:p-8\/16 { + padding: 50%; + } + + .xl\:p-9\/16 { + padding: 56.25%; + } + + .xl\:p-10\/16 { + padding: 62.5%; + } + + .xl\:p-11\/16 { + padding: 68.75%; + } + + .xl\:p-12\/16 { + padding: 75%; + } + + .xl\:p-13\/16 { + padding: 81.25%; + } + + .xl\:p-14\/16 { + padding: 87.5%; + } + + .xl\:p-15\/16 { + padding: 93.75%; + } + + .xl\:p-full { + padding: 100%; + } + .xl\:py-0 { padding-top: 0; padding-bottom: 0; @@ -115154,6 +186734,16 @@ video { padding-right: 1.5rem; } + .xl\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .xl\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .xl\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -115164,6 +186754,16 @@ video { padding-right: 2rem; } + .xl\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .xl\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .xl\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -115174,6 +186774,16 @@ video { padding-right: 2.5rem; } + .xl\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .xl\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .xl\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -115184,6 +186794,36 @@ video { padding-right: 3rem; } + .xl\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .xl\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .xl\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .xl\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .xl\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .xl\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .xl\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -115214,6 +186854,16 @@ video { padding-right: 6rem; } + .xl\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .xl\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .xl\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -115224,6 +186874,16 @@ video { padding-right: 8rem; } + .xl\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .xl\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .xl\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -115234,6 +186894,16 @@ video { padding-right: 10rem; } + .xl\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .xl\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .xl\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -115244,6 +186914,16 @@ video { padding-right: 12rem; } + .xl\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .xl\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .xl\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -115254,6 +186934,16 @@ video { padding-right: 14rem; } + .xl\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .xl\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .xl\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -115264,6 +186954,36 @@ video { padding-right: 16rem; } + .xl\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .xl\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .xl\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .xl\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .xl\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .xl\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .xl\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -115274,6 +186994,466 @@ video { padding-right: 1px; } + .xl\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .xl\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .xl\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .xl\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .xl\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .xl\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .xl\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .xl\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .xl\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .xl\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .xl\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .xl\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .xl\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .xl\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .xl\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .xl\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .xl\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .xl\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .xl\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .xl\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .xl\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .xl\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .xl\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .xl\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .xl\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .xl\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .xl\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .xl\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .xl\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .xl\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .xl\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .xl\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .xl\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .xl\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .xl\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .xl\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .xl\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .xl\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .xl\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .xl\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .xl\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .xl\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .xl\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .xl\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .xl\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .xl\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .xl\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .xl\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .xl\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .xl\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .xl\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .xl\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .xl\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .xl\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .xl\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .xl\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .xl\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .xl\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .xl\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .xl\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .xl\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .xl\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .xl\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .xl\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .xl\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .xl\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .xl\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .xl\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .xl\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .xl\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .xl\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .xl\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .xl\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .xl\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .xl\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .xl\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .xl\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .xl\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .xl\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .xl\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .xl\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .xl\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .xl\:pt-0 { padding-top: 0; } @@ -115386,6 +187566,22 @@ video { padding-left: 1.5rem; } + .xl\:pt-7 { + padding-top: 1.75rem; + } + + .xl\:pr-7 { + padding-right: 1.75rem; + } + + .xl\:pb-7 { + padding-bottom: 1.75rem; + } + + .xl\:pl-7 { + padding-left: 1.75rem; + } + .xl\:pt-8 { padding-top: 2rem; } @@ -115402,6 +187598,22 @@ video { padding-left: 2rem; } + .xl\:pt-9 { + padding-top: 2.25rem; + } + + .xl\:pr-9 { + padding-right: 2.25rem; + } + + .xl\:pb-9 { + padding-bottom: 2.25rem; + } + + .xl\:pl-9 { + padding-left: 2.25rem; + } + .xl\:pt-10 { padding-top: 2.5rem; } @@ -115418,6 +187630,22 @@ video { padding-left: 2.5rem; } + .xl\:pt-11 { + padding-top: 2.75rem; + } + + .xl\:pr-11 { + padding-right: 2.75rem; + } + + .xl\:pb-11 { + padding-bottom: 2.75rem; + } + + .xl\:pl-11 { + padding-left: 2.75rem; + } + .xl\:pt-12 { padding-top: 3rem; } @@ -115434,6 +187662,54 @@ video { padding-left: 3rem; } + .xl\:pt-13 { + padding-top: 3.25rem; + } + + .xl\:pr-13 { + padding-right: 3.25rem; + } + + .xl\:pb-13 { + padding-bottom: 3.25rem; + } + + .xl\:pl-13 { + padding-left: 3.25rem; + } + + .xl\:pt-14 { + padding-top: 3.5rem; + } + + .xl\:pr-14 { + padding-right: 3.5rem; + } + + .xl\:pb-14 { + padding-bottom: 3.5rem; + } + + .xl\:pl-14 { + padding-left: 3.5rem; + } + + .xl\:pt-15 { + padding-top: 3.75rem; + } + + .xl\:pr-15 { + padding-right: 3.75rem; + } + + .xl\:pb-15 { + padding-bottom: 3.75rem; + } + + .xl\:pl-15 { + padding-left: 3.75rem; + } + .xl\:pt-16 { padding-top: 4rem; } @@ -115482,6 +187758,22 @@ video { padding-left: 6rem; } + .xl\:pt-28 { + padding-top: 7rem; + } + + .xl\:pr-28 { + padding-right: 7rem; + } + + .xl\:pb-28 { + padding-bottom: 7rem; + } + + .xl\:pl-28 { + padding-left: 7rem; + } + .xl\:pt-32 { padding-top: 8rem; } @@ -115498,6 +187790,22 @@ video { padding-left: 8rem; } + .xl\:pt-36 { + padding-top: 9rem; + } + + .xl\:pr-36 { + padding-right: 9rem; + } + + .xl\:pb-36 { + padding-bottom: 9rem; + } + + .xl\:pl-36 { + padding-left: 9rem; + } + .xl\:pt-40 { padding-top: 10rem; } @@ -115514,6 +187822,22 @@ video { padding-left: 10rem; } + .xl\:pt-44 { + padding-top: 11rem; + } + + .xl\:pr-44 { + padding-right: 11rem; + } + + .xl\:pb-44 { + padding-bottom: 11rem; + } + + .xl\:pl-44 { + padding-left: 11rem; + } + .xl\:pt-48 { padding-top: 12rem; } @@ -115530,6 +187854,22 @@ video { padding-left: 12rem; } + .xl\:pt-52 { + padding-top: 13rem; + } + + .xl\:pr-52 { + padding-right: 13rem; + } + + .xl\:pb-52 { + padding-bottom: 13rem; + } + + .xl\:pl-52 { + padding-left: 13rem; + } + .xl\:pt-56 { padding-top: 14rem; } @@ -115546,6 +187886,22 @@ video { padding-left: 14rem; } + .xl\:pt-60 { + padding-top: 15rem; + } + + .xl\:pr-60 { + padding-right: 15rem; + } + + .xl\:pb-60 { + padding-bottom: 15rem; + } + + .xl\:pl-60 { + padding-left: 15rem; + } + .xl\:pt-64 { padding-top: 16rem; } @@ -115562,6 +187918,54 @@ video { padding-left: 16rem; } + .xl\:pt-72 { + padding-top: 18rem; + } + + .xl\:pr-72 { + padding-right: 18rem; + } + + .xl\:pb-72 { + padding-bottom: 18rem; + } + + .xl\:pl-72 { + padding-left: 18rem; + } + + .xl\:pt-80 { + padding-top: 20rem; + } + + .xl\:pr-80 { + padding-right: 20rem; + } + + .xl\:pb-80 { + padding-bottom: 20rem; + } + + .xl\:pl-80 { + padding-left: 20rem; + } + + .xl\:pt-96 { + padding-top: 24rem; + } + + .xl\:pr-96 { + padding-right: 24rem; + } + + .xl\:pb-96 { + padding-bottom: 24rem; + } + + .xl\:pl-96 { + padding-left: 24rem; + } + .xl\:pt-px { padding-top: 1px; } @@ -115578,6 +187982,742 @@ video { padding-left: 1px; } + .xl\:pt-0\.5 { + padding-top: 0.125rem; + } + + .xl\:pr-0\.5 { + padding-right: 0.125rem; + } + + .xl\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .xl\:pl-0\.5 { + padding-left: 0.125rem; + } + + .xl\:pt-1\.5 { + padding-top: 0.375rem; + } + + .xl\:pr-1\.5 { + padding-right: 0.375rem; + } + + .xl\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .xl\:pl-1\.5 { + padding-left: 0.375rem; + } + + .xl\:pt-2\.5 { + padding-top: 0.625rem; + } + + .xl\:pr-2\.5 { + padding-right: 0.625rem; + } + + .xl\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .xl\:pl-2\.5 { + padding-left: 0.625rem; + } + + .xl\:pt-3\.5 { + padding-top: 0.875rem; + } + + .xl\:pr-3\.5 { + padding-right: 0.875rem; + } + + .xl\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .xl\:pl-3\.5 { + padding-left: 0.875rem; + } + + .xl\:pt-1\/2 { + padding-top: 50%; + } + + .xl\:pr-1\/2 { + padding-right: 50%; + } + + .xl\:pb-1\/2 { + padding-bottom: 50%; + } + + .xl\:pl-1\/2 { + padding-left: 50%; + } + + .xl\:pt-1\/3 { + padding-top: 33.333333%; + } + + .xl\:pr-1\/3 { + padding-right: 33.333333%; + } + + .xl\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .xl\:pl-1\/3 { + padding-left: 33.333333%; + } + + .xl\:pt-2\/3 { + padding-top: 66.666667%; + } + + .xl\:pr-2\/3 { + padding-right: 66.666667%; + } + + .xl\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .xl\:pl-2\/3 { + padding-left: 66.666667%; + } + + .xl\:pt-1\/4 { + padding-top: 25%; + } + + .xl\:pr-1\/4 { + padding-right: 25%; + } + + .xl\:pb-1\/4 { + padding-bottom: 25%; + } + + .xl\:pl-1\/4 { + padding-left: 25%; + } + + .xl\:pt-2\/4 { + padding-top: 50%; + } + + .xl\:pr-2\/4 { + padding-right: 50%; + } + + .xl\:pb-2\/4 { + padding-bottom: 50%; + } + + .xl\:pl-2\/4 { + padding-left: 50%; + } + + .xl\:pt-3\/4 { + padding-top: 75%; + } + + .xl\:pr-3\/4 { + padding-right: 75%; + } + + .xl\:pb-3\/4 { + padding-bottom: 75%; + } + + .xl\:pl-3\/4 { + padding-left: 75%; + } + + .xl\:pt-1\/5 { + padding-top: 20%; + } + + .xl\:pr-1\/5 { + padding-right: 20%; + } + + .xl\:pb-1\/5 { + padding-bottom: 20%; + } + + .xl\:pl-1\/5 { + padding-left: 20%; + } + + .xl\:pt-2\/5 { + padding-top: 40%; + } + + .xl\:pr-2\/5 { + padding-right: 40%; + } + + .xl\:pb-2\/5 { + padding-bottom: 40%; + } + + .xl\:pl-2\/5 { + padding-left: 40%; + } + + .xl\:pt-3\/5 { + padding-top: 60%; + } + + .xl\:pr-3\/5 { + padding-right: 60%; + } + + .xl\:pb-3\/5 { + padding-bottom: 60%; + } + + .xl\:pl-3\/5 { + padding-left: 60%; + } + + .xl\:pt-4\/5 { + padding-top: 80%; + } + + .xl\:pr-4\/5 { + padding-right: 80%; + } + + .xl\:pb-4\/5 { + padding-bottom: 80%; + } + + .xl\:pl-4\/5 { + padding-left: 80%; + } + + .xl\:pt-1\/6 { + padding-top: 16.666667%; + } + + .xl\:pr-1\/6 { + padding-right: 16.666667%; + } + + .xl\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .xl\:pl-1\/6 { + padding-left: 16.666667%; + } + + .xl\:pt-2\/6 { + padding-top: 33.333333%; + } + + .xl\:pr-2\/6 { + padding-right: 33.333333%; + } + + .xl\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .xl\:pl-2\/6 { + padding-left: 33.333333%; + } + + .xl\:pt-3\/6 { + padding-top: 50%; + } + + .xl\:pr-3\/6 { + padding-right: 50%; + } + + .xl\:pb-3\/6 { + padding-bottom: 50%; + } + + .xl\:pl-3\/6 { + padding-left: 50%; + } + + .xl\:pt-4\/6 { + padding-top: 66.666667%; + } + + .xl\:pr-4\/6 { + padding-right: 66.666667%; + } + + .xl\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .xl\:pl-4\/6 { + padding-left: 66.666667%; + } + + .xl\:pt-5\/6 { + padding-top: 83.333333%; + } + + .xl\:pr-5\/6 { + padding-right: 83.333333%; + } + + .xl\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .xl\:pl-5\/6 { + padding-left: 83.333333%; + } + + .xl\:pt-1\/12 { + padding-top: 8.333333%; + } + + .xl\:pr-1\/12 { + padding-right: 8.333333%; + } + + .xl\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .xl\:pl-1\/12 { + padding-left: 8.333333%; + } + + .xl\:pt-2\/12 { + padding-top: 16.666667%; + } + + .xl\:pr-2\/12 { + padding-right: 16.666667%; + } + + .xl\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .xl\:pl-2\/12 { + padding-left: 16.666667%; + } + + .xl\:pt-3\/12 { + padding-top: 25%; + } + + .xl\:pr-3\/12 { + padding-right: 25%; + } + + .xl\:pb-3\/12 { + padding-bottom: 25%; + } + + .xl\:pl-3\/12 { + padding-left: 25%; + } + + .xl\:pt-4\/12 { + padding-top: 33.333333%; + } + + .xl\:pr-4\/12 { + padding-right: 33.333333%; + } + + .xl\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .xl\:pl-4\/12 { + padding-left: 33.333333%; + } + + .xl\:pt-5\/12 { + padding-top: 41.666667%; + } + + .xl\:pr-5\/12 { + padding-right: 41.666667%; + } + + .xl\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .xl\:pl-5\/12 { + padding-left: 41.666667%; + } + + .xl\:pt-6\/12 { + padding-top: 50%; + } + + .xl\:pr-6\/12 { + padding-right: 50%; + } + + .xl\:pb-6\/12 { + padding-bottom: 50%; + } + + .xl\:pl-6\/12 { + padding-left: 50%; + } + + .xl\:pt-7\/12 { + padding-top: 58.333333%; + } + + .xl\:pr-7\/12 { + padding-right: 58.333333%; + } + + .xl\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .xl\:pl-7\/12 { + padding-left: 58.333333%; + } + + .xl\:pt-8\/12 { + padding-top: 66.666667%; + } + + .xl\:pr-8\/12 { + padding-right: 66.666667%; + } + + .xl\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .xl\:pl-8\/12 { + padding-left: 66.666667%; + } + + .xl\:pt-9\/12 { + padding-top: 75%; + } + + .xl\:pr-9\/12 { + padding-right: 75%; + } + + .xl\:pb-9\/12 { + padding-bottom: 75%; + } + + .xl\:pl-9\/12 { + padding-left: 75%; + } + + .xl\:pt-10\/12 { + padding-top: 83.333333%; + } + + .xl\:pr-10\/12 { + padding-right: 83.333333%; + } + + .xl\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .xl\:pl-10\/12 { + padding-left: 83.333333%; + } + + .xl\:pt-11\/12 { + padding-top: 91.666667%; + } + + .xl\:pr-11\/12 { + padding-right: 91.666667%; + } + + .xl\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .xl\:pl-11\/12 { + padding-left: 91.666667%; + } + + .xl\:pt-1\/16 { + padding-top: 6.25%; + } + + .xl\:pr-1\/16 { + padding-right: 6.25%; + } + + .xl\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .xl\:pl-1\/16 { + padding-left: 6.25%; + } + + .xl\:pt-2\/16 { + padding-top: 12.5%; + } + + .xl\:pr-2\/16 { + padding-right: 12.5%; + } + + .xl\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .xl\:pl-2\/16 { + padding-left: 12.5%; + } + + .xl\:pt-3\/16 { + padding-top: 18.75%; + } + + .xl\:pr-3\/16 { + padding-right: 18.75%; + } + + .xl\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .xl\:pl-3\/16 { + padding-left: 18.75%; + } + + .xl\:pt-4\/16 { + padding-top: 25%; + } + + .xl\:pr-4\/16 { + padding-right: 25%; + } + + .xl\:pb-4\/16 { + padding-bottom: 25%; + } + + .xl\:pl-4\/16 { + padding-left: 25%; + } + + .xl\:pt-5\/16 { + padding-top: 31.25%; + } + + .xl\:pr-5\/16 { + padding-right: 31.25%; + } + + .xl\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .xl\:pl-5\/16 { + padding-left: 31.25%; + } + + .xl\:pt-6\/16 { + padding-top: 37.5%; + } + + .xl\:pr-6\/16 { + padding-right: 37.5%; + } + + .xl\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .xl\:pl-6\/16 { + padding-left: 37.5%; + } + + .xl\:pt-7\/16 { + padding-top: 43.75%; + } + + .xl\:pr-7\/16 { + padding-right: 43.75%; + } + + .xl\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .xl\:pl-7\/16 { + padding-left: 43.75%; + } + + .xl\:pt-8\/16 { + padding-top: 50%; + } + + .xl\:pr-8\/16 { + padding-right: 50%; + } + + .xl\:pb-8\/16 { + padding-bottom: 50%; + } + + .xl\:pl-8\/16 { + padding-left: 50%; + } + + .xl\:pt-9\/16 { + padding-top: 56.25%; + } + + .xl\:pr-9\/16 { + padding-right: 56.25%; + } + + .xl\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .xl\:pl-9\/16 { + padding-left: 56.25%; + } + + .xl\:pt-10\/16 { + padding-top: 62.5%; + } + + .xl\:pr-10\/16 { + padding-right: 62.5%; + } + + .xl\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .xl\:pl-10\/16 { + padding-left: 62.5%; + } + + .xl\:pt-11\/16 { + padding-top: 68.75%; + } + + .xl\:pr-11\/16 { + padding-right: 68.75%; + } + + .xl\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .xl\:pl-11\/16 { + padding-left: 68.75%; + } + + .xl\:pt-12\/16 { + padding-top: 75%; + } + + .xl\:pr-12\/16 { + padding-right: 75%; + } + + .xl\:pb-12\/16 { + padding-bottom: 75%; + } + + .xl\:pl-12\/16 { + padding-left: 75%; + } + + .xl\:pt-13\/16 { + padding-top: 81.25%; + } + + .xl\:pr-13\/16 { + padding-right: 81.25%; + } + + .xl\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .xl\:pl-13\/16 { + padding-left: 81.25%; + } + + .xl\:pt-14\/16 { + padding-top: 87.5%; + } + + .xl\:pr-14\/16 { + padding-right: 87.5%; + } + + .xl\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .xl\:pl-14\/16 { + padding-left: 87.5%; + } + + .xl\:pt-15\/16 { + padding-top: 93.75%; + } + + .xl\:pr-15\/16 { + padding-right: 93.75%; + } + + .xl\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .xl\:pl-15\/16 { + padding-left: 93.75%; + } + + .xl\:pt-full { + padding-top: 100%; + } + + .xl\:pr-full { + padding-right: 100%; + } + + .xl\:pb-full { + padding-bottom: 100%; + } + + .xl\:pl-full { + padding-left: 100%; + } + .xl\:placeholder-transparent::placeholder { color: transparent; } @@ -117119,6 +190259,223 @@ video { left: 0; } + .xl\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .xl\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .xl\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .xl\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .xl\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .xl\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .xl\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .xl\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .xl\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .xl\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .xl\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .xl\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .xl\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .xl\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .xl\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .xl\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .xl\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .xl\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .xl\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .xl\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .xl\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .xl\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .xl\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .xl\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .xl\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .xl\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .xl\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .xl\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .xl\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .xl\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .xl\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .xl\:inset-auto { top: auto; right: auto; @@ -117126,6 +190483,881 @@ video { left: auto; } + .xl\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .xl\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .xl\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .xl\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .xl\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .xl\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .xl\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .xl\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .xl\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .xl\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .xl\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .xl\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .xl\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .xl\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .xl\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .xl\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .xl\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .xl\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .xl\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .xl\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .xl\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .xl\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .xl\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .xl\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .xl\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .xl\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .xl\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .xl\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .xl\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .xl\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .xl\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .xl\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .xl\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .xl\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .xl\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .xl\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .xl\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .xl\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .xl\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .xl\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .xl\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .xl\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .xl\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .xl\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .xl\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .xl\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .xl\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .xl\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .xl\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .xl\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .xl\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .xl\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .xl\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .xl\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .xl\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .xl\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .xl\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .xl\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .xl\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .xl\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .xl\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .xl\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .xl\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .xl\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .xl\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .xl\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .xl\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .xl\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .xl\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .xl\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .xl\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .xl\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .xl\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .xl\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .xl\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .xl\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .xl\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .xl\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .xl\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .xl\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .xl\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .xl\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .xl\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .xl\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .xl\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .xl\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .xl\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .xl\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .xl\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .xl\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .xl\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .xl\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .xl\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .xl\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .xl\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .xl\:inset-y-0 { top: 0; bottom: 0; @@ -117136,6 +191368,316 @@ video { left: 0; } + .xl\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .xl\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .xl\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .xl\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .xl\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .xl\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .xl\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .xl\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .xl\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .xl\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .xl\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .xl\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .xl\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .xl\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .xl\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .xl\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .xl\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .xl\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .xl\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .xl\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .xl\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .xl\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .xl\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .xl\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .xl\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .xl\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .xl\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .xl\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .xl\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .xl\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .xl\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .xl\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .xl\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .xl\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .xl\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .xl\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .xl\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .xl\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .xl\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .xl\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .xl\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .xl\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .xl\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .xl\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .xl\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .xl\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .xl\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .xl\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .xl\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .xl\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .xl\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .xl\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .xl\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .xl\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .xl\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .xl\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .xl\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .xl\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .xl\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .xl\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .xl\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .xl\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .xl\:inset-y-auto { top: auto; bottom: auto; @@ -117146,6 +191688,1256 @@ video { left: auto; } + .xl\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .xl\:inset-x-px { + right: 1px; + left: 1px; + } + + .xl\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .xl\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .xl\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .xl\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .xl\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .xl\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .xl\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .xl\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .xl\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .xl\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .xl\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .xl\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .xl\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .xl\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .xl\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .xl\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .xl\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .xl\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .xl\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .xl\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .xl\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .xl\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .xl\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .xl\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .xl\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .xl\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .xl\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .xl\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .xl\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .xl\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .xl\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .xl\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .xl\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .xl\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .xl\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .xl\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .xl\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .xl\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .xl\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .xl\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .xl\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .xl\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .xl\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .xl\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .xl\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .xl\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .xl\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .xl\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .xl\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .xl\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .xl\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .xl\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .xl\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .xl\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .xl\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .xl\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .xl\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .xl\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .xl\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .xl\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .xl\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .xl\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .xl\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .xl\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .xl\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .xl\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .xl\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .xl\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .xl\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .xl\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .xl\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .xl\:inset-x-full { + right: 100%; + left: 100%; + } + + .xl\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .xl\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .xl\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .xl\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .xl\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .xl\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .xl\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .xl\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .xl\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .xl\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .xl\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .xl\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .xl\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .xl\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .xl\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .xl\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .xl\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .xl\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .xl\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .xl\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .xl\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .xl\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .xl\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .xl\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .xl\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .xl\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .xl\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .xl\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .xl\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .xl\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .xl\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .xl\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .xl\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .xl\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .xl\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .xl\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .xl\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .xl\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .xl\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .xl\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .xl\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .xl\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .xl\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .xl\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .xl\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .xl\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .xl\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .xl\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .xl\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .xl\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .xl\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .xl\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .xl\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .xl\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .xl\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .xl\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .xl\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .xl\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .xl\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .xl\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .xl\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .xl\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .xl\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .xl\:-inset-x-px { + right: -1px; + left: -1px; + } + + .xl\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .xl\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .xl\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .xl\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .xl\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .xl\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .xl\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .xl\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .xl\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .xl\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .xl\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .xl\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .xl\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .xl\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .xl\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .xl\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .xl\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .xl\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .xl\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .xl\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .xl\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .xl\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .xl\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .xl\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .xl\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .xl\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .xl\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .xl\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .xl\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .xl\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .xl\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .xl\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .xl\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .xl\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .xl\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .xl\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .xl\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .xl\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .xl\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .xl\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .xl\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .xl\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .xl\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .xl\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .xl\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .xl\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .xl\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .xl\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .xl\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .xl\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .xl\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .xl\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .xl\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .xl\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .xl\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .xl\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .xl\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .xl\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .xl\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .xl\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .xl\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .xl\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .xl\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .xl\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .xl\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .xl\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .xl\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .xl\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .xl\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .xl\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .xl\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .xl\:-inset-x-full { + right: -100%; + left: -100%; + } + .xl\:top-0 { top: 0; } @@ -117162,6 +192954,502 @@ video { left: 0; } + .xl\:top-1 { + top: 0.25rem; + } + + .xl\:right-1 { + right: 0.25rem; + } + + .xl\:bottom-1 { + bottom: 0.25rem; + } + + .xl\:left-1 { + left: 0.25rem; + } + + .xl\:top-2 { + top: 0.5rem; + } + + .xl\:right-2 { + right: 0.5rem; + } + + .xl\:bottom-2 { + bottom: 0.5rem; + } + + .xl\:left-2 { + left: 0.5rem; + } + + .xl\:top-3 { + top: 0.75rem; + } + + .xl\:right-3 { + right: 0.75rem; + } + + .xl\:bottom-3 { + bottom: 0.75rem; + } + + .xl\:left-3 { + left: 0.75rem; + } + + .xl\:top-4 { + top: 1rem; + } + + .xl\:right-4 { + right: 1rem; + } + + .xl\:bottom-4 { + bottom: 1rem; + } + + .xl\:left-4 { + left: 1rem; + } + + .xl\:top-5 { + top: 1.25rem; + } + + .xl\:right-5 { + right: 1.25rem; + } + + .xl\:bottom-5 { + bottom: 1.25rem; + } + + .xl\:left-5 { + left: 1.25rem; + } + + .xl\:top-6 { + top: 1.5rem; + } + + .xl\:right-6 { + right: 1.5rem; + } + + .xl\:bottom-6 { + bottom: 1.5rem; + } + + .xl\:left-6 { + left: 1.5rem; + } + + .xl\:top-7 { + top: 1.75rem; + } + + .xl\:right-7 { + right: 1.75rem; + } + + .xl\:bottom-7 { + bottom: 1.75rem; + } + + .xl\:left-7 { + left: 1.75rem; + } + + .xl\:top-8 { + top: 2rem; + } + + .xl\:right-8 { + right: 2rem; + } + + .xl\:bottom-8 { + bottom: 2rem; + } + + .xl\:left-8 { + left: 2rem; + } + + .xl\:top-9 { + top: 2.25rem; + } + + .xl\:right-9 { + right: 2.25rem; + } + + .xl\:bottom-9 { + bottom: 2.25rem; + } + + .xl\:left-9 { + left: 2.25rem; + } + + .xl\:top-10 { + top: 2.5rem; + } + + .xl\:right-10 { + right: 2.5rem; + } + + .xl\:bottom-10 { + bottom: 2.5rem; + } + + .xl\:left-10 { + left: 2.5rem; + } + + .xl\:top-11 { + top: 2.75rem; + } + + .xl\:right-11 { + right: 2.75rem; + } + + .xl\:bottom-11 { + bottom: 2.75rem; + } + + .xl\:left-11 { + left: 2.75rem; + } + + .xl\:top-12 { + top: 3rem; + } + + .xl\:right-12 { + right: 3rem; + } + + .xl\:bottom-12 { + bottom: 3rem; + } + + .xl\:left-12 { + left: 3rem; + } + + .xl\:top-13 { + top: 3.25rem; + } + + .xl\:right-13 { + right: 3.25rem; + } + + .xl\:bottom-13 { + bottom: 3.25rem; + } + + .xl\:left-13 { + left: 3.25rem; + } + + .xl\:top-14 { + top: 3.5rem; + } + + .xl\:right-14 { + right: 3.5rem; + } + + .xl\:bottom-14 { + bottom: 3.5rem; + } + + .xl\:left-14 { + left: 3.5rem; + } + + .xl\:top-15 { + top: 3.75rem; + } + + .xl\:right-15 { + right: 3.75rem; + } + + .xl\:bottom-15 { + bottom: 3.75rem; + } + + .xl\:left-15 { + left: 3.75rem; + } + + .xl\:top-16 { + top: 4rem; + } + + .xl\:right-16 { + right: 4rem; + } + + .xl\:bottom-16 { + bottom: 4rem; + } + + .xl\:left-16 { + left: 4rem; + } + + .xl\:top-20 { + top: 5rem; + } + + .xl\:right-20 { + right: 5rem; + } + + .xl\:bottom-20 { + bottom: 5rem; + } + + .xl\:left-20 { + left: 5rem; + } + + .xl\:top-24 { + top: 6rem; + } + + .xl\:right-24 { + right: 6rem; + } + + .xl\:bottom-24 { + bottom: 6rem; + } + + .xl\:left-24 { + left: 6rem; + } + + .xl\:top-28 { + top: 7rem; + } + + .xl\:right-28 { + right: 7rem; + } + + .xl\:bottom-28 { + bottom: 7rem; + } + + .xl\:left-28 { + left: 7rem; + } + + .xl\:top-32 { + top: 8rem; + } + + .xl\:right-32 { + right: 8rem; + } + + .xl\:bottom-32 { + bottom: 8rem; + } + + .xl\:left-32 { + left: 8rem; + } + + .xl\:top-36 { + top: 9rem; + } + + .xl\:right-36 { + right: 9rem; + } + + .xl\:bottom-36 { + bottom: 9rem; + } + + .xl\:left-36 { + left: 9rem; + } + + .xl\:top-40 { + top: 10rem; + } + + .xl\:right-40 { + right: 10rem; + } + + .xl\:bottom-40 { + bottom: 10rem; + } + + .xl\:left-40 { + left: 10rem; + } + + .xl\:top-44 { + top: 11rem; + } + + .xl\:right-44 { + right: 11rem; + } + + .xl\:bottom-44 { + bottom: 11rem; + } + + .xl\:left-44 { + left: 11rem; + } + + .xl\:top-48 { + top: 12rem; + } + + .xl\:right-48 { + right: 12rem; + } + + .xl\:bottom-48 { + bottom: 12rem; + } + + .xl\:left-48 { + left: 12rem; + } + + .xl\:top-52 { + top: 13rem; + } + + .xl\:right-52 { + right: 13rem; + } + + .xl\:bottom-52 { + bottom: 13rem; + } + + .xl\:left-52 { + left: 13rem; + } + + .xl\:top-56 { + top: 14rem; + } + + .xl\:right-56 { + right: 14rem; + } + + .xl\:bottom-56 { + bottom: 14rem; + } + + .xl\:left-56 { + left: 14rem; + } + + .xl\:top-60 { + top: 15rem; + } + + .xl\:right-60 { + right: 15rem; + } + + .xl\:bottom-60 { + bottom: 15rem; + } + + .xl\:left-60 { + left: 15rem; + } + + .xl\:top-64 { + top: 16rem; + } + + .xl\:right-64 { + right: 16rem; + } + + .xl\:bottom-64 { + bottom: 16rem; + } + + .xl\:left-64 { + left: 16rem; + } + + .xl\:top-72 { + top: 18rem; + } + + .xl\:right-72 { + right: 18rem; + } + + .xl\:bottom-72 { + bottom: 18rem; + } + + .xl\:left-72 { + left: 18rem; + } + + .xl\:top-80 { + top: 20rem; + } + + .xl\:right-80 { + right: 20rem; + } + + .xl\:bottom-80 { + bottom: 20rem; + } + + .xl\:left-80 { + left: 20rem; + } + + .xl\:top-96 { + top: 24rem; + } + + .xl\:right-96 { + right: 24rem; + } + + .xl\:bottom-96 { + bottom: 24rem; + } + + .xl\:left-96 { + left: 24rem; + } + .xl\:top-auto { top: auto; } @@ -117178,6 +193466,2006 @@ video { left: auto; } + .xl\:top-px { + top: 1px; + } + + .xl\:right-px { + right: 1px; + } + + .xl\:bottom-px { + bottom: 1px; + } + + .xl\:left-px { + left: 1px; + } + + .xl\:top-0\.5 { + top: 0.125rem; + } + + .xl\:right-0\.5 { + right: 0.125rem; + } + + .xl\:bottom-0\.5 { + bottom: 0.125rem; + } + + .xl\:left-0\.5 { + left: 0.125rem; + } + + .xl\:top-1\.5 { + top: 0.375rem; + } + + .xl\:right-1\.5 { + right: 0.375rem; + } + + .xl\:bottom-1\.5 { + bottom: 0.375rem; + } + + .xl\:left-1\.5 { + left: 0.375rem; + } + + .xl\:top-2\.5 { + top: 0.625rem; + } + + .xl\:right-2\.5 { + right: 0.625rem; + } + + .xl\:bottom-2\.5 { + bottom: 0.625rem; + } + + .xl\:left-2\.5 { + left: 0.625rem; + } + + .xl\:top-3\.5 { + top: 0.875rem; + } + + .xl\:right-3\.5 { + right: 0.875rem; + } + + .xl\:bottom-3\.5 { + bottom: 0.875rem; + } + + .xl\:left-3\.5 { + left: 0.875rem; + } + + .xl\:top-1\/2 { + top: 50%; + } + + .xl\:right-1\/2 { + right: 50%; + } + + .xl\:bottom-1\/2 { + bottom: 50%; + } + + .xl\:left-1\/2 { + left: 50%; + } + + .xl\:top-1\/3 { + top: 33.333333%; + } + + .xl\:right-1\/3 { + right: 33.333333%; + } + + .xl\:bottom-1\/3 { + bottom: 33.333333%; + } + + .xl\:left-1\/3 { + left: 33.333333%; + } + + .xl\:top-2\/3 { + top: 66.666667%; + } + + .xl\:right-2\/3 { + right: 66.666667%; + } + + .xl\:bottom-2\/3 { + bottom: 66.666667%; + } + + .xl\:left-2\/3 { + left: 66.666667%; + } + + .xl\:top-1\/4 { + top: 25%; + } + + .xl\:right-1\/4 { + right: 25%; + } + + .xl\:bottom-1\/4 { + bottom: 25%; + } + + .xl\:left-1\/4 { + left: 25%; + } + + .xl\:top-2\/4 { + top: 50%; + } + + .xl\:right-2\/4 { + right: 50%; + } + + .xl\:bottom-2\/4 { + bottom: 50%; + } + + .xl\:left-2\/4 { + left: 50%; + } + + .xl\:top-3\/4 { + top: 75%; + } + + .xl\:right-3\/4 { + right: 75%; + } + + .xl\:bottom-3\/4 { + bottom: 75%; + } + + .xl\:left-3\/4 { + left: 75%; + } + + .xl\:top-1\/5 { + top: 20%; + } + + .xl\:right-1\/5 { + right: 20%; + } + + .xl\:bottom-1\/5 { + bottom: 20%; + } + + .xl\:left-1\/5 { + left: 20%; + } + + .xl\:top-2\/5 { + top: 40%; + } + + .xl\:right-2\/5 { + right: 40%; + } + + .xl\:bottom-2\/5 { + bottom: 40%; + } + + .xl\:left-2\/5 { + left: 40%; + } + + .xl\:top-3\/5 { + top: 60%; + } + + .xl\:right-3\/5 { + right: 60%; + } + + .xl\:bottom-3\/5 { + bottom: 60%; + } + + .xl\:left-3\/5 { + left: 60%; + } + + .xl\:top-4\/5 { + top: 80%; + } + + .xl\:right-4\/5 { + right: 80%; + } + + .xl\:bottom-4\/5 { + bottom: 80%; + } + + .xl\:left-4\/5 { + left: 80%; + } + + .xl\:top-1\/6 { + top: 16.666667%; + } + + .xl\:right-1\/6 { + right: 16.666667%; + } + + .xl\:bottom-1\/6 { + bottom: 16.666667%; + } + + .xl\:left-1\/6 { + left: 16.666667%; + } + + .xl\:top-2\/6 { + top: 33.333333%; + } + + .xl\:right-2\/6 { + right: 33.333333%; + } + + .xl\:bottom-2\/6 { + bottom: 33.333333%; + } + + .xl\:left-2\/6 { + left: 33.333333%; + } + + .xl\:top-3\/6 { + top: 50%; + } + + .xl\:right-3\/6 { + right: 50%; + } + + .xl\:bottom-3\/6 { + bottom: 50%; + } + + .xl\:left-3\/6 { + left: 50%; + } + + .xl\:top-4\/6 { + top: 66.666667%; + } + + .xl\:right-4\/6 { + right: 66.666667%; + } + + .xl\:bottom-4\/6 { + bottom: 66.666667%; + } + + .xl\:left-4\/6 { + left: 66.666667%; + } + + .xl\:top-5\/6 { + top: 83.333333%; + } + + .xl\:right-5\/6 { + right: 83.333333%; + } + + .xl\:bottom-5\/6 { + bottom: 83.333333%; + } + + .xl\:left-5\/6 { + left: 83.333333%; + } + + .xl\:top-1\/12 { + top: 8.333333%; + } + + .xl\:right-1\/12 { + right: 8.333333%; + } + + .xl\:bottom-1\/12 { + bottom: 8.333333%; + } + + .xl\:left-1\/12 { + left: 8.333333%; + } + + .xl\:top-2\/12 { + top: 16.666667%; + } + + .xl\:right-2\/12 { + right: 16.666667%; + } + + .xl\:bottom-2\/12 { + bottom: 16.666667%; + } + + .xl\:left-2\/12 { + left: 16.666667%; + } + + .xl\:top-3\/12 { + top: 25%; + } + + .xl\:right-3\/12 { + right: 25%; + } + + .xl\:bottom-3\/12 { + bottom: 25%; + } + + .xl\:left-3\/12 { + left: 25%; + } + + .xl\:top-4\/12 { + top: 33.333333%; + } + + .xl\:right-4\/12 { + right: 33.333333%; + } + + .xl\:bottom-4\/12 { + bottom: 33.333333%; + } + + .xl\:left-4\/12 { + left: 33.333333%; + } + + .xl\:top-5\/12 { + top: 41.666667%; + } + + .xl\:right-5\/12 { + right: 41.666667%; + } + + .xl\:bottom-5\/12 { + bottom: 41.666667%; + } + + .xl\:left-5\/12 { + left: 41.666667%; + } + + .xl\:top-6\/12 { + top: 50%; + } + + .xl\:right-6\/12 { + right: 50%; + } + + .xl\:bottom-6\/12 { + bottom: 50%; + } + + .xl\:left-6\/12 { + left: 50%; + } + + .xl\:top-7\/12 { + top: 58.333333%; + } + + .xl\:right-7\/12 { + right: 58.333333%; + } + + .xl\:bottom-7\/12 { + bottom: 58.333333%; + } + + .xl\:left-7\/12 { + left: 58.333333%; + } + + .xl\:top-8\/12 { + top: 66.666667%; + } + + .xl\:right-8\/12 { + right: 66.666667%; + } + + .xl\:bottom-8\/12 { + bottom: 66.666667%; + } + + .xl\:left-8\/12 { + left: 66.666667%; + } + + .xl\:top-9\/12 { + top: 75%; + } + + .xl\:right-9\/12 { + right: 75%; + } + + .xl\:bottom-9\/12 { + bottom: 75%; + } + + .xl\:left-9\/12 { + left: 75%; + } + + .xl\:top-10\/12 { + top: 83.333333%; + } + + .xl\:right-10\/12 { + right: 83.333333%; + } + + .xl\:bottom-10\/12 { + bottom: 83.333333%; + } + + .xl\:left-10\/12 { + left: 83.333333%; + } + + .xl\:top-11\/12 { + top: 91.666667%; + } + + .xl\:right-11\/12 { + right: 91.666667%; + } + + .xl\:bottom-11\/12 { + bottom: 91.666667%; + } + + .xl\:left-11\/12 { + left: 91.666667%; + } + + .xl\:top-1\/16 { + top: 6.25%; + } + + .xl\:right-1\/16 { + right: 6.25%; + } + + .xl\:bottom-1\/16 { + bottom: 6.25%; + } + + .xl\:left-1\/16 { + left: 6.25%; + } + + .xl\:top-2\/16 { + top: 12.5%; + } + + .xl\:right-2\/16 { + right: 12.5%; + } + + .xl\:bottom-2\/16 { + bottom: 12.5%; + } + + .xl\:left-2\/16 { + left: 12.5%; + } + + .xl\:top-3\/16 { + top: 18.75%; + } + + .xl\:right-3\/16 { + right: 18.75%; + } + + .xl\:bottom-3\/16 { + bottom: 18.75%; + } + + .xl\:left-3\/16 { + left: 18.75%; + } + + .xl\:top-4\/16 { + top: 25%; + } + + .xl\:right-4\/16 { + right: 25%; + } + + .xl\:bottom-4\/16 { + bottom: 25%; + } + + .xl\:left-4\/16 { + left: 25%; + } + + .xl\:top-5\/16 { + top: 31.25%; + } + + .xl\:right-5\/16 { + right: 31.25%; + } + + .xl\:bottom-5\/16 { + bottom: 31.25%; + } + + .xl\:left-5\/16 { + left: 31.25%; + } + + .xl\:top-6\/16 { + top: 37.5%; + } + + .xl\:right-6\/16 { + right: 37.5%; + } + + .xl\:bottom-6\/16 { + bottom: 37.5%; + } + + .xl\:left-6\/16 { + left: 37.5%; + } + + .xl\:top-7\/16 { + top: 43.75%; + } + + .xl\:right-7\/16 { + right: 43.75%; + } + + .xl\:bottom-7\/16 { + bottom: 43.75%; + } + + .xl\:left-7\/16 { + left: 43.75%; + } + + .xl\:top-8\/16 { + top: 50%; + } + + .xl\:right-8\/16 { + right: 50%; + } + + .xl\:bottom-8\/16 { + bottom: 50%; + } + + .xl\:left-8\/16 { + left: 50%; + } + + .xl\:top-9\/16 { + top: 56.25%; + } + + .xl\:right-9\/16 { + right: 56.25%; + } + + .xl\:bottom-9\/16 { + bottom: 56.25%; + } + + .xl\:left-9\/16 { + left: 56.25%; + } + + .xl\:top-10\/16 { + top: 62.5%; + } + + .xl\:right-10\/16 { + right: 62.5%; + } + + .xl\:bottom-10\/16 { + bottom: 62.5%; + } + + .xl\:left-10\/16 { + left: 62.5%; + } + + .xl\:top-11\/16 { + top: 68.75%; + } + + .xl\:right-11\/16 { + right: 68.75%; + } + + .xl\:bottom-11\/16 { + bottom: 68.75%; + } + + .xl\:left-11\/16 { + left: 68.75%; + } + + .xl\:top-12\/16 { + top: 75%; + } + + .xl\:right-12\/16 { + right: 75%; + } + + .xl\:bottom-12\/16 { + bottom: 75%; + } + + .xl\:left-12\/16 { + left: 75%; + } + + .xl\:top-13\/16 { + top: 81.25%; + } + + .xl\:right-13\/16 { + right: 81.25%; + } + + .xl\:bottom-13\/16 { + bottom: 81.25%; + } + + .xl\:left-13\/16 { + left: 81.25%; + } + + .xl\:top-14\/16 { + top: 87.5%; + } + + .xl\:right-14\/16 { + right: 87.5%; + } + + .xl\:bottom-14\/16 { + bottom: 87.5%; + } + + .xl\:left-14\/16 { + left: 87.5%; + } + + .xl\:top-15\/16 { + top: 93.75%; + } + + .xl\:right-15\/16 { + right: 93.75%; + } + + .xl\:bottom-15\/16 { + bottom: 93.75%; + } + + .xl\:left-15\/16 { + left: 93.75%; + } + + .xl\:top-full { + top: 100%; + } + + .xl\:right-full { + right: 100%; + } + + .xl\:bottom-full { + bottom: 100%; + } + + .xl\:left-full { + left: 100%; + } + + .xl\:-top-1 { + top: -0.25rem; + } + + .xl\:-right-1 { + right: -0.25rem; + } + + .xl\:-bottom-1 { + bottom: -0.25rem; + } + + .xl\:-left-1 { + left: -0.25rem; + } + + .xl\:-top-2 { + top: -0.5rem; + } + + .xl\:-right-2 { + right: -0.5rem; + } + + .xl\:-bottom-2 { + bottom: -0.5rem; + } + + .xl\:-left-2 { + left: -0.5rem; + } + + .xl\:-top-3 { + top: -0.75rem; + } + + .xl\:-right-3 { + right: -0.75rem; + } + + .xl\:-bottom-3 { + bottom: -0.75rem; + } + + .xl\:-left-3 { + left: -0.75rem; + } + + .xl\:-top-4 { + top: -1rem; + } + + .xl\:-right-4 { + right: -1rem; + } + + .xl\:-bottom-4 { + bottom: -1rem; + } + + .xl\:-left-4 { + left: -1rem; + } + + .xl\:-top-5 { + top: -1.25rem; + } + + .xl\:-right-5 { + right: -1.25rem; + } + + .xl\:-bottom-5 { + bottom: -1.25rem; + } + + .xl\:-left-5 { + left: -1.25rem; + } + + .xl\:-top-6 { + top: -1.5rem; + } + + .xl\:-right-6 { + right: -1.5rem; + } + + .xl\:-bottom-6 { + bottom: -1.5rem; + } + + .xl\:-left-6 { + left: -1.5rem; + } + + .xl\:-top-7 { + top: -1.75rem; + } + + .xl\:-right-7 { + right: -1.75rem; + } + + .xl\:-bottom-7 { + bottom: -1.75rem; + } + + .xl\:-left-7 { + left: -1.75rem; + } + + .xl\:-top-8 { + top: -2rem; + } + + .xl\:-right-8 { + right: -2rem; + } + + .xl\:-bottom-8 { + bottom: -2rem; + } + + .xl\:-left-8 { + left: -2rem; + } + + .xl\:-top-9 { + top: -2.25rem; + } + + .xl\:-right-9 { + right: -2.25rem; + } + + .xl\:-bottom-9 { + bottom: -2.25rem; + } + + .xl\:-left-9 { + left: -2.25rem; + } + + .xl\:-top-10 { + top: -2.5rem; + } + + .xl\:-right-10 { + right: -2.5rem; + } + + .xl\:-bottom-10 { + bottom: -2.5rem; + } + + .xl\:-left-10 { + left: -2.5rem; + } + + .xl\:-top-11 { + top: -2.75rem; + } + + .xl\:-right-11 { + right: -2.75rem; + } + + .xl\:-bottom-11 { + bottom: -2.75rem; + } + + .xl\:-left-11 { + left: -2.75rem; + } + + .xl\:-top-12 { + top: -3rem; + } + + .xl\:-right-12 { + right: -3rem; + } + + .xl\:-bottom-12 { + bottom: -3rem; + } + + .xl\:-left-12 { + left: -3rem; + } + + .xl\:-top-13 { + top: -3.25rem; + } + + .xl\:-right-13 { + right: -3.25rem; + } + + .xl\:-bottom-13 { + bottom: -3.25rem; + } + + .xl\:-left-13 { + left: -3.25rem; + } + + .xl\:-top-14 { + top: -3.5rem; + } + + .xl\:-right-14 { + right: -3.5rem; + } + + .xl\:-bottom-14 { + bottom: -3.5rem; + } + + .xl\:-left-14 { + left: -3.5rem; + } + + .xl\:-top-15 { + top: -3.75rem; + } + + .xl\:-right-15 { + right: -3.75rem; + } + + .xl\:-bottom-15 { + bottom: -3.75rem; + } + + .xl\:-left-15 { + left: -3.75rem; + } + + .xl\:-top-16 { + top: -4rem; + } + + .xl\:-right-16 { + right: -4rem; + } + + .xl\:-bottom-16 { + bottom: -4rem; + } + + .xl\:-left-16 { + left: -4rem; + } + + .xl\:-top-20 { + top: -5rem; + } + + .xl\:-right-20 { + right: -5rem; + } + + .xl\:-bottom-20 { + bottom: -5rem; + } + + .xl\:-left-20 { + left: -5rem; + } + + .xl\:-top-24 { + top: -6rem; + } + + .xl\:-right-24 { + right: -6rem; + } + + .xl\:-bottom-24 { + bottom: -6rem; + } + + .xl\:-left-24 { + left: -6rem; + } + + .xl\:-top-28 { + top: -7rem; + } + + .xl\:-right-28 { + right: -7rem; + } + + .xl\:-bottom-28 { + bottom: -7rem; + } + + .xl\:-left-28 { + left: -7rem; + } + + .xl\:-top-32 { + top: -8rem; + } + + .xl\:-right-32 { + right: -8rem; + } + + .xl\:-bottom-32 { + bottom: -8rem; + } + + .xl\:-left-32 { + left: -8rem; + } + + .xl\:-top-36 { + top: -9rem; + } + + .xl\:-right-36 { + right: -9rem; + } + + .xl\:-bottom-36 { + bottom: -9rem; + } + + .xl\:-left-36 { + left: -9rem; + } + + .xl\:-top-40 { + top: -10rem; + } + + .xl\:-right-40 { + right: -10rem; + } + + .xl\:-bottom-40 { + bottom: -10rem; + } + + .xl\:-left-40 { + left: -10rem; + } + + .xl\:-top-44 { + top: -11rem; + } + + .xl\:-right-44 { + right: -11rem; + } + + .xl\:-bottom-44 { + bottom: -11rem; + } + + .xl\:-left-44 { + left: -11rem; + } + + .xl\:-top-48 { + top: -12rem; + } + + .xl\:-right-48 { + right: -12rem; + } + + .xl\:-bottom-48 { + bottom: -12rem; + } + + .xl\:-left-48 { + left: -12rem; + } + + .xl\:-top-52 { + top: -13rem; + } + + .xl\:-right-52 { + right: -13rem; + } + + .xl\:-bottom-52 { + bottom: -13rem; + } + + .xl\:-left-52 { + left: -13rem; + } + + .xl\:-top-56 { + top: -14rem; + } + + .xl\:-right-56 { + right: -14rem; + } + + .xl\:-bottom-56 { + bottom: -14rem; + } + + .xl\:-left-56 { + left: -14rem; + } + + .xl\:-top-60 { + top: -15rem; + } + + .xl\:-right-60 { + right: -15rem; + } + + .xl\:-bottom-60 { + bottom: -15rem; + } + + .xl\:-left-60 { + left: -15rem; + } + + .xl\:-top-64 { + top: -16rem; + } + + .xl\:-right-64 { + right: -16rem; + } + + .xl\:-bottom-64 { + bottom: -16rem; + } + + .xl\:-left-64 { + left: -16rem; + } + + .xl\:-top-72 { + top: -18rem; + } + + .xl\:-right-72 { + right: -18rem; + } + + .xl\:-bottom-72 { + bottom: -18rem; + } + + .xl\:-left-72 { + left: -18rem; + } + + .xl\:-top-80 { + top: -20rem; + } + + .xl\:-right-80 { + right: -20rem; + } + + .xl\:-bottom-80 { + bottom: -20rem; + } + + .xl\:-left-80 { + left: -20rem; + } + + .xl\:-top-96 { + top: -24rem; + } + + .xl\:-right-96 { + right: -24rem; + } + + .xl\:-bottom-96 { + bottom: -24rem; + } + + .xl\:-left-96 { + left: -24rem; + } + + .xl\:-top-px { + top: -1px; + } + + .xl\:-right-px { + right: -1px; + } + + .xl\:-bottom-px { + bottom: -1px; + } + + .xl\:-left-px { + left: -1px; + } + + .xl\:-top-0\.5 { + top: -0.125rem; + } + + .xl\:-right-0\.5 { + right: -0.125rem; + } + + .xl\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .xl\:-left-0\.5 { + left: -0.125rem; + } + + .xl\:-top-1\.5 { + top: -0.375rem; + } + + .xl\:-right-1\.5 { + right: -0.375rem; + } + + .xl\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .xl\:-left-1\.5 { + left: -0.375rem; + } + + .xl\:-top-2\.5 { + top: -0.625rem; + } + + .xl\:-right-2\.5 { + right: -0.625rem; + } + + .xl\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .xl\:-left-2\.5 { + left: -0.625rem; + } + + .xl\:-top-3\.5 { + top: -0.875rem; + } + + .xl\:-right-3\.5 { + right: -0.875rem; + } + + .xl\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .xl\:-left-3\.5 { + left: -0.875rem; + } + + .xl\:-top-1\/2 { + top: -50%; + } + + .xl\:-right-1\/2 { + right: -50%; + } + + .xl\:-bottom-1\/2 { + bottom: -50%; + } + + .xl\:-left-1\/2 { + left: -50%; + } + + .xl\:-top-1\/3 { + top: -33.33333%; + } + + .xl\:-right-1\/3 { + right: -33.33333%; + } + + .xl\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .xl\:-left-1\/3 { + left: -33.33333%; + } + + .xl\:-top-2\/3 { + top: -66.66667%; + } + + .xl\:-right-2\/3 { + right: -66.66667%; + } + + .xl\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .xl\:-left-2\/3 { + left: -66.66667%; + } + + .xl\:-top-1\/4 { + top: -25%; + } + + .xl\:-right-1\/4 { + right: -25%; + } + + .xl\:-bottom-1\/4 { + bottom: -25%; + } + + .xl\:-left-1\/4 { + left: -25%; + } + + .xl\:-top-2\/4 { + top: -50%; + } + + .xl\:-right-2\/4 { + right: -50%; + } + + .xl\:-bottom-2\/4 { + bottom: -50%; + } + + .xl\:-left-2\/4 { + left: -50%; + } + + .xl\:-top-3\/4 { + top: -75%; + } + + .xl\:-right-3\/4 { + right: -75%; + } + + .xl\:-bottom-3\/4 { + bottom: -75%; + } + + .xl\:-left-3\/4 { + left: -75%; + } + + .xl\:-top-1\/5 { + top: -20%; + } + + .xl\:-right-1\/5 { + right: -20%; + } + + .xl\:-bottom-1\/5 { + bottom: -20%; + } + + .xl\:-left-1\/5 { + left: -20%; + } + + .xl\:-top-2\/5 { + top: -40%; + } + + .xl\:-right-2\/5 { + right: -40%; + } + + .xl\:-bottom-2\/5 { + bottom: -40%; + } + + .xl\:-left-2\/5 { + left: -40%; + } + + .xl\:-top-3\/5 { + top: -60%; + } + + .xl\:-right-3\/5 { + right: -60%; + } + + .xl\:-bottom-3\/5 { + bottom: -60%; + } + + .xl\:-left-3\/5 { + left: -60%; + } + + .xl\:-top-4\/5 { + top: -80%; + } + + .xl\:-right-4\/5 { + right: -80%; + } + + .xl\:-bottom-4\/5 { + bottom: -80%; + } + + .xl\:-left-4\/5 { + left: -80%; + } + + .xl\:-top-1\/6 { + top: -16.66667%; + } + + .xl\:-right-1\/6 { + right: -16.66667%; + } + + .xl\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .xl\:-left-1\/6 { + left: -16.66667%; + } + + .xl\:-top-2\/6 { + top: -33.33333%; + } + + .xl\:-right-2\/6 { + right: -33.33333%; + } + + .xl\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .xl\:-left-2\/6 { + left: -33.33333%; + } + + .xl\:-top-3\/6 { + top: -50%; + } + + .xl\:-right-3\/6 { + right: -50%; + } + + .xl\:-bottom-3\/6 { + bottom: -50%; + } + + .xl\:-left-3\/6 { + left: -50%; + } + + .xl\:-top-4\/6 { + top: -66.66667%; + } + + .xl\:-right-4\/6 { + right: -66.66667%; + } + + .xl\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .xl\:-left-4\/6 { + left: -66.66667%; + } + + .xl\:-top-5\/6 { + top: -83.33333%; + } + + .xl\:-right-5\/6 { + right: -83.33333%; + } + + .xl\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .xl\:-left-5\/6 { + left: -83.33333%; + } + + .xl\:-top-1\/12 { + top: -8.33333%; + } + + .xl\:-right-1\/12 { + right: -8.33333%; + } + + .xl\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .xl\:-left-1\/12 { + left: -8.33333%; + } + + .xl\:-top-2\/12 { + top: -16.66667%; + } + + .xl\:-right-2\/12 { + right: -16.66667%; + } + + .xl\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .xl\:-left-2\/12 { + left: -16.66667%; + } + + .xl\:-top-3\/12 { + top: -25%; + } + + .xl\:-right-3\/12 { + right: -25%; + } + + .xl\:-bottom-3\/12 { + bottom: -25%; + } + + .xl\:-left-3\/12 { + left: -25%; + } + + .xl\:-top-4\/12 { + top: -33.33333%; + } + + .xl\:-right-4\/12 { + right: -33.33333%; + } + + .xl\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .xl\:-left-4\/12 { + left: -33.33333%; + } + + .xl\:-top-5\/12 { + top: -41.66667%; + } + + .xl\:-right-5\/12 { + right: -41.66667%; + } + + .xl\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .xl\:-left-5\/12 { + left: -41.66667%; + } + + .xl\:-top-6\/12 { + top: -50%; + } + + .xl\:-right-6\/12 { + right: -50%; + } + + .xl\:-bottom-6\/12 { + bottom: -50%; + } + + .xl\:-left-6\/12 { + left: -50%; + } + + .xl\:-top-7\/12 { + top: -58.33333%; + } + + .xl\:-right-7\/12 { + right: -58.33333%; + } + + .xl\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .xl\:-left-7\/12 { + left: -58.33333%; + } + + .xl\:-top-8\/12 { + top: -66.66667%; + } + + .xl\:-right-8\/12 { + right: -66.66667%; + } + + .xl\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .xl\:-left-8\/12 { + left: -66.66667%; + } + + .xl\:-top-9\/12 { + top: -75%; + } + + .xl\:-right-9\/12 { + right: -75%; + } + + .xl\:-bottom-9\/12 { + bottom: -75%; + } + + .xl\:-left-9\/12 { + left: -75%; + } + + .xl\:-top-10\/12 { + top: -83.33333%; + } + + .xl\:-right-10\/12 { + right: -83.33333%; + } + + .xl\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .xl\:-left-10\/12 { + left: -83.33333%; + } + + .xl\:-top-11\/12 { + top: -91.66667%; + } + + .xl\:-right-11\/12 { + right: -91.66667%; + } + + .xl\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .xl\:-left-11\/12 { + left: -91.66667%; + } + + .xl\:-top-1\/16 { + top: -6.25%; + } + + .xl\:-right-1\/16 { + right: -6.25%; + } + + .xl\:-bottom-1\/16 { + bottom: -6.25%; + } + + .xl\:-left-1\/16 { + left: -6.25%; + } + + .xl\:-top-2\/16 { + top: -12.5%; + } + + .xl\:-right-2\/16 { + right: -12.5%; + } + + .xl\:-bottom-2\/16 { + bottom: -12.5%; + } + + .xl\:-left-2\/16 { + left: -12.5%; + } + + .xl\:-top-3\/16 { + top: -18.75%; + } + + .xl\:-right-3\/16 { + right: -18.75%; + } + + .xl\:-bottom-3\/16 { + bottom: -18.75%; + } + + .xl\:-left-3\/16 { + left: -18.75%; + } + + .xl\:-top-4\/16 { + top: -25%; + } + + .xl\:-right-4\/16 { + right: -25%; + } + + .xl\:-bottom-4\/16 { + bottom: -25%; + } + + .xl\:-left-4\/16 { + left: -25%; + } + + .xl\:-top-5\/16 { + top: -31.25%; + } + + .xl\:-right-5\/16 { + right: -31.25%; + } + + .xl\:-bottom-5\/16 { + bottom: -31.25%; + } + + .xl\:-left-5\/16 { + left: -31.25%; + } + + .xl\:-top-6\/16 { + top: -37.5%; + } + + .xl\:-right-6\/16 { + right: -37.5%; + } + + .xl\:-bottom-6\/16 { + bottom: -37.5%; + } + + .xl\:-left-6\/16 { + left: -37.5%; + } + + .xl\:-top-7\/16 { + top: -43.75%; + } + + .xl\:-right-7\/16 { + right: -43.75%; + } + + .xl\:-bottom-7\/16 { + bottom: -43.75%; + } + + .xl\:-left-7\/16 { + left: -43.75%; + } + + .xl\:-top-8\/16 { + top: -50%; + } + + .xl\:-right-8\/16 { + right: -50%; + } + + .xl\:-bottom-8\/16 { + bottom: -50%; + } + + .xl\:-left-8\/16 { + left: -50%; + } + + .xl\:-top-9\/16 { + top: -56.25%; + } + + .xl\:-right-9\/16 { + right: -56.25%; + } + + .xl\:-bottom-9\/16 { + bottom: -56.25%; + } + + .xl\:-left-9\/16 { + left: -56.25%; + } + + .xl\:-top-10\/16 { + top: -62.5%; + } + + .xl\:-right-10\/16 { + right: -62.5%; + } + + .xl\:-bottom-10\/16 { + bottom: -62.5%; + } + + .xl\:-left-10\/16 { + left: -62.5%; + } + + .xl\:-top-11\/16 { + top: -68.75%; + } + + .xl\:-right-11\/16 { + right: -68.75%; + } + + .xl\:-bottom-11\/16 { + bottom: -68.75%; + } + + .xl\:-left-11\/16 { + left: -68.75%; + } + + .xl\:-top-12\/16 { + top: -75%; + } + + .xl\:-right-12\/16 { + right: -75%; + } + + .xl\:-bottom-12\/16 { + bottom: -75%; + } + + .xl\:-left-12\/16 { + left: -75%; + } + + .xl\:-top-13\/16 { + top: -81.25%; + } + + .xl\:-right-13\/16 { + right: -81.25%; + } + + .xl\:-bottom-13\/16 { + bottom: -81.25%; + } + + .xl\:-left-13\/16 { + left: -81.25%; + } + + .xl\:-top-14\/16 { + top: -87.5%; + } + + .xl\:-right-14\/16 { + right: -87.5%; + } + + .xl\:-bottom-14\/16 { + bottom: -87.5%; + } + + .xl\:-left-14\/16 { + left: -87.5%; + } + + .xl\:-top-15\/16 { + top: -93.75%; + } + + .xl\:-right-15\/16 { + right: -93.75%; + } + + .xl\:-bottom-15\/16 { + bottom: -93.75%; + } + + .xl\:-left-15\/16 { + left: -93.75%; + } + + .xl\:-top-full { + top: -100%; + } + + .xl\:-right-full { + right: -100%; + } + + .xl\:-bottom-full { + bottom: -100%; + } + + .xl\:-left-full { + left: -100%; + } + .xl\:resize-none { resize: none; } @@ -119878,18 +198166,42 @@ video { width: 1.5rem; } + .xl\:w-7 { + width: 1.75rem; + } + .xl\:w-8 { width: 2rem; } + .xl\:w-9 { + width: 2.25rem; + } + .xl\:w-10 { width: 2.5rem; } + .xl\:w-11 { + width: 2.75rem; + } + .xl\:w-12 { width: 3rem; } + .xl\:w-13 { + width: 3.25rem; + } + + .xl\:w-14 { + width: 3.5rem; + } + + .xl\:w-15 { + width: 3.75rem; + } + .xl\:w-16 { width: 4rem; } @@ -119902,26 +198214,58 @@ video { width: 6rem; } + .xl\:w-28 { + width: 7rem; + } + .xl\:w-32 { width: 8rem; } + .xl\:w-36 { + width: 9rem; + } + .xl\:w-40 { width: 10rem; } + .xl\:w-44 { + width: 11rem; + } + .xl\:w-48 { width: 12rem; } + .xl\:w-52 { + width: 13rem; + } + .xl\:w-56 { width: 14rem; } + .xl\:w-60 { + width: 15rem; + } + .xl\:w-64 { width: 16rem; } + .xl\:w-72 { + width: 18rem; + } + + .xl\:w-80 { + width: 20rem; + } + + .xl\:w-96 { + width: 24rem; + } + .xl\:w-auto { width: auto; } @@ -119930,6 +198274,22 @@ video { width: 1px; } + .xl\:w-0\.5 { + width: 0.125rem; + } + + .xl\:w-1\.5 { + width: 0.375rem; + } + + .xl\:w-2\.5 { + width: 0.625rem; + } + + .xl\:w-3\.5 { + width: 0.875rem; + } + .xl\:w-1\/2 { width: 50%; } @@ -120034,6 +198394,66 @@ video { width: 91.666667%; } + .xl\:w-1\/16 { + width: 6.25%; + } + + .xl\:w-2\/16 { + width: 12.5%; + } + + .xl\:w-3\/16 { + width: 18.75%; + } + + .xl\:w-4\/16 { + width: 25%; + } + + .xl\:w-5\/16 { + width: 31.25%; + } + + .xl\:w-6\/16 { + width: 37.5%; + } + + .xl\:w-7\/16 { + width: 43.75%; + } + + .xl\:w-8\/16 { + width: 50%; + } + + .xl\:w-9\/16 { + width: 56.25%; + } + + .xl\:w-10\/16 { + width: 62.5%; + } + + .xl\:w-11\/16 { + width: 68.75%; + } + + .xl\:w-12\/16 { + width: 75%; + } + + .xl\:w-13\/16 { + width: 81.25%; + } + + .xl\:w-14\/16 { + width: 87.5%; + } + + .xl\:w-15\/16 { + width: 93.75%; + } + .xl\:w-full { width: 100%; } @@ -120042,6 +198462,14 @@ video { width: 100vw; } + .xl\:w-min { + width: min-content; + } + + .xl\:w-max { + width: max-content; + } + .xl\:z-0 { z-index: 0; } @@ -120105,21 +198533,51 @@ video { gap: 1.5rem; } + .xl\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .xl\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .xl\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .xl\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .xl\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .xl\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .xl\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .xl\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .xl\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .xl\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -120135,36 +198593,306 @@ video { gap: 6rem; } + .xl\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .xl\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .xl\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .xl\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .xl\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .xl\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .xl\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .xl\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .xl\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .xl\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .xl\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .xl\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .xl\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .xl\:gap-px { grid-gap: 1px; gap: 1px; } + .xl\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .xl\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .xl\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .xl\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .xl\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .xl\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .xl\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .xl\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .xl\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .xl\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .xl\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .xl\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .xl\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .xl\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .xl\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .xl\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .xl\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .xl\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .xl\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .xl\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .xl\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .xl\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .xl\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .xl\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .xl\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .xl\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .xl\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .xl\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .xl\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .xl\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .xl\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .xl\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .xl\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .xl\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .xl\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .xl\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .xl\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .xl\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .xl\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .xl\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .xl\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .xl\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -120200,21 +198928,51 @@ video { column-gap: 1.5rem; } + .xl\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .xl\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .xl\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .xl\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .xl\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .xl\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .xl\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .xl\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .xl\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .xl\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -120230,36 +198988,306 @@ video { column-gap: 6rem; } + .xl\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .xl\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .xl\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .xl\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .xl\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .xl\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .xl\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .xl\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .xl\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .xl\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .xl\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .xl\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .xl\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .xl\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .xl\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .xl\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .xl\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .xl\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .xl\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .xl\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .xl\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .xl\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .xl\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .xl\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .xl\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .xl\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .xl\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .xl\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .xl\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .xl\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .xl\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .xl\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .xl\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .xl\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .xl\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .xl\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .xl\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .xl\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .xl\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .xl\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .xl\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .xl\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .xl\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .xl\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .xl\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .xl\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .xl\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .xl\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .xl\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .xl\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .xl\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .xl\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .xl\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .xl\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .xl\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .xl\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -120295,21 +199323,51 @@ video { row-gap: 1.5rem; } + .xl\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .xl\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .xl\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .xl\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .xl\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .xl\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .xl\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .xl\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .xl\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .xl\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -120325,36 +199383,306 @@ video { row-gap: 6rem; } + .xl\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .xl\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .xl\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .xl\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .xl\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .xl\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .xl\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .xl\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .xl\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .xl\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .xl\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .xl\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .xl\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .xl\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .xl\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .xl\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .xl\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .xl\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .xl\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .xl\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .xl\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .xl\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .xl\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .xl\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .xl\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .xl\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .xl\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .xl\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .xl\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .xl\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .xl\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .xl\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .xl\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .xl\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .xl\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .xl\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .xl\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .xl\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .xl\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .xl\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .xl\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .xl\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .xl\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .xl\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .xl\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .xl\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .xl\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .xl\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .xl\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .xl\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .xl\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .xl\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .xl\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .xl\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .xl\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .xl\:grid-flow-row { grid-auto-flow: row; } @@ -120416,7 +199744,7 @@ video { } .xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .xl\:grid-cols-none { @@ -120491,6 +199819,22 @@ video { grid-column: span 12 / span 12; } + .xl\:col-span-13 { + grid-column: span 13 / span 13; + } + + .xl\:col-span-14 { + grid-column: span 14 / span 14; + } + + .xl\:col-span-15 { + grid-column: span 15 / span 15; + } + + .xl\:col-span-16 { + grid-column: span 16 / span 16; + } + .xl\:col-span-full { grid-column: 1 / -1; } @@ -120547,6 +199891,22 @@ video { grid-column-start: 13; } + .xl\:col-start-14 { + grid-column-start: 14; + } + + .xl\:col-start-15 { + grid-column-start: 15; + } + + .xl\:col-start-16 { + grid-column-start: 16; + } + + .xl\:col-start-17 { + grid-column-start: 17; + } + .xl\:col-start-auto { grid-column-start: auto; } @@ -120603,6 +199963,22 @@ video { grid-column-end: 13; } + .xl\:col-end-14 { + grid-column-end: 14; + } + + .xl\:col-end-15 { + grid-column-end: 15; + } + + .xl\:col-end-16 { + grid-column-end: 16; + } + + .xl\:col-end-17 { + grid-column-end: 17; + } + .xl\:col-end-auto { grid-column-end: auto; } @@ -121431,18 +200807,42 @@ video { --transform-translate-x: 1.5rem; } + .xl\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .xl\:translate-x-8 { --transform-translate-x: 2rem; } + .xl\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .xl\:translate-x-10 { --transform-translate-x: 2.5rem; } + .xl\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .xl\:translate-x-12 { --transform-translate-x: 3rem; } + .xl\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .xl\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .xl\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .xl\:translate-x-16 { --transform-translate-x: 4rem; } @@ -121455,30 +200855,246 @@ video { --transform-translate-x: 6rem; } + .xl\:translate-x-28 { + --transform-translate-x: 7rem; + } + .xl\:translate-x-32 { --transform-translate-x: 8rem; } + .xl\:translate-x-36 { + --transform-translate-x: 9rem; + } + .xl\:translate-x-40 { --transform-translate-x: 10rem; } + .xl\:translate-x-44 { + --transform-translate-x: 11rem; + } + .xl\:translate-x-48 { --transform-translate-x: 12rem; } + .xl\:translate-x-52 { + --transform-translate-x: 13rem; + } + .xl\:translate-x-56 { --transform-translate-x: 14rem; } + .xl\:translate-x-60 { + --transform-translate-x: 15rem; + } + .xl\:translate-x-64 { --transform-translate-x: 16rem; } + .xl\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .xl\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .xl\:translate-x-96 { + --transform-translate-x: 24rem; + } + .xl\:translate-x-px { --transform-translate-x: 1px; } + .xl\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .xl\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .xl\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .xl\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .xl\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .xl\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .xl\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .xl\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .xl\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .xl\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .xl\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .xl\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .xl\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .xl\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .xl\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .xl\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .xl\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .xl\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .xl\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .xl\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .xl\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .xl\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .xl\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .xl\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .xl\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .xl\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .xl\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .xl\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .xl\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .xl\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .xl\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .xl\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .xl\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .xl\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .xl\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .xl\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .xl\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .xl\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .xl\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .xl\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .xl\:translate-x-full { + --transform-translate-x: 100%; + } + .xl\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -121503,18 +201119,42 @@ video { --transform-translate-x: -1.5rem; } + .xl\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .xl\:-translate-x-8 { --transform-translate-x: -2rem; } + .xl\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .xl\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .xl\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .xl\:-translate-x-12 { --transform-translate-x: -3rem; } + .xl\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .xl\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .xl\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .xl\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -121527,44 +201167,244 @@ video { --transform-translate-x: -6rem; } + .xl\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .xl\:-translate-x-32 { --transform-translate-x: -8rem; } + .xl\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .xl\:-translate-x-40 { --transform-translate-x: -10rem; } + .xl\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .xl\:-translate-x-48 { --transform-translate-x: -12rem; } + .xl\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .xl\:-translate-x-56 { --transform-translate-x: -14rem; } + .xl\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .xl\:-translate-x-64 { --transform-translate-x: -16rem; } + .xl\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .xl\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .xl\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .xl\:-translate-x-px { --transform-translate-x: -1px; } - .xl\:-translate-x-full { - --transform-translate-x: -100%; + .xl\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .xl\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .xl\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .xl\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .xl\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .xl\:translate-x-1\/2 { - --transform-translate-x: 50%; + .xl\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .xl\:translate-x-full { - --transform-translate-x: 100%; + .xl\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .xl\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .xl\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .xl\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .xl\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .xl\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .xl\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .xl\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .xl\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .xl\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .xl\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .xl\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .xl\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .xl\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .xl\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .xl\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .xl\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .xl\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .xl\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .xl\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .xl\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .xl\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .xl\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .xl\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .xl\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .xl\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .xl\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .xl\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .xl\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .xl\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .xl\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .xl\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .xl\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .xl\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .xl\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .xl\:-translate-x-full { + --transform-translate-x: -100%; } .xl\:translate-y-0 { @@ -121595,18 +201435,42 @@ video { --transform-translate-y: 1.5rem; } + .xl\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .xl\:translate-y-8 { --transform-translate-y: 2rem; } + .xl\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .xl\:translate-y-10 { --transform-translate-y: 2.5rem; } + .xl\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .xl\:translate-y-12 { --transform-translate-y: 3rem; } + .xl\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .xl\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .xl\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .xl\:translate-y-16 { --transform-translate-y: 4rem; } @@ -121619,30 +201483,246 @@ video { --transform-translate-y: 6rem; } + .xl\:translate-y-28 { + --transform-translate-y: 7rem; + } + .xl\:translate-y-32 { --transform-translate-y: 8rem; } + .xl\:translate-y-36 { + --transform-translate-y: 9rem; + } + .xl\:translate-y-40 { --transform-translate-y: 10rem; } + .xl\:translate-y-44 { + --transform-translate-y: 11rem; + } + .xl\:translate-y-48 { --transform-translate-y: 12rem; } + .xl\:translate-y-52 { + --transform-translate-y: 13rem; + } + .xl\:translate-y-56 { --transform-translate-y: 14rem; } + .xl\:translate-y-60 { + --transform-translate-y: 15rem; + } + .xl\:translate-y-64 { --transform-translate-y: 16rem; } + .xl\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .xl\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .xl\:translate-y-96 { + --transform-translate-y: 24rem; + } + .xl\:translate-y-px { --transform-translate-y: 1px; } + .xl\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .xl\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .xl\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .xl\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .xl\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .xl\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .xl\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .xl\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .xl\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .xl\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .xl\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .xl\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .xl\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .xl\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .xl\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .xl\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .xl\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .xl\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .xl\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .xl\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .xl\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .xl\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .xl\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .xl\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .xl\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .xl\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .xl\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .xl\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .xl\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .xl\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .xl\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .xl\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .xl\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .xl\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .xl\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .xl\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .xl\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .xl\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .xl\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .xl\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .xl\:translate-y-full { + --transform-translate-y: 100%; + } + .xl\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -121667,18 +201747,42 @@ video { --transform-translate-y: -1.5rem; } + .xl\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .xl\:-translate-y-8 { --transform-translate-y: -2rem; } + .xl\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .xl\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .xl\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .xl\:-translate-y-12 { --transform-translate-y: -3rem; } + .xl\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .xl\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .xl\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .xl\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -121691,44 +201795,244 @@ video { --transform-translate-y: -6rem; } + .xl\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .xl\:-translate-y-32 { --transform-translate-y: -8rem; } + .xl\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .xl\:-translate-y-40 { --transform-translate-y: -10rem; } + .xl\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .xl\:-translate-y-48 { --transform-translate-y: -12rem; } + .xl\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .xl\:-translate-y-56 { --transform-translate-y: -14rem; } + .xl\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .xl\:-translate-y-64 { --transform-translate-y: -16rem; } + .xl\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .xl\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .xl\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .xl\:-translate-y-px { --transform-translate-y: -1px; } - .xl\:-translate-y-full { - --transform-translate-y: -100%; + .xl\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .xl\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .xl\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .xl\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .xl\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .xl\:translate-y-1\/2 { - --transform-translate-y: 50%; + .xl\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .xl\:translate-y-full { - --transform-translate-y: 100%; + .xl\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .xl\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .xl\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .xl\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .xl\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .xl\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .xl\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .xl\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .xl\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .xl\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .xl\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .xl\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .xl\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .xl\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .xl\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .xl\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .xl\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .xl\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .xl\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .xl\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .xl\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .xl\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .xl\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .xl\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .xl\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .xl\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .xl\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .xl\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .xl\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .xl\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .xl\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .xl\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .xl\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .xl\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .xl\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .xl\:-translate-y-full { + --transform-translate-y: -100%; } .xl\:hover\:translate-x-0:hover { @@ -121759,18 +202063,42 @@ video { --transform-translate-x: 1.5rem; } + .xl\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .xl\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .xl\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .xl\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .xl\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .xl\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .xl\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .xl\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .xl\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .xl\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -121783,30 +202111,246 @@ video { --transform-translate-x: 6rem; } + .xl\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .xl\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .xl\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .xl\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .xl\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .xl\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .xl\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .xl\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .xl\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .xl\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .xl\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .xl\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .xl\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .xl\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .xl\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .xl\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .xl\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .xl\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .xl\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .xl\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .xl\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .xl\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .xl\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .xl\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .xl\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .xl\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .xl\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .xl\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .xl\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .xl\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .xl\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .xl\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .xl\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .xl\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .xl\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .xl\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .xl\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .xl\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .xl\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .xl\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .xl\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .xl\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .xl\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .xl\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .xl\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .xl\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .xl\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .xl\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .xl\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .xl\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .xl\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .xl\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .xl\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .xl\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .xl\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .xl\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -121831,18 +202375,42 @@ video { --transform-translate-x: -1.5rem; } + .xl\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .xl\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .xl\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .xl\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .xl\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .xl\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .xl\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .xl\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .xl\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .xl\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -121855,44 +202423,244 @@ video { --transform-translate-x: -6rem; } + .xl\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .xl\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .xl\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .xl\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .xl\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .xl\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .xl\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .xl\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .xl\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .xl\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .xl\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .xl\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .xl\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .xl\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .xl\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .xl\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .xl\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .xl\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .xl\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .xl\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .xl\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .xl\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .xl\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .xl\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .xl\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .xl\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .xl\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .xl\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .xl\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .xl\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .xl\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .xl\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .xl\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .xl\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .xl\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .xl\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .xl\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .xl\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .xl\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .xl\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .xl\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .xl\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .xl\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .xl\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .xl\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .xl\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .xl\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .xl\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .xl\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .xl\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .xl\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .xl\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .xl\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .xl\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .xl\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .xl\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .xl\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .xl\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .xl\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .xl\:hover\:translate-y-0:hover { @@ -121923,18 +202691,42 @@ video { --transform-translate-y: 1.5rem; } + .xl\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .xl\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .xl\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .xl\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .xl\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .xl\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .xl\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .xl\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .xl\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .xl\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -121947,30 +202739,246 @@ video { --transform-translate-y: 6rem; } + .xl\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .xl\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .xl\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .xl\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .xl\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .xl\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .xl\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .xl\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .xl\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .xl\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .xl\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .xl\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .xl\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .xl\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .xl\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .xl\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .xl\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .xl\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .xl\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .xl\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .xl\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .xl\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .xl\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .xl\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .xl\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .xl\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .xl\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .xl\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .xl\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .xl\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .xl\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .xl\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .xl\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .xl\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .xl\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .xl\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .xl\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .xl\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .xl\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .xl\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .xl\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .xl\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .xl\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .xl\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .xl\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .xl\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .xl\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .xl\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .xl\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .xl\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .xl\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .xl\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .xl\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .xl\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .xl\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .xl\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -121995,18 +203003,42 @@ video { --transform-translate-y: -1.5rem; } + .xl\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .xl\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .xl\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .xl\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .xl\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .xl\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .xl\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .xl\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .xl\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .xl\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -122019,44 +203051,244 @@ video { --transform-translate-y: -6rem; } + .xl\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .xl\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .xl\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .xl\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .xl\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .xl\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .xl\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .xl\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .xl\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .xl\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .xl\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .xl\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .xl\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .xl\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .xl\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .xl\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .xl\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .xl\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .xl\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .xl\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .xl\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .xl\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .xl\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .xl\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .xl\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .xl\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .xl\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .xl\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .xl\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .xl\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .xl\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .xl\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .xl\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .xl\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .xl\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .xl\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .xl\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .xl\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .xl\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .xl\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .xl\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .xl\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .xl\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .xl\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .xl\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .xl\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .xl\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .xl\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .xl\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .xl\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .xl\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .xl\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .xl\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .xl\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .xl\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .xl\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .xl\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .xl\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .xl\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .xl\:focus\:translate-x-0:focus { @@ -122087,18 +203319,42 @@ video { --transform-translate-x: 1.5rem; } + .xl\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .xl\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .xl\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .xl\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .xl\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .xl\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .xl\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .xl\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .xl\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .xl\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -122111,30 +203367,246 @@ video { --transform-translate-x: 6rem; } + .xl\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .xl\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .xl\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .xl\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .xl\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .xl\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .xl\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .xl\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .xl\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .xl\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .xl\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .xl\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .xl\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .xl\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .xl\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .xl\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .xl\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .xl\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .xl\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .xl\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .xl\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .xl\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .xl\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .xl\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .xl\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .xl\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .xl\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .xl\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .xl\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .xl\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .xl\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .xl\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .xl\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .xl\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .xl\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .xl\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .xl\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .xl\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .xl\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .xl\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .xl\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .xl\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .xl\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .xl\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .xl\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .xl\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .xl\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .xl\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .xl\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .xl\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .xl\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .xl\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .xl\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .xl\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .xl\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .xl\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -122159,18 +203631,42 @@ video { --transform-translate-x: -1.5rem; } + .xl\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .xl\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .xl\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .xl\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .xl\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .xl\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .xl\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .xl\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .xl\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .xl\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -122183,44 +203679,244 @@ video { --transform-translate-x: -6rem; } + .xl\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .xl\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .xl\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .xl\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .xl\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .xl\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .xl\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .xl\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .xl\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .xl\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .xl\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .xl\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .xl\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .xl\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .xl\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .xl\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .xl\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .xl\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .xl\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .xl\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .xl\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .xl\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .xl\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .xl\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .xl\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .xl\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .xl\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .xl\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .xl\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .xl\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .xl\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .xl\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .xl\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .xl\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .xl\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .xl\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .xl\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .xl\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .xl\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .xl\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .xl\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .xl\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .xl\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .xl\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .xl\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .xl\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .xl\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .xl\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .xl\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .xl\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .xl\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .xl\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .xl\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .xl\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .xl\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .xl\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .xl\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .xl\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .xl\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .xl\:focus\:translate-y-0:focus { @@ -122251,18 +203947,42 @@ video { --transform-translate-y: 1.5rem; } + .xl\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .xl\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .xl\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .xl\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .xl\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .xl\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .xl\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .xl\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .xl\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .xl\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -122275,30 +203995,246 @@ video { --transform-translate-y: 6rem; } + .xl\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .xl\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .xl\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .xl\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .xl\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .xl\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .xl\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .xl\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .xl\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .xl\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .xl\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .xl\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .xl\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .xl\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .xl\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .xl\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .xl\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .xl\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .xl\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .xl\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .xl\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .xl\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .xl\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .xl\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .xl\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .xl\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .xl\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .xl\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .xl\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .xl\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .xl\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .xl\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .xl\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .xl\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .xl\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .xl\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .xl\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .xl\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .xl\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .xl\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .xl\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .xl\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .xl\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .xl\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .xl\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .xl\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .xl\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .xl\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .xl\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .xl\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .xl\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .xl\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .xl\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .xl\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .xl\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .xl\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -122323,18 +204259,42 @@ video { --transform-translate-y: -1.5rem; } + .xl\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .xl\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .xl\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .xl\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .xl\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .xl\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .xl\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .xl\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .xl\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .xl\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -122347,44 +204307,244 @@ video { --transform-translate-y: -6rem; } + .xl\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .xl\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .xl\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .xl\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .xl\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .xl\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .xl\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .xl\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .xl\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .xl\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .xl\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .xl\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .xl\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .xl\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .xl\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .xl\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .xl\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .xl\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .xl\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .xl\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .xl\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .xl\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .xl\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .xl\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .xl\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .xl\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .xl\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .xl\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .xl\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .xl\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .xl\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .xl\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .xl\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .xl\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .xl\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .xl\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .xl\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .xl\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .xl\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .xl\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .xl\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .xl\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .xl\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .xl\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .xl\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .xl\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .xl\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .xl\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .xl\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .xl\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .xl\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .xl\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .xl\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .xl\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .xl\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .xl\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .xl\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .xl\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .xl\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .xl\:skew-x-0 { diff --git a/__tests__/fixtures/tailwind-output.css b/__tests__/fixtures/tailwind-output.css index d7b5c4789..cf10bcbc0 100644 --- a/__tests__/fixtures/tailwind-output.css +++ b/__tests__/fixtures/tailwind-output.css @@ -638,6 +638,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } +.space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); +} + +.space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); +} + .space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -650,6 +662,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } +.space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); +} + +.space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); +} + .space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -662,6 +686,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } +.space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); +} + +.space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); +} + .space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -674,6 +710,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } +.space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); +} + +.space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); +} + +.space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); +} + +.space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); +} + .space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -710,6 +782,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } +.space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); +} + +.space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); +} + .space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -722,6 +806,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } +.space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); +} + +.space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); +} + .space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -734,6 +830,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } +.space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); +} + +.space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); +} + .space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -746,6 +854,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } +.space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); +} + +.space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); +} + .space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -758,6 +878,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } +.space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); +} + +.space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); +} + .space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -770,6 +902,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } +.space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); +} + +.space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); +} + +.space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); +} + +.space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); +} + .space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -782,6 +950,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } +.space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); +} + +.space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); +} + +.space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); +} + +.space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); +} + +.space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); +} + +.space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); +} + +.space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); +} + +.space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); +} + +.space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); +} + +.space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); +} + +.space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); +} + +.space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); +} + +.space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); +} + +.space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); +} + +.space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); +} + +.space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); +} + +.space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); +} + +.space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); +} + +.space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); +} + +.space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); +} + +.space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); +} + +.space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); +} + +.space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); +} + +.space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); +} + +.space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); +} + +.space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); +} + +.space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); +} + +.space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); +} + +.space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); +} + +.space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); +} + +.space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); +} + +.space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); +} + +.space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); +} + +.space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); +} + +.space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); +} + +.space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); +} + +.space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); +} + +.space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); +} + +.space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); +} + +.space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); +} + +.space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); +} + +.space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); +} + +.space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); +} + +.space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); +} + +.space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); +} + +.space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); +} + +.space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); +} + +.space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); +} + +.space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); +} + .-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -854,6 +1574,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } +.-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); +} + +.-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -866,6 +1598,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } +.-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); +} + +.-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -878,6 +1622,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } +.-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); +} + +.-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -890,6 +1646,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } +.-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); +} + +.-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); +} + +.-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); +} + +.-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -926,6 +1718,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } +.-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); +} + +.-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -938,6 +1742,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } +.-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); +} + +.-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -950,6 +1766,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } +.-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); +} + +.-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -962,6 +1790,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } +.-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); +} + +.-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -974,6 +1814,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } +.-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); +} + +.-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -986,6 +1838,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } +.-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); +} + +.-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); +} + +.-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); +} + +.-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); +} + .-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -998,6 +1886,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } +.-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); +} + +.-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); +} + +.-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); +} + +.-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); +} + +.-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); +} + +.-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); +} + +.-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); +} + +.-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); +} + +.-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); +} + +.-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); +} + +.-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); +} + +.-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); +} + +.-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); +} + +.-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); +} + +.-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); +} + +.-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); +} + +.-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); +} + +.-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); +} + +.-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); +} + +.-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); +} + +.-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); +} + +.-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); +} + +.-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); +} + +.-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); +} + +.-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); +} + +.-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); +} + +.-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); +} + +.-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); +} + +.-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); +} + +.-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); +} + +.-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); +} + +.-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); +} + +.-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); +} + +.-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); +} + +.-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); +} + +.-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); +} + +.-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); +} + +.-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); +} + +.-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); +} + +.-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); +} + +.-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); +} + +.-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); +} + +.-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); +} + +.-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); +} + .space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -16974,18 +18414,42 @@ video { height: 1.5rem; } +.h-7 { + height: 1.75rem; +} + .h-8 { height: 2rem; } +.h-9 { + height: 2.25rem; +} + .h-10 { height: 2.5rem; } +.h-11 { + height: 2.75rem; +} + .h-12 { height: 3rem; } +.h-13 { + height: 3.25rem; +} + +.h-14 { + height: 3.5rem; +} + +.h-15 { + height: 3.75rem; +} + .h-16 { height: 4rem; } @@ -16998,26 +18462,58 @@ video { height: 6rem; } +.h-28 { + height: 7rem; +} + .h-32 { height: 8rem; } +.h-36 { + height: 9rem; +} + .h-40 { height: 10rem; } +.h-44 { + height: 11rem; +} + .h-48 { height: 12rem; } +.h-52 { + height: 13rem; +} + .h-56 { height: 14rem; } +.h-60 { + height: 15rem; +} + .h-64 { height: 16rem; } +.h-72 { + height: 18rem; +} + +.h-80 { + height: 20rem; +} + +.h-96 { + height: 24rem; +} + .h-auto { height: auto; } @@ -17026,6 +18522,186 @@ video { height: 1px; } +.h-0\.5 { + height: 0.125rem; +} + +.h-1\.5 { + height: 0.375rem; +} + +.h-2\.5 { + height: 0.625rem; +} + +.h-3\.5 { + height: 0.875rem; +} + +.h-1\/2 { + height: 50%; +} + +.h-1\/3 { + height: 33.333333%; +} + +.h-2\/3 { + height: 66.666667%; +} + +.h-1\/4 { + height: 25%; +} + +.h-2\/4 { + height: 50%; +} + +.h-3\/4 { + height: 75%; +} + +.h-1\/5 { + height: 20%; +} + +.h-2\/5 { + height: 40%; +} + +.h-3\/5 { + height: 60%; +} + +.h-4\/5 { + height: 80%; +} + +.h-1\/6 { + height: 16.666667%; +} + +.h-2\/6 { + height: 33.333333%; +} + +.h-3\/6 { + height: 50%; +} + +.h-4\/6 { + height: 66.666667%; +} + +.h-5\/6 { + height: 83.333333%; +} + +.h-1\/12 { + height: 8.333333%; +} + +.h-2\/12 { + height: 16.666667%; +} + +.h-3\/12 { + height: 25%; +} + +.h-4\/12 { + height: 33.333333%; +} + +.h-5\/12 { + height: 41.666667%; +} + +.h-6\/12 { + height: 50%; +} + +.h-7\/12 { + height: 58.333333%; +} + +.h-8\/12 { + height: 66.666667%; +} + +.h-9\/12 { + height: 75%; +} + +.h-10\/12 { + height: 83.333333%; +} + +.h-11\/12 { + height: 91.666667%; +} + +.h-1\/16 { + height: 6.25%; +} + +.h-2\/16 { + height: 12.5%; +} + +.h-3\/16 { + height: 18.75%; +} + +.h-4\/16 { + height: 25%; +} + +.h-5\/16 { + height: 31.25%; +} + +.h-6\/16 { + height: 37.5%; +} + +.h-7\/16 { + height: 43.75%; +} + +.h-8\/16 { + height: 50%; +} + +.h-9\/16 { + height: 56.25%; +} + +.h-10\/16 { + height: 62.5%; +} + +.h-11\/16 { + height: 68.75%; +} + +.h-12\/16 { + height: 75%; +} + +.h-13\/16 { + height: 81.25%; +} + +.h-14\/16 { + height: 87.5%; +} + +.h-15\/16 { + height: 93.75%; +} + .h-full { height: 100%; } @@ -17188,18 +18864,42 @@ video { margin: 1.5rem; } +.m-7 { + margin: 1.75rem; +} + .m-8 { margin: 2rem; } +.m-9 { + margin: 2.25rem; +} + .m-10 { margin: 2.5rem; } +.m-11 { + margin: 2.75rem; +} + .m-12 { margin: 3rem; } +.m-13 { + margin: 3.25rem; +} + +.m-14 { + margin: 3.5rem; +} + +.m-15 { + margin: 3.75rem; +} + .m-16 { margin: 4rem; } @@ -17212,26 +18912,58 @@ video { margin: 6rem; } +.m-28 { + margin: 7rem; +} + .m-32 { margin: 8rem; } +.m-36 { + margin: 9rem; +} + .m-40 { margin: 10rem; } +.m-44 { + margin: 11rem; +} + .m-48 { margin: 12rem; } +.m-52 { + margin: 13rem; +} + .m-56 { margin: 14rem; } +.m-60 { + margin: 15rem; +} + .m-64 { margin: 16rem; } +.m-72 { + margin: 18rem; +} + +.m-80 { + margin: 20rem; +} + +.m-96 { + margin: 24rem; +} + .m-auto { margin: auto; } @@ -17240,6 +18972,190 @@ video { margin: 1px; } +.m-0\.5 { + margin: 0.125rem; +} + +.m-1\.5 { + margin: 0.375rem; +} + +.m-2\.5 { + margin: 0.625rem; +} + +.m-3\.5 { + margin: 0.875rem; +} + +.m-1\/2 { + margin: 50%; +} + +.m-1\/3 { + margin: 33.333333%; +} + +.m-2\/3 { + margin: 66.666667%; +} + +.m-1\/4 { + margin: 25%; +} + +.m-2\/4 { + margin: 50%; +} + +.m-3\/4 { + margin: 75%; +} + +.m-1\/5 { + margin: 20%; +} + +.m-2\/5 { + margin: 40%; +} + +.m-3\/5 { + margin: 60%; +} + +.m-4\/5 { + margin: 80%; +} + +.m-1\/6 { + margin: 16.666667%; +} + +.m-2\/6 { + margin: 33.333333%; +} + +.m-3\/6 { + margin: 50%; +} + +.m-4\/6 { + margin: 66.666667%; +} + +.m-5\/6 { + margin: 83.333333%; +} + +.m-1\/12 { + margin: 8.333333%; +} + +.m-2\/12 { + margin: 16.666667%; +} + +.m-3\/12 { + margin: 25%; +} + +.m-4\/12 { + margin: 33.333333%; +} + +.m-5\/12 { + margin: 41.666667%; +} + +.m-6\/12 { + margin: 50%; +} + +.m-7\/12 { + margin: 58.333333%; +} + +.m-8\/12 { + margin: 66.666667%; +} + +.m-9\/12 { + margin: 75%; +} + +.m-10\/12 { + margin: 83.333333%; +} + +.m-11\/12 { + margin: 91.666667%; +} + +.m-1\/16 { + margin: 6.25%; +} + +.m-2\/16 { + margin: 12.5%; +} + +.m-3\/16 { + margin: 18.75%; +} + +.m-4\/16 { + margin: 25%; +} + +.m-5\/16 { + margin: 31.25%; +} + +.m-6\/16 { + margin: 37.5%; +} + +.m-7\/16 { + margin: 43.75%; +} + +.m-8\/16 { + margin: 50%; +} + +.m-9\/16 { + margin: 56.25%; +} + +.m-10\/16 { + margin: 62.5%; +} + +.m-11\/16 { + margin: 68.75%; +} + +.m-12\/16 { + margin: 75%; +} + +.m-13\/16 { + margin: 81.25%; +} + +.m-14\/16 { + margin: 87.5%; +} + +.m-15\/16 { + margin: 93.75%; +} + +.m-full { + margin: 100%; +} + .-m-1 { margin: -0.25rem; } @@ -17264,18 +19180,42 @@ video { margin: -1.5rem; } +.-m-7 { + margin: -1.75rem; +} + .-m-8 { margin: -2rem; } +.-m-9 { + margin: -2.25rem; +} + .-m-10 { margin: -2.5rem; } +.-m-11 { + margin: -2.75rem; +} + .-m-12 { margin: -3rem; } +.-m-13 { + margin: -3.25rem; +} + +.-m-14 { + margin: -3.5rem; +} + +.-m-15 { + margin: -3.75rem; +} + .-m-16 { margin: -4rem; } @@ -17288,30 +19228,246 @@ video { margin: -6rem; } +.-m-28 { + margin: -7rem; +} + .-m-32 { margin: -8rem; } +.-m-36 { + margin: -9rem; +} + .-m-40 { margin: -10rem; } +.-m-44 { + margin: -11rem; +} + .-m-48 { margin: -12rem; } +.-m-52 { + margin: -13rem; +} + .-m-56 { margin: -14rem; } +.-m-60 { + margin: -15rem; +} + .-m-64 { margin: -16rem; } +.-m-72 { + margin: -18rem; +} + +.-m-80 { + margin: -20rem; +} + +.-m-96 { + margin: -24rem; +} + .-m-px { margin: -1px; } +.-m-0\.5 { + margin: -0.125rem; +} + +.-m-1\.5 { + margin: -0.375rem; +} + +.-m-2\.5 { + margin: -0.625rem; +} + +.-m-3\.5 { + margin: -0.875rem; +} + +.-m-1\/2 { + margin: -50%; +} + +.-m-1\/3 { + margin: -33.33333%; +} + +.-m-2\/3 { + margin: -66.66667%; +} + +.-m-1\/4 { + margin: -25%; +} + +.-m-2\/4 { + margin: -50%; +} + +.-m-3\/4 { + margin: -75%; +} + +.-m-1\/5 { + margin: -20%; +} + +.-m-2\/5 { + margin: -40%; +} + +.-m-3\/5 { + margin: -60%; +} + +.-m-4\/5 { + margin: -80%; +} + +.-m-1\/6 { + margin: -16.66667%; +} + +.-m-2\/6 { + margin: -33.33333%; +} + +.-m-3\/6 { + margin: -50%; +} + +.-m-4\/6 { + margin: -66.66667%; +} + +.-m-5\/6 { + margin: -83.33333%; +} + +.-m-1\/12 { + margin: -8.33333%; +} + +.-m-2\/12 { + margin: -16.66667%; +} + +.-m-3\/12 { + margin: -25%; +} + +.-m-4\/12 { + margin: -33.33333%; +} + +.-m-5\/12 { + margin: -41.66667%; +} + +.-m-6\/12 { + margin: -50%; +} + +.-m-7\/12 { + margin: -58.33333%; +} + +.-m-8\/12 { + margin: -66.66667%; +} + +.-m-9\/12 { + margin: -75%; +} + +.-m-10\/12 { + margin: -83.33333%; +} + +.-m-11\/12 { + margin: -91.66667%; +} + +.-m-1\/16 { + margin: -6.25%; +} + +.-m-2\/16 { + margin: -12.5%; +} + +.-m-3\/16 { + margin: -18.75%; +} + +.-m-4\/16 { + margin: -25%; +} + +.-m-5\/16 { + margin: -31.25%; +} + +.-m-6\/16 { + margin: -37.5%; +} + +.-m-7\/16 { + margin: -43.75%; +} + +.-m-8\/16 { + margin: -50%; +} + +.-m-9\/16 { + margin: -56.25%; +} + +.-m-10\/16 { + margin: -62.5%; +} + +.-m-11\/16 { + margin: -68.75%; +} + +.-m-12\/16 { + margin: -75%; +} + +.-m-13\/16 { + margin: -81.25%; +} + +.-m-14\/16 { + margin: -87.5%; +} + +.-m-15\/16 { + margin: -93.75%; +} + +.-m-full { + margin: -100%; +} + .my-0 { margin-top: 0; margin-bottom: 0; @@ -17382,6 +19538,16 @@ video { margin-right: 1.5rem; } +.my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; +} + +.mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; +} + .my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -17392,6 +19558,16 @@ video { margin-right: 2rem; } +.my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; +} + +.mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; +} + .my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -17402,6 +19578,16 @@ video { margin-right: 2.5rem; } +.my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; +} + +.mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; +} + .my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -17412,6 +19598,36 @@ video { margin-right: 3rem; } +.my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; +} + +.mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; +} + +.my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; +} + +.mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; +} + +.my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; +} + +.mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; +} + .my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -17442,6 +19658,16 @@ video { margin-right: 6rem; } +.my-28 { + margin-top: 7rem; + margin-bottom: 7rem; +} + +.mx-28 { + margin-left: 7rem; + margin-right: 7rem; +} + .my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -17452,6 +19678,16 @@ video { margin-right: 8rem; } +.my-36 { + margin-top: 9rem; + margin-bottom: 9rem; +} + +.mx-36 { + margin-left: 9rem; + margin-right: 9rem; +} + .my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -17462,6 +19698,16 @@ video { margin-right: 10rem; } +.my-44 { + margin-top: 11rem; + margin-bottom: 11rem; +} + +.mx-44 { + margin-left: 11rem; + margin-right: 11rem; +} + .my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -17472,6 +19718,16 @@ video { margin-right: 12rem; } +.my-52 { + margin-top: 13rem; + margin-bottom: 13rem; +} + +.mx-52 { + margin-left: 13rem; + margin-right: 13rem; +} + .my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -17482,6 +19738,16 @@ video { margin-right: 14rem; } +.my-60 { + margin-top: 15rem; + margin-bottom: 15rem; +} + +.mx-60 { + margin-left: 15rem; + margin-right: 15rem; +} + .my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -17492,6 +19758,36 @@ video { margin-right: 16rem; } +.my-72 { + margin-top: 18rem; + margin-bottom: 18rem; +} + +.mx-72 { + margin-left: 18rem; + margin-right: 18rem; +} + +.my-80 { + margin-top: 20rem; + margin-bottom: 20rem; +} + +.mx-80 { + margin-left: 20rem; + margin-right: 20rem; +} + +.my-96 { + margin-top: 24rem; + margin-bottom: 24rem; +} + +.mx-96 { + margin-left: 24rem; + margin-right: 24rem; +} + .my-auto { margin-top: auto; margin-bottom: auto; @@ -17512,6 +19808,466 @@ video { margin-right: 1px; } +.my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; +} + +.mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; +} + +.my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; +} + +.mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; +} + +.my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; +} + +.mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; +} + +.my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; +} + +.mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; +} + +.my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-1\/2 { + margin-left: 50%; + margin-right: 50%; +} + +.my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; +} + +.mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; +} + +.my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; +} + +.mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; +} + +.my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; +} + +.mx-1\/4 { + margin-left: 25%; + margin-right: 25%; +} + +.my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-2\/4 { + margin-left: 50%; + margin-right: 50%; +} + +.my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; +} + +.mx-3\/4 { + margin-left: 75%; + margin-right: 75%; +} + +.my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; +} + +.mx-1\/5 { + margin-left: 20%; + margin-right: 20%; +} + +.my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; +} + +.mx-2\/5 { + margin-left: 40%; + margin-right: 40%; +} + +.my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; +} + +.mx-3\/5 { + margin-left: 60%; + margin-right: 60%; +} + +.my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; +} + +.mx-4\/5 { + margin-left: 80%; + margin-right: 80%; +} + +.my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; +} + +.mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; +} + +.my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; +} + +.mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; +} + +.my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-3\/6 { + margin-left: 50%; + margin-right: 50%; +} + +.my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; +} + +.mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; +} + +.my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; +} + +.mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; +} + +.my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; +} + +.mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; +} + +.my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; +} + +.mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; +} + +.my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; +} + +.mx-3\/12 { + margin-left: 25%; + margin-right: 25%; +} + +.my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; +} + +.mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; +} + +.my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; +} + +.mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; +} + +.my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-6\/12 { + margin-left: 50%; + margin-right: 50%; +} + +.my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; +} + +.mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; +} + +.my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; +} + +.mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; +} + +.my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; +} + +.mx-9\/12 { + margin-left: 75%; + margin-right: 75%; +} + +.my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; +} + +.mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; +} + +.my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; +} + +.mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; +} + +.my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; +} + +.mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; +} + +.my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; +} + +.mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; +} + +.my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; +} + +.mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; +} + +.my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; +} + +.mx-4\/16 { + margin-left: 25%; + margin-right: 25%; +} + +.my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; +} + +.mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; +} + +.my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; +} + +.mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; +} + +.my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; +} + +.mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; +} + +.my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; +} + +.mx-8\/16 { + margin-left: 50%; + margin-right: 50%; +} + +.my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; +} + +.mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; +} + +.my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; +} + +.mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; +} + +.my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; +} + +.mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; +} + +.my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; +} + +.mx-12\/16 { + margin-left: 75%; + margin-right: 75%; +} + +.my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; +} + +.mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; +} + +.my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; +} + +.mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; +} + +.my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; +} + +.mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; +} + +.my-full { + margin-top: 100%; + margin-bottom: 100%; +} + +.mx-full { + margin-left: 100%; + margin-right: 100%; +} + .-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -17572,6 +20328,16 @@ video { margin-right: -1.5rem; } +.-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; +} + +.-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; +} + .-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -17582,6 +20348,16 @@ video { margin-right: -2rem; } +.-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; +} + +.-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; +} + .-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -17592,6 +20368,16 @@ video { margin-right: -2.5rem; } +.-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; +} + +.-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; +} + .-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -17602,6 +20388,36 @@ video { margin-right: -3rem; } +.-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; +} + +.-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; +} + +.-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; +} + +.-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; +} + +.-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; +} + +.-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; +} + .-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -17632,6 +20448,16 @@ video { margin-right: -6rem; } +.-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; +} + +.-mx-28 { + margin-left: -7rem; + margin-right: -7rem; +} + .-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -17642,6 +20468,16 @@ video { margin-right: -8rem; } +.-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; +} + +.-mx-36 { + margin-left: -9rem; + margin-right: -9rem; +} + .-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -17652,6 +20488,16 @@ video { margin-right: -10rem; } +.-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; +} + +.-mx-44 { + margin-left: -11rem; + margin-right: -11rem; +} + .-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -17662,6 +20508,16 @@ video { margin-right: -12rem; } +.-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; +} + +.-mx-52 { + margin-left: -13rem; + margin-right: -13rem; +} + .-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -17672,6 +20528,16 @@ video { margin-right: -14rem; } +.-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; +} + +.-mx-60 { + margin-left: -15rem; + margin-right: -15rem; +} + .-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -17682,6 +20548,36 @@ video { margin-right: -16rem; } +.-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; +} + +.-mx-72 { + margin-left: -18rem; + margin-right: -18rem; +} + +.-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; +} + +.-mx-80 { + margin-left: -20rem; + margin-right: -20rem; +} + +.-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; +} + +.-mx-96 { + margin-left: -24rem; + margin-right: -24rem; +} + .-my-px { margin-top: -1px; margin-bottom: -1px; @@ -17692,6 +20588,466 @@ video { margin-right: -1px; } +.-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; +} + +.-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; +} + +.-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; +} + +.-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; +} + +.-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; +} + +.-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; +} + +.-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; +} + +.-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; +} + +.-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; +} + +.-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; +} + +.-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; +} + +.-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; +} + +.-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; +} + +.-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; +} + +.-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; +} + +.-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; +} + +.-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; +} + +.-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; +} + +.-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; +} + +.-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; +} + +.-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; +} + +.-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; +} + +.-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; +} + +.-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; +} + +.-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; +} + +.-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; +} + +.-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; +} + +.-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; +} + +.-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; +} + +.-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; +} + +.-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; +} + +.-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; +} + +.-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; +} + +.-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; +} + +.-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; +} + +.-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; +} + +.-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; +} + +.-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; +} + +.-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; +} + +.-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; +} + +.-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; +} + +.-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; +} + +.-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; +} + +.-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; +} + +.-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; +} + +.-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; +} + +.-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; +} + +.-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; +} + +.-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; +} + +.-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; +} + +.-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; +} + +.-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; +} + +.-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; +} + +.-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; +} + +.-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; +} + +.-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; +} + +.-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; +} + +.-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; +} + +.-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; +} + +.-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; +} + +.-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; +} + +.-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; +} + +.-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; +} + +.-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; +} + +.-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; +} + +.-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; +} + +.-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; +} + +.-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; +} + +.-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; +} + +.-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; +} + +.-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; +} + +.-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; +} + +.-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; +} + +.-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; +} + +.-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; +} + +.-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; +} + +.-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; +} + +.-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; +} + +.-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; +} + +.-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; +} + +.-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; +} + +.-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; +} + +.-my-full { + margin-top: -100%; + margin-bottom: -100%; +} + +.-mx-full { + margin-left: -100%; + margin-right: -100%; +} + .mt-0 { margin-top: 0; } @@ -17804,6 +21160,22 @@ video { margin-left: 1.5rem; } +.mt-7 { + margin-top: 1.75rem; +} + +.mr-7 { + margin-right: 1.75rem; +} + +.mb-7 { + margin-bottom: 1.75rem; +} + +.ml-7 { + margin-left: 1.75rem; +} + .mt-8 { margin-top: 2rem; } @@ -17820,6 +21192,22 @@ video { margin-left: 2rem; } +.mt-9 { + margin-top: 2.25rem; +} + +.mr-9 { + margin-right: 2.25rem; +} + +.mb-9 { + margin-bottom: 2.25rem; +} + +.ml-9 { + margin-left: 2.25rem; +} + .mt-10 { margin-top: 2.5rem; } @@ -17836,6 +21224,22 @@ video { margin-left: 2.5rem; } +.mt-11 { + margin-top: 2.75rem; +} + +.mr-11 { + margin-right: 2.75rem; +} + +.mb-11 { + margin-bottom: 2.75rem; +} + +.ml-11 { + margin-left: 2.75rem; +} + .mt-12 { margin-top: 3rem; } @@ -17852,6 +21256,54 @@ video { margin-left: 3rem; } +.mt-13 { + margin-top: 3.25rem; +} + +.mr-13 { + margin-right: 3.25rem; +} + +.mb-13 { + margin-bottom: 3.25rem; +} + +.ml-13 { + margin-left: 3.25rem; +} + +.mt-14 { + margin-top: 3.5rem; +} + +.mr-14 { + margin-right: 3.5rem; +} + +.mb-14 { + margin-bottom: 3.5rem; +} + +.ml-14 { + margin-left: 3.5rem; +} + +.mt-15 { + margin-top: 3.75rem; +} + +.mr-15 { + margin-right: 3.75rem; +} + +.mb-15 { + margin-bottom: 3.75rem; +} + +.ml-15 { + margin-left: 3.75rem; +} + .mt-16 { margin-top: 4rem; } @@ -17900,6 +21352,22 @@ video { margin-left: 6rem; } +.mt-28 { + margin-top: 7rem; +} + +.mr-28 { + margin-right: 7rem; +} + +.mb-28 { + margin-bottom: 7rem; +} + +.ml-28 { + margin-left: 7rem; +} + .mt-32 { margin-top: 8rem; } @@ -17916,6 +21384,22 @@ video { margin-left: 8rem; } +.mt-36 { + margin-top: 9rem; +} + +.mr-36 { + margin-right: 9rem; +} + +.mb-36 { + margin-bottom: 9rem; +} + +.ml-36 { + margin-left: 9rem; +} + .mt-40 { margin-top: 10rem; } @@ -17932,6 +21416,22 @@ video { margin-left: 10rem; } +.mt-44 { + margin-top: 11rem; +} + +.mr-44 { + margin-right: 11rem; +} + +.mb-44 { + margin-bottom: 11rem; +} + +.ml-44 { + margin-left: 11rem; +} + .mt-48 { margin-top: 12rem; } @@ -17948,6 +21448,22 @@ video { margin-left: 12rem; } +.mt-52 { + margin-top: 13rem; +} + +.mr-52 { + margin-right: 13rem; +} + +.mb-52 { + margin-bottom: 13rem; +} + +.ml-52 { + margin-left: 13rem; +} + .mt-56 { margin-top: 14rem; } @@ -17964,6 +21480,22 @@ video { margin-left: 14rem; } +.mt-60 { + margin-top: 15rem; +} + +.mr-60 { + margin-right: 15rem; +} + +.mb-60 { + margin-bottom: 15rem; +} + +.ml-60 { + margin-left: 15rem; +} + .mt-64 { margin-top: 16rem; } @@ -17980,6 +21512,54 @@ video { margin-left: 16rem; } +.mt-72 { + margin-top: 18rem; +} + +.mr-72 { + margin-right: 18rem; +} + +.mb-72 { + margin-bottom: 18rem; +} + +.ml-72 { + margin-left: 18rem; +} + +.mt-80 { + margin-top: 20rem; +} + +.mr-80 { + margin-right: 20rem; +} + +.mb-80 { + margin-bottom: 20rem; +} + +.ml-80 { + margin-left: 20rem; +} + +.mt-96 { + margin-top: 24rem; +} + +.mr-96 { + margin-right: 24rem; +} + +.mb-96 { + margin-bottom: 24rem; +} + +.ml-96 { + margin-left: 24rem; +} + .mt-auto { margin-top: auto; } @@ -18012,6 +21592,742 @@ video { margin-left: 1px; } +.mt-0\.5 { + margin-top: 0.125rem; +} + +.mr-0\.5 { + margin-right: 0.125rem; +} + +.mb-0\.5 { + margin-bottom: 0.125rem; +} + +.ml-0\.5 { + margin-left: 0.125rem; +} + +.mt-1\.5 { + margin-top: 0.375rem; +} + +.mr-1\.5 { + margin-right: 0.375rem; +} + +.mb-1\.5 { + margin-bottom: 0.375rem; +} + +.ml-1\.5 { + margin-left: 0.375rem; +} + +.mt-2\.5 { + margin-top: 0.625rem; +} + +.mr-2\.5 { + margin-right: 0.625rem; +} + +.mb-2\.5 { + margin-bottom: 0.625rem; +} + +.ml-2\.5 { + margin-left: 0.625rem; +} + +.mt-3\.5 { + margin-top: 0.875rem; +} + +.mr-3\.5 { + margin-right: 0.875rem; +} + +.mb-3\.5 { + margin-bottom: 0.875rem; +} + +.ml-3\.5 { + margin-left: 0.875rem; +} + +.mt-1\/2 { + margin-top: 50%; +} + +.mr-1\/2 { + margin-right: 50%; +} + +.mb-1\/2 { + margin-bottom: 50%; +} + +.ml-1\/2 { + margin-left: 50%; +} + +.mt-1\/3 { + margin-top: 33.333333%; +} + +.mr-1\/3 { + margin-right: 33.333333%; +} + +.mb-1\/3 { + margin-bottom: 33.333333%; +} + +.ml-1\/3 { + margin-left: 33.333333%; +} + +.mt-2\/3 { + margin-top: 66.666667%; +} + +.mr-2\/3 { + margin-right: 66.666667%; +} + +.mb-2\/3 { + margin-bottom: 66.666667%; +} + +.ml-2\/3 { + margin-left: 66.666667%; +} + +.mt-1\/4 { + margin-top: 25%; +} + +.mr-1\/4 { + margin-right: 25%; +} + +.mb-1\/4 { + margin-bottom: 25%; +} + +.ml-1\/4 { + margin-left: 25%; +} + +.mt-2\/4 { + margin-top: 50%; +} + +.mr-2\/4 { + margin-right: 50%; +} + +.mb-2\/4 { + margin-bottom: 50%; +} + +.ml-2\/4 { + margin-left: 50%; +} + +.mt-3\/4 { + margin-top: 75%; +} + +.mr-3\/4 { + margin-right: 75%; +} + +.mb-3\/4 { + margin-bottom: 75%; +} + +.ml-3\/4 { + margin-left: 75%; +} + +.mt-1\/5 { + margin-top: 20%; +} + +.mr-1\/5 { + margin-right: 20%; +} + +.mb-1\/5 { + margin-bottom: 20%; +} + +.ml-1\/5 { + margin-left: 20%; +} + +.mt-2\/5 { + margin-top: 40%; +} + +.mr-2\/5 { + margin-right: 40%; +} + +.mb-2\/5 { + margin-bottom: 40%; +} + +.ml-2\/5 { + margin-left: 40%; +} + +.mt-3\/5 { + margin-top: 60%; +} + +.mr-3\/5 { + margin-right: 60%; +} + +.mb-3\/5 { + margin-bottom: 60%; +} + +.ml-3\/5 { + margin-left: 60%; +} + +.mt-4\/5 { + margin-top: 80%; +} + +.mr-4\/5 { + margin-right: 80%; +} + +.mb-4\/5 { + margin-bottom: 80%; +} + +.ml-4\/5 { + margin-left: 80%; +} + +.mt-1\/6 { + margin-top: 16.666667%; +} + +.mr-1\/6 { + margin-right: 16.666667%; +} + +.mb-1\/6 { + margin-bottom: 16.666667%; +} + +.ml-1\/6 { + margin-left: 16.666667%; +} + +.mt-2\/6 { + margin-top: 33.333333%; +} + +.mr-2\/6 { + margin-right: 33.333333%; +} + +.mb-2\/6 { + margin-bottom: 33.333333%; +} + +.ml-2\/6 { + margin-left: 33.333333%; +} + +.mt-3\/6 { + margin-top: 50%; +} + +.mr-3\/6 { + margin-right: 50%; +} + +.mb-3\/6 { + margin-bottom: 50%; +} + +.ml-3\/6 { + margin-left: 50%; +} + +.mt-4\/6 { + margin-top: 66.666667%; +} + +.mr-4\/6 { + margin-right: 66.666667%; +} + +.mb-4\/6 { + margin-bottom: 66.666667%; +} + +.ml-4\/6 { + margin-left: 66.666667%; +} + +.mt-5\/6 { + margin-top: 83.333333%; +} + +.mr-5\/6 { + margin-right: 83.333333%; +} + +.mb-5\/6 { + margin-bottom: 83.333333%; +} + +.ml-5\/6 { + margin-left: 83.333333%; +} + +.mt-1\/12 { + margin-top: 8.333333%; +} + +.mr-1\/12 { + margin-right: 8.333333%; +} + +.mb-1\/12 { + margin-bottom: 8.333333%; +} + +.ml-1\/12 { + margin-left: 8.333333%; +} + +.mt-2\/12 { + margin-top: 16.666667%; +} + +.mr-2\/12 { + margin-right: 16.666667%; +} + +.mb-2\/12 { + margin-bottom: 16.666667%; +} + +.ml-2\/12 { + margin-left: 16.666667%; +} + +.mt-3\/12 { + margin-top: 25%; +} + +.mr-3\/12 { + margin-right: 25%; +} + +.mb-3\/12 { + margin-bottom: 25%; +} + +.ml-3\/12 { + margin-left: 25%; +} + +.mt-4\/12 { + margin-top: 33.333333%; +} + +.mr-4\/12 { + margin-right: 33.333333%; +} + +.mb-4\/12 { + margin-bottom: 33.333333%; +} + +.ml-4\/12 { + margin-left: 33.333333%; +} + +.mt-5\/12 { + margin-top: 41.666667%; +} + +.mr-5\/12 { + margin-right: 41.666667%; +} + +.mb-5\/12 { + margin-bottom: 41.666667%; +} + +.ml-5\/12 { + margin-left: 41.666667%; +} + +.mt-6\/12 { + margin-top: 50%; +} + +.mr-6\/12 { + margin-right: 50%; +} + +.mb-6\/12 { + margin-bottom: 50%; +} + +.ml-6\/12 { + margin-left: 50%; +} + +.mt-7\/12 { + margin-top: 58.333333%; +} + +.mr-7\/12 { + margin-right: 58.333333%; +} + +.mb-7\/12 { + margin-bottom: 58.333333%; +} + +.ml-7\/12 { + margin-left: 58.333333%; +} + +.mt-8\/12 { + margin-top: 66.666667%; +} + +.mr-8\/12 { + margin-right: 66.666667%; +} + +.mb-8\/12 { + margin-bottom: 66.666667%; +} + +.ml-8\/12 { + margin-left: 66.666667%; +} + +.mt-9\/12 { + margin-top: 75%; +} + +.mr-9\/12 { + margin-right: 75%; +} + +.mb-9\/12 { + margin-bottom: 75%; +} + +.ml-9\/12 { + margin-left: 75%; +} + +.mt-10\/12 { + margin-top: 83.333333%; +} + +.mr-10\/12 { + margin-right: 83.333333%; +} + +.mb-10\/12 { + margin-bottom: 83.333333%; +} + +.ml-10\/12 { + margin-left: 83.333333%; +} + +.mt-11\/12 { + margin-top: 91.666667%; +} + +.mr-11\/12 { + margin-right: 91.666667%; +} + +.mb-11\/12 { + margin-bottom: 91.666667%; +} + +.ml-11\/12 { + margin-left: 91.666667%; +} + +.mt-1\/16 { + margin-top: 6.25%; +} + +.mr-1\/16 { + margin-right: 6.25%; +} + +.mb-1\/16 { + margin-bottom: 6.25%; +} + +.ml-1\/16 { + margin-left: 6.25%; +} + +.mt-2\/16 { + margin-top: 12.5%; +} + +.mr-2\/16 { + margin-right: 12.5%; +} + +.mb-2\/16 { + margin-bottom: 12.5%; +} + +.ml-2\/16 { + margin-left: 12.5%; +} + +.mt-3\/16 { + margin-top: 18.75%; +} + +.mr-3\/16 { + margin-right: 18.75%; +} + +.mb-3\/16 { + margin-bottom: 18.75%; +} + +.ml-3\/16 { + margin-left: 18.75%; +} + +.mt-4\/16 { + margin-top: 25%; +} + +.mr-4\/16 { + margin-right: 25%; +} + +.mb-4\/16 { + margin-bottom: 25%; +} + +.ml-4\/16 { + margin-left: 25%; +} + +.mt-5\/16 { + margin-top: 31.25%; +} + +.mr-5\/16 { + margin-right: 31.25%; +} + +.mb-5\/16 { + margin-bottom: 31.25%; +} + +.ml-5\/16 { + margin-left: 31.25%; +} + +.mt-6\/16 { + margin-top: 37.5%; +} + +.mr-6\/16 { + margin-right: 37.5%; +} + +.mb-6\/16 { + margin-bottom: 37.5%; +} + +.ml-6\/16 { + margin-left: 37.5%; +} + +.mt-7\/16 { + margin-top: 43.75%; +} + +.mr-7\/16 { + margin-right: 43.75%; +} + +.mb-7\/16 { + margin-bottom: 43.75%; +} + +.ml-7\/16 { + margin-left: 43.75%; +} + +.mt-8\/16 { + margin-top: 50%; +} + +.mr-8\/16 { + margin-right: 50%; +} + +.mb-8\/16 { + margin-bottom: 50%; +} + +.ml-8\/16 { + margin-left: 50%; +} + +.mt-9\/16 { + margin-top: 56.25%; +} + +.mr-9\/16 { + margin-right: 56.25%; +} + +.mb-9\/16 { + margin-bottom: 56.25%; +} + +.ml-9\/16 { + margin-left: 56.25%; +} + +.mt-10\/16 { + margin-top: 62.5%; +} + +.mr-10\/16 { + margin-right: 62.5%; +} + +.mb-10\/16 { + margin-bottom: 62.5%; +} + +.ml-10\/16 { + margin-left: 62.5%; +} + +.mt-11\/16 { + margin-top: 68.75%; +} + +.mr-11\/16 { + margin-right: 68.75%; +} + +.mb-11\/16 { + margin-bottom: 68.75%; +} + +.ml-11\/16 { + margin-left: 68.75%; +} + +.mt-12\/16 { + margin-top: 75%; +} + +.mr-12\/16 { + margin-right: 75%; +} + +.mb-12\/16 { + margin-bottom: 75%; +} + +.ml-12\/16 { + margin-left: 75%; +} + +.mt-13\/16 { + margin-top: 81.25%; +} + +.mr-13\/16 { + margin-right: 81.25%; +} + +.mb-13\/16 { + margin-bottom: 81.25%; +} + +.ml-13\/16 { + margin-left: 81.25%; +} + +.mt-14\/16 { + margin-top: 87.5%; +} + +.mr-14\/16 { + margin-right: 87.5%; +} + +.mb-14\/16 { + margin-bottom: 87.5%; +} + +.ml-14\/16 { + margin-left: 87.5%; +} + +.mt-15\/16 { + margin-top: 93.75%; +} + +.mr-15\/16 { + margin-right: 93.75%; +} + +.mb-15\/16 { + margin-bottom: 93.75%; +} + +.ml-15\/16 { + margin-left: 93.75%; +} + +.mt-full { + margin-top: 100%; +} + +.mr-full { + margin-right: 100%; +} + +.mb-full { + margin-bottom: 100%; +} + +.ml-full { + margin-left: 100%; +} + .-mt-1 { margin-top: -0.25rem; } @@ -18108,6 +22424,22 @@ video { margin-left: -1.5rem; } +.-mt-7 { + margin-top: -1.75rem; +} + +.-mr-7 { + margin-right: -1.75rem; +} + +.-mb-7 { + margin-bottom: -1.75rem; +} + +.-ml-7 { + margin-left: -1.75rem; +} + .-mt-8 { margin-top: -2rem; } @@ -18124,6 +22456,22 @@ video { margin-left: -2rem; } +.-mt-9 { + margin-top: -2.25rem; +} + +.-mr-9 { + margin-right: -2.25rem; +} + +.-mb-9 { + margin-bottom: -2.25rem; +} + +.-ml-9 { + margin-left: -2.25rem; +} + .-mt-10 { margin-top: -2.5rem; } @@ -18140,6 +22488,22 @@ video { margin-left: -2.5rem; } +.-mt-11 { + margin-top: -2.75rem; +} + +.-mr-11 { + margin-right: -2.75rem; +} + +.-mb-11 { + margin-bottom: -2.75rem; +} + +.-ml-11 { + margin-left: -2.75rem; +} + .-mt-12 { margin-top: -3rem; } @@ -18156,6 +22520,54 @@ video { margin-left: -3rem; } +.-mt-13 { + margin-top: -3.25rem; +} + +.-mr-13 { + margin-right: -3.25rem; +} + +.-mb-13 { + margin-bottom: -3.25rem; +} + +.-ml-13 { + margin-left: -3.25rem; +} + +.-mt-14 { + margin-top: -3.5rem; +} + +.-mr-14 { + margin-right: -3.5rem; +} + +.-mb-14 { + margin-bottom: -3.5rem; +} + +.-ml-14 { + margin-left: -3.5rem; +} + +.-mt-15 { + margin-top: -3.75rem; +} + +.-mr-15 { + margin-right: -3.75rem; +} + +.-mb-15 { + margin-bottom: -3.75rem; +} + +.-ml-15 { + margin-left: -3.75rem; +} + .-mt-16 { margin-top: -4rem; } @@ -18204,6 +22616,22 @@ video { margin-left: -6rem; } +.-mt-28 { + margin-top: -7rem; +} + +.-mr-28 { + margin-right: -7rem; +} + +.-mb-28 { + margin-bottom: -7rem; +} + +.-ml-28 { + margin-left: -7rem; +} + .-mt-32 { margin-top: -8rem; } @@ -18220,6 +22648,22 @@ video { margin-left: -8rem; } +.-mt-36 { + margin-top: -9rem; +} + +.-mr-36 { + margin-right: -9rem; +} + +.-mb-36 { + margin-bottom: -9rem; +} + +.-ml-36 { + margin-left: -9rem; +} + .-mt-40 { margin-top: -10rem; } @@ -18236,6 +22680,22 @@ video { margin-left: -10rem; } +.-mt-44 { + margin-top: -11rem; +} + +.-mr-44 { + margin-right: -11rem; +} + +.-mb-44 { + margin-bottom: -11rem; +} + +.-ml-44 { + margin-left: -11rem; +} + .-mt-48 { margin-top: -12rem; } @@ -18252,6 +22712,22 @@ video { margin-left: -12rem; } +.-mt-52 { + margin-top: -13rem; +} + +.-mr-52 { + margin-right: -13rem; +} + +.-mb-52 { + margin-bottom: -13rem; +} + +.-ml-52 { + margin-left: -13rem; +} + .-mt-56 { margin-top: -14rem; } @@ -18268,6 +22744,22 @@ video { margin-left: -14rem; } +.-mt-60 { + margin-top: -15rem; +} + +.-mr-60 { + margin-right: -15rem; +} + +.-mb-60 { + margin-bottom: -15rem; +} + +.-ml-60 { + margin-left: -15rem; +} + .-mt-64 { margin-top: -16rem; } @@ -18284,6 +22776,54 @@ video { margin-left: -16rem; } +.-mt-72 { + margin-top: -18rem; +} + +.-mr-72 { + margin-right: -18rem; +} + +.-mb-72 { + margin-bottom: -18rem; +} + +.-ml-72 { + margin-left: -18rem; +} + +.-mt-80 { + margin-top: -20rem; +} + +.-mr-80 { + margin-right: -20rem; +} + +.-mb-80 { + margin-bottom: -20rem; +} + +.-ml-80 { + margin-left: -20rem; +} + +.-mt-96 { + margin-top: -24rem; +} + +.-mr-96 { + margin-right: -24rem; +} + +.-mb-96 { + margin-bottom: -24rem; +} + +.-ml-96 { + margin-left: -24rem; +} + .-mt-px { margin-top: -1px; } @@ -18300,14 +22840,1066 @@ video { margin-left: -1px; } -.max-h-full { - max-height: 100%; +.-mt-0\.5 { + margin-top: -0.125rem; +} + +.-mr-0\.5 { + margin-right: -0.125rem; +} + +.-mb-0\.5 { + margin-bottom: -0.125rem; +} + +.-ml-0\.5 { + margin-left: -0.125rem; +} + +.-mt-1\.5 { + margin-top: -0.375rem; +} + +.-mr-1\.5 { + margin-right: -0.375rem; +} + +.-mb-1\.5 { + margin-bottom: -0.375rem; +} + +.-ml-1\.5 { + margin-left: -0.375rem; +} + +.-mt-2\.5 { + margin-top: -0.625rem; +} + +.-mr-2\.5 { + margin-right: -0.625rem; +} + +.-mb-2\.5 { + margin-bottom: -0.625rem; +} + +.-ml-2\.5 { + margin-left: -0.625rem; +} + +.-mt-3\.5 { + margin-top: -0.875rem; +} + +.-mr-3\.5 { + margin-right: -0.875rem; +} + +.-mb-3\.5 { + margin-bottom: -0.875rem; +} + +.-ml-3\.5 { + margin-left: -0.875rem; +} + +.-mt-1\/2 { + margin-top: -50%; +} + +.-mr-1\/2 { + margin-right: -50%; +} + +.-mb-1\/2 { + margin-bottom: -50%; +} + +.-ml-1\/2 { + margin-left: -50%; +} + +.-mt-1\/3 { + margin-top: -33.33333%; +} + +.-mr-1\/3 { + margin-right: -33.33333%; +} + +.-mb-1\/3 { + margin-bottom: -33.33333%; +} + +.-ml-1\/3 { + margin-left: -33.33333%; +} + +.-mt-2\/3 { + margin-top: -66.66667%; +} + +.-mr-2\/3 { + margin-right: -66.66667%; +} + +.-mb-2\/3 { + margin-bottom: -66.66667%; +} + +.-ml-2\/3 { + margin-left: -66.66667%; +} + +.-mt-1\/4 { + margin-top: -25%; +} + +.-mr-1\/4 { + margin-right: -25%; +} + +.-mb-1\/4 { + margin-bottom: -25%; +} + +.-ml-1\/4 { + margin-left: -25%; +} + +.-mt-2\/4 { + margin-top: -50%; +} + +.-mr-2\/4 { + margin-right: -50%; +} + +.-mb-2\/4 { + margin-bottom: -50%; +} + +.-ml-2\/4 { + margin-left: -50%; +} + +.-mt-3\/4 { + margin-top: -75%; +} + +.-mr-3\/4 { + margin-right: -75%; +} + +.-mb-3\/4 { + margin-bottom: -75%; +} + +.-ml-3\/4 { + margin-left: -75%; +} + +.-mt-1\/5 { + margin-top: -20%; +} + +.-mr-1\/5 { + margin-right: -20%; +} + +.-mb-1\/5 { + margin-bottom: -20%; +} + +.-ml-1\/5 { + margin-left: -20%; +} + +.-mt-2\/5 { + margin-top: -40%; +} + +.-mr-2\/5 { + margin-right: -40%; +} + +.-mb-2\/5 { + margin-bottom: -40%; +} + +.-ml-2\/5 { + margin-left: -40%; +} + +.-mt-3\/5 { + margin-top: -60%; +} + +.-mr-3\/5 { + margin-right: -60%; +} + +.-mb-3\/5 { + margin-bottom: -60%; +} + +.-ml-3\/5 { + margin-left: -60%; +} + +.-mt-4\/5 { + margin-top: -80%; +} + +.-mr-4\/5 { + margin-right: -80%; +} + +.-mb-4\/5 { + margin-bottom: -80%; +} + +.-ml-4\/5 { + margin-left: -80%; +} + +.-mt-1\/6 { + margin-top: -16.66667%; +} + +.-mr-1\/6 { + margin-right: -16.66667%; +} + +.-mb-1\/6 { + margin-bottom: -16.66667%; +} + +.-ml-1\/6 { + margin-left: -16.66667%; +} + +.-mt-2\/6 { + margin-top: -33.33333%; +} + +.-mr-2\/6 { + margin-right: -33.33333%; +} + +.-mb-2\/6 { + margin-bottom: -33.33333%; +} + +.-ml-2\/6 { + margin-left: -33.33333%; +} + +.-mt-3\/6 { + margin-top: -50%; +} + +.-mr-3\/6 { + margin-right: -50%; +} + +.-mb-3\/6 { + margin-bottom: -50%; +} + +.-ml-3\/6 { + margin-left: -50%; +} + +.-mt-4\/6 { + margin-top: -66.66667%; +} + +.-mr-4\/6 { + margin-right: -66.66667%; +} + +.-mb-4\/6 { + margin-bottom: -66.66667%; +} + +.-ml-4\/6 { + margin-left: -66.66667%; +} + +.-mt-5\/6 { + margin-top: -83.33333%; +} + +.-mr-5\/6 { + margin-right: -83.33333%; +} + +.-mb-5\/6 { + margin-bottom: -83.33333%; +} + +.-ml-5\/6 { + margin-left: -83.33333%; +} + +.-mt-1\/12 { + margin-top: -8.33333%; +} + +.-mr-1\/12 { + margin-right: -8.33333%; +} + +.-mb-1\/12 { + margin-bottom: -8.33333%; +} + +.-ml-1\/12 { + margin-left: -8.33333%; +} + +.-mt-2\/12 { + margin-top: -16.66667%; +} + +.-mr-2\/12 { + margin-right: -16.66667%; +} + +.-mb-2\/12 { + margin-bottom: -16.66667%; +} + +.-ml-2\/12 { + margin-left: -16.66667%; +} + +.-mt-3\/12 { + margin-top: -25%; +} + +.-mr-3\/12 { + margin-right: -25%; +} + +.-mb-3\/12 { + margin-bottom: -25%; +} + +.-ml-3\/12 { + margin-left: -25%; +} + +.-mt-4\/12 { + margin-top: -33.33333%; +} + +.-mr-4\/12 { + margin-right: -33.33333%; +} + +.-mb-4\/12 { + margin-bottom: -33.33333%; +} + +.-ml-4\/12 { + margin-left: -33.33333%; +} + +.-mt-5\/12 { + margin-top: -41.66667%; +} + +.-mr-5\/12 { + margin-right: -41.66667%; +} + +.-mb-5\/12 { + margin-bottom: -41.66667%; +} + +.-ml-5\/12 { + margin-left: -41.66667%; +} + +.-mt-6\/12 { + margin-top: -50%; +} + +.-mr-6\/12 { + margin-right: -50%; +} + +.-mb-6\/12 { + margin-bottom: -50%; +} + +.-ml-6\/12 { + margin-left: -50%; +} + +.-mt-7\/12 { + margin-top: -58.33333%; +} + +.-mr-7\/12 { + margin-right: -58.33333%; +} + +.-mb-7\/12 { + margin-bottom: -58.33333%; +} + +.-ml-7\/12 { + margin-left: -58.33333%; +} + +.-mt-8\/12 { + margin-top: -66.66667%; +} + +.-mr-8\/12 { + margin-right: -66.66667%; +} + +.-mb-8\/12 { + margin-bottom: -66.66667%; +} + +.-ml-8\/12 { + margin-left: -66.66667%; +} + +.-mt-9\/12 { + margin-top: -75%; +} + +.-mr-9\/12 { + margin-right: -75%; +} + +.-mb-9\/12 { + margin-bottom: -75%; +} + +.-ml-9\/12 { + margin-left: -75%; +} + +.-mt-10\/12 { + margin-top: -83.33333%; +} + +.-mr-10\/12 { + margin-right: -83.33333%; +} + +.-mb-10\/12 { + margin-bottom: -83.33333%; +} + +.-ml-10\/12 { + margin-left: -83.33333%; +} + +.-mt-11\/12 { + margin-top: -91.66667%; +} + +.-mr-11\/12 { + margin-right: -91.66667%; +} + +.-mb-11\/12 { + margin-bottom: -91.66667%; +} + +.-ml-11\/12 { + margin-left: -91.66667%; +} + +.-mt-1\/16 { + margin-top: -6.25%; +} + +.-mr-1\/16 { + margin-right: -6.25%; +} + +.-mb-1\/16 { + margin-bottom: -6.25%; +} + +.-ml-1\/16 { + margin-left: -6.25%; +} + +.-mt-2\/16 { + margin-top: -12.5%; +} + +.-mr-2\/16 { + margin-right: -12.5%; +} + +.-mb-2\/16 { + margin-bottom: -12.5%; +} + +.-ml-2\/16 { + margin-left: -12.5%; +} + +.-mt-3\/16 { + margin-top: -18.75%; +} + +.-mr-3\/16 { + margin-right: -18.75%; +} + +.-mb-3\/16 { + margin-bottom: -18.75%; +} + +.-ml-3\/16 { + margin-left: -18.75%; +} + +.-mt-4\/16 { + margin-top: -25%; +} + +.-mr-4\/16 { + margin-right: -25%; +} + +.-mb-4\/16 { + margin-bottom: -25%; +} + +.-ml-4\/16 { + margin-left: -25%; +} + +.-mt-5\/16 { + margin-top: -31.25%; +} + +.-mr-5\/16 { + margin-right: -31.25%; +} + +.-mb-5\/16 { + margin-bottom: -31.25%; +} + +.-ml-5\/16 { + margin-left: -31.25%; +} + +.-mt-6\/16 { + margin-top: -37.5%; +} + +.-mr-6\/16 { + margin-right: -37.5%; +} + +.-mb-6\/16 { + margin-bottom: -37.5%; +} + +.-ml-6\/16 { + margin-left: -37.5%; +} + +.-mt-7\/16 { + margin-top: -43.75%; +} + +.-mr-7\/16 { + margin-right: -43.75%; +} + +.-mb-7\/16 { + margin-bottom: -43.75%; +} + +.-ml-7\/16 { + margin-left: -43.75%; +} + +.-mt-8\/16 { + margin-top: -50%; +} + +.-mr-8\/16 { + margin-right: -50%; +} + +.-mb-8\/16 { + margin-bottom: -50%; +} + +.-ml-8\/16 { + margin-left: -50%; +} + +.-mt-9\/16 { + margin-top: -56.25%; +} + +.-mr-9\/16 { + margin-right: -56.25%; +} + +.-mb-9\/16 { + margin-bottom: -56.25%; +} + +.-ml-9\/16 { + margin-left: -56.25%; +} + +.-mt-10\/16 { + margin-top: -62.5%; +} + +.-mr-10\/16 { + margin-right: -62.5%; +} + +.-mb-10\/16 { + margin-bottom: -62.5%; +} + +.-ml-10\/16 { + margin-left: -62.5%; +} + +.-mt-11\/16 { + margin-top: -68.75%; +} + +.-mr-11\/16 { + margin-right: -68.75%; +} + +.-mb-11\/16 { + margin-bottom: -68.75%; +} + +.-ml-11\/16 { + margin-left: -68.75%; +} + +.-mt-12\/16 { + margin-top: -75%; +} + +.-mr-12\/16 { + margin-right: -75%; +} + +.-mb-12\/16 { + margin-bottom: -75%; +} + +.-ml-12\/16 { + margin-left: -75%; +} + +.-mt-13\/16 { + margin-top: -81.25%; +} + +.-mr-13\/16 { + margin-right: -81.25%; +} + +.-mb-13\/16 { + margin-bottom: -81.25%; +} + +.-ml-13\/16 { + margin-left: -81.25%; +} + +.-mt-14\/16 { + margin-top: -87.5%; +} + +.-mr-14\/16 { + margin-right: -87.5%; +} + +.-mb-14\/16 { + margin-bottom: -87.5%; +} + +.-ml-14\/16 { + margin-left: -87.5%; +} + +.-mt-15\/16 { + margin-top: -93.75%; +} + +.-mr-15\/16 { + margin-right: -93.75%; +} + +.-mb-15\/16 { + margin-bottom: -93.75%; +} + +.-ml-15\/16 { + margin-left: -93.75%; +} + +.-mt-full { + margin-top: -100%; +} + +.-mr-full { + margin-right: -100%; +} + +.-mb-full { + margin-bottom: -100%; +} + +.-ml-full { + margin-left: -100%; +} + +.max-h-0 { + max-height: 0; +} + +.max-h-1 { + max-height: 0.25rem; +} + +.max-h-2 { + max-height: 0.5rem; +} + +.max-h-3 { + max-height: 0.75rem; +} + +.max-h-4 { + max-height: 1rem; +} + +.max-h-5 { + max-height: 1.25rem; +} + +.max-h-6 { + max-height: 1.5rem; +} + +.max-h-7 { + max-height: 1.75rem; +} + +.max-h-8 { + max-height: 2rem; +} + +.max-h-9 { + max-height: 2.25rem; +} + +.max-h-10 { + max-height: 2.5rem; +} + +.max-h-11 { + max-height: 2.75rem; +} + +.max-h-12 { + max-height: 3rem; +} + +.max-h-13 { + max-height: 3.25rem; +} + +.max-h-14 { + max-height: 3.5rem; +} + +.max-h-15 { + max-height: 3.75rem; +} + +.max-h-16 { + max-height: 4rem; +} + +.max-h-20 { + max-height: 5rem; +} + +.max-h-24 { + max-height: 6rem; +} + +.max-h-28 { + max-height: 7rem; +} + +.max-h-32 { + max-height: 8rem; +} + +.max-h-36 { + max-height: 9rem; +} + +.max-h-40 { + max-height: 10rem; +} + +.max-h-44 { + max-height: 11rem; +} + +.max-h-48 { + max-height: 12rem; +} + +.max-h-52 { + max-height: 13rem; +} + +.max-h-56 { + max-height: 14rem; +} + +.max-h-60 { + max-height: 15rem; +} + +.max-h-64 { + max-height: 16rem; +} + +.max-h-72 { + max-height: 18rem; +} + +.max-h-80 { + max-height: 20rem; +} + +.max-h-96 { + max-height: 24rem; } .max-h-screen { max-height: 100vh; } +.max-h-px { + max-height: 1px; +} + +.max-h-0\.5 { + max-height: 0.125rem; +} + +.max-h-1\.5 { + max-height: 0.375rem; +} + +.max-h-2\.5 { + max-height: 0.625rem; +} + +.max-h-3\.5 { + max-height: 0.875rem; +} + +.max-h-1\/2 { + max-height: 50%; +} + +.max-h-1\/3 { + max-height: 33.333333%; +} + +.max-h-2\/3 { + max-height: 66.666667%; +} + +.max-h-1\/4 { + max-height: 25%; +} + +.max-h-2\/4 { + max-height: 50%; +} + +.max-h-3\/4 { + max-height: 75%; +} + +.max-h-1\/5 { + max-height: 20%; +} + +.max-h-2\/5 { + max-height: 40%; +} + +.max-h-3\/5 { + max-height: 60%; +} + +.max-h-4\/5 { + max-height: 80%; +} + +.max-h-1\/6 { + max-height: 16.666667%; +} + +.max-h-2\/6 { + max-height: 33.333333%; +} + +.max-h-3\/6 { + max-height: 50%; +} + +.max-h-4\/6 { + max-height: 66.666667%; +} + +.max-h-5\/6 { + max-height: 83.333333%; +} + +.max-h-1\/12 { + max-height: 8.333333%; +} + +.max-h-2\/12 { + max-height: 16.666667%; +} + +.max-h-3\/12 { + max-height: 25%; +} + +.max-h-4\/12 { + max-height: 33.333333%; +} + +.max-h-5\/12 { + max-height: 41.666667%; +} + +.max-h-6\/12 { + max-height: 50%; +} + +.max-h-7\/12 { + max-height: 58.333333%; +} + +.max-h-8\/12 { + max-height: 66.666667%; +} + +.max-h-9\/12 { + max-height: 75%; +} + +.max-h-10\/12 { + max-height: 83.333333%; +} + +.max-h-11\/12 { + max-height: 91.666667%; +} + +.max-h-1\/16 { + max-height: 6.25%; +} + +.max-h-2\/16 { + max-height: 12.5%; +} + +.max-h-3\/16 { + max-height: 18.75%; +} + +.max-h-4\/16 { + max-height: 25%; +} + +.max-h-5\/16 { + max-height: 31.25%; +} + +.max-h-6\/16 { + max-height: 37.5%; +} + +.max-h-7\/16 { + max-height: 43.75%; +} + +.max-h-8\/16 { + max-height: 50%; +} + +.max-h-9\/16 { + max-height: 56.25%; +} + +.max-h-10\/16 { + max-height: 62.5%; +} + +.max-h-11\/16 { + max-height: 68.75%; +} + +.max-h-12\/16 { + max-height: 75%; +} + +.max-h-13\/16 { + max-height: 81.25%; +} + +.max-h-14\/16 { + max-height: 87.5%; +} + +.max-h-15\/16 { + max-height: 93.75%; +} + +.max-h-full { + max-height: 100%; +} + +.max-w-0 { + max-width: 0rem; +} + .max-w-none { max-width: none; } @@ -18352,10 +23944,22 @@ video { max-width: 72rem; } +.max-w-7xl { + max-width: 80rem; +} + .max-w-full { max-width: 100%; } +.max-w-min { + max-width: min-content; +} + +.max-w-max { + max-width: max-content; +} + .max-w-screen-sm { max-width: 640px; } @@ -18392,6 +23996,14 @@ video { min-width: 100%; } +.min-w-min { + min-width: min-content; +} + +.min-w-max { + min-width: max-content; +} + .object-contain { object-fit: contain; } @@ -18650,18 +24262,42 @@ video { padding: 1.5rem; } +.p-7 { + padding: 1.75rem; +} + .p-8 { padding: 2rem; } +.p-9 { + padding: 2.25rem; +} + .p-10 { padding: 2.5rem; } +.p-11 { + padding: 2.75rem; +} + .p-12 { padding: 3rem; } +.p-13 { + padding: 3.25rem; +} + +.p-14 { + padding: 3.5rem; +} + +.p-15 { + padding: 3.75rem; +} + .p-16 { padding: 4rem; } @@ -18674,30 +24310,246 @@ video { padding: 6rem; } +.p-28 { + padding: 7rem; +} + .p-32 { padding: 8rem; } +.p-36 { + padding: 9rem; +} + .p-40 { padding: 10rem; } +.p-44 { + padding: 11rem; +} + .p-48 { padding: 12rem; } +.p-52 { + padding: 13rem; +} + .p-56 { padding: 14rem; } +.p-60 { + padding: 15rem; +} + .p-64 { padding: 16rem; } +.p-72 { + padding: 18rem; +} + +.p-80 { + padding: 20rem; +} + +.p-96 { + padding: 24rem; +} + .p-px { padding: 1px; } +.p-0\.5 { + padding: 0.125rem; +} + +.p-1\.5 { + padding: 0.375rem; +} + +.p-2\.5 { + padding: 0.625rem; +} + +.p-3\.5 { + padding: 0.875rem; +} + +.p-1\/2 { + padding: 50%; +} + +.p-1\/3 { + padding: 33.333333%; +} + +.p-2\/3 { + padding: 66.666667%; +} + +.p-1\/4 { + padding: 25%; +} + +.p-2\/4 { + padding: 50%; +} + +.p-3\/4 { + padding: 75%; +} + +.p-1\/5 { + padding: 20%; +} + +.p-2\/5 { + padding: 40%; +} + +.p-3\/5 { + padding: 60%; +} + +.p-4\/5 { + padding: 80%; +} + +.p-1\/6 { + padding: 16.666667%; +} + +.p-2\/6 { + padding: 33.333333%; +} + +.p-3\/6 { + padding: 50%; +} + +.p-4\/6 { + padding: 66.666667%; +} + +.p-5\/6 { + padding: 83.333333%; +} + +.p-1\/12 { + padding: 8.333333%; +} + +.p-2\/12 { + padding: 16.666667%; +} + +.p-3\/12 { + padding: 25%; +} + +.p-4\/12 { + padding: 33.333333%; +} + +.p-5\/12 { + padding: 41.666667%; +} + +.p-6\/12 { + padding: 50%; +} + +.p-7\/12 { + padding: 58.333333%; +} + +.p-8\/12 { + padding: 66.666667%; +} + +.p-9\/12 { + padding: 75%; +} + +.p-10\/12 { + padding: 83.333333%; +} + +.p-11\/12 { + padding: 91.666667%; +} + +.p-1\/16 { + padding: 6.25%; +} + +.p-2\/16 { + padding: 12.5%; +} + +.p-3\/16 { + padding: 18.75%; +} + +.p-4\/16 { + padding: 25%; +} + +.p-5\/16 { + padding: 31.25%; +} + +.p-6\/16 { + padding: 37.5%; +} + +.p-7\/16 { + padding: 43.75%; +} + +.p-8\/16 { + padding: 50%; +} + +.p-9\/16 { + padding: 56.25%; +} + +.p-10\/16 { + padding: 62.5%; +} + +.p-11\/16 { + padding: 68.75%; +} + +.p-12\/16 { + padding: 75%; +} + +.p-13\/16 { + padding: 81.25%; +} + +.p-14\/16 { + padding: 87.5%; +} + +.p-15\/16 { + padding: 93.75%; +} + +.p-full { + padding: 100%; +} + .py-0 { padding-top: 0; padding-bottom: 0; @@ -18768,6 +24620,16 @@ video { padding-right: 1.5rem; } +.py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; +} + +.px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; +} + .py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -18778,6 +24640,16 @@ video { padding-right: 2rem; } +.py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; +} + +.px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; +} + .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -18788,6 +24660,16 @@ video { padding-right: 2.5rem; } +.py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; +} + +.px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; +} + .py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -18798,6 +24680,36 @@ video { padding-right: 3rem; } +.py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; +} + +.px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; +} + +.py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; +} + +.px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; +} + +.py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; +} + +.px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; +} + .py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -18828,6 +24740,16 @@ video { padding-right: 6rem; } +.py-28 { + padding-top: 7rem; + padding-bottom: 7rem; +} + +.px-28 { + padding-left: 7rem; + padding-right: 7rem; +} + .py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -18838,6 +24760,16 @@ video { padding-right: 8rem; } +.py-36 { + padding-top: 9rem; + padding-bottom: 9rem; +} + +.px-36 { + padding-left: 9rem; + padding-right: 9rem; +} + .py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -18848,6 +24780,16 @@ video { padding-right: 10rem; } +.py-44 { + padding-top: 11rem; + padding-bottom: 11rem; +} + +.px-44 { + padding-left: 11rem; + padding-right: 11rem; +} + .py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -18858,6 +24800,16 @@ video { padding-right: 12rem; } +.py-52 { + padding-top: 13rem; + padding-bottom: 13rem; +} + +.px-52 { + padding-left: 13rem; + padding-right: 13rem; +} + .py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -18868,6 +24820,16 @@ video { padding-right: 14rem; } +.py-60 { + padding-top: 15rem; + padding-bottom: 15rem; +} + +.px-60 { + padding-left: 15rem; + padding-right: 15rem; +} + .py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -18878,6 +24840,36 @@ video { padding-right: 16rem; } +.py-72 { + padding-top: 18rem; + padding-bottom: 18rem; +} + +.px-72 { + padding-left: 18rem; + padding-right: 18rem; +} + +.py-80 { + padding-top: 20rem; + padding-bottom: 20rem; +} + +.px-80 { + padding-left: 20rem; + padding-right: 20rem; +} + +.py-96 { + padding-top: 24rem; + padding-bottom: 24rem; +} + +.px-96 { + padding-left: 24rem; + padding-right: 24rem; +} + .py-px { padding-top: 1px; padding-bottom: 1px; @@ -18888,6 +24880,466 @@ video { padding-right: 1px; } +.py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; +} + +.px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; +} + +.py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; +} + +.px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; +} + +.py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; +} + +.px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; +} + +.py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; +} + +.px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; +} + +.py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-1\/2 { + padding-left: 50%; + padding-right: 50%; +} + +.py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; +} + +.px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; +} + +.py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; +} + +.px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; +} + +.py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; +} + +.px-1\/4 { + padding-left: 25%; + padding-right: 25%; +} + +.py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-2\/4 { + padding-left: 50%; + padding-right: 50%; +} + +.py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; +} + +.px-3\/4 { + padding-left: 75%; + padding-right: 75%; +} + +.py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; +} + +.px-1\/5 { + padding-left: 20%; + padding-right: 20%; +} + +.py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; +} + +.px-2\/5 { + padding-left: 40%; + padding-right: 40%; +} + +.py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; +} + +.px-3\/5 { + padding-left: 60%; + padding-right: 60%; +} + +.py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; +} + +.px-4\/5 { + padding-left: 80%; + padding-right: 80%; +} + +.py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; +} + +.px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; +} + +.py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; +} + +.px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; +} + +.py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-3\/6 { + padding-left: 50%; + padding-right: 50%; +} + +.py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; +} + +.px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; +} + +.py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; +} + +.px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; +} + +.py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; +} + +.px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; +} + +.py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; +} + +.px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; +} + +.py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; +} + +.px-3\/12 { + padding-left: 25%; + padding-right: 25%; +} + +.py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; +} + +.px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; +} + +.py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; +} + +.px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; +} + +.py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-6\/12 { + padding-left: 50%; + padding-right: 50%; +} + +.py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; +} + +.px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; +} + +.py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; +} + +.px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; +} + +.py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; +} + +.px-9\/12 { + padding-left: 75%; + padding-right: 75%; +} + +.py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; +} + +.px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; +} + +.py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; +} + +.px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; +} + +.py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; +} + +.px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; +} + +.py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; +} + +.px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; +} + +.py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; +} + +.px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; +} + +.py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; +} + +.px-4\/16 { + padding-left: 25%; + padding-right: 25%; +} + +.py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; +} + +.px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; +} + +.py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; +} + +.px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; +} + +.py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; +} + +.px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; +} + +.py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; +} + +.px-8\/16 { + padding-left: 50%; + padding-right: 50%; +} + +.py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; +} + +.px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; +} + +.py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; +} + +.px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; +} + +.py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; +} + +.px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; +} + +.py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; +} + +.px-12\/16 { + padding-left: 75%; + padding-right: 75%; +} + +.py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; +} + +.px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; +} + +.py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; +} + +.px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; +} + +.py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; +} + +.px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; +} + +.py-full { + padding-top: 100%; + padding-bottom: 100%; +} + +.px-full { + padding-left: 100%; + padding-right: 100%; +} + .pt-0 { padding-top: 0; } @@ -19000,6 +25452,22 @@ video { padding-left: 1.5rem; } +.pt-7 { + padding-top: 1.75rem; +} + +.pr-7 { + padding-right: 1.75rem; +} + +.pb-7 { + padding-bottom: 1.75rem; +} + +.pl-7 { + padding-left: 1.75rem; +} + .pt-8 { padding-top: 2rem; } @@ -19016,6 +25484,22 @@ video { padding-left: 2rem; } +.pt-9 { + padding-top: 2.25rem; +} + +.pr-9 { + padding-right: 2.25rem; +} + +.pb-9 { + padding-bottom: 2.25rem; +} + +.pl-9 { + padding-left: 2.25rem; +} + .pt-10 { padding-top: 2.5rem; } @@ -19032,6 +25516,22 @@ video { padding-left: 2.5rem; } +.pt-11 { + padding-top: 2.75rem; +} + +.pr-11 { + padding-right: 2.75rem; +} + +.pb-11 { + padding-bottom: 2.75rem; +} + +.pl-11 { + padding-left: 2.75rem; +} + .pt-12 { padding-top: 3rem; } @@ -19048,6 +25548,54 @@ video { padding-left: 3rem; } +.pt-13 { + padding-top: 3.25rem; +} + +.pr-13 { + padding-right: 3.25rem; +} + +.pb-13 { + padding-bottom: 3.25rem; +} + +.pl-13 { + padding-left: 3.25rem; +} + +.pt-14 { + padding-top: 3.5rem; +} + +.pr-14 { + padding-right: 3.5rem; +} + +.pb-14 { + padding-bottom: 3.5rem; +} + +.pl-14 { + padding-left: 3.5rem; +} + +.pt-15 { + padding-top: 3.75rem; +} + +.pr-15 { + padding-right: 3.75rem; +} + +.pb-15 { + padding-bottom: 3.75rem; +} + +.pl-15 { + padding-left: 3.75rem; +} + .pt-16 { padding-top: 4rem; } @@ -19096,6 +25644,22 @@ video { padding-left: 6rem; } +.pt-28 { + padding-top: 7rem; +} + +.pr-28 { + padding-right: 7rem; +} + +.pb-28 { + padding-bottom: 7rem; +} + +.pl-28 { + padding-left: 7rem; +} + .pt-32 { padding-top: 8rem; } @@ -19112,6 +25676,22 @@ video { padding-left: 8rem; } +.pt-36 { + padding-top: 9rem; +} + +.pr-36 { + padding-right: 9rem; +} + +.pb-36 { + padding-bottom: 9rem; +} + +.pl-36 { + padding-left: 9rem; +} + .pt-40 { padding-top: 10rem; } @@ -19128,6 +25708,22 @@ video { padding-left: 10rem; } +.pt-44 { + padding-top: 11rem; +} + +.pr-44 { + padding-right: 11rem; +} + +.pb-44 { + padding-bottom: 11rem; +} + +.pl-44 { + padding-left: 11rem; +} + .pt-48 { padding-top: 12rem; } @@ -19144,6 +25740,22 @@ video { padding-left: 12rem; } +.pt-52 { + padding-top: 13rem; +} + +.pr-52 { + padding-right: 13rem; +} + +.pb-52 { + padding-bottom: 13rem; +} + +.pl-52 { + padding-left: 13rem; +} + .pt-56 { padding-top: 14rem; } @@ -19160,6 +25772,22 @@ video { padding-left: 14rem; } +.pt-60 { + padding-top: 15rem; +} + +.pr-60 { + padding-right: 15rem; +} + +.pb-60 { + padding-bottom: 15rem; +} + +.pl-60 { + padding-left: 15rem; +} + .pt-64 { padding-top: 16rem; } @@ -19176,6 +25804,54 @@ video { padding-left: 16rem; } +.pt-72 { + padding-top: 18rem; +} + +.pr-72 { + padding-right: 18rem; +} + +.pb-72 { + padding-bottom: 18rem; +} + +.pl-72 { + padding-left: 18rem; +} + +.pt-80 { + padding-top: 20rem; +} + +.pr-80 { + padding-right: 20rem; +} + +.pb-80 { + padding-bottom: 20rem; +} + +.pl-80 { + padding-left: 20rem; +} + +.pt-96 { + padding-top: 24rem; +} + +.pr-96 { + padding-right: 24rem; +} + +.pb-96 { + padding-bottom: 24rem; +} + +.pl-96 { + padding-left: 24rem; +} + .pt-px { padding-top: 1px; } @@ -19192,6 +25868,742 @@ video { padding-left: 1px; } +.pt-0\.5 { + padding-top: 0.125rem; +} + +.pr-0\.5 { + padding-right: 0.125rem; +} + +.pb-0\.5 { + padding-bottom: 0.125rem; +} + +.pl-0\.5 { + padding-left: 0.125rem; +} + +.pt-1\.5 { + padding-top: 0.375rem; +} + +.pr-1\.5 { + padding-right: 0.375rem; +} + +.pb-1\.5 { + padding-bottom: 0.375rem; +} + +.pl-1\.5 { + padding-left: 0.375rem; +} + +.pt-2\.5 { + padding-top: 0.625rem; +} + +.pr-2\.5 { + padding-right: 0.625rem; +} + +.pb-2\.5 { + padding-bottom: 0.625rem; +} + +.pl-2\.5 { + padding-left: 0.625rem; +} + +.pt-3\.5 { + padding-top: 0.875rem; +} + +.pr-3\.5 { + padding-right: 0.875rem; +} + +.pb-3\.5 { + padding-bottom: 0.875rem; +} + +.pl-3\.5 { + padding-left: 0.875rem; +} + +.pt-1\/2 { + padding-top: 50%; +} + +.pr-1\/2 { + padding-right: 50%; +} + +.pb-1\/2 { + padding-bottom: 50%; +} + +.pl-1\/2 { + padding-left: 50%; +} + +.pt-1\/3 { + padding-top: 33.333333%; +} + +.pr-1\/3 { + padding-right: 33.333333%; +} + +.pb-1\/3 { + padding-bottom: 33.333333%; +} + +.pl-1\/3 { + padding-left: 33.333333%; +} + +.pt-2\/3 { + padding-top: 66.666667%; +} + +.pr-2\/3 { + padding-right: 66.666667%; +} + +.pb-2\/3 { + padding-bottom: 66.666667%; +} + +.pl-2\/3 { + padding-left: 66.666667%; +} + +.pt-1\/4 { + padding-top: 25%; +} + +.pr-1\/4 { + padding-right: 25%; +} + +.pb-1\/4 { + padding-bottom: 25%; +} + +.pl-1\/4 { + padding-left: 25%; +} + +.pt-2\/4 { + padding-top: 50%; +} + +.pr-2\/4 { + padding-right: 50%; +} + +.pb-2\/4 { + padding-bottom: 50%; +} + +.pl-2\/4 { + padding-left: 50%; +} + +.pt-3\/4 { + padding-top: 75%; +} + +.pr-3\/4 { + padding-right: 75%; +} + +.pb-3\/4 { + padding-bottom: 75%; +} + +.pl-3\/4 { + padding-left: 75%; +} + +.pt-1\/5 { + padding-top: 20%; +} + +.pr-1\/5 { + padding-right: 20%; +} + +.pb-1\/5 { + padding-bottom: 20%; +} + +.pl-1\/5 { + padding-left: 20%; +} + +.pt-2\/5 { + padding-top: 40%; +} + +.pr-2\/5 { + padding-right: 40%; +} + +.pb-2\/5 { + padding-bottom: 40%; +} + +.pl-2\/5 { + padding-left: 40%; +} + +.pt-3\/5 { + padding-top: 60%; +} + +.pr-3\/5 { + padding-right: 60%; +} + +.pb-3\/5 { + padding-bottom: 60%; +} + +.pl-3\/5 { + padding-left: 60%; +} + +.pt-4\/5 { + padding-top: 80%; +} + +.pr-4\/5 { + padding-right: 80%; +} + +.pb-4\/5 { + padding-bottom: 80%; +} + +.pl-4\/5 { + padding-left: 80%; +} + +.pt-1\/6 { + padding-top: 16.666667%; +} + +.pr-1\/6 { + padding-right: 16.666667%; +} + +.pb-1\/6 { + padding-bottom: 16.666667%; +} + +.pl-1\/6 { + padding-left: 16.666667%; +} + +.pt-2\/6 { + padding-top: 33.333333%; +} + +.pr-2\/6 { + padding-right: 33.333333%; +} + +.pb-2\/6 { + padding-bottom: 33.333333%; +} + +.pl-2\/6 { + padding-left: 33.333333%; +} + +.pt-3\/6 { + padding-top: 50%; +} + +.pr-3\/6 { + padding-right: 50%; +} + +.pb-3\/6 { + padding-bottom: 50%; +} + +.pl-3\/6 { + padding-left: 50%; +} + +.pt-4\/6 { + padding-top: 66.666667%; +} + +.pr-4\/6 { + padding-right: 66.666667%; +} + +.pb-4\/6 { + padding-bottom: 66.666667%; +} + +.pl-4\/6 { + padding-left: 66.666667%; +} + +.pt-5\/6 { + padding-top: 83.333333%; +} + +.pr-5\/6 { + padding-right: 83.333333%; +} + +.pb-5\/6 { + padding-bottom: 83.333333%; +} + +.pl-5\/6 { + padding-left: 83.333333%; +} + +.pt-1\/12 { + padding-top: 8.333333%; +} + +.pr-1\/12 { + padding-right: 8.333333%; +} + +.pb-1\/12 { + padding-bottom: 8.333333%; +} + +.pl-1\/12 { + padding-left: 8.333333%; +} + +.pt-2\/12 { + padding-top: 16.666667%; +} + +.pr-2\/12 { + padding-right: 16.666667%; +} + +.pb-2\/12 { + padding-bottom: 16.666667%; +} + +.pl-2\/12 { + padding-left: 16.666667%; +} + +.pt-3\/12 { + padding-top: 25%; +} + +.pr-3\/12 { + padding-right: 25%; +} + +.pb-3\/12 { + padding-bottom: 25%; +} + +.pl-3\/12 { + padding-left: 25%; +} + +.pt-4\/12 { + padding-top: 33.333333%; +} + +.pr-4\/12 { + padding-right: 33.333333%; +} + +.pb-4\/12 { + padding-bottom: 33.333333%; +} + +.pl-4\/12 { + padding-left: 33.333333%; +} + +.pt-5\/12 { + padding-top: 41.666667%; +} + +.pr-5\/12 { + padding-right: 41.666667%; +} + +.pb-5\/12 { + padding-bottom: 41.666667%; +} + +.pl-5\/12 { + padding-left: 41.666667%; +} + +.pt-6\/12 { + padding-top: 50%; +} + +.pr-6\/12 { + padding-right: 50%; +} + +.pb-6\/12 { + padding-bottom: 50%; +} + +.pl-6\/12 { + padding-left: 50%; +} + +.pt-7\/12 { + padding-top: 58.333333%; +} + +.pr-7\/12 { + padding-right: 58.333333%; +} + +.pb-7\/12 { + padding-bottom: 58.333333%; +} + +.pl-7\/12 { + padding-left: 58.333333%; +} + +.pt-8\/12 { + padding-top: 66.666667%; +} + +.pr-8\/12 { + padding-right: 66.666667%; +} + +.pb-8\/12 { + padding-bottom: 66.666667%; +} + +.pl-8\/12 { + padding-left: 66.666667%; +} + +.pt-9\/12 { + padding-top: 75%; +} + +.pr-9\/12 { + padding-right: 75%; +} + +.pb-9\/12 { + padding-bottom: 75%; +} + +.pl-9\/12 { + padding-left: 75%; +} + +.pt-10\/12 { + padding-top: 83.333333%; +} + +.pr-10\/12 { + padding-right: 83.333333%; +} + +.pb-10\/12 { + padding-bottom: 83.333333%; +} + +.pl-10\/12 { + padding-left: 83.333333%; +} + +.pt-11\/12 { + padding-top: 91.666667%; +} + +.pr-11\/12 { + padding-right: 91.666667%; +} + +.pb-11\/12 { + padding-bottom: 91.666667%; +} + +.pl-11\/12 { + padding-left: 91.666667%; +} + +.pt-1\/16 { + padding-top: 6.25%; +} + +.pr-1\/16 { + padding-right: 6.25%; +} + +.pb-1\/16 { + padding-bottom: 6.25%; +} + +.pl-1\/16 { + padding-left: 6.25%; +} + +.pt-2\/16 { + padding-top: 12.5%; +} + +.pr-2\/16 { + padding-right: 12.5%; +} + +.pb-2\/16 { + padding-bottom: 12.5%; +} + +.pl-2\/16 { + padding-left: 12.5%; +} + +.pt-3\/16 { + padding-top: 18.75%; +} + +.pr-3\/16 { + padding-right: 18.75%; +} + +.pb-3\/16 { + padding-bottom: 18.75%; +} + +.pl-3\/16 { + padding-left: 18.75%; +} + +.pt-4\/16 { + padding-top: 25%; +} + +.pr-4\/16 { + padding-right: 25%; +} + +.pb-4\/16 { + padding-bottom: 25%; +} + +.pl-4\/16 { + padding-left: 25%; +} + +.pt-5\/16 { + padding-top: 31.25%; +} + +.pr-5\/16 { + padding-right: 31.25%; +} + +.pb-5\/16 { + padding-bottom: 31.25%; +} + +.pl-5\/16 { + padding-left: 31.25%; +} + +.pt-6\/16 { + padding-top: 37.5%; +} + +.pr-6\/16 { + padding-right: 37.5%; +} + +.pb-6\/16 { + padding-bottom: 37.5%; +} + +.pl-6\/16 { + padding-left: 37.5%; +} + +.pt-7\/16 { + padding-top: 43.75%; +} + +.pr-7\/16 { + padding-right: 43.75%; +} + +.pb-7\/16 { + padding-bottom: 43.75%; +} + +.pl-7\/16 { + padding-left: 43.75%; +} + +.pt-8\/16 { + padding-top: 50%; +} + +.pr-8\/16 { + padding-right: 50%; +} + +.pb-8\/16 { + padding-bottom: 50%; +} + +.pl-8\/16 { + padding-left: 50%; +} + +.pt-9\/16 { + padding-top: 56.25%; +} + +.pr-9\/16 { + padding-right: 56.25%; +} + +.pb-9\/16 { + padding-bottom: 56.25%; +} + +.pl-9\/16 { + padding-left: 56.25%; +} + +.pt-10\/16 { + padding-top: 62.5%; +} + +.pr-10\/16 { + padding-right: 62.5%; +} + +.pb-10\/16 { + padding-bottom: 62.5%; +} + +.pl-10\/16 { + padding-left: 62.5%; +} + +.pt-11\/16 { + padding-top: 68.75%; +} + +.pr-11\/16 { + padding-right: 68.75%; +} + +.pb-11\/16 { + padding-bottom: 68.75%; +} + +.pl-11\/16 { + padding-left: 68.75%; +} + +.pt-12\/16 { + padding-top: 75%; +} + +.pr-12\/16 { + padding-right: 75%; +} + +.pb-12\/16 { + padding-bottom: 75%; +} + +.pl-12\/16 { + padding-left: 75%; +} + +.pt-13\/16 { + padding-top: 81.25%; +} + +.pr-13\/16 { + padding-right: 81.25%; +} + +.pb-13\/16 { + padding-bottom: 81.25%; +} + +.pl-13\/16 { + padding-left: 81.25%; +} + +.pt-14\/16 { + padding-top: 87.5%; +} + +.pr-14\/16 { + padding-right: 87.5%; +} + +.pb-14\/16 { + padding-bottom: 87.5%; +} + +.pl-14\/16 { + padding-left: 87.5%; +} + +.pt-15\/16 { + padding-top: 93.75%; +} + +.pr-15\/16 { + padding-right: 93.75%; +} + +.pb-15\/16 { + padding-bottom: 93.75%; +} + +.pl-15\/16 { + padding-left: 93.75%; +} + +.pt-full { + padding-top: 100%; +} + +.pr-full { + padding-right: 100%; +} + +.pb-full { + padding-bottom: 100%; +} + +.pl-full { + padding-left: 100%; +} + .placeholder-transparent::placeholder { color: transparent; } @@ -21141,6 +28553,223 @@ video { left: 0; } +.inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; +} + +.inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; +} + +.inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; +} + +.inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; +} + +.inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; +} + +.inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; +} + +.inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; +} + +.inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; +} + +.inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; +} + +.inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; +} + +.inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; +} + +.inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; +} + +.inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; +} + +.inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; +} + +.inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; +} + +.inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; +} + +.inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; +} + +.inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; +} + +.inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; +} + +.inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; +} + +.inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; +} + +.inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; +} + +.inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; +} + +.inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; +} + +.inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; +} + +.inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; +} + +.inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; +} + +.inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; +} + +.inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; +} + +.inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; +} + +.inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; +} + .inset-auto { top: auto; right: auto; @@ -21148,6 +28777,881 @@ video { left: auto; } +.inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; +} + +.inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; +} + +.inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; +} + +.inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; +} + +.inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; +} + +.inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; +} + +.inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; +} + +.inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; +} + +.inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; +} + +.inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; +} + +.inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; +} + +.inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; +} + +.inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; +} + +.inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; +} + +.inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; +} + +.inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; +} + +.inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; +} + +.inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; +} + +.inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; +} + +.inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; +} + +.inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; +} + +.inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; +} + +.inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; +} + +.inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; +} + +.inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; +} + +.inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; +} + +.inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; +} + +.inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; +} + +.inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; +} + +.inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; +} + +.inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; +} + +.inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; +} + +.inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; +} + +.inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; +} + +.inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; +} + +.inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; +} + +.inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; +} + +.inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; +} + +.inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; +} + +.inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; +} + +.inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; +} + +.inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; +} + +.inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; +} + +.-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; +} + +.-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; +} + +.-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; +} + +.-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; +} + +.-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; +} + +.-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; +} + +.-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; +} + +.-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; +} + +.-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; +} + +.-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; +} + +.-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; +} + +.-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; +} + +.-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; +} + +.-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; +} + +.-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; +} + +.-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; +} + +.-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; +} + +.-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; +} + +.-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; +} + +.-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; +} + +.-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; +} + +.-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; +} + +.-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; +} + +.-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; +} + +.-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; +} + +.-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; +} + +.-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; +} + +.-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; +} + +.-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; +} + +.-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; +} + +.-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; +} + +.-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; +} + +.-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; +} + +.-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; +} + +.-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; +} + +.-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; +} + +.-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; +} + +.-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; +} + +.-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; +} + +.-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; +} + +.-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; +} + +.-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; +} + +.-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; +} + +.-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; +} + +.-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; +} + +.-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; +} + +.-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; +} + +.-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; +} + +.-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; +} + +.-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; +} + +.-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; +} + +.-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; +} + +.-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; +} + +.-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; +} + +.-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; +} + +.-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; +} + +.-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; +} + +.-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; +} + +.-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; +} + +.-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; +} + +.-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; +} + +.-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; +} + +.-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; +} + +.-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; +} + +.-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; +} + +.-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; +} + +.-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; +} + +.-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; +} + +.-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; +} + +.-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; +} + +.-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; +} + +.-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; +} + +.-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; +} + +.-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; +} + .inset-y-0 { top: 0; bottom: 0; @@ -21158,6 +29662,316 @@ video { left: 0; } +.inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; +} + +.inset-x-1 { + right: 0.25rem; + left: 0.25rem; +} + +.inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; +} + +.inset-x-2 { + right: 0.5rem; + left: 0.5rem; +} + +.inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; +} + +.inset-x-3 { + right: 0.75rem; + left: 0.75rem; +} + +.inset-y-4 { + top: 1rem; + bottom: 1rem; +} + +.inset-x-4 { + right: 1rem; + left: 1rem; +} + +.inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; +} + +.inset-x-5 { + right: 1.25rem; + left: 1.25rem; +} + +.inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; +} + +.inset-x-6 { + right: 1.5rem; + left: 1.5rem; +} + +.inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; +} + +.inset-x-7 { + right: 1.75rem; + left: 1.75rem; +} + +.inset-y-8 { + top: 2rem; + bottom: 2rem; +} + +.inset-x-8 { + right: 2rem; + left: 2rem; +} + +.inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; +} + +.inset-x-9 { + right: 2.25rem; + left: 2.25rem; +} + +.inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; +} + +.inset-x-10 { + right: 2.5rem; + left: 2.5rem; +} + +.inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; +} + +.inset-x-11 { + right: 2.75rem; + left: 2.75rem; +} + +.inset-y-12 { + top: 3rem; + bottom: 3rem; +} + +.inset-x-12 { + right: 3rem; + left: 3rem; +} + +.inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; +} + +.inset-x-13 { + right: 3.25rem; + left: 3.25rem; +} + +.inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; +} + +.inset-x-14 { + right: 3.5rem; + left: 3.5rem; +} + +.inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; +} + +.inset-x-15 { + right: 3.75rem; + left: 3.75rem; +} + +.inset-y-16 { + top: 4rem; + bottom: 4rem; +} + +.inset-x-16 { + right: 4rem; + left: 4rem; +} + +.inset-y-20 { + top: 5rem; + bottom: 5rem; +} + +.inset-x-20 { + right: 5rem; + left: 5rem; +} + +.inset-y-24 { + top: 6rem; + bottom: 6rem; +} + +.inset-x-24 { + right: 6rem; + left: 6rem; +} + +.inset-y-28 { + top: 7rem; + bottom: 7rem; +} + +.inset-x-28 { + right: 7rem; + left: 7rem; +} + +.inset-y-32 { + top: 8rem; + bottom: 8rem; +} + +.inset-x-32 { + right: 8rem; + left: 8rem; +} + +.inset-y-36 { + top: 9rem; + bottom: 9rem; +} + +.inset-x-36 { + right: 9rem; + left: 9rem; +} + +.inset-y-40 { + top: 10rem; + bottom: 10rem; +} + +.inset-x-40 { + right: 10rem; + left: 10rem; +} + +.inset-y-44 { + top: 11rem; + bottom: 11rem; +} + +.inset-x-44 { + right: 11rem; + left: 11rem; +} + +.inset-y-48 { + top: 12rem; + bottom: 12rem; +} + +.inset-x-48 { + right: 12rem; + left: 12rem; +} + +.inset-y-52 { + top: 13rem; + bottom: 13rem; +} + +.inset-x-52 { + right: 13rem; + left: 13rem; +} + +.inset-y-56 { + top: 14rem; + bottom: 14rem; +} + +.inset-x-56 { + right: 14rem; + left: 14rem; +} + +.inset-y-60 { + top: 15rem; + bottom: 15rem; +} + +.inset-x-60 { + right: 15rem; + left: 15rem; +} + +.inset-y-64 { + top: 16rem; + bottom: 16rem; +} + +.inset-x-64 { + right: 16rem; + left: 16rem; +} + +.inset-y-72 { + top: 18rem; + bottom: 18rem; +} + +.inset-x-72 { + right: 18rem; + left: 18rem; +} + +.inset-y-80 { + top: 20rem; + bottom: 20rem; +} + +.inset-x-80 { + right: 20rem; + left: 20rem; +} + +.inset-y-96 { + top: 24rem; + bottom: 24rem; +} + +.inset-x-96 { + right: 24rem; + left: 24rem; +} + .inset-y-auto { top: auto; bottom: auto; @@ -21168,6 +29982,1256 @@ video { left: auto; } +.inset-y-px { + top: 1px; + bottom: 1px; +} + +.inset-x-px { + right: 1px; + left: 1px; +} + +.inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; +} + +.inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; +} + +.inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; +} + +.inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; +} + +.inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; +} + +.inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; +} + +.inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; +} + +.inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; +} + +.inset-y-1\/2 { + top: 50%; + bottom: 50%; +} + +.inset-x-1\/2 { + right: 50%; + left: 50%; +} + +.inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; +} + +.inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; +} + +.inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; +} + +.inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; +} + +.inset-y-1\/4 { + top: 25%; + bottom: 25%; +} + +.inset-x-1\/4 { + right: 25%; + left: 25%; +} + +.inset-y-2\/4 { + top: 50%; + bottom: 50%; +} + +.inset-x-2\/4 { + right: 50%; + left: 50%; +} + +.inset-y-3\/4 { + top: 75%; + bottom: 75%; +} + +.inset-x-3\/4 { + right: 75%; + left: 75%; +} + +.inset-y-1\/5 { + top: 20%; + bottom: 20%; +} + +.inset-x-1\/5 { + right: 20%; + left: 20%; +} + +.inset-y-2\/5 { + top: 40%; + bottom: 40%; +} + +.inset-x-2\/5 { + right: 40%; + left: 40%; +} + +.inset-y-3\/5 { + top: 60%; + bottom: 60%; +} + +.inset-x-3\/5 { + right: 60%; + left: 60%; +} + +.inset-y-4\/5 { + top: 80%; + bottom: 80%; +} + +.inset-x-4\/5 { + right: 80%; + left: 80%; +} + +.inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; +} + +.inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; +} + +.inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; +} + +.inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; +} + +.inset-y-3\/6 { + top: 50%; + bottom: 50%; +} + +.inset-x-3\/6 { + right: 50%; + left: 50%; +} + +.inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; +} + +.inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; +} + +.inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; +} + +.inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; +} + +.inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; +} + +.inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; +} + +.inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; +} + +.inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; +} + +.inset-y-3\/12 { + top: 25%; + bottom: 25%; +} + +.inset-x-3\/12 { + right: 25%; + left: 25%; +} + +.inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; +} + +.inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; +} + +.inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; +} + +.inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; +} + +.inset-y-6\/12 { + top: 50%; + bottom: 50%; +} + +.inset-x-6\/12 { + right: 50%; + left: 50%; +} + +.inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; +} + +.inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; +} + +.inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; +} + +.inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; +} + +.inset-y-9\/12 { + top: 75%; + bottom: 75%; +} + +.inset-x-9\/12 { + right: 75%; + left: 75%; +} + +.inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; +} + +.inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; +} + +.inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; +} + +.inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; +} + +.inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; +} + +.inset-x-1\/16 { + right: 6.25%; + left: 6.25%; +} + +.inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; +} + +.inset-x-2\/16 { + right: 12.5%; + left: 12.5%; +} + +.inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; +} + +.inset-x-3\/16 { + right: 18.75%; + left: 18.75%; +} + +.inset-y-4\/16 { + top: 25%; + bottom: 25%; +} + +.inset-x-4\/16 { + right: 25%; + left: 25%; +} + +.inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; +} + +.inset-x-5\/16 { + right: 31.25%; + left: 31.25%; +} + +.inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; +} + +.inset-x-6\/16 { + right: 37.5%; + left: 37.5%; +} + +.inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; +} + +.inset-x-7\/16 { + right: 43.75%; + left: 43.75%; +} + +.inset-y-8\/16 { + top: 50%; + bottom: 50%; +} + +.inset-x-8\/16 { + right: 50%; + left: 50%; +} + +.inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; +} + +.inset-x-9\/16 { + right: 56.25%; + left: 56.25%; +} + +.inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; +} + +.inset-x-10\/16 { + right: 62.5%; + left: 62.5%; +} + +.inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; +} + +.inset-x-11\/16 { + right: 68.75%; + left: 68.75%; +} + +.inset-y-12\/16 { + top: 75%; + bottom: 75%; +} + +.inset-x-12\/16 { + right: 75%; + left: 75%; +} + +.inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; +} + +.inset-x-13\/16 { + right: 81.25%; + left: 81.25%; +} + +.inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; +} + +.inset-x-14\/16 { + right: 87.5%; + left: 87.5%; +} + +.inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; +} + +.inset-x-15\/16 { + right: 93.75%; + left: 93.75%; +} + +.inset-y-full { + top: 100%; + bottom: 100%; +} + +.inset-x-full { + right: 100%; + left: 100%; +} + +.-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; +} + +.-inset-x-1 { + right: -0.25rem; + left: -0.25rem; +} + +.-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; +} + +.-inset-x-2 { + right: -0.5rem; + left: -0.5rem; +} + +.-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; +} + +.-inset-x-3 { + right: -0.75rem; + left: -0.75rem; +} + +.-inset-y-4 { + top: -1rem; + bottom: -1rem; +} + +.-inset-x-4 { + right: -1rem; + left: -1rem; +} + +.-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; +} + +.-inset-x-5 { + right: -1.25rem; + left: -1.25rem; +} + +.-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; +} + +.-inset-x-6 { + right: -1.5rem; + left: -1.5rem; +} + +.-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; +} + +.-inset-x-7 { + right: -1.75rem; + left: -1.75rem; +} + +.-inset-y-8 { + top: -2rem; + bottom: -2rem; +} + +.-inset-x-8 { + right: -2rem; + left: -2rem; +} + +.-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; +} + +.-inset-x-9 { + right: -2.25rem; + left: -2.25rem; +} + +.-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; +} + +.-inset-x-10 { + right: -2.5rem; + left: -2.5rem; +} + +.-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; +} + +.-inset-x-11 { + right: -2.75rem; + left: -2.75rem; +} + +.-inset-y-12 { + top: -3rem; + bottom: -3rem; +} + +.-inset-x-12 { + right: -3rem; + left: -3rem; +} + +.-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; +} + +.-inset-x-13 { + right: -3.25rem; + left: -3.25rem; +} + +.-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; +} + +.-inset-x-14 { + right: -3.5rem; + left: -3.5rem; +} + +.-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; +} + +.-inset-x-15 { + right: -3.75rem; + left: -3.75rem; +} + +.-inset-y-16 { + top: -4rem; + bottom: -4rem; +} + +.-inset-x-16 { + right: -4rem; + left: -4rem; +} + +.-inset-y-20 { + top: -5rem; + bottom: -5rem; +} + +.-inset-x-20 { + right: -5rem; + left: -5rem; +} + +.-inset-y-24 { + top: -6rem; + bottom: -6rem; +} + +.-inset-x-24 { + right: -6rem; + left: -6rem; +} + +.-inset-y-28 { + top: -7rem; + bottom: -7rem; +} + +.-inset-x-28 { + right: -7rem; + left: -7rem; +} + +.-inset-y-32 { + top: -8rem; + bottom: -8rem; +} + +.-inset-x-32 { + right: -8rem; + left: -8rem; +} + +.-inset-y-36 { + top: -9rem; + bottom: -9rem; +} + +.-inset-x-36 { + right: -9rem; + left: -9rem; +} + +.-inset-y-40 { + top: -10rem; + bottom: -10rem; +} + +.-inset-x-40 { + right: -10rem; + left: -10rem; +} + +.-inset-y-44 { + top: -11rem; + bottom: -11rem; +} + +.-inset-x-44 { + right: -11rem; + left: -11rem; +} + +.-inset-y-48 { + top: -12rem; + bottom: -12rem; +} + +.-inset-x-48 { + right: -12rem; + left: -12rem; +} + +.-inset-y-52 { + top: -13rem; + bottom: -13rem; +} + +.-inset-x-52 { + right: -13rem; + left: -13rem; +} + +.-inset-y-56 { + top: -14rem; + bottom: -14rem; +} + +.-inset-x-56 { + right: -14rem; + left: -14rem; +} + +.-inset-y-60 { + top: -15rem; + bottom: -15rem; +} + +.-inset-x-60 { + right: -15rem; + left: -15rem; +} + +.-inset-y-64 { + top: -16rem; + bottom: -16rem; +} + +.-inset-x-64 { + right: -16rem; + left: -16rem; +} + +.-inset-y-72 { + top: -18rem; + bottom: -18rem; +} + +.-inset-x-72 { + right: -18rem; + left: -18rem; +} + +.-inset-y-80 { + top: -20rem; + bottom: -20rem; +} + +.-inset-x-80 { + right: -20rem; + left: -20rem; +} + +.-inset-y-96 { + top: -24rem; + bottom: -24rem; +} + +.-inset-x-96 { + right: -24rem; + left: -24rem; +} + +.-inset-y-px { + top: -1px; + bottom: -1px; +} + +.-inset-x-px { + right: -1px; + left: -1px; +} + +.-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; +} + +.-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; +} + +.-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; +} + +.-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; +} + +.-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; +} + +.-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; +} + +.-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; +} + +.-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; +} + +.-inset-y-1\/2 { + top: -50%; + bottom: -50%; +} + +.-inset-x-1\/2 { + right: -50%; + left: -50%; +} + +.-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; +} + +.-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; +} + +.-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; +} + +.-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; +} + +.-inset-y-1\/4 { + top: -25%; + bottom: -25%; +} + +.-inset-x-1\/4 { + right: -25%; + left: -25%; +} + +.-inset-y-2\/4 { + top: -50%; + bottom: -50%; +} + +.-inset-x-2\/4 { + right: -50%; + left: -50%; +} + +.-inset-y-3\/4 { + top: -75%; + bottom: -75%; +} + +.-inset-x-3\/4 { + right: -75%; + left: -75%; +} + +.-inset-y-1\/5 { + top: -20%; + bottom: -20%; +} + +.-inset-x-1\/5 { + right: -20%; + left: -20%; +} + +.-inset-y-2\/5 { + top: -40%; + bottom: -40%; +} + +.-inset-x-2\/5 { + right: -40%; + left: -40%; +} + +.-inset-y-3\/5 { + top: -60%; + bottom: -60%; +} + +.-inset-x-3\/5 { + right: -60%; + left: -60%; +} + +.-inset-y-4\/5 { + top: -80%; + bottom: -80%; +} + +.-inset-x-4\/5 { + right: -80%; + left: -80%; +} + +.-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; +} + +.-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; +} + +.-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; +} + +.-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; +} + +.-inset-y-3\/6 { + top: -50%; + bottom: -50%; +} + +.-inset-x-3\/6 { + right: -50%; + left: -50%; +} + +.-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; +} + +.-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; +} + +.-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; +} + +.-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; +} + +.-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; +} + +.-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; +} + +.-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; +} + +.-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; +} + +.-inset-y-3\/12 { + top: -25%; + bottom: -25%; +} + +.-inset-x-3\/12 { + right: -25%; + left: -25%; +} + +.-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; +} + +.-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; +} + +.-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; +} + +.-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; +} + +.-inset-y-6\/12 { + top: -50%; + bottom: -50%; +} + +.-inset-x-6\/12 { + right: -50%; + left: -50%; +} + +.-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; +} + +.-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; +} + +.-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; +} + +.-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; +} + +.-inset-y-9\/12 { + top: -75%; + bottom: -75%; +} + +.-inset-x-9\/12 { + right: -75%; + left: -75%; +} + +.-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; +} + +.-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; +} + +.-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; +} + +.-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; +} + +.-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; +} + +.-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; +} + +.-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; +} + +.-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; +} + +.-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; +} + +.-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; +} + +.-inset-y-4\/16 { + top: -25%; + bottom: -25%; +} + +.-inset-x-4\/16 { + right: -25%; + left: -25%; +} + +.-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; +} + +.-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; +} + +.-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; +} + +.-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; +} + +.-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; +} + +.-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; +} + +.-inset-y-8\/16 { + top: -50%; + bottom: -50%; +} + +.-inset-x-8\/16 { + right: -50%; + left: -50%; +} + +.-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; +} + +.-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; +} + +.-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; +} + +.-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; +} + +.-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; +} + +.-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; +} + +.-inset-y-12\/16 { + top: -75%; + bottom: -75%; +} + +.-inset-x-12\/16 { + right: -75%; + left: -75%; +} + +.-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; +} + +.-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; +} + +.-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; +} + +.-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; +} + +.-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; +} + +.-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; +} + +.-inset-y-full { + top: -100%; + bottom: -100%; +} + +.-inset-x-full { + right: -100%; + left: -100%; +} + .top-0 { top: 0; } @@ -21184,6 +31248,502 @@ video { left: 0; } +.top-1 { + top: 0.25rem; +} + +.right-1 { + right: 0.25rem; +} + +.bottom-1 { + bottom: 0.25rem; +} + +.left-1 { + left: 0.25rem; +} + +.top-2 { + top: 0.5rem; +} + +.right-2 { + right: 0.5rem; +} + +.bottom-2 { + bottom: 0.5rem; +} + +.left-2 { + left: 0.5rem; +} + +.top-3 { + top: 0.75rem; +} + +.right-3 { + right: 0.75rem; +} + +.bottom-3 { + bottom: 0.75rem; +} + +.left-3 { + left: 0.75rem; +} + +.top-4 { + top: 1rem; +} + +.right-4 { + right: 1rem; +} + +.bottom-4 { + bottom: 1rem; +} + +.left-4 { + left: 1rem; +} + +.top-5 { + top: 1.25rem; +} + +.right-5 { + right: 1.25rem; +} + +.bottom-5 { + bottom: 1.25rem; +} + +.left-5 { + left: 1.25rem; +} + +.top-6 { + top: 1.5rem; +} + +.right-6 { + right: 1.5rem; +} + +.bottom-6 { + bottom: 1.5rem; +} + +.left-6 { + left: 1.5rem; +} + +.top-7 { + top: 1.75rem; +} + +.right-7 { + right: 1.75rem; +} + +.bottom-7 { + bottom: 1.75rem; +} + +.left-7 { + left: 1.75rem; +} + +.top-8 { + top: 2rem; +} + +.right-8 { + right: 2rem; +} + +.bottom-8 { + bottom: 2rem; +} + +.left-8 { + left: 2rem; +} + +.top-9 { + top: 2.25rem; +} + +.right-9 { + right: 2.25rem; +} + +.bottom-9 { + bottom: 2.25rem; +} + +.left-9 { + left: 2.25rem; +} + +.top-10 { + top: 2.5rem; +} + +.right-10 { + right: 2.5rem; +} + +.bottom-10 { + bottom: 2.5rem; +} + +.left-10 { + left: 2.5rem; +} + +.top-11 { + top: 2.75rem; +} + +.right-11 { + right: 2.75rem; +} + +.bottom-11 { + bottom: 2.75rem; +} + +.left-11 { + left: 2.75rem; +} + +.top-12 { + top: 3rem; +} + +.right-12 { + right: 3rem; +} + +.bottom-12 { + bottom: 3rem; +} + +.left-12 { + left: 3rem; +} + +.top-13 { + top: 3.25rem; +} + +.right-13 { + right: 3.25rem; +} + +.bottom-13 { + bottom: 3.25rem; +} + +.left-13 { + left: 3.25rem; +} + +.top-14 { + top: 3.5rem; +} + +.right-14 { + right: 3.5rem; +} + +.bottom-14 { + bottom: 3.5rem; +} + +.left-14 { + left: 3.5rem; +} + +.top-15 { + top: 3.75rem; +} + +.right-15 { + right: 3.75rem; +} + +.bottom-15 { + bottom: 3.75rem; +} + +.left-15 { + left: 3.75rem; +} + +.top-16 { + top: 4rem; +} + +.right-16 { + right: 4rem; +} + +.bottom-16 { + bottom: 4rem; +} + +.left-16 { + left: 4rem; +} + +.top-20 { + top: 5rem; +} + +.right-20 { + right: 5rem; +} + +.bottom-20 { + bottom: 5rem; +} + +.left-20 { + left: 5rem; +} + +.top-24 { + top: 6rem; +} + +.right-24 { + right: 6rem; +} + +.bottom-24 { + bottom: 6rem; +} + +.left-24 { + left: 6rem; +} + +.top-28 { + top: 7rem; +} + +.right-28 { + right: 7rem; +} + +.bottom-28 { + bottom: 7rem; +} + +.left-28 { + left: 7rem; +} + +.top-32 { + top: 8rem; +} + +.right-32 { + right: 8rem; +} + +.bottom-32 { + bottom: 8rem; +} + +.left-32 { + left: 8rem; +} + +.top-36 { + top: 9rem; +} + +.right-36 { + right: 9rem; +} + +.bottom-36 { + bottom: 9rem; +} + +.left-36 { + left: 9rem; +} + +.top-40 { + top: 10rem; +} + +.right-40 { + right: 10rem; +} + +.bottom-40 { + bottom: 10rem; +} + +.left-40 { + left: 10rem; +} + +.top-44 { + top: 11rem; +} + +.right-44 { + right: 11rem; +} + +.bottom-44 { + bottom: 11rem; +} + +.left-44 { + left: 11rem; +} + +.top-48 { + top: 12rem; +} + +.right-48 { + right: 12rem; +} + +.bottom-48 { + bottom: 12rem; +} + +.left-48 { + left: 12rem; +} + +.top-52 { + top: 13rem; +} + +.right-52 { + right: 13rem; +} + +.bottom-52 { + bottom: 13rem; +} + +.left-52 { + left: 13rem; +} + +.top-56 { + top: 14rem; +} + +.right-56 { + right: 14rem; +} + +.bottom-56 { + bottom: 14rem; +} + +.left-56 { + left: 14rem; +} + +.top-60 { + top: 15rem; +} + +.right-60 { + right: 15rem; +} + +.bottom-60 { + bottom: 15rem; +} + +.left-60 { + left: 15rem; +} + +.top-64 { + top: 16rem; +} + +.right-64 { + right: 16rem; +} + +.bottom-64 { + bottom: 16rem; +} + +.left-64 { + left: 16rem; +} + +.top-72 { + top: 18rem; +} + +.right-72 { + right: 18rem; +} + +.bottom-72 { + bottom: 18rem; +} + +.left-72 { + left: 18rem; +} + +.top-80 { + top: 20rem; +} + +.right-80 { + right: 20rem; +} + +.bottom-80 { + bottom: 20rem; +} + +.left-80 { + left: 20rem; +} + +.top-96 { + top: 24rem; +} + +.right-96 { + right: 24rem; +} + +.bottom-96 { + bottom: 24rem; +} + +.left-96 { + left: 24rem; +} + .top-auto { top: auto; } @@ -21200,6 +31760,2006 @@ video { left: auto; } +.top-px { + top: 1px; +} + +.right-px { + right: 1px; +} + +.bottom-px { + bottom: 1px; +} + +.left-px { + left: 1px; +} + +.top-0\.5 { + top: 0.125rem; +} + +.right-0\.5 { + right: 0.125rem; +} + +.bottom-0\.5 { + bottom: 0.125rem; +} + +.left-0\.5 { + left: 0.125rem; +} + +.top-1\.5 { + top: 0.375rem; +} + +.right-1\.5 { + right: 0.375rem; +} + +.bottom-1\.5 { + bottom: 0.375rem; +} + +.left-1\.5 { + left: 0.375rem; +} + +.top-2\.5 { + top: 0.625rem; +} + +.right-2\.5 { + right: 0.625rem; +} + +.bottom-2\.5 { + bottom: 0.625rem; +} + +.left-2\.5 { + left: 0.625rem; +} + +.top-3\.5 { + top: 0.875rem; +} + +.right-3\.5 { + right: 0.875rem; +} + +.bottom-3\.5 { + bottom: 0.875rem; +} + +.left-3\.5 { + left: 0.875rem; +} + +.top-1\/2 { + top: 50%; +} + +.right-1\/2 { + right: 50%; +} + +.bottom-1\/2 { + bottom: 50%; +} + +.left-1\/2 { + left: 50%; +} + +.top-1\/3 { + top: 33.333333%; +} + +.right-1\/3 { + right: 33.333333%; +} + +.bottom-1\/3 { + bottom: 33.333333%; +} + +.left-1\/3 { + left: 33.333333%; +} + +.top-2\/3 { + top: 66.666667%; +} + +.right-2\/3 { + right: 66.666667%; +} + +.bottom-2\/3 { + bottom: 66.666667%; +} + +.left-2\/3 { + left: 66.666667%; +} + +.top-1\/4 { + top: 25%; +} + +.right-1\/4 { + right: 25%; +} + +.bottom-1\/4 { + bottom: 25%; +} + +.left-1\/4 { + left: 25%; +} + +.top-2\/4 { + top: 50%; +} + +.right-2\/4 { + right: 50%; +} + +.bottom-2\/4 { + bottom: 50%; +} + +.left-2\/4 { + left: 50%; +} + +.top-3\/4 { + top: 75%; +} + +.right-3\/4 { + right: 75%; +} + +.bottom-3\/4 { + bottom: 75%; +} + +.left-3\/4 { + left: 75%; +} + +.top-1\/5 { + top: 20%; +} + +.right-1\/5 { + right: 20%; +} + +.bottom-1\/5 { + bottom: 20%; +} + +.left-1\/5 { + left: 20%; +} + +.top-2\/5 { + top: 40%; +} + +.right-2\/5 { + right: 40%; +} + +.bottom-2\/5 { + bottom: 40%; +} + +.left-2\/5 { + left: 40%; +} + +.top-3\/5 { + top: 60%; +} + +.right-3\/5 { + right: 60%; +} + +.bottom-3\/5 { + bottom: 60%; +} + +.left-3\/5 { + left: 60%; +} + +.top-4\/5 { + top: 80%; +} + +.right-4\/5 { + right: 80%; +} + +.bottom-4\/5 { + bottom: 80%; +} + +.left-4\/5 { + left: 80%; +} + +.top-1\/6 { + top: 16.666667%; +} + +.right-1\/6 { + right: 16.666667%; +} + +.bottom-1\/6 { + bottom: 16.666667%; +} + +.left-1\/6 { + left: 16.666667%; +} + +.top-2\/6 { + top: 33.333333%; +} + +.right-2\/6 { + right: 33.333333%; +} + +.bottom-2\/6 { + bottom: 33.333333%; +} + +.left-2\/6 { + left: 33.333333%; +} + +.top-3\/6 { + top: 50%; +} + +.right-3\/6 { + right: 50%; +} + +.bottom-3\/6 { + bottom: 50%; +} + +.left-3\/6 { + left: 50%; +} + +.top-4\/6 { + top: 66.666667%; +} + +.right-4\/6 { + right: 66.666667%; +} + +.bottom-4\/6 { + bottom: 66.666667%; +} + +.left-4\/6 { + left: 66.666667%; +} + +.top-5\/6 { + top: 83.333333%; +} + +.right-5\/6 { + right: 83.333333%; +} + +.bottom-5\/6 { + bottom: 83.333333%; +} + +.left-5\/6 { + left: 83.333333%; +} + +.top-1\/12 { + top: 8.333333%; +} + +.right-1\/12 { + right: 8.333333%; +} + +.bottom-1\/12 { + bottom: 8.333333%; +} + +.left-1\/12 { + left: 8.333333%; +} + +.top-2\/12 { + top: 16.666667%; +} + +.right-2\/12 { + right: 16.666667%; +} + +.bottom-2\/12 { + bottom: 16.666667%; +} + +.left-2\/12 { + left: 16.666667%; +} + +.top-3\/12 { + top: 25%; +} + +.right-3\/12 { + right: 25%; +} + +.bottom-3\/12 { + bottom: 25%; +} + +.left-3\/12 { + left: 25%; +} + +.top-4\/12 { + top: 33.333333%; +} + +.right-4\/12 { + right: 33.333333%; +} + +.bottom-4\/12 { + bottom: 33.333333%; +} + +.left-4\/12 { + left: 33.333333%; +} + +.top-5\/12 { + top: 41.666667%; +} + +.right-5\/12 { + right: 41.666667%; +} + +.bottom-5\/12 { + bottom: 41.666667%; +} + +.left-5\/12 { + left: 41.666667%; +} + +.top-6\/12 { + top: 50%; +} + +.right-6\/12 { + right: 50%; +} + +.bottom-6\/12 { + bottom: 50%; +} + +.left-6\/12 { + left: 50%; +} + +.top-7\/12 { + top: 58.333333%; +} + +.right-7\/12 { + right: 58.333333%; +} + +.bottom-7\/12 { + bottom: 58.333333%; +} + +.left-7\/12 { + left: 58.333333%; +} + +.top-8\/12 { + top: 66.666667%; +} + +.right-8\/12 { + right: 66.666667%; +} + +.bottom-8\/12 { + bottom: 66.666667%; +} + +.left-8\/12 { + left: 66.666667%; +} + +.top-9\/12 { + top: 75%; +} + +.right-9\/12 { + right: 75%; +} + +.bottom-9\/12 { + bottom: 75%; +} + +.left-9\/12 { + left: 75%; +} + +.top-10\/12 { + top: 83.333333%; +} + +.right-10\/12 { + right: 83.333333%; +} + +.bottom-10\/12 { + bottom: 83.333333%; +} + +.left-10\/12 { + left: 83.333333%; +} + +.top-11\/12 { + top: 91.666667%; +} + +.right-11\/12 { + right: 91.666667%; +} + +.bottom-11\/12 { + bottom: 91.666667%; +} + +.left-11\/12 { + left: 91.666667%; +} + +.top-1\/16 { + top: 6.25%; +} + +.right-1\/16 { + right: 6.25%; +} + +.bottom-1\/16 { + bottom: 6.25%; +} + +.left-1\/16 { + left: 6.25%; +} + +.top-2\/16 { + top: 12.5%; +} + +.right-2\/16 { + right: 12.5%; +} + +.bottom-2\/16 { + bottom: 12.5%; +} + +.left-2\/16 { + left: 12.5%; +} + +.top-3\/16 { + top: 18.75%; +} + +.right-3\/16 { + right: 18.75%; +} + +.bottom-3\/16 { + bottom: 18.75%; +} + +.left-3\/16 { + left: 18.75%; +} + +.top-4\/16 { + top: 25%; +} + +.right-4\/16 { + right: 25%; +} + +.bottom-4\/16 { + bottom: 25%; +} + +.left-4\/16 { + left: 25%; +} + +.top-5\/16 { + top: 31.25%; +} + +.right-5\/16 { + right: 31.25%; +} + +.bottom-5\/16 { + bottom: 31.25%; +} + +.left-5\/16 { + left: 31.25%; +} + +.top-6\/16 { + top: 37.5%; +} + +.right-6\/16 { + right: 37.5%; +} + +.bottom-6\/16 { + bottom: 37.5%; +} + +.left-6\/16 { + left: 37.5%; +} + +.top-7\/16 { + top: 43.75%; +} + +.right-7\/16 { + right: 43.75%; +} + +.bottom-7\/16 { + bottom: 43.75%; +} + +.left-7\/16 { + left: 43.75%; +} + +.top-8\/16 { + top: 50%; +} + +.right-8\/16 { + right: 50%; +} + +.bottom-8\/16 { + bottom: 50%; +} + +.left-8\/16 { + left: 50%; +} + +.top-9\/16 { + top: 56.25%; +} + +.right-9\/16 { + right: 56.25%; +} + +.bottom-9\/16 { + bottom: 56.25%; +} + +.left-9\/16 { + left: 56.25%; +} + +.top-10\/16 { + top: 62.5%; +} + +.right-10\/16 { + right: 62.5%; +} + +.bottom-10\/16 { + bottom: 62.5%; +} + +.left-10\/16 { + left: 62.5%; +} + +.top-11\/16 { + top: 68.75%; +} + +.right-11\/16 { + right: 68.75%; +} + +.bottom-11\/16 { + bottom: 68.75%; +} + +.left-11\/16 { + left: 68.75%; +} + +.top-12\/16 { + top: 75%; +} + +.right-12\/16 { + right: 75%; +} + +.bottom-12\/16 { + bottom: 75%; +} + +.left-12\/16 { + left: 75%; +} + +.top-13\/16 { + top: 81.25%; +} + +.right-13\/16 { + right: 81.25%; +} + +.bottom-13\/16 { + bottom: 81.25%; +} + +.left-13\/16 { + left: 81.25%; +} + +.top-14\/16 { + top: 87.5%; +} + +.right-14\/16 { + right: 87.5%; +} + +.bottom-14\/16 { + bottom: 87.5%; +} + +.left-14\/16 { + left: 87.5%; +} + +.top-15\/16 { + top: 93.75%; +} + +.right-15\/16 { + right: 93.75%; +} + +.bottom-15\/16 { + bottom: 93.75%; +} + +.left-15\/16 { + left: 93.75%; +} + +.top-full { + top: 100%; +} + +.right-full { + right: 100%; +} + +.bottom-full { + bottom: 100%; +} + +.left-full { + left: 100%; +} + +.-top-1 { + top: -0.25rem; +} + +.-right-1 { + right: -0.25rem; +} + +.-bottom-1 { + bottom: -0.25rem; +} + +.-left-1 { + left: -0.25rem; +} + +.-top-2 { + top: -0.5rem; +} + +.-right-2 { + right: -0.5rem; +} + +.-bottom-2 { + bottom: -0.5rem; +} + +.-left-2 { + left: -0.5rem; +} + +.-top-3 { + top: -0.75rem; +} + +.-right-3 { + right: -0.75rem; +} + +.-bottom-3 { + bottom: -0.75rem; +} + +.-left-3 { + left: -0.75rem; +} + +.-top-4 { + top: -1rem; +} + +.-right-4 { + right: -1rem; +} + +.-bottom-4 { + bottom: -1rem; +} + +.-left-4 { + left: -1rem; +} + +.-top-5 { + top: -1.25rem; +} + +.-right-5 { + right: -1.25rem; +} + +.-bottom-5 { + bottom: -1.25rem; +} + +.-left-5 { + left: -1.25rem; +} + +.-top-6 { + top: -1.5rem; +} + +.-right-6 { + right: -1.5rem; +} + +.-bottom-6 { + bottom: -1.5rem; +} + +.-left-6 { + left: -1.5rem; +} + +.-top-7 { + top: -1.75rem; +} + +.-right-7 { + right: -1.75rem; +} + +.-bottom-7 { + bottom: -1.75rem; +} + +.-left-7 { + left: -1.75rem; +} + +.-top-8 { + top: -2rem; +} + +.-right-8 { + right: -2rem; +} + +.-bottom-8 { + bottom: -2rem; +} + +.-left-8 { + left: -2rem; +} + +.-top-9 { + top: -2.25rem; +} + +.-right-9 { + right: -2.25rem; +} + +.-bottom-9 { + bottom: -2.25rem; +} + +.-left-9 { + left: -2.25rem; +} + +.-top-10 { + top: -2.5rem; +} + +.-right-10 { + right: -2.5rem; +} + +.-bottom-10 { + bottom: -2.5rem; +} + +.-left-10 { + left: -2.5rem; +} + +.-top-11 { + top: -2.75rem; +} + +.-right-11 { + right: -2.75rem; +} + +.-bottom-11 { + bottom: -2.75rem; +} + +.-left-11 { + left: -2.75rem; +} + +.-top-12 { + top: -3rem; +} + +.-right-12 { + right: -3rem; +} + +.-bottom-12 { + bottom: -3rem; +} + +.-left-12 { + left: -3rem; +} + +.-top-13 { + top: -3.25rem; +} + +.-right-13 { + right: -3.25rem; +} + +.-bottom-13 { + bottom: -3.25rem; +} + +.-left-13 { + left: -3.25rem; +} + +.-top-14 { + top: -3.5rem; +} + +.-right-14 { + right: -3.5rem; +} + +.-bottom-14 { + bottom: -3.5rem; +} + +.-left-14 { + left: -3.5rem; +} + +.-top-15 { + top: -3.75rem; +} + +.-right-15 { + right: -3.75rem; +} + +.-bottom-15 { + bottom: -3.75rem; +} + +.-left-15 { + left: -3.75rem; +} + +.-top-16 { + top: -4rem; +} + +.-right-16 { + right: -4rem; +} + +.-bottom-16 { + bottom: -4rem; +} + +.-left-16 { + left: -4rem; +} + +.-top-20 { + top: -5rem; +} + +.-right-20 { + right: -5rem; +} + +.-bottom-20 { + bottom: -5rem; +} + +.-left-20 { + left: -5rem; +} + +.-top-24 { + top: -6rem; +} + +.-right-24 { + right: -6rem; +} + +.-bottom-24 { + bottom: -6rem; +} + +.-left-24 { + left: -6rem; +} + +.-top-28 { + top: -7rem; +} + +.-right-28 { + right: -7rem; +} + +.-bottom-28 { + bottom: -7rem; +} + +.-left-28 { + left: -7rem; +} + +.-top-32 { + top: -8rem; +} + +.-right-32 { + right: -8rem; +} + +.-bottom-32 { + bottom: -8rem; +} + +.-left-32 { + left: -8rem; +} + +.-top-36 { + top: -9rem; +} + +.-right-36 { + right: -9rem; +} + +.-bottom-36 { + bottom: -9rem; +} + +.-left-36 { + left: -9rem; +} + +.-top-40 { + top: -10rem; +} + +.-right-40 { + right: -10rem; +} + +.-bottom-40 { + bottom: -10rem; +} + +.-left-40 { + left: -10rem; +} + +.-top-44 { + top: -11rem; +} + +.-right-44 { + right: -11rem; +} + +.-bottom-44 { + bottom: -11rem; +} + +.-left-44 { + left: -11rem; +} + +.-top-48 { + top: -12rem; +} + +.-right-48 { + right: -12rem; +} + +.-bottom-48 { + bottom: -12rem; +} + +.-left-48 { + left: -12rem; +} + +.-top-52 { + top: -13rem; +} + +.-right-52 { + right: -13rem; +} + +.-bottom-52 { + bottom: -13rem; +} + +.-left-52 { + left: -13rem; +} + +.-top-56 { + top: -14rem; +} + +.-right-56 { + right: -14rem; +} + +.-bottom-56 { + bottom: -14rem; +} + +.-left-56 { + left: -14rem; +} + +.-top-60 { + top: -15rem; +} + +.-right-60 { + right: -15rem; +} + +.-bottom-60 { + bottom: -15rem; +} + +.-left-60 { + left: -15rem; +} + +.-top-64 { + top: -16rem; +} + +.-right-64 { + right: -16rem; +} + +.-bottom-64 { + bottom: -16rem; +} + +.-left-64 { + left: -16rem; +} + +.-top-72 { + top: -18rem; +} + +.-right-72 { + right: -18rem; +} + +.-bottom-72 { + bottom: -18rem; +} + +.-left-72 { + left: -18rem; +} + +.-top-80 { + top: -20rem; +} + +.-right-80 { + right: -20rem; +} + +.-bottom-80 { + bottom: -20rem; +} + +.-left-80 { + left: -20rem; +} + +.-top-96 { + top: -24rem; +} + +.-right-96 { + right: -24rem; +} + +.-bottom-96 { + bottom: -24rem; +} + +.-left-96 { + left: -24rem; +} + +.-top-px { + top: -1px; +} + +.-right-px { + right: -1px; +} + +.-bottom-px { + bottom: -1px; +} + +.-left-px { + left: -1px; +} + +.-top-0\.5 { + top: -0.125rem; +} + +.-right-0\.5 { + right: -0.125rem; +} + +.-bottom-0\.5 { + bottom: -0.125rem; +} + +.-left-0\.5 { + left: -0.125rem; +} + +.-top-1\.5 { + top: -0.375rem; +} + +.-right-1\.5 { + right: -0.375rem; +} + +.-bottom-1\.5 { + bottom: -0.375rem; +} + +.-left-1\.5 { + left: -0.375rem; +} + +.-top-2\.5 { + top: -0.625rem; +} + +.-right-2\.5 { + right: -0.625rem; +} + +.-bottom-2\.5 { + bottom: -0.625rem; +} + +.-left-2\.5 { + left: -0.625rem; +} + +.-top-3\.5 { + top: -0.875rem; +} + +.-right-3\.5 { + right: -0.875rem; +} + +.-bottom-3\.5 { + bottom: -0.875rem; +} + +.-left-3\.5 { + left: -0.875rem; +} + +.-top-1\/2 { + top: -50%; +} + +.-right-1\/2 { + right: -50%; +} + +.-bottom-1\/2 { + bottom: -50%; +} + +.-left-1\/2 { + left: -50%; +} + +.-top-1\/3 { + top: -33.33333%; +} + +.-right-1\/3 { + right: -33.33333%; +} + +.-bottom-1\/3 { + bottom: -33.33333%; +} + +.-left-1\/3 { + left: -33.33333%; +} + +.-top-2\/3 { + top: -66.66667%; +} + +.-right-2\/3 { + right: -66.66667%; +} + +.-bottom-2\/3 { + bottom: -66.66667%; +} + +.-left-2\/3 { + left: -66.66667%; +} + +.-top-1\/4 { + top: -25%; +} + +.-right-1\/4 { + right: -25%; +} + +.-bottom-1\/4 { + bottom: -25%; +} + +.-left-1\/4 { + left: -25%; +} + +.-top-2\/4 { + top: -50%; +} + +.-right-2\/4 { + right: -50%; +} + +.-bottom-2\/4 { + bottom: -50%; +} + +.-left-2\/4 { + left: -50%; +} + +.-top-3\/4 { + top: -75%; +} + +.-right-3\/4 { + right: -75%; +} + +.-bottom-3\/4 { + bottom: -75%; +} + +.-left-3\/4 { + left: -75%; +} + +.-top-1\/5 { + top: -20%; +} + +.-right-1\/5 { + right: -20%; +} + +.-bottom-1\/5 { + bottom: -20%; +} + +.-left-1\/5 { + left: -20%; +} + +.-top-2\/5 { + top: -40%; +} + +.-right-2\/5 { + right: -40%; +} + +.-bottom-2\/5 { + bottom: -40%; +} + +.-left-2\/5 { + left: -40%; +} + +.-top-3\/5 { + top: -60%; +} + +.-right-3\/5 { + right: -60%; +} + +.-bottom-3\/5 { + bottom: -60%; +} + +.-left-3\/5 { + left: -60%; +} + +.-top-4\/5 { + top: -80%; +} + +.-right-4\/5 { + right: -80%; +} + +.-bottom-4\/5 { + bottom: -80%; +} + +.-left-4\/5 { + left: -80%; +} + +.-top-1\/6 { + top: -16.66667%; +} + +.-right-1\/6 { + right: -16.66667%; +} + +.-bottom-1\/6 { + bottom: -16.66667%; +} + +.-left-1\/6 { + left: -16.66667%; +} + +.-top-2\/6 { + top: -33.33333%; +} + +.-right-2\/6 { + right: -33.33333%; +} + +.-bottom-2\/6 { + bottom: -33.33333%; +} + +.-left-2\/6 { + left: -33.33333%; +} + +.-top-3\/6 { + top: -50%; +} + +.-right-3\/6 { + right: -50%; +} + +.-bottom-3\/6 { + bottom: -50%; +} + +.-left-3\/6 { + left: -50%; +} + +.-top-4\/6 { + top: -66.66667%; +} + +.-right-4\/6 { + right: -66.66667%; +} + +.-bottom-4\/6 { + bottom: -66.66667%; +} + +.-left-4\/6 { + left: -66.66667%; +} + +.-top-5\/6 { + top: -83.33333%; +} + +.-right-5\/6 { + right: -83.33333%; +} + +.-bottom-5\/6 { + bottom: -83.33333%; +} + +.-left-5\/6 { + left: -83.33333%; +} + +.-top-1\/12 { + top: -8.33333%; +} + +.-right-1\/12 { + right: -8.33333%; +} + +.-bottom-1\/12 { + bottom: -8.33333%; +} + +.-left-1\/12 { + left: -8.33333%; +} + +.-top-2\/12 { + top: -16.66667%; +} + +.-right-2\/12 { + right: -16.66667%; +} + +.-bottom-2\/12 { + bottom: -16.66667%; +} + +.-left-2\/12 { + left: -16.66667%; +} + +.-top-3\/12 { + top: -25%; +} + +.-right-3\/12 { + right: -25%; +} + +.-bottom-3\/12 { + bottom: -25%; +} + +.-left-3\/12 { + left: -25%; +} + +.-top-4\/12 { + top: -33.33333%; +} + +.-right-4\/12 { + right: -33.33333%; +} + +.-bottom-4\/12 { + bottom: -33.33333%; +} + +.-left-4\/12 { + left: -33.33333%; +} + +.-top-5\/12 { + top: -41.66667%; +} + +.-right-5\/12 { + right: -41.66667%; +} + +.-bottom-5\/12 { + bottom: -41.66667%; +} + +.-left-5\/12 { + left: -41.66667%; +} + +.-top-6\/12 { + top: -50%; +} + +.-right-6\/12 { + right: -50%; +} + +.-bottom-6\/12 { + bottom: -50%; +} + +.-left-6\/12 { + left: -50%; +} + +.-top-7\/12 { + top: -58.33333%; +} + +.-right-7\/12 { + right: -58.33333%; +} + +.-bottom-7\/12 { + bottom: -58.33333%; +} + +.-left-7\/12 { + left: -58.33333%; +} + +.-top-8\/12 { + top: -66.66667%; +} + +.-right-8\/12 { + right: -66.66667%; +} + +.-bottom-8\/12 { + bottom: -66.66667%; +} + +.-left-8\/12 { + left: -66.66667%; +} + +.-top-9\/12 { + top: -75%; +} + +.-right-9\/12 { + right: -75%; +} + +.-bottom-9\/12 { + bottom: -75%; +} + +.-left-9\/12 { + left: -75%; +} + +.-top-10\/12 { + top: -83.33333%; +} + +.-right-10\/12 { + right: -83.33333%; +} + +.-bottom-10\/12 { + bottom: -83.33333%; +} + +.-left-10\/12 { + left: -83.33333%; +} + +.-top-11\/12 { + top: -91.66667%; +} + +.-right-11\/12 { + right: -91.66667%; +} + +.-bottom-11\/12 { + bottom: -91.66667%; +} + +.-left-11\/12 { + left: -91.66667%; +} + +.-top-1\/16 { + top: -6.25%; +} + +.-right-1\/16 { + right: -6.25%; +} + +.-bottom-1\/16 { + bottom: -6.25%; +} + +.-left-1\/16 { + left: -6.25%; +} + +.-top-2\/16 { + top: -12.5%; +} + +.-right-2\/16 { + right: -12.5%; +} + +.-bottom-2\/16 { + bottom: -12.5%; +} + +.-left-2\/16 { + left: -12.5%; +} + +.-top-3\/16 { + top: -18.75%; +} + +.-right-3\/16 { + right: -18.75%; +} + +.-bottom-3\/16 { + bottom: -18.75%; +} + +.-left-3\/16 { + left: -18.75%; +} + +.-top-4\/16 { + top: -25%; +} + +.-right-4\/16 { + right: -25%; +} + +.-bottom-4\/16 { + bottom: -25%; +} + +.-left-4\/16 { + left: -25%; +} + +.-top-5\/16 { + top: -31.25%; +} + +.-right-5\/16 { + right: -31.25%; +} + +.-bottom-5\/16 { + bottom: -31.25%; +} + +.-left-5\/16 { + left: -31.25%; +} + +.-top-6\/16 { + top: -37.5%; +} + +.-right-6\/16 { + right: -37.5%; +} + +.-bottom-6\/16 { + bottom: -37.5%; +} + +.-left-6\/16 { + left: -37.5%; +} + +.-top-7\/16 { + top: -43.75%; +} + +.-right-7\/16 { + right: -43.75%; +} + +.-bottom-7\/16 { + bottom: -43.75%; +} + +.-left-7\/16 { + left: -43.75%; +} + +.-top-8\/16 { + top: -50%; +} + +.-right-8\/16 { + right: -50%; +} + +.-bottom-8\/16 { + bottom: -50%; +} + +.-left-8\/16 { + left: -50%; +} + +.-top-9\/16 { + top: -56.25%; +} + +.-right-9\/16 { + right: -56.25%; +} + +.-bottom-9\/16 { + bottom: -56.25%; +} + +.-left-9\/16 { + left: -56.25%; +} + +.-top-10\/16 { + top: -62.5%; +} + +.-right-10\/16 { + right: -62.5%; +} + +.-bottom-10\/16 { + bottom: -62.5%; +} + +.-left-10\/16 { + left: -62.5%; +} + +.-top-11\/16 { + top: -68.75%; +} + +.-right-11\/16 { + right: -68.75%; +} + +.-bottom-11\/16 { + bottom: -68.75%; +} + +.-left-11\/16 { + left: -68.75%; +} + +.-top-12\/16 { + top: -75%; +} + +.-right-12\/16 { + right: -75%; +} + +.-bottom-12\/16 { + bottom: -75%; +} + +.-left-12\/16 { + left: -75%; +} + +.-top-13\/16 { + top: -81.25%; +} + +.-right-13\/16 { + right: -81.25%; +} + +.-bottom-13\/16 { + bottom: -81.25%; +} + +.-left-13\/16 { + left: -81.25%; +} + +.-top-14\/16 { + top: -87.5%; +} + +.-right-14\/16 { + right: -87.5%; +} + +.-bottom-14\/16 { + bottom: -87.5%; +} + +.-left-14\/16 { + left: -87.5%; +} + +.-top-15\/16 { + top: -93.75%; +} + +.-right-15\/16 { + right: -93.75%; +} + +.-bottom-15\/16 { + bottom: -93.75%; +} + +.-left-15\/16 { + left: -93.75%; +} + +.-top-full { + top: -100%; +} + +.-right-full { + right: -100%; +} + +.-bottom-full { + bottom: -100%; +} + +.-left-full { + left: -100%; +} + .resize-none { resize: none; } @@ -24512,18 +37072,42 @@ video { width: 1.5rem; } +.w-7 { + width: 1.75rem; +} + .w-8 { width: 2rem; } +.w-9 { + width: 2.25rem; +} + .w-10 { width: 2.5rem; } +.w-11 { + width: 2.75rem; +} + .w-12 { width: 3rem; } +.w-13 { + width: 3.25rem; +} + +.w-14 { + width: 3.5rem; +} + +.w-15 { + width: 3.75rem; +} + .w-16 { width: 4rem; } @@ -24536,26 +37120,58 @@ video { width: 6rem; } +.w-28 { + width: 7rem; +} + .w-32 { width: 8rem; } +.w-36 { + width: 9rem; +} + .w-40 { width: 10rem; } +.w-44 { + width: 11rem; +} + .w-48 { width: 12rem; } +.w-52 { + width: 13rem; +} + .w-56 { width: 14rem; } +.w-60 { + width: 15rem; +} + .w-64 { width: 16rem; } +.w-72 { + width: 18rem; +} + +.w-80 { + width: 20rem; +} + +.w-96 { + width: 24rem; +} + .w-auto { width: auto; } @@ -24564,6 +37180,22 @@ video { width: 1px; } +.w-0\.5 { + width: 0.125rem; +} + +.w-1\.5 { + width: 0.375rem; +} + +.w-2\.5 { + width: 0.625rem; +} + +.w-3\.5 { + width: 0.875rem; +} + .w-1\/2 { width: 50%; } @@ -24668,6 +37300,66 @@ video { width: 91.666667%; } +.w-1\/16 { + width: 6.25%; +} + +.w-2\/16 { + width: 12.5%; +} + +.w-3\/16 { + width: 18.75%; +} + +.w-4\/16 { + width: 25%; +} + +.w-5\/16 { + width: 31.25%; +} + +.w-6\/16 { + width: 37.5%; +} + +.w-7\/16 { + width: 43.75%; +} + +.w-8\/16 { + width: 50%; +} + +.w-9\/16 { + width: 56.25%; +} + +.w-10\/16 { + width: 62.5%; +} + +.w-11\/16 { + width: 68.75%; +} + +.w-12\/16 { + width: 75%; +} + +.w-13\/16 { + width: 81.25%; +} + +.w-14\/16 { + width: 87.5%; +} + +.w-15\/16 { + width: 93.75%; +} + .w-full { width: 100%; } @@ -24676,6 +37368,14 @@ video { width: 100vw; } +.w-min { + width: min-content; +} + +.w-max { + width: max-content; +} + .z-0 { z-index: 0; } @@ -24739,21 +37439,51 @@ video { gap: 1.5rem; } +.gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; +} + .gap-8 { grid-gap: 2rem; gap: 2rem; } +.gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; +} + .gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } +.gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; +} + .gap-12 { grid-gap: 3rem; gap: 3rem; } +.gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; +} + +.gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; +} + +.gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; +} + .gap-16 { grid-gap: 4rem; gap: 4rem; @@ -24769,36 +37499,306 @@ video { gap: 6rem; } +.gap-28 { + grid-gap: 7rem; + gap: 7rem; +} + .gap-32 { grid-gap: 8rem; gap: 8rem; } +.gap-36 { + grid-gap: 9rem; + gap: 9rem; +} + .gap-40 { grid-gap: 10rem; gap: 10rem; } +.gap-44 { + grid-gap: 11rem; + gap: 11rem; +} + .gap-48 { grid-gap: 12rem; gap: 12rem; } +.gap-52 { + grid-gap: 13rem; + gap: 13rem; +} + .gap-56 { grid-gap: 14rem; gap: 14rem; } +.gap-60 { + grid-gap: 15rem; + gap: 15rem; +} + .gap-64 { grid-gap: 16rem; gap: 16rem; } +.gap-72 { + grid-gap: 18rem; + gap: 18rem; +} + +.gap-80 { + grid-gap: 20rem; + gap: 20rem; +} + +.gap-96 { + grid-gap: 24rem; + gap: 24rem; +} + .gap-px { grid-gap: 1px; gap: 1px; } +.gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; +} + +.gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; +} + +.gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; +} + +.gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; +} + +.gap-1\/2 { + grid-gap: 50%; + gap: 50%; +} + +.gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; +} + +.gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; +} + +.gap-1\/4 { + grid-gap: 25%; + gap: 25%; +} + +.gap-2\/4 { + grid-gap: 50%; + gap: 50%; +} + +.gap-3\/4 { + grid-gap: 75%; + gap: 75%; +} + +.gap-1\/5 { + grid-gap: 20%; + gap: 20%; +} + +.gap-2\/5 { + grid-gap: 40%; + gap: 40%; +} + +.gap-3\/5 { + grid-gap: 60%; + gap: 60%; +} + +.gap-4\/5 { + grid-gap: 80%; + gap: 80%; +} + +.gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; +} + +.gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; +} + +.gap-3\/6 { + grid-gap: 50%; + gap: 50%; +} + +.gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; +} + +.gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; +} + +.gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; +} + +.gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; +} + +.gap-3\/12 { + grid-gap: 25%; + gap: 25%; +} + +.gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; +} + +.gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; +} + +.gap-6\/12 { + grid-gap: 50%; + gap: 50%; +} + +.gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; +} + +.gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; +} + +.gap-9\/12 { + grid-gap: 75%; + gap: 75%; +} + +.gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; +} + +.gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; +} + +.gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; +} + +.gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; +} + +.gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; +} + +.gap-4\/16 { + grid-gap: 25%; + gap: 25%; +} + +.gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; +} + +.gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; +} + +.gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; +} + +.gap-8\/16 { + grid-gap: 50%; + gap: 50%; +} + +.gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; +} + +.gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; +} + +.gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; +} + +.gap-12\/16 { + grid-gap: 75%; + gap: 75%; +} + +.gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; +} + +.gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; +} + +.gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; +} + +.gap-full { + grid-gap: 100%; + gap: 100%; +} + .gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -24834,21 +37834,51 @@ video { column-gap: 1.5rem; } +.gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; +} + .gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } +.gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; +} + .gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } +.gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; +} + .gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } +.gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; +} + +.gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; +} + +.gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; +} + .gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -24864,36 +37894,306 @@ video { column-gap: 6rem; } +.gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; +} + .gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } +.gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; +} + .gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } +.gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; +} + .gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } +.gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; +} + .gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } +.gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; +} + .gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } +.gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; +} + +.gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; +} + +.gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; +} + .gap-x-px { grid-column-gap: 1px; column-gap: 1px; } +.gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; +} + +.gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; +} + +.gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; +} + +.gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; +} + +.gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; +} + +.gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; +} + +.gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; +} + +.gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; +} + +.gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; +} + +.gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; +} + +.gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; +} + +.gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; +} + +.gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; +} + +.gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; +} + +.gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; +} + +.gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; +} + +.gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; +} + +.gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; +} + +.gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; +} + +.gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; +} + +.gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; +} + +.gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; +} + +.gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; +} + +.gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; +} + +.gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; +} + +.gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; +} + +.gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; +} + +.gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; +} + +.gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; +} + +.gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; +} + +.gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; +} + +.gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; +} + +.gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; +} + +.gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; +} + +.gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; +} + +.gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; +} + +.gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; +} + +.gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; +} + +.gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; +} + +.gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; +} + +.gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; +} + +.gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; +} + .gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -24929,21 +38229,51 @@ video { row-gap: 1.5rem; } +.gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; +} + .gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } +.gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; +} + .gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } +.gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; +} + .gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } +.gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; +} + +.gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; +} + +.gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; +} + .gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -24959,36 +38289,306 @@ video { row-gap: 6rem; } +.gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; +} + .gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } +.gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; +} + .gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } +.gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; +} + .gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } +.gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; +} + .gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } +.gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; +} + .gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } +.gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; +} + +.gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; +} + +.gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; +} + .gap-y-px { grid-row-gap: 1px; row-gap: 1px; } +.gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; +} + +.gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; +} + +.gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; +} + +.gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; +} + +.gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; +} + +.gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; +} + +.gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; +} + +.gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; +} + +.gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; +} + +.gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; +} + +.gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; +} + +.gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; +} + +.gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; +} + +.gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; +} + +.gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; +} + +.gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; +} + +.gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; +} + +.gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; +} + +.gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; +} + +.gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; +} + +.gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; +} + +.gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; +} + +.gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; +} + +.gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; +} + +.gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; +} + +.gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; +} + +.gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; +} + +.gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; +} + +.gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; +} + +.gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; +} + +.gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; +} + +.gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; +} + +.gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; +} + +.gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; +} + +.gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; +} + +.gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; +} + +.gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; +} + +.gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; +} + +.gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; +} + +.gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; +} + +.gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; +} + +.gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; +} + .grid-flow-row { grid-auto-flow: row; } @@ -25050,7 +38650,7 @@ video { } .grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .grid-cols-none { @@ -25125,6 +38725,22 @@ video { grid-column: span 12 / span 12; } +.col-span-13 { + grid-column: span 13 / span 13; +} + +.col-span-14 { + grid-column: span 14 / span 14; +} + +.col-span-15 { + grid-column: span 15 / span 15; +} + +.col-span-16 { + grid-column: span 16 / span 16; +} + .col-span-full { grid-column: 1 / -1; } @@ -25181,6 +38797,22 @@ video { grid-column-start: 13; } +.col-start-14 { + grid-column-start: 14; +} + +.col-start-15 { + grid-column-start: 15; +} + +.col-start-16 { + grid-column-start: 16; +} + +.col-start-17 { + grid-column-start: 17; +} + .col-start-auto { grid-column-start: auto; } @@ -25237,6 +38869,22 @@ video { grid-column-end: 13; } +.col-end-14 { + grid-column-end: 14; +} + +.col-end-15 { + grid-column-end: 15; +} + +.col-end-16 { + grid-column-end: 16; +} + +.col-end-17 { + grid-column-end: 17; +} + .col-end-auto { grid-column-end: auto; } @@ -26065,18 +39713,42 @@ video { --transform-translate-x: 1.5rem; } +.translate-x-7 { + --transform-translate-x: 1.75rem; +} + .translate-x-8 { --transform-translate-x: 2rem; } +.translate-x-9 { + --transform-translate-x: 2.25rem; +} + .translate-x-10 { --transform-translate-x: 2.5rem; } +.translate-x-11 { + --transform-translate-x: 2.75rem; +} + .translate-x-12 { --transform-translate-x: 3rem; } +.translate-x-13 { + --transform-translate-x: 3.25rem; +} + +.translate-x-14 { + --transform-translate-x: 3.5rem; +} + +.translate-x-15 { + --transform-translate-x: 3.75rem; +} + .translate-x-16 { --transform-translate-x: 4rem; } @@ -26089,30 +39761,246 @@ video { --transform-translate-x: 6rem; } +.translate-x-28 { + --transform-translate-x: 7rem; +} + .translate-x-32 { --transform-translate-x: 8rem; } +.translate-x-36 { + --transform-translate-x: 9rem; +} + .translate-x-40 { --transform-translate-x: 10rem; } +.translate-x-44 { + --transform-translate-x: 11rem; +} + .translate-x-48 { --transform-translate-x: 12rem; } +.translate-x-52 { + --transform-translate-x: 13rem; +} + .translate-x-56 { --transform-translate-x: 14rem; } +.translate-x-60 { + --transform-translate-x: 15rem; +} + .translate-x-64 { --transform-translate-x: 16rem; } +.translate-x-72 { + --transform-translate-x: 18rem; +} + +.translate-x-80 { + --transform-translate-x: 20rem; +} + +.translate-x-96 { + --transform-translate-x: 24rem; +} + .translate-x-px { --transform-translate-x: 1px; } +.translate-x-0\.5 { + --transform-translate-x: 0.125rem; +} + +.translate-x-1\.5 { + --transform-translate-x: 0.375rem; +} + +.translate-x-2\.5 { + --transform-translate-x: 0.625rem; +} + +.translate-x-3\.5 { + --transform-translate-x: 0.875rem; +} + +.translate-x-1\/2 { + --transform-translate-x: 50%; +} + +.translate-x-1\/3 { + --transform-translate-x: 33.333333%; +} + +.translate-x-2\/3 { + --transform-translate-x: 66.666667%; +} + +.translate-x-1\/4 { + --transform-translate-x: 25%; +} + +.translate-x-2\/4 { + --transform-translate-x: 50%; +} + +.translate-x-3\/4 { + --transform-translate-x: 75%; +} + +.translate-x-1\/5 { + --transform-translate-x: 20%; +} + +.translate-x-2\/5 { + --transform-translate-x: 40%; +} + +.translate-x-3\/5 { + --transform-translate-x: 60%; +} + +.translate-x-4\/5 { + --transform-translate-x: 80%; +} + +.translate-x-1\/6 { + --transform-translate-x: 16.666667%; +} + +.translate-x-2\/6 { + --transform-translate-x: 33.333333%; +} + +.translate-x-3\/6 { + --transform-translate-x: 50%; +} + +.translate-x-4\/6 { + --transform-translate-x: 66.666667%; +} + +.translate-x-5\/6 { + --transform-translate-x: 83.333333%; +} + +.translate-x-1\/12 { + --transform-translate-x: 8.333333%; +} + +.translate-x-2\/12 { + --transform-translate-x: 16.666667%; +} + +.translate-x-3\/12 { + --transform-translate-x: 25%; +} + +.translate-x-4\/12 { + --transform-translate-x: 33.333333%; +} + +.translate-x-5\/12 { + --transform-translate-x: 41.666667%; +} + +.translate-x-6\/12 { + --transform-translate-x: 50%; +} + +.translate-x-7\/12 { + --transform-translate-x: 58.333333%; +} + +.translate-x-8\/12 { + --transform-translate-x: 66.666667%; +} + +.translate-x-9\/12 { + --transform-translate-x: 75%; +} + +.translate-x-10\/12 { + --transform-translate-x: 83.333333%; +} + +.translate-x-11\/12 { + --transform-translate-x: 91.666667%; +} + +.translate-x-1\/16 { + --transform-translate-x: 6.25%; +} + +.translate-x-2\/16 { + --transform-translate-x: 12.5%; +} + +.translate-x-3\/16 { + --transform-translate-x: 18.75%; +} + +.translate-x-4\/16 { + --transform-translate-x: 25%; +} + +.translate-x-5\/16 { + --transform-translate-x: 31.25%; +} + +.translate-x-6\/16 { + --transform-translate-x: 37.5%; +} + +.translate-x-7\/16 { + --transform-translate-x: 43.75%; +} + +.translate-x-8\/16 { + --transform-translate-x: 50%; +} + +.translate-x-9\/16 { + --transform-translate-x: 56.25%; +} + +.translate-x-10\/16 { + --transform-translate-x: 62.5%; +} + +.translate-x-11\/16 { + --transform-translate-x: 68.75%; +} + +.translate-x-12\/16 { + --transform-translate-x: 75%; +} + +.translate-x-13\/16 { + --transform-translate-x: 81.25%; +} + +.translate-x-14\/16 { + --transform-translate-x: 87.5%; +} + +.translate-x-15\/16 { + --transform-translate-x: 93.75%; +} + +.translate-x-full { + --transform-translate-x: 100%; +} + .-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -26137,18 +40025,42 @@ video { --transform-translate-x: -1.5rem; } +.-translate-x-7 { + --transform-translate-x: -1.75rem; +} + .-translate-x-8 { --transform-translate-x: -2rem; } +.-translate-x-9 { + --transform-translate-x: -2.25rem; +} + .-translate-x-10 { --transform-translate-x: -2.5rem; } +.-translate-x-11 { + --transform-translate-x: -2.75rem; +} + .-translate-x-12 { --transform-translate-x: -3rem; } +.-translate-x-13 { + --transform-translate-x: -3.25rem; +} + +.-translate-x-14 { + --transform-translate-x: -3.5rem; +} + +.-translate-x-15 { + --transform-translate-x: -3.75rem; +} + .-translate-x-16 { --transform-translate-x: -4rem; } @@ -26161,44 +40073,244 @@ video { --transform-translate-x: -6rem; } +.-translate-x-28 { + --transform-translate-x: -7rem; +} + .-translate-x-32 { --transform-translate-x: -8rem; } +.-translate-x-36 { + --transform-translate-x: -9rem; +} + .-translate-x-40 { --transform-translate-x: -10rem; } +.-translate-x-44 { + --transform-translate-x: -11rem; +} + .-translate-x-48 { --transform-translate-x: -12rem; } +.-translate-x-52 { + --transform-translate-x: -13rem; +} + .-translate-x-56 { --transform-translate-x: -14rem; } +.-translate-x-60 { + --transform-translate-x: -15rem; +} + .-translate-x-64 { --transform-translate-x: -16rem; } +.-translate-x-72 { + --transform-translate-x: -18rem; +} + +.-translate-x-80 { + --transform-translate-x: -20rem; +} + +.-translate-x-96 { + --transform-translate-x: -24rem; +} + .-translate-x-px { --transform-translate-x: -1px; } -.-translate-x-full { - --transform-translate-x: -100%; +.-translate-x-0\.5 { + --transform-translate-x: -0.125rem; +} + +.-translate-x-1\.5 { + --transform-translate-x: -0.375rem; +} + +.-translate-x-2\.5 { + --transform-translate-x: -0.625rem; +} + +.-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .-translate-x-1\/2 { --transform-translate-x: -50%; } -.translate-x-1\/2 { - --transform-translate-x: 50%; +.-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } -.translate-x-full { - --transform-translate-x: 100%; +.-translate-x-2\/3 { + --transform-translate-x: -66.66667%; +} + +.-translate-x-1\/4 { + --transform-translate-x: -25%; +} + +.-translate-x-2\/4 { + --transform-translate-x: -50%; +} + +.-translate-x-3\/4 { + --transform-translate-x: -75%; +} + +.-translate-x-1\/5 { + --transform-translate-x: -20%; +} + +.-translate-x-2\/5 { + --transform-translate-x: -40%; +} + +.-translate-x-3\/5 { + --transform-translate-x: -60%; +} + +.-translate-x-4\/5 { + --transform-translate-x: -80%; +} + +.-translate-x-1\/6 { + --transform-translate-x: -16.66667%; +} + +.-translate-x-2\/6 { + --transform-translate-x: -33.33333%; +} + +.-translate-x-3\/6 { + --transform-translate-x: -50%; +} + +.-translate-x-4\/6 { + --transform-translate-x: -66.66667%; +} + +.-translate-x-5\/6 { + --transform-translate-x: -83.33333%; +} + +.-translate-x-1\/12 { + --transform-translate-x: -8.33333%; +} + +.-translate-x-2\/12 { + --transform-translate-x: -16.66667%; +} + +.-translate-x-3\/12 { + --transform-translate-x: -25%; +} + +.-translate-x-4\/12 { + --transform-translate-x: -33.33333%; +} + +.-translate-x-5\/12 { + --transform-translate-x: -41.66667%; +} + +.-translate-x-6\/12 { + --transform-translate-x: -50%; +} + +.-translate-x-7\/12 { + --transform-translate-x: -58.33333%; +} + +.-translate-x-8\/12 { + --transform-translate-x: -66.66667%; +} + +.-translate-x-9\/12 { + --transform-translate-x: -75%; +} + +.-translate-x-10\/12 { + --transform-translate-x: -83.33333%; +} + +.-translate-x-11\/12 { + --transform-translate-x: -91.66667%; +} + +.-translate-x-1\/16 { + --transform-translate-x: -6.25%; +} + +.-translate-x-2\/16 { + --transform-translate-x: -12.5%; +} + +.-translate-x-3\/16 { + --transform-translate-x: -18.75%; +} + +.-translate-x-4\/16 { + --transform-translate-x: -25%; +} + +.-translate-x-5\/16 { + --transform-translate-x: -31.25%; +} + +.-translate-x-6\/16 { + --transform-translate-x: -37.5%; +} + +.-translate-x-7\/16 { + --transform-translate-x: -43.75%; +} + +.-translate-x-8\/16 { + --transform-translate-x: -50%; +} + +.-translate-x-9\/16 { + --transform-translate-x: -56.25%; +} + +.-translate-x-10\/16 { + --transform-translate-x: -62.5%; +} + +.-translate-x-11\/16 { + --transform-translate-x: -68.75%; +} + +.-translate-x-12\/16 { + --transform-translate-x: -75%; +} + +.-translate-x-13\/16 { + --transform-translate-x: -81.25%; +} + +.-translate-x-14\/16 { + --transform-translate-x: -87.5%; +} + +.-translate-x-15\/16 { + --transform-translate-x: -93.75%; +} + +.-translate-x-full { + --transform-translate-x: -100%; } .translate-y-0 { @@ -26229,18 +40341,42 @@ video { --transform-translate-y: 1.5rem; } +.translate-y-7 { + --transform-translate-y: 1.75rem; +} + .translate-y-8 { --transform-translate-y: 2rem; } +.translate-y-9 { + --transform-translate-y: 2.25rem; +} + .translate-y-10 { --transform-translate-y: 2.5rem; } +.translate-y-11 { + --transform-translate-y: 2.75rem; +} + .translate-y-12 { --transform-translate-y: 3rem; } +.translate-y-13 { + --transform-translate-y: 3.25rem; +} + +.translate-y-14 { + --transform-translate-y: 3.5rem; +} + +.translate-y-15 { + --transform-translate-y: 3.75rem; +} + .translate-y-16 { --transform-translate-y: 4rem; } @@ -26253,30 +40389,246 @@ video { --transform-translate-y: 6rem; } +.translate-y-28 { + --transform-translate-y: 7rem; +} + .translate-y-32 { --transform-translate-y: 8rem; } +.translate-y-36 { + --transform-translate-y: 9rem; +} + .translate-y-40 { --transform-translate-y: 10rem; } +.translate-y-44 { + --transform-translate-y: 11rem; +} + .translate-y-48 { --transform-translate-y: 12rem; } +.translate-y-52 { + --transform-translate-y: 13rem; +} + .translate-y-56 { --transform-translate-y: 14rem; } +.translate-y-60 { + --transform-translate-y: 15rem; +} + .translate-y-64 { --transform-translate-y: 16rem; } +.translate-y-72 { + --transform-translate-y: 18rem; +} + +.translate-y-80 { + --transform-translate-y: 20rem; +} + +.translate-y-96 { + --transform-translate-y: 24rem; +} + .translate-y-px { --transform-translate-y: 1px; } +.translate-y-0\.5 { + --transform-translate-y: 0.125rem; +} + +.translate-y-1\.5 { + --transform-translate-y: 0.375rem; +} + +.translate-y-2\.5 { + --transform-translate-y: 0.625rem; +} + +.translate-y-3\.5 { + --transform-translate-y: 0.875rem; +} + +.translate-y-1\/2 { + --transform-translate-y: 50%; +} + +.translate-y-1\/3 { + --transform-translate-y: 33.333333%; +} + +.translate-y-2\/3 { + --transform-translate-y: 66.666667%; +} + +.translate-y-1\/4 { + --transform-translate-y: 25%; +} + +.translate-y-2\/4 { + --transform-translate-y: 50%; +} + +.translate-y-3\/4 { + --transform-translate-y: 75%; +} + +.translate-y-1\/5 { + --transform-translate-y: 20%; +} + +.translate-y-2\/5 { + --transform-translate-y: 40%; +} + +.translate-y-3\/5 { + --transform-translate-y: 60%; +} + +.translate-y-4\/5 { + --transform-translate-y: 80%; +} + +.translate-y-1\/6 { + --transform-translate-y: 16.666667%; +} + +.translate-y-2\/6 { + --transform-translate-y: 33.333333%; +} + +.translate-y-3\/6 { + --transform-translate-y: 50%; +} + +.translate-y-4\/6 { + --transform-translate-y: 66.666667%; +} + +.translate-y-5\/6 { + --transform-translate-y: 83.333333%; +} + +.translate-y-1\/12 { + --transform-translate-y: 8.333333%; +} + +.translate-y-2\/12 { + --transform-translate-y: 16.666667%; +} + +.translate-y-3\/12 { + --transform-translate-y: 25%; +} + +.translate-y-4\/12 { + --transform-translate-y: 33.333333%; +} + +.translate-y-5\/12 { + --transform-translate-y: 41.666667%; +} + +.translate-y-6\/12 { + --transform-translate-y: 50%; +} + +.translate-y-7\/12 { + --transform-translate-y: 58.333333%; +} + +.translate-y-8\/12 { + --transform-translate-y: 66.666667%; +} + +.translate-y-9\/12 { + --transform-translate-y: 75%; +} + +.translate-y-10\/12 { + --transform-translate-y: 83.333333%; +} + +.translate-y-11\/12 { + --transform-translate-y: 91.666667%; +} + +.translate-y-1\/16 { + --transform-translate-y: 6.25%; +} + +.translate-y-2\/16 { + --transform-translate-y: 12.5%; +} + +.translate-y-3\/16 { + --transform-translate-y: 18.75%; +} + +.translate-y-4\/16 { + --transform-translate-y: 25%; +} + +.translate-y-5\/16 { + --transform-translate-y: 31.25%; +} + +.translate-y-6\/16 { + --transform-translate-y: 37.5%; +} + +.translate-y-7\/16 { + --transform-translate-y: 43.75%; +} + +.translate-y-8\/16 { + --transform-translate-y: 50%; +} + +.translate-y-9\/16 { + --transform-translate-y: 56.25%; +} + +.translate-y-10\/16 { + --transform-translate-y: 62.5%; +} + +.translate-y-11\/16 { + --transform-translate-y: 68.75%; +} + +.translate-y-12\/16 { + --transform-translate-y: 75%; +} + +.translate-y-13\/16 { + --transform-translate-y: 81.25%; +} + +.translate-y-14\/16 { + --transform-translate-y: 87.5%; +} + +.translate-y-15\/16 { + --transform-translate-y: 93.75%; +} + +.translate-y-full { + --transform-translate-y: 100%; +} + .-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -26301,18 +40653,42 @@ video { --transform-translate-y: -1.5rem; } +.-translate-y-7 { + --transform-translate-y: -1.75rem; +} + .-translate-y-8 { --transform-translate-y: -2rem; } +.-translate-y-9 { + --transform-translate-y: -2.25rem; +} + .-translate-y-10 { --transform-translate-y: -2.5rem; } +.-translate-y-11 { + --transform-translate-y: -2.75rem; +} + .-translate-y-12 { --transform-translate-y: -3rem; } +.-translate-y-13 { + --transform-translate-y: -3.25rem; +} + +.-translate-y-14 { + --transform-translate-y: -3.5rem; +} + +.-translate-y-15 { + --transform-translate-y: -3.75rem; +} + .-translate-y-16 { --transform-translate-y: -4rem; } @@ -26325,44 +40701,244 @@ video { --transform-translate-y: -6rem; } +.-translate-y-28 { + --transform-translate-y: -7rem; +} + .-translate-y-32 { --transform-translate-y: -8rem; } +.-translate-y-36 { + --transform-translate-y: -9rem; +} + .-translate-y-40 { --transform-translate-y: -10rem; } +.-translate-y-44 { + --transform-translate-y: -11rem; +} + .-translate-y-48 { --transform-translate-y: -12rem; } +.-translate-y-52 { + --transform-translate-y: -13rem; +} + .-translate-y-56 { --transform-translate-y: -14rem; } +.-translate-y-60 { + --transform-translate-y: -15rem; +} + .-translate-y-64 { --transform-translate-y: -16rem; } +.-translate-y-72 { + --transform-translate-y: -18rem; +} + +.-translate-y-80 { + --transform-translate-y: -20rem; +} + +.-translate-y-96 { + --transform-translate-y: -24rem; +} + .-translate-y-px { --transform-translate-y: -1px; } -.-translate-y-full { - --transform-translate-y: -100%; +.-translate-y-0\.5 { + --transform-translate-y: -0.125rem; +} + +.-translate-y-1\.5 { + --transform-translate-y: -0.375rem; +} + +.-translate-y-2\.5 { + --transform-translate-y: -0.625rem; +} + +.-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .-translate-y-1\/2 { --transform-translate-y: -50%; } -.translate-y-1\/2 { - --transform-translate-y: 50%; +.-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } -.translate-y-full { - --transform-translate-y: 100%; +.-translate-y-2\/3 { + --transform-translate-y: -66.66667%; +} + +.-translate-y-1\/4 { + --transform-translate-y: -25%; +} + +.-translate-y-2\/4 { + --transform-translate-y: -50%; +} + +.-translate-y-3\/4 { + --transform-translate-y: -75%; +} + +.-translate-y-1\/5 { + --transform-translate-y: -20%; +} + +.-translate-y-2\/5 { + --transform-translate-y: -40%; +} + +.-translate-y-3\/5 { + --transform-translate-y: -60%; +} + +.-translate-y-4\/5 { + --transform-translate-y: -80%; +} + +.-translate-y-1\/6 { + --transform-translate-y: -16.66667%; +} + +.-translate-y-2\/6 { + --transform-translate-y: -33.33333%; +} + +.-translate-y-3\/6 { + --transform-translate-y: -50%; +} + +.-translate-y-4\/6 { + --transform-translate-y: -66.66667%; +} + +.-translate-y-5\/6 { + --transform-translate-y: -83.33333%; +} + +.-translate-y-1\/12 { + --transform-translate-y: -8.33333%; +} + +.-translate-y-2\/12 { + --transform-translate-y: -16.66667%; +} + +.-translate-y-3\/12 { + --transform-translate-y: -25%; +} + +.-translate-y-4\/12 { + --transform-translate-y: -33.33333%; +} + +.-translate-y-5\/12 { + --transform-translate-y: -41.66667%; +} + +.-translate-y-6\/12 { + --transform-translate-y: -50%; +} + +.-translate-y-7\/12 { + --transform-translate-y: -58.33333%; +} + +.-translate-y-8\/12 { + --transform-translate-y: -66.66667%; +} + +.-translate-y-9\/12 { + --transform-translate-y: -75%; +} + +.-translate-y-10\/12 { + --transform-translate-y: -83.33333%; +} + +.-translate-y-11\/12 { + --transform-translate-y: -91.66667%; +} + +.-translate-y-1\/16 { + --transform-translate-y: -6.25%; +} + +.-translate-y-2\/16 { + --transform-translate-y: -12.5%; +} + +.-translate-y-3\/16 { + --transform-translate-y: -18.75%; +} + +.-translate-y-4\/16 { + --transform-translate-y: -25%; +} + +.-translate-y-5\/16 { + --transform-translate-y: -31.25%; +} + +.-translate-y-6\/16 { + --transform-translate-y: -37.5%; +} + +.-translate-y-7\/16 { + --transform-translate-y: -43.75%; +} + +.-translate-y-8\/16 { + --transform-translate-y: -50%; +} + +.-translate-y-9\/16 { + --transform-translate-y: -56.25%; +} + +.-translate-y-10\/16 { + --transform-translate-y: -62.5%; +} + +.-translate-y-11\/16 { + --transform-translate-y: -68.75%; +} + +.-translate-y-12\/16 { + --transform-translate-y: -75%; +} + +.-translate-y-13\/16 { + --transform-translate-y: -81.25%; +} + +.-translate-y-14\/16 { + --transform-translate-y: -87.5%; +} + +.-translate-y-15\/16 { + --transform-translate-y: -93.75%; +} + +.-translate-y-full { + --transform-translate-y: -100%; } .hover\:translate-x-0:hover { @@ -26393,18 +40969,42 @@ video { --transform-translate-x: 1.5rem; } +.hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; +} + .hover\:translate-x-8:hover { --transform-translate-x: 2rem; } +.hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; +} + .hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } +.hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; +} + .hover\:translate-x-12:hover { --transform-translate-x: 3rem; } +.hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; +} + +.hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; +} + +.hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; +} + .hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -26417,30 +41017,246 @@ video { --transform-translate-x: 6rem; } +.hover\:translate-x-28:hover { + --transform-translate-x: 7rem; +} + .hover\:translate-x-32:hover { --transform-translate-x: 8rem; } +.hover\:translate-x-36:hover { + --transform-translate-x: 9rem; +} + .hover\:translate-x-40:hover { --transform-translate-x: 10rem; } +.hover\:translate-x-44:hover { + --transform-translate-x: 11rem; +} + .hover\:translate-x-48:hover { --transform-translate-x: 12rem; } +.hover\:translate-x-52:hover { + --transform-translate-x: 13rem; +} + .hover\:translate-x-56:hover { --transform-translate-x: 14rem; } +.hover\:translate-x-60:hover { + --transform-translate-x: 15rem; +} + .hover\:translate-x-64:hover { --transform-translate-x: 16rem; } +.hover\:translate-x-72:hover { + --transform-translate-x: 18rem; +} + +.hover\:translate-x-80:hover { + --transform-translate-x: 20rem; +} + +.hover\:translate-x-96:hover { + --transform-translate-x: 24rem; +} + .hover\:translate-x-px:hover { --transform-translate-x: 1px; } +.hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; +} + +.hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; +} + +.hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; +} + +.hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; +} + +.hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; +} + +.hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; +} + +.hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; +} + +.hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; +} + +.hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; +} + +.hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; +} + +.hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; +} + +.hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; +} + +.hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; +} + +.hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; +} + +.hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; +} + +.hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; +} + +.hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; +} + +.hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; +} + +.hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; +} + +.hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; +} + +.hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; +} + +.hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; +} + +.hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; +} + +.hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; +} + +.hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; +} + +.hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; +} + +.hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; +} + +.hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; +} + +.hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; +} + +.hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; +} + +.hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; +} + +.hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; +} + +.hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; +} + +.hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; +} + +.hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; +} + +.hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; +} + +.hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; +} + +.hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; +} + +.hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; +} + +.hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; +} + +.hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; +} + +.hover\:translate-x-full:hover { + --transform-translate-x: 100%; +} + .hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -26465,18 +41281,42 @@ video { --transform-translate-x: -1.5rem; } +.hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; +} + .hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } +.hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; +} + .hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } +.hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; +} + .hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } +.hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; +} + +.hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; +} + +.hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; +} + .hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -26489,44 +41329,244 @@ video { --transform-translate-x: -6rem; } +.hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; +} + .hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } +.hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; +} + .hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } +.hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; +} + .hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } +.hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; +} + .hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } +.hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; +} + .hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } +.hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; +} + +.hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; +} + +.hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; +} + .hover\:-translate-x-px:hover { --transform-translate-x: -1px; } -.hover\:-translate-x-full:hover { - --transform-translate-x: -100%; +.hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; +} + +.hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; +} + +.hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; +} + +.hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } -.hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; +.hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } -.hover\:translate-x-full:hover { - --transform-translate-x: 100%; +.hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; +} + +.hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; +} + +.hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; +} + +.hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; +} + +.hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; +} + +.hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; +} + +.hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; +} + +.hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; +} + +.hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; +} + +.hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; +} + +.hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; +} + +.hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; +} + +.hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; +} + +.hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; +} + +.hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; +} + +.hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; +} + +.hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; +} + +.hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; +} + +.hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; +} + +.hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; +} + +.hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; +} + +.hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; +} + +.hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; +} + +.hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; +} + +.hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; +} + +.hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; +} + +.hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; +} + +.hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; +} + +.hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; +} + +.hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; +} + +.hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; +} + +.hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; +} + +.hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; +} + +.hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; +} + +.hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; +} + +.hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; +} + +.hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .hover\:translate-y-0:hover { @@ -26557,18 +41597,42 @@ video { --transform-translate-y: 1.5rem; } +.hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; +} + .hover\:translate-y-8:hover { --transform-translate-y: 2rem; } +.hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; +} + .hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } +.hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; +} + .hover\:translate-y-12:hover { --transform-translate-y: 3rem; } +.hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; +} + +.hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; +} + +.hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; +} + .hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -26581,30 +41645,246 @@ video { --transform-translate-y: 6rem; } +.hover\:translate-y-28:hover { + --transform-translate-y: 7rem; +} + .hover\:translate-y-32:hover { --transform-translate-y: 8rem; } +.hover\:translate-y-36:hover { + --transform-translate-y: 9rem; +} + .hover\:translate-y-40:hover { --transform-translate-y: 10rem; } +.hover\:translate-y-44:hover { + --transform-translate-y: 11rem; +} + .hover\:translate-y-48:hover { --transform-translate-y: 12rem; } +.hover\:translate-y-52:hover { + --transform-translate-y: 13rem; +} + .hover\:translate-y-56:hover { --transform-translate-y: 14rem; } +.hover\:translate-y-60:hover { + --transform-translate-y: 15rem; +} + .hover\:translate-y-64:hover { --transform-translate-y: 16rem; } +.hover\:translate-y-72:hover { + --transform-translate-y: 18rem; +} + +.hover\:translate-y-80:hover { + --transform-translate-y: 20rem; +} + +.hover\:translate-y-96:hover { + --transform-translate-y: 24rem; +} + .hover\:translate-y-px:hover { --transform-translate-y: 1px; } +.hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; +} + +.hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; +} + +.hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; +} + +.hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; +} + +.hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; +} + +.hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; +} + +.hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; +} + +.hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; +} + +.hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; +} + +.hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; +} + +.hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; +} + +.hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; +} + +.hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; +} + +.hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; +} + +.hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; +} + +.hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; +} + +.hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; +} + +.hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; +} + +.hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; +} + +.hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; +} + +.hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; +} + +.hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; +} + +.hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; +} + +.hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; +} + +.hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; +} + +.hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; +} + +.hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; +} + +.hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; +} + +.hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; +} + +.hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; +} + +.hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; +} + +.hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; +} + +.hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; +} + +.hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; +} + +.hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; +} + +.hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; +} + +.hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; +} + +.hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; +} + +.hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; +} + +.hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; +} + +.hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; +} + +.hover\:translate-y-full:hover { + --transform-translate-y: 100%; +} + .hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -26629,18 +41909,42 @@ video { --transform-translate-y: -1.5rem; } +.hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; +} + .hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } +.hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; +} + .hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } +.hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; +} + .hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } +.hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; +} + +.hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; +} + +.hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; +} + .hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -26653,44 +41957,244 @@ video { --transform-translate-y: -6rem; } +.hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; +} + .hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } +.hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; +} + .hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } +.hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; +} + .hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } +.hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; +} + .hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } +.hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; +} + .hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } +.hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; +} + +.hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; +} + +.hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; +} + .hover\:-translate-y-px:hover { --transform-translate-y: -1px; } -.hover\:-translate-y-full:hover { - --transform-translate-y: -100%; +.hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; +} + +.hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; +} + +.hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; +} + +.hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } -.hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; +.hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } -.hover\:translate-y-full:hover { - --transform-translate-y: 100%; +.hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; +} + +.hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; +} + +.hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; +} + +.hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; +} + +.hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; +} + +.hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; +} + +.hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; +} + +.hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; +} + +.hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; +} + +.hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; +} + +.hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; +} + +.hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; +} + +.hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; +} + +.hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; +} + +.hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; +} + +.hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; +} + +.hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; +} + +.hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; +} + +.hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; +} + +.hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; +} + +.hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; +} + +.hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; +} + +.hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; +} + +.hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; +} + +.hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; +} + +.hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; +} + +.hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; +} + +.hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; +} + +.hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; +} + +.hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; +} + +.hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; +} + +.hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; +} + +.hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; +} + +.hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; +} + +.hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; +} + +.hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; +} + +.hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .focus\:translate-x-0:focus { @@ -26721,18 +42225,42 @@ video { --transform-translate-x: 1.5rem; } +.focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; +} + .focus\:translate-x-8:focus { --transform-translate-x: 2rem; } +.focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; +} + .focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } +.focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; +} + .focus\:translate-x-12:focus { --transform-translate-x: 3rem; } +.focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; +} + +.focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; +} + +.focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; +} + .focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -26745,30 +42273,246 @@ video { --transform-translate-x: 6rem; } +.focus\:translate-x-28:focus { + --transform-translate-x: 7rem; +} + .focus\:translate-x-32:focus { --transform-translate-x: 8rem; } +.focus\:translate-x-36:focus { + --transform-translate-x: 9rem; +} + .focus\:translate-x-40:focus { --transform-translate-x: 10rem; } +.focus\:translate-x-44:focus { + --transform-translate-x: 11rem; +} + .focus\:translate-x-48:focus { --transform-translate-x: 12rem; } +.focus\:translate-x-52:focus { + --transform-translate-x: 13rem; +} + .focus\:translate-x-56:focus { --transform-translate-x: 14rem; } +.focus\:translate-x-60:focus { + --transform-translate-x: 15rem; +} + .focus\:translate-x-64:focus { --transform-translate-x: 16rem; } +.focus\:translate-x-72:focus { + --transform-translate-x: 18rem; +} + +.focus\:translate-x-80:focus { + --transform-translate-x: 20rem; +} + +.focus\:translate-x-96:focus { + --transform-translate-x: 24rem; +} + .focus\:translate-x-px:focus { --transform-translate-x: 1px; } +.focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; +} + +.focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; +} + +.focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; +} + +.focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; +} + +.focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; +} + +.focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; +} + +.focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; +} + +.focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; +} + +.focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; +} + +.focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; +} + +.focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; +} + +.focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; +} + +.focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; +} + +.focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; +} + +.focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; +} + +.focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; +} + +.focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; +} + +.focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; +} + +.focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; +} + +.focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; +} + +.focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; +} + +.focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; +} + +.focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; +} + +.focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; +} + +.focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; +} + +.focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; +} + +.focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; +} + +.focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; +} + +.focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; +} + +.focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; +} + +.focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; +} + +.focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; +} + +.focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; +} + +.focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; +} + +.focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; +} + +.focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; +} + +.focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; +} + +.focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; +} + +.focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; +} + +.focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; +} + +.focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; +} + +.focus\:translate-x-full:focus { + --transform-translate-x: 100%; +} + .focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -26793,18 +42537,42 @@ video { --transform-translate-x: -1.5rem; } +.focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; +} + .focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } +.focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; +} + .focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } +.focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; +} + .focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } +.focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; +} + +.focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; +} + +.focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; +} + .focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -26817,44 +42585,244 @@ video { --transform-translate-x: -6rem; } +.focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; +} + .focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } +.focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; +} + .focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } +.focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; +} + .focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } +.focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; +} + .focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } +.focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; +} + .focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } +.focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; +} + +.focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; +} + +.focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; +} + .focus\:-translate-x-px:focus { --transform-translate-x: -1px; } -.focus\:-translate-x-full:focus { - --transform-translate-x: -100%; +.focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; +} + +.focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; +} + +.focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; +} + +.focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } -.focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; +.focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } -.focus\:translate-x-full:focus { - --transform-translate-x: 100%; +.focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; +} + +.focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; +} + +.focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; +} + +.focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; +} + +.focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; +} + +.focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; +} + +.focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; +} + +.focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; +} + +.focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; +} + +.focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; +} + +.focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; +} + +.focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; +} + +.focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; +} + +.focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; +} + +.focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; +} + +.focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; +} + +.focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; +} + +.focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; +} + +.focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; +} + +.focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; +} + +.focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; +} + +.focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; +} + +.focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; +} + +.focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; +} + +.focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; +} + +.focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; +} + +.focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; +} + +.focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; +} + +.focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; +} + +.focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; +} + +.focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; +} + +.focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; +} + +.focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; +} + +.focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; +} + +.focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; +} + +.focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; +} + +.focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .focus\:translate-y-0:focus { @@ -26885,18 +42853,42 @@ video { --transform-translate-y: 1.5rem; } +.focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; +} + .focus\:translate-y-8:focus { --transform-translate-y: 2rem; } +.focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; +} + .focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } +.focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; +} + .focus\:translate-y-12:focus { --transform-translate-y: 3rem; } +.focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; +} + +.focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; +} + +.focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; +} + .focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -26909,30 +42901,246 @@ video { --transform-translate-y: 6rem; } +.focus\:translate-y-28:focus { + --transform-translate-y: 7rem; +} + .focus\:translate-y-32:focus { --transform-translate-y: 8rem; } +.focus\:translate-y-36:focus { + --transform-translate-y: 9rem; +} + .focus\:translate-y-40:focus { --transform-translate-y: 10rem; } +.focus\:translate-y-44:focus { + --transform-translate-y: 11rem; +} + .focus\:translate-y-48:focus { --transform-translate-y: 12rem; } +.focus\:translate-y-52:focus { + --transform-translate-y: 13rem; +} + .focus\:translate-y-56:focus { --transform-translate-y: 14rem; } +.focus\:translate-y-60:focus { + --transform-translate-y: 15rem; +} + .focus\:translate-y-64:focus { --transform-translate-y: 16rem; } +.focus\:translate-y-72:focus { + --transform-translate-y: 18rem; +} + +.focus\:translate-y-80:focus { + --transform-translate-y: 20rem; +} + +.focus\:translate-y-96:focus { + --transform-translate-y: 24rem; +} + .focus\:translate-y-px:focus { --transform-translate-y: 1px; } +.focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; +} + +.focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; +} + +.focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; +} + +.focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; +} + +.focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; +} + +.focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; +} + +.focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; +} + +.focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; +} + +.focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; +} + +.focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; +} + +.focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; +} + +.focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; +} + +.focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; +} + +.focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; +} + +.focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; +} + +.focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; +} + +.focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; +} + +.focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; +} + +.focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; +} + +.focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; +} + +.focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; +} + +.focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; +} + +.focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; +} + +.focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; +} + +.focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; +} + +.focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; +} + +.focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; +} + +.focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; +} + +.focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; +} + +.focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; +} + +.focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; +} + +.focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; +} + +.focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; +} + +.focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; +} + +.focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; +} + +.focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; +} + +.focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; +} + +.focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; +} + +.focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; +} + +.focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; +} + +.focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; +} + +.focus\:translate-y-full:focus { + --transform-translate-y: 100%; +} + .focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -26957,18 +43165,42 @@ video { --transform-translate-y: -1.5rem; } +.focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; +} + .focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } +.focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; +} + .focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } +.focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; +} + .focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } +.focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; +} + +.focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; +} + +.focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; +} + .focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -26981,44 +43213,244 @@ video { --transform-translate-y: -6rem; } +.focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; +} + .focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } +.focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; +} + .focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } +.focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; +} + .focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } +.focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; +} + .focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } +.focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; +} + .focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } +.focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; +} + +.focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; +} + +.focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; +} + .focus\:-translate-y-px:focus { --transform-translate-y: -1px; } -.focus\:-translate-y-full:focus { - --transform-translate-y: -100%; +.focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; +} + +.focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; +} + +.focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; +} + +.focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } -.focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; +.focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } -.focus\:translate-y-full:focus { - --transform-translate-y: 100%; +.focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; +} + +.focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; +} + +.focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; +} + +.focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; +} + +.focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; +} + +.focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; +} + +.focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; +} + +.focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; +} + +.focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; +} + +.focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; +} + +.focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; +} + +.focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; +} + +.focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; +} + +.focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; +} + +.focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; +} + +.focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; +} + +.focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; +} + +.focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; +} + +.focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; +} + +.focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; +} + +.focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; +} + +.focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; +} + +.focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; +} + +.focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; +} + +.focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; +} + +.focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; +} + +.focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; +} + +.focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; +} + +.focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; +} + +.focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; +} + +.focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; +} + +.focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; +} + +.focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; +} + +.focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; +} + +.focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; +} + +.focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; +} + +.focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .skew-x-0 { @@ -27562,6 +43994,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .sm\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -27574,6 +44018,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .sm\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -27586,6 +44042,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .sm\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -27598,6 +44066,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .sm\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .sm\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .sm\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -27634,6 +44138,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .sm\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -27646,6 +44162,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .sm\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -27658,6 +44186,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .sm\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -27670,6 +44210,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .sm\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -27682,6 +44234,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .sm\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -27694,6 +44258,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .sm\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .sm\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .sm\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -27706,6 +44306,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .sm\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .sm\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .sm\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .sm\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .sm\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .sm\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .sm\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .sm\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .sm\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .sm\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .sm\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .sm\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .sm\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .sm\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .sm\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .sm\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .sm\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .sm\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .sm\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .sm\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .sm\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .sm\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .sm\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .sm\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -27778,6 +44930,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .sm\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -27790,6 +44954,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .sm\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -27802,6 +44978,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .sm\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -27814,6 +45002,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .sm\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .sm\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .sm\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -27850,6 +45074,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .sm\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -27862,6 +45098,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .sm\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -27874,6 +45122,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .sm\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -27886,6 +45146,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .sm\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -27898,6 +45170,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .sm\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -27910,6 +45194,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .sm\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .sm\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .sm\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .sm\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -27922,6 +45242,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .sm\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .sm\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .sm\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .sm\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .sm\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .sm\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .sm\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .sm\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .sm\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .sm\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .sm\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .sm\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .sm\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .sm\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .sm\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .sm\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .sm\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -43898,18 +61770,42 @@ video { height: 1.5rem; } + .sm\:h-7 { + height: 1.75rem; + } + .sm\:h-8 { height: 2rem; } + .sm\:h-9 { + height: 2.25rem; + } + .sm\:h-10 { height: 2.5rem; } + .sm\:h-11 { + height: 2.75rem; + } + .sm\:h-12 { height: 3rem; } + .sm\:h-13 { + height: 3.25rem; + } + + .sm\:h-14 { + height: 3.5rem; + } + + .sm\:h-15 { + height: 3.75rem; + } + .sm\:h-16 { height: 4rem; } @@ -43922,26 +61818,58 @@ video { height: 6rem; } + .sm\:h-28 { + height: 7rem; + } + .sm\:h-32 { height: 8rem; } + .sm\:h-36 { + height: 9rem; + } + .sm\:h-40 { height: 10rem; } + .sm\:h-44 { + height: 11rem; + } + .sm\:h-48 { height: 12rem; } + .sm\:h-52 { + height: 13rem; + } + .sm\:h-56 { height: 14rem; } + .sm\:h-60 { + height: 15rem; + } + .sm\:h-64 { height: 16rem; } + .sm\:h-72 { + height: 18rem; + } + + .sm\:h-80 { + height: 20rem; + } + + .sm\:h-96 { + height: 24rem; + } + .sm\:h-auto { height: auto; } @@ -43950,6 +61878,186 @@ video { height: 1px; } + .sm\:h-0\.5 { + height: 0.125rem; + } + + .sm\:h-1\.5 { + height: 0.375rem; + } + + .sm\:h-2\.5 { + height: 0.625rem; + } + + .sm\:h-3\.5 { + height: 0.875rem; + } + + .sm\:h-1\/2 { + height: 50%; + } + + .sm\:h-1\/3 { + height: 33.333333%; + } + + .sm\:h-2\/3 { + height: 66.666667%; + } + + .sm\:h-1\/4 { + height: 25%; + } + + .sm\:h-2\/4 { + height: 50%; + } + + .sm\:h-3\/4 { + height: 75%; + } + + .sm\:h-1\/5 { + height: 20%; + } + + .sm\:h-2\/5 { + height: 40%; + } + + .sm\:h-3\/5 { + height: 60%; + } + + .sm\:h-4\/5 { + height: 80%; + } + + .sm\:h-1\/6 { + height: 16.666667%; + } + + .sm\:h-2\/6 { + height: 33.333333%; + } + + .sm\:h-3\/6 { + height: 50%; + } + + .sm\:h-4\/6 { + height: 66.666667%; + } + + .sm\:h-5\/6 { + height: 83.333333%; + } + + .sm\:h-1\/12 { + height: 8.333333%; + } + + .sm\:h-2\/12 { + height: 16.666667%; + } + + .sm\:h-3\/12 { + height: 25%; + } + + .sm\:h-4\/12 { + height: 33.333333%; + } + + .sm\:h-5\/12 { + height: 41.666667%; + } + + .sm\:h-6\/12 { + height: 50%; + } + + .sm\:h-7\/12 { + height: 58.333333%; + } + + .sm\:h-8\/12 { + height: 66.666667%; + } + + .sm\:h-9\/12 { + height: 75%; + } + + .sm\:h-10\/12 { + height: 83.333333%; + } + + .sm\:h-11\/12 { + height: 91.666667%; + } + + .sm\:h-1\/16 { + height: 6.25%; + } + + .sm\:h-2\/16 { + height: 12.5%; + } + + .sm\:h-3\/16 { + height: 18.75%; + } + + .sm\:h-4\/16 { + height: 25%; + } + + .sm\:h-5\/16 { + height: 31.25%; + } + + .sm\:h-6\/16 { + height: 37.5%; + } + + .sm\:h-7\/16 { + height: 43.75%; + } + + .sm\:h-8\/16 { + height: 50%; + } + + .sm\:h-9\/16 { + height: 56.25%; + } + + .sm\:h-10\/16 { + height: 62.5%; + } + + .sm\:h-11\/16 { + height: 68.75%; + } + + .sm\:h-12\/16 { + height: 75%; + } + + .sm\:h-13\/16 { + height: 81.25%; + } + + .sm\:h-14\/16 { + height: 87.5%; + } + + .sm\:h-15\/16 { + height: 93.75%; + } + .sm\:h-full { height: 100%; } @@ -44112,18 +62220,42 @@ video { margin: 1.5rem; } + .sm\:m-7 { + margin: 1.75rem; + } + .sm\:m-8 { margin: 2rem; } + .sm\:m-9 { + margin: 2.25rem; + } + .sm\:m-10 { margin: 2.5rem; } + .sm\:m-11 { + margin: 2.75rem; + } + .sm\:m-12 { margin: 3rem; } + .sm\:m-13 { + margin: 3.25rem; + } + + .sm\:m-14 { + margin: 3.5rem; + } + + .sm\:m-15 { + margin: 3.75rem; + } + .sm\:m-16 { margin: 4rem; } @@ -44136,26 +62268,58 @@ video { margin: 6rem; } + .sm\:m-28 { + margin: 7rem; + } + .sm\:m-32 { margin: 8rem; } + .sm\:m-36 { + margin: 9rem; + } + .sm\:m-40 { margin: 10rem; } + .sm\:m-44 { + margin: 11rem; + } + .sm\:m-48 { margin: 12rem; } + .sm\:m-52 { + margin: 13rem; + } + .sm\:m-56 { margin: 14rem; } + .sm\:m-60 { + margin: 15rem; + } + .sm\:m-64 { margin: 16rem; } + .sm\:m-72 { + margin: 18rem; + } + + .sm\:m-80 { + margin: 20rem; + } + + .sm\:m-96 { + margin: 24rem; + } + .sm\:m-auto { margin: auto; } @@ -44164,6 +62328,190 @@ video { margin: 1px; } + .sm\:m-0\.5 { + margin: 0.125rem; + } + + .sm\:m-1\.5 { + margin: 0.375rem; + } + + .sm\:m-2\.5 { + margin: 0.625rem; + } + + .sm\:m-3\.5 { + margin: 0.875rem; + } + + .sm\:m-1\/2 { + margin: 50%; + } + + .sm\:m-1\/3 { + margin: 33.333333%; + } + + .sm\:m-2\/3 { + margin: 66.666667%; + } + + .sm\:m-1\/4 { + margin: 25%; + } + + .sm\:m-2\/4 { + margin: 50%; + } + + .sm\:m-3\/4 { + margin: 75%; + } + + .sm\:m-1\/5 { + margin: 20%; + } + + .sm\:m-2\/5 { + margin: 40%; + } + + .sm\:m-3\/5 { + margin: 60%; + } + + .sm\:m-4\/5 { + margin: 80%; + } + + .sm\:m-1\/6 { + margin: 16.666667%; + } + + .sm\:m-2\/6 { + margin: 33.333333%; + } + + .sm\:m-3\/6 { + margin: 50%; + } + + .sm\:m-4\/6 { + margin: 66.666667%; + } + + .sm\:m-5\/6 { + margin: 83.333333%; + } + + .sm\:m-1\/12 { + margin: 8.333333%; + } + + .sm\:m-2\/12 { + margin: 16.666667%; + } + + .sm\:m-3\/12 { + margin: 25%; + } + + .sm\:m-4\/12 { + margin: 33.333333%; + } + + .sm\:m-5\/12 { + margin: 41.666667%; + } + + .sm\:m-6\/12 { + margin: 50%; + } + + .sm\:m-7\/12 { + margin: 58.333333%; + } + + .sm\:m-8\/12 { + margin: 66.666667%; + } + + .sm\:m-9\/12 { + margin: 75%; + } + + .sm\:m-10\/12 { + margin: 83.333333%; + } + + .sm\:m-11\/12 { + margin: 91.666667%; + } + + .sm\:m-1\/16 { + margin: 6.25%; + } + + .sm\:m-2\/16 { + margin: 12.5%; + } + + .sm\:m-3\/16 { + margin: 18.75%; + } + + .sm\:m-4\/16 { + margin: 25%; + } + + .sm\:m-5\/16 { + margin: 31.25%; + } + + .sm\:m-6\/16 { + margin: 37.5%; + } + + .sm\:m-7\/16 { + margin: 43.75%; + } + + .sm\:m-8\/16 { + margin: 50%; + } + + .sm\:m-9\/16 { + margin: 56.25%; + } + + .sm\:m-10\/16 { + margin: 62.5%; + } + + .sm\:m-11\/16 { + margin: 68.75%; + } + + .sm\:m-12\/16 { + margin: 75%; + } + + .sm\:m-13\/16 { + margin: 81.25%; + } + + .sm\:m-14\/16 { + margin: 87.5%; + } + + .sm\:m-15\/16 { + margin: 93.75%; + } + + .sm\:m-full { + margin: 100%; + } + .sm\:-m-1 { margin: -0.25rem; } @@ -44188,18 +62536,42 @@ video { margin: -1.5rem; } + .sm\:-m-7 { + margin: -1.75rem; + } + .sm\:-m-8 { margin: -2rem; } + .sm\:-m-9 { + margin: -2.25rem; + } + .sm\:-m-10 { margin: -2.5rem; } + .sm\:-m-11 { + margin: -2.75rem; + } + .sm\:-m-12 { margin: -3rem; } + .sm\:-m-13 { + margin: -3.25rem; + } + + .sm\:-m-14 { + margin: -3.5rem; + } + + .sm\:-m-15 { + margin: -3.75rem; + } + .sm\:-m-16 { margin: -4rem; } @@ -44212,30 +62584,246 @@ video { margin: -6rem; } + .sm\:-m-28 { + margin: -7rem; + } + .sm\:-m-32 { margin: -8rem; } + .sm\:-m-36 { + margin: -9rem; + } + .sm\:-m-40 { margin: -10rem; } + .sm\:-m-44 { + margin: -11rem; + } + .sm\:-m-48 { margin: -12rem; } + .sm\:-m-52 { + margin: -13rem; + } + .sm\:-m-56 { margin: -14rem; } + .sm\:-m-60 { + margin: -15rem; + } + .sm\:-m-64 { margin: -16rem; } + .sm\:-m-72 { + margin: -18rem; + } + + .sm\:-m-80 { + margin: -20rem; + } + + .sm\:-m-96 { + margin: -24rem; + } + .sm\:-m-px { margin: -1px; } + .sm\:-m-0\.5 { + margin: -0.125rem; + } + + .sm\:-m-1\.5 { + margin: -0.375rem; + } + + .sm\:-m-2\.5 { + margin: -0.625rem; + } + + .sm\:-m-3\.5 { + margin: -0.875rem; + } + + .sm\:-m-1\/2 { + margin: -50%; + } + + .sm\:-m-1\/3 { + margin: -33.33333%; + } + + .sm\:-m-2\/3 { + margin: -66.66667%; + } + + .sm\:-m-1\/4 { + margin: -25%; + } + + .sm\:-m-2\/4 { + margin: -50%; + } + + .sm\:-m-3\/4 { + margin: -75%; + } + + .sm\:-m-1\/5 { + margin: -20%; + } + + .sm\:-m-2\/5 { + margin: -40%; + } + + .sm\:-m-3\/5 { + margin: -60%; + } + + .sm\:-m-4\/5 { + margin: -80%; + } + + .sm\:-m-1\/6 { + margin: -16.66667%; + } + + .sm\:-m-2\/6 { + margin: -33.33333%; + } + + .sm\:-m-3\/6 { + margin: -50%; + } + + .sm\:-m-4\/6 { + margin: -66.66667%; + } + + .sm\:-m-5\/6 { + margin: -83.33333%; + } + + .sm\:-m-1\/12 { + margin: -8.33333%; + } + + .sm\:-m-2\/12 { + margin: -16.66667%; + } + + .sm\:-m-3\/12 { + margin: -25%; + } + + .sm\:-m-4\/12 { + margin: -33.33333%; + } + + .sm\:-m-5\/12 { + margin: -41.66667%; + } + + .sm\:-m-6\/12 { + margin: -50%; + } + + .sm\:-m-7\/12 { + margin: -58.33333%; + } + + .sm\:-m-8\/12 { + margin: -66.66667%; + } + + .sm\:-m-9\/12 { + margin: -75%; + } + + .sm\:-m-10\/12 { + margin: -83.33333%; + } + + .sm\:-m-11\/12 { + margin: -91.66667%; + } + + .sm\:-m-1\/16 { + margin: -6.25%; + } + + .sm\:-m-2\/16 { + margin: -12.5%; + } + + .sm\:-m-3\/16 { + margin: -18.75%; + } + + .sm\:-m-4\/16 { + margin: -25%; + } + + .sm\:-m-5\/16 { + margin: -31.25%; + } + + .sm\:-m-6\/16 { + margin: -37.5%; + } + + .sm\:-m-7\/16 { + margin: -43.75%; + } + + .sm\:-m-8\/16 { + margin: -50%; + } + + .sm\:-m-9\/16 { + margin: -56.25%; + } + + .sm\:-m-10\/16 { + margin: -62.5%; + } + + .sm\:-m-11\/16 { + margin: -68.75%; + } + + .sm\:-m-12\/16 { + margin: -75%; + } + + .sm\:-m-13\/16 { + margin: -81.25%; + } + + .sm\:-m-14\/16 { + margin: -87.5%; + } + + .sm\:-m-15\/16 { + margin: -93.75%; + } + + .sm\:-m-full { + margin: -100%; + } + .sm\:my-0 { margin-top: 0; margin-bottom: 0; @@ -44306,6 +62894,16 @@ video { margin-right: 1.5rem; } + .sm\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .sm\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .sm\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -44316,6 +62914,16 @@ video { margin-right: 2rem; } + .sm\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .sm\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .sm\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -44326,6 +62934,16 @@ video { margin-right: 2.5rem; } + .sm\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .sm\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .sm\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -44336,6 +62954,36 @@ video { margin-right: 3rem; } + .sm\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .sm\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .sm\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .sm\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .sm\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .sm\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .sm\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -44366,6 +63014,16 @@ video { margin-right: 6rem; } + .sm\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .sm\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .sm\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -44376,6 +63034,16 @@ video { margin-right: 8rem; } + .sm\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .sm\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .sm\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -44386,6 +63054,16 @@ video { margin-right: 10rem; } + .sm\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .sm\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .sm\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -44396,6 +63074,16 @@ video { margin-right: 12rem; } + .sm\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .sm\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .sm\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -44406,6 +63094,16 @@ video { margin-right: 14rem; } + .sm\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .sm\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .sm\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -44416,6 +63114,36 @@ video { margin-right: 16rem; } + .sm\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .sm\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .sm\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .sm\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .sm\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .sm\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .sm\:my-auto { margin-top: auto; margin-bottom: auto; @@ -44436,6 +63164,466 @@ video { margin-right: 1px; } + .sm\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .sm\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .sm\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .sm\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .sm\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .sm\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .sm\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .sm\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .sm\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .sm\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .sm\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .sm\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .sm\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .sm\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .sm\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .sm\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .sm\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .sm\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .sm\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .sm\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .sm\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .sm\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .sm\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .sm\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .sm\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .sm\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .sm\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .sm\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .sm\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .sm\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .sm\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .sm\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .sm\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .sm\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .sm\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .sm\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .sm\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .sm\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .sm\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .sm\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .sm\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .sm\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .sm\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .sm\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .sm\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .sm\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .sm\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .sm\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .sm\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .sm\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .sm\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .sm\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .sm\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .sm\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .sm\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .sm\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .sm\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .sm\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .sm\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .sm\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .sm\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .sm\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .sm\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .sm\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .sm\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .sm\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .sm\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .sm\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .sm\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .sm\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .sm\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .sm\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .sm\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .sm\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .sm\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .sm\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .sm\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .sm\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .sm\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .sm\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .sm\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .sm\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .sm\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .sm\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .sm\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -44496,6 +63684,16 @@ video { margin-right: -1.5rem; } + .sm\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .sm\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .sm\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -44506,6 +63704,16 @@ video { margin-right: -2rem; } + .sm\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .sm\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .sm\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -44516,6 +63724,16 @@ video { margin-right: -2.5rem; } + .sm\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .sm\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .sm\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -44526,6 +63744,36 @@ video { margin-right: -3rem; } + .sm\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .sm\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .sm\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .sm\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .sm\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .sm\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .sm\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -44556,6 +63804,16 @@ video { margin-right: -6rem; } + .sm\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .sm\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .sm\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -44566,6 +63824,16 @@ video { margin-right: -8rem; } + .sm\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .sm\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .sm\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -44576,6 +63844,16 @@ video { margin-right: -10rem; } + .sm\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .sm\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .sm\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -44586,6 +63864,16 @@ video { margin-right: -12rem; } + .sm\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .sm\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .sm\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -44596,6 +63884,16 @@ video { margin-right: -14rem; } + .sm\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .sm\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .sm\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -44606,6 +63904,36 @@ video { margin-right: -16rem; } + .sm\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .sm\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .sm\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .sm\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .sm\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .sm\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .sm\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -44616,6 +63944,466 @@ video { margin-right: -1px; } + .sm\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .sm\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .sm\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .sm\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .sm\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .sm\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .sm\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .sm\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .sm\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .sm\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .sm\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .sm\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .sm\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .sm\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .sm\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .sm\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .sm\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .sm\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .sm\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .sm\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .sm\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .sm\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .sm\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .sm\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .sm\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .sm\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .sm\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .sm\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .sm\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .sm\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .sm\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .sm\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .sm\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .sm\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .sm\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .sm\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .sm\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .sm\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .sm\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .sm\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .sm\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .sm\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .sm\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .sm\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .sm\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .sm\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .sm\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .sm\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .sm\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .sm\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .sm\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .sm\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .sm\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .sm\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .sm\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .sm\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .sm\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .sm\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .sm\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .sm\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .sm\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .sm\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .sm\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .sm\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .sm\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .sm\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .sm\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .sm\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .sm\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .sm\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .sm\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .sm\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .sm\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .sm\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .sm\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .sm\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .sm\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .sm\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .sm\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .sm\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .sm\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .sm\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .sm\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .sm\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .sm\:mt-0 { margin-top: 0; } @@ -44728,6 +64516,22 @@ video { margin-left: 1.5rem; } + .sm\:mt-7 { + margin-top: 1.75rem; + } + + .sm\:mr-7 { + margin-right: 1.75rem; + } + + .sm\:mb-7 { + margin-bottom: 1.75rem; + } + + .sm\:ml-7 { + margin-left: 1.75rem; + } + .sm\:mt-8 { margin-top: 2rem; } @@ -44744,6 +64548,22 @@ video { margin-left: 2rem; } + .sm\:mt-9 { + margin-top: 2.25rem; + } + + .sm\:mr-9 { + margin-right: 2.25rem; + } + + .sm\:mb-9 { + margin-bottom: 2.25rem; + } + + .sm\:ml-9 { + margin-left: 2.25rem; + } + .sm\:mt-10 { margin-top: 2.5rem; } @@ -44760,6 +64580,22 @@ video { margin-left: 2.5rem; } + .sm\:mt-11 { + margin-top: 2.75rem; + } + + .sm\:mr-11 { + margin-right: 2.75rem; + } + + .sm\:mb-11 { + margin-bottom: 2.75rem; + } + + .sm\:ml-11 { + margin-left: 2.75rem; + } + .sm\:mt-12 { margin-top: 3rem; } @@ -44776,6 +64612,54 @@ video { margin-left: 3rem; } + .sm\:mt-13 { + margin-top: 3.25rem; + } + + .sm\:mr-13 { + margin-right: 3.25rem; + } + + .sm\:mb-13 { + margin-bottom: 3.25rem; + } + + .sm\:ml-13 { + margin-left: 3.25rem; + } + + .sm\:mt-14 { + margin-top: 3.5rem; + } + + .sm\:mr-14 { + margin-right: 3.5rem; + } + + .sm\:mb-14 { + margin-bottom: 3.5rem; + } + + .sm\:ml-14 { + margin-left: 3.5rem; + } + + .sm\:mt-15 { + margin-top: 3.75rem; + } + + .sm\:mr-15 { + margin-right: 3.75rem; + } + + .sm\:mb-15 { + margin-bottom: 3.75rem; + } + + .sm\:ml-15 { + margin-left: 3.75rem; + } + .sm\:mt-16 { margin-top: 4rem; } @@ -44824,6 +64708,22 @@ video { margin-left: 6rem; } + .sm\:mt-28 { + margin-top: 7rem; + } + + .sm\:mr-28 { + margin-right: 7rem; + } + + .sm\:mb-28 { + margin-bottom: 7rem; + } + + .sm\:ml-28 { + margin-left: 7rem; + } + .sm\:mt-32 { margin-top: 8rem; } @@ -44840,6 +64740,22 @@ video { margin-left: 8rem; } + .sm\:mt-36 { + margin-top: 9rem; + } + + .sm\:mr-36 { + margin-right: 9rem; + } + + .sm\:mb-36 { + margin-bottom: 9rem; + } + + .sm\:ml-36 { + margin-left: 9rem; + } + .sm\:mt-40 { margin-top: 10rem; } @@ -44856,6 +64772,22 @@ video { margin-left: 10rem; } + .sm\:mt-44 { + margin-top: 11rem; + } + + .sm\:mr-44 { + margin-right: 11rem; + } + + .sm\:mb-44 { + margin-bottom: 11rem; + } + + .sm\:ml-44 { + margin-left: 11rem; + } + .sm\:mt-48 { margin-top: 12rem; } @@ -44872,6 +64804,22 @@ video { margin-left: 12rem; } + .sm\:mt-52 { + margin-top: 13rem; + } + + .sm\:mr-52 { + margin-right: 13rem; + } + + .sm\:mb-52 { + margin-bottom: 13rem; + } + + .sm\:ml-52 { + margin-left: 13rem; + } + .sm\:mt-56 { margin-top: 14rem; } @@ -44888,6 +64836,22 @@ video { margin-left: 14rem; } + .sm\:mt-60 { + margin-top: 15rem; + } + + .sm\:mr-60 { + margin-right: 15rem; + } + + .sm\:mb-60 { + margin-bottom: 15rem; + } + + .sm\:ml-60 { + margin-left: 15rem; + } + .sm\:mt-64 { margin-top: 16rem; } @@ -44904,6 +64868,54 @@ video { margin-left: 16rem; } + .sm\:mt-72 { + margin-top: 18rem; + } + + .sm\:mr-72 { + margin-right: 18rem; + } + + .sm\:mb-72 { + margin-bottom: 18rem; + } + + .sm\:ml-72 { + margin-left: 18rem; + } + + .sm\:mt-80 { + margin-top: 20rem; + } + + .sm\:mr-80 { + margin-right: 20rem; + } + + .sm\:mb-80 { + margin-bottom: 20rem; + } + + .sm\:ml-80 { + margin-left: 20rem; + } + + .sm\:mt-96 { + margin-top: 24rem; + } + + .sm\:mr-96 { + margin-right: 24rem; + } + + .sm\:mb-96 { + margin-bottom: 24rem; + } + + .sm\:ml-96 { + margin-left: 24rem; + } + .sm\:mt-auto { margin-top: auto; } @@ -44936,6 +64948,742 @@ video { margin-left: 1px; } + .sm\:mt-0\.5 { + margin-top: 0.125rem; + } + + .sm\:mr-0\.5 { + margin-right: 0.125rem; + } + + .sm\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .sm\:ml-0\.5 { + margin-left: 0.125rem; + } + + .sm\:mt-1\.5 { + margin-top: 0.375rem; + } + + .sm\:mr-1\.5 { + margin-right: 0.375rem; + } + + .sm\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .sm\:ml-1\.5 { + margin-left: 0.375rem; + } + + .sm\:mt-2\.5 { + margin-top: 0.625rem; + } + + .sm\:mr-2\.5 { + margin-right: 0.625rem; + } + + .sm\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .sm\:ml-2\.5 { + margin-left: 0.625rem; + } + + .sm\:mt-3\.5 { + margin-top: 0.875rem; + } + + .sm\:mr-3\.5 { + margin-right: 0.875rem; + } + + .sm\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .sm\:ml-3\.5 { + margin-left: 0.875rem; + } + + .sm\:mt-1\/2 { + margin-top: 50%; + } + + .sm\:mr-1\/2 { + margin-right: 50%; + } + + .sm\:mb-1\/2 { + margin-bottom: 50%; + } + + .sm\:ml-1\/2 { + margin-left: 50%; + } + + .sm\:mt-1\/3 { + margin-top: 33.333333%; + } + + .sm\:mr-1\/3 { + margin-right: 33.333333%; + } + + .sm\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .sm\:ml-1\/3 { + margin-left: 33.333333%; + } + + .sm\:mt-2\/3 { + margin-top: 66.666667%; + } + + .sm\:mr-2\/3 { + margin-right: 66.666667%; + } + + .sm\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .sm\:ml-2\/3 { + margin-left: 66.666667%; + } + + .sm\:mt-1\/4 { + margin-top: 25%; + } + + .sm\:mr-1\/4 { + margin-right: 25%; + } + + .sm\:mb-1\/4 { + margin-bottom: 25%; + } + + .sm\:ml-1\/4 { + margin-left: 25%; + } + + .sm\:mt-2\/4 { + margin-top: 50%; + } + + .sm\:mr-2\/4 { + margin-right: 50%; + } + + .sm\:mb-2\/4 { + margin-bottom: 50%; + } + + .sm\:ml-2\/4 { + margin-left: 50%; + } + + .sm\:mt-3\/4 { + margin-top: 75%; + } + + .sm\:mr-3\/4 { + margin-right: 75%; + } + + .sm\:mb-3\/4 { + margin-bottom: 75%; + } + + .sm\:ml-3\/4 { + margin-left: 75%; + } + + .sm\:mt-1\/5 { + margin-top: 20%; + } + + .sm\:mr-1\/5 { + margin-right: 20%; + } + + .sm\:mb-1\/5 { + margin-bottom: 20%; + } + + .sm\:ml-1\/5 { + margin-left: 20%; + } + + .sm\:mt-2\/5 { + margin-top: 40%; + } + + .sm\:mr-2\/5 { + margin-right: 40%; + } + + .sm\:mb-2\/5 { + margin-bottom: 40%; + } + + .sm\:ml-2\/5 { + margin-left: 40%; + } + + .sm\:mt-3\/5 { + margin-top: 60%; + } + + .sm\:mr-3\/5 { + margin-right: 60%; + } + + .sm\:mb-3\/5 { + margin-bottom: 60%; + } + + .sm\:ml-3\/5 { + margin-left: 60%; + } + + .sm\:mt-4\/5 { + margin-top: 80%; + } + + .sm\:mr-4\/5 { + margin-right: 80%; + } + + .sm\:mb-4\/5 { + margin-bottom: 80%; + } + + .sm\:ml-4\/5 { + margin-left: 80%; + } + + .sm\:mt-1\/6 { + margin-top: 16.666667%; + } + + .sm\:mr-1\/6 { + margin-right: 16.666667%; + } + + .sm\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .sm\:ml-1\/6 { + margin-left: 16.666667%; + } + + .sm\:mt-2\/6 { + margin-top: 33.333333%; + } + + .sm\:mr-2\/6 { + margin-right: 33.333333%; + } + + .sm\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .sm\:ml-2\/6 { + margin-left: 33.333333%; + } + + .sm\:mt-3\/6 { + margin-top: 50%; + } + + .sm\:mr-3\/6 { + margin-right: 50%; + } + + .sm\:mb-3\/6 { + margin-bottom: 50%; + } + + .sm\:ml-3\/6 { + margin-left: 50%; + } + + .sm\:mt-4\/6 { + margin-top: 66.666667%; + } + + .sm\:mr-4\/6 { + margin-right: 66.666667%; + } + + .sm\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .sm\:ml-4\/6 { + margin-left: 66.666667%; + } + + .sm\:mt-5\/6 { + margin-top: 83.333333%; + } + + .sm\:mr-5\/6 { + margin-right: 83.333333%; + } + + .sm\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .sm\:ml-5\/6 { + margin-left: 83.333333%; + } + + .sm\:mt-1\/12 { + margin-top: 8.333333%; + } + + .sm\:mr-1\/12 { + margin-right: 8.333333%; + } + + .sm\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .sm\:ml-1\/12 { + margin-left: 8.333333%; + } + + .sm\:mt-2\/12 { + margin-top: 16.666667%; + } + + .sm\:mr-2\/12 { + margin-right: 16.666667%; + } + + .sm\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .sm\:ml-2\/12 { + margin-left: 16.666667%; + } + + .sm\:mt-3\/12 { + margin-top: 25%; + } + + .sm\:mr-3\/12 { + margin-right: 25%; + } + + .sm\:mb-3\/12 { + margin-bottom: 25%; + } + + .sm\:ml-3\/12 { + margin-left: 25%; + } + + .sm\:mt-4\/12 { + margin-top: 33.333333%; + } + + .sm\:mr-4\/12 { + margin-right: 33.333333%; + } + + .sm\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .sm\:ml-4\/12 { + margin-left: 33.333333%; + } + + .sm\:mt-5\/12 { + margin-top: 41.666667%; + } + + .sm\:mr-5\/12 { + margin-right: 41.666667%; + } + + .sm\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .sm\:ml-5\/12 { + margin-left: 41.666667%; + } + + .sm\:mt-6\/12 { + margin-top: 50%; + } + + .sm\:mr-6\/12 { + margin-right: 50%; + } + + .sm\:mb-6\/12 { + margin-bottom: 50%; + } + + .sm\:ml-6\/12 { + margin-left: 50%; + } + + .sm\:mt-7\/12 { + margin-top: 58.333333%; + } + + .sm\:mr-7\/12 { + margin-right: 58.333333%; + } + + .sm\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .sm\:ml-7\/12 { + margin-left: 58.333333%; + } + + .sm\:mt-8\/12 { + margin-top: 66.666667%; + } + + .sm\:mr-8\/12 { + margin-right: 66.666667%; + } + + .sm\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .sm\:ml-8\/12 { + margin-left: 66.666667%; + } + + .sm\:mt-9\/12 { + margin-top: 75%; + } + + .sm\:mr-9\/12 { + margin-right: 75%; + } + + .sm\:mb-9\/12 { + margin-bottom: 75%; + } + + .sm\:ml-9\/12 { + margin-left: 75%; + } + + .sm\:mt-10\/12 { + margin-top: 83.333333%; + } + + .sm\:mr-10\/12 { + margin-right: 83.333333%; + } + + .sm\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .sm\:ml-10\/12 { + margin-left: 83.333333%; + } + + .sm\:mt-11\/12 { + margin-top: 91.666667%; + } + + .sm\:mr-11\/12 { + margin-right: 91.666667%; + } + + .sm\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .sm\:ml-11\/12 { + margin-left: 91.666667%; + } + + .sm\:mt-1\/16 { + margin-top: 6.25%; + } + + .sm\:mr-1\/16 { + margin-right: 6.25%; + } + + .sm\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .sm\:ml-1\/16 { + margin-left: 6.25%; + } + + .sm\:mt-2\/16 { + margin-top: 12.5%; + } + + .sm\:mr-2\/16 { + margin-right: 12.5%; + } + + .sm\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .sm\:ml-2\/16 { + margin-left: 12.5%; + } + + .sm\:mt-3\/16 { + margin-top: 18.75%; + } + + .sm\:mr-3\/16 { + margin-right: 18.75%; + } + + .sm\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .sm\:ml-3\/16 { + margin-left: 18.75%; + } + + .sm\:mt-4\/16 { + margin-top: 25%; + } + + .sm\:mr-4\/16 { + margin-right: 25%; + } + + .sm\:mb-4\/16 { + margin-bottom: 25%; + } + + .sm\:ml-4\/16 { + margin-left: 25%; + } + + .sm\:mt-5\/16 { + margin-top: 31.25%; + } + + .sm\:mr-5\/16 { + margin-right: 31.25%; + } + + .sm\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .sm\:ml-5\/16 { + margin-left: 31.25%; + } + + .sm\:mt-6\/16 { + margin-top: 37.5%; + } + + .sm\:mr-6\/16 { + margin-right: 37.5%; + } + + .sm\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .sm\:ml-6\/16 { + margin-left: 37.5%; + } + + .sm\:mt-7\/16 { + margin-top: 43.75%; + } + + .sm\:mr-7\/16 { + margin-right: 43.75%; + } + + .sm\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .sm\:ml-7\/16 { + margin-left: 43.75%; + } + + .sm\:mt-8\/16 { + margin-top: 50%; + } + + .sm\:mr-8\/16 { + margin-right: 50%; + } + + .sm\:mb-8\/16 { + margin-bottom: 50%; + } + + .sm\:ml-8\/16 { + margin-left: 50%; + } + + .sm\:mt-9\/16 { + margin-top: 56.25%; + } + + .sm\:mr-9\/16 { + margin-right: 56.25%; + } + + .sm\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .sm\:ml-9\/16 { + margin-left: 56.25%; + } + + .sm\:mt-10\/16 { + margin-top: 62.5%; + } + + .sm\:mr-10\/16 { + margin-right: 62.5%; + } + + .sm\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .sm\:ml-10\/16 { + margin-left: 62.5%; + } + + .sm\:mt-11\/16 { + margin-top: 68.75%; + } + + .sm\:mr-11\/16 { + margin-right: 68.75%; + } + + .sm\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .sm\:ml-11\/16 { + margin-left: 68.75%; + } + + .sm\:mt-12\/16 { + margin-top: 75%; + } + + .sm\:mr-12\/16 { + margin-right: 75%; + } + + .sm\:mb-12\/16 { + margin-bottom: 75%; + } + + .sm\:ml-12\/16 { + margin-left: 75%; + } + + .sm\:mt-13\/16 { + margin-top: 81.25%; + } + + .sm\:mr-13\/16 { + margin-right: 81.25%; + } + + .sm\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .sm\:ml-13\/16 { + margin-left: 81.25%; + } + + .sm\:mt-14\/16 { + margin-top: 87.5%; + } + + .sm\:mr-14\/16 { + margin-right: 87.5%; + } + + .sm\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .sm\:ml-14\/16 { + margin-left: 87.5%; + } + + .sm\:mt-15\/16 { + margin-top: 93.75%; + } + + .sm\:mr-15\/16 { + margin-right: 93.75%; + } + + .sm\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .sm\:ml-15\/16 { + margin-left: 93.75%; + } + + .sm\:mt-full { + margin-top: 100%; + } + + .sm\:mr-full { + margin-right: 100%; + } + + .sm\:mb-full { + margin-bottom: 100%; + } + + .sm\:ml-full { + margin-left: 100%; + } + .sm\:-mt-1 { margin-top: -0.25rem; } @@ -45032,6 +65780,22 @@ video { margin-left: -1.5rem; } + .sm\:-mt-7 { + margin-top: -1.75rem; + } + + .sm\:-mr-7 { + margin-right: -1.75rem; + } + + .sm\:-mb-7 { + margin-bottom: -1.75rem; + } + + .sm\:-ml-7 { + margin-left: -1.75rem; + } + .sm\:-mt-8 { margin-top: -2rem; } @@ -45048,6 +65812,22 @@ video { margin-left: -2rem; } + .sm\:-mt-9 { + margin-top: -2.25rem; + } + + .sm\:-mr-9 { + margin-right: -2.25rem; + } + + .sm\:-mb-9 { + margin-bottom: -2.25rem; + } + + .sm\:-ml-9 { + margin-left: -2.25rem; + } + .sm\:-mt-10 { margin-top: -2.5rem; } @@ -45064,6 +65844,22 @@ video { margin-left: -2.5rem; } + .sm\:-mt-11 { + margin-top: -2.75rem; + } + + .sm\:-mr-11 { + margin-right: -2.75rem; + } + + .sm\:-mb-11 { + margin-bottom: -2.75rem; + } + + .sm\:-ml-11 { + margin-left: -2.75rem; + } + .sm\:-mt-12 { margin-top: -3rem; } @@ -45080,6 +65876,54 @@ video { margin-left: -3rem; } + .sm\:-mt-13 { + margin-top: -3.25rem; + } + + .sm\:-mr-13 { + margin-right: -3.25rem; + } + + .sm\:-mb-13 { + margin-bottom: -3.25rem; + } + + .sm\:-ml-13 { + margin-left: -3.25rem; + } + + .sm\:-mt-14 { + margin-top: -3.5rem; + } + + .sm\:-mr-14 { + margin-right: -3.5rem; + } + + .sm\:-mb-14 { + margin-bottom: -3.5rem; + } + + .sm\:-ml-14 { + margin-left: -3.5rem; + } + + .sm\:-mt-15 { + margin-top: -3.75rem; + } + + .sm\:-mr-15 { + margin-right: -3.75rem; + } + + .sm\:-mb-15 { + margin-bottom: -3.75rem; + } + + .sm\:-ml-15 { + margin-left: -3.75rem; + } + .sm\:-mt-16 { margin-top: -4rem; } @@ -45128,6 +65972,22 @@ video { margin-left: -6rem; } + .sm\:-mt-28 { + margin-top: -7rem; + } + + .sm\:-mr-28 { + margin-right: -7rem; + } + + .sm\:-mb-28 { + margin-bottom: -7rem; + } + + .sm\:-ml-28 { + margin-left: -7rem; + } + .sm\:-mt-32 { margin-top: -8rem; } @@ -45144,6 +66004,22 @@ video { margin-left: -8rem; } + .sm\:-mt-36 { + margin-top: -9rem; + } + + .sm\:-mr-36 { + margin-right: -9rem; + } + + .sm\:-mb-36 { + margin-bottom: -9rem; + } + + .sm\:-ml-36 { + margin-left: -9rem; + } + .sm\:-mt-40 { margin-top: -10rem; } @@ -45160,6 +66036,22 @@ video { margin-left: -10rem; } + .sm\:-mt-44 { + margin-top: -11rem; + } + + .sm\:-mr-44 { + margin-right: -11rem; + } + + .sm\:-mb-44 { + margin-bottom: -11rem; + } + + .sm\:-ml-44 { + margin-left: -11rem; + } + .sm\:-mt-48 { margin-top: -12rem; } @@ -45176,6 +66068,22 @@ video { margin-left: -12rem; } + .sm\:-mt-52 { + margin-top: -13rem; + } + + .sm\:-mr-52 { + margin-right: -13rem; + } + + .sm\:-mb-52 { + margin-bottom: -13rem; + } + + .sm\:-ml-52 { + margin-left: -13rem; + } + .sm\:-mt-56 { margin-top: -14rem; } @@ -45192,6 +66100,22 @@ video { margin-left: -14rem; } + .sm\:-mt-60 { + margin-top: -15rem; + } + + .sm\:-mr-60 { + margin-right: -15rem; + } + + .sm\:-mb-60 { + margin-bottom: -15rem; + } + + .sm\:-ml-60 { + margin-left: -15rem; + } + .sm\:-mt-64 { margin-top: -16rem; } @@ -45208,6 +66132,54 @@ video { margin-left: -16rem; } + .sm\:-mt-72 { + margin-top: -18rem; + } + + .sm\:-mr-72 { + margin-right: -18rem; + } + + .sm\:-mb-72 { + margin-bottom: -18rem; + } + + .sm\:-ml-72 { + margin-left: -18rem; + } + + .sm\:-mt-80 { + margin-top: -20rem; + } + + .sm\:-mr-80 { + margin-right: -20rem; + } + + .sm\:-mb-80 { + margin-bottom: -20rem; + } + + .sm\:-ml-80 { + margin-left: -20rem; + } + + .sm\:-mt-96 { + margin-top: -24rem; + } + + .sm\:-mr-96 { + margin-right: -24rem; + } + + .sm\:-mb-96 { + margin-bottom: -24rem; + } + + .sm\:-ml-96 { + margin-left: -24rem; + } + .sm\:-mt-px { margin-top: -1px; } @@ -45224,14 +66196,1066 @@ video { margin-left: -1px; } - .sm\:max-h-full { - max-height: 100%; + .sm\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .sm\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .sm\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .sm\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .sm\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .sm\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .sm\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .sm\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .sm\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .sm\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .sm\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .sm\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .sm\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .sm\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .sm\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .sm\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .sm\:-mt-1\/2 { + margin-top: -50%; + } + + .sm\:-mr-1\/2 { + margin-right: -50%; + } + + .sm\:-mb-1\/2 { + margin-bottom: -50%; + } + + .sm\:-ml-1\/2 { + margin-left: -50%; + } + + .sm\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .sm\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .sm\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .sm\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .sm\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .sm\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .sm\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .sm\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .sm\:-mt-1\/4 { + margin-top: -25%; + } + + .sm\:-mr-1\/4 { + margin-right: -25%; + } + + .sm\:-mb-1\/4 { + margin-bottom: -25%; + } + + .sm\:-ml-1\/4 { + margin-left: -25%; + } + + .sm\:-mt-2\/4 { + margin-top: -50%; + } + + .sm\:-mr-2\/4 { + margin-right: -50%; + } + + .sm\:-mb-2\/4 { + margin-bottom: -50%; + } + + .sm\:-ml-2\/4 { + margin-left: -50%; + } + + .sm\:-mt-3\/4 { + margin-top: -75%; + } + + .sm\:-mr-3\/4 { + margin-right: -75%; + } + + .sm\:-mb-3\/4 { + margin-bottom: -75%; + } + + .sm\:-ml-3\/4 { + margin-left: -75%; + } + + .sm\:-mt-1\/5 { + margin-top: -20%; + } + + .sm\:-mr-1\/5 { + margin-right: -20%; + } + + .sm\:-mb-1\/5 { + margin-bottom: -20%; + } + + .sm\:-ml-1\/5 { + margin-left: -20%; + } + + .sm\:-mt-2\/5 { + margin-top: -40%; + } + + .sm\:-mr-2\/5 { + margin-right: -40%; + } + + .sm\:-mb-2\/5 { + margin-bottom: -40%; + } + + .sm\:-ml-2\/5 { + margin-left: -40%; + } + + .sm\:-mt-3\/5 { + margin-top: -60%; + } + + .sm\:-mr-3\/5 { + margin-right: -60%; + } + + .sm\:-mb-3\/5 { + margin-bottom: -60%; + } + + .sm\:-ml-3\/5 { + margin-left: -60%; + } + + .sm\:-mt-4\/5 { + margin-top: -80%; + } + + .sm\:-mr-4\/5 { + margin-right: -80%; + } + + .sm\:-mb-4\/5 { + margin-bottom: -80%; + } + + .sm\:-ml-4\/5 { + margin-left: -80%; + } + + .sm\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .sm\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .sm\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .sm\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .sm\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .sm\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .sm\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .sm\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .sm\:-mt-3\/6 { + margin-top: -50%; + } + + .sm\:-mr-3\/6 { + margin-right: -50%; + } + + .sm\:-mb-3\/6 { + margin-bottom: -50%; + } + + .sm\:-ml-3\/6 { + margin-left: -50%; + } + + .sm\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .sm\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .sm\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .sm\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .sm\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .sm\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .sm\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .sm\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .sm\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .sm\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .sm\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .sm\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .sm\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .sm\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .sm\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .sm\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .sm\:-mt-3\/12 { + margin-top: -25%; + } + + .sm\:-mr-3\/12 { + margin-right: -25%; + } + + .sm\:-mb-3\/12 { + margin-bottom: -25%; + } + + .sm\:-ml-3\/12 { + margin-left: -25%; + } + + .sm\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .sm\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .sm\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .sm\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .sm\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .sm\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .sm\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .sm\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .sm\:-mt-6\/12 { + margin-top: -50%; + } + + .sm\:-mr-6\/12 { + margin-right: -50%; + } + + .sm\:-mb-6\/12 { + margin-bottom: -50%; + } + + .sm\:-ml-6\/12 { + margin-left: -50%; + } + + .sm\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .sm\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .sm\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .sm\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .sm\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .sm\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .sm\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .sm\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .sm\:-mt-9\/12 { + margin-top: -75%; + } + + .sm\:-mr-9\/12 { + margin-right: -75%; + } + + .sm\:-mb-9\/12 { + margin-bottom: -75%; + } + + .sm\:-ml-9\/12 { + margin-left: -75%; + } + + .sm\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .sm\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .sm\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .sm\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .sm\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .sm\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .sm\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .sm\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .sm\:-mt-1\/16 { + margin-top: -6.25%; + } + + .sm\:-mr-1\/16 { + margin-right: -6.25%; + } + + .sm\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .sm\:-ml-1\/16 { + margin-left: -6.25%; + } + + .sm\:-mt-2\/16 { + margin-top: -12.5%; + } + + .sm\:-mr-2\/16 { + margin-right: -12.5%; + } + + .sm\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .sm\:-ml-2\/16 { + margin-left: -12.5%; + } + + .sm\:-mt-3\/16 { + margin-top: -18.75%; + } + + .sm\:-mr-3\/16 { + margin-right: -18.75%; + } + + .sm\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .sm\:-ml-3\/16 { + margin-left: -18.75%; + } + + .sm\:-mt-4\/16 { + margin-top: -25%; + } + + .sm\:-mr-4\/16 { + margin-right: -25%; + } + + .sm\:-mb-4\/16 { + margin-bottom: -25%; + } + + .sm\:-ml-4\/16 { + margin-left: -25%; + } + + .sm\:-mt-5\/16 { + margin-top: -31.25%; + } + + .sm\:-mr-5\/16 { + margin-right: -31.25%; + } + + .sm\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .sm\:-ml-5\/16 { + margin-left: -31.25%; + } + + .sm\:-mt-6\/16 { + margin-top: -37.5%; + } + + .sm\:-mr-6\/16 { + margin-right: -37.5%; + } + + .sm\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .sm\:-ml-6\/16 { + margin-left: -37.5%; + } + + .sm\:-mt-7\/16 { + margin-top: -43.75%; + } + + .sm\:-mr-7\/16 { + margin-right: -43.75%; + } + + .sm\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .sm\:-ml-7\/16 { + margin-left: -43.75%; + } + + .sm\:-mt-8\/16 { + margin-top: -50%; + } + + .sm\:-mr-8\/16 { + margin-right: -50%; + } + + .sm\:-mb-8\/16 { + margin-bottom: -50%; + } + + .sm\:-ml-8\/16 { + margin-left: -50%; + } + + .sm\:-mt-9\/16 { + margin-top: -56.25%; + } + + .sm\:-mr-9\/16 { + margin-right: -56.25%; + } + + .sm\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .sm\:-ml-9\/16 { + margin-left: -56.25%; + } + + .sm\:-mt-10\/16 { + margin-top: -62.5%; + } + + .sm\:-mr-10\/16 { + margin-right: -62.5%; + } + + .sm\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .sm\:-ml-10\/16 { + margin-left: -62.5%; + } + + .sm\:-mt-11\/16 { + margin-top: -68.75%; + } + + .sm\:-mr-11\/16 { + margin-right: -68.75%; + } + + .sm\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .sm\:-ml-11\/16 { + margin-left: -68.75%; + } + + .sm\:-mt-12\/16 { + margin-top: -75%; + } + + .sm\:-mr-12\/16 { + margin-right: -75%; + } + + .sm\:-mb-12\/16 { + margin-bottom: -75%; + } + + .sm\:-ml-12\/16 { + margin-left: -75%; + } + + .sm\:-mt-13\/16 { + margin-top: -81.25%; + } + + .sm\:-mr-13\/16 { + margin-right: -81.25%; + } + + .sm\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .sm\:-ml-13\/16 { + margin-left: -81.25%; + } + + .sm\:-mt-14\/16 { + margin-top: -87.5%; + } + + .sm\:-mr-14\/16 { + margin-right: -87.5%; + } + + .sm\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .sm\:-ml-14\/16 { + margin-left: -87.5%; + } + + .sm\:-mt-15\/16 { + margin-top: -93.75%; + } + + .sm\:-mr-15\/16 { + margin-right: -93.75%; + } + + .sm\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .sm\:-ml-15\/16 { + margin-left: -93.75%; + } + + .sm\:-mt-full { + margin-top: -100%; + } + + .sm\:-mr-full { + margin-right: -100%; + } + + .sm\:-mb-full { + margin-bottom: -100%; + } + + .sm\:-ml-full { + margin-left: -100%; + } + + .sm\:max-h-0 { + max-height: 0; + } + + .sm\:max-h-1 { + max-height: 0.25rem; + } + + .sm\:max-h-2 { + max-height: 0.5rem; + } + + .sm\:max-h-3 { + max-height: 0.75rem; + } + + .sm\:max-h-4 { + max-height: 1rem; + } + + .sm\:max-h-5 { + max-height: 1.25rem; + } + + .sm\:max-h-6 { + max-height: 1.5rem; + } + + .sm\:max-h-7 { + max-height: 1.75rem; + } + + .sm\:max-h-8 { + max-height: 2rem; + } + + .sm\:max-h-9 { + max-height: 2.25rem; + } + + .sm\:max-h-10 { + max-height: 2.5rem; + } + + .sm\:max-h-11 { + max-height: 2.75rem; + } + + .sm\:max-h-12 { + max-height: 3rem; + } + + .sm\:max-h-13 { + max-height: 3.25rem; + } + + .sm\:max-h-14 { + max-height: 3.5rem; + } + + .sm\:max-h-15 { + max-height: 3.75rem; + } + + .sm\:max-h-16 { + max-height: 4rem; + } + + .sm\:max-h-20 { + max-height: 5rem; + } + + .sm\:max-h-24 { + max-height: 6rem; + } + + .sm\:max-h-28 { + max-height: 7rem; + } + + .sm\:max-h-32 { + max-height: 8rem; + } + + .sm\:max-h-36 { + max-height: 9rem; + } + + .sm\:max-h-40 { + max-height: 10rem; + } + + .sm\:max-h-44 { + max-height: 11rem; + } + + .sm\:max-h-48 { + max-height: 12rem; + } + + .sm\:max-h-52 { + max-height: 13rem; + } + + .sm\:max-h-56 { + max-height: 14rem; + } + + .sm\:max-h-60 { + max-height: 15rem; + } + + .sm\:max-h-64 { + max-height: 16rem; + } + + .sm\:max-h-72 { + max-height: 18rem; + } + + .sm\:max-h-80 { + max-height: 20rem; + } + + .sm\:max-h-96 { + max-height: 24rem; } .sm\:max-h-screen { max-height: 100vh; } + .sm\:max-h-px { + max-height: 1px; + } + + .sm\:max-h-0\.5 { + max-height: 0.125rem; + } + + .sm\:max-h-1\.5 { + max-height: 0.375rem; + } + + .sm\:max-h-2\.5 { + max-height: 0.625rem; + } + + .sm\:max-h-3\.5 { + max-height: 0.875rem; + } + + .sm\:max-h-1\/2 { + max-height: 50%; + } + + .sm\:max-h-1\/3 { + max-height: 33.333333%; + } + + .sm\:max-h-2\/3 { + max-height: 66.666667%; + } + + .sm\:max-h-1\/4 { + max-height: 25%; + } + + .sm\:max-h-2\/4 { + max-height: 50%; + } + + .sm\:max-h-3\/4 { + max-height: 75%; + } + + .sm\:max-h-1\/5 { + max-height: 20%; + } + + .sm\:max-h-2\/5 { + max-height: 40%; + } + + .sm\:max-h-3\/5 { + max-height: 60%; + } + + .sm\:max-h-4\/5 { + max-height: 80%; + } + + .sm\:max-h-1\/6 { + max-height: 16.666667%; + } + + .sm\:max-h-2\/6 { + max-height: 33.333333%; + } + + .sm\:max-h-3\/6 { + max-height: 50%; + } + + .sm\:max-h-4\/6 { + max-height: 66.666667%; + } + + .sm\:max-h-5\/6 { + max-height: 83.333333%; + } + + .sm\:max-h-1\/12 { + max-height: 8.333333%; + } + + .sm\:max-h-2\/12 { + max-height: 16.666667%; + } + + .sm\:max-h-3\/12 { + max-height: 25%; + } + + .sm\:max-h-4\/12 { + max-height: 33.333333%; + } + + .sm\:max-h-5\/12 { + max-height: 41.666667%; + } + + .sm\:max-h-6\/12 { + max-height: 50%; + } + + .sm\:max-h-7\/12 { + max-height: 58.333333%; + } + + .sm\:max-h-8\/12 { + max-height: 66.666667%; + } + + .sm\:max-h-9\/12 { + max-height: 75%; + } + + .sm\:max-h-10\/12 { + max-height: 83.333333%; + } + + .sm\:max-h-11\/12 { + max-height: 91.666667%; + } + + .sm\:max-h-1\/16 { + max-height: 6.25%; + } + + .sm\:max-h-2\/16 { + max-height: 12.5%; + } + + .sm\:max-h-3\/16 { + max-height: 18.75%; + } + + .sm\:max-h-4\/16 { + max-height: 25%; + } + + .sm\:max-h-5\/16 { + max-height: 31.25%; + } + + .sm\:max-h-6\/16 { + max-height: 37.5%; + } + + .sm\:max-h-7\/16 { + max-height: 43.75%; + } + + .sm\:max-h-8\/16 { + max-height: 50%; + } + + .sm\:max-h-9\/16 { + max-height: 56.25%; + } + + .sm\:max-h-10\/16 { + max-height: 62.5%; + } + + .sm\:max-h-11\/16 { + max-height: 68.75%; + } + + .sm\:max-h-12\/16 { + max-height: 75%; + } + + .sm\:max-h-13\/16 { + max-height: 81.25%; + } + + .sm\:max-h-14\/16 { + max-height: 87.5%; + } + + .sm\:max-h-15\/16 { + max-height: 93.75%; + } + + .sm\:max-h-full { + max-height: 100%; + } + + .sm\:max-w-0 { + max-width: 0rem; + } + .sm\:max-w-none { max-width: none; } @@ -45276,10 +67300,22 @@ video { max-width: 72rem; } + .sm\:max-w-7xl { + max-width: 80rem; + } + .sm\:max-w-full { max-width: 100%; } + .sm\:max-w-min { + max-width: min-content; + } + + .sm\:max-w-max { + max-width: max-content; + } + .sm\:max-w-screen-sm { max-width: 640px; } @@ -45316,6 +67352,14 @@ video { min-width: 100%; } + .sm\:min-w-min { + min-width: min-content; + } + + .sm\:min-w-max { + min-width: max-content; + } + .sm\:object-contain { object-fit: contain; } @@ -45574,18 +67618,42 @@ video { padding: 1.5rem; } + .sm\:p-7 { + padding: 1.75rem; + } + .sm\:p-8 { padding: 2rem; } + .sm\:p-9 { + padding: 2.25rem; + } + .sm\:p-10 { padding: 2.5rem; } + .sm\:p-11 { + padding: 2.75rem; + } + .sm\:p-12 { padding: 3rem; } + .sm\:p-13 { + padding: 3.25rem; + } + + .sm\:p-14 { + padding: 3.5rem; + } + + .sm\:p-15 { + padding: 3.75rem; + } + .sm\:p-16 { padding: 4rem; } @@ -45598,30 +67666,246 @@ video { padding: 6rem; } + .sm\:p-28 { + padding: 7rem; + } + .sm\:p-32 { padding: 8rem; } + .sm\:p-36 { + padding: 9rem; + } + .sm\:p-40 { padding: 10rem; } + .sm\:p-44 { + padding: 11rem; + } + .sm\:p-48 { padding: 12rem; } + .sm\:p-52 { + padding: 13rem; + } + .sm\:p-56 { padding: 14rem; } + .sm\:p-60 { + padding: 15rem; + } + .sm\:p-64 { padding: 16rem; } + .sm\:p-72 { + padding: 18rem; + } + + .sm\:p-80 { + padding: 20rem; + } + + .sm\:p-96 { + padding: 24rem; + } + .sm\:p-px { padding: 1px; } + .sm\:p-0\.5 { + padding: 0.125rem; + } + + .sm\:p-1\.5 { + padding: 0.375rem; + } + + .sm\:p-2\.5 { + padding: 0.625rem; + } + + .sm\:p-3\.5 { + padding: 0.875rem; + } + + .sm\:p-1\/2 { + padding: 50%; + } + + .sm\:p-1\/3 { + padding: 33.333333%; + } + + .sm\:p-2\/3 { + padding: 66.666667%; + } + + .sm\:p-1\/4 { + padding: 25%; + } + + .sm\:p-2\/4 { + padding: 50%; + } + + .sm\:p-3\/4 { + padding: 75%; + } + + .sm\:p-1\/5 { + padding: 20%; + } + + .sm\:p-2\/5 { + padding: 40%; + } + + .sm\:p-3\/5 { + padding: 60%; + } + + .sm\:p-4\/5 { + padding: 80%; + } + + .sm\:p-1\/6 { + padding: 16.666667%; + } + + .sm\:p-2\/6 { + padding: 33.333333%; + } + + .sm\:p-3\/6 { + padding: 50%; + } + + .sm\:p-4\/6 { + padding: 66.666667%; + } + + .sm\:p-5\/6 { + padding: 83.333333%; + } + + .sm\:p-1\/12 { + padding: 8.333333%; + } + + .sm\:p-2\/12 { + padding: 16.666667%; + } + + .sm\:p-3\/12 { + padding: 25%; + } + + .sm\:p-4\/12 { + padding: 33.333333%; + } + + .sm\:p-5\/12 { + padding: 41.666667%; + } + + .sm\:p-6\/12 { + padding: 50%; + } + + .sm\:p-7\/12 { + padding: 58.333333%; + } + + .sm\:p-8\/12 { + padding: 66.666667%; + } + + .sm\:p-9\/12 { + padding: 75%; + } + + .sm\:p-10\/12 { + padding: 83.333333%; + } + + .sm\:p-11\/12 { + padding: 91.666667%; + } + + .sm\:p-1\/16 { + padding: 6.25%; + } + + .sm\:p-2\/16 { + padding: 12.5%; + } + + .sm\:p-3\/16 { + padding: 18.75%; + } + + .sm\:p-4\/16 { + padding: 25%; + } + + .sm\:p-5\/16 { + padding: 31.25%; + } + + .sm\:p-6\/16 { + padding: 37.5%; + } + + .sm\:p-7\/16 { + padding: 43.75%; + } + + .sm\:p-8\/16 { + padding: 50%; + } + + .sm\:p-9\/16 { + padding: 56.25%; + } + + .sm\:p-10\/16 { + padding: 62.5%; + } + + .sm\:p-11\/16 { + padding: 68.75%; + } + + .sm\:p-12\/16 { + padding: 75%; + } + + .sm\:p-13\/16 { + padding: 81.25%; + } + + .sm\:p-14\/16 { + padding: 87.5%; + } + + .sm\:p-15\/16 { + padding: 93.75%; + } + + .sm\:p-full { + padding: 100%; + } + .sm\:py-0 { padding-top: 0; padding-bottom: 0; @@ -45692,6 +67976,16 @@ video { padding-right: 1.5rem; } + .sm\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .sm\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .sm\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -45702,6 +67996,16 @@ video { padding-right: 2rem; } + .sm\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .sm\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .sm\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -45712,6 +68016,16 @@ video { padding-right: 2.5rem; } + .sm\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .sm\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .sm\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -45722,6 +68036,36 @@ video { padding-right: 3rem; } + .sm\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .sm\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .sm\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .sm\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .sm\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .sm\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -45752,6 +68096,16 @@ video { padding-right: 6rem; } + .sm\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .sm\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .sm\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -45762,6 +68116,16 @@ video { padding-right: 8rem; } + .sm\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .sm\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .sm\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -45772,6 +68136,16 @@ video { padding-right: 10rem; } + .sm\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .sm\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .sm\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -45782,6 +68156,16 @@ video { padding-right: 12rem; } + .sm\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .sm\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .sm\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -45792,6 +68176,16 @@ video { padding-right: 14rem; } + .sm\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .sm\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .sm\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -45802,6 +68196,36 @@ video { padding-right: 16rem; } + .sm\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .sm\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .sm\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .sm\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .sm\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .sm\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .sm\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -45812,6 +68236,466 @@ video { padding-right: 1px; } + .sm\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .sm\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .sm\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .sm\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .sm\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .sm\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .sm\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .sm\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .sm\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .sm\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .sm\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .sm\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .sm\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .sm\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .sm\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .sm\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .sm\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .sm\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .sm\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .sm\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .sm\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .sm\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .sm\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .sm\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .sm\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .sm\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .sm\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .sm\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .sm\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .sm\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .sm\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .sm\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .sm\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .sm\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .sm\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .sm\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .sm\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .sm\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .sm\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .sm\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .sm\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .sm\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .sm\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .sm\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .sm\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .sm\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .sm\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .sm\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .sm\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .sm\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .sm\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .sm\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .sm\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .sm\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .sm\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .sm\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .sm\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .sm\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .sm\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .sm\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .sm\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .sm\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .sm\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .sm\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .sm\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .sm\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .sm\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .sm\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .sm\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .sm\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .sm\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .sm\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .sm\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .sm\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .sm\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .sm\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .sm\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .sm\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .sm\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .sm\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .sm\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .sm\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .sm\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .sm\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .sm\:pt-0 { padding-top: 0; } @@ -45924,6 +68808,22 @@ video { padding-left: 1.5rem; } + .sm\:pt-7 { + padding-top: 1.75rem; + } + + .sm\:pr-7 { + padding-right: 1.75rem; + } + + .sm\:pb-7 { + padding-bottom: 1.75rem; + } + + .sm\:pl-7 { + padding-left: 1.75rem; + } + .sm\:pt-8 { padding-top: 2rem; } @@ -45940,6 +68840,22 @@ video { padding-left: 2rem; } + .sm\:pt-9 { + padding-top: 2.25rem; + } + + .sm\:pr-9 { + padding-right: 2.25rem; + } + + .sm\:pb-9 { + padding-bottom: 2.25rem; + } + + .sm\:pl-9 { + padding-left: 2.25rem; + } + .sm\:pt-10 { padding-top: 2.5rem; } @@ -45956,6 +68872,22 @@ video { padding-left: 2.5rem; } + .sm\:pt-11 { + padding-top: 2.75rem; + } + + .sm\:pr-11 { + padding-right: 2.75rem; + } + + .sm\:pb-11 { + padding-bottom: 2.75rem; + } + + .sm\:pl-11 { + padding-left: 2.75rem; + } + .sm\:pt-12 { padding-top: 3rem; } @@ -45972,6 +68904,54 @@ video { padding-left: 3rem; } + .sm\:pt-13 { + padding-top: 3.25rem; + } + + .sm\:pr-13 { + padding-right: 3.25rem; + } + + .sm\:pb-13 { + padding-bottom: 3.25rem; + } + + .sm\:pl-13 { + padding-left: 3.25rem; + } + + .sm\:pt-14 { + padding-top: 3.5rem; + } + + .sm\:pr-14 { + padding-right: 3.5rem; + } + + .sm\:pb-14 { + padding-bottom: 3.5rem; + } + + .sm\:pl-14 { + padding-left: 3.5rem; + } + + .sm\:pt-15 { + padding-top: 3.75rem; + } + + .sm\:pr-15 { + padding-right: 3.75rem; + } + + .sm\:pb-15 { + padding-bottom: 3.75rem; + } + + .sm\:pl-15 { + padding-left: 3.75rem; + } + .sm\:pt-16 { padding-top: 4rem; } @@ -46020,6 +69000,22 @@ video { padding-left: 6rem; } + .sm\:pt-28 { + padding-top: 7rem; + } + + .sm\:pr-28 { + padding-right: 7rem; + } + + .sm\:pb-28 { + padding-bottom: 7rem; + } + + .sm\:pl-28 { + padding-left: 7rem; + } + .sm\:pt-32 { padding-top: 8rem; } @@ -46036,6 +69032,22 @@ video { padding-left: 8rem; } + .sm\:pt-36 { + padding-top: 9rem; + } + + .sm\:pr-36 { + padding-right: 9rem; + } + + .sm\:pb-36 { + padding-bottom: 9rem; + } + + .sm\:pl-36 { + padding-left: 9rem; + } + .sm\:pt-40 { padding-top: 10rem; } @@ -46052,6 +69064,22 @@ video { padding-left: 10rem; } + .sm\:pt-44 { + padding-top: 11rem; + } + + .sm\:pr-44 { + padding-right: 11rem; + } + + .sm\:pb-44 { + padding-bottom: 11rem; + } + + .sm\:pl-44 { + padding-left: 11rem; + } + .sm\:pt-48 { padding-top: 12rem; } @@ -46068,6 +69096,22 @@ video { padding-left: 12rem; } + .sm\:pt-52 { + padding-top: 13rem; + } + + .sm\:pr-52 { + padding-right: 13rem; + } + + .sm\:pb-52 { + padding-bottom: 13rem; + } + + .sm\:pl-52 { + padding-left: 13rem; + } + .sm\:pt-56 { padding-top: 14rem; } @@ -46084,6 +69128,22 @@ video { padding-left: 14rem; } + .sm\:pt-60 { + padding-top: 15rem; + } + + .sm\:pr-60 { + padding-right: 15rem; + } + + .sm\:pb-60 { + padding-bottom: 15rem; + } + + .sm\:pl-60 { + padding-left: 15rem; + } + .sm\:pt-64 { padding-top: 16rem; } @@ -46100,6 +69160,54 @@ video { padding-left: 16rem; } + .sm\:pt-72 { + padding-top: 18rem; + } + + .sm\:pr-72 { + padding-right: 18rem; + } + + .sm\:pb-72 { + padding-bottom: 18rem; + } + + .sm\:pl-72 { + padding-left: 18rem; + } + + .sm\:pt-80 { + padding-top: 20rem; + } + + .sm\:pr-80 { + padding-right: 20rem; + } + + .sm\:pb-80 { + padding-bottom: 20rem; + } + + .sm\:pl-80 { + padding-left: 20rem; + } + + .sm\:pt-96 { + padding-top: 24rem; + } + + .sm\:pr-96 { + padding-right: 24rem; + } + + .sm\:pb-96 { + padding-bottom: 24rem; + } + + .sm\:pl-96 { + padding-left: 24rem; + } + .sm\:pt-px { padding-top: 1px; } @@ -46116,6 +69224,742 @@ video { padding-left: 1px; } + .sm\:pt-0\.5 { + padding-top: 0.125rem; + } + + .sm\:pr-0\.5 { + padding-right: 0.125rem; + } + + .sm\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .sm\:pl-0\.5 { + padding-left: 0.125rem; + } + + .sm\:pt-1\.5 { + padding-top: 0.375rem; + } + + .sm\:pr-1\.5 { + padding-right: 0.375rem; + } + + .sm\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .sm\:pl-1\.5 { + padding-left: 0.375rem; + } + + .sm\:pt-2\.5 { + padding-top: 0.625rem; + } + + .sm\:pr-2\.5 { + padding-right: 0.625rem; + } + + .sm\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .sm\:pl-2\.5 { + padding-left: 0.625rem; + } + + .sm\:pt-3\.5 { + padding-top: 0.875rem; + } + + .sm\:pr-3\.5 { + padding-right: 0.875rem; + } + + .sm\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .sm\:pl-3\.5 { + padding-left: 0.875rem; + } + + .sm\:pt-1\/2 { + padding-top: 50%; + } + + .sm\:pr-1\/2 { + padding-right: 50%; + } + + .sm\:pb-1\/2 { + padding-bottom: 50%; + } + + .sm\:pl-1\/2 { + padding-left: 50%; + } + + .sm\:pt-1\/3 { + padding-top: 33.333333%; + } + + .sm\:pr-1\/3 { + padding-right: 33.333333%; + } + + .sm\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .sm\:pl-1\/3 { + padding-left: 33.333333%; + } + + .sm\:pt-2\/3 { + padding-top: 66.666667%; + } + + .sm\:pr-2\/3 { + padding-right: 66.666667%; + } + + .sm\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .sm\:pl-2\/3 { + padding-left: 66.666667%; + } + + .sm\:pt-1\/4 { + padding-top: 25%; + } + + .sm\:pr-1\/4 { + padding-right: 25%; + } + + .sm\:pb-1\/4 { + padding-bottom: 25%; + } + + .sm\:pl-1\/4 { + padding-left: 25%; + } + + .sm\:pt-2\/4 { + padding-top: 50%; + } + + .sm\:pr-2\/4 { + padding-right: 50%; + } + + .sm\:pb-2\/4 { + padding-bottom: 50%; + } + + .sm\:pl-2\/4 { + padding-left: 50%; + } + + .sm\:pt-3\/4 { + padding-top: 75%; + } + + .sm\:pr-3\/4 { + padding-right: 75%; + } + + .sm\:pb-3\/4 { + padding-bottom: 75%; + } + + .sm\:pl-3\/4 { + padding-left: 75%; + } + + .sm\:pt-1\/5 { + padding-top: 20%; + } + + .sm\:pr-1\/5 { + padding-right: 20%; + } + + .sm\:pb-1\/5 { + padding-bottom: 20%; + } + + .sm\:pl-1\/5 { + padding-left: 20%; + } + + .sm\:pt-2\/5 { + padding-top: 40%; + } + + .sm\:pr-2\/5 { + padding-right: 40%; + } + + .sm\:pb-2\/5 { + padding-bottom: 40%; + } + + .sm\:pl-2\/5 { + padding-left: 40%; + } + + .sm\:pt-3\/5 { + padding-top: 60%; + } + + .sm\:pr-3\/5 { + padding-right: 60%; + } + + .sm\:pb-3\/5 { + padding-bottom: 60%; + } + + .sm\:pl-3\/5 { + padding-left: 60%; + } + + .sm\:pt-4\/5 { + padding-top: 80%; + } + + .sm\:pr-4\/5 { + padding-right: 80%; + } + + .sm\:pb-4\/5 { + padding-bottom: 80%; + } + + .sm\:pl-4\/5 { + padding-left: 80%; + } + + .sm\:pt-1\/6 { + padding-top: 16.666667%; + } + + .sm\:pr-1\/6 { + padding-right: 16.666667%; + } + + .sm\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .sm\:pl-1\/6 { + padding-left: 16.666667%; + } + + .sm\:pt-2\/6 { + padding-top: 33.333333%; + } + + .sm\:pr-2\/6 { + padding-right: 33.333333%; + } + + .sm\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .sm\:pl-2\/6 { + padding-left: 33.333333%; + } + + .sm\:pt-3\/6 { + padding-top: 50%; + } + + .sm\:pr-3\/6 { + padding-right: 50%; + } + + .sm\:pb-3\/6 { + padding-bottom: 50%; + } + + .sm\:pl-3\/6 { + padding-left: 50%; + } + + .sm\:pt-4\/6 { + padding-top: 66.666667%; + } + + .sm\:pr-4\/6 { + padding-right: 66.666667%; + } + + .sm\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .sm\:pl-4\/6 { + padding-left: 66.666667%; + } + + .sm\:pt-5\/6 { + padding-top: 83.333333%; + } + + .sm\:pr-5\/6 { + padding-right: 83.333333%; + } + + .sm\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .sm\:pl-5\/6 { + padding-left: 83.333333%; + } + + .sm\:pt-1\/12 { + padding-top: 8.333333%; + } + + .sm\:pr-1\/12 { + padding-right: 8.333333%; + } + + .sm\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .sm\:pl-1\/12 { + padding-left: 8.333333%; + } + + .sm\:pt-2\/12 { + padding-top: 16.666667%; + } + + .sm\:pr-2\/12 { + padding-right: 16.666667%; + } + + .sm\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .sm\:pl-2\/12 { + padding-left: 16.666667%; + } + + .sm\:pt-3\/12 { + padding-top: 25%; + } + + .sm\:pr-3\/12 { + padding-right: 25%; + } + + .sm\:pb-3\/12 { + padding-bottom: 25%; + } + + .sm\:pl-3\/12 { + padding-left: 25%; + } + + .sm\:pt-4\/12 { + padding-top: 33.333333%; + } + + .sm\:pr-4\/12 { + padding-right: 33.333333%; + } + + .sm\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .sm\:pl-4\/12 { + padding-left: 33.333333%; + } + + .sm\:pt-5\/12 { + padding-top: 41.666667%; + } + + .sm\:pr-5\/12 { + padding-right: 41.666667%; + } + + .sm\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .sm\:pl-5\/12 { + padding-left: 41.666667%; + } + + .sm\:pt-6\/12 { + padding-top: 50%; + } + + .sm\:pr-6\/12 { + padding-right: 50%; + } + + .sm\:pb-6\/12 { + padding-bottom: 50%; + } + + .sm\:pl-6\/12 { + padding-left: 50%; + } + + .sm\:pt-7\/12 { + padding-top: 58.333333%; + } + + .sm\:pr-7\/12 { + padding-right: 58.333333%; + } + + .sm\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .sm\:pl-7\/12 { + padding-left: 58.333333%; + } + + .sm\:pt-8\/12 { + padding-top: 66.666667%; + } + + .sm\:pr-8\/12 { + padding-right: 66.666667%; + } + + .sm\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .sm\:pl-8\/12 { + padding-left: 66.666667%; + } + + .sm\:pt-9\/12 { + padding-top: 75%; + } + + .sm\:pr-9\/12 { + padding-right: 75%; + } + + .sm\:pb-9\/12 { + padding-bottom: 75%; + } + + .sm\:pl-9\/12 { + padding-left: 75%; + } + + .sm\:pt-10\/12 { + padding-top: 83.333333%; + } + + .sm\:pr-10\/12 { + padding-right: 83.333333%; + } + + .sm\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .sm\:pl-10\/12 { + padding-left: 83.333333%; + } + + .sm\:pt-11\/12 { + padding-top: 91.666667%; + } + + .sm\:pr-11\/12 { + padding-right: 91.666667%; + } + + .sm\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .sm\:pl-11\/12 { + padding-left: 91.666667%; + } + + .sm\:pt-1\/16 { + padding-top: 6.25%; + } + + .sm\:pr-1\/16 { + padding-right: 6.25%; + } + + .sm\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .sm\:pl-1\/16 { + padding-left: 6.25%; + } + + .sm\:pt-2\/16 { + padding-top: 12.5%; + } + + .sm\:pr-2\/16 { + padding-right: 12.5%; + } + + .sm\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .sm\:pl-2\/16 { + padding-left: 12.5%; + } + + .sm\:pt-3\/16 { + padding-top: 18.75%; + } + + .sm\:pr-3\/16 { + padding-right: 18.75%; + } + + .sm\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .sm\:pl-3\/16 { + padding-left: 18.75%; + } + + .sm\:pt-4\/16 { + padding-top: 25%; + } + + .sm\:pr-4\/16 { + padding-right: 25%; + } + + .sm\:pb-4\/16 { + padding-bottom: 25%; + } + + .sm\:pl-4\/16 { + padding-left: 25%; + } + + .sm\:pt-5\/16 { + padding-top: 31.25%; + } + + .sm\:pr-5\/16 { + padding-right: 31.25%; + } + + .sm\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .sm\:pl-5\/16 { + padding-left: 31.25%; + } + + .sm\:pt-6\/16 { + padding-top: 37.5%; + } + + .sm\:pr-6\/16 { + padding-right: 37.5%; + } + + .sm\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .sm\:pl-6\/16 { + padding-left: 37.5%; + } + + .sm\:pt-7\/16 { + padding-top: 43.75%; + } + + .sm\:pr-7\/16 { + padding-right: 43.75%; + } + + .sm\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .sm\:pl-7\/16 { + padding-left: 43.75%; + } + + .sm\:pt-8\/16 { + padding-top: 50%; + } + + .sm\:pr-8\/16 { + padding-right: 50%; + } + + .sm\:pb-8\/16 { + padding-bottom: 50%; + } + + .sm\:pl-8\/16 { + padding-left: 50%; + } + + .sm\:pt-9\/16 { + padding-top: 56.25%; + } + + .sm\:pr-9\/16 { + padding-right: 56.25%; + } + + .sm\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .sm\:pl-9\/16 { + padding-left: 56.25%; + } + + .sm\:pt-10\/16 { + padding-top: 62.5%; + } + + .sm\:pr-10\/16 { + padding-right: 62.5%; + } + + .sm\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .sm\:pl-10\/16 { + padding-left: 62.5%; + } + + .sm\:pt-11\/16 { + padding-top: 68.75%; + } + + .sm\:pr-11\/16 { + padding-right: 68.75%; + } + + .sm\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .sm\:pl-11\/16 { + padding-left: 68.75%; + } + + .sm\:pt-12\/16 { + padding-top: 75%; + } + + .sm\:pr-12\/16 { + padding-right: 75%; + } + + .sm\:pb-12\/16 { + padding-bottom: 75%; + } + + .sm\:pl-12\/16 { + padding-left: 75%; + } + + .sm\:pt-13\/16 { + padding-top: 81.25%; + } + + .sm\:pr-13\/16 { + padding-right: 81.25%; + } + + .sm\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .sm\:pl-13\/16 { + padding-left: 81.25%; + } + + .sm\:pt-14\/16 { + padding-top: 87.5%; + } + + .sm\:pr-14\/16 { + padding-right: 87.5%; + } + + .sm\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .sm\:pl-14\/16 { + padding-left: 87.5%; + } + + .sm\:pt-15\/16 { + padding-top: 93.75%; + } + + .sm\:pr-15\/16 { + padding-right: 93.75%; + } + + .sm\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .sm\:pl-15\/16 { + padding-left: 93.75%; + } + + .sm\:pt-full { + padding-top: 100%; + } + + .sm\:pr-full { + padding-right: 100%; + } + + .sm\:pb-full { + padding-bottom: 100%; + } + + .sm\:pl-full { + padding-left: 100%; + } + .sm\:placeholder-transparent::placeholder { color: transparent; } @@ -48065,6 +71909,223 @@ video { left: 0; } + .sm\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .sm\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .sm\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .sm\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .sm\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .sm\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .sm\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .sm\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .sm\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .sm\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .sm\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .sm\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .sm\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .sm\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .sm\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .sm\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .sm\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .sm\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .sm\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .sm\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .sm\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .sm\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .sm\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .sm\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .sm\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .sm\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .sm\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .sm\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .sm\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .sm\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .sm\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .sm\:inset-auto { top: auto; right: auto; @@ -48072,6 +72133,881 @@ video { left: auto; } + .sm\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .sm\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .sm\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .sm\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .sm\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .sm\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .sm\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .sm\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .sm\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .sm\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .sm\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .sm\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .sm\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .sm\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .sm\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .sm\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .sm\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .sm\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .sm\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .sm\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .sm\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .sm\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .sm\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .sm\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .sm\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .sm\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .sm\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .sm\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .sm\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .sm\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .sm\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .sm\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .sm\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .sm\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .sm\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .sm\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .sm\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .sm\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .sm\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .sm\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .sm\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .sm\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .sm\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .sm\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .sm\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .sm\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .sm\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .sm\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .sm\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .sm\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .sm\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .sm\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .sm\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .sm\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .sm\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .sm\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .sm\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .sm\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .sm\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .sm\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .sm\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .sm\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .sm\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .sm\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .sm\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .sm\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .sm\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .sm\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .sm\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .sm\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .sm\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .sm\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .sm\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .sm\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .sm\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .sm\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .sm\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .sm\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .sm\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .sm\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .sm\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .sm\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .sm\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .sm\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .sm\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .sm\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .sm\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .sm\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .sm\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .sm\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .sm\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .sm\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .sm\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .sm\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .sm\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .sm\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .sm\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .sm\:inset-y-0 { top: 0; bottom: 0; @@ -48082,6 +73018,316 @@ video { left: 0; } + .sm\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .sm\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .sm\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .sm\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .sm\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .sm\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .sm\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .sm\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .sm\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .sm\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .sm\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .sm\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .sm\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .sm\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .sm\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .sm\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .sm\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .sm\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .sm\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .sm\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .sm\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .sm\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .sm\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .sm\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .sm\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .sm\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .sm\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .sm\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .sm\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .sm\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .sm\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .sm\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .sm\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .sm\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .sm\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .sm\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .sm\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .sm\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .sm\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .sm\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .sm\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .sm\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .sm\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .sm\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .sm\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .sm\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .sm\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .sm\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .sm\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .sm\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .sm\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .sm\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .sm\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .sm\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .sm\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .sm\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .sm\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .sm\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .sm\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .sm\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .sm\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .sm\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .sm\:inset-y-auto { top: auto; bottom: auto; @@ -48092,6 +73338,1256 @@ video { left: auto; } + .sm\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .sm\:inset-x-px { + right: 1px; + left: 1px; + } + + .sm\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .sm\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .sm\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .sm\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .sm\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .sm\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .sm\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .sm\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .sm\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .sm\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .sm\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .sm\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .sm\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .sm\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .sm\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .sm\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .sm\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .sm\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .sm\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .sm\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .sm\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .sm\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .sm\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .sm\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .sm\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .sm\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .sm\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .sm\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .sm\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .sm\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .sm\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .sm\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .sm\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .sm\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .sm\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .sm\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .sm\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .sm\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .sm\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .sm\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .sm\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .sm\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .sm\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .sm\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .sm\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .sm\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .sm\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .sm\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .sm\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .sm\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .sm\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .sm\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .sm\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .sm\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .sm\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .sm\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .sm\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .sm\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .sm\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .sm\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .sm\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .sm\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .sm\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .sm\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .sm\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .sm\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .sm\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .sm\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .sm\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .sm\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .sm\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .sm\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .sm\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .sm\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .sm\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .sm\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .sm\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .sm\:inset-x-full { + right: 100%; + left: 100%; + } + + .sm\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .sm\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .sm\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .sm\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .sm\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .sm\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .sm\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .sm\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .sm\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .sm\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .sm\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .sm\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .sm\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .sm\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .sm\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .sm\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .sm\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .sm\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .sm\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .sm\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .sm\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .sm\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .sm\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .sm\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .sm\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .sm\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .sm\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .sm\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .sm\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .sm\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .sm\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .sm\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .sm\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .sm\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .sm\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .sm\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .sm\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .sm\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .sm\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .sm\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .sm\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .sm\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .sm\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .sm\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .sm\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .sm\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .sm\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .sm\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .sm\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .sm\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .sm\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .sm\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .sm\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .sm\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .sm\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .sm\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .sm\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .sm\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .sm\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .sm\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .sm\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .sm\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .sm\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .sm\:-inset-x-px { + right: -1px; + left: -1px; + } + + .sm\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .sm\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .sm\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .sm\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .sm\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .sm\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .sm\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .sm\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .sm\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .sm\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .sm\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .sm\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .sm\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .sm\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .sm\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .sm\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .sm\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .sm\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .sm\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .sm\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .sm\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .sm\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .sm\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .sm\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .sm\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .sm\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .sm\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .sm\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .sm\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .sm\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .sm\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .sm\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .sm\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .sm\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .sm\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .sm\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .sm\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .sm\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .sm\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .sm\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .sm\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .sm\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .sm\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .sm\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .sm\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .sm\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .sm\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .sm\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .sm\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .sm\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .sm\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .sm\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .sm\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .sm\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .sm\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .sm\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .sm\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .sm\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .sm\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .sm\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .sm\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .sm\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .sm\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .sm\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .sm\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .sm\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .sm\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .sm\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .sm\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .sm\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .sm\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .sm\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .sm\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .sm\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .sm\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .sm\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .sm\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .sm\:-inset-x-full { + right: -100%; + left: -100%; + } + .sm\:top-0 { top: 0; } @@ -48108,6 +74604,502 @@ video { left: 0; } + .sm\:top-1 { + top: 0.25rem; + } + + .sm\:right-1 { + right: 0.25rem; + } + + .sm\:bottom-1 { + bottom: 0.25rem; + } + + .sm\:left-1 { + left: 0.25rem; + } + + .sm\:top-2 { + top: 0.5rem; + } + + .sm\:right-2 { + right: 0.5rem; + } + + .sm\:bottom-2 { + bottom: 0.5rem; + } + + .sm\:left-2 { + left: 0.5rem; + } + + .sm\:top-3 { + top: 0.75rem; + } + + .sm\:right-3 { + right: 0.75rem; + } + + .sm\:bottom-3 { + bottom: 0.75rem; + } + + .sm\:left-3 { + left: 0.75rem; + } + + .sm\:top-4 { + top: 1rem; + } + + .sm\:right-4 { + right: 1rem; + } + + .sm\:bottom-4 { + bottom: 1rem; + } + + .sm\:left-4 { + left: 1rem; + } + + .sm\:top-5 { + top: 1.25rem; + } + + .sm\:right-5 { + right: 1.25rem; + } + + .sm\:bottom-5 { + bottom: 1.25rem; + } + + .sm\:left-5 { + left: 1.25rem; + } + + .sm\:top-6 { + top: 1.5rem; + } + + .sm\:right-6 { + right: 1.5rem; + } + + .sm\:bottom-6 { + bottom: 1.5rem; + } + + .sm\:left-6 { + left: 1.5rem; + } + + .sm\:top-7 { + top: 1.75rem; + } + + .sm\:right-7 { + right: 1.75rem; + } + + .sm\:bottom-7 { + bottom: 1.75rem; + } + + .sm\:left-7 { + left: 1.75rem; + } + + .sm\:top-8 { + top: 2rem; + } + + .sm\:right-8 { + right: 2rem; + } + + .sm\:bottom-8 { + bottom: 2rem; + } + + .sm\:left-8 { + left: 2rem; + } + + .sm\:top-9 { + top: 2.25rem; + } + + .sm\:right-9 { + right: 2.25rem; + } + + .sm\:bottom-9 { + bottom: 2.25rem; + } + + .sm\:left-9 { + left: 2.25rem; + } + + .sm\:top-10 { + top: 2.5rem; + } + + .sm\:right-10 { + right: 2.5rem; + } + + .sm\:bottom-10 { + bottom: 2.5rem; + } + + .sm\:left-10 { + left: 2.5rem; + } + + .sm\:top-11 { + top: 2.75rem; + } + + .sm\:right-11 { + right: 2.75rem; + } + + .sm\:bottom-11 { + bottom: 2.75rem; + } + + .sm\:left-11 { + left: 2.75rem; + } + + .sm\:top-12 { + top: 3rem; + } + + .sm\:right-12 { + right: 3rem; + } + + .sm\:bottom-12 { + bottom: 3rem; + } + + .sm\:left-12 { + left: 3rem; + } + + .sm\:top-13 { + top: 3.25rem; + } + + .sm\:right-13 { + right: 3.25rem; + } + + .sm\:bottom-13 { + bottom: 3.25rem; + } + + .sm\:left-13 { + left: 3.25rem; + } + + .sm\:top-14 { + top: 3.5rem; + } + + .sm\:right-14 { + right: 3.5rem; + } + + .sm\:bottom-14 { + bottom: 3.5rem; + } + + .sm\:left-14 { + left: 3.5rem; + } + + .sm\:top-15 { + top: 3.75rem; + } + + .sm\:right-15 { + right: 3.75rem; + } + + .sm\:bottom-15 { + bottom: 3.75rem; + } + + .sm\:left-15 { + left: 3.75rem; + } + + .sm\:top-16 { + top: 4rem; + } + + .sm\:right-16 { + right: 4rem; + } + + .sm\:bottom-16 { + bottom: 4rem; + } + + .sm\:left-16 { + left: 4rem; + } + + .sm\:top-20 { + top: 5rem; + } + + .sm\:right-20 { + right: 5rem; + } + + .sm\:bottom-20 { + bottom: 5rem; + } + + .sm\:left-20 { + left: 5rem; + } + + .sm\:top-24 { + top: 6rem; + } + + .sm\:right-24 { + right: 6rem; + } + + .sm\:bottom-24 { + bottom: 6rem; + } + + .sm\:left-24 { + left: 6rem; + } + + .sm\:top-28 { + top: 7rem; + } + + .sm\:right-28 { + right: 7rem; + } + + .sm\:bottom-28 { + bottom: 7rem; + } + + .sm\:left-28 { + left: 7rem; + } + + .sm\:top-32 { + top: 8rem; + } + + .sm\:right-32 { + right: 8rem; + } + + .sm\:bottom-32 { + bottom: 8rem; + } + + .sm\:left-32 { + left: 8rem; + } + + .sm\:top-36 { + top: 9rem; + } + + .sm\:right-36 { + right: 9rem; + } + + .sm\:bottom-36 { + bottom: 9rem; + } + + .sm\:left-36 { + left: 9rem; + } + + .sm\:top-40 { + top: 10rem; + } + + .sm\:right-40 { + right: 10rem; + } + + .sm\:bottom-40 { + bottom: 10rem; + } + + .sm\:left-40 { + left: 10rem; + } + + .sm\:top-44 { + top: 11rem; + } + + .sm\:right-44 { + right: 11rem; + } + + .sm\:bottom-44 { + bottom: 11rem; + } + + .sm\:left-44 { + left: 11rem; + } + + .sm\:top-48 { + top: 12rem; + } + + .sm\:right-48 { + right: 12rem; + } + + .sm\:bottom-48 { + bottom: 12rem; + } + + .sm\:left-48 { + left: 12rem; + } + + .sm\:top-52 { + top: 13rem; + } + + .sm\:right-52 { + right: 13rem; + } + + .sm\:bottom-52 { + bottom: 13rem; + } + + .sm\:left-52 { + left: 13rem; + } + + .sm\:top-56 { + top: 14rem; + } + + .sm\:right-56 { + right: 14rem; + } + + .sm\:bottom-56 { + bottom: 14rem; + } + + .sm\:left-56 { + left: 14rem; + } + + .sm\:top-60 { + top: 15rem; + } + + .sm\:right-60 { + right: 15rem; + } + + .sm\:bottom-60 { + bottom: 15rem; + } + + .sm\:left-60 { + left: 15rem; + } + + .sm\:top-64 { + top: 16rem; + } + + .sm\:right-64 { + right: 16rem; + } + + .sm\:bottom-64 { + bottom: 16rem; + } + + .sm\:left-64 { + left: 16rem; + } + + .sm\:top-72 { + top: 18rem; + } + + .sm\:right-72 { + right: 18rem; + } + + .sm\:bottom-72 { + bottom: 18rem; + } + + .sm\:left-72 { + left: 18rem; + } + + .sm\:top-80 { + top: 20rem; + } + + .sm\:right-80 { + right: 20rem; + } + + .sm\:bottom-80 { + bottom: 20rem; + } + + .sm\:left-80 { + left: 20rem; + } + + .sm\:top-96 { + top: 24rem; + } + + .sm\:right-96 { + right: 24rem; + } + + .sm\:bottom-96 { + bottom: 24rem; + } + + .sm\:left-96 { + left: 24rem; + } + .sm\:top-auto { top: auto; } @@ -48124,6 +75116,2006 @@ video { left: auto; } + .sm\:top-px { + top: 1px; + } + + .sm\:right-px { + right: 1px; + } + + .sm\:bottom-px { + bottom: 1px; + } + + .sm\:left-px { + left: 1px; + } + + .sm\:top-0\.5 { + top: 0.125rem; + } + + .sm\:right-0\.5 { + right: 0.125rem; + } + + .sm\:bottom-0\.5 { + bottom: 0.125rem; + } + + .sm\:left-0\.5 { + left: 0.125rem; + } + + .sm\:top-1\.5 { + top: 0.375rem; + } + + .sm\:right-1\.5 { + right: 0.375rem; + } + + .sm\:bottom-1\.5 { + bottom: 0.375rem; + } + + .sm\:left-1\.5 { + left: 0.375rem; + } + + .sm\:top-2\.5 { + top: 0.625rem; + } + + .sm\:right-2\.5 { + right: 0.625rem; + } + + .sm\:bottom-2\.5 { + bottom: 0.625rem; + } + + .sm\:left-2\.5 { + left: 0.625rem; + } + + .sm\:top-3\.5 { + top: 0.875rem; + } + + .sm\:right-3\.5 { + right: 0.875rem; + } + + .sm\:bottom-3\.5 { + bottom: 0.875rem; + } + + .sm\:left-3\.5 { + left: 0.875rem; + } + + .sm\:top-1\/2 { + top: 50%; + } + + .sm\:right-1\/2 { + right: 50%; + } + + .sm\:bottom-1\/2 { + bottom: 50%; + } + + .sm\:left-1\/2 { + left: 50%; + } + + .sm\:top-1\/3 { + top: 33.333333%; + } + + .sm\:right-1\/3 { + right: 33.333333%; + } + + .sm\:bottom-1\/3 { + bottom: 33.333333%; + } + + .sm\:left-1\/3 { + left: 33.333333%; + } + + .sm\:top-2\/3 { + top: 66.666667%; + } + + .sm\:right-2\/3 { + right: 66.666667%; + } + + .sm\:bottom-2\/3 { + bottom: 66.666667%; + } + + .sm\:left-2\/3 { + left: 66.666667%; + } + + .sm\:top-1\/4 { + top: 25%; + } + + .sm\:right-1\/4 { + right: 25%; + } + + .sm\:bottom-1\/4 { + bottom: 25%; + } + + .sm\:left-1\/4 { + left: 25%; + } + + .sm\:top-2\/4 { + top: 50%; + } + + .sm\:right-2\/4 { + right: 50%; + } + + .sm\:bottom-2\/4 { + bottom: 50%; + } + + .sm\:left-2\/4 { + left: 50%; + } + + .sm\:top-3\/4 { + top: 75%; + } + + .sm\:right-3\/4 { + right: 75%; + } + + .sm\:bottom-3\/4 { + bottom: 75%; + } + + .sm\:left-3\/4 { + left: 75%; + } + + .sm\:top-1\/5 { + top: 20%; + } + + .sm\:right-1\/5 { + right: 20%; + } + + .sm\:bottom-1\/5 { + bottom: 20%; + } + + .sm\:left-1\/5 { + left: 20%; + } + + .sm\:top-2\/5 { + top: 40%; + } + + .sm\:right-2\/5 { + right: 40%; + } + + .sm\:bottom-2\/5 { + bottom: 40%; + } + + .sm\:left-2\/5 { + left: 40%; + } + + .sm\:top-3\/5 { + top: 60%; + } + + .sm\:right-3\/5 { + right: 60%; + } + + .sm\:bottom-3\/5 { + bottom: 60%; + } + + .sm\:left-3\/5 { + left: 60%; + } + + .sm\:top-4\/5 { + top: 80%; + } + + .sm\:right-4\/5 { + right: 80%; + } + + .sm\:bottom-4\/5 { + bottom: 80%; + } + + .sm\:left-4\/5 { + left: 80%; + } + + .sm\:top-1\/6 { + top: 16.666667%; + } + + .sm\:right-1\/6 { + right: 16.666667%; + } + + .sm\:bottom-1\/6 { + bottom: 16.666667%; + } + + .sm\:left-1\/6 { + left: 16.666667%; + } + + .sm\:top-2\/6 { + top: 33.333333%; + } + + .sm\:right-2\/6 { + right: 33.333333%; + } + + .sm\:bottom-2\/6 { + bottom: 33.333333%; + } + + .sm\:left-2\/6 { + left: 33.333333%; + } + + .sm\:top-3\/6 { + top: 50%; + } + + .sm\:right-3\/6 { + right: 50%; + } + + .sm\:bottom-3\/6 { + bottom: 50%; + } + + .sm\:left-3\/6 { + left: 50%; + } + + .sm\:top-4\/6 { + top: 66.666667%; + } + + .sm\:right-4\/6 { + right: 66.666667%; + } + + .sm\:bottom-4\/6 { + bottom: 66.666667%; + } + + .sm\:left-4\/6 { + left: 66.666667%; + } + + .sm\:top-5\/6 { + top: 83.333333%; + } + + .sm\:right-5\/6 { + right: 83.333333%; + } + + .sm\:bottom-5\/6 { + bottom: 83.333333%; + } + + .sm\:left-5\/6 { + left: 83.333333%; + } + + .sm\:top-1\/12 { + top: 8.333333%; + } + + .sm\:right-1\/12 { + right: 8.333333%; + } + + .sm\:bottom-1\/12 { + bottom: 8.333333%; + } + + .sm\:left-1\/12 { + left: 8.333333%; + } + + .sm\:top-2\/12 { + top: 16.666667%; + } + + .sm\:right-2\/12 { + right: 16.666667%; + } + + .sm\:bottom-2\/12 { + bottom: 16.666667%; + } + + .sm\:left-2\/12 { + left: 16.666667%; + } + + .sm\:top-3\/12 { + top: 25%; + } + + .sm\:right-3\/12 { + right: 25%; + } + + .sm\:bottom-3\/12 { + bottom: 25%; + } + + .sm\:left-3\/12 { + left: 25%; + } + + .sm\:top-4\/12 { + top: 33.333333%; + } + + .sm\:right-4\/12 { + right: 33.333333%; + } + + .sm\:bottom-4\/12 { + bottom: 33.333333%; + } + + .sm\:left-4\/12 { + left: 33.333333%; + } + + .sm\:top-5\/12 { + top: 41.666667%; + } + + .sm\:right-5\/12 { + right: 41.666667%; + } + + .sm\:bottom-5\/12 { + bottom: 41.666667%; + } + + .sm\:left-5\/12 { + left: 41.666667%; + } + + .sm\:top-6\/12 { + top: 50%; + } + + .sm\:right-6\/12 { + right: 50%; + } + + .sm\:bottom-6\/12 { + bottom: 50%; + } + + .sm\:left-6\/12 { + left: 50%; + } + + .sm\:top-7\/12 { + top: 58.333333%; + } + + .sm\:right-7\/12 { + right: 58.333333%; + } + + .sm\:bottom-7\/12 { + bottom: 58.333333%; + } + + .sm\:left-7\/12 { + left: 58.333333%; + } + + .sm\:top-8\/12 { + top: 66.666667%; + } + + .sm\:right-8\/12 { + right: 66.666667%; + } + + .sm\:bottom-8\/12 { + bottom: 66.666667%; + } + + .sm\:left-8\/12 { + left: 66.666667%; + } + + .sm\:top-9\/12 { + top: 75%; + } + + .sm\:right-9\/12 { + right: 75%; + } + + .sm\:bottom-9\/12 { + bottom: 75%; + } + + .sm\:left-9\/12 { + left: 75%; + } + + .sm\:top-10\/12 { + top: 83.333333%; + } + + .sm\:right-10\/12 { + right: 83.333333%; + } + + .sm\:bottom-10\/12 { + bottom: 83.333333%; + } + + .sm\:left-10\/12 { + left: 83.333333%; + } + + .sm\:top-11\/12 { + top: 91.666667%; + } + + .sm\:right-11\/12 { + right: 91.666667%; + } + + .sm\:bottom-11\/12 { + bottom: 91.666667%; + } + + .sm\:left-11\/12 { + left: 91.666667%; + } + + .sm\:top-1\/16 { + top: 6.25%; + } + + .sm\:right-1\/16 { + right: 6.25%; + } + + .sm\:bottom-1\/16 { + bottom: 6.25%; + } + + .sm\:left-1\/16 { + left: 6.25%; + } + + .sm\:top-2\/16 { + top: 12.5%; + } + + .sm\:right-2\/16 { + right: 12.5%; + } + + .sm\:bottom-2\/16 { + bottom: 12.5%; + } + + .sm\:left-2\/16 { + left: 12.5%; + } + + .sm\:top-3\/16 { + top: 18.75%; + } + + .sm\:right-3\/16 { + right: 18.75%; + } + + .sm\:bottom-3\/16 { + bottom: 18.75%; + } + + .sm\:left-3\/16 { + left: 18.75%; + } + + .sm\:top-4\/16 { + top: 25%; + } + + .sm\:right-4\/16 { + right: 25%; + } + + .sm\:bottom-4\/16 { + bottom: 25%; + } + + .sm\:left-4\/16 { + left: 25%; + } + + .sm\:top-5\/16 { + top: 31.25%; + } + + .sm\:right-5\/16 { + right: 31.25%; + } + + .sm\:bottom-5\/16 { + bottom: 31.25%; + } + + .sm\:left-5\/16 { + left: 31.25%; + } + + .sm\:top-6\/16 { + top: 37.5%; + } + + .sm\:right-6\/16 { + right: 37.5%; + } + + .sm\:bottom-6\/16 { + bottom: 37.5%; + } + + .sm\:left-6\/16 { + left: 37.5%; + } + + .sm\:top-7\/16 { + top: 43.75%; + } + + .sm\:right-7\/16 { + right: 43.75%; + } + + .sm\:bottom-7\/16 { + bottom: 43.75%; + } + + .sm\:left-7\/16 { + left: 43.75%; + } + + .sm\:top-8\/16 { + top: 50%; + } + + .sm\:right-8\/16 { + right: 50%; + } + + .sm\:bottom-8\/16 { + bottom: 50%; + } + + .sm\:left-8\/16 { + left: 50%; + } + + .sm\:top-9\/16 { + top: 56.25%; + } + + .sm\:right-9\/16 { + right: 56.25%; + } + + .sm\:bottom-9\/16 { + bottom: 56.25%; + } + + .sm\:left-9\/16 { + left: 56.25%; + } + + .sm\:top-10\/16 { + top: 62.5%; + } + + .sm\:right-10\/16 { + right: 62.5%; + } + + .sm\:bottom-10\/16 { + bottom: 62.5%; + } + + .sm\:left-10\/16 { + left: 62.5%; + } + + .sm\:top-11\/16 { + top: 68.75%; + } + + .sm\:right-11\/16 { + right: 68.75%; + } + + .sm\:bottom-11\/16 { + bottom: 68.75%; + } + + .sm\:left-11\/16 { + left: 68.75%; + } + + .sm\:top-12\/16 { + top: 75%; + } + + .sm\:right-12\/16 { + right: 75%; + } + + .sm\:bottom-12\/16 { + bottom: 75%; + } + + .sm\:left-12\/16 { + left: 75%; + } + + .sm\:top-13\/16 { + top: 81.25%; + } + + .sm\:right-13\/16 { + right: 81.25%; + } + + .sm\:bottom-13\/16 { + bottom: 81.25%; + } + + .sm\:left-13\/16 { + left: 81.25%; + } + + .sm\:top-14\/16 { + top: 87.5%; + } + + .sm\:right-14\/16 { + right: 87.5%; + } + + .sm\:bottom-14\/16 { + bottom: 87.5%; + } + + .sm\:left-14\/16 { + left: 87.5%; + } + + .sm\:top-15\/16 { + top: 93.75%; + } + + .sm\:right-15\/16 { + right: 93.75%; + } + + .sm\:bottom-15\/16 { + bottom: 93.75%; + } + + .sm\:left-15\/16 { + left: 93.75%; + } + + .sm\:top-full { + top: 100%; + } + + .sm\:right-full { + right: 100%; + } + + .sm\:bottom-full { + bottom: 100%; + } + + .sm\:left-full { + left: 100%; + } + + .sm\:-top-1 { + top: -0.25rem; + } + + .sm\:-right-1 { + right: -0.25rem; + } + + .sm\:-bottom-1 { + bottom: -0.25rem; + } + + .sm\:-left-1 { + left: -0.25rem; + } + + .sm\:-top-2 { + top: -0.5rem; + } + + .sm\:-right-2 { + right: -0.5rem; + } + + .sm\:-bottom-2 { + bottom: -0.5rem; + } + + .sm\:-left-2 { + left: -0.5rem; + } + + .sm\:-top-3 { + top: -0.75rem; + } + + .sm\:-right-3 { + right: -0.75rem; + } + + .sm\:-bottom-3 { + bottom: -0.75rem; + } + + .sm\:-left-3 { + left: -0.75rem; + } + + .sm\:-top-4 { + top: -1rem; + } + + .sm\:-right-4 { + right: -1rem; + } + + .sm\:-bottom-4 { + bottom: -1rem; + } + + .sm\:-left-4 { + left: -1rem; + } + + .sm\:-top-5 { + top: -1.25rem; + } + + .sm\:-right-5 { + right: -1.25rem; + } + + .sm\:-bottom-5 { + bottom: -1.25rem; + } + + .sm\:-left-5 { + left: -1.25rem; + } + + .sm\:-top-6 { + top: -1.5rem; + } + + .sm\:-right-6 { + right: -1.5rem; + } + + .sm\:-bottom-6 { + bottom: -1.5rem; + } + + .sm\:-left-6 { + left: -1.5rem; + } + + .sm\:-top-7 { + top: -1.75rem; + } + + .sm\:-right-7 { + right: -1.75rem; + } + + .sm\:-bottom-7 { + bottom: -1.75rem; + } + + .sm\:-left-7 { + left: -1.75rem; + } + + .sm\:-top-8 { + top: -2rem; + } + + .sm\:-right-8 { + right: -2rem; + } + + .sm\:-bottom-8 { + bottom: -2rem; + } + + .sm\:-left-8 { + left: -2rem; + } + + .sm\:-top-9 { + top: -2.25rem; + } + + .sm\:-right-9 { + right: -2.25rem; + } + + .sm\:-bottom-9 { + bottom: -2.25rem; + } + + .sm\:-left-9 { + left: -2.25rem; + } + + .sm\:-top-10 { + top: -2.5rem; + } + + .sm\:-right-10 { + right: -2.5rem; + } + + .sm\:-bottom-10 { + bottom: -2.5rem; + } + + .sm\:-left-10 { + left: -2.5rem; + } + + .sm\:-top-11 { + top: -2.75rem; + } + + .sm\:-right-11 { + right: -2.75rem; + } + + .sm\:-bottom-11 { + bottom: -2.75rem; + } + + .sm\:-left-11 { + left: -2.75rem; + } + + .sm\:-top-12 { + top: -3rem; + } + + .sm\:-right-12 { + right: -3rem; + } + + .sm\:-bottom-12 { + bottom: -3rem; + } + + .sm\:-left-12 { + left: -3rem; + } + + .sm\:-top-13 { + top: -3.25rem; + } + + .sm\:-right-13 { + right: -3.25rem; + } + + .sm\:-bottom-13 { + bottom: -3.25rem; + } + + .sm\:-left-13 { + left: -3.25rem; + } + + .sm\:-top-14 { + top: -3.5rem; + } + + .sm\:-right-14 { + right: -3.5rem; + } + + .sm\:-bottom-14 { + bottom: -3.5rem; + } + + .sm\:-left-14 { + left: -3.5rem; + } + + .sm\:-top-15 { + top: -3.75rem; + } + + .sm\:-right-15 { + right: -3.75rem; + } + + .sm\:-bottom-15 { + bottom: -3.75rem; + } + + .sm\:-left-15 { + left: -3.75rem; + } + + .sm\:-top-16 { + top: -4rem; + } + + .sm\:-right-16 { + right: -4rem; + } + + .sm\:-bottom-16 { + bottom: -4rem; + } + + .sm\:-left-16 { + left: -4rem; + } + + .sm\:-top-20 { + top: -5rem; + } + + .sm\:-right-20 { + right: -5rem; + } + + .sm\:-bottom-20 { + bottom: -5rem; + } + + .sm\:-left-20 { + left: -5rem; + } + + .sm\:-top-24 { + top: -6rem; + } + + .sm\:-right-24 { + right: -6rem; + } + + .sm\:-bottom-24 { + bottom: -6rem; + } + + .sm\:-left-24 { + left: -6rem; + } + + .sm\:-top-28 { + top: -7rem; + } + + .sm\:-right-28 { + right: -7rem; + } + + .sm\:-bottom-28 { + bottom: -7rem; + } + + .sm\:-left-28 { + left: -7rem; + } + + .sm\:-top-32 { + top: -8rem; + } + + .sm\:-right-32 { + right: -8rem; + } + + .sm\:-bottom-32 { + bottom: -8rem; + } + + .sm\:-left-32 { + left: -8rem; + } + + .sm\:-top-36 { + top: -9rem; + } + + .sm\:-right-36 { + right: -9rem; + } + + .sm\:-bottom-36 { + bottom: -9rem; + } + + .sm\:-left-36 { + left: -9rem; + } + + .sm\:-top-40 { + top: -10rem; + } + + .sm\:-right-40 { + right: -10rem; + } + + .sm\:-bottom-40 { + bottom: -10rem; + } + + .sm\:-left-40 { + left: -10rem; + } + + .sm\:-top-44 { + top: -11rem; + } + + .sm\:-right-44 { + right: -11rem; + } + + .sm\:-bottom-44 { + bottom: -11rem; + } + + .sm\:-left-44 { + left: -11rem; + } + + .sm\:-top-48 { + top: -12rem; + } + + .sm\:-right-48 { + right: -12rem; + } + + .sm\:-bottom-48 { + bottom: -12rem; + } + + .sm\:-left-48 { + left: -12rem; + } + + .sm\:-top-52 { + top: -13rem; + } + + .sm\:-right-52 { + right: -13rem; + } + + .sm\:-bottom-52 { + bottom: -13rem; + } + + .sm\:-left-52 { + left: -13rem; + } + + .sm\:-top-56 { + top: -14rem; + } + + .sm\:-right-56 { + right: -14rem; + } + + .sm\:-bottom-56 { + bottom: -14rem; + } + + .sm\:-left-56 { + left: -14rem; + } + + .sm\:-top-60 { + top: -15rem; + } + + .sm\:-right-60 { + right: -15rem; + } + + .sm\:-bottom-60 { + bottom: -15rem; + } + + .sm\:-left-60 { + left: -15rem; + } + + .sm\:-top-64 { + top: -16rem; + } + + .sm\:-right-64 { + right: -16rem; + } + + .sm\:-bottom-64 { + bottom: -16rem; + } + + .sm\:-left-64 { + left: -16rem; + } + + .sm\:-top-72 { + top: -18rem; + } + + .sm\:-right-72 { + right: -18rem; + } + + .sm\:-bottom-72 { + bottom: -18rem; + } + + .sm\:-left-72 { + left: -18rem; + } + + .sm\:-top-80 { + top: -20rem; + } + + .sm\:-right-80 { + right: -20rem; + } + + .sm\:-bottom-80 { + bottom: -20rem; + } + + .sm\:-left-80 { + left: -20rem; + } + + .sm\:-top-96 { + top: -24rem; + } + + .sm\:-right-96 { + right: -24rem; + } + + .sm\:-bottom-96 { + bottom: -24rem; + } + + .sm\:-left-96 { + left: -24rem; + } + + .sm\:-top-px { + top: -1px; + } + + .sm\:-right-px { + right: -1px; + } + + .sm\:-bottom-px { + bottom: -1px; + } + + .sm\:-left-px { + left: -1px; + } + + .sm\:-top-0\.5 { + top: -0.125rem; + } + + .sm\:-right-0\.5 { + right: -0.125rem; + } + + .sm\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .sm\:-left-0\.5 { + left: -0.125rem; + } + + .sm\:-top-1\.5 { + top: -0.375rem; + } + + .sm\:-right-1\.5 { + right: -0.375rem; + } + + .sm\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .sm\:-left-1\.5 { + left: -0.375rem; + } + + .sm\:-top-2\.5 { + top: -0.625rem; + } + + .sm\:-right-2\.5 { + right: -0.625rem; + } + + .sm\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .sm\:-left-2\.5 { + left: -0.625rem; + } + + .sm\:-top-3\.5 { + top: -0.875rem; + } + + .sm\:-right-3\.5 { + right: -0.875rem; + } + + .sm\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .sm\:-left-3\.5 { + left: -0.875rem; + } + + .sm\:-top-1\/2 { + top: -50%; + } + + .sm\:-right-1\/2 { + right: -50%; + } + + .sm\:-bottom-1\/2 { + bottom: -50%; + } + + .sm\:-left-1\/2 { + left: -50%; + } + + .sm\:-top-1\/3 { + top: -33.33333%; + } + + .sm\:-right-1\/3 { + right: -33.33333%; + } + + .sm\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .sm\:-left-1\/3 { + left: -33.33333%; + } + + .sm\:-top-2\/3 { + top: -66.66667%; + } + + .sm\:-right-2\/3 { + right: -66.66667%; + } + + .sm\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .sm\:-left-2\/3 { + left: -66.66667%; + } + + .sm\:-top-1\/4 { + top: -25%; + } + + .sm\:-right-1\/4 { + right: -25%; + } + + .sm\:-bottom-1\/4 { + bottom: -25%; + } + + .sm\:-left-1\/4 { + left: -25%; + } + + .sm\:-top-2\/4 { + top: -50%; + } + + .sm\:-right-2\/4 { + right: -50%; + } + + .sm\:-bottom-2\/4 { + bottom: -50%; + } + + .sm\:-left-2\/4 { + left: -50%; + } + + .sm\:-top-3\/4 { + top: -75%; + } + + .sm\:-right-3\/4 { + right: -75%; + } + + .sm\:-bottom-3\/4 { + bottom: -75%; + } + + .sm\:-left-3\/4 { + left: -75%; + } + + .sm\:-top-1\/5 { + top: -20%; + } + + .sm\:-right-1\/5 { + right: -20%; + } + + .sm\:-bottom-1\/5 { + bottom: -20%; + } + + .sm\:-left-1\/5 { + left: -20%; + } + + .sm\:-top-2\/5 { + top: -40%; + } + + .sm\:-right-2\/5 { + right: -40%; + } + + .sm\:-bottom-2\/5 { + bottom: -40%; + } + + .sm\:-left-2\/5 { + left: -40%; + } + + .sm\:-top-3\/5 { + top: -60%; + } + + .sm\:-right-3\/5 { + right: -60%; + } + + .sm\:-bottom-3\/5 { + bottom: -60%; + } + + .sm\:-left-3\/5 { + left: -60%; + } + + .sm\:-top-4\/5 { + top: -80%; + } + + .sm\:-right-4\/5 { + right: -80%; + } + + .sm\:-bottom-4\/5 { + bottom: -80%; + } + + .sm\:-left-4\/5 { + left: -80%; + } + + .sm\:-top-1\/6 { + top: -16.66667%; + } + + .sm\:-right-1\/6 { + right: -16.66667%; + } + + .sm\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .sm\:-left-1\/6 { + left: -16.66667%; + } + + .sm\:-top-2\/6 { + top: -33.33333%; + } + + .sm\:-right-2\/6 { + right: -33.33333%; + } + + .sm\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .sm\:-left-2\/6 { + left: -33.33333%; + } + + .sm\:-top-3\/6 { + top: -50%; + } + + .sm\:-right-3\/6 { + right: -50%; + } + + .sm\:-bottom-3\/6 { + bottom: -50%; + } + + .sm\:-left-3\/6 { + left: -50%; + } + + .sm\:-top-4\/6 { + top: -66.66667%; + } + + .sm\:-right-4\/6 { + right: -66.66667%; + } + + .sm\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .sm\:-left-4\/6 { + left: -66.66667%; + } + + .sm\:-top-5\/6 { + top: -83.33333%; + } + + .sm\:-right-5\/6 { + right: -83.33333%; + } + + .sm\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .sm\:-left-5\/6 { + left: -83.33333%; + } + + .sm\:-top-1\/12 { + top: -8.33333%; + } + + .sm\:-right-1\/12 { + right: -8.33333%; + } + + .sm\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .sm\:-left-1\/12 { + left: -8.33333%; + } + + .sm\:-top-2\/12 { + top: -16.66667%; + } + + .sm\:-right-2\/12 { + right: -16.66667%; + } + + .sm\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .sm\:-left-2\/12 { + left: -16.66667%; + } + + .sm\:-top-3\/12 { + top: -25%; + } + + .sm\:-right-3\/12 { + right: -25%; + } + + .sm\:-bottom-3\/12 { + bottom: -25%; + } + + .sm\:-left-3\/12 { + left: -25%; + } + + .sm\:-top-4\/12 { + top: -33.33333%; + } + + .sm\:-right-4\/12 { + right: -33.33333%; + } + + .sm\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .sm\:-left-4\/12 { + left: -33.33333%; + } + + .sm\:-top-5\/12 { + top: -41.66667%; + } + + .sm\:-right-5\/12 { + right: -41.66667%; + } + + .sm\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .sm\:-left-5\/12 { + left: -41.66667%; + } + + .sm\:-top-6\/12 { + top: -50%; + } + + .sm\:-right-6\/12 { + right: -50%; + } + + .sm\:-bottom-6\/12 { + bottom: -50%; + } + + .sm\:-left-6\/12 { + left: -50%; + } + + .sm\:-top-7\/12 { + top: -58.33333%; + } + + .sm\:-right-7\/12 { + right: -58.33333%; + } + + .sm\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .sm\:-left-7\/12 { + left: -58.33333%; + } + + .sm\:-top-8\/12 { + top: -66.66667%; + } + + .sm\:-right-8\/12 { + right: -66.66667%; + } + + .sm\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .sm\:-left-8\/12 { + left: -66.66667%; + } + + .sm\:-top-9\/12 { + top: -75%; + } + + .sm\:-right-9\/12 { + right: -75%; + } + + .sm\:-bottom-9\/12 { + bottom: -75%; + } + + .sm\:-left-9\/12 { + left: -75%; + } + + .sm\:-top-10\/12 { + top: -83.33333%; + } + + .sm\:-right-10\/12 { + right: -83.33333%; + } + + .sm\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .sm\:-left-10\/12 { + left: -83.33333%; + } + + .sm\:-top-11\/12 { + top: -91.66667%; + } + + .sm\:-right-11\/12 { + right: -91.66667%; + } + + .sm\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .sm\:-left-11\/12 { + left: -91.66667%; + } + + .sm\:-top-1\/16 { + top: -6.25%; + } + + .sm\:-right-1\/16 { + right: -6.25%; + } + + .sm\:-bottom-1\/16 { + bottom: -6.25%; + } + + .sm\:-left-1\/16 { + left: -6.25%; + } + + .sm\:-top-2\/16 { + top: -12.5%; + } + + .sm\:-right-2\/16 { + right: -12.5%; + } + + .sm\:-bottom-2\/16 { + bottom: -12.5%; + } + + .sm\:-left-2\/16 { + left: -12.5%; + } + + .sm\:-top-3\/16 { + top: -18.75%; + } + + .sm\:-right-3\/16 { + right: -18.75%; + } + + .sm\:-bottom-3\/16 { + bottom: -18.75%; + } + + .sm\:-left-3\/16 { + left: -18.75%; + } + + .sm\:-top-4\/16 { + top: -25%; + } + + .sm\:-right-4\/16 { + right: -25%; + } + + .sm\:-bottom-4\/16 { + bottom: -25%; + } + + .sm\:-left-4\/16 { + left: -25%; + } + + .sm\:-top-5\/16 { + top: -31.25%; + } + + .sm\:-right-5\/16 { + right: -31.25%; + } + + .sm\:-bottom-5\/16 { + bottom: -31.25%; + } + + .sm\:-left-5\/16 { + left: -31.25%; + } + + .sm\:-top-6\/16 { + top: -37.5%; + } + + .sm\:-right-6\/16 { + right: -37.5%; + } + + .sm\:-bottom-6\/16 { + bottom: -37.5%; + } + + .sm\:-left-6\/16 { + left: -37.5%; + } + + .sm\:-top-7\/16 { + top: -43.75%; + } + + .sm\:-right-7\/16 { + right: -43.75%; + } + + .sm\:-bottom-7\/16 { + bottom: -43.75%; + } + + .sm\:-left-7\/16 { + left: -43.75%; + } + + .sm\:-top-8\/16 { + top: -50%; + } + + .sm\:-right-8\/16 { + right: -50%; + } + + .sm\:-bottom-8\/16 { + bottom: -50%; + } + + .sm\:-left-8\/16 { + left: -50%; + } + + .sm\:-top-9\/16 { + top: -56.25%; + } + + .sm\:-right-9\/16 { + right: -56.25%; + } + + .sm\:-bottom-9\/16 { + bottom: -56.25%; + } + + .sm\:-left-9\/16 { + left: -56.25%; + } + + .sm\:-top-10\/16 { + top: -62.5%; + } + + .sm\:-right-10\/16 { + right: -62.5%; + } + + .sm\:-bottom-10\/16 { + bottom: -62.5%; + } + + .sm\:-left-10\/16 { + left: -62.5%; + } + + .sm\:-top-11\/16 { + top: -68.75%; + } + + .sm\:-right-11\/16 { + right: -68.75%; + } + + .sm\:-bottom-11\/16 { + bottom: -68.75%; + } + + .sm\:-left-11\/16 { + left: -68.75%; + } + + .sm\:-top-12\/16 { + top: -75%; + } + + .sm\:-right-12\/16 { + right: -75%; + } + + .sm\:-bottom-12\/16 { + bottom: -75%; + } + + .sm\:-left-12\/16 { + left: -75%; + } + + .sm\:-top-13\/16 { + top: -81.25%; + } + + .sm\:-right-13\/16 { + right: -81.25%; + } + + .sm\:-bottom-13\/16 { + bottom: -81.25%; + } + + .sm\:-left-13\/16 { + left: -81.25%; + } + + .sm\:-top-14\/16 { + top: -87.5%; + } + + .sm\:-right-14\/16 { + right: -87.5%; + } + + .sm\:-bottom-14\/16 { + bottom: -87.5%; + } + + .sm\:-left-14\/16 { + left: -87.5%; + } + + .sm\:-top-15\/16 { + top: -93.75%; + } + + .sm\:-right-15\/16 { + right: -93.75%; + } + + .sm\:-bottom-15\/16 { + bottom: -93.75%; + } + + .sm\:-left-15\/16 { + left: -93.75%; + } + + .sm\:-top-full { + top: -100%; + } + + .sm\:-right-full { + right: -100%; + } + + .sm\:-bottom-full { + bottom: -100%; + } + + .sm\:-left-full { + left: -100%; + } + .sm\:resize-none { resize: none; } @@ -51436,18 +80428,42 @@ video { width: 1.5rem; } + .sm\:w-7 { + width: 1.75rem; + } + .sm\:w-8 { width: 2rem; } + .sm\:w-9 { + width: 2.25rem; + } + .sm\:w-10 { width: 2.5rem; } + .sm\:w-11 { + width: 2.75rem; + } + .sm\:w-12 { width: 3rem; } + .sm\:w-13 { + width: 3.25rem; + } + + .sm\:w-14 { + width: 3.5rem; + } + + .sm\:w-15 { + width: 3.75rem; + } + .sm\:w-16 { width: 4rem; } @@ -51460,26 +80476,58 @@ video { width: 6rem; } + .sm\:w-28 { + width: 7rem; + } + .sm\:w-32 { width: 8rem; } + .sm\:w-36 { + width: 9rem; + } + .sm\:w-40 { width: 10rem; } + .sm\:w-44 { + width: 11rem; + } + .sm\:w-48 { width: 12rem; } + .sm\:w-52 { + width: 13rem; + } + .sm\:w-56 { width: 14rem; } + .sm\:w-60 { + width: 15rem; + } + .sm\:w-64 { width: 16rem; } + .sm\:w-72 { + width: 18rem; + } + + .sm\:w-80 { + width: 20rem; + } + + .sm\:w-96 { + width: 24rem; + } + .sm\:w-auto { width: auto; } @@ -51488,6 +80536,22 @@ video { width: 1px; } + .sm\:w-0\.5 { + width: 0.125rem; + } + + .sm\:w-1\.5 { + width: 0.375rem; + } + + .sm\:w-2\.5 { + width: 0.625rem; + } + + .sm\:w-3\.5 { + width: 0.875rem; + } + .sm\:w-1\/2 { width: 50%; } @@ -51592,6 +80656,66 @@ video { width: 91.666667%; } + .sm\:w-1\/16 { + width: 6.25%; + } + + .sm\:w-2\/16 { + width: 12.5%; + } + + .sm\:w-3\/16 { + width: 18.75%; + } + + .sm\:w-4\/16 { + width: 25%; + } + + .sm\:w-5\/16 { + width: 31.25%; + } + + .sm\:w-6\/16 { + width: 37.5%; + } + + .sm\:w-7\/16 { + width: 43.75%; + } + + .sm\:w-8\/16 { + width: 50%; + } + + .sm\:w-9\/16 { + width: 56.25%; + } + + .sm\:w-10\/16 { + width: 62.5%; + } + + .sm\:w-11\/16 { + width: 68.75%; + } + + .sm\:w-12\/16 { + width: 75%; + } + + .sm\:w-13\/16 { + width: 81.25%; + } + + .sm\:w-14\/16 { + width: 87.5%; + } + + .sm\:w-15\/16 { + width: 93.75%; + } + .sm\:w-full { width: 100%; } @@ -51600,6 +80724,14 @@ video { width: 100vw; } + .sm\:w-min { + width: min-content; + } + + .sm\:w-max { + width: max-content; + } + .sm\:z-0 { z-index: 0; } @@ -51663,21 +80795,51 @@ video { gap: 1.5rem; } + .sm\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .sm\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .sm\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .sm\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .sm\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .sm\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .sm\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .sm\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .sm\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .sm\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -51693,36 +80855,306 @@ video { gap: 6rem; } + .sm\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .sm\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .sm\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .sm\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .sm\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .sm\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .sm\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .sm\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .sm\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .sm\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .sm\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .sm\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .sm\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .sm\:gap-px { grid-gap: 1px; gap: 1px; } + .sm\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .sm\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .sm\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .sm\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .sm\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .sm\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .sm\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .sm\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .sm\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .sm\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .sm\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .sm\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .sm\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .sm\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .sm\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .sm\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .sm\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .sm\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .sm\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .sm\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .sm\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .sm\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .sm\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .sm\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .sm\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .sm\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .sm\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .sm\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .sm\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .sm\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .sm\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .sm\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .sm\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .sm\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .sm\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .sm\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .sm\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .sm\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .sm\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .sm\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .sm\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .sm\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .sm\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -51758,21 +81190,51 @@ video { column-gap: 1.5rem; } + .sm\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .sm\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .sm\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .sm\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .sm\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .sm\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .sm\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .sm\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .sm\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .sm\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -51788,36 +81250,306 @@ video { column-gap: 6rem; } + .sm\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .sm\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .sm\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .sm\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .sm\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .sm\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .sm\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .sm\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .sm\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .sm\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .sm\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .sm\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .sm\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .sm\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .sm\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .sm\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .sm\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .sm\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .sm\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .sm\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .sm\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .sm\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .sm\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .sm\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .sm\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .sm\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .sm\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .sm\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .sm\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .sm\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .sm\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .sm\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .sm\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .sm\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .sm\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .sm\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .sm\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .sm\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .sm\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .sm\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .sm\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .sm\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .sm\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .sm\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .sm\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .sm\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .sm\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .sm\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .sm\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .sm\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .sm\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .sm\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .sm\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .sm\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .sm\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .sm\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .sm\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -51853,21 +81585,51 @@ video { row-gap: 1.5rem; } + .sm\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .sm\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .sm\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .sm\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .sm\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .sm\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .sm\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .sm\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .sm\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .sm\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -51883,36 +81645,306 @@ video { row-gap: 6rem; } + .sm\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .sm\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .sm\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .sm\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .sm\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .sm\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .sm\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .sm\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .sm\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .sm\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .sm\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .sm\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .sm\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .sm\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .sm\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .sm\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .sm\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .sm\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .sm\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .sm\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .sm\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .sm\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .sm\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .sm\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .sm\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .sm\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .sm\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .sm\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .sm\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .sm\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .sm\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .sm\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .sm\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .sm\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .sm\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .sm\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .sm\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .sm\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .sm\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .sm\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .sm\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .sm\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .sm\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .sm\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .sm\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .sm\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .sm\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .sm\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .sm\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .sm\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .sm\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .sm\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .sm\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .sm\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .sm\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .sm\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .sm\:grid-flow-row { grid-auto-flow: row; } @@ -51974,7 +82006,7 @@ video { } .sm\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .sm\:grid-cols-none { @@ -52049,6 +82081,22 @@ video { grid-column: span 12 / span 12; } + .sm\:col-span-13 { + grid-column: span 13 / span 13; + } + + .sm\:col-span-14 { + grid-column: span 14 / span 14; + } + + .sm\:col-span-15 { + grid-column: span 15 / span 15; + } + + .sm\:col-span-16 { + grid-column: span 16 / span 16; + } + .sm\:col-span-full { grid-column: 1 / -1; } @@ -52105,6 +82153,22 @@ video { grid-column-start: 13; } + .sm\:col-start-14 { + grid-column-start: 14; + } + + .sm\:col-start-15 { + grid-column-start: 15; + } + + .sm\:col-start-16 { + grid-column-start: 16; + } + + .sm\:col-start-17 { + grid-column-start: 17; + } + .sm\:col-start-auto { grid-column-start: auto; } @@ -52161,6 +82225,22 @@ video { grid-column-end: 13; } + .sm\:col-end-14 { + grid-column-end: 14; + } + + .sm\:col-end-15 { + grid-column-end: 15; + } + + .sm\:col-end-16 { + grid-column-end: 16; + } + + .sm\:col-end-17 { + grid-column-end: 17; + } + .sm\:col-end-auto { grid-column-end: auto; } @@ -52989,18 +83069,42 @@ video { --transform-translate-x: 1.5rem; } + .sm\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .sm\:translate-x-8 { --transform-translate-x: 2rem; } + .sm\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .sm\:translate-x-10 { --transform-translate-x: 2.5rem; } + .sm\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .sm\:translate-x-12 { --transform-translate-x: 3rem; } + .sm\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .sm\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .sm\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .sm\:translate-x-16 { --transform-translate-x: 4rem; } @@ -53013,30 +83117,246 @@ video { --transform-translate-x: 6rem; } + .sm\:translate-x-28 { + --transform-translate-x: 7rem; + } + .sm\:translate-x-32 { --transform-translate-x: 8rem; } + .sm\:translate-x-36 { + --transform-translate-x: 9rem; + } + .sm\:translate-x-40 { --transform-translate-x: 10rem; } + .sm\:translate-x-44 { + --transform-translate-x: 11rem; + } + .sm\:translate-x-48 { --transform-translate-x: 12rem; } + .sm\:translate-x-52 { + --transform-translate-x: 13rem; + } + .sm\:translate-x-56 { --transform-translate-x: 14rem; } + .sm\:translate-x-60 { + --transform-translate-x: 15rem; + } + .sm\:translate-x-64 { --transform-translate-x: 16rem; } + .sm\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .sm\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .sm\:translate-x-96 { + --transform-translate-x: 24rem; + } + .sm\:translate-x-px { --transform-translate-x: 1px; } + .sm\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .sm\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .sm\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .sm\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .sm\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .sm\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .sm\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .sm\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .sm\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .sm\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .sm\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .sm\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .sm\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .sm\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .sm\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .sm\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .sm\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .sm\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .sm\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .sm\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .sm\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .sm\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .sm\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .sm\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .sm\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .sm\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .sm\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .sm\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .sm\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .sm\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .sm\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .sm\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .sm\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .sm\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .sm\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .sm\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .sm\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .sm\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .sm\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .sm\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .sm\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .sm\:translate-x-full { + --transform-translate-x: 100%; + } + .sm\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -53061,18 +83381,42 @@ video { --transform-translate-x: -1.5rem; } + .sm\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .sm\:-translate-x-8 { --transform-translate-x: -2rem; } + .sm\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .sm\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .sm\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .sm\:-translate-x-12 { --transform-translate-x: -3rem; } + .sm\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .sm\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .sm\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .sm\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -53085,44 +83429,244 @@ video { --transform-translate-x: -6rem; } + .sm\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .sm\:-translate-x-32 { --transform-translate-x: -8rem; } + .sm\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .sm\:-translate-x-40 { --transform-translate-x: -10rem; } + .sm\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .sm\:-translate-x-48 { --transform-translate-x: -12rem; } + .sm\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .sm\:-translate-x-56 { --transform-translate-x: -14rem; } + .sm\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .sm\:-translate-x-64 { --transform-translate-x: -16rem; } + .sm\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .sm\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .sm\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .sm\:-translate-x-px { --transform-translate-x: -1px; } - .sm\:-translate-x-full { - --transform-translate-x: -100%; + .sm\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .sm\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .sm\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .sm\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .sm\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .sm\:translate-x-1\/2 { - --transform-translate-x: 50%; + .sm\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .sm\:translate-x-full { - --transform-translate-x: 100%; + .sm\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .sm\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .sm\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .sm\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .sm\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .sm\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .sm\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .sm\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .sm\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .sm\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .sm\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .sm\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .sm\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .sm\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .sm\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .sm\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .sm\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .sm\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .sm\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .sm\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .sm\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .sm\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .sm\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .sm\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .sm\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .sm\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .sm\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .sm\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .sm\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .sm\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .sm\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .sm\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .sm\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .sm\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .sm\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .sm\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .sm\:-translate-x-full { + --transform-translate-x: -100%; } .sm\:translate-y-0 { @@ -53153,18 +83697,42 @@ video { --transform-translate-y: 1.5rem; } + .sm\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .sm\:translate-y-8 { --transform-translate-y: 2rem; } + .sm\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .sm\:translate-y-10 { --transform-translate-y: 2.5rem; } + .sm\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .sm\:translate-y-12 { --transform-translate-y: 3rem; } + .sm\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .sm\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .sm\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .sm\:translate-y-16 { --transform-translate-y: 4rem; } @@ -53177,30 +83745,246 @@ video { --transform-translate-y: 6rem; } + .sm\:translate-y-28 { + --transform-translate-y: 7rem; + } + .sm\:translate-y-32 { --transform-translate-y: 8rem; } + .sm\:translate-y-36 { + --transform-translate-y: 9rem; + } + .sm\:translate-y-40 { --transform-translate-y: 10rem; } + .sm\:translate-y-44 { + --transform-translate-y: 11rem; + } + .sm\:translate-y-48 { --transform-translate-y: 12rem; } + .sm\:translate-y-52 { + --transform-translate-y: 13rem; + } + .sm\:translate-y-56 { --transform-translate-y: 14rem; } + .sm\:translate-y-60 { + --transform-translate-y: 15rem; + } + .sm\:translate-y-64 { --transform-translate-y: 16rem; } + .sm\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .sm\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .sm\:translate-y-96 { + --transform-translate-y: 24rem; + } + .sm\:translate-y-px { --transform-translate-y: 1px; } + .sm\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .sm\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .sm\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .sm\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .sm\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .sm\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .sm\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .sm\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .sm\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .sm\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .sm\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .sm\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .sm\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .sm\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .sm\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .sm\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .sm\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .sm\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .sm\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .sm\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .sm\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .sm\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .sm\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .sm\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .sm\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .sm\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .sm\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .sm\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .sm\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .sm\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .sm\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .sm\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .sm\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .sm\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .sm\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .sm\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .sm\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .sm\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .sm\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .sm\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .sm\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .sm\:translate-y-full { + --transform-translate-y: 100%; + } + .sm\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -53225,18 +84009,42 @@ video { --transform-translate-y: -1.5rem; } + .sm\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .sm\:-translate-y-8 { --transform-translate-y: -2rem; } + .sm\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .sm\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .sm\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .sm\:-translate-y-12 { --transform-translate-y: -3rem; } + .sm\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .sm\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .sm\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .sm\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -53249,44 +84057,244 @@ video { --transform-translate-y: -6rem; } + .sm\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .sm\:-translate-y-32 { --transform-translate-y: -8rem; } + .sm\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .sm\:-translate-y-40 { --transform-translate-y: -10rem; } + .sm\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .sm\:-translate-y-48 { --transform-translate-y: -12rem; } + .sm\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .sm\:-translate-y-56 { --transform-translate-y: -14rem; } + .sm\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .sm\:-translate-y-64 { --transform-translate-y: -16rem; } + .sm\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .sm\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .sm\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .sm\:-translate-y-px { --transform-translate-y: -1px; } - .sm\:-translate-y-full { - --transform-translate-y: -100%; + .sm\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .sm\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .sm\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .sm\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .sm\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .sm\:translate-y-1\/2 { - --transform-translate-y: 50%; + .sm\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .sm\:translate-y-full { - --transform-translate-y: 100%; + .sm\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .sm\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .sm\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .sm\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .sm\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .sm\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .sm\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .sm\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .sm\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .sm\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .sm\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .sm\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .sm\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .sm\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .sm\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .sm\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .sm\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .sm\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .sm\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .sm\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .sm\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .sm\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .sm\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .sm\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .sm\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .sm\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .sm\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .sm\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .sm\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .sm\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .sm\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .sm\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .sm\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .sm\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .sm\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .sm\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .sm\:-translate-y-full { + --transform-translate-y: -100%; } .sm\:hover\:translate-x-0:hover { @@ -53317,18 +84325,42 @@ video { --transform-translate-x: 1.5rem; } + .sm\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .sm\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .sm\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .sm\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .sm\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .sm\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .sm\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .sm\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .sm\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .sm\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -53341,30 +84373,246 @@ video { --transform-translate-x: 6rem; } + .sm\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .sm\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .sm\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .sm\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .sm\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .sm\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .sm\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .sm\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .sm\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .sm\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .sm\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .sm\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .sm\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .sm\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .sm\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .sm\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .sm\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .sm\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .sm\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .sm\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .sm\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .sm\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .sm\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .sm\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .sm\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .sm\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .sm\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .sm\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .sm\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .sm\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .sm\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .sm\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .sm\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .sm\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .sm\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .sm\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .sm\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .sm\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .sm\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .sm\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .sm\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .sm\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .sm\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .sm\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .sm\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .sm\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .sm\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .sm\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .sm\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .sm\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .sm\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .sm\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .sm\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .sm\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .sm\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .sm\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .sm\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -53389,18 +84637,42 @@ video { --transform-translate-x: -1.5rem; } + .sm\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .sm\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .sm\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .sm\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .sm\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .sm\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .sm\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .sm\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .sm\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .sm\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -53413,44 +84685,244 @@ video { --transform-translate-x: -6rem; } + .sm\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .sm\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .sm\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .sm\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .sm\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .sm\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .sm\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .sm\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .sm\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .sm\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .sm\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .sm\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .sm\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .sm\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .sm\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .sm\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .sm\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .sm\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .sm\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .sm\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .sm\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .sm\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .sm\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .sm\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .sm\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .sm\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .sm\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .sm\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .sm\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .sm\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .sm\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .sm\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .sm\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .sm\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .sm\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .sm\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .sm\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .sm\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .sm\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .sm\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .sm\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .sm\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .sm\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .sm\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .sm\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .sm\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .sm\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .sm\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .sm\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .sm\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .sm\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .sm\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .sm\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .sm\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .sm\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .sm\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .sm\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .sm\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .sm\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .sm\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .sm\:hover\:translate-y-0:hover { @@ -53481,18 +84953,42 @@ video { --transform-translate-y: 1.5rem; } + .sm\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .sm\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .sm\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .sm\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .sm\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .sm\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .sm\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .sm\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .sm\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .sm\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -53505,30 +85001,246 @@ video { --transform-translate-y: 6rem; } + .sm\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .sm\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .sm\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .sm\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .sm\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .sm\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .sm\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .sm\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .sm\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .sm\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .sm\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .sm\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .sm\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .sm\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .sm\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .sm\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .sm\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .sm\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .sm\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .sm\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .sm\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .sm\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .sm\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .sm\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .sm\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .sm\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .sm\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .sm\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .sm\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .sm\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .sm\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .sm\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .sm\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .sm\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .sm\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .sm\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .sm\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .sm\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .sm\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .sm\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .sm\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .sm\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .sm\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .sm\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .sm\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .sm\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .sm\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .sm\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .sm\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .sm\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .sm\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .sm\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .sm\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .sm\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .sm\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .sm\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .sm\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -53553,18 +85265,42 @@ video { --transform-translate-y: -1.5rem; } + .sm\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .sm\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .sm\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .sm\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .sm\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .sm\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .sm\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .sm\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .sm\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .sm\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -53577,44 +85313,244 @@ video { --transform-translate-y: -6rem; } + .sm\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .sm\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .sm\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .sm\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .sm\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .sm\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .sm\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .sm\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .sm\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .sm\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .sm\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .sm\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .sm\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .sm\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .sm\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .sm\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .sm\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .sm\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .sm\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .sm\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .sm\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .sm\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .sm\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .sm\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .sm\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .sm\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .sm\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .sm\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .sm\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .sm\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .sm\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .sm\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .sm\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .sm\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .sm\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .sm\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .sm\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .sm\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .sm\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .sm\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .sm\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .sm\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .sm\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .sm\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .sm\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .sm\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .sm\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .sm\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .sm\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .sm\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .sm\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .sm\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .sm\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .sm\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .sm\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .sm\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .sm\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .sm\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .sm\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .sm\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .sm\:focus\:translate-x-0:focus { @@ -53645,18 +85581,42 @@ video { --transform-translate-x: 1.5rem; } + .sm\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .sm\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .sm\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .sm\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .sm\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .sm\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .sm\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .sm\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .sm\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .sm\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -53669,30 +85629,246 @@ video { --transform-translate-x: 6rem; } + .sm\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .sm\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .sm\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .sm\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .sm\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .sm\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .sm\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .sm\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .sm\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .sm\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .sm\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .sm\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .sm\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .sm\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .sm\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .sm\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .sm\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .sm\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .sm\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .sm\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .sm\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .sm\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .sm\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .sm\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .sm\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .sm\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .sm\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .sm\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .sm\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .sm\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .sm\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .sm\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .sm\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .sm\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .sm\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .sm\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .sm\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .sm\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .sm\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .sm\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .sm\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .sm\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .sm\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .sm\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .sm\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .sm\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .sm\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .sm\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .sm\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .sm\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .sm\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .sm\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .sm\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .sm\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .sm\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .sm\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .sm\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -53717,18 +85893,42 @@ video { --transform-translate-x: -1.5rem; } + .sm\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .sm\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .sm\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .sm\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .sm\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .sm\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .sm\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .sm\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .sm\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .sm\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -53741,44 +85941,244 @@ video { --transform-translate-x: -6rem; } + .sm\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .sm\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .sm\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .sm\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .sm\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .sm\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .sm\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .sm\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .sm\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .sm\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .sm\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .sm\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .sm\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .sm\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .sm\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .sm\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .sm\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .sm\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .sm\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .sm\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .sm\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .sm\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .sm\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .sm\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .sm\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .sm\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .sm\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .sm\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .sm\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .sm\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .sm\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .sm\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .sm\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .sm\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .sm\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .sm\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .sm\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .sm\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .sm\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .sm\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .sm\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .sm\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .sm\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .sm\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .sm\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .sm\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .sm\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .sm\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .sm\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .sm\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .sm\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .sm\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .sm\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .sm\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .sm\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .sm\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .sm\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .sm\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .sm\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .sm\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .sm\:focus\:translate-y-0:focus { @@ -53809,18 +86209,42 @@ video { --transform-translate-y: 1.5rem; } + .sm\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .sm\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .sm\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .sm\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .sm\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .sm\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .sm\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .sm\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .sm\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .sm\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -53833,30 +86257,246 @@ video { --transform-translate-y: 6rem; } + .sm\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .sm\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .sm\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .sm\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .sm\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .sm\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .sm\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .sm\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .sm\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .sm\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .sm\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .sm\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .sm\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .sm\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .sm\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .sm\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .sm\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .sm\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .sm\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .sm\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .sm\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .sm\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .sm\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .sm\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .sm\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .sm\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .sm\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .sm\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .sm\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .sm\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .sm\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .sm\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .sm\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .sm\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .sm\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .sm\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .sm\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .sm\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .sm\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .sm\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .sm\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .sm\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .sm\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .sm\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .sm\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .sm\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .sm\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .sm\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .sm\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .sm\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .sm\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .sm\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .sm\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .sm\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .sm\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .sm\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .sm\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -53881,18 +86521,42 @@ video { --transform-translate-y: -1.5rem; } + .sm\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .sm\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .sm\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .sm\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .sm\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .sm\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .sm\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .sm\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .sm\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .sm\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -53905,44 +86569,244 @@ video { --transform-translate-y: -6rem; } + .sm\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .sm\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .sm\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .sm\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .sm\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .sm\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .sm\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .sm\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .sm\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .sm\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .sm\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .sm\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .sm\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .sm\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .sm\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .sm\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .sm\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .sm\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .sm\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .sm\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .sm\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .sm\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .sm\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .sm\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .sm\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .sm\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .sm\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .sm\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .sm\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .sm\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .sm\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .sm\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .sm\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .sm\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .sm\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .sm\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .sm\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .sm\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .sm\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .sm\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .sm\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .sm\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .sm\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .sm\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .sm\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .sm\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .sm\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .sm\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .sm\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .sm\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .sm\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .sm\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .sm\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .sm\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .sm\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .sm\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .sm\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .sm\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .sm\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .sm\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .sm\:skew-x-0 { @@ -54456,6 +87320,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .md\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -54468,6 +87344,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .md\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -54480,6 +87368,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .md\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -54492,6 +87392,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .md\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .md\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .md\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -54528,6 +87464,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .md\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -54540,6 +87488,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .md\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -54552,6 +87512,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .md\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -54564,6 +87536,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .md\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -54576,6 +87560,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .md\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -54588,6 +87584,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .md\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .md\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .md\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .md\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -54600,6 +87632,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .md\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .md\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .md\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .md\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .md\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .md\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .md\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .md\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .md\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .md\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .md\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .md\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .md\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .md\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .md\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .md\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .md\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .md\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .md\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .md\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .md\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .md\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .md\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .md\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .md\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .md\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .md\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .md\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .md\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .md\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .md\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .md\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .md\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .md\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .md\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .md\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .md\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .md\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .md\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .md\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .md\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .md\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .md\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -54672,6 +88256,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .md\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -54684,6 +88280,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .md\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -54696,6 +88304,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .md\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -54708,6 +88328,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .md\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .md\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .md\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -54744,6 +88400,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .md\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -54756,6 +88424,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .md\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -54768,6 +88448,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .md\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -54780,6 +88472,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .md\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -54792,6 +88496,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .md\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -54804,6 +88520,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .md\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .md\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .md\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .md\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -54816,6 +88568,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .md\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .md\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .md\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .md\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .md\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .md\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .md\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .md\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .md\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .md\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .md\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .md\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .md\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .md\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .md\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .md\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .md\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .md\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .md\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .md\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .md\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .md\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .md\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .md\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .md\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .md\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -70792,18 +105096,42 @@ video { height: 1.5rem; } + .md\:h-7 { + height: 1.75rem; + } + .md\:h-8 { height: 2rem; } + .md\:h-9 { + height: 2.25rem; + } + .md\:h-10 { height: 2.5rem; } + .md\:h-11 { + height: 2.75rem; + } + .md\:h-12 { height: 3rem; } + .md\:h-13 { + height: 3.25rem; + } + + .md\:h-14 { + height: 3.5rem; + } + + .md\:h-15 { + height: 3.75rem; + } + .md\:h-16 { height: 4rem; } @@ -70816,26 +105144,58 @@ video { height: 6rem; } + .md\:h-28 { + height: 7rem; + } + .md\:h-32 { height: 8rem; } + .md\:h-36 { + height: 9rem; + } + .md\:h-40 { height: 10rem; } + .md\:h-44 { + height: 11rem; + } + .md\:h-48 { height: 12rem; } + .md\:h-52 { + height: 13rem; + } + .md\:h-56 { height: 14rem; } + .md\:h-60 { + height: 15rem; + } + .md\:h-64 { height: 16rem; } + .md\:h-72 { + height: 18rem; + } + + .md\:h-80 { + height: 20rem; + } + + .md\:h-96 { + height: 24rem; + } + .md\:h-auto { height: auto; } @@ -70844,6 +105204,186 @@ video { height: 1px; } + .md\:h-0\.5 { + height: 0.125rem; + } + + .md\:h-1\.5 { + height: 0.375rem; + } + + .md\:h-2\.5 { + height: 0.625rem; + } + + .md\:h-3\.5 { + height: 0.875rem; + } + + .md\:h-1\/2 { + height: 50%; + } + + .md\:h-1\/3 { + height: 33.333333%; + } + + .md\:h-2\/3 { + height: 66.666667%; + } + + .md\:h-1\/4 { + height: 25%; + } + + .md\:h-2\/4 { + height: 50%; + } + + .md\:h-3\/4 { + height: 75%; + } + + .md\:h-1\/5 { + height: 20%; + } + + .md\:h-2\/5 { + height: 40%; + } + + .md\:h-3\/5 { + height: 60%; + } + + .md\:h-4\/5 { + height: 80%; + } + + .md\:h-1\/6 { + height: 16.666667%; + } + + .md\:h-2\/6 { + height: 33.333333%; + } + + .md\:h-3\/6 { + height: 50%; + } + + .md\:h-4\/6 { + height: 66.666667%; + } + + .md\:h-5\/6 { + height: 83.333333%; + } + + .md\:h-1\/12 { + height: 8.333333%; + } + + .md\:h-2\/12 { + height: 16.666667%; + } + + .md\:h-3\/12 { + height: 25%; + } + + .md\:h-4\/12 { + height: 33.333333%; + } + + .md\:h-5\/12 { + height: 41.666667%; + } + + .md\:h-6\/12 { + height: 50%; + } + + .md\:h-7\/12 { + height: 58.333333%; + } + + .md\:h-8\/12 { + height: 66.666667%; + } + + .md\:h-9\/12 { + height: 75%; + } + + .md\:h-10\/12 { + height: 83.333333%; + } + + .md\:h-11\/12 { + height: 91.666667%; + } + + .md\:h-1\/16 { + height: 6.25%; + } + + .md\:h-2\/16 { + height: 12.5%; + } + + .md\:h-3\/16 { + height: 18.75%; + } + + .md\:h-4\/16 { + height: 25%; + } + + .md\:h-5\/16 { + height: 31.25%; + } + + .md\:h-6\/16 { + height: 37.5%; + } + + .md\:h-7\/16 { + height: 43.75%; + } + + .md\:h-8\/16 { + height: 50%; + } + + .md\:h-9\/16 { + height: 56.25%; + } + + .md\:h-10\/16 { + height: 62.5%; + } + + .md\:h-11\/16 { + height: 68.75%; + } + + .md\:h-12\/16 { + height: 75%; + } + + .md\:h-13\/16 { + height: 81.25%; + } + + .md\:h-14\/16 { + height: 87.5%; + } + + .md\:h-15\/16 { + height: 93.75%; + } + .md\:h-full { height: 100%; } @@ -71006,18 +105546,42 @@ video { margin: 1.5rem; } + .md\:m-7 { + margin: 1.75rem; + } + .md\:m-8 { margin: 2rem; } + .md\:m-9 { + margin: 2.25rem; + } + .md\:m-10 { margin: 2.5rem; } + .md\:m-11 { + margin: 2.75rem; + } + .md\:m-12 { margin: 3rem; } + .md\:m-13 { + margin: 3.25rem; + } + + .md\:m-14 { + margin: 3.5rem; + } + + .md\:m-15 { + margin: 3.75rem; + } + .md\:m-16 { margin: 4rem; } @@ -71030,26 +105594,58 @@ video { margin: 6rem; } + .md\:m-28 { + margin: 7rem; + } + .md\:m-32 { margin: 8rem; } + .md\:m-36 { + margin: 9rem; + } + .md\:m-40 { margin: 10rem; } + .md\:m-44 { + margin: 11rem; + } + .md\:m-48 { margin: 12rem; } + .md\:m-52 { + margin: 13rem; + } + .md\:m-56 { margin: 14rem; } + .md\:m-60 { + margin: 15rem; + } + .md\:m-64 { margin: 16rem; } + .md\:m-72 { + margin: 18rem; + } + + .md\:m-80 { + margin: 20rem; + } + + .md\:m-96 { + margin: 24rem; + } + .md\:m-auto { margin: auto; } @@ -71058,6 +105654,190 @@ video { margin: 1px; } + .md\:m-0\.5 { + margin: 0.125rem; + } + + .md\:m-1\.5 { + margin: 0.375rem; + } + + .md\:m-2\.5 { + margin: 0.625rem; + } + + .md\:m-3\.5 { + margin: 0.875rem; + } + + .md\:m-1\/2 { + margin: 50%; + } + + .md\:m-1\/3 { + margin: 33.333333%; + } + + .md\:m-2\/3 { + margin: 66.666667%; + } + + .md\:m-1\/4 { + margin: 25%; + } + + .md\:m-2\/4 { + margin: 50%; + } + + .md\:m-3\/4 { + margin: 75%; + } + + .md\:m-1\/5 { + margin: 20%; + } + + .md\:m-2\/5 { + margin: 40%; + } + + .md\:m-3\/5 { + margin: 60%; + } + + .md\:m-4\/5 { + margin: 80%; + } + + .md\:m-1\/6 { + margin: 16.666667%; + } + + .md\:m-2\/6 { + margin: 33.333333%; + } + + .md\:m-3\/6 { + margin: 50%; + } + + .md\:m-4\/6 { + margin: 66.666667%; + } + + .md\:m-5\/6 { + margin: 83.333333%; + } + + .md\:m-1\/12 { + margin: 8.333333%; + } + + .md\:m-2\/12 { + margin: 16.666667%; + } + + .md\:m-3\/12 { + margin: 25%; + } + + .md\:m-4\/12 { + margin: 33.333333%; + } + + .md\:m-5\/12 { + margin: 41.666667%; + } + + .md\:m-6\/12 { + margin: 50%; + } + + .md\:m-7\/12 { + margin: 58.333333%; + } + + .md\:m-8\/12 { + margin: 66.666667%; + } + + .md\:m-9\/12 { + margin: 75%; + } + + .md\:m-10\/12 { + margin: 83.333333%; + } + + .md\:m-11\/12 { + margin: 91.666667%; + } + + .md\:m-1\/16 { + margin: 6.25%; + } + + .md\:m-2\/16 { + margin: 12.5%; + } + + .md\:m-3\/16 { + margin: 18.75%; + } + + .md\:m-4\/16 { + margin: 25%; + } + + .md\:m-5\/16 { + margin: 31.25%; + } + + .md\:m-6\/16 { + margin: 37.5%; + } + + .md\:m-7\/16 { + margin: 43.75%; + } + + .md\:m-8\/16 { + margin: 50%; + } + + .md\:m-9\/16 { + margin: 56.25%; + } + + .md\:m-10\/16 { + margin: 62.5%; + } + + .md\:m-11\/16 { + margin: 68.75%; + } + + .md\:m-12\/16 { + margin: 75%; + } + + .md\:m-13\/16 { + margin: 81.25%; + } + + .md\:m-14\/16 { + margin: 87.5%; + } + + .md\:m-15\/16 { + margin: 93.75%; + } + + .md\:m-full { + margin: 100%; + } + .md\:-m-1 { margin: -0.25rem; } @@ -71082,18 +105862,42 @@ video { margin: -1.5rem; } + .md\:-m-7 { + margin: -1.75rem; + } + .md\:-m-8 { margin: -2rem; } + .md\:-m-9 { + margin: -2.25rem; + } + .md\:-m-10 { margin: -2.5rem; } + .md\:-m-11 { + margin: -2.75rem; + } + .md\:-m-12 { margin: -3rem; } + .md\:-m-13 { + margin: -3.25rem; + } + + .md\:-m-14 { + margin: -3.5rem; + } + + .md\:-m-15 { + margin: -3.75rem; + } + .md\:-m-16 { margin: -4rem; } @@ -71106,30 +105910,246 @@ video { margin: -6rem; } + .md\:-m-28 { + margin: -7rem; + } + .md\:-m-32 { margin: -8rem; } + .md\:-m-36 { + margin: -9rem; + } + .md\:-m-40 { margin: -10rem; } + .md\:-m-44 { + margin: -11rem; + } + .md\:-m-48 { margin: -12rem; } + .md\:-m-52 { + margin: -13rem; + } + .md\:-m-56 { margin: -14rem; } + .md\:-m-60 { + margin: -15rem; + } + .md\:-m-64 { margin: -16rem; } + .md\:-m-72 { + margin: -18rem; + } + + .md\:-m-80 { + margin: -20rem; + } + + .md\:-m-96 { + margin: -24rem; + } + .md\:-m-px { margin: -1px; } + .md\:-m-0\.5 { + margin: -0.125rem; + } + + .md\:-m-1\.5 { + margin: -0.375rem; + } + + .md\:-m-2\.5 { + margin: -0.625rem; + } + + .md\:-m-3\.5 { + margin: -0.875rem; + } + + .md\:-m-1\/2 { + margin: -50%; + } + + .md\:-m-1\/3 { + margin: -33.33333%; + } + + .md\:-m-2\/3 { + margin: -66.66667%; + } + + .md\:-m-1\/4 { + margin: -25%; + } + + .md\:-m-2\/4 { + margin: -50%; + } + + .md\:-m-3\/4 { + margin: -75%; + } + + .md\:-m-1\/5 { + margin: -20%; + } + + .md\:-m-2\/5 { + margin: -40%; + } + + .md\:-m-3\/5 { + margin: -60%; + } + + .md\:-m-4\/5 { + margin: -80%; + } + + .md\:-m-1\/6 { + margin: -16.66667%; + } + + .md\:-m-2\/6 { + margin: -33.33333%; + } + + .md\:-m-3\/6 { + margin: -50%; + } + + .md\:-m-4\/6 { + margin: -66.66667%; + } + + .md\:-m-5\/6 { + margin: -83.33333%; + } + + .md\:-m-1\/12 { + margin: -8.33333%; + } + + .md\:-m-2\/12 { + margin: -16.66667%; + } + + .md\:-m-3\/12 { + margin: -25%; + } + + .md\:-m-4\/12 { + margin: -33.33333%; + } + + .md\:-m-5\/12 { + margin: -41.66667%; + } + + .md\:-m-6\/12 { + margin: -50%; + } + + .md\:-m-7\/12 { + margin: -58.33333%; + } + + .md\:-m-8\/12 { + margin: -66.66667%; + } + + .md\:-m-9\/12 { + margin: -75%; + } + + .md\:-m-10\/12 { + margin: -83.33333%; + } + + .md\:-m-11\/12 { + margin: -91.66667%; + } + + .md\:-m-1\/16 { + margin: -6.25%; + } + + .md\:-m-2\/16 { + margin: -12.5%; + } + + .md\:-m-3\/16 { + margin: -18.75%; + } + + .md\:-m-4\/16 { + margin: -25%; + } + + .md\:-m-5\/16 { + margin: -31.25%; + } + + .md\:-m-6\/16 { + margin: -37.5%; + } + + .md\:-m-7\/16 { + margin: -43.75%; + } + + .md\:-m-8\/16 { + margin: -50%; + } + + .md\:-m-9\/16 { + margin: -56.25%; + } + + .md\:-m-10\/16 { + margin: -62.5%; + } + + .md\:-m-11\/16 { + margin: -68.75%; + } + + .md\:-m-12\/16 { + margin: -75%; + } + + .md\:-m-13\/16 { + margin: -81.25%; + } + + .md\:-m-14\/16 { + margin: -87.5%; + } + + .md\:-m-15\/16 { + margin: -93.75%; + } + + .md\:-m-full { + margin: -100%; + } + .md\:my-0 { margin-top: 0; margin-bottom: 0; @@ -71200,6 +106220,16 @@ video { margin-right: 1.5rem; } + .md\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .md\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .md\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -71210,6 +106240,16 @@ video { margin-right: 2rem; } + .md\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .md\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .md\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -71220,6 +106260,16 @@ video { margin-right: 2.5rem; } + .md\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .md\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .md\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -71230,6 +106280,36 @@ video { margin-right: 3rem; } + .md\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .md\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .md\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .md\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .md\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .md\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .md\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -71260,6 +106340,16 @@ video { margin-right: 6rem; } + .md\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .md\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .md\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -71270,6 +106360,16 @@ video { margin-right: 8rem; } + .md\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .md\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .md\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -71280,6 +106380,16 @@ video { margin-right: 10rem; } + .md\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .md\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .md\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -71290,6 +106400,16 @@ video { margin-right: 12rem; } + .md\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .md\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .md\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -71300,6 +106420,16 @@ video { margin-right: 14rem; } + .md\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .md\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .md\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -71310,6 +106440,36 @@ video { margin-right: 16rem; } + .md\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .md\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .md\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .md\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .md\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .md\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .md\:my-auto { margin-top: auto; margin-bottom: auto; @@ -71330,6 +106490,466 @@ video { margin-right: 1px; } + .md\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .md\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .md\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .md\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .md\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .md\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .md\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .md\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .md\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .md\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .md\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .md\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .md\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .md\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .md\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .md\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .md\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .md\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .md\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .md\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .md\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .md\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .md\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .md\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .md\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .md\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .md\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .md\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .md\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .md\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .md\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .md\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .md\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .md\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .md\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .md\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .md\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .md\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .md\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .md\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .md\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .md\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .md\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .md\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .md\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .md\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .md\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .md\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .md\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .md\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .md\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .md\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .md\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .md\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .md\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .md\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .md\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .md\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .md\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .md\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .md\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .md\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .md\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .md\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .md\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .md\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .md\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .md\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .md\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .md\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .md\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .md\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .md\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .md\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .md\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .md\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .md\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .md\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .md\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .md\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .md\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .md\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .md\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .md\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .md\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -71390,6 +107010,16 @@ video { margin-right: -1.5rem; } + .md\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .md\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .md\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -71400,6 +107030,16 @@ video { margin-right: -2rem; } + .md\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .md\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .md\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -71410,6 +107050,16 @@ video { margin-right: -2.5rem; } + .md\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .md\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .md\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -71420,6 +107070,36 @@ video { margin-right: -3rem; } + .md\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .md\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .md\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .md\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .md\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .md\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .md\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -71450,6 +107130,16 @@ video { margin-right: -6rem; } + .md\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .md\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .md\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -71460,6 +107150,16 @@ video { margin-right: -8rem; } + .md\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .md\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .md\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -71470,6 +107170,16 @@ video { margin-right: -10rem; } + .md\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .md\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .md\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -71480,6 +107190,16 @@ video { margin-right: -12rem; } + .md\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .md\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .md\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -71490,6 +107210,16 @@ video { margin-right: -14rem; } + .md\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .md\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .md\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -71500,6 +107230,36 @@ video { margin-right: -16rem; } + .md\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .md\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .md\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .md\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .md\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .md\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .md\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -71510,6 +107270,466 @@ video { margin-right: -1px; } + .md\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .md\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .md\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .md\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .md\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .md\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .md\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .md\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .md\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .md\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .md\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .md\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .md\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .md\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .md\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .md\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .md\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .md\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .md\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .md\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .md\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .md\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .md\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .md\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .md\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .md\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .md\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .md\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .md\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .md\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .md\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .md\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .md\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .md\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .md\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .md\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .md\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .md\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .md\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .md\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .md\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .md\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .md\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .md\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .md\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .md\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .md\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .md\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .md\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .md\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .md\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .md\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .md\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .md\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .md\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .md\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .md\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .md\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .md\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .md\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .md\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .md\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .md\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .md\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .md\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .md\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .md\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .md\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .md\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .md\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .md\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .md\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .md\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .md\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .md\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .md\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .md\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .md\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .md\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .md\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .md\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .md\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .md\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .md\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .md\:mt-0 { margin-top: 0; } @@ -71622,6 +107842,22 @@ video { margin-left: 1.5rem; } + .md\:mt-7 { + margin-top: 1.75rem; + } + + .md\:mr-7 { + margin-right: 1.75rem; + } + + .md\:mb-7 { + margin-bottom: 1.75rem; + } + + .md\:ml-7 { + margin-left: 1.75rem; + } + .md\:mt-8 { margin-top: 2rem; } @@ -71638,6 +107874,22 @@ video { margin-left: 2rem; } + .md\:mt-9 { + margin-top: 2.25rem; + } + + .md\:mr-9 { + margin-right: 2.25rem; + } + + .md\:mb-9 { + margin-bottom: 2.25rem; + } + + .md\:ml-9 { + margin-left: 2.25rem; + } + .md\:mt-10 { margin-top: 2.5rem; } @@ -71654,6 +107906,22 @@ video { margin-left: 2.5rem; } + .md\:mt-11 { + margin-top: 2.75rem; + } + + .md\:mr-11 { + margin-right: 2.75rem; + } + + .md\:mb-11 { + margin-bottom: 2.75rem; + } + + .md\:ml-11 { + margin-left: 2.75rem; + } + .md\:mt-12 { margin-top: 3rem; } @@ -71670,6 +107938,54 @@ video { margin-left: 3rem; } + .md\:mt-13 { + margin-top: 3.25rem; + } + + .md\:mr-13 { + margin-right: 3.25rem; + } + + .md\:mb-13 { + margin-bottom: 3.25rem; + } + + .md\:ml-13 { + margin-left: 3.25rem; + } + + .md\:mt-14 { + margin-top: 3.5rem; + } + + .md\:mr-14 { + margin-right: 3.5rem; + } + + .md\:mb-14 { + margin-bottom: 3.5rem; + } + + .md\:ml-14 { + margin-left: 3.5rem; + } + + .md\:mt-15 { + margin-top: 3.75rem; + } + + .md\:mr-15 { + margin-right: 3.75rem; + } + + .md\:mb-15 { + margin-bottom: 3.75rem; + } + + .md\:ml-15 { + margin-left: 3.75rem; + } + .md\:mt-16 { margin-top: 4rem; } @@ -71718,6 +108034,22 @@ video { margin-left: 6rem; } + .md\:mt-28 { + margin-top: 7rem; + } + + .md\:mr-28 { + margin-right: 7rem; + } + + .md\:mb-28 { + margin-bottom: 7rem; + } + + .md\:ml-28 { + margin-left: 7rem; + } + .md\:mt-32 { margin-top: 8rem; } @@ -71734,6 +108066,22 @@ video { margin-left: 8rem; } + .md\:mt-36 { + margin-top: 9rem; + } + + .md\:mr-36 { + margin-right: 9rem; + } + + .md\:mb-36 { + margin-bottom: 9rem; + } + + .md\:ml-36 { + margin-left: 9rem; + } + .md\:mt-40 { margin-top: 10rem; } @@ -71750,6 +108098,22 @@ video { margin-left: 10rem; } + .md\:mt-44 { + margin-top: 11rem; + } + + .md\:mr-44 { + margin-right: 11rem; + } + + .md\:mb-44 { + margin-bottom: 11rem; + } + + .md\:ml-44 { + margin-left: 11rem; + } + .md\:mt-48 { margin-top: 12rem; } @@ -71766,6 +108130,22 @@ video { margin-left: 12rem; } + .md\:mt-52 { + margin-top: 13rem; + } + + .md\:mr-52 { + margin-right: 13rem; + } + + .md\:mb-52 { + margin-bottom: 13rem; + } + + .md\:ml-52 { + margin-left: 13rem; + } + .md\:mt-56 { margin-top: 14rem; } @@ -71782,6 +108162,22 @@ video { margin-left: 14rem; } + .md\:mt-60 { + margin-top: 15rem; + } + + .md\:mr-60 { + margin-right: 15rem; + } + + .md\:mb-60 { + margin-bottom: 15rem; + } + + .md\:ml-60 { + margin-left: 15rem; + } + .md\:mt-64 { margin-top: 16rem; } @@ -71798,6 +108194,54 @@ video { margin-left: 16rem; } + .md\:mt-72 { + margin-top: 18rem; + } + + .md\:mr-72 { + margin-right: 18rem; + } + + .md\:mb-72 { + margin-bottom: 18rem; + } + + .md\:ml-72 { + margin-left: 18rem; + } + + .md\:mt-80 { + margin-top: 20rem; + } + + .md\:mr-80 { + margin-right: 20rem; + } + + .md\:mb-80 { + margin-bottom: 20rem; + } + + .md\:ml-80 { + margin-left: 20rem; + } + + .md\:mt-96 { + margin-top: 24rem; + } + + .md\:mr-96 { + margin-right: 24rem; + } + + .md\:mb-96 { + margin-bottom: 24rem; + } + + .md\:ml-96 { + margin-left: 24rem; + } + .md\:mt-auto { margin-top: auto; } @@ -71830,6 +108274,742 @@ video { margin-left: 1px; } + .md\:mt-0\.5 { + margin-top: 0.125rem; + } + + .md\:mr-0\.5 { + margin-right: 0.125rem; + } + + .md\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .md\:ml-0\.5 { + margin-left: 0.125rem; + } + + .md\:mt-1\.5 { + margin-top: 0.375rem; + } + + .md\:mr-1\.5 { + margin-right: 0.375rem; + } + + .md\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .md\:ml-1\.5 { + margin-left: 0.375rem; + } + + .md\:mt-2\.5 { + margin-top: 0.625rem; + } + + .md\:mr-2\.5 { + margin-right: 0.625rem; + } + + .md\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .md\:ml-2\.5 { + margin-left: 0.625rem; + } + + .md\:mt-3\.5 { + margin-top: 0.875rem; + } + + .md\:mr-3\.5 { + margin-right: 0.875rem; + } + + .md\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .md\:ml-3\.5 { + margin-left: 0.875rem; + } + + .md\:mt-1\/2 { + margin-top: 50%; + } + + .md\:mr-1\/2 { + margin-right: 50%; + } + + .md\:mb-1\/2 { + margin-bottom: 50%; + } + + .md\:ml-1\/2 { + margin-left: 50%; + } + + .md\:mt-1\/3 { + margin-top: 33.333333%; + } + + .md\:mr-1\/3 { + margin-right: 33.333333%; + } + + .md\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .md\:ml-1\/3 { + margin-left: 33.333333%; + } + + .md\:mt-2\/3 { + margin-top: 66.666667%; + } + + .md\:mr-2\/3 { + margin-right: 66.666667%; + } + + .md\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .md\:ml-2\/3 { + margin-left: 66.666667%; + } + + .md\:mt-1\/4 { + margin-top: 25%; + } + + .md\:mr-1\/4 { + margin-right: 25%; + } + + .md\:mb-1\/4 { + margin-bottom: 25%; + } + + .md\:ml-1\/4 { + margin-left: 25%; + } + + .md\:mt-2\/4 { + margin-top: 50%; + } + + .md\:mr-2\/4 { + margin-right: 50%; + } + + .md\:mb-2\/4 { + margin-bottom: 50%; + } + + .md\:ml-2\/4 { + margin-left: 50%; + } + + .md\:mt-3\/4 { + margin-top: 75%; + } + + .md\:mr-3\/4 { + margin-right: 75%; + } + + .md\:mb-3\/4 { + margin-bottom: 75%; + } + + .md\:ml-3\/4 { + margin-left: 75%; + } + + .md\:mt-1\/5 { + margin-top: 20%; + } + + .md\:mr-1\/5 { + margin-right: 20%; + } + + .md\:mb-1\/5 { + margin-bottom: 20%; + } + + .md\:ml-1\/5 { + margin-left: 20%; + } + + .md\:mt-2\/5 { + margin-top: 40%; + } + + .md\:mr-2\/5 { + margin-right: 40%; + } + + .md\:mb-2\/5 { + margin-bottom: 40%; + } + + .md\:ml-2\/5 { + margin-left: 40%; + } + + .md\:mt-3\/5 { + margin-top: 60%; + } + + .md\:mr-3\/5 { + margin-right: 60%; + } + + .md\:mb-3\/5 { + margin-bottom: 60%; + } + + .md\:ml-3\/5 { + margin-left: 60%; + } + + .md\:mt-4\/5 { + margin-top: 80%; + } + + .md\:mr-4\/5 { + margin-right: 80%; + } + + .md\:mb-4\/5 { + margin-bottom: 80%; + } + + .md\:ml-4\/5 { + margin-left: 80%; + } + + .md\:mt-1\/6 { + margin-top: 16.666667%; + } + + .md\:mr-1\/6 { + margin-right: 16.666667%; + } + + .md\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .md\:ml-1\/6 { + margin-left: 16.666667%; + } + + .md\:mt-2\/6 { + margin-top: 33.333333%; + } + + .md\:mr-2\/6 { + margin-right: 33.333333%; + } + + .md\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .md\:ml-2\/6 { + margin-left: 33.333333%; + } + + .md\:mt-3\/6 { + margin-top: 50%; + } + + .md\:mr-3\/6 { + margin-right: 50%; + } + + .md\:mb-3\/6 { + margin-bottom: 50%; + } + + .md\:ml-3\/6 { + margin-left: 50%; + } + + .md\:mt-4\/6 { + margin-top: 66.666667%; + } + + .md\:mr-4\/6 { + margin-right: 66.666667%; + } + + .md\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .md\:ml-4\/6 { + margin-left: 66.666667%; + } + + .md\:mt-5\/6 { + margin-top: 83.333333%; + } + + .md\:mr-5\/6 { + margin-right: 83.333333%; + } + + .md\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .md\:ml-5\/6 { + margin-left: 83.333333%; + } + + .md\:mt-1\/12 { + margin-top: 8.333333%; + } + + .md\:mr-1\/12 { + margin-right: 8.333333%; + } + + .md\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .md\:ml-1\/12 { + margin-left: 8.333333%; + } + + .md\:mt-2\/12 { + margin-top: 16.666667%; + } + + .md\:mr-2\/12 { + margin-right: 16.666667%; + } + + .md\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .md\:ml-2\/12 { + margin-left: 16.666667%; + } + + .md\:mt-3\/12 { + margin-top: 25%; + } + + .md\:mr-3\/12 { + margin-right: 25%; + } + + .md\:mb-3\/12 { + margin-bottom: 25%; + } + + .md\:ml-3\/12 { + margin-left: 25%; + } + + .md\:mt-4\/12 { + margin-top: 33.333333%; + } + + .md\:mr-4\/12 { + margin-right: 33.333333%; + } + + .md\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .md\:ml-4\/12 { + margin-left: 33.333333%; + } + + .md\:mt-5\/12 { + margin-top: 41.666667%; + } + + .md\:mr-5\/12 { + margin-right: 41.666667%; + } + + .md\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .md\:ml-5\/12 { + margin-left: 41.666667%; + } + + .md\:mt-6\/12 { + margin-top: 50%; + } + + .md\:mr-6\/12 { + margin-right: 50%; + } + + .md\:mb-6\/12 { + margin-bottom: 50%; + } + + .md\:ml-6\/12 { + margin-left: 50%; + } + + .md\:mt-7\/12 { + margin-top: 58.333333%; + } + + .md\:mr-7\/12 { + margin-right: 58.333333%; + } + + .md\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .md\:ml-7\/12 { + margin-left: 58.333333%; + } + + .md\:mt-8\/12 { + margin-top: 66.666667%; + } + + .md\:mr-8\/12 { + margin-right: 66.666667%; + } + + .md\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .md\:ml-8\/12 { + margin-left: 66.666667%; + } + + .md\:mt-9\/12 { + margin-top: 75%; + } + + .md\:mr-9\/12 { + margin-right: 75%; + } + + .md\:mb-9\/12 { + margin-bottom: 75%; + } + + .md\:ml-9\/12 { + margin-left: 75%; + } + + .md\:mt-10\/12 { + margin-top: 83.333333%; + } + + .md\:mr-10\/12 { + margin-right: 83.333333%; + } + + .md\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .md\:ml-10\/12 { + margin-left: 83.333333%; + } + + .md\:mt-11\/12 { + margin-top: 91.666667%; + } + + .md\:mr-11\/12 { + margin-right: 91.666667%; + } + + .md\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .md\:ml-11\/12 { + margin-left: 91.666667%; + } + + .md\:mt-1\/16 { + margin-top: 6.25%; + } + + .md\:mr-1\/16 { + margin-right: 6.25%; + } + + .md\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .md\:ml-1\/16 { + margin-left: 6.25%; + } + + .md\:mt-2\/16 { + margin-top: 12.5%; + } + + .md\:mr-2\/16 { + margin-right: 12.5%; + } + + .md\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .md\:ml-2\/16 { + margin-left: 12.5%; + } + + .md\:mt-3\/16 { + margin-top: 18.75%; + } + + .md\:mr-3\/16 { + margin-right: 18.75%; + } + + .md\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .md\:ml-3\/16 { + margin-left: 18.75%; + } + + .md\:mt-4\/16 { + margin-top: 25%; + } + + .md\:mr-4\/16 { + margin-right: 25%; + } + + .md\:mb-4\/16 { + margin-bottom: 25%; + } + + .md\:ml-4\/16 { + margin-left: 25%; + } + + .md\:mt-5\/16 { + margin-top: 31.25%; + } + + .md\:mr-5\/16 { + margin-right: 31.25%; + } + + .md\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .md\:ml-5\/16 { + margin-left: 31.25%; + } + + .md\:mt-6\/16 { + margin-top: 37.5%; + } + + .md\:mr-6\/16 { + margin-right: 37.5%; + } + + .md\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .md\:ml-6\/16 { + margin-left: 37.5%; + } + + .md\:mt-7\/16 { + margin-top: 43.75%; + } + + .md\:mr-7\/16 { + margin-right: 43.75%; + } + + .md\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .md\:ml-7\/16 { + margin-left: 43.75%; + } + + .md\:mt-8\/16 { + margin-top: 50%; + } + + .md\:mr-8\/16 { + margin-right: 50%; + } + + .md\:mb-8\/16 { + margin-bottom: 50%; + } + + .md\:ml-8\/16 { + margin-left: 50%; + } + + .md\:mt-9\/16 { + margin-top: 56.25%; + } + + .md\:mr-9\/16 { + margin-right: 56.25%; + } + + .md\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .md\:ml-9\/16 { + margin-left: 56.25%; + } + + .md\:mt-10\/16 { + margin-top: 62.5%; + } + + .md\:mr-10\/16 { + margin-right: 62.5%; + } + + .md\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .md\:ml-10\/16 { + margin-left: 62.5%; + } + + .md\:mt-11\/16 { + margin-top: 68.75%; + } + + .md\:mr-11\/16 { + margin-right: 68.75%; + } + + .md\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .md\:ml-11\/16 { + margin-left: 68.75%; + } + + .md\:mt-12\/16 { + margin-top: 75%; + } + + .md\:mr-12\/16 { + margin-right: 75%; + } + + .md\:mb-12\/16 { + margin-bottom: 75%; + } + + .md\:ml-12\/16 { + margin-left: 75%; + } + + .md\:mt-13\/16 { + margin-top: 81.25%; + } + + .md\:mr-13\/16 { + margin-right: 81.25%; + } + + .md\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .md\:ml-13\/16 { + margin-left: 81.25%; + } + + .md\:mt-14\/16 { + margin-top: 87.5%; + } + + .md\:mr-14\/16 { + margin-right: 87.5%; + } + + .md\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .md\:ml-14\/16 { + margin-left: 87.5%; + } + + .md\:mt-15\/16 { + margin-top: 93.75%; + } + + .md\:mr-15\/16 { + margin-right: 93.75%; + } + + .md\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .md\:ml-15\/16 { + margin-left: 93.75%; + } + + .md\:mt-full { + margin-top: 100%; + } + + .md\:mr-full { + margin-right: 100%; + } + + .md\:mb-full { + margin-bottom: 100%; + } + + .md\:ml-full { + margin-left: 100%; + } + .md\:-mt-1 { margin-top: -0.25rem; } @@ -71926,6 +109106,22 @@ video { margin-left: -1.5rem; } + .md\:-mt-7 { + margin-top: -1.75rem; + } + + .md\:-mr-7 { + margin-right: -1.75rem; + } + + .md\:-mb-7 { + margin-bottom: -1.75rem; + } + + .md\:-ml-7 { + margin-left: -1.75rem; + } + .md\:-mt-8 { margin-top: -2rem; } @@ -71942,6 +109138,22 @@ video { margin-left: -2rem; } + .md\:-mt-9 { + margin-top: -2.25rem; + } + + .md\:-mr-9 { + margin-right: -2.25rem; + } + + .md\:-mb-9 { + margin-bottom: -2.25rem; + } + + .md\:-ml-9 { + margin-left: -2.25rem; + } + .md\:-mt-10 { margin-top: -2.5rem; } @@ -71958,6 +109170,22 @@ video { margin-left: -2.5rem; } + .md\:-mt-11 { + margin-top: -2.75rem; + } + + .md\:-mr-11 { + margin-right: -2.75rem; + } + + .md\:-mb-11 { + margin-bottom: -2.75rem; + } + + .md\:-ml-11 { + margin-left: -2.75rem; + } + .md\:-mt-12 { margin-top: -3rem; } @@ -71974,6 +109202,54 @@ video { margin-left: -3rem; } + .md\:-mt-13 { + margin-top: -3.25rem; + } + + .md\:-mr-13 { + margin-right: -3.25rem; + } + + .md\:-mb-13 { + margin-bottom: -3.25rem; + } + + .md\:-ml-13 { + margin-left: -3.25rem; + } + + .md\:-mt-14 { + margin-top: -3.5rem; + } + + .md\:-mr-14 { + margin-right: -3.5rem; + } + + .md\:-mb-14 { + margin-bottom: -3.5rem; + } + + .md\:-ml-14 { + margin-left: -3.5rem; + } + + .md\:-mt-15 { + margin-top: -3.75rem; + } + + .md\:-mr-15 { + margin-right: -3.75rem; + } + + .md\:-mb-15 { + margin-bottom: -3.75rem; + } + + .md\:-ml-15 { + margin-left: -3.75rem; + } + .md\:-mt-16 { margin-top: -4rem; } @@ -72022,6 +109298,22 @@ video { margin-left: -6rem; } + .md\:-mt-28 { + margin-top: -7rem; + } + + .md\:-mr-28 { + margin-right: -7rem; + } + + .md\:-mb-28 { + margin-bottom: -7rem; + } + + .md\:-ml-28 { + margin-left: -7rem; + } + .md\:-mt-32 { margin-top: -8rem; } @@ -72038,6 +109330,22 @@ video { margin-left: -8rem; } + .md\:-mt-36 { + margin-top: -9rem; + } + + .md\:-mr-36 { + margin-right: -9rem; + } + + .md\:-mb-36 { + margin-bottom: -9rem; + } + + .md\:-ml-36 { + margin-left: -9rem; + } + .md\:-mt-40 { margin-top: -10rem; } @@ -72054,6 +109362,22 @@ video { margin-left: -10rem; } + .md\:-mt-44 { + margin-top: -11rem; + } + + .md\:-mr-44 { + margin-right: -11rem; + } + + .md\:-mb-44 { + margin-bottom: -11rem; + } + + .md\:-ml-44 { + margin-left: -11rem; + } + .md\:-mt-48 { margin-top: -12rem; } @@ -72070,6 +109394,22 @@ video { margin-left: -12rem; } + .md\:-mt-52 { + margin-top: -13rem; + } + + .md\:-mr-52 { + margin-right: -13rem; + } + + .md\:-mb-52 { + margin-bottom: -13rem; + } + + .md\:-ml-52 { + margin-left: -13rem; + } + .md\:-mt-56 { margin-top: -14rem; } @@ -72086,6 +109426,22 @@ video { margin-left: -14rem; } + .md\:-mt-60 { + margin-top: -15rem; + } + + .md\:-mr-60 { + margin-right: -15rem; + } + + .md\:-mb-60 { + margin-bottom: -15rem; + } + + .md\:-ml-60 { + margin-left: -15rem; + } + .md\:-mt-64 { margin-top: -16rem; } @@ -72102,6 +109458,54 @@ video { margin-left: -16rem; } + .md\:-mt-72 { + margin-top: -18rem; + } + + .md\:-mr-72 { + margin-right: -18rem; + } + + .md\:-mb-72 { + margin-bottom: -18rem; + } + + .md\:-ml-72 { + margin-left: -18rem; + } + + .md\:-mt-80 { + margin-top: -20rem; + } + + .md\:-mr-80 { + margin-right: -20rem; + } + + .md\:-mb-80 { + margin-bottom: -20rem; + } + + .md\:-ml-80 { + margin-left: -20rem; + } + + .md\:-mt-96 { + margin-top: -24rem; + } + + .md\:-mr-96 { + margin-right: -24rem; + } + + .md\:-mb-96 { + margin-bottom: -24rem; + } + + .md\:-ml-96 { + margin-left: -24rem; + } + .md\:-mt-px { margin-top: -1px; } @@ -72118,14 +109522,1066 @@ video { margin-left: -1px; } - .md\:max-h-full { - max-height: 100%; + .md\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .md\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .md\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .md\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .md\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .md\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .md\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .md\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .md\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .md\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .md\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .md\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .md\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .md\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .md\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .md\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .md\:-mt-1\/2 { + margin-top: -50%; + } + + .md\:-mr-1\/2 { + margin-right: -50%; + } + + .md\:-mb-1\/2 { + margin-bottom: -50%; + } + + .md\:-ml-1\/2 { + margin-left: -50%; + } + + .md\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .md\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .md\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .md\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .md\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .md\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .md\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .md\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .md\:-mt-1\/4 { + margin-top: -25%; + } + + .md\:-mr-1\/4 { + margin-right: -25%; + } + + .md\:-mb-1\/4 { + margin-bottom: -25%; + } + + .md\:-ml-1\/4 { + margin-left: -25%; + } + + .md\:-mt-2\/4 { + margin-top: -50%; + } + + .md\:-mr-2\/4 { + margin-right: -50%; + } + + .md\:-mb-2\/4 { + margin-bottom: -50%; + } + + .md\:-ml-2\/4 { + margin-left: -50%; + } + + .md\:-mt-3\/4 { + margin-top: -75%; + } + + .md\:-mr-3\/4 { + margin-right: -75%; + } + + .md\:-mb-3\/4 { + margin-bottom: -75%; + } + + .md\:-ml-3\/4 { + margin-left: -75%; + } + + .md\:-mt-1\/5 { + margin-top: -20%; + } + + .md\:-mr-1\/5 { + margin-right: -20%; + } + + .md\:-mb-1\/5 { + margin-bottom: -20%; + } + + .md\:-ml-1\/5 { + margin-left: -20%; + } + + .md\:-mt-2\/5 { + margin-top: -40%; + } + + .md\:-mr-2\/5 { + margin-right: -40%; + } + + .md\:-mb-2\/5 { + margin-bottom: -40%; + } + + .md\:-ml-2\/5 { + margin-left: -40%; + } + + .md\:-mt-3\/5 { + margin-top: -60%; + } + + .md\:-mr-3\/5 { + margin-right: -60%; + } + + .md\:-mb-3\/5 { + margin-bottom: -60%; + } + + .md\:-ml-3\/5 { + margin-left: -60%; + } + + .md\:-mt-4\/5 { + margin-top: -80%; + } + + .md\:-mr-4\/5 { + margin-right: -80%; + } + + .md\:-mb-4\/5 { + margin-bottom: -80%; + } + + .md\:-ml-4\/5 { + margin-left: -80%; + } + + .md\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .md\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .md\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .md\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .md\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .md\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .md\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .md\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .md\:-mt-3\/6 { + margin-top: -50%; + } + + .md\:-mr-3\/6 { + margin-right: -50%; + } + + .md\:-mb-3\/6 { + margin-bottom: -50%; + } + + .md\:-ml-3\/6 { + margin-left: -50%; + } + + .md\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .md\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .md\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .md\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .md\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .md\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .md\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .md\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .md\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .md\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .md\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .md\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .md\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .md\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .md\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .md\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .md\:-mt-3\/12 { + margin-top: -25%; + } + + .md\:-mr-3\/12 { + margin-right: -25%; + } + + .md\:-mb-3\/12 { + margin-bottom: -25%; + } + + .md\:-ml-3\/12 { + margin-left: -25%; + } + + .md\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .md\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .md\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .md\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .md\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .md\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .md\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .md\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .md\:-mt-6\/12 { + margin-top: -50%; + } + + .md\:-mr-6\/12 { + margin-right: -50%; + } + + .md\:-mb-6\/12 { + margin-bottom: -50%; + } + + .md\:-ml-6\/12 { + margin-left: -50%; + } + + .md\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .md\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .md\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .md\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .md\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .md\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .md\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .md\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .md\:-mt-9\/12 { + margin-top: -75%; + } + + .md\:-mr-9\/12 { + margin-right: -75%; + } + + .md\:-mb-9\/12 { + margin-bottom: -75%; + } + + .md\:-ml-9\/12 { + margin-left: -75%; + } + + .md\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .md\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .md\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .md\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .md\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .md\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .md\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .md\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .md\:-mt-1\/16 { + margin-top: -6.25%; + } + + .md\:-mr-1\/16 { + margin-right: -6.25%; + } + + .md\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .md\:-ml-1\/16 { + margin-left: -6.25%; + } + + .md\:-mt-2\/16 { + margin-top: -12.5%; + } + + .md\:-mr-2\/16 { + margin-right: -12.5%; + } + + .md\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .md\:-ml-2\/16 { + margin-left: -12.5%; + } + + .md\:-mt-3\/16 { + margin-top: -18.75%; + } + + .md\:-mr-3\/16 { + margin-right: -18.75%; + } + + .md\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .md\:-ml-3\/16 { + margin-left: -18.75%; + } + + .md\:-mt-4\/16 { + margin-top: -25%; + } + + .md\:-mr-4\/16 { + margin-right: -25%; + } + + .md\:-mb-4\/16 { + margin-bottom: -25%; + } + + .md\:-ml-4\/16 { + margin-left: -25%; + } + + .md\:-mt-5\/16 { + margin-top: -31.25%; + } + + .md\:-mr-5\/16 { + margin-right: -31.25%; + } + + .md\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .md\:-ml-5\/16 { + margin-left: -31.25%; + } + + .md\:-mt-6\/16 { + margin-top: -37.5%; + } + + .md\:-mr-6\/16 { + margin-right: -37.5%; + } + + .md\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .md\:-ml-6\/16 { + margin-left: -37.5%; + } + + .md\:-mt-7\/16 { + margin-top: -43.75%; + } + + .md\:-mr-7\/16 { + margin-right: -43.75%; + } + + .md\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .md\:-ml-7\/16 { + margin-left: -43.75%; + } + + .md\:-mt-8\/16 { + margin-top: -50%; + } + + .md\:-mr-8\/16 { + margin-right: -50%; + } + + .md\:-mb-8\/16 { + margin-bottom: -50%; + } + + .md\:-ml-8\/16 { + margin-left: -50%; + } + + .md\:-mt-9\/16 { + margin-top: -56.25%; + } + + .md\:-mr-9\/16 { + margin-right: -56.25%; + } + + .md\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .md\:-ml-9\/16 { + margin-left: -56.25%; + } + + .md\:-mt-10\/16 { + margin-top: -62.5%; + } + + .md\:-mr-10\/16 { + margin-right: -62.5%; + } + + .md\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .md\:-ml-10\/16 { + margin-left: -62.5%; + } + + .md\:-mt-11\/16 { + margin-top: -68.75%; + } + + .md\:-mr-11\/16 { + margin-right: -68.75%; + } + + .md\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .md\:-ml-11\/16 { + margin-left: -68.75%; + } + + .md\:-mt-12\/16 { + margin-top: -75%; + } + + .md\:-mr-12\/16 { + margin-right: -75%; + } + + .md\:-mb-12\/16 { + margin-bottom: -75%; + } + + .md\:-ml-12\/16 { + margin-left: -75%; + } + + .md\:-mt-13\/16 { + margin-top: -81.25%; + } + + .md\:-mr-13\/16 { + margin-right: -81.25%; + } + + .md\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .md\:-ml-13\/16 { + margin-left: -81.25%; + } + + .md\:-mt-14\/16 { + margin-top: -87.5%; + } + + .md\:-mr-14\/16 { + margin-right: -87.5%; + } + + .md\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .md\:-ml-14\/16 { + margin-left: -87.5%; + } + + .md\:-mt-15\/16 { + margin-top: -93.75%; + } + + .md\:-mr-15\/16 { + margin-right: -93.75%; + } + + .md\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .md\:-ml-15\/16 { + margin-left: -93.75%; + } + + .md\:-mt-full { + margin-top: -100%; + } + + .md\:-mr-full { + margin-right: -100%; + } + + .md\:-mb-full { + margin-bottom: -100%; + } + + .md\:-ml-full { + margin-left: -100%; + } + + .md\:max-h-0 { + max-height: 0; + } + + .md\:max-h-1 { + max-height: 0.25rem; + } + + .md\:max-h-2 { + max-height: 0.5rem; + } + + .md\:max-h-3 { + max-height: 0.75rem; + } + + .md\:max-h-4 { + max-height: 1rem; + } + + .md\:max-h-5 { + max-height: 1.25rem; + } + + .md\:max-h-6 { + max-height: 1.5rem; + } + + .md\:max-h-7 { + max-height: 1.75rem; + } + + .md\:max-h-8 { + max-height: 2rem; + } + + .md\:max-h-9 { + max-height: 2.25rem; + } + + .md\:max-h-10 { + max-height: 2.5rem; + } + + .md\:max-h-11 { + max-height: 2.75rem; + } + + .md\:max-h-12 { + max-height: 3rem; + } + + .md\:max-h-13 { + max-height: 3.25rem; + } + + .md\:max-h-14 { + max-height: 3.5rem; + } + + .md\:max-h-15 { + max-height: 3.75rem; + } + + .md\:max-h-16 { + max-height: 4rem; + } + + .md\:max-h-20 { + max-height: 5rem; + } + + .md\:max-h-24 { + max-height: 6rem; + } + + .md\:max-h-28 { + max-height: 7rem; + } + + .md\:max-h-32 { + max-height: 8rem; + } + + .md\:max-h-36 { + max-height: 9rem; + } + + .md\:max-h-40 { + max-height: 10rem; + } + + .md\:max-h-44 { + max-height: 11rem; + } + + .md\:max-h-48 { + max-height: 12rem; + } + + .md\:max-h-52 { + max-height: 13rem; + } + + .md\:max-h-56 { + max-height: 14rem; + } + + .md\:max-h-60 { + max-height: 15rem; + } + + .md\:max-h-64 { + max-height: 16rem; + } + + .md\:max-h-72 { + max-height: 18rem; + } + + .md\:max-h-80 { + max-height: 20rem; + } + + .md\:max-h-96 { + max-height: 24rem; } .md\:max-h-screen { max-height: 100vh; } + .md\:max-h-px { + max-height: 1px; + } + + .md\:max-h-0\.5 { + max-height: 0.125rem; + } + + .md\:max-h-1\.5 { + max-height: 0.375rem; + } + + .md\:max-h-2\.5 { + max-height: 0.625rem; + } + + .md\:max-h-3\.5 { + max-height: 0.875rem; + } + + .md\:max-h-1\/2 { + max-height: 50%; + } + + .md\:max-h-1\/3 { + max-height: 33.333333%; + } + + .md\:max-h-2\/3 { + max-height: 66.666667%; + } + + .md\:max-h-1\/4 { + max-height: 25%; + } + + .md\:max-h-2\/4 { + max-height: 50%; + } + + .md\:max-h-3\/4 { + max-height: 75%; + } + + .md\:max-h-1\/5 { + max-height: 20%; + } + + .md\:max-h-2\/5 { + max-height: 40%; + } + + .md\:max-h-3\/5 { + max-height: 60%; + } + + .md\:max-h-4\/5 { + max-height: 80%; + } + + .md\:max-h-1\/6 { + max-height: 16.666667%; + } + + .md\:max-h-2\/6 { + max-height: 33.333333%; + } + + .md\:max-h-3\/6 { + max-height: 50%; + } + + .md\:max-h-4\/6 { + max-height: 66.666667%; + } + + .md\:max-h-5\/6 { + max-height: 83.333333%; + } + + .md\:max-h-1\/12 { + max-height: 8.333333%; + } + + .md\:max-h-2\/12 { + max-height: 16.666667%; + } + + .md\:max-h-3\/12 { + max-height: 25%; + } + + .md\:max-h-4\/12 { + max-height: 33.333333%; + } + + .md\:max-h-5\/12 { + max-height: 41.666667%; + } + + .md\:max-h-6\/12 { + max-height: 50%; + } + + .md\:max-h-7\/12 { + max-height: 58.333333%; + } + + .md\:max-h-8\/12 { + max-height: 66.666667%; + } + + .md\:max-h-9\/12 { + max-height: 75%; + } + + .md\:max-h-10\/12 { + max-height: 83.333333%; + } + + .md\:max-h-11\/12 { + max-height: 91.666667%; + } + + .md\:max-h-1\/16 { + max-height: 6.25%; + } + + .md\:max-h-2\/16 { + max-height: 12.5%; + } + + .md\:max-h-3\/16 { + max-height: 18.75%; + } + + .md\:max-h-4\/16 { + max-height: 25%; + } + + .md\:max-h-5\/16 { + max-height: 31.25%; + } + + .md\:max-h-6\/16 { + max-height: 37.5%; + } + + .md\:max-h-7\/16 { + max-height: 43.75%; + } + + .md\:max-h-8\/16 { + max-height: 50%; + } + + .md\:max-h-9\/16 { + max-height: 56.25%; + } + + .md\:max-h-10\/16 { + max-height: 62.5%; + } + + .md\:max-h-11\/16 { + max-height: 68.75%; + } + + .md\:max-h-12\/16 { + max-height: 75%; + } + + .md\:max-h-13\/16 { + max-height: 81.25%; + } + + .md\:max-h-14\/16 { + max-height: 87.5%; + } + + .md\:max-h-15\/16 { + max-height: 93.75%; + } + + .md\:max-h-full { + max-height: 100%; + } + + .md\:max-w-0 { + max-width: 0rem; + } + .md\:max-w-none { max-width: none; } @@ -72170,10 +110626,22 @@ video { max-width: 72rem; } + .md\:max-w-7xl { + max-width: 80rem; + } + .md\:max-w-full { max-width: 100%; } + .md\:max-w-min { + max-width: min-content; + } + + .md\:max-w-max { + max-width: max-content; + } + .md\:max-w-screen-sm { max-width: 640px; } @@ -72210,6 +110678,14 @@ video { min-width: 100%; } + .md\:min-w-min { + min-width: min-content; + } + + .md\:min-w-max { + min-width: max-content; + } + .md\:object-contain { object-fit: contain; } @@ -72468,18 +110944,42 @@ video { padding: 1.5rem; } + .md\:p-7 { + padding: 1.75rem; + } + .md\:p-8 { padding: 2rem; } + .md\:p-9 { + padding: 2.25rem; + } + .md\:p-10 { padding: 2.5rem; } + .md\:p-11 { + padding: 2.75rem; + } + .md\:p-12 { padding: 3rem; } + .md\:p-13 { + padding: 3.25rem; + } + + .md\:p-14 { + padding: 3.5rem; + } + + .md\:p-15 { + padding: 3.75rem; + } + .md\:p-16 { padding: 4rem; } @@ -72492,30 +110992,246 @@ video { padding: 6rem; } + .md\:p-28 { + padding: 7rem; + } + .md\:p-32 { padding: 8rem; } + .md\:p-36 { + padding: 9rem; + } + .md\:p-40 { padding: 10rem; } + .md\:p-44 { + padding: 11rem; + } + .md\:p-48 { padding: 12rem; } + .md\:p-52 { + padding: 13rem; + } + .md\:p-56 { padding: 14rem; } + .md\:p-60 { + padding: 15rem; + } + .md\:p-64 { padding: 16rem; } + .md\:p-72 { + padding: 18rem; + } + + .md\:p-80 { + padding: 20rem; + } + + .md\:p-96 { + padding: 24rem; + } + .md\:p-px { padding: 1px; } + .md\:p-0\.5 { + padding: 0.125rem; + } + + .md\:p-1\.5 { + padding: 0.375rem; + } + + .md\:p-2\.5 { + padding: 0.625rem; + } + + .md\:p-3\.5 { + padding: 0.875rem; + } + + .md\:p-1\/2 { + padding: 50%; + } + + .md\:p-1\/3 { + padding: 33.333333%; + } + + .md\:p-2\/3 { + padding: 66.666667%; + } + + .md\:p-1\/4 { + padding: 25%; + } + + .md\:p-2\/4 { + padding: 50%; + } + + .md\:p-3\/4 { + padding: 75%; + } + + .md\:p-1\/5 { + padding: 20%; + } + + .md\:p-2\/5 { + padding: 40%; + } + + .md\:p-3\/5 { + padding: 60%; + } + + .md\:p-4\/5 { + padding: 80%; + } + + .md\:p-1\/6 { + padding: 16.666667%; + } + + .md\:p-2\/6 { + padding: 33.333333%; + } + + .md\:p-3\/6 { + padding: 50%; + } + + .md\:p-4\/6 { + padding: 66.666667%; + } + + .md\:p-5\/6 { + padding: 83.333333%; + } + + .md\:p-1\/12 { + padding: 8.333333%; + } + + .md\:p-2\/12 { + padding: 16.666667%; + } + + .md\:p-3\/12 { + padding: 25%; + } + + .md\:p-4\/12 { + padding: 33.333333%; + } + + .md\:p-5\/12 { + padding: 41.666667%; + } + + .md\:p-6\/12 { + padding: 50%; + } + + .md\:p-7\/12 { + padding: 58.333333%; + } + + .md\:p-8\/12 { + padding: 66.666667%; + } + + .md\:p-9\/12 { + padding: 75%; + } + + .md\:p-10\/12 { + padding: 83.333333%; + } + + .md\:p-11\/12 { + padding: 91.666667%; + } + + .md\:p-1\/16 { + padding: 6.25%; + } + + .md\:p-2\/16 { + padding: 12.5%; + } + + .md\:p-3\/16 { + padding: 18.75%; + } + + .md\:p-4\/16 { + padding: 25%; + } + + .md\:p-5\/16 { + padding: 31.25%; + } + + .md\:p-6\/16 { + padding: 37.5%; + } + + .md\:p-7\/16 { + padding: 43.75%; + } + + .md\:p-8\/16 { + padding: 50%; + } + + .md\:p-9\/16 { + padding: 56.25%; + } + + .md\:p-10\/16 { + padding: 62.5%; + } + + .md\:p-11\/16 { + padding: 68.75%; + } + + .md\:p-12\/16 { + padding: 75%; + } + + .md\:p-13\/16 { + padding: 81.25%; + } + + .md\:p-14\/16 { + padding: 87.5%; + } + + .md\:p-15\/16 { + padding: 93.75%; + } + + .md\:p-full { + padding: 100%; + } + .md\:py-0 { padding-top: 0; padding-bottom: 0; @@ -72586,6 +111302,16 @@ video { padding-right: 1.5rem; } + .md\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .md\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .md\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -72596,6 +111322,16 @@ video { padding-right: 2rem; } + .md\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .md\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .md\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -72606,6 +111342,16 @@ video { padding-right: 2.5rem; } + .md\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .md\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .md\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -72616,6 +111362,36 @@ video { padding-right: 3rem; } + .md\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .md\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .md\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .md\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .md\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .md\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -72646,6 +111422,16 @@ video { padding-right: 6rem; } + .md\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .md\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .md\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -72656,6 +111442,16 @@ video { padding-right: 8rem; } + .md\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .md\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .md\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -72666,6 +111462,16 @@ video { padding-right: 10rem; } + .md\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .md\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .md\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -72676,6 +111482,16 @@ video { padding-right: 12rem; } + .md\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .md\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .md\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -72686,6 +111502,16 @@ video { padding-right: 14rem; } + .md\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .md\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .md\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -72696,6 +111522,36 @@ video { padding-right: 16rem; } + .md\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .md\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .md\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .md\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .md\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .md\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .md\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -72706,6 +111562,466 @@ video { padding-right: 1px; } + .md\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .md\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .md\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .md\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .md\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .md\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .md\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .md\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .md\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .md\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .md\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .md\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .md\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .md\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .md\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .md\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .md\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .md\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .md\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .md\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .md\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .md\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .md\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .md\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .md\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .md\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .md\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .md\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .md\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .md\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .md\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .md\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .md\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .md\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .md\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .md\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .md\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .md\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .md\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .md\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .md\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .md\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .md\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .md\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .md\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .md\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .md\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .md\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .md\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .md\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .md\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .md\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .md\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .md\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .md\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .md\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .md\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .md\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .md\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .md\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .md\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .md\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .md\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .md\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .md\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .md\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .md\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .md\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .md\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .md\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .md\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .md\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .md\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .md\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .md\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .md\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .md\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .md\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .md\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .md\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .md\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .md\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .md\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .md\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .md\:pt-0 { padding-top: 0; } @@ -72818,6 +112134,22 @@ video { padding-left: 1.5rem; } + .md\:pt-7 { + padding-top: 1.75rem; + } + + .md\:pr-7 { + padding-right: 1.75rem; + } + + .md\:pb-7 { + padding-bottom: 1.75rem; + } + + .md\:pl-7 { + padding-left: 1.75rem; + } + .md\:pt-8 { padding-top: 2rem; } @@ -72834,6 +112166,22 @@ video { padding-left: 2rem; } + .md\:pt-9 { + padding-top: 2.25rem; + } + + .md\:pr-9 { + padding-right: 2.25rem; + } + + .md\:pb-9 { + padding-bottom: 2.25rem; + } + + .md\:pl-9 { + padding-left: 2.25rem; + } + .md\:pt-10 { padding-top: 2.5rem; } @@ -72850,6 +112198,22 @@ video { padding-left: 2.5rem; } + .md\:pt-11 { + padding-top: 2.75rem; + } + + .md\:pr-11 { + padding-right: 2.75rem; + } + + .md\:pb-11 { + padding-bottom: 2.75rem; + } + + .md\:pl-11 { + padding-left: 2.75rem; + } + .md\:pt-12 { padding-top: 3rem; } @@ -72866,6 +112230,54 @@ video { padding-left: 3rem; } + .md\:pt-13 { + padding-top: 3.25rem; + } + + .md\:pr-13 { + padding-right: 3.25rem; + } + + .md\:pb-13 { + padding-bottom: 3.25rem; + } + + .md\:pl-13 { + padding-left: 3.25rem; + } + + .md\:pt-14 { + padding-top: 3.5rem; + } + + .md\:pr-14 { + padding-right: 3.5rem; + } + + .md\:pb-14 { + padding-bottom: 3.5rem; + } + + .md\:pl-14 { + padding-left: 3.5rem; + } + + .md\:pt-15 { + padding-top: 3.75rem; + } + + .md\:pr-15 { + padding-right: 3.75rem; + } + + .md\:pb-15 { + padding-bottom: 3.75rem; + } + + .md\:pl-15 { + padding-left: 3.75rem; + } + .md\:pt-16 { padding-top: 4rem; } @@ -72914,6 +112326,22 @@ video { padding-left: 6rem; } + .md\:pt-28 { + padding-top: 7rem; + } + + .md\:pr-28 { + padding-right: 7rem; + } + + .md\:pb-28 { + padding-bottom: 7rem; + } + + .md\:pl-28 { + padding-left: 7rem; + } + .md\:pt-32 { padding-top: 8rem; } @@ -72930,6 +112358,22 @@ video { padding-left: 8rem; } + .md\:pt-36 { + padding-top: 9rem; + } + + .md\:pr-36 { + padding-right: 9rem; + } + + .md\:pb-36 { + padding-bottom: 9rem; + } + + .md\:pl-36 { + padding-left: 9rem; + } + .md\:pt-40 { padding-top: 10rem; } @@ -72946,6 +112390,22 @@ video { padding-left: 10rem; } + .md\:pt-44 { + padding-top: 11rem; + } + + .md\:pr-44 { + padding-right: 11rem; + } + + .md\:pb-44 { + padding-bottom: 11rem; + } + + .md\:pl-44 { + padding-left: 11rem; + } + .md\:pt-48 { padding-top: 12rem; } @@ -72962,6 +112422,22 @@ video { padding-left: 12rem; } + .md\:pt-52 { + padding-top: 13rem; + } + + .md\:pr-52 { + padding-right: 13rem; + } + + .md\:pb-52 { + padding-bottom: 13rem; + } + + .md\:pl-52 { + padding-left: 13rem; + } + .md\:pt-56 { padding-top: 14rem; } @@ -72978,6 +112454,22 @@ video { padding-left: 14rem; } + .md\:pt-60 { + padding-top: 15rem; + } + + .md\:pr-60 { + padding-right: 15rem; + } + + .md\:pb-60 { + padding-bottom: 15rem; + } + + .md\:pl-60 { + padding-left: 15rem; + } + .md\:pt-64 { padding-top: 16rem; } @@ -72994,6 +112486,54 @@ video { padding-left: 16rem; } + .md\:pt-72 { + padding-top: 18rem; + } + + .md\:pr-72 { + padding-right: 18rem; + } + + .md\:pb-72 { + padding-bottom: 18rem; + } + + .md\:pl-72 { + padding-left: 18rem; + } + + .md\:pt-80 { + padding-top: 20rem; + } + + .md\:pr-80 { + padding-right: 20rem; + } + + .md\:pb-80 { + padding-bottom: 20rem; + } + + .md\:pl-80 { + padding-left: 20rem; + } + + .md\:pt-96 { + padding-top: 24rem; + } + + .md\:pr-96 { + padding-right: 24rem; + } + + .md\:pb-96 { + padding-bottom: 24rem; + } + + .md\:pl-96 { + padding-left: 24rem; + } + .md\:pt-px { padding-top: 1px; } @@ -73010,6 +112550,742 @@ video { padding-left: 1px; } + .md\:pt-0\.5 { + padding-top: 0.125rem; + } + + .md\:pr-0\.5 { + padding-right: 0.125rem; + } + + .md\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .md\:pl-0\.5 { + padding-left: 0.125rem; + } + + .md\:pt-1\.5 { + padding-top: 0.375rem; + } + + .md\:pr-1\.5 { + padding-right: 0.375rem; + } + + .md\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .md\:pl-1\.5 { + padding-left: 0.375rem; + } + + .md\:pt-2\.5 { + padding-top: 0.625rem; + } + + .md\:pr-2\.5 { + padding-right: 0.625rem; + } + + .md\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .md\:pl-2\.5 { + padding-left: 0.625rem; + } + + .md\:pt-3\.5 { + padding-top: 0.875rem; + } + + .md\:pr-3\.5 { + padding-right: 0.875rem; + } + + .md\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .md\:pl-3\.5 { + padding-left: 0.875rem; + } + + .md\:pt-1\/2 { + padding-top: 50%; + } + + .md\:pr-1\/2 { + padding-right: 50%; + } + + .md\:pb-1\/2 { + padding-bottom: 50%; + } + + .md\:pl-1\/2 { + padding-left: 50%; + } + + .md\:pt-1\/3 { + padding-top: 33.333333%; + } + + .md\:pr-1\/3 { + padding-right: 33.333333%; + } + + .md\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .md\:pl-1\/3 { + padding-left: 33.333333%; + } + + .md\:pt-2\/3 { + padding-top: 66.666667%; + } + + .md\:pr-2\/3 { + padding-right: 66.666667%; + } + + .md\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .md\:pl-2\/3 { + padding-left: 66.666667%; + } + + .md\:pt-1\/4 { + padding-top: 25%; + } + + .md\:pr-1\/4 { + padding-right: 25%; + } + + .md\:pb-1\/4 { + padding-bottom: 25%; + } + + .md\:pl-1\/4 { + padding-left: 25%; + } + + .md\:pt-2\/4 { + padding-top: 50%; + } + + .md\:pr-2\/4 { + padding-right: 50%; + } + + .md\:pb-2\/4 { + padding-bottom: 50%; + } + + .md\:pl-2\/4 { + padding-left: 50%; + } + + .md\:pt-3\/4 { + padding-top: 75%; + } + + .md\:pr-3\/4 { + padding-right: 75%; + } + + .md\:pb-3\/4 { + padding-bottom: 75%; + } + + .md\:pl-3\/4 { + padding-left: 75%; + } + + .md\:pt-1\/5 { + padding-top: 20%; + } + + .md\:pr-1\/5 { + padding-right: 20%; + } + + .md\:pb-1\/5 { + padding-bottom: 20%; + } + + .md\:pl-1\/5 { + padding-left: 20%; + } + + .md\:pt-2\/5 { + padding-top: 40%; + } + + .md\:pr-2\/5 { + padding-right: 40%; + } + + .md\:pb-2\/5 { + padding-bottom: 40%; + } + + .md\:pl-2\/5 { + padding-left: 40%; + } + + .md\:pt-3\/5 { + padding-top: 60%; + } + + .md\:pr-3\/5 { + padding-right: 60%; + } + + .md\:pb-3\/5 { + padding-bottom: 60%; + } + + .md\:pl-3\/5 { + padding-left: 60%; + } + + .md\:pt-4\/5 { + padding-top: 80%; + } + + .md\:pr-4\/5 { + padding-right: 80%; + } + + .md\:pb-4\/5 { + padding-bottom: 80%; + } + + .md\:pl-4\/5 { + padding-left: 80%; + } + + .md\:pt-1\/6 { + padding-top: 16.666667%; + } + + .md\:pr-1\/6 { + padding-right: 16.666667%; + } + + .md\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .md\:pl-1\/6 { + padding-left: 16.666667%; + } + + .md\:pt-2\/6 { + padding-top: 33.333333%; + } + + .md\:pr-2\/6 { + padding-right: 33.333333%; + } + + .md\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .md\:pl-2\/6 { + padding-left: 33.333333%; + } + + .md\:pt-3\/6 { + padding-top: 50%; + } + + .md\:pr-3\/6 { + padding-right: 50%; + } + + .md\:pb-3\/6 { + padding-bottom: 50%; + } + + .md\:pl-3\/6 { + padding-left: 50%; + } + + .md\:pt-4\/6 { + padding-top: 66.666667%; + } + + .md\:pr-4\/6 { + padding-right: 66.666667%; + } + + .md\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .md\:pl-4\/6 { + padding-left: 66.666667%; + } + + .md\:pt-5\/6 { + padding-top: 83.333333%; + } + + .md\:pr-5\/6 { + padding-right: 83.333333%; + } + + .md\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .md\:pl-5\/6 { + padding-left: 83.333333%; + } + + .md\:pt-1\/12 { + padding-top: 8.333333%; + } + + .md\:pr-1\/12 { + padding-right: 8.333333%; + } + + .md\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .md\:pl-1\/12 { + padding-left: 8.333333%; + } + + .md\:pt-2\/12 { + padding-top: 16.666667%; + } + + .md\:pr-2\/12 { + padding-right: 16.666667%; + } + + .md\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .md\:pl-2\/12 { + padding-left: 16.666667%; + } + + .md\:pt-3\/12 { + padding-top: 25%; + } + + .md\:pr-3\/12 { + padding-right: 25%; + } + + .md\:pb-3\/12 { + padding-bottom: 25%; + } + + .md\:pl-3\/12 { + padding-left: 25%; + } + + .md\:pt-4\/12 { + padding-top: 33.333333%; + } + + .md\:pr-4\/12 { + padding-right: 33.333333%; + } + + .md\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .md\:pl-4\/12 { + padding-left: 33.333333%; + } + + .md\:pt-5\/12 { + padding-top: 41.666667%; + } + + .md\:pr-5\/12 { + padding-right: 41.666667%; + } + + .md\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .md\:pl-5\/12 { + padding-left: 41.666667%; + } + + .md\:pt-6\/12 { + padding-top: 50%; + } + + .md\:pr-6\/12 { + padding-right: 50%; + } + + .md\:pb-6\/12 { + padding-bottom: 50%; + } + + .md\:pl-6\/12 { + padding-left: 50%; + } + + .md\:pt-7\/12 { + padding-top: 58.333333%; + } + + .md\:pr-7\/12 { + padding-right: 58.333333%; + } + + .md\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .md\:pl-7\/12 { + padding-left: 58.333333%; + } + + .md\:pt-8\/12 { + padding-top: 66.666667%; + } + + .md\:pr-8\/12 { + padding-right: 66.666667%; + } + + .md\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .md\:pl-8\/12 { + padding-left: 66.666667%; + } + + .md\:pt-9\/12 { + padding-top: 75%; + } + + .md\:pr-9\/12 { + padding-right: 75%; + } + + .md\:pb-9\/12 { + padding-bottom: 75%; + } + + .md\:pl-9\/12 { + padding-left: 75%; + } + + .md\:pt-10\/12 { + padding-top: 83.333333%; + } + + .md\:pr-10\/12 { + padding-right: 83.333333%; + } + + .md\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .md\:pl-10\/12 { + padding-left: 83.333333%; + } + + .md\:pt-11\/12 { + padding-top: 91.666667%; + } + + .md\:pr-11\/12 { + padding-right: 91.666667%; + } + + .md\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .md\:pl-11\/12 { + padding-left: 91.666667%; + } + + .md\:pt-1\/16 { + padding-top: 6.25%; + } + + .md\:pr-1\/16 { + padding-right: 6.25%; + } + + .md\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .md\:pl-1\/16 { + padding-left: 6.25%; + } + + .md\:pt-2\/16 { + padding-top: 12.5%; + } + + .md\:pr-2\/16 { + padding-right: 12.5%; + } + + .md\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .md\:pl-2\/16 { + padding-left: 12.5%; + } + + .md\:pt-3\/16 { + padding-top: 18.75%; + } + + .md\:pr-3\/16 { + padding-right: 18.75%; + } + + .md\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .md\:pl-3\/16 { + padding-left: 18.75%; + } + + .md\:pt-4\/16 { + padding-top: 25%; + } + + .md\:pr-4\/16 { + padding-right: 25%; + } + + .md\:pb-4\/16 { + padding-bottom: 25%; + } + + .md\:pl-4\/16 { + padding-left: 25%; + } + + .md\:pt-5\/16 { + padding-top: 31.25%; + } + + .md\:pr-5\/16 { + padding-right: 31.25%; + } + + .md\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .md\:pl-5\/16 { + padding-left: 31.25%; + } + + .md\:pt-6\/16 { + padding-top: 37.5%; + } + + .md\:pr-6\/16 { + padding-right: 37.5%; + } + + .md\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .md\:pl-6\/16 { + padding-left: 37.5%; + } + + .md\:pt-7\/16 { + padding-top: 43.75%; + } + + .md\:pr-7\/16 { + padding-right: 43.75%; + } + + .md\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .md\:pl-7\/16 { + padding-left: 43.75%; + } + + .md\:pt-8\/16 { + padding-top: 50%; + } + + .md\:pr-8\/16 { + padding-right: 50%; + } + + .md\:pb-8\/16 { + padding-bottom: 50%; + } + + .md\:pl-8\/16 { + padding-left: 50%; + } + + .md\:pt-9\/16 { + padding-top: 56.25%; + } + + .md\:pr-9\/16 { + padding-right: 56.25%; + } + + .md\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .md\:pl-9\/16 { + padding-left: 56.25%; + } + + .md\:pt-10\/16 { + padding-top: 62.5%; + } + + .md\:pr-10\/16 { + padding-right: 62.5%; + } + + .md\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .md\:pl-10\/16 { + padding-left: 62.5%; + } + + .md\:pt-11\/16 { + padding-top: 68.75%; + } + + .md\:pr-11\/16 { + padding-right: 68.75%; + } + + .md\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .md\:pl-11\/16 { + padding-left: 68.75%; + } + + .md\:pt-12\/16 { + padding-top: 75%; + } + + .md\:pr-12\/16 { + padding-right: 75%; + } + + .md\:pb-12\/16 { + padding-bottom: 75%; + } + + .md\:pl-12\/16 { + padding-left: 75%; + } + + .md\:pt-13\/16 { + padding-top: 81.25%; + } + + .md\:pr-13\/16 { + padding-right: 81.25%; + } + + .md\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .md\:pl-13\/16 { + padding-left: 81.25%; + } + + .md\:pt-14\/16 { + padding-top: 87.5%; + } + + .md\:pr-14\/16 { + padding-right: 87.5%; + } + + .md\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .md\:pl-14\/16 { + padding-left: 87.5%; + } + + .md\:pt-15\/16 { + padding-top: 93.75%; + } + + .md\:pr-15\/16 { + padding-right: 93.75%; + } + + .md\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .md\:pl-15\/16 { + padding-left: 93.75%; + } + + .md\:pt-full { + padding-top: 100%; + } + + .md\:pr-full { + padding-right: 100%; + } + + .md\:pb-full { + padding-bottom: 100%; + } + + .md\:pl-full { + padding-left: 100%; + } + .md\:placeholder-transparent::placeholder { color: transparent; } @@ -74959,6 +115235,223 @@ video { left: 0; } + .md\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .md\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .md\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .md\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .md\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .md\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .md\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .md\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .md\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .md\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .md\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .md\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .md\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .md\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .md\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .md\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .md\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .md\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .md\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .md\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .md\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .md\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .md\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .md\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .md\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .md\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .md\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .md\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .md\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .md\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .md\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .md\:inset-auto { top: auto; right: auto; @@ -74966,6 +115459,881 @@ video { left: auto; } + .md\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .md\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .md\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .md\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .md\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .md\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .md\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .md\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .md\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .md\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .md\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .md\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .md\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .md\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .md\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .md\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .md\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .md\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .md\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .md\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .md\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .md\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .md\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .md\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .md\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .md\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .md\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .md\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .md\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .md\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .md\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .md\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .md\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .md\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .md\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .md\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .md\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .md\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .md\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .md\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .md\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .md\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .md\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .md\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .md\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .md\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .md\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .md\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .md\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .md\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .md\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .md\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .md\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .md\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .md\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .md\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .md\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .md\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .md\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .md\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .md\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .md\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .md\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .md\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .md\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .md\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .md\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .md\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .md\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .md\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .md\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .md\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .md\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .md\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .md\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .md\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .md\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .md\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .md\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .md\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .md\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .md\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .md\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .md\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .md\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .md\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .md\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .md\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .md\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .md\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .md\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .md\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .md\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .md\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .md\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .md\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .md\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .md\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .md\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .md\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .md\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .md\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .md\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .md\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .md\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .md\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .md\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .md\:inset-y-0 { top: 0; bottom: 0; @@ -74976,6 +116344,316 @@ video { left: 0; } + .md\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .md\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .md\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .md\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .md\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .md\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .md\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .md\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .md\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .md\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .md\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .md\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .md\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .md\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .md\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .md\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .md\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .md\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .md\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .md\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .md\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .md\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .md\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .md\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .md\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .md\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .md\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .md\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .md\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .md\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .md\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .md\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .md\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .md\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .md\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .md\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .md\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .md\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .md\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .md\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .md\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .md\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .md\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .md\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .md\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .md\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .md\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .md\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .md\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .md\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .md\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .md\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .md\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .md\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .md\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .md\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .md\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .md\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .md\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .md\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .md\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .md\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .md\:inset-y-auto { top: auto; bottom: auto; @@ -74986,6 +116664,1256 @@ video { left: auto; } + .md\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .md\:inset-x-px { + right: 1px; + left: 1px; + } + + .md\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .md\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .md\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .md\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .md\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .md\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .md\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .md\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .md\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .md\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .md\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .md\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .md\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .md\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .md\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .md\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .md\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .md\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .md\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .md\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .md\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .md\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .md\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .md\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .md\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .md\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .md\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .md\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .md\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .md\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .md\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .md\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .md\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .md\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .md\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .md\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .md\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .md\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .md\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .md\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .md\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .md\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .md\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .md\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .md\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .md\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .md\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .md\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .md\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .md\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .md\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .md\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .md\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .md\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .md\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .md\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .md\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .md\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .md\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .md\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .md\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .md\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .md\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .md\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .md\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .md\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .md\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .md\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .md\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .md\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .md\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .md\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .md\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .md\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .md\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .md\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .md\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .md\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .md\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .md\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .md\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .md\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .md\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .md\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .md\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .md\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .md\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .md\:inset-x-full { + right: 100%; + left: 100%; + } + + .md\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .md\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .md\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .md\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .md\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .md\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .md\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .md\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .md\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .md\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .md\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .md\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .md\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .md\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .md\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .md\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .md\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .md\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .md\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .md\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .md\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .md\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .md\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .md\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .md\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .md\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .md\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .md\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .md\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .md\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .md\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .md\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .md\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .md\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .md\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .md\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .md\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .md\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .md\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .md\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .md\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .md\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .md\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .md\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .md\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .md\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .md\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .md\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .md\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .md\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .md\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .md\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .md\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .md\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .md\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .md\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .md\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .md\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .md\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .md\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .md\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .md\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .md\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .md\:-inset-x-px { + right: -1px; + left: -1px; + } + + .md\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .md\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .md\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .md\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .md\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .md\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .md\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .md\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .md\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .md\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .md\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .md\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .md\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .md\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .md\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .md\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .md\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .md\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .md\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .md\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .md\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .md\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .md\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .md\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .md\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .md\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .md\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .md\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .md\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .md\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .md\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .md\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .md\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .md\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .md\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .md\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .md\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .md\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .md\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .md\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .md\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .md\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .md\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .md\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .md\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .md\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .md\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .md\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .md\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .md\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .md\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .md\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .md\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .md\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .md\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .md\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .md\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .md\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .md\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .md\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .md\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .md\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .md\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .md\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .md\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .md\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .md\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .md\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .md\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .md\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .md\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .md\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .md\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .md\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .md\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .md\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .md\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .md\:-inset-x-full { + right: -100%; + left: -100%; + } + .md\:top-0 { top: 0; } @@ -75002,6 +117930,502 @@ video { left: 0; } + .md\:top-1 { + top: 0.25rem; + } + + .md\:right-1 { + right: 0.25rem; + } + + .md\:bottom-1 { + bottom: 0.25rem; + } + + .md\:left-1 { + left: 0.25rem; + } + + .md\:top-2 { + top: 0.5rem; + } + + .md\:right-2 { + right: 0.5rem; + } + + .md\:bottom-2 { + bottom: 0.5rem; + } + + .md\:left-2 { + left: 0.5rem; + } + + .md\:top-3 { + top: 0.75rem; + } + + .md\:right-3 { + right: 0.75rem; + } + + .md\:bottom-3 { + bottom: 0.75rem; + } + + .md\:left-3 { + left: 0.75rem; + } + + .md\:top-4 { + top: 1rem; + } + + .md\:right-4 { + right: 1rem; + } + + .md\:bottom-4 { + bottom: 1rem; + } + + .md\:left-4 { + left: 1rem; + } + + .md\:top-5 { + top: 1.25rem; + } + + .md\:right-5 { + right: 1.25rem; + } + + .md\:bottom-5 { + bottom: 1.25rem; + } + + .md\:left-5 { + left: 1.25rem; + } + + .md\:top-6 { + top: 1.5rem; + } + + .md\:right-6 { + right: 1.5rem; + } + + .md\:bottom-6 { + bottom: 1.5rem; + } + + .md\:left-6 { + left: 1.5rem; + } + + .md\:top-7 { + top: 1.75rem; + } + + .md\:right-7 { + right: 1.75rem; + } + + .md\:bottom-7 { + bottom: 1.75rem; + } + + .md\:left-7 { + left: 1.75rem; + } + + .md\:top-8 { + top: 2rem; + } + + .md\:right-8 { + right: 2rem; + } + + .md\:bottom-8 { + bottom: 2rem; + } + + .md\:left-8 { + left: 2rem; + } + + .md\:top-9 { + top: 2.25rem; + } + + .md\:right-9 { + right: 2.25rem; + } + + .md\:bottom-9 { + bottom: 2.25rem; + } + + .md\:left-9 { + left: 2.25rem; + } + + .md\:top-10 { + top: 2.5rem; + } + + .md\:right-10 { + right: 2.5rem; + } + + .md\:bottom-10 { + bottom: 2.5rem; + } + + .md\:left-10 { + left: 2.5rem; + } + + .md\:top-11 { + top: 2.75rem; + } + + .md\:right-11 { + right: 2.75rem; + } + + .md\:bottom-11 { + bottom: 2.75rem; + } + + .md\:left-11 { + left: 2.75rem; + } + + .md\:top-12 { + top: 3rem; + } + + .md\:right-12 { + right: 3rem; + } + + .md\:bottom-12 { + bottom: 3rem; + } + + .md\:left-12 { + left: 3rem; + } + + .md\:top-13 { + top: 3.25rem; + } + + .md\:right-13 { + right: 3.25rem; + } + + .md\:bottom-13 { + bottom: 3.25rem; + } + + .md\:left-13 { + left: 3.25rem; + } + + .md\:top-14 { + top: 3.5rem; + } + + .md\:right-14 { + right: 3.5rem; + } + + .md\:bottom-14 { + bottom: 3.5rem; + } + + .md\:left-14 { + left: 3.5rem; + } + + .md\:top-15 { + top: 3.75rem; + } + + .md\:right-15 { + right: 3.75rem; + } + + .md\:bottom-15 { + bottom: 3.75rem; + } + + .md\:left-15 { + left: 3.75rem; + } + + .md\:top-16 { + top: 4rem; + } + + .md\:right-16 { + right: 4rem; + } + + .md\:bottom-16 { + bottom: 4rem; + } + + .md\:left-16 { + left: 4rem; + } + + .md\:top-20 { + top: 5rem; + } + + .md\:right-20 { + right: 5rem; + } + + .md\:bottom-20 { + bottom: 5rem; + } + + .md\:left-20 { + left: 5rem; + } + + .md\:top-24 { + top: 6rem; + } + + .md\:right-24 { + right: 6rem; + } + + .md\:bottom-24 { + bottom: 6rem; + } + + .md\:left-24 { + left: 6rem; + } + + .md\:top-28 { + top: 7rem; + } + + .md\:right-28 { + right: 7rem; + } + + .md\:bottom-28 { + bottom: 7rem; + } + + .md\:left-28 { + left: 7rem; + } + + .md\:top-32 { + top: 8rem; + } + + .md\:right-32 { + right: 8rem; + } + + .md\:bottom-32 { + bottom: 8rem; + } + + .md\:left-32 { + left: 8rem; + } + + .md\:top-36 { + top: 9rem; + } + + .md\:right-36 { + right: 9rem; + } + + .md\:bottom-36 { + bottom: 9rem; + } + + .md\:left-36 { + left: 9rem; + } + + .md\:top-40 { + top: 10rem; + } + + .md\:right-40 { + right: 10rem; + } + + .md\:bottom-40 { + bottom: 10rem; + } + + .md\:left-40 { + left: 10rem; + } + + .md\:top-44 { + top: 11rem; + } + + .md\:right-44 { + right: 11rem; + } + + .md\:bottom-44 { + bottom: 11rem; + } + + .md\:left-44 { + left: 11rem; + } + + .md\:top-48 { + top: 12rem; + } + + .md\:right-48 { + right: 12rem; + } + + .md\:bottom-48 { + bottom: 12rem; + } + + .md\:left-48 { + left: 12rem; + } + + .md\:top-52 { + top: 13rem; + } + + .md\:right-52 { + right: 13rem; + } + + .md\:bottom-52 { + bottom: 13rem; + } + + .md\:left-52 { + left: 13rem; + } + + .md\:top-56 { + top: 14rem; + } + + .md\:right-56 { + right: 14rem; + } + + .md\:bottom-56 { + bottom: 14rem; + } + + .md\:left-56 { + left: 14rem; + } + + .md\:top-60 { + top: 15rem; + } + + .md\:right-60 { + right: 15rem; + } + + .md\:bottom-60 { + bottom: 15rem; + } + + .md\:left-60 { + left: 15rem; + } + + .md\:top-64 { + top: 16rem; + } + + .md\:right-64 { + right: 16rem; + } + + .md\:bottom-64 { + bottom: 16rem; + } + + .md\:left-64 { + left: 16rem; + } + + .md\:top-72 { + top: 18rem; + } + + .md\:right-72 { + right: 18rem; + } + + .md\:bottom-72 { + bottom: 18rem; + } + + .md\:left-72 { + left: 18rem; + } + + .md\:top-80 { + top: 20rem; + } + + .md\:right-80 { + right: 20rem; + } + + .md\:bottom-80 { + bottom: 20rem; + } + + .md\:left-80 { + left: 20rem; + } + + .md\:top-96 { + top: 24rem; + } + + .md\:right-96 { + right: 24rem; + } + + .md\:bottom-96 { + bottom: 24rem; + } + + .md\:left-96 { + left: 24rem; + } + .md\:top-auto { top: auto; } @@ -75018,6 +118442,2006 @@ video { left: auto; } + .md\:top-px { + top: 1px; + } + + .md\:right-px { + right: 1px; + } + + .md\:bottom-px { + bottom: 1px; + } + + .md\:left-px { + left: 1px; + } + + .md\:top-0\.5 { + top: 0.125rem; + } + + .md\:right-0\.5 { + right: 0.125rem; + } + + .md\:bottom-0\.5 { + bottom: 0.125rem; + } + + .md\:left-0\.5 { + left: 0.125rem; + } + + .md\:top-1\.5 { + top: 0.375rem; + } + + .md\:right-1\.5 { + right: 0.375rem; + } + + .md\:bottom-1\.5 { + bottom: 0.375rem; + } + + .md\:left-1\.5 { + left: 0.375rem; + } + + .md\:top-2\.5 { + top: 0.625rem; + } + + .md\:right-2\.5 { + right: 0.625rem; + } + + .md\:bottom-2\.5 { + bottom: 0.625rem; + } + + .md\:left-2\.5 { + left: 0.625rem; + } + + .md\:top-3\.5 { + top: 0.875rem; + } + + .md\:right-3\.5 { + right: 0.875rem; + } + + .md\:bottom-3\.5 { + bottom: 0.875rem; + } + + .md\:left-3\.5 { + left: 0.875rem; + } + + .md\:top-1\/2 { + top: 50%; + } + + .md\:right-1\/2 { + right: 50%; + } + + .md\:bottom-1\/2 { + bottom: 50%; + } + + .md\:left-1\/2 { + left: 50%; + } + + .md\:top-1\/3 { + top: 33.333333%; + } + + .md\:right-1\/3 { + right: 33.333333%; + } + + .md\:bottom-1\/3 { + bottom: 33.333333%; + } + + .md\:left-1\/3 { + left: 33.333333%; + } + + .md\:top-2\/3 { + top: 66.666667%; + } + + .md\:right-2\/3 { + right: 66.666667%; + } + + .md\:bottom-2\/3 { + bottom: 66.666667%; + } + + .md\:left-2\/3 { + left: 66.666667%; + } + + .md\:top-1\/4 { + top: 25%; + } + + .md\:right-1\/4 { + right: 25%; + } + + .md\:bottom-1\/4 { + bottom: 25%; + } + + .md\:left-1\/4 { + left: 25%; + } + + .md\:top-2\/4 { + top: 50%; + } + + .md\:right-2\/4 { + right: 50%; + } + + .md\:bottom-2\/4 { + bottom: 50%; + } + + .md\:left-2\/4 { + left: 50%; + } + + .md\:top-3\/4 { + top: 75%; + } + + .md\:right-3\/4 { + right: 75%; + } + + .md\:bottom-3\/4 { + bottom: 75%; + } + + .md\:left-3\/4 { + left: 75%; + } + + .md\:top-1\/5 { + top: 20%; + } + + .md\:right-1\/5 { + right: 20%; + } + + .md\:bottom-1\/5 { + bottom: 20%; + } + + .md\:left-1\/5 { + left: 20%; + } + + .md\:top-2\/5 { + top: 40%; + } + + .md\:right-2\/5 { + right: 40%; + } + + .md\:bottom-2\/5 { + bottom: 40%; + } + + .md\:left-2\/5 { + left: 40%; + } + + .md\:top-3\/5 { + top: 60%; + } + + .md\:right-3\/5 { + right: 60%; + } + + .md\:bottom-3\/5 { + bottom: 60%; + } + + .md\:left-3\/5 { + left: 60%; + } + + .md\:top-4\/5 { + top: 80%; + } + + .md\:right-4\/5 { + right: 80%; + } + + .md\:bottom-4\/5 { + bottom: 80%; + } + + .md\:left-4\/5 { + left: 80%; + } + + .md\:top-1\/6 { + top: 16.666667%; + } + + .md\:right-1\/6 { + right: 16.666667%; + } + + .md\:bottom-1\/6 { + bottom: 16.666667%; + } + + .md\:left-1\/6 { + left: 16.666667%; + } + + .md\:top-2\/6 { + top: 33.333333%; + } + + .md\:right-2\/6 { + right: 33.333333%; + } + + .md\:bottom-2\/6 { + bottom: 33.333333%; + } + + .md\:left-2\/6 { + left: 33.333333%; + } + + .md\:top-3\/6 { + top: 50%; + } + + .md\:right-3\/6 { + right: 50%; + } + + .md\:bottom-3\/6 { + bottom: 50%; + } + + .md\:left-3\/6 { + left: 50%; + } + + .md\:top-4\/6 { + top: 66.666667%; + } + + .md\:right-4\/6 { + right: 66.666667%; + } + + .md\:bottom-4\/6 { + bottom: 66.666667%; + } + + .md\:left-4\/6 { + left: 66.666667%; + } + + .md\:top-5\/6 { + top: 83.333333%; + } + + .md\:right-5\/6 { + right: 83.333333%; + } + + .md\:bottom-5\/6 { + bottom: 83.333333%; + } + + .md\:left-5\/6 { + left: 83.333333%; + } + + .md\:top-1\/12 { + top: 8.333333%; + } + + .md\:right-1\/12 { + right: 8.333333%; + } + + .md\:bottom-1\/12 { + bottom: 8.333333%; + } + + .md\:left-1\/12 { + left: 8.333333%; + } + + .md\:top-2\/12 { + top: 16.666667%; + } + + .md\:right-2\/12 { + right: 16.666667%; + } + + .md\:bottom-2\/12 { + bottom: 16.666667%; + } + + .md\:left-2\/12 { + left: 16.666667%; + } + + .md\:top-3\/12 { + top: 25%; + } + + .md\:right-3\/12 { + right: 25%; + } + + .md\:bottom-3\/12 { + bottom: 25%; + } + + .md\:left-3\/12 { + left: 25%; + } + + .md\:top-4\/12 { + top: 33.333333%; + } + + .md\:right-4\/12 { + right: 33.333333%; + } + + .md\:bottom-4\/12 { + bottom: 33.333333%; + } + + .md\:left-4\/12 { + left: 33.333333%; + } + + .md\:top-5\/12 { + top: 41.666667%; + } + + .md\:right-5\/12 { + right: 41.666667%; + } + + .md\:bottom-5\/12 { + bottom: 41.666667%; + } + + .md\:left-5\/12 { + left: 41.666667%; + } + + .md\:top-6\/12 { + top: 50%; + } + + .md\:right-6\/12 { + right: 50%; + } + + .md\:bottom-6\/12 { + bottom: 50%; + } + + .md\:left-6\/12 { + left: 50%; + } + + .md\:top-7\/12 { + top: 58.333333%; + } + + .md\:right-7\/12 { + right: 58.333333%; + } + + .md\:bottom-7\/12 { + bottom: 58.333333%; + } + + .md\:left-7\/12 { + left: 58.333333%; + } + + .md\:top-8\/12 { + top: 66.666667%; + } + + .md\:right-8\/12 { + right: 66.666667%; + } + + .md\:bottom-8\/12 { + bottom: 66.666667%; + } + + .md\:left-8\/12 { + left: 66.666667%; + } + + .md\:top-9\/12 { + top: 75%; + } + + .md\:right-9\/12 { + right: 75%; + } + + .md\:bottom-9\/12 { + bottom: 75%; + } + + .md\:left-9\/12 { + left: 75%; + } + + .md\:top-10\/12 { + top: 83.333333%; + } + + .md\:right-10\/12 { + right: 83.333333%; + } + + .md\:bottom-10\/12 { + bottom: 83.333333%; + } + + .md\:left-10\/12 { + left: 83.333333%; + } + + .md\:top-11\/12 { + top: 91.666667%; + } + + .md\:right-11\/12 { + right: 91.666667%; + } + + .md\:bottom-11\/12 { + bottom: 91.666667%; + } + + .md\:left-11\/12 { + left: 91.666667%; + } + + .md\:top-1\/16 { + top: 6.25%; + } + + .md\:right-1\/16 { + right: 6.25%; + } + + .md\:bottom-1\/16 { + bottom: 6.25%; + } + + .md\:left-1\/16 { + left: 6.25%; + } + + .md\:top-2\/16 { + top: 12.5%; + } + + .md\:right-2\/16 { + right: 12.5%; + } + + .md\:bottom-2\/16 { + bottom: 12.5%; + } + + .md\:left-2\/16 { + left: 12.5%; + } + + .md\:top-3\/16 { + top: 18.75%; + } + + .md\:right-3\/16 { + right: 18.75%; + } + + .md\:bottom-3\/16 { + bottom: 18.75%; + } + + .md\:left-3\/16 { + left: 18.75%; + } + + .md\:top-4\/16 { + top: 25%; + } + + .md\:right-4\/16 { + right: 25%; + } + + .md\:bottom-4\/16 { + bottom: 25%; + } + + .md\:left-4\/16 { + left: 25%; + } + + .md\:top-5\/16 { + top: 31.25%; + } + + .md\:right-5\/16 { + right: 31.25%; + } + + .md\:bottom-5\/16 { + bottom: 31.25%; + } + + .md\:left-5\/16 { + left: 31.25%; + } + + .md\:top-6\/16 { + top: 37.5%; + } + + .md\:right-6\/16 { + right: 37.5%; + } + + .md\:bottom-6\/16 { + bottom: 37.5%; + } + + .md\:left-6\/16 { + left: 37.5%; + } + + .md\:top-7\/16 { + top: 43.75%; + } + + .md\:right-7\/16 { + right: 43.75%; + } + + .md\:bottom-7\/16 { + bottom: 43.75%; + } + + .md\:left-7\/16 { + left: 43.75%; + } + + .md\:top-8\/16 { + top: 50%; + } + + .md\:right-8\/16 { + right: 50%; + } + + .md\:bottom-8\/16 { + bottom: 50%; + } + + .md\:left-8\/16 { + left: 50%; + } + + .md\:top-9\/16 { + top: 56.25%; + } + + .md\:right-9\/16 { + right: 56.25%; + } + + .md\:bottom-9\/16 { + bottom: 56.25%; + } + + .md\:left-9\/16 { + left: 56.25%; + } + + .md\:top-10\/16 { + top: 62.5%; + } + + .md\:right-10\/16 { + right: 62.5%; + } + + .md\:bottom-10\/16 { + bottom: 62.5%; + } + + .md\:left-10\/16 { + left: 62.5%; + } + + .md\:top-11\/16 { + top: 68.75%; + } + + .md\:right-11\/16 { + right: 68.75%; + } + + .md\:bottom-11\/16 { + bottom: 68.75%; + } + + .md\:left-11\/16 { + left: 68.75%; + } + + .md\:top-12\/16 { + top: 75%; + } + + .md\:right-12\/16 { + right: 75%; + } + + .md\:bottom-12\/16 { + bottom: 75%; + } + + .md\:left-12\/16 { + left: 75%; + } + + .md\:top-13\/16 { + top: 81.25%; + } + + .md\:right-13\/16 { + right: 81.25%; + } + + .md\:bottom-13\/16 { + bottom: 81.25%; + } + + .md\:left-13\/16 { + left: 81.25%; + } + + .md\:top-14\/16 { + top: 87.5%; + } + + .md\:right-14\/16 { + right: 87.5%; + } + + .md\:bottom-14\/16 { + bottom: 87.5%; + } + + .md\:left-14\/16 { + left: 87.5%; + } + + .md\:top-15\/16 { + top: 93.75%; + } + + .md\:right-15\/16 { + right: 93.75%; + } + + .md\:bottom-15\/16 { + bottom: 93.75%; + } + + .md\:left-15\/16 { + left: 93.75%; + } + + .md\:top-full { + top: 100%; + } + + .md\:right-full { + right: 100%; + } + + .md\:bottom-full { + bottom: 100%; + } + + .md\:left-full { + left: 100%; + } + + .md\:-top-1 { + top: -0.25rem; + } + + .md\:-right-1 { + right: -0.25rem; + } + + .md\:-bottom-1 { + bottom: -0.25rem; + } + + .md\:-left-1 { + left: -0.25rem; + } + + .md\:-top-2 { + top: -0.5rem; + } + + .md\:-right-2 { + right: -0.5rem; + } + + .md\:-bottom-2 { + bottom: -0.5rem; + } + + .md\:-left-2 { + left: -0.5rem; + } + + .md\:-top-3 { + top: -0.75rem; + } + + .md\:-right-3 { + right: -0.75rem; + } + + .md\:-bottom-3 { + bottom: -0.75rem; + } + + .md\:-left-3 { + left: -0.75rem; + } + + .md\:-top-4 { + top: -1rem; + } + + .md\:-right-4 { + right: -1rem; + } + + .md\:-bottom-4 { + bottom: -1rem; + } + + .md\:-left-4 { + left: -1rem; + } + + .md\:-top-5 { + top: -1.25rem; + } + + .md\:-right-5 { + right: -1.25rem; + } + + .md\:-bottom-5 { + bottom: -1.25rem; + } + + .md\:-left-5 { + left: -1.25rem; + } + + .md\:-top-6 { + top: -1.5rem; + } + + .md\:-right-6 { + right: -1.5rem; + } + + .md\:-bottom-6 { + bottom: -1.5rem; + } + + .md\:-left-6 { + left: -1.5rem; + } + + .md\:-top-7 { + top: -1.75rem; + } + + .md\:-right-7 { + right: -1.75rem; + } + + .md\:-bottom-7 { + bottom: -1.75rem; + } + + .md\:-left-7 { + left: -1.75rem; + } + + .md\:-top-8 { + top: -2rem; + } + + .md\:-right-8 { + right: -2rem; + } + + .md\:-bottom-8 { + bottom: -2rem; + } + + .md\:-left-8 { + left: -2rem; + } + + .md\:-top-9 { + top: -2.25rem; + } + + .md\:-right-9 { + right: -2.25rem; + } + + .md\:-bottom-9 { + bottom: -2.25rem; + } + + .md\:-left-9 { + left: -2.25rem; + } + + .md\:-top-10 { + top: -2.5rem; + } + + .md\:-right-10 { + right: -2.5rem; + } + + .md\:-bottom-10 { + bottom: -2.5rem; + } + + .md\:-left-10 { + left: -2.5rem; + } + + .md\:-top-11 { + top: -2.75rem; + } + + .md\:-right-11 { + right: -2.75rem; + } + + .md\:-bottom-11 { + bottom: -2.75rem; + } + + .md\:-left-11 { + left: -2.75rem; + } + + .md\:-top-12 { + top: -3rem; + } + + .md\:-right-12 { + right: -3rem; + } + + .md\:-bottom-12 { + bottom: -3rem; + } + + .md\:-left-12 { + left: -3rem; + } + + .md\:-top-13 { + top: -3.25rem; + } + + .md\:-right-13 { + right: -3.25rem; + } + + .md\:-bottom-13 { + bottom: -3.25rem; + } + + .md\:-left-13 { + left: -3.25rem; + } + + .md\:-top-14 { + top: -3.5rem; + } + + .md\:-right-14 { + right: -3.5rem; + } + + .md\:-bottom-14 { + bottom: -3.5rem; + } + + .md\:-left-14 { + left: -3.5rem; + } + + .md\:-top-15 { + top: -3.75rem; + } + + .md\:-right-15 { + right: -3.75rem; + } + + .md\:-bottom-15 { + bottom: -3.75rem; + } + + .md\:-left-15 { + left: -3.75rem; + } + + .md\:-top-16 { + top: -4rem; + } + + .md\:-right-16 { + right: -4rem; + } + + .md\:-bottom-16 { + bottom: -4rem; + } + + .md\:-left-16 { + left: -4rem; + } + + .md\:-top-20 { + top: -5rem; + } + + .md\:-right-20 { + right: -5rem; + } + + .md\:-bottom-20 { + bottom: -5rem; + } + + .md\:-left-20 { + left: -5rem; + } + + .md\:-top-24 { + top: -6rem; + } + + .md\:-right-24 { + right: -6rem; + } + + .md\:-bottom-24 { + bottom: -6rem; + } + + .md\:-left-24 { + left: -6rem; + } + + .md\:-top-28 { + top: -7rem; + } + + .md\:-right-28 { + right: -7rem; + } + + .md\:-bottom-28 { + bottom: -7rem; + } + + .md\:-left-28 { + left: -7rem; + } + + .md\:-top-32 { + top: -8rem; + } + + .md\:-right-32 { + right: -8rem; + } + + .md\:-bottom-32 { + bottom: -8rem; + } + + .md\:-left-32 { + left: -8rem; + } + + .md\:-top-36 { + top: -9rem; + } + + .md\:-right-36 { + right: -9rem; + } + + .md\:-bottom-36 { + bottom: -9rem; + } + + .md\:-left-36 { + left: -9rem; + } + + .md\:-top-40 { + top: -10rem; + } + + .md\:-right-40 { + right: -10rem; + } + + .md\:-bottom-40 { + bottom: -10rem; + } + + .md\:-left-40 { + left: -10rem; + } + + .md\:-top-44 { + top: -11rem; + } + + .md\:-right-44 { + right: -11rem; + } + + .md\:-bottom-44 { + bottom: -11rem; + } + + .md\:-left-44 { + left: -11rem; + } + + .md\:-top-48 { + top: -12rem; + } + + .md\:-right-48 { + right: -12rem; + } + + .md\:-bottom-48 { + bottom: -12rem; + } + + .md\:-left-48 { + left: -12rem; + } + + .md\:-top-52 { + top: -13rem; + } + + .md\:-right-52 { + right: -13rem; + } + + .md\:-bottom-52 { + bottom: -13rem; + } + + .md\:-left-52 { + left: -13rem; + } + + .md\:-top-56 { + top: -14rem; + } + + .md\:-right-56 { + right: -14rem; + } + + .md\:-bottom-56 { + bottom: -14rem; + } + + .md\:-left-56 { + left: -14rem; + } + + .md\:-top-60 { + top: -15rem; + } + + .md\:-right-60 { + right: -15rem; + } + + .md\:-bottom-60 { + bottom: -15rem; + } + + .md\:-left-60 { + left: -15rem; + } + + .md\:-top-64 { + top: -16rem; + } + + .md\:-right-64 { + right: -16rem; + } + + .md\:-bottom-64 { + bottom: -16rem; + } + + .md\:-left-64 { + left: -16rem; + } + + .md\:-top-72 { + top: -18rem; + } + + .md\:-right-72 { + right: -18rem; + } + + .md\:-bottom-72 { + bottom: -18rem; + } + + .md\:-left-72 { + left: -18rem; + } + + .md\:-top-80 { + top: -20rem; + } + + .md\:-right-80 { + right: -20rem; + } + + .md\:-bottom-80 { + bottom: -20rem; + } + + .md\:-left-80 { + left: -20rem; + } + + .md\:-top-96 { + top: -24rem; + } + + .md\:-right-96 { + right: -24rem; + } + + .md\:-bottom-96 { + bottom: -24rem; + } + + .md\:-left-96 { + left: -24rem; + } + + .md\:-top-px { + top: -1px; + } + + .md\:-right-px { + right: -1px; + } + + .md\:-bottom-px { + bottom: -1px; + } + + .md\:-left-px { + left: -1px; + } + + .md\:-top-0\.5 { + top: -0.125rem; + } + + .md\:-right-0\.5 { + right: -0.125rem; + } + + .md\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .md\:-left-0\.5 { + left: -0.125rem; + } + + .md\:-top-1\.5 { + top: -0.375rem; + } + + .md\:-right-1\.5 { + right: -0.375rem; + } + + .md\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .md\:-left-1\.5 { + left: -0.375rem; + } + + .md\:-top-2\.5 { + top: -0.625rem; + } + + .md\:-right-2\.5 { + right: -0.625rem; + } + + .md\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .md\:-left-2\.5 { + left: -0.625rem; + } + + .md\:-top-3\.5 { + top: -0.875rem; + } + + .md\:-right-3\.5 { + right: -0.875rem; + } + + .md\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .md\:-left-3\.5 { + left: -0.875rem; + } + + .md\:-top-1\/2 { + top: -50%; + } + + .md\:-right-1\/2 { + right: -50%; + } + + .md\:-bottom-1\/2 { + bottom: -50%; + } + + .md\:-left-1\/2 { + left: -50%; + } + + .md\:-top-1\/3 { + top: -33.33333%; + } + + .md\:-right-1\/3 { + right: -33.33333%; + } + + .md\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .md\:-left-1\/3 { + left: -33.33333%; + } + + .md\:-top-2\/3 { + top: -66.66667%; + } + + .md\:-right-2\/3 { + right: -66.66667%; + } + + .md\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .md\:-left-2\/3 { + left: -66.66667%; + } + + .md\:-top-1\/4 { + top: -25%; + } + + .md\:-right-1\/4 { + right: -25%; + } + + .md\:-bottom-1\/4 { + bottom: -25%; + } + + .md\:-left-1\/4 { + left: -25%; + } + + .md\:-top-2\/4 { + top: -50%; + } + + .md\:-right-2\/4 { + right: -50%; + } + + .md\:-bottom-2\/4 { + bottom: -50%; + } + + .md\:-left-2\/4 { + left: -50%; + } + + .md\:-top-3\/4 { + top: -75%; + } + + .md\:-right-3\/4 { + right: -75%; + } + + .md\:-bottom-3\/4 { + bottom: -75%; + } + + .md\:-left-3\/4 { + left: -75%; + } + + .md\:-top-1\/5 { + top: -20%; + } + + .md\:-right-1\/5 { + right: -20%; + } + + .md\:-bottom-1\/5 { + bottom: -20%; + } + + .md\:-left-1\/5 { + left: -20%; + } + + .md\:-top-2\/5 { + top: -40%; + } + + .md\:-right-2\/5 { + right: -40%; + } + + .md\:-bottom-2\/5 { + bottom: -40%; + } + + .md\:-left-2\/5 { + left: -40%; + } + + .md\:-top-3\/5 { + top: -60%; + } + + .md\:-right-3\/5 { + right: -60%; + } + + .md\:-bottom-3\/5 { + bottom: -60%; + } + + .md\:-left-3\/5 { + left: -60%; + } + + .md\:-top-4\/5 { + top: -80%; + } + + .md\:-right-4\/5 { + right: -80%; + } + + .md\:-bottom-4\/5 { + bottom: -80%; + } + + .md\:-left-4\/5 { + left: -80%; + } + + .md\:-top-1\/6 { + top: -16.66667%; + } + + .md\:-right-1\/6 { + right: -16.66667%; + } + + .md\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .md\:-left-1\/6 { + left: -16.66667%; + } + + .md\:-top-2\/6 { + top: -33.33333%; + } + + .md\:-right-2\/6 { + right: -33.33333%; + } + + .md\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .md\:-left-2\/6 { + left: -33.33333%; + } + + .md\:-top-3\/6 { + top: -50%; + } + + .md\:-right-3\/6 { + right: -50%; + } + + .md\:-bottom-3\/6 { + bottom: -50%; + } + + .md\:-left-3\/6 { + left: -50%; + } + + .md\:-top-4\/6 { + top: -66.66667%; + } + + .md\:-right-4\/6 { + right: -66.66667%; + } + + .md\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .md\:-left-4\/6 { + left: -66.66667%; + } + + .md\:-top-5\/6 { + top: -83.33333%; + } + + .md\:-right-5\/6 { + right: -83.33333%; + } + + .md\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .md\:-left-5\/6 { + left: -83.33333%; + } + + .md\:-top-1\/12 { + top: -8.33333%; + } + + .md\:-right-1\/12 { + right: -8.33333%; + } + + .md\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .md\:-left-1\/12 { + left: -8.33333%; + } + + .md\:-top-2\/12 { + top: -16.66667%; + } + + .md\:-right-2\/12 { + right: -16.66667%; + } + + .md\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .md\:-left-2\/12 { + left: -16.66667%; + } + + .md\:-top-3\/12 { + top: -25%; + } + + .md\:-right-3\/12 { + right: -25%; + } + + .md\:-bottom-3\/12 { + bottom: -25%; + } + + .md\:-left-3\/12 { + left: -25%; + } + + .md\:-top-4\/12 { + top: -33.33333%; + } + + .md\:-right-4\/12 { + right: -33.33333%; + } + + .md\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .md\:-left-4\/12 { + left: -33.33333%; + } + + .md\:-top-5\/12 { + top: -41.66667%; + } + + .md\:-right-5\/12 { + right: -41.66667%; + } + + .md\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .md\:-left-5\/12 { + left: -41.66667%; + } + + .md\:-top-6\/12 { + top: -50%; + } + + .md\:-right-6\/12 { + right: -50%; + } + + .md\:-bottom-6\/12 { + bottom: -50%; + } + + .md\:-left-6\/12 { + left: -50%; + } + + .md\:-top-7\/12 { + top: -58.33333%; + } + + .md\:-right-7\/12 { + right: -58.33333%; + } + + .md\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .md\:-left-7\/12 { + left: -58.33333%; + } + + .md\:-top-8\/12 { + top: -66.66667%; + } + + .md\:-right-8\/12 { + right: -66.66667%; + } + + .md\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .md\:-left-8\/12 { + left: -66.66667%; + } + + .md\:-top-9\/12 { + top: -75%; + } + + .md\:-right-9\/12 { + right: -75%; + } + + .md\:-bottom-9\/12 { + bottom: -75%; + } + + .md\:-left-9\/12 { + left: -75%; + } + + .md\:-top-10\/12 { + top: -83.33333%; + } + + .md\:-right-10\/12 { + right: -83.33333%; + } + + .md\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .md\:-left-10\/12 { + left: -83.33333%; + } + + .md\:-top-11\/12 { + top: -91.66667%; + } + + .md\:-right-11\/12 { + right: -91.66667%; + } + + .md\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .md\:-left-11\/12 { + left: -91.66667%; + } + + .md\:-top-1\/16 { + top: -6.25%; + } + + .md\:-right-1\/16 { + right: -6.25%; + } + + .md\:-bottom-1\/16 { + bottom: -6.25%; + } + + .md\:-left-1\/16 { + left: -6.25%; + } + + .md\:-top-2\/16 { + top: -12.5%; + } + + .md\:-right-2\/16 { + right: -12.5%; + } + + .md\:-bottom-2\/16 { + bottom: -12.5%; + } + + .md\:-left-2\/16 { + left: -12.5%; + } + + .md\:-top-3\/16 { + top: -18.75%; + } + + .md\:-right-3\/16 { + right: -18.75%; + } + + .md\:-bottom-3\/16 { + bottom: -18.75%; + } + + .md\:-left-3\/16 { + left: -18.75%; + } + + .md\:-top-4\/16 { + top: -25%; + } + + .md\:-right-4\/16 { + right: -25%; + } + + .md\:-bottom-4\/16 { + bottom: -25%; + } + + .md\:-left-4\/16 { + left: -25%; + } + + .md\:-top-5\/16 { + top: -31.25%; + } + + .md\:-right-5\/16 { + right: -31.25%; + } + + .md\:-bottom-5\/16 { + bottom: -31.25%; + } + + .md\:-left-5\/16 { + left: -31.25%; + } + + .md\:-top-6\/16 { + top: -37.5%; + } + + .md\:-right-6\/16 { + right: -37.5%; + } + + .md\:-bottom-6\/16 { + bottom: -37.5%; + } + + .md\:-left-6\/16 { + left: -37.5%; + } + + .md\:-top-7\/16 { + top: -43.75%; + } + + .md\:-right-7\/16 { + right: -43.75%; + } + + .md\:-bottom-7\/16 { + bottom: -43.75%; + } + + .md\:-left-7\/16 { + left: -43.75%; + } + + .md\:-top-8\/16 { + top: -50%; + } + + .md\:-right-8\/16 { + right: -50%; + } + + .md\:-bottom-8\/16 { + bottom: -50%; + } + + .md\:-left-8\/16 { + left: -50%; + } + + .md\:-top-9\/16 { + top: -56.25%; + } + + .md\:-right-9\/16 { + right: -56.25%; + } + + .md\:-bottom-9\/16 { + bottom: -56.25%; + } + + .md\:-left-9\/16 { + left: -56.25%; + } + + .md\:-top-10\/16 { + top: -62.5%; + } + + .md\:-right-10\/16 { + right: -62.5%; + } + + .md\:-bottom-10\/16 { + bottom: -62.5%; + } + + .md\:-left-10\/16 { + left: -62.5%; + } + + .md\:-top-11\/16 { + top: -68.75%; + } + + .md\:-right-11\/16 { + right: -68.75%; + } + + .md\:-bottom-11\/16 { + bottom: -68.75%; + } + + .md\:-left-11\/16 { + left: -68.75%; + } + + .md\:-top-12\/16 { + top: -75%; + } + + .md\:-right-12\/16 { + right: -75%; + } + + .md\:-bottom-12\/16 { + bottom: -75%; + } + + .md\:-left-12\/16 { + left: -75%; + } + + .md\:-top-13\/16 { + top: -81.25%; + } + + .md\:-right-13\/16 { + right: -81.25%; + } + + .md\:-bottom-13\/16 { + bottom: -81.25%; + } + + .md\:-left-13\/16 { + left: -81.25%; + } + + .md\:-top-14\/16 { + top: -87.5%; + } + + .md\:-right-14\/16 { + right: -87.5%; + } + + .md\:-bottom-14\/16 { + bottom: -87.5%; + } + + .md\:-left-14\/16 { + left: -87.5%; + } + + .md\:-top-15\/16 { + top: -93.75%; + } + + .md\:-right-15\/16 { + right: -93.75%; + } + + .md\:-bottom-15\/16 { + bottom: -93.75%; + } + + .md\:-left-15\/16 { + left: -93.75%; + } + + .md\:-top-full { + top: -100%; + } + + .md\:-right-full { + right: -100%; + } + + .md\:-bottom-full { + bottom: -100%; + } + + .md\:-left-full { + left: -100%; + } + .md\:resize-none { resize: none; } @@ -78330,18 +123754,42 @@ video { width: 1.5rem; } + .md\:w-7 { + width: 1.75rem; + } + .md\:w-8 { width: 2rem; } + .md\:w-9 { + width: 2.25rem; + } + .md\:w-10 { width: 2.5rem; } + .md\:w-11 { + width: 2.75rem; + } + .md\:w-12 { width: 3rem; } + .md\:w-13 { + width: 3.25rem; + } + + .md\:w-14 { + width: 3.5rem; + } + + .md\:w-15 { + width: 3.75rem; + } + .md\:w-16 { width: 4rem; } @@ -78354,26 +123802,58 @@ video { width: 6rem; } + .md\:w-28 { + width: 7rem; + } + .md\:w-32 { width: 8rem; } + .md\:w-36 { + width: 9rem; + } + .md\:w-40 { width: 10rem; } + .md\:w-44 { + width: 11rem; + } + .md\:w-48 { width: 12rem; } + .md\:w-52 { + width: 13rem; + } + .md\:w-56 { width: 14rem; } + .md\:w-60 { + width: 15rem; + } + .md\:w-64 { width: 16rem; } + .md\:w-72 { + width: 18rem; + } + + .md\:w-80 { + width: 20rem; + } + + .md\:w-96 { + width: 24rem; + } + .md\:w-auto { width: auto; } @@ -78382,6 +123862,22 @@ video { width: 1px; } + .md\:w-0\.5 { + width: 0.125rem; + } + + .md\:w-1\.5 { + width: 0.375rem; + } + + .md\:w-2\.5 { + width: 0.625rem; + } + + .md\:w-3\.5 { + width: 0.875rem; + } + .md\:w-1\/2 { width: 50%; } @@ -78486,6 +123982,66 @@ video { width: 91.666667%; } + .md\:w-1\/16 { + width: 6.25%; + } + + .md\:w-2\/16 { + width: 12.5%; + } + + .md\:w-3\/16 { + width: 18.75%; + } + + .md\:w-4\/16 { + width: 25%; + } + + .md\:w-5\/16 { + width: 31.25%; + } + + .md\:w-6\/16 { + width: 37.5%; + } + + .md\:w-7\/16 { + width: 43.75%; + } + + .md\:w-8\/16 { + width: 50%; + } + + .md\:w-9\/16 { + width: 56.25%; + } + + .md\:w-10\/16 { + width: 62.5%; + } + + .md\:w-11\/16 { + width: 68.75%; + } + + .md\:w-12\/16 { + width: 75%; + } + + .md\:w-13\/16 { + width: 81.25%; + } + + .md\:w-14\/16 { + width: 87.5%; + } + + .md\:w-15\/16 { + width: 93.75%; + } + .md\:w-full { width: 100%; } @@ -78494,6 +124050,14 @@ video { width: 100vw; } + .md\:w-min { + width: min-content; + } + + .md\:w-max { + width: max-content; + } + .md\:z-0 { z-index: 0; } @@ -78557,21 +124121,51 @@ video { gap: 1.5rem; } + .md\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .md\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .md\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .md\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .md\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .md\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .md\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .md\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .md\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .md\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -78587,36 +124181,306 @@ video { gap: 6rem; } + .md\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .md\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .md\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .md\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .md\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .md\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .md\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .md\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .md\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .md\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .md\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .md\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .md\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .md\:gap-px { grid-gap: 1px; gap: 1px; } + .md\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .md\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .md\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .md\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .md\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .md\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .md\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .md\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .md\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .md\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .md\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .md\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .md\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .md\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .md\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .md\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .md\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .md\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .md\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .md\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .md\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .md\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .md\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .md\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .md\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .md\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .md\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .md\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .md\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .md\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .md\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .md\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .md\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .md\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .md\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .md\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .md\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .md\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .md\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .md\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .md\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .md\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .md\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -78652,21 +124516,51 @@ video { column-gap: 1.5rem; } + .md\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .md\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .md\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .md\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .md\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .md\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .md\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .md\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .md\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .md\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -78682,36 +124576,306 @@ video { column-gap: 6rem; } + .md\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .md\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .md\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .md\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .md\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .md\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .md\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .md\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .md\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .md\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .md\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .md\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .md\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .md\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .md\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .md\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .md\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .md\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .md\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .md\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .md\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .md\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .md\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .md\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .md\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .md\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .md\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .md\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .md\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .md\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .md\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .md\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .md\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .md\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .md\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .md\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .md\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .md\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .md\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .md\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .md\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .md\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .md\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .md\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .md\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .md\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .md\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .md\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .md\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .md\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .md\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .md\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .md\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .md\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .md\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .md\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .md\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -78747,21 +124911,51 @@ video { row-gap: 1.5rem; } + .md\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .md\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .md\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .md\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .md\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .md\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .md\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .md\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .md\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .md\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -78777,36 +124971,306 @@ video { row-gap: 6rem; } + .md\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .md\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .md\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .md\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .md\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .md\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .md\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .md\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .md\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .md\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .md\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .md\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .md\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .md\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .md\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .md\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .md\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .md\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .md\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .md\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .md\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .md\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .md\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .md\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .md\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .md\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .md\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .md\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .md\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .md\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .md\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .md\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .md\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .md\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .md\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .md\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .md\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .md\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .md\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .md\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .md\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .md\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .md\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .md\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .md\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .md\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .md\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .md\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .md\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .md\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .md\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .md\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .md\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .md\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .md\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .md\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .md\:grid-flow-row { grid-auto-flow: row; } @@ -78868,7 +125332,7 @@ video { } .md\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .md\:grid-cols-none { @@ -78943,6 +125407,22 @@ video { grid-column: span 12 / span 12; } + .md\:col-span-13 { + grid-column: span 13 / span 13; + } + + .md\:col-span-14 { + grid-column: span 14 / span 14; + } + + .md\:col-span-15 { + grid-column: span 15 / span 15; + } + + .md\:col-span-16 { + grid-column: span 16 / span 16; + } + .md\:col-span-full { grid-column: 1 / -1; } @@ -78999,6 +125479,22 @@ video { grid-column-start: 13; } + .md\:col-start-14 { + grid-column-start: 14; + } + + .md\:col-start-15 { + grid-column-start: 15; + } + + .md\:col-start-16 { + grid-column-start: 16; + } + + .md\:col-start-17 { + grid-column-start: 17; + } + .md\:col-start-auto { grid-column-start: auto; } @@ -79055,6 +125551,22 @@ video { grid-column-end: 13; } + .md\:col-end-14 { + grid-column-end: 14; + } + + .md\:col-end-15 { + grid-column-end: 15; + } + + .md\:col-end-16 { + grid-column-end: 16; + } + + .md\:col-end-17 { + grid-column-end: 17; + } + .md\:col-end-auto { grid-column-end: auto; } @@ -79883,18 +126395,42 @@ video { --transform-translate-x: 1.5rem; } + .md\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .md\:translate-x-8 { --transform-translate-x: 2rem; } + .md\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .md\:translate-x-10 { --transform-translate-x: 2.5rem; } + .md\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .md\:translate-x-12 { --transform-translate-x: 3rem; } + .md\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .md\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .md\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .md\:translate-x-16 { --transform-translate-x: 4rem; } @@ -79907,30 +126443,246 @@ video { --transform-translate-x: 6rem; } + .md\:translate-x-28 { + --transform-translate-x: 7rem; + } + .md\:translate-x-32 { --transform-translate-x: 8rem; } + .md\:translate-x-36 { + --transform-translate-x: 9rem; + } + .md\:translate-x-40 { --transform-translate-x: 10rem; } + .md\:translate-x-44 { + --transform-translate-x: 11rem; + } + .md\:translate-x-48 { --transform-translate-x: 12rem; } + .md\:translate-x-52 { + --transform-translate-x: 13rem; + } + .md\:translate-x-56 { --transform-translate-x: 14rem; } + .md\:translate-x-60 { + --transform-translate-x: 15rem; + } + .md\:translate-x-64 { --transform-translate-x: 16rem; } + .md\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .md\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .md\:translate-x-96 { + --transform-translate-x: 24rem; + } + .md\:translate-x-px { --transform-translate-x: 1px; } + .md\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .md\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .md\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .md\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .md\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .md\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .md\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .md\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .md\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .md\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .md\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .md\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .md\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .md\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .md\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .md\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .md\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .md\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .md\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .md\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .md\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .md\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .md\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .md\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .md\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .md\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .md\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .md\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .md\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .md\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .md\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .md\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .md\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .md\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .md\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .md\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .md\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .md\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .md\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .md\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .md\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .md\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .md\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .md\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .md\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .md\:translate-x-full { + --transform-translate-x: 100%; + } + .md\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -79955,18 +126707,42 @@ video { --transform-translate-x: -1.5rem; } + .md\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .md\:-translate-x-8 { --transform-translate-x: -2rem; } + .md\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .md\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .md\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .md\:-translate-x-12 { --transform-translate-x: -3rem; } + .md\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .md\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .md\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .md\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -79979,44 +126755,244 @@ video { --transform-translate-x: -6rem; } + .md\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .md\:-translate-x-32 { --transform-translate-x: -8rem; } + .md\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .md\:-translate-x-40 { --transform-translate-x: -10rem; } + .md\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .md\:-translate-x-48 { --transform-translate-x: -12rem; } + .md\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .md\:-translate-x-56 { --transform-translate-x: -14rem; } + .md\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .md\:-translate-x-64 { --transform-translate-x: -16rem; } + .md\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .md\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .md\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .md\:-translate-x-px { --transform-translate-x: -1px; } - .md\:-translate-x-full { - --transform-translate-x: -100%; + .md\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .md\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .md\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .md\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .md\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .md\:translate-x-1\/2 { - --transform-translate-x: 50%; + .md\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .md\:translate-x-full { - --transform-translate-x: 100%; + .md\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .md\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .md\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .md\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .md\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .md\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .md\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .md\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .md\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .md\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .md\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .md\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .md\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .md\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .md\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .md\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .md\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .md\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .md\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .md\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .md\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .md\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .md\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .md\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .md\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .md\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .md\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .md\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .md\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .md\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .md\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .md\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .md\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .md\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .md\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .md\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .md\:-translate-x-full { + --transform-translate-x: -100%; } .md\:translate-y-0 { @@ -80047,18 +127023,42 @@ video { --transform-translate-y: 1.5rem; } + .md\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .md\:translate-y-8 { --transform-translate-y: 2rem; } + .md\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .md\:translate-y-10 { --transform-translate-y: 2.5rem; } + .md\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .md\:translate-y-12 { --transform-translate-y: 3rem; } + .md\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .md\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .md\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .md\:translate-y-16 { --transform-translate-y: 4rem; } @@ -80071,30 +127071,246 @@ video { --transform-translate-y: 6rem; } + .md\:translate-y-28 { + --transform-translate-y: 7rem; + } + .md\:translate-y-32 { --transform-translate-y: 8rem; } + .md\:translate-y-36 { + --transform-translate-y: 9rem; + } + .md\:translate-y-40 { --transform-translate-y: 10rem; } + .md\:translate-y-44 { + --transform-translate-y: 11rem; + } + .md\:translate-y-48 { --transform-translate-y: 12rem; } + .md\:translate-y-52 { + --transform-translate-y: 13rem; + } + .md\:translate-y-56 { --transform-translate-y: 14rem; } + .md\:translate-y-60 { + --transform-translate-y: 15rem; + } + .md\:translate-y-64 { --transform-translate-y: 16rem; } + .md\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .md\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .md\:translate-y-96 { + --transform-translate-y: 24rem; + } + .md\:translate-y-px { --transform-translate-y: 1px; } + .md\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .md\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .md\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .md\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .md\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .md\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .md\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .md\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .md\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .md\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .md\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .md\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .md\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .md\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .md\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .md\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .md\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .md\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .md\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .md\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .md\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .md\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .md\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .md\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .md\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .md\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .md\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .md\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .md\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .md\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .md\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .md\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .md\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .md\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .md\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .md\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .md\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .md\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .md\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .md\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .md\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .md\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .md\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .md\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .md\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .md\:translate-y-full { + --transform-translate-y: 100%; + } + .md\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -80119,18 +127335,42 @@ video { --transform-translate-y: -1.5rem; } + .md\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .md\:-translate-y-8 { --transform-translate-y: -2rem; } + .md\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .md\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .md\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .md\:-translate-y-12 { --transform-translate-y: -3rem; } + .md\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .md\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .md\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .md\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -80143,44 +127383,244 @@ video { --transform-translate-y: -6rem; } + .md\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .md\:-translate-y-32 { --transform-translate-y: -8rem; } + .md\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .md\:-translate-y-40 { --transform-translate-y: -10rem; } + .md\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .md\:-translate-y-48 { --transform-translate-y: -12rem; } + .md\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .md\:-translate-y-56 { --transform-translate-y: -14rem; } + .md\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .md\:-translate-y-64 { --transform-translate-y: -16rem; } + .md\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .md\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .md\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .md\:-translate-y-px { --transform-translate-y: -1px; } - .md\:-translate-y-full { - --transform-translate-y: -100%; + .md\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .md\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .md\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .md\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .md\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .md\:translate-y-1\/2 { - --transform-translate-y: 50%; + .md\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .md\:translate-y-full { - --transform-translate-y: 100%; + .md\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .md\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .md\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .md\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .md\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .md\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .md\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .md\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .md\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .md\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .md\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .md\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .md\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .md\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .md\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .md\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .md\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .md\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .md\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .md\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .md\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .md\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .md\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .md\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .md\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .md\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .md\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .md\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .md\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .md\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .md\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .md\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .md\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .md\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .md\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .md\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .md\:-translate-y-full { + --transform-translate-y: -100%; } .md\:hover\:translate-x-0:hover { @@ -80211,18 +127651,42 @@ video { --transform-translate-x: 1.5rem; } + .md\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .md\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .md\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .md\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .md\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .md\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .md\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .md\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .md\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .md\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -80235,30 +127699,246 @@ video { --transform-translate-x: 6rem; } + .md\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .md\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .md\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .md\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .md\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .md\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .md\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .md\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .md\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .md\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .md\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .md\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .md\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .md\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .md\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .md\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .md\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .md\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .md\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .md\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .md\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .md\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .md\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .md\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .md\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .md\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .md\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .md\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .md\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .md\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .md\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .md\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .md\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .md\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .md\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .md\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .md\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .md\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .md\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .md\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .md\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .md\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .md\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .md\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .md\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .md\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .md\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .md\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .md\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .md\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .md\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .md\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .md\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .md\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .md\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .md\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .md\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -80283,18 +127963,42 @@ video { --transform-translate-x: -1.5rem; } + .md\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .md\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .md\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .md\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .md\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .md\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .md\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .md\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .md\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .md\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -80307,44 +128011,244 @@ video { --transform-translate-x: -6rem; } + .md\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .md\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .md\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .md\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .md\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .md\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .md\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .md\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .md\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .md\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .md\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .md\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .md\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .md\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .md\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .md\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .md\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .md\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .md\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .md\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .md\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .md\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .md\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .md\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .md\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .md\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .md\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .md\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .md\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .md\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .md\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .md\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .md\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .md\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .md\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .md\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .md\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .md\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .md\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .md\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .md\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .md\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .md\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .md\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .md\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .md\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .md\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .md\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .md\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .md\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .md\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .md\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .md\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .md\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .md\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .md\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .md\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .md\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .md\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .md\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .md\:hover\:translate-y-0:hover { @@ -80375,18 +128279,42 @@ video { --transform-translate-y: 1.5rem; } + .md\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .md\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .md\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .md\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .md\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .md\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .md\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .md\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .md\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .md\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -80399,30 +128327,246 @@ video { --transform-translate-y: 6rem; } + .md\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .md\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .md\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .md\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .md\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .md\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .md\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .md\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .md\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .md\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .md\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .md\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .md\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .md\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .md\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .md\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .md\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .md\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .md\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .md\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .md\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .md\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .md\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .md\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .md\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .md\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .md\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .md\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .md\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .md\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .md\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .md\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .md\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .md\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .md\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .md\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .md\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .md\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .md\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .md\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .md\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .md\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .md\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .md\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .md\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .md\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .md\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .md\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .md\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .md\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .md\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .md\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .md\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .md\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .md\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .md\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .md\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -80447,18 +128591,42 @@ video { --transform-translate-y: -1.5rem; } + .md\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .md\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .md\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .md\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .md\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .md\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .md\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .md\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .md\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .md\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -80471,44 +128639,244 @@ video { --transform-translate-y: -6rem; } + .md\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .md\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .md\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .md\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .md\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .md\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .md\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .md\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .md\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .md\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .md\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .md\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .md\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .md\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .md\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .md\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .md\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .md\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .md\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .md\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .md\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .md\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .md\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .md\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .md\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .md\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .md\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .md\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .md\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .md\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .md\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .md\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .md\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .md\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .md\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .md\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .md\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .md\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .md\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .md\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .md\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .md\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .md\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .md\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .md\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .md\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .md\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .md\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .md\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .md\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .md\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .md\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .md\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .md\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .md\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .md\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .md\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .md\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .md\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .md\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .md\:focus\:translate-x-0:focus { @@ -80539,18 +128907,42 @@ video { --transform-translate-x: 1.5rem; } + .md\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .md\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .md\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .md\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .md\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .md\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .md\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .md\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .md\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .md\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -80563,30 +128955,246 @@ video { --transform-translate-x: 6rem; } + .md\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .md\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .md\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .md\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .md\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .md\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .md\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .md\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .md\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .md\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .md\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .md\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .md\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .md\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .md\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .md\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .md\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .md\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .md\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .md\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .md\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .md\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .md\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .md\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .md\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .md\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .md\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .md\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .md\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .md\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .md\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .md\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .md\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .md\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .md\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .md\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .md\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .md\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .md\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .md\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .md\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .md\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .md\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .md\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .md\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .md\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .md\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .md\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .md\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .md\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .md\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .md\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .md\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .md\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .md\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .md\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .md\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -80611,18 +129219,42 @@ video { --transform-translate-x: -1.5rem; } + .md\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .md\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .md\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .md\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .md\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .md\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .md\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .md\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .md\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .md\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -80635,44 +129267,244 @@ video { --transform-translate-x: -6rem; } + .md\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .md\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .md\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .md\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .md\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .md\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .md\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .md\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .md\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .md\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .md\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .md\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .md\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .md\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .md\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .md\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .md\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .md\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .md\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .md\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .md\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .md\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .md\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .md\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .md\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .md\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .md\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .md\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .md\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .md\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .md\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .md\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .md\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .md\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .md\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .md\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .md\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .md\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .md\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .md\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .md\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .md\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .md\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .md\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .md\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .md\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .md\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .md\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .md\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .md\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .md\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .md\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .md\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .md\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .md\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .md\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .md\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .md\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .md\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .md\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .md\:focus\:translate-y-0:focus { @@ -80703,18 +129535,42 @@ video { --transform-translate-y: 1.5rem; } + .md\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .md\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .md\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .md\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .md\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .md\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .md\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .md\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .md\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .md\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -80727,30 +129583,246 @@ video { --transform-translate-y: 6rem; } + .md\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .md\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .md\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .md\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .md\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .md\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .md\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .md\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .md\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .md\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .md\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .md\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .md\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .md\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .md\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .md\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .md\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .md\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .md\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .md\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .md\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .md\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .md\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .md\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .md\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .md\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .md\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .md\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .md\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .md\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .md\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .md\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .md\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .md\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .md\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .md\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .md\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .md\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .md\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .md\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .md\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .md\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .md\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .md\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .md\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .md\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .md\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .md\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .md\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .md\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .md\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .md\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .md\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .md\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .md\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .md\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .md\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -80775,18 +129847,42 @@ video { --transform-translate-y: -1.5rem; } + .md\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .md\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .md\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .md\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .md\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .md\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .md\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .md\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .md\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .md\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -80799,44 +129895,244 @@ video { --transform-translate-y: -6rem; } + .md\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .md\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .md\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .md\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .md\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .md\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .md\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .md\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .md\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .md\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .md\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .md\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .md\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .md\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .md\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .md\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .md\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .md\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .md\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .md\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .md\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .md\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .md\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .md\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .md\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .md\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .md\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .md\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .md\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .md\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .md\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .md\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .md\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .md\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .md\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .md\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .md\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .md\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .md\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .md\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .md\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .md\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .md\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .md\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .md\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .md\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .md\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .md\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .md\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .md\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .md\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .md\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .md\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .md\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .md\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .md\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .md\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .md\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .md\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .md\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .md\:skew-x-0 { @@ -81350,6 +130646,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .lg\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -81362,6 +130670,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .lg\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -81374,6 +130694,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .lg\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -81386,6 +130718,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .lg\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .lg\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .lg\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -81422,6 +130790,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .lg\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -81434,6 +130814,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .lg\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -81446,6 +130838,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .lg\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -81458,6 +130862,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .lg\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -81470,6 +130886,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .lg\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -81482,6 +130910,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .lg\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .lg\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .lg\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -81494,6 +130958,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .lg\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .lg\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .lg\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .lg\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .lg\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .lg\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .lg\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .lg\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .lg\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .lg\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .lg\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .lg\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .lg\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .lg\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .lg\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .lg\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .lg\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .lg\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .lg\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .lg\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .lg\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .lg\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .lg\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .lg\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -81566,6 +131582,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .lg\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -81578,6 +131606,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .lg\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -81590,6 +131630,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .lg\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -81602,6 +131654,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .lg\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .lg\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .lg\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -81638,6 +131726,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .lg\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -81650,6 +131750,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .lg\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -81662,6 +131774,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .lg\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -81674,6 +131798,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .lg\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -81686,6 +131822,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .lg\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -81698,6 +131846,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .lg\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .lg\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .lg\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .lg\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -81710,6 +131894,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .lg\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .lg\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .lg\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .lg\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .lg\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .lg\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .lg\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .lg\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .lg\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .lg\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .lg\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .lg\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .lg\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .lg\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .lg\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .lg\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .lg\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -97686,18 +148422,42 @@ video { height: 1.5rem; } + .lg\:h-7 { + height: 1.75rem; + } + .lg\:h-8 { height: 2rem; } + .lg\:h-9 { + height: 2.25rem; + } + .lg\:h-10 { height: 2.5rem; } + .lg\:h-11 { + height: 2.75rem; + } + .lg\:h-12 { height: 3rem; } + .lg\:h-13 { + height: 3.25rem; + } + + .lg\:h-14 { + height: 3.5rem; + } + + .lg\:h-15 { + height: 3.75rem; + } + .lg\:h-16 { height: 4rem; } @@ -97710,26 +148470,58 @@ video { height: 6rem; } + .lg\:h-28 { + height: 7rem; + } + .lg\:h-32 { height: 8rem; } + .lg\:h-36 { + height: 9rem; + } + .lg\:h-40 { height: 10rem; } + .lg\:h-44 { + height: 11rem; + } + .lg\:h-48 { height: 12rem; } + .lg\:h-52 { + height: 13rem; + } + .lg\:h-56 { height: 14rem; } + .lg\:h-60 { + height: 15rem; + } + .lg\:h-64 { height: 16rem; } + .lg\:h-72 { + height: 18rem; + } + + .lg\:h-80 { + height: 20rem; + } + + .lg\:h-96 { + height: 24rem; + } + .lg\:h-auto { height: auto; } @@ -97738,6 +148530,186 @@ video { height: 1px; } + .lg\:h-0\.5 { + height: 0.125rem; + } + + .lg\:h-1\.5 { + height: 0.375rem; + } + + .lg\:h-2\.5 { + height: 0.625rem; + } + + .lg\:h-3\.5 { + height: 0.875rem; + } + + .lg\:h-1\/2 { + height: 50%; + } + + .lg\:h-1\/3 { + height: 33.333333%; + } + + .lg\:h-2\/3 { + height: 66.666667%; + } + + .lg\:h-1\/4 { + height: 25%; + } + + .lg\:h-2\/4 { + height: 50%; + } + + .lg\:h-3\/4 { + height: 75%; + } + + .lg\:h-1\/5 { + height: 20%; + } + + .lg\:h-2\/5 { + height: 40%; + } + + .lg\:h-3\/5 { + height: 60%; + } + + .lg\:h-4\/5 { + height: 80%; + } + + .lg\:h-1\/6 { + height: 16.666667%; + } + + .lg\:h-2\/6 { + height: 33.333333%; + } + + .lg\:h-3\/6 { + height: 50%; + } + + .lg\:h-4\/6 { + height: 66.666667%; + } + + .lg\:h-5\/6 { + height: 83.333333%; + } + + .lg\:h-1\/12 { + height: 8.333333%; + } + + .lg\:h-2\/12 { + height: 16.666667%; + } + + .lg\:h-3\/12 { + height: 25%; + } + + .lg\:h-4\/12 { + height: 33.333333%; + } + + .lg\:h-5\/12 { + height: 41.666667%; + } + + .lg\:h-6\/12 { + height: 50%; + } + + .lg\:h-7\/12 { + height: 58.333333%; + } + + .lg\:h-8\/12 { + height: 66.666667%; + } + + .lg\:h-9\/12 { + height: 75%; + } + + .lg\:h-10\/12 { + height: 83.333333%; + } + + .lg\:h-11\/12 { + height: 91.666667%; + } + + .lg\:h-1\/16 { + height: 6.25%; + } + + .lg\:h-2\/16 { + height: 12.5%; + } + + .lg\:h-3\/16 { + height: 18.75%; + } + + .lg\:h-4\/16 { + height: 25%; + } + + .lg\:h-5\/16 { + height: 31.25%; + } + + .lg\:h-6\/16 { + height: 37.5%; + } + + .lg\:h-7\/16 { + height: 43.75%; + } + + .lg\:h-8\/16 { + height: 50%; + } + + .lg\:h-9\/16 { + height: 56.25%; + } + + .lg\:h-10\/16 { + height: 62.5%; + } + + .lg\:h-11\/16 { + height: 68.75%; + } + + .lg\:h-12\/16 { + height: 75%; + } + + .lg\:h-13\/16 { + height: 81.25%; + } + + .lg\:h-14\/16 { + height: 87.5%; + } + + .lg\:h-15\/16 { + height: 93.75%; + } + .lg\:h-full { height: 100%; } @@ -97900,18 +148872,42 @@ video { margin: 1.5rem; } + .lg\:m-7 { + margin: 1.75rem; + } + .lg\:m-8 { margin: 2rem; } + .lg\:m-9 { + margin: 2.25rem; + } + .lg\:m-10 { margin: 2.5rem; } + .lg\:m-11 { + margin: 2.75rem; + } + .lg\:m-12 { margin: 3rem; } + .lg\:m-13 { + margin: 3.25rem; + } + + .lg\:m-14 { + margin: 3.5rem; + } + + .lg\:m-15 { + margin: 3.75rem; + } + .lg\:m-16 { margin: 4rem; } @@ -97924,26 +148920,58 @@ video { margin: 6rem; } + .lg\:m-28 { + margin: 7rem; + } + .lg\:m-32 { margin: 8rem; } + .lg\:m-36 { + margin: 9rem; + } + .lg\:m-40 { margin: 10rem; } + .lg\:m-44 { + margin: 11rem; + } + .lg\:m-48 { margin: 12rem; } + .lg\:m-52 { + margin: 13rem; + } + .lg\:m-56 { margin: 14rem; } + .lg\:m-60 { + margin: 15rem; + } + .lg\:m-64 { margin: 16rem; } + .lg\:m-72 { + margin: 18rem; + } + + .lg\:m-80 { + margin: 20rem; + } + + .lg\:m-96 { + margin: 24rem; + } + .lg\:m-auto { margin: auto; } @@ -97952,6 +148980,190 @@ video { margin: 1px; } + .lg\:m-0\.5 { + margin: 0.125rem; + } + + .lg\:m-1\.5 { + margin: 0.375rem; + } + + .lg\:m-2\.5 { + margin: 0.625rem; + } + + .lg\:m-3\.5 { + margin: 0.875rem; + } + + .lg\:m-1\/2 { + margin: 50%; + } + + .lg\:m-1\/3 { + margin: 33.333333%; + } + + .lg\:m-2\/3 { + margin: 66.666667%; + } + + .lg\:m-1\/4 { + margin: 25%; + } + + .lg\:m-2\/4 { + margin: 50%; + } + + .lg\:m-3\/4 { + margin: 75%; + } + + .lg\:m-1\/5 { + margin: 20%; + } + + .lg\:m-2\/5 { + margin: 40%; + } + + .lg\:m-3\/5 { + margin: 60%; + } + + .lg\:m-4\/5 { + margin: 80%; + } + + .lg\:m-1\/6 { + margin: 16.666667%; + } + + .lg\:m-2\/6 { + margin: 33.333333%; + } + + .lg\:m-3\/6 { + margin: 50%; + } + + .lg\:m-4\/6 { + margin: 66.666667%; + } + + .lg\:m-5\/6 { + margin: 83.333333%; + } + + .lg\:m-1\/12 { + margin: 8.333333%; + } + + .lg\:m-2\/12 { + margin: 16.666667%; + } + + .lg\:m-3\/12 { + margin: 25%; + } + + .lg\:m-4\/12 { + margin: 33.333333%; + } + + .lg\:m-5\/12 { + margin: 41.666667%; + } + + .lg\:m-6\/12 { + margin: 50%; + } + + .lg\:m-7\/12 { + margin: 58.333333%; + } + + .lg\:m-8\/12 { + margin: 66.666667%; + } + + .lg\:m-9\/12 { + margin: 75%; + } + + .lg\:m-10\/12 { + margin: 83.333333%; + } + + .lg\:m-11\/12 { + margin: 91.666667%; + } + + .lg\:m-1\/16 { + margin: 6.25%; + } + + .lg\:m-2\/16 { + margin: 12.5%; + } + + .lg\:m-3\/16 { + margin: 18.75%; + } + + .lg\:m-4\/16 { + margin: 25%; + } + + .lg\:m-5\/16 { + margin: 31.25%; + } + + .lg\:m-6\/16 { + margin: 37.5%; + } + + .lg\:m-7\/16 { + margin: 43.75%; + } + + .lg\:m-8\/16 { + margin: 50%; + } + + .lg\:m-9\/16 { + margin: 56.25%; + } + + .lg\:m-10\/16 { + margin: 62.5%; + } + + .lg\:m-11\/16 { + margin: 68.75%; + } + + .lg\:m-12\/16 { + margin: 75%; + } + + .lg\:m-13\/16 { + margin: 81.25%; + } + + .lg\:m-14\/16 { + margin: 87.5%; + } + + .lg\:m-15\/16 { + margin: 93.75%; + } + + .lg\:m-full { + margin: 100%; + } + .lg\:-m-1 { margin: -0.25rem; } @@ -97976,18 +149188,42 @@ video { margin: -1.5rem; } + .lg\:-m-7 { + margin: -1.75rem; + } + .lg\:-m-8 { margin: -2rem; } + .lg\:-m-9 { + margin: -2.25rem; + } + .lg\:-m-10 { margin: -2.5rem; } + .lg\:-m-11 { + margin: -2.75rem; + } + .lg\:-m-12 { margin: -3rem; } + .lg\:-m-13 { + margin: -3.25rem; + } + + .lg\:-m-14 { + margin: -3.5rem; + } + + .lg\:-m-15 { + margin: -3.75rem; + } + .lg\:-m-16 { margin: -4rem; } @@ -98000,30 +149236,246 @@ video { margin: -6rem; } + .lg\:-m-28 { + margin: -7rem; + } + .lg\:-m-32 { margin: -8rem; } + .lg\:-m-36 { + margin: -9rem; + } + .lg\:-m-40 { margin: -10rem; } + .lg\:-m-44 { + margin: -11rem; + } + .lg\:-m-48 { margin: -12rem; } + .lg\:-m-52 { + margin: -13rem; + } + .lg\:-m-56 { margin: -14rem; } + .lg\:-m-60 { + margin: -15rem; + } + .lg\:-m-64 { margin: -16rem; } + .lg\:-m-72 { + margin: -18rem; + } + + .lg\:-m-80 { + margin: -20rem; + } + + .lg\:-m-96 { + margin: -24rem; + } + .lg\:-m-px { margin: -1px; } + .lg\:-m-0\.5 { + margin: -0.125rem; + } + + .lg\:-m-1\.5 { + margin: -0.375rem; + } + + .lg\:-m-2\.5 { + margin: -0.625rem; + } + + .lg\:-m-3\.5 { + margin: -0.875rem; + } + + .lg\:-m-1\/2 { + margin: -50%; + } + + .lg\:-m-1\/3 { + margin: -33.33333%; + } + + .lg\:-m-2\/3 { + margin: -66.66667%; + } + + .lg\:-m-1\/4 { + margin: -25%; + } + + .lg\:-m-2\/4 { + margin: -50%; + } + + .lg\:-m-3\/4 { + margin: -75%; + } + + .lg\:-m-1\/5 { + margin: -20%; + } + + .lg\:-m-2\/5 { + margin: -40%; + } + + .lg\:-m-3\/5 { + margin: -60%; + } + + .lg\:-m-4\/5 { + margin: -80%; + } + + .lg\:-m-1\/6 { + margin: -16.66667%; + } + + .lg\:-m-2\/6 { + margin: -33.33333%; + } + + .lg\:-m-3\/6 { + margin: -50%; + } + + .lg\:-m-4\/6 { + margin: -66.66667%; + } + + .lg\:-m-5\/6 { + margin: -83.33333%; + } + + .lg\:-m-1\/12 { + margin: -8.33333%; + } + + .lg\:-m-2\/12 { + margin: -16.66667%; + } + + .lg\:-m-3\/12 { + margin: -25%; + } + + .lg\:-m-4\/12 { + margin: -33.33333%; + } + + .lg\:-m-5\/12 { + margin: -41.66667%; + } + + .lg\:-m-6\/12 { + margin: -50%; + } + + .lg\:-m-7\/12 { + margin: -58.33333%; + } + + .lg\:-m-8\/12 { + margin: -66.66667%; + } + + .lg\:-m-9\/12 { + margin: -75%; + } + + .lg\:-m-10\/12 { + margin: -83.33333%; + } + + .lg\:-m-11\/12 { + margin: -91.66667%; + } + + .lg\:-m-1\/16 { + margin: -6.25%; + } + + .lg\:-m-2\/16 { + margin: -12.5%; + } + + .lg\:-m-3\/16 { + margin: -18.75%; + } + + .lg\:-m-4\/16 { + margin: -25%; + } + + .lg\:-m-5\/16 { + margin: -31.25%; + } + + .lg\:-m-6\/16 { + margin: -37.5%; + } + + .lg\:-m-7\/16 { + margin: -43.75%; + } + + .lg\:-m-8\/16 { + margin: -50%; + } + + .lg\:-m-9\/16 { + margin: -56.25%; + } + + .lg\:-m-10\/16 { + margin: -62.5%; + } + + .lg\:-m-11\/16 { + margin: -68.75%; + } + + .lg\:-m-12\/16 { + margin: -75%; + } + + .lg\:-m-13\/16 { + margin: -81.25%; + } + + .lg\:-m-14\/16 { + margin: -87.5%; + } + + .lg\:-m-15\/16 { + margin: -93.75%; + } + + .lg\:-m-full { + margin: -100%; + } + .lg\:my-0 { margin-top: 0; margin-bottom: 0; @@ -98094,6 +149546,16 @@ video { margin-right: 1.5rem; } + .lg\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .lg\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .lg\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -98104,6 +149566,16 @@ video { margin-right: 2rem; } + .lg\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .lg\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .lg\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -98114,6 +149586,16 @@ video { margin-right: 2.5rem; } + .lg\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .lg\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .lg\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -98124,6 +149606,36 @@ video { margin-right: 3rem; } + .lg\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .lg\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .lg\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .lg\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .lg\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .lg\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .lg\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -98154,6 +149666,16 @@ video { margin-right: 6rem; } + .lg\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .lg\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .lg\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -98164,6 +149686,16 @@ video { margin-right: 8rem; } + .lg\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .lg\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .lg\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -98174,6 +149706,16 @@ video { margin-right: 10rem; } + .lg\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .lg\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .lg\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -98184,6 +149726,16 @@ video { margin-right: 12rem; } + .lg\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .lg\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .lg\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -98194,6 +149746,16 @@ video { margin-right: 14rem; } + .lg\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .lg\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .lg\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -98204,6 +149766,36 @@ video { margin-right: 16rem; } + .lg\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .lg\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .lg\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .lg\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .lg\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .lg\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .lg\:my-auto { margin-top: auto; margin-bottom: auto; @@ -98224,6 +149816,466 @@ video { margin-right: 1px; } + .lg\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .lg\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .lg\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .lg\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .lg\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .lg\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .lg\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .lg\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .lg\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .lg\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .lg\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .lg\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .lg\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .lg\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .lg\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .lg\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .lg\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .lg\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .lg\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .lg\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .lg\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .lg\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .lg\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .lg\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .lg\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .lg\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .lg\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .lg\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .lg\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .lg\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .lg\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .lg\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .lg\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .lg\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .lg\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .lg\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .lg\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .lg\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .lg\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .lg\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .lg\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .lg\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .lg\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .lg\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .lg\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .lg\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .lg\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .lg\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .lg\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .lg\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .lg\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .lg\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .lg\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .lg\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .lg\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .lg\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .lg\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .lg\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .lg\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .lg\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .lg\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .lg\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .lg\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .lg\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .lg\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .lg\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .lg\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .lg\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .lg\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .lg\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .lg\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .lg\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .lg\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .lg\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .lg\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .lg\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .lg\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .lg\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .lg\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .lg\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .lg\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .lg\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .lg\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .lg\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .lg\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -98284,6 +150336,16 @@ video { margin-right: -1.5rem; } + .lg\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .lg\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .lg\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -98294,6 +150356,16 @@ video { margin-right: -2rem; } + .lg\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .lg\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .lg\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -98304,6 +150376,16 @@ video { margin-right: -2.5rem; } + .lg\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .lg\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .lg\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -98314,6 +150396,36 @@ video { margin-right: -3rem; } + .lg\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .lg\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .lg\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .lg\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .lg\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .lg\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .lg\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -98344,6 +150456,16 @@ video { margin-right: -6rem; } + .lg\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .lg\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .lg\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -98354,6 +150476,16 @@ video { margin-right: -8rem; } + .lg\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .lg\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .lg\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -98364,6 +150496,16 @@ video { margin-right: -10rem; } + .lg\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .lg\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .lg\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -98374,6 +150516,16 @@ video { margin-right: -12rem; } + .lg\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .lg\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .lg\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -98384,6 +150536,16 @@ video { margin-right: -14rem; } + .lg\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .lg\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .lg\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -98394,6 +150556,36 @@ video { margin-right: -16rem; } + .lg\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .lg\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .lg\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .lg\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .lg\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .lg\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .lg\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -98404,6 +150596,466 @@ video { margin-right: -1px; } + .lg\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .lg\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .lg\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .lg\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .lg\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .lg\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .lg\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .lg\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .lg\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .lg\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .lg\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .lg\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .lg\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .lg\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .lg\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .lg\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .lg\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .lg\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .lg\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .lg\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .lg\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .lg\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .lg\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .lg\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .lg\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .lg\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .lg\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .lg\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .lg\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .lg\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .lg\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .lg\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .lg\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .lg\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .lg\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .lg\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .lg\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .lg\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .lg\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .lg\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .lg\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .lg\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .lg\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .lg\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .lg\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .lg\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .lg\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .lg\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .lg\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .lg\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .lg\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .lg\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .lg\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .lg\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .lg\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .lg\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .lg\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .lg\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .lg\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .lg\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .lg\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .lg\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .lg\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .lg\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .lg\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .lg\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .lg\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .lg\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .lg\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .lg\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .lg\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .lg\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .lg\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .lg\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .lg\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .lg\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .lg\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .lg\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .lg\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .lg\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .lg\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .lg\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .lg\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .lg\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .lg\:mt-0 { margin-top: 0; } @@ -98516,6 +151168,22 @@ video { margin-left: 1.5rem; } + .lg\:mt-7 { + margin-top: 1.75rem; + } + + .lg\:mr-7 { + margin-right: 1.75rem; + } + + .lg\:mb-7 { + margin-bottom: 1.75rem; + } + + .lg\:ml-7 { + margin-left: 1.75rem; + } + .lg\:mt-8 { margin-top: 2rem; } @@ -98532,6 +151200,22 @@ video { margin-left: 2rem; } + .lg\:mt-9 { + margin-top: 2.25rem; + } + + .lg\:mr-9 { + margin-right: 2.25rem; + } + + .lg\:mb-9 { + margin-bottom: 2.25rem; + } + + .lg\:ml-9 { + margin-left: 2.25rem; + } + .lg\:mt-10 { margin-top: 2.5rem; } @@ -98548,6 +151232,22 @@ video { margin-left: 2.5rem; } + .lg\:mt-11 { + margin-top: 2.75rem; + } + + .lg\:mr-11 { + margin-right: 2.75rem; + } + + .lg\:mb-11 { + margin-bottom: 2.75rem; + } + + .lg\:ml-11 { + margin-left: 2.75rem; + } + .lg\:mt-12 { margin-top: 3rem; } @@ -98564,6 +151264,54 @@ video { margin-left: 3rem; } + .lg\:mt-13 { + margin-top: 3.25rem; + } + + .lg\:mr-13 { + margin-right: 3.25rem; + } + + .lg\:mb-13 { + margin-bottom: 3.25rem; + } + + .lg\:ml-13 { + margin-left: 3.25rem; + } + + .lg\:mt-14 { + margin-top: 3.5rem; + } + + .lg\:mr-14 { + margin-right: 3.5rem; + } + + .lg\:mb-14 { + margin-bottom: 3.5rem; + } + + .lg\:ml-14 { + margin-left: 3.5rem; + } + + .lg\:mt-15 { + margin-top: 3.75rem; + } + + .lg\:mr-15 { + margin-right: 3.75rem; + } + + .lg\:mb-15 { + margin-bottom: 3.75rem; + } + + .lg\:ml-15 { + margin-left: 3.75rem; + } + .lg\:mt-16 { margin-top: 4rem; } @@ -98612,6 +151360,22 @@ video { margin-left: 6rem; } + .lg\:mt-28 { + margin-top: 7rem; + } + + .lg\:mr-28 { + margin-right: 7rem; + } + + .lg\:mb-28 { + margin-bottom: 7rem; + } + + .lg\:ml-28 { + margin-left: 7rem; + } + .lg\:mt-32 { margin-top: 8rem; } @@ -98628,6 +151392,22 @@ video { margin-left: 8rem; } + .lg\:mt-36 { + margin-top: 9rem; + } + + .lg\:mr-36 { + margin-right: 9rem; + } + + .lg\:mb-36 { + margin-bottom: 9rem; + } + + .lg\:ml-36 { + margin-left: 9rem; + } + .lg\:mt-40 { margin-top: 10rem; } @@ -98644,6 +151424,22 @@ video { margin-left: 10rem; } + .lg\:mt-44 { + margin-top: 11rem; + } + + .lg\:mr-44 { + margin-right: 11rem; + } + + .lg\:mb-44 { + margin-bottom: 11rem; + } + + .lg\:ml-44 { + margin-left: 11rem; + } + .lg\:mt-48 { margin-top: 12rem; } @@ -98660,6 +151456,22 @@ video { margin-left: 12rem; } + .lg\:mt-52 { + margin-top: 13rem; + } + + .lg\:mr-52 { + margin-right: 13rem; + } + + .lg\:mb-52 { + margin-bottom: 13rem; + } + + .lg\:ml-52 { + margin-left: 13rem; + } + .lg\:mt-56 { margin-top: 14rem; } @@ -98676,6 +151488,22 @@ video { margin-left: 14rem; } + .lg\:mt-60 { + margin-top: 15rem; + } + + .lg\:mr-60 { + margin-right: 15rem; + } + + .lg\:mb-60 { + margin-bottom: 15rem; + } + + .lg\:ml-60 { + margin-left: 15rem; + } + .lg\:mt-64 { margin-top: 16rem; } @@ -98692,6 +151520,54 @@ video { margin-left: 16rem; } + .lg\:mt-72 { + margin-top: 18rem; + } + + .lg\:mr-72 { + margin-right: 18rem; + } + + .lg\:mb-72 { + margin-bottom: 18rem; + } + + .lg\:ml-72 { + margin-left: 18rem; + } + + .lg\:mt-80 { + margin-top: 20rem; + } + + .lg\:mr-80 { + margin-right: 20rem; + } + + .lg\:mb-80 { + margin-bottom: 20rem; + } + + .lg\:ml-80 { + margin-left: 20rem; + } + + .lg\:mt-96 { + margin-top: 24rem; + } + + .lg\:mr-96 { + margin-right: 24rem; + } + + .lg\:mb-96 { + margin-bottom: 24rem; + } + + .lg\:ml-96 { + margin-left: 24rem; + } + .lg\:mt-auto { margin-top: auto; } @@ -98724,6 +151600,742 @@ video { margin-left: 1px; } + .lg\:mt-0\.5 { + margin-top: 0.125rem; + } + + .lg\:mr-0\.5 { + margin-right: 0.125rem; + } + + .lg\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .lg\:ml-0\.5 { + margin-left: 0.125rem; + } + + .lg\:mt-1\.5 { + margin-top: 0.375rem; + } + + .lg\:mr-1\.5 { + margin-right: 0.375rem; + } + + .lg\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .lg\:ml-1\.5 { + margin-left: 0.375rem; + } + + .lg\:mt-2\.5 { + margin-top: 0.625rem; + } + + .lg\:mr-2\.5 { + margin-right: 0.625rem; + } + + .lg\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .lg\:ml-2\.5 { + margin-left: 0.625rem; + } + + .lg\:mt-3\.5 { + margin-top: 0.875rem; + } + + .lg\:mr-3\.5 { + margin-right: 0.875rem; + } + + .lg\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .lg\:ml-3\.5 { + margin-left: 0.875rem; + } + + .lg\:mt-1\/2 { + margin-top: 50%; + } + + .lg\:mr-1\/2 { + margin-right: 50%; + } + + .lg\:mb-1\/2 { + margin-bottom: 50%; + } + + .lg\:ml-1\/2 { + margin-left: 50%; + } + + .lg\:mt-1\/3 { + margin-top: 33.333333%; + } + + .lg\:mr-1\/3 { + margin-right: 33.333333%; + } + + .lg\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .lg\:ml-1\/3 { + margin-left: 33.333333%; + } + + .lg\:mt-2\/3 { + margin-top: 66.666667%; + } + + .lg\:mr-2\/3 { + margin-right: 66.666667%; + } + + .lg\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .lg\:ml-2\/3 { + margin-left: 66.666667%; + } + + .lg\:mt-1\/4 { + margin-top: 25%; + } + + .lg\:mr-1\/4 { + margin-right: 25%; + } + + .lg\:mb-1\/4 { + margin-bottom: 25%; + } + + .lg\:ml-1\/4 { + margin-left: 25%; + } + + .lg\:mt-2\/4 { + margin-top: 50%; + } + + .lg\:mr-2\/4 { + margin-right: 50%; + } + + .lg\:mb-2\/4 { + margin-bottom: 50%; + } + + .lg\:ml-2\/4 { + margin-left: 50%; + } + + .lg\:mt-3\/4 { + margin-top: 75%; + } + + .lg\:mr-3\/4 { + margin-right: 75%; + } + + .lg\:mb-3\/4 { + margin-bottom: 75%; + } + + .lg\:ml-3\/4 { + margin-left: 75%; + } + + .lg\:mt-1\/5 { + margin-top: 20%; + } + + .lg\:mr-1\/5 { + margin-right: 20%; + } + + .lg\:mb-1\/5 { + margin-bottom: 20%; + } + + .lg\:ml-1\/5 { + margin-left: 20%; + } + + .lg\:mt-2\/5 { + margin-top: 40%; + } + + .lg\:mr-2\/5 { + margin-right: 40%; + } + + .lg\:mb-2\/5 { + margin-bottom: 40%; + } + + .lg\:ml-2\/5 { + margin-left: 40%; + } + + .lg\:mt-3\/5 { + margin-top: 60%; + } + + .lg\:mr-3\/5 { + margin-right: 60%; + } + + .lg\:mb-3\/5 { + margin-bottom: 60%; + } + + .lg\:ml-3\/5 { + margin-left: 60%; + } + + .lg\:mt-4\/5 { + margin-top: 80%; + } + + .lg\:mr-4\/5 { + margin-right: 80%; + } + + .lg\:mb-4\/5 { + margin-bottom: 80%; + } + + .lg\:ml-4\/5 { + margin-left: 80%; + } + + .lg\:mt-1\/6 { + margin-top: 16.666667%; + } + + .lg\:mr-1\/6 { + margin-right: 16.666667%; + } + + .lg\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .lg\:ml-1\/6 { + margin-left: 16.666667%; + } + + .lg\:mt-2\/6 { + margin-top: 33.333333%; + } + + .lg\:mr-2\/6 { + margin-right: 33.333333%; + } + + .lg\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .lg\:ml-2\/6 { + margin-left: 33.333333%; + } + + .lg\:mt-3\/6 { + margin-top: 50%; + } + + .lg\:mr-3\/6 { + margin-right: 50%; + } + + .lg\:mb-3\/6 { + margin-bottom: 50%; + } + + .lg\:ml-3\/6 { + margin-left: 50%; + } + + .lg\:mt-4\/6 { + margin-top: 66.666667%; + } + + .lg\:mr-4\/6 { + margin-right: 66.666667%; + } + + .lg\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .lg\:ml-4\/6 { + margin-left: 66.666667%; + } + + .lg\:mt-5\/6 { + margin-top: 83.333333%; + } + + .lg\:mr-5\/6 { + margin-right: 83.333333%; + } + + .lg\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .lg\:ml-5\/6 { + margin-left: 83.333333%; + } + + .lg\:mt-1\/12 { + margin-top: 8.333333%; + } + + .lg\:mr-1\/12 { + margin-right: 8.333333%; + } + + .lg\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .lg\:ml-1\/12 { + margin-left: 8.333333%; + } + + .lg\:mt-2\/12 { + margin-top: 16.666667%; + } + + .lg\:mr-2\/12 { + margin-right: 16.666667%; + } + + .lg\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .lg\:ml-2\/12 { + margin-left: 16.666667%; + } + + .lg\:mt-3\/12 { + margin-top: 25%; + } + + .lg\:mr-3\/12 { + margin-right: 25%; + } + + .lg\:mb-3\/12 { + margin-bottom: 25%; + } + + .lg\:ml-3\/12 { + margin-left: 25%; + } + + .lg\:mt-4\/12 { + margin-top: 33.333333%; + } + + .lg\:mr-4\/12 { + margin-right: 33.333333%; + } + + .lg\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .lg\:ml-4\/12 { + margin-left: 33.333333%; + } + + .lg\:mt-5\/12 { + margin-top: 41.666667%; + } + + .lg\:mr-5\/12 { + margin-right: 41.666667%; + } + + .lg\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .lg\:ml-5\/12 { + margin-left: 41.666667%; + } + + .lg\:mt-6\/12 { + margin-top: 50%; + } + + .lg\:mr-6\/12 { + margin-right: 50%; + } + + .lg\:mb-6\/12 { + margin-bottom: 50%; + } + + .lg\:ml-6\/12 { + margin-left: 50%; + } + + .lg\:mt-7\/12 { + margin-top: 58.333333%; + } + + .lg\:mr-7\/12 { + margin-right: 58.333333%; + } + + .lg\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .lg\:ml-7\/12 { + margin-left: 58.333333%; + } + + .lg\:mt-8\/12 { + margin-top: 66.666667%; + } + + .lg\:mr-8\/12 { + margin-right: 66.666667%; + } + + .lg\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .lg\:ml-8\/12 { + margin-left: 66.666667%; + } + + .lg\:mt-9\/12 { + margin-top: 75%; + } + + .lg\:mr-9\/12 { + margin-right: 75%; + } + + .lg\:mb-9\/12 { + margin-bottom: 75%; + } + + .lg\:ml-9\/12 { + margin-left: 75%; + } + + .lg\:mt-10\/12 { + margin-top: 83.333333%; + } + + .lg\:mr-10\/12 { + margin-right: 83.333333%; + } + + .lg\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .lg\:ml-10\/12 { + margin-left: 83.333333%; + } + + .lg\:mt-11\/12 { + margin-top: 91.666667%; + } + + .lg\:mr-11\/12 { + margin-right: 91.666667%; + } + + .lg\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .lg\:ml-11\/12 { + margin-left: 91.666667%; + } + + .lg\:mt-1\/16 { + margin-top: 6.25%; + } + + .lg\:mr-1\/16 { + margin-right: 6.25%; + } + + .lg\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .lg\:ml-1\/16 { + margin-left: 6.25%; + } + + .lg\:mt-2\/16 { + margin-top: 12.5%; + } + + .lg\:mr-2\/16 { + margin-right: 12.5%; + } + + .lg\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .lg\:ml-2\/16 { + margin-left: 12.5%; + } + + .lg\:mt-3\/16 { + margin-top: 18.75%; + } + + .lg\:mr-3\/16 { + margin-right: 18.75%; + } + + .lg\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .lg\:ml-3\/16 { + margin-left: 18.75%; + } + + .lg\:mt-4\/16 { + margin-top: 25%; + } + + .lg\:mr-4\/16 { + margin-right: 25%; + } + + .lg\:mb-4\/16 { + margin-bottom: 25%; + } + + .lg\:ml-4\/16 { + margin-left: 25%; + } + + .lg\:mt-5\/16 { + margin-top: 31.25%; + } + + .lg\:mr-5\/16 { + margin-right: 31.25%; + } + + .lg\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .lg\:ml-5\/16 { + margin-left: 31.25%; + } + + .lg\:mt-6\/16 { + margin-top: 37.5%; + } + + .lg\:mr-6\/16 { + margin-right: 37.5%; + } + + .lg\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .lg\:ml-6\/16 { + margin-left: 37.5%; + } + + .lg\:mt-7\/16 { + margin-top: 43.75%; + } + + .lg\:mr-7\/16 { + margin-right: 43.75%; + } + + .lg\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .lg\:ml-7\/16 { + margin-left: 43.75%; + } + + .lg\:mt-8\/16 { + margin-top: 50%; + } + + .lg\:mr-8\/16 { + margin-right: 50%; + } + + .lg\:mb-8\/16 { + margin-bottom: 50%; + } + + .lg\:ml-8\/16 { + margin-left: 50%; + } + + .lg\:mt-9\/16 { + margin-top: 56.25%; + } + + .lg\:mr-9\/16 { + margin-right: 56.25%; + } + + .lg\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .lg\:ml-9\/16 { + margin-left: 56.25%; + } + + .lg\:mt-10\/16 { + margin-top: 62.5%; + } + + .lg\:mr-10\/16 { + margin-right: 62.5%; + } + + .lg\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .lg\:ml-10\/16 { + margin-left: 62.5%; + } + + .lg\:mt-11\/16 { + margin-top: 68.75%; + } + + .lg\:mr-11\/16 { + margin-right: 68.75%; + } + + .lg\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .lg\:ml-11\/16 { + margin-left: 68.75%; + } + + .lg\:mt-12\/16 { + margin-top: 75%; + } + + .lg\:mr-12\/16 { + margin-right: 75%; + } + + .lg\:mb-12\/16 { + margin-bottom: 75%; + } + + .lg\:ml-12\/16 { + margin-left: 75%; + } + + .lg\:mt-13\/16 { + margin-top: 81.25%; + } + + .lg\:mr-13\/16 { + margin-right: 81.25%; + } + + .lg\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .lg\:ml-13\/16 { + margin-left: 81.25%; + } + + .lg\:mt-14\/16 { + margin-top: 87.5%; + } + + .lg\:mr-14\/16 { + margin-right: 87.5%; + } + + .lg\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .lg\:ml-14\/16 { + margin-left: 87.5%; + } + + .lg\:mt-15\/16 { + margin-top: 93.75%; + } + + .lg\:mr-15\/16 { + margin-right: 93.75%; + } + + .lg\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .lg\:ml-15\/16 { + margin-left: 93.75%; + } + + .lg\:mt-full { + margin-top: 100%; + } + + .lg\:mr-full { + margin-right: 100%; + } + + .lg\:mb-full { + margin-bottom: 100%; + } + + .lg\:ml-full { + margin-left: 100%; + } + .lg\:-mt-1 { margin-top: -0.25rem; } @@ -98820,6 +152432,22 @@ video { margin-left: -1.5rem; } + .lg\:-mt-7 { + margin-top: -1.75rem; + } + + .lg\:-mr-7 { + margin-right: -1.75rem; + } + + .lg\:-mb-7 { + margin-bottom: -1.75rem; + } + + .lg\:-ml-7 { + margin-left: -1.75rem; + } + .lg\:-mt-8 { margin-top: -2rem; } @@ -98836,6 +152464,22 @@ video { margin-left: -2rem; } + .lg\:-mt-9 { + margin-top: -2.25rem; + } + + .lg\:-mr-9 { + margin-right: -2.25rem; + } + + .lg\:-mb-9 { + margin-bottom: -2.25rem; + } + + .lg\:-ml-9 { + margin-left: -2.25rem; + } + .lg\:-mt-10 { margin-top: -2.5rem; } @@ -98852,6 +152496,22 @@ video { margin-left: -2.5rem; } + .lg\:-mt-11 { + margin-top: -2.75rem; + } + + .lg\:-mr-11 { + margin-right: -2.75rem; + } + + .lg\:-mb-11 { + margin-bottom: -2.75rem; + } + + .lg\:-ml-11 { + margin-left: -2.75rem; + } + .lg\:-mt-12 { margin-top: -3rem; } @@ -98868,6 +152528,54 @@ video { margin-left: -3rem; } + .lg\:-mt-13 { + margin-top: -3.25rem; + } + + .lg\:-mr-13 { + margin-right: -3.25rem; + } + + .lg\:-mb-13 { + margin-bottom: -3.25rem; + } + + .lg\:-ml-13 { + margin-left: -3.25rem; + } + + .lg\:-mt-14 { + margin-top: -3.5rem; + } + + .lg\:-mr-14 { + margin-right: -3.5rem; + } + + .lg\:-mb-14 { + margin-bottom: -3.5rem; + } + + .lg\:-ml-14 { + margin-left: -3.5rem; + } + + .lg\:-mt-15 { + margin-top: -3.75rem; + } + + .lg\:-mr-15 { + margin-right: -3.75rem; + } + + .lg\:-mb-15 { + margin-bottom: -3.75rem; + } + + .lg\:-ml-15 { + margin-left: -3.75rem; + } + .lg\:-mt-16 { margin-top: -4rem; } @@ -98916,6 +152624,22 @@ video { margin-left: -6rem; } + .lg\:-mt-28 { + margin-top: -7rem; + } + + .lg\:-mr-28 { + margin-right: -7rem; + } + + .lg\:-mb-28 { + margin-bottom: -7rem; + } + + .lg\:-ml-28 { + margin-left: -7rem; + } + .lg\:-mt-32 { margin-top: -8rem; } @@ -98932,6 +152656,22 @@ video { margin-left: -8rem; } + .lg\:-mt-36 { + margin-top: -9rem; + } + + .lg\:-mr-36 { + margin-right: -9rem; + } + + .lg\:-mb-36 { + margin-bottom: -9rem; + } + + .lg\:-ml-36 { + margin-left: -9rem; + } + .lg\:-mt-40 { margin-top: -10rem; } @@ -98948,6 +152688,22 @@ video { margin-left: -10rem; } + .lg\:-mt-44 { + margin-top: -11rem; + } + + .lg\:-mr-44 { + margin-right: -11rem; + } + + .lg\:-mb-44 { + margin-bottom: -11rem; + } + + .lg\:-ml-44 { + margin-left: -11rem; + } + .lg\:-mt-48 { margin-top: -12rem; } @@ -98964,6 +152720,22 @@ video { margin-left: -12rem; } + .lg\:-mt-52 { + margin-top: -13rem; + } + + .lg\:-mr-52 { + margin-right: -13rem; + } + + .lg\:-mb-52 { + margin-bottom: -13rem; + } + + .lg\:-ml-52 { + margin-left: -13rem; + } + .lg\:-mt-56 { margin-top: -14rem; } @@ -98980,6 +152752,22 @@ video { margin-left: -14rem; } + .lg\:-mt-60 { + margin-top: -15rem; + } + + .lg\:-mr-60 { + margin-right: -15rem; + } + + .lg\:-mb-60 { + margin-bottom: -15rem; + } + + .lg\:-ml-60 { + margin-left: -15rem; + } + .lg\:-mt-64 { margin-top: -16rem; } @@ -98996,6 +152784,54 @@ video { margin-left: -16rem; } + .lg\:-mt-72 { + margin-top: -18rem; + } + + .lg\:-mr-72 { + margin-right: -18rem; + } + + .lg\:-mb-72 { + margin-bottom: -18rem; + } + + .lg\:-ml-72 { + margin-left: -18rem; + } + + .lg\:-mt-80 { + margin-top: -20rem; + } + + .lg\:-mr-80 { + margin-right: -20rem; + } + + .lg\:-mb-80 { + margin-bottom: -20rem; + } + + .lg\:-ml-80 { + margin-left: -20rem; + } + + .lg\:-mt-96 { + margin-top: -24rem; + } + + .lg\:-mr-96 { + margin-right: -24rem; + } + + .lg\:-mb-96 { + margin-bottom: -24rem; + } + + .lg\:-ml-96 { + margin-left: -24rem; + } + .lg\:-mt-px { margin-top: -1px; } @@ -99012,14 +152848,1066 @@ video { margin-left: -1px; } - .lg\:max-h-full { - max-height: 100%; + .lg\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .lg\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .lg\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .lg\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .lg\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .lg\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .lg\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .lg\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .lg\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .lg\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .lg\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .lg\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .lg\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .lg\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .lg\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .lg\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .lg\:-mt-1\/2 { + margin-top: -50%; + } + + .lg\:-mr-1\/2 { + margin-right: -50%; + } + + .lg\:-mb-1\/2 { + margin-bottom: -50%; + } + + .lg\:-ml-1\/2 { + margin-left: -50%; + } + + .lg\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .lg\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .lg\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .lg\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .lg\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .lg\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .lg\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .lg\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .lg\:-mt-1\/4 { + margin-top: -25%; + } + + .lg\:-mr-1\/4 { + margin-right: -25%; + } + + .lg\:-mb-1\/4 { + margin-bottom: -25%; + } + + .lg\:-ml-1\/4 { + margin-left: -25%; + } + + .lg\:-mt-2\/4 { + margin-top: -50%; + } + + .lg\:-mr-2\/4 { + margin-right: -50%; + } + + .lg\:-mb-2\/4 { + margin-bottom: -50%; + } + + .lg\:-ml-2\/4 { + margin-left: -50%; + } + + .lg\:-mt-3\/4 { + margin-top: -75%; + } + + .lg\:-mr-3\/4 { + margin-right: -75%; + } + + .lg\:-mb-3\/4 { + margin-bottom: -75%; + } + + .lg\:-ml-3\/4 { + margin-left: -75%; + } + + .lg\:-mt-1\/5 { + margin-top: -20%; + } + + .lg\:-mr-1\/5 { + margin-right: -20%; + } + + .lg\:-mb-1\/5 { + margin-bottom: -20%; + } + + .lg\:-ml-1\/5 { + margin-left: -20%; + } + + .lg\:-mt-2\/5 { + margin-top: -40%; + } + + .lg\:-mr-2\/5 { + margin-right: -40%; + } + + .lg\:-mb-2\/5 { + margin-bottom: -40%; + } + + .lg\:-ml-2\/5 { + margin-left: -40%; + } + + .lg\:-mt-3\/5 { + margin-top: -60%; + } + + .lg\:-mr-3\/5 { + margin-right: -60%; + } + + .lg\:-mb-3\/5 { + margin-bottom: -60%; + } + + .lg\:-ml-3\/5 { + margin-left: -60%; + } + + .lg\:-mt-4\/5 { + margin-top: -80%; + } + + .lg\:-mr-4\/5 { + margin-right: -80%; + } + + .lg\:-mb-4\/5 { + margin-bottom: -80%; + } + + .lg\:-ml-4\/5 { + margin-left: -80%; + } + + .lg\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .lg\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .lg\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .lg\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .lg\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .lg\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .lg\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .lg\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .lg\:-mt-3\/6 { + margin-top: -50%; + } + + .lg\:-mr-3\/6 { + margin-right: -50%; + } + + .lg\:-mb-3\/6 { + margin-bottom: -50%; + } + + .lg\:-ml-3\/6 { + margin-left: -50%; + } + + .lg\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .lg\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .lg\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .lg\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .lg\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .lg\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .lg\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .lg\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .lg\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .lg\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .lg\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .lg\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .lg\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .lg\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .lg\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .lg\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .lg\:-mt-3\/12 { + margin-top: -25%; + } + + .lg\:-mr-3\/12 { + margin-right: -25%; + } + + .lg\:-mb-3\/12 { + margin-bottom: -25%; + } + + .lg\:-ml-3\/12 { + margin-left: -25%; + } + + .lg\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .lg\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .lg\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .lg\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .lg\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .lg\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .lg\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .lg\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .lg\:-mt-6\/12 { + margin-top: -50%; + } + + .lg\:-mr-6\/12 { + margin-right: -50%; + } + + .lg\:-mb-6\/12 { + margin-bottom: -50%; + } + + .lg\:-ml-6\/12 { + margin-left: -50%; + } + + .lg\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .lg\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .lg\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .lg\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .lg\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .lg\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .lg\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .lg\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .lg\:-mt-9\/12 { + margin-top: -75%; + } + + .lg\:-mr-9\/12 { + margin-right: -75%; + } + + .lg\:-mb-9\/12 { + margin-bottom: -75%; + } + + .lg\:-ml-9\/12 { + margin-left: -75%; + } + + .lg\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .lg\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .lg\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .lg\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .lg\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .lg\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .lg\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .lg\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .lg\:-mt-1\/16 { + margin-top: -6.25%; + } + + .lg\:-mr-1\/16 { + margin-right: -6.25%; + } + + .lg\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .lg\:-ml-1\/16 { + margin-left: -6.25%; + } + + .lg\:-mt-2\/16 { + margin-top: -12.5%; + } + + .lg\:-mr-2\/16 { + margin-right: -12.5%; + } + + .lg\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .lg\:-ml-2\/16 { + margin-left: -12.5%; + } + + .lg\:-mt-3\/16 { + margin-top: -18.75%; + } + + .lg\:-mr-3\/16 { + margin-right: -18.75%; + } + + .lg\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .lg\:-ml-3\/16 { + margin-left: -18.75%; + } + + .lg\:-mt-4\/16 { + margin-top: -25%; + } + + .lg\:-mr-4\/16 { + margin-right: -25%; + } + + .lg\:-mb-4\/16 { + margin-bottom: -25%; + } + + .lg\:-ml-4\/16 { + margin-left: -25%; + } + + .lg\:-mt-5\/16 { + margin-top: -31.25%; + } + + .lg\:-mr-5\/16 { + margin-right: -31.25%; + } + + .lg\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .lg\:-ml-5\/16 { + margin-left: -31.25%; + } + + .lg\:-mt-6\/16 { + margin-top: -37.5%; + } + + .lg\:-mr-6\/16 { + margin-right: -37.5%; + } + + .lg\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .lg\:-ml-6\/16 { + margin-left: -37.5%; + } + + .lg\:-mt-7\/16 { + margin-top: -43.75%; + } + + .lg\:-mr-7\/16 { + margin-right: -43.75%; + } + + .lg\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .lg\:-ml-7\/16 { + margin-left: -43.75%; + } + + .lg\:-mt-8\/16 { + margin-top: -50%; + } + + .lg\:-mr-8\/16 { + margin-right: -50%; + } + + .lg\:-mb-8\/16 { + margin-bottom: -50%; + } + + .lg\:-ml-8\/16 { + margin-left: -50%; + } + + .lg\:-mt-9\/16 { + margin-top: -56.25%; + } + + .lg\:-mr-9\/16 { + margin-right: -56.25%; + } + + .lg\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .lg\:-ml-9\/16 { + margin-left: -56.25%; + } + + .lg\:-mt-10\/16 { + margin-top: -62.5%; + } + + .lg\:-mr-10\/16 { + margin-right: -62.5%; + } + + .lg\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .lg\:-ml-10\/16 { + margin-left: -62.5%; + } + + .lg\:-mt-11\/16 { + margin-top: -68.75%; + } + + .lg\:-mr-11\/16 { + margin-right: -68.75%; + } + + .lg\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .lg\:-ml-11\/16 { + margin-left: -68.75%; + } + + .lg\:-mt-12\/16 { + margin-top: -75%; + } + + .lg\:-mr-12\/16 { + margin-right: -75%; + } + + .lg\:-mb-12\/16 { + margin-bottom: -75%; + } + + .lg\:-ml-12\/16 { + margin-left: -75%; + } + + .lg\:-mt-13\/16 { + margin-top: -81.25%; + } + + .lg\:-mr-13\/16 { + margin-right: -81.25%; + } + + .lg\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .lg\:-ml-13\/16 { + margin-left: -81.25%; + } + + .lg\:-mt-14\/16 { + margin-top: -87.5%; + } + + .lg\:-mr-14\/16 { + margin-right: -87.5%; + } + + .lg\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .lg\:-ml-14\/16 { + margin-left: -87.5%; + } + + .lg\:-mt-15\/16 { + margin-top: -93.75%; + } + + .lg\:-mr-15\/16 { + margin-right: -93.75%; + } + + .lg\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .lg\:-ml-15\/16 { + margin-left: -93.75%; + } + + .lg\:-mt-full { + margin-top: -100%; + } + + .lg\:-mr-full { + margin-right: -100%; + } + + .lg\:-mb-full { + margin-bottom: -100%; + } + + .lg\:-ml-full { + margin-left: -100%; + } + + .lg\:max-h-0 { + max-height: 0; + } + + .lg\:max-h-1 { + max-height: 0.25rem; + } + + .lg\:max-h-2 { + max-height: 0.5rem; + } + + .lg\:max-h-3 { + max-height: 0.75rem; + } + + .lg\:max-h-4 { + max-height: 1rem; + } + + .lg\:max-h-5 { + max-height: 1.25rem; + } + + .lg\:max-h-6 { + max-height: 1.5rem; + } + + .lg\:max-h-7 { + max-height: 1.75rem; + } + + .lg\:max-h-8 { + max-height: 2rem; + } + + .lg\:max-h-9 { + max-height: 2.25rem; + } + + .lg\:max-h-10 { + max-height: 2.5rem; + } + + .lg\:max-h-11 { + max-height: 2.75rem; + } + + .lg\:max-h-12 { + max-height: 3rem; + } + + .lg\:max-h-13 { + max-height: 3.25rem; + } + + .lg\:max-h-14 { + max-height: 3.5rem; + } + + .lg\:max-h-15 { + max-height: 3.75rem; + } + + .lg\:max-h-16 { + max-height: 4rem; + } + + .lg\:max-h-20 { + max-height: 5rem; + } + + .lg\:max-h-24 { + max-height: 6rem; + } + + .lg\:max-h-28 { + max-height: 7rem; + } + + .lg\:max-h-32 { + max-height: 8rem; + } + + .lg\:max-h-36 { + max-height: 9rem; + } + + .lg\:max-h-40 { + max-height: 10rem; + } + + .lg\:max-h-44 { + max-height: 11rem; + } + + .lg\:max-h-48 { + max-height: 12rem; + } + + .lg\:max-h-52 { + max-height: 13rem; + } + + .lg\:max-h-56 { + max-height: 14rem; + } + + .lg\:max-h-60 { + max-height: 15rem; + } + + .lg\:max-h-64 { + max-height: 16rem; + } + + .lg\:max-h-72 { + max-height: 18rem; + } + + .lg\:max-h-80 { + max-height: 20rem; + } + + .lg\:max-h-96 { + max-height: 24rem; } .lg\:max-h-screen { max-height: 100vh; } + .lg\:max-h-px { + max-height: 1px; + } + + .lg\:max-h-0\.5 { + max-height: 0.125rem; + } + + .lg\:max-h-1\.5 { + max-height: 0.375rem; + } + + .lg\:max-h-2\.5 { + max-height: 0.625rem; + } + + .lg\:max-h-3\.5 { + max-height: 0.875rem; + } + + .lg\:max-h-1\/2 { + max-height: 50%; + } + + .lg\:max-h-1\/3 { + max-height: 33.333333%; + } + + .lg\:max-h-2\/3 { + max-height: 66.666667%; + } + + .lg\:max-h-1\/4 { + max-height: 25%; + } + + .lg\:max-h-2\/4 { + max-height: 50%; + } + + .lg\:max-h-3\/4 { + max-height: 75%; + } + + .lg\:max-h-1\/5 { + max-height: 20%; + } + + .lg\:max-h-2\/5 { + max-height: 40%; + } + + .lg\:max-h-3\/5 { + max-height: 60%; + } + + .lg\:max-h-4\/5 { + max-height: 80%; + } + + .lg\:max-h-1\/6 { + max-height: 16.666667%; + } + + .lg\:max-h-2\/6 { + max-height: 33.333333%; + } + + .lg\:max-h-3\/6 { + max-height: 50%; + } + + .lg\:max-h-4\/6 { + max-height: 66.666667%; + } + + .lg\:max-h-5\/6 { + max-height: 83.333333%; + } + + .lg\:max-h-1\/12 { + max-height: 8.333333%; + } + + .lg\:max-h-2\/12 { + max-height: 16.666667%; + } + + .lg\:max-h-3\/12 { + max-height: 25%; + } + + .lg\:max-h-4\/12 { + max-height: 33.333333%; + } + + .lg\:max-h-5\/12 { + max-height: 41.666667%; + } + + .lg\:max-h-6\/12 { + max-height: 50%; + } + + .lg\:max-h-7\/12 { + max-height: 58.333333%; + } + + .lg\:max-h-8\/12 { + max-height: 66.666667%; + } + + .lg\:max-h-9\/12 { + max-height: 75%; + } + + .lg\:max-h-10\/12 { + max-height: 83.333333%; + } + + .lg\:max-h-11\/12 { + max-height: 91.666667%; + } + + .lg\:max-h-1\/16 { + max-height: 6.25%; + } + + .lg\:max-h-2\/16 { + max-height: 12.5%; + } + + .lg\:max-h-3\/16 { + max-height: 18.75%; + } + + .lg\:max-h-4\/16 { + max-height: 25%; + } + + .lg\:max-h-5\/16 { + max-height: 31.25%; + } + + .lg\:max-h-6\/16 { + max-height: 37.5%; + } + + .lg\:max-h-7\/16 { + max-height: 43.75%; + } + + .lg\:max-h-8\/16 { + max-height: 50%; + } + + .lg\:max-h-9\/16 { + max-height: 56.25%; + } + + .lg\:max-h-10\/16 { + max-height: 62.5%; + } + + .lg\:max-h-11\/16 { + max-height: 68.75%; + } + + .lg\:max-h-12\/16 { + max-height: 75%; + } + + .lg\:max-h-13\/16 { + max-height: 81.25%; + } + + .lg\:max-h-14\/16 { + max-height: 87.5%; + } + + .lg\:max-h-15\/16 { + max-height: 93.75%; + } + + .lg\:max-h-full { + max-height: 100%; + } + + .lg\:max-w-0 { + max-width: 0rem; + } + .lg\:max-w-none { max-width: none; } @@ -99064,10 +153952,22 @@ video { max-width: 72rem; } + .lg\:max-w-7xl { + max-width: 80rem; + } + .lg\:max-w-full { max-width: 100%; } + .lg\:max-w-min { + max-width: min-content; + } + + .lg\:max-w-max { + max-width: max-content; + } + .lg\:max-w-screen-sm { max-width: 640px; } @@ -99104,6 +154004,14 @@ video { min-width: 100%; } + .lg\:min-w-min { + min-width: min-content; + } + + .lg\:min-w-max { + min-width: max-content; + } + .lg\:object-contain { object-fit: contain; } @@ -99362,18 +154270,42 @@ video { padding: 1.5rem; } + .lg\:p-7 { + padding: 1.75rem; + } + .lg\:p-8 { padding: 2rem; } + .lg\:p-9 { + padding: 2.25rem; + } + .lg\:p-10 { padding: 2.5rem; } + .lg\:p-11 { + padding: 2.75rem; + } + .lg\:p-12 { padding: 3rem; } + .lg\:p-13 { + padding: 3.25rem; + } + + .lg\:p-14 { + padding: 3.5rem; + } + + .lg\:p-15 { + padding: 3.75rem; + } + .lg\:p-16 { padding: 4rem; } @@ -99386,30 +154318,246 @@ video { padding: 6rem; } + .lg\:p-28 { + padding: 7rem; + } + .lg\:p-32 { padding: 8rem; } + .lg\:p-36 { + padding: 9rem; + } + .lg\:p-40 { padding: 10rem; } + .lg\:p-44 { + padding: 11rem; + } + .lg\:p-48 { padding: 12rem; } + .lg\:p-52 { + padding: 13rem; + } + .lg\:p-56 { padding: 14rem; } + .lg\:p-60 { + padding: 15rem; + } + .lg\:p-64 { padding: 16rem; } + .lg\:p-72 { + padding: 18rem; + } + + .lg\:p-80 { + padding: 20rem; + } + + .lg\:p-96 { + padding: 24rem; + } + .lg\:p-px { padding: 1px; } + .lg\:p-0\.5 { + padding: 0.125rem; + } + + .lg\:p-1\.5 { + padding: 0.375rem; + } + + .lg\:p-2\.5 { + padding: 0.625rem; + } + + .lg\:p-3\.5 { + padding: 0.875rem; + } + + .lg\:p-1\/2 { + padding: 50%; + } + + .lg\:p-1\/3 { + padding: 33.333333%; + } + + .lg\:p-2\/3 { + padding: 66.666667%; + } + + .lg\:p-1\/4 { + padding: 25%; + } + + .lg\:p-2\/4 { + padding: 50%; + } + + .lg\:p-3\/4 { + padding: 75%; + } + + .lg\:p-1\/5 { + padding: 20%; + } + + .lg\:p-2\/5 { + padding: 40%; + } + + .lg\:p-3\/5 { + padding: 60%; + } + + .lg\:p-4\/5 { + padding: 80%; + } + + .lg\:p-1\/6 { + padding: 16.666667%; + } + + .lg\:p-2\/6 { + padding: 33.333333%; + } + + .lg\:p-3\/6 { + padding: 50%; + } + + .lg\:p-4\/6 { + padding: 66.666667%; + } + + .lg\:p-5\/6 { + padding: 83.333333%; + } + + .lg\:p-1\/12 { + padding: 8.333333%; + } + + .lg\:p-2\/12 { + padding: 16.666667%; + } + + .lg\:p-3\/12 { + padding: 25%; + } + + .lg\:p-4\/12 { + padding: 33.333333%; + } + + .lg\:p-5\/12 { + padding: 41.666667%; + } + + .lg\:p-6\/12 { + padding: 50%; + } + + .lg\:p-7\/12 { + padding: 58.333333%; + } + + .lg\:p-8\/12 { + padding: 66.666667%; + } + + .lg\:p-9\/12 { + padding: 75%; + } + + .lg\:p-10\/12 { + padding: 83.333333%; + } + + .lg\:p-11\/12 { + padding: 91.666667%; + } + + .lg\:p-1\/16 { + padding: 6.25%; + } + + .lg\:p-2\/16 { + padding: 12.5%; + } + + .lg\:p-3\/16 { + padding: 18.75%; + } + + .lg\:p-4\/16 { + padding: 25%; + } + + .lg\:p-5\/16 { + padding: 31.25%; + } + + .lg\:p-6\/16 { + padding: 37.5%; + } + + .lg\:p-7\/16 { + padding: 43.75%; + } + + .lg\:p-8\/16 { + padding: 50%; + } + + .lg\:p-9\/16 { + padding: 56.25%; + } + + .lg\:p-10\/16 { + padding: 62.5%; + } + + .lg\:p-11\/16 { + padding: 68.75%; + } + + .lg\:p-12\/16 { + padding: 75%; + } + + .lg\:p-13\/16 { + padding: 81.25%; + } + + .lg\:p-14\/16 { + padding: 87.5%; + } + + .lg\:p-15\/16 { + padding: 93.75%; + } + + .lg\:p-full { + padding: 100%; + } + .lg\:py-0 { padding-top: 0; padding-bottom: 0; @@ -99480,6 +154628,16 @@ video { padding-right: 1.5rem; } + .lg\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .lg\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .lg\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -99490,6 +154648,16 @@ video { padding-right: 2rem; } + .lg\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .lg\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .lg\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -99500,6 +154668,16 @@ video { padding-right: 2.5rem; } + .lg\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .lg\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .lg\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -99510,6 +154688,36 @@ video { padding-right: 3rem; } + .lg\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .lg\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .lg\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .lg\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .lg\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .lg\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .lg\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -99540,6 +154748,16 @@ video { padding-right: 6rem; } + .lg\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .lg\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .lg\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -99550,6 +154768,16 @@ video { padding-right: 8rem; } + .lg\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .lg\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .lg\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -99560,6 +154788,16 @@ video { padding-right: 10rem; } + .lg\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .lg\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .lg\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -99570,6 +154808,16 @@ video { padding-right: 12rem; } + .lg\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .lg\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .lg\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -99580,6 +154828,16 @@ video { padding-right: 14rem; } + .lg\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .lg\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .lg\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -99590,6 +154848,36 @@ video { padding-right: 16rem; } + .lg\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .lg\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .lg\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .lg\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .lg\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .lg\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .lg\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -99600,6 +154888,466 @@ video { padding-right: 1px; } + .lg\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .lg\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .lg\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .lg\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .lg\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .lg\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .lg\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .lg\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .lg\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .lg\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .lg\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .lg\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .lg\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .lg\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .lg\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .lg\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .lg\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .lg\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .lg\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .lg\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .lg\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .lg\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .lg\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .lg\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .lg\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .lg\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .lg\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .lg\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .lg\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .lg\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .lg\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .lg\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .lg\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .lg\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .lg\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .lg\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .lg\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .lg\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .lg\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .lg\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .lg\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .lg\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .lg\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .lg\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .lg\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .lg\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .lg\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .lg\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .lg\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .lg\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .lg\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .lg\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .lg\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .lg\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .lg\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .lg\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .lg\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .lg\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .lg\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .lg\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .lg\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .lg\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .lg\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .lg\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .lg\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .lg\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .lg\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .lg\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .lg\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .lg\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .lg\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .lg\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .lg\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .lg\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .lg\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .lg\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .lg\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .lg\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .lg\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .lg\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .lg\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .lg\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .lg\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .lg\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .lg\:pt-0 { padding-top: 0; } @@ -99712,6 +155460,22 @@ video { padding-left: 1.5rem; } + .lg\:pt-7 { + padding-top: 1.75rem; + } + + .lg\:pr-7 { + padding-right: 1.75rem; + } + + .lg\:pb-7 { + padding-bottom: 1.75rem; + } + + .lg\:pl-7 { + padding-left: 1.75rem; + } + .lg\:pt-8 { padding-top: 2rem; } @@ -99728,6 +155492,22 @@ video { padding-left: 2rem; } + .lg\:pt-9 { + padding-top: 2.25rem; + } + + .lg\:pr-9 { + padding-right: 2.25rem; + } + + .lg\:pb-9 { + padding-bottom: 2.25rem; + } + + .lg\:pl-9 { + padding-left: 2.25rem; + } + .lg\:pt-10 { padding-top: 2.5rem; } @@ -99744,6 +155524,22 @@ video { padding-left: 2.5rem; } + .lg\:pt-11 { + padding-top: 2.75rem; + } + + .lg\:pr-11 { + padding-right: 2.75rem; + } + + .lg\:pb-11 { + padding-bottom: 2.75rem; + } + + .lg\:pl-11 { + padding-left: 2.75rem; + } + .lg\:pt-12 { padding-top: 3rem; } @@ -99760,6 +155556,54 @@ video { padding-left: 3rem; } + .lg\:pt-13 { + padding-top: 3.25rem; + } + + .lg\:pr-13 { + padding-right: 3.25rem; + } + + .lg\:pb-13 { + padding-bottom: 3.25rem; + } + + .lg\:pl-13 { + padding-left: 3.25rem; + } + + .lg\:pt-14 { + padding-top: 3.5rem; + } + + .lg\:pr-14 { + padding-right: 3.5rem; + } + + .lg\:pb-14 { + padding-bottom: 3.5rem; + } + + .lg\:pl-14 { + padding-left: 3.5rem; + } + + .lg\:pt-15 { + padding-top: 3.75rem; + } + + .lg\:pr-15 { + padding-right: 3.75rem; + } + + .lg\:pb-15 { + padding-bottom: 3.75rem; + } + + .lg\:pl-15 { + padding-left: 3.75rem; + } + .lg\:pt-16 { padding-top: 4rem; } @@ -99808,6 +155652,22 @@ video { padding-left: 6rem; } + .lg\:pt-28 { + padding-top: 7rem; + } + + .lg\:pr-28 { + padding-right: 7rem; + } + + .lg\:pb-28 { + padding-bottom: 7rem; + } + + .lg\:pl-28 { + padding-left: 7rem; + } + .lg\:pt-32 { padding-top: 8rem; } @@ -99824,6 +155684,22 @@ video { padding-left: 8rem; } + .lg\:pt-36 { + padding-top: 9rem; + } + + .lg\:pr-36 { + padding-right: 9rem; + } + + .lg\:pb-36 { + padding-bottom: 9rem; + } + + .lg\:pl-36 { + padding-left: 9rem; + } + .lg\:pt-40 { padding-top: 10rem; } @@ -99840,6 +155716,22 @@ video { padding-left: 10rem; } + .lg\:pt-44 { + padding-top: 11rem; + } + + .lg\:pr-44 { + padding-right: 11rem; + } + + .lg\:pb-44 { + padding-bottom: 11rem; + } + + .lg\:pl-44 { + padding-left: 11rem; + } + .lg\:pt-48 { padding-top: 12rem; } @@ -99856,6 +155748,22 @@ video { padding-left: 12rem; } + .lg\:pt-52 { + padding-top: 13rem; + } + + .lg\:pr-52 { + padding-right: 13rem; + } + + .lg\:pb-52 { + padding-bottom: 13rem; + } + + .lg\:pl-52 { + padding-left: 13rem; + } + .lg\:pt-56 { padding-top: 14rem; } @@ -99872,6 +155780,22 @@ video { padding-left: 14rem; } + .lg\:pt-60 { + padding-top: 15rem; + } + + .lg\:pr-60 { + padding-right: 15rem; + } + + .lg\:pb-60 { + padding-bottom: 15rem; + } + + .lg\:pl-60 { + padding-left: 15rem; + } + .lg\:pt-64 { padding-top: 16rem; } @@ -99888,6 +155812,54 @@ video { padding-left: 16rem; } + .lg\:pt-72 { + padding-top: 18rem; + } + + .lg\:pr-72 { + padding-right: 18rem; + } + + .lg\:pb-72 { + padding-bottom: 18rem; + } + + .lg\:pl-72 { + padding-left: 18rem; + } + + .lg\:pt-80 { + padding-top: 20rem; + } + + .lg\:pr-80 { + padding-right: 20rem; + } + + .lg\:pb-80 { + padding-bottom: 20rem; + } + + .lg\:pl-80 { + padding-left: 20rem; + } + + .lg\:pt-96 { + padding-top: 24rem; + } + + .lg\:pr-96 { + padding-right: 24rem; + } + + .lg\:pb-96 { + padding-bottom: 24rem; + } + + .lg\:pl-96 { + padding-left: 24rem; + } + .lg\:pt-px { padding-top: 1px; } @@ -99904,6 +155876,742 @@ video { padding-left: 1px; } + .lg\:pt-0\.5 { + padding-top: 0.125rem; + } + + .lg\:pr-0\.5 { + padding-right: 0.125rem; + } + + .lg\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .lg\:pl-0\.5 { + padding-left: 0.125rem; + } + + .lg\:pt-1\.5 { + padding-top: 0.375rem; + } + + .lg\:pr-1\.5 { + padding-right: 0.375rem; + } + + .lg\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .lg\:pl-1\.5 { + padding-left: 0.375rem; + } + + .lg\:pt-2\.5 { + padding-top: 0.625rem; + } + + .lg\:pr-2\.5 { + padding-right: 0.625rem; + } + + .lg\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .lg\:pl-2\.5 { + padding-left: 0.625rem; + } + + .lg\:pt-3\.5 { + padding-top: 0.875rem; + } + + .lg\:pr-3\.5 { + padding-right: 0.875rem; + } + + .lg\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .lg\:pl-3\.5 { + padding-left: 0.875rem; + } + + .lg\:pt-1\/2 { + padding-top: 50%; + } + + .lg\:pr-1\/2 { + padding-right: 50%; + } + + .lg\:pb-1\/2 { + padding-bottom: 50%; + } + + .lg\:pl-1\/2 { + padding-left: 50%; + } + + .lg\:pt-1\/3 { + padding-top: 33.333333%; + } + + .lg\:pr-1\/3 { + padding-right: 33.333333%; + } + + .lg\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .lg\:pl-1\/3 { + padding-left: 33.333333%; + } + + .lg\:pt-2\/3 { + padding-top: 66.666667%; + } + + .lg\:pr-2\/3 { + padding-right: 66.666667%; + } + + .lg\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .lg\:pl-2\/3 { + padding-left: 66.666667%; + } + + .lg\:pt-1\/4 { + padding-top: 25%; + } + + .lg\:pr-1\/4 { + padding-right: 25%; + } + + .lg\:pb-1\/4 { + padding-bottom: 25%; + } + + .lg\:pl-1\/4 { + padding-left: 25%; + } + + .lg\:pt-2\/4 { + padding-top: 50%; + } + + .lg\:pr-2\/4 { + padding-right: 50%; + } + + .lg\:pb-2\/4 { + padding-bottom: 50%; + } + + .lg\:pl-2\/4 { + padding-left: 50%; + } + + .lg\:pt-3\/4 { + padding-top: 75%; + } + + .lg\:pr-3\/4 { + padding-right: 75%; + } + + .lg\:pb-3\/4 { + padding-bottom: 75%; + } + + .lg\:pl-3\/4 { + padding-left: 75%; + } + + .lg\:pt-1\/5 { + padding-top: 20%; + } + + .lg\:pr-1\/5 { + padding-right: 20%; + } + + .lg\:pb-1\/5 { + padding-bottom: 20%; + } + + .lg\:pl-1\/5 { + padding-left: 20%; + } + + .lg\:pt-2\/5 { + padding-top: 40%; + } + + .lg\:pr-2\/5 { + padding-right: 40%; + } + + .lg\:pb-2\/5 { + padding-bottom: 40%; + } + + .lg\:pl-2\/5 { + padding-left: 40%; + } + + .lg\:pt-3\/5 { + padding-top: 60%; + } + + .lg\:pr-3\/5 { + padding-right: 60%; + } + + .lg\:pb-3\/5 { + padding-bottom: 60%; + } + + .lg\:pl-3\/5 { + padding-left: 60%; + } + + .lg\:pt-4\/5 { + padding-top: 80%; + } + + .lg\:pr-4\/5 { + padding-right: 80%; + } + + .lg\:pb-4\/5 { + padding-bottom: 80%; + } + + .lg\:pl-4\/5 { + padding-left: 80%; + } + + .lg\:pt-1\/6 { + padding-top: 16.666667%; + } + + .lg\:pr-1\/6 { + padding-right: 16.666667%; + } + + .lg\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .lg\:pl-1\/6 { + padding-left: 16.666667%; + } + + .lg\:pt-2\/6 { + padding-top: 33.333333%; + } + + .lg\:pr-2\/6 { + padding-right: 33.333333%; + } + + .lg\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .lg\:pl-2\/6 { + padding-left: 33.333333%; + } + + .lg\:pt-3\/6 { + padding-top: 50%; + } + + .lg\:pr-3\/6 { + padding-right: 50%; + } + + .lg\:pb-3\/6 { + padding-bottom: 50%; + } + + .lg\:pl-3\/6 { + padding-left: 50%; + } + + .lg\:pt-4\/6 { + padding-top: 66.666667%; + } + + .lg\:pr-4\/6 { + padding-right: 66.666667%; + } + + .lg\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .lg\:pl-4\/6 { + padding-left: 66.666667%; + } + + .lg\:pt-5\/6 { + padding-top: 83.333333%; + } + + .lg\:pr-5\/6 { + padding-right: 83.333333%; + } + + .lg\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .lg\:pl-5\/6 { + padding-left: 83.333333%; + } + + .lg\:pt-1\/12 { + padding-top: 8.333333%; + } + + .lg\:pr-1\/12 { + padding-right: 8.333333%; + } + + .lg\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .lg\:pl-1\/12 { + padding-left: 8.333333%; + } + + .lg\:pt-2\/12 { + padding-top: 16.666667%; + } + + .lg\:pr-2\/12 { + padding-right: 16.666667%; + } + + .lg\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .lg\:pl-2\/12 { + padding-left: 16.666667%; + } + + .lg\:pt-3\/12 { + padding-top: 25%; + } + + .lg\:pr-3\/12 { + padding-right: 25%; + } + + .lg\:pb-3\/12 { + padding-bottom: 25%; + } + + .lg\:pl-3\/12 { + padding-left: 25%; + } + + .lg\:pt-4\/12 { + padding-top: 33.333333%; + } + + .lg\:pr-4\/12 { + padding-right: 33.333333%; + } + + .lg\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .lg\:pl-4\/12 { + padding-left: 33.333333%; + } + + .lg\:pt-5\/12 { + padding-top: 41.666667%; + } + + .lg\:pr-5\/12 { + padding-right: 41.666667%; + } + + .lg\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .lg\:pl-5\/12 { + padding-left: 41.666667%; + } + + .lg\:pt-6\/12 { + padding-top: 50%; + } + + .lg\:pr-6\/12 { + padding-right: 50%; + } + + .lg\:pb-6\/12 { + padding-bottom: 50%; + } + + .lg\:pl-6\/12 { + padding-left: 50%; + } + + .lg\:pt-7\/12 { + padding-top: 58.333333%; + } + + .lg\:pr-7\/12 { + padding-right: 58.333333%; + } + + .lg\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .lg\:pl-7\/12 { + padding-left: 58.333333%; + } + + .lg\:pt-8\/12 { + padding-top: 66.666667%; + } + + .lg\:pr-8\/12 { + padding-right: 66.666667%; + } + + .lg\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .lg\:pl-8\/12 { + padding-left: 66.666667%; + } + + .lg\:pt-9\/12 { + padding-top: 75%; + } + + .lg\:pr-9\/12 { + padding-right: 75%; + } + + .lg\:pb-9\/12 { + padding-bottom: 75%; + } + + .lg\:pl-9\/12 { + padding-left: 75%; + } + + .lg\:pt-10\/12 { + padding-top: 83.333333%; + } + + .lg\:pr-10\/12 { + padding-right: 83.333333%; + } + + .lg\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .lg\:pl-10\/12 { + padding-left: 83.333333%; + } + + .lg\:pt-11\/12 { + padding-top: 91.666667%; + } + + .lg\:pr-11\/12 { + padding-right: 91.666667%; + } + + .lg\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .lg\:pl-11\/12 { + padding-left: 91.666667%; + } + + .lg\:pt-1\/16 { + padding-top: 6.25%; + } + + .lg\:pr-1\/16 { + padding-right: 6.25%; + } + + .lg\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .lg\:pl-1\/16 { + padding-left: 6.25%; + } + + .lg\:pt-2\/16 { + padding-top: 12.5%; + } + + .lg\:pr-2\/16 { + padding-right: 12.5%; + } + + .lg\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .lg\:pl-2\/16 { + padding-left: 12.5%; + } + + .lg\:pt-3\/16 { + padding-top: 18.75%; + } + + .lg\:pr-3\/16 { + padding-right: 18.75%; + } + + .lg\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .lg\:pl-3\/16 { + padding-left: 18.75%; + } + + .lg\:pt-4\/16 { + padding-top: 25%; + } + + .lg\:pr-4\/16 { + padding-right: 25%; + } + + .lg\:pb-4\/16 { + padding-bottom: 25%; + } + + .lg\:pl-4\/16 { + padding-left: 25%; + } + + .lg\:pt-5\/16 { + padding-top: 31.25%; + } + + .lg\:pr-5\/16 { + padding-right: 31.25%; + } + + .lg\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .lg\:pl-5\/16 { + padding-left: 31.25%; + } + + .lg\:pt-6\/16 { + padding-top: 37.5%; + } + + .lg\:pr-6\/16 { + padding-right: 37.5%; + } + + .lg\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .lg\:pl-6\/16 { + padding-left: 37.5%; + } + + .lg\:pt-7\/16 { + padding-top: 43.75%; + } + + .lg\:pr-7\/16 { + padding-right: 43.75%; + } + + .lg\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .lg\:pl-7\/16 { + padding-left: 43.75%; + } + + .lg\:pt-8\/16 { + padding-top: 50%; + } + + .lg\:pr-8\/16 { + padding-right: 50%; + } + + .lg\:pb-8\/16 { + padding-bottom: 50%; + } + + .lg\:pl-8\/16 { + padding-left: 50%; + } + + .lg\:pt-9\/16 { + padding-top: 56.25%; + } + + .lg\:pr-9\/16 { + padding-right: 56.25%; + } + + .lg\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .lg\:pl-9\/16 { + padding-left: 56.25%; + } + + .lg\:pt-10\/16 { + padding-top: 62.5%; + } + + .lg\:pr-10\/16 { + padding-right: 62.5%; + } + + .lg\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .lg\:pl-10\/16 { + padding-left: 62.5%; + } + + .lg\:pt-11\/16 { + padding-top: 68.75%; + } + + .lg\:pr-11\/16 { + padding-right: 68.75%; + } + + .lg\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .lg\:pl-11\/16 { + padding-left: 68.75%; + } + + .lg\:pt-12\/16 { + padding-top: 75%; + } + + .lg\:pr-12\/16 { + padding-right: 75%; + } + + .lg\:pb-12\/16 { + padding-bottom: 75%; + } + + .lg\:pl-12\/16 { + padding-left: 75%; + } + + .lg\:pt-13\/16 { + padding-top: 81.25%; + } + + .lg\:pr-13\/16 { + padding-right: 81.25%; + } + + .lg\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .lg\:pl-13\/16 { + padding-left: 81.25%; + } + + .lg\:pt-14\/16 { + padding-top: 87.5%; + } + + .lg\:pr-14\/16 { + padding-right: 87.5%; + } + + .lg\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .lg\:pl-14\/16 { + padding-left: 87.5%; + } + + .lg\:pt-15\/16 { + padding-top: 93.75%; + } + + .lg\:pr-15\/16 { + padding-right: 93.75%; + } + + .lg\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .lg\:pl-15\/16 { + padding-left: 93.75%; + } + + .lg\:pt-full { + padding-top: 100%; + } + + .lg\:pr-full { + padding-right: 100%; + } + + .lg\:pb-full { + padding-bottom: 100%; + } + + .lg\:pl-full { + padding-left: 100%; + } + .lg\:placeholder-transparent::placeholder { color: transparent; } @@ -101853,6 +158561,223 @@ video { left: 0; } + .lg\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .lg\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .lg\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .lg\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .lg\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .lg\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .lg\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .lg\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .lg\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .lg\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .lg\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .lg\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .lg\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .lg\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .lg\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .lg\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .lg\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .lg\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .lg\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .lg\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .lg\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .lg\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .lg\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .lg\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .lg\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .lg\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .lg\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .lg\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .lg\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .lg\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .lg\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .lg\:inset-auto { top: auto; right: auto; @@ -101860,6 +158785,881 @@ video { left: auto; } + .lg\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .lg\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .lg\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .lg\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .lg\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .lg\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .lg\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .lg\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .lg\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .lg\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .lg\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .lg\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .lg\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .lg\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .lg\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .lg\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .lg\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .lg\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .lg\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .lg\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .lg\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .lg\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .lg\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .lg\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .lg\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .lg\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .lg\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .lg\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .lg\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .lg\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .lg\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .lg\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .lg\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .lg\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .lg\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .lg\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .lg\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .lg\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .lg\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .lg\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .lg\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .lg\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .lg\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .lg\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .lg\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .lg\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .lg\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .lg\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .lg\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .lg\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .lg\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .lg\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .lg\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .lg\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .lg\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .lg\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .lg\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .lg\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .lg\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .lg\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .lg\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .lg\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .lg\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .lg\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .lg\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .lg\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .lg\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .lg\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .lg\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .lg\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .lg\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .lg\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .lg\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .lg\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .lg\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .lg\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .lg\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .lg\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .lg\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .lg\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .lg\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .lg\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .lg\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .lg\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .lg\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .lg\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .lg\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .lg\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .lg\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .lg\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .lg\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .lg\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .lg\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .lg\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .lg\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .lg\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .lg\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .lg\:inset-y-0 { top: 0; bottom: 0; @@ -101870,6 +159670,316 @@ video { left: 0; } + .lg\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .lg\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .lg\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .lg\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .lg\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .lg\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .lg\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .lg\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .lg\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .lg\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .lg\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .lg\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .lg\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .lg\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .lg\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .lg\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .lg\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .lg\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .lg\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .lg\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .lg\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .lg\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .lg\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .lg\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .lg\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .lg\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .lg\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .lg\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .lg\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .lg\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .lg\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .lg\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .lg\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .lg\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .lg\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .lg\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .lg\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .lg\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .lg\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .lg\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .lg\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .lg\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .lg\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .lg\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .lg\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .lg\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .lg\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .lg\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .lg\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .lg\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .lg\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .lg\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .lg\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .lg\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .lg\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .lg\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .lg\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .lg\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .lg\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .lg\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .lg\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .lg\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .lg\:inset-y-auto { top: auto; bottom: auto; @@ -101880,6 +159990,1256 @@ video { left: auto; } + .lg\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .lg\:inset-x-px { + right: 1px; + left: 1px; + } + + .lg\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .lg\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .lg\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .lg\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .lg\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .lg\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .lg\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .lg\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .lg\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .lg\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .lg\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .lg\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .lg\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .lg\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .lg\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .lg\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .lg\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .lg\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .lg\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .lg\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .lg\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .lg\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .lg\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .lg\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .lg\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .lg\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .lg\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .lg\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .lg\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .lg\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .lg\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .lg\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .lg\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .lg\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .lg\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .lg\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .lg\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .lg\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .lg\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .lg\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .lg\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .lg\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .lg\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .lg\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .lg\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .lg\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .lg\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .lg\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .lg\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .lg\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .lg\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .lg\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .lg\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .lg\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .lg\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .lg\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .lg\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .lg\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .lg\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .lg\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .lg\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .lg\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .lg\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .lg\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .lg\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .lg\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .lg\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .lg\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .lg\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .lg\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .lg\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .lg\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .lg\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .lg\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .lg\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .lg\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .lg\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .lg\:inset-x-full { + right: 100%; + left: 100%; + } + + .lg\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .lg\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .lg\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .lg\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .lg\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .lg\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .lg\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .lg\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .lg\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .lg\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .lg\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .lg\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .lg\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .lg\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .lg\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .lg\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .lg\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .lg\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .lg\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .lg\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .lg\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .lg\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .lg\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .lg\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .lg\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .lg\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .lg\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .lg\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .lg\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .lg\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .lg\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .lg\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .lg\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .lg\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .lg\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .lg\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .lg\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .lg\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .lg\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .lg\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .lg\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .lg\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .lg\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .lg\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .lg\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .lg\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .lg\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .lg\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .lg\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .lg\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .lg\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .lg\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .lg\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .lg\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .lg\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .lg\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .lg\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .lg\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .lg\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .lg\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .lg\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .lg\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .lg\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .lg\:-inset-x-px { + right: -1px; + left: -1px; + } + + .lg\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .lg\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .lg\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .lg\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .lg\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .lg\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .lg\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .lg\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .lg\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .lg\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .lg\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .lg\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .lg\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .lg\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .lg\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .lg\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .lg\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .lg\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .lg\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .lg\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .lg\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .lg\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .lg\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .lg\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .lg\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .lg\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .lg\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .lg\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .lg\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .lg\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .lg\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .lg\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .lg\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .lg\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .lg\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .lg\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .lg\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .lg\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .lg\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .lg\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .lg\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .lg\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .lg\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .lg\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .lg\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .lg\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .lg\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .lg\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .lg\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .lg\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .lg\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .lg\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .lg\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .lg\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .lg\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .lg\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .lg\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .lg\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .lg\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .lg\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .lg\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .lg\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .lg\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .lg\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .lg\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .lg\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .lg\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .lg\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .lg\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .lg\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .lg\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .lg\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .lg\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .lg\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .lg\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .lg\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .lg\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .lg\:-inset-x-full { + right: -100%; + left: -100%; + } + .lg\:top-0 { top: 0; } @@ -101896,6 +161256,502 @@ video { left: 0; } + .lg\:top-1 { + top: 0.25rem; + } + + .lg\:right-1 { + right: 0.25rem; + } + + .lg\:bottom-1 { + bottom: 0.25rem; + } + + .lg\:left-1 { + left: 0.25rem; + } + + .lg\:top-2 { + top: 0.5rem; + } + + .lg\:right-2 { + right: 0.5rem; + } + + .lg\:bottom-2 { + bottom: 0.5rem; + } + + .lg\:left-2 { + left: 0.5rem; + } + + .lg\:top-3 { + top: 0.75rem; + } + + .lg\:right-3 { + right: 0.75rem; + } + + .lg\:bottom-3 { + bottom: 0.75rem; + } + + .lg\:left-3 { + left: 0.75rem; + } + + .lg\:top-4 { + top: 1rem; + } + + .lg\:right-4 { + right: 1rem; + } + + .lg\:bottom-4 { + bottom: 1rem; + } + + .lg\:left-4 { + left: 1rem; + } + + .lg\:top-5 { + top: 1.25rem; + } + + .lg\:right-5 { + right: 1.25rem; + } + + .lg\:bottom-5 { + bottom: 1.25rem; + } + + .lg\:left-5 { + left: 1.25rem; + } + + .lg\:top-6 { + top: 1.5rem; + } + + .lg\:right-6 { + right: 1.5rem; + } + + .lg\:bottom-6 { + bottom: 1.5rem; + } + + .lg\:left-6 { + left: 1.5rem; + } + + .lg\:top-7 { + top: 1.75rem; + } + + .lg\:right-7 { + right: 1.75rem; + } + + .lg\:bottom-7 { + bottom: 1.75rem; + } + + .lg\:left-7 { + left: 1.75rem; + } + + .lg\:top-8 { + top: 2rem; + } + + .lg\:right-8 { + right: 2rem; + } + + .lg\:bottom-8 { + bottom: 2rem; + } + + .lg\:left-8 { + left: 2rem; + } + + .lg\:top-9 { + top: 2.25rem; + } + + .lg\:right-9 { + right: 2.25rem; + } + + .lg\:bottom-9 { + bottom: 2.25rem; + } + + .lg\:left-9 { + left: 2.25rem; + } + + .lg\:top-10 { + top: 2.5rem; + } + + .lg\:right-10 { + right: 2.5rem; + } + + .lg\:bottom-10 { + bottom: 2.5rem; + } + + .lg\:left-10 { + left: 2.5rem; + } + + .lg\:top-11 { + top: 2.75rem; + } + + .lg\:right-11 { + right: 2.75rem; + } + + .lg\:bottom-11 { + bottom: 2.75rem; + } + + .lg\:left-11 { + left: 2.75rem; + } + + .lg\:top-12 { + top: 3rem; + } + + .lg\:right-12 { + right: 3rem; + } + + .lg\:bottom-12 { + bottom: 3rem; + } + + .lg\:left-12 { + left: 3rem; + } + + .lg\:top-13 { + top: 3.25rem; + } + + .lg\:right-13 { + right: 3.25rem; + } + + .lg\:bottom-13 { + bottom: 3.25rem; + } + + .lg\:left-13 { + left: 3.25rem; + } + + .lg\:top-14 { + top: 3.5rem; + } + + .lg\:right-14 { + right: 3.5rem; + } + + .lg\:bottom-14 { + bottom: 3.5rem; + } + + .lg\:left-14 { + left: 3.5rem; + } + + .lg\:top-15 { + top: 3.75rem; + } + + .lg\:right-15 { + right: 3.75rem; + } + + .lg\:bottom-15 { + bottom: 3.75rem; + } + + .lg\:left-15 { + left: 3.75rem; + } + + .lg\:top-16 { + top: 4rem; + } + + .lg\:right-16 { + right: 4rem; + } + + .lg\:bottom-16 { + bottom: 4rem; + } + + .lg\:left-16 { + left: 4rem; + } + + .lg\:top-20 { + top: 5rem; + } + + .lg\:right-20 { + right: 5rem; + } + + .lg\:bottom-20 { + bottom: 5rem; + } + + .lg\:left-20 { + left: 5rem; + } + + .lg\:top-24 { + top: 6rem; + } + + .lg\:right-24 { + right: 6rem; + } + + .lg\:bottom-24 { + bottom: 6rem; + } + + .lg\:left-24 { + left: 6rem; + } + + .lg\:top-28 { + top: 7rem; + } + + .lg\:right-28 { + right: 7rem; + } + + .lg\:bottom-28 { + bottom: 7rem; + } + + .lg\:left-28 { + left: 7rem; + } + + .lg\:top-32 { + top: 8rem; + } + + .lg\:right-32 { + right: 8rem; + } + + .lg\:bottom-32 { + bottom: 8rem; + } + + .lg\:left-32 { + left: 8rem; + } + + .lg\:top-36 { + top: 9rem; + } + + .lg\:right-36 { + right: 9rem; + } + + .lg\:bottom-36 { + bottom: 9rem; + } + + .lg\:left-36 { + left: 9rem; + } + + .lg\:top-40 { + top: 10rem; + } + + .lg\:right-40 { + right: 10rem; + } + + .lg\:bottom-40 { + bottom: 10rem; + } + + .lg\:left-40 { + left: 10rem; + } + + .lg\:top-44 { + top: 11rem; + } + + .lg\:right-44 { + right: 11rem; + } + + .lg\:bottom-44 { + bottom: 11rem; + } + + .lg\:left-44 { + left: 11rem; + } + + .lg\:top-48 { + top: 12rem; + } + + .lg\:right-48 { + right: 12rem; + } + + .lg\:bottom-48 { + bottom: 12rem; + } + + .lg\:left-48 { + left: 12rem; + } + + .lg\:top-52 { + top: 13rem; + } + + .lg\:right-52 { + right: 13rem; + } + + .lg\:bottom-52 { + bottom: 13rem; + } + + .lg\:left-52 { + left: 13rem; + } + + .lg\:top-56 { + top: 14rem; + } + + .lg\:right-56 { + right: 14rem; + } + + .lg\:bottom-56 { + bottom: 14rem; + } + + .lg\:left-56 { + left: 14rem; + } + + .lg\:top-60 { + top: 15rem; + } + + .lg\:right-60 { + right: 15rem; + } + + .lg\:bottom-60 { + bottom: 15rem; + } + + .lg\:left-60 { + left: 15rem; + } + + .lg\:top-64 { + top: 16rem; + } + + .lg\:right-64 { + right: 16rem; + } + + .lg\:bottom-64 { + bottom: 16rem; + } + + .lg\:left-64 { + left: 16rem; + } + + .lg\:top-72 { + top: 18rem; + } + + .lg\:right-72 { + right: 18rem; + } + + .lg\:bottom-72 { + bottom: 18rem; + } + + .lg\:left-72 { + left: 18rem; + } + + .lg\:top-80 { + top: 20rem; + } + + .lg\:right-80 { + right: 20rem; + } + + .lg\:bottom-80 { + bottom: 20rem; + } + + .lg\:left-80 { + left: 20rem; + } + + .lg\:top-96 { + top: 24rem; + } + + .lg\:right-96 { + right: 24rem; + } + + .lg\:bottom-96 { + bottom: 24rem; + } + + .lg\:left-96 { + left: 24rem; + } + .lg\:top-auto { top: auto; } @@ -101912,6 +161768,2006 @@ video { left: auto; } + .lg\:top-px { + top: 1px; + } + + .lg\:right-px { + right: 1px; + } + + .lg\:bottom-px { + bottom: 1px; + } + + .lg\:left-px { + left: 1px; + } + + .lg\:top-0\.5 { + top: 0.125rem; + } + + .lg\:right-0\.5 { + right: 0.125rem; + } + + .lg\:bottom-0\.5 { + bottom: 0.125rem; + } + + .lg\:left-0\.5 { + left: 0.125rem; + } + + .lg\:top-1\.5 { + top: 0.375rem; + } + + .lg\:right-1\.5 { + right: 0.375rem; + } + + .lg\:bottom-1\.5 { + bottom: 0.375rem; + } + + .lg\:left-1\.5 { + left: 0.375rem; + } + + .lg\:top-2\.5 { + top: 0.625rem; + } + + .lg\:right-2\.5 { + right: 0.625rem; + } + + .lg\:bottom-2\.5 { + bottom: 0.625rem; + } + + .lg\:left-2\.5 { + left: 0.625rem; + } + + .lg\:top-3\.5 { + top: 0.875rem; + } + + .lg\:right-3\.5 { + right: 0.875rem; + } + + .lg\:bottom-3\.5 { + bottom: 0.875rem; + } + + .lg\:left-3\.5 { + left: 0.875rem; + } + + .lg\:top-1\/2 { + top: 50%; + } + + .lg\:right-1\/2 { + right: 50%; + } + + .lg\:bottom-1\/2 { + bottom: 50%; + } + + .lg\:left-1\/2 { + left: 50%; + } + + .lg\:top-1\/3 { + top: 33.333333%; + } + + .lg\:right-1\/3 { + right: 33.333333%; + } + + .lg\:bottom-1\/3 { + bottom: 33.333333%; + } + + .lg\:left-1\/3 { + left: 33.333333%; + } + + .lg\:top-2\/3 { + top: 66.666667%; + } + + .lg\:right-2\/3 { + right: 66.666667%; + } + + .lg\:bottom-2\/3 { + bottom: 66.666667%; + } + + .lg\:left-2\/3 { + left: 66.666667%; + } + + .lg\:top-1\/4 { + top: 25%; + } + + .lg\:right-1\/4 { + right: 25%; + } + + .lg\:bottom-1\/4 { + bottom: 25%; + } + + .lg\:left-1\/4 { + left: 25%; + } + + .lg\:top-2\/4 { + top: 50%; + } + + .lg\:right-2\/4 { + right: 50%; + } + + .lg\:bottom-2\/4 { + bottom: 50%; + } + + .lg\:left-2\/4 { + left: 50%; + } + + .lg\:top-3\/4 { + top: 75%; + } + + .lg\:right-3\/4 { + right: 75%; + } + + .lg\:bottom-3\/4 { + bottom: 75%; + } + + .lg\:left-3\/4 { + left: 75%; + } + + .lg\:top-1\/5 { + top: 20%; + } + + .lg\:right-1\/5 { + right: 20%; + } + + .lg\:bottom-1\/5 { + bottom: 20%; + } + + .lg\:left-1\/5 { + left: 20%; + } + + .lg\:top-2\/5 { + top: 40%; + } + + .lg\:right-2\/5 { + right: 40%; + } + + .lg\:bottom-2\/5 { + bottom: 40%; + } + + .lg\:left-2\/5 { + left: 40%; + } + + .lg\:top-3\/5 { + top: 60%; + } + + .lg\:right-3\/5 { + right: 60%; + } + + .lg\:bottom-3\/5 { + bottom: 60%; + } + + .lg\:left-3\/5 { + left: 60%; + } + + .lg\:top-4\/5 { + top: 80%; + } + + .lg\:right-4\/5 { + right: 80%; + } + + .lg\:bottom-4\/5 { + bottom: 80%; + } + + .lg\:left-4\/5 { + left: 80%; + } + + .lg\:top-1\/6 { + top: 16.666667%; + } + + .lg\:right-1\/6 { + right: 16.666667%; + } + + .lg\:bottom-1\/6 { + bottom: 16.666667%; + } + + .lg\:left-1\/6 { + left: 16.666667%; + } + + .lg\:top-2\/6 { + top: 33.333333%; + } + + .lg\:right-2\/6 { + right: 33.333333%; + } + + .lg\:bottom-2\/6 { + bottom: 33.333333%; + } + + .lg\:left-2\/6 { + left: 33.333333%; + } + + .lg\:top-3\/6 { + top: 50%; + } + + .lg\:right-3\/6 { + right: 50%; + } + + .lg\:bottom-3\/6 { + bottom: 50%; + } + + .lg\:left-3\/6 { + left: 50%; + } + + .lg\:top-4\/6 { + top: 66.666667%; + } + + .lg\:right-4\/6 { + right: 66.666667%; + } + + .lg\:bottom-4\/6 { + bottom: 66.666667%; + } + + .lg\:left-4\/6 { + left: 66.666667%; + } + + .lg\:top-5\/6 { + top: 83.333333%; + } + + .lg\:right-5\/6 { + right: 83.333333%; + } + + .lg\:bottom-5\/6 { + bottom: 83.333333%; + } + + .lg\:left-5\/6 { + left: 83.333333%; + } + + .lg\:top-1\/12 { + top: 8.333333%; + } + + .lg\:right-1\/12 { + right: 8.333333%; + } + + .lg\:bottom-1\/12 { + bottom: 8.333333%; + } + + .lg\:left-1\/12 { + left: 8.333333%; + } + + .lg\:top-2\/12 { + top: 16.666667%; + } + + .lg\:right-2\/12 { + right: 16.666667%; + } + + .lg\:bottom-2\/12 { + bottom: 16.666667%; + } + + .lg\:left-2\/12 { + left: 16.666667%; + } + + .lg\:top-3\/12 { + top: 25%; + } + + .lg\:right-3\/12 { + right: 25%; + } + + .lg\:bottom-3\/12 { + bottom: 25%; + } + + .lg\:left-3\/12 { + left: 25%; + } + + .lg\:top-4\/12 { + top: 33.333333%; + } + + .lg\:right-4\/12 { + right: 33.333333%; + } + + .lg\:bottom-4\/12 { + bottom: 33.333333%; + } + + .lg\:left-4\/12 { + left: 33.333333%; + } + + .lg\:top-5\/12 { + top: 41.666667%; + } + + .lg\:right-5\/12 { + right: 41.666667%; + } + + .lg\:bottom-5\/12 { + bottom: 41.666667%; + } + + .lg\:left-5\/12 { + left: 41.666667%; + } + + .lg\:top-6\/12 { + top: 50%; + } + + .lg\:right-6\/12 { + right: 50%; + } + + .lg\:bottom-6\/12 { + bottom: 50%; + } + + .lg\:left-6\/12 { + left: 50%; + } + + .lg\:top-7\/12 { + top: 58.333333%; + } + + .lg\:right-7\/12 { + right: 58.333333%; + } + + .lg\:bottom-7\/12 { + bottom: 58.333333%; + } + + .lg\:left-7\/12 { + left: 58.333333%; + } + + .lg\:top-8\/12 { + top: 66.666667%; + } + + .lg\:right-8\/12 { + right: 66.666667%; + } + + .lg\:bottom-8\/12 { + bottom: 66.666667%; + } + + .lg\:left-8\/12 { + left: 66.666667%; + } + + .lg\:top-9\/12 { + top: 75%; + } + + .lg\:right-9\/12 { + right: 75%; + } + + .lg\:bottom-9\/12 { + bottom: 75%; + } + + .lg\:left-9\/12 { + left: 75%; + } + + .lg\:top-10\/12 { + top: 83.333333%; + } + + .lg\:right-10\/12 { + right: 83.333333%; + } + + .lg\:bottom-10\/12 { + bottom: 83.333333%; + } + + .lg\:left-10\/12 { + left: 83.333333%; + } + + .lg\:top-11\/12 { + top: 91.666667%; + } + + .lg\:right-11\/12 { + right: 91.666667%; + } + + .lg\:bottom-11\/12 { + bottom: 91.666667%; + } + + .lg\:left-11\/12 { + left: 91.666667%; + } + + .lg\:top-1\/16 { + top: 6.25%; + } + + .lg\:right-1\/16 { + right: 6.25%; + } + + .lg\:bottom-1\/16 { + bottom: 6.25%; + } + + .lg\:left-1\/16 { + left: 6.25%; + } + + .lg\:top-2\/16 { + top: 12.5%; + } + + .lg\:right-2\/16 { + right: 12.5%; + } + + .lg\:bottom-2\/16 { + bottom: 12.5%; + } + + .lg\:left-2\/16 { + left: 12.5%; + } + + .lg\:top-3\/16 { + top: 18.75%; + } + + .lg\:right-3\/16 { + right: 18.75%; + } + + .lg\:bottom-3\/16 { + bottom: 18.75%; + } + + .lg\:left-3\/16 { + left: 18.75%; + } + + .lg\:top-4\/16 { + top: 25%; + } + + .lg\:right-4\/16 { + right: 25%; + } + + .lg\:bottom-4\/16 { + bottom: 25%; + } + + .lg\:left-4\/16 { + left: 25%; + } + + .lg\:top-5\/16 { + top: 31.25%; + } + + .lg\:right-5\/16 { + right: 31.25%; + } + + .lg\:bottom-5\/16 { + bottom: 31.25%; + } + + .lg\:left-5\/16 { + left: 31.25%; + } + + .lg\:top-6\/16 { + top: 37.5%; + } + + .lg\:right-6\/16 { + right: 37.5%; + } + + .lg\:bottom-6\/16 { + bottom: 37.5%; + } + + .lg\:left-6\/16 { + left: 37.5%; + } + + .lg\:top-7\/16 { + top: 43.75%; + } + + .lg\:right-7\/16 { + right: 43.75%; + } + + .lg\:bottom-7\/16 { + bottom: 43.75%; + } + + .lg\:left-7\/16 { + left: 43.75%; + } + + .lg\:top-8\/16 { + top: 50%; + } + + .lg\:right-8\/16 { + right: 50%; + } + + .lg\:bottom-8\/16 { + bottom: 50%; + } + + .lg\:left-8\/16 { + left: 50%; + } + + .lg\:top-9\/16 { + top: 56.25%; + } + + .lg\:right-9\/16 { + right: 56.25%; + } + + .lg\:bottom-9\/16 { + bottom: 56.25%; + } + + .lg\:left-9\/16 { + left: 56.25%; + } + + .lg\:top-10\/16 { + top: 62.5%; + } + + .lg\:right-10\/16 { + right: 62.5%; + } + + .lg\:bottom-10\/16 { + bottom: 62.5%; + } + + .lg\:left-10\/16 { + left: 62.5%; + } + + .lg\:top-11\/16 { + top: 68.75%; + } + + .lg\:right-11\/16 { + right: 68.75%; + } + + .lg\:bottom-11\/16 { + bottom: 68.75%; + } + + .lg\:left-11\/16 { + left: 68.75%; + } + + .lg\:top-12\/16 { + top: 75%; + } + + .lg\:right-12\/16 { + right: 75%; + } + + .lg\:bottom-12\/16 { + bottom: 75%; + } + + .lg\:left-12\/16 { + left: 75%; + } + + .lg\:top-13\/16 { + top: 81.25%; + } + + .lg\:right-13\/16 { + right: 81.25%; + } + + .lg\:bottom-13\/16 { + bottom: 81.25%; + } + + .lg\:left-13\/16 { + left: 81.25%; + } + + .lg\:top-14\/16 { + top: 87.5%; + } + + .lg\:right-14\/16 { + right: 87.5%; + } + + .lg\:bottom-14\/16 { + bottom: 87.5%; + } + + .lg\:left-14\/16 { + left: 87.5%; + } + + .lg\:top-15\/16 { + top: 93.75%; + } + + .lg\:right-15\/16 { + right: 93.75%; + } + + .lg\:bottom-15\/16 { + bottom: 93.75%; + } + + .lg\:left-15\/16 { + left: 93.75%; + } + + .lg\:top-full { + top: 100%; + } + + .lg\:right-full { + right: 100%; + } + + .lg\:bottom-full { + bottom: 100%; + } + + .lg\:left-full { + left: 100%; + } + + .lg\:-top-1 { + top: -0.25rem; + } + + .lg\:-right-1 { + right: -0.25rem; + } + + .lg\:-bottom-1 { + bottom: -0.25rem; + } + + .lg\:-left-1 { + left: -0.25rem; + } + + .lg\:-top-2 { + top: -0.5rem; + } + + .lg\:-right-2 { + right: -0.5rem; + } + + .lg\:-bottom-2 { + bottom: -0.5rem; + } + + .lg\:-left-2 { + left: -0.5rem; + } + + .lg\:-top-3 { + top: -0.75rem; + } + + .lg\:-right-3 { + right: -0.75rem; + } + + .lg\:-bottom-3 { + bottom: -0.75rem; + } + + .lg\:-left-3 { + left: -0.75rem; + } + + .lg\:-top-4 { + top: -1rem; + } + + .lg\:-right-4 { + right: -1rem; + } + + .lg\:-bottom-4 { + bottom: -1rem; + } + + .lg\:-left-4 { + left: -1rem; + } + + .lg\:-top-5 { + top: -1.25rem; + } + + .lg\:-right-5 { + right: -1.25rem; + } + + .lg\:-bottom-5 { + bottom: -1.25rem; + } + + .lg\:-left-5 { + left: -1.25rem; + } + + .lg\:-top-6 { + top: -1.5rem; + } + + .lg\:-right-6 { + right: -1.5rem; + } + + .lg\:-bottom-6 { + bottom: -1.5rem; + } + + .lg\:-left-6 { + left: -1.5rem; + } + + .lg\:-top-7 { + top: -1.75rem; + } + + .lg\:-right-7 { + right: -1.75rem; + } + + .lg\:-bottom-7 { + bottom: -1.75rem; + } + + .lg\:-left-7 { + left: -1.75rem; + } + + .lg\:-top-8 { + top: -2rem; + } + + .lg\:-right-8 { + right: -2rem; + } + + .lg\:-bottom-8 { + bottom: -2rem; + } + + .lg\:-left-8 { + left: -2rem; + } + + .lg\:-top-9 { + top: -2.25rem; + } + + .lg\:-right-9 { + right: -2.25rem; + } + + .lg\:-bottom-9 { + bottom: -2.25rem; + } + + .lg\:-left-9 { + left: -2.25rem; + } + + .lg\:-top-10 { + top: -2.5rem; + } + + .lg\:-right-10 { + right: -2.5rem; + } + + .lg\:-bottom-10 { + bottom: -2.5rem; + } + + .lg\:-left-10 { + left: -2.5rem; + } + + .lg\:-top-11 { + top: -2.75rem; + } + + .lg\:-right-11 { + right: -2.75rem; + } + + .lg\:-bottom-11 { + bottom: -2.75rem; + } + + .lg\:-left-11 { + left: -2.75rem; + } + + .lg\:-top-12 { + top: -3rem; + } + + .lg\:-right-12 { + right: -3rem; + } + + .lg\:-bottom-12 { + bottom: -3rem; + } + + .lg\:-left-12 { + left: -3rem; + } + + .lg\:-top-13 { + top: -3.25rem; + } + + .lg\:-right-13 { + right: -3.25rem; + } + + .lg\:-bottom-13 { + bottom: -3.25rem; + } + + .lg\:-left-13 { + left: -3.25rem; + } + + .lg\:-top-14 { + top: -3.5rem; + } + + .lg\:-right-14 { + right: -3.5rem; + } + + .lg\:-bottom-14 { + bottom: -3.5rem; + } + + .lg\:-left-14 { + left: -3.5rem; + } + + .lg\:-top-15 { + top: -3.75rem; + } + + .lg\:-right-15 { + right: -3.75rem; + } + + .lg\:-bottom-15 { + bottom: -3.75rem; + } + + .lg\:-left-15 { + left: -3.75rem; + } + + .lg\:-top-16 { + top: -4rem; + } + + .lg\:-right-16 { + right: -4rem; + } + + .lg\:-bottom-16 { + bottom: -4rem; + } + + .lg\:-left-16 { + left: -4rem; + } + + .lg\:-top-20 { + top: -5rem; + } + + .lg\:-right-20 { + right: -5rem; + } + + .lg\:-bottom-20 { + bottom: -5rem; + } + + .lg\:-left-20 { + left: -5rem; + } + + .lg\:-top-24 { + top: -6rem; + } + + .lg\:-right-24 { + right: -6rem; + } + + .lg\:-bottom-24 { + bottom: -6rem; + } + + .lg\:-left-24 { + left: -6rem; + } + + .lg\:-top-28 { + top: -7rem; + } + + .lg\:-right-28 { + right: -7rem; + } + + .lg\:-bottom-28 { + bottom: -7rem; + } + + .lg\:-left-28 { + left: -7rem; + } + + .lg\:-top-32 { + top: -8rem; + } + + .lg\:-right-32 { + right: -8rem; + } + + .lg\:-bottom-32 { + bottom: -8rem; + } + + .lg\:-left-32 { + left: -8rem; + } + + .lg\:-top-36 { + top: -9rem; + } + + .lg\:-right-36 { + right: -9rem; + } + + .lg\:-bottom-36 { + bottom: -9rem; + } + + .lg\:-left-36 { + left: -9rem; + } + + .lg\:-top-40 { + top: -10rem; + } + + .lg\:-right-40 { + right: -10rem; + } + + .lg\:-bottom-40 { + bottom: -10rem; + } + + .lg\:-left-40 { + left: -10rem; + } + + .lg\:-top-44 { + top: -11rem; + } + + .lg\:-right-44 { + right: -11rem; + } + + .lg\:-bottom-44 { + bottom: -11rem; + } + + .lg\:-left-44 { + left: -11rem; + } + + .lg\:-top-48 { + top: -12rem; + } + + .lg\:-right-48 { + right: -12rem; + } + + .lg\:-bottom-48 { + bottom: -12rem; + } + + .lg\:-left-48 { + left: -12rem; + } + + .lg\:-top-52 { + top: -13rem; + } + + .lg\:-right-52 { + right: -13rem; + } + + .lg\:-bottom-52 { + bottom: -13rem; + } + + .lg\:-left-52 { + left: -13rem; + } + + .lg\:-top-56 { + top: -14rem; + } + + .lg\:-right-56 { + right: -14rem; + } + + .lg\:-bottom-56 { + bottom: -14rem; + } + + .lg\:-left-56 { + left: -14rem; + } + + .lg\:-top-60 { + top: -15rem; + } + + .lg\:-right-60 { + right: -15rem; + } + + .lg\:-bottom-60 { + bottom: -15rem; + } + + .lg\:-left-60 { + left: -15rem; + } + + .lg\:-top-64 { + top: -16rem; + } + + .lg\:-right-64 { + right: -16rem; + } + + .lg\:-bottom-64 { + bottom: -16rem; + } + + .lg\:-left-64 { + left: -16rem; + } + + .lg\:-top-72 { + top: -18rem; + } + + .lg\:-right-72 { + right: -18rem; + } + + .lg\:-bottom-72 { + bottom: -18rem; + } + + .lg\:-left-72 { + left: -18rem; + } + + .lg\:-top-80 { + top: -20rem; + } + + .lg\:-right-80 { + right: -20rem; + } + + .lg\:-bottom-80 { + bottom: -20rem; + } + + .lg\:-left-80 { + left: -20rem; + } + + .lg\:-top-96 { + top: -24rem; + } + + .lg\:-right-96 { + right: -24rem; + } + + .lg\:-bottom-96 { + bottom: -24rem; + } + + .lg\:-left-96 { + left: -24rem; + } + + .lg\:-top-px { + top: -1px; + } + + .lg\:-right-px { + right: -1px; + } + + .lg\:-bottom-px { + bottom: -1px; + } + + .lg\:-left-px { + left: -1px; + } + + .lg\:-top-0\.5 { + top: -0.125rem; + } + + .lg\:-right-0\.5 { + right: -0.125rem; + } + + .lg\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .lg\:-left-0\.5 { + left: -0.125rem; + } + + .lg\:-top-1\.5 { + top: -0.375rem; + } + + .lg\:-right-1\.5 { + right: -0.375rem; + } + + .lg\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .lg\:-left-1\.5 { + left: -0.375rem; + } + + .lg\:-top-2\.5 { + top: -0.625rem; + } + + .lg\:-right-2\.5 { + right: -0.625rem; + } + + .lg\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .lg\:-left-2\.5 { + left: -0.625rem; + } + + .lg\:-top-3\.5 { + top: -0.875rem; + } + + .lg\:-right-3\.5 { + right: -0.875rem; + } + + .lg\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .lg\:-left-3\.5 { + left: -0.875rem; + } + + .lg\:-top-1\/2 { + top: -50%; + } + + .lg\:-right-1\/2 { + right: -50%; + } + + .lg\:-bottom-1\/2 { + bottom: -50%; + } + + .lg\:-left-1\/2 { + left: -50%; + } + + .lg\:-top-1\/3 { + top: -33.33333%; + } + + .lg\:-right-1\/3 { + right: -33.33333%; + } + + .lg\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .lg\:-left-1\/3 { + left: -33.33333%; + } + + .lg\:-top-2\/3 { + top: -66.66667%; + } + + .lg\:-right-2\/3 { + right: -66.66667%; + } + + .lg\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .lg\:-left-2\/3 { + left: -66.66667%; + } + + .lg\:-top-1\/4 { + top: -25%; + } + + .lg\:-right-1\/4 { + right: -25%; + } + + .lg\:-bottom-1\/4 { + bottom: -25%; + } + + .lg\:-left-1\/4 { + left: -25%; + } + + .lg\:-top-2\/4 { + top: -50%; + } + + .lg\:-right-2\/4 { + right: -50%; + } + + .lg\:-bottom-2\/4 { + bottom: -50%; + } + + .lg\:-left-2\/4 { + left: -50%; + } + + .lg\:-top-3\/4 { + top: -75%; + } + + .lg\:-right-3\/4 { + right: -75%; + } + + .lg\:-bottom-3\/4 { + bottom: -75%; + } + + .lg\:-left-3\/4 { + left: -75%; + } + + .lg\:-top-1\/5 { + top: -20%; + } + + .lg\:-right-1\/5 { + right: -20%; + } + + .lg\:-bottom-1\/5 { + bottom: -20%; + } + + .lg\:-left-1\/5 { + left: -20%; + } + + .lg\:-top-2\/5 { + top: -40%; + } + + .lg\:-right-2\/5 { + right: -40%; + } + + .lg\:-bottom-2\/5 { + bottom: -40%; + } + + .lg\:-left-2\/5 { + left: -40%; + } + + .lg\:-top-3\/5 { + top: -60%; + } + + .lg\:-right-3\/5 { + right: -60%; + } + + .lg\:-bottom-3\/5 { + bottom: -60%; + } + + .lg\:-left-3\/5 { + left: -60%; + } + + .lg\:-top-4\/5 { + top: -80%; + } + + .lg\:-right-4\/5 { + right: -80%; + } + + .lg\:-bottom-4\/5 { + bottom: -80%; + } + + .lg\:-left-4\/5 { + left: -80%; + } + + .lg\:-top-1\/6 { + top: -16.66667%; + } + + .lg\:-right-1\/6 { + right: -16.66667%; + } + + .lg\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .lg\:-left-1\/6 { + left: -16.66667%; + } + + .lg\:-top-2\/6 { + top: -33.33333%; + } + + .lg\:-right-2\/6 { + right: -33.33333%; + } + + .lg\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .lg\:-left-2\/6 { + left: -33.33333%; + } + + .lg\:-top-3\/6 { + top: -50%; + } + + .lg\:-right-3\/6 { + right: -50%; + } + + .lg\:-bottom-3\/6 { + bottom: -50%; + } + + .lg\:-left-3\/6 { + left: -50%; + } + + .lg\:-top-4\/6 { + top: -66.66667%; + } + + .lg\:-right-4\/6 { + right: -66.66667%; + } + + .lg\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .lg\:-left-4\/6 { + left: -66.66667%; + } + + .lg\:-top-5\/6 { + top: -83.33333%; + } + + .lg\:-right-5\/6 { + right: -83.33333%; + } + + .lg\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .lg\:-left-5\/6 { + left: -83.33333%; + } + + .lg\:-top-1\/12 { + top: -8.33333%; + } + + .lg\:-right-1\/12 { + right: -8.33333%; + } + + .lg\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .lg\:-left-1\/12 { + left: -8.33333%; + } + + .lg\:-top-2\/12 { + top: -16.66667%; + } + + .lg\:-right-2\/12 { + right: -16.66667%; + } + + .lg\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .lg\:-left-2\/12 { + left: -16.66667%; + } + + .lg\:-top-3\/12 { + top: -25%; + } + + .lg\:-right-3\/12 { + right: -25%; + } + + .lg\:-bottom-3\/12 { + bottom: -25%; + } + + .lg\:-left-3\/12 { + left: -25%; + } + + .lg\:-top-4\/12 { + top: -33.33333%; + } + + .lg\:-right-4\/12 { + right: -33.33333%; + } + + .lg\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .lg\:-left-4\/12 { + left: -33.33333%; + } + + .lg\:-top-5\/12 { + top: -41.66667%; + } + + .lg\:-right-5\/12 { + right: -41.66667%; + } + + .lg\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .lg\:-left-5\/12 { + left: -41.66667%; + } + + .lg\:-top-6\/12 { + top: -50%; + } + + .lg\:-right-6\/12 { + right: -50%; + } + + .lg\:-bottom-6\/12 { + bottom: -50%; + } + + .lg\:-left-6\/12 { + left: -50%; + } + + .lg\:-top-7\/12 { + top: -58.33333%; + } + + .lg\:-right-7\/12 { + right: -58.33333%; + } + + .lg\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .lg\:-left-7\/12 { + left: -58.33333%; + } + + .lg\:-top-8\/12 { + top: -66.66667%; + } + + .lg\:-right-8\/12 { + right: -66.66667%; + } + + .lg\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .lg\:-left-8\/12 { + left: -66.66667%; + } + + .lg\:-top-9\/12 { + top: -75%; + } + + .lg\:-right-9\/12 { + right: -75%; + } + + .lg\:-bottom-9\/12 { + bottom: -75%; + } + + .lg\:-left-9\/12 { + left: -75%; + } + + .lg\:-top-10\/12 { + top: -83.33333%; + } + + .lg\:-right-10\/12 { + right: -83.33333%; + } + + .lg\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .lg\:-left-10\/12 { + left: -83.33333%; + } + + .lg\:-top-11\/12 { + top: -91.66667%; + } + + .lg\:-right-11\/12 { + right: -91.66667%; + } + + .lg\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .lg\:-left-11\/12 { + left: -91.66667%; + } + + .lg\:-top-1\/16 { + top: -6.25%; + } + + .lg\:-right-1\/16 { + right: -6.25%; + } + + .lg\:-bottom-1\/16 { + bottom: -6.25%; + } + + .lg\:-left-1\/16 { + left: -6.25%; + } + + .lg\:-top-2\/16 { + top: -12.5%; + } + + .lg\:-right-2\/16 { + right: -12.5%; + } + + .lg\:-bottom-2\/16 { + bottom: -12.5%; + } + + .lg\:-left-2\/16 { + left: -12.5%; + } + + .lg\:-top-3\/16 { + top: -18.75%; + } + + .lg\:-right-3\/16 { + right: -18.75%; + } + + .lg\:-bottom-3\/16 { + bottom: -18.75%; + } + + .lg\:-left-3\/16 { + left: -18.75%; + } + + .lg\:-top-4\/16 { + top: -25%; + } + + .lg\:-right-4\/16 { + right: -25%; + } + + .lg\:-bottom-4\/16 { + bottom: -25%; + } + + .lg\:-left-4\/16 { + left: -25%; + } + + .lg\:-top-5\/16 { + top: -31.25%; + } + + .lg\:-right-5\/16 { + right: -31.25%; + } + + .lg\:-bottom-5\/16 { + bottom: -31.25%; + } + + .lg\:-left-5\/16 { + left: -31.25%; + } + + .lg\:-top-6\/16 { + top: -37.5%; + } + + .lg\:-right-6\/16 { + right: -37.5%; + } + + .lg\:-bottom-6\/16 { + bottom: -37.5%; + } + + .lg\:-left-6\/16 { + left: -37.5%; + } + + .lg\:-top-7\/16 { + top: -43.75%; + } + + .lg\:-right-7\/16 { + right: -43.75%; + } + + .lg\:-bottom-7\/16 { + bottom: -43.75%; + } + + .lg\:-left-7\/16 { + left: -43.75%; + } + + .lg\:-top-8\/16 { + top: -50%; + } + + .lg\:-right-8\/16 { + right: -50%; + } + + .lg\:-bottom-8\/16 { + bottom: -50%; + } + + .lg\:-left-8\/16 { + left: -50%; + } + + .lg\:-top-9\/16 { + top: -56.25%; + } + + .lg\:-right-9\/16 { + right: -56.25%; + } + + .lg\:-bottom-9\/16 { + bottom: -56.25%; + } + + .lg\:-left-9\/16 { + left: -56.25%; + } + + .lg\:-top-10\/16 { + top: -62.5%; + } + + .lg\:-right-10\/16 { + right: -62.5%; + } + + .lg\:-bottom-10\/16 { + bottom: -62.5%; + } + + .lg\:-left-10\/16 { + left: -62.5%; + } + + .lg\:-top-11\/16 { + top: -68.75%; + } + + .lg\:-right-11\/16 { + right: -68.75%; + } + + .lg\:-bottom-11\/16 { + bottom: -68.75%; + } + + .lg\:-left-11\/16 { + left: -68.75%; + } + + .lg\:-top-12\/16 { + top: -75%; + } + + .lg\:-right-12\/16 { + right: -75%; + } + + .lg\:-bottom-12\/16 { + bottom: -75%; + } + + .lg\:-left-12\/16 { + left: -75%; + } + + .lg\:-top-13\/16 { + top: -81.25%; + } + + .lg\:-right-13\/16 { + right: -81.25%; + } + + .lg\:-bottom-13\/16 { + bottom: -81.25%; + } + + .lg\:-left-13\/16 { + left: -81.25%; + } + + .lg\:-top-14\/16 { + top: -87.5%; + } + + .lg\:-right-14\/16 { + right: -87.5%; + } + + .lg\:-bottom-14\/16 { + bottom: -87.5%; + } + + .lg\:-left-14\/16 { + left: -87.5%; + } + + .lg\:-top-15\/16 { + top: -93.75%; + } + + .lg\:-right-15\/16 { + right: -93.75%; + } + + .lg\:-bottom-15\/16 { + bottom: -93.75%; + } + + .lg\:-left-15\/16 { + left: -93.75%; + } + + .lg\:-top-full { + top: -100%; + } + + .lg\:-right-full { + right: -100%; + } + + .lg\:-bottom-full { + bottom: -100%; + } + + .lg\:-left-full { + left: -100%; + } + .lg\:resize-none { resize: none; } @@ -105224,18 +167080,42 @@ video { width: 1.5rem; } + .lg\:w-7 { + width: 1.75rem; + } + .lg\:w-8 { width: 2rem; } + .lg\:w-9 { + width: 2.25rem; + } + .lg\:w-10 { width: 2.5rem; } + .lg\:w-11 { + width: 2.75rem; + } + .lg\:w-12 { width: 3rem; } + .lg\:w-13 { + width: 3.25rem; + } + + .lg\:w-14 { + width: 3.5rem; + } + + .lg\:w-15 { + width: 3.75rem; + } + .lg\:w-16 { width: 4rem; } @@ -105248,26 +167128,58 @@ video { width: 6rem; } + .lg\:w-28 { + width: 7rem; + } + .lg\:w-32 { width: 8rem; } + .lg\:w-36 { + width: 9rem; + } + .lg\:w-40 { width: 10rem; } + .lg\:w-44 { + width: 11rem; + } + .lg\:w-48 { width: 12rem; } + .lg\:w-52 { + width: 13rem; + } + .lg\:w-56 { width: 14rem; } + .lg\:w-60 { + width: 15rem; + } + .lg\:w-64 { width: 16rem; } + .lg\:w-72 { + width: 18rem; + } + + .lg\:w-80 { + width: 20rem; + } + + .lg\:w-96 { + width: 24rem; + } + .lg\:w-auto { width: auto; } @@ -105276,6 +167188,22 @@ video { width: 1px; } + .lg\:w-0\.5 { + width: 0.125rem; + } + + .lg\:w-1\.5 { + width: 0.375rem; + } + + .lg\:w-2\.5 { + width: 0.625rem; + } + + .lg\:w-3\.5 { + width: 0.875rem; + } + .lg\:w-1\/2 { width: 50%; } @@ -105380,6 +167308,66 @@ video { width: 91.666667%; } + .lg\:w-1\/16 { + width: 6.25%; + } + + .lg\:w-2\/16 { + width: 12.5%; + } + + .lg\:w-3\/16 { + width: 18.75%; + } + + .lg\:w-4\/16 { + width: 25%; + } + + .lg\:w-5\/16 { + width: 31.25%; + } + + .lg\:w-6\/16 { + width: 37.5%; + } + + .lg\:w-7\/16 { + width: 43.75%; + } + + .lg\:w-8\/16 { + width: 50%; + } + + .lg\:w-9\/16 { + width: 56.25%; + } + + .lg\:w-10\/16 { + width: 62.5%; + } + + .lg\:w-11\/16 { + width: 68.75%; + } + + .lg\:w-12\/16 { + width: 75%; + } + + .lg\:w-13\/16 { + width: 81.25%; + } + + .lg\:w-14\/16 { + width: 87.5%; + } + + .lg\:w-15\/16 { + width: 93.75%; + } + .lg\:w-full { width: 100%; } @@ -105388,6 +167376,14 @@ video { width: 100vw; } + .lg\:w-min { + width: min-content; + } + + .lg\:w-max { + width: max-content; + } + .lg\:z-0 { z-index: 0; } @@ -105451,21 +167447,51 @@ video { gap: 1.5rem; } + .lg\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .lg\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .lg\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .lg\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .lg\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .lg\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .lg\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .lg\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .lg\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .lg\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -105481,36 +167507,306 @@ video { gap: 6rem; } + .lg\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .lg\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .lg\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .lg\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .lg\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .lg\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .lg\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .lg\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .lg\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .lg\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .lg\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .lg\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .lg\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .lg\:gap-px { grid-gap: 1px; gap: 1px; } + .lg\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .lg\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .lg\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .lg\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .lg\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .lg\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .lg\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .lg\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .lg\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .lg\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .lg\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .lg\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .lg\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .lg\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .lg\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .lg\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .lg\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .lg\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .lg\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .lg\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .lg\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .lg\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .lg\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .lg\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .lg\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .lg\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .lg\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .lg\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .lg\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .lg\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .lg\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .lg\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .lg\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .lg\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .lg\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .lg\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .lg\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .lg\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .lg\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .lg\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .lg\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .lg\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .lg\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -105546,21 +167842,51 @@ video { column-gap: 1.5rem; } + .lg\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .lg\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .lg\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .lg\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .lg\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .lg\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .lg\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .lg\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .lg\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .lg\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -105576,36 +167902,306 @@ video { column-gap: 6rem; } + .lg\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .lg\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .lg\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .lg\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .lg\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .lg\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .lg\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .lg\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .lg\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .lg\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .lg\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .lg\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .lg\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .lg\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .lg\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .lg\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .lg\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .lg\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .lg\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .lg\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .lg\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .lg\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .lg\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .lg\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .lg\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .lg\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .lg\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .lg\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .lg\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .lg\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .lg\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .lg\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .lg\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .lg\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .lg\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .lg\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .lg\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .lg\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .lg\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .lg\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .lg\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .lg\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .lg\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .lg\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .lg\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .lg\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .lg\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .lg\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .lg\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .lg\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .lg\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .lg\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .lg\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .lg\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .lg\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .lg\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .lg\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -105641,21 +168237,51 @@ video { row-gap: 1.5rem; } + .lg\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .lg\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .lg\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .lg\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .lg\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .lg\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .lg\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .lg\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .lg\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .lg\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -105671,36 +168297,306 @@ video { row-gap: 6rem; } + .lg\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .lg\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .lg\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .lg\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .lg\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .lg\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .lg\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .lg\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .lg\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .lg\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .lg\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .lg\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .lg\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .lg\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .lg\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .lg\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .lg\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .lg\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .lg\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .lg\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .lg\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .lg\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .lg\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .lg\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .lg\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .lg\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .lg\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .lg\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .lg\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .lg\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .lg\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .lg\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .lg\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .lg\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .lg\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .lg\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .lg\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .lg\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .lg\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .lg\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .lg\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .lg\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .lg\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .lg\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .lg\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .lg\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .lg\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .lg\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .lg\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .lg\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .lg\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .lg\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .lg\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .lg\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .lg\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .lg\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .lg\:grid-flow-row { grid-auto-flow: row; } @@ -105762,7 +168658,7 @@ video { } .lg\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .lg\:grid-cols-none { @@ -105837,6 +168733,22 @@ video { grid-column: span 12 / span 12; } + .lg\:col-span-13 { + grid-column: span 13 / span 13; + } + + .lg\:col-span-14 { + grid-column: span 14 / span 14; + } + + .lg\:col-span-15 { + grid-column: span 15 / span 15; + } + + .lg\:col-span-16 { + grid-column: span 16 / span 16; + } + .lg\:col-span-full { grid-column: 1 / -1; } @@ -105893,6 +168805,22 @@ video { grid-column-start: 13; } + .lg\:col-start-14 { + grid-column-start: 14; + } + + .lg\:col-start-15 { + grid-column-start: 15; + } + + .lg\:col-start-16 { + grid-column-start: 16; + } + + .lg\:col-start-17 { + grid-column-start: 17; + } + .lg\:col-start-auto { grid-column-start: auto; } @@ -105949,6 +168877,22 @@ video { grid-column-end: 13; } + .lg\:col-end-14 { + grid-column-end: 14; + } + + .lg\:col-end-15 { + grid-column-end: 15; + } + + .lg\:col-end-16 { + grid-column-end: 16; + } + + .lg\:col-end-17 { + grid-column-end: 17; + } + .lg\:col-end-auto { grid-column-end: auto; } @@ -106777,18 +169721,42 @@ video { --transform-translate-x: 1.5rem; } + .lg\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .lg\:translate-x-8 { --transform-translate-x: 2rem; } + .lg\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .lg\:translate-x-10 { --transform-translate-x: 2.5rem; } + .lg\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .lg\:translate-x-12 { --transform-translate-x: 3rem; } + .lg\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .lg\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .lg\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .lg\:translate-x-16 { --transform-translate-x: 4rem; } @@ -106801,30 +169769,246 @@ video { --transform-translate-x: 6rem; } + .lg\:translate-x-28 { + --transform-translate-x: 7rem; + } + .lg\:translate-x-32 { --transform-translate-x: 8rem; } + .lg\:translate-x-36 { + --transform-translate-x: 9rem; + } + .lg\:translate-x-40 { --transform-translate-x: 10rem; } + .lg\:translate-x-44 { + --transform-translate-x: 11rem; + } + .lg\:translate-x-48 { --transform-translate-x: 12rem; } + .lg\:translate-x-52 { + --transform-translate-x: 13rem; + } + .lg\:translate-x-56 { --transform-translate-x: 14rem; } + .lg\:translate-x-60 { + --transform-translate-x: 15rem; + } + .lg\:translate-x-64 { --transform-translate-x: 16rem; } + .lg\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .lg\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .lg\:translate-x-96 { + --transform-translate-x: 24rem; + } + .lg\:translate-x-px { --transform-translate-x: 1px; } + .lg\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .lg\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .lg\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .lg\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .lg\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .lg\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .lg\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .lg\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .lg\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .lg\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .lg\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .lg\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .lg\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .lg\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .lg\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .lg\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .lg\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .lg\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .lg\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .lg\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .lg\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .lg\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .lg\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .lg\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .lg\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .lg\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .lg\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .lg\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .lg\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .lg\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .lg\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .lg\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .lg\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .lg\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .lg\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .lg\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .lg\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .lg\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .lg\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .lg\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .lg\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .lg\:translate-x-full { + --transform-translate-x: 100%; + } + .lg\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -106849,18 +170033,42 @@ video { --transform-translate-x: -1.5rem; } + .lg\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .lg\:-translate-x-8 { --transform-translate-x: -2rem; } + .lg\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .lg\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .lg\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .lg\:-translate-x-12 { --transform-translate-x: -3rem; } + .lg\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .lg\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .lg\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .lg\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -106873,44 +170081,244 @@ video { --transform-translate-x: -6rem; } + .lg\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .lg\:-translate-x-32 { --transform-translate-x: -8rem; } + .lg\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .lg\:-translate-x-40 { --transform-translate-x: -10rem; } + .lg\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .lg\:-translate-x-48 { --transform-translate-x: -12rem; } + .lg\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .lg\:-translate-x-56 { --transform-translate-x: -14rem; } + .lg\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .lg\:-translate-x-64 { --transform-translate-x: -16rem; } + .lg\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .lg\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .lg\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .lg\:-translate-x-px { --transform-translate-x: -1px; } - .lg\:-translate-x-full { - --transform-translate-x: -100%; + .lg\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .lg\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .lg\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .lg\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .lg\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .lg\:translate-x-1\/2 { - --transform-translate-x: 50%; + .lg\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .lg\:translate-x-full { - --transform-translate-x: 100%; + .lg\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .lg\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .lg\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .lg\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .lg\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .lg\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .lg\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .lg\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .lg\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .lg\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .lg\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .lg\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .lg\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .lg\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .lg\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .lg\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .lg\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .lg\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .lg\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .lg\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .lg\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .lg\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .lg\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .lg\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .lg\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .lg\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .lg\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .lg\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .lg\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .lg\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .lg\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .lg\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .lg\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .lg\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .lg\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .lg\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .lg\:-translate-x-full { + --transform-translate-x: -100%; } .lg\:translate-y-0 { @@ -106941,18 +170349,42 @@ video { --transform-translate-y: 1.5rem; } + .lg\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .lg\:translate-y-8 { --transform-translate-y: 2rem; } + .lg\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .lg\:translate-y-10 { --transform-translate-y: 2.5rem; } + .lg\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .lg\:translate-y-12 { --transform-translate-y: 3rem; } + .lg\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .lg\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .lg\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .lg\:translate-y-16 { --transform-translate-y: 4rem; } @@ -106965,30 +170397,246 @@ video { --transform-translate-y: 6rem; } + .lg\:translate-y-28 { + --transform-translate-y: 7rem; + } + .lg\:translate-y-32 { --transform-translate-y: 8rem; } + .lg\:translate-y-36 { + --transform-translate-y: 9rem; + } + .lg\:translate-y-40 { --transform-translate-y: 10rem; } + .lg\:translate-y-44 { + --transform-translate-y: 11rem; + } + .lg\:translate-y-48 { --transform-translate-y: 12rem; } + .lg\:translate-y-52 { + --transform-translate-y: 13rem; + } + .lg\:translate-y-56 { --transform-translate-y: 14rem; } + .lg\:translate-y-60 { + --transform-translate-y: 15rem; + } + .lg\:translate-y-64 { --transform-translate-y: 16rem; } + .lg\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .lg\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .lg\:translate-y-96 { + --transform-translate-y: 24rem; + } + .lg\:translate-y-px { --transform-translate-y: 1px; } + .lg\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .lg\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .lg\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .lg\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .lg\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .lg\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .lg\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .lg\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .lg\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .lg\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .lg\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .lg\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .lg\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .lg\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .lg\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .lg\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .lg\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .lg\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .lg\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .lg\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .lg\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .lg\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .lg\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .lg\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .lg\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .lg\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .lg\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .lg\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .lg\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .lg\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .lg\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .lg\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .lg\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .lg\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .lg\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .lg\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .lg\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .lg\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .lg\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .lg\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .lg\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .lg\:translate-y-full { + --transform-translate-y: 100%; + } + .lg\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -107013,18 +170661,42 @@ video { --transform-translate-y: -1.5rem; } + .lg\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .lg\:-translate-y-8 { --transform-translate-y: -2rem; } + .lg\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .lg\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .lg\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .lg\:-translate-y-12 { --transform-translate-y: -3rem; } + .lg\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .lg\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .lg\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .lg\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -107037,44 +170709,244 @@ video { --transform-translate-y: -6rem; } + .lg\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .lg\:-translate-y-32 { --transform-translate-y: -8rem; } + .lg\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .lg\:-translate-y-40 { --transform-translate-y: -10rem; } + .lg\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .lg\:-translate-y-48 { --transform-translate-y: -12rem; } + .lg\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .lg\:-translate-y-56 { --transform-translate-y: -14rem; } + .lg\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .lg\:-translate-y-64 { --transform-translate-y: -16rem; } + .lg\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .lg\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .lg\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .lg\:-translate-y-px { --transform-translate-y: -1px; } - .lg\:-translate-y-full { - --transform-translate-y: -100%; + .lg\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .lg\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .lg\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .lg\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .lg\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .lg\:translate-y-1\/2 { - --transform-translate-y: 50%; + .lg\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .lg\:translate-y-full { - --transform-translate-y: 100%; + .lg\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .lg\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .lg\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .lg\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .lg\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .lg\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .lg\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .lg\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .lg\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .lg\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .lg\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .lg\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .lg\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .lg\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .lg\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .lg\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .lg\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .lg\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .lg\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .lg\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .lg\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .lg\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .lg\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .lg\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .lg\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .lg\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .lg\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .lg\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .lg\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .lg\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .lg\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .lg\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .lg\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .lg\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .lg\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .lg\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .lg\:-translate-y-full { + --transform-translate-y: -100%; } .lg\:hover\:translate-x-0:hover { @@ -107105,18 +170977,42 @@ video { --transform-translate-x: 1.5rem; } + .lg\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .lg\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .lg\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .lg\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .lg\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .lg\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .lg\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .lg\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .lg\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .lg\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -107129,30 +171025,246 @@ video { --transform-translate-x: 6rem; } + .lg\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .lg\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .lg\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .lg\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .lg\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .lg\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .lg\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .lg\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .lg\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .lg\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .lg\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .lg\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .lg\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .lg\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .lg\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .lg\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .lg\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .lg\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .lg\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .lg\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .lg\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .lg\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .lg\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .lg\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .lg\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .lg\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .lg\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .lg\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .lg\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .lg\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .lg\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .lg\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .lg\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .lg\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .lg\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .lg\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .lg\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .lg\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .lg\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .lg\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .lg\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .lg\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .lg\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .lg\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .lg\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .lg\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .lg\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .lg\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .lg\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .lg\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .lg\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .lg\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .lg\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .lg\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .lg\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .lg\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .lg\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -107177,18 +171289,42 @@ video { --transform-translate-x: -1.5rem; } + .lg\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .lg\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .lg\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .lg\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .lg\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .lg\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .lg\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .lg\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .lg\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .lg\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -107201,44 +171337,244 @@ video { --transform-translate-x: -6rem; } + .lg\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .lg\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .lg\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .lg\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .lg\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .lg\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .lg\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .lg\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .lg\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .lg\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .lg\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .lg\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .lg\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .lg\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .lg\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .lg\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .lg\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .lg\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .lg\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .lg\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .lg\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .lg\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .lg\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .lg\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .lg\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .lg\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .lg\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .lg\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .lg\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .lg\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .lg\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .lg\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .lg\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .lg\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .lg\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .lg\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .lg\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .lg\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .lg\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .lg\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .lg\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .lg\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .lg\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .lg\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .lg\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .lg\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .lg\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .lg\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .lg\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .lg\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .lg\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .lg\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .lg\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .lg\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .lg\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .lg\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .lg\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .lg\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .lg\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .lg\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .lg\:hover\:translate-y-0:hover { @@ -107269,18 +171605,42 @@ video { --transform-translate-y: 1.5rem; } + .lg\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .lg\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .lg\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .lg\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .lg\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .lg\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .lg\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .lg\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .lg\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .lg\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -107293,30 +171653,246 @@ video { --transform-translate-y: 6rem; } + .lg\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .lg\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .lg\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .lg\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .lg\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .lg\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .lg\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .lg\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .lg\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .lg\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .lg\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .lg\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .lg\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .lg\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .lg\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .lg\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .lg\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .lg\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .lg\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .lg\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .lg\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .lg\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .lg\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .lg\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .lg\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .lg\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .lg\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .lg\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .lg\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .lg\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .lg\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .lg\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .lg\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .lg\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .lg\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .lg\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .lg\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .lg\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .lg\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .lg\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .lg\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .lg\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .lg\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .lg\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .lg\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .lg\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .lg\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .lg\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .lg\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .lg\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .lg\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .lg\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .lg\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .lg\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .lg\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .lg\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .lg\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -107341,18 +171917,42 @@ video { --transform-translate-y: -1.5rem; } + .lg\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .lg\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .lg\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .lg\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .lg\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .lg\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .lg\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .lg\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .lg\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .lg\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -107365,44 +171965,244 @@ video { --transform-translate-y: -6rem; } + .lg\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .lg\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .lg\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .lg\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .lg\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .lg\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .lg\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .lg\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .lg\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .lg\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .lg\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .lg\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .lg\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .lg\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .lg\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .lg\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .lg\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .lg\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .lg\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .lg\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .lg\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .lg\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .lg\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .lg\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .lg\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .lg\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .lg\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .lg\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .lg\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .lg\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .lg\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .lg\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .lg\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .lg\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .lg\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .lg\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .lg\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .lg\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .lg\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .lg\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .lg\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .lg\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .lg\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .lg\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .lg\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .lg\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .lg\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .lg\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .lg\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .lg\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .lg\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .lg\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .lg\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .lg\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .lg\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .lg\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .lg\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .lg\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .lg\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .lg\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .lg\:focus\:translate-x-0:focus { @@ -107433,18 +172233,42 @@ video { --transform-translate-x: 1.5rem; } + .lg\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .lg\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .lg\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .lg\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .lg\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .lg\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .lg\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .lg\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .lg\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .lg\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -107457,30 +172281,246 @@ video { --transform-translate-x: 6rem; } + .lg\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .lg\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .lg\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .lg\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .lg\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .lg\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .lg\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .lg\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .lg\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .lg\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .lg\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .lg\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .lg\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .lg\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .lg\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .lg\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .lg\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .lg\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .lg\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .lg\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .lg\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .lg\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .lg\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .lg\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .lg\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .lg\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .lg\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .lg\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .lg\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .lg\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .lg\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .lg\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .lg\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .lg\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .lg\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .lg\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .lg\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .lg\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .lg\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .lg\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .lg\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .lg\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .lg\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .lg\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .lg\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .lg\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .lg\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .lg\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .lg\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .lg\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .lg\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .lg\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .lg\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .lg\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .lg\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .lg\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .lg\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -107505,18 +172545,42 @@ video { --transform-translate-x: -1.5rem; } + .lg\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .lg\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .lg\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .lg\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .lg\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .lg\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .lg\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .lg\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .lg\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .lg\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -107529,44 +172593,244 @@ video { --transform-translate-x: -6rem; } + .lg\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .lg\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .lg\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .lg\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .lg\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .lg\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .lg\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .lg\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .lg\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .lg\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .lg\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .lg\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .lg\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .lg\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .lg\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .lg\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .lg\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .lg\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .lg\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .lg\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .lg\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .lg\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .lg\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .lg\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .lg\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .lg\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .lg\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .lg\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .lg\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .lg\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .lg\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .lg\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .lg\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .lg\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .lg\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .lg\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .lg\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .lg\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .lg\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .lg\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .lg\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .lg\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .lg\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .lg\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .lg\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .lg\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .lg\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .lg\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .lg\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .lg\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .lg\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .lg\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .lg\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .lg\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .lg\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .lg\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .lg\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .lg\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .lg\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .lg\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .lg\:focus\:translate-y-0:focus { @@ -107597,18 +172861,42 @@ video { --transform-translate-y: 1.5rem; } + .lg\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .lg\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .lg\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .lg\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .lg\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .lg\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .lg\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .lg\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .lg\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .lg\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -107621,30 +172909,246 @@ video { --transform-translate-y: 6rem; } + .lg\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .lg\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .lg\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .lg\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .lg\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .lg\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .lg\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .lg\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .lg\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .lg\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .lg\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .lg\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .lg\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .lg\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .lg\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .lg\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .lg\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .lg\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .lg\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .lg\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .lg\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .lg\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .lg\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .lg\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .lg\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .lg\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .lg\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .lg\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .lg\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .lg\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .lg\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .lg\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .lg\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .lg\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .lg\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .lg\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .lg\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .lg\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .lg\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .lg\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .lg\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .lg\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .lg\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .lg\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .lg\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .lg\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .lg\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .lg\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .lg\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .lg\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .lg\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .lg\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .lg\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .lg\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .lg\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .lg\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .lg\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -107669,18 +173173,42 @@ video { --transform-translate-y: -1.5rem; } + .lg\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .lg\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .lg\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .lg\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .lg\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .lg\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .lg\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .lg\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .lg\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .lg\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -107693,44 +173221,244 @@ video { --transform-translate-y: -6rem; } + .lg\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .lg\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .lg\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .lg\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .lg\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .lg\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .lg\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .lg\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .lg\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .lg\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .lg\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .lg\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .lg\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .lg\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .lg\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .lg\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .lg\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .lg\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .lg\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .lg\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .lg\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .lg\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .lg\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .lg\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .lg\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .lg\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .lg\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .lg\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .lg\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .lg\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .lg\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .lg\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .lg\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .lg\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .lg\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .lg\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .lg\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .lg\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .lg\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .lg\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .lg\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .lg\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .lg\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .lg\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .lg\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .lg\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .lg\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .lg\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .lg\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .lg\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .lg\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .lg\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .lg\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .lg\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .lg\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .lg\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .lg\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .lg\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .lg\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .lg\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .lg\:skew-x-0 { @@ -108244,6 +173972,18 @@ video { margin-inline-start: calc(1.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(1.75rem * var(--space-y-reverse)); + } + + .xl\:space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(1.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--space-y-reverse))); @@ -108256,6 +173996,18 @@ video { margin-inline-start: calc(2rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.25rem * var(--space-y-reverse)); + } + + .xl\:space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(2.25rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--space-y-reverse))); @@ -108268,6 +174020,18 @@ video { margin-inline-start: calc(2.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(2.75rem * var(--space-y-reverse)); + } + + .xl\:space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(2.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--space-y-reverse))); @@ -108280,6 +174044,42 @@ video { margin-inline-start: calc(3rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.25rem * var(--space-y-reverse)); + } + + .xl\:space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(3.25rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.5rem * var(--space-y-reverse)); + } + + .xl\:space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(3.5rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(3.75rem * var(--space-y-reverse)); + } + + .xl\:space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(3.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--space-y-reverse))); @@ -108316,6 +174116,18 @@ video { margin-inline-start: calc(6rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(7rem * var(--space-y-reverse)); + } + + .xl\:space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(7rem * var(--space-x-reverse)); + margin-inline-start: calc(7rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--space-y-reverse))); @@ -108328,6 +174140,18 @@ video { margin-inline-start: calc(8rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(9rem * var(--space-y-reverse)); + } + + .xl\:space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(9rem * var(--space-x-reverse)); + margin-inline-start: calc(9rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--space-y-reverse))); @@ -108340,6 +174164,18 @@ video { margin-inline-start: calc(10rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(11rem * var(--space-y-reverse)); + } + + .xl\:space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(11rem * var(--space-x-reverse)); + margin-inline-start: calc(11rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--space-y-reverse))); @@ -108352,6 +174188,18 @@ video { margin-inline-start: calc(12rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(13rem * var(--space-y-reverse)); + } + + .xl\:space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(13rem * var(--space-x-reverse)); + margin-inline-start: calc(13rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--space-y-reverse))); @@ -108364,6 +174212,18 @@ video { margin-inline-start: calc(14rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(15rem * var(--space-y-reverse)); + } + + .xl\:space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(15rem * var(--space-x-reverse)); + margin-inline-start: calc(15rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--space-y-reverse))); @@ -108376,6 +174236,42 @@ video { margin-inline-start: calc(16rem * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18rem * var(--space-y-reverse)); + } + + .xl\:space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18rem * var(--space-x-reverse)); + margin-inline-start: calc(18rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20rem * var(--space-y-reverse)); + } + + .xl\:space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20rem * var(--space-x-reverse)); + margin-inline-start: calc(20rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(24rem * var(--space-y-reverse)); + } + + .xl\:space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(24rem * var(--space-x-reverse)); + margin-inline-start: calc(24rem * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--space-y-reverse))); @@ -108388,6 +174284,558 @@ video { margin-inline-start: calc(1px * calc(1 - var(--space-x-reverse))); } + .xl\:space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.125rem * var(--space-y-reverse)); + } + + .xl\:space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(0.125rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.375rem * var(--space-y-reverse)); + } + + .xl\:space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(0.375rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.625rem * var(--space-y-reverse)); + } + + .xl\:space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(0.625rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(0.875rem * var(--space-y-reverse)); + } + + .xl\:space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(0.875rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(20% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(20% * var(--space-x-reverse)); + margin-inline-start: calc(20% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(40% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(40% * var(--space-x-reverse)); + margin-inline-start: calc(40% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(60% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(60% * var(--space-x-reverse)); + margin-inline-start: calc(60% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(80% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(80% * var(--space-x-reverse)); + margin-inline-start: calc(80% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(8.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(8.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(8.333333% * var(--space-x-reverse)); + margin-inline-start: calc(8.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(16.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(16.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(16.666667% * var(--space-x-reverse)); + margin-inline-start: calc(16.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(33.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(33.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(33.333333% * var(--space-x-reverse)); + margin-inline-start: calc(33.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(41.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(41.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(41.666667% * var(--space-x-reverse)); + margin-inline-start: calc(41.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(58.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(58.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(58.333333% * var(--space-x-reverse)); + margin-inline-start: calc(58.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(66.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(66.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(66.666667% * var(--space-x-reverse)); + margin-inline-start: calc(66.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .xl\:space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(83.333333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(83.333333% * var(--space-y-reverse)); + } + + .xl\:space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(83.333333% * var(--space-x-reverse)); + margin-inline-start: calc(83.333333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(91.666667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(91.666667% * var(--space-y-reverse)); + } + + .xl\:space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(91.666667% * var(--space-x-reverse)); + margin-inline-start: calc(91.666667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(6.25% * var(--space-y-reverse)); + } + + .xl\:space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(6.25% * var(--space-x-reverse)); + margin-inline-start: calc(6.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(12.5% * var(--space-y-reverse)); + } + + .xl\:space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(12.5% * var(--space-x-reverse)); + margin-inline-start: calc(12.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(18.75% * var(--space-y-reverse)); + } + + .xl\:space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(18.75% * var(--space-x-reverse)); + margin-inline-start: calc(18.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(25% * var(--space-y-reverse)); + } + + .xl\:space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(25% * var(--space-x-reverse)); + margin-inline-start: calc(25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(31.25% * var(--space-y-reverse)); + } + + .xl\:space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(31.25% * var(--space-x-reverse)); + margin-inline-start: calc(31.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(37.5% * var(--space-y-reverse)); + } + + .xl\:space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(37.5% * var(--space-x-reverse)); + margin-inline-start: calc(37.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(43.75% * var(--space-y-reverse)); + } + + .xl\:space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(43.75% * var(--space-x-reverse)); + margin-inline-start: calc(43.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(50% * var(--space-y-reverse)); + } + + .xl\:space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(50% * var(--space-x-reverse)); + margin-inline-start: calc(50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(56.25% * var(--space-y-reverse)); + } + + .xl\:space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(56.25% * var(--space-x-reverse)); + margin-inline-start: calc(56.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(62.5% * var(--space-y-reverse)); + } + + .xl\:space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(62.5% * var(--space-x-reverse)); + margin-inline-start: calc(62.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(68.75% * var(--space-y-reverse)); + } + + .xl\:space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(68.75% * var(--space-x-reverse)); + margin-inline-start: calc(68.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(75% * var(--space-y-reverse)); + } + + .xl\:space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(75% * var(--space-x-reverse)); + margin-inline-start: calc(75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(81.25% * var(--space-y-reverse)); + } + + .xl\:space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(81.25% * var(--space-x-reverse)); + margin-inline-start: calc(81.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(87.5% * var(--space-y-reverse)); + } + + .xl\:space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(87.5% * var(--space-x-reverse)); + margin-inline-start: calc(87.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(93.75% * var(--space-y-reverse)); + } + + .xl\:space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(93.75% * var(--space-x-reverse)); + margin-inline-start: calc(93.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(100% * var(--space-y-reverse)); + } + + .xl\:space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(100% * var(--space-x-reverse)); + margin-inline-start: calc(100% * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-1 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--space-y-reverse))); @@ -108460,6 +174908,18 @@ video { margin-inline-start: calc(-1.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-7 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-1.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-1.75rem * var(--space-y-reverse)); + } + + .xl\:-space-x-7 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-1.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-1.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-8 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--space-y-reverse))); @@ -108472,6 +174932,18 @@ video { margin-inline-start: calc(-2rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-9 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.25rem * var(--space-y-reverse)); + } + + .xl\:-space-x-9 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.25rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-10 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--space-y-reverse))); @@ -108484,6 +174956,18 @@ video { margin-inline-start: calc(-2.5rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-11 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-2.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-2.75rem * var(--space-y-reverse)); + } + + .xl\:-space-x-11 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-2.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-2.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-12 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--space-y-reverse))); @@ -108496,6 +174980,42 @@ video { margin-inline-start: calc(-3rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-13 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.25rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.25rem * var(--space-y-reverse)); + } + + .xl\:-space-x-13 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.25rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.25rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-14 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.5rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.5rem * var(--space-y-reverse)); + } + + .xl\:-space-x-14 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.5rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.5rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-15 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-3.75rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-3.75rem * var(--space-y-reverse)); + } + + .xl\:-space-x-15 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-3.75rem * var(--space-x-reverse)); + margin-inline-start: calc(-3.75rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-16 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--space-y-reverse))); @@ -108532,6 +175052,18 @@ video { margin-inline-start: calc(-6rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-28 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-7rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-7rem * var(--space-y-reverse)); + } + + .xl\:-space-x-28 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-7rem * var(--space-x-reverse)); + margin-inline-start: calc(-7rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-32 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--space-y-reverse))); @@ -108544,6 +175076,18 @@ video { margin-inline-start: calc(-8rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-36 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-9rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-9rem * var(--space-y-reverse)); + } + + .xl\:-space-x-36 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-9rem * var(--space-x-reverse)); + margin-inline-start: calc(-9rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-40 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--space-y-reverse))); @@ -108556,6 +175100,18 @@ video { margin-inline-start: calc(-10rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-44 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-11rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-11rem * var(--space-y-reverse)); + } + + .xl\:-space-x-44 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-11rem * var(--space-x-reverse)); + margin-inline-start: calc(-11rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-48 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--space-y-reverse))); @@ -108568,6 +175124,18 @@ video { margin-inline-start: calc(-12rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-52 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-13rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-13rem * var(--space-y-reverse)); + } + + .xl\:-space-x-52 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-13rem * var(--space-x-reverse)); + margin-inline-start: calc(-13rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-56 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--space-y-reverse))); @@ -108580,6 +175148,18 @@ video { margin-inline-start: calc(-14rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-60 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-15rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-15rem * var(--space-y-reverse)); + } + + .xl\:-space-x-60 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-15rem * var(--space-x-reverse)); + margin-inline-start: calc(-15rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-64 > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--space-y-reverse))); @@ -108592,6 +175172,42 @@ video { margin-inline-start: calc(-16rem * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-72 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18rem * var(--space-y-reverse)); + } + + .xl\:-space-x-72 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18rem * var(--space-x-reverse)); + margin-inline-start: calc(-18rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-80 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20rem * var(--space-y-reverse)); + } + + .xl\:-space-x-80 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20rem * var(--space-x-reverse)); + margin-inline-start: calc(-20rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-96 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-24rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-24rem * var(--space-y-reverse)); + } + + .xl\:-space-x-96 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-24rem * var(--space-x-reverse)); + margin-inline-start: calc(-24rem * calc(1 - var(--space-x-reverse))); + } + .xl\:-space-y-px > :not(template) ~ :not(template) { --space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--space-y-reverse))); @@ -108604,6 +175220,558 @@ video { margin-inline-start: calc(-1px * calc(1 - var(--space-x-reverse))); } + .xl\:-space-y-0\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.125rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.125rem * var(--space-y-reverse)); + } + + .xl\:-space-x-0\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.125rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.125rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.375rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.375rem * var(--space-y-reverse)); + } + + .xl\:-space-x-1\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.375rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.375rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.625rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.625rem * var(--space-y-reverse)); + } + + .xl\:-space-x-2\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.625rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.625rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\.5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-0.875rem * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-0.875rem * var(--space-y-reverse)); + } + + .xl\:-space-x-3\.5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-0.875rem * var(--space-x-reverse)); + margin-inline-start: calc(-0.875rem * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/2 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/2 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/3 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/3 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/4 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/4 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-20% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-20% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-20% * var(--space-x-reverse)); + margin-inline-start: calc(-20% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-40% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-40% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-40% * var(--space-x-reverse)); + margin-inline-start: calc(-40% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-60% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-60% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-60% * var(--space-x-reverse)); + margin-inline-start: calc(-60% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/5 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-80% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-80% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/5 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-80% * var(--space-x-reverse)); + margin-inline-start: calc(-80% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-5\/6 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-5\/6 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-8.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-8.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-8.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-8.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-16.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-16.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-16.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-16.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-33.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-33.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-33.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-33.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-5\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-41.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-41.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-5\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-41.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-41.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-6\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-6\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-7\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-58.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-58.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-7\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-58.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-58.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-8\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-66.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-66.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-8\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-66.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-66.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-9\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .xl\:-space-x-9\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-10\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-83.33333% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-83.33333% * var(--space-y-reverse)); + } + + .xl\:-space-x-10\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-83.33333% * var(--space-x-reverse)); + margin-inline-start: calc(-83.33333% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-11\/12 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-91.66667% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-91.66667% * var(--space-y-reverse)); + } + + .xl\:-space-x-11\/12 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-91.66667% * var(--space-x-reverse)); + margin-inline-start: calc(-91.66667% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-1\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-6.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-6.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-1\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-6.25% * var(--space-x-reverse)); + margin-inline-start: calc(-6.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-2\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-12.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-12.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-2\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-12.5% * var(--space-x-reverse)); + margin-inline-start: calc(-12.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-3\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-18.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-18.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-3\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-18.75% * var(--space-x-reverse)); + margin-inline-start: calc(-18.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-4\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-25% * var(--space-y-reverse)); + } + + .xl\:-space-x-4\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-25% * var(--space-x-reverse)); + margin-inline-start: calc(-25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-5\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-31.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-31.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-5\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-31.25% * var(--space-x-reverse)); + margin-inline-start: calc(-31.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-6\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-37.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-37.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-6\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-37.5% * var(--space-x-reverse)); + margin-inline-start: calc(-37.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-7\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-43.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-43.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-7\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-43.75% * var(--space-x-reverse)); + margin-inline-start: calc(-43.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-8\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-50% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-50% * var(--space-y-reverse)); + } + + .xl\:-space-x-8\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-50% * var(--space-x-reverse)); + margin-inline-start: calc(-50% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-9\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-56.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-56.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-9\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-56.25% * var(--space-x-reverse)); + margin-inline-start: calc(-56.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-10\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-62.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-62.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-10\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-62.5% * var(--space-x-reverse)); + margin-inline-start: calc(-62.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-11\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-68.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-68.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-11\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-68.75% * var(--space-x-reverse)); + margin-inline-start: calc(-68.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-12\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-75% * var(--space-y-reverse)); + } + + .xl\:-space-x-12\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-75% * var(--space-x-reverse)); + margin-inline-start: calc(-75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-13\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-81.25% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-81.25% * var(--space-y-reverse)); + } + + .xl\:-space-x-13\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-81.25% * var(--space-x-reverse)); + margin-inline-start: calc(-81.25% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-14\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-87.5% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-87.5% * var(--space-y-reverse)); + } + + .xl\:-space-x-14\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-87.5% * var(--space-x-reverse)); + margin-inline-start: calc(-87.5% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-15\/16 > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-93.75% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-93.75% * var(--space-y-reverse)); + } + + .xl\:-space-x-15\/16 > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-93.75% * var(--space-x-reverse)); + margin-inline-start: calc(-93.75% * calc(1 - var(--space-x-reverse))); + } + + .xl\:-space-y-full > :not(template) ~ :not(template) { + --space-y-reverse: 0; + margin-top: calc(-100% * calc(1 - var(--space-y-reverse))); + margin-bottom: calc(-100% * var(--space-y-reverse)); + } + + .xl\:-space-x-full > :not(template) ~ :not(template) { + --space-x-reverse: 0; + margin-inline-end: calc(-100% * var(--space-x-reverse)); + margin-inline-start: calc(-100% * calc(1 - var(--space-x-reverse))); + } + .xl\:space-y-reverse > :not(template) ~ :not(template) { --space-y-reverse: 1; } @@ -124580,18 +191748,42 @@ video { height: 1.5rem; } + .xl\:h-7 { + height: 1.75rem; + } + .xl\:h-8 { height: 2rem; } + .xl\:h-9 { + height: 2.25rem; + } + .xl\:h-10 { height: 2.5rem; } + .xl\:h-11 { + height: 2.75rem; + } + .xl\:h-12 { height: 3rem; } + .xl\:h-13 { + height: 3.25rem; + } + + .xl\:h-14 { + height: 3.5rem; + } + + .xl\:h-15 { + height: 3.75rem; + } + .xl\:h-16 { height: 4rem; } @@ -124604,26 +191796,58 @@ video { height: 6rem; } + .xl\:h-28 { + height: 7rem; + } + .xl\:h-32 { height: 8rem; } + .xl\:h-36 { + height: 9rem; + } + .xl\:h-40 { height: 10rem; } + .xl\:h-44 { + height: 11rem; + } + .xl\:h-48 { height: 12rem; } + .xl\:h-52 { + height: 13rem; + } + .xl\:h-56 { height: 14rem; } + .xl\:h-60 { + height: 15rem; + } + .xl\:h-64 { height: 16rem; } + .xl\:h-72 { + height: 18rem; + } + + .xl\:h-80 { + height: 20rem; + } + + .xl\:h-96 { + height: 24rem; + } + .xl\:h-auto { height: auto; } @@ -124632,6 +191856,186 @@ video { height: 1px; } + .xl\:h-0\.5 { + height: 0.125rem; + } + + .xl\:h-1\.5 { + height: 0.375rem; + } + + .xl\:h-2\.5 { + height: 0.625rem; + } + + .xl\:h-3\.5 { + height: 0.875rem; + } + + .xl\:h-1\/2 { + height: 50%; + } + + .xl\:h-1\/3 { + height: 33.333333%; + } + + .xl\:h-2\/3 { + height: 66.666667%; + } + + .xl\:h-1\/4 { + height: 25%; + } + + .xl\:h-2\/4 { + height: 50%; + } + + .xl\:h-3\/4 { + height: 75%; + } + + .xl\:h-1\/5 { + height: 20%; + } + + .xl\:h-2\/5 { + height: 40%; + } + + .xl\:h-3\/5 { + height: 60%; + } + + .xl\:h-4\/5 { + height: 80%; + } + + .xl\:h-1\/6 { + height: 16.666667%; + } + + .xl\:h-2\/6 { + height: 33.333333%; + } + + .xl\:h-3\/6 { + height: 50%; + } + + .xl\:h-4\/6 { + height: 66.666667%; + } + + .xl\:h-5\/6 { + height: 83.333333%; + } + + .xl\:h-1\/12 { + height: 8.333333%; + } + + .xl\:h-2\/12 { + height: 16.666667%; + } + + .xl\:h-3\/12 { + height: 25%; + } + + .xl\:h-4\/12 { + height: 33.333333%; + } + + .xl\:h-5\/12 { + height: 41.666667%; + } + + .xl\:h-6\/12 { + height: 50%; + } + + .xl\:h-7\/12 { + height: 58.333333%; + } + + .xl\:h-8\/12 { + height: 66.666667%; + } + + .xl\:h-9\/12 { + height: 75%; + } + + .xl\:h-10\/12 { + height: 83.333333%; + } + + .xl\:h-11\/12 { + height: 91.666667%; + } + + .xl\:h-1\/16 { + height: 6.25%; + } + + .xl\:h-2\/16 { + height: 12.5%; + } + + .xl\:h-3\/16 { + height: 18.75%; + } + + .xl\:h-4\/16 { + height: 25%; + } + + .xl\:h-5\/16 { + height: 31.25%; + } + + .xl\:h-6\/16 { + height: 37.5%; + } + + .xl\:h-7\/16 { + height: 43.75%; + } + + .xl\:h-8\/16 { + height: 50%; + } + + .xl\:h-9\/16 { + height: 56.25%; + } + + .xl\:h-10\/16 { + height: 62.5%; + } + + .xl\:h-11\/16 { + height: 68.75%; + } + + .xl\:h-12\/16 { + height: 75%; + } + + .xl\:h-13\/16 { + height: 81.25%; + } + + .xl\:h-14\/16 { + height: 87.5%; + } + + .xl\:h-15\/16 { + height: 93.75%; + } + .xl\:h-full { height: 100%; } @@ -124794,18 +192198,42 @@ video { margin: 1.5rem; } + .xl\:m-7 { + margin: 1.75rem; + } + .xl\:m-8 { margin: 2rem; } + .xl\:m-9 { + margin: 2.25rem; + } + .xl\:m-10 { margin: 2.5rem; } + .xl\:m-11 { + margin: 2.75rem; + } + .xl\:m-12 { margin: 3rem; } + .xl\:m-13 { + margin: 3.25rem; + } + + .xl\:m-14 { + margin: 3.5rem; + } + + .xl\:m-15 { + margin: 3.75rem; + } + .xl\:m-16 { margin: 4rem; } @@ -124818,26 +192246,58 @@ video { margin: 6rem; } + .xl\:m-28 { + margin: 7rem; + } + .xl\:m-32 { margin: 8rem; } + .xl\:m-36 { + margin: 9rem; + } + .xl\:m-40 { margin: 10rem; } + .xl\:m-44 { + margin: 11rem; + } + .xl\:m-48 { margin: 12rem; } + .xl\:m-52 { + margin: 13rem; + } + .xl\:m-56 { margin: 14rem; } + .xl\:m-60 { + margin: 15rem; + } + .xl\:m-64 { margin: 16rem; } + .xl\:m-72 { + margin: 18rem; + } + + .xl\:m-80 { + margin: 20rem; + } + + .xl\:m-96 { + margin: 24rem; + } + .xl\:m-auto { margin: auto; } @@ -124846,6 +192306,190 @@ video { margin: 1px; } + .xl\:m-0\.5 { + margin: 0.125rem; + } + + .xl\:m-1\.5 { + margin: 0.375rem; + } + + .xl\:m-2\.5 { + margin: 0.625rem; + } + + .xl\:m-3\.5 { + margin: 0.875rem; + } + + .xl\:m-1\/2 { + margin: 50%; + } + + .xl\:m-1\/3 { + margin: 33.333333%; + } + + .xl\:m-2\/3 { + margin: 66.666667%; + } + + .xl\:m-1\/4 { + margin: 25%; + } + + .xl\:m-2\/4 { + margin: 50%; + } + + .xl\:m-3\/4 { + margin: 75%; + } + + .xl\:m-1\/5 { + margin: 20%; + } + + .xl\:m-2\/5 { + margin: 40%; + } + + .xl\:m-3\/5 { + margin: 60%; + } + + .xl\:m-4\/5 { + margin: 80%; + } + + .xl\:m-1\/6 { + margin: 16.666667%; + } + + .xl\:m-2\/6 { + margin: 33.333333%; + } + + .xl\:m-3\/6 { + margin: 50%; + } + + .xl\:m-4\/6 { + margin: 66.666667%; + } + + .xl\:m-5\/6 { + margin: 83.333333%; + } + + .xl\:m-1\/12 { + margin: 8.333333%; + } + + .xl\:m-2\/12 { + margin: 16.666667%; + } + + .xl\:m-3\/12 { + margin: 25%; + } + + .xl\:m-4\/12 { + margin: 33.333333%; + } + + .xl\:m-5\/12 { + margin: 41.666667%; + } + + .xl\:m-6\/12 { + margin: 50%; + } + + .xl\:m-7\/12 { + margin: 58.333333%; + } + + .xl\:m-8\/12 { + margin: 66.666667%; + } + + .xl\:m-9\/12 { + margin: 75%; + } + + .xl\:m-10\/12 { + margin: 83.333333%; + } + + .xl\:m-11\/12 { + margin: 91.666667%; + } + + .xl\:m-1\/16 { + margin: 6.25%; + } + + .xl\:m-2\/16 { + margin: 12.5%; + } + + .xl\:m-3\/16 { + margin: 18.75%; + } + + .xl\:m-4\/16 { + margin: 25%; + } + + .xl\:m-5\/16 { + margin: 31.25%; + } + + .xl\:m-6\/16 { + margin: 37.5%; + } + + .xl\:m-7\/16 { + margin: 43.75%; + } + + .xl\:m-8\/16 { + margin: 50%; + } + + .xl\:m-9\/16 { + margin: 56.25%; + } + + .xl\:m-10\/16 { + margin: 62.5%; + } + + .xl\:m-11\/16 { + margin: 68.75%; + } + + .xl\:m-12\/16 { + margin: 75%; + } + + .xl\:m-13\/16 { + margin: 81.25%; + } + + .xl\:m-14\/16 { + margin: 87.5%; + } + + .xl\:m-15\/16 { + margin: 93.75%; + } + + .xl\:m-full { + margin: 100%; + } + .xl\:-m-1 { margin: -0.25rem; } @@ -124870,18 +192514,42 @@ video { margin: -1.5rem; } + .xl\:-m-7 { + margin: -1.75rem; + } + .xl\:-m-8 { margin: -2rem; } + .xl\:-m-9 { + margin: -2.25rem; + } + .xl\:-m-10 { margin: -2.5rem; } + .xl\:-m-11 { + margin: -2.75rem; + } + .xl\:-m-12 { margin: -3rem; } + .xl\:-m-13 { + margin: -3.25rem; + } + + .xl\:-m-14 { + margin: -3.5rem; + } + + .xl\:-m-15 { + margin: -3.75rem; + } + .xl\:-m-16 { margin: -4rem; } @@ -124894,30 +192562,246 @@ video { margin: -6rem; } + .xl\:-m-28 { + margin: -7rem; + } + .xl\:-m-32 { margin: -8rem; } + .xl\:-m-36 { + margin: -9rem; + } + .xl\:-m-40 { margin: -10rem; } + .xl\:-m-44 { + margin: -11rem; + } + .xl\:-m-48 { margin: -12rem; } + .xl\:-m-52 { + margin: -13rem; + } + .xl\:-m-56 { margin: -14rem; } + .xl\:-m-60 { + margin: -15rem; + } + .xl\:-m-64 { margin: -16rem; } + .xl\:-m-72 { + margin: -18rem; + } + + .xl\:-m-80 { + margin: -20rem; + } + + .xl\:-m-96 { + margin: -24rem; + } + .xl\:-m-px { margin: -1px; } + .xl\:-m-0\.5 { + margin: -0.125rem; + } + + .xl\:-m-1\.5 { + margin: -0.375rem; + } + + .xl\:-m-2\.5 { + margin: -0.625rem; + } + + .xl\:-m-3\.5 { + margin: -0.875rem; + } + + .xl\:-m-1\/2 { + margin: -50%; + } + + .xl\:-m-1\/3 { + margin: -33.33333%; + } + + .xl\:-m-2\/3 { + margin: -66.66667%; + } + + .xl\:-m-1\/4 { + margin: -25%; + } + + .xl\:-m-2\/4 { + margin: -50%; + } + + .xl\:-m-3\/4 { + margin: -75%; + } + + .xl\:-m-1\/5 { + margin: -20%; + } + + .xl\:-m-2\/5 { + margin: -40%; + } + + .xl\:-m-3\/5 { + margin: -60%; + } + + .xl\:-m-4\/5 { + margin: -80%; + } + + .xl\:-m-1\/6 { + margin: -16.66667%; + } + + .xl\:-m-2\/6 { + margin: -33.33333%; + } + + .xl\:-m-3\/6 { + margin: -50%; + } + + .xl\:-m-4\/6 { + margin: -66.66667%; + } + + .xl\:-m-5\/6 { + margin: -83.33333%; + } + + .xl\:-m-1\/12 { + margin: -8.33333%; + } + + .xl\:-m-2\/12 { + margin: -16.66667%; + } + + .xl\:-m-3\/12 { + margin: -25%; + } + + .xl\:-m-4\/12 { + margin: -33.33333%; + } + + .xl\:-m-5\/12 { + margin: -41.66667%; + } + + .xl\:-m-6\/12 { + margin: -50%; + } + + .xl\:-m-7\/12 { + margin: -58.33333%; + } + + .xl\:-m-8\/12 { + margin: -66.66667%; + } + + .xl\:-m-9\/12 { + margin: -75%; + } + + .xl\:-m-10\/12 { + margin: -83.33333%; + } + + .xl\:-m-11\/12 { + margin: -91.66667%; + } + + .xl\:-m-1\/16 { + margin: -6.25%; + } + + .xl\:-m-2\/16 { + margin: -12.5%; + } + + .xl\:-m-3\/16 { + margin: -18.75%; + } + + .xl\:-m-4\/16 { + margin: -25%; + } + + .xl\:-m-5\/16 { + margin: -31.25%; + } + + .xl\:-m-6\/16 { + margin: -37.5%; + } + + .xl\:-m-7\/16 { + margin: -43.75%; + } + + .xl\:-m-8\/16 { + margin: -50%; + } + + .xl\:-m-9\/16 { + margin: -56.25%; + } + + .xl\:-m-10\/16 { + margin: -62.5%; + } + + .xl\:-m-11\/16 { + margin: -68.75%; + } + + .xl\:-m-12\/16 { + margin: -75%; + } + + .xl\:-m-13\/16 { + margin: -81.25%; + } + + .xl\:-m-14\/16 { + margin: -87.5%; + } + + .xl\:-m-15\/16 { + margin: -93.75%; + } + + .xl\:-m-full { + margin: -100%; + } + .xl\:my-0 { margin-top: 0; margin-bottom: 0; @@ -124988,6 +192872,16 @@ video { margin-right: 1.5rem; } + .xl\:my-7 { + margin-top: 1.75rem; + margin-bottom: 1.75rem; + } + + .xl\:mx-7 { + margin-left: 1.75rem; + margin-right: 1.75rem; + } + .xl\:my-8 { margin-top: 2rem; margin-bottom: 2rem; @@ -124998,6 +192892,16 @@ video { margin-right: 2rem; } + .xl\:my-9 { + margin-top: 2.25rem; + margin-bottom: 2.25rem; + } + + .xl\:mx-9 { + margin-left: 2.25rem; + margin-right: 2.25rem; + } + .xl\:my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; @@ -125008,6 +192912,16 @@ video { margin-right: 2.5rem; } + .xl\:my-11 { + margin-top: 2.75rem; + margin-bottom: 2.75rem; + } + + .xl\:mx-11 { + margin-left: 2.75rem; + margin-right: 2.75rem; + } + .xl\:my-12 { margin-top: 3rem; margin-bottom: 3rem; @@ -125018,6 +192932,36 @@ video { margin-right: 3rem; } + .xl\:my-13 { + margin-top: 3.25rem; + margin-bottom: 3.25rem; + } + + .xl\:mx-13 { + margin-left: 3.25rem; + margin-right: 3.25rem; + } + + .xl\:my-14 { + margin-top: 3.5rem; + margin-bottom: 3.5rem; + } + + .xl\:mx-14 { + margin-left: 3.5rem; + margin-right: 3.5rem; + } + + .xl\:my-15 { + margin-top: 3.75rem; + margin-bottom: 3.75rem; + } + + .xl\:mx-15 { + margin-left: 3.75rem; + margin-right: 3.75rem; + } + .xl\:my-16 { margin-top: 4rem; margin-bottom: 4rem; @@ -125048,6 +192992,16 @@ video { margin-right: 6rem; } + .xl\:my-28 { + margin-top: 7rem; + margin-bottom: 7rem; + } + + .xl\:mx-28 { + margin-left: 7rem; + margin-right: 7rem; + } + .xl\:my-32 { margin-top: 8rem; margin-bottom: 8rem; @@ -125058,6 +193012,16 @@ video { margin-right: 8rem; } + .xl\:my-36 { + margin-top: 9rem; + margin-bottom: 9rem; + } + + .xl\:mx-36 { + margin-left: 9rem; + margin-right: 9rem; + } + .xl\:my-40 { margin-top: 10rem; margin-bottom: 10rem; @@ -125068,6 +193032,16 @@ video { margin-right: 10rem; } + .xl\:my-44 { + margin-top: 11rem; + margin-bottom: 11rem; + } + + .xl\:mx-44 { + margin-left: 11rem; + margin-right: 11rem; + } + .xl\:my-48 { margin-top: 12rem; margin-bottom: 12rem; @@ -125078,6 +193052,16 @@ video { margin-right: 12rem; } + .xl\:my-52 { + margin-top: 13rem; + margin-bottom: 13rem; + } + + .xl\:mx-52 { + margin-left: 13rem; + margin-right: 13rem; + } + .xl\:my-56 { margin-top: 14rem; margin-bottom: 14rem; @@ -125088,6 +193072,16 @@ video { margin-right: 14rem; } + .xl\:my-60 { + margin-top: 15rem; + margin-bottom: 15rem; + } + + .xl\:mx-60 { + margin-left: 15rem; + margin-right: 15rem; + } + .xl\:my-64 { margin-top: 16rem; margin-bottom: 16rem; @@ -125098,6 +193092,36 @@ video { margin-right: 16rem; } + .xl\:my-72 { + margin-top: 18rem; + margin-bottom: 18rem; + } + + .xl\:mx-72 { + margin-left: 18rem; + margin-right: 18rem; + } + + .xl\:my-80 { + margin-top: 20rem; + margin-bottom: 20rem; + } + + .xl\:mx-80 { + margin-left: 20rem; + margin-right: 20rem; + } + + .xl\:my-96 { + margin-top: 24rem; + margin-bottom: 24rem; + } + + .xl\:mx-96 { + margin-left: 24rem; + margin-right: 24rem; + } + .xl\:my-auto { margin-top: auto; margin-bottom: auto; @@ -125118,6 +193142,466 @@ video { margin-right: 1px; } + .xl\:my-0\.5 { + margin-top: 0.125rem; + margin-bottom: 0.125rem; + } + + .xl\:mx-0\.5 { + margin-left: 0.125rem; + margin-right: 0.125rem; + } + + .xl\:my-1\.5 { + margin-top: 0.375rem; + margin-bottom: 0.375rem; + } + + .xl\:mx-1\.5 { + margin-left: 0.375rem; + margin-right: 0.375rem; + } + + .xl\:my-2\.5 { + margin-top: 0.625rem; + margin-bottom: 0.625rem; + } + + .xl\:mx-2\.5 { + margin-left: 0.625rem; + margin-right: 0.625rem; + } + + .xl\:my-3\.5 { + margin-top: 0.875rem; + margin-bottom: 0.875rem; + } + + .xl\:mx-3\.5 { + margin-left: 0.875rem; + margin-right: 0.875rem; + } + + .xl\:my-1\/2 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-1\/2 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-1\/3 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .xl\:mx-1\/3 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .xl\:my-2\/3 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .xl\:mx-2\/3 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .xl\:my-1\/4 { + margin-top: 25%; + margin-bottom: 25%; + } + + .xl\:mx-1\/4 { + margin-left: 25%; + margin-right: 25%; + } + + .xl\:my-2\/4 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-2\/4 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-3\/4 { + margin-top: 75%; + margin-bottom: 75%; + } + + .xl\:mx-3\/4 { + margin-left: 75%; + margin-right: 75%; + } + + .xl\:my-1\/5 { + margin-top: 20%; + margin-bottom: 20%; + } + + .xl\:mx-1\/5 { + margin-left: 20%; + margin-right: 20%; + } + + .xl\:my-2\/5 { + margin-top: 40%; + margin-bottom: 40%; + } + + .xl\:mx-2\/5 { + margin-left: 40%; + margin-right: 40%; + } + + .xl\:my-3\/5 { + margin-top: 60%; + margin-bottom: 60%; + } + + .xl\:mx-3\/5 { + margin-left: 60%; + margin-right: 60%; + } + + .xl\:my-4\/5 { + margin-top: 80%; + margin-bottom: 80%; + } + + .xl\:mx-4\/5 { + margin-left: 80%; + margin-right: 80%; + } + + .xl\:my-1\/6 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .xl\:mx-1\/6 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .xl\:my-2\/6 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .xl\:mx-2\/6 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .xl\:my-3\/6 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-3\/6 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-4\/6 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .xl\:mx-4\/6 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .xl\:my-5\/6 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .xl\:mx-5\/6 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .xl\:my-1\/12 { + margin-top: 8.333333%; + margin-bottom: 8.333333%; + } + + .xl\:mx-1\/12 { + margin-left: 8.333333%; + margin-right: 8.333333%; + } + + .xl\:my-2\/12 { + margin-top: 16.666667%; + margin-bottom: 16.666667%; + } + + .xl\:mx-2\/12 { + margin-left: 16.666667%; + margin-right: 16.666667%; + } + + .xl\:my-3\/12 { + margin-top: 25%; + margin-bottom: 25%; + } + + .xl\:mx-3\/12 { + margin-left: 25%; + margin-right: 25%; + } + + .xl\:my-4\/12 { + margin-top: 33.333333%; + margin-bottom: 33.333333%; + } + + .xl\:mx-4\/12 { + margin-left: 33.333333%; + margin-right: 33.333333%; + } + + .xl\:my-5\/12 { + margin-top: 41.666667%; + margin-bottom: 41.666667%; + } + + .xl\:mx-5\/12 { + margin-left: 41.666667%; + margin-right: 41.666667%; + } + + .xl\:my-6\/12 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-6\/12 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-7\/12 { + margin-top: 58.333333%; + margin-bottom: 58.333333%; + } + + .xl\:mx-7\/12 { + margin-left: 58.333333%; + margin-right: 58.333333%; + } + + .xl\:my-8\/12 { + margin-top: 66.666667%; + margin-bottom: 66.666667%; + } + + .xl\:mx-8\/12 { + margin-left: 66.666667%; + margin-right: 66.666667%; + } + + .xl\:my-9\/12 { + margin-top: 75%; + margin-bottom: 75%; + } + + .xl\:mx-9\/12 { + margin-left: 75%; + margin-right: 75%; + } + + .xl\:my-10\/12 { + margin-top: 83.333333%; + margin-bottom: 83.333333%; + } + + .xl\:mx-10\/12 { + margin-left: 83.333333%; + margin-right: 83.333333%; + } + + .xl\:my-11\/12 { + margin-top: 91.666667%; + margin-bottom: 91.666667%; + } + + .xl\:mx-11\/12 { + margin-left: 91.666667%; + margin-right: 91.666667%; + } + + .xl\:my-1\/16 { + margin-top: 6.25%; + margin-bottom: 6.25%; + } + + .xl\:mx-1\/16 { + margin-left: 6.25%; + margin-right: 6.25%; + } + + .xl\:my-2\/16 { + margin-top: 12.5%; + margin-bottom: 12.5%; + } + + .xl\:mx-2\/16 { + margin-left: 12.5%; + margin-right: 12.5%; + } + + .xl\:my-3\/16 { + margin-top: 18.75%; + margin-bottom: 18.75%; + } + + .xl\:mx-3\/16 { + margin-left: 18.75%; + margin-right: 18.75%; + } + + .xl\:my-4\/16 { + margin-top: 25%; + margin-bottom: 25%; + } + + .xl\:mx-4\/16 { + margin-left: 25%; + margin-right: 25%; + } + + .xl\:my-5\/16 { + margin-top: 31.25%; + margin-bottom: 31.25%; + } + + .xl\:mx-5\/16 { + margin-left: 31.25%; + margin-right: 31.25%; + } + + .xl\:my-6\/16 { + margin-top: 37.5%; + margin-bottom: 37.5%; + } + + .xl\:mx-6\/16 { + margin-left: 37.5%; + margin-right: 37.5%; + } + + .xl\:my-7\/16 { + margin-top: 43.75%; + margin-bottom: 43.75%; + } + + .xl\:mx-7\/16 { + margin-left: 43.75%; + margin-right: 43.75%; + } + + .xl\:my-8\/16 { + margin-top: 50%; + margin-bottom: 50%; + } + + .xl\:mx-8\/16 { + margin-left: 50%; + margin-right: 50%; + } + + .xl\:my-9\/16 { + margin-top: 56.25%; + margin-bottom: 56.25%; + } + + .xl\:mx-9\/16 { + margin-left: 56.25%; + margin-right: 56.25%; + } + + .xl\:my-10\/16 { + margin-top: 62.5%; + margin-bottom: 62.5%; + } + + .xl\:mx-10\/16 { + margin-left: 62.5%; + margin-right: 62.5%; + } + + .xl\:my-11\/16 { + margin-top: 68.75%; + margin-bottom: 68.75%; + } + + .xl\:mx-11\/16 { + margin-left: 68.75%; + margin-right: 68.75%; + } + + .xl\:my-12\/16 { + margin-top: 75%; + margin-bottom: 75%; + } + + .xl\:mx-12\/16 { + margin-left: 75%; + margin-right: 75%; + } + + .xl\:my-13\/16 { + margin-top: 81.25%; + margin-bottom: 81.25%; + } + + .xl\:mx-13\/16 { + margin-left: 81.25%; + margin-right: 81.25%; + } + + .xl\:my-14\/16 { + margin-top: 87.5%; + margin-bottom: 87.5%; + } + + .xl\:mx-14\/16 { + margin-left: 87.5%; + margin-right: 87.5%; + } + + .xl\:my-15\/16 { + margin-top: 93.75%; + margin-bottom: 93.75%; + } + + .xl\:mx-15\/16 { + margin-left: 93.75%; + margin-right: 93.75%; + } + + .xl\:my-full { + margin-top: 100%; + margin-bottom: 100%; + } + + .xl\:mx-full { + margin-left: 100%; + margin-right: 100%; + } + .xl\:-my-1 { margin-top: -0.25rem; margin-bottom: -0.25rem; @@ -125178,6 +193662,16 @@ video { margin-right: -1.5rem; } + .xl\:-my-7 { + margin-top: -1.75rem; + margin-bottom: -1.75rem; + } + + .xl\:-mx-7 { + margin-left: -1.75rem; + margin-right: -1.75rem; + } + .xl\:-my-8 { margin-top: -2rem; margin-bottom: -2rem; @@ -125188,6 +193682,16 @@ video { margin-right: -2rem; } + .xl\:-my-9 { + margin-top: -2.25rem; + margin-bottom: -2.25rem; + } + + .xl\:-mx-9 { + margin-left: -2.25rem; + margin-right: -2.25rem; + } + .xl\:-my-10 { margin-top: -2.5rem; margin-bottom: -2.5rem; @@ -125198,6 +193702,16 @@ video { margin-right: -2.5rem; } + .xl\:-my-11 { + margin-top: -2.75rem; + margin-bottom: -2.75rem; + } + + .xl\:-mx-11 { + margin-left: -2.75rem; + margin-right: -2.75rem; + } + .xl\:-my-12 { margin-top: -3rem; margin-bottom: -3rem; @@ -125208,6 +193722,36 @@ video { margin-right: -3rem; } + .xl\:-my-13 { + margin-top: -3.25rem; + margin-bottom: -3.25rem; + } + + .xl\:-mx-13 { + margin-left: -3.25rem; + margin-right: -3.25rem; + } + + .xl\:-my-14 { + margin-top: -3.5rem; + margin-bottom: -3.5rem; + } + + .xl\:-mx-14 { + margin-left: -3.5rem; + margin-right: -3.5rem; + } + + .xl\:-my-15 { + margin-top: -3.75rem; + margin-bottom: -3.75rem; + } + + .xl\:-mx-15 { + margin-left: -3.75rem; + margin-right: -3.75rem; + } + .xl\:-my-16 { margin-top: -4rem; margin-bottom: -4rem; @@ -125238,6 +193782,16 @@ video { margin-right: -6rem; } + .xl\:-my-28 { + margin-top: -7rem; + margin-bottom: -7rem; + } + + .xl\:-mx-28 { + margin-left: -7rem; + margin-right: -7rem; + } + .xl\:-my-32 { margin-top: -8rem; margin-bottom: -8rem; @@ -125248,6 +193802,16 @@ video { margin-right: -8rem; } + .xl\:-my-36 { + margin-top: -9rem; + margin-bottom: -9rem; + } + + .xl\:-mx-36 { + margin-left: -9rem; + margin-right: -9rem; + } + .xl\:-my-40 { margin-top: -10rem; margin-bottom: -10rem; @@ -125258,6 +193822,16 @@ video { margin-right: -10rem; } + .xl\:-my-44 { + margin-top: -11rem; + margin-bottom: -11rem; + } + + .xl\:-mx-44 { + margin-left: -11rem; + margin-right: -11rem; + } + .xl\:-my-48 { margin-top: -12rem; margin-bottom: -12rem; @@ -125268,6 +193842,16 @@ video { margin-right: -12rem; } + .xl\:-my-52 { + margin-top: -13rem; + margin-bottom: -13rem; + } + + .xl\:-mx-52 { + margin-left: -13rem; + margin-right: -13rem; + } + .xl\:-my-56 { margin-top: -14rem; margin-bottom: -14rem; @@ -125278,6 +193862,16 @@ video { margin-right: -14rem; } + .xl\:-my-60 { + margin-top: -15rem; + margin-bottom: -15rem; + } + + .xl\:-mx-60 { + margin-left: -15rem; + margin-right: -15rem; + } + .xl\:-my-64 { margin-top: -16rem; margin-bottom: -16rem; @@ -125288,6 +193882,36 @@ video { margin-right: -16rem; } + .xl\:-my-72 { + margin-top: -18rem; + margin-bottom: -18rem; + } + + .xl\:-mx-72 { + margin-left: -18rem; + margin-right: -18rem; + } + + .xl\:-my-80 { + margin-top: -20rem; + margin-bottom: -20rem; + } + + .xl\:-mx-80 { + margin-left: -20rem; + margin-right: -20rem; + } + + .xl\:-my-96 { + margin-top: -24rem; + margin-bottom: -24rem; + } + + .xl\:-mx-96 { + margin-left: -24rem; + margin-right: -24rem; + } + .xl\:-my-px { margin-top: -1px; margin-bottom: -1px; @@ -125298,6 +193922,466 @@ video { margin-right: -1px; } + .xl\:-my-0\.5 { + margin-top: -0.125rem; + margin-bottom: -0.125rem; + } + + .xl\:-mx-0\.5 { + margin-left: -0.125rem; + margin-right: -0.125rem; + } + + .xl\:-my-1\.5 { + margin-top: -0.375rem; + margin-bottom: -0.375rem; + } + + .xl\:-mx-1\.5 { + margin-left: -0.375rem; + margin-right: -0.375rem; + } + + .xl\:-my-2\.5 { + margin-top: -0.625rem; + margin-bottom: -0.625rem; + } + + .xl\:-mx-2\.5 { + margin-left: -0.625rem; + margin-right: -0.625rem; + } + + .xl\:-my-3\.5 { + margin-top: -0.875rem; + margin-bottom: -0.875rem; + } + + .xl\:-mx-3\.5 { + margin-left: -0.875rem; + margin-right: -0.875rem; + } + + .xl\:-my-1\/2 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-1\/2 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-1\/3 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .xl\:-mx-1\/3 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .xl\:-my-2\/3 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .xl\:-mx-2\/3 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .xl\:-my-1\/4 { + margin-top: -25%; + margin-bottom: -25%; + } + + .xl\:-mx-1\/4 { + margin-left: -25%; + margin-right: -25%; + } + + .xl\:-my-2\/4 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-2\/4 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-3\/4 { + margin-top: -75%; + margin-bottom: -75%; + } + + .xl\:-mx-3\/4 { + margin-left: -75%; + margin-right: -75%; + } + + .xl\:-my-1\/5 { + margin-top: -20%; + margin-bottom: -20%; + } + + .xl\:-mx-1\/5 { + margin-left: -20%; + margin-right: -20%; + } + + .xl\:-my-2\/5 { + margin-top: -40%; + margin-bottom: -40%; + } + + .xl\:-mx-2\/5 { + margin-left: -40%; + margin-right: -40%; + } + + .xl\:-my-3\/5 { + margin-top: -60%; + margin-bottom: -60%; + } + + .xl\:-mx-3\/5 { + margin-left: -60%; + margin-right: -60%; + } + + .xl\:-my-4\/5 { + margin-top: -80%; + margin-bottom: -80%; + } + + .xl\:-mx-4\/5 { + margin-left: -80%; + margin-right: -80%; + } + + .xl\:-my-1\/6 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .xl\:-mx-1\/6 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .xl\:-my-2\/6 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .xl\:-mx-2\/6 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .xl\:-my-3\/6 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-3\/6 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-4\/6 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .xl\:-mx-4\/6 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .xl\:-my-5\/6 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .xl\:-mx-5\/6 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .xl\:-my-1\/12 { + margin-top: -8.33333%; + margin-bottom: -8.33333%; + } + + .xl\:-mx-1\/12 { + margin-left: -8.33333%; + margin-right: -8.33333%; + } + + .xl\:-my-2\/12 { + margin-top: -16.66667%; + margin-bottom: -16.66667%; + } + + .xl\:-mx-2\/12 { + margin-left: -16.66667%; + margin-right: -16.66667%; + } + + .xl\:-my-3\/12 { + margin-top: -25%; + margin-bottom: -25%; + } + + .xl\:-mx-3\/12 { + margin-left: -25%; + margin-right: -25%; + } + + .xl\:-my-4\/12 { + margin-top: -33.33333%; + margin-bottom: -33.33333%; + } + + .xl\:-mx-4\/12 { + margin-left: -33.33333%; + margin-right: -33.33333%; + } + + .xl\:-my-5\/12 { + margin-top: -41.66667%; + margin-bottom: -41.66667%; + } + + .xl\:-mx-5\/12 { + margin-left: -41.66667%; + margin-right: -41.66667%; + } + + .xl\:-my-6\/12 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-6\/12 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-7\/12 { + margin-top: -58.33333%; + margin-bottom: -58.33333%; + } + + .xl\:-mx-7\/12 { + margin-left: -58.33333%; + margin-right: -58.33333%; + } + + .xl\:-my-8\/12 { + margin-top: -66.66667%; + margin-bottom: -66.66667%; + } + + .xl\:-mx-8\/12 { + margin-left: -66.66667%; + margin-right: -66.66667%; + } + + .xl\:-my-9\/12 { + margin-top: -75%; + margin-bottom: -75%; + } + + .xl\:-mx-9\/12 { + margin-left: -75%; + margin-right: -75%; + } + + .xl\:-my-10\/12 { + margin-top: -83.33333%; + margin-bottom: -83.33333%; + } + + .xl\:-mx-10\/12 { + margin-left: -83.33333%; + margin-right: -83.33333%; + } + + .xl\:-my-11\/12 { + margin-top: -91.66667%; + margin-bottom: -91.66667%; + } + + .xl\:-mx-11\/12 { + margin-left: -91.66667%; + margin-right: -91.66667%; + } + + .xl\:-my-1\/16 { + margin-top: -6.25%; + margin-bottom: -6.25%; + } + + .xl\:-mx-1\/16 { + margin-left: -6.25%; + margin-right: -6.25%; + } + + .xl\:-my-2\/16 { + margin-top: -12.5%; + margin-bottom: -12.5%; + } + + .xl\:-mx-2\/16 { + margin-left: -12.5%; + margin-right: -12.5%; + } + + .xl\:-my-3\/16 { + margin-top: -18.75%; + margin-bottom: -18.75%; + } + + .xl\:-mx-3\/16 { + margin-left: -18.75%; + margin-right: -18.75%; + } + + .xl\:-my-4\/16 { + margin-top: -25%; + margin-bottom: -25%; + } + + .xl\:-mx-4\/16 { + margin-left: -25%; + margin-right: -25%; + } + + .xl\:-my-5\/16 { + margin-top: -31.25%; + margin-bottom: -31.25%; + } + + .xl\:-mx-5\/16 { + margin-left: -31.25%; + margin-right: -31.25%; + } + + .xl\:-my-6\/16 { + margin-top: -37.5%; + margin-bottom: -37.5%; + } + + .xl\:-mx-6\/16 { + margin-left: -37.5%; + margin-right: -37.5%; + } + + .xl\:-my-7\/16 { + margin-top: -43.75%; + margin-bottom: -43.75%; + } + + .xl\:-mx-7\/16 { + margin-left: -43.75%; + margin-right: -43.75%; + } + + .xl\:-my-8\/16 { + margin-top: -50%; + margin-bottom: -50%; + } + + .xl\:-mx-8\/16 { + margin-left: -50%; + margin-right: -50%; + } + + .xl\:-my-9\/16 { + margin-top: -56.25%; + margin-bottom: -56.25%; + } + + .xl\:-mx-9\/16 { + margin-left: -56.25%; + margin-right: -56.25%; + } + + .xl\:-my-10\/16 { + margin-top: -62.5%; + margin-bottom: -62.5%; + } + + .xl\:-mx-10\/16 { + margin-left: -62.5%; + margin-right: -62.5%; + } + + .xl\:-my-11\/16 { + margin-top: -68.75%; + margin-bottom: -68.75%; + } + + .xl\:-mx-11\/16 { + margin-left: -68.75%; + margin-right: -68.75%; + } + + .xl\:-my-12\/16 { + margin-top: -75%; + margin-bottom: -75%; + } + + .xl\:-mx-12\/16 { + margin-left: -75%; + margin-right: -75%; + } + + .xl\:-my-13\/16 { + margin-top: -81.25%; + margin-bottom: -81.25%; + } + + .xl\:-mx-13\/16 { + margin-left: -81.25%; + margin-right: -81.25%; + } + + .xl\:-my-14\/16 { + margin-top: -87.5%; + margin-bottom: -87.5%; + } + + .xl\:-mx-14\/16 { + margin-left: -87.5%; + margin-right: -87.5%; + } + + .xl\:-my-15\/16 { + margin-top: -93.75%; + margin-bottom: -93.75%; + } + + .xl\:-mx-15\/16 { + margin-left: -93.75%; + margin-right: -93.75%; + } + + .xl\:-my-full { + margin-top: -100%; + margin-bottom: -100%; + } + + .xl\:-mx-full { + margin-left: -100%; + margin-right: -100%; + } + .xl\:mt-0 { margin-top: 0; } @@ -125410,6 +194494,22 @@ video { margin-left: 1.5rem; } + .xl\:mt-7 { + margin-top: 1.75rem; + } + + .xl\:mr-7 { + margin-right: 1.75rem; + } + + .xl\:mb-7 { + margin-bottom: 1.75rem; + } + + .xl\:ml-7 { + margin-left: 1.75rem; + } + .xl\:mt-8 { margin-top: 2rem; } @@ -125426,6 +194526,22 @@ video { margin-left: 2rem; } + .xl\:mt-9 { + margin-top: 2.25rem; + } + + .xl\:mr-9 { + margin-right: 2.25rem; + } + + .xl\:mb-9 { + margin-bottom: 2.25rem; + } + + .xl\:ml-9 { + margin-left: 2.25rem; + } + .xl\:mt-10 { margin-top: 2.5rem; } @@ -125442,6 +194558,22 @@ video { margin-left: 2.5rem; } + .xl\:mt-11 { + margin-top: 2.75rem; + } + + .xl\:mr-11 { + margin-right: 2.75rem; + } + + .xl\:mb-11 { + margin-bottom: 2.75rem; + } + + .xl\:ml-11 { + margin-left: 2.75rem; + } + .xl\:mt-12 { margin-top: 3rem; } @@ -125458,6 +194590,54 @@ video { margin-left: 3rem; } + .xl\:mt-13 { + margin-top: 3.25rem; + } + + .xl\:mr-13 { + margin-right: 3.25rem; + } + + .xl\:mb-13 { + margin-bottom: 3.25rem; + } + + .xl\:ml-13 { + margin-left: 3.25rem; + } + + .xl\:mt-14 { + margin-top: 3.5rem; + } + + .xl\:mr-14 { + margin-right: 3.5rem; + } + + .xl\:mb-14 { + margin-bottom: 3.5rem; + } + + .xl\:ml-14 { + margin-left: 3.5rem; + } + + .xl\:mt-15 { + margin-top: 3.75rem; + } + + .xl\:mr-15 { + margin-right: 3.75rem; + } + + .xl\:mb-15 { + margin-bottom: 3.75rem; + } + + .xl\:ml-15 { + margin-left: 3.75rem; + } + .xl\:mt-16 { margin-top: 4rem; } @@ -125506,6 +194686,22 @@ video { margin-left: 6rem; } + .xl\:mt-28 { + margin-top: 7rem; + } + + .xl\:mr-28 { + margin-right: 7rem; + } + + .xl\:mb-28 { + margin-bottom: 7rem; + } + + .xl\:ml-28 { + margin-left: 7rem; + } + .xl\:mt-32 { margin-top: 8rem; } @@ -125522,6 +194718,22 @@ video { margin-left: 8rem; } + .xl\:mt-36 { + margin-top: 9rem; + } + + .xl\:mr-36 { + margin-right: 9rem; + } + + .xl\:mb-36 { + margin-bottom: 9rem; + } + + .xl\:ml-36 { + margin-left: 9rem; + } + .xl\:mt-40 { margin-top: 10rem; } @@ -125538,6 +194750,22 @@ video { margin-left: 10rem; } + .xl\:mt-44 { + margin-top: 11rem; + } + + .xl\:mr-44 { + margin-right: 11rem; + } + + .xl\:mb-44 { + margin-bottom: 11rem; + } + + .xl\:ml-44 { + margin-left: 11rem; + } + .xl\:mt-48 { margin-top: 12rem; } @@ -125554,6 +194782,22 @@ video { margin-left: 12rem; } + .xl\:mt-52 { + margin-top: 13rem; + } + + .xl\:mr-52 { + margin-right: 13rem; + } + + .xl\:mb-52 { + margin-bottom: 13rem; + } + + .xl\:ml-52 { + margin-left: 13rem; + } + .xl\:mt-56 { margin-top: 14rem; } @@ -125570,6 +194814,22 @@ video { margin-left: 14rem; } + .xl\:mt-60 { + margin-top: 15rem; + } + + .xl\:mr-60 { + margin-right: 15rem; + } + + .xl\:mb-60 { + margin-bottom: 15rem; + } + + .xl\:ml-60 { + margin-left: 15rem; + } + .xl\:mt-64 { margin-top: 16rem; } @@ -125586,6 +194846,54 @@ video { margin-left: 16rem; } + .xl\:mt-72 { + margin-top: 18rem; + } + + .xl\:mr-72 { + margin-right: 18rem; + } + + .xl\:mb-72 { + margin-bottom: 18rem; + } + + .xl\:ml-72 { + margin-left: 18rem; + } + + .xl\:mt-80 { + margin-top: 20rem; + } + + .xl\:mr-80 { + margin-right: 20rem; + } + + .xl\:mb-80 { + margin-bottom: 20rem; + } + + .xl\:ml-80 { + margin-left: 20rem; + } + + .xl\:mt-96 { + margin-top: 24rem; + } + + .xl\:mr-96 { + margin-right: 24rem; + } + + .xl\:mb-96 { + margin-bottom: 24rem; + } + + .xl\:ml-96 { + margin-left: 24rem; + } + .xl\:mt-auto { margin-top: auto; } @@ -125618,6 +194926,742 @@ video { margin-left: 1px; } + .xl\:mt-0\.5 { + margin-top: 0.125rem; + } + + .xl\:mr-0\.5 { + margin-right: 0.125rem; + } + + .xl\:mb-0\.5 { + margin-bottom: 0.125rem; + } + + .xl\:ml-0\.5 { + margin-left: 0.125rem; + } + + .xl\:mt-1\.5 { + margin-top: 0.375rem; + } + + .xl\:mr-1\.5 { + margin-right: 0.375rem; + } + + .xl\:mb-1\.5 { + margin-bottom: 0.375rem; + } + + .xl\:ml-1\.5 { + margin-left: 0.375rem; + } + + .xl\:mt-2\.5 { + margin-top: 0.625rem; + } + + .xl\:mr-2\.5 { + margin-right: 0.625rem; + } + + .xl\:mb-2\.5 { + margin-bottom: 0.625rem; + } + + .xl\:ml-2\.5 { + margin-left: 0.625rem; + } + + .xl\:mt-3\.5 { + margin-top: 0.875rem; + } + + .xl\:mr-3\.5 { + margin-right: 0.875rem; + } + + .xl\:mb-3\.5 { + margin-bottom: 0.875rem; + } + + .xl\:ml-3\.5 { + margin-left: 0.875rem; + } + + .xl\:mt-1\/2 { + margin-top: 50%; + } + + .xl\:mr-1\/2 { + margin-right: 50%; + } + + .xl\:mb-1\/2 { + margin-bottom: 50%; + } + + .xl\:ml-1\/2 { + margin-left: 50%; + } + + .xl\:mt-1\/3 { + margin-top: 33.333333%; + } + + .xl\:mr-1\/3 { + margin-right: 33.333333%; + } + + .xl\:mb-1\/3 { + margin-bottom: 33.333333%; + } + + .xl\:ml-1\/3 { + margin-left: 33.333333%; + } + + .xl\:mt-2\/3 { + margin-top: 66.666667%; + } + + .xl\:mr-2\/3 { + margin-right: 66.666667%; + } + + .xl\:mb-2\/3 { + margin-bottom: 66.666667%; + } + + .xl\:ml-2\/3 { + margin-left: 66.666667%; + } + + .xl\:mt-1\/4 { + margin-top: 25%; + } + + .xl\:mr-1\/4 { + margin-right: 25%; + } + + .xl\:mb-1\/4 { + margin-bottom: 25%; + } + + .xl\:ml-1\/4 { + margin-left: 25%; + } + + .xl\:mt-2\/4 { + margin-top: 50%; + } + + .xl\:mr-2\/4 { + margin-right: 50%; + } + + .xl\:mb-2\/4 { + margin-bottom: 50%; + } + + .xl\:ml-2\/4 { + margin-left: 50%; + } + + .xl\:mt-3\/4 { + margin-top: 75%; + } + + .xl\:mr-3\/4 { + margin-right: 75%; + } + + .xl\:mb-3\/4 { + margin-bottom: 75%; + } + + .xl\:ml-3\/4 { + margin-left: 75%; + } + + .xl\:mt-1\/5 { + margin-top: 20%; + } + + .xl\:mr-1\/5 { + margin-right: 20%; + } + + .xl\:mb-1\/5 { + margin-bottom: 20%; + } + + .xl\:ml-1\/5 { + margin-left: 20%; + } + + .xl\:mt-2\/5 { + margin-top: 40%; + } + + .xl\:mr-2\/5 { + margin-right: 40%; + } + + .xl\:mb-2\/5 { + margin-bottom: 40%; + } + + .xl\:ml-2\/5 { + margin-left: 40%; + } + + .xl\:mt-3\/5 { + margin-top: 60%; + } + + .xl\:mr-3\/5 { + margin-right: 60%; + } + + .xl\:mb-3\/5 { + margin-bottom: 60%; + } + + .xl\:ml-3\/5 { + margin-left: 60%; + } + + .xl\:mt-4\/5 { + margin-top: 80%; + } + + .xl\:mr-4\/5 { + margin-right: 80%; + } + + .xl\:mb-4\/5 { + margin-bottom: 80%; + } + + .xl\:ml-4\/5 { + margin-left: 80%; + } + + .xl\:mt-1\/6 { + margin-top: 16.666667%; + } + + .xl\:mr-1\/6 { + margin-right: 16.666667%; + } + + .xl\:mb-1\/6 { + margin-bottom: 16.666667%; + } + + .xl\:ml-1\/6 { + margin-left: 16.666667%; + } + + .xl\:mt-2\/6 { + margin-top: 33.333333%; + } + + .xl\:mr-2\/6 { + margin-right: 33.333333%; + } + + .xl\:mb-2\/6 { + margin-bottom: 33.333333%; + } + + .xl\:ml-2\/6 { + margin-left: 33.333333%; + } + + .xl\:mt-3\/6 { + margin-top: 50%; + } + + .xl\:mr-3\/6 { + margin-right: 50%; + } + + .xl\:mb-3\/6 { + margin-bottom: 50%; + } + + .xl\:ml-3\/6 { + margin-left: 50%; + } + + .xl\:mt-4\/6 { + margin-top: 66.666667%; + } + + .xl\:mr-4\/6 { + margin-right: 66.666667%; + } + + .xl\:mb-4\/6 { + margin-bottom: 66.666667%; + } + + .xl\:ml-4\/6 { + margin-left: 66.666667%; + } + + .xl\:mt-5\/6 { + margin-top: 83.333333%; + } + + .xl\:mr-5\/6 { + margin-right: 83.333333%; + } + + .xl\:mb-5\/6 { + margin-bottom: 83.333333%; + } + + .xl\:ml-5\/6 { + margin-left: 83.333333%; + } + + .xl\:mt-1\/12 { + margin-top: 8.333333%; + } + + .xl\:mr-1\/12 { + margin-right: 8.333333%; + } + + .xl\:mb-1\/12 { + margin-bottom: 8.333333%; + } + + .xl\:ml-1\/12 { + margin-left: 8.333333%; + } + + .xl\:mt-2\/12 { + margin-top: 16.666667%; + } + + .xl\:mr-2\/12 { + margin-right: 16.666667%; + } + + .xl\:mb-2\/12 { + margin-bottom: 16.666667%; + } + + .xl\:ml-2\/12 { + margin-left: 16.666667%; + } + + .xl\:mt-3\/12 { + margin-top: 25%; + } + + .xl\:mr-3\/12 { + margin-right: 25%; + } + + .xl\:mb-3\/12 { + margin-bottom: 25%; + } + + .xl\:ml-3\/12 { + margin-left: 25%; + } + + .xl\:mt-4\/12 { + margin-top: 33.333333%; + } + + .xl\:mr-4\/12 { + margin-right: 33.333333%; + } + + .xl\:mb-4\/12 { + margin-bottom: 33.333333%; + } + + .xl\:ml-4\/12 { + margin-left: 33.333333%; + } + + .xl\:mt-5\/12 { + margin-top: 41.666667%; + } + + .xl\:mr-5\/12 { + margin-right: 41.666667%; + } + + .xl\:mb-5\/12 { + margin-bottom: 41.666667%; + } + + .xl\:ml-5\/12 { + margin-left: 41.666667%; + } + + .xl\:mt-6\/12 { + margin-top: 50%; + } + + .xl\:mr-6\/12 { + margin-right: 50%; + } + + .xl\:mb-6\/12 { + margin-bottom: 50%; + } + + .xl\:ml-6\/12 { + margin-left: 50%; + } + + .xl\:mt-7\/12 { + margin-top: 58.333333%; + } + + .xl\:mr-7\/12 { + margin-right: 58.333333%; + } + + .xl\:mb-7\/12 { + margin-bottom: 58.333333%; + } + + .xl\:ml-7\/12 { + margin-left: 58.333333%; + } + + .xl\:mt-8\/12 { + margin-top: 66.666667%; + } + + .xl\:mr-8\/12 { + margin-right: 66.666667%; + } + + .xl\:mb-8\/12 { + margin-bottom: 66.666667%; + } + + .xl\:ml-8\/12 { + margin-left: 66.666667%; + } + + .xl\:mt-9\/12 { + margin-top: 75%; + } + + .xl\:mr-9\/12 { + margin-right: 75%; + } + + .xl\:mb-9\/12 { + margin-bottom: 75%; + } + + .xl\:ml-9\/12 { + margin-left: 75%; + } + + .xl\:mt-10\/12 { + margin-top: 83.333333%; + } + + .xl\:mr-10\/12 { + margin-right: 83.333333%; + } + + .xl\:mb-10\/12 { + margin-bottom: 83.333333%; + } + + .xl\:ml-10\/12 { + margin-left: 83.333333%; + } + + .xl\:mt-11\/12 { + margin-top: 91.666667%; + } + + .xl\:mr-11\/12 { + margin-right: 91.666667%; + } + + .xl\:mb-11\/12 { + margin-bottom: 91.666667%; + } + + .xl\:ml-11\/12 { + margin-left: 91.666667%; + } + + .xl\:mt-1\/16 { + margin-top: 6.25%; + } + + .xl\:mr-1\/16 { + margin-right: 6.25%; + } + + .xl\:mb-1\/16 { + margin-bottom: 6.25%; + } + + .xl\:ml-1\/16 { + margin-left: 6.25%; + } + + .xl\:mt-2\/16 { + margin-top: 12.5%; + } + + .xl\:mr-2\/16 { + margin-right: 12.5%; + } + + .xl\:mb-2\/16 { + margin-bottom: 12.5%; + } + + .xl\:ml-2\/16 { + margin-left: 12.5%; + } + + .xl\:mt-3\/16 { + margin-top: 18.75%; + } + + .xl\:mr-3\/16 { + margin-right: 18.75%; + } + + .xl\:mb-3\/16 { + margin-bottom: 18.75%; + } + + .xl\:ml-3\/16 { + margin-left: 18.75%; + } + + .xl\:mt-4\/16 { + margin-top: 25%; + } + + .xl\:mr-4\/16 { + margin-right: 25%; + } + + .xl\:mb-4\/16 { + margin-bottom: 25%; + } + + .xl\:ml-4\/16 { + margin-left: 25%; + } + + .xl\:mt-5\/16 { + margin-top: 31.25%; + } + + .xl\:mr-5\/16 { + margin-right: 31.25%; + } + + .xl\:mb-5\/16 { + margin-bottom: 31.25%; + } + + .xl\:ml-5\/16 { + margin-left: 31.25%; + } + + .xl\:mt-6\/16 { + margin-top: 37.5%; + } + + .xl\:mr-6\/16 { + margin-right: 37.5%; + } + + .xl\:mb-6\/16 { + margin-bottom: 37.5%; + } + + .xl\:ml-6\/16 { + margin-left: 37.5%; + } + + .xl\:mt-7\/16 { + margin-top: 43.75%; + } + + .xl\:mr-7\/16 { + margin-right: 43.75%; + } + + .xl\:mb-7\/16 { + margin-bottom: 43.75%; + } + + .xl\:ml-7\/16 { + margin-left: 43.75%; + } + + .xl\:mt-8\/16 { + margin-top: 50%; + } + + .xl\:mr-8\/16 { + margin-right: 50%; + } + + .xl\:mb-8\/16 { + margin-bottom: 50%; + } + + .xl\:ml-8\/16 { + margin-left: 50%; + } + + .xl\:mt-9\/16 { + margin-top: 56.25%; + } + + .xl\:mr-9\/16 { + margin-right: 56.25%; + } + + .xl\:mb-9\/16 { + margin-bottom: 56.25%; + } + + .xl\:ml-9\/16 { + margin-left: 56.25%; + } + + .xl\:mt-10\/16 { + margin-top: 62.5%; + } + + .xl\:mr-10\/16 { + margin-right: 62.5%; + } + + .xl\:mb-10\/16 { + margin-bottom: 62.5%; + } + + .xl\:ml-10\/16 { + margin-left: 62.5%; + } + + .xl\:mt-11\/16 { + margin-top: 68.75%; + } + + .xl\:mr-11\/16 { + margin-right: 68.75%; + } + + .xl\:mb-11\/16 { + margin-bottom: 68.75%; + } + + .xl\:ml-11\/16 { + margin-left: 68.75%; + } + + .xl\:mt-12\/16 { + margin-top: 75%; + } + + .xl\:mr-12\/16 { + margin-right: 75%; + } + + .xl\:mb-12\/16 { + margin-bottom: 75%; + } + + .xl\:ml-12\/16 { + margin-left: 75%; + } + + .xl\:mt-13\/16 { + margin-top: 81.25%; + } + + .xl\:mr-13\/16 { + margin-right: 81.25%; + } + + .xl\:mb-13\/16 { + margin-bottom: 81.25%; + } + + .xl\:ml-13\/16 { + margin-left: 81.25%; + } + + .xl\:mt-14\/16 { + margin-top: 87.5%; + } + + .xl\:mr-14\/16 { + margin-right: 87.5%; + } + + .xl\:mb-14\/16 { + margin-bottom: 87.5%; + } + + .xl\:ml-14\/16 { + margin-left: 87.5%; + } + + .xl\:mt-15\/16 { + margin-top: 93.75%; + } + + .xl\:mr-15\/16 { + margin-right: 93.75%; + } + + .xl\:mb-15\/16 { + margin-bottom: 93.75%; + } + + .xl\:ml-15\/16 { + margin-left: 93.75%; + } + + .xl\:mt-full { + margin-top: 100%; + } + + .xl\:mr-full { + margin-right: 100%; + } + + .xl\:mb-full { + margin-bottom: 100%; + } + + .xl\:ml-full { + margin-left: 100%; + } + .xl\:-mt-1 { margin-top: -0.25rem; } @@ -125714,6 +195758,22 @@ video { margin-left: -1.5rem; } + .xl\:-mt-7 { + margin-top: -1.75rem; + } + + .xl\:-mr-7 { + margin-right: -1.75rem; + } + + .xl\:-mb-7 { + margin-bottom: -1.75rem; + } + + .xl\:-ml-7 { + margin-left: -1.75rem; + } + .xl\:-mt-8 { margin-top: -2rem; } @@ -125730,6 +195790,22 @@ video { margin-left: -2rem; } + .xl\:-mt-9 { + margin-top: -2.25rem; + } + + .xl\:-mr-9 { + margin-right: -2.25rem; + } + + .xl\:-mb-9 { + margin-bottom: -2.25rem; + } + + .xl\:-ml-9 { + margin-left: -2.25rem; + } + .xl\:-mt-10 { margin-top: -2.5rem; } @@ -125746,6 +195822,22 @@ video { margin-left: -2.5rem; } + .xl\:-mt-11 { + margin-top: -2.75rem; + } + + .xl\:-mr-11 { + margin-right: -2.75rem; + } + + .xl\:-mb-11 { + margin-bottom: -2.75rem; + } + + .xl\:-ml-11 { + margin-left: -2.75rem; + } + .xl\:-mt-12 { margin-top: -3rem; } @@ -125762,6 +195854,54 @@ video { margin-left: -3rem; } + .xl\:-mt-13 { + margin-top: -3.25rem; + } + + .xl\:-mr-13 { + margin-right: -3.25rem; + } + + .xl\:-mb-13 { + margin-bottom: -3.25rem; + } + + .xl\:-ml-13 { + margin-left: -3.25rem; + } + + .xl\:-mt-14 { + margin-top: -3.5rem; + } + + .xl\:-mr-14 { + margin-right: -3.5rem; + } + + .xl\:-mb-14 { + margin-bottom: -3.5rem; + } + + .xl\:-ml-14 { + margin-left: -3.5rem; + } + + .xl\:-mt-15 { + margin-top: -3.75rem; + } + + .xl\:-mr-15 { + margin-right: -3.75rem; + } + + .xl\:-mb-15 { + margin-bottom: -3.75rem; + } + + .xl\:-ml-15 { + margin-left: -3.75rem; + } + .xl\:-mt-16 { margin-top: -4rem; } @@ -125810,6 +195950,22 @@ video { margin-left: -6rem; } + .xl\:-mt-28 { + margin-top: -7rem; + } + + .xl\:-mr-28 { + margin-right: -7rem; + } + + .xl\:-mb-28 { + margin-bottom: -7rem; + } + + .xl\:-ml-28 { + margin-left: -7rem; + } + .xl\:-mt-32 { margin-top: -8rem; } @@ -125826,6 +195982,22 @@ video { margin-left: -8rem; } + .xl\:-mt-36 { + margin-top: -9rem; + } + + .xl\:-mr-36 { + margin-right: -9rem; + } + + .xl\:-mb-36 { + margin-bottom: -9rem; + } + + .xl\:-ml-36 { + margin-left: -9rem; + } + .xl\:-mt-40 { margin-top: -10rem; } @@ -125842,6 +196014,22 @@ video { margin-left: -10rem; } + .xl\:-mt-44 { + margin-top: -11rem; + } + + .xl\:-mr-44 { + margin-right: -11rem; + } + + .xl\:-mb-44 { + margin-bottom: -11rem; + } + + .xl\:-ml-44 { + margin-left: -11rem; + } + .xl\:-mt-48 { margin-top: -12rem; } @@ -125858,6 +196046,22 @@ video { margin-left: -12rem; } + .xl\:-mt-52 { + margin-top: -13rem; + } + + .xl\:-mr-52 { + margin-right: -13rem; + } + + .xl\:-mb-52 { + margin-bottom: -13rem; + } + + .xl\:-ml-52 { + margin-left: -13rem; + } + .xl\:-mt-56 { margin-top: -14rem; } @@ -125874,6 +196078,22 @@ video { margin-left: -14rem; } + .xl\:-mt-60 { + margin-top: -15rem; + } + + .xl\:-mr-60 { + margin-right: -15rem; + } + + .xl\:-mb-60 { + margin-bottom: -15rem; + } + + .xl\:-ml-60 { + margin-left: -15rem; + } + .xl\:-mt-64 { margin-top: -16rem; } @@ -125890,6 +196110,54 @@ video { margin-left: -16rem; } + .xl\:-mt-72 { + margin-top: -18rem; + } + + .xl\:-mr-72 { + margin-right: -18rem; + } + + .xl\:-mb-72 { + margin-bottom: -18rem; + } + + .xl\:-ml-72 { + margin-left: -18rem; + } + + .xl\:-mt-80 { + margin-top: -20rem; + } + + .xl\:-mr-80 { + margin-right: -20rem; + } + + .xl\:-mb-80 { + margin-bottom: -20rem; + } + + .xl\:-ml-80 { + margin-left: -20rem; + } + + .xl\:-mt-96 { + margin-top: -24rem; + } + + .xl\:-mr-96 { + margin-right: -24rem; + } + + .xl\:-mb-96 { + margin-bottom: -24rem; + } + + .xl\:-ml-96 { + margin-left: -24rem; + } + .xl\:-mt-px { margin-top: -1px; } @@ -125906,14 +196174,1066 @@ video { margin-left: -1px; } - .xl\:max-h-full { - max-height: 100%; + .xl\:-mt-0\.5 { + margin-top: -0.125rem; + } + + .xl\:-mr-0\.5 { + margin-right: -0.125rem; + } + + .xl\:-mb-0\.5 { + margin-bottom: -0.125rem; + } + + .xl\:-ml-0\.5 { + margin-left: -0.125rem; + } + + .xl\:-mt-1\.5 { + margin-top: -0.375rem; + } + + .xl\:-mr-1\.5 { + margin-right: -0.375rem; + } + + .xl\:-mb-1\.5 { + margin-bottom: -0.375rem; + } + + .xl\:-ml-1\.5 { + margin-left: -0.375rem; + } + + .xl\:-mt-2\.5 { + margin-top: -0.625rem; + } + + .xl\:-mr-2\.5 { + margin-right: -0.625rem; + } + + .xl\:-mb-2\.5 { + margin-bottom: -0.625rem; + } + + .xl\:-ml-2\.5 { + margin-left: -0.625rem; + } + + .xl\:-mt-3\.5 { + margin-top: -0.875rem; + } + + .xl\:-mr-3\.5 { + margin-right: -0.875rem; + } + + .xl\:-mb-3\.5 { + margin-bottom: -0.875rem; + } + + .xl\:-ml-3\.5 { + margin-left: -0.875rem; + } + + .xl\:-mt-1\/2 { + margin-top: -50%; + } + + .xl\:-mr-1\/2 { + margin-right: -50%; + } + + .xl\:-mb-1\/2 { + margin-bottom: -50%; + } + + .xl\:-ml-1\/2 { + margin-left: -50%; + } + + .xl\:-mt-1\/3 { + margin-top: -33.33333%; + } + + .xl\:-mr-1\/3 { + margin-right: -33.33333%; + } + + .xl\:-mb-1\/3 { + margin-bottom: -33.33333%; + } + + .xl\:-ml-1\/3 { + margin-left: -33.33333%; + } + + .xl\:-mt-2\/3 { + margin-top: -66.66667%; + } + + .xl\:-mr-2\/3 { + margin-right: -66.66667%; + } + + .xl\:-mb-2\/3 { + margin-bottom: -66.66667%; + } + + .xl\:-ml-2\/3 { + margin-left: -66.66667%; + } + + .xl\:-mt-1\/4 { + margin-top: -25%; + } + + .xl\:-mr-1\/4 { + margin-right: -25%; + } + + .xl\:-mb-1\/4 { + margin-bottom: -25%; + } + + .xl\:-ml-1\/4 { + margin-left: -25%; + } + + .xl\:-mt-2\/4 { + margin-top: -50%; + } + + .xl\:-mr-2\/4 { + margin-right: -50%; + } + + .xl\:-mb-2\/4 { + margin-bottom: -50%; + } + + .xl\:-ml-2\/4 { + margin-left: -50%; + } + + .xl\:-mt-3\/4 { + margin-top: -75%; + } + + .xl\:-mr-3\/4 { + margin-right: -75%; + } + + .xl\:-mb-3\/4 { + margin-bottom: -75%; + } + + .xl\:-ml-3\/4 { + margin-left: -75%; + } + + .xl\:-mt-1\/5 { + margin-top: -20%; + } + + .xl\:-mr-1\/5 { + margin-right: -20%; + } + + .xl\:-mb-1\/5 { + margin-bottom: -20%; + } + + .xl\:-ml-1\/5 { + margin-left: -20%; + } + + .xl\:-mt-2\/5 { + margin-top: -40%; + } + + .xl\:-mr-2\/5 { + margin-right: -40%; + } + + .xl\:-mb-2\/5 { + margin-bottom: -40%; + } + + .xl\:-ml-2\/5 { + margin-left: -40%; + } + + .xl\:-mt-3\/5 { + margin-top: -60%; + } + + .xl\:-mr-3\/5 { + margin-right: -60%; + } + + .xl\:-mb-3\/5 { + margin-bottom: -60%; + } + + .xl\:-ml-3\/5 { + margin-left: -60%; + } + + .xl\:-mt-4\/5 { + margin-top: -80%; + } + + .xl\:-mr-4\/5 { + margin-right: -80%; + } + + .xl\:-mb-4\/5 { + margin-bottom: -80%; + } + + .xl\:-ml-4\/5 { + margin-left: -80%; + } + + .xl\:-mt-1\/6 { + margin-top: -16.66667%; + } + + .xl\:-mr-1\/6 { + margin-right: -16.66667%; + } + + .xl\:-mb-1\/6 { + margin-bottom: -16.66667%; + } + + .xl\:-ml-1\/6 { + margin-left: -16.66667%; + } + + .xl\:-mt-2\/6 { + margin-top: -33.33333%; + } + + .xl\:-mr-2\/6 { + margin-right: -33.33333%; + } + + .xl\:-mb-2\/6 { + margin-bottom: -33.33333%; + } + + .xl\:-ml-2\/6 { + margin-left: -33.33333%; + } + + .xl\:-mt-3\/6 { + margin-top: -50%; + } + + .xl\:-mr-3\/6 { + margin-right: -50%; + } + + .xl\:-mb-3\/6 { + margin-bottom: -50%; + } + + .xl\:-ml-3\/6 { + margin-left: -50%; + } + + .xl\:-mt-4\/6 { + margin-top: -66.66667%; + } + + .xl\:-mr-4\/6 { + margin-right: -66.66667%; + } + + .xl\:-mb-4\/6 { + margin-bottom: -66.66667%; + } + + .xl\:-ml-4\/6 { + margin-left: -66.66667%; + } + + .xl\:-mt-5\/6 { + margin-top: -83.33333%; + } + + .xl\:-mr-5\/6 { + margin-right: -83.33333%; + } + + .xl\:-mb-5\/6 { + margin-bottom: -83.33333%; + } + + .xl\:-ml-5\/6 { + margin-left: -83.33333%; + } + + .xl\:-mt-1\/12 { + margin-top: -8.33333%; + } + + .xl\:-mr-1\/12 { + margin-right: -8.33333%; + } + + .xl\:-mb-1\/12 { + margin-bottom: -8.33333%; + } + + .xl\:-ml-1\/12 { + margin-left: -8.33333%; + } + + .xl\:-mt-2\/12 { + margin-top: -16.66667%; + } + + .xl\:-mr-2\/12 { + margin-right: -16.66667%; + } + + .xl\:-mb-2\/12 { + margin-bottom: -16.66667%; + } + + .xl\:-ml-2\/12 { + margin-left: -16.66667%; + } + + .xl\:-mt-3\/12 { + margin-top: -25%; + } + + .xl\:-mr-3\/12 { + margin-right: -25%; + } + + .xl\:-mb-3\/12 { + margin-bottom: -25%; + } + + .xl\:-ml-3\/12 { + margin-left: -25%; + } + + .xl\:-mt-4\/12 { + margin-top: -33.33333%; + } + + .xl\:-mr-4\/12 { + margin-right: -33.33333%; + } + + .xl\:-mb-4\/12 { + margin-bottom: -33.33333%; + } + + .xl\:-ml-4\/12 { + margin-left: -33.33333%; + } + + .xl\:-mt-5\/12 { + margin-top: -41.66667%; + } + + .xl\:-mr-5\/12 { + margin-right: -41.66667%; + } + + .xl\:-mb-5\/12 { + margin-bottom: -41.66667%; + } + + .xl\:-ml-5\/12 { + margin-left: -41.66667%; + } + + .xl\:-mt-6\/12 { + margin-top: -50%; + } + + .xl\:-mr-6\/12 { + margin-right: -50%; + } + + .xl\:-mb-6\/12 { + margin-bottom: -50%; + } + + .xl\:-ml-6\/12 { + margin-left: -50%; + } + + .xl\:-mt-7\/12 { + margin-top: -58.33333%; + } + + .xl\:-mr-7\/12 { + margin-right: -58.33333%; + } + + .xl\:-mb-7\/12 { + margin-bottom: -58.33333%; + } + + .xl\:-ml-7\/12 { + margin-left: -58.33333%; + } + + .xl\:-mt-8\/12 { + margin-top: -66.66667%; + } + + .xl\:-mr-8\/12 { + margin-right: -66.66667%; + } + + .xl\:-mb-8\/12 { + margin-bottom: -66.66667%; + } + + .xl\:-ml-8\/12 { + margin-left: -66.66667%; + } + + .xl\:-mt-9\/12 { + margin-top: -75%; + } + + .xl\:-mr-9\/12 { + margin-right: -75%; + } + + .xl\:-mb-9\/12 { + margin-bottom: -75%; + } + + .xl\:-ml-9\/12 { + margin-left: -75%; + } + + .xl\:-mt-10\/12 { + margin-top: -83.33333%; + } + + .xl\:-mr-10\/12 { + margin-right: -83.33333%; + } + + .xl\:-mb-10\/12 { + margin-bottom: -83.33333%; + } + + .xl\:-ml-10\/12 { + margin-left: -83.33333%; + } + + .xl\:-mt-11\/12 { + margin-top: -91.66667%; + } + + .xl\:-mr-11\/12 { + margin-right: -91.66667%; + } + + .xl\:-mb-11\/12 { + margin-bottom: -91.66667%; + } + + .xl\:-ml-11\/12 { + margin-left: -91.66667%; + } + + .xl\:-mt-1\/16 { + margin-top: -6.25%; + } + + .xl\:-mr-1\/16 { + margin-right: -6.25%; + } + + .xl\:-mb-1\/16 { + margin-bottom: -6.25%; + } + + .xl\:-ml-1\/16 { + margin-left: -6.25%; + } + + .xl\:-mt-2\/16 { + margin-top: -12.5%; + } + + .xl\:-mr-2\/16 { + margin-right: -12.5%; + } + + .xl\:-mb-2\/16 { + margin-bottom: -12.5%; + } + + .xl\:-ml-2\/16 { + margin-left: -12.5%; + } + + .xl\:-mt-3\/16 { + margin-top: -18.75%; + } + + .xl\:-mr-3\/16 { + margin-right: -18.75%; + } + + .xl\:-mb-3\/16 { + margin-bottom: -18.75%; + } + + .xl\:-ml-3\/16 { + margin-left: -18.75%; + } + + .xl\:-mt-4\/16 { + margin-top: -25%; + } + + .xl\:-mr-4\/16 { + margin-right: -25%; + } + + .xl\:-mb-4\/16 { + margin-bottom: -25%; + } + + .xl\:-ml-4\/16 { + margin-left: -25%; + } + + .xl\:-mt-5\/16 { + margin-top: -31.25%; + } + + .xl\:-mr-5\/16 { + margin-right: -31.25%; + } + + .xl\:-mb-5\/16 { + margin-bottom: -31.25%; + } + + .xl\:-ml-5\/16 { + margin-left: -31.25%; + } + + .xl\:-mt-6\/16 { + margin-top: -37.5%; + } + + .xl\:-mr-6\/16 { + margin-right: -37.5%; + } + + .xl\:-mb-6\/16 { + margin-bottom: -37.5%; + } + + .xl\:-ml-6\/16 { + margin-left: -37.5%; + } + + .xl\:-mt-7\/16 { + margin-top: -43.75%; + } + + .xl\:-mr-7\/16 { + margin-right: -43.75%; + } + + .xl\:-mb-7\/16 { + margin-bottom: -43.75%; + } + + .xl\:-ml-7\/16 { + margin-left: -43.75%; + } + + .xl\:-mt-8\/16 { + margin-top: -50%; + } + + .xl\:-mr-8\/16 { + margin-right: -50%; + } + + .xl\:-mb-8\/16 { + margin-bottom: -50%; + } + + .xl\:-ml-8\/16 { + margin-left: -50%; + } + + .xl\:-mt-9\/16 { + margin-top: -56.25%; + } + + .xl\:-mr-9\/16 { + margin-right: -56.25%; + } + + .xl\:-mb-9\/16 { + margin-bottom: -56.25%; + } + + .xl\:-ml-9\/16 { + margin-left: -56.25%; + } + + .xl\:-mt-10\/16 { + margin-top: -62.5%; + } + + .xl\:-mr-10\/16 { + margin-right: -62.5%; + } + + .xl\:-mb-10\/16 { + margin-bottom: -62.5%; + } + + .xl\:-ml-10\/16 { + margin-left: -62.5%; + } + + .xl\:-mt-11\/16 { + margin-top: -68.75%; + } + + .xl\:-mr-11\/16 { + margin-right: -68.75%; + } + + .xl\:-mb-11\/16 { + margin-bottom: -68.75%; + } + + .xl\:-ml-11\/16 { + margin-left: -68.75%; + } + + .xl\:-mt-12\/16 { + margin-top: -75%; + } + + .xl\:-mr-12\/16 { + margin-right: -75%; + } + + .xl\:-mb-12\/16 { + margin-bottom: -75%; + } + + .xl\:-ml-12\/16 { + margin-left: -75%; + } + + .xl\:-mt-13\/16 { + margin-top: -81.25%; + } + + .xl\:-mr-13\/16 { + margin-right: -81.25%; + } + + .xl\:-mb-13\/16 { + margin-bottom: -81.25%; + } + + .xl\:-ml-13\/16 { + margin-left: -81.25%; + } + + .xl\:-mt-14\/16 { + margin-top: -87.5%; + } + + .xl\:-mr-14\/16 { + margin-right: -87.5%; + } + + .xl\:-mb-14\/16 { + margin-bottom: -87.5%; + } + + .xl\:-ml-14\/16 { + margin-left: -87.5%; + } + + .xl\:-mt-15\/16 { + margin-top: -93.75%; + } + + .xl\:-mr-15\/16 { + margin-right: -93.75%; + } + + .xl\:-mb-15\/16 { + margin-bottom: -93.75%; + } + + .xl\:-ml-15\/16 { + margin-left: -93.75%; + } + + .xl\:-mt-full { + margin-top: -100%; + } + + .xl\:-mr-full { + margin-right: -100%; + } + + .xl\:-mb-full { + margin-bottom: -100%; + } + + .xl\:-ml-full { + margin-left: -100%; + } + + .xl\:max-h-0 { + max-height: 0; + } + + .xl\:max-h-1 { + max-height: 0.25rem; + } + + .xl\:max-h-2 { + max-height: 0.5rem; + } + + .xl\:max-h-3 { + max-height: 0.75rem; + } + + .xl\:max-h-4 { + max-height: 1rem; + } + + .xl\:max-h-5 { + max-height: 1.25rem; + } + + .xl\:max-h-6 { + max-height: 1.5rem; + } + + .xl\:max-h-7 { + max-height: 1.75rem; + } + + .xl\:max-h-8 { + max-height: 2rem; + } + + .xl\:max-h-9 { + max-height: 2.25rem; + } + + .xl\:max-h-10 { + max-height: 2.5rem; + } + + .xl\:max-h-11 { + max-height: 2.75rem; + } + + .xl\:max-h-12 { + max-height: 3rem; + } + + .xl\:max-h-13 { + max-height: 3.25rem; + } + + .xl\:max-h-14 { + max-height: 3.5rem; + } + + .xl\:max-h-15 { + max-height: 3.75rem; + } + + .xl\:max-h-16 { + max-height: 4rem; + } + + .xl\:max-h-20 { + max-height: 5rem; + } + + .xl\:max-h-24 { + max-height: 6rem; + } + + .xl\:max-h-28 { + max-height: 7rem; + } + + .xl\:max-h-32 { + max-height: 8rem; + } + + .xl\:max-h-36 { + max-height: 9rem; + } + + .xl\:max-h-40 { + max-height: 10rem; + } + + .xl\:max-h-44 { + max-height: 11rem; + } + + .xl\:max-h-48 { + max-height: 12rem; + } + + .xl\:max-h-52 { + max-height: 13rem; + } + + .xl\:max-h-56 { + max-height: 14rem; + } + + .xl\:max-h-60 { + max-height: 15rem; + } + + .xl\:max-h-64 { + max-height: 16rem; + } + + .xl\:max-h-72 { + max-height: 18rem; + } + + .xl\:max-h-80 { + max-height: 20rem; + } + + .xl\:max-h-96 { + max-height: 24rem; } .xl\:max-h-screen { max-height: 100vh; } + .xl\:max-h-px { + max-height: 1px; + } + + .xl\:max-h-0\.5 { + max-height: 0.125rem; + } + + .xl\:max-h-1\.5 { + max-height: 0.375rem; + } + + .xl\:max-h-2\.5 { + max-height: 0.625rem; + } + + .xl\:max-h-3\.5 { + max-height: 0.875rem; + } + + .xl\:max-h-1\/2 { + max-height: 50%; + } + + .xl\:max-h-1\/3 { + max-height: 33.333333%; + } + + .xl\:max-h-2\/3 { + max-height: 66.666667%; + } + + .xl\:max-h-1\/4 { + max-height: 25%; + } + + .xl\:max-h-2\/4 { + max-height: 50%; + } + + .xl\:max-h-3\/4 { + max-height: 75%; + } + + .xl\:max-h-1\/5 { + max-height: 20%; + } + + .xl\:max-h-2\/5 { + max-height: 40%; + } + + .xl\:max-h-3\/5 { + max-height: 60%; + } + + .xl\:max-h-4\/5 { + max-height: 80%; + } + + .xl\:max-h-1\/6 { + max-height: 16.666667%; + } + + .xl\:max-h-2\/6 { + max-height: 33.333333%; + } + + .xl\:max-h-3\/6 { + max-height: 50%; + } + + .xl\:max-h-4\/6 { + max-height: 66.666667%; + } + + .xl\:max-h-5\/6 { + max-height: 83.333333%; + } + + .xl\:max-h-1\/12 { + max-height: 8.333333%; + } + + .xl\:max-h-2\/12 { + max-height: 16.666667%; + } + + .xl\:max-h-3\/12 { + max-height: 25%; + } + + .xl\:max-h-4\/12 { + max-height: 33.333333%; + } + + .xl\:max-h-5\/12 { + max-height: 41.666667%; + } + + .xl\:max-h-6\/12 { + max-height: 50%; + } + + .xl\:max-h-7\/12 { + max-height: 58.333333%; + } + + .xl\:max-h-8\/12 { + max-height: 66.666667%; + } + + .xl\:max-h-9\/12 { + max-height: 75%; + } + + .xl\:max-h-10\/12 { + max-height: 83.333333%; + } + + .xl\:max-h-11\/12 { + max-height: 91.666667%; + } + + .xl\:max-h-1\/16 { + max-height: 6.25%; + } + + .xl\:max-h-2\/16 { + max-height: 12.5%; + } + + .xl\:max-h-3\/16 { + max-height: 18.75%; + } + + .xl\:max-h-4\/16 { + max-height: 25%; + } + + .xl\:max-h-5\/16 { + max-height: 31.25%; + } + + .xl\:max-h-6\/16 { + max-height: 37.5%; + } + + .xl\:max-h-7\/16 { + max-height: 43.75%; + } + + .xl\:max-h-8\/16 { + max-height: 50%; + } + + .xl\:max-h-9\/16 { + max-height: 56.25%; + } + + .xl\:max-h-10\/16 { + max-height: 62.5%; + } + + .xl\:max-h-11\/16 { + max-height: 68.75%; + } + + .xl\:max-h-12\/16 { + max-height: 75%; + } + + .xl\:max-h-13\/16 { + max-height: 81.25%; + } + + .xl\:max-h-14\/16 { + max-height: 87.5%; + } + + .xl\:max-h-15\/16 { + max-height: 93.75%; + } + + .xl\:max-h-full { + max-height: 100%; + } + + .xl\:max-w-0 { + max-width: 0rem; + } + .xl\:max-w-none { max-width: none; } @@ -125958,10 +197278,22 @@ video { max-width: 72rem; } + .xl\:max-w-7xl { + max-width: 80rem; + } + .xl\:max-w-full { max-width: 100%; } + .xl\:max-w-min { + max-width: min-content; + } + + .xl\:max-w-max { + max-width: max-content; + } + .xl\:max-w-screen-sm { max-width: 640px; } @@ -125998,6 +197330,14 @@ video { min-width: 100%; } + .xl\:min-w-min { + min-width: min-content; + } + + .xl\:min-w-max { + min-width: max-content; + } + .xl\:object-contain { object-fit: contain; } @@ -126256,18 +197596,42 @@ video { padding: 1.5rem; } + .xl\:p-7 { + padding: 1.75rem; + } + .xl\:p-8 { padding: 2rem; } + .xl\:p-9 { + padding: 2.25rem; + } + .xl\:p-10 { padding: 2.5rem; } + .xl\:p-11 { + padding: 2.75rem; + } + .xl\:p-12 { padding: 3rem; } + .xl\:p-13 { + padding: 3.25rem; + } + + .xl\:p-14 { + padding: 3.5rem; + } + + .xl\:p-15 { + padding: 3.75rem; + } + .xl\:p-16 { padding: 4rem; } @@ -126280,30 +197644,246 @@ video { padding: 6rem; } + .xl\:p-28 { + padding: 7rem; + } + .xl\:p-32 { padding: 8rem; } + .xl\:p-36 { + padding: 9rem; + } + .xl\:p-40 { padding: 10rem; } + .xl\:p-44 { + padding: 11rem; + } + .xl\:p-48 { padding: 12rem; } + .xl\:p-52 { + padding: 13rem; + } + .xl\:p-56 { padding: 14rem; } + .xl\:p-60 { + padding: 15rem; + } + .xl\:p-64 { padding: 16rem; } + .xl\:p-72 { + padding: 18rem; + } + + .xl\:p-80 { + padding: 20rem; + } + + .xl\:p-96 { + padding: 24rem; + } + .xl\:p-px { padding: 1px; } + .xl\:p-0\.5 { + padding: 0.125rem; + } + + .xl\:p-1\.5 { + padding: 0.375rem; + } + + .xl\:p-2\.5 { + padding: 0.625rem; + } + + .xl\:p-3\.5 { + padding: 0.875rem; + } + + .xl\:p-1\/2 { + padding: 50%; + } + + .xl\:p-1\/3 { + padding: 33.333333%; + } + + .xl\:p-2\/3 { + padding: 66.666667%; + } + + .xl\:p-1\/4 { + padding: 25%; + } + + .xl\:p-2\/4 { + padding: 50%; + } + + .xl\:p-3\/4 { + padding: 75%; + } + + .xl\:p-1\/5 { + padding: 20%; + } + + .xl\:p-2\/5 { + padding: 40%; + } + + .xl\:p-3\/5 { + padding: 60%; + } + + .xl\:p-4\/5 { + padding: 80%; + } + + .xl\:p-1\/6 { + padding: 16.666667%; + } + + .xl\:p-2\/6 { + padding: 33.333333%; + } + + .xl\:p-3\/6 { + padding: 50%; + } + + .xl\:p-4\/6 { + padding: 66.666667%; + } + + .xl\:p-5\/6 { + padding: 83.333333%; + } + + .xl\:p-1\/12 { + padding: 8.333333%; + } + + .xl\:p-2\/12 { + padding: 16.666667%; + } + + .xl\:p-3\/12 { + padding: 25%; + } + + .xl\:p-4\/12 { + padding: 33.333333%; + } + + .xl\:p-5\/12 { + padding: 41.666667%; + } + + .xl\:p-6\/12 { + padding: 50%; + } + + .xl\:p-7\/12 { + padding: 58.333333%; + } + + .xl\:p-8\/12 { + padding: 66.666667%; + } + + .xl\:p-9\/12 { + padding: 75%; + } + + .xl\:p-10\/12 { + padding: 83.333333%; + } + + .xl\:p-11\/12 { + padding: 91.666667%; + } + + .xl\:p-1\/16 { + padding: 6.25%; + } + + .xl\:p-2\/16 { + padding: 12.5%; + } + + .xl\:p-3\/16 { + padding: 18.75%; + } + + .xl\:p-4\/16 { + padding: 25%; + } + + .xl\:p-5\/16 { + padding: 31.25%; + } + + .xl\:p-6\/16 { + padding: 37.5%; + } + + .xl\:p-7\/16 { + padding: 43.75%; + } + + .xl\:p-8\/16 { + padding: 50%; + } + + .xl\:p-9\/16 { + padding: 56.25%; + } + + .xl\:p-10\/16 { + padding: 62.5%; + } + + .xl\:p-11\/16 { + padding: 68.75%; + } + + .xl\:p-12\/16 { + padding: 75%; + } + + .xl\:p-13\/16 { + padding: 81.25%; + } + + .xl\:p-14\/16 { + padding: 87.5%; + } + + .xl\:p-15\/16 { + padding: 93.75%; + } + + .xl\:p-full { + padding: 100%; + } + .xl\:py-0 { padding-top: 0; padding-bottom: 0; @@ -126374,6 +197954,16 @@ video { padding-right: 1.5rem; } + .xl\:py-7 { + padding-top: 1.75rem; + padding-bottom: 1.75rem; + } + + .xl\:px-7 { + padding-left: 1.75rem; + padding-right: 1.75rem; + } + .xl\:py-8 { padding-top: 2rem; padding-bottom: 2rem; @@ -126384,6 +197974,16 @@ video { padding-right: 2rem; } + .xl\:py-9 { + padding-top: 2.25rem; + padding-bottom: 2.25rem; + } + + .xl\:px-9 { + padding-left: 2.25rem; + padding-right: 2.25rem; + } + .xl\:py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; @@ -126394,6 +197994,16 @@ video { padding-right: 2.5rem; } + .xl\:py-11 { + padding-top: 2.75rem; + padding-bottom: 2.75rem; + } + + .xl\:px-11 { + padding-left: 2.75rem; + padding-right: 2.75rem; + } + .xl\:py-12 { padding-top: 3rem; padding-bottom: 3rem; @@ -126404,6 +198014,36 @@ video { padding-right: 3rem; } + .xl\:py-13 { + padding-top: 3.25rem; + padding-bottom: 3.25rem; + } + + .xl\:px-13 { + padding-left: 3.25rem; + padding-right: 3.25rem; + } + + .xl\:py-14 { + padding-top: 3.5rem; + padding-bottom: 3.5rem; + } + + .xl\:px-14 { + padding-left: 3.5rem; + padding-right: 3.5rem; + } + + .xl\:py-15 { + padding-top: 3.75rem; + padding-bottom: 3.75rem; + } + + .xl\:px-15 { + padding-left: 3.75rem; + padding-right: 3.75rem; + } + .xl\:py-16 { padding-top: 4rem; padding-bottom: 4rem; @@ -126434,6 +198074,16 @@ video { padding-right: 6rem; } + .xl\:py-28 { + padding-top: 7rem; + padding-bottom: 7rem; + } + + .xl\:px-28 { + padding-left: 7rem; + padding-right: 7rem; + } + .xl\:py-32 { padding-top: 8rem; padding-bottom: 8rem; @@ -126444,6 +198094,16 @@ video { padding-right: 8rem; } + .xl\:py-36 { + padding-top: 9rem; + padding-bottom: 9rem; + } + + .xl\:px-36 { + padding-left: 9rem; + padding-right: 9rem; + } + .xl\:py-40 { padding-top: 10rem; padding-bottom: 10rem; @@ -126454,6 +198114,16 @@ video { padding-right: 10rem; } + .xl\:py-44 { + padding-top: 11rem; + padding-bottom: 11rem; + } + + .xl\:px-44 { + padding-left: 11rem; + padding-right: 11rem; + } + .xl\:py-48 { padding-top: 12rem; padding-bottom: 12rem; @@ -126464,6 +198134,16 @@ video { padding-right: 12rem; } + .xl\:py-52 { + padding-top: 13rem; + padding-bottom: 13rem; + } + + .xl\:px-52 { + padding-left: 13rem; + padding-right: 13rem; + } + .xl\:py-56 { padding-top: 14rem; padding-bottom: 14rem; @@ -126474,6 +198154,16 @@ video { padding-right: 14rem; } + .xl\:py-60 { + padding-top: 15rem; + padding-bottom: 15rem; + } + + .xl\:px-60 { + padding-left: 15rem; + padding-right: 15rem; + } + .xl\:py-64 { padding-top: 16rem; padding-bottom: 16rem; @@ -126484,6 +198174,36 @@ video { padding-right: 16rem; } + .xl\:py-72 { + padding-top: 18rem; + padding-bottom: 18rem; + } + + .xl\:px-72 { + padding-left: 18rem; + padding-right: 18rem; + } + + .xl\:py-80 { + padding-top: 20rem; + padding-bottom: 20rem; + } + + .xl\:px-80 { + padding-left: 20rem; + padding-right: 20rem; + } + + .xl\:py-96 { + padding-top: 24rem; + padding-bottom: 24rem; + } + + .xl\:px-96 { + padding-left: 24rem; + padding-right: 24rem; + } + .xl\:py-px { padding-top: 1px; padding-bottom: 1px; @@ -126494,6 +198214,466 @@ video { padding-right: 1px; } + .xl\:py-0\.5 { + padding-top: 0.125rem; + padding-bottom: 0.125rem; + } + + .xl\:px-0\.5 { + padding-left: 0.125rem; + padding-right: 0.125rem; + } + + .xl\:py-1\.5 { + padding-top: 0.375rem; + padding-bottom: 0.375rem; + } + + .xl\:px-1\.5 { + padding-left: 0.375rem; + padding-right: 0.375rem; + } + + .xl\:py-2\.5 { + padding-top: 0.625rem; + padding-bottom: 0.625rem; + } + + .xl\:px-2\.5 { + padding-left: 0.625rem; + padding-right: 0.625rem; + } + + .xl\:py-3\.5 { + padding-top: 0.875rem; + padding-bottom: 0.875rem; + } + + .xl\:px-3\.5 { + padding-left: 0.875rem; + padding-right: 0.875rem; + } + + .xl\:py-1\/2 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-1\/2 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-1\/3 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .xl\:px-1\/3 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .xl\:py-2\/3 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .xl\:px-2\/3 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .xl\:py-1\/4 { + padding-top: 25%; + padding-bottom: 25%; + } + + .xl\:px-1\/4 { + padding-left: 25%; + padding-right: 25%; + } + + .xl\:py-2\/4 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-2\/4 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-3\/4 { + padding-top: 75%; + padding-bottom: 75%; + } + + .xl\:px-3\/4 { + padding-left: 75%; + padding-right: 75%; + } + + .xl\:py-1\/5 { + padding-top: 20%; + padding-bottom: 20%; + } + + .xl\:px-1\/5 { + padding-left: 20%; + padding-right: 20%; + } + + .xl\:py-2\/5 { + padding-top: 40%; + padding-bottom: 40%; + } + + .xl\:px-2\/5 { + padding-left: 40%; + padding-right: 40%; + } + + .xl\:py-3\/5 { + padding-top: 60%; + padding-bottom: 60%; + } + + .xl\:px-3\/5 { + padding-left: 60%; + padding-right: 60%; + } + + .xl\:py-4\/5 { + padding-top: 80%; + padding-bottom: 80%; + } + + .xl\:px-4\/5 { + padding-left: 80%; + padding-right: 80%; + } + + .xl\:py-1\/6 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .xl\:px-1\/6 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .xl\:py-2\/6 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .xl\:px-2\/6 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .xl\:py-3\/6 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-3\/6 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-4\/6 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .xl\:px-4\/6 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .xl\:py-5\/6 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .xl\:px-5\/6 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .xl\:py-1\/12 { + padding-top: 8.333333%; + padding-bottom: 8.333333%; + } + + .xl\:px-1\/12 { + padding-left: 8.333333%; + padding-right: 8.333333%; + } + + .xl\:py-2\/12 { + padding-top: 16.666667%; + padding-bottom: 16.666667%; + } + + .xl\:px-2\/12 { + padding-left: 16.666667%; + padding-right: 16.666667%; + } + + .xl\:py-3\/12 { + padding-top: 25%; + padding-bottom: 25%; + } + + .xl\:px-3\/12 { + padding-left: 25%; + padding-right: 25%; + } + + .xl\:py-4\/12 { + padding-top: 33.333333%; + padding-bottom: 33.333333%; + } + + .xl\:px-4\/12 { + padding-left: 33.333333%; + padding-right: 33.333333%; + } + + .xl\:py-5\/12 { + padding-top: 41.666667%; + padding-bottom: 41.666667%; + } + + .xl\:px-5\/12 { + padding-left: 41.666667%; + padding-right: 41.666667%; + } + + .xl\:py-6\/12 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-6\/12 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-7\/12 { + padding-top: 58.333333%; + padding-bottom: 58.333333%; + } + + .xl\:px-7\/12 { + padding-left: 58.333333%; + padding-right: 58.333333%; + } + + .xl\:py-8\/12 { + padding-top: 66.666667%; + padding-bottom: 66.666667%; + } + + .xl\:px-8\/12 { + padding-left: 66.666667%; + padding-right: 66.666667%; + } + + .xl\:py-9\/12 { + padding-top: 75%; + padding-bottom: 75%; + } + + .xl\:px-9\/12 { + padding-left: 75%; + padding-right: 75%; + } + + .xl\:py-10\/12 { + padding-top: 83.333333%; + padding-bottom: 83.333333%; + } + + .xl\:px-10\/12 { + padding-left: 83.333333%; + padding-right: 83.333333%; + } + + .xl\:py-11\/12 { + padding-top: 91.666667%; + padding-bottom: 91.666667%; + } + + .xl\:px-11\/12 { + padding-left: 91.666667%; + padding-right: 91.666667%; + } + + .xl\:py-1\/16 { + padding-top: 6.25%; + padding-bottom: 6.25%; + } + + .xl\:px-1\/16 { + padding-left: 6.25%; + padding-right: 6.25%; + } + + .xl\:py-2\/16 { + padding-top: 12.5%; + padding-bottom: 12.5%; + } + + .xl\:px-2\/16 { + padding-left: 12.5%; + padding-right: 12.5%; + } + + .xl\:py-3\/16 { + padding-top: 18.75%; + padding-bottom: 18.75%; + } + + .xl\:px-3\/16 { + padding-left: 18.75%; + padding-right: 18.75%; + } + + .xl\:py-4\/16 { + padding-top: 25%; + padding-bottom: 25%; + } + + .xl\:px-4\/16 { + padding-left: 25%; + padding-right: 25%; + } + + .xl\:py-5\/16 { + padding-top: 31.25%; + padding-bottom: 31.25%; + } + + .xl\:px-5\/16 { + padding-left: 31.25%; + padding-right: 31.25%; + } + + .xl\:py-6\/16 { + padding-top: 37.5%; + padding-bottom: 37.5%; + } + + .xl\:px-6\/16 { + padding-left: 37.5%; + padding-right: 37.5%; + } + + .xl\:py-7\/16 { + padding-top: 43.75%; + padding-bottom: 43.75%; + } + + .xl\:px-7\/16 { + padding-left: 43.75%; + padding-right: 43.75%; + } + + .xl\:py-8\/16 { + padding-top: 50%; + padding-bottom: 50%; + } + + .xl\:px-8\/16 { + padding-left: 50%; + padding-right: 50%; + } + + .xl\:py-9\/16 { + padding-top: 56.25%; + padding-bottom: 56.25%; + } + + .xl\:px-9\/16 { + padding-left: 56.25%; + padding-right: 56.25%; + } + + .xl\:py-10\/16 { + padding-top: 62.5%; + padding-bottom: 62.5%; + } + + .xl\:px-10\/16 { + padding-left: 62.5%; + padding-right: 62.5%; + } + + .xl\:py-11\/16 { + padding-top: 68.75%; + padding-bottom: 68.75%; + } + + .xl\:px-11\/16 { + padding-left: 68.75%; + padding-right: 68.75%; + } + + .xl\:py-12\/16 { + padding-top: 75%; + padding-bottom: 75%; + } + + .xl\:px-12\/16 { + padding-left: 75%; + padding-right: 75%; + } + + .xl\:py-13\/16 { + padding-top: 81.25%; + padding-bottom: 81.25%; + } + + .xl\:px-13\/16 { + padding-left: 81.25%; + padding-right: 81.25%; + } + + .xl\:py-14\/16 { + padding-top: 87.5%; + padding-bottom: 87.5%; + } + + .xl\:px-14\/16 { + padding-left: 87.5%; + padding-right: 87.5%; + } + + .xl\:py-15\/16 { + padding-top: 93.75%; + padding-bottom: 93.75%; + } + + .xl\:px-15\/16 { + padding-left: 93.75%; + padding-right: 93.75%; + } + + .xl\:py-full { + padding-top: 100%; + padding-bottom: 100%; + } + + .xl\:px-full { + padding-left: 100%; + padding-right: 100%; + } + .xl\:pt-0 { padding-top: 0; } @@ -126606,6 +198786,22 @@ video { padding-left: 1.5rem; } + .xl\:pt-7 { + padding-top: 1.75rem; + } + + .xl\:pr-7 { + padding-right: 1.75rem; + } + + .xl\:pb-7 { + padding-bottom: 1.75rem; + } + + .xl\:pl-7 { + padding-left: 1.75rem; + } + .xl\:pt-8 { padding-top: 2rem; } @@ -126622,6 +198818,22 @@ video { padding-left: 2rem; } + .xl\:pt-9 { + padding-top: 2.25rem; + } + + .xl\:pr-9 { + padding-right: 2.25rem; + } + + .xl\:pb-9 { + padding-bottom: 2.25rem; + } + + .xl\:pl-9 { + padding-left: 2.25rem; + } + .xl\:pt-10 { padding-top: 2.5rem; } @@ -126638,6 +198850,22 @@ video { padding-left: 2.5rem; } + .xl\:pt-11 { + padding-top: 2.75rem; + } + + .xl\:pr-11 { + padding-right: 2.75rem; + } + + .xl\:pb-11 { + padding-bottom: 2.75rem; + } + + .xl\:pl-11 { + padding-left: 2.75rem; + } + .xl\:pt-12 { padding-top: 3rem; } @@ -126654,6 +198882,54 @@ video { padding-left: 3rem; } + .xl\:pt-13 { + padding-top: 3.25rem; + } + + .xl\:pr-13 { + padding-right: 3.25rem; + } + + .xl\:pb-13 { + padding-bottom: 3.25rem; + } + + .xl\:pl-13 { + padding-left: 3.25rem; + } + + .xl\:pt-14 { + padding-top: 3.5rem; + } + + .xl\:pr-14 { + padding-right: 3.5rem; + } + + .xl\:pb-14 { + padding-bottom: 3.5rem; + } + + .xl\:pl-14 { + padding-left: 3.5rem; + } + + .xl\:pt-15 { + padding-top: 3.75rem; + } + + .xl\:pr-15 { + padding-right: 3.75rem; + } + + .xl\:pb-15 { + padding-bottom: 3.75rem; + } + + .xl\:pl-15 { + padding-left: 3.75rem; + } + .xl\:pt-16 { padding-top: 4rem; } @@ -126702,6 +198978,22 @@ video { padding-left: 6rem; } + .xl\:pt-28 { + padding-top: 7rem; + } + + .xl\:pr-28 { + padding-right: 7rem; + } + + .xl\:pb-28 { + padding-bottom: 7rem; + } + + .xl\:pl-28 { + padding-left: 7rem; + } + .xl\:pt-32 { padding-top: 8rem; } @@ -126718,6 +199010,22 @@ video { padding-left: 8rem; } + .xl\:pt-36 { + padding-top: 9rem; + } + + .xl\:pr-36 { + padding-right: 9rem; + } + + .xl\:pb-36 { + padding-bottom: 9rem; + } + + .xl\:pl-36 { + padding-left: 9rem; + } + .xl\:pt-40 { padding-top: 10rem; } @@ -126734,6 +199042,22 @@ video { padding-left: 10rem; } + .xl\:pt-44 { + padding-top: 11rem; + } + + .xl\:pr-44 { + padding-right: 11rem; + } + + .xl\:pb-44 { + padding-bottom: 11rem; + } + + .xl\:pl-44 { + padding-left: 11rem; + } + .xl\:pt-48 { padding-top: 12rem; } @@ -126750,6 +199074,22 @@ video { padding-left: 12rem; } + .xl\:pt-52 { + padding-top: 13rem; + } + + .xl\:pr-52 { + padding-right: 13rem; + } + + .xl\:pb-52 { + padding-bottom: 13rem; + } + + .xl\:pl-52 { + padding-left: 13rem; + } + .xl\:pt-56 { padding-top: 14rem; } @@ -126766,6 +199106,22 @@ video { padding-left: 14rem; } + .xl\:pt-60 { + padding-top: 15rem; + } + + .xl\:pr-60 { + padding-right: 15rem; + } + + .xl\:pb-60 { + padding-bottom: 15rem; + } + + .xl\:pl-60 { + padding-left: 15rem; + } + .xl\:pt-64 { padding-top: 16rem; } @@ -126782,6 +199138,54 @@ video { padding-left: 16rem; } + .xl\:pt-72 { + padding-top: 18rem; + } + + .xl\:pr-72 { + padding-right: 18rem; + } + + .xl\:pb-72 { + padding-bottom: 18rem; + } + + .xl\:pl-72 { + padding-left: 18rem; + } + + .xl\:pt-80 { + padding-top: 20rem; + } + + .xl\:pr-80 { + padding-right: 20rem; + } + + .xl\:pb-80 { + padding-bottom: 20rem; + } + + .xl\:pl-80 { + padding-left: 20rem; + } + + .xl\:pt-96 { + padding-top: 24rem; + } + + .xl\:pr-96 { + padding-right: 24rem; + } + + .xl\:pb-96 { + padding-bottom: 24rem; + } + + .xl\:pl-96 { + padding-left: 24rem; + } + .xl\:pt-px { padding-top: 1px; } @@ -126798,6 +199202,742 @@ video { padding-left: 1px; } + .xl\:pt-0\.5 { + padding-top: 0.125rem; + } + + .xl\:pr-0\.5 { + padding-right: 0.125rem; + } + + .xl\:pb-0\.5 { + padding-bottom: 0.125rem; + } + + .xl\:pl-0\.5 { + padding-left: 0.125rem; + } + + .xl\:pt-1\.5 { + padding-top: 0.375rem; + } + + .xl\:pr-1\.5 { + padding-right: 0.375rem; + } + + .xl\:pb-1\.5 { + padding-bottom: 0.375rem; + } + + .xl\:pl-1\.5 { + padding-left: 0.375rem; + } + + .xl\:pt-2\.5 { + padding-top: 0.625rem; + } + + .xl\:pr-2\.5 { + padding-right: 0.625rem; + } + + .xl\:pb-2\.5 { + padding-bottom: 0.625rem; + } + + .xl\:pl-2\.5 { + padding-left: 0.625rem; + } + + .xl\:pt-3\.5 { + padding-top: 0.875rem; + } + + .xl\:pr-3\.5 { + padding-right: 0.875rem; + } + + .xl\:pb-3\.5 { + padding-bottom: 0.875rem; + } + + .xl\:pl-3\.5 { + padding-left: 0.875rem; + } + + .xl\:pt-1\/2 { + padding-top: 50%; + } + + .xl\:pr-1\/2 { + padding-right: 50%; + } + + .xl\:pb-1\/2 { + padding-bottom: 50%; + } + + .xl\:pl-1\/2 { + padding-left: 50%; + } + + .xl\:pt-1\/3 { + padding-top: 33.333333%; + } + + .xl\:pr-1\/3 { + padding-right: 33.333333%; + } + + .xl\:pb-1\/3 { + padding-bottom: 33.333333%; + } + + .xl\:pl-1\/3 { + padding-left: 33.333333%; + } + + .xl\:pt-2\/3 { + padding-top: 66.666667%; + } + + .xl\:pr-2\/3 { + padding-right: 66.666667%; + } + + .xl\:pb-2\/3 { + padding-bottom: 66.666667%; + } + + .xl\:pl-2\/3 { + padding-left: 66.666667%; + } + + .xl\:pt-1\/4 { + padding-top: 25%; + } + + .xl\:pr-1\/4 { + padding-right: 25%; + } + + .xl\:pb-1\/4 { + padding-bottom: 25%; + } + + .xl\:pl-1\/4 { + padding-left: 25%; + } + + .xl\:pt-2\/4 { + padding-top: 50%; + } + + .xl\:pr-2\/4 { + padding-right: 50%; + } + + .xl\:pb-2\/4 { + padding-bottom: 50%; + } + + .xl\:pl-2\/4 { + padding-left: 50%; + } + + .xl\:pt-3\/4 { + padding-top: 75%; + } + + .xl\:pr-3\/4 { + padding-right: 75%; + } + + .xl\:pb-3\/4 { + padding-bottom: 75%; + } + + .xl\:pl-3\/4 { + padding-left: 75%; + } + + .xl\:pt-1\/5 { + padding-top: 20%; + } + + .xl\:pr-1\/5 { + padding-right: 20%; + } + + .xl\:pb-1\/5 { + padding-bottom: 20%; + } + + .xl\:pl-1\/5 { + padding-left: 20%; + } + + .xl\:pt-2\/5 { + padding-top: 40%; + } + + .xl\:pr-2\/5 { + padding-right: 40%; + } + + .xl\:pb-2\/5 { + padding-bottom: 40%; + } + + .xl\:pl-2\/5 { + padding-left: 40%; + } + + .xl\:pt-3\/5 { + padding-top: 60%; + } + + .xl\:pr-3\/5 { + padding-right: 60%; + } + + .xl\:pb-3\/5 { + padding-bottom: 60%; + } + + .xl\:pl-3\/5 { + padding-left: 60%; + } + + .xl\:pt-4\/5 { + padding-top: 80%; + } + + .xl\:pr-4\/5 { + padding-right: 80%; + } + + .xl\:pb-4\/5 { + padding-bottom: 80%; + } + + .xl\:pl-4\/5 { + padding-left: 80%; + } + + .xl\:pt-1\/6 { + padding-top: 16.666667%; + } + + .xl\:pr-1\/6 { + padding-right: 16.666667%; + } + + .xl\:pb-1\/6 { + padding-bottom: 16.666667%; + } + + .xl\:pl-1\/6 { + padding-left: 16.666667%; + } + + .xl\:pt-2\/6 { + padding-top: 33.333333%; + } + + .xl\:pr-2\/6 { + padding-right: 33.333333%; + } + + .xl\:pb-2\/6 { + padding-bottom: 33.333333%; + } + + .xl\:pl-2\/6 { + padding-left: 33.333333%; + } + + .xl\:pt-3\/6 { + padding-top: 50%; + } + + .xl\:pr-3\/6 { + padding-right: 50%; + } + + .xl\:pb-3\/6 { + padding-bottom: 50%; + } + + .xl\:pl-3\/6 { + padding-left: 50%; + } + + .xl\:pt-4\/6 { + padding-top: 66.666667%; + } + + .xl\:pr-4\/6 { + padding-right: 66.666667%; + } + + .xl\:pb-4\/6 { + padding-bottom: 66.666667%; + } + + .xl\:pl-4\/6 { + padding-left: 66.666667%; + } + + .xl\:pt-5\/6 { + padding-top: 83.333333%; + } + + .xl\:pr-5\/6 { + padding-right: 83.333333%; + } + + .xl\:pb-5\/6 { + padding-bottom: 83.333333%; + } + + .xl\:pl-5\/6 { + padding-left: 83.333333%; + } + + .xl\:pt-1\/12 { + padding-top: 8.333333%; + } + + .xl\:pr-1\/12 { + padding-right: 8.333333%; + } + + .xl\:pb-1\/12 { + padding-bottom: 8.333333%; + } + + .xl\:pl-1\/12 { + padding-left: 8.333333%; + } + + .xl\:pt-2\/12 { + padding-top: 16.666667%; + } + + .xl\:pr-2\/12 { + padding-right: 16.666667%; + } + + .xl\:pb-2\/12 { + padding-bottom: 16.666667%; + } + + .xl\:pl-2\/12 { + padding-left: 16.666667%; + } + + .xl\:pt-3\/12 { + padding-top: 25%; + } + + .xl\:pr-3\/12 { + padding-right: 25%; + } + + .xl\:pb-3\/12 { + padding-bottom: 25%; + } + + .xl\:pl-3\/12 { + padding-left: 25%; + } + + .xl\:pt-4\/12 { + padding-top: 33.333333%; + } + + .xl\:pr-4\/12 { + padding-right: 33.333333%; + } + + .xl\:pb-4\/12 { + padding-bottom: 33.333333%; + } + + .xl\:pl-4\/12 { + padding-left: 33.333333%; + } + + .xl\:pt-5\/12 { + padding-top: 41.666667%; + } + + .xl\:pr-5\/12 { + padding-right: 41.666667%; + } + + .xl\:pb-5\/12 { + padding-bottom: 41.666667%; + } + + .xl\:pl-5\/12 { + padding-left: 41.666667%; + } + + .xl\:pt-6\/12 { + padding-top: 50%; + } + + .xl\:pr-6\/12 { + padding-right: 50%; + } + + .xl\:pb-6\/12 { + padding-bottom: 50%; + } + + .xl\:pl-6\/12 { + padding-left: 50%; + } + + .xl\:pt-7\/12 { + padding-top: 58.333333%; + } + + .xl\:pr-7\/12 { + padding-right: 58.333333%; + } + + .xl\:pb-7\/12 { + padding-bottom: 58.333333%; + } + + .xl\:pl-7\/12 { + padding-left: 58.333333%; + } + + .xl\:pt-8\/12 { + padding-top: 66.666667%; + } + + .xl\:pr-8\/12 { + padding-right: 66.666667%; + } + + .xl\:pb-8\/12 { + padding-bottom: 66.666667%; + } + + .xl\:pl-8\/12 { + padding-left: 66.666667%; + } + + .xl\:pt-9\/12 { + padding-top: 75%; + } + + .xl\:pr-9\/12 { + padding-right: 75%; + } + + .xl\:pb-9\/12 { + padding-bottom: 75%; + } + + .xl\:pl-9\/12 { + padding-left: 75%; + } + + .xl\:pt-10\/12 { + padding-top: 83.333333%; + } + + .xl\:pr-10\/12 { + padding-right: 83.333333%; + } + + .xl\:pb-10\/12 { + padding-bottom: 83.333333%; + } + + .xl\:pl-10\/12 { + padding-left: 83.333333%; + } + + .xl\:pt-11\/12 { + padding-top: 91.666667%; + } + + .xl\:pr-11\/12 { + padding-right: 91.666667%; + } + + .xl\:pb-11\/12 { + padding-bottom: 91.666667%; + } + + .xl\:pl-11\/12 { + padding-left: 91.666667%; + } + + .xl\:pt-1\/16 { + padding-top: 6.25%; + } + + .xl\:pr-1\/16 { + padding-right: 6.25%; + } + + .xl\:pb-1\/16 { + padding-bottom: 6.25%; + } + + .xl\:pl-1\/16 { + padding-left: 6.25%; + } + + .xl\:pt-2\/16 { + padding-top: 12.5%; + } + + .xl\:pr-2\/16 { + padding-right: 12.5%; + } + + .xl\:pb-2\/16 { + padding-bottom: 12.5%; + } + + .xl\:pl-2\/16 { + padding-left: 12.5%; + } + + .xl\:pt-3\/16 { + padding-top: 18.75%; + } + + .xl\:pr-3\/16 { + padding-right: 18.75%; + } + + .xl\:pb-3\/16 { + padding-bottom: 18.75%; + } + + .xl\:pl-3\/16 { + padding-left: 18.75%; + } + + .xl\:pt-4\/16 { + padding-top: 25%; + } + + .xl\:pr-4\/16 { + padding-right: 25%; + } + + .xl\:pb-4\/16 { + padding-bottom: 25%; + } + + .xl\:pl-4\/16 { + padding-left: 25%; + } + + .xl\:pt-5\/16 { + padding-top: 31.25%; + } + + .xl\:pr-5\/16 { + padding-right: 31.25%; + } + + .xl\:pb-5\/16 { + padding-bottom: 31.25%; + } + + .xl\:pl-5\/16 { + padding-left: 31.25%; + } + + .xl\:pt-6\/16 { + padding-top: 37.5%; + } + + .xl\:pr-6\/16 { + padding-right: 37.5%; + } + + .xl\:pb-6\/16 { + padding-bottom: 37.5%; + } + + .xl\:pl-6\/16 { + padding-left: 37.5%; + } + + .xl\:pt-7\/16 { + padding-top: 43.75%; + } + + .xl\:pr-7\/16 { + padding-right: 43.75%; + } + + .xl\:pb-7\/16 { + padding-bottom: 43.75%; + } + + .xl\:pl-7\/16 { + padding-left: 43.75%; + } + + .xl\:pt-8\/16 { + padding-top: 50%; + } + + .xl\:pr-8\/16 { + padding-right: 50%; + } + + .xl\:pb-8\/16 { + padding-bottom: 50%; + } + + .xl\:pl-8\/16 { + padding-left: 50%; + } + + .xl\:pt-9\/16 { + padding-top: 56.25%; + } + + .xl\:pr-9\/16 { + padding-right: 56.25%; + } + + .xl\:pb-9\/16 { + padding-bottom: 56.25%; + } + + .xl\:pl-9\/16 { + padding-left: 56.25%; + } + + .xl\:pt-10\/16 { + padding-top: 62.5%; + } + + .xl\:pr-10\/16 { + padding-right: 62.5%; + } + + .xl\:pb-10\/16 { + padding-bottom: 62.5%; + } + + .xl\:pl-10\/16 { + padding-left: 62.5%; + } + + .xl\:pt-11\/16 { + padding-top: 68.75%; + } + + .xl\:pr-11\/16 { + padding-right: 68.75%; + } + + .xl\:pb-11\/16 { + padding-bottom: 68.75%; + } + + .xl\:pl-11\/16 { + padding-left: 68.75%; + } + + .xl\:pt-12\/16 { + padding-top: 75%; + } + + .xl\:pr-12\/16 { + padding-right: 75%; + } + + .xl\:pb-12\/16 { + padding-bottom: 75%; + } + + .xl\:pl-12\/16 { + padding-left: 75%; + } + + .xl\:pt-13\/16 { + padding-top: 81.25%; + } + + .xl\:pr-13\/16 { + padding-right: 81.25%; + } + + .xl\:pb-13\/16 { + padding-bottom: 81.25%; + } + + .xl\:pl-13\/16 { + padding-left: 81.25%; + } + + .xl\:pt-14\/16 { + padding-top: 87.5%; + } + + .xl\:pr-14\/16 { + padding-right: 87.5%; + } + + .xl\:pb-14\/16 { + padding-bottom: 87.5%; + } + + .xl\:pl-14\/16 { + padding-left: 87.5%; + } + + .xl\:pt-15\/16 { + padding-top: 93.75%; + } + + .xl\:pr-15\/16 { + padding-right: 93.75%; + } + + .xl\:pb-15\/16 { + padding-bottom: 93.75%; + } + + .xl\:pl-15\/16 { + padding-left: 93.75%; + } + + .xl\:pt-full { + padding-top: 100%; + } + + .xl\:pr-full { + padding-right: 100%; + } + + .xl\:pb-full { + padding-bottom: 100%; + } + + .xl\:pl-full { + padding-left: 100%; + } + .xl\:placeholder-transparent::placeholder { color: transparent; } @@ -128747,6 +201887,223 @@ video { left: 0; } + .xl\:inset-1 { + top: 0.25rem; + right: 0.25rem; + bottom: 0.25rem; + left: 0.25rem; + } + + .xl\:inset-2 { + top: 0.5rem; + right: 0.5rem; + bottom: 0.5rem; + left: 0.5rem; + } + + .xl\:inset-3 { + top: 0.75rem; + right: 0.75rem; + bottom: 0.75rem; + left: 0.75rem; + } + + .xl\:inset-4 { + top: 1rem; + right: 1rem; + bottom: 1rem; + left: 1rem; + } + + .xl\:inset-5 { + top: 1.25rem; + right: 1.25rem; + bottom: 1.25rem; + left: 1.25rem; + } + + .xl\:inset-6 { + top: 1.5rem; + right: 1.5rem; + bottom: 1.5rem; + left: 1.5rem; + } + + .xl\:inset-7 { + top: 1.75rem; + right: 1.75rem; + bottom: 1.75rem; + left: 1.75rem; + } + + .xl\:inset-8 { + top: 2rem; + right: 2rem; + bottom: 2rem; + left: 2rem; + } + + .xl\:inset-9 { + top: 2.25rem; + right: 2.25rem; + bottom: 2.25rem; + left: 2.25rem; + } + + .xl\:inset-10 { + top: 2.5rem; + right: 2.5rem; + bottom: 2.5rem; + left: 2.5rem; + } + + .xl\:inset-11 { + top: 2.75rem; + right: 2.75rem; + bottom: 2.75rem; + left: 2.75rem; + } + + .xl\:inset-12 { + top: 3rem; + right: 3rem; + bottom: 3rem; + left: 3rem; + } + + .xl\:inset-13 { + top: 3.25rem; + right: 3.25rem; + bottom: 3.25rem; + left: 3.25rem; + } + + .xl\:inset-14 { + top: 3.5rem; + right: 3.5rem; + bottom: 3.5rem; + left: 3.5rem; + } + + .xl\:inset-15 { + top: 3.75rem; + right: 3.75rem; + bottom: 3.75rem; + left: 3.75rem; + } + + .xl\:inset-16 { + top: 4rem; + right: 4rem; + bottom: 4rem; + left: 4rem; + } + + .xl\:inset-20 { + top: 5rem; + right: 5rem; + bottom: 5rem; + left: 5rem; + } + + .xl\:inset-24 { + top: 6rem; + right: 6rem; + bottom: 6rem; + left: 6rem; + } + + .xl\:inset-28 { + top: 7rem; + right: 7rem; + bottom: 7rem; + left: 7rem; + } + + .xl\:inset-32 { + top: 8rem; + right: 8rem; + bottom: 8rem; + left: 8rem; + } + + .xl\:inset-36 { + top: 9rem; + right: 9rem; + bottom: 9rem; + left: 9rem; + } + + .xl\:inset-40 { + top: 10rem; + right: 10rem; + bottom: 10rem; + left: 10rem; + } + + .xl\:inset-44 { + top: 11rem; + right: 11rem; + bottom: 11rem; + left: 11rem; + } + + .xl\:inset-48 { + top: 12rem; + right: 12rem; + bottom: 12rem; + left: 12rem; + } + + .xl\:inset-52 { + top: 13rem; + right: 13rem; + bottom: 13rem; + left: 13rem; + } + + .xl\:inset-56 { + top: 14rem; + right: 14rem; + bottom: 14rem; + left: 14rem; + } + + .xl\:inset-60 { + top: 15rem; + right: 15rem; + bottom: 15rem; + left: 15rem; + } + + .xl\:inset-64 { + top: 16rem; + right: 16rem; + bottom: 16rem; + left: 16rem; + } + + .xl\:inset-72 { + top: 18rem; + right: 18rem; + bottom: 18rem; + left: 18rem; + } + + .xl\:inset-80 { + top: 20rem; + right: 20rem; + bottom: 20rem; + left: 20rem; + } + + .xl\:inset-96 { + top: 24rem; + right: 24rem; + bottom: 24rem; + left: 24rem; + } + .xl\:inset-auto { top: auto; right: auto; @@ -128754,6 +202111,881 @@ video { left: auto; } + .xl\:inset-px { + top: 1px; + right: 1px; + bottom: 1px; + left: 1px; + } + + .xl\:inset-0\.5 { + top: 0.125rem; + right: 0.125rem; + bottom: 0.125rem; + left: 0.125rem; + } + + .xl\:inset-1\.5 { + top: 0.375rem; + right: 0.375rem; + bottom: 0.375rem; + left: 0.375rem; + } + + .xl\:inset-2\.5 { + top: 0.625rem; + right: 0.625rem; + bottom: 0.625rem; + left: 0.625rem; + } + + .xl\:inset-3\.5 { + top: 0.875rem; + right: 0.875rem; + bottom: 0.875rem; + left: 0.875rem; + } + + .xl\:inset-1\/2 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-1\/3 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-2\/3 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-1\/4 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .xl\:inset-2\/4 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-3\/4 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .xl\:inset-1\/5 { + top: 20%; + right: 20%; + bottom: 20%; + left: 20%; + } + + .xl\:inset-2\/5 { + top: 40%; + right: 40%; + bottom: 40%; + left: 40%; + } + + .xl\:inset-3\/5 { + top: 60%; + right: 60%; + bottom: 60%; + left: 60%; + } + + .xl\:inset-4\/5 { + top: 80%; + right: 80%; + bottom: 80%; + left: 80%; + } + + .xl\:inset-1\/6 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-2\/6 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-3\/6 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-4\/6 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-5\/6 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-1\/12 { + top: 8.333333%; + right: 8.333333%; + bottom: 8.333333%; + left: 8.333333%; + } + + .xl\:inset-2\/12 { + top: 16.666667%; + right: 16.666667%; + bottom: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-3\/12 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .xl\:inset-4\/12 { + top: 33.333333%; + right: 33.333333%; + bottom: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-5\/12 { + top: 41.666667%; + right: 41.666667%; + bottom: 41.666667%; + left: 41.666667%; + } + + .xl\:inset-6\/12 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-7\/12 { + top: 58.333333%; + right: 58.333333%; + bottom: 58.333333%; + left: 58.333333%; + } + + .xl\:inset-8\/12 { + top: 66.666667%; + right: 66.666667%; + bottom: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-9\/12 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .xl\:inset-10\/12 { + top: 83.333333%; + right: 83.333333%; + bottom: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-11\/12 { + top: 91.666667%; + right: 91.666667%; + bottom: 91.666667%; + left: 91.666667%; + } + + .xl\:inset-1\/16 { + top: 6.25%; + right: 6.25%; + bottom: 6.25%; + left: 6.25%; + } + + .xl\:inset-2\/16 { + top: 12.5%; + right: 12.5%; + bottom: 12.5%; + left: 12.5%; + } + + .xl\:inset-3\/16 { + top: 18.75%; + right: 18.75%; + bottom: 18.75%; + left: 18.75%; + } + + .xl\:inset-4\/16 { + top: 25%; + right: 25%; + bottom: 25%; + left: 25%; + } + + .xl\:inset-5\/16 { + top: 31.25%; + right: 31.25%; + bottom: 31.25%; + left: 31.25%; + } + + .xl\:inset-6\/16 { + top: 37.5%; + right: 37.5%; + bottom: 37.5%; + left: 37.5%; + } + + .xl\:inset-7\/16 { + top: 43.75%; + right: 43.75%; + bottom: 43.75%; + left: 43.75%; + } + + .xl\:inset-8\/16 { + top: 50%; + right: 50%; + bottom: 50%; + left: 50%; + } + + .xl\:inset-9\/16 { + top: 56.25%; + right: 56.25%; + bottom: 56.25%; + left: 56.25%; + } + + .xl\:inset-10\/16 { + top: 62.5%; + right: 62.5%; + bottom: 62.5%; + left: 62.5%; + } + + .xl\:inset-11\/16 { + top: 68.75%; + right: 68.75%; + bottom: 68.75%; + left: 68.75%; + } + + .xl\:inset-12\/16 { + top: 75%; + right: 75%; + bottom: 75%; + left: 75%; + } + + .xl\:inset-13\/16 { + top: 81.25%; + right: 81.25%; + bottom: 81.25%; + left: 81.25%; + } + + .xl\:inset-14\/16 { + top: 87.5%; + right: 87.5%; + bottom: 87.5%; + left: 87.5%; + } + + .xl\:inset-15\/16 { + top: 93.75%; + right: 93.75%; + bottom: 93.75%; + left: 93.75%; + } + + .xl\:inset-full { + top: 100%; + right: 100%; + bottom: 100%; + left: 100%; + } + + .xl\:-inset-1 { + top: -0.25rem; + right: -0.25rem; + bottom: -0.25rem; + left: -0.25rem; + } + + .xl\:-inset-2 { + top: -0.5rem; + right: -0.5rem; + bottom: -0.5rem; + left: -0.5rem; + } + + .xl\:-inset-3 { + top: -0.75rem; + right: -0.75rem; + bottom: -0.75rem; + left: -0.75rem; + } + + .xl\:-inset-4 { + top: -1rem; + right: -1rem; + bottom: -1rem; + left: -1rem; + } + + .xl\:-inset-5 { + top: -1.25rem; + right: -1.25rem; + bottom: -1.25rem; + left: -1.25rem; + } + + .xl\:-inset-6 { + top: -1.5rem; + right: -1.5rem; + bottom: -1.5rem; + left: -1.5rem; + } + + .xl\:-inset-7 { + top: -1.75rem; + right: -1.75rem; + bottom: -1.75rem; + left: -1.75rem; + } + + .xl\:-inset-8 { + top: -2rem; + right: -2rem; + bottom: -2rem; + left: -2rem; + } + + .xl\:-inset-9 { + top: -2.25rem; + right: -2.25rem; + bottom: -2.25rem; + left: -2.25rem; + } + + .xl\:-inset-10 { + top: -2.5rem; + right: -2.5rem; + bottom: -2.5rem; + left: -2.5rem; + } + + .xl\:-inset-11 { + top: -2.75rem; + right: -2.75rem; + bottom: -2.75rem; + left: -2.75rem; + } + + .xl\:-inset-12 { + top: -3rem; + right: -3rem; + bottom: -3rem; + left: -3rem; + } + + .xl\:-inset-13 { + top: -3.25rem; + right: -3.25rem; + bottom: -3.25rem; + left: -3.25rem; + } + + .xl\:-inset-14 { + top: -3.5rem; + right: -3.5rem; + bottom: -3.5rem; + left: -3.5rem; + } + + .xl\:-inset-15 { + top: -3.75rem; + right: -3.75rem; + bottom: -3.75rem; + left: -3.75rem; + } + + .xl\:-inset-16 { + top: -4rem; + right: -4rem; + bottom: -4rem; + left: -4rem; + } + + .xl\:-inset-20 { + top: -5rem; + right: -5rem; + bottom: -5rem; + left: -5rem; + } + + .xl\:-inset-24 { + top: -6rem; + right: -6rem; + bottom: -6rem; + left: -6rem; + } + + .xl\:-inset-28 { + top: -7rem; + right: -7rem; + bottom: -7rem; + left: -7rem; + } + + .xl\:-inset-32 { + top: -8rem; + right: -8rem; + bottom: -8rem; + left: -8rem; + } + + .xl\:-inset-36 { + top: -9rem; + right: -9rem; + bottom: -9rem; + left: -9rem; + } + + .xl\:-inset-40 { + top: -10rem; + right: -10rem; + bottom: -10rem; + left: -10rem; + } + + .xl\:-inset-44 { + top: -11rem; + right: -11rem; + bottom: -11rem; + left: -11rem; + } + + .xl\:-inset-48 { + top: -12rem; + right: -12rem; + bottom: -12rem; + left: -12rem; + } + + .xl\:-inset-52 { + top: -13rem; + right: -13rem; + bottom: -13rem; + left: -13rem; + } + + .xl\:-inset-56 { + top: -14rem; + right: -14rem; + bottom: -14rem; + left: -14rem; + } + + .xl\:-inset-60 { + top: -15rem; + right: -15rem; + bottom: -15rem; + left: -15rem; + } + + .xl\:-inset-64 { + top: -16rem; + right: -16rem; + bottom: -16rem; + left: -16rem; + } + + .xl\:-inset-72 { + top: -18rem; + right: -18rem; + bottom: -18rem; + left: -18rem; + } + + .xl\:-inset-80 { + top: -20rem; + right: -20rem; + bottom: -20rem; + left: -20rem; + } + + .xl\:-inset-96 { + top: -24rem; + right: -24rem; + bottom: -24rem; + left: -24rem; + } + + .xl\:-inset-px { + top: -1px; + right: -1px; + bottom: -1px; + left: -1px; + } + + .xl\:-inset-0\.5 { + top: -0.125rem; + right: -0.125rem; + bottom: -0.125rem; + left: -0.125rem; + } + + .xl\:-inset-1\.5 { + top: -0.375rem; + right: -0.375rem; + bottom: -0.375rem; + left: -0.375rem; + } + + .xl\:-inset-2\.5 { + top: -0.625rem; + right: -0.625rem; + bottom: -0.625rem; + left: -0.625rem; + } + + .xl\:-inset-3\.5 { + top: -0.875rem; + right: -0.875rem; + bottom: -0.875rem; + left: -0.875rem; + } + + .xl\:-inset-1\/2 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-1\/3 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-2\/3 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-1\/4 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .xl\:-inset-2\/4 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-3\/4 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .xl\:-inset-1\/5 { + top: -20%; + right: -20%; + bottom: -20%; + left: -20%; + } + + .xl\:-inset-2\/5 { + top: -40%; + right: -40%; + bottom: -40%; + left: -40%; + } + + .xl\:-inset-3\/5 { + top: -60%; + right: -60%; + bottom: -60%; + left: -60%; + } + + .xl\:-inset-4\/5 { + top: -80%; + right: -80%; + bottom: -80%; + left: -80%; + } + + .xl\:-inset-1\/6 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-2\/6 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-3\/6 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-4\/6 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-5\/6 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-1\/12 { + top: -8.33333%; + right: -8.33333%; + bottom: -8.33333%; + left: -8.33333%; + } + + .xl\:-inset-2\/12 { + top: -16.66667%; + right: -16.66667%; + bottom: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-3\/12 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .xl\:-inset-4\/12 { + top: -33.33333%; + right: -33.33333%; + bottom: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-5\/12 { + top: -41.66667%; + right: -41.66667%; + bottom: -41.66667%; + left: -41.66667%; + } + + .xl\:-inset-6\/12 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-7\/12 { + top: -58.33333%; + right: -58.33333%; + bottom: -58.33333%; + left: -58.33333%; + } + + .xl\:-inset-8\/12 { + top: -66.66667%; + right: -66.66667%; + bottom: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-9\/12 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .xl\:-inset-10\/12 { + top: -83.33333%; + right: -83.33333%; + bottom: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-11\/12 { + top: -91.66667%; + right: -91.66667%; + bottom: -91.66667%; + left: -91.66667%; + } + + .xl\:-inset-1\/16 { + top: -6.25%; + right: -6.25%; + bottom: -6.25%; + left: -6.25%; + } + + .xl\:-inset-2\/16 { + top: -12.5%; + right: -12.5%; + bottom: -12.5%; + left: -12.5%; + } + + .xl\:-inset-3\/16 { + top: -18.75%; + right: -18.75%; + bottom: -18.75%; + left: -18.75%; + } + + .xl\:-inset-4\/16 { + top: -25%; + right: -25%; + bottom: -25%; + left: -25%; + } + + .xl\:-inset-5\/16 { + top: -31.25%; + right: -31.25%; + bottom: -31.25%; + left: -31.25%; + } + + .xl\:-inset-6\/16 { + top: -37.5%; + right: -37.5%; + bottom: -37.5%; + left: -37.5%; + } + + .xl\:-inset-7\/16 { + top: -43.75%; + right: -43.75%; + bottom: -43.75%; + left: -43.75%; + } + + .xl\:-inset-8\/16 { + top: -50%; + right: -50%; + bottom: -50%; + left: -50%; + } + + .xl\:-inset-9\/16 { + top: -56.25%; + right: -56.25%; + bottom: -56.25%; + left: -56.25%; + } + + .xl\:-inset-10\/16 { + top: -62.5%; + right: -62.5%; + bottom: -62.5%; + left: -62.5%; + } + + .xl\:-inset-11\/16 { + top: -68.75%; + right: -68.75%; + bottom: -68.75%; + left: -68.75%; + } + + .xl\:-inset-12\/16 { + top: -75%; + right: -75%; + bottom: -75%; + left: -75%; + } + + .xl\:-inset-13\/16 { + top: -81.25%; + right: -81.25%; + bottom: -81.25%; + left: -81.25%; + } + + .xl\:-inset-14\/16 { + top: -87.5%; + right: -87.5%; + bottom: -87.5%; + left: -87.5%; + } + + .xl\:-inset-15\/16 { + top: -93.75%; + right: -93.75%; + bottom: -93.75%; + left: -93.75%; + } + + .xl\:-inset-full { + top: -100%; + right: -100%; + bottom: -100%; + left: -100%; + } + .xl\:inset-y-0 { top: 0; bottom: 0; @@ -128764,6 +202996,316 @@ video { left: 0; } + .xl\:inset-y-1 { + top: 0.25rem; + bottom: 0.25rem; + } + + .xl\:inset-x-1 { + right: 0.25rem; + left: 0.25rem; + } + + .xl\:inset-y-2 { + top: 0.5rem; + bottom: 0.5rem; + } + + .xl\:inset-x-2 { + right: 0.5rem; + left: 0.5rem; + } + + .xl\:inset-y-3 { + top: 0.75rem; + bottom: 0.75rem; + } + + .xl\:inset-x-3 { + right: 0.75rem; + left: 0.75rem; + } + + .xl\:inset-y-4 { + top: 1rem; + bottom: 1rem; + } + + .xl\:inset-x-4 { + right: 1rem; + left: 1rem; + } + + .xl\:inset-y-5 { + top: 1.25rem; + bottom: 1.25rem; + } + + .xl\:inset-x-5 { + right: 1.25rem; + left: 1.25rem; + } + + .xl\:inset-y-6 { + top: 1.5rem; + bottom: 1.5rem; + } + + .xl\:inset-x-6 { + right: 1.5rem; + left: 1.5rem; + } + + .xl\:inset-y-7 { + top: 1.75rem; + bottom: 1.75rem; + } + + .xl\:inset-x-7 { + right: 1.75rem; + left: 1.75rem; + } + + .xl\:inset-y-8 { + top: 2rem; + bottom: 2rem; + } + + .xl\:inset-x-8 { + right: 2rem; + left: 2rem; + } + + .xl\:inset-y-9 { + top: 2.25rem; + bottom: 2.25rem; + } + + .xl\:inset-x-9 { + right: 2.25rem; + left: 2.25rem; + } + + .xl\:inset-y-10 { + top: 2.5rem; + bottom: 2.5rem; + } + + .xl\:inset-x-10 { + right: 2.5rem; + left: 2.5rem; + } + + .xl\:inset-y-11 { + top: 2.75rem; + bottom: 2.75rem; + } + + .xl\:inset-x-11 { + right: 2.75rem; + left: 2.75rem; + } + + .xl\:inset-y-12 { + top: 3rem; + bottom: 3rem; + } + + .xl\:inset-x-12 { + right: 3rem; + left: 3rem; + } + + .xl\:inset-y-13 { + top: 3.25rem; + bottom: 3.25rem; + } + + .xl\:inset-x-13 { + right: 3.25rem; + left: 3.25rem; + } + + .xl\:inset-y-14 { + top: 3.5rem; + bottom: 3.5rem; + } + + .xl\:inset-x-14 { + right: 3.5rem; + left: 3.5rem; + } + + .xl\:inset-y-15 { + top: 3.75rem; + bottom: 3.75rem; + } + + .xl\:inset-x-15 { + right: 3.75rem; + left: 3.75rem; + } + + .xl\:inset-y-16 { + top: 4rem; + bottom: 4rem; + } + + .xl\:inset-x-16 { + right: 4rem; + left: 4rem; + } + + .xl\:inset-y-20 { + top: 5rem; + bottom: 5rem; + } + + .xl\:inset-x-20 { + right: 5rem; + left: 5rem; + } + + .xl\:inset-y-24 { + top: 6rem; + bottom: 6rem; + } + + .xl\:inset-x-24 { + right: 6rem; + left: 6rem; + } + + .xl\:inset-y-28 { + top: 7rem; + bottom: 7rem; + } + + .xl\:inset-x-28 { + right: 7rem; + left: 7rem; + } + + .xl\:inset-y-32 { + top: 8rem; + bottom: 8rem; + } + + .xl\:inset-x-32 { + right: 8rem; + left: 8rem; + } + + .xl\:inset-y-36 { + top: 9rem; + bottom: 9rem; + } + + .xl\:inset-x-36 { + right: 9rem; + left: 9rem; + } + + .xl\:inset-y-40 { + top: 10rem; + bottom: 10rem; + } + + .xl\:inset-x-40 { + right: 10rem; + left: 10rem; + } + + .xl\:inset-y-44 { + top: 11rem; + bottom: 11rem; + } + + .xl\:inset-x-44 { + right: 11rem; + left: 11rem; + } + + .xl\:inset-y-48 { + top: 12rem; + bottom: 12rem; + } + + .xl\:inset-x-48 { + right: 12rem; + left: 12rem; + } + + .xl\:inset-y-52 { + top: 13rem; + bottom: 13rem; + } + + .xl\:inset-x-52 { + right: 13rem; + left: 13rem; + } + + .xl\:inset-y-56 { + top: 14rem; + bottom: 14rem; + } + + .xl\:inset-x-56 { + right: 14rem; + left: 14rem; + } + + .xl\:inset-y-60 { + top: 15rem; + bottom: 15rem; + } + + .xl\:inset-x-60 { + right: 15rem; + left: 15rem; + } + + .xl\:inset-y-64 { + top: 16rem; + bottom: 16rem; + } + + .xl\:inset-x-64 { + right: 16rem; + left: 16rem; + } + + .xl\:inset-y-72 { + top: 18rem; + bottom: 18rem; + } + + .xl\:inset-x-72 { + right: 18rem; + left: 18rem; + } + + .xl\:inset-y-80 { + top: 20rem; + bottom: 20rem; + } + + .xl\:inset-x-80 { + right: 20rem; + left: 20rem; + } + + .xl\:inset-y-96 { + top: 24rem; + bottom: 24rem; + } + + .xl\:inset-x-96 { + right: 24rem; + left: 24rem; + } + .xl\:inset-y-auto { top: auto; bottom: auto; @@ -128774,6 +203316,1256 @@ video { left: auto; } + .xl\:inset-y-px { + top: 1px; + bottom: 1px; + } + + .xl\:inset-x-px { + right: 1px; + left: 1px; + } + + .xl\:inset-y-0\.5 { + top: 0.125rem; + bottom: 0.125rem; + } + + .xl\:inset-x-0\.5 { + right: 0.125rem; + left: 0.125rem; + } + + .xl\:inset-y-1\.5 { + top: 0.375rem; + bottom: 0.375rem; + } + + .xl\:inset-x-1\.5 { + right: 0.375rem; + left: 0.375rem; + } + + .xl\:inset-y-2\.5 { + top: 0.625rem; + bottom: 0.625rem; + } + + .xl\:inset-x-2\.5 { + right: 0.625rem; + left: 0.625rem; + } + + .xl\:inset-y-3\.5 { + top: 0.875rem; + bottom: 0.875rem; + } + + .xl\:inset-x-3\.5 { + right: 0.875rem; + left: 0.875rem; + } + + .xl\:inset-y-1\/2 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-1\/2 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-1\/3 { + top: 33.333333%; + bottom: 33.333333%; + } + + .xl\:inset-x-1\/3 { + right: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-y-2\/3 { + top: 66.666667%; + bottom: 66.666667%; + } + + .xl\:inset-x-2\/3 { + right: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-y-1\/4 { + top: 25%; + bottom: 25%; + } + + .xl\:inset-x-1\/4 { + right: 25%; + left: 25%; + } + + .xl\:inset-y-2\/4 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-2\/4 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-3\/4 { + top: 75%; + bottom: 75%; + } + + .xl\:inset-x-3\/4 { + right: 75%; + left: 75%; + } + + .xl\:inset-y-1\/5 { + top: 20%; + bottom: 20%; + } + + .xl\:inset-x-1\/5 { + right: 20%; + left: 20%; + } + + .xl\:inset-y-2\/5 { + top: 40%; + bottom: 40%; + } + + .xl\:inset-x-2\/5 { + right: 40%; + left: 40%; + } + + .xl\:inset-y-3\/5 { + top: 60%; + bottom: 60%; + } + + .xl\:inset-x-3\/5 { + right: 60%; + left: 60%; + } + + .xl\:inset-y-4\/5 { + top: 80%; + bottom: 80%; + } + + .xl\:inset-x-4\/5 { + right: 80%; + left: 80%; + } + + .xl\:inset-y-1\/6 { + top: 16.666667%; + bottom: 16.666667%; + } + + .xl\:inset-x-1\/6 { + right: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-y-2\/6 { + top: 33.333333%; + bottom: 33.333333%; + } + + .xl\:inset-x-2\/6 { + right: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-y-3\/6 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-3\/6 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-4\/6 { + top: 66.666667%; + bottom: 66.666667%; + } + + .xl\:inset-x-4\/6 { + right: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-y-5\/6 { + top: 83.333333%; + bottom: 83.333333%; + } + + .xl\:inset-x-5\/6 { + right: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-y-1\/12 { + top: 8.333333%; + bottom: 8.333333%; + } + + .xl\:inset-x-1\/12 { + right: 8.333333%; + left: 8.333333%; + } + + .xl\:inset-y-2\/12 { + top: 16.666667%; + bottom: 16.666667%; + } + + .xl\:inset-x-2\/12 { + right: 16.666667%; + left: 16.666667%; + } + + .xl\:inset-y-3\/12 { + top: 25%; + bottom: 25%; + } + + .xl\:inset-x-3\/12 { + right: 25%; + left: 25%; + } + + .xl\:inset-y-4\/12 { + top: 33.333333%; + bottom: 33.333333%; + } + + .xl\:inset-x-4\/12 { + right: 33.333333%; + left: 33.333333%; + } + + .xl\:inset-y-5\/12 { + top: 41.666667%; + bottom: 41.666667%; + } + + .xl\:inset-x-5\/12 { + right: 41.666667%; + left: 41.666667%; + } + + .xl\:inset-y-6\/12 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-6\/12 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-7\/12 { + top: 58.333333%; + bottom: 58.333333%; + } + + .xl\:inset-x-7\/12 { + right: 58.333333%; + left: 58.333333%; + } + + .xl\:inset-y-8\/12 { + top: 66.666667%; + bottom: 66.666667%; + } + + .xl\:inset-x-8\/12 { + right: 66.666667%; + left: 66.666667%; + } + + .xl\:inset-y-9\/12 { + top: 75%; + bottom: 75%; + } + + .xl\:inset-x-9\/12 { + right: 75%; + left: 75%; + } + + .xl\:inset-y-10\/12 { + top: 83.333333%; + bottom: 83.333333%; + } + + .xl\:inset-x-10\/12 { + right: 83.333333%; + left: 83.333333%; + } + + .xl\:inset-y-11\/12 { + top: 91.666667%; + bottom: 91.666667%; + } + + .xl\:inset-x-11\/12 { + right: 91.666667%; + left: 91.666667%; + } + + .xl\:inset-y-1\/16 { + top: 6.25%; + bottom: 6.25%; + } + + .xl\:inset-x-1\/16 { + right: 6.25%; + left: 6.25%; + } + + .xl\:inset-y-2\/16 { + top: 12.5%; + bottom: 12.5%; + } + + .xl\:inset-x-2\/16 { + right: 12.5%; + left: 12.5%; + } + + .xl\:inset-y-3\/16 { + top: 18.75%; + bottom: 18.75%; + } + + .xl\:inset-x-3\/16 { + right: 18.75%; + left: 18.75%; + } + + .xl\:inset-y-4\/16 { + top: 25%; + bottom: 25%; + } + + .xl\:inset-x-4\/16 { + right: 25%; + left: 25%; + } + + .xl\:inset-y-5\/16 { + top: 31.25%; + bottom: 31.25%; + } + + .xl\:inset-x-5\/16 { + right: 31.25%; + left: 31.25%; + } + + .xl\:inset-y-6\/16 { + top: 37.5%; + bottom: 37.5%; + } + + .xl\:inset-x-6\/16 { + right: 37.5%; + left: 37.5%; + } + + .xl\:inset-y-7\/16 { + top: 43.75%; + bottom: 43.75%; + } + + .xl\:inset-x-7\/16 { + right: 43.75%; + left: 43.75%; + } + + .xl\:inset-y-8\/16 { + top: 50%; + bottom: 50%; + } + + .xl\:inset-x-8\/16 { + right: 50%; + left: 50%; + } + + .xl\:inset-y-9\/16 { + top: 56.25%; + bottom: 56.25%; + } + + .xl\:inset-x-9\/16 { + right: 56.25%; + left: 56.25%; + } + + .xl\:inset-y-10\/16 { + top: 62.5%; + bottom: 62.5%; + } + + .xl\:inset-x-10\/16 { + right: 62.5%; + left: 62.5%; + } + + .xl\:inset-y-11\/16 { + top: 68.75%; + bottom: 68.75%; + } + + .xl\:inset-x-11\/16 { + right: 68.75%; + left: 68.75%; + } + + .xl\:inset-y-12\/16 { + top: 75%; + bottom: 75%; + } + + .xl\:inset-x-12\/16 { + right: 75%; + left: 75%; + } + + .xl\:inset-y-13\/16 { + top: 81.25%; + bottom: 81.25%; + } + + .xl\:inset-x-13\/16 { + right: 81.25%; + left: 81.25%; + } + + .xl\:inset-y-14\/16 { + top: 87.5%; + bottom: 87.5%; + } + + .xl\:inset-x-14\/16 { + right: 87.5%; + left: 87.5%; + } + + .xl\:inset-y-15\/16 { + top: 93.75%; + bottom: 93.75%; + } + + .xl\:inset-x-15\/16 { + right: 93.75%; + left: 93.75%; + } + + .xl\:inset-y-full { + top: 100%; + bottom: 100%; + } + + .xl\:inset-x-full { + right: 100%; + left: 100%; + } + + .xl\:-inset-y-1 { + top: -0.25rem; + bottom: -0.25rem; + } + + .xl\:-inset-x-1 { + right: -0.25rem; + left: -0.25rem; + } + + .xl\:-inset-y-2 { + top: -0.5rem; + bottom: -0.5rem; + } + + .xl\:-inset-x-2 { + right: -0.5rem; + left: -0.5rem; + } + + .xl\:-inset-y-3 { + top: -0.75rem; + bottom: -0.75rem; + } + + .xl\:-inset-x-3 { + right: -0.75rem; + left: -0.75rem; + } + + .xl\:-inset-y-4 { + top: -1rem; + bottom: -1rem; + } + + .xl\:-inset-x-4 { + right: -1rem; + left: -1rem; + } + + .xl\:-inset-y-5 { + top: -1.25rem; + bottom: -1.25rem; + } + + .xl\:-inset-x-5 { + right: -1.25rem; + left: -1.25rem; + } + + .xl\:-inset-y-6 { + top: -1.5rem; + bottom: -1.5rem; + } + + .xl\:-inset-x-6 { + right: -1.5rem; + left: -1.5rem; + } + + .xl\:-inset-y-7 { + top: -1.75rem; + bottom: -1.75rem; + } + + .xl\:-inset-x-7 { + right: -1.75rem; + left: -1.75rem; + } + + .xl\:-inset-y-8 { + top: -2rem; + bottom: -2rem; + } + + .xl\:-inset-x-8 { + right: -2rem; + left: -2rem; + } + + .xl\:-inset-y-9 { + top: -2.25rem; + bottom: -2.25rem; + } + + .xl\:-inset-x-9 { + right: -2.25rem; + left: -2.25rem; + } + + .xl\:-inset-y-10 { + top: -2.5rem; + bottom: -2.5rem; + } + + .xl\:-inset-x-10 { + right: -2.5rem; + left: -2.5rem; + } + + .xl\:-inset-y-11 { + top: -2.75rem; + bottom: -2.75rem; + } + + .xl\:-inset-x-11 { + right: -2.75rem; + left: -2.75rem; + } + + .xl\:-inset-y-12 { + top: -3rem; + bottom: -3rem; + } + + .xl\:-inset-x-12 { + right: -3rem; + left: -3rem; + } + + .xl\:-inset-y-13 { + top: -3.25rem; + bottom: -3.25rem; + } + + .xl\:-inset-x-13 { + right: -3.25rem; + left: -3.25rem; + } + + .xl\:-inset-y-14 { + top: -3.5rem; + bottom: -3.5rem; + } + + .xl\:-inset-x-14 { + right: -3.5rem; + left: -3.5rem; + } + + .xl\:-inset-y-15 { + top: -3.75rem; + bottom: -3.75rem; + } + + .xl\:-inset-x-15 { + right: -3.75rem; + left: -3.75rem; + } + + .xl\:-inset-y-16 { + top: -4rem; + bottom: -4rem; + } + + .xl\:-inset-x-16 { + right: -4rem; + left: -4rem; + } + + .xl\:-inset-y-20 { + top: -5rem; + bottom: -5rem; + } + + .xl\:-inset-x-20 { + right: -5rem; + left: -5rem; + } + + .xl\:-inset-y-24 { + top: -6rem; + bottom: -6rem; + } + + .xl\:-inset-x-24 { + right: -6rem; + left: -6rem; + } + + .xl\:-inset-y-28 { + top: -7rem; + bottom: -7rem; + } + + .xl\:-inset-x-28 { + right: -7rem; + left: -7rem; + } + + .xl\:-inset-y-32 { + top: -8rem; + bottom: -8rem; + } + + .xl\:-inset-x-32 { + right: -8rem; + left: -8rem; + } + + .xl\:-inset-y-36 { + top: -9rem; + bottom: -9rem; + } + + .xl\:-inset-x-36 { + right: -9rem; + left: -9rem; + } + + .xl\:-inset-y-40 { + top: -10rem; + bottom: -10rem; + } + + .xl\:-inset-x-40 { + right: -10rem; + left: -10rem; + } + + .xl\:-inset-y-44 { + top: -11rem; + bottom: -11rem; + } + + .xl\:-inset-x-44 { + right: -11rem; + left: -11rem; + } + + .xl\:-inset-y-48 { + top: -12rem; + bottom: -12rem; + } + + .xl\:-inset-x-48 { + right: -12rem; + left: -12rem; + } + + .xl\:-inset-y-52 { + top: -13rem; + bottom: -13rem; + } + + .xl\:-inset-x-52 { + right: -13rem; + left: -13rem; + } + + .xl\:-inset-y-56 { + top: -14rem; + bottom: -14rem; + } + + .xl\:-inset-x-56 { + right: -14rem; + left: -14rem; + } + + .xl\:-inset-y-60 { + top: -15rem; + bottom: -15rem; + } + + .xl\:-inset-x-60 { + right: -15rem; + left: -15rem; + } + + .xl\:-inset-y-64 { + top: -16rem; + bottom: -16rem; + } + + .xl\:-inset-x-64 { + right: -16rem; + left: -16rem; + } + + .xl\:-inset-y-72 { + top: -18rem; + bottom: -18rem; + } + + .xl\:-inset-x-72 { + right: -18rem; + left: -18rem; + } + + .xl\:-inset-y-80 { + top: -20rem; + bottom: -20rem; + } + + .xl\:-inset-x-80 { + right: -20rem; + left: -20rem; + } + + .xl\:-inset-y-96 { + top: -24rem; + bottom: -24rem; + } + + .xl\:-inset-x-96 { + right: -24rem; + left: -24rem; + } + + .xl\:-inset-y-px { + top: -1px; + bottom: -1px; + } + + .xl\:-inset-x-px { + right: -1px; + left: -1px; + } + + .xl\:-inset-y-0\.5 { + top: -0.125rem; + bottom: -0.125rem; + } + + .xl\:-inset-x-0\.5 { + right: -0.125rem; + left: -0.125rem; + } + + .xl\:-inset-y-1\.5 { + top: -0.375rem; + bottom: -0.375rem; + } + + .xl\:-inset-x-1\.5 { + right: -0.375rem; + left: -0.375rem; + } + + .xl\:-inset-y-2\.5 { + top: -0.625rem; + bottom: -0.625rem; + } + + .xl\:-inset-x-2\.5 { + right: -0.625rem; + left: -0.625rem; + } + + .xl\:-inset-y-3\.5 { + top: -0.875rem; + bottom: -0.875rem; + } + + .xl\:-inset-x-3\.5 { + right: -0.875rem; + left: -0.875rem; + } + + .xl\:-inset-y-1\/2 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-1\/2 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-1\/3 { + top: -33.33333%; + bottom: -33.33333%; + } + + .xl\:-inset-x-1\/3 { + right: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-y-2\/3 { + top: -66.66667%; + bottom: -66.66667%; + } + + .xl\:-inset-x-2\/3 { + right: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-y-1\/4 { + top: -25%; + bottom: -25%; + } + + .xl\:-inset-x-1\/4 { + right: -25%; + left: -25%; + } + + .xl\:-inset-y-2\/4 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-2\/4 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-3\/4 { + top: -75%; + bottom: -75%; + } + + .xl\:-inset-x-3\/4 { + right: -75%; + left: -75%; + } + + .xl\:-inset-y-1\/5 { + top: -20%; + bottom: -20%; + } + + .xl\:-inset-x-1\/5 { + right: -20%; + left: -20%; + } + + .xl\:-inset-y-2\/5 { + top: -40%; + bottom: -40%; + } + + .xl\:-inset-x-2\/5 { + right: -40%; + left: -40%; + } + + .xl\:-inset-y-3\/5 { + top: -60%; + bottom: -60%; + } + + .xl\:-inset-x-3\/5 { + right: -60%; + left: -60%; + } + + .xl\:-inset-y-4\/5 { + top: -80%; + bottom: -80%; + } + + .xl\:-inset-x-4\/5 { + right: -80%; + left: -80%; + } + + .xl\:-inset-y-1\/6 { + top: -16.66667%; + bottom: -16.66667%; + } + + .xl\:-inset-x-1\/6 { + right: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-y-2\/6 { + top: -33.33333%; + bottom: -33.33333%; + } + + .xl\:-inset-x-2\/6 { + right: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-y-3\/6 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-3\/6 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-4\/6 { + top: -66.66667%; + bottom: -66.66667%; + } + + .xl\:-inset-x-4\/6 { + right: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-y-5\/6 { + top: -83.33333%; + bottom: -83.33333%; + } + + .xl\:-inset-x-5\/6 { + right: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-y-1\/12 { + top: -8.33333%; + bottom: -8.33333%; + } + + .xl\:-inset-x-1\/12 { + right: -8.33333%; + left: -8.33333%; + } + + .xl\:-inset-y-2\/12 { + top: -16.66667%; + bottom: -16.66667%; + } + + .xl\:-inset-x-2\/12 { + right: -16.66667%; + left: -16.66667%; + } + + .xl\:-inset-y-3\/12 { + top: -25%; + bottom: -25%; + } + + .xl\:-inset-x-3\/12 { + right: -25%; + left: -25%; + } + + .xl\:-inset-y-4\/12 { + top: -33.33333%; + bottom: -33.33333%; + } + + .xl\:-inset-x-4\/12 { + right: -33.33333%; + left: -33.33333%; + } + + .xl\:-inset-y-5\/12 { + top: -41.66667%; + bottom: -41.66667%; + } + + .xl\:-inset-x-5\/12 { + right: -41.66667%; + left: -41.66667%; + } + + .xl\:-inset-y-6\/12 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-6\/12 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-7\/12 { + top: -58.33333%; + bottom: -58.33333%; + } + + .xl\:-inset-x-7\/12 { + right: -58.33333%; + left: -58.33333%; + } + + .xl\:-inset-y-8\/12 { + top: -66.66667%; + bottom: -66.66667%; + } + + .xl\:-inset-x-8\/12 { + right: -66.66667%; + left: -66.66667%; + } + + .xl\:-inset-y-9\/12 { + top: -75%; + bottom: -75%; + } + + .xl\:-inset-x-9\/12 { + right: -75%; + left: -75%; + } + + .xl\:-inset-y-10\/12 { + top: -83.33333%; + bottom: -83.33333%; + } + + .xl\:-inset-x-10\/12 { + right: -83.33333%; + left: -83.33333%; + } + + .xl\:-inset-y-11\/12 { + top: -91.66667%; + bottom: -91.66667%; + } + + .xl\:-inset-x-11\/12 { + right: -91.66667%; + left: -91.66667%; + } + + .xl\:-inset-y-1\/16 { + top: -6.25%; + bottom: -6.25%; + } + + .xl\:-inset-x-1\/16 { + right: -6.25%; + left: -6.25%; + } + + .xl\:-inset-y-2\/16 { + top: -12.5%; + bottom: -12.5%; + } + + .xl\:-inset-x-2\/16 { + right: -12.5%; + left: -12.5%; + } + + .xl\:-inset-y-3\/16 { + top: -18.75%; + bottom: -18.75%; + } + + .xl\:-inset-x-3\/16 { + right: -18.75%; + left: -18.75%; + } + + .xl\:-inset-y-4\/16 { + top: -25%; + bottom: -25%; + } + + .xl\:-inset-x-4\/16 { + right: -25%; + left: -25%; + } + + .xl\:-inset-y-5\/16 { + top: -31.25%; + bottom: -31.25%; + } + + .xl\:-inset-x-5\/16 { + right: -31.25%; + left: -31.25%; + } + + .xl\:-inset-y-6\/16 { + top: -37.5%; + bottom: -37.5%; + } + + .xl\:-inset-x-6\/16 { + right: -37.5%; + left: -37.5%; + } + + .xl\:-inset-y-7\/16 { + top: -43.75%; + bottom: -43.75%; + } + + .xl\:-inset-x-7\/16 { + right: -43.75%; + left: -43.75%; + } + + .xl\:-inset-y-8\/16 { + top: -50%; + bottom: -50%; + } + + .xl\:-inset-x-8\/16 { + right: -50%; + left: -50%; + } + + .xl\:-inset-y-9\/16 { + top: -56.25%; + bottom: -56.25%; + } + + .xl\:-inset-x-9\/16 { + right: -56.25%; + left: -56.25%; + } + + .xl\:-inset-y-10\/16 { + top: -62.5%; + bottom: -62.5%; + } + + .xl\:-inset-x-10\/16 { + right: -62.5%; + left: -62.5%; + } + + .xl\:-inset-y-11\/16 { + top: -68.75%; + bottom: -68.75%; + } + + .xl\:-inset-x-11\/16 { + right: -68.75%; + left: -68.75%; + } + + .xl\:-inset-y-12\/16 { + top: -75%; + bottom: -75%; + } + + .xl\:-inset-x-12\/16 { + right: -75%; + left: -75%; + } + + .xl\:-inset-y-13\/16 { + top: -81.25%; + bottom: -81.25%; + } + + .xl\:-inset-x-13\/16 { + right: -81.25%; + left: -81.25%; + } + + .xl\:-inset-y-14\/16 { + top: -87.5%; + bottom: -87.5%; + } + + .xl\:-inset-x-14\/16 { + right: -87.5%; + left: -87.5%; + } + + .xl\:-inset-y-15\/16 { + top: -93.75%; + bottom: -93.75%; + } + + .xl\:-inset-x-15\/16 { + right: -93.75%; + left: -93.75%; + } + + .xl\:-inset-y-full { + top: -100%; + bottom: -100%; + } + + .xl\:-inset-x-full { + right: -100%; + left: -100%; + } + .xl\:top-0 { top: 0; } @@ -128790,6 +204582,502 @@ video { left: 0; } + .xl\:top-1 { + top: 0.25rem; + } + + .xl\:right-1 { + right: 0.25rem; + } + + .xl\:bottom-1 { + bottom: 0.25rem; + } + + .xl\:left-1 { + left: 0.25rem; + } + + .xl\:top-2 { + top: 0.5rem; + } + + .xl\:right-2 { + right: 0.5rem; + } + + .xl\:bottom-2 { + bottom: 0.5rem; + } + + .xl\:left-2 { + left: 0.5rem; + } + + .xl\:top-3 { + top: 0.75rem; + } + + .xl\:right-3 { + right: 0.75rem; + } + + .xl\:bottom-3 { + bottom: 0.75rem; + } + + .xl\:left-3 { + left: 0.75rem; + } + + .xl\:top-4 { + top: 1rem; + } + + .xl\:right-4 { + right: 1rem; + } + + .xl\:bottom-4 { + bottom: 1rem; + } + + .xl\:left-4 { + left: 1rem; + } + + .xl\:top-5 { + top: 1.25rem; + } + + .xl\:right-5 { + right: 1.25rem; + } + + .xl\:bottom-5 { + bottom: 1.25rem; + } + + .xl\:left-5 { + left: 1.25rem; + } + + .xl\:top-6 { + top: 1.5rem; + } + + .xl\:right-6 { + right: 1.5rem; + } + + .xl\:bottom-6 { + bottom: 1.5rem; + } + + .xl\:left-6 { + left: 1.5rem; + } + + .xl\:top-7 { + top: 1.75rem; + } + + .xl\:right-7 { + right: 1.75rem; + } + + .xl\:bottom-7 { + bottom: 1.75rem; + } + + .xl\:left-7 { + left: 1.75rem; + } + + .xl\:top-8 { + top: 2rem; + } + + .xl\:right-8 { + right: 2rem; + } + + .xl\:bottom-8 { + bottom: 2rem; + } + + .xl\:left-8 { + left: 2rem; + } + + .xl\:top-9 { + top: 2.25rem; + } + + .xl\:right-9 { + right: 2.25rem; + } + + .xl\:bottom-9 { + bottom: 2.25rem; + } + + .xl\:left-9 { + left: 2.25rem; + } + + .xl\:top-10 { + top: 2.5rem; + } + + .xl\:right-10 { + right: 2.5rem; + } + + .xl\:bottom-10 { + bottom: 2.5rem; + } + + .xl\:left-10 { + left: 2.5rem; + } + + .xl\:top-11 { + top: 2.75rem; + } + + .xl\:right-11 { + right: 2.75rem; + } + + .xl\:bottom-11 { + bottom: 2.75rem; + } + + .xl\:left-11 { + left: 2.75rem; + } + + .xl\:top-12 { + top: 3rem; + } + + .xl\:right-12 { + right: 3rem; + } + + .xl\:bottom-12 { + bottom: 3rem; + } + + .xl\:left-12 { + left: 3rem; + } + + .xl\:top-13 { + top: 3.25rem; + } + + .xl\:right-13 { + right: 3.25rem; + } + + .xl\:bottom-13 { + bottom: 3.25rem; + } + + .xl\:left-13 { + left: 3.25rem; + } + + .xl\:top-14 { + top: 3.5rem; + } + + .xl\:right-14 { + right: 3.5rem; + } + + .xl\:bottom-14 { + bottom: 3.5rem; + } + + .xl\:left-14 { + left: 3.5rem; + } + + .xl\:top-15 { + top: 3.75rem; + } + + .xl\:right-15 { + right: 3.75rem; + } + + .xl\:bottom-15 { + bottom: 3.75rem; + } + + .xl\:left-15 { + left: 3.75rem; + } + + .xl\:top-16 { + top: 4rem; + } + + .xl\:right-16 { + right: 4rem; + } + + .xl\:bottom-16 { + bottom: 4rem; + } + + .xl\:left-16 { + left: 4rem; + } + + .xl\:top-20 { + top: 5rem; + } + + .xl\:right-20 { + right: 5rem; + } + + .xl\:bottom-20 { + bottom: 5rem; + } + + .xl\:left-20 { + left: 5rem; + } + + .xl\:top-24 { + top: 6rem; + } + + .xl\:right-24 { + right: 6rem; + } + + .xl\:bottom-24 { + bottom: 6rem; + } + + .xl\:left-24 { + left: 6rem; + } + + .xl\:top-28 { + top: 7rem; + } + + .xl\:right-28 { + right: 7rem; + } + + .xl\:bottom-28 { + bottom: 7rem; + } + + .xl\:left-28 { + left: 7rem; + } + + .xl\:top-32 { + top: 8rem; + } + + .xl\:right-32 { + right: 8rem; + } + + .xl\:bottom-32 { + bottom: 8rem; + } + + .xl\:left-32 { + left: 8rem; + } + + .xl\:top-36 { + top: 9rem; + } + + .xl\:right-36 { + right: 9rem; + } + + .xl\:bottom-36 { + bottom: 9rem; + } + + .xl\:left-36 { + left: 9rem; + } + + .xl\:top-40 { + top: 10rem; + } + + .xl\:right-40 { + right: 10rem; + } + + .xl\:bottom-40 { + bottom: 10rem; + } + + .xl\:left-40 { + left: 10rem; + } + + .xl\:top-44 { + top: 11rem; + } + + .xl\:right-44 { + right: 11rem; + } + + .xl\:bottom-44 { + bottom: 11rem; + } + + .xl\:left-44 { + left: 11rem; + } + + .xl\:top-48 { + top: 12rem; + } + + .xl\:right-48 { + right: 12rem; + } + + .xl\:bottom-48 { + bottom: 12rem; + } + + .xl\:left-48 { + left: 12rem; + } + + .xl\:top-52 { + top: 13rem; + } + + .xl\:right-52 { + right: 13rem; + } + + .xl\:bottom-52 { + bottom: 13rem; + } + + .xl\:left-52 { + left: 13rem; + } + + .xl\:top-56 { + top: 14rem; + } + + .xl\:right-56 { + right: 14rem; + } + + .xl\:bottom-56 { + bottom: 14rem; + } + + .xl\:left-56 { + left: 14rem; + } + + .xl\:top-60 { + top: 15rem; + } + + .xl\:right-60 { + right: 15rem; + } + + .xl\:bottom-60 { + bottom: 15rem; + } + + .xl\:left-60 { + left: 15rem; + } + + .xl\:top-64 { + top: 16rem; + } + + .xl\:right-64 { + right: 16rem; + } + + .xl\:bottom-64 { + bottom: 16rem; + } + + .xl\:left-64 { + left: 16rem; + } + + .xl\:top-72 { + top: 18rem; + } + + .xl\:right-72 { + right: 18rem; + } + + .xl\:bottom-72 { + bottom: 18rem; + } + + .xl\:left-72 { + left: 18rem; + } + + .xl\:top-80 { + top: 20rem; + } + + .xl\:right-80 { + right: 20rem; + } + + .xl\:bottom-80 { + bottom: 20rem; + } + + .xl\:left-80 { + left: 20rem; + } + + .xl\:top-96 { + top: 24rem; + } + + .xl\:right-96 { + right: 24rem; + } + + .xl\:bottom-96 { + bottom: 24rem; + } + + .xl\:left-96 { + left: 24rem; + } + .xl\:top-auto { top: auto; } @@ -128806,6 +205094,2006 @@ video { left: auto; } + .xl\:top-px { + top: 1px; + } + + .xl\:right-px { + right: 1px; + } + + .xl\:bottom-px { + bottom: 1px; + } + + .xl\:left-px { + left: 1px; + } + + .xl\:top-0\.5 { + top: 0.125rem; + } + + .xl\:right-0\.5 { + right: 0.125rem; + } + + .xl\:bottom-0\.5 { + bottom: 0.125rem; + } + + .xl\:left-0\.5 { + left: 0.125rem; + } + + .xl\:top-1\.5 { + top: 0.375rem; + } + + .xl\:right-1\.5 { + right: 0.375rem; + } + + .xl\:bottom-1\.5 { + bottom: 0.375rem; + } + + .xl\:left-1\.5 { + left: 0.375rem; + } + + .xl\:top-2\.5 { + top: 0.625rem; + } + + .xl\:right-2\.5 { + right: 0.625rem; + } + + .xl\:bottom-2\.5 { + bottom: 0.625rem; + } + + .xl\:left-2\.5 { + left: 0.625rem; + } + + .xl\:top-3\.5 { + top: 0.875rem; + } + + .xl\:right-3\.5 { + right: 0.875rem; + } + + .xl\:bottom-3\.5 { + bottom: 0.875rem; + } + + .xl\:left-3\.5 { + left: 0.875rem; + } + + .xl\:top-1\/2 { + top: 50%; + } + + .xl\:right-1\/2 { + right: 50%; + } + + .xl\:bottom-1\/2 { + bottom: 50%; + } + + .xl\:left-1\/2 { + left: 50%; + } + + .xl\:top-1\/3 { + top: 33.333333%; + } + + .xl\:right-1\/3 { + right: 33.333333%; + } + + .xl\:bottom-1\/3 { + bottom: 33.333333%; + } + + .xl\:left-1\/3 { + left: 33.333333%; + } + + .xl\:top-2\/3 { + top: 66.666667%; + } + + .xl\:right-2\/3 { + right: 66.666667%; + } + + .xl\:bottom-2\/3 { + bottom: 66.666667%; + } + + .xl\:left-2\/3 { + left: 66.666667%; + } + + .xl\:top-1\/4 { + top: 25%; + } + + .xl\:right-1\/4 { + right: 25%; + } + + .xl\:bottom-1\/4 { + bottom: 25%; + } + + .xl\:left-1\/4 { + left: 25%; + } + + .xl\:top-2\/4 { + top: 50%; + } + + .xl\:right-2\/4 { + right: 50%; + } + + .xl\:bottom-2\/4 { + bottom: 50%; + } + + .xl\:left-2\/4 { + left: 50%; + } + + .xl\:top-3\/4 { + top: 75%; + } + + .xl\:right-3\/4 { + right: 75%; + } + + .xl\:bottom-3\/4 { + bottom: 75%; + } + + .xl\:left-3\/4 { + left: 75%; + } + + .xl\:top-1\/5 { + top: 20%; + } + + .xl\:right-1\/5 { + right: 20%; + } + + .xl\:bottom-1\/5 { + bottom: 20%; + } + + .xl\:left-1\/5 { + left: 20%; + } + + .xl\:top-2\/5 { + top: 40%; + } + + .xl\:right-2\/5 { + right: 40%; + } + + .xl\:bottom-2\/5 { + bottom: 40%; + } + + .xl\:left-2\/5 { + left: 40%; + } + + .xl\:top-3\/5 { + top: 60%; + } + + .xl\:right-3\/5 { + right: 60%; + } + + .xl\:bottom-3\/5 { + bottom: 60%; + } + + .xl\:left-3\/5 { + left: 60%; + } + + .xl\:top-4\/5 { + top: 80%; + } + + .xl\:right-4\/5 { + right: 80%; + } + + .xl\:bottom-4\/5 { + bottom: 80%; + } + + .xl\:left-4\/5 { + left: 80%; + } + + .xl\:top-1\/6 { + top: 16.666667%; + } + + .xl\:right-1\/6 { + right: 16.666667%; + } + + .xl\:bottom-1\/6 { + bottom: 16.666667%; + } + + .xl\:left-1\/6 { + left: 16.666667%; + } + + .xl\:top-2\/6 { + top: 33.333333%; + } + + .xl\:right-2\/6 { + right: 33.333333%; + } + + .xl\:bottom-2\/6 { + bottom: 33.333333%; + } + + .xl\:left-2\/6 { + left: 33.333333%; + } + + .xl\:top-3\/6 { + top: 50%; + } + + .xl\:right-3\/6 { + right: 50%; + } + + .xl\:bottom-3\/6 { + bottom: 50%; + } + + .xl\:left-3\/6 { + left: 50%; + } + + .xl\:top-4\/6 { + top: 66.666667%; + } + + .xl\:right-4\/6 { + right: 66.666667%; + } + + .xl\:bottom-4\/6 { + bottom: 66.666667%; + } + + .xl\:left-4\/6 { + left: 66.666667%; + } + + .xl\:top-5\/6 { + top: 83.333333%; + } + + .xl\:right-5\/6 { + right: 83.333333%; + } + + .xl\:bottom-5\/6 { + bottom: 83.333333%; + } + + .xl\:left-5\/6 { + left: 83.333333%; + } + + .xl\:top-1\/12 { + top: 8.333333%; + } + + .xl\:right-1\/12 { + right: 8.333333%; + } + + .xl\:bottom-1\/12 { + bottom: 8.333333%; + } + + .xl\:left-1\/12 { + left: 8.333333%; + } + + .xl\:top-2\/12 { + top: 16.666667%; + } + + .xl\:right-2\/12 { + right: 16.666667%; + } + + .xl\:bottom-2\/12 { + bottom: 16.666667%; + } + + .xl\:left-2\/12 { + left: 16.666667%; + } + + .xl\:top-3\/12 { + top: 25%; + } + + .xl\:right-3\/12 { + right: 25%; + } + + .xl\:bottom-3\/12 { + bottom: 25%; + } + + .xl\:left-3\/12 { + left: 25%; + } + + .xl\:top-4\/12 { + top: 33.333333%; + } + + .xl\:right-4\/12 { + right: 33.333333%; + } + + .xl\:bottom-4\/12 { + bottom: 33.333333%; + } + + .xl\:left-4\/12 { + left: 33.333333%; + } + + .xl\:top-5\/12 { + top: 41.666667%; + } + + .xl\:right-5\/12 { + right: 41.666667%; + } + + .xl\:bottom-5\/12 { + bottom: 41.666667%; + } + + .xl\:left-5\/12 { + left: 41.666667%; + } + + .xl\:top-6\/12 { + top: 50%; + } + + .xl\:right-6\/12 { + right: 50%; + } + + .xl\:bottom-6\/12 { + bottom: 50%; + } + + .xl\:left-6\/12 { + left: 50%; + } + + .xl\:top-7\/12 { + top: 58.333333%; + } + + .xl\:right-7\/12 { + right: 58.333333%; + } + + .xl\:bottom-7\/12 { + bottom: 58.333333%; + } + + .xl\:left-7\/12 { + left: 58.333333%; + } + + .xl\:top-8\/12 { + top: 66.666667%; + } + + .xl\:right-8\/12 { + right: 66.666667%; + } + + .xl\:bottom-8\/12 { + bottom: 66.666667%; + } + + .xl\:left-8\/12 { + left: 66.666667%; + } + + .xl\:top-9\/12 { + top: 75%; + } + + .xl\:right-9\/12 { + right: 75%; + } + + .xl\:bottom-9\/12 { + bottom: 75%; + } + + .xl\:left-9\/12 { + left: 75%; + } + + .xl\:top-10\/12 { + top: 83.333333%; + } + + .xl\:right-10\/12 { + right: 83.333333%; + } + + .xl\:bottom-10\/12 { + bottom: 83.333333%; + } + + .xl\:left-10\/12 { + left: 83.333333%; + } + + .xl\:top-11\/12 { + top: 91.666667%; + } + + .xl\:right-11\/12 { + right: 91.666667%; + } + + .xl\:bottom-11\/12 { + bottom: 91.666667%; + } + + .xl\:left-11\/12 { + left: 91.666667%; + } + + .xl\:top-1\/16 { + top: 6.25%; + } + + .xl\:right-1\/16 { + right: 6.25%; + } + + .xl\:bottom-1\/16 { + bottom: 6.25%; + } + + .xl\:left-1\/16 { + left: 6.25%; + } + + .xl\:top-2\/16 { + top: 12.5%; + } + + .xl\:right-2\/16 { + right: 12.5%; + } + + .xl\:bottom-2\/16 { + bottom: 12.5%; + } + + .xl\:left-2\/16 { + left: 12.5%; + } + + .xl\:top-3\/16 { + top: 18.75%; + } + + .xl\:right-3\/16 { + right: 18.75%; + } + + .xl\:bottom-3\/16 { + bottom: 18.75%; + } + + .xl\:left-3\/16 { + left: 18.75%; + } + + .xl\:top-4\/16 { + top: 25%; + } + + .xl\:right-4\/16 { + right: 25%; + } + + .xl\:bottom-4\/16 { + bottom: 25%; + } + + .xl\:left-4\/16 { + left: 25%; + } + + .xl\:top-5\/16 { + top: 31.25%; + } + + .xl\:right-5\/16 { + right: 31.25%; + } + + .xl\:bottom-5\/16 { + bottom: 31.25%; + } + + .xl\:left-5\/16 { + left: 31.25%; + } + + .xl\:top-6\/16 { + top: 37.5%; + } + + .xl\:right-6\/16 { + right: 37.5%; + } + + .xl\:bottom-6\/16 { + bottom: 37.5%; + } + + .xl\:left-6\/16 { + left: 37.5%; + } + + .xl\:top-7\/16 { + top: 43.75%; + } + + .xl\:right-7\/16 { + right: 43.75%; + } + + .xl\:bottom-7\/16 { + bottom: 43.75%; + } + + .xl\:left-7\/16 { + left: 43.75%; + } + + .xl\:top-8\/16 { + top: 50%; + } + + .xl\:right-8\/16 { + right: 50%; + } + + .xl\:bottom-8\/16 { + bottom: 50%; + } + + .xl\:left-8\/16 { + left: 50%; + } + + .xl\:top-9\/16 { + top: 56.25%; + } + + .xl\:right-9\/16 { + right: 56.25%; + } + + .xl\:bottom-9\/16 { + bottom: 56.25%; + } + + .xl\:left-9\/16 { + left: 56.25%; + } + + .xl\:top-10\/16 { + top: 62.5%; + } + + .xl\:right-10\/16 { + right: 62.5%; + } + + .xl\:bottom-10\/16 { + bottom: 62.5%; + } + + .xl\:left-10\/16 { + left: 62.5%; + } + + .xl\:top-11\/16 { + top: 68.75%; + } + + .xl\:right-11\/16 { + right: 68.75%; + } + + .xl\:bottom-11\/16 { + bottom: 68.75%; + } + + .xl\:left-11\/16 { + left: 68.75%; + } + + .xl\:top-12\/16 { + top: 75%; + } + + .xl\:right-12\/16 { + right: 75%; + } + + .xl\:bottom-12\/16 { + bottom: 75%; + } + + .xl\:left-12\/16 { + left: 75%; + } + + .xl\:top-13\/16 { + top: 81.25%; + } + + .xl\:right-13\/16 { + right: 81.25%; + } + + .xl\:bottom-13\/16 { + bottom: 81.25%; + } + + .xl\:left-13\/16 { + left: 81.25%; + } + + .xl\:top-14\/16 { + top: 87.5%; + } + + .xl\:right-14\/16 { + right: 87.5%; + } + + .xl\:bottom-14\/16 { + bottom: 87.5%; + } + + .xl\:left-14\/16 { + left: 87.5%; + } + + .xl\:top-15\/16 { + top: 93.75%; + } + + .xl\:right-15\/16 { + right: 93.75%; + } + + .xl\:bottom-15\/16 { + bottom: 93.75%; + } + + .xl\:left-15\/16 { + left: 93.75%; + } + + .xl\:top-full { + top: 100%; + } + + .xl\:right-full { + right: 100%; + } + + .xl\:bottom-full { + bottom: 100%; + } + + .xl\:left-full { + left: 100%; + } + + .xl\:-top-1 { + top: -0.25rem; + } + + .xl\:-right-1 { + right: -0.25rem; + } + + .xl\:-bottom-1 { + bottom: -0.25rem; + } + + .xl\:-left-1 { + left: -0.25rem; + } + + .xl\:-top-2 { + top: -0.5rem; + } + + .xl\:-right-2 { + right: -0.5rem; + } + + .xl\:-bottom-2 { + bottom: -0.5rem; + } + + .xl\:-left-2 { + left: -0.5rem; + } + + .xl\:-top-3 { + top: -0.75rem; + } + + .xl\:-right-3 { + right: -0.75rem; + } + + .xl\:-bottom-3 { + bottom: -0.75rem; + } + + .xl\:-left-3 { + left: -0.75rem; + } + + .xl\:-top-4 { + top: -1rem; + } + + .xl\:-right-4 { + right: -1rem; + } + + .xl\:-bottom-4 { + bottom: -1rem; + } + + .xl\:-left-4 { + left: -1rem; + } + + .xl\:-top-5 { + top: -1.25rem; + } + + .xl\:-right-5 { + right: -1.25rem; + } + + .xl\:-bottom-5 { + bottom: -1.25rem; + } + + .xl\:-left-5 { + left: -1.25rem; + } + + .xl\:-top-6 { + top: -1.5rem; + } + + .xl\:-right-6 { + right: -1.5rem; + } + + .xl\:-bottom-6 { + bottom: -1.5rem; + } + + .xl\:-left-6 { + left: -1.5rem; + } + + .xl\:-top-7 { + top: -1.75rem; + } + + .xl\:-right-7 { + right: -1.75rem; + } + + .xl\:-bottom-7 { + bottom: -1.75rem; + } + + .xl\:-left-7 { + left: -1.75rem; + } + + .xl\:-top-8 { + top: -2rem; + } + + .xl\:-right-8 { + right: -2rem; + } + + .xl\:-bottom-8 { + bottom: -2rem; + } + + .xl\:-left-8 { + left: -2rem; + } + + .xl\:-top-9 { + top: -2.25rem; + } + + .xl\:-right-9 { + right: -2.25rem; + } + + .xl\:-bottom-9 { + bottom: -2.25rem; + } + + .xl\:-left-9 { + left: -2.25rem; + } + + .xl\:-top-10 { + top: -2.5rem; + } + + .xl\:-right-10 { + right: -2.5rem; + } + + .xl\:-bottom-10 { + bottom: -2.5rem; + } + + .xl\:-left-10 { + left: -2.5rem; + } + + .xl\:-top-11 { + top: -2.75rem; + } + + .xl\:-right-11 { + right: -2.75rem; + } + + .xl\:-bottom-11 { + bottom: -2.75rem; + } + + .xl\:-left-11 { + left: -2.75rem; + } + + .xl\:-top-12 { + top: -3rem; + } + + .xl\:-right-12 { + right: -3rem; + } + + .xl\:-bottom-12 { + bottom: -3rem; + } + + .xl\:-left-12 { + left: -3rem; + } + + .xl\:-top-13 { + top: -3.25rem; + } + + .xl\:-right-13 { + right: -3.25rem; + } + + .xl\:-bottom-13 { + bottom: -3.25rem; + } + + .xl\:-left-13 { + left: -3.25rem; + } + + .xl\:-top-14 { + top: -3.5rem; + } + + .xl\:-right-14 { + right: -3.5rem; + } + + .xl\:-bottom-14 { + bottom: -3.5rem; + } + + .xl\:-left-14 { + left: -3.5rem; + } + + .xl\:-top-15 { + top: -3.75rem; + } + + .xl\:-right-15 { + right: -3.75rem; + } + + .xl\:-bottom-15 { + bottom: -3.75rem; + } + + .xl\:-left-15 { + left: -3.75rem; + } + + .xl\:-top-16 { + top: -4rem; + } + + .xl\:-right-16 { + right: -4rem; + } + + .xl\:-bottom-16 { + bottom: -4rem; + } + + .xl\:-left-16 { + left: -4rem; + } + + .xl\:-top-20 { + top: -5rem; + } + + .xl\:-right-20 { + right: -5rem; + } + + .xl\:-bottom-20 { + bottom: -5rem; + } + + .xl\:-left-20 { + left: -5rem; + } + + .xl\:-top-24 { + top: -6rem; + } + + .xl\:-right-24 { + right: -6rem; + } + + .xl\:-bottom-24 { + bottom: -6rem; + } + + .xl\:-left-24 { + left: -6rem; + } + + .xl\:-top-28 { + top: -7rem; + } + + .xl\:-right-28 { + right: -7rem; + } + + .xl\:-bottom-28 { + bottom: -7rem; + } + + .xl\:-left-28 { + left: -7rem; + } + + .xl\:-top-32 { + top: -8rem; + } + + .xl\:-right-32 { + right: -8rem; + } + + .xl\:-bottom-32 { + bottom: -8rem; + } + + .xl\:-left-32 { + left: -8rem; + } + + .xl\:-top-36 { + top: -9rem; + } + + .xl\:-right-36 { + right: -9rem; + } + + .xl\:-bottom-36 { + bottom: -9rem; + } + + .xl\:-left-36 { + left: -9rem; + } + + .xl\:-top-40 { + top: -10rem; + } + + .xl\:-right-40 { + right: -10rem; + } + + .xl\:-bottom-40 { + bottom: -10rem; + } + + .xl\:-left-40 { + left: -10rem; + } + + .xl\:-top-44 { + top: -11rem; + } + + .xl\:-right-44 { + right: -11rem; + } + + .xl\:-bottom-44 { + bottom: -11rem; + } + + .xl\:-left-44 { + left: -11rem; + } + + .xl\:-top-48 { + top: -12rem; + } + + .xl\:-right-48 { + right: -12rem; + } + + .xl\:-bottom-48 { + bottom: -12rem; + } + + .xl\:-left-48 { + left: -12rem; + } + + .xl\:-top-52 { + top: -13rem; + } + + .xl\:-right-52 { + right: -13rem; + } + + .xl\:-bottom-52 { + bottom: -13rem; + } + + .xl\:-left-52 { + left: -13rem; + } + + .xl\:-top-56 { + top: -14rem; + } + + .xl\:-right-56 { + right: -14rem; + } + + .xl\:-bottom-56 { + bottom: -14rem; + } + + .xl\:-left-56 { + left: -14rem; + } + + .xl\:-top-60 { + top: -15rem; + } + + .xl\:-right-60 { + right: -15rem; + } + + .xl\:-bottom-60 { + bottom: -15rem; + } + + .xl\:-left-60 { + left: -15rem; + } + + .xl\:-top-64 { + top: -16rem; + } + + .xl\:-right-64 { + right: -16rem; + } + + .xl\:-bottom-64 { + bottom: -16rem; + } + + .xl\:-left-64 { + left: -16rem; + } + + .xl\:-top-72 { + top: -18rem; + } + + .xl\:-right-72 { + right: -18rem; + } + + .xl\:-bottom-72 { + bottom: -18rem; + } + + .xl\:-left-72 { + left: -18rem; + } + + .xl\:-top-80 { + top: -20rem; + } + + .xl\:-right-80 { + right: -20rem; + } + + .xl\:-bottom-80 { + bottom: -20rem; + } + + .xl\:-left-80 { + left: -20rem; + } + + .xl\:-top-96 { + top: -24rem; + } + + .xl\:-right-96 { + right: -24rem; + } + + .xl\:-bottom-96 { + bottom: -24rem; + } + + .xl\:-left-96 { + left: -24rem; + } + + .xl\:-top-px { + top: -1px; + } + + .xl\:-right-px { + right: -1px; + } + + .xl\:-bottom-px { + bottom: -1px; + } + + .xl\:-left-px { + left: -1px; + } + + .xl\:-top-0\.5 { + top: -0.125rem; + } + + .xl\:-right-0\.5 { + right: -0.125rem; + } + + .xl\:-bottom-0\.5 { + bottom: -0.125rem; + } + + .xl\:-left-0\.5 { + left: -0.125rem; + } + + .xl\:-top-1\.5 { + top: -0.375rem; + } + + .xl\:-right-1\.5 { + right: -0.375rem; + } + + .xl\:-bottom-1\.5 { + bottom: -0.375rem; + } + + .xl\:-left-1\.5 { + left: -0.375rem; + } + + .xl\:-top-2\.5 { + top: -0.625rem; + } + + .xl\:-right-2\.5 { + right: -0.625rem; + } + + .xl\:-bottom-2\.5 { + bottom: -0.625rem; + } + + .xl\:-left-2\.5 { + left: -0.625rem; + } + + .xl\:-top-3\.5 { + top: -0.875rem; + } + + .xl\:-right-3\.5 { + right: -0.875rem; + } + + .xl\:-bottom-3\.5 { + bottom: -0.875rem; + } + + .xl\:-left-3\.5 { + left: -0.875rem; + } + + .xl\:-top-1\/2 { + top: -50%; + } + + .xl\:-right-1\/2 { + right: -50%; + } + + .xl\:-bottom-1\/2 { + bottom: -50%; + } + + .xl\:-left-1\/2 { + left: -50%; + } + + .xl\:-top-1\/3 { + top: -33.33333%; + } + + .xl\:-right-1\/3 { + right: -33.33333%; + } + + .xl\:-bottom-1\/3 { + bottom: -33.33333%; + } + + .xl\:-left-1\/3 { + left: -33.33333%; + } + + .xl\:-top-2\/3 { + top: -66.66667%; + } + + .xl\:-right-2\/3 { + right: -66.66667%; + } + + .xl\:-bottom-2\/3 { + bottom: -66.66667%; + } + + .xl\:-left-2\/3 { + left: -66.66667%; + } + + .xl\:-top-1\/4 { + top: -25%; + } + + .xl\:-right-1\/4 { + right: -25%; + } + + .xl\:-bottom-1\/4 { + bottom: -25%; + } + + .xl\:-left-1\/4 { + left: -25%; + } + + .xl\:-top-2\/4 { + top: -50%; + } + + .xl\:-right-2\/4 { + right: -50%; + } + + .xl\:-bottom-2\/4 { + bottom: -50%; + } + + .xl\:-left-2\/4 { + left: -50%; + } + + .xl\:-top-3\/4 { + top: -75%; + } + + .xl\:-right-3\/4 { + right: -75%; + } + + .xl\:-bottom-3\/4 { + bottom: -75%; + } + + .xl\:-left-3\/4 { + left: -75%; + } + + .xl\:-top-1\/5 { + top: -20%; + } + + .xl\:-right-1\/5 { + right: -20%; + } + + .xl\:-bottom-1\/5 { + bottom: -20%; + } + + .xl\:-left-1\/5 { + left: -20%; + } + + .xl\:-top-2\/5 { + top: -40%; + } + + .xl\:-right-2\/5 { + right: -40%; + } + + .xl\:-bottom-2\/5 { + bottom: -40%; + } + + .xl\:-left-2\/5 { + left: -40%; + } + + .xl\:-top-3\/5 { + top: -60%; + } + + .xl\:-right-3\/5 { + right: -60%; + } + + .xl\:-bottom-3\/5 { + bottom: -60%; + } + + .xl\:-left-3\/5 { + left: -60%; + } + + .xl\:-top-4\/5 { + top: -80%; + } + + .xl\:-right-4\/5 { + right: -80%; + } + + .xl\:-bottom-4\/5 { + bottom: -80%; + } + + .xl\:-left-4\/5 { + left: -80%; + } + + .xl\:-top-1\/6 { + top: -16.66667%; + } + + .xl\:-right-1\/6 { + right: -16.66667%; + } + + .xl\:-bottom-1\/6 { + bottom: -16.66667%; + } + + .xl\:-left-1\/6 { + left: -16.66667%; + } + + .xl\:-top-2\/6 { + top: -33.33333%; + } + + .xl\:-right-2\/6 { + right: -33.33333%; + } + + .xl\:-bottom-2\/6 { + bottom: -33.33333%; + } + + .xl\:-left-2\/6 { + left: -33.33333%; + } + + .xl\:-top-3\/6 { + top: -50%; + } + + .xl\:-right-3\/6 { + right: -50%; + } + + .xl\:-bottom-3\/6 { + bottom: -50%; + } + + .xl\:-left-3\/6 { + left: -50%; + } + + .xl\:-top-4\/6 { + top: -66.66667%; + } + + .xl\:-right-4\/6 { + right: -66.66667%; + } + + .xl\:-bottom-4\/6 { + bottom: -66.66667%; + } + + .xl\:-left-4\/6 { + left: -66.66667%; + } + + .xl\:-top-5\/6 { + top: -83.33333%; + } + + .xl\:-right-5\/6 { + right: -83.33333%; + } + + .xl\:-bottom-5\/6 { + bottom: -83.33333%; + } + + .xl\:-left-5\/6 { + left: -83.33333%; + } + + .xl\:-top-1\/12 { + top: -8.33333%; + } + + .xl\:-right-1\/12 { + right: -8.33333%; + } + + .xl\:-bottom-1\/12 { + bottom: -8.33333%; + } + + .xl\:-left-1\/12 { + left: -8.33333%; + } + + .xl\:-top-2\/12 { + top: -16.66667%; + } + + .xl\:-right-2\/12 { + right: -16.66667%; + } + + .xl\:-bottom-2\/12 { + bottom: -16.66667%; + } + + .xl\:-left-2\/12 { + left: -16.66667%; + } + + .xl\:-top-3\/12 { + top: -25%; + } + + .xl\:-right-3\/12 { + right: -25%; + } + + .xl\:-bottom-3\/12 { + bottom: -25%; + } + + .xl\:-left-3\/12 { + left: -25%; + } + + .xl\:-top-4\/12 { + top: -33.33333%; + } + + .xl\:-right-4\/12 { + right: -33.33333%; + } + + .xl\:-bottom-4\/12 { + bottom: -33.33333%; + } + + .xl\:-left-4\/12 { + left: -33.33333%; + } + + .xl\:-top-5\/12 { + top: -41.66667%; + } + + .xl\:-right-5\/12 { + right: -41.66667%; + } + + .xl\:-bottom-5\/12 { + bottom: -41.66667%; + } + + .xl\:-left-5\/12 { + left: -41.66667%; + } + + .xl\:-top-6\/12 { + top: -50%; + } + + .xl\:-right-6\/12 { + right: -50%; + } + + .xl\:-bottom-6\/12 { + bottom: -50%; + } + + .xl\:-left-6\/12 { + left: -50%; + } + + .xl\:-top-7\/12 { + top: -58.33333%; + } + + .xl\:-right-7\/12 { + right: -58.33333%; + } + + .xl\:-bottom-7\/12 { + bottom: -58.33333%; + } + + .xl\:-left-7\/12 { + left: -58.33333%; + } + + .xl\:-top-8\/12 { + top: -66.66667%; + } + + .xl\:-right-8\/12 { + right: -66.66667%; + } + + .xl\:-bottom-8\/12 { + bottom: -66.66667%; + } + + .xl\:-left-8\/12 { + left: -66.66667%; + } + + .xl\:-top-9\/12 { + top: -75%; + } + + .xl\:-right-9\/12 { + right: -75%; + } + + .xl\:-bottom-9\/12 { + bottom: -75%; + } + + .xl\:-left-9\/12 { + left: -75%; + } + + .xl\:-top-10\/12 { + top: -83.33333%; + } + + .xl\:-right-10\/12 { + right: -83.33333%; + } + + .xl\:-bottom-10\/12 { + bottom: -83.33333%; + } + + .xl\:-left-10\/12 { + left: -83.33333%; + } + + .xl\:-top-11\/12 { + top: -91.66667%; + } + + .xl\:-right-11\/12 { + right: -91.66667%; + } + + .xl\:-bottom-11\/12 { + bottom: -91.66667%; + } + + .xl\:-left-11\/12 { + left: -91.66667%; + } + + .xl\:-top-1\/16 { + top: -6.25%; + } + + .xl\:-right-1\/16 { + right: -6.25%; + } + + .xl\:-bottom-1\/16 { + bottom: -6.25%; + } + + .xl\:-left-1\/16 { + left: -6.25%; + } + + .xl\:-top-2\/16 { + top: -12.5%; + } + + .xl\:-right-2\/16 { + right: -12.5%; + } + + .xl\:-bottom-2\/16 { + bottom: -12.5%; + } + + .xl\:-left-2\/16 { + left: -12.5%; + } + + .xl\:-top-3\/16 { + top: -18.75%; + } + + .xl\:-right-3\/16 { + right: -18.75%; + } + + .xl\:-bottom-3\/16 { + bottom: -18.75%; + } + + .xl\:-left-3\/16 { + left: -18.75%; + } + + .xl\:-top-4\/16 { + top: -25%; + } + + .xl\:-right-4\/16 { + right: -25%; + } + + .xl\:-bottom-4\/16 { + bottom: -25%; + } + + .xl\:-left-4\/16 { + left: -25%; + } + + .xl\:-top-5\/16 { + top: -31.25%; + } + + .xl\:-right-5\/16 { + right: -31.25%; + } + + .xl\:-bottom-5\/16 { + bottom: -31.25%; + } + + .xl\:-left-5\/16 { + left: -31.25%; + } + + .xl\:-top-6\/16 { + top: -37.5%; + } + + .xl\:-right-6\/16 { + right: -37.5%; + } + + .xl\:-bottom-6\/16 { + bottom: -37.5%; + } + + .xl\:-left-6\/16 { + left: -37.5%; + } + + .xl\:-top-7\/16 { + top: -43.75%; + } + + .xl\:-right-7\/16 { + right: -43.75%; + } + + .xl\:-bottom-7\/16 { + bottom: -43.75%; + } + + .xl\:-left-7\/16 { + left: -43.75%; + } + + .xl\:-top-8\/16 { + top: -50%; + } + + .xl\:-right-8\/16 { + right: -50%; + } + + .xl\:-bottom-8\/16 { + bottom: -50%; + } + + .xl\:-left-8\/16 { + left: -50%; + } + + .xl\:-top-9\/16 { + top: -56.25%; + } + + .xl\:-right-9\/16 { + right: -56.25%; + } + + .xl\:-bottom-9\/16 { + bottom: -56.25%; + } + + .xl\:-left-9\/16 { + left: -56.25%; + } + + .xl\:-top-10\/16 { + top: -62.5%; + } + + .xl\:-right-10\/16 { + right: -62.5%; + } + + .xl\:-bottom-10\/16 { + bottom: -62.5%; + } + + .xl\:-left-10\/16 { + left: -62.5%; + } + + .xl\:-top-11\/16 { + top: -68.75%; + } + + .xl\:-right-11\/16 { + right: -68.75%; + } + + .xl\:-bottom-11\/16 { + bottom: -68.75%; + } + + .xl\:-left-11\/16 { + left: -68.75%; + } + + .xl\:-top-12\/16 { + top: -75%; + } + + .xl\:-right-12\/16 { + right: -75%; + } + + .xl\:-bottom-12\/16 { + bottom: -75%; + } + + .xl\:-left-12\/16 { + left: -75%; + } + + .xl\:-top-13\/16 { + top: -81.25%; + } + + .xl\:-right-13\/16 { + right: -81.25%; + } + + .xl\:-bottom-13\/16 { + bottom: -81.25%; + } + + .xl\:-left-13\/16 { + left: -81.25%; + } + + .xl\:-top-14\/16 { + top: -87.5%; + } + + .xl\:-right-14\/16 { + right: -87.5%; + } + + .xl\:-bottom-14\/16 { + bottom: -87.5%; + } + + .xl\:-left-14\/16 { + left: -87.5%; + } + + .xl\:-top-15\/16 { + top: -93.75%; + } + + .xl\:-right-15\/16 { + right: -93.75%; + } + + .xl\:-bottom-15\/16 { + bottom: -93.75%; + } + + .xl\:-left-15\/16 { + left: -93.75%; + } + + .xl\:-top-full { + top: -100%; + } + + .xl\:-right-full { + right: -100%; + } + + .xl\:-bottom-full { + bottom: -100%; + } + + .xl\:-left-full { + left: -100%; + } + .xl\:resize-none { resize: none; } @@ -132118,18 +210406,42 @@ video { width: 1.5rem; } + .xl\:w-7 { + width: 1.75rem; + } + .xl\:w-8 { width: 2rem; } + .xl\:w-9 { + width: 2.25rem; + } + .xl\:w-10 { width: 2.5rem; } + .xl\:w-11 { + width: 2.75rem; + } + .xl\:w-12 { width: 3rem; } + .xl\:w-13 { + width: 3.25rem; + } + + .xl\:w-14 { + width: 3.5rem; + } + + .xl\:w-15 { + width: 3.75rem; + } + .xl\:w-16 { width: 4rem; } @@ -132142,26 +210454,58 @@ video { width: 6rem; } + .xl\:w-28 { + width: 7rem; + } + .xl\:w-32 { width: 8rem; } + .xl\:w-36 { + width: 9rem; + } + .xl\:w-40 { width: 10rem; } + .xl\:w-44 { + width: 11rem; + } + .xl\:w-48 { width: 12rem; } + .xl\:w-52 { + width: 13rem; + } + .xl\:w-56 { width: 14rem; } + .xl\:w-60 { + width: 15rem; + } + .xl\:w-64 { width: 16rem; } + .xl\:w-72 { + width: 18rem; + } + + .xl\:w-80 { + width: 20rem; + } + + .xl\:w-96 { + width: 24rem; + } + .xl\:w-auto { width: auto; } @@ -132170,6 +210514,22 @@ video { width: 1px; } + .xl\:w-0\.5 { + width: 0.125rem; + } + + .xl\:w-1\.5 { + width: 0.375rem; + } + + .xl\:w-2\.5 { + width: 0.625rem; + } + + .xl\:w-3\.5 { + width: 0.875rem; + } + .xl\:w-1\/2 { width: 50%; } @@ -132274,6 +210634,66 @@ video { width: 91.666667%; } + .xl\:w-1\/16 { + width: 6.25%; + } + + .xl\:w-2\/16 { + width: 12.5%; + } + + .xl\:w-3\/16 { + width: 18.75%; + } + + .xl\:w-4\/16 { + width: 25%; + } + + .xl\:w-5\/16 { + width: 31.25%; + } + + .xl\:w-6\/16 { + width: 37.5%; + } + + .xl\:w-7\/16 { + width: 43.75%; + } + + .xl\:w-8\/16 { + width: 50%; + } + + .xl\:w-9\/16 { + width: 56.25%; + } + + .xl\:w-10\/16 { + width: 62.5%; + } + + .xl\:w-11\/16 { + width: 68.75%; + } + + .xl\:w-12\/16 { + width: 75%; + } + + .xl\:w-13\/16 { + width: 81.25%; + } + + .xl\:w-14\/16 { + width: 87.5%; + } + + .xl\:w-15\/16 { + width: 93.75%; + } + .xl\:w-full { width: 100%; } @@ -132282,6 +210702,14 @@ video { width: 100vw; } + .xl\:w-min { + width: min-content; + } + + .xl\:w-max { + width: max-content; + } + .xl\:z-0 { z-index: 0; } @@ -132345,21 +210773,51 @@ video { gap: 1.5rem; } + .xl\:gap-7 { + grid-gap: 1.75rem; + gap: 1.75rem; + } + .xl\:gap-8 { grid-gap: 2rem; gap: 2rem; } + .xl\:gap-9 { + grid-gap: 2.25rem; + gap: 2.25rem; + } + .xl\:gap-10 { grid-gap: 2.5rem; gap: 2.5rem; } + .xl\:gap-11 { + grid-gap: 2.75rem; + gap: 2.75rem; + } + .xl\:gap-12 { grid-gap: 3rem; gap: 3rem; } + .xl\:gap-13 { + grid-gap: 3.25rem; + gap: 3.25rem; + } + + .xl\:gap-14 { + grid-gap: 3.5rem; + gap: 3.5rem; + } + + .xl\:gap-15 { + grid-gap: 3.75rem; + gap: 3.75rem; + } + .xl\:gap-16 { grid-gap: 4rem; gap: 4rem; @@ -132375,36 +210833,306 @@ video { gap: 6rem; } + .xl\:gap-28 { + grid-gap: 7rem; + gap: 7rem; + } + .xl\:gap-32 { grid-gap: 8rem; gap: 8rem; } + .xl\:gap-36 { + grid-gap: 9rem; + gap: 9rem; + } + .xl\:gap-40 { grid-gap: 10rem; gap: 10rem; } + .xl\:gap-44 { + grid-gap: 11rem; + gap: 11rem; + } + .xl\:gap-48 { grid-gap: 12rem; gap: 12rem; } + .xl\:gap-52 { + grid-gap: 13rem; + gap: 13rem; + } + .xl\:gap-56 { grid-gap: 14rem; gap: 14rem; } + .xl\:gap-60 { + grid-gap: 15rem; + gap: 15rem; + } + .xl\:gap-64 { grid-gap: 16rem; gap: 16rem; } + .xl\:gap-72 { + grid-gap: 18rem; + gap: 18rem; + } + + .xl\:gap-80 { + grid-gap: 20rem; + gap: 20rem; + } + + .xl\:gap-96 { + grid-gap: 24rem; + gap: 24rem; + } + .xl\:gap-px { grid-gap: 1px; gap: 1px; } + .xl\:gap-0\.5 { + grid-gap: 0.125rem; + gap: 0.125rem; + } + + .xl\:gap-1\.5 { + grid-gap: 0.375rem; + gap: 0.375rem; + } + + .xl\:gap-2\.5 { + grid-gap: 0.625rem; + gap: 0.625rem; + } + + .xl\:gap-3\.5 { + grid-gap: 0.875rem; + gap: 0.875rem; + } + + .xl\:gap-1\/2 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-1\/3 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .xl\:gap-2\/3 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .xl\:gap-1\/4 { + grid-gap: 25%; + gap: 25%; + } + + .xl\:gap-2\/4 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-3\/4 { + grid-gap: 75%; + gap: 75%; + } + + .xl\:gap-1\/5 { + grid-gap: 20%; + gap: 20%; + } + + .xl\:gap-2\/5 { + grid-gap: 40%; + gap: 40%; + } + + .xl\:gap-3\/5 { + grid-gap: 60%; + gap: 60%; + } + + .xl\:gap-4\/5 { + grid-gap: 80%; + gap: 80%; + } + + .xl\:gap-1\/6 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .xl\:gap-2\/6 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .xl\:gap-3\/6 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-4\/6 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .xl\:gap-5\/6 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .xl\:gap-1\/12 { + grid-gap: 8.333333%; + gap: 8.333333%; + } + + .xl\:gap-2\/12 { + grid-gap: 16.666667%; + gap: 16.666667%; + } + + .xl\:gap-3\/12 { + grid-gap: 25%; + gap: 25%; + } + + .xl\:gap-4\/12 { + grid-gap: 33.333333%; + gap: 33.333333%; + } + + .xl\:gap-5\/12 { + grid-gap: 41.666667%; + gap: 41.666667%; + } + + .xl\:gap-6\/12 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-7\/12 { + grid-gap: 58.333333%; + gap: 58.333333%; + } + + .xl\:gap-8\/12 { + grid-gap: 66.666667%; + gap: 66.666667%; + } + + .xl\:gap-9\/12 { + grid-gap: 75%; + gap: 75%; + } + + .xl\:gap-10\/12 { + grid-gap: 83.333333%; + gap: 83.333333%; + } + + .xl\:gap-11\/12 { + grid-gap: 91.666667%; + gap: 91.666667%; + } + + .xl\:gap-1\/16 { + grid-gap: 6.25%; + gap: 6.25%; + } + + .xl\:gap-2\/16 { + grid-gap: 12.5%; + gap: 12.5%; + } + + .xl\:gap-3\/16 { + grid-gap: 18.75%; + gap: 18.75%; + } + + .xl\:gap-4\/16 { + grid-gap: 25%; + gap: 25%; + } + + .xl\:gap-5\/16 { + grid-gap: 31.25%; + gap: 31.25%; + } + + .xl\:gap-6\/16 { + grid-gap: 37.5%; + gap: 37.5%; + } + + .xl\:gap-7\/16 { + grid-gap: 43.75%; + gap: 43.75%; + } + + .xl\:gap-8\/16 { + grid-gap: 50%; + gap: 50%; + } + + .xl\:gap-9\/16 { + grid-gap: 56.25%; + gap: 56.25%; + } + + .xl\:gap-10\/16 { + grid-gap: 62.5%; + gap: 62.5%; + } + + .xl\:gap-11\/16 { + grid-gap: 68.75%; + gap: 68.75%; + } + + .xl\:gap-12\/16 { + grid-gap: 75%; + gap: 75%; + } + + .xl\:gap-13\/16 { + grid-gap: 81.25%; + gap: 81.25%; + } + + .xl\:gap-14\/16 { + grid-gap: 87.5%; + gap: 87.5%; + } + + .xl\:gap-15\/16 { + grid-gap: 93.75%; + gap: 93.75%; + } + + .xl\:gap-full { + grid-gap: 100%; + gap: 100%; + } + .xl\:gap-x-0 { grid-column-gap: 0; column-gap: 0; @@ -132440,21 +211168,51 @@ video { column-gap: 1.5rem; } + .xl\:gap-x-7 { + grid-column-gap: 1.75rem; + column-gap: 1.75rem; + } + .xl\:gap-x-8 { grid-column-gap: 2rem; column-gap: 2rem; } + .xl\:gap-x-9 { + grid-column-gap: 2.25rem; + column-gap: 2.25rem; + } + .xl\:gap-x-10 { grid-column-gap: 2.5rem; column-gap: 2.5rem; } + .xl\:gap-x-11 { + grid-column-gap: 2.75rem; + column-gap: 2.75rem; + } + .xl\:gap-x-12 { grid-column-gap: 3rem; column-gap: 3rem; } + .xl\:gap-x-13 { + grid-column-gap: 3.25rem; + column-gap: 3.25rem; + } + + .xl\:gap-x-14 { + grid-column-gap: 3.5rem; + column-gap: 3.5rem; + } + + .xl\:gap-x-15 { + grid-column-gap: 3.75rem; + column-gap: 3.75rem; + } + .xl\:gap-x-16 { grid-column-gap: 4rem; column-gap: 4rem; @@ -132470,36 +211228,306 @@ video { column-gap: 6rem; } + .xl\:gap-x-28 { + grid-column-gap: 7rem; + column-gap: 7rem; + } + .xl\:gap-x-32 { grid-column-gap: 8rem; column-gap: 8rem; } + .xl\:gap-x-36 { + grid-column-gap: 9rem; + column-gap: 9rem; + } + .xl\:gap-x-40 { grid-column-gap: 10rem; column-gap: 10rem; } + .xl\:gap-x-44 { + grid-column-gap: 11rem; + column-gap: 11rem; + } + .xl\:gap-x-48 { grid-column-gap: 12rem; column-gap: 12rem; } + .xl\:gap-x-52 { + grid-column-gap: 13rem; + column-gap: 13rem; + } + .xl\:gap-x-56 { grid-column-gap: 14rem; column-gap: 14rem; } + .xl\:gap-x-60 { + grid-column-gap: 15rem; + column-gap: 15rem; + } + .xl\:gap-x-64 { grid-column-gap: 16rem; column-gap: 16rem; } + .xl\:gap-x-72 { + grid-column-gap: 18rem; + column-gap: 18rem; + } + + .xl\:gap-x-80 { + grid-column-gap: 20rem; + column-gap: 20rem; + } + + .xl\:gap-x-96 { + grid-column-gap: 24rem; + column-gap: 24rem; + } + .xl\:gap-x-px { grid-column-gap: 1px; column-gap: 1px; } + .xl\:gap-x-0\.5 { + grid-column-gap: 0.125rem; + column-gap: 0.125rem; + } + + .xl\:gap-x-1\.5 { + grid-column-gap: 0.375rem; + column-gap: 0.375rem; + } + + .xl\:gap-x-2\.5 { + grid-column-gap: 0.625rem; + column-gap: 0.625rem; + } + + .xl\:gap-x-3\.5 { + grid-column-gap: 0.875rem; + column-gap: 0.875rem; + } + + .xl\:gap-x-1\/2 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-1\/3 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .xl\:gap-x-2\/3 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .xl\:gap-x-1\/4 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .xl\:gap-x-2\/4 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-3\/4 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .xl\:gap-x-1\/5 { + grid-column-gap: 20%; + column-gap: 20%; + } + + .xl\:gap-x-2\/5 { + grid-column-gap: 40%; + column-gap: 40%; + } + + .xl\:gap-x-3\/5 { + grid-column-gap: 60%; + column-gap: 60%; + } + + .xl\:gap-x-4\/5 { + grid-column-gap: 80%; + column-gap: 80%; + } + + .xl\:gap-x-1\/6 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .xl\:gap-x-2\/6 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .xl\:gap-x-3\/6 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-4\/6 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .xl\:gap-x-5\/6 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .xl\:gap-x-1\/12 { + grid-column-gap: 8.333333%; + column-gap: 8.333333%; + } + + .xl\:gap-x-2\/12 { + grid-column-gap: 16.666667%; + column-gap: 16.666667%; + } + + .xl\:gap-x-3\/12 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .xl\:gap-x-4\/12 { + grid-column-gap: 33.333333%; + column-gap: 33.333333%; + } + + .xl\:gap-x-5\/12 { + grid-column-gap: 41.666667%; + column-gap: 41.666667%; + } + + .xl\:gap-x-6\/12 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-7\/12 { + grid-column-gap: 58.333333%; + column-gap: 58.333333%; + } + + .xl\:gap-x-8\/12 { + grid-column-gap: 66.666667%; + column-gap: 66.666667%; + } + + .xl\:gap-x-9\/12 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .xl\:gap-x-10\/12 { + grid-column-gap: 83.333333%; + column-gap: 83.333333%; + } + + .xl\:gap-x-11\/12 { + grid-column-gap: 91.666667%; + column-gap: 91.666667%; + } + + .xl\:gap-x-1\/16 { + grid-column-gap: 6.25%; + column-gap: 6.25%; + } + + .xl\:gap-x-2\/16 { + grid-column-gap: 12.5%; + column-gap: 12.5%; + } + + .xl\:gap-x-3\/16 { + grid-column-gap: 18.75%; + column-gap: 18.75%; + } + + .xl\:gap-x-4\/16 { + grid-column-gap: 25%; + column-gap: 25%; + } + + .xl\:gap-x-5\/16 { + grid-column-gap: 31.25%; + column-gap: 31.25%; + } + + .xl\:gap-x-6\/16 { + grid-column-gap: 37.5%; + column-gap: 37.5%; + } + + .xl\:gap-x-7\/16 { + grid-column-gap: 43.75%; + column-gap: 43.75%; + } + + .xl\:gap-x-8\/16 { + grid-column-gap: 50%; + column-gap: 50%; + } + + .xl\:gap-x-9\/16 { + grid-column-gap: 56.25%; + column-gap: 56.25%; + } + + .xl\:gap-x-10\/16 { + grid-column-gap: 62.5%; + column-gap: 62.5%; + } + + .xl\:gap-x-11\/16 { + grid-column-gap: 68.75%; + column-gap: 68.75%; + } + + .xl\:gap-x-12\/16 { + grid-column-gap: 75%; + column-gap: 75%; + } + + .xl\:gap-x-13\/16 { + grid-column-gap: 81.25%; + column-gap: 81.25%; + } + + .xl\:gap-x-14\/16 { + grid-column-gap: 87.5%; + column-gap: 87.5%; + } + + .xl\:gap-x-15\/16 { + grid-column-gap: 93.75%; + column-gap: 93.75%; + } + + .xl\:gap-x-full { + grid-column-gap: 100%; + column-gap: 100%; + } + .xl\:gap-y-0 { grid-row-gap: 0; row-gap: 0; @@ -132535,21 +211563,51 @@ video { row-gap: 1.5rem; } + .xl\:gap-y-7 { + grid-row-gap: 1.75rem; + row-gap: 1.75rem; + } + .xl\:gap-y-8 { grid-row-gap: 2rem; row-gap: 2rem; } + .xl\:gap-y-9 { + grid-row-gap: 2.25rem; + row-gap: 2.25rem; + } + .xl\:gap-y-10 { grid-row-gap: 2.5rem; row-gap: 2.5rem; } + .xl\:gap-y-11 { + grid-row-gap: 2.75rem; + row-gap: 2.75rem; + } + .xl\:gap-y-12 { grid-row-gap: 3rem; row-gap: 3rem; } + .xl\:gap-y-13 { + grid-row-gap: 3.25rem; + row-gap: 3.25rem; + } + + .xl\:gap-y-14 { + grid-row-gap: 3.5rem; + row-gap: 3.5rem; + } + + .xl\:gap-y-15 { + grid-row-gap: 3.75rem; + row-gap: 3.75rem; + } + .xl\:gap-y-16 { grid-row-gap: 4rem; row-gap: 4rem; @@ -132565,36 +211623,306 @@ video { row-gap: 6rem; } + .xl\:gap-y-28 { + grid-row-gap: 7rem; + row-gap: 7rem; + } + .xl\:gap-y-32 { grid-row-gap: 8rem; row-gap: 8rem; } + .xl\:gap-y-36 { + grid-row-gap: 9rem; + row-gap: 9rem; + } + .xl\:gap-y-40 { grid-row-gap: 10rem; row-gap: 10rem; } + .xl\:gap-y-44 { + grid-row-gap: 11rem; + row-gap: 11rem; + } + .xl\:gap-y-48 { grid-row-gap: 12rem; row-gap: 12rem; } + .xl\:gap-y-52 { + grid-row-gap: 13rem; + row-gap: 13rem; + } + .xl\:gap-y-56 { grid-row-gap: 14rem; row-gap: 14rem; } + .xl\:gap-y-60 { + grid-row-gap: 15rem; + row-gap: 15rem; + } + .xl\:gap-y-64 { grid-row-gap: 16rem; row-gap: 16rem; } + .xl\:gap-y-72 { + grid-row-gap: 18rem; + row-gap: 18rem; + } + + .xl\:gap-y-80 { + grid-row-gap: 20rem; + row-gap: 20rem; + } + + .xl\:gap-y-96 { + grid-row-gap: 24rem; + row-gap: 24rem; + } + .xl\:gap-y-px { grid-row-gap: 1px; row-gap: 1px; } + .xl\:gap-y-0\.5 { + grid-row-gap: 0.125rem; + row-gap: 0.125rem; + } + + .xl\:gap-y-1\.5 { + grid-row-gap: 0.375rem; + row-gap: 0.375rem; + } + + .xl\:gap-y-2\.5 { + grid-row-gap: 0.625rem; + row-gap: 0.625rem; + } + + .xl\:gap-y-3\.5 { + grid-row-gap: 0.875rem; + row-gap: 0.875rem; + } + + .xl\:gap-y-1\/2 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-1\/3 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .xl\:gap-y-2\/3 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .xl\:gap-y-1\/4 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .xl\:gap-y-2\/4 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-3\/4 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .xl\:gap-y-1\/5 { + grid-row-gap: 20%; + row-gap: 20%; + } + + .xl\:gap-y-2\/5 { + grid-row-gap: 40%; + row-gap: 40%; + } + + .xl\:gap-y-3\/5 { + grid-row-gap: 60%; + row-gap: 60%; + } + + .xl\:gap-y-4\/5 { + grid-row-gap: 80%; + row-gap: 80%; + } + + .xl\:gap-y-1\/6 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .xl\:gap-y-2\/6 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .xl\:gap-y-3\/6 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-4\/6 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .xl\:gap-y-5\/6 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .xl\:gap-y-1\/12 { + grid-row-gap: 8.333333%; + row-gap: 8.333333%; + } + + .xl\:gap-y-2\/12 { + grid-row-gap: 16.666667%; + row-gap: 16.666667%; + } + + .xl\:gap-y-3\/12 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .xl\:gap-y-4\/12 { + grid-row-gap: 33.333333%; + row-gap: 33.333333%; + } + + .xl\:gap-y-5\/12 { + grid-row-gap: 41.666667%; + row-gap: 41.666667%; + } + + .xl\:gap-y-6\/12 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-7\/12 { + grid-row-gap: 58.333333%; + row-gap: 58.333333%; + } + + .xl\:gap-y-8\/12 { + grid-row-gap: 66.666667%; + row-gap: 66.666667%; + } + + .xl\:gap-y-9\/12 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .xl\:gap-y-10\/12 { + grid-row-gap: 83.333333%; + row-gap: 83.333333%; + } + + .xl\:gap-y-11\/12 { + grid-row-gap: 91.666667%; + row-gap: 91.666667%; + } + + .xl\:gap-y-1\/16 { + grid-row-gap: 6.25%; + row-gap: 6.25%; + } + + .xl\:gap-y-2\/16 { + grid-row-gap: 12.5%; + row-gap: 12.5%; + } + + .xl\:gap-y-3\/16 { + grid-row-gap: 18.75%; + row-gap: 18.75%; + } + + .xl\:gap-y-4\/16 { + grid-row-gap: 25%; + row-gap: 25%; + } + + .xl\:gap-y-5\/16 { + grid-row-gap: 31.25%; + row-gap: 31.25%; + } + + .xl\:gap-y-6\/16 { + grid-row-gap: 37.5%; + row-gap: 37.5%; + } + + .xl\:gap-y-7\/16 { + grid-row-gap: 43.75%; + row-gap: 43.75%; + } + + .xl\:gap-y-8\/16 { + grid-row-gap: 50%; + row-gap: 50%; + } + + .xl\:gap-y-9\/16 { + grid-row-gap: 56.25%; + row-gap: 56.25%; + } + + .xl\:gap-y-10\/16 { + grid-row-gap: 62.5%; + row-gap: 62.5%; + } + + .xl\:gap-y-11\/16 { + grid-row-gap: 68.75%; + row-gap: 68.75%; + } + + .xl\:gap-y-12\/16 { + grid-row-gap: 75%; + row-gap: 75%; + } + + .xl\:gap-y-13\/16 { + grid-row-gap: 81.25%; + row-gap: 81.25%; + } + + .xl\:gap-y-14\/16 { + grid-row-gap: 87.5%; + row-gap: 87.5%; + } + + .xl\:gap-y-15\/16 { + grid-row-gap: 93.75%; + row-gap: 93.75%; + } + + .xl\:gap-y-full { + grid-row-gap: 100%; + row-gap: 100%; + } + .xl\:grid-flow-row { grid-auto-flow: row; } @@ -132656,7 +211984,7 @@ video { } .xl\:grid-cols-12 { - grid-template-columns: repeat(12, minmax(0, 1fr)); + grid-template-columns: repeat(16, minmax(0, 1fr)); } .xl\:grid-cols-none { @@ -132731,6 +212059,22 @@ video { grid-column: span 12 / span 12; } + .xl\:col-span-13 { + grid-column: span 13 / span 13; + } + + .xl\:col-span-14 { + grid-column: span 14 / span 14; + } + + .xl\:col-span-15 { + grid-column: span 15 / span 15; + } + + .xl\:col-span-16 { + grid-column: span 16 / span 16; + } + .xl\:col-span-full { grid-column: 1 / -1; } @@ -132787,6 +212131,22 @@ video { grid-column-start: 13; } + .xl\:col-start-14 { + grid-column-start: 14; + } + + .xl\:col-start-15 { + grid-column-start: 15; + } + + .xl\:col-start-16 { + grid-column-start: 16; + } + + .xl\:col-start-17 { + grid-column-start: 17; + } + .xl\:col-start-auto { grid-column-start: auto; } @@ -132843,6 +212203,22 @@ video { grid-column-end: 13; } + .xl\:col-end-14 { + grid-column-end: 14; + } + + .xl\:col-end-15 { + grid-column-end: 15; + } + + .xl\:col-end-16 { + grid-column-end: 16; + } + + .xl\:col-end-17 { + grid-column-end: 17; + } + .xl\:col-end-auto { grid-column-end: auto; } @@ -133671,18 +213047,42 @@ video { --transform-translate-x: 1.5rem; } + .xl\:translate-x-7 { + --transform-translate-x: 1.75rem; + } + .xl\:translate-x-8 { --transform-translate-x: 2rem; } + .xl\:translate-x-9 { + --transform-translate-x: 2.25rem; + } + .xl\:translate-x-10 { --transform-translate-x: 2.5rem; } + .xl\:translate-x-11 { + --transform-translate-x: 2.75rem; + } + .xl\:translate-x-12 { --transform-translate-x: 3rem; } + .xl\:translate-x-13 { + --transform-translate-x: 3.25rem; + } + + .xl\:translate-x-14 { + --transform-translate-x: 3.5rem; + } + + .xl\:translate-x-15 { + --transform-translate-x: 3.75rem; + } + .xl\:translate-x-16 { --transform-translate-x: 4rem; } @@ -133695,30 +213095,246 @@ video { --transform-translate-x: 6rem; } + .xl\:translate-x-28 { + --transform-translate-x: 7rem; + } + .xl\:translate-x-32 { --transform-translate-x: 8rem; } + .xl\:translate-x-36 { + --transform-translate-x: 9rem; + } + .xl\:translate-x-40 { --transform-translate-x: 10rem; } + .xl\:translate-x-44 { + --transform-translate-x: 11rem; + } + .xl\:translate-x-48 { --transform-translate-x: 12rem; } + .xl\:translate-x-52 { + --transform-translate-x: 13rem; + } + .xl\:translate-x-56 { --transform-translate-x: 14rem; } + .xl\:translate-x-60 { + --transform-translate-x: 15rem; + } + .xl\:translate-x-64 { --transform-translate-x: 16rem; } + .xl\:translate-x-72 { + --transform-translate-x: 18rem; + } + + .xl\:translate-x-80 { + --transform-translate-x: 20rem; + } + + .xl\:translate-x-96 { + --transform-translate-x: 24rem; + } + .xl\:translate-x-px { --transform-translate-x: 1px; } + .xl\:translate-x-0\.5 { + --transform-translate-x: 0.125rem; + } + + .xl\:translate-x-1\.5 { + --transform-translate-x: 0.375rem; + } + + .xl\:translate-x-2\.5 { + --transform-translate-x: 0.625rem; + } + + .xl\:translate-x-3\.5 { + --transform-translate-x: 0.875rem; + } + + .xl\:translate-x-1\/2 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-1\/3 { + --transform-translate-x: 33.333333%; + } + + .xl\:translate-x-2\/3 { + --transform-translate-x: 66.666667%; + } + + .xl\:translate-x-1\/4 { + --transform-translate-x: 25%; + } + + .xl\:translate-x-2\/4 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-3\/4 { + --transform-translate-x: 75%; + } + + .xl\:translate-x-1\/5 { + --transform-translate-x: 20%; + } + + .xl\:translate-x-2\/5 { + --transform-translate-x: 40%; + } + + .xl\:translate-x-3\/5 { + --transform-translate-x: 60%; + } + + .xl\:translate-x-4\/5 { + --transform-translate-x: 80%; + } + + .xl\:translate-x-1\/6 { + --transform-translate-x: 16.666667%; + } + + .xl\:translate-x-2\/6 { + --transform-translate-x: 33.333333%; + } + + .xl\:translate-x-3\/6 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-4\/6 { + --transform-translate-x: 66.666667%; + } + + .xl\:translate-x-5\/6 { + --transform-translate-x: 83.333333%; + } + + .xl\:translate-x-1\/12 { + --transform-translate-x: 8.333333%; + } + + .xl\:translate-x-2\/12 { + --transform-translate-x: 16.666667%; + } + + .xl\:translate-x-3\/12 { + --transform-translate-x: 25%; + } + + .xl\:translate-x-4\/12 { + --transform-translate-x: 33.333333%; + } + + .xl\:translate-x-5\/12 { + --transform-translate-x: 41.666667%; + } + + .xl\:translate-x-6\/12 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-7\/12 { + --transform-translate-x: 58.333333%; + } + + .xl\:translate-x-8\/12 { + --transform-translate-x: 66.666667%; + } + + .xl\:translate-x-9\/12 { + --transform-translate-x: 75%; + } + + .xl\:translate-x-10\/12 { + --transform-translate-x: 83.333333%; + } + + .xl\:translate-x-11\/12 { + --transform-translate-x: 91.666667%; + } + + .xl\:translate-x-1\/16 { + --transform-translate-x: 6.25%; + } + + .xl\:translate-x-2\/16 { + --transform-translate-x: 12.5%; + } + + .xl\:translate-x-3\/16 { + --transform-translate-x: 18.75%; + } + + .xl\:translate-x-4\/16 { + --transform-translate-x: 25%; + } + + .xl\:translate-x-5\/16 { + --transform-translate-x: 31.25%; + } + + .xl\:translate-x-6\/16 { + --transform-translate-x: 37.5%; + } + + .xl\:translate-x-7\/16 { + --transform-translate-x: 43.75%; + } + + .xl\:translate-x-8\/16 { + --transform-translate-x: 50%; + } + + .xl\:translate-x-9\/16 { + --transform-translate-x: 56.25%; + } + + .xl\:translate-x-10\/16 { + --transform-translate-x: 62.5%; + } + + .xl\:translate-x-11\/16 { + --transform-translate-x: 68.75%; + } + + .xl\:translate-x-12\/16 { + --transform-translate-x: 75%; + } + + .xl\:translate-x-13\/16 { + --transform-translate-x: 81.25%; + } + + .xl\:translate-x-14\/16 { + --transform-translate-x: 87.5%; + } + + .xl\:translate-x-15\/16 { + --transform-translate-x: 93.75%; + } + + .xl\:translate-x-full { + --transform-translate-x: 100%; + } + .xl\:-translate-x-1 { --transform-translate-x: -0.25rem; } @@ -133743,18 +213359,42 @@ video { --transform-translate-x: -1.5rem; } + .xl\:-translate-x-7 { + --transform-translate-x: -1.75rem; + } + .xl\:-translate-x-8 { --transform-translate-x: -2rem; } + .xl\:-translate-x-9 { + --transform-translate-x: -2.25rem; + } + .xl\:-translate-x-10 { --transform-translate-x: -2.5rem; } + .xl\:-translate-x-11 { + --transform-translate-x: -2.75rem; + } + .xl\:-translate-x-12 { --transform-translate-x: -3rem; } + .xl\:-translate-x-13 { + --transform-translate-x: -3.25rem; + } + + .xl\:-translate-x-14 { + --transform-translate-x: -3.5rem; + } + + .xl\:-translate-x-15 { + --transform-translate-x: -3.75rem; + } + .xl\:-translate-x-16 { --transform-translate-x: -4rem; } @@ -133767,44 +213407,244 @@ video { --transform-translate-x: -6rem; } + .xl\:-translate-x-28 { + --transform-translate-x: -7rem; + } + .xl\:-translate-x-32 { --transform-translate-x: -8rem; } + .xl\:-translate-x-36 { + --transform-translate-x: -9rem; + } + .xl\:-translate-x-40 { --transform-translate-x: -10rem; } + .xl\:-translate-x-44 { + --transform-translate-x: -11rem; + } + .xl\:-translate-x-48 { --transform-translate-x: -12rem; } + .xl\:-translate-x-52 { + --transform-translate-x: -13rem; + } + .xl\:-translate-x-56 { --transform-translate-x: -14rem; } + .xl\:-translate-x-60 { + --transform-translate-x: -15rem; + } + .xl\:-translate-x-64 { --transform-translate-x: -16rem; } + .xl\:-translate-x-72 { + --transform-translate-x: -18rem; + } + + .xl\:-translate-x-80 { + --transform-translate-x: -20rem; + } + + .xl\:-translate-x-96 { + --transform-translate-x: -24rem; + } + .xl\:-translate-x-px { --transform-translate-x: -1px; } - .xl\:-translate-x-full { - --transform-translate-x: -100%; + .xl\:-translate-x-0\.5 { + --transform-translate-x: -0.125rem; + } + + .xl\:-translate-x-1\.5 { + --transform-translate-x: -0.375rem; + } + + .xl\:-translate-x-2\.5 { + --transform-translate-x: -0.625rem; + } + + .xl\:-translate-x-3\.5 { + --transform-translate-x: -0.875rem; } .xl\:-translate-x-1\/2 { --transform-translate-x: -50%; } - .xl\:translate-x-1\/2 { - --transform-translate-x: 50%; + .xl\:-translate-x-1\/3 { + --transform-translate-x: -33.33333%; } - .xl\:translate-x-full { - --transform-translate-x: 100%; + .xl\:-translate-x-2\/3 { + --transform-translate-x: -66.66667%; + } + + .xl\:-translate-x-1\/4 { + --transform-translate-x: -25%; + } + + .xl\:-translate-x-2\/4 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-3\/4 { + --transform-translate-x: -75%; + } + + .xl\:-translate-x-1\/5 { + --transform-translate-x: -20%; + } + + .xl\:-translate-x-2\/5 { + --transform-translate-x: -40%; + } + + .xl\:-translate-x-3\/5 { + --transform-translate-x: -60%; + } + + .xl\:-translate-x-4\/5 { + --transform-translate-x: -80%; + } + + .xl\:-translate-x-1\/6 { + --transform-translate-x: -16.66667%; + } + + .xl\:-translate-x-2\/6 { + --transform-translate-x: -33.33333%; + } + + .xl\:-translate-x-3\/6 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-4\/6 { + --transform-translate-x: -66.66667%; + } + + .xl\:-translate-x-5\/6 { + --transform-translate-x: -83.33333%; + } + + .xl\:-translate-x-1\/12 { + --transform-translate-x: -8.33333%; + } + + .xl\:-translate-x-2\/12 { + --transform-translate-x: -16.66667%; + } + + .xl\:-translate-x-3\/12 { + --transform-translate-x: -25%; + } + + .xl\:-translate-x-4\/12 { + --transform-translate-x: -33.33333%; + } + + .xl\:-translate-x-5\/12 { + --transform-translate-x: -41.66667%; + } + + .xl\:-translate-x-6\/12 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-7\/12 { + --transform-translate-x: -58.33333%; + } + + .xl\:-translate-x-8\/12 { + --transform-translate-x: -66.66667%; + } + + .xl\:-translate-x-9\/12 { + --transform-translate-x: -75%; + } + + .xl\:-translate-x-10\/12 { + --transform-translate-x: -83.33333%; + } + + .xl\:-translate-x-11\/12 { + --transform-translate-x: -91.66667%; + } + + .xl\:-translate-x-1\/16 { + --transform-translate-x: -6.25%; + } + + .xl\:-translate-x-2\/16 { + --transform-translate-x: -12.5%; + } + + .xl\:-translate-x-3\/16 { + --transform-translate-x: -18.75%; + } + + .xl\:-translate-x-4\/16 { + --transform-translate-x: -25%; + } + + .xl\:-translate-x-5\/16 { + --transform-translate-x: -31.25%; + } + + .xl\:-translate-x-6\/16 { + --transform-translate-x: -37.5%; + } + + .xl\:-translate-x-7\/16 { + --transform-translate-x: -43.75%; + } + + .xl\:-translate-x-8\/16 { + --transform-translate-x: -50%; + } + + .xl\:-translate-x-9\/16 { + --transform-translate-x: -56.25%; + } + + .xl\:-translate-x-10\/16 { + --transform-translate-x: -62.5%; + } + + .xl\:-translate-x-11\/16 { + --transform-translate-x: -68.75%; + } + + .xl\:-translate-x-12\/16 { + --transform-translate-x: -75%; + } + + .xl\:-translate-x-13\/16 { + --transform-translate-x: -81.25%; + } + + .xl\:-translate-x-14\/16 { + --transform-translate-x: -87.5%; + } + + .xl\:-translate-x-15\/16 { + --transform-translate-x: -93.75%; + } + + .xl\:-translate-x-full { + --transform-translate-x: -100%; } .xl\:translate-y-0 { @@ -133835,18 +213675,42 @@ video { --transform-translate-y: 1.5rem; } + .xl\:translate-y-7 { + --transform-translate-y: 1.75rem; + } + .xl\:translate-y-8 { --transform-translate-y: 2rem; } + .xl\:translate-y-9 { + --transform-translate-y: 2.25rem; + } + .xl\:translate-y-10 { --transform-translate-y: 2.5rem; } + .xl\:translate-y-11 { + --transform-translate-y: 2.75rem; + } + .xl\:translate-y-12 { --transform-translate-y: 3rem; } + .xl\:translate-y-13 { + --transform-translate-y: 3.25rem; + } + + .xl\:translate-y-14 { + --transform-translate-y: 3.5rem; + } + + .xl\:translate-y-15 { + --transform-translate-y: 3.75rem; + } + .xl\:translate-y-16 { --transform-translate-y: 4rem; } @@ -133859,30 +213723,246 @@ video { --transform-translate-y: 6rem; } + .xl\:translate-y-28 { + --transform-translate-y: 7rem; + } + .xl\:translate-y-32 { --transform-translate-y: 8rem; } + .xl\:translate-y-36 { + --transform-translate-y: 9rem; + } + .xl\:translate-y-40 { --transform-translate-y: 10rem; } + .xl\:translate-y-44 { + --transform-translate-y: 11rem; + } + .xl\:translate-y-48 { --transform-translate-y: 12rem; } + .xl\:translate-y-52 { + --transform-translate-y: 13rem; + } + .xl\:translate-y-56 { --transform-translate-y: 14rem; } + .xl\:translate-y-60 { + --transform-translate-y: 15rem; + } + .xl\:translate-y-64 { --transform-translate-y: 16rem; } + .xl\:translate-y-72 { + --transform-translate-y: 18rem; + } + + .xl\:translate-y-80 { + --transform-translate-y: 20rem; + } + + .xl\:translate-y-96 { + --transform-translate-y: 24rem; + } + .xl\:translate-y-px { --transform-translate-y: 1px; } + .xl\:translate-y-0\.5 { + --transform-translate-y: 0.125rem; + } + + .xl\:translate-y-1\.5 { + --transform-translate-y: 0.375rem; + } + + .xl\:translate-y-2\.5 { + --transform-translate-y: 0.625rem; + } + + .xl\:translate-y-3\.5 { + --transform-translate-y: 0.875rem; + } + + .xl\:translate-y-1\/2 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-1\/3 { + --transform-translate-y: 33.333333%; + } + + .xl\:translate-y-2\/3 { + --transform-translate-y: 66.666667%; + } + + .xl\:translate-y-1\/4 { + --transform-translate-y: 25%; + } + + .xl\:translate-y-2\/4 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-3\/4 { + --transform-translate-y: 75%; + } + + .xl\:translate-y-1\/5 { + --transform-translate-y: 20%; + } + + .xl\:translate-y-2\/5 { + --transform-translate-y: 40%; + } + + .xl\:translate-y-3\/5 { + --transform-translate-y: 60%; + } + + .xl\:translate-y-4\/5 { + --transform-translate-y: 80%; + } + + .xl\:translate-y-1\/6 { + --transform-translate-y: 16.666667%; + } + + .xl\:translate-y-2\/6 { + --transform-translate-y: 33.333333%; + } + + .xl\:translate-y-3\/6 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-4\/6 { + --transform-translate-y: 66.666667%; + } + + .xl\:translate-y-5\/6 { + --transform-translate-y: 83.333333%; + } + + .xl\:translate-y-1\/12 { + --transform-translate-y: 8.333333%; + } + + .xl\:translate-y-2\/12 { + --transform-translate-y: 16.666667%; + } + + .xl\:translate-y-3\/12 { + --transform-translate-y: 25%; + } + + .xl\:translate-y-4\/12 { + --transform-translate-y: 33.333333%; + } + + .xl\:translate-y-5\/12 { + --transform-translate-y: 41.666667%; + } + + .xl\:translate-y-6\/12 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-7\/12 { + --transform-translate-y: 58.333333%; + } + + .xl\:translate-y-8\/12 { + --transform-translate-y: 66.666667%; + } + + .xl\:translate-y-9\/12 { + --transform-translate-y: 75%; + } + + .xl\:translate-y-10\/12 { + --transform-translate-y: 83.333333%; + } + + .xl\:translate-y-11\/12 { + --transform-translate-y: 91.666667%; + } + + .xl\:translate-y-1\/16 { + --transform-translate-y: 6.25%; + } + + .xl\:translate-y-2\/16 { + --transform-translate-y: 12.5%; + } + + .xl\:translate-y-3\/16 { + --transform-translate-y: 18.75%; + } + + .xl\:translate-y-4\/16 { + --transform-translate-y: 25%; + } + + .xl\:translate-y-5\/16 { + --transform-translate-y: 31.25%; + } + + .xl\:translate-y-6\/16 { + --transform-translate-y: 37.5%; + } + + .xl\:translate-y-7\/16 { + --transform-translate-y: 43.75%; + } + + .xl\:translate-y-8\/16 { + --transform-translate-y: 50%; + } + + .xl\:translate-y-9\/16 { + --transform-translate-y: 56.25%; + } + + .xl\:translate-y-10\/16 { + --transform-translate-y: 62.5%; + } + + .xl\:translate-y-11\/16 { + --transform-translate-y: 68.75%; + } + + .xl\:translate-y-12\/16 { + --transform-translate-y: 75%; + } + + .xl\:translate-y-13\/16 { + --transform-translate-y: 81.25%; + } + + .xl\:translate-y-14\/16 { + --transform-translate-y: 87.5%; + } + + .xl\:translate-y-15\/16 { + --transform-translate-y: 93.75%; + } + + .xl\:translate-y-full { + --transform-translate-y: 100%; + } + .xl\:-translate-y-1 { --transform-translate-y: -0.25rem; } @@ -133907,18 +213987,42 @@ video { --transform-translate-y: -1.5rem; } + .xl\:-translate-y-7 { + --transform-translate-y: -1.75rem; + } + .xl\:-translate-y-8 { --transform-translate-y: -2rem; } + .xl\:-translate-y-9 { + --transform-translate-y: -2.25rem; + } + .xl\:-translate-y-10 { --transform-translate-y: -2.5rem; } + .xl\:-translate-y-11 { + --transform-translate-y: -2.75rem; + } + .xl\:-translate-y-12 { --transform-translate-y: -3rem; } + .xl\:-translate-y-13 { + --transform-translate-y: -3.25rem; + } + + .xl\:-translate-y-14 { + --transform-translate-y: -3.5rem; + } + + .xl\:-translate-y-15 { + --transform-translate-y: -3.75rem; + } + .xl\:-translate-y-16 { --transform-translate-y: -4rem; } @@ -133931,44 +214035,244 @@ video { --transform-translate-y: -6rem; } + .xl\:-translate-y-28 { + --transform-translate-y: -7rem; + } + .xl\:-translate-y-32 { --transform-translate-y: -8rem; } + .xl\:-translate-y-36 { + --transform-translate-y: -9rem; + } + .xl\:-translate-y-40 { --transform-translate-y: -10rem; } + .xl\:-translate-y-44 { + --transform-translate-y: -11rem; + } + .xl\:-translate-y-48 { --transform-translate-y: -12rem; } + .xl\:-translate-y-52 { + --transform-translate-y: -13rem; + } + .xl\:-translate-y-56 { --transform-translate-y: -14rem; } + .xl\:-translate-y-60 { + --transform-translate-y: -15rem; + } + .xl\:-translate-y-64 { --transform-translate-y: -16rem; } + .xl\:-translate-y-72 { + --transform-translate-y: -18rem; + } + + .xl\:-translate-y-80 { + --transform-translate-y: -20rem; + } + + .xl\:-translate-y-96 { + --transform-translate-y: -24rem; + } + .xl\:-translate-y-px { --transform-translate-y: -1px; } - .xl\:-translate-y-full { - --transform-translate-y: -100%; + .xl\:-translate-y-0\.5 { + --transform-translate-y: -0.125rem; + } + + .xl\:-translate-y-1\.5 { + --transform-translate-y: -0.375rem; + } + + .xl\:-translate-y-2\.5 { + --transform-translate-y: -0.625rem; + } + + .xl\:-translate-y-3\.5 { + --transform-translate-y: -0.875rem; } .xl\:-translate-y-1\/2 { --transform-translate-y: -50%; } - .xl\:translate-y-1\/2 { - --transform-translate-y: 50%; + .xl\:-translate-y-1\/3 { + --transform-translate-y: -33.33333%; } - .xl\:translate-y-full { - --transform-translate-y: 100%; + .xl\:-translate-y-2\/3 { + --transform-translate-y: -66.66667%; + } + + .xl\:-translate-y-1\/4 { + --transform-translate-y: -25%; + } + + .xl\:-translate-y-2\/4 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-3\/4 { + --transform-translate-y: -75%; + } + + .xl\:-translate-y-1\/5 { + --transform-translate-y: -20%; + } + + .xl\:-translate-y-2\/5 { + --transform-translate-y: -40%; + } + + .xl\:-translate-y-3\/5 { + --transform-translate-y: -60%; + } + + .xl\:-translate-y-4\/5 { + --transform-translate-y: -80%; + } + + .xl\:-translate-y-1\/6 { + --transform-translate-y: -16.66667%; + } + + .xl\:-translate-y-2\/6 { + --transform-translate-y: -33.33333%; + } + + .xl\:-translate-y-3\/6 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-4\/6 { + --transform-translate-y: -66.66667%; + } + + .xl\:-translate-y-5\/6 { + --transform-translate-y: -83.33333%; + } + + .xl\:-translate-y-1\/12 { + --transform-translate-y: -8.33333%; + } + + .xl\:-translate-y-2\/12 { + --transform-translate-y: -16.66667%; + } + + .xl\:-translate-y-3\/12 { + --transform-translate-y: -25%; + } + + .xl\:-translate-y-4\/12 { + --transform-translate-y: -33.33333%; + } + + .xl\:-translate-y-5\/12 { + --transform-translate-y: -41.66667%; + } + + .xl\:-translate-y-6\/12 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-7\/12 { + --transform-translate-y: -58.33333%; + } + + .xl\:-translate-y-8\/12 { + --transform-translate-y: -66.66667%; + } + + .xl\:-translate-y-9\/12 { + --transform-translate-y: -75%; + } + + .xl\:-translate-y-10\/12 { + --transform-translate-y: -83.33333%; + } + + .xl\:-translate-y-11\/12 { + --transform-translate-y: -91.66667%; + } + + .xl\:-translate-y-1\/16 { + --transform-translate-y: -6.25%; + } + + .xl\:-translate-y-2\/16 { + --transform-translate-y: -12.5%; + } + + .xl\:-translate-y-3\/16 { + --transform-translate-y: -18.75%; + } + + .xl\:-translate-y-4\/16 { + --transform-translate-y: -25%; + } + + .xl\:-translate-y-5\/16 { + --transform-translate-y: -31.25%; + } + + .xl\:-translate-y-6\/16 { + --transform-translate-y: -37.5%; + } + + .xl\:-translate-y-7\/16 { + --transform-translate-y: -43.75%; + } + + .xl\:-translate-y-8\/16 { + --transform-translate-y: -50%; + } + + .xl\:-translate-y-9\/16 { + --transform-translate-y: -56.25%; + } + + .xl\:-translate-y-10\/16 { + --transform-translate-y: -62.5%; + } + + .xl\:-translate-y-11\/16 { + --transform-translate-y: -68.75%; + } + + .xl\:-translate-y-12\/16 { + --transform-translate-y: -75%; + } + + .xl\:-translate-y-13\/16 { + --transform-translate-y: -81.25%; + } + + .xl\:-translate-y-14\/16 { + --transform-translate-y: -87.5%; + } + + .xl\:-translate-y-15\/16 { + --transform-translate-y: -93.75%; + } + + .xl\:-translate-y-full { + --transform-translate-y: -100%; } .xl\:hover\:translate-x-0:hover { @@ -133999,18 +214303,42 @@ video { --transform-translate-x: 1.5rem; } + .xl\:hover\:translate-x-7:hover { + --transform-translate-x: 1.75rem; + } + .xl\:hover\:translate-x-8:hover { --transform-translate-x: 2rem; } + .xl\:hover\:translate-x-9:hover { + --transform-translate-x: 2.25rem; + } + .xl\:hover\:translate-x-10:hover { --transform-translate-x: 2.5rem; } + .xl\:hover\:translate-x-11:hover { + --transform-translate-x: 2.75rem; + } + .xl\:hover\:translate-x-12:hover { --transform-translate-x: 3rem; } + .xl\:hover\:translate-x-13:hover { + --transform-translate-x: 3.25rem; + } + + .xl\:hover\:translate-x-14:hover { + --transform-translate-x: 3.5rem; + } + + .xl\:hover\:translate-x-15:hover { + --transform-translate-x: 3.75rem; + } + .xl\:hover\:translate-x-16:hover { --transform-translate-x: 4rem; } @@ -134023,30 +214351,246 @@ video { --transform-translate-x: 6rem; } + .xl\:hover\:translate-x-28:hover { + --transform-translate-x: 7rem; + } + .xl\:hover\:translate-x-32:hover { --transform-translate-x: 8rem; } + .xl\:hover\:translate-x-36:hover { + --transform-translate-x: 9rem; + } + .xl\:hover\:translate-x-40:hover { --transform-translate-x: 10rem; } + .xl\:hover\:translate-x-44:hover { + --transform-translate-x: 11rem; + } + .xl\:hover\:translate-x-48:hover { --transform-translate-x: 12rem; } + .xl\:hover\:translate-x-52:hover { + --transform-translate-x: 13rem; + } + .xl\:hover\:translate-x-56:hover { --transform-translate-x: 14rem; } + .xl\:hover\:translate-x-60:hover { + --transform-translate-x: 15rem; + } + .xl\:hover\:translate-x-64:hover { --transform-translate-x: 16rem; } + .xl\:hover\:translate-x-72:hover { + --transform-translate-x: 18rem; + } + + .xl\:hover\:translate-x-80:hover { + --transform-translate-x: 20rem; + } + + .xl\:hover\:translate-x-96:hover { + --transform-translate-x: 24rem; + } + .xl\:hover\:translate-x-px:hover { --transform-translate-x: 1px; } + .xl\:hover\:translate-x-0\.5:hover { + --transform-translate-x: 0.125rem; + } + + .xl\:hover\:translate-x-1\.5:hover { + --transform-translate-x: 0.375rem; + } + + .xl\:hover\:translate-x-2\.5:hover { + --transform-translate-x: 0.625rem; + } + + .xl\:hover\:translate-x-3\.5:hover { + --transform-translate-x: 0.875rem; + } + + .xl\:hover\:translate-x-1\/2:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-1\/3:hover { + --transform-translate-x: 33.333333%; + } + + .xl\:hover\:translate-x-2\/3:hover { + --transform-translate-x: 66.666667%; + } + + .xl\:hover\:translate-x-1\/4:hover { + --transform-translate-x: 25%; + } + + .xl\:hover\:translate-x-2\/4:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-3\/4:hover { + --transform-translate-x: 75%; + } + + .xl\:hover\:translate-x-1\/5:hover { + --transform-translate-x: 20%; + } + + .xl\:hover\:translate-x-2\/5:hover { + --transform-translate-x: 40%; + } + + .xl\:hover\:translate-x-3\/5:hover { + --transform-translate-x: 60%; + } + + .xl\:hover\:translate-x-4\/5:hover { + --transform-translate-x: 80%; + } + + .xl\:hover\:translate-x-1\/6:hover { + --transform-translate-x: 16.666667%; + } + + .xl\:hover\:translate-x-2\/6:hover { + --transform-translate-x: 33.333333%; + } + + .xl\:hover\:translate-x-3\/6:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-4\/6:hover { + --transform-translate-x: 66.666667%; + } + + .xl\:hover\:translate-x-5\/6:hover { + --transform-translate-x: 83.333333%; + } + + .xl\:hover\:translate-x-1\/12:hover { + --transform-translate-x: 8.333333%; + } + + .xl\:hover\:translate-x-2\/12:hover { + --transform-translate-x: 16.666667%; + } + + .xl\:hover\:translate-x-3\/12:hover { + --transform-translate-x: 25%; + } + + .xl\:hover\:translate-x-4\/12:hover { + --transform-translate-x: 33.333333%; + } + + .xl\:hover\:translate-x-5\/12:hover { + --transform-translate-x: 41.666667%; + } + + .xl\:hover\:translate-x-6\/12:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-7\/12:hover { + --transform-translate-x: 58.333333%; + } + + .xl\:hover\:translate-x-8\/12:hover { + --transform-translate-x: 66.666667%; + } + + .xl\:hover\:translate-x-9\/12:hover { + --transform-translate-x: 75%; + } + + .xl\:hover\:translate-x-10\/12:hover { + --transform-translate-x: 83.333333%; + } + + .xl\:hover\:translate-x-11\/12:hover { + --transform-translate-x: 91.666667%; + } + + .xl\:hover\:translate-x-1\/16:hover { + --transform-translate-x: 6.25%; + } + + .xl\:hover\:translate-x-2\/16:hover { + --transform-translate-x: 12.5%; + } + + .xl\:hover\:translate-x-3\/16:hover { + --transform-translate-x: 18.75%; + } + + .xl\:hover\:translate-x-4\/16:hover { + --transform-translate-x: 25%; + } + + .xl\:hover\:translate-x-5\/16:hover { + --transform-translate-x: 31.25%; + } + + .xl\:hover\:translate-x-6\/16:hover { + --transform-translate-x: 37.5%; + } + + .xl\:hover\:translate-x-7\/16:hover { + --transform-translate-x: 43.75%; + } + + .xl\:hover\:translate-x-8\/16:hover { + --transform-translate-x: 50%; + } + + .xl\:hover\:translate-x-9\/16:hover { + --transform-translate-x: 56.25%; + } + + .xl\:hover\:translate-x-10\/16:hover { + --transform-translate-x: 62.5%; + } + + .xl\:hover\:translate-x-11\/16:hover { + --transform-translate-x: 68.75%; + } + + .xl\:hover\:translate-x-12\/16:hover { + --transform-translate-x: 75%; + } + + .xl\:hover\:translate-x-13\/16:hover { + --transform-translate-x: 81.25%; + } + + .xl\:hover\:translate-x-14\/16:hover { + --transform-translate-x: 87.5%; + } + + .xl\:hover\:translate-x-15\/16:hover { + --transform-translate-x: 93.75%; + } + + .xl\:hover\:translate-x-full:hover { + --transform-translate-x: 100%; + } + .xl\:hover\:-translate-x-1:hover { --transform-translate-x: -0.25rem; } @@ -134071,18 +214615,42 @@ video { --transform-translate-x: -1.5rem; } + .xl\:hover\:-translate-x-7:hover { + --transform-translate-x: -1.75rem; + } + .xl\:hover\:-translate-x-8:hover { --transform-translate-x: -2rem; } + .xl\:hover\:-translate-x-9:hover { + --transform-translate-x: -2.25rem; + } + .xl\:hover\:-translate-x-10:hover { --transform-translate-x: -2.5rem; } + .xl\:hover\:-translate-x-11:hover { + --transform-translate-x: -2.75rem; + } + .xl\:hover\:-translate-x-12:hover { --transform-translate-x: -3rem; } + .xl\:hover\:-translate-x-13:hover { + --transform-translate-x: -3.25rem; + } + + .xl\:hover\:-translate-x-14:hover { + --transform-translate-x: -3.5rem; + } + + .xl\:hover\:-translate-x-15:hover { + --transform-translate-x: -3.75rem; + } + .xl\:hover\:-translate-x-16:hover { --transform-translate-x: -4rem; } @@ -134095,44 +214663,244 @@ video { --transform-translate-x: -6rem; } + .xl\:hover\:-translate-x-28:hover { + --transform-translate-x: -7rem; + } + .xl\:hover\:-translate-x-32:hover { --transform-translate-x: -8rem; } + .xl\:hover\:-translate-x-36:hover { + --transform-translate-x: -9rem; + } + .xl\:hover\:-translate-x-40:hover { --transform-translate-x: -10rem; } + .xl\:hover\:-translate-x-44:hover { + --transform-translate-x: -11rem; + } + .xl\:hover\:-translate-x-48:hover { --transform-translate-x: -12rem; } + .xl\:hover\:-translate-x-52:hover { + --transform-translate-x: -13rem; + } + .xl\:hover\:-translate-x-56:hover { --transform-translate-x: -14rem; } + .xl\:hover\:-translate-x-60:hover { + --transform-translate-x: -15rem; + } + .xl\:hover\:-translate-x-64:hover { --transform-translate-x: -16rem; } + .xl\:hover\:-translate-x-72:hover { + --transform-translate-x: -18rem; + } + + .xl\:hover\:-translate-x-80:hover { + --transform-translate-x: -20rem; + } + + .xl\:hover\:-translate-x-96:hover { + --transform-translate-x: -24rem; + } + .xl\:hover\:-translate-x-px:hover { --transform-translate-x: -1px; } - .xl\:hover\:-translate-x-full:hover { - --transform-translate-x: -100%; + .xl\:hover\:-translate-x-0\.5:hover { + --transform-translate-x: -0.125rem; + } + + .xl\:hover\:-translate-x-1\.5:hover { + --transform-translate-x: -0.375rem; + } + + .xl\:hover\:-translate-x-2\.5:hover { + --transform-translate-x: -0.625rem; + } + + .xl\:hover\:-translate-x-3\.5:hover { + --transform-translate-x: -0.875rem; } .xl\:hover\:-translate-x-1\/2:hover { --transform-translate-x: -50%; } - .xl\:hover\:translate-x-1\/2:hover { - --transform-translate-x: 50%; + .xl\:hover\:-translate-x-1\/3:hover { + --transform-translate-x: -33.33333%; } - .xl\:hover\:translate-x-full:hover { - --transform-translate-x: 100%; + .xl\:hover\:-translate-x-2\/3:hover { + --transform-translate-x: -66.66667%; + } + + .xl\:hover\:-translate-x-1\/4:hover { + --transform-translate-x: -25%; + } + + .xl\:hover\:-translate-x-2\/4:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-3\/4:hover { + --transform-translate-x: -75%; + } + + .xl\:hover\:-translate-x-1\/5:hover { + --transform-translate-x: -20%; + } + + .xl\:hover\:-translate-x-2\/5:hover { + --transform-translate-x: -40%; + } + + .xl\:hover\:-translate-x-3\/5:hover { + --transform-translate-x: -60%; + } + + .xl\:hover\:-translate-x-4\/5:hover { + --transform-translate-x: -80%; + } + + .xl\:hover\:-translate-x-1\/6:hover { + --transform-translate-x: -16.66667%; + } + + .xl\:hover\:-translate-x-2\/6:hover { + --transform-translate-x: -33.33333%; + } + + .xl\:hover\:-translate-x-3\/6:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-4\/6:hover { + --transform-translate-x: -66.66667%; + } + + .xl\:hover\:-translate-x-5\/6:hover { + --transform-translate-x: -83.33333%; + } + + .xl\:hover\:-translate-x-1\/12:hover { + --transform-translate-x: -8.33333%; + } + + .xl\:hover\:-translate-x-2\/12:hover { + --transform-translate-x: -16.66667%; + } + + .xl\:hover\:-translate-x-3\/12:hover { + --transform-translate-x: -25%; + } + + .xl\:hover\:-translate-x-4\/12:hover { + --transform-translate-x: -33.33333%; + } + + .xl\:hover\:-translate-x-5\/12:hover { + --transform-translate-x: -41.66667%; + } + + .xl\:hover\:-translate-x-6\/12:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-7\/12:hover { + --transform-translate-x: -58.33333%; + } + + .xl\:hover\:-translate-x-8\/12:hover { + --transform-translate-x: -66.66667%; + } + + .xl\:hover\:-translate-x-9\/12:hover { + --transform-translate-x: -75%; + } + + .xl\:hover\:-translate-x-10\/12:hover { + --transform-translate-x: -83.33333%; + } + + .xl\:hover\:-translate-x-11\/12:hover { + --transform-translate-x: -91.66667%; + } + + .xl\:hover\:-translate-x-1\/16:hover { + --transform-translate-x: -6.25%; + } + + .xl\:hover\:-translate-x-2\/16:hover { + --transform-translate-x: -12.5%; + } + + .xl\:hover\:-translate-x-3\/16:hover { + --transform-translate-x: -18.75%; + } + + .xl\:hover\:-translate-x-4\/16:hover { + --transform-translate-x: -25%; + } + + .xl\:hover\:-translate-x-5\/16:hover { + --transform-translate-x: -31.25%; + } + + .xl\:hover\:-translate-x-6\/16:hover { + --transform-translate-x: -37.5%; + } + + .xl\:hover\:-translate-x-7\/16:hover { + --transform-translate-x: -43.75%; + } + + .xl\:hover\:-translate-x-8\/16:hover { + --transform-translate-x: -50%; + } + + .xl\:hover\:-translate-x-9\/16:hover { + --transform-translate-x: -56.25%; + } + + .xl\:hover\:-translate-x-10\/16:hover { + --transform-translate-x: -62.5%; + } + + .xl\:hover\:-translate-x-11\/16:hover { + --transform-translate-x: -68.75%; + } + + .xl\:hover\:-translate-x-12\/16:hover { + --transform-translate-x: -75%; + } + + .xl\:hover\:-translate-x-13\/16:hover { + --transform-translate-x: -81.25%; + } + + .xl\:hover\:-translate-x-14\/16:hover { + --transform-translate-x: -87.5%; + } + + .xl\:hover\:-translate-x-15\/16:hover { + --transform-translate-x: -93.75%; + } + + .xl\:hover\:-translate-x-full:hover { + --transform-translate-x: -100%; } .xl\:hover\:translate-y-0:hover { @@ -134163,18 +214931,42 @@ video { --transform-translate-y: 1.5rem; } + .xl\:hover\:translate-y-7:hover { + --transform-translate-y: 1.75rem; + } + .xl\:hover\:translate-y-8:hover { --transform-translate-y: 2rem; } + .xl\:hover\:translate-y-9:hover { + --transform-translate-y: 2.25rem; + } + .xl\:hover\:translate-y-10:hover { --transform-translate-y: 2.5rem; } + .xl\:hover\:translate-y-11:hover { + --transform-translate-y: 2.75rem; + } + .xl\:hover\:translate-y-12:hover { --transform-translate-y: 3rem; } + .xl\:hover\:translate-y-13:hover { + --transform-translate-y: 3.25rem; + } + + .xl\:hover\:translate-y-14:hover { + --transform-translate-y: 3.5rem; + } + + .xl\:hover\:translate-y-15:hover { + --transform-translate-y: 3.75rem; + } + .xl\:hover\:translate-y-16:hover { --transform-translate-y: 4rem; } @@ -134187,30 +214979,246 @@ video { --transform-translate-y: 6rem; } + .xl\:hover\:translate-y-28:hover { + --transform-translate-y: 7rem; + } + .xl\:hover\:translate-y-32:hover { --transform-translate-y: 8rem; } + .xl\:hover\:translate-y-36:hover { + --transform-translate-y: 9rem; + } + .xl\:hover\:translate-y-40:hover { --transform-translate-y: 10rem; } + .xl\:hover\:translate-y-44:hover { + --transform-translate-y: 11rem; + } + .xl\:hover\:translate-y-48:hover { --transform-translate-y: 12rem; } + .xl\:hover\:translate-y-52:hover { + --transform-translate-y: 13rem; + } + .xl\:hover\:translate-y-56:hover { --transform-translate-y: 14rem; } + .xl\:hover\:translate-y-60:hover { + --transform-translate-y: 15rem; + } + .xl\:hover\:translate-y-64:hover { --transform-translate-y: 16rem; } + .xl\:hover\:translate-y-72:hover { + --transform-translate-y: 18rem; + } + + .xl\:hover\:translate-y-80:hover { + --transform-translate-y: 20rem; + } + + .xl\:hover\:translate-y-96:hover { + --transform-translate-y: 24rem; + } + .xl\:hover\:translate-y-px:hover { --transform-translate-y: 1px; } + .xl\:hover\:translate-y-0\.5:hover { + --transform-translate-y: 0.125rem; + } + + .xl\:hover\:translate-y-1\.5:hover { + --transform-translate-y: 0.375rem; + } + + .xl\:hover\:translate-y-2\.5:hover { + --transform-translate-y: 0.625rem; + } + + .xl\:hover\:translate-y-3\.5:hover { + --transform-translate-y: 0.875rem; + } + + .xl\:hover\:translate-y-1\/2:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-1\/3:hover { + --transform-translate-y: 33.333333%; + } + + .xl\:hover\:translate-y-2\/3:hover { + --transform-translate-y: 66.666667%; + } + + .xl\:hover\:translate-y-1\/4:hover { + --transform-translate-y: 25%; + } + + .xl\:hover\:translate-y-2\/4:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-3\/4:hover { + --transform-translate-y: 75%; + } + + .xl\:hover\:translate-y-1\/5:hover { + --transform-translate-y: 20%; + } + + .xl\:hover\:translate-y-2\/5:hover { + --transform-translate-y: 40%; + } + + .xl\:hover\:translate-y-3\/5:hover { + --transform-translate-y: 60%; + } + + .xl\:hover\:translate-y-4\/5:hover { + --transform-translate-y: 80%; + } + + .xl\:hover\:translate-y-1\/6:hover { + --transform-translate-y: 16.666667%; + } + + .xl\:hover\:translate-y-2\/6:hover { + --transform-translate-y: 33.333333%; + } + + .xl\:hover\:translate-y-3\/6:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-4\/6:hover { + --transform-translate-y: 66.666667%; + } + + .xl\:hover\:translate-y-5\/6:hover { + --transform-translate-y: 83.333333%; + } + + .xl\:hover\:translate-y-1\/12:hover { + --transform-translate-y: 8.333333%; + } + + .xl\:hover\:translate-y-2\/12:hover { + --transform-translate-y: 16.666667%; + } + + .xl\:hover\:translate-y-3\/12:hover { + --transform-translate-y: 25%; + } + + .xl\:hover\:translate-y-4\/12:hover { + --transform-translate-y: 33.333333%; + } + + .xl\:hover\:translate-y-5\/12:hover { + --transform-translate-y: 41.666667%; + } + + .xl\:hover\:translate-y-6\/12:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-7\/12:hover { + --transform-translate-y: 58.333333%; + } + + .xl\:hover\:translate-y-8\/12:hover { + --transform-translate-y: 66.666667%; + } + + .xl\:hover\:translate-y-9\/12:hover { + --transform-translate-y: 75%; + } + + .xl\:hover\:translate-y-10\/12:hover { + --transform-translate-y: 83.333333%; + } + + .xl\:hover\:translate-y-11\/12:hover { + --transform-translate-y: 91.666667%; + } + + .xl\:hover\:translate-y-1\/16:hover { + --transform-translate-y: 6.25%; + } + + .xl\:hover\:translate-y-2\/16:hover { + --transform-translate-y: 12.5%; + } + + .xl\:hover\:translate-y-3\/16:hover { + --transform-translate-y: 18.75%; + } + + .xl\:hover\:translate-y-4\/16:hover { + --transform-translate-y: 25%; + } + + .xl\:hover\:translate-y-5\/16:hover { + --transform-translate-y: 31.25%; + } + + .xl\:hover\:translate-y-6\/16:hover { + --transform-translate-y: 37.5%; + } + + .xl\:hover\:translate-y-7\/16:hover { + --transform-translate-y: 43.75%; + } + + .xl\:hover\:translate-y-8\/16:hover { + --transform-translate-y: 50%; + } + + .xl\:hover\:translate-y-9\/16:hover { + --transform-translate-y: 56.25%; + } + + .xl\:hover\:translate-y-10\/16:hover { + --transform-translate-y: 62.5%; + } + + .xl\:hover\:translate-y-11\/16:hover { + --transform-translate-y: 68.75%; + } + + .xl\:hover\:translate-y-12\/16:hover { + --transform-translate-y: 75%; + } + + .xl\:hover\:translate-y-13\/16:hover { + --transform-translate-y: 81.25%; + } + + .xl\:hover\:translate-y-14\/16:hover { + --transform-translate-y: 87.5%; + } + + .xl\:hover\:translate-y-15\/16:hover { + --transform-translate-y: 93.75%; + } + + .xl\:hover\:translate-y-full:hover { + --transform-translate-y: 100%; + } + .xl\:hover\:-translate-y-1:hover { --transform-translate-y: -0.25rem; } @@ -134235,18 +215243,42 @@ video { --transform-translate-y: -1.5rem; } + .xl\:hover\:-translate-y-7:hover { + --transform-translate-y: -1.75rem; + } + .xl\:hover\:-translate-y-8:hover { --transform-translate-y: -2rem; } + .xl\:hover\:-translate-y-9:hover { + --transform-translate-y: -2.25rem; + } + .xl\:hover\:-translate-y-10:hover { --transform-translate-y: -2.5rem; } + .xl\:hover\:-translate-y-11:hover { + --transform-translate-y: -2.75rem; + } + .xl\:hover\:-translate-y-12:hover { --transform-translate-y: -3rem; } + .xl\:hover\:-translate-y-13:hover { + --transform-translate-y: -3.25rem; + } + + .xl\:hover\:-translate-y-14:hover { + --transform-translate-y: -3.5rem; + } + + .xl\:hover\:-translate-y-15:hover { + --transform-translate-y: -3.75rem; + } + .xl\:hover\:-translate-y-16:hover { --transform-translate-y: -4rem; } @@ -134259,44 +215291,244 @@ video { --transform-translate-y: -6rem; } + .xl\:hover\:-translate-y-28:hover { + --transform-translate-y: -7rem; + } + .xl\:hover\:-translate-y-32:hover { --transform-translate-y: -8rem; } + .xl\:hover\:-translate-y-36:hover { + --transform-translate-y: -9rem; + } + .xl\:hover\:-translate-y-40:hover { --transform-translate-y: -10rem; } + .xl\:hover\:-translate-y-44:hover { + --transform-translate-y: -11rem; + } + .xl\:hover\:-translate-y-48:hover { --transform-translate-y: -12rem; } + .xl\:hover\:-translate-y-52:hover { + --transform-translate-y: -13rem; + } + .xl\:hover\:-translate-y-56:hover { --transform-translate-y: -14rem; } + .xl\:hover\:-translate-y-60:hover { + --transform-translate-y: -15rem; + } + .xl\:hover\:-translate-y-64:hover { --transform-translate-y: -16rem; } + .xl\:hover\:-translate-y-72:hover { + --transform-translate-y: -18rem; + } + + .xl\:hover\:-translate-y-80:hover { + --transform-translate-y: -20rem; + } + + .xl\:hover\:-translate-y-96:hover { + --transform-translate-y: -24rem; + } + .xl\:hover\:-translate-y-px:hover { --transform-translate-y: -1px; } - .xl\:hover\:-translate-y-full:hover { - --transform-translate-y: -100%; + .xl\:hover\:-translate-y-0\.5:hover { + --transform-translate-y: -0.125rem; + } + + .xl\:hover\:-translate-y-1\.5:hover { + --transform-translate-y: -0.375rem; + } + + .xl\:hover\:-translate-y-2\.5:hover { + --transform-translate-y: -0.625rem; + } + + .xl\:hover\:-translate-y-3\.5:hover { + --transform-translate-y: -0.875rem; } .xl\:hover\:-translate-y-1\/2:hover { --transform-translate-y: -50%; } - .xl\:hover\:translate-y-1\/2:hover { - --transform-translate-y: 50%; + .xl\:hover\:-translate-y-1\/3:hover { + --transform-translate-y: -33.33333%; } - .xl\:hover\:translate-y-full:hover { - --transform-translate-y: 100%; + .xl\:hover\:-translate-y-2\/3:hover { + --transform-translate-y: -66.66667%; + } + + .xl\:hover\:-translate-y-1\/4:hover { + --transform-translate-y: -25%; + } + + .xl\:hover\:-translate-y-2\/4:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-3\/4:hover { + --transform-translate-y: -75%; + } + + .xl\:hover\:-translate-y-1\/5:hover { + --transform-translate-y: -20%; + } + + .xl\:hover\:-translate-y-2\/5:hover { + --transform-translate-y: -40%; + } + + .xl\:hover\:-translate-y-3\/5:hover { + --transform-translate-y: -60%; + } + + .xl\:hover\:-translate-y-4\/5:hover { + --transform-translate-y: -80%; + } + + .xl\:hover\:-translate-y-1\/6:hover { + --transform-translate-y: -16.66667%; + } + + .xl\:hover\:-translate-y-2\/6:hover { + --transform-translate-y: -33.33333%; + } + + .xl\:hover\:-translate-y-3\/6:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-4\/6:hover { + --transform-translate-y: -66.66667%; + } + + .xl\:hover\:-translate-y-5\/6:hover { + --transform-translate-y: -83.33333%; + } + + .xl\:hover\:-translate-y-1\/12:hover { + --transform-translate-y: -8.33333%; + } + + .xl\:hover\:-translate-y-2\/12:hover { + --transform-translate-y: -16.66667%; + } + + .xl\:hover\:-translate-y-3\/12:hover { + --transform-translate-y: -25%; + } + + .xl\:hover\:-translate-y-4\/12:hover { + --transform-translate-y: -33.33333%; + } + + .xl\:hover\:-translate-y-5\/12:hover { + --transform-translate-y: -41.66667%; + } + + .xl\:hover\:-translate-y-6\/12:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-7\/12:hover { + --transform-translate-y: -58.33333%; + } + + .xl\:hover\:-translate-y-8\/12:hover { + --transform-translate-y: -66.66667%; + } + + .xl\:hover\:-translate-y-9\/12:hover { + --transform-translate-y: -75%; + } + + .xl\:hover\:-translate-y-10\/12:hover { + --transform-translate-y: -83.33333%; + } + + .xl\:hover\:-translate-y-11\/12:hover { + --transform-translate-y: -91.66667%; + } + + .xl\:hover\:-translate-y-1\/16:hover { + --transform-translate-y: -6.25%; + } + + .xl\:hover\:-translate-y-2\/16:hover { + --transform-translate-y: -12.5%; + } + + .xl\:hover\:-translate-y-3\/16:hover { + --transform-translate-y: -18.75%; + } + + .xl\:hover\:-translate-y-4\/16:hover { + --transform-translate-y: -25%; + } + + .xl\:hover\:-translate-y-5\/16:hover { + --transform-translate-y: -31.25%; + } + + .xl\:hover\:-translate-y-6\/16:hover { + --transform-translate-y: -37.5%; + } + + .xl\:hover\:-translate-y-7\/16:hover { + --transform-translate-y: -43.75%; + } + + .xl\:hover\:-translate-y-8\/16:hover { + --transform-translate-y: -50%; + } + + .xl\:hover\:-translate-y-9\/16:hover { + --transform-translate-y: -56.25%; + } + + .xl\:hover\:-translate-y-10\/16:hover { + --transform-translate-y: -62.5%; + } + + .xl\:hover\:-translate-y-11\/16:hover { + --transform-translate-y: -68.75%; + } + + .xl\:hover\:-translate-y-12\/16:hover { + --transform-translate-y: -75%; + } + + .xl\:hover\:-translate-y-13\/16:hover { + --transform-translate-y: -81.25%; + } + + .xl\:hover\:-translate-y-14\/16:hover { + --transform-translate-y: -87.5%; + } + + .xl\:hover\:-translate-y-15\/16:hover { + --transform-translate-y: -93.75%; + } + + .xl\:hover\:-translate-y-full:hover { + --transform-translate-y: -100%; } .xl\:focus\:translate-x-0:focus { @@ -134327,18 +215559,42 @@ video { --transform-translate-x: 1.5rem; } + .xl\:focus\:translate-x-7:focus { + --transform-translate-x: 1.75rem; + } + .xl\:focus\:translate-x-8:focus { --transform-translate-x: 2rem; } + .xl\:focus\:translate-x-9:focus { + --transform-translate-x: 2.25rem; + } + .xl\:focus\:translate-x-10:focus { --transform-translate-x: 2.5rem; } + .xl\:focus\:translate-x-11:focus { + --transform-translate-x: 2.75rem; + } + .xl\:focus\:translate-x-12:focus { --transform-translate-x: 3rem; } + .xl\:focus\:translate-x-13:focus { + --transform-translate-x: 3.25rem; + } + + .xl\:focus\:translate-x-14:focus { + --transform-translate-x: 3.5rem; + } + + .xl\:focus\:translate-x-15:focus { + --transform-translate-x: 3.75rem; + } + .xl\:focus\:translate-x-16:focus { --transform-translate-x: 4rem; } @@ -134351,30 +215607,246 @@ video { --transform-translate-x: 6rem; } + .xl\:focus\:translate-x-28:focus { + --transform-translate-x: 7rem; + } + .xl\:focus\:translate-x-32:focus { --transform-translate-x: 8rem; } + .xl\:focus\:translate-x-36:focus { + --transform-translate-x: 9rem; + } + .xl\:focus\:translate-x-40:focus { --transform-translate-x: 10rem; } + .xl\:focus\:translate-x-44:focus { + --transform-translate-x: 11rem; + } + .xl\:focus\:translate-x-48:focus { --transform-translate-x: 12rem; } + .xl\:focus\:translate-x-52:focus { + --transform-translate-x: 13rem; + } + .xl\:focus\:translate-x-56:focus { --transform-translate-x: 14rem; } + .xl\:focus\:translate-x-60:focus { + --transform-translate-x: 15rem; + } + .xl\:focus\:translate-x-64:focus { --transform-translate-x: 16rem; } + .xl\:focus\:translate-x-72:focus { + --transform-translate-x: 18rem; + } + + .xl\:focus\:translate-x-80:focus { + --transform-translate-x: 20rem; + } + + .xl\:focus\:translate-x-96:focus { + --transform-translate-x: 24rem; + } + .xl\:focus\:translate-x-px:focus { --transform-translate-x: 1px; } + .xl\:focus\:translate-x-0\.5:focus { + --transform-translate-x: 0.125rem; + } + + .xl\:focus\:translate-x-1\.5:focus { + --transform-translate-x: 0.375rem; + } + + .xl\:focus\:translate-x-2\.5:focus { + --transform-translate-x: 0.625rem; + } + + .xl\:focus\:translate-x-3\.5:focus { + --transform-translate-x: 0.875rem; + } + + .xl\:focus\:translate-x-1\/2:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-1\/3:focus { + --transform-translate-x: 33.333333%; + } + + .xl\:focus\:translate-x-2\/3:focus { + --transform-translate-x: 66.666667%; + } + + .xl\:focus\:translate-x-1\/4:focus { + --transform-translate-x: 25%; + } + + .xl\:focus\:translate-x-2\/4:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-3\/4:focus { + --transform-translate-x: 75%; + } + + .xl\:focus\:translate-x-1\/5:focus { + --transform-translate-x: 20%; + } + + .xl\:focus\:translate-x-2\/5:focus { + --transform-translate-x: 40%; + } + + .xl\:focus\:translate-x-3\/5:focus { + --transform-translate-x: 60%; + } + + .xl\:focus\:translate-x-4\/5:focus { + --transform-translate-x: 80%; + } + + .xl\:focus\:translate-x-1\/6:focus { + --transform-translate-x: 16.666667%; + } + + .xl\:focus\:translate-x-2\/6:focus { + --transform-translate-x: 33.333333%; + } + + .xl\:focus\:translate-x-3\/6:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-4\/6:focus { + --transform-translate-x: 66.666667%; + } + + .xl\:focus\:translate-x-5\/6:focus { + --transform-translate-x: 83.333333%; + } + + .xl\:focus\:translate-x-1\/12:focus { + --transform-translate-x: 8.333333%; + } + + .xl\:focus\:translate-x-2\/12:focus { + --transform-translate-x: 16.666667%; + } + + .xl\:focus\:translate-x-3\/12:focus { + --transform-translate-x: 25%; + } + + .xl\:focus\:translate-x-4\/12:focus { + --transform-translate-x: 33.333333%; + } + + .xl\:focus\:translate-x-5\/12:focus { + --transform-translate-x: 41.666667%; + } + + .xl\:focus\:translate-x-6\/12:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-7\/12:focus { + --transform-translate-x: 58.333333%; + } + + .xl\:focus\:translate-x-8\/12:focus { + --transform-translate-x: 66.666667%; + } + + .xl\:focus\:translate-x-9\/12:focus { + --transform-translate-x: 75%; + } + + .xl\:focus\:translate-x-10\/12:focus { + --transform-translate-x: 83.333333%; + } + + .xl\:focus\:translate-x-11\/12:focus { + --transform-translate-x: 91.666667%; + } + + .xl\:focus\:translate-x-1\/16:focus { + --transform-translate-x: 6.25%; + } + + .xl\:focus\:translate-x-2\/16:focus { + --transform-translate-x: 12.5%; + } + + .xl\:focus\:translate-x-3\/16:focus { + --transform-translate-x: 18.75%; + } + + .xl\:focus\:translate-x-4\/16:focus { + --transform-translate-x: 25%; + } + + .xl\:focus\:translate-x-5\/16:focus { + --transform-translate-x: 31.25%; + } + + .xl\:focus\:translate-x-6\/16:focus { + --transform-translate-x: 37.5%; + } + + .xl\:focus\:translate-x-7\/16:focus { + --transform-translate-x: 43.75%; + } + + .xl\:focus\:translate-x-8\/16:focus { + --transform-translate-x: 50%; + } + + .xl\:focus\:translate-x-9\/16:focus { + --transform-translate-x: 56.25%; + } + + .xl\:focus\:translate-x-10\/16:focus { + --transform-translate-x: 62.5%; + } + + .xl\:focus\:translate-x-11\/16:focus { + --transform-translate-x: 68.75%; + } + + .xl\:focus\:translate-x-12\/16:focus { + --transform-translate-x: 75%; + } + + .xl\:focus\:translate-x-13\/16:focus { + --transform-translate-x: 81.25%; + } + + .xl\:focus\:translate-x-14\/16:focus { + --transform-translate-x: 87.5%; + } + + .xl\:focus\:translate-x-15\/16:focus { + --transform-translate-x: 93.75%; + } + + .xl\:focus\:translate-x-full:focus { + --transform-translate-x: 100%; + } + .xl\:focus\:-translate-x-1:focus { --transform-translate-x: -0.25rem; } @@ -134399,18 +215871,42 @@ video { --transform-translate-x: -1.5rem; } + .xl\:focus\:-translate-x-7:focus { + --transform-translate-x: -1.75rem; + } + .xl\:focus\:-translate-x-8:focus { --transform-translate-x: -2rem; } + .xl\:focus\:-translate-x-9:focus { + --transform-translate-x: -2.25rem; + } + .xl\:focus\:-translate-x-10:focus { --transform-translate-x: -2.5rem; } + .xl\:focus\:-translate-x-11:focus { + --transform-translate-x: -2.75rem; + } + .xl\:focus\:-translate-x-12:focus { --transform-translate-x: -3rem; } + .xl\:focus\:-translate-x-13:focus { + --transform-translate-x: -3.25rem; + } + + .xl\:focus\:-translate-x-14:focus { + --transform-translate-x: -3.5rem; + } + + .xl\:focus\:-translate-x-15:focus { + --transform-translate-x: -3.75rem; + } + .xl\:focus\:-translate-x-16:focus { --transform-translate-x: -4rem; } @@ -134423,44 +215919,244 @@ video { --transform-translate-x: -6rem; } + .xl\:focus\:-translate-x-28:focus { + --transform-translate-x: -7rem; + } + .xl\:focus\:-translate-x-32:focus { --transform-translate-x: -8rem; } + .xl\:focus\:-translate-x-36:focus { + --transform-translate-x: -9rem; + } + .xl\:focus\:-translate-x-40:focus { --transform-translate-x: -10rem; } + .xl\:focus\:-translate-x-44:focus { + --transform-translate-x: -11rem; + } + .xl\:focus\:-translate-x-48:focus { --transform-translate-x: -12rem; } + .xl\:focus\:-translate-x-52:focus { + --transform-translate-x: -13rem; + } + .xl\:focus\:-translate-x-56:focus { --transform-translate-x: -14rem; } + .xl\:focus\:-translate-x-60:focus { + --transform-translate-x: -15rem; + } + .xl\:focus\:-translate-x-64:focus { --transform-translate-x: -16rem; } + .xl\:focus\:-translate-x-72:focus { + --transform-translate-x: -18rem; + } + + .xl\:focus\:-translate-x-80:focus { + --transform-translate-x: -20rem; + } + + .xl\:focus\:-translate-x-96:focus { + --transform-translate-x: -24rem; + } + .xl\:focus\:-translate-x-px:focus { --transform-translate-x: -1px; } - .xl\:focus\:-translate-x-full:focus { - --transform-translate-x: -100%; + .xl\:focus\:-translate-x-0\.5:focus { + --transform-translate-x: -0.125rem; + } + + .xl\:focus\:-translate-x-1\.5:focus { + --transform-translate-x: -0.375rem; + } + + .xl\:focus\:-translate-x-2\.5:focus { + --transform-translate-x: -0.625rem; + } + + .xl\:focus\:-translate-x-3\.5:focus { + --transform-translate-x: -0.875rem; } .xl\:focus\:-translate-x-1\/2:focus { --transform-translate-x: -50%; } - .xl\:focus\:translate-x-1\/2:focus { - --transform-translate-x: 50%; + .xl\:focus\:-translate-x-1\/3:focus { + --transform-translate-x: -33.33333%; } - .xl\:focus\:translate-x-full:focus { - --transform-translate-x: 100%; + .xl\:focus\:-translate-x-2\/3:focus { + --transform-translate-x: -66.66667%; + } + + .xl\:focus\:-translate-x-1\/4:focus { + --transform-translate-x: -25%; + } + + .xl\:focus\:-translate-x-2\/4:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-3\/4:focus { + --transform-translate-x: -75%; + } + + .xl\:focus\:-translate-x-1\/5:focus { + --transform-translate-x: -20%; + } + + .xl\:focus\:-translate-x-2\/5:focus { + --transform-translate-x: -40%; + } + + .xl\:focus\:-translate-x-3\/5:focus { + --transform-translate-x: -60%; + } + + .xl\:focus\:-translate-x-4\/5:focus { + --transform-translate-x: -80%; + } + + .xl\:focus\:-translate-x-1\/6:focus { + --transform-translate-x: -16.66667%; + } + + .xl\:focus\:-translate-x-2\/6:focus { + --transform-translate-x: -33.33333%; + } + + .xl\:focus\:-translate-x-3\/6:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-4\/6:focus { + --transform-translate-x: -66.66667%; + } + + .xl\:focus\:-translate-x-5\/6:focus { + --transform-translate-x: -83.33333%; + } + + .xl\:focus\:-translate-x-1\/12:focus { + --transform-translate-x: -8.33333%; + } + + .xl\:focus\:-translate-x-2\/12:focus { + --transform-translate-x: -16.66667%; + } + + .xl\:focus\:-translate-x-3\/12:focus { + --transform-translate-x: -25%; + } + + .xl\:focus\:-translate-x-4\/12:focus { + --transform-translate-x: -33.33333%; + } + + .xl\:focus\:-translate-x-5\/12:focus { + --transform-translate-x: -41.66667%; + } + + .xl\:focus\:-translate-x-6\/12:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-7\/12:focus { + --transform-translate-x: -58.33333%; + } + + .xl\:focus\:-translate-x-8\/12:focus { + --transform-translate-x: -66.66667%; + } + + .xl\:focus\:-translate-x-9\/12:focus { + --transform-translate-x: -75%; + } + + .xl\:focus\:-translate-x-10\/12:focus { + --transform-translate-x: -83.33333%; + } + + .xl\:focus\:-translate-x-11\/12:focus { + --transform-translate-x: -91.66667%; + } + + .xl\:focus\:-translate-x-1\/16:focus { + --transform-translate-x: -6.25%; + } + + .xl\:focus\:-translate-x-2\/16:focus { + --transform-translate-x: -12.5%; + } + + .xl\:focus\:-translate-x-3\/16:focus { + --transform-translate-x: -18.75%; + } + + .xl\:focus\:-translate-x-4\/16:focus { + --transform-translate-x: -25%; + } + + .xl\:focus\:-translate-x-5\/16:focus { + --transform-translate-x: -31.25%; + } + + .xl\:focus\:-translate-x-6\/16:focus { + --transform-translate-x: -37.5%; + } + + .xl\:focus\:-translate-x-7\/16:focus { + --transform-translate-x: -43.75%; + } + + .xl\:focus\:-translate-x-8\/16:focus { + --transform-translate-x: -50%; + } + + .xl\:focus\:-translate-x-9\/16:focus { + --transform-translate-x: -56.25%; + } + + .xl\:focus\:-translate-x-10\/16:focus { + --transform-translate-x: -62.5%; + } + + .xl\:focus\:-translate-x-11\/16:focus { + --transform-translate-x: -68.75%; + } + + .xl\:focus\:-translate-x-12\/16:focus { + --transform-translate-x: -75%; + } + + .xl\:focus\:-translate-x-13\/16:focus { + --transform-translate-x: -81.25%; + } + + .xl\:focus\:-translate-x-14\/16:focus { + --transform-translate-x: -87.5%; + } + + .xl\:focus\:-translate-x-15\/16:focus { + --transform-translate-x: -93.75%; + } + + .xl\:focus\:-translate-x-full:focus { + --transform-translate-x: -100%; } .xl\:focus\:translate-y-0:focus { @@ -134491,18 +216187,42 @@ video { --transform-translate-y: 1.5rem; } + .xl\:focus\:translate-y-7:focus { + --transform-translate-y: 1.75rem; + } + .xl\:focus\:translate-y-8:focus { --transform-translate-y: 2rem; } + .xl\:focus\:translate-y-9:focus { + --transform-translate-y: 2.25rem; + } + .xl\:focus\:translate-y-10:focus { --transform-translate-y: 2.5rem; } + .xl\:focus\:translate-y-11:focus { + --transform-translate-y: 2.75rem; + } + .xl\:focus\:translate-y-12:focus { --transform-translate-y: 3rem; } + .xl\:focus\:translate-y-13:focus { + --transform-translate-y: 3.25rem; + } + + .xl\:focus\:translate-y-14:focus { + --transform-translate-y: 3.5rem; + } + + .xl\:focus\:translate-y-15:focus { + --transform-translate-y: 3.75rem; + } + .xl\:focus\:translate-y-16:focus { --transform-translate-y: 4rem; } @@ -134515,30 +216235,246 @@ video { --transform-translate-y: 6rem; } + .xl\:focus\:translate-y-28:focus { + --transform-translate-y: 7rem; + } + .xl\:focus\:translate-y-32:focus { --transform-translate-y: 8rem; } + .xl\:focus\:translate-y-36:focus { + --transform-translate-y: 9rem; + } + .xl\:focus\:translate-y-40:focus { --transform-translate-y: 10rem; } + .xl\:focus\:translate-y-44:focus { + --transform-translate-y: 11rem; + } + .xl\:focus\:translate-y-48:focus { --transform-translate-y: 12rem; } + .xl\:focus\:translate-y-52:focus { + --transform-translate-y: 13rem; + } + .xl\:focus\:translate-y-56:focus { --transform-translate-y: 14rem; } + .xl\:focus\:translate-y-60:focus { + --transform-translate-y: 15rem; + } + .xl\:focus\:translate-y-64:focus { --transform-translate-y: 16rem; } + .xl\:focus\:translate-y-72:focus { + --transform-translate-y: 18rem; + } + + .xl\:focus\:translate-y-80:focus { + --transform-translate-y: 20rem; + } + + .xl\:focus\:translate-y-96:focus { + --transform-translate-y: 24rem; + } + .xl\:focus\:translate-y-px:focus { --transform-translate-y: 1px; } + .xl\:focus\:translate-y-0\.5:focus { + --transform-translate-y: 0.125rem; + } + + .xl\:focus\:translate-y-1\.5:focus { + --transform-translate-y: 0.375rem; + } + + .xl\:focus\:translate-y-2\.5:focus { + --transform-translate-y: 0.625rem; + } + + .xl\:focus\:translate-y-3\.5:focus { + --transform-translate-y: 0.875rem; + } + + .xl\:focus\:translate-y-1\/2:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-1\/3:focus { + --transform-translate-y: 33.333333%; + } + + .xl\:focus\:translate-y-2\/3:focus { + --transform-translate-y: 66.666667%; + } + + .xl\:focus\:translate-y-1\/4:focus { + --transform-translate-y: 25%; + } + + .xl\:focus\:translate-y-2\/4:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-3\/4:focus { + --transform-translate-y: 75%; + } + + .xl\:focus\:translate-y-1\/5:focus { + --transform-translate-y: 20%; + } + + .xl\:focus\:translate-y-2\/5:focus { + --transform-translate-y: 40%; + } + + .xl\:focus\:translate-y-3\/5:focus { + --transform-translate-y: 60%; + } + + .xl\:focus\:translate-y-4\/5:focus { + --transform-translate-y: 80%; + } + + .xl\:focus\:translate-y-1\/6:focus { + --transform-translate-y: 16.666667%; + } + + .xl\:focus\:translate-y-2\/6:focus { + --transform-translate-y: 33.333333%; + } + + .xl\:focus\:translate-y-3\/6:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-4\/6:focus { + --transform-translate-y: 66.666667%; + } + + .xl\:focus\:translate-y-5\/6:focus { + --transform-translate-y: 83.333333%; + } + + .xl\:focus\:translate-y-1\/12:focus { + --transform-translate-y: 8.333333%; + } + + .xl\:focus\:translate-y-2\/12:focus { + --transform-translate-y: 16.666667%; + } + + .xl\:focus\:translate-y-3\/12:focus { + --transform-translate-y: 25%; + } + + .xl\:focus\:translate-y-4\/12:focus { + --transform-translate-y: 33.333333%; + } + + .xl\:focus\:translate-y-5\/12:focus { + --transform-translate-y: 41.666667%; + } + + .xl\:focus\:translate-y-6\/12:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-7\/12:focus { + --transform-translate-y: 58.333333%; + } + + .xl\:focus\:translate-y-8\/12:focus { + --transform-translate-y: 66.666667%; + } + + .xl\:focus\:translate-y-9\/12:focus { + --transform-translate-y: 75%; + } + + .xl\:focus\:translate-y-10\/12:focus { + --transform-translate-y: 83.333333%; + } + + .xl\:focus\:translate-y-11\/12:focus { + --transform-translate-y: 91.666667%; + } + + .xl\:focus\:translate-y-1\/16:focus { + --transform-translate-y: 6.25%; + } + + .xl\:focus\:translate-y-2\/16:focus { + --transform-translate-y: 12.5%; + } + + .xl\:focus\:translate-y-3\/16:focus { + --transform-translate-y: 18.75%; + } + + .xl\:focus\:translate-y-4\/16:focus { + --transform-translate-y: 25%; + } + + .xl\:focus\:translate-y-5\/16:focus { + --transform-translate-y: 31.25%; + } + + .xl\:focus\:translate-y-6\/16:focus { + --transform-translate-y: 37.5%; + } + + .xl\:focus\:translate-y-7\/16:focus { + --transform-translate-y: 43.75%; + } + + .xl\:focus\:translate-y-8\/16:focus { + --transform-translate-y: 50%; + } + + .xl\:focus\:translate-y-9\/16:focus { + --transform-translate-y: 56.25%; + } + + .xl\:focus\:translate-y-10\/16:focus { + --transform-translate-y: 62.5%; + } + + .xl\:focus\:translate-y-11\/16:focus { + --transform-translate-y: 68.75%; + } + + .xl\:focus\:translate-y-12\/16:focus { + --transform-translate-y: 75%; + } + + .xl\:focus\:translate-y-13\/16:focus { + --transform-translate-y: 81.25%; + } + + .xl\:focus\:translate-y-14\/16:focus { + --transform-translate-y: 87.5%; + } + + .xl\:focus\:translate-y-15\/16:focus { + --transform-translate-y: 93.75%; + } + + .xl\:focus\:translate-y-full:focus { + --transform-translate-y: 100%; + } + .xl\:focus\:-translate-y-1:focus { --transform-translate-y: -0.25rem; } @@ -134563,18 +216499,42 @@ video { --transform-translate-y: -1.5rem; } + .xl\:focus\:-translate-y-7:focus { + --transform-translate-y: -1.75rem; + } + .xl\:focus\:-translate-y-8:focus { --transform-translate-y: -2rem; } + .xl\:focus\:-translate-y-9:focus { + --transform-translate-y: -2.25rem; + } + .xl\:focus\:-translate-y-10:focus { --transform-translate-y: -2.5rem; } + .xl\:focus\:-translate-y-11:focus { + --transform-translate-y: -2.75rem; + } + .xl\:focus\:-translate-y-12:focus { --transform-translate-y: -3rem; } + .xl\:focus\:-translate-y-13:focus { + --transform-translate-y: -3.25rem; + } + + .xl\:focus\:-translate-y-14:focus { + --transform-translate-y: -3.5rem; + } + + .xl\:focus\:-translate-y-15:focus { + --transform-translate-y: -3.75rem; + } + .xl\:focus\:-translate-y-16:focus { --transform-translate-y: -4rem; } @@ -134587,44 +216547,244 @@ video { --transform-translate-y: -6rem; } + .xl\:focus\:-translate-y-28:focus { + --transform-translate-y: -7rem; + } + .xl\:focus\:-translate-y-32:focus { --transform-translate-y: -8rem; } + .xl\:focus\:-translate-y-36:focus { + --transform-translate-y: -9rem; + } + .xl\:focus\:-translate-y-40:focus { --transform-translate-y: -10rem; } + .xl\:focus\:-translate-y-44:focus { + --transform-translate-y: -11rem; + } + .xl\:focus\:-translate-y-48:focus { --transform-translate-y: -12rem; } + .xl\:focus\:-translate-y-52:focus { + --transform-translate-y: -13rem; + } + .xl\:focus\:-translate-y-56:focus { --transform-translate-y: -14rem; } + .xl\:focus\:-translate-y-60:focus { + --transform-translate-y: -15rem; + } + .xl\:focus\:-translate-y-64:focus { --transform-translate-y: -16rem; } + .xl\:focus\:-translate-y-72:focus { + --transform-translate-y: -18rem; + } + + .xl\:focus\:-translate-y-80:focus { + --transform-translate-y: -20rem; + } + + .xl\:focus\:-translate-y-96:focus { + --transform-translate-y: -24rem; + } + .xl\:focus\:-translate-y-px:focus { --transform-translate-y: -1px; } - .xl\:focus\:-translate-y-full:focus { - --transform-translate-y: -100%; + .xl\:focus\:-translate-y-0\.5:focus { + --transform-translate-y: -0.125rem; + } + + .xl\:focus\:-translate-y-1\.5:focus { + --transform-translate-y: -0.375rem; + } + + .xl\:focus\:-translate-y-2\.5:focus { + --transform-translate-y: -0.625rem; + } + + .xl\:focus\:-translate-y-3\.5:focus { + --transform-translate-y: -0.875rem; } .xl\:focus\:-translate-y-1\/2:focus { --transform-translate-y: -50%; } - .xl\:focus\:translate-y-1\/2:focus { - --transform-translate-y: 50%; + .xl\:focus\:-translate-y-1\/3:focus { + --transform-translate-y: -33.33333%; } - .xl\:focus\:translate-y-full:focus { - --transform-translate-y: 100%; + .xl\:focus\:-translate-y-2\/3:focus { + --transform-translate-y: -66.66667%; + } + + .xl\:focus\:-translate-y-1\/4:focus { + --transform-translate-y: -25%; + } + + .xl\:focus\:-translate-y-2\/4:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-3\/4:focus { + --transform-translate-y: -75%; + } + + .xl\:focus\:-translate-y-1\/5:focus { + --transform-translate-y: -20%; + } + + .xl\:focus\:-translate-y-2\/5:focus { + --transform-translate-y: -40%; + } + + .xl\:focus\:-translate-y-3\/5:focus { + --transform-translate-y: -60%; + } + + .xl\:focus\:-translate-y-4\/5:focus { + --transform-translate-y: -80%; + } + + .xl\:focus\:-translate-y-1\/6:focus { + --transform-translate-y: -16.66667%; + } + + .xl\:focus\:-translate-y-2\/6:focus { + --transform-translate-y: -33.33333%; + } + + .xl\:focus\:-translate-y-3\/6:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-4\/6:focus { + --transform-translate-y: -66.66667%; + } + + .xl\:focus\:-translate-y-5\/6:focus { + --transform-translate-y: -83.33333%; + } + + .xl\:focus\:-translate-y-1\/12:focus { + --transform-translate-y: -8.33333%; + } + + .xl\:focus\:-translate-y-2\/12:focus { + --transform-translate-y: -16.66667%; + } + + .xl\:focus\:-translate-y-3\/12:focus { + --transform-translate-y: -25%; + } + + .xl\:focus\:-translate-y-4\/12:focus { + --transform-translate-y: -33.33333%; + } + + .xl\:focus\:-translate-y-5\/12:focus { + --transform-translate-y: -41.66667%; + } + + .xl\:focus\:-translate-y-6\/12:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-7\/12:focus { + --transform-translate-y: -58.33333%; + } + + .xl\:focus\:-translate-y-8\/12:focus { + --transform-translate-y: -66.66667%; + } + + .xl\:focus\:-translate-y-9\/12:focus { + --transform-translate-y: -75%; + } + + .xl\:focus\:-translate-y-10\/12:focus { + --transform-translate-y: -83.33333%; + } + + .xl\:focus\:-translate-y-11\/12:focus { + --transform-translate-y: -91.66667%; + } + + .xl\:focus\:-translate-y-1\/16:focus { + --transform-translate-y: -6.25%; + } + + .xl\:focus\:-translate-y-2\/16:focus { + --transform-translate-y: -12.5%; + } + + .xl\:focus\:-translate-y-3\/16:focus { + --transform-translate-y: -18.75%; + } + + .xl\:focus\:-translate-y-4\/16:focus { + --transform-translate-y: -25%; + } + + .xl\:focus\:-translate-y-5\/16:focus { + --transform-translate-y: -31.25%; + } + + .xl\:focus\:-translate-y-6\/16:focus { + --transform-translate-y: -37.5%; + } + + .xl\:focus\:-translate-y-7\/16:focus { + --transform-translate-y: -43.75%; + } + + .xl\:focus\:-translate-y-8\/16:focus { + --transform-translate-y: -50%; + } + + .xl\:focus\:-translate-y-9\/16:focus { + --transform-translate-y: -56.25%; + } + + .xl\:focus\:-translate-y-10\/16:focus { + --transform-translate-y: -62.5%; + } + + .xl\:focus\:-translate-y-11\/16:focus { + --transform-translate-y: -68.75%; + } + + .xl\:focus\:-translate-y-12\/16:focus { + --transform-translate-y: -75%; + } + + .xl\:focus\:-translate-y-13\/16:focus { + --transform-translate-y: -81.25%; + } + + .xl\:focus\:-translate-y-14\/16:focus { + --transform-translate-y: -87.5%; + } + + .xl\:focus\:-translate-y-15\/16:focus { + --transform-translate-y: -93.75%; + } + + .xl\:focus\:-translate-y-full:focus { + --transform-translate-y: -100%; } .xl\:skew-x-0 { diff --git a/src/featureFlags.js b/src/featureFlags.js index 74c9195c7..7dd7c54d5 100644 --- a/src/featureFlags.js +++ b/src/featureFlags.js @@ -4,7 +4,7 @@ import log from './util/log' const featureFlags = { future: [], - experimental: ['extendedSpacingScale', 'extendedFontSizeScale', 'additionalBreakpoint'], + experimental: ['extendedFontSizeScale', 'additionalBreakpoint'], } export function flagEnabled(config, flag) { diff --git a/src/flagged/extendedSpacingScale.js b/src/flagged/extendedSpacingScale.js deleted file mode 100644 index b55072d32..000000000 --- a/src/flagged/extendedSpacingScale.js +++ /dev/null @@ -1,111 +0,0 @@ -export default { - theme: { - spacing: { - px: '1px', - 0: '0', - 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', - 13: '3.25rem', - 14: '3.5rem', - 15: '3.75rem', - 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', - '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%', - }, - inset: (theme, { negative }) => ({ - auto: 'auto', - ...theme('spacing'), - ...negative(theme('spacing')), - }), - minWidth: { - 0: '0', - full: '100%', - min: 'min-content', - max: 'max-content', - }, - width: (theme) => ({ - auto: 'auto', - ...theme('spacing'), - screen: '100vw', - min: 'min-content', - max: 'max-content', - }), - maxWidth: (theme, { breakpoints }) => ({ - 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', - ...breakpoints(theme('screens')), - }), - maxHeight: (theme) => ({ - screen: '100vh', - ...theme('spacing'), - }), - }, -} diff --git a/src/util/getAllConfigs.js b/src/util/getAllConfigs.js index 41644bf61..949abc355 100644 --- a/src/util/getAllConfigs.js +++ b/src/util/getAllConfigs.js @@ -1,6 +1,5 @@ import defaultConfig from '../../stubs/defaultConfig.stub.js' import { flagEnabled } from '../featureFlags' -import extendedSpacingScale from '../flagged/extendedSpacingScale.js' import extendedFontSizeScale from '../flagged/extendedFontSizeScale.js' import additionalBreakpoint from '../flagged/additionalBreakpoint' import { flatMap, get } from 'lodash' @@ -11,7 +10,6 @@ export default function getAllConfigs(config, defaultPresets = [defaultConfig]) }) const features = { - extendedSpacingScale, extendedFontSizeScale, additionalBreakpoint, } diff --git a/stubs/defaultConfig.stub.js b/stubs/defaultConfig.stub.js index e7fa609c4..98da9fcc6 100644 --- a/stubs/defaultConfig.stub.js +++ b/stubs/defaultConfig.stub.js @@ -129,23 +129,83 @@ module.exports = { spacing: { px: '1px', 0: '0', + 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', + 13: '3.25rem', + 14: '3.5rem', + 15: '3.75rem', 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', + '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%', + '1/16': '6.25%', + '2/16': '12.5%', + '3/16': '18.75%', + '4/16': '25%', + '5/16': '31.25%', + '6/16': '37.5%', + '7/16': '43.75%', + '8/16': '50%', + '9/16': '56.25%', + '10/16': '62.5%', + '11/16': '68.75%', + '12/16': '75%', + '13/16': '81.25%', + '14/16': '87.5%', + '15/16': '93.75%', + full: '100%', }, backgroundColor: (theme) => theme('colors'), backgroundImage: { @@ -300,10 +360,11 @@ module.exports = { full: '100%', screen: '100vh', }), - inset: { - 0: '0', + inset: (theme, { negative }) => ({ auto: 'auto', - }, + ...theme('spacing'), + ...negative(theme('spacing')), + }), letterSpacing: { tighter: '-0.05em', tight: '-0.025em', @@ -338,12 +399,13 @@ module.exports = { ...theme('spacing'), ...negative(theme('spacing')), }), - maxHeight: { - full: '100%', + maxHeight: (theme) => ({ screen: '100vh', - }, + ...theme('spacing'), + }), maxWidth: (theme, { breakpoints }) => ({ none: 'none', + 0: '0rem', xs: '20rem', sm: '24rem', md: '28rem', @@ -354,7 +416,10 @@ module.exports = { '4xl': '56rem', '5xl': '64rem', '6xl': '72rem', + '7xl': '80rem', full: '100%', + min: 'min-content', + max: 'max-content', ...breakpoints(theme('screens')), }), minHeight: { @@ -365,6 +430,8 @@ module.exports = { minWidth: { 0: '0', full: '100%', + min: 'min-content', + max: 'max-content', }, objectPosition: { bottom: 'bottom', @@ -426,34 +493,9 @@ module.exports = { width: (theme) => ({ auto: 'auto', ...theme('spacing'), - '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', }), zIndex: { auto: 'auto', @@ -479,6 +521,10 @@ module.exports = { 10: 'repeat(10, minmax(0, 1fr))', 11: 'repeat(11, minmax(0, 1fr))', 12: 'repeat(12, minmax(0, 1fr))', + 12: 'repeat(13, minmax(0, 1fr))', + 12: 'repeat(14, minmax(0, 1fr))', + 12: 'repeat(15, minmax(0, 1fr))', + 12: 'repeat(16, minmax(0, 1fr))', }, gridAutoColumns: { auto: 'auto', @@ -500,6 +546,10 @@ module.exports = { 'span-10': 'span 10 / span 10', 'span-11': 'span 11 / span 11', 'span-12': 'span 12 / span 12', + 'span-13': 'span 13 / span 13', + 'span-14': 'span 14 / span 14', + 'span-15': 'span 15 / span 15', + 'span-16': 'span 16 / span 16', 'span-full': '1 / -1', }, gridColumnStart: { @@ -517,6 +567,10 @@ module.exports = { 11: '11', 12: '12', 13: '13', + 14: '14', + 15: '15', + 16: '16', + 17: '17', }, gridColumnEnd: { auto: 'auto', @@ -533,6 +587,10 @@ module.exports = { 11: '11', 12: '12', 13: '13', + 14: '14', + 15: '15', + 16: '16', + 17: '17', }, gridTemplateRows: { none: 'none',