.block { display: block; } .inline-block { display: inline-block; } .inline { display: inline; } .flex { display: flex; } .inline-flex { display: inline-flex; } .table { display: table; } .inline-table { display: inline-table; } .table-caption { display: table-caption; } .table-cell { display: table-cell; } .table-column { display: table-column; } .table-column-group { display: table-column-group; } .table-footer-group { display: table-footer-group; } .table-header-group { display: table-header-group; } .table-row-group { display: table-row-group; } .table-row { display: table-row; } .flow-root { display: flow-root; } .grid { display: grid; } .inline-grid { display: inline-grid; } .contents { display: contents; } .list-item { display: list-item; } .hidden { display: none; }
.flex-row { flex-direction: row; } .flex-row-reverse { flex-direction: row-reverse; } .flex-col { flex-direction: column; } .flex-col-reverse { flex-direction: column-reverse; } .flex-wrap { flex-wrap: wrap; } .flex-wrap-reverse { flex-wrap: wrap-reverse; } .flex-nowrap { flex-wrap: nowrap; } .flex-1 { flex: 1 1 0%; } .flex-auto { flex: 1 1 auto; } .flex-initial { flex: 0 1 auto; } .flex-none { flex: none; } .flex-shrink-0 { flex-shrink: 0; } .flex-shrink { flex-shrink: 1; } .flex-grow-0 { flex-grow: 0; } .flex-grow { flex-grow: 1; }
.items-start { align-items: flex-start; } .items-end { align-items: flex-end; } .items-center { align-items: center; } .items-baseline { align-items: baseline; } .items-stretch { align-items: stretch; } .justify-start { justify-content: flex-start; } .justify-end { justify-content: flex-end; } .justify-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-around { justify-content: space-around; } .justify-evenly { justify-content: space-evenly; } .justify-items-start { justify-items: start; } .justify-items-end { justify-items: end; } .justify-items-center { justify-items: center; } .justify-items-stretch { justify-items: stretch; }

.w-0 { width: 0px; } .w-1 { width: 0.25rem; } .w-2 { width: 0.5rem; } .w-3 { width: 0.75rem; } .w-4 { width: 1rem; } .w-5 { width: 1.25rem; } .w-6 { 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-14 { width: 3.5rem; } .w-16 { width: 4rem; } .w-20 { width: 5rem; } .w-24 { 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; } .w-px { width: 1px; }
.h-0 { height: 0px; } .h-1 { height: 0.25rem; } .h-2 { height: 0.5rem; } .h-3 { height: 0.75rem; } .h-4 { height: 1rem; } .h-5 { height: 1.25rem; } .h-6 { 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-14 { height: 3.5rem; } .h-16 { height: 4rem; } .h-20 { height: 5rem; } .h-24 { 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; } .h-px { 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-full { height: 100%; } .h-screen { height: 100vh; } .max-h-0 { max-height: 0px; } .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-14 { max-height: 3.5rem; } .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-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-full { max-height: 100%; } .max-h-screen { max-height: 100vh; } .min-h-0 { min-height: 0px; } .min-h-full { min-height: 100%; } .min-h-screen { min-height: 100vh; } .w-0 { width: 0px; } .w-1 { width: 0.25rem; } .w-2 { width: 0.5rem; } .w-3 { width: 0.75rem; } .w-4 { width: 1rem; } .w-5 { width: 1.25rem; } .w-6 { 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-14 { width: 3.5rem; } .w-16 { width: 4rem; } .w-20 { width: 5rem; } .w-24 { 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; } .w-px { 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%; } .w-1\/3 { width: 33.333333%; } .w-2\/3 { width: 66.666667%; } .w-1\/4 { width: 25%; } .w-2\/4 { width: 50%; } .w-3\/4 { width: 75%; } .w-1\/5 { width: 20%; } .w-2\/5 { width: 40%; } .w-3\/5 { width: 60%; } .w-4\/5 { width: 80%; } .w-1\/6 { width: 16.666667%; } .w-2\/6 { width: 33.333333%; } .w-3\/6 { width: 50%; } .w-4\/6 { width: 66.666667%; } .w-5\/6 { width: 83.333333%; } .w-1\/12 { width: 8.333333%; } .w-2\/12 { width: 16.666667%; } .w-3\/12 { width: 25%; } .w-4\/12 { width: 33.333333%; } .w-5\/12 { width: 41.666667%; } .w-6\/12 { width: 50%; } .w-7\/12 { width: 58.333333%; } .w-8\/12 { width: 66.666667%; } .w-9\/12 { width: 75%; } .w-10\/12 { width: 83.333333%; } .w-11\/12 { width: 91.666667%; } .w-full { width: 100%; } .w-screen { width: 100vw; } .w-min { width: -webkit-min-content; width: -moz-min-content; width: min-content; } .w-max { width: -webkit-max-content; width: -moz-max-content; width: max-content; } .min-w-0 { min-width: 0px; } .min-w-full { min-width: 100%; } .min-w-min { min-width: -webkit-min-content; min-width: -moz-min-content; min-width: min-content; } .min-w-max { min-width: -webkit-max-content; min-width: -moz-max-content; min-width: max-content; } .max-w-0 { max-width: 0rem; } .max-w-none { max-width: none; } .max-w-xs { max-width: 20rem; } .max-w-sm { max-width: 24rem; } .max-w-md { max-width: 28rem; } .max-w-lg { max-width: 32rem; } .max-w-xl { max-width: 36rem; } .max-w-2xl { max-width: 42rem; } .max-w-3xl { max-width: 48rem; } .max-w-4xl { max-width: 56rem; } .max-w-5xl { max-width: 64rem; } .max-w-6xl { max-width: 72rem; } .max-w-7xl { max-width: 80rem; } .max-w-full { max-width: 100%; } .max-w-min { max-width: -webkit-min-content; max-width: -moz-min-content; max-width: min-content; } .max-w-max { max-width: -webkit-max-content; max-width: -moz-max-content; max-width: max-content; } .max-w-prose { max-width: 65ch; } .max-w-screen-sm { max-width: 640px; } .max-w-screen-md { max-width: 768px; } .max-w-screen-lg { max-width: 1024px; } .max-w-screen-xl { max-width: 1280px; } .max-w-screen-2xl { max-width: 1536px; }

.m-0 { margin: 0px !important; } .m-1 { margin: 0.25rem !important;} .m-2 { margin: 0.5rem !important;} .m-3 { margin: 0.75rem !important;} .m-4 { margin: 1rem !important;} .m-5 { margin: 1.25rem !important;} .m-6 { 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-14 { margin: 3.5rem !important;} .m-16 { margin: 4rem !important;} .m-20 { margin: 5rem !important;} .m-24 { 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; } .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-0 { margin: 0px !important; } .-m-1 { margin: -0.25rem !important; } .-m-2 { margin: -0.5rem !important; } .-m-3 { margin: -0.75rem !important; } .-m-4 { margin: -1rem !important; } .-m-5 { margin: -1.25rem !important; } .-m-6 { 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-14 { margin: -3.5rem !important; } .-m-16 { margin: -4rem !important; } .-m-20 { margin: -5rem !important; } .-m-24 { 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; } .mx-0 { margin-left: 0px !important; margin-right: 0px !important; } .mx-1 { margin-left: 0.25rem !important; margin-right: 0.25rem !important; } .mx-2 { margin-left: 0.5rem !important; margin-right: 0.5rem !important; } .mx-3 { margin-left: 0.75rem !important; margin-right: 0.75rem !important; } .mx-4 { margin-left: 1rem !important; margin-right: 1rem !important; } .mx-5 { margin-left: 1.25rem !important; margin-right: 1.25rem !important; } .mx-6 { margin-left: 1.5rem !important; margin-right: 1.5rem !important; } .mx-7 { margin-left: 1.75rem !important; margin-right: 1.75rem !important; } .mx-8 { margin-left: 2rem !important; margin-right: 2rem !important; } .mx-9 { margin-left: 2.25rem !important; margin-right: 2.25rem !important; } .mx-10 { margin-left: 2.5rem !important; margin-right: 2.5rem !important; } .mx-11 { margin-left: 2.75rem !important; margin-right: 2.75rem !important; } .mx-12 { margin-left: 3rem !important; margin-right: 3rem !important; } .mx-14 { margin-left: 3.5rem !important; margin-right: 3.5rem !important; } .mx-16 { margin-left: 4rem !important; margin-right: 4rem !important; } .mx-20 { margin-left: 5rem !important; margin-right: 5rem !important; } .mx-24 { margin-left: 6rem !important; margin-right: 6rem !important; } .mx-28 { margin-left: 7rem !important; margin-right: 7rem !important; } .mx-32 { margin-left: 8rem !important; margin-right: 8rem !important; } .mx-36 { margin-left: 9rem !important; margin-right: 9rem !important; } .mx-40 { margin-left: 10rem !important; margin-right: 10rem !important; } .mx-44 { margin-left: 11rem !important; margin-right: 11rem !important; } .mx-48 { margin-left: 12rem !important; margin-right: 12rem !important; } .mx-52 { margin-left: 13rem !important; margin-right: 13rem !important; } .mx-56 { margin-left: 14rem !important; margin-right: 14rem !important; } .mx-60 { margin-left: 15rem !important; margin-right: 15rem !important; } .mx-64 { margin-left: 16rem !important; margin-right: 16rem !important; } .mx-72 { margin-left: 18rem !important; margin-right: 18rem !important; } .mx-80 { margin-left: 20rem !important; margin-right: 20rem !important; } .mx-96 { margin-left: 24rem !important; margin-right: 24rem !important; } .mx-auto { margin-left: auto !important; margin-right: auto !important; } .mx-px { margin-left: 1px !important; margin-right: 1px !important; } .mx-0\.5 { margin-left: 0.125rem !important; margin-right: 0.125rem !important; } .mx-1\.5 { margin-left: 0.375rem !important; margin-right: 0.375rem !important; } .mx-2\.5 { margin-left: 0.625rem !important; margin-right: 0.625rem !important; } .mx-3\.5 { margin-left: 0.875rem !important; margin-right: 0.875rem !important; } .-mx-0 { margin-left: 0px !important; margin-right: 0px !important; } .-mx-1 { margin-left: -0.25rem !important; margin-right: -0.25rem !important; } .-mx-2 { margin-left: -0.5rem !important; margin-right: -0.5rem !important; } .-mx-3 { margin-left: -0.75rem !important; margin-right: -0.75rem !important; } .-mx-4 { margin-left: -1rem !important; margin-right: -1rem !important; } .-mx-5 { margin-left: -1.25rem !important; margin-right: -1.25rem !important; } .-mx-6 { margin-left: -1.5rem !important; margin-right: -1.5rem !important; } .-mx-7 { margin-left: -1.75rem !important; margin-right: -1.75rem !important; } .-mx-8 { margin-left: -2rem !important; margin-right: -2rem !important; } .-mx-9 { margin-left: -2.25rem !important; margin-right: -2.25rem !important; } .-mx-10 { margin-left: -2.5rem !important; margin-right: -2.5rem !important; } .-mx-11 { margin-left: -2.75rem !important; margin-right: -2.75rem !important; } .-mx-12 { margin-left: -3rem !important; margin-right: -3rem !important; } .-mx-14 { margin-left: -3.5rem !important; margin-right: -3.5rem !important; } .-mx-16 { margin-left: -4rem !important; margin-right: -4rem !important; } .-mx-20 { margin-left: -5rem !important; margin-right: -5rem !important; } .-mx-24 { margin-left: -6rem !important; margin-right: -6rem !important; } .-mx-28 { margin-left: -7rem !important; margin-right: -7rem !important; } .-mx-32 { margin-left: -8rem !important; margin-right: -8rem !important; } .-mx-36 { margin-left: -9rem !important; margin-right: -9rem !important; } .-mx-40 { margin-left: -10rem !important; margin-right: -10rem !important; } .-mx-44 { margin-left: -11rem !important; margin-right: -11rem !important; } .-mx-48 { margin-left: -12rem !important; margin-right: -12rem !important; } .-mx-52 { margin-left: -13rem !important; margin-right: -13rem !important; } .-mx-56 { margin-left: -14rem !important; margin-right: -14rem !important; } .-mx-60 { margin-left: -15rem !important; margin-right: -15rem !important; } .-mx-64 { margin-left: -16rem !important; margin-right: -16rem !important; } .-mx-72 { margin-left: -18rem !important; margin-right: -18rem !important; } .-mx-80 { margin-left: -20rem !important; margin-right: -20rem !important; } .-mx-96 { margin-left: -24rem !important; margin-right: -24rem !important; } .-mx-px { margin-left: -1px !important; margin-right: -1px !important; } .-mx-0\.5 { margin-left: -0.125rem !important; margin-right: -0.125rem !important; } .-mx-1\.5 { margin-left: -0.375rem !important; margin-right: -0.375rem !important; } .-mx-2\.5 { margin-left: -0.625rem !important; margin-right: -0.625rem !important; } .-mx-3\.5 { margin-left: -0.875rem !important; margin-right: -0.875rem !important; } .my-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .my-1 { margin-top: 0.25rem !important; margin-bottom: 0.25rem !important; } .my-2 { margin-top: 0.5rem !important; margin-bottom: 0.5rem !important; } .my-3 { margin-top: 0.75rem !important; margin-bottom: 0.75rem !important; } .my-4 { margin-top: 1rem !important; margin-bottom: 1rem !important; } .my-5 { margin-top: 1.25rem !important; margin-bottom: 1.25rem !important; } .my-6 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important; } .my-7 { margin-top: 1.75rem !important; margin-bottom: 1.75rem !important; } .my-8 { margin-top: 2rem !important; margin-bottom: 2rem !important; } .my-9 { margin-top: 2.25rem !important; margin-bottom: 2.25rem !important; } .my-10 { margin-top: 2.5rem !important; margin-bottom: 2.5rem !important; } .my-11 { margin-top: 2.75rem !important; margin-bottom: 2.75rem !important; } .my-12 { margin-top: 3rem !important; margin-bottom: 3rem !important; } .my-14 { margin-top: 3.5rem !important; margin-bottom: 3.5rem !important; } .my-16 { margin-top: 4rem !important; margin-bottom: 4rem !important; } .my-20 { margin-top: 5rem !important; margin-bottom: 5rem !important; } .my-24 { margin-top: 6rem !important; margin-bottom: 6rem !important; } .my-28 { margin-top: 7rem !important; margin-bottom: 7rem !important; } .my-32 { margin-top: 8rem !important; margin-bottom: 8rem !important; } .my-36 { margin-top: 9rem !important; margin-bottom: 9rem !important; } .my-40 { margin-top: 10rem !important; margin-bottom: 10rem !important; } .my-44 { margin-top: 11rem !important; margin-bottom: 11rem !important; } .my-48 { margin-top: 12rem !important; margin-bottom: 12rem !important; } .my-52 { margin-top: 13rem !important; margin-bottom: 13rem !important; } .my-56 { margin-top: 14rem !important; margin-bottom: 14rem !important; } .my-60 { margin-top: 15rem !important; margin-bottom: 15rem !important; } .my-64 { margin-top: 16rem !important; margin-bottom: 16rem !important; } .my-72 { margin-top: 18rem !important; margin-bottom: 18rem !important; } .my-80 { margin-top: 20rem !important; margin-bottom: 20rem !important; } .my-96 { margin-top: 24rem !important; margin-bottom: 24rem !important; } .my-auto { margin-top: auto !important; margin-bottom: auto !important; } .my-px { margin-top: 1px !important; margin-bottom: 1px !important; } .my-0\.5 { margin-top: 0.125rem !important; margin-bottom: 0.125rem !important; } .my-1\.5 { margin-top: 0.375rem !important; margin-bottom: 0.375rem !important; } .my-2\.5 { margin-top: 0.625rem !important; margin-bottom: 0.625rem !important; } .my-3\.5 { margin-top: 0.875rem !important; margin-bottom: 0.875rem !important; } .-my-0 { margin-top: 0px !important; margin-bottom: 0px !important; } .-my-1 { margin-top: -0.25rem !important; margin-bottom: -0.25rem !important; } .-my-2 { margin-top: -0.5rem !important; margin-bottom: -0.5rem !important; } .-my-3 { margin-top: -0.75rem !important; margin-bottom: -0.75rem !important; } .-my-4 { margin-top: -1rem !important; margin-bottom: -1rem !important; } .-my-5 { margin-top: -1.25rem !important; margin-bottom: -1.25rem !important; } .-my-6 { margin-top: -1.5rem !important; margin-bottom: -1.5rem !important; } .-my-7 { margin-top: -1.75rem !important; margin-bottom: -1.75rem !important; } .-my-8 { margin-top: -2rem !important; margin-bottom: -2rem !important; } .-my-9 { margin-top: -2.25rem !important; margin-bottom: -2.25rem !important; } .-my-10 { margin-top: -2.5rem !important; margin-bottom: -2.5rem !important; } .-my-11 { margin-top: -2.75rem !important; margin-bottom: -2.75rem !important; } .-my-12 { margin-top: -3rem !important; margin-bottom: -3rem !important; } .-my-14 { margin-top: -3.5rem !important; margin-bottom: -3.5rem !important; } .-my-16 { margin-top: -4rem !important; margin-bottom: -4rem !important; } .-my-20 { margin-top: -5rem !important; margin-bottom: -5rem !important; } .-my-24 { margin-top: -6rem !important; margin-bottom: -6rem !important; } .-my-28 { margin-top: -7rem !important; margin-bottom: -7rem !important; } .-my-32 { margin-top: -8rem !important; margin-bottom: -8rem !important; } .-my-36 { margin-top: -9rem !important; margin-bottom: -9rem !important; } .-my-40 { margin-top: -10rem !important; margin-bottom: -10rem !important; } .-my-44 { margin-top: -11rem !important; margin-bottom: -11rem !important; } .-my-48 { margin-top: -12rem !important; margin-bottom: -12rem !important; } .-my-52 { margin-top: -13rem !important; margin-bottom: -13rem !important; } .-my-56 { margin-top: -14rem !important; margin-bottom: -14rem !important; } .-my-60 { margin-top: -15rem !important; margin-bottom: -15rem !important; } .-my-64 { margin-top: -16rem !important; margin-bottom: -16rem !important; } .-my-72 { margin-top: -18rem !important; margin-bottom: -18rem !important; } .-my-80 { margin-top: -20rem !important; margin-bottom: -20rem !important; } .-my-96 { margin-top: -24rem !important; margin-bottom: -24rem !important; } .-my-px { margin-top: -1px !important; margin-bottom: -1px !important; } .-my-0\.5 { margin-top: -0.125rem !important; margin-bottom: -0.125rem !important; } .-my-1\.5 { margin-top: -0.375rem !important; margin-bottom: -0.375rem !important; } .-my-2\.5 { margin-top: -0.625rem !important; margin-bottom: -0.625rem !important; } .-my-3\.5 { margin-top: -0.875rem !important; margin-bottom: -0.875rem !important; } .mt-0 { margin-top: 0px !important; } .mt-1 { margin-top: 0.25rem !important; } .mt-2 { margin-top: 0.5rem !important; } .mt-3 { margin-top: 0.75rem !important; } .mt-4 { margin-top: 1rem !important; } .mt-5 { margin-top: 1.25rem !important; } .mt-6 { margin-top: 1.5rem !important; } .mt-7 { margin-top: 1.75rem !important; } .mt-8 { margin-top: 2rem !important; } .mt-9 { margin-top: 2.25rem !important; } .mt-10 { margin-top: 2.5rem !important; } .mt-11 { margin-top: 2.75rem !important; } .mt-12 { margin-top: 3rem !important; } .mt-14 { margin-top: 3.5rem !important; } .mt-16 { margin-top: 4rem !important; } .mt-20 { margin-top: 5rem !important; } .mt-24 { margin-top: 6rem !important; } .mt-28 { margin-top: 7rem !important; } .mt-32 { margin-top: 8rem !important; } .mt-36 { margin-top: 9rem !important; } .mt-40 { margin-top: 10rem !important; } .mt-44 { margin-top: 11rem !important; } .mt-48 { margin-top: 12rem !important; } .mt-52 { margin-top: 13rem !important; } .mt-56 { margin-top: 14rem !important; } .mt-60 { margin-top: 15rem !important; } .mt-64 { margin-top: 16rem !important; } .mt-72 { margin-top: 18rem !important; } .mt-80 { margin-top: 20rem !important; } .mt-96 { margin-top: 24rem !important; } .mt-auto { margin-top: auto !important; } .mt-px { margin-top: 1px !important; } .mt-0\.5 { margin-top: 0.125rem !important; } .mt-1\.5 { margin-top: 0.375rem !important; } .mt-2\.5 { margin-top: 0.625rem !important; } .mt-3\.5 { margin-top: 0.875rem !important; } .-mt-0 { margin-top: 0px !important; } .-mt-1 { margin-top: -0.25rem !important; } .-mt-2 { margin-top: -0.5rem !important; } .-mt-3 { margin-top: -0.75rem !important; } .-mt-4 { margin-top: -1rem !important; } .-mt-5 { margin-top: -1.25rem !important; } .-mt-6 { margin-top: -1.5rem !important; } .-mt-7 { margin-top: -1.75rem !important; } .-mt-8 { margin-top: -2rem !important; } .-mt-9 { margin-top: -2.25rem !important; } .-mt-10 { margin-top: -2.5rem !important; } .-mt-11 { margin-top: -2.75rem !important; } .-mt-12 { margin-top: -3rem !important; } .-mt-14 { margin-top: -3.5rem !important; } .-mt-16 { margin-top: -4rem !important; } .-mt-20 { margin-top: -5rem !important; } .-mt-24 { margin-top: -6rem !important; } .-mt-28 { margin-top: -7rem !important; } .-mt-32 { margin-top: -8rem !important; } .-mt-36 { margin-top: -9rem !important; } .-mt-40 { margin-top: -10rem !important; } .-mt-44 { margin-top: -11rem !important; } .-mt-48 { margin-top: -12rem !important; } .-mt-52 { margin-top: -13rem !important; } .-mt-56 { margin-top: -14rem !important; } .-mt-60 { margin-top: -15rem !important; } .-mt-64 { margin-top: -16rem !important; } .-mt-72 { margin-top: -18rem !important; } .-mt-80 { margin-top: -20rem !important; } .-mt-96 { margin-top: -24rem !important; } .-mt-px { margin-top: -1px !important; } .-mt-0\.5 { margin-top: -0.125rem !important; } .-mt-1\.5 { margin-top: -0.375rem !important; } .-mt-2\.5 { margin-top: -0.625rem !important; } .-mt-3\.5 { margin-top: -0.875rem !important; } .mr-0 { margin-right: 0px !important; } .mr-1 { margin-right: 0.25rem !important; } .mr-2 { margin-right: 0.5rem !important; } .mr-3 { margin-right: 0.75rem !important; } .mr-4 { margin-right: 1rem !important; } .mr-5 { margin-right: 1.25rem !important; } .mr-6 { margin-right: 1.5rem !important; } .mr-7 { margin-right: 1.75rem !important; } .mr-8 { margin-right: 2rem !important; } .mr-9 { margin-right: 2.25rem !important; } .mr-10 { margin-right: 2.5rem !important; } .mr-11 { margin-right: 2.75rem !important; } .mr-12 { margin-right: 3rem !important; } .mr-14 { margin-right: 3.5rem !important; } .mr-16 { margin-right: 4rem !important; } .mr-20 { margin-right: 5rem !important; } .mr-24 { margin-right: 6rem !important; } .mr-28 { margin-right: 7rem !important; } .mr-32 { margin-right: 8rem !important; } .mr-36 { margin-right: 9rem !important; } .mr-40 { margin-right: 10rem !important; } .mr-44 { margin-right: 11rem !important; } .mr-48 { margin-right: 12rem !important; } .mr-52 { margin-right: 13rem !important; } .mr-56 { margin-right: 14rem !important; } .mr-60 { margin-right: 15rem !important; } .mr-64 { margin-right: 16rem !important; } .mr-72 { margin-right: 18rem !important; } .mr-80 { margin-right: 20rem !important; } .mr-96 { margin-right: 24rem !important; } .mr-auto { margin-right: auto !important; } .mr-px { margin-right: 1px !important; } .mr-0\.5 { margin-right: 0.125rem !important; } .mr-1\.5 { margin-right: 0.375rem !important; } .mr-2\.5 { margin-right: 0.625rem !important; } .mr-3\.5 { margin-right: 0.875rem !important; } .-mr-0 { margin-right: 0px !important; } .-mr-1 { margin-right: -0.25rem !important; } .-mr-2 { margin-right: -0.5rem !important; } .-mr-3 { margin-right: -0.75rem !important; } .-mr-4 { margin-right: -1rem !important; } .-mr-5 { margin-right: -1.25rem !important; } .-mr-6 { margin-right: -1.5rem !important; } .-mr-7 { margin-right: -1.75rem !important; } .-mr-8 { margin-right: -2rem !important; } .-mr-9 { margin-right: -2.25rem !important; } .-mr-10 { margin-right: -2.5rem !important; } .-mr-11 { margin-right: -2.75rem !important; } .-mr-12 { margin-right: -3rem !important; } .-mr-14 { margin-right: -3.5rem !important; } .-mr-16 { margin-right: -4rem !important; } .-mr-20 { margin-right: -5rem !important; } .-mr-24 { margin-right: -6rem !important; } .-mr-28 { margin-right: -7rem !important; } .-mr-32 { margin-right: -8rem !important; } .-mr-36 { margin-right: -9rem !important; } .-mr-40 { margin-right: -10rem !important; } .-mr-44 { margin-right: -11rem !important; } .-mr-48 { margin-right: -12rem !important; } .-mr-52 { margin-right: -13rem !important; } .-mr-56 { margin-right: -14rem !important; } .-mr-60 { margin-right: -15rem !important; } .-mr-64 { margin-right: -16rem !important; } .-mr-72 { margin-right: -18rem !important; } .-mr-80 { margin-right: -20rem !important; } .-mr-96 { margin-right: -24rem !important; } .-mr-px { margin-right: -1px !important; } .-mr-0\.5 { margin-right: -0.125rem !important; } .-mr-1\.5 { margin-right: -0.375rem !important; } .-mr-2\.5 { margin-right: -0.625rem !important; } .-mr-3\.5 { margin-right: -0.875rem !important; } .mb-0 { margin-bottom: 0px !important; } .mb-1 { margin-bottom: 0.25rem !important; } .mb-2 { margin-bottom: 0.5rem !important; } .mb-3 { margin-bottom: 0.75rem !important; } .mb-4 { margin-bottom: 1rem !important; } .mb-5 { margin-bottom: 1.25rem !important; } .mb-6 { margin-bottom: 1.5rem !important; } .mb-7 { margin-bottom: 1.75rem !important; } .mb-8 { margin-bottom: 2rem !important; } .mb-9 { margin-bottom: 2.25rem !important; } .mb-10 { margin-bottom: 2.5rem !important; } .mb-11 { margin-bottom: 2.75rem !important; } .mb-12 { margin-bottom: 3rem !important; } .mb-14 { margin-bottom: 3.5rem !important; } .mb-16 { margin-bottom: 4rem !important; } .mb-20 { margin-bottom: 5rem !important; } .mb-24 { margin-bottom: 6rem !important; } .mb-28 { margin-bottom: 7rem !important; } .mb-32 { margin-bottom: 8rem !important; } .mb-36 { margin-bottom: 9rem !important; } .mb-40 { margin-bottom: 10rem !important; } .mb-44 { margin-bottom: 11rem !important; } .mb-48 { margin-bottom: 12rem !important; } .mb-52 { margin-bottom: 13rem !important; } .mb-56 { margin-bottom: 14rem !important; } .mb-60 { margin-bottom: 15rem !important; } .mb-64 { margin-bottom: 16rem !important; } .mb-72 { margin-bottom: 18rem !important; } .mb-80 { margin-bottom: 20rem !important; } .mb-96 { margin-bottom: 24rem !important; } .mb-auto { margin-bottom: auto !important; } .mb-px { margin-bottom: 1px !important; } .mb-0\.5 { margin-bottom: 0.125rem !important; } .mb-1\.5 { margin-bottom: 0.375rem !important; } .mb-2\.5 { margin-bottom: 0.625rem !important; } .mb-3\.5 { margin-bottom: 0.875rem !important; } .-mb-0 { margin-bottom: 0px !important; } .-mb-1 { margin-bottom: -0.25rem !important; } .-mb-2 { margin-bottom: -0.5rem !important; } .-mb-3 { margin-bottom: -0.75rem !important; } .-mb-4 { margin-bottom: -1rem !important; } .-mb-5 { margin-bottom: -1.25rem !important; } .-mb-6 { margin-bottom: -1.5rem !important; } .-mb-7 { margin-bottom: -1.75rem !important; } .-mb-8 { margin-bottom: -2rem !important; } .-mb-9 { margin-bottom: -2.25rem !important; } .-mb-10 { margin-bottom: -2.5rem !important; } .-mb-11 { margin-bottom: -2.75rem !important; } .-mb-12 { margin-bottom: -3rem !important; } .-mb-14 { margin-bottom: -3.5rem !important; } .-mb-16 { margin-bottom: -4rem !important; } .-mb-20 { margin-bottom: -5rem !important; } .-mb-24 { margin-bottom: -6rem !important; } .-mb-28 { margin-bottom: -7rem !important; } .-mb-32 { margin-bottom: -8rem !important; } .-mb-36 { margin-bottom: -9rem !important; } .-mb-40 { margin-bottom: -10rem !important; } .-mb-44 { margin-bottom: -11rem !important; } .-mb-48 { margin-bottom: -12rem !important; } .-mb-52 { margin-bottom: -13rem !important; } .-mb-56 { margin-bottom: -14rem !important; } .-mb-60 { margin-bottom: -15rem !important; } .-mb-64 { margin-bottom: -16rem !important; } .-mb-72 { margin-bottom: -18rem !important; } .-mb-80 { margin-bottom: -20rem !important; } .-mb-96 { margin-bottom: -24rem !important; } .-mb-px { margin-bottom: -1px !important; } .-mb-0\.5 { margin-bottom: -0.125rem !important; } .-mb-1\.5 { margin-bottom: -0.375rem !important; } .-mb-2\.5 { margin-bottom: -0.625rem !important; } .-mb-3\.5 { margin-bottom: -0.875rem !important; } .ml-0 { margin-left: 0px !important; } .ml-1 { margin-left: 0.25rem !important; } .ml-2 { margin-left: 0.5rem !important; } .ml-3 { margin-left: 0.75rem !important; } .ml-4 { margin-left: 1rem !important; } .ml-5 { margin-left: 1.25rem !important; } .ml-6 { margin-left: 1.5rem !important; } .ml-7 { margin-left: 1.75rem !important; } .ml-8 { margin-left: 2rem !important; } .ml-9 { margin-left: 2.25rem !important; } .ml-10 { margin-left: 2.5rem !important; } .ml-11 { margin-left: 2.75rem !important; } .ml-12 { margin-left: 3rem !important; } .ml-14 { margin-left: 3.5rem !important; } .ml-16 { margin-left: 4rem !important; } .ml-20 { margin-left: 5rem !important; } .ml-24 { margin-left: 6rem !important; } .ml-28 { margin-left: 7rem !important; } .ml-32 { margin-left: 8rem !important; } .ml-36 { margin-left: 9rem !important; } .ml-40 { margin-left: 10rem !important; } .ml-44 { margin-left: 11rem !important; } .ml-48 { margin-left: 12rem !important; } .ml-52 { margin-left: 13rem !important; } .ml-56 { margin-left: 14rem !important; } .ml-60 { margin-left: 15rem !important; } .ml-64 { margin-left: 16rem !important; } .ml-72 { margin-left: 18rem !important; } .ml-80 { margin-left: 20rem !important; } .ml-96 { margin-left: 24rem !important; } .ml-auto { margin-left: auto !important; } .ml-px { margin-left: 1px !important; } .ml-0\.5 { margin-left: 0.125rem !important; } .ml-1\.5 { margin-left: 0.375rem !important; } .ml-2\.5 { margin-left: 0.625rem !important; } .ml-3\.5 { margin-left: 0.875rem !important; } .-ml-0 { margin-left: 0px !important; } .-ml-1 { margin-left: -0.25rem !important; } .-ml-2 { margin-left: -0.5rem !important; } .-ml-3 { margin-left: -0.75rem !important; } .-ml-4 { margin-left: -1rem !important; } .-ml-5 { margin-left: -1.25rem !important; } .-ml-6 { margin-left: -1.5rem !important; } .-ml-7 { margin-left: -1.75rem !important; } .-ml-8 { margin-left: -2rem !important; } .-ml-9 { margin-left: -2.25rem !important; } .-ml-10 { margin-left: -2.5rem !important; } .-ml-11 { margin-left: -2.75rem !important; } .-ml-12 { margin-left: -3rem !important; } .-ml-14 { margin-left: -3.5rem !important; } .-ml-16 { margin-left: -4rem !important; } .-ml-20 { margin-left: -5rem !important; } .-ml-24 { margin-left: -6rem !important; } .-ml-28 { margin-left: -7rem !important; } .-ml-32 { margin-left: -8rem !important; } .-ml-36 { margin-left: -9rem !important; } .-ml-40 { margin-left: -10rem !important; } .-ml-44 { margin-left: -11rem !important; } .-ml-48 { margin-left: -12rem !important; } .-ml-52 { margin-left: -13rem !important; } .-ml-56 { margin-left: -14rem !important; } .-ml-60 { margin-left: -15rem !important; } .-ml-64 { margin-left: -16rem !important; } .-ml-72 { margin-left: -18rem !important; } .-ml-80 { margin-left: -20rem !important; } .-ml-96 { margin-left: -24rem !important; } .-ml-px { margin-left: -1px !important; } .-ml-0\.5 { margin-left: -0.125rem !important; } .-ml-1\.5 { margin-left: -0.375rem !important; } .-ml-2\.5 { margin-left: -0.625rem !important; } .-ml-3\.5 { margin-left: -0.875rem !important; }
.mx-0{margin-left:0px !important;margin-right:0px !important;} .mx-1{margin-left:0.25rem !important;margin-right:0.25rem !important;} .mx-2{margin-left:0.5rem !important;margin-right:0.5rem !important;} .mx-3{margin-left:0.75rem !important;margin-right:0.75rem !important;} .mx-4{margin-left:1rem !important;margin-right:1rem !important;} .mx-5{margin-left:1.25rem !important;margin-right:1.25rem !important;} .mx-6{margin-left:1.5rem !important;margin-right:1.5rem !important;} .mx-7{margin-left:1.75rem !important;margin-right:1.75rem !important;} .mx-8{margin-left:2rem !important;margin-right:2rem !important;} .mx-9{margin-left:2.25rem !important;margin-right:2.25rem !important;} .mx-10{margin-left:2.5rem !important;margin-right:2.5rem !important;} .mx-11{margin-left:2.75rem !important;margin-right:2.75rem !important;} .mx-12{margin-left:3rem !important;margin-right:3rem !important;} .mx-14{margin-left:3.5rem !important;margin-right:3.5rem !important;} .mx-16{margin-left:4rem !important;margin-right:4rem !important;} .mx-20{margin-left:5rem !important;margin-right:5rem !important;} .mx-24{margin-left:6rem !important;margin-right:6rem !important;} .mx-28{margin-left:7rem !important;margin-right:7rem !important;} .mx-32{margin-left:8rem !important;margin-right:8rem !important;} .mx-36{margin-left:9rem !important;margin-right:9rem !important;} .mx-40{margin-left:10rem !important;margin-right:10rem !important;} .mx-44{margin-left:11rem !important;margin-right:11rem !important;} .mx-48{margin-left:12rem !important;margin-right:12rem !important;} .mx-52{margin-left:13rem !important;margin-right:13rem !important;} .mx-56{margin-left:14rem !important;margin-right:14rem !important;} .mx-60{margin-left:15rem !important;margin-right:15rem !important;} .mx-64{margin-left:16rem !important;margin-right:16rem !important;} .mx-72{margin-left:18rem !important;margin-right:18rem !important;} .mx-80{margin-left:20rem !important;margin-right:20rem !important;} .mx-96{margin-left:24rem !important;margin-right:24rem !important;} .mx-auto{margin-left:auto !important;margin-right:auto !important;} .mx-px{margin-left:1px !important;margin-right:1px !important;}

.p-0 { padding: 0px !important; } .p-1 { padding: 0.25rem !important; } .p-2 { padding: 0.5rem !important; } .p-3 { padding: 0.75rem !important; } .p-4 { padding: 1rem !important; } .p-5 { padding: 1.25rem !important; } .p-6 { 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-14 { padding: 3.5rem !important; } .p-16 { padding: 4rem !important; } .p-20 { padding: 5rem !important; } .p-24 { 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; } .px-0 { padding-left: 0px !important; padding-right: 0px !important; } .px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; } .px-2 { padding-left: 0.5rem !important; padding-right: 0.5rem !important; } .px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; } .px-4 { padding-left: 1rem !important; padding-right: 1rem !important; } .px-5 { padding-left: 1.25rem !important; padding-right: 1.25rem !important; } .px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; } .px-7 { padding-left: 1.75rem !important; padding-right: 1.75rem !important; } .px-8 { padding-left: 2rem !important; padding-right: 2rem !important; } .px-9 { padding-left: 2.25rem !important; padding-right: 2.25rem !important; } .px-10 { padding-left: 2.5rem !important; padding-right: 2.5rem !important; } .px-11 { padding-left: 2.75rem !important; padding-right: 2.75rem !important; } .px-12 { padding-left: 3rem !important; padding-right: 3rem !important; } .px-14 { padding-left: 3.5rem !important; padding-right: 3.5rem !important; } .px-16 { padding-left: 4rem !important; padding-right: 4rem !important; } .px-20 { padding-left: 5rem !important; padding-right: 5rem !important; } .px-24 { padding-left: 6rem !important; padding-right: 6rem !important; } .px-28 { padding-left: 7rem !important; padding-right: 7rem !important; } .px-32 { padding-left: 8rem !important; padding-right: 8rem !important; } .px-36 { padding-left: 9rem !important; padding-right: 9rem !important; } .px-40 { padding-left: 10rem !important; padding-right: 10rem !important; } .px-44 { padding-left: 11rem !important; padding-right: 11rem !important; } .px-48 { padding-left: 12rem !important; padding-right: 12rem !important; } .px-52 { padding-left: 13rem !important; padding-right: 13rem !important; } .px-56 { padding-left: 14rem !important; padding-right: 14rem !important; } .px-60 { padding-left: 15rem !important; padding-right: 15rem !important; } .px-64 { padding-left: 16rem !important; padding-right: 16rem !important; } .px-72 { padding-left: 18rem !important; padding-right: 18rem !important; } .px-80 { padding-left: 20rem !important; padding-right: 20rem !important; } .px-96 { padding-left: 24rem !important; padding-right: 24rem !important; } .px-px { padding-left: 1px !important; padding-right: 1px !important; } .px-0\.5 { padding-left: 0.125rem !important; padding-right: 0.125rem !important; } .px-1\.5 { padding-left: 0.375rem !important; padding-right: 0.375rem !important; } .px-2\.5 { padding-left: 0.625rem !important; padding-right: 0.625rem !important; } .px-3\.5 { padding-left: 0.875rem !important; padding-right: 0.875rem !important; } .py-0 { padding-top: 0px !important; padding-bottom: 0px !important; } .py-1 { padding-top: 0.25rem !important; padding-bottom: 0.25rem !important; } .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; } .py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; } .py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; } .py-5 { padding-top: 1.25rem !important; padding-bottom: 1.25rem !important; } .py-6 { padding-top: 1.5rem !important; padding-bottom: 1.5rem !important; } .py-7 { padding-top: 1.75rem !important; padding-bottom: 1.75rem !important; } .py-8 { padding-top: 2rem !important; padding-bottom: 2rem !important; } .py-9 { padding-top: 2.25rem !important; padding-bottom: 2.25rem !important; } .py-10 { padding-top: 2.5rem !important; padding-bottom: 2.5rem !important; } .py-11 { padding-top: 2.75rem !important; padding-bottom: 2.75rem !important; } .py-12 { padding-top: 3rem !important; padding-bottom: 3rem !important; } .py-14 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; } .py-16 { padding-top: 4rem !important; padding-bottom: 4rem !important; } .py-20 { padding-top: 5rem !important; padding-bottom: 5rem !important; } .py-24 { padding-top: 6rem !important; padding-bottom: 6rem !important; } .py-28 { padding-top: 7rem !important; padding-bottom: 7rem !important; } .py-32 { padding-top: 8rem !important; padding-bottom: 8rem !important; } .py-36 { padding-top: 9rem !important; padding-bottom: 9rem !important; } .py-40 { padding-top: 10rem !important; padding-bottom: 10rem !important; } .py-44 { padding-top: 11rem !important; padding-bottom: 11rem !important; } .py-48 { padding-top: 12rem !important; padding-bottom: 12rem !important; } .py-52 { padding-top: 13rem !important; padding-bottom: 13rem !important; } .py-56 { padding-top: 14rem !important; padding-bottom: 14rem !important; } .py-60 { padding-top: 15rem !important; padding-bottom: 15rem !important; } .py-64 { padding-top: 16rem !important; padding-bottom: 16rem !important; } .py-72 { padding-top: 18rem !important; padding-bottom: 18rem !important; } .py-80 { padding-top: 20rem !important; padding-bottom: 20rem !important; } .py-96 { padding-top: 24rem !important; padding-bottom: 24rem !important; } .py-px { padding-top: 1px !important; padding-bottom: 1px !important; } .py-0\.5 { padding-top: 0.125rem !important; padding-bottom: 0.125rem !important; } .py-1\.5 { padding-top: 0.375rem !important; padding-bottom: 0.375rem !important; } .py-2\.5 { padding-top: 0.625rem !important; padding-bottom: 0.625rem !important; } .py-3\.5 { padding-top: 0.875rem !important; padding-bottom: 0.875rem !important; } .pt-0 { padding-top: 0px !important; } .pt-1 { padding-top: 0.25rem !important; } .pt-2 { padding-top: 0.5rem !important; } .pt-3 { padding-top: 0.75rem !important; } .pt-4 { padding-top: 1rem !important; } .pt-5 { padding-top: 1.25rem !important; } .pt-6 { padding-top: 1.5rem !important; } .pt-7 { padding-top: 1.75rem !important; } .pt-8 { padding-top: 2rem !important; } .pt-9 { padding-top: 2.25rem !important; } .pt-10 { padding-top: 2.5rem !important; } .pt-11 { padding-top: 2.75rem !important; } .pt-12 { padding-top: 3rem !important; } .pt-14 { padding-top: 3.5rem !important; } .pt-16 { padding-top: 4rem !important; } .pt-20 { padding-top: 5rem !important; } .pt-24 { padding-top: 6rem !important; } .pt-28 { padding-top: 7rem !important; } .pt-32 { padding-top: 8rem !important; } .pt-36 { padding-top: 9rem !important; } .pt-40 { padding-top: 10rem !important; } .pt-44 { padding-top: 11rem !important; } .pt-48 { padding-top: 12rem !important; } .pt-52 { padding-top: 13rem !important; } .pt-56 { padding-top: 14rem !important; } .pt-60 { padding-top: 15rem !important; } .pt-64 { padding-top: 16rem !important; } .pt-72 { padding-top: 18rem !important; } .pt-80 { padding-top: 20rem !important; } .pt-96 { padding-top: 24rem !important; } .pt-px { padding-top: 1px !important; } .pt-0\.5 { padding-top: 0.125rem !important; } .pt-1\.5 { padding-top: 0.375rem !important; } .pt-2\.5 { padding-top: 0.625rem !important; } .pt-3\.5 { padding-top: 0.875rem !important; } .pr-0 { padding-right: 0px !important; } .pr-1 { padding-right: 0.25rem !important; } .pr-2 { padding-right: 0.5rem !important; } .pr-3 { padding-right: 0.75rem !important; } .pr-4 { padding-right: 1rem !important; } .pr-5 { padding-right: 1.25rem !important; } .pr-6 { padding-right: 1.5rem !important; } .pr-7 { padding-right: 1.75rem !important; } .pr-8 { padding-right: 2rem !important; } .pr-9 { padding-right: 2.25rem !important; } .pr-10 { padding-right: 2.5rem !important; } .pr-11 { padding-right: 2.75rem !important; } .pr-12 { padding-right: 3rem !important; } .pr-14 { padding-right: 3.5rem !important; } .pr-16 { padding-right: 4rem !important; } .pr-20 { padding-right: 5rem !important; } .pr-24 { padding-right: 6rem !important; } .pr-28 { padding-right: 7rem !important; } .pr-32 { padding-right: 8rem !important; } .pr-36 { padding-right: 9rem !important; } .pr-40 { padding-right: 10rem !important; } .pr-44 { padding-right: 11rem !important; } .pr-48 { padding-right: 12rem !important; } .pr-52 { padding-right: 13rem !important; } .pr-56 { padding-right: 14rem !important; } .pr-60 { padding-right: 15rem !important; } .pr-64 { padding-right: 16rem !important; } .pr-72 { padding-right: 18rem !important; } .pr-80 { padding-right: 20rem !important; } .pr-96 { padding-right: 24rem !important; } .pr-px { padding-right: 1px !important; } .pr-0\.5 { padding-right: 0.125rem !important; } .pr-1\.5 { padding-right: 0.375rem !important; } .pr-2\.5 { padding-right: 0.625rem !important; } .pr-3\.5 { padding-right: 0.875rem !important; } .pb-0 { padding-bottom: 0px !important; } .pb-1 { padding-bottom: 0.25rem !important; } .pb-2 { padding-bottom: 0.5rem !important; } .pb-3 { padding-bottom: 0.75rem !important; } .pb-4 { padding-bottom: 1rem !important; } .pb-5 { padding-bottom: 1.25rem !important; } .pb-6 { padding-bottom: 1.5rem !important; } .pb-7 { padding-bottom: 1.75rem !important; } .pb-8 { padding-bottom: 2rem !important; } .pb-9 { padding-bottom: 2.25rem !important; } .pb-10 { padding-bottom: 2.5rem !important; } .pb-11 { padding-bottom: 2.75rem !important; } .pb-12 { padding-bottom: 3rem !important; } .pb-14 { padding-bottom: 3.5rem !important; } .pb-16 { padding-bottom: 4rem !important; } .pb-20 { padding-bottom: 5rem !important; } .pb-24 { padding-bottom: 6rem !important; } .pb-28 { padding-bottom: 7rem !important; } .pb-32 { padding-bottom: 8rem !important; } .pb-36 { padding-bottom: 9rem !important; } .pb-40 { padding-bottom: 10rem !important; } .pb-44 { padding-bottom: 11rem !important; } .pb-48 { padding-bottom: 12rem !important; } .pb-52 { padding-bottom: 13rem !important; } .pb-56 { padding-bottom: 14rem !important; } .pb-60 { padding-bottom: 15rem !important; } .pb-64 { padding-bottom: 16rem !important; } .pb-72 { padding-bottom: 18rem !important; } .pb-80 { padding-bottom: 20rem !important; } .pb-96 { padding-bottom: 24rem !important; } .pb-px { padding-bottom: 1px !important; } .pb-0\.5 { padding-bottom: 0.125rem !important; } .pb-1\.5 { padding-bottom: 0.375rem !important; } .pb-2\.5 { padding-bottom: 0.625rem !important; } .pb-3\.5 { padding-bottom: 0.875rem !important; } .pl-0 { padding-left: 0px !important; } .pl-1 { padding-left: 0.25rem !important; } .pl-2 { padding-left: 0.5rem !important; } .pl-3 { padding-left: 0.75rem !important; } .pl-4 { padding-left: 1rem !important; } .pl-5 { padding-left: 1.25rem !important; } .pl-6 { padding-left: 1.5rem !important; } .pl-7 { padding-left: 1.75rem !important; } .pl-8 { padding-left: 2rem !important; } .pl-9 { padding-left: 2.25rem !important; } .pl-10 { padding-left: 2.5rem !important; } .pl-11 { padding-left: 2.75rem !important; } .pl-12 { padding-left: 3rem !important; } .pl-14 { padding-left: 3.5rem !important; } .pl-16 { padding-left: 4rem !important; } .pl-20 { padding-left: 5rem !important; } .pl-24 { padding-left: 6rem !important; } .pl-28 { padding-left: 7rem !important; } .pl-32 { padding-left: 8rem !important; } .pl-36 { padding-left: 9rem !important; } .pl-40 { padding-left: 10rem !important; } .pl-44 { padding-left: 11rem !important; } .pl-48 { padding-left: 12rem !important; } .pl-52 { padding-left: 13rem !important; } .pl-56 { padding-left: 14rem !important; } .pl-60 { padding-left: 15rem !important; } .pl-64 { padding-left: 16rem !important; } .pl-72 { padding-left: 18rem !important; } .pl-80 { padding-left: 20rem !important; } .pl-96 { padding-left: 24rem !important; } .pl-px { padding-left: 1px !important; } .pl-0\.5 { padding-left: 0.125rem !important; } .pl-1\.5 { padding-left: 0.375rem !important; } .pl-2\.5 { padding-left: 0.625rem !important; } .pl-3\.5 { padding-left: 0.875rem !important; }
.px-0{padding-left:0px !important;padding-right:0px !important;} .px-1{padding-left:0.25rem !important;padding-right:0.25rem !important;} .px-2{padding-left:0.5rem !important;padding-right:0.5rem !important;} .px-3{padding-left:0.75rem !important;padding-right:0.75rem !important;} .px-4{padding-left:1rem !important;padding-right:1rem !important;} .px-5{padding-left:1.25rem !important;padding-right:1.25rem !important;} .px-6{padding-left:1.5rem !important;padding-right:1.5rem !important;} .px-7{padding-left:1.75rem !important;padding-right:1.75rem !important;} .px-8{padding-left:2rem !important;padding-right:2rem !important;} .px-9{padding-left:2.25rem !important;padding-right:2.25rem !important;} .px-10{padding-left:2.5rem !important;padding-right:2.5rem !important;} .px-11{padding-left:2.75rem !important;padding-right:2.75rem !important;} .px-12{padding-left:3rem !important;padding-right:3rem !important;} .px-14{padding-left:3.5rem !important;padding-right:3.5rem !important;} .px-16{padding-left:4rem !important;padding-right:4rem !important;} .px-20{padding-left:5rem !important;padding-right:5rem !important;} .px-24{padding-left:6rem !important;padding-right:6rem !important;} .px-28{padding-left:7rem !important;padding-right:7rem !important;} .px-32{padding-left:8rem !important;padding-right:8rem !important;} .px-36{padding-left:9rem !important;padding-right:9rem !important;} .px-40{padding-left:10rem !important;padding-right:10rem !important;} .px-44{padding-left:11rem !important;padding-right:11rem !important;} .px-48{padding-left:12rem !important;padding-right:12rem !important;} .px-52{padding-left:13rem !important;padding-right:13rem !important;} .px-56{padding-left:14rem !important;padding-right:14rem !important;} .px-60{padding-left:15rem !important;padding-right:15rem !important;} .px-64{padding-left:16rem !important;padding-right:16rem !important;} .px-72{padding-left:18rem !important;padding-right:18rem !important;} .px-80{padding-left:20rem !important;padding-right:20rem !important;} .px-96{padding-left:24rem !important;padding-right:24rem !important;}

