SimpleX-Chat/css/tailwind.css

3061 lines
45 KiB
CSS
Raw Normal View History

/*
! tailwindcss v3.3.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
box-sizing: border-box;
/* 1 */
border-width: 0;
/* 2 */
border-style: solid;
/* 2 */
border-color: #e5e7eb;
/* 2 */
}
::before,
::after {
--tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
*/
html {
line-height: 1.5;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
-moz-tab-size: 4;
/* 3 */
-o-tab-size: 4;
tab-size: 4;
/* 3 */
font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
/* 4 */
font-feature-settings: normal;
/* 5 */
font-variation-settings: normal;
/* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
margin: 0;
/* 1 */
line-height: inherit;
/* 2 */
}
/*
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)
3. Ensure horizontal rules are visible by default.
*/
hr {
height: 0;
/* 1 */
color: inherit;
/* 2 */
border-top-width: 1px;
/* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: inherit;
font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
color: inherit;
text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/*
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)
3. Remove gaps between table borders by default.
*/
table {
text-indent: 0;
/* 1 */
border-color: inherit;
/* 2 */
border-collapse: collapse;
/* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
font-weight: inherit;
/* 1 */
line-height: inherit;
/* 1 */
color: inherit;
/* 1 */
margin: 0;
/* 2 */
padding: 0;
/* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
-webkit-appearance: button;
/* 1 */
background-color: transparent;
/* 2 */
background-image: none;
/* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
-webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
margin: 0;
}
fieldset {
margin: 0;
padding: 0;
}
legend {
padding: 0;
}
ol,
ul,
menu {
list-style: none;
margin: 0;
padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
input::placeholder,
textarea::placeholder {
opacity: 1;
/* 1 */
color: #9ca3af;
/* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
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)
*/
img,
video {
max-width: 100%;
height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
display: none;
}
*, ::before, ::after {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--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;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--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;
--tw-pan-x: ;
--tw-pan-y: ;
--tw-pinch-zoom: ;
--tw-scroll-snap-strictness: proximity;
--tw-ordinal: ;
--tw-slashed-zero: ;
--tw-numeric-figure: ;
--tw-numeric-spacing: ;
--tw-numeric-fraction: ;
--tw-ring-inset: ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur: ;
--tw-brightness: ;
--tw-contrast: ;
--tw-grayscale: ;
--tw-hue-rotate: ;
--tw-invert: ;
--tw-saturate: ;
--tw-sepia: ;
--tw-drop-shadow: ;
--tw-backdrop-blur: ;
--tw-backdrop-brightness: ;
--tw-backdrop-contrast: ;
--tw-backdrop-grayscale: ;
--tw-backdrop-hue-rotate: ;
--tw-backdrop-invert: ;
--tw-backdrop-opacity: ;
--tw-backdrop-saturate: ;
--tw-backdrop-sepia: ;
}
.container {
width: 100%;
}
@media (min-width: 640px) {
.container {
max-width: 640px;
}
}
@media (min-width: 768px) {
.container {
max-width: 768px;
}
}
@media (min-width: 1024px) {
.container {
max-width: 1024px;
}
}
@media (min-width: 1280px) {
.container {
max-width: 1280px;
}
}
@media (min-width: 1536px) {
.container {
max-width: 1536px;
}
}
.visible {
visibility: visible;
}
.static {
position: static;
}
.fixed {
position: fixed;
}
.absolute {
position: absolute;
}
.relative {
position: relative;
}
.sticky {
position: sticky;
}
.-left-10 {
left: -2.5rem;
}
.bottom-0 {
bottom: 0px;
}
.bottom-\[80px\] {
bottom: 80px;
}
.left-0 {
left: 0px;
}
.left-1 {
left: 0.25rem;
}
.left-\[-3px\] {
left: -3px;
}
.right-0 {
right: 0px;
}
.right-1 {
right: 0.25rem;
}
.right-\[-6px\] {
right: -6px;
}
.top-0 {
top: 0px;
}
.top-10 {
top: 2.5rem;
}
.top-11 {
top: 2.75rem;
}
.top-\[52\%\] {
top: 52%;
}
.top-\[66px\] {
top: 66px;
}
.top-full {
top: 100%;
}
.z-10 {
z-index: 10;
}
.z-50 {
z-index: 50;
}
.z-\[10000\] {
z-index: 10000;
}
.z-\[10001\] {
z-index: 10001;
}
.z-\[49\] {
z-index: 49;
}
.float-right {
float: right;
}
.m-1 {
margin: 0.25rem;
}
.m-auto {
margin: auto;
}
.\!my-4 {
margin-top: 1rem !important;
margin-bottom: 1rem !important;
}
.mx-5 {
margin-left: 1.25rem;
margin-right: 1.25rem;
}
.my-10 {
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}
.my-4 {
margin-top: 1rem;
margin-bottom: 1rem;
}
.my-5 {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.my-\[40px\] {
margin-top: 40px;
margin-bottom: 40px;
}
.mb-10 {
margin-bottom: 2.5rem;
}
.mb-12 {
margin-bottom: 3rem;
}
.mb-14 {
margin-bottom: 3.5rem;
}
.mb-16 {
margin-bottom: 4rem;
}
.mb-2 {
margin-bottom: 0.5rem;
}
.mb-20 {
margin-bottom: 5rem;
}
.mb-24 {
margin-bottom: 6rem;
}
.mb-3 {
margin-bottom: 0.75rem;
}
.mb-32 {
margin-bottom: 8rem;
}
.mb-4 {
margin-bottom: 1rem;
}
.mb-5 {
margin-bottom: 1.25rem;
}
.mb-6 {
margin-bottom: 1.5rem;
}
.mb-7 {
margin-bottom: 1.75rem;
}
.mb-8 {
margin-bottom: 2rem;
}
.mb-9 {
margin-bottom: 2.25rem;
}
.mb-\[11px\] {
margin-bottom: 11px;
}
.mb-\[12px\] {
margin-bottom: 12px;
}
.mb-\[16px\] {
margin-bottom: 16px;
}
.mb-\[20px\] {
margin-bottom: 20px;
}
.mb-\[24px\] {
margin-bottom: 24px;
}
.mb-\[28px\] {
margin-bottom: 28px;
}
.mb-\[30px\] {
margin-bottom: 30px;
}
.mb-\[36px\] {
margin-bottom: 36px;
}
.mb-\[40px\] {
margin-bottom: 40px;
}
.mb-\[46px\] {
margin-bottom: 46px;
}
.mb-\[50px\] {
margin-bottom: 50px;
}
.mb-\[54px\] {
margin-bottom: 54px;
}
.mb-\[62px\] {
margin-bottom: 62px;
}
.mb-\[74px\] {
margin-bottom: 74px;
}
.mb-\[75px\] {
margin-bottom: 75px;
}
.mb-\[76px\] {
margin-bottom: 76px;
}
.mb-\[80px\] {
margin-bottom: 80px;
}
.mb-\[8px\] {
margin-bottom: 8px;
}
.mb-auto {
margin-bottom: auto;
}
.ml-\[-15px\] {
margin-left: -15px;
}
.ml-\[-6px\] {
margin-left: -6px;
}
.mr-\[-4px\] {
margin-right: -4px;
}
.mt-1 {
margin-top: 0.25rem;
}
.mt-10 {
margin-top: 2.5rem;
}
.mt-2 {
margin-top: 0.5rem;
}
.mt-6 {
margin-top: 1.5rem;
}
.mt-\[-100px\] {
margin-top: -100px;
}
.mt-\[10px\] {
margin-top: 10px;
}
.mt-\[14px\] {
margin-top: 14px;
}
.mt-\[25px\] {
margin-top: 25px;
}
.mt-\[30px\] {
margin-top: 30px;
}
.mt-\[60px\] {
margin-top: 60px;
}
.mt-\[66px\] {
margin-top: 66px;
}
.mt-\[74px\] {
margin-top: 74px;
}
.mt-\[8px\] {
margin-top: 8px;
}
.mt-auto {
margin-top: auto;
}
.block {
display: block;
}
.inline-block {
display: inline-block;
}
.inline {
display: inline;
}
.flex {
display: flex;
}
.table {
display: table;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.h-1 {
height: 0.25rem;
}
.h-11 {
height: 2.75rem;
}
.h-4 {
height: 1rem;
}
.h-6 {
height: 1.5rem;
}
.h-\[110px\] {
height: 110px;
}
.h-\[131px\] {
height: 131px;
}
.h-\[138px\] {
height: 138px;
}
.h-\[180px\] {
height: 180px;
}
.h-\[1px\] {
height: 1px;
}
.h-\[215px\] {
height: 215px;
}
.h-\[24px\] {
height: 24px;
}
.h-\[322px\] {
height: 322px;
}
.h-\[32px\] {
height: 32px;
}
.h-\[340px\] {
height: 340px;
}
.h-\[34px\] {
height: 34px;
}
.h-\[36px\] {
height: 36px;
}
.h-\[40px\] {
height: 40px;
}
.h-\[44px\] {
height: 44px;
}
.h-\[46px\] {
height: 46px;
}
.h-\[480px\] {
height: 480px;
}
.h-\[52px\] {
height: 52px;
}
.h-\[55\%\] {
height: 55%;
}
.h-\[66px\] {
height: 66px;
}
.h-\[80px\] {
height: 80px;
}
.h-\[calc\(100\%-81\.42px\)\] {
height: calc(100% - 81.42px);
}
.h-\[calc\(100vh-66px\)\] {
height: calc(100vh - 66px);
}
.h-\[inherit\] {
height: inherit;
}
.h-auto {
height: auto;
}
.h-fit {
height: -moz-fit-content;
height: fit-content;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.max-h-\[226px\] {
max-height: 226px;
}
.max-h-\[50px\] {
max-height: 50px;
}
.min-h-\[131px\] {
min-height: 131px;
}
.min-h-\[200px\] {
min-height: 200px;
}
.min-h-\[620px\] {
min-height: 620px;
}
.min-h-\[inherit\] {
min-height: inherit;
}
.w-4 {
width: 1rem;
}
.w-8 {
width: 2rem;
}
.w-\[175px\] {
width: 175px;
}
.w-\[235px\] {
width: 235px;
}
.w-\[238px\] {
width: 238px;
}
.w-\[36px\] {
width: 36px;
}
.w-\[44px\] {
width: 44px;
}
.w-\[630px\] {
width: 630px;
}
.w-\[inherit\] {
width: inherit;
}
.w-auto {
width: auto;
}
.w-full {
width: 100%;
}
.min-w-\[152px\] {
min-width: 152px;
}
.min-w-\[170px\] {
min-width: 170px;
}
.min-w-\[180px\] {
min-width: 180px;
}
.min-w-\[210px\] {
min-width: 210px;
}
.min-w-\[300px\] {
min-width: 300px;
}
.max-w-\[223px\] {
max-width: 223px;
}
.max-w-\[230px\] {
max-width: 230px;
}
.max-w-\[234px\] {
max-width: 234px;
}
.max-w-\[240px\] {
max-width: 240px;
}
.max-w-\[265px\] {
max-width: 265px;
}
.max-w-\[280px\] {
max-width: 280px;
}
.max-w-\[294px\] {
max-width: 294px;
}
.max-w-\[400px\] {
max-width: 400px;
}
.max-w-\[448px\] {
max-width: 448px;
}
.max-w-\[468px\] {
max-width: 468px;
}
.max-w-\[475px\] {
max-width: 475px;
}
.max-w-\[500px\] {
max-width: 500px;
}
.max-w-\[540px\] {
max-width: 540px;
}
.max-w-\[541px\] {
max-width: 541px;
}
.max-w-\[602px\] {
max-width: 602px;
}
.max-w-\[617px\] {
max-width: 617px;
}
.max-w-\[900px\] {
max-width: 900px;
}
.flex-1 {
flex: 1 1 0%;
}
.flex-\[1\] {
flex: 1;
}
.flex-\[2\.5\] {
flex: 2.5;
}
.border-separate {
border-collapse: separate;
}
.border-spacing-x-5 {
--tw-border-spacing-x: 1.25rem;
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.border-spacing-y-2 {
--tw-border-spacing-y: 0.5rem;
border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
}
.translate-x-\[-30\%\] {
--tw-translate-x: -30%;
transform: translate(var(--tw-translate-x), 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));
}
.translate-y-\[-30\%\] {
--tw-translate-y: -30%;
transform: translate(var(--tw-translate-x), 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));
}
.scale-100 {
--tw-scale-x: 1;
--tw-scale-y: 1;
transform: translate(var(--tw-translate-x), 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));
}
.transform {
transform: translate(var(--tw-translate-x), 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));
}
.cursor-pointer {
cursor: pointer;
}
.resize {
resize: both;
}
.list-inside {
list-style-position: inside;
}
.list-decimal {
list-style-type: decimal;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
flex-direction: row;
}
.flex-col {
flex-direction: column;
}
.flex-col-reverse {
flex-direction: column-reverse;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-start {
align-items: flex-start;
}
.items-end {
align-items: flex-end;
}
.items-center {
align-items: center;
}
.justify-end {
justify-content: flex-end;
}
.justify-center {
justify-content: center;
}
.justify-between {
justify-content: space-between;
}
.justify-around {
justify-content: space-around;
}
.gap-1 {
gap: 0.25rem;
}
.gap-10 {
gap: 2.5rem;
}
.gap-12 {
gap: 3rem;
}
.gap-16 {
gap: 4rem;
}
.gap-2 {
gap: 0.5rem;
}
.gap-3 {
gap: 0.75rem;
}
.gap-4 {
gap: 1rem;
}
.gap-5 {
gap: 1.25rem;
}
.gap-6 {
gap: 1.5rem;
}
.gap-\[150px\] {
gap: 150px;
}
.gap-\[20px\] {
gap: 20px;
}
.gap-\[50px\] {
gap: 50px;
}
.gap-x-10 {
-moz-column-gap: 2.5rem;
column-gap: 2.5rem;
}
.gap-y-32 {
row-gap: 8rem;
}
.self-center {
align-self: center;
}
.self-stretch {
align-self: stretch;
}
.overflow-auto {
overflow: auto;
}
.overflow-hidden {
overflow: hidden;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.whitespace-nowrap {
white-space: nowrap;
}
.break-words {
overflow-wrap: break-word;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-\[12px\] {
border-radius: 12px;
}
.rounded-\[20px\] {
border-radius: 20px;
}
.rounded-\[30px\] {
border-radius: 30px;
}
.rounded-\[34px\] {
border-radius: 34px;
}
.rounded-\[4px\] {
border-radius: 4px;
}
.rounded-full {
border-radius: 9999px;
}
.rounded-lg {
border-radius: 0.5rem;
}
.rounded-md {
border-radius: 0.375rem;
}
.rounded-b-\[20px\] {
border-bottom-right-radius: 20px;
border-bottom-left-radius: 20px;
}
.border {
border-width: 1px;
}
.border-\[1px\] {
border-width: 1px;
}
.border-solid {
border-style: solid;
}
.border-\[\#0053D0\] {
--tw-border-opacity: 1;
border-color: rgb(0 83 208 / var(--tw-border-opacity));
}
.border-\[\#859096\] {
--tw-border-opacity: 1;
border-color: rgb(133 144 150 / var(--tw-border-opacity));
}
.border-\[\#A8B0B4\] {
--tw-border-opacity: 1;
border-color: rgb(168 176 180 / var(--tw-border-opacity));
}
.border-primary-light {
--tw-border-opacity: 1;
border-color: rgb(0 83 208 / var(--tw-border-opacity));
}
.border-opacity-60 {
--tw-border-opacity: 0.6;
}
.bg-\[\#0053D0\] {
--tw-bg-opacity: 1;
background-color: rgb(0 83 208 / var(--tw-bg-opacity));
}
.bg-\[\#0197FF\] {
--tw-bg-opacity: 1;
background-color: rgb(1 151 255 / var(--tw-bg-opacity));
}
.bg-\[\#17203D\] {
--tw-bg-opacity: 1;
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
}
.bg-\[\#48F6C2\] {
--tw-bg-opacity: 1;
background-color: rgb(72 246 194 / var(--tw-bg-opacity));
}
.bg-\[\#D9E7ED\] {
--tw-bg-opacity: 1;
background-color: rgb(217 231 237 / var(--tw-bg-opacity));
}
.bg-\[\#D9ECFF\] {
--tw-bg-opacity: 1;
background-color: rgb(217 236 255 / var(--tw-bg-opacity));
}
.bg-\[\#F0F1F2\] {
--tw-bg-opacity: 1;
background-color: rgb(240 241 242 / var(--tw-bg-opacity));
}
.bg-\[\#F3F6F7\] {
--tw-bg-opacity: 1;
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
}
.bg-\[\#fff\] {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-black {
--tw-bg-opacity: 1;
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
}
.bg-card-bg-light {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-card-desc-bg-light {
--tw-bg-opacity: 1;
background-color: rgb(217 231 237 / var(--tw-bg-opacity));
}
.bg-primary-bg-light {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-primary-light {
--tw-bg-opacity: 1;
background-color: rgb(0 83 208 / var(--tw-bg-opacity));
}
.bg-secondary-bg-light {
--tw-bg-opacity: 1;
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
}
.bg-transparent {
background-color: transparent;
}
.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-200 {
--tw-bg-opacity: 1;
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.fill-\[rgb\(60\2c 60\2c 60\)\] {
fill: rgb(60,60,60);
}
.fill-black {
fill: #0D0E12;
}
.fill-grey-black {
fill: #3F484B;
}
.fill-primary-light {
fill: #0053D0;
}
.p-1 {
padding: 0.25rem;
}
.p-2 {
padding: 0.5rem;
}
.p-3 {
padding: 0.75rem;
}
.p-4 {
padding: 1rem;
}
.p-6 {
padding: 1.5rem;
}
.\!py-2 {
padding-top: 0.5rem !important;
padding-bottom: 0.5rem !important;
}
.px-0 {
padding-left: 0px;
padding-right: 0px;
}
.px-20 {
padding-left: 5rem;
padding-right: 5rem;
}
.px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
.px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.px-6 {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.px-8 {
padding-left: 2rem;
padding-right: 2rem;
}
.px-\[20px\] {
padding-left: 20px;
padding-right: 20px;
}
.px-\[34px\] {
padding-left: 34px;
padding-right: 34px;
}
.py-10 {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.py-12 {
padding-top: 3rem;
padding-bottom: 3rem;
}
.py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.py-3 {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.py-6 {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.py-\[20px\] {
padding-top: 20px;
padding-bottom: 20px;
}
.py-\[24px\] {
padding-top: 24px;
padding-bottom: 24px;
}
.py-\[50px\] {
padding-top: 50px;
padding-bottom: 50px;
}
.py-\[75px\] {
padding-top: 75px;
padding-bottom: 75px;
}
.py-\[90px\] {
padding-top: 90px;
padding-bottom: 90px;
}
.py-\[95px\] {
padding-top: 95px;
padding-bottom: 95px;
}
.pb-4 {
padding-bottom: 1rem;
}
.pb-8 {
padding-bottom: 2rem;
}
.pb-\[90px\] {
padding-bottom: 90px;
}
.pr-10 {
padding-right: 2.5rem;
}
.pt-2 {
padding-top: 0.5rem;
}
.pt-4 {
padding-top: 1rem;
}
.pt-5 {
padding-top: 1.25rem;
}
.pt-\[106px\] {
padding-top: 106px;
}
.pt-\[30px\] {
padding-top: 30px;
}
.pt-\[40px\] {
padding-top: 40px;
}
.pt-\[66px\] {
padding-top: 66px;
}
.text-left {
text-align: left;
}
.text-center {
text-align: center;
}
.\!text-lg {
font-size: 1.125rem !important;
line-height: 1.75rem !important;
}
.text-2xl {
font-size: 1.5rem;
line-height: 2rem;
}
.text-3xl {
font-size: 1.875rem;
line-height: 2.25rem;
}
.text-\[12px\] {
font-size: 12px;
}
.text-\[14px\] {
font-size: 14px;
}
.text-\[16px\] {
font-size: 16px;
}
.text-\[18px\] {
font-size: 18px;
}
.text-\[20px\] {
font-size: 20px;
}
.text-\[24px\] {
font-size: 24px;
}
.text-\[25px\] {
font-size: 25px;
}
.text-\[28px\] {
font-size: 28px;
}
.text-\[35px\] {
font-size: 35px;
}
.text-\[38px\] {
font-size: 38px;
}
.text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.text-lg {
font-size: 1.125rem;
line-height: 1.75rem;
}
.text-sm {
font-size: 0.875rem;
line-height: 1.25rem;
}
.text-xl {
font-size: 1.25rem;
line-height: 1.75rem;
}
.font-bold {
font-weight: 700;
}
.font-light {
font-weight: 300;
}
.font-medium {
font-weight: 500;
}
.font-normal {
font-weight: 400;
}
.capitalize {
text-transform: capitalize;
}
.italic {
font-style: italic;
}
.leading-6 {
line-height: 1.5rem;
}
.leading-\[19px\] {
line-height: 19px;
}
.leading-\[24px\] {
line-height: 24px;
}
.leading-\[26px\] {
line-height: 26px;
}
.leading-\[28px\] {
line-height: 28px;
}
.leading-\[33px\] {
line-height: 33px;
}
.leading-\[34px\] {
line-height: 34px;
}
.leading-\[36px\] {
line-height: 36px;
}
.leading-\[43px\] {
line-height: 43px;
}
.leading-\[45px\] {
line-height: 45px;
}
.leading-\[46px\] {
line-height: 46px;
}
.tracking-\[0\.01em\] {
letter-spacing: 0.01em;
}
.tracking-\[0\.02em\] {
letter-spacing: 0.02em;
}
.tracking-\[0\.03em\] {
letter-spacing: 0.03em;
}
.tracking-\[0\.04em\] {
letter-spacing: 0.04em;
}
.tracking-\[0\.06em\] {
letter-spacing: 0.06em;
}
.\!text-\[rgb\(60\2c 60\2c 60\)\] {
--tw-text-opacity: 1 !important;
color: rgb(60 60 60 / var(--tw-text-opacity)) !important;
}
.\!text-primary-pressed-light {
--tw-text-opacity: 1 !important;
color: rgb(64 122 210 / var(--tw-text-opacity)) !important;
}
.text-\[\#606C71\] {
--tw-text-opacity: 1;
color: rgb(96 108 113 / var(--tw-text-opacity));
}
.text-\[\#A8B0B4\] {
--tw-text-opacity: 1;
color: rgb(168 176 180 / var(--tw-text-opacity));
}
.text-\[\#DD0000\] {
--tw-text-opacity: 1;
color: rgb(221 0 0 / var(--tw-text-opacity));
}
.text-active-blue {
--tw-text-opacity: 1;
color: rgb(1 151 255 / var(--tw-text-opacity));
}
.text-black {
--tw-text-opacity: 1;
color: rgb(13 14 18 / var(--tw-text-opacity));
}
.text-grey-black {
--tw-text-opacity: 1;
color: rgb(63 72 75 / var(--tw-text-opacity));
}
.text-primary-light {
--tw-text-opacity: 1;
color: rgb(0 83 208 / var(--tw-text-opacity));
}
.text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
text-decoration-line: underline;
}
.\!no-underline {
text-decoration-line: none !important;
}
.no-underline {
text-decoration-line: none;
}
.underline-offset-2 {
text-underline-offset: 2px;
}
.underline-offset-4 {
text-underline-offset: 4px;
}
.opacity-100 {
opacity: 1;
}
.shadow {
--tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_3px_rgb\(60_72_88_\/_15\%\)\] {
--tw-shadow: 0 0 3px rgb(60 72 88 / 15%);
--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_20px_30px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
--tw-shadow: 0px 20px 30px rgba(0,0,0,0.12);
--tw-shadow-colored: 0px 20px 30px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_3px_12px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
--tw-shadow: 0px 3px 12px rgba(0,0,0,0.2);
--tw-shadow-colored: 0px 3px 12px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_50px_61px_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
--tw-shadow: 0px 50px 61px rgba(0,0,0,0.12);
--tw-shadow-colored: 0px 50px 61px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[2px_2px_0px_\#859096\] {
--tw-shadow: 2px 2px 0px #859096;
--tw-shadow-colored: 2px 2px 0px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0px_2px_2px_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
--tw-shadow: inset 0px 2px 2px rgba(0,0,0,0.15);
--tw-shadow-colored: inset 0px 2px 2px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur {
--tw-blur: blur(8px);
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);
}
.invert {
--tw-invert: invert(100%);
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);
}
.filter {
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);
}
.transition {
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-property: color, background-color, border-color, text-decoration-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;
}
.placeholder\:text-base::-moz-placeholder {
font-size: 1rem;
line-height: 1.5rem;
}
.placeholder\:text-base::placeholder {
font-size: 1rem;
line-height: 1.5rem;
}
.placeholder\:font-normal::-moz-placeholder {
font-weight: 400;
}
.placeholder\:font-normal::placeholder {
font-weight: 400;
}
.placeholder\:tracking-\[0\.01em\]::-moz-placeholder {
letter-spacing: 0.01em;
}
.placeholder\:tracking-\[0\.01em\]::placeholder {
letter-spacing: 0.01em;
}
.placeholder\:text-grey-black::-moz-placeholder {
--tw-text-opacity: 1;
color: rgb(63 72 75 / var(--tw-text-opacity));
}
.placeholder\:text-grey-black::placeholder {
--tw-text-opacity: 1;
color: rgb(63 72 75 / var(--tw-text-opacity));
}
.before\:absolute::before {
content: var(--tw-content);
position: absolute;
}
.before\:h-full::before {
content: var(--tw-content);
height: 100%;
}
.before\:w-full::before {
content: var(--tw-content);
width: 100%;
}
.before\:bg-black::before {
content: var(--tw-content);
--tw-bg-opacity: 1;
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
}
.before\:bg-secondary-bg-light::before {
content: var(--tw-content);
--tw-bg-opacity: 1;
background-color: rgb(243 246 247 / var(--tw-bg-opacity));
}
.before\:opacity-90::before {
content: var(--tw-content);
opacity: 0.9;
}
.focus\:outline-none:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}
:is([dir="ltr"] .ltr\:ml-8) {
margin-left: 2rem;
}
:is([dir="ltr"] .ltr\:mr-auto) {
margin-right: auto;
}
:is([dir="ltr"] .ltr\:\!hidden) {
display: none !important;
}
:is([dir="ltr"] .ltr\:rounded-l-\[34px\]) {
border-top-left-radius: 34px;
border-bottom-left-radius: 34px;
}
:is([dir="ltr"] .ltr\:rounded-r-\[34px\]) {
border-top-right-radius: 34px;
border-bottom-right-radius: 34px;
}
:is([dir="rtl"] .rtl\:ml-auto) {
margin-left: auto;
}
:is([dir="rtl"] .rtl\:mr-8) {
margin-right: 2rem;
}
:is([dir="rtl"] .rtl\:\!hidden) {
display: none !important;
}
:is([dir="rtl"] .rtl\:rounded-l-\[34px\]) {
border-top-left-radius: 34px;
border-bottom-left-radius: 34px;
}
:is([dir="rtl"] .rtl\:rounded-r-\[34px\]) {
border-top-right-radius: 34px;
border-bottom-right-radius: 34px;
}
:is([dir="rtl"] .rtl\:text-right) {
text-align: right;
}
:is(.dark .dark\:block) {
display: block;
}
:is(.dark .dark\:inline-block) {
display: inline-block;
}
:is(.dark .dark\:flex) {
display: flex;
}
:is(.dark .dark\:\!hidden) {
display: none !important;
}
:is(.dark .dark\:hidden) {
display: none;
}
:is(.dark .dark\:rounded-\[6px\]) {
border-radius: 6px;
}
:is(.dark .dark\:border) {
border-width: 1px;
}
:is(.dark .dark\:border-none) {
border-style: none;
}
:is(.dark .dark\:border-primary-dark) {
--tw-border-opacity: 1;
border-color: rgb(112 240 249 / var(--tw-border-opacity));
}
:is(.dark .dark\:border-white) {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
:is(.dark .dark\:bg-\[\#0C0B13\]) {
--tw-bg-opacity: 1;
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-\[\#0E2B57\]) {
--tw-bg-opacity: 1;
background-color: rgb(14 43 87 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-\[\#11182F\]) {
--tw-bg-opacity: 1;
background-color: rgb(17 24 47 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-\[\#171F3A\]) {
--tw-bg-opacity: 1;
background-color: rgb(23 31 58 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-\[\#17203D\]) {
--tw-bg-opacity: 1;
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-\[rgba\(112\2c 240\2c 249\2c 0\.2\)\]) {
background-color: rgba(112,240,249,0.2);
}
:is(.dark .dark\:bg-black) {
--tw-bg-opacity: 1;
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-card-bg-dark) {
--tw-bg-opacity: 1;
background-color: rgb(23 32 61 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-card-desc-bg-dark) {
--tw-bg-opacity: 1;
background-color: rgb(27 50 92 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-grey-black) {
--tw-bg-opacity: 1;
background-color: rgb(63 72 75 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-primary-bg-dark) {
--tw-bg-opacity: 1;
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-primary-dark) {
--tw-bg-opacity: 1;
background-color: rgb(112 240 249 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-secondary-bg-dark) {
--tw-bg-opacity: 1;
background-color: rgb(17 24 47 / var(--tw-bg-opacity));
}
:is(.dark .dark\:bg-transparent) {
background-color: transparent;
}
:is(.dark .dark\:bg-opacity-\[0\.2\]) {
--tw-bg-opacity: 0.2;
}
:is(.dark .dark\:bg-gradient-radial-mobile) {
background-image: radial-gradient(77.4% 73.09% at -3.68% 100%, #17203D 0%, #0C0B13 100%);
}
:is(.dark .dark\:fill-primary-dark) {
fill: #70F0F9;
}
:is(.dark .dark\:fill-white) {
fill: #fff;
}
:is(.dark .dark\:\!text-white) {
--tw-text-opacity: 1 !important;
color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
:is(.dark .dark\:text-\[\#70F0F9\]) {
--tw-text-opacity: 1;
color: rgb(112 240 249 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-black) {
--tw-text-opacity: 1;
color: rgb(13 14 18 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-primary-dark) {
--tw-text-opacity: 1;
color: rgb(112 240 249 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white) {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:opacity-\[0\.1\]) {
opacity: 0.1;
}
:is(.dark .dark\:opacity-\[0\.2\]) {
opacity: 0.2;
}
:is(.dark .dark\:shadow-none) {
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is(.dark .placeholder\:dark\:text-white)::-moz-placeholder {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .placeholder\:dark\:text-white)::placeholder {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:before\:bg-primary-bg-dark)::before {
content: var(--tw-content);
--tw-bg-opacity: 1;
background-color: rgb(12 11 19 / var(--tw-bg-opacity));
}
:is(.dark .dark\:before\:bg-white)::before {
content: var(--tw-content);
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 640px) {
.sm\:block {
display: block;
}
.sm\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:flex-row {
flex-direction: row;
}
.sm\:p-14 {
padding: 3.5rem;
}
.sm\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}
.sm\:px-4 {
padding-left: 1rem;
padding-right: 1rem;
}
}
@media (min-width: 768px) {
.md\:static {
position: static;
}
.md\:mb-0 {
margin-bottom: 0px;
}
.md\:mb-16 {
margin-bottom: 4rem;
}
.md\:mb-6 {
margin-bottom: 1.5rem;
}
.md\:mb-8 {
margin-bottom: 2rem;
}
.md\:mt-6 {
margin-top: 1.5rem;
}
.md\:block {
display: block;
}
.md\:inline-block {
display: inline-block;
}
.md\:flex {
display: flex;
}
.md\:hidden {
display: none;
}
.md\:h-fit {
height: -moz-fit-content;
height: fit-content;
}
.md\:max-h-\[660px\] {
max-height: 660px;
}
.md\:min-h-fit {
min-height: -moz-fit-content;
min-height: fit-content;
}
.md\:w-\[168px\] {
width: 168px;
}
.md\:w-\[30\%\] {
width: 30%;
}
.md\:w-\[70\%\] {
width: 70%;
}
.md\:w-fit {
width: -moz-fit-content;
width: fit-content;
}
.md\:max-w-\[1276px\] {
max-width: 1276px;
}
.md\:max-w-\[220px\] {
max-width: 220px;
}
.md\:max-w-\[490px\] {
max-width: 490px;
}
.md\:flex-1 {
flex: 1 1 0%;
}
.md\:flex-\[1\] {
flex: 1;
}
.md\:flex-\[2\] {
flex: 2;
}
.md\:flex-row {
flex-direction: row;
}
.md\:flex-col-reverse {
flex-direction: column-reverse;
}
.md\:items-start {
align-items: flex-start;
}
.md\:items-center {
align-items: center;
}
.md\:gap-14 {
gap: 3.5rem;
}
.md\:gap-9 {
gap: 2.25rem;
}
.md\:p-10 {
padding: 2.5rem;
}
.md\:p-\[60px\] {
padding: 60px;
}
.md\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
.md\:px-10 {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.md\:py-16 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.md\:py-7 {
padding-top: 1.75rem;
padding-bottom: 1.75rem;
}
.md\:py-8 {
padding-top: 2rem;
padding-bottom: 2rem;
}
.md\:text-left {
text-align: left;
}
.md\:\!text-xl {
font-size: 1.25rem !important;
line-height: 1.75rem !important;
}
.md\:text-\[20px\] {
font-size: 20px;
}
.md\:text-\[35px\] {
font-size: 35px;
}
.md\:text-\[38px\] {
font-size: 38px;
}
.md\:text-\[55px\] {
font-size: 55px;
}
.md\:leading-\[43px\] {
line-height: 43px;
}
.md\:leading-\[55px\] {
line-height: 55px;
}
.md\:leading-\[63px\] {
line-height: 63px;
}
:is([dir="rtl"] .md\:rtl\:inline-block) {
display: inline-block;
}
:is([dir="rtl"] .md\:rtl\:text-right) {
text-align: right;
}
:is(.dark .dark\:md\:inline-block) {
display: inline-block;
}
:is(.dark .md\:dark\:inline-block) {
display: inline-block;
}
}
@media (min-width: 1024px) {
.lg\:absolute {
position: absolute;
}
.lg\:relative {
position: relative;
}
.lg\:top-0 {
top: 0px;
}
.lg\:mb-0 {
margin-bottom: 0px;
}
.lg\:mb-20 {
margin-bottom: 5rem;
}
.lg\:mb-8 {
margin-bottom: 2rem;
}
.lg\:mb-\[54px\] {
margin-bottom: 54px;
}
.lg\:mb-\[90px\] {
margin-bottom: 90px;
}
.lg\:mt-0 {
margin-top: 0px;
}
.lg\:mt-\[10px\] {
margin-top: 10px;
}
.lg\:flex {
display: flex;
}
.lg\:hidden {
display: none;
}
.lg\:h-0 {
height: 0px;
}
.lg\:h-\[642px\] {
height: 642px;
}
.lg\:h-\[66px\] {
height: 66px;
}
.lg\:h-\[855px\] {
height: 855px;
}
.lg\:h-\[888px\] {
height: 888px;
}
.lg\:h-\[890px\] {
height: 890px;
}
.lg\:h-\[950px\] {
height: 950px;
}
.lg\:h-\[calc\(100vh-66px\)\] {
height: calc(100vh - 66px);
}
.lg\:h-auto {
height: auto;
}
.lg\:h-fit {
height: -moz-fit-content;
height: fit-content;
}
.lg\:max-h-\[888px\] {
max-height: 888px;
}
.lg\:w-2\/5 {
width: 40%;
}
.lg\:w-3\/5 {
width: 60%;
}
.lg\:w-auto {
width: auto;
}
.lg\:w-full {
width: 100%;
}
.lg\:max-w-\[240px\] {
max-width: 240px;
}
.lg\:max-w-\[448px\] {
max-width: 448px;
}
.lg\:grid-cols-4 {
grid-template-columns: repeat(4, minmax(0, 1fr));
}
.lg\:flex-row {
flex-direction: row;
}
.lg\:flex-col {
flex-direction: column;
}
.lg\:items-start {
align-items: flex-start;
}
.lg\:items-center {
align-items: center;
}
.lg\:gap-0 {
gap: 0px;
}
.lg\:gap-16 {
gap: 4rem;
}
.lg\:gap-28 {
gap: 7rem;
}
.lg\:gap-5 {
gap: 1.25rem;
}
.lg\:gap-\[350px\] {
gap: 350px;
}
.lg\:bg-transparent {
background-color: transparent;
}
.lg\:bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.lg\:px-0 {
padding-left: 0px;
padding-right: 0px;
}
.lg\:px-5 {
padding-left: 1.25rem;
padding-right: 1.25rem;
}
.lg\:px-7 {
padding-left: 1.75rem;
padding-right: 1.75rem;
}
.lg\:px-\[20px\] {
padding-left: 20px;
padding-right: 20px;
}
.lg\:px-\[50px\] {
padding-left: 50px;
padding-right: 50px;
}
.lg\:py-0 {
padding-top: 0px;
padding-bottom: 0px;
}
.lg\:py-2 {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.lg\:py-4 {
padding-top: 1rem;
padding-bottom: 1rem;
}
.lg\:py-5 {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.lg\:py-\[50px\] {
padding-top: 50px;
padding-bottom: 50px;
}
.lg\:pt-0 {
padding-top: 0px;
}
.lg\:text-center {
text-align: center;
}
.lg\:text-\[32px\] {
font-size: 32px;
}
.lg\:text-\[35px\] {
font-size: 35px;
}
.lg\:text-\[38px\] {
font-size: 38px;
}
.lg\:text-\[45px\] {
font-size: 45px;
}
.lg\:text-\[65px\] {
font-size: 65px;
}
.lg\:text-base {
font-size: 1rem;
line-height: 1.5rem;
}
.lg\:leading-\[36px\] {
line-height: 36px;
}
.lg\:leading-\[45px\] {
line-height: 45px;
}
.lg\:shadow-\[0_0_3px_rgb\(60_72_88_\/_15\%\)\] {
--tw-shadow: 0 0 3px rgb(60 72 88 / 15%);
--tw-shadow-colored: 0 0 3px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
:is([dir="ltr"] .ltr\:lg\:ml-4) {
margin-left: 1rem;
}
:is([dir="ltr"] .ltr\:lg\:ml-5) {
margin-left: 1.25rem;
}
:is([dir="ltr"] .lg\:ltr\:text-left) {
text-align: left;
}
:is([dir="rtl"] .rtl\:lg\:mr-4) {
margin-right: 1rem;
}
:is([dir="rtl"] .rtl\:lg\:mr-5) {
margin-right: 1.25rem;
}
:is([dir="rtl"] .lg\:rtl\:text-right) {
text-align: right;
}
:is(.dark .dark\:lg\:flex) {
display: flex;
}
:is(.dark .dark\:lg\:hidden) {
display: none;
}
:is(.dark .dark\:lg\:bg-black) {
--tw-bg-opacity: 1;
background-color: rgb(13 14 18 / var(--tw-bg-opacity));
}
:is(.dark .dark\:lg\:bg-gradient-radial) {
background-image: radial-gradient(88.77% 102.03% at 92.64% -13.22%, #17203D 0%, #0C0B13 100%);
}
:is(.dark .dark\:lg\:bg-none) {
background-image: none;
}
}
@media (min-width: 1280px) {
.xl\:absolute {
position: absolute;
}
.xl\:sticky {
position: sticky;
}
.xl\:mb-0 {
margin-bottom: 0px;
}
.xl\:mb-8 {
margin-bottom: 2rem;
}
.xl\:mb-\[25px\] {
margin-bottom: 25px;
}
.xl\:block {
display: block;
}
.xl\:flex {
display: flex;
}
.xl\:hidden {
display: none;
}
.xl\:h-\[888px\] {
height: 888px;
}
.xl\:h-\[calc\(100vh-66px\)\] {
height: calc(100vh - 66px);
}
.xl\:h-full {
height: 100%;
}
.xl\:max-h-\[888px\] {
max-height: 888px;
}
.xl\:min-h-\[565px\] {
min-height: 565px;
}
.xl\:min-w-\[600px\] {
min-width: 600px;
}
.xl\:max-w-\[600px\] {
max-width: 600px;
}
.xl\:flex-row {
flex-direction: row;
}
.xl\:flex-row-reverse {
flex-direction: row-reverse;
}
.xl\:items-start {
align-items: flex-start;
}
.xl\:items-center {
align-items: center;
}
.xl\:justify-start {
justify-content: flex-start;
}
.xl\:justify-between {
justify-content: space-between;
}
.xl\:justify-around {
justify-content: space-around;
}
.xl\:gap-10 {
gap: 2.5rem;
}
.xl\:gap-8 {
gap: 2rem;
}
.xl\:text-left {
text-align: left;
}
.xl\:text-justify {
text-align: justify;
}
.xl\:text-\[16px\] {
font-size: 16px;
}
:is([dir="ltr"] .ltr\:xl\:ml-10) {
margin-left: 2.5rem;
}
:is([dir="ltr"] .ltr\:xl\:ml-8) {
margin-left: 2rem;
}
:is([dir="rtl"] .rtl\:xl\:mr-10) {
margin-right: 2.5rem;
}
:is([dir="rtl"] .rtl\:xl\:mr-8) {
margin-right: 2rem;
}
:is([dir="rtl"] .xl\:rtl\:text-right) {
text-align: right;
}
}