From d1466b724d711f1793ea926720b8aa31a97c7d49 Mon Sep 17 00:00:00 2001 From: Pawel Date: Mon, 2 Aug 2021 12:24:46 +0200 Subject: [PATCH] Team logo --- assets/css/styles.css | 1240 +++++++++++++++++++++++++++++++++++++++++ img/branch.svg | 6 + index.html | 17 +- tailwind.config.js | 2 + 4 files changed, 1263 insertions(+), 2 deletions(-) create mode 100644 img/branch.svg diff --git a/assets/css/styles.css b/assets/css/styles.css index 910ee5a..7073cfd 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -1543,6 +1543,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } +.divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); +} + .divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -1757,6 +1761,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } +.bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); +} + .group:hover .group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -1787,6 +1795,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } +.group:hover .group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); +} + .focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -1817,6 +1829,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } +.focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); +} + .hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -1847,6 +1863,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } +.hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); +} + .focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -1877,6 +1897,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } +.focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); +} + .bg-none { background-image: none; } @@ -1925,6 +1949,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } +.bg-branch { + background-image: url('/img/branch.svg'); +} + .from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -1955,6 +1983,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } +.from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); +} + .via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -1979,6 +2012,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } +.via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); +} + .to-white { --tw-gradient-to: #fff; } @@ -2003,6 +2040,10 @@ video { --tw-gradient-to: #242424; } +.to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); +} + .hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -2033,6 +2074,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } +.hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); +} + .hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -2057,6 +2103,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } +.hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); +} + .hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -2081,6 +2131,10 @@ video { --tw-gradient-to: #242424; } +.hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); +} + .focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -2111,6 +2165,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } +.focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); +} + .focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -2135,6 +2194,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } +.focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); +} + .focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -2159,6 +2222,10 @@ video { --tw-gradient-to: #242424; } +.focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); +} + .bg-opacity-0 { --tw-bg-opacity: 0; } @@ -2569,6 +2636,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } +.border-grayLight { + border-color: rgba(21, 21, 18, 0.02); +} + .group:hover .group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -2599,6 +2670,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } +.group:hover .group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); +} + .focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -2629,6 +2704,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } +.focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); +} + .hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -2659,6 +2738,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } +.hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); +} + .focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -2689,6 +2772,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } +.focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); +} + .border-opacity-0 { --tw-border-opacity: 0; } @@ -8378,6 +8465,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } +.placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); +} + +.placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); +} + +.placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); +} + .focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -8468,6 +8567,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } +.focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); +} + +.focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); +} + +.focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); +} + .placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -12035,6 +12146,10 @@ video { --tw-ring-offset-color: #242424; } +.ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); +} + .focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -12059,6 +12174,10 @@ video { --tw-ring-offset-color: #242424; } +.focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); +} + .focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -12083,6 +12202,10 @@ video { --tw-ring-offset-color: #242424; } +.focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); +} + .ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -12173,6 +12296,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } +.ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); +} + .focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -12203,6 +12330,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } +.focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); +} + .focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -12233,6 +12364,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } +.focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); +} + .ring-opacity-0 { --tw-ring-opacity: 0; } @@ -12487,6 +12622,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } +.text-grayLight { + color: rgba(21, 21, 18, 0.02); +} + .group:hover .group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -12517,6 +12656,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } +.group:hover .group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); +} + .focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -12547,6 +12690,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } +.focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); +} + .hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -12577,6 +12724,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } +.hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); +} + .focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -12607,6 +12758,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } +.focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); +} + .text-opacity-0 { --tw-text-opacity: 0; } @@ -18559,6 +18714,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } + .none\:divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); + } + .none\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -18773,6 +18932,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .none\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .group:hover .none\:group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -18803,6 +18966,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .group:hover .none\:group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .none\:focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -18833,6 +19000,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .none\:focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); + } + .none\:hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -18863,6 +19034,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .none\:hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); + } + .none\:focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -18893,6 +19068,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .none\:focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); + } + .none\:bg-none { background-image: none; } @@ -18941,6 +19120,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } + .none\:bg-branch { + background-image: url('/img/branch.svg'); + } + .none\:from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -18971,6 +19154,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .none\:from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .none\:via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -18995,6 +19183,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .none\:via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .none\:to-white { --tw-gradient-to: #fff; } @@ -19019,6 +19211,10 @@ video { --tw-gradient-to: #242424; } + .none\:to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .none\:hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -19049,6 +19245,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .none\:hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .none\:hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -19073,6 +19274,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .none\:hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .none\:hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -19097,6 +19302,10 @@ video { --tw-gradient-to: #242424; } + .none\:hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .none\:focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -19127,6 +19336,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .none\:focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .none\:focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -19151,6 +19365,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .none\:focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .none\:focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -19175,6 +19393,10 @@ video { --tw-gradient-to: #242424; } + .none\:focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .none\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -19585,6 +19807,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .none\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .group:hover .none\:group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -19615,6 +19841,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .group:hover .none\:group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .none\:focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -19645,6 +19875,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .none\:focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); + } + .none\:hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -19675,6 +19909,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .none\:hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); + } + .none\:focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -19705,6 +19943,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .none\:focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); + } + .none\:border-opacity-0 { --tw-border-opacity: 0; } @@ -25394,6 +25636,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .none\:placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .none\:placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .none\:placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .none\:focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -25484,6 +25738,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .none\:focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .none\:focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .none\:focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .none\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -29038,6 +29304,10 @@ video { --tw-ring-offset-color: #242424; } + .none\:ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .none\:focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -29062,6 +29332,10 @@ video { --tw-ring-offset-color: #242424; } + .none\:focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .none\:focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -29086,6 +29360,10 @@ video { --tw-ring-offset-color: #242424; } + .none\:focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .none\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -29176,6 +29454,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .none\:ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .none\:focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -29206,6 +29488,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .none\:focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .none\:focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -29236,6 +29522,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .none\:focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .none\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -29490,6 +29780,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .none\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .group:hover .none\:group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -29520,6 +29814,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .group:hover .none\:group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .none\:focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -29550,6 +29848,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .none\:focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); + } + .none\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -29580,6 +29882,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .none\:hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); + } + .none\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -29610,6 +29916,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .none\:focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); + } + .none\:text-opacity-0 { --tw-text-opacity: 0; } @@ -35493,6 +35803,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } + .sm\:divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); + } + .sm\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -35707,6 +36021,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .sm\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .group:hover .sm\:group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -35737,6 +36055,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .group:hover .sm\:group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -35767,6 +36089,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .sm\:focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); + } + .sm\:hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -35797,6 +36123,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .sm\:hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -35827,6 +36157,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .sm\:focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); + } + .sm\:bg-none { background-image: none; } @@ -35875,6 +36209,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } + .sm\:bg-branch { + background-image: url('/img/branch.svg'); + } + .sm\:from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -35905,6 +36243,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .sm\:from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .sm\:via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -35929,6 +36272,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .sm\:via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .sm\:to-white { --tw-gradient-to: #fff; } @@ -35953,6 +36300,10 @@ video { --tw-gradient-to: #242424; } + .sm\:to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .sm\:hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -35983,6 +36334,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .sm\:hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .sm\:hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -36007,6 +36363,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .sm\:hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .sm\:hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -36031,6 +36391,10 @@ video { --tw-gradient-to: #242424; } + .sm\:hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .sm\:focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -36061,6 +36425,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .sm\:focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .sm\:focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -36085,6 +36454,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .sm\:focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .sm\:focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -36109,6 +36482,10 @@ video { --tw-gradient-to: #242424; } + .sm\:focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .sm\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -36519,6 +36896,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .sm\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .group:hover .sm\:group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -36549,6 +36930,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .group:hover .sm\:group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -36579,6 +36964,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .sm\:focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); + } + .sm\:hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -36609,6 +36998,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .sm\:hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -36639,6 +37032,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .sm\:focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); + } + .sm\:border-opacity-0 { --tw-border-opacity: 0; } @@ -42328,6 +42725,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .sm\:placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .sm\:placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .sm\:placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .sm\:focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -42418,6 +42827,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .sm\:focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .sm\:focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .sm\:focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .sm\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -45972,6 +46393,10 @@ video { --tw-ring-offset-color: #242424; } + .sm\:ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -45996,6 +46421,10 @@ video { --tw-ring-offset-color: #242424; } + .sm\:focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -46020,6 +46449,10 @@ video { --tw-ring-offset-color: #242424; } + .sm\:focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .sm\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -46110,6 +46543,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .sm\:ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -46140,6 +46577,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .sm\:focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .sm\:focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -46170,6 +46611,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .sm\:focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .sm\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -46424,6 +46869,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .sm\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .group:hover .sm\:group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -46454,6 +46903,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .group:hover .sm\:group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .sm\:focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -46484,6 +46937,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .sm\:focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); + } + .sm\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -46514,6 +46971,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .sm\:hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); + } + .sm\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -46544,6 +47005,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .sm\:focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); + } + .sm\:text-opacity-0 { --tw-text-opacity: 0; } @@ -52427,6 +52892,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } + .md\:divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); + } + .md\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -52641,6 +53110,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .md\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .group:hover .md\:group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -52671,6 +53144,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .group:hover .md\:group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .md\:focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -52701,6 +53178,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .md\:focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); + } + .md\:hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -52731,6 +53212,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .md\:hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); + } + .md\:focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -52761,6 +53246,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .md\:focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); + } + .md\:bg-none { background-image: none; } @@ -52809,6 +53298,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } + .md\:bg-branch { + background-image: url('/img/branch.svg'); + } + .md\:from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -52839,6 +53332,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .md\:from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .md\:via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -52863,6 +53361,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .md\:via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .md\:to-white { --tw-gradient-to: #fff; } @@ -52887,6 +53389,10 @@ video { --tw-gradient-to: #242424; } + .md\:to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .md\:hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -52917,6 +53423,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .md\:hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .md\:hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -52941,6 +53452,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .md\:hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .md\:hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -52965,6 +53480,10 @@ video { --tw-gradient-to: #242424; } + .md\:hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .md\:focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -52995,6 +53514,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .md\:focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .md\:focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -53019,6 +53543,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .md\:focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .md\:focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -53043,6 +53571,10 @@ video { --tw-gradient-to: #242424; } + .md\:focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .md\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -53453,6 +53985,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .md\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .group:hover .md\:group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -53483,6 +54019,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .group:hover .md\:group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .md\:focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -53513,6 +54053,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .md\:focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); + } + .md\:hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -53543,6 +54087,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .md\:hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); + } + .md\:focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -53573,6 +54121,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .md\:focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); + } + .md\:border-opacity-0 { --tw-border-opacity: 0; } @@ -59262,6 +59814,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .md\:placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .md\:placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .md\:placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .md\:focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -59352,6 +59916,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .md\:focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .md\:focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .md\:focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .md\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -62906,6 +63482,10 @@ video { --tw-ring-offset-color: #242424; } + .md\:ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .md\:focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -62930,6 +63510,10 @@ video { --tw-ring-offset-color: #242424; } + .md\:focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .md\:focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -62954,6 +63538,10 @@ video { --tw-ring-offset-color: #242424; } + .md\:focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .md\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -63044,6 +63632,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .md\:ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .md\:focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -63074,6 +63666,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .md\:focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .md\:focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -63104,6 +63700,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .md\:focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .md\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -63358,6 +63958,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .md\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .group:hover .md\:group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -63388,6 +63992,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .group:hover .md\:group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .md\:focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -63418,6 +64026,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .md\:focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); + } + .md\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -63448,6 +64060,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .md\:hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); + } + .md\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -63478,6 +64094,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .md\:focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); + } + .md\:text-opacity-0 { --tw-text-opacity: 0; } @@ -69361,6 +69981,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } + .lg\:divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); + } + .lg\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -69575,6 +70199,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .lg\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .group:hover .lg\:group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -69605,6 +70233,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .group:hover .lg\:group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -69635,6 +70267,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .lg\:focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); + } + .lg\:hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -69665,6 +70301,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .lg\:hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -69695,6 +70335,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .lg\:focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); + } + .lg\:bg-none { background-image: none; } @@ -69743,6 +70387,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } + .lg\:bg-branch { + background-image: url('/img/branch.svg'); + } + .lg\:from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -69773,6 +70421,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .lg\:from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .lg\:via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -69797,6 +70450,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .lg\:via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .lg\:to-white { --tw-gradient-to: #fff; } @@ -69821,6 +70478,10 @@ video { --tw-gradient-to: #242424; } + .lg\:to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .lg\:hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -69851,6 +70512,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .lg\:hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .lg\:hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -69875,6 +70541,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .lg\:hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .lg\:hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -69899,6 +70569,10 @@ video { --tw-gradient-to: #242424; } + .lg\:hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .lg\:focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -69929,6 +70603,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .lg\:focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .lg\:focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -69953,6 +70632,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .lg\:focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .lg\:focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -69977,6 +70660,10 @@ video { --tw-gradient-to: #242424; } + .lg\:focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .lg\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -70387,6 +71074,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .lg\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .group:hover .lg\:group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -70417,6 +71108,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .group:hover .lg\:group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -70447,6 +71142,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .lg\:focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); + } + .lg\:hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -70477,6 +71176,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .lg\:hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -70507,6 +71210,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .lg\:focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); + } + .lg\:border-opacity-0 { --tw-border-opacity: 0; } @@ -76196,6 +76903,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .lg\:placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .lg\:placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .lg\:placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .lg\:focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -76286,6 +77005,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .lg\:focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .lg\:focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .lg\:focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .lg\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -79840,6 +80571,10 @@ video { --tw-ring-offset-color: #242424; } + .lg\:ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -79864,6 +80599,10 @@ video { --tw-ring-offset-color: #242424; } + .lg\:focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -79888,6 +80627,10 @@ video { --tw-ring-offset-color: #242424; } + .lg\:focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .lg\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -79978,6 +80721,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .lg\:ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -80008,6 +80755,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .lg\:focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .lg\:focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -80038,6 +80789,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .lg\:focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .lg\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -80292,6 +81047,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .lg\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .group:hover .lg\:group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -80322,6 +81081,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .group:hover .lg\:group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .lg\:focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -80352,6 +81115,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .lg\:focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); + } + .lg\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -80382,6 +81149,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .lg\:hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); + } + .lg\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -80412,6 +81183,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .lg\:focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); + } + .lg\:text-opacity-0 { --tw-text-opacity: 0; } @@ -86295,6 +87070,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } + .xl\:divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); + } + .xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -86509,6 +87288,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .xl\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .group:hover .xl\:group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -86539,6 +87322,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .group:hover .xl\:group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -86569,6 +87356,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .xl\:focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); + } + .xl\:hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -86599,6 +87390,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .xl\:hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -86629,6 +87424,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .xl\:focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); + } + .xl\:bg-none { background-image: none; } @@ -86677,6 +87476,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } + .xl\:bg-branch { + background-image: url('/img/branch.svg'); + } + .xl\:from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -86707,6 +87510,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .xl\:from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .xl\:via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -86731,6 +87539,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .xl\:via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .xl\:to-white { --tw-gradient-to: #fff; } @@ -86755,6 +87567,10 @@ video { --tw-gradient-to: #242424; } + .xl\:to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .xl\:hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -86785,6 +87601,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .xl\:hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .xl\:hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -86809,6 +87630,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .xl\:hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .xl\:hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -86833,6 +87658,10 @@ video { --tw-gradient-to: #242424; } + .xl\:hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .xl\:focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -86863,6 +87692,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .xl\:focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .xl\:focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -86887,6 +87721,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .xl\:focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .xl\:focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -86911,6 +87749,10 @@ video { --tw-gradient-to: #242424; } + .xl\:focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .xl\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -87321,6 +88163,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .xl\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .group:hover .xl\:group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -87351,6 +88197,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .group:hover .xl\:group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -87381,6 +88231,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .xl\:focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); + } + .xl\:hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -87411,6 +88265,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .xl\:hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -87441,6 +88299,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .xl\:focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); + } + .xl\:border-opacity-0 { --tw-border-opacity: 0; } @@ -93130,6 +93992,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .xl\:placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .xl\:placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .xl\:placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .xl\:focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -93220,6 +94094,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .xl\:focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .xl\:focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .xl\:focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .xl\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -96774,6 +97660,10 @@ video { --tw-ring-offset-color: #242424; } + .xl\:ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -96798,6 +97688,10 @@ video { --tw-ring-offset-color: #242424; } + .xl\:focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -96822,6 +97716,10 @@ video { --tw-ring-offset-color: #242424; } + .xl\:focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .xl\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -96912,6 +97810,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .xl\:ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -96942,6 +97844,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .xl\:focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .xl\:focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -96972,6 +97878,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .xl\:focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .xl\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -97226,6 +98136,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .xl\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .group:hover .xl\:group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -97256,6 +98170,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .group:hover .xl\:group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .xl\:focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -97286,6 +98204,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .xl\:focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); + } + .xl\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -97316,6 +98238,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .xl\:hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); + } + .xl\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -97346,6 +98272,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .xl\:focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); + } + .xl\:text-opacity-0 { --tw-text-opacity: 0; } @@ -103229,6 +104159,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } + .\32xl\:divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -103443,6 +104377,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\32xl\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .group:hover .\32xl\:group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -103473,6 +104411,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .group:hover .\32xl\:group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -103503,6 +104445,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\32xl\:focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -103533,6 +104479,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\32xl\:hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -103563,6 +104513,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\32xl\:focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:bg-none { background-image: none; } @@ -103611,6 +104565,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } + .\32xl\:bg-branch { + background-image: url('/img/branch.svg'); + } + .\32xl\:from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -103641,6 +104599,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\32xl\:from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\32xl\:via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -103665,6 +104628,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\32xl\:via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\32xl\:to-white { --tw-gradient-to: #fff; } @@ -103689,6 +104656,10 @@ video { --tw-gradient-to: #242424; } + .\32xl\:to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .\32xl\:hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -103719,6 +104690,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\32xl\:hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\32xl\:hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -103743,6 +104719,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\32xl\:hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\32xl\:hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -103767,6 +104747,10 @@ video { --tw-gradient-to: #242424; } + .\32xl\:hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -103797,6 +104781,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\32xl\:focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\32xl\:focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -103821,6 +104810,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\32xl\:focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\32xl\:focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -103845,6 +104838,10 @@ video { --tw-gradient-to: #242424; } + .\32xl\:focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .\32xl\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -104255,6 +105252,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\32xl\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .group:hover .\32xl\:group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -104285,6 +105286,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .group:hover .\32xl\:group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -104315,6 +105320,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\32xl\:focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -104345,6 +105354,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\32xl\:hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -104375,6 +105388,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\32xl\:focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:border-opacity-0 { --tw-border-opacity: 0; } @@ -110064,6 +111081,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .\32xl\:placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\32xl\:placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\32xl\:placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -110154,6 +111183,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .\32xl\:focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\32xl\:focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\32xl\:focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .\32xl\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -113708,6 +114749,10 @@ video { --tw-ring-offset-color: #242424; } + .\32xl\:ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -113732,6 +114777,10 @@ video { --tw-ring-offset-color: #242424; } + .\32xl\:focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -113756,6 +114805,10 @@ video { --tw-ring-offset-color: #242424; } + .\32xl\:focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -113846,6 +114899,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .\32xl\:ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -113876,6 +114933,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .\32xl\:focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -113906,6 +114967,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .\32xl\:focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .\32xl\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -114160,6 +115225,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\32xl\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .group:hover .\32xl\:group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -114190,6 +115259,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .group:hover .\32xl\:group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -114220,6 +115293,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\32xl\:focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); + } + .\32xl\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -114250,6 +115327,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\32xl\:hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); + } + .\32xl\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -114280,6 +115361,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\32xl\:focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); + } + .\32xl\:text-opacity-0 { --tw-text-opacity: 0; } @@ -120163,6 +121248,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-divide-opacity)); } + .\33xl\:divide-grayLight > :not([hidden]) ~ :not([hidden]) { + border-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:divide-solid > :not([hidden]) ~ :not([hidden]) { border-style: solid; } @@ -120377,6 +121466,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\33xl\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .group:hover .\33xl\:group-hover\:bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -120407,6 +121500,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .group:hover .\33xl\:group-hover\:bg-grayLight { + background-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus-within\:bg-white:focus-within { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -120437,6 +121534,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\33xl\:focus-within\:bg-grayLight:focus-within { + background-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:hover\:bg-white:hover { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -120467,6 +121568,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\33xl\:hover\:bg-grayLight:hover { + background-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus\:bg-white:focus { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); @@ -120497,6 +121602,10 @@ video { background-color: rgba(36, 36, 36, var(--tw-bg-opacity)); } + .\33xl\:focus\:bg-grayLight:focus { + background-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:bg-none { background-image: none; } @@ -120545,6 +121654,10 @@ video { background-image: url('/img/arrow/arrow-white.svg'); } + .\33xl\:bg-branch { + background-image: url('/img/branch.svg'); + } + .\33xl\:from-white { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -120575,6 +121688,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\33xl\:from-grayLight { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\33xl\:via-white { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -120599,6 +121717,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\33xl\:via-grayLight { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\33xl\:to-white { --tw-gradient-to: #fff; } @@ -120623,6 +121745,10 @@ video { --tw-gradient-to: #242424; } + .\33xl\:to-grayLight { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .\33xl\:hover\:from-white:hover { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -120653,6 +121779,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\33xl\:hover\:from-grayLight:hover { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\33xl\:hover\:via-white:hover { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -120677,6 +121808,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\33xl\:hover\:via-grayLight:hover { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\33xl\:hover\:to-white:hover { --tw-gradient-to: #fff; } @@ -120701,6 +121836,10 @@ video { --tw-gradient-to: #242424; } + .\33xl\:hover\:to-grayLight:hover { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus\:from-white:focus { --tw-gradient-from: #fff; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0)); @@ -120731,6 +121870,11 @@ video { --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\33xl\:focus\:from-grayLight:focus { + --tw-gradient-from: rgba(21, 21, 18, 0.02); + --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\33xl\:focus\:via-white:focus { --tw-gradient-stops: var(--tw-gradient-from), #fff, var(--tw-gradient-to, rgba(255, 255, 255, 0)); } @@ -120755,6 +121899,10 @@ video { --tw-gradient-stops: var(--tw-gradient-from), #242424, var(--tw-gradient-to, rgba(36, 36, 36, 0)); } + .\33xl\:focus\:via-grayLight:focus { + --tw-gradient-stops: var(--tw-gradient-from), rgba(21, 21, 18, 0.02), var(--tw-gradient-to, rgba(21, 21, 18, 0)); + } + .\33xl\:focus\:to-white:focus { --tw-gradient-to: #fff; } @@ -120779,6 +121927,10 @@ video { --tw-gradient-to: #242424; } + .\33xl\:focus\:to-grayLight:focus { + --tw-gradient-to: rgba(21, 21, 18, 0.02); + } + .\33xl\:bg-opacity-0 { --tw-bg-opacity: 0; } @@ -121189,6 +122341,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\33xl\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .group:hover .\33xl\:group-hover\:border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -121219,6 +122375,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .group:hover .\33xl\:group-hover\:border-grayLight { + border-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus-within\:border-white:focus-within { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -121249,6 +122409,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\33xl\:focus-within\:border-grayLight:focus-within { + border-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:hover\:border-white:hover { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -121279,6 +122443,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\33xl\:hover\:border-grayLight:hover { + border-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus\:border-white:focus { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); @@ -121309,6 +122477,10 @@ video { border-color: rgba(36, 36, 36, var(--tw-border-opacity)); } + .\33xl\:focus\:border-grayLight:focus { + border-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:border-opacity-0 { --tw-border-opacity: 0; } @@ -126998,6 +128170,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .\33xl\:placeholder-grayLight::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\33xl\:placeholder-grayLight:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\33xl\:placeholder-grayLight::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus\:placeholder-white:focus::-moz-placeholder { --tw-placeholder-opacity: 1; color: rgba(255, 255, 255, var(--tw-placeholder-opacity)); @@ -127088,6 +128272,18 @@ video { color: rgba(36, 36, 36, var(--tw-placeholder-opacity)); } + .\33xl\:focus\:placeholder-grayLight:focus::-moz-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\33xl\:focus\:placeholder-grayLight:focus:-ms-input-placeholder { + color: rgba(21, 21, 18, 0.02); + } + + .\33xl\:focus\:placeholder-grayLight:focus::placeholder { + color: rgba(21, 21, 18, 0.02); + } + .\33xl\:placeholder-opacity-0::-moz-placeholder { --tw-placeholder-opacity: 0; } @@ -130642,6 +131838,10 @@ video { --tw-ring-offset-color: #242424; } + .\33xl\:ring-offset-grayLight { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus-within\:ring-offset-white:focus-within { --tw-ring-offset-color: #fff; } @@ -130666,6 +131866,10 @@ video { --tw-ring-offset-color: #242424; } + .\33xl\:focus-within\:ring-offset-grayLight:focus-within { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus\:ring-offset-white:focus { --tw-ring-offset-color: #fff; } @@ -130690,6 +131894,10 @@ video { --tw-ring-offset-color: #242424; } + .\33xl\:focus\:ring-offset-grayLight:focus { + --tw-ring-offset-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:ring-offset-0 { --tw-ring-offset-width: 0px; } @@ -130780,6 +131988,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .\33xl\:ring-grayLight { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus-within\:ring-white:focus-within { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -130810,6 +132022,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .\33xl\:focus-within\:ring-grayLight:focus-within { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus\:ring-white:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity)); @@ -130840,6 +132056,10 @@ video { --tw-ring-color: rgba(36, 36, 36, var(--tw-ring-opacity)); } + .\33xl\:focus\:ring-grayLight:focus { + --tw-ring-color: rgba(21, 21, 18, 0.02); + } + .\33xl\:ring-opacity-0 { --tw-ring-opacity: 0; } @@ -131094,6 +132314,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\33xl\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .group:hover .\33xl\:group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -131124,6 +132348,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .group:hover .\33xl\:group-hover\:text-grayLight { + color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus-within\:text-white:focus-within { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -131154,6 +132382,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\33xl\:focus-within\:text-grayLight:focus-within { + color: rgba(21, 21, 18, 0.02); + } + .\33xl\:hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -131184,6 +132416,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\33xl\:hover\:text-grayLight:hover { + color: rgba(21, 21, 18, 0.02); + } + .\33xl\:focus\:text-white:focus { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); @@ -131214,6 +132450,10 @@ video { color: rgba(36, 36, 36, var(--tw-text-opacity)); } + .\33xl\:focus\:text-grayLight:focus { + color: rgba(21, 21, 18, 0.02); + } + .\33xl\:text-opacity-0 { --tw-text-opacity: 0; } diff --git a/img/branch.svg b/img/branch.svg new file mode 100644 index 0000000..65e03a0 --- /dev/null +++ b/img/branch.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/index.html b/index.html index 0ca704e..4805fe5 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,14 @@
+
+
+

master

+

v2.0.0

+

last update: Deploy latest stack to include Inter 3.3

+
+
+ -
+

Who is using Waku?

@@ -145,7 +153,12 @@
-
+
+
+ + + +

Team

diff --git a/tailwind.config.js b/tailwind.config.js index 897e699..e0c41f3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -13,6 +13,7 @@ module.exports = { green: '#18B088', pink: '#FDB4C4', gray: '#242424', + grayLight: 'rgba(21, 21, 18, 0.02)' }, screens: { 'none': '100%', @@ -28,6 +29,7 @@ module.exports = { 'link-arrow-black': "url('/img/arrow/arrow-black.svg')", 'link-arrow-blue': "url('/img/arrow/arrow-blue.svg')", 'link-arrow-white': "url('/img/arrow/arrow-white.svg')", + 'branch': "url('/img/branch.svg')", }), zIndex: { '-1':'-1',