.bg-transparent { background-color: transparent; } .bg-current { background-color: currentColor; } .bg-black { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); } .bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .bg-gray-50 { --tw-bg-opacity: 1; background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); } .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); } .bg-gray-200 { --tw-bg-opacity: 1; background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); } .bg-gray-300 { --tw-bg-opacity: 1; background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); } .bg-gray-400 { --tw-bg-opacity: 1; background-color: rgba(156, 163, 175, var(--tw-bg-opacity)); } .bg-gray-500 { --tw-bg-opacity: 1; background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); } .bg-gray-600 { --tw-bg-opacity: 1; background-color: rgba(75, 85, 99, var(--tw-bg-opacity)); } .bg-gray-700 { --tw-bg-opacity: 1; background-color: rgba(55, 65, 81, var(--tw-bg-opacity)); } .bg-gray-800 { --tw-bg-opacity: 1; background-color: rgba(31, 41, 55, var(--tw-bg-opacity)); } .bg-gray-900 { --tw-bg-opacity: 1; background-color: rgba(17, 24, 39, var(--tw-bg-opacity)); } .bg-red-50 { --tw-bg-opacity: 1; background-color: rgba(254, 242, 242, var(--tw-bg-opacity)); } .bg-red-100 { --tw-bg-opacity: 1; background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); } .bg-red-200 { --tw-bg-opacity: 1; background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); } .bg-red-300 { --tw-bg-opacity: 1; background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); } .bg-red-400 { --tw-bg-opacity: 1; background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); } .bg-red-500 { --tw-bg-opacity: 1; background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); } .bg-red-600 { --tw-bg-opacity: 1; background-color: rgba(220, 38, 38, var(--tw-bg-opacity)); } .bg-red-700 { --tw-bg-opacity: 1; background-color: rgba(185, 28, 28, var(--tw-bg-opacity)); } .bg-red-800 { --tw-bg-opacity: 1; background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); } .bg-red-900 { --tw-bg-opacity: 1; background-color: rgba(127, 29, 29, var(--tw-bg-opacity)); } .bg-yellow-50 { --tw-bg-opacity: 1; background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); } .bg-yellow-100 { --tw-bg-opacity: 1; background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); } .bg-yellow-200 { --tw-bg-opacity: 1; background-color: rgba(253, 230, 138, var(--tw-bg-opacity)); } .bg-yellow-300 { --tw-bg-opacity: 1; background-color: rgba(252, 211, 77, var(--tw-bg-opacity)); } .bg-yellow-400 { --tw-bg-opacity: 1; background-color: rgba(251, 191, 36, var(--tw-bg-opacity)); } .bg-yellow-500 { --tw-bg-opacity: 1; background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); } .bg-yellow-600 { --tw-bg-opacity: 1; background-color: rgba(217, 119, 6, var(--tw-bg-opacity)); } .bg-yellow-700 { --tw-bg-opacity: 1; background-color: rgba(180, 83, 9, var(--tw-bg-opacity)); } .bg-yellow-800 { --tw-bg-opacity: 1; background-color: rgba(146, 64, 14, var(--tw-bg-opacity)); } .bg-yellow-900 { --tw-bg-opacity: 1; background-color: rgba(120, 53, 15, var(--tw-bg-opacity)); } .bg-green-50 { --tw-bg-opacity: 1; background-color: rgba(236, 253, 245, var(--tw-bg-opacity)); } .bg-green-100 { --tw-bg-opacity: 1; background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); } .bg-green-200 { --tw-bg-opacity: 1; background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); } .bg-green-300 { --tw-bg-opacity: 1; background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); } .bg-green-400 { --tw-bg-opacity: 1; background-color: rgba(52, 211, 153, var(--tw-bg-opacity)); } .bg-green-500 { --tw-bg-opacity: 1; background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); } .bg-green-600 { --tw-bg-opacity: 1; background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); } .bg-green-700 { --tw-bg-opacity: 1; background-color: rgba(4, 120, 87, var(--tw-bg-opacity)); } .bg-green-800 { --tw-bg-opacity: 1; background-color: rgba(6, 95, 70, var(--tw-bg-opacity)); } .bg-green-900 { --tw-bg-opacity: 1; background-color: rgba(6, 78, 59, var(--tw-bg-opacity)); } .bg-blue-50 { --tw-bg-opacity: 1; background-color: rgba(239, 246, 255, var(--tw-bg-opacity)); } .bg-blue-100 { --tw-bg-opacity: 1; background-color: rgba(219, 234, 254, var(--tw-bg-opacity)); } .bg-blue-200 { --tw-bg-opacity: 1; background-color: rgba(191, 219, 254, var(--tw-bg-opacity)); } .bg-blue-300 { --tw-bg-opacity: 1; background-color: rgba(147, 197, 253, var(--tw-bg-opacity)); } .bg-blue-400 { --tw-bg-opacity: 1; background-color: rgba(96, 165, 250, var(--tw-bg-opacity)); } .bg-blue-500 { --tw-bg-opacity: 1; background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); } .bg-blue-600 { --tw-bg-opacity: 1; background-color: rgba(37, 99, 235, var(--tw-bg-opacity)); } .bg-blue-700 { --tw-bg-opacity: 1; background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); } .bg-blue-800 { --tw-bg-opacity: 1; background-color: rgba(30, 64, 175, var(--tw-bg-opacity)); } .bg-blue-900 { --tw-bg-opacity: 1; background-color: rgba(30, 58, 138, var(--tw-bg-opacity)); } .bg-indigo-50 { --tw-bg-opacity: 1; background-color: rgba(238, 242, 255, var(--tw-bg-opacity)); } .bg-indigo-100 { --tw-bg-opacity: 1; background-color: rgba(224, 231, 255, var(--tw-bg-opacity)); } .bg-indigo-200 { --tw-bg-opacity: 1; background-color: rgba(199, 210, 254, var(--tw-bg-opacity)); } .bg-indigo-300 { --tw-bg-opacity: 1; background-color: rgba(165, 180, 252, var(--tw-bg-opacity)); } .bg-indigo-400 { --tw-bg-opacity: 1; background-color: rgba(129, 140, 248, var(--tw-bg-opacity)); } .bg-indigo-500 { --tw-bg-opacity: 1; background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); } .bg-indigo-600 { --tw-bg-opacity: 1; background-color: rgba(79, 70, 229, var(--tw-bg-opacity)); } .bg-indigo-700 { --tw-bg-opacity: 1; background-color: rgba(67, 56, 202, var(--tw-bg-opacity)); } .bg-indigo-800 { --tw-bg-opacity: 1; background-color: rgba(55, 48, 163, var(--tw-bg-opacity)); } .bg-indigo-900 { --tw-bg-opacity: 1; background-color: rgba(49, 46, 129, var(--tw-bg-opacity)); } .bg-purple-50 { --tw-bg-opacity: 1; background-color: rgba(245, 243, 255, var(--tw-bg-opacity)); } .bg-purple-100 { --tw-bg-opacity: 1; background-color: rgba(237, 233, 254, var(--tw-bg-opacity)); } .bg-purple-200 { --tw-bg-opacity: 1; background-color: rgba(221, 214, 254, var(--tw-bg-opacity)); } .bg-purple-300 { --tw-bg-opacity: 1; background-color: rgba(196, 181, 253, var(--tw-bg-opacity)); } .bg-purple-400 { --tw-bg-opacity: 1; background-color: rgba(167, 139, 250, var(--tw-bg-opacity)); } .bg-purple-500 { --tw-bg-opacity: 1; background-color: rgba(139, 92, 246, var(--tw-bg-opacity)); } .bg-purple-600 { --tw-bg-opacity: 1; background-color: rgba(124, 58, 237, var(--tw-bg-opacity)); } .bg-purple-700 { --tw-bg-opacity: 1; background-color: rgba(109, 40, 217, var(--tw-bg-opacity)); } .bg-purple-800 { --tw-bg-opacity: 1; background-color: rgba(91, 33, 182, var(--tw-bg-opacity)); } .bg-purple-900 { --tw-bg-opacity: 1; background-color: rgba(76, 29, 149, var(--tw-bg-opacity)); } .bg-pink-50 { --tw-bg-opacity: 1; background-color: rgba(253, 242, 248, var(--tw-bg-opacity)); } .bg-pink-100 { --tw-bg-opacity: 1; background-color: rgba(252, 231, 243, var(--tw-bg-opacity)); } .bg-pink-200 { --tw-bg-opacity: 1; background-color: rgba(251, 207, 232, var(--tw-bg-opacity)); } .bg-pink-300 { --tw-bg-opacity: 1; background-color: rgba(249, 168, 212, var(--tw-bg-opacity)); } .bg-pink-400 { --tw-bg-opacity: 1; background-color: rgba(244, 114, 182, var(--tw-bg-opacity)); } .bg-pink-500 { --tw-bg-opacity: 1; background-color: rgba(236, 72, 153, var(--tw-bg-opacity)); } .bg-pink-600 { --tw-bg-opacity: 1; background-color: rgba(219, 39, 119, var(--tw-bg-opacity)); } .bg-pink-700 { --tw-bg-opacity: 1; background-color: rgba(190, 24, 93, var(--tw-bg-opacity)); } .bg-pink-800 { --tw-bg-opacity: 1; background-color: rgba(157, 23, 77, var(--tw-bg-opacity)); } .bg-pink-900 { --tw-bg-opacity: 1; background-color: rgba(131, 24, 67, var(--tw-bg-opacity)); }

