/** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ .tailwind { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ .tailwind { font-family: Graphik Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; /* 1 */ line-height: 1.5; /* 2 */ } .tailwind { margin: 0; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Thin.eot') format('embedded-opentype'); font-weight: 200; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Thin.otf') format('opentype'), url('fonts/Graphik-Thin.ttf') format('truetype'), url('fonts/Graphik-Thin.svg#Graphik-Thin') format('svg'); font-weight: 200; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('Graphik-Regular.eot') format('embedded-opentype'); font-weight: 400; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Regular.otf') format('opentype'), url('fonts/Graphik-Regular.ttf') format('truetype'), url('fonts/Graphik-Regular.svg#Graphik-Regular') format('svg'); font-weight: 400; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Medium.eot') format('embedded-opentype'); font-weight: normal; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Medium.otf') format('opentype'), url('fonts/Graphik-Medium.ttf') format('truetype'), url('fonts/Graphik-Medium.svg#Graphik-Medium') format('svg'); font-weight: 500; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Semibold-Web.eot') format('embedded-opentype'); font-weight: 600; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Semibold-Web.woff2') format('woff2'), url('fonts/Graphik-Semibold-Web.woff') format('woff'); font-weight: 600; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Bold.eot') format('embedded-opentype'); font-weight: 700; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Bold.otf') format('opentype'), url('fonts/Graphik-Bold.ttf') format('truetype'), url('fonts/Graphik-Bold.svg#Graphik-Bold') format('svg'); font-weight: 700; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Black.eot') format('embedded-opentype'); font-weight: 800; font-style: normal; font-stretch: normal; font-display: fallback; } @font-face { font-family: 'Graphik Web'; src: url('fonts/Graphik-Black.otf') format('opentype'), url('fonts/Graphik-Black.ttf') format('truetype'), url('fonts/Graphik-Black.svg#Graphik-Black') format('svg'); font-weight: 800; font-style: normal; font-stretch: normal; font-display: fallback; } /*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */ /*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */ /* Document ======== */ /** Use a better box model (opinionated). */ .tailwind *, .tailwind ::before, .tailwind ::after { box-sizing: border-box; } /** Use a more readable tab size (opinionated). */ html.ignore { -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; } /** 1. Correct the line height in all browsers. 2. Prevent adjustments of font size after orientation changes in iOS. */ html.ignore { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ======== */ /** Remove the margin in all browsers. */ body.ignore { margin: 0; } /** Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) */ body.ignore { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'; } /* Grouping content ================ */ /** 1. Add the correct height in Firefox. 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) */ .tailwind hr { height: 0; /* 1 */ color: inherit; /* 2 */ } /* Text-level semantics ==================== */ /** Add the correct text decoration in Chrome, Edge, and Safari. */ .tailwind abbr[title] { -webkit-text-decoration: underline dotted; text-decoration: underline dotted; } /** Add the correct font weight in Edge and Safari. */ .tailwind b, .tailwind strong { font-weight: bolder; } /** 1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3) 2. Correct the odd 'em' font sizing in all browsers. */ .tailwind code, .tailwind kbd, .tailwind samp, .tailwind pre { font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** Add the correct font size in all browsers. */ .tailwind small { font-size: 80%; } /** Prevent 'sub' and 'sup' elements from affecting the line height in all browsers. */ .tailwind sub, .tailwind sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } .tailwind sub { bottom: -0.25em; } .tailwind sup { top: -0.5em; } /* Tabular data ============ */ /** 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) */ .tailwind table { text-indent: 0; /* 1 */ border-color: inherit; /* 2 */ } /* Forms ===== */ /** 1. Change the font styles in all browsers. 2. Remove the margin in Firefox and Safari. */ .tailwind button, .tailwind input, .tailwind optgroup, .tailwind select, .tailwind textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** Remove the inheritance of text transform in Edge and Firefox. 1. Remove the inheritance of text transform in Firefox. */ .tailwind button, .tailwind select { /* 1 */ text-transform: none; } /** Correct the inability to style clickable types in iOS and Safari. */ .tailwind button, .tailwind [type='button'], .tailwind [type='submit'] { -webkit-appearance: button; } /** Remove the inner border and padding in Firefox. */ /** Restore the focus styles unset by the previous rule. */ /** Remove the additional ':invalid' styles in Firefox. See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737 */ /** Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers. */ .tailwind legend { padding: 0; } /** Add the correct vertical alignment in Chrome and Firefox. */ .tailwind progress { vertical-align: baseline; } /** Correct the cursor style of increment and decrement buttons in Safari. */ /** 1. Correct the odd appearance in Chrome and Safari. 2. Correct the outline style in Safari. */ .tailwind [type='search'] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** Remove the inner padding in Chrome and Safari on macOS. */ /** 1. Correct the inability to style clickable types in iOS and Safari. 2. Change font properties to 'inherit' in Safari. */ /* Interactive =========== */ /* Add the correct display in Chrome and Safari. */ .tailwind summary { display: list-item; } /** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ .tailwind blockquote, .tailwind dl, .tailwind dd, .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6, .tailwind hr, .tailwind figure, .tailwind p, .tailwind pre { margin: 0; } .tailwind button { background-color: transparent; background-image: none; } .tailwind fieldset { margin: 0; padding: 0; } .tailwind ol, .tailwind ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html.ignore { font-family: Graphik Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body.ignore { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like
where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ .tailwind *, .tailwind ::before, .tailwind ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: currentColor; /* 2 */ } /* * Ensure horizontal rules are visible by default */ .tailwind hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ .tailwind img { border-style: solid; } .tailwind textarea { resize: vertical; } .tailwind input::-moz-placeholder, .tailwind textarea::-moz-placeholder { opacity: 1; color: #9ca3af; } .tailwind input:-ms-input-placeholder, .tailwind textarea:-ms-input-placeholder { opacity: 1; color: #9ca3af; } .tailwind input::placeholder, .tailwind textarea::placeholder { opacity: 1; color: #9ca3af; } .tailwind button, .tailwind [role="button"] { cursor: pointer; } /** * Override legacy focus reset from Normalize with modern Firefox focus styles. * * This is actually an improvement over the new defaults in Firefox in our testing, * as it triggers the better focus styles even for links, which still use a dotted * outline in Firefox by default. */ .tailwind table { border-collapse: collapse; } .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ .tailwind a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ .tailwind button, .tailwind input, .tailwind optgroup, .tailwind select, .tailwind textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ .tailwind pre, .tailwind code, .tailwind kbd, .tailwind samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * 1. Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 * * 2. Add `vertical-align: middle` to align replaced elements more * sensibly by default when overriding `display` by adding a * utility like `inline`. * * This can trigger a poorly considered linting error in some * tools but is included by design. * * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 */ .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /** * Constrain images and videos to the parent width and preserve * their intrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ .tailwind img, .tailwind video { max-width: 100%; height: auto; } /** * Ensure the default browser behavior of the `hidden` attribute. */ .tailwind [hidden] { display: none; } .tailwind *, .tailwind ::before, .tailwind ::after { --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); } .tailwind [type='text'], .tailwind [type='email'], .tailwind [type='url'], .tailwind [type='password'], .tailwind [type='number'], .tailwind [type='date'], .tailwind [type='datetime-local'], .tailwind [type='month'], .tailwind [type='search'], .tailwind [type='time'], .tailwind [type='week'], .tailwind [multiple], .tailwind textarea, .tailwind select { -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: #fff; border-color: #6b7280; border-width: 1px; border-radius: 0px; padding-top: 0.5rem; padding-right: 0.75rem; padding-bottom: 0.5rem; padding-left: 0.75rem; font-size: 1rem; line-height: 1.5rem; } .tailwind [type='text']:focus, .tailwind [type='email']:focus, .tailwind [type='url']:focus, .tailwind [type='password']:focus, .tailwind [type='number']:focus, .tailwind [type='date']:focus, .tailwind [type='datetime-local']:focus, .tailwind [type='month']:focus, .tailwind [type='search']:focus, .tailwind [type='time']:focus, .tailwind [type='week']:focus, .tailwind [multiple]:focus, .tailwind textarea:focus, .tailwind select:focus { outline: 2px solid transparent; outline-offset: 2px; --tw-ring-inset: var(--tw-empty, ); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: #2563eb; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); border-color: #2563eb; } .tailwind input::-moz-placeholder, .tailwind textarea::-moz-placeholder { color: #6b7280; opacity: 1; } .tailwind input:-ms-input-placeholder, .tailwind textarea:-ms-input-placeholder { color: #6b7280; opacity: 1; } .tailwind input::placeholder, .tailwind textarea::placeholder { color: #6b7280; opacity: 1; } .tailwind select { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e"); background-position: right 0.5rem center; background-repeat: no-repeat; background-size: 1.5em 1.5em; padding-right: 2.5rem; -webkit-print-color-adjust: exact; color-adjust: exact; } .tailwind [multiple] { background-image: initial; background-position: initial; background-repeat: unset; background-size: initial; padding-right: 0.75rem; -webkit-print-color-adjust: unset; color-adjust: unset; } .tailwind [type='checkbox'], .tailwind [type='radio'] { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0; -webkit-print-color-adjust: exact; color-adjust: exact; display: inline-block; vertical-align: middle; background-origin: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; flex-shrink: 0; height: 1rem; width: 1rem; color: #2563eb; background-color: #fff; border-color: #6b7280; border-width: 1px; } .tailwind [type='checkbox'] { border-radius: 0px; } .tailwind [type='radio'] { border-radius: 100%; } .tailwind [type='checkbox']:focus, .tailwind [type='radio']:focus { outline: 2px solid transparent; outline-offset: 2px; --tw-ring-inset: var(--tw-empty, ); --tw-ring-offset-width: 2px; --tw-ring-offset-color: #fff; --tw-ring-color: #2563eb; --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color); --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color); box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000); } .tailwind [type='checkbox']:checked, .tailwind [type='radio']:checked { border-color: transparent; background-color: currentColor; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; } .tailwind [type='checkbox']:checked { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e"); } .tailwind [type='radio']:checked { background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e"); } .tailwind [type='checkbox']:checked:hover, .tailwind [type='checkbox']:checked:focus, .tailwind [type='radio']:checked:hover, .tailwind [type='radio']:checked:focus { border-color: transparent; background-color: currentColor; } .tailwind [type='checkbox']:indeterminate { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e"); border-color: transparent; background-color: currentColor; background-size: 100% 100%; background-position: center; background-repeat: no-repeat; } .tailwind [type='checkbox']:indeterminate:hover, .tailwind [type='checkbox']:indeterminate:focus { border-color: transparent; background-color: currentColor; } .tailwind [type='file'] { background: unset; border-color: inherit; border-width: 0; border-radius: 0; padding: 0; font-size: unset; line-height: inherit; } .tailwind [type='file']:focus { outline: 1px auto -webkit-focus-ring-color; } .tailwind .container { width: 100%; } @media (min-width: 640px) { .tailwind .container { max-width: 640px; } } @media (min-width: 768px) { .tailwind .container { max-width: 768px; } } @media (min-width: 1024px) { .tailwind .container { max-width: 1024px; } } @media (min-width: 1280px) { .tailwind .container { max-width: 1280px; } } @media (min-width: 1536px) { .tailwind .container { max-width: 1536px; } } .tailwind .aspect-w-16 { position: relative; padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%); } .tailwind .aspect-w-16 > * { position: absolute; height: 100%; width: 100%; top: 0; right: 0; bottom: 0; left: 0; } .tailwind .aspect-w-16 { --tw-aspect-w: 16; } .tailwind .aspect-h-9 { --tw-aspect-h: 9; } .tailwind .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border-width: 0; } .tailwind .pointer-events-none { pointer-events: none; } .tailwind .pointer-events-auto { pointer-events: auto; } .tailwind .visible { visibility: visible; } .tailwind .invisible { visibility: hidden; } .tailwind .static { position: static; } .tailwind .fixed { position: fixed; } .tailwind .absolute { position: absolute; } .tailwind .relative { position: relative; } .tailwind .sticky { position: -webkit-sticky; position: sticky; } .tailwind .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .tailwind .inset-x-0 { left: 0px; right: 0px; } .tailwind .inset-y-0 { top: 0px; bottom: 0px; } .tailwind .inset-y-1 { top: 0.25rem; bottom: 0.25rem; } .tailwind .inset-y-1\/4 { top: 25%; bottom: 25%; } .tailwind .top-0 { top: 0px; } .tailwind .top-2 { top: 0.5rem; } .tailwind .top-4 { top: 1rem; } .tailwind .top-11 { top: 2.75rem; } .tailwind .top-36 { top: 9rem; } .tailwind .top-56 { top: 14rem; } .tailwind .top-72 { top: 18rem; } .tailwind .-top-1 { top: -0.25rem; } .tailwind .-top-2 { top: -0.5rem; } .tailwind .-top-4 { top: -1rem; } .tailwind .top-1\/2 { top: 50%; } .tailwind .top-full { top: 100%; } .tailwind .right-0 { right: 0px; } .tailwind .right-1 { right: 0.25rem; } .tailwind .right-2 { right: 0.5rem; } .tailwind .right-4 { right: 1rem; } .tailwind .right-6 { right: 1.5rem; } .tailwind .right-1\.5 { right: 0.375rem; } .tailwind .-right-2 { right: -0.5rem; } .tailwind .bottom-0 { bottom: 0px; } .tailwind .bottom-2 { bottom: 0.5rem; } .tailwind .-bottom-1 { bottom: -0.25rem; } .tailwind .-bottom-1\.5 { bottom: -0.375rem; } .tailwind .left-0 { left: 0px; } .tailwind .left-2 { left: 0.5rem; } .tailwind .left-4 { left: 1rem; } .tailwind .left-72 { left: 18rem; } .tailwind .-left-8 { left: -2rem; } .tailwind .left-1\/2 { left: 50%; } .tailwind .z-0 { z-index: 0; } .tailwind .z-10 { z-index: 10; } .tailwind .z-20 { z-index: 20; } .tailwind .z-30 { z-index: 30; } .tailwind .z-40 { z-index: 40; } .tailwind .z-50 { z-index: 50; } .tailwind .order-1 { order: 1; } .tailwind .order-2 { order: 2; } .tailwind .order-first { order: -9999; } .tailwind .order-last { order: 9999; } .tailwind .m-3 { margin: 0.75rem; } .tailwind .m-4 { margin: 1rem; } .tailwind .m-6 { margin: 1.5rem; } .tailwind .m-12 { margin: 3rem; } .tailwind .m-auto { margin: auto; } .tailwind .mx-0 { margin-left: 0px; margin-right: 0px; } .tailwind .mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; } .tailwind .mx-4 { margin-left: 1rem; margin-right: 1rem; } .tailwind .mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; } .tailwind .mx-8 { margin-left: 2rem; margin-right: 2rem; } .tailwind .mx-10 { margin-left: 2.5rem; margin-right: 2.5rem; } .tailwind .mx-auto { margin-left: auto; margin-right: auto; } .tailwind .my-1 { margin-top: 0.25rem; margin-bottom: 0.25rem; } .tailwind .my-2 { margin-top: 0.5rem; margin-bottom: 0.5rem; } .tailwind .my-3 { margin-top: 0.75rem; margin-bottom: 0.75rem; } .tailwind .my-4 { margin-top: 1rem; margin-bottom: 1rem; } .tailwind .my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; } .tailwind .my-8 { margin-top: 2rem; margin-bottom: 2rem; } .tailwind .my-10 { margin-top: 2.5rem; margin-bottom: 2.5rem; } .tailwind .mt-0 { margin-top: 0px; } .tailwind .mt-1 { margin-top: 0.25rem; } .tailwind .mt-2 { margin-top: 0.5rem; } .tailwind .mt-3 { margin-top: 0.75rem; } .tailwind .mt-4 { margin-top: 1rem; } .tailwind .mt-5 { margin-top: 1.25rem; } .tailwind .mt-6 { margin-top: 1.5rem; } .tailwind .mt-8 { margin-top: 2rem; } .tailwind .mt-10 { margin-top: 2.5rem; } .tailwind .mt-12 { margin-top: 3rem; } .tailwind .mt-14 { margin-top: 3.5rem; } .tailwind .mt-16 { margin-top: 4rem; } .tailwind .mt-20 { margin-top: 5rem; } .tailwind .mt-24 { margin-top: 6rem; } .tailwind .mt-32 { margin-top: 8rem; } .tailwind .mt-36 { margin-top: 9rem; } .tailwind .mt-64 { margin-top: 16rem; } .tailwind .mt-0\.5 { margin-top: 0.125rem; } .tailwind .-mt-1 { margin-top: -0.25rem; } .tailwind .-mt-2 { margin-top: -0.5rem; } .tailwind .-mt-4 { margin-top: -1rem; } .tailwind .mr-1 { margin-right: 0.25rem; } .tailwind .mr-2 { margin-right: 0.5rem; } .tailwind .mr-3 { margin-right: 0.75rem; } .tailwind .mr-4 { margin-right: 1rem; } .tailwind .mr-6 { margin-right: 1.5rem; } .tailwind .mr-8 { margin-right: 2rem; } .tailwind .mr-16 { margin-right: 4rem; } .tailwind .-mr-3 { margin-right: -0.75rem; } .tailwind .mb-0 { margin-bottom: 0px; } .tailwind .mb-1 { margin-bottom: 0.25rem; } .tailwind .mb-2 { margin-bottom: 0.5rem; } .tailwind .mb-3 { margin-bottom: 0.75rem; } .tailwind .mb-4 { margin-bottom: 1rem; } .tailwind .mb-6 { margin-bottom: 1.5rem; } .tailwind .mb-7 { margin-bottom: 1.75rem; } .tailwind .mb-8 { margin-bottom: 2rem; } .tailwind .mb-10 { margin-bottom: 2.5rem; } .tailwind .mb-11 { margin-bottom: 2.75rem; } .tailwind .mb-12 { margin-bottom: 3rem; } .tailwind .mb-16 { margin-bottom: 4rem; } .tailwind .mb-20 { margin-bottom: 5rem; } .tailwind .mb-28 { margin-bottom: 7rem; } .tailwind .mb-32 { margin-bottom: 8rem; } .tailwind .mb-0\.5 { margin-bottom: 0.125rem; } .tailwind .mb-1\.5 { margin-bottom: 0.375rem; } .tailwind .ml-0 { margin-left: 0px; } .tailwind .ml-1 { margin-left: 0.25rem; } .tailwind .ml-2 { margin-left: 0.5rem; } .tailwind .ml-3 { margin-left: 0.75rem; } .tailwind .ml-4 { margin-left: 1rem; } .tailwind .ml-5 { margin-left: 1.25rem; } .tailwind .ml-6 { margin-left: 1.5rem; } .tailwind .ml-10 { margin-left: 2.5rem; } .tailwind .ml-16 { margin-left: 4rem; } .tailwind .ml-48 { margin-left: 12rem; } .tailwind .-ml-1 { margin-left: -0.25rem; } .tailwind .-ml-2 { margin-left: -0.5rem; } .tailwind .-ml-3 { margin-left: -0.75rem; } .tailwind .-ml-4 { margin-left: -1rem; } .tailwind .-ml-8 { margin-left: -2rem; } .tailwind .-ml-20 { margin-left: -5rem; } .tailwind .-ml-1\.5 { margin-left: -0.375rem; } .tailwind .block { display: block; } .tailwind .inline-block { display: inline-block; } .tailwind .inline { display: inline; } .tailwind .flex { display: flex; } .tailwind .inline-flex { display: inline-flex; } .tailwind .table { display: table; } .tailwind .grid { display: grid; } .tailwind .contents { display: contents; } .tailwind .hidden { display: none; } .tailwind .h-1 { height: 0.25rem; } .tailwind .h-2 { height: 0.5rem; } .tailwind .h-3 { height: 0.75rem; } .tailwind .h-4 { height: 1rem; } .tailwind .h-5 { height: 1.25rem; } .tailwind .h-6 { height: 1.5rem; } .tailwind .h-8 { height: 2rem; } .tailwind .h-10 { height: 2.5rem; } .tailwind .h-12 { height: 3rem; } .tailwind .h-14 { height: 3.5rem; } .tailwind .h-16 { height: 4rem; } .tailwind .h-20 { height: 5rem; } .tailwind .h-24 { height: 6rem; } .tailwind .h-28 { height: 7rem; } .tailwind .h-32 { height: 8rem; } .tailwind .h-40 { height: 10rem; } .tailwind .h-44 { height: 11rem; } .tailwind .h-56 { height: 14rem; } .tailwind .h-64 { height: 16rem; } .tailwind .h-96 { height: 24rem; } .tailwind .h-270 { height: 270px; } .tailwind .h-320 { height: 320px; } .tailwind .h-3\.5 { height: 0.875rem; } .tailwind .h-full { height: 100%; } .tailwind .h-screen { height: 100vh; } .tailwind .w-1 { width: 0.25rem; } .tailwind .w-2 { width: 0.5rem; } .tailwind .w-3 { width: 0.75rem; } .tailwind .w-4 { width: 1rem; } .tailwind .w-5 { width: 1.25rem; } .tailwind .w-6 { width: 1.5rem; } .tailwind .w-8 { width: 2rem; } .tailwind .w-10 { width: 2.5rem; } .tailwind .w-12 { width: 3rem; } .tailwind .w-14 { width: 3.5rem; } .tailwind .w-16 { width: 4rem; } .tailwind .w-20 { width: 5rem; } .tailwind .w-24 { width: 6rem; } .tailwind .w-28 { width: 7rem; } .tailwind .w-32 { width: 8rem; } .tailwind .w-40 { width: 10rem; } .tailwind .w-48 { width: 12rem; } .tailwind .w-52 { width: 13rem; } .tailwind .w-56 { width: 14rem; } .tailwind .w-60 { width: 15rem; } .tailwind .w-64 { width: 16rem; } .tailwind .w-72 { width: 18rem; } .tailwind .w-80 { width: 20rem; } .tailwind .w-96 { width: 24rem; } .tailwind .w-320 { width: 320px; } .tailwind .w-auto { width: auto; } .tailwind .w-3\.5 { width: 0.875rem; } .tailwind .w-1\/2 { width: 50%; } .tailwind .w-1\/3 { width: 33.333333%; } .tailwind .w-2\/3 { width: 66.666667%; } .tailwind .w-1\/4 { width: 25%; } .tailwind .w-3\/4 { width: 75%; } .tailwind .w-4\/5 { width: 80%; } .tailwind .w-5\/6 { width: 83.333333%; } .tailwind .w-full { width: 100%; } .tailwind .min-w-0 { min-width: 0px; } .tailwind .max-w-none { max-width: none; } .tailwind .max-w-full { max-width: 100%; } .tailwind .flex-1 { flex: 1 1 0%; } .tailwind .flex-auto { flex: 1 1 auto; } .tailwind .flex-none { flex: none; } .tailwind .flex-shrink-0 { flex-shrink: 0; } .tailwind .flex-grow { flex-grow: 1; } .tailwind .table-auto { table-layout: auto; } .tailwind .border-collapse { border-collapse: collapse; } .tailwind .transform { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); } .tailwind .rotate-45 { --tw-rotate: 45deg; } .tailwind .rotate-90 { --tw-rotate: 90deg; } .tailwind .rotate-180 { --tw-rotate: 180deg; } .tailwind .-rotate-90 { --tw-rotate: -90deg; } @-webkit-keyframes spin { to { transform: rotate(360deg); } } @keyframes spin { to { transform: rotate(360deg); } } @-webkit-keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @keyframes ping { 75%, 100% { transform: scale(2); opacity: 0; } } @-webkit-keyframes pulse { 50% { opacity: .5; } } @keyframes pulse { 50% { opacity: .5; } } @-webkit-keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } @keyframes bounce { 0%, 100% { transform: translateY(-25%); -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1); animation-timing-function: cubic-bezier(0,0,0.2,1); } } .tailwind .animate-spin { -webkit-animation: spin 1s linear infinite; animation: spin 1s linear infinite; } .tailwind .animate-pulse { -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite; } .tailwind .cursor-default { cursor: default; } .tailwind .cursor-pointer { cursor: pointer; } .tailwind .select-none { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .tailwind .list-none { list-style-type: none; } .tailwind .list-disc { list-style-type: disc; } .tailwind .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .tailwind .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .tailwind .grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .tailwind .flex-row { flex-direction: row; } .tailwind .flex-row-reverse { flex-direction: row-reverse; } .tailwind .flex-col { flex-direction: column; } .tailwind .flex-wrap { flex-wrap: wrap; } .tailwind .flex-nowrap { flex-wrap: nowrap; } .tailwind .content-center { align-content: center; } .tailwind .content-end { align-content: flex-end; } .tailwind .items-end { align-items: flex-end; } .tailwind .items-center { align-items: center; } .tailwind .items-baseline { align-items: baseline; } .tailwind .justify-end { justify-content: flex-end; } .tailwind .justify-center { justify-content: center; } .tailwind .justify-between { justify-content: space-between; } .tailwind .justify-items-end { justify-items: end; } .tailwind .gap-0 { gap: 0px; } .tailwind .gap-2 { gap: 0.5rem; } .tailwind .gap-3 { gap: 0.75rem; } .tailwind .gap-4 { gap: 1rem; } .tailwind .gap-6 { gap: 1.5rem; } .tailwind .gap-8 { gap: 2rem; } .tailwind .gap-10 { gap: 2.5rem; } .tailwind .gap-12 { gap: 3rem; } .tailwind .gap-x-0 { -moz-column-gap: 0px; column-gap: 0px; } .tailwind .gap-x-2 { -moz-column-gap: 0.5rem; column-gap: 0.5rem; } .tailwind .gap-x-5 { -moz-column-gap: 1.25rem; column-gap: 1.25rem; } .tailwind .gap-x-8 { -moz-column-gap: 2rem; column-gap: 2rem; } .tailwind .gap-x-10 { -moz-column-gap: 2.5rem; column-gap: 2.5rem; } .tailwind .gap-x-20 { -moz-column-gap: 5rem; column-gap: 5rem; } .tailwind .gap-y-4 { row-gap: 1rem; } .tailwind .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))); } .tailwind .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))); } .tailwind .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))); } .tailwind .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))); } .tailwind .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)); } .tailwind .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)); } .tailwind .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)); } .tailwind .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)); } .tailwind .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)); } .tailwind .overflow-auto { overflow: auto; } .tailwind .overflow-hidden { overflow: hidden; } .tailwind .overflow-x-auto { overflow-x: auto; } .tailwind .overflow-x-scroll { overflow-x: scroll; } .tailwind .whitespace-nowrap { white-space: nowrap; } .tailwind .break-words { overflow-wrap: break-word; } .tailwind .rounded-none { border-radius: 0px; } .tailwind .rounded { border-radius: 0.25rem; } .tailwind .rounded-md { border-radius: 0.375rem; } .tailwind .rounded-lg { border-radius: 0.5rem; } .tailwind .rounded-full { border-radius: 9999px; } .tailwind .rounded-t { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } .tailwind .rounded-r-none { border-top-right-radius: 0px; border-bottom-right-radius: 0px; } .tailwind .rounded-r { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } .tailwind .rounded-r-lg { border-top-right-radius: 0.5rem; border-bottom-right-radius: 0.5rem; } .tailwind .rounded-r-full { border-top-right-radius: 9999px; border-bottom-right-radius: 9999px; } .tailwind .rounded-l-none { border-top-left-radius: 0px; border-bottom-left-radius: 0px; } .tailwind .rounded-l-lg { border-top-left-radius: 0.5rem; border-bottom-left-radius: 0.5rem; } .tailwind .rounded-l-full { border-top-left-radius: 9999px; border-bottom-left-radius: 9999px; } .tailwind .rounded-tl-none { border-top-left-radius: 0px; } .tailwind .rounded-tl { border-top-left-radius: 0.25rem; } .tailwind .rounded-tl-lg { border-top-left-radius: 0.5rem; } .tailwind .rounded-tr { border-top-right-radius: 0.25rem; } .tailwind .rounded-tr-lg { border-top-right-radius: 0.5rem; } .tailwind .border-2 { border-width: 2px; } .tailwind .border { border-width: 1px; } .tailwind .border-t { border-top-width: 1px; } .tailwind .border-r-0 { border-right-width: 0px; } .tailwind .border-r { border-right-width: 1px; } .tailwind .border-b-0 { border-bottom-width: 0px; } .tailwind .border-b-2 { border-bottom-width: 2px; } .tailwind .border-b-4 { border-bottom-width: 4px; } .tailwind .border-b { border-bottom-width: 1px; } .tailwind .border-l-0 { border-left-width: 0px; } .tailwind .border-l-4 { border-left-width: 4px; } .tailwind .border-l { border-left-width: 1px; } .tailwind .border-solid { border-style: solid; } .tailwind .border-dashed { border-style: dashed; } .tailwind .border-dotted { border-style: dotted; } .tailwind .border-none { border-style: none; } .tailwind .border-transparent { border-color: transparent; } .tailwind .border-black { --tw-border-opacity: 1; border-color: rgba(0, 0, 0, var(--tw-border-opacity)); } .tailwind .border-white { --tw-border-opacity: 1; border-color: rgba(255, 255, 255, var(--tw-border-opacity)); } .tailwind .border-gray-100 { --tw-border-opacity: 1; border-color: rgba(243, 244, 246, var(--tw-border-opacity)); } .tailwind .border-gray-200 { --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); } .tailwind .border-gray-300 { --tw-border-opacity: 1; border-color: rgba(209, 213, 219, var(--tw-border-opacity)); } .tailwind .border-yellow-400 { --tw-border-opacity: 1; border-color: rgba(251, 191, 36, var(--tw-border-opacity)); } .tailwind .border-brand-google { --tw-border-opacity: 1; border-color: rgba(66, 133, 244, var(--tw-border-opacity)); } .tailwind .border-brand-twitter { --tw-border-opacity: 1; border-color: rgba(0, 172, 237, var(--tw-border-opacity)); } .tailwind .border-brand-facebook { --tw-border-opacity: 1; border-color: rgba(59, 89, 152, var(--tw-border-opacity)); } .tailwind .border-digg-gray-lightest { --tw-border-opacity: 1; border-color: rgba(235, 235, 235, var(--tw-border-opacity)); } .tailwind .border-digg-gray-lighter { --tw-border-opacity: 1; border-color: rgba(191, 191, 191, var(--tw-border-opacity)); } .tailwind .border-digg-gray-light { --tw-border-opacity: 1; border-color: rgba(128, 128, 128, var(--tw-border-opacity)); } .tailwind .border-digg-blue-light { --tw-border-opacity: 1; border-color: rgba(183, 208, 247, var(--tw-border-opacity)); } .tailwind .border-digg-blue { --tw-border-opacity: 1; border-color: rgba(0, 91, 226, var(--tw-border-opacity)); } .tailwind .border-digg-red { --tw-border-opacity: 1; border-color: rgba(246, 0, 33, var(--tw-border-opacity)); } .tailwind .hover\:border-digg-blue-lighter:hover { --tw-border-opacity: 1; border-color: rgba(240, 246, 254, var(--tw-border-opacity)); } .tailwind .hover\:border-digg-blue:hover { --tw-border-opacity: 1; border-color: rgba(0, 91, 226, var(--tw-border-opacity)); } .tailwind .hover\:border-digg-blue-dark:hover { --tw-border-opacity: 1; border-color: rgba(0, 48, 125, var(--tw-border-opacity)); } .tailwind .hover\:border-digg-red:hover { --tw-border-opacity: 1; border-color: rgba(246, 0, 33, var(--tw-border-opacity)); } .tailwind .focus\:border-indigo-500:focus { --tw-border-opacity: 1; border-color: rgba(99, 102, 241, var(--tw-border-opacity)); } .tailwind .focus\:border-digg-blue-light:focus { --tw-border-opacity: 1; border-color: rgba(183, 208, 247, var(--tw-border-opacity)); } .tailwind .focus\:border-digg-blue:focus { --tw-border-opacity: 1; border-color: rgba(0, 91, 226, var(--tw-border-opacity)); } .tailwind .border-opacity-10 { --tw-border-opacity: 0.1; } .tailwind .bg-transparent { background-color: transparent; } .tailwind .bg-black { --tw-bg-opacity: 1; background-color: rgba(0, 0, 0, var(--tw-bg-opacity)); } .tailwind .bg-white { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .tailwind .bg-gray-50 { --tw-bg-opacity: 1; background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); } .tailwind .bg-gray-100 { --tw-bg-opacity: 1; background-color: rgba(243, 244, 246, var(--tw-bg-opacity)); } .tailwind .bg-gray-200 { --tw-bg-opacity: 1; background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); } .tailwind .bg-gray-500 { --tw-bg-opacity: 1; background-color: rgba(107, 114, 128, var(--tw-bg-opacity)); } .tailwind .bg-red-800 { --tw-bg-opacity: 1; background-color: rgba(153, 27, 27, var(--tw-bg-opacity)); } .tailwind .bg-yellow-500 { --tw-bg-opacity: 1; background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); } .tailwind .bg-brand-google { --tw-bg-opacity: 1; background-color: rgba(66, 133, 244, var(--tw-bg-opacity)); } .tailwind .bg-brand-twitter { --tw-bg-opacity: 1; background-color: rgba(0, 172, 237, var(--tw-bg-opacity)); } .tailwind .bg-brand-facebook { --tw-bg-opacity: 1; background-color: rgba(59, 89, 152, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray-clear { --tw-bg-opacity: 1; background-color: rgba(249, 249, 249, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray-lightest { --tw-bg-opacity: 1; background-color: rgba(235, 235, 235, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray-lighter { --tw-bg-opacity: 1; background-color: rgba(191, 191, 191, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray-light { --tw-bg-opacity: 1; background-color: rgba(128, 128, 128, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray { --tw-bg-opacity: 1; background-color: rgba(85, 85, 85, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray-dark { --tw-bg-opacity: 1; background-color: rgba(68, 68, 68, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray-darker { --tw-bg-opacity: 1; background-color: rgba(35, 35, 35, var(--tw-bg-opacity)); } .tailwind .bg-digg-gray-darkest { --tw-bg-opacity: 1; background-color: rgba(24, 24, 24, var(--tw-bg-opacity)); } .tailwind .bg-digg-blue-lighter { --tw-bg-opacity: 1; background-color: rgba(240, 246, 254, var(--tw-bg-opacity)); } .tailwind .bg-digg-blue-light { --tw-bg-opacity: 1; background-color: rgba(183, 208, 247, var(--tw-bg-opacity)); } .tailwind .bg-digg-blue { --tw-bg-opacity: 1; background-color: rgba(0, 91, 226, var(--tw-bg-opacity)); } .tailwind .bg-digg-blue-dark { --tw-bg-opacity: 1; background-color: rgba(0, 48, 125, var(--tw-bg-opacity)); } .tailwind .bg-digg-blue-darker { --tw-bg-opacity: 1; background-color: rgba(0, 26, 60, var(--tw-bg-opacity)); } .tailwind .bg-digg-red-lighter { --tw-bg-opacity: 1; background-color: rgba(255, 240, 242, var(--tw-bg-opacity)); } .tailwind .bg-digg-red-light { --tw-bg-opacity: 1; background-color: rgba(253, 183, 193, var(--tw-bg-opacity)); } .tailwind .bg-digg-red { --tw-bg-opacity: 1; background-color: rgba(246, 0, 33, var(--tw-bg-opacity)); } .tailwind .bg-digg-red-dark { --tw-bg-opacity: 1; background-color: rgba(137, 0, 20, var(--tw-bg-opacity)); } .tailwind .bg-digg-red-darker { --tw-bg-opacity: 1; background-color: rgba(65, 0, 13, var(--tw-bg-opacity)); } .tailwind .bg-digg-green-lighter { --tw-bg-opacity: 1; background-color: rgba(242, 249, 241, var(--tw-bg-opacity)); } .tailwind .bg-digg-green-light { --tw-bg-opacity: 1; background-color: rgba(153, 206, 152, var(--tw-bg-opacity)); } .tailwind .bg-digg-green { --tw-bg-opacity: 1; background-color: rgba(24, 137, 23, var(--tw-bg-opacity)); } .tailwind .bg-digg-green-dark { --tw-bg-opacity: 1; background-color: rgba(17, 79, 16, var(--tw-bg-opacity)); } .tailwind .bg-digg-green-darker { --tw-bg-opacity: 1; background-color: rgba(12, 39, 11, var(--tw-bg-opacity)); } .tailwind .bg-digg-orange-lighter { --tw-bg-opacity: 1; background-color: rgba(255, 242, 230, var(--tw-bg-opacity)); } .tailwind .bg-digg-orange-light { --tw-bg-opacity: 1; background-color: rgba(254, 205, 159, var(--tw-bg-opacity)); } .tailwind .bg-digg-orange { --tw-bg-opacity: 1; background-color: rgba(253, 145, 39, var(--tw-bg-opacity)); } .tailwind .bg-digg-orange-dark { --tw-bg-opacity: 1; background-color: rgba(236, 117, 43, var(--tw-bg-opacity)); } .tailwind .bg-digg-orange-darker { --tw-bg-opacity: 1; background-color: rgba(141, 77, 23, var(--tw-bg-opacity)); } .tailwind .hover\:bg-gray-50:hover { --tw-bg-opacity: 1; background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); } .tailwind .hover\:bg-digg-gray-clear:hover { --tw-bg-opacity: 1; background-color: rgba(249, 249, 249, var(--tw-bg-opacity)); } .tailwind .hover\:bg-digg-gray-lightest:hover { --tw-bg-opacity: 1; background-color: rgba(235, 235, 235, var(--tw-bg-opacity)); } .tailwind .hover\:bg-digg-blue-lighter:hover { --tw-bg-opacity: 1; background-color: rgba(240, 246, 254, var(--tw-bg-opacity)); } .tailwind .hover\:bg-digg-blue:hover { --tw-bg-opacity: 1; background-color: rgba(0, 91, 226, var(--tw-bg-opacity)); } .tailwind .hover\:bg-digg-blue-dark:hover { --tw-bg-opacity: 1; background-color: rgba(0, 48, 125, var(--tw-bg-opacity)); } .tailwind .hover\:bg-digg-red:hover { --tw-bg-opacity: 1; background-color: rgba(246, 0, 33, var(--tw-bg-opacity)); } .tailwind .bg-opacity-10 { --tw-bg-opacity: 0.1; } .tailwind .bg-opacity-25 { --tw-bg-opacity: 0.25; } .tailwind .bg-cover { background-size: cover; } .tailwind .fill-current { fill: currentColor; } .tailwind .stroke-current { stroke: currentColor; } .tailwind .object-contain { -o-object-fit: contain; object-fit: contain; } .tailwind .object-cover { -o-object-fit: cover; object-fit: cover; } .tailwind .p-1 { padding: 0.25rem; } .tailwind .p-2 { padding: 0.5rem; } .tailwind .p-3 { padding: 0.75rem; } .tailwind .p-4 { padding: 1rem; } .tailwind .p-6 { padding: 1.5rem; } .tailwind .p-8 { padding: 2rem; } .tailwind .p-12 { padding: 3rem; } .tailwind .p-14 { padding: 3.5rem; } .tailwind .p-16 { padding: 4rem; } .tailwind .p-1\.5 { padding: 0.375rem; } .tailwind .px-1 { padding-left: 0.25rem; padding-right: 0.25rem; } .tailwind .px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .tailwind .px-3 { padding-left: 0.75rem; padding-right: 0.75rem; } .tailwind .px-4 { padding-left: 1rem; padding-right: 1rem; } .tailwind .px-5 { padding-left: 1.25rem; padding-right: 1.25rem; } .tailwind .px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .tailwind .px-8 { padding-left: 2rem; padding-right: 2rem; } .tailwind .px-12 { padding-left: 3rem; padding-right: 3rem; } .tailwind .px-16 { padding-left: 4rem; padding-right: 4rem; } .tailwind .px-24 { padding-left: 6rem; padding-right: 6rem; } .tailwind .px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; } .tailwind .py-0 { padding-top: 0px; padding-bottom: 0px; } .tailwind .py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; } .tailwind .py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; } .tailwind .py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .tailwind .py-4 { padding-top: 1rem; padding-bottom: 1rem; } .tailwind .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .tailwind .py-8 { padding-top: 2rem; padding-bottom: 2rem; } .tailwind .py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; } .tailwind .py-12 { padding-top: 3rem; padding-bottom: 3rem; } .tailwind .py-16 { padding-top: 4rem; padding-bottom: 4rem; } .tailwind .py-20 { padding-top: 5rem; padding-bottom: 5rem; } .tailwind .py-24 { padding-top: 6rem; padding-bottom: 6rem; } .tailwind .py-32 { padding-top: 8rem; padding-bottom: 8rem; } .tailwind .py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; } .tailwind .py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; } .tailwind .pt-0 { padding-top: 0px; } .tailwind .pt-1 { padding-top: 0.25rem; } .tailwind .pt-2 { padding-top: 0.5rem; } .tailwind .pt-4 { padding-top: 1rem; } .tailwind .pt-6 { padding-top: 1.5rem; } .tailwind .pt-7 { padding-top: 1.75rem; } .tailwind .pt-8 { padding-top: 2rem; } .tailwind .pt-10 { padding-top: 2.5rem; } .tailwind .pt-12 { padding-top: 3rem; } .tailwind .pr-0 { padding-right: 0px; } .tailwind .pr-1 { padding-right: 0.25rem; } .tailwind .pr-2 { padding-right: 0.5rem; } .tailwind .pr-4 { padding-right: 1rem; } .tailwind .pr-6 { padding-right: 1.5rem; } .tailwind .pr-10 { padding-right: 2.5rem; } .tailwind .pr-16 { padding-right: 4rem; } .tailwind .pr-20 { padding-right: 5rem; } .tailwind .pr-0\.5 { padding-right: 0.125rem; } .tailwind .pr-2\.5 { padding-right: 0.625rem; } .tailwind .pb-0 { padding-bottom: 0px; } .tailwind .pb-2 { padding-bottom: 0.5rem; } .tailwind .pb-3 { padding-bottom: 0.75rem; } .tailwind .pb-4 { padding-bottom: 1rem; } .tailwind .pb-5 { padding-bottom: 1.25rem; } .tailwind .pb-6 { padding-bottom: 1.5rem; } .tailwind .pb-7 { padding-bottom: 1.75rem; } .tailwind .pb-8 { padding-bottom: 2rem; } .tailwind .pb-10 { padding-bottom: 2.5rem; } .tailwind .pl-0 { padding-left: 0px; } .tailwind .pl-1 { padding-left: 0.25rem; } .tailwind .pl-2 { padding-left: 0.5rem; } .tailwind .pl-3 { padding-left: 0.75rem; } .tailwind .pl-4 { padding-left: 1rem; } .tailwind .pl-6 { padding-left: 1.5rem; } .tailwind .pl-10 { padding-left: 2.5rem; } .tailwind .text-left { text-align: left; } .tailwind .text-center { text-align: center; } .tailwind .text-right { text-align: right; } .tailwind .align-middle { vertical-align: middle; } .tailwind .align-bottom { vertical-align: bottom; } .tailwind .font-sans { font-family: Graphik Web, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji; } .tailwind .font-mono { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } .tailwind .font-courier { font-family: Courier New, monospace; } .tailwind .text-xs { font-size: 0.75rem; line-height: 1rem; } .tailwind .text-sm { font-size: 0.875rem; line-height: 1.25rem; } .tailwind .text-base { font-size: 14px; line-height: 16px; } .tailwind .text-lg { font-size: 1.125rem; line-height: 1.75rem; } .tailwind .text-xl { font-size: 1.25rem; line-height: 1.75rem; } .tailwind .text-2xl { font-size: 1.5rem; line-height: 2rem; } .tailwind .text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .tailwind .text-4xl { font-size: 2.25rem; line-height: 2.5rem; } .tailwind .text-5xl { font-size: 3rem; line-height: 1; } .tailwind .text-6xl { font-size: 3.75rem; line-height: 1; } .tailwind .text-xsss { font-size: .6rem; } .tailwind .text-xss { font-size: .66rem; } .tailwind .text-md { font-size: 1.075rem; } .tailwind .font-normal { font-weight: 400; } .tailwind .font-medium { font-weight: 500; } .tailwind .font-semibold { font-weight: 600; } .tailwind .font-bold { font-weight: 700; } .tailwind .font-extrabold { font-weight: 800; } .tailwind .font-black { font-weight: 900; } .tailwind .uppercase { text-transform: uppercase; } .tailwind .lowercase { text-transform: lowercase; } .tailwind .capitalize { text-transform: capitalize; } .tailwind .italic { font-style: italic; } .tailwind .leading-3 { line-height: .75rem; } .tailwind .leading-4 { line-height: 1rem; } .tailwind .leading-5 { line-height: 1.25rem; } .tailwind .leading-6 { line-height: 1.5rem; } .tailwind .leading-7 { line-height: 1.75rem; } .tailwind .leading-8 { line-height: 2rem; } .tailwind .leading-10 { line-height: 2.5rem; } .tailwind .leading-12 { line-height: 3.25rem; } .tailwind .leading-none { line-height: 1; } .tailwind .leading-tight { line-height: 1.25; } .tailwind .leading-snug { line-height: 1.375; } .tailwind .leading-normal { line-height: 1.5; } .tailwind .tracking-tighter { letter-spacing: -0.05em; } .tailwind .tracking-normal { letter-spacing: 0em; } .tailwind .tracking-widest { letter-spacing: 0.1em; } .tailwind .text-black { --tw-text-opacity: 1; color: rgba(0, 0, 0, var(--tw-text-opacity)); } .tailwind .text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .tailwind .text-gray-400 { --tw-text-opacity: 1; color: rgba(156, 163, 175, var(--tw-text-opacity)); } .tailwind .text-gray-500 { --tw-text-opacity: 1; color: rgba(107, 114, 128, var(--tw-text-opacity)); } .tailwind .text-gray-600 { --tw-text-opacity: 1; color: rgba(75, 85, 99, var(--tw-text-opacity)); } .tailwind .text-gray-700 { --tw-text-opacity: 1; color: rgba(55, 65, 81, var(--tw-text-opacity)); } .tailwind .text-gray-800 { --tw-text-opacity: 1; color: rgba(31, 41, 55, var(--tw-text-opacity)); } .tailwind .text-green-700 { --tw-text-opacity: 1; color: rgba(4, 120, 87, var(--tw-text-opacity)); } .tailwind .text-indigo-600 { --tw-text-opacity: 1; color: rgba(79, 70, 229, var(--tw-text-opacity)); } .tailwind .text-brand-google { --tw-text-opacity: 1; color: rgba(66, 133, 244, var(--tw-text-opacity)); } .tailwind .text-brand-twitter { --tw-text-opacity: 1; color: rgba(0, 172, 237, var(--tw-text-opacity)); } .tailwind .text-brand-facebook { --tw-text-opacity: 1; color: rgba(59, 89, 152, var(--tw-text-opacity)); } .tailwind .text-digg-gray-lightest { --tw-text-opacity: 1; color: rgba(235, 235, 235, var(--tw-text-opacity)); } .tailwind .text-digg-gray-lighter { --tw-text-opacity: 1; color: rgba(191, 191, 191, var(--tw-text-opacity)); } .tailwind .text-digg-gray-light { --tw-text-opacity: 1; color: rgba(128, 128, 128, var(--tw-text-opacity)); } .tailwind .text-digg-gray { --tw-text-opacity: 1; color: rgba(85, 85, 85, var(--tw-text-opacity)); } .tailwind .text-digg-gray-dark { --tw-text-opacity: 1; color: rgba(68, 68, 68, var(--tw-text-opacity)); } .tailwind .text-digg-gray-darker { --tw-text-opacity: 1; color: rgba(35, 35, 35, var(--tw-text-opacity)); } .tailwind .text-digg-gray-darkest { --tw-text-opacity: 1; color: rgba(24, 24, 24, var(--tw-text-opacity)); } .tailwind .text-digg-blue-light { --tw-text-opacity: 1; color: rgba(183, 208, 247, var(--tw-text-opacity)); } .tailwind .text-digg-blue { --tw-text-opacity: 1; color: rgba(0, 91, 226, var(--tw-text-opacity)); } .tailwind .text-digg-red { --tw-text-opacity: 1; color: rgba(246, 0, 33, var(--tw-text-opacity)); } .tailwind .text-digg-green-dark { --tw-text-opacity: 1; color: rgba(17, 79, 16, var(--tw-text-opacity)); } .tailwind .group:hover .group-hover\:text-white { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .tailwind .hover\:text-white:hover { --tw-text-opacity: 1; color: rgba(255, 255, 255, var(--tw-text-opacity)); } .tailwind .hover\:text-gray-500:hover { --tw-text-opacity: 1; color: rgba(107, 114, 128, var(--tw-text-opacity)); } .tailwind .hover\:text-digg-gray-light:hover { --tw-text-opacity: 1; color: rgba(128, 128, 128, var(--tw-text-opacity)); } .tailwind .hover\:text-digg-gray-darkest:hover { --tw-text-opacity: 1; color: rgba(24, 24, 24, var(--tw-text-opacity)); } .tailwind .hover\:text-digg-blue:hover { --tw-text-opacity: 1; color: rgba(0, 91, 226, var(--tw-text-opacity)); } .tailwind .hover\:text-digg-blue-dark:hover { --tw-text-opacity: 1; color: rgba(0, 48, 125, var(--tw-text-opacity)); } .tailwind .underline { text-decoration: underline; } .tailwind .line-through { text-decoration: line-through; } .tailwind .no-underline { text-decoration: none; } .tailwind .hover\:underline:hover { text-decoration: underline; } .tailwind .opacity-5 { opacity: 0.05; } .tailwind .opacity-25 { opacity: 0.25; } .tailwind .opacity-50 { opacity: 0.5; } .tailwind .opacity-75 { opacity: 0.75; } .tailwind *, .tailwind ::before, .tailwind ::after { --tw-shadow: 0 0 #0000; } .tailwind .shadow-sm { --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .tailwind .shadow { --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .tailwind .shadow-md { --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); } .tailwind .outline-none { outline: 2px solid transparent; outline-offset: 2px; } .tailwind .focus\:outline-none:focus { outline: 2px solid transparent; outline-offset: 2px; } .tailwind *, .tailwind ::before, .tailwind ::after { --tw-ring-inset: var(--tw-empty, ); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; } .tailwind .focus\:ring-indigo-500:focus { --tw-ring-opacity: 1; --tw-ring-color: rgba(99, 102, 241, var(--tw-ring-opacity)); } .tailwind .filter { --tw-blur: var(--tw-empty, ); --tw-brightness: var(--tw-empty, ); --tw-contrast: var(--tw-empty, ); --tw-grayscale: var(--tw-empty, ); --tw-hue-rotate: var(--tw-empty, ); --tw-invert: var(--tw-empty, ); --tw-saturate: var(--tw-empty, ); --tw-sepia: var(--tw-empty, ); --tw-drop-shadow: var(--tw-empty, ); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); } .tailwind .drop-shadow-sm { --tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,0.05)); } .tailwind .drop-shadow-lg { --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)); } .tailwind .drop-shadow-3xl { --tw-drop-shadow: drop-shadow(0 5px 35px rgba(0, 0, 0, 0.75)); } .tailwind .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .tailwind .transition { transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter; transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .tailwind .duration-1000 { transition-duration: 1000ms; } .tailwind .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .tailwind .top-10 { top: 10px; } .tailwind .top-20 { top: 20px; } .tailwind .top-30 { top: 30px; } .tailwind .top-40 { top: 40px; } .tailwind .top-50 { top: 50px; } .tailwind .top-60 { top: 60px; } .tailwind .container-1700 { max-width: 1700px; } .tailwind .container-1400 { max-width: 1400px; } .tailwind .container-1300 { max-width: 1300px; } .tailwind .container-1100 { max-width: 1100px; } .tailwind .container-920 { max-width: 920px; } .tailwind .container-800 { max-width: 800px; } .tailwind .alternativeHeadlineAd[data-store="true"] { color: #005BE2; } .tailwind .alternativeHeadlineAd[data-store="true"]:after { content: ' | SPONSORED'; } .tailwind .alternativeHeadlineAd[data-store="false"] { /* color: #FD9127; */ } .tailwind .alternativeHeadlineAd[data-store="false"]:after { content: ' | SPONSORED'; } .tailwind .not-fixed .primary-navigation { position: relative; border-top: 1px solid #808080; } @media (min-width: 640px) { .tailwind .sm\:fixed { position: fixed; } .tailwind .sm\:absolute { position: absolute; } .tailwind .sm\:relative { position: relative; } .tailwind .sm\:top-0 { top: 0px; } .tailwind .sm\:right-0 { right: 0px; } .tailwind .sm\:left-1\/2 { left: 50%; } .tailwind .sm\:m-24 { margin: 6rem; } .tailwind .sm\:mx-2 { margin-left: 0.5rem; margin-right: 0.5rem; } .tailwind .sm\:-mx-64 { margin-left: -16rem; margin-right: -16rem; } .tailwind .sm\:mt-0 { margin-top: 0px; } .tailwind .sm\:mt-16 { margin-top: 4rem; } .tailwind .sm\:mt-24 { margin-top: 6rem; } .tailwind .sm\:mt-36 { margin-top: 9rem; } .tailwind .sm\:mt-40 { margin-top: 10rem; } .tailwind .sm\:mt-52 { margin-top: 13rem; } .tailwind .sm\:mr-2 { margin-right: 0.5rem; } .tailwind .sm\:mb-0 { margin-bottom: 0px; } .tailwind .sm\:mb-8 { margin-bottom: 2rem; } .tailwind .sm\:mb-12 { margin-bottom: 3rem; } .tailwind .sm\:ml-1 { margin-left: 0.25rem; } .tailwind .sm\:ml-2 { margin-left: 0.5rem; } .tailwind .sm\:ml-3 { margin-left: 0.75rem; } .tailwind .sm\:block { display: block; } .tailwind .sm\:inline-block { display: inline-block; } .tailwind .sm\:flex { display: flex; } .tailwind .sm\:grid { display: grid; } .tailwind .sm\:hidden { display: none; } .tailwind .sm\:h-12 { height: 3rem; } .tailwind .sm\:h-16 { height: 4rem; } .tailwind .sm\:w-64 { width: 16rem; } .tailwind .sm\:w-80 { width: 20rem; } .tailwind .sm\:w-96 { width: 24rem; } .tailwind .sm\:w-128 { width: 32rem; } .tailwind .sm\:w-1\/2 { width: 50%; } .tailwind .sm\:w-1\/4 { width: 25%; } .tailwind .sm\:w-2\/5 { width: 40%; } .tailwind .sm\:w-3\/5 { width: 60%; } .tailwind .sm\:-translate-x-7 { --tw-translate-x: -1.75rem; } .tailwind .sm\:-translate-y-32 { --tw-translate-y: -8rem; } .tailwind .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .tailwind .sm\:flex-row { flex-direction: row; } .tailwind .sm\:justify-center { justify-content: center; } .tailwind .sm\:gap-16 { gap: 4rem; } .tailwind .sm\:gap-x-6 { -moz-column-gap: 1.5rem; column-gap: 1.5rem; } .tailwind .sm\: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)); } .tailwind .sm\:px-0 { padding-left: 0px; padding-right: 0px; } .tailwind .sm\:px-4 { padding-left: 1rem; padding-right: 1rem; } .tailwind .sm\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .tailwind .sm\:py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; } .tailwind .sm\:pt-12 { padding-top: 3rem; } .tailwind .sm\:pb-4 { padding-bottom: 1rem; } .tailwind .sm\:pb-6 { padding-bottom: 1.5rem; } .tailwind .sm\:text-sm { font-size: 0.875rem; line-height: 1.25rem; } .tailwind .sm\:text-lg { font-size: 1.125rem; line-height: 1.75rem; } .tailwind .sm\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; } .tailwind .sm\:leading-7 { line-height: 1.75rem; } } @media (min-width: 768px) { .tailwind .md\:order-1 { order: 1; } .tailwind .md\:order-first { order: -9999; } .tailwind .md\:order-last { order: 9999; } .tailwind .md\:col-span-2 { grid-column: span 2 / span 2; } .tailwind .md\:mx-6 { margin-left: 1.5rem; margin-right: 1.5rem; } .tailwind .md\:mx-16 { margin-left: 4rem; margin-right: 4rem; } .tailwind .md\:mt-0 { margin-top: 0px; } .tailwind .md\:mt-16 { margin-top: 4rem; } .tailwind .md\:mb-0 { margin-bottom: 0px; } .tailwind .md\:mb-2 { margin-bottom: 0.5rem; } .tailwind .md\:mb-12 { margin-bottom: 3rem; } .tailwind .md\:block { display: block; } .tailwind .md\:inline-block { display: inline-block; } .tailwind .md\:inline { display: inline; } .tailwind .md\:flex { display: flex; } .tailwind .md\:grid { display: grid; } .tailwind .md\:h-24 { height: 6rem; } .tailwind .md\:h-40 { height: 10rem; } .tailwind .md\:h-full { height: 100%; } .tailwind .md\:w-24 { width: 6rem; } .tailwind .md\:w-40 { width: 10rem; } .tailwind .md\:w-64 { width: 16rem; } .tailwind .md\:w-96 { width: 24rem; } .tailwind .md\:w-auto { width: auto; } .tailwind .md\:w-1\/3 { width: 33.333333%; } .tailwind .md\:w-2\/3 { width: 66.666667%; } .tailwind .md\:w-3\/4 { width: 75%; } .tailwind .md\:w-1\/5 { width: 20%; } .tailwind .md\:w-3\/5 { width: 60%; } .tailwind .md\:w-4\/5 { width: 80%; } .tailwind .md\:w-full { width: 100%; } .tailwind .md\:flex-grow { flex-grow: 1; } .tailwind .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .tailwind .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .tailwind .md\:flex-row { flex-direction: row; } .tailwind .md\:items-center { align-items: center; } .tailwind .md\:gap-4 { gap: 1rem; } .tailwind .md\:gap-10 { gap: 2.5rem; } .tailwind .md\:border-r { border-right-width: 1px; } .tailwind .md\:px-0 { padding-left: 0px; padding-right: 0px; } .tailwind .md\:px-8 { padding-left: 2rem; padding-right: 2rem; } .tailwind .md\:px-16 { padding-left: 4rem; padding-right: 4rem; } .tailwind .md\:py-4 { padding-top: 1rem; padding-bottom: 1rem; } .tailwind .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; } .tailwind .md\:pt-0 { padding-top: 0px; } .tailwind .md\:pr-6 { padding-right: 1.5rem; } .tailwind .md\:pr-20 { padding-right: 5rem; } .tailwind .md\:text-left { text-align: left; } .tailwind .md\:text-right { text-align: right; } .tailwind .md\:text-xl { font-size: 1.25rem; line-height: 1.75rem; } .tailwind .md\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .tailwind .md\:text-5xl { font-size: 3rem; line-height: 1; } .tailwind .md\:leading-9 { line-height: 2.25rem; } } @media (min-width: 1024px) { .tailwind .lg\:sticky { position: -webkit-sticky; position: sticky; } .tailwind .lg\:top-36 { top: 9rem; } .tailwind .lg\:top-56 { top: 14rem; } .tailwind .lg\:col-span-2 { grid-column: span 2 / span 2; } .tailwind .lg\:mx-8 { margin-left: 2rem; margin-right: 2rem; } .tailwind .lg\:mx-56 { margin-left: 14rem; margin-right: 14rem; } .tailwind .lg\:mx-auto { margin-left: auto; margin-right: auto; } .tailwind .lg\:my-8 { margin-top: 2rem; margin-bottom: 2rem; } .tailwind .lg\:mt-0 { margin-top: 0px; } .tailwind .lg\:mt-2 { margin-top: 0.5rem; } .tailwind .lg\:mt-4 { margin-top: 1rem; } .tailwind .lg\:mt-6 { margin-top: 1.5rem; } .tailwind .lg\:mt-8 { margin-top: 2rem; } .tailwind .lg\:mt-16 { margin-top: 4rem; } .tailwind .lg\:mt-20 { margin-top: 5rem; } .tailwind .lg\:mt-24 { margin-top: 6rem; } .tailwind .lg\:mt-28 { margin-top: 7rem; } .tailwind .lg\:mr-0 { margin-right: 0px; } .tailwind .lg\:mr-6 { margin-right: 1.5rem; } .tailwind .lg\:mr-8 { margin-right: 2rem; } .tailwind .lg\:mb-0 { margin-bottom: 0px; } .tailwind .lg\:mb-2 { margin-bottom: 0.5rem; } .tailwind .lg\:mb-4 { margin-bottom: 1rem; } .tailwind .lg\:mb-6 { margin-bottom: 1.5rem; } .tailwind .lg\:mb-8 { margin-bottom: 2rem; } .tailwind .lg\:mb-16 { margin-bottom: 4rem; } .tailwind .lg\:ml-0 { margin-left: 0px; } .tailwind .lg\:ml-2 { margin-left: 0.5rem; } .tailwind .lg\:ml-8 { margin-left: 2rem; } .tailwind .lg\:ml-20 { margin-left: 5rem; } .tailwind .lg\:block { display: block; } .tailwind .lg\:inline-block { display: inline-block; } .tailwind .lg\:hidden { display: none; } .tailwind .lg\:h-96 { height: 24rem; } .tailwind .lg\:h-screen { height: 100vh; } .tailwind .lg\:w-56 { width: 14rem; } .tailwind .lg\:w-60 { width: 15rem; } .tailwind .lg\:w-72 { width: 18rem; } .tailwind .lg\:w-160 { width: 40rem; } .tailwind .lg\:w-1\/2 { width: 50%; } .tailwind .lg\:w-1\/3 { width: 33.333333%; } .tailwind .lg\:w-2\/3 { width: 66.666667%; } .tailwind .lg\:w-1\/4 { width: 25%; } .tailwind .lg\:w-3\/4 { width: 75%; } .tailwind .lg\:w-4\/5 { width: 80%; } .tailwind .lg\:max-w-5xl { max-width: 64rem; } .tailwind .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .tailwind .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .tailwind .lg\:flex-row { flex-direction: row; } .tailwind .lg\:flex-nowrap { flex-wrap: nowrap; } .tailwind .lg\:items-end { align-items: flex-end; } .tailwind .lg\:gap-10 { gap: 2.5rem; } .tailwind .lg\:gap-20 { gap: 5rem; } .tailwind .lg\:gap-x-0 { -moz-column-gap: 0px; column-gap: 0px; } .tailwind .lg\:gap-x-1 { -moz-column-gap: 0.25rem; column-gap: 0.25rem; } .tailwind .lg\:gap-x-4 { -moz-column-gap: 1rem; column-gap: 1rem; } .tailwind .lg\:gap-x-6 { -moz-column-gap: 1.5rem; column-gap: 1.5rem; } .tailwind .lg\:gap-x-8 { -moz-column-gap: 2rem; column-gap: 2rem; } .tailwind .lg\: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))); } .tailwind .lg\:overflow-visible { overflow: visible; } .tailwind .lg\:border-t { border-top-width: 1px; } .tailwind .lg\:hover\:border-digg-blue:hover { --tw-border-opacity: 1; border-color: rgba(0, 91, 226, var(--tw-border-opacity)); } .tailwind .lg\:px-6 { padding-left: 1.5rem; padding-right: 1.5rem; } .tailwind .lg\:px-8 { padding-left: 2rem; padding-right: 2rem; } .tailwind .lg\:px-16 { padding-left: 4rem; padding-right: 4rem; } .tailwind .lg\:px-20 { padding-left: 5rem; padding-right: 5rem; } .tailwind .lg\:px-48 { padding-left: 12rem; padding-right: 12rem; } .tailwind .lg\:py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; } .tailwind .lg\:py-12 { padding-top: 3rem; padding-bottom: 3rem; } .tailwind .lg\:py-20 { padding-top: 5rem; padding-bottom: 5rem; } .tailwind .lg\:py-24 { padding-top: 6rem; padding-bottom: 6rem; } .tailwind .lg\:pt-0 { padding-top: 0px; } .tailwind .lg\:pt-6 { padding-top: 1.5rem; } .tailwind .lg\:pt-8 { padding-top: 2rem; } .tailwind .lg\:pt-10 { padding-top: 2.5rem; } .tailwind .lg\:pr-10 { padding-right: 2.5rem; } .tailwind .lg\:pb-4 { padding-bottom: 1rem; } .tailwind .lg\:pl-8 { padding-left: 2rem; } .tailwind .lg\:text-left { text-align: left; } .tailwind .lg\:text-center { text-align: center; } .tailwind .lg\:text-base { font-size: 14px; line-height: 16px; } .tailwind .lg\:text-lg { font-size: 1.125rem; line-height: 1.75rem; } .tailwind .lg\:text-3xl { font-size: 1.875rem; line-height: 2.25rem; } .tailwind .lg\:text-4xl { font-size: 2.25rem; line-height: 2.5rem; } .tailwind .lg\:hover\:text-digg-blue:hover { --tw-text-opacity: 1; color: rgba(0, 91, 226, var(--tw-text-opacity)); } } @media (min-width: 1280px) { .tailwind .xl\:visible { visibility: visible; } .tailwind .xl\:mx-64 { margin-left: 16rem; margin-right: 16rem; } .tailwind .xl\:mr-4 { margin-right: 1rem; } .tailwind .xl\:block { display: block; } .tailwind .xl\:h-40 { height: 10rem; } .tailwind .xl\:h-56 { height: 14rem; } .tailwind .xl\:w-40 { width: 10rem; } .tailwind .xl\:w-56 { width: 14rem; } .tailwind .xl\:w-80 { width: 20rem; } .tailwind .xl\:w-2\/4 { width: 50%; } .tailwind .xl\:max-w-xs { max-width: 20rem; } .tailwind .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .tailwind .xl\:flex-row { flex-direction: row; } .tailwind .xl\:justify-start { justify-content: flex-start; } .tailwind .xl\:gap-8 { gap: 2rem; } .tailwind .xl\:gap-10 { gap: 2.5rem; } .tailwind .xl\:gap-20 { gap: 5rem; } .tailwind .xl\:gap-x-10 { -moz-column-gap: 2.5rem; column-gap: 2.5rem; } .tailwind .xl\:gap-x-20 { -moz-column-gap: 5rem; column-gap: 5rem; } .tailwind .xl\:px-8 { padding-left: 2rem; padding-right: 2rem; } .tailwind .xl\:px-16 { padding-left: 4rem; padding-right: 4rem; } .tailwind .xl\:px-56 { padding-left: 14rem; padding-right: 14rem; } .tailwind .xl\:pl-0 { padding-left: 0px; } .tailwind .xl\:text-5xl { font-size: 3rem; line-height: 1; } } @media (min-width: 1536px) { .tailwind .\32xl\:mx-72 { margin-left: 18rem; margin-right: 18rem; } .tailwind .\32xl\:mt-0 { margin-top: 0px; } .tailwind .\32xl\:max-h-128 { max-height: 32rem; } .tailwind .\32xl\:w-1\/2 { width: 50%; } .tailwind .\32xl\:w-2\/3 { width: 66.666667%; } .tailwind .\32xl\:w-2\/4 { width: 50%; } .tailwind .\32xl\:w-3\/5 { width: 60%; } .tailwind .\32xl\:px-16 { padding-left: 4rem; padding-right: 4rem; } .tailwind .\32xl\:px-96 { padding-left: 24rem; padding-right: 24rem; } }