.font-thin { font-weight: 100; } .font-extralight { font-weight: 200; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .font-medium { font-weight: 500; } .font-semibold { font-weight: 600; } .font-bold { font-weight: 700; } .font-extrabold { font-weight: 800; } .font-black { font-weight: 900; }
.text-xs { font-size: 0.75rem; line-height: 1rem; } .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .text-base { font-size: 1rem; line-height: 1.5rem; } .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .text-2xl { font-size: 1.5rem; line-height: 2rem; } .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .text-4xl { font-size: 2.25rem; line-height: 2.5rem; } .text-5xl { font-size: 3rem; line-height: 1; } .text-6xl { font-size: 3.75rem; line-height: 1; } .text-7xl { font-size: 4.5rem; line-height: 1; } .text-8xl { font-size: 6rem; line-height: 1; } .text-9xl { font-size: 8rem; line-height: 1; }
.text-black { --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .text-gray-50 { --tw-text-opacity: 1; color: rgba(249, 250, 251, var(--tw-text-opacity)); } .text-gray-100 { --tw-text-opacity: 1; color: rgba(243, 244, 246, var(--tw-text-opacity)); } .text-gray-200 { --tw-text-opacity: 1; color: rgba(229, 231, 235, var(--tw-text-opacity)); } .text-gray-300 { --tw-text-opacity: 1; color: rgba(209, 213, 219, var(--tw-text-opacity)); } .text-gray-400 { --tw-text-opacity: 1; color: rgba(156, 163, 175, var(--tw-text-opacity)); } .text-gray-500 { --tw-text-opacity: 1; color: rgba(107, 114, 128, var(--tw-text-opacity)); } .text-gray-600 { --tw-text-opacity: 1; color: rgba(75, 85, 99, var(--tw-text-opacity)); } .text-gray-700 { --tw-text-opacity: 1; color: rgba(55, 65, 81, var(--tw-text-opacity)); } .text-gray-800 { --tw-text-opacity: 1; color: rgba(31, 41, 55, var(--tw-text-opacity)); } .text-gray-900 { --tw-text-opacity: 1; color: rgba(17, 24, 39, var(--tw-text-opacity)); } .text-red-50 { --tw-text-opacity: 1; color: rgba(254, 242, 242, var(--tw-text-opacity)); } .text-red-100 { --tw-text-opacity: 1; color: rgba(254, 226, 226, var(--tw-text-opacity)); } .text-red-200 { --tw-text-opacity: 1; color: rgba(254, 202, 202, var(--tw-text-opacity)); } .text-red-300 { --tw-text-opacity: 1; color: rgba(252, 165, 165, var(--tw-text-opacity)); } .text-red-400 { --tw-text-opacity: 1; color: rgba(248, 113, 113, var(--tw-text-opacity)); } .text-red-500 { --tw-text-opacity: 1; color: rgba(239, 68, 68, var(--tw-text-opacity)); } .text-red-600 { --tw-text-opacity: 1; color: rgba(220, 38, 38, var(--tw-text-opacity)); } .text-red-700 { --tw-text-opacity: 1; color: rgba(185, 28, 28, var(--tw-text-opacity)); } .text-red-800 { --tw-text-opacity: 1; color: rgba(153, 27, 27, var(--tw-text-opacity)); } .text-red-900 { --tw-text-opacity: 1; color: rgba(127, 29, 29, var(--tw-text-opacity)); } .text-yellow-50 { --tw-text-opacity: 1; color: rgba(255, 251, 235, var(--tw-text-opacity)); } .text-yellow-100 { --tw-text-opacity: 1; color: rgba(254, 243, 199, var(--tw-text-opacity)); } .text-yellow-200 { --tw-text-opacity: 1; color: rgba(253, 230, 138, var(--tw-text-opacity)); } .text-yellow-300 { --tw-text-opacity: 1; color: rgba(252, 211, 77, var(--tw-text-opacity)); } .text-yellow-400 { --tw-text-opacity: 1; color: rgba(251, 191, 36, var(--tw-text-opacity)); } .text-yellow-500 { --tw-text-opacity: 1; color: rgba(245, 158, 11, var(--tw-text-opacity)); } .text-yellow-600 { --tw-text-opacity: 1; color: rgba(217, 119, 6, var(--tw-text-opacity)); } .text-yellow-700 { --tw-text-opacity: 1; color: rgba(180, 83, 9, var(--tw-text-opacity)); } .text-yellow-800 { --tw-text-opacity: 1; color: rgba(146, 64, 14, var(--tw-text-opacity)); } .text-yellow-900 { --tw-text-opacity: 1; color: rgba(120, 53, 15, var(--tw-text-opacity)); } .text-green-50 { --tw-text-opacity: 1; color: rgba(236, 253, 245, var(--tw-text-opacity)); } .text-green-100 { --tw-text-opacity: 1; color: rgba(209, 250, 229, var(--tw-text-opacity)); } .text-green-200 { --tw-text-opacity: 1; color: rgba(167, 243, 208, var(--tw-text-opacity)); } .text-green-300 { --tw-text-opacity: 1; color: rgba(110, 231, 183, var(--tw-text-opacity)); } .text-green-400 { --tw-text-opacity: 1; color: rgba(52, 211, 153, var(--tw-text-opacity)); } .text-green-500 { --tw-text-opacity: 1; color: rgba(16, 185, 129, var(--tw-text-opacity)); } .text-green-600 { --tw-text-opacity: 1; color: rgba(5, 150, 105, var(--tw-text-opacity)); } .text-green-700 { --tw-text-opacity: 1; color: rgba(4, 120, 87, var(--tw-text-opacity)); } .text-green-800 { --tw-text-opacity: 1; color: rgba(6, 95, 70, var(--tw-text-opacity)); } .text-green-900 { --tw-text-opacity: 1; color: rgba(6, 78, 59, var(--tw-text-opacity)); } .text-blue-50 { --tw-text-opacity: 1; color: rgba(239, 246, 255, var(--tw-text-opacity)); } .text-blue-100 { --tw-text-opacity: 1; color: rgba(219, 234, 254, var(--tw-text-opacity)); } .text-blue-200 { --tw-text-opacity: 1; color: rgba(191, 219, 254, var(--tw-text-opacity)); } .text-blue-300 { --tw-text-opacity: 1; color: rgba(147, 197, 253, var(--tw-text-opacity)); } .text-blue-400 { --tw-text-opacity: 1; color: rgba(96, 165, 250, var(--tw-text-opacity)); } .text-blue-500 { --tw-text-opacity: 1; color: rgba(59, 130, 246, var(--tw-text-opacity)); } .text-blue-600 { --tw-text-opacity: 1; color: rgba(37, 99, 235, var(--tw-text-opacity)); } .text-blue-700 { --tw-text-opacity: 1; color: rgba(29, 78, 216, var(--tw-text-opacity)); } .text-blue-800 { --tw-text-opacity: 1; color: rgba(30, 64, 175, var(--tw-text-opacity)); } .text-blue-900 { --tw-text-opacity: 1; color: rgba(30, 58, 138, var(--tw-text-opacity)); } .text-indigo-50 { --tw-text-opacity: 1; color: rgba(238, 242, 255, var(--tw-text-opacity)); } .text-indigo-100 { --tw-text-opacity: 1; color: rgba(224, 231, 255, var(--tw-text-opacity)); } .text-indigo-200 { --tw-text-opacity: 1; color: rgba(199, 210, 254, var(--tw-text-opacity)); } .text-indigo-300 { --tw-text-opacity: 1; color: rgba(165, 180, 252, var(--tw-text-opacity)); } .text-indigo-400 { --tw-text-opacity: 1; color: rgba(129, 140, 248, var(--tw-text-opacity)); } .text-indigo-500 { --tw-text-opacity: 1; color: rgba(99, 102, 241, var(--tw-text-opacity)); } .text-indigo-600 { --tw-text-opacity: 1; color: rgba(79, 70, 229, var(--tw-text-opacity)); } .text-indigo-700 { --tw-text-opacity: 1; color: rgba(67, 56, 202, var(--tw-text-opacity)); } .text-indigo-800 { --tw-text-opacity: 1; color: rgba(55, 48, 163, var(--tw-text-opacity)); } .text-indigo-900 { --tw-text-opacity: 1; color: rgba(49, 46, 129, var(--tw-text-opacity)); } .text-purple-50 { --tw-text-opacity: 1; color: rgba(245, 243, 255, var(--tw-text-opacity)); } .text-purple-100 { --tw-text-opacity: 1; color: rgba(237, 233, 254, var(--tw-text-opacity)); } .text-purple-200 { --tw-text-opacity: 1; color: rgba(221, 214, 254, var(--tw-text-opacity)); } .text-purple-300 { --tw-text-opacity: 1; color: rgba(196, 181, 253, var(--tw-text-opacity)); } .text-purple-400 { --tw-text-opacity: 1; color: rgba(167, 139, 250, var(--tw-text-opacity)); } .text-purple-500 { --tw-text-opacity: 1; color: rgba(139, 92, 246, var(--tw-text-opacity)); } .text-purple-600 { --tw-text-opacity: 1; color: rgba(124, 58, 237, var(--tw-text-opacity)); } .text-purple-700 { --tw-text-opacity: 1; color: rgba(109, 40, 217, var(--tw-text-opacity)); } .text-purple-800 { --tw-text-opacity: 1; color: rgba(91, 33, 182, var(--tw-text-opacity)); } .text-purple-900 { --tw-text-opacity: 1; color: rgba(76, 29, 149, var(--tw-text-opacity)); } .text-pink-50 { --tw-text-opacity: 1; color: rgba(253, 242, 248, var(--tw-text-opacity)); } .text-pink-100 { --tw-text-opacity: 1; color: rgba(252, 231, 243, var(--tw-text-opacity)); } .text-pink-200 { --tw-text-opacity: 1; color: rgba(251, 207, 232, var(--tw-text-opacity)); } .text-pink-300 { --tw-text-opacity: 1; color: rgba(249, 168, 212, var(--tw-text-opacity)); } .text-pink-400 { --tw-text-opacity: 1; color: rgba(244, 114, 182, var(--tw-text-opacity)); } .text-pink-500 { --tw-text-opacity: 1; color: rgba(236, 72, 153, var(--tw-text-opacity)); } .text-pink-600 { --tw-text-opacity: 1; color: rgba(219, 39, 119, var(--tw-text-opacity)); } .text-pink-700 { --tw-text-opacity: 1; color: rgba(190, 24, 93, var(--tw-text-opacity)); } .text-pink-800 { --tw-text-opacity: 1; color: rgba(157, 23, 77, var(--tw-text-opacity)); } .text-pink-900 { --tw-text-opacity: 1; color: rgba(131, 24, 67, var(--tw-text-opacity)); }
.text-left { text-align: left !important; } .text-center { text-align: center !important; } .text-right { text-align: right !important; } .text-justify { text-align: justify !important; }.tracking-tighter { letter-spacing: -0.05em; } .tracking-tight { letter-spacing: -0.025em; } .tracking-normal { letter-spacing: 0em; } .tracking-wide { letter-spacing: 0.025em; } .tracking-wider { letter-spacing: 0.05em; } .tracking-widest { letter-spacing: 0.1em; } .text-transparent { color: transparent; }
.align-baseline { vertical-align: baseline; } .align-top { vertical-align: top; } .align-middle { vertical-align: middle; } .align-bottom { vertical-align: bottom; } .align-text-top { vertical-align: text-top; } .align-text-bottom { vertical-align: text-bottom; }
.leading-3 { line-height: .75rem; } .leading-4 { line-height: 1rem; } .leading-4\.5 { line-height: 1.125rem; } .leading-5 { line-height: 1.25rem; } .leading-6 { line-height: 1.5rem; } .leading-7 { line-height: 1.75rem; } .leading-8 { line-height: 2rem; } .leading-9 { line-height: 2.25rem; } .leading-10 { line-height: 2.5rem; } .leading-none { line-height: 1; } .leading-tight { line-height: 1.25; } .leading-snug { line-height: 1.375; } .leading-normal { line-height: 1.5; } .leading-relaxed { line-height: 1.625; }
.truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .overflow-ellipsis { text-overflow: ellipsis; } .overflow-clip { text-overflow: clip; } .whitespace-normal { white-space: normal; } .whitespace-nowrap { white-space: nowrap; } .whitespace-pre { white-space: pre; } .whitespace-pre-line { white-space: pre-line; } .whitespace-pre-wrap { white-space: pre-wrap; } .break-normal { overflow-wrap: normal; word-break: normal; } .break-words { overflow-wrap: break-word; } .break-all { word-break: break-all; }

.space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0px * var(--tw-space-x-reverse)); margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); } .space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.25rem * var(--tw-space-x-reverse)); margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.5rem * var(--tw-space-x-reverse)); margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.75rem * var(--tw-space-x-reverse)); margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1rem * var(--tw-space-x-reverse)); margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.25rem * var(--tw-space-x-reverse)); margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.5rem * var(--tw-space-x-reverse)); margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1.75rem * var(--tw-space-x-reverse)); margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2rem * var(--tw-space-x-reverse)); margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2.25rem * var(--tw-space-x-reverse)); margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2.5rem * var(--tw-space-x-reverse)); margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(2.75rem * var(--tw-space-x-reverse)); margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(3rem * var(--tw-space-x-reverse)); margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(3.5rem * var(--tw-space-x-reverse)); margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(4rem * var(--tw-space-x-reverse)); margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(5rem * var(--tw-space-x-reverse)); margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(6rem * var(--tw-space-x-reverse)); margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(7rem * var(--tw-space-x-reverse)); margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(8rem * var(--tw-space-x-reverse)); margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(9rem * var(--tw-space-x-reverse)); margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(10rem * var(--tw-space-x-reverse)); margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(11rem * var(--tw-space-x-reverse)); margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(12rem * var(--tw-space-x-reverse)); margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(13rem * var(--tw-space-x-reverse)); margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(14rem * var(--tw-space-x-reverse)); margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(15rem * var(--tw-space-x-reverse)); margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(16rem * var(--tw-space-x-reverse)); margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(18rem * var(--tw-space-x-reverse)); margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(20rem * var(--tw-space-x-reverse)); margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(24rem * var(--tw-space-x-reverse)); margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(1px * var(--tw-space-x-reverse)); margin-left: calc(1px * calc(1 - var(--tw-space-x-reverse))); } .space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.125rem * var(--tw-space-x-reverse)); margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.375rem * var(--tw-space-x-reverse)); margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.625rem * var(--tw-space-x-reverse)); margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0.875rem * var(--tw-space-x-reverse)); margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(0px * var(--tw-space-x-reverse)); margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse))); } .-space-x-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-0.25rem * var(--tw-space-x-reverse)); margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-0.5rem * var(--tw-space-x-reverse)); margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-0.75rem * var(--tw-space-x-reverse)); margin-left: calc(-0.75rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-1rem * var(--tw-space-x-reverse)); margin-left: calc(-1rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-1.25rem * var(--tw-space-x-reverse)); margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-1.5rem * var(--tw-space-x-reverse)); margin-left: calc(-1.5rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-1.75rem * var(--tw-space-x-reverse)); margin-left: calc(-1.75rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-2rem * var(--tw-space-x-reverse)); margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-2.25rem * var(--tw-space-x-reverse)); margin-left: calc(-2.25rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-2.5rem * var(--tw-space-x-reverse)); margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-2.75rem * var(--tw-space-x-reverse)); margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-3rem * var(--tw-space-x-reverse)); margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-3.5rem * var(--tw-space-x-reverse)); margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-4rem * var(--tw-space-x-reverse)); margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-5rem * var(--tw-space-x-reverse)); margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-6rem * var(--tw-space-x-reverse)); margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-7rem * var(--tw-space-x-reverse)); margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-8rem * var(--tw-space-x-reverse)); margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-9rem * var(--tw-space-x-reverse)); margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-10rem * var(--tw-space-x-reverse)); margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-11rem * var(--tw-space-x-reverse)); margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-12rem * var(--tw-space-x-reverse)); margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-13rem * var(--tw-space-x-reverse)); margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-14rem * var(--tw-space-x-reverse)); margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-15rem * var(--tw-space-x-reverse)); margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-16rem * var(--tw-space-x-reverse)); margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-18rem * var(--tw-space-x-reverse)); margin-left: calc(-18rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-20rem * var(--tw-space-x-reverse)); margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-24rem * var(--tw-space-x-reverse)); margin-left: calc(-24rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-px > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-1px * var(--tw-space-x-reverse)); margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse))); } .-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-0.125rem * var(--tw-space-x-reverse)); margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-0.375rem * var(--tw-space-x-reverse)); margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-0.625rem * var(--tw-space-x-reverse)); margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse))); } .-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 0; margin-right: calc(-0.875rem * var(--tw-space-x-reverse)); margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse))); } .space-x-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-x-reverse: 1; }
.space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); } .space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)); } .space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)); } .space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)); } .space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1rem * var(--tw-space-y-reverse)); } .space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.25rem * var(--tw-space-y-reverse)); } .space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)); } .space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1.75rem * var(--tw-space-y-reverse)); } .space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2rem * var(--tw-space-y-reverse)); } .space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2.25rem * var(--tw-space-y-reverse)); } .space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2.5rem * var(--tw-space-y-reverse)); } .space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(2.75rem * var(--tw-space-y-reverse)); } .space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(3rem * var(--tw-space-y-reverse)); } .space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(3.5rem * var(--tw-space-y-reverse)); } .space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(4rem * var(--tw-space-y-reverse)); } .space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(5rem * var(--tw-space-y-reverse)); } .space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(6rem * var(--tw-space-y-reverse)); } .space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(7rem * var(--tw-space-y-reverse)); } .space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(8rem * var(--tw-space-y-reverse)); } .space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(9rem * var(--tw-space-y-reverse)); } .space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(10rem * var(--tw-space-y-reverse)); } .space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(11rem * var(--tw-space-y-reverse)); } .space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(12rem * var(--tw-space-y-reverse)); } .space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(13rem * var(--tw-space-y-reverse)); } .space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(14rem * var(--tw-space-y-reverse)); } .space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(15rem * var(--tw-space-y-reverse)); } .space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(16rem * var(--tw-space-y-reverse)); } .space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(18rem * var(--tw-space-y-reverse)); } .space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(20rem * var(--tw-space-y-reverse)); } .space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(24rem * var(--tw-space-y-reverse)); } .space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(1px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(1px * var(--tw-space-y-reverse)); } .space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.125rem * var(--tw-space-y-reverse)); } .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.375rem * var(--tw-space-y-reverse)); } .space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.625rem * var(--tw-space-y-reverse)); } .space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0.875rem * var(--tw-space-y-reverse)); } .-space-y-0 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(0px * var(--tw-space-y-reverse)); } .-space-y-1 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-0.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-0.25rem * var(--tw-space-y-reverse)); } .-space-y-2 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-0.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-0.5rem * var(--tw-space-y-reverse)); } .-space-y-3 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-0.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-0.75rem * var(--tw-space-y-reverse)); } .-space-y-4 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-1rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-1rem * var(--tw-space-y-reverse)); } .-space-y-5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse)); } .-space-y-6 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-1.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-1.5rem * var(--tw-space-y-reverse)); } .-space-y-7 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-1.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-1.75rem * var(--tw-space-y-reverse)); } .-space-y-8 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-2rem * var(--tw-space-y-reverse)); } .-space-y-9 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-2.25rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-2.25rem * var(--tw-space-y-reverse)); } .-space-y-10 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse)); } .-space-y-11 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse)); } .-space-y-12 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-3rem * var(--tw-space-y-reverse)); } .-space-y-14 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse)); } .-space-y-16 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-4rem * var(--tw-space-y-reverse)); } .-space-y-20 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-5rem * var(--tw-space-y-reverse)); } .-space-y-24 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-6rem * var(--tw-space-y-reverse)); } .-space-y-28 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-7rem * var(--tw-space-y-reverse)); } .-space-y-32 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-8rem * var(--tw-space-y-reverse)); } .-space-y-36 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-9rem * var(--tw-space-y-reverse)); } .-space-y-40 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-10rem * var(--tw-space-y-reverse)); } .-space-y-44 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-11rem * var(--tw-space-y-reverse)); } .-space-y-48 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-12rem * var(--tw-space-y-reverse)); } .-space-y-52 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-13rem * var(--tw-space-y-reverse)); } .-space-y-56 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-14rem * var(--tw-space-y-reverse)); } .-space-y-60 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-15rem * var(--tw-space-y-reverse)); } .-space-y-64 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-16rem * var(--tw-space-y-reverse)); } .-space-y-72 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-18rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-18rem * var(--tw-space-y-reverse)); } .-space-y-80 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-20rem * var(--tw-space-y-reverse)); } .-space-y-96 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-24rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-24rem * var(--tw-space-y-reverse)); } .-space-y-px > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-1px * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-1px * var(--tw-space-y-reverse)); } .-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse)); } .-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse)); } .-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse)); } .-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 0; margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse))); margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse)); } .space-y-reverse > :not([hidden]) ~ :not([hidden]) { --tw-space-y-reverse: 1; }

.border-0 { border-width: 0px; } .border-2 { border-width: 2px; } .border-4 { border-width: 4px; } .border-8 { border-width: 8px; } .border { border-width: 1px; } .border-t-0 { border-top-width: 0px; } .border-t-2 { border-top-width: 2px; } .border-t-4 { border-top-width: 4px; } .border-t-8 { border-top-width: 8px; } .border-t { border-top-width: 1px; } .border-r-0 { border-right-width: 0px; } .border-r-2 { border-right-width: 2px; } .border-r-4 { border-right-width: 4px; } .border-r-8 { border-right-width: 8px; } .border-r { border-right-width: 1px; } .border-b-0 { border-bottom-width: 0px; } .border-b-2 { border-bottom-width: 2px; } .border-b-4 { border-bottom-width: 4px; } .border-b-8 { border-bottom-width: 8px; } .border-b { border-bottom-width: 1px; } .border-l-0 { border-left-width: 0px; } .border-l-2 { border-left-width: 2px; } .border-l-4 { border-left-width: 4px; } .border-l-8 { border-left-width: 8px; } .border-l { border-left-width: 1px; } .border-solid { border-style: solid; } .border-dashed { border-style: dashed; } .border-dotted { border-style: dotted; } .border-double { border-style: double; } .border-none { border-style: none; } .border-transparent { border-color: transparent; } .border-current { border-color: currentColor; } .border-black { --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); } .border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } .border-gray-50 { --tw-border-opacity: 1; border-color: rgba(249, 250, 251, var(--tw-border-opacity)); } .border-gray-100 { --tw-border-opacity: 1; border-color: rgba(243, 244, 246, var(--tw-border-opacity)); } .border-gray-200 { --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); } .border-gray-300 { --tw-border-opacity: 1; border-color: rgba(209, 213, 219, var(--tw-border-opacity)); } .border-gray-400 { --tw-border-opacity: 1; border-color: rgba(156, 163, 175, var(--tw-border-opacity)); } .border-gray-500 { --tw-border-opacity: 1; border-color: rgba(107, 114, 128, var(--tw-border-opacity)); } .border-gray-600 { --tw-border-opacity: 1; border-color: rgba(75, 85, 99, var(--tw-border-opacity)); } .border-gray-700 { --tw-border-opacity: 1; border-color: rgba(55, 65, 81, var(--tw-border-opacity)); } .border-gray-800 { --tw-border-opacity: 1; border-color: rgba(31, 41, 55, var(--tw-border-opacity)); } .border-gray-900 { --tw-border-opacity: 1; border-color: rgba(17, 24, 39, var(--tw-border-opacity)); } .border-red-50 { --tw-border-opacity: 1; border-color: rgba(254, 242, 242, var(--tw-border-opacity)); } .border-red-100 { --tw-border-opacity: 1; border-color: rgba(254, 226, 226, var(--tw-border-opacity)); } .border-red-200 { --tw-border-opacity: 1; border-color: rgba(254, 202, 202, var(--tw-border-opacity)); } .border-red-300 { --tw-border-opacity: 1; border-color: rgba(252, 165, 165, var(--tw-border-opacity)); } .border-red-400 { --tw-border-opacity: 1; border-color: rgba(248, 113, 113, var(--tw-border-opacity)); } .border-red-500 { --tw-border-opacity: 1; border-color: rgba(239, 68, 68, var(--tw-border-opacity)); } .border-red-600 { --tw-border-opacity: 1; border-color: rgba(220, 38, 38, var(--tw-border-opacity)); } .border-red-700 { --tw-border-opacity: 1; border-color: rgba(185, 28, 28, var(--tw-border-opacity)); } .border-red-800 { --tw-border-opacity: 1; border-color: rgba(153, 27, 27, var(--tw-border-opacity)); } .border-red-900 { --tw-border-opacity: 1; border-color: rgba(127, 29, 29, var(--tw-border-opacity)); } .border-yellow-50 { --tw-border-opacity: 1; border-color: rgba(255, 251, 235, var(--tw-border-opacity)); } .border-yellow-100 { --tw-border-opacity: 1; border-color: rgba(254, 243, 199, var(--tw-border-opacity)); } .border-yellow-200 { --tw-border-opacity: 1; border-color: rgba(253, 230, 138, var(--tw-border-opacity)); } .border-yellow-300 { --tw-border-opacity: 1; border-color: rgba(252, 211, 77, var(--tw-border-opacity)); } .border-yellow-400 { --tw-border-opacity: 1; border-color: rgba(251, 191, 36, var(--tw-border-opacity)); } .border-yellow-500 { --tw-border-opacity: 1; border-color: rgba(245, 158, 11, var(--tw-border-opacity)); } .border-yellow-600 { --tw-border-opacity: 1; border-color: rgba(217, 119, 6, var(--tw-border-opacity)); } .border-yellow-700 { --tw-border-opacity: 1; border-color: rgba(180, 83, 9, var(--tw-border-opacity)); } .border-yellow-800 { --tw-border-opacity: 1; border-color: rgba(146, 64, 14, var(--tw-border-opacity)); } .border-yellow-900 { --tw-border-opacity: 1; border-color: rgba(120, 53, 15, var(--tw-border-opacity)); } .border-green-50 { --tw-border-opacity: 1; border-color: rgba(236, 253, 245, var(--tw-border-opacity)); } .border-green-100 { --tw-border-opacity: 1; border-color: rgba(209, 250, 229, var(--tw-border-opacity)); } .border-green-200 { --tw-border-opacity: 1; border-color: rgba(167, 243, 208, var(--tw-border-opacity)); } .border-green-300 { --tw-border-opacity: 1; border-color: rgba(110, 231, 183, var(--tw-border-opacity)); } .border-green-400 { --tw-border-opacity: 1; border-color: rgba(52, 211, 153, var(--tw-border-opacity)); } .border-green-500 { --tw-border-opacity: 1; border-color: rgba(16, 185, 129, var(--tw-border-opacity)); } .border-green-600 { --tw-border-opacity: 1; border-color: rgba(5, 150, 105, var(--tw-border-opacity)); } .border-green-700 { --tw-border-opacity: 1; border-color: rgba(4, 120, 87, var(--tw-border-opacity)); } .border-green-800 { --tw-border-opacity: 1; border-color: rgba(6, 95, 70, var(--tw-border-opacity)); } .border-green-900 { --tw-border-opacity: 1; border-color: rgba(6, 78, 59, var(--tw-border-opacity)); } .border-blue-50 { --tw-border-opacity: 1; border-color: rgba(239, 246, 255, var(--tw-border-opacity)); } .border-blue-100 { --tw-border-opacity: 1; border-color: rgba(219, 234, 254, var(--tw-border-opacity)); } .border-blue-200 { --tw-border-opacity: 1; border-color: rgba(191, 219, 254, var(--tw-border-opacity)); } .border-blue-300 { --tw-border-opacity: 1; border-color: rgba(147, 197, 253, var(--tw-border-opacity)); } .border-blue-400 { --tw-border-opacity: 1; border-color: rgba(96, 165, 250, var(--tw-border-opacity)); } .border-blue-500 { --tw-border-opacity: 1; border-color: rgba(59, 130, 246, var(--tw-border-opacity)); } .border-blue-600 { --tw-border-opacity: 1; border-color: rgba(37, 99, 235, var(--tw-border-opacity)); } .border-blue-700 { --tw-border-opacity: 1; border-color: rgba(29, 78, 216, var(--tw-border-opacity)); } .border-blue-800 { --tw-border-opacity: 1; border-color: rgba(30, 64, 175, var(--tw-border-opacity)); } .border-blue-900 { --tw-border-opacity: 1; border-color: rgba(30, 58, 138, var(--tw-border-opacity)); } .border-indigo-50 { --tw-border-opacity: 1; border-color: rgba(238, 242, 255, var(--tw-border-opacity)); } .border-indigo-100 { --tw-border-opacity: 1; border-color: rgba(224, 231, 255, var(--tw-border-opacity)); } .border-indigo-200 { --tw-border-opacity: 1; border-color: rgba(199, 210, 254, var(--tw-border-opacity)); } .border-indigo-300 { --tw-border-opacity: 1; border-color: rgba(165, 180, 252, var(--tw-border-opacity)); } .border-indigo-400 { --tw-border-opacity: 1; border-color: rgba(129, 140, 248, var(--tw-border-opacity)); } .border-indigo-500 { --tw-border-opacity: 1; border-color: rgba(99, 102, 241, var(--tw-border-opacity)); } .border-indigo-600 { --tw-border-opacity: 1; border-color: rgba(79, 70, 229, var(--tw-border-opacity)); } .border-indigo-700 { --tw-border-opacity: 1; border-color: rgba(67, 56, 202, var(--tw-border-opacity)); } .border-indigo-800 { --tw-border-opacity: 1; border-color: rgba(55, 48, 163, var(--tw-border-opacity)); } .border-indigo-900 { --tw-border-opacity: 1; border-color: rgba(49, 46, 129, var(--tw-border-opacity)); } .border-purple-50 { --tw-border-opacity: 1; border-color: rgba(245, 243, 255, var(--tw-border-opacity)); } .border-purple-100 { --tw-border-opacity: 1; border-color: rgba(237, 233, 254, var(--tw-border-opacity)); } .border-purple-200 { --tw-border-opacity: 1; border-color: rgba(221, 214, 254, var(--tw-border-opacity)); } .border-purple-300 { --tw-border-opacity: 1; border-color: rgba(196, 181, 253, var(--tw-border-opacity)); } .border-purple-400 { --tw-border-opacity: 1; border-color: rgba(167, 139, 250, var(--tw-border-opacity)); } .border-purple-500 { --tw-border-opacity: 1; border-color: rgba(139, 92, 246, var(--tw-border-opacity)); } .border-purple-600 { --tw-border-opacity: 1; border-color: rgba(124, 58, 237, var(--tw-border-opacity)); } .border-purple-700 { --tw-border-opacity: 1; border-color: rgba(109, 40, 217, var(--tw-border-opacity)); } .border-purple-800 { --tw-border-opacity: 1; border-color: rgba(91, 33, 182, var(--tw-border-opacity)); } .border-purple-900 { --tw-border-opacity: 1; border-color: rgba(76, 29, 149, var(--tw-border-opacity)); } .border-pink-50 { --tw-border-opacity: 1; border-color: rgba(253, 242, 248, var(--tw-border-opacity)); } .border-pink-100 { --tw-border-opacity: 1; border-color: rgba(252, 231, 243, var(--tw-border-opacity)); } .border-pink-200 { --tw-border-opacity: 1; border-color: rgba(251, 207, 232, var(--tw-border-opacity)); } .border-pink-300 { --tw-border-opacity: 1; border-color: rgba(249, 168, 212, var(--tw-border-opacity)); } .border-pink-400 { --tw-border-opacity: 1; border-color: rgba(244, 114, 182, var(--tw-border-opacity)); } .border-pink-500 { --tw-border-opacity: 1; border-color: rgba(236, 72, 153, var(--tw-border-opacity)); } .border-pink-600 { --tw-border-opacity: 1; border-color: rgba(219, 39, 119, var(--tw-border-opacity)); } .border-pink-700 { --tw-border-opacity: 1; border-color: rgba(190, 24, 93, var(--tw-border-opacity)); } .border-pink-800 { --tw-border-opacity: 1; border-color: rgba(157, 23, 77, var(--tw-border-opacity)); } .border-pink-900 { --tw-border-opacity: 1; border-color: rgba(131, 24, 67, var(--tw-border-opacity)); }

