/* ! tailwindcss v3.2.7 | 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. */ 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 */ } /* 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; } html { overflow-x: hidden; scroll-behavior: smooth; } @font-face { font-family: 'circular'; src: url('./assets/fonts/CircularStd-Bold.woff2') format('woff2'); font-weight: 700; font-display: swap; } @font-face { font-family: 'circular'; src: url('./assets/fonts/CircularStd-Medium.woff2') format('woff2'); font-weight: 500; font-display: swap; } @font-face { font-family: 'circular'; src: url('./assets/fonts/CircularStd-Book.woff2') format('woff2'); font-weight: 400; font-display: swap; } p { --tw-text-opacity: 1; color: rgb(109 109 109 / var(--tw-text-opacity)); } :root { --margin-x: calc(50vw - 50%); } ; *, ::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: ; } .btn { border-radius: 9999px; border-width: 2px; --tw-border-opacity: 1; border-color: rgb(0 0 0 / var(--tw-border-opacity)); padding-left: 2.75rem; padding-right: 2.75rem; padding-top: 19px; padding-bottom: 19px; font-size: 0.813rem; line-height: 1rem; letter-spacing: -0.01rem; font-weight: 700; text-transform: uppercase; } .fixed { position: fixed; } .absolute { position: absolute; } .relative { position: relative; } .inset-0 { top: 0px; right: 0px; bottom: 0px; left: 0px; } .bottom-0 { bottom: 0px; } .left-0 { left: 0px; } .left-\[50\%\] { left: 50%; } .right-5 { right: 1.25rem; } .top-5 { top: 1.25rem; } .-z-10 { z-index: -10; } .z-\[1000\] { z-index: 1000; } .z-\[1001\] { z-index: 1001; } .col-span-4 { grid-column: span 4 / span 4; } .col-span-8 { grid-column: span 8 / span 8; } .m-auto { margin: auto; } .-mx-\[var\(--margin-x\)\] { margin-left: calc(var(--margin-x) * -1); margin-right: calc(var(--margin-x) * -1); } .mx-4 { margin-left: 1rem; margin-right: 1rem; } .mx-auto { margin-left: auto; margin-right: auto; } .-ml-\[50vw\] { margin-left: -50vw; } .mb-10 { margin-bottom: 2.5rem; } .mb-20 { margin-bottom: 5rem; } .mb-22 { margin-bottom: 90px; } .mb-24 { margin-bottom: 6rem; } .mb-4 { margin-bottom: 1rem; } .mb-6 { margin-bottom: 1.5rem; } .mb-8 { margin-bottom: 2rem; } .mb-\[72px\] { margin-bottom: 72px; } .ml-1 { margin-left: 0.25rem; } .ml-1\.5 { margin-left: 0.375rem; } .ml-14 { margin-left: 3.5rem; } .ml-2 { margin-left: 0.5rem; } .ml-2\.5 { margin-left: 0.625rem; } .ml-\[calc\(50\%-50vw\)\] { margin-left: calc(50% - 50vw); } .mr-11 { margin-right: 2.75rem; } .mr-6 { margin-right: 1.5rem; } .mr-\[55px\] { margin-right: 55px; } .mr-\[calc\(50\%-50vw\)\] { margin-right: calc(50% - 50vw); } .mt-10 { margin-top: 2.5rem; } .mt-12 { margin-top: 3rem; } .mt-16 { margin-top: 4rem; } .mt-2 { margin-top: 0.5rem; } .mt-2\.5 { margin-top: 0.625rem; } .mt-20 { margin-top: 5rem; } .mt-22 { margin-top: 90px; } .mt-24 { margin-top: 6rem; } .mt-4 { margin-top: 1rem; } .mt-5 { margin-top: 1.25rem; } .mt-6 { margin-top: 1.5rem; } .mt-8 { margin-top: 2rem; } .block { display: block; } .inline { display: inline; } .flex { display: flex; } .grid { display: grid; } .hidden { display: none; } .h-5 { height: 1.25rem; } .h-full { height: 100%; } .h-screen { height: 100vh; } .w-0 { width: 0px; } .w-3 { width: 0.75rem; } .w-full { width: 100%; } .w-screen { width: 100vw; } .max-w-469 { max-width: 29.313rem; } .max-w-\[1170px\] { max-width: 1170px; } .max-w-\[206px\] { max-width: 206px; } .max-w-\[272px\] { max-width: 272px; } .max-w-\[300px\] { max-width: 300px; } .max-w-\[50ch\] { max-width: 50ch; } .max-w-\[518px\] { max-width: 518px; } .max-w-\[572px\] { max-width: 572px; } .max-w-\[605px\] { max-width: 605px; } .max-w-\[60ch\] { max-width: 60ch; } .max-w-\[658px\] { max-width: 658px; } .max-w-\[70ch\] { max-width: 70ch; } .max-w-\[732px\] { max-width: 732px; } .max-w-\[759px\] { max-width: 759px; } .max-w-\[812\.31px\] { max-width: 812.31px; } .max-w-\[820px\] { max-width: 820px; } .max-w-\[845px\] { max-width: 845px; } .grow { flex-grow: 1; } .basis-full { flex-basis: 100%; } .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)); } @keyframes bounce { 0%, 100% { transform: translateY(-25%); animation-timing-function: cubic-bezier(0.8,0,1,1); } 50% { transform: none; animation-timing-function: cubic-bezier(0,0,0.2,1); } } .animate-bounce-quick { animation: bounce 0.5s infinite; } .cursor-pointer { cursor: pointer; } .list-inside { list-style-position: inside; } .list-disc { list-style-type: disc; } .auto-rows-fr { grid-auto-rows: minmax(0, 1fr); } .grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); } .grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .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-center { justify-content: center; } .justify-between { justify-content: space-between; } .justify-items-center { justify-items: center; } .gap-2 { gap: 0.5rem; } .gap-4 { gap: 1rem; } .gap-6 { gap: 1.5rem; } .gap-\[45px\] { gap: 45px; } .gap-\[75px\] { gap: 75px; } .gap-x-4 { -moz-column-gap: 1rem; column-gap: 1rem; } .gap-x-6 { -moz-column-gap: 1.5rem; column-gap: 1.5rem; } .gap-y-4 { row-gap: 1rem; } .overflow-hidden { overflow: hidden; } .overflow-visible { overflow: visible; } .overflow-x-hidden { overflow-x: hidden; } .rounded-3xl { border-radius: 1.5rem; } .rounded-full { border-radius: 9999px; } .border-b { border-bottom-width: 1px; } .border-l-\[15px\] { border-left-width: 15px; } .border-green-600 { --tw-border-opacity: 1; border-color: rgb(22 163 74 / var(--tw-border-opacity)); } .bg-\[\#252525\] { --tw-bg-opacity: 1; background-color: rgb(37 37 37 / var(--tw-bg-opacity)); } .bg-\[\#E2E5FF\] { --tw-bg-opacity: 1; background-color: rgb(226 229 255 / var(--tw-bg-opacity)); } .bg-black { --tw-bg-opacity: 1; background-color: rgb(0 0 0 / var(--tw-bg-opacity)); } .bg-black\/10 { background-color: rgb(0 0 0 / 0.1); } .bg-gray-50 { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } .bg-grey-black { --tw-bg-opacity: 1; background-color: rgb(31 31 31 / var(--tw-bg-opacity)); } .bg-light-white-bg { --tw-bg-opacity: 1; background-color: rgb(249 250 251 / var(--tw-bg-opacity)); } .bg-white { --tw-bg-opacity: 1; background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } .bg-gradient-121 { background-image: linear-gradient(121.87deg, var(--tw-gradient-stops)); } .from-light-purple { --tw-gradient-from: #D6E5FA; --tw-gradient-to: rgb(214 229 250 / 0); --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to); } .to-light-rose { --tw-gradient-to: #FFF3F3; } .px-4 { padding-left: 1rem; padding-right: 1rem; } .py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; } .pb-10 { padding-bottom: 2.5rem; } .pb-16 { padding-bottom: 4rem; } .pb-6 { padding-bottom: 1.5rem; } .pb-\[71px\] { padding-bottom: 71px; } .pl-14 { padding-left: 3.5rem; } .pl-3 { padding-left: 0.75rem; } .pl-6 { padding-left: 1.5rem; } .pl-\[6px\] { padding-left: 6px; } .pr-16 { padding-right: 4rem; } .pr-20 { padding-right: 5rem; } .pr-22 { padding-right: 90px; } .pr-3 { padding-right: 0.75rem; } .pr-6 { padding-right: 1.5rem; } .pt-16 { padding-top: 4rem; } .pt-20 { padding-top: 5rem; } .pt-4 { padding-top: 1rem; } .pt-6 { padding-top: 1.5rem; } .pt-7 { padding-top: 1.75rem; } .text-left { text-align: left; } .text-center { text-align: center; } .text-end { text-align: end; } .font-circular { font-family: circular, ui-sans-serif, system-ui; } .text-2xl { font-size: 1.5rem; line-height: 2rem; letter-spacing: -0.045rem; } .text-38 { font-size: 2.375rem; line-height: 1.3em; letter-spacing: -0.03em; } .text-3xl { font-size: 2rem; line-height: 2.63rem; letter-spacing: -0.08rem; } .text-4xl { font-size: 2.25rem; line-height: 2.93rem; letter-spacing: -0.07rem; } .text-5xl { font-size: 2.5rem; line-height: 3.875rem; letter-spacing: -0.08rem; } .text-7xl { font-size: 4rem; line-height: 5.19rem; letter-spacing: -0.04rem; } .text-base { font-size: 1rem; line-height: 1.49rem; letter-spacing: -0.02rem; } .text-lg { font-size: 1.125rem; line-height: 1.6em; letter-spacing: -0.01em; } .text-sm { font-size: 0.875rem; line-height: 1.375rem; letter-spacing: -0.01rem; } .text-xl { font-size: 1.25rem; line-height: 2rem; letter-spacing: -0.013rem; } .text-xs { font-size: 0.813rem; line-height: 1rem; letter-spacing: -0.01rem; } .font-bold { font-weight: 700; } .font-light { font-weight: 300; } .font-normal { font-weight: 400; } .text-dark-purple { --tw-text-opacity: 1; color: rgb(67 73 119 / var(--tw-text-opacity)); } .text-grey { --tw-text-opacity: 1; color: rgb(109 109 109 / var(--tw-text-opacity)); } .text-grey-black { --tw-text-opacity: 1; color: rgb(31 31 31 / var(--tw-text-opacity)); } .text-jitera-grey { --tw-text-opacity: 1; color: rgb(173 173 173 / var(--tw-text-opacity)); } .text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .underline { text-decoration-line: underline; } .underline-offset-4 { text-underline-offset: 4px; } .underline-offset-8 { text-underline-offset: 8px; } .antialiased { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .opacity-0 { opacity: 0; } .mix-blend-luminosity { mix-blend-mode: luminosity; } .outline { outline-style: solid; } .backdrop-blur-sm { --tw-backdrop-blur: blur(4px); -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } .transition-all { transition-property: all; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .transition-colors { transition-property: color, background-color, border-color, text-decoration-color, fill, stroke; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 150ms; } .duration-150 { transition-duration: 150ms; } .duration-200 { transition-duration: 200ms; } .ease-in { transition-timing-function: cubic-bezier(0.4, 0, 1, 1); } .ease-in-out { transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .ease-out { transition-timing-function: cubic-bezier(0, 0, 0.2, 1); } .hover\:text-\[\#007AB9\]:hover { --tw-text-opacity: 1; color: rgb(0 122 185 / var(--tw-text-opacity)); } .hover\:text-white:hover { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); } .group:hover .group-hover\:h-px { height: 1px; } .group:hover .group-hover\:w-full { width: 100%; } .group:hover .group-hover\:bg-grey-black { --tw-bg-opacity: 1; background-color: rgb(31 31 31 / var(--tw-bg-opacity)); } .group:hover .group-hover\:opacity-100 { opacity: 1; } @media not all and (min-width: 1280px) { .max-xl\:top-2 { top: 0.5rem; } .max-xl\:top-2\.5 { top: 0.625rem; } .max-xl\:px-8 { padding-left: 2rem; padding-right: 2rem; } } @media not all and (min-width: 1024px) { .max-lg\:order-2 { order: 2; } .max-lg\:mb-8 { margin-bottom: 2rem; } .max-lg\:mt-10 { margin-top: 2.5rem; } .max-lg\:mt-16 { margin-top: 4rem; } .max-lg\:mt-6 { margin-top: 1.5rem; } .max-lg\:mt-8 { margin-top: 2rem; } .max-lg\:flex-wrap-reverse { flex-wrap: wrap-reverse; } } @media not all and (min-width: 768px) { .max-md\:mt-2 { margin-top: 0.5rem; } .max-md\:mt-2\.5 { margin-top: 0.625rem; } .max-md\:mt-8 { margin-top: 2rem; } .max-md\:px-4 { padding-left: 1rem; padding-right: 1rem; } } @media not all and (min-width: 640px) { .max-sm\:inline-block { display: inline-block; } } @media (min-width: 640px) { .sm\:mx-8 { margin-left: 2rem; margin-right: 2rem; } .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .sm\:px-8 { padding-left: 2rem; padding-right: 2rem; } } @media (min-width: 768px) { .md\:mb-12 { margin-bottom: 3rem; } .md\:mb-14 { margin-bottom: 3.5rem; } .md\:mb-6 { margin-bottom: 1.5rem; } .md\:mt-0 { margin-top: 0px; } .md\:mt-10 { margin-top: 2.5rem; } .md\:mt-20 { margin-top: 5rem; } .md\:flex { display: flex; } .md\:w-1\/2 { width: 50%; } .md\:w-1\/4 { width: 25%; } .md\:w-3\/4 { width: 75%; } .md\:max-w-\[70ch\] { max-width: 70ch; } .md\:max-w-full { max-width: 100%; } .md\:flex-nowrap { flex-wrap: nowrap; } .md\:items-center { align-items: center; } .md\:justify-between { justify-content: space-between; } .md\:px-8 { padding-left: 2rem; padding-right: 2rem; } .md\:pr-6 { padding-right: 1.5rem; } .md\:pt-20 { padding-top: 5rem; } .md\:text-38 { font-size: 2.375rem; line-height: 1.3em; letter-spacing: -0.03em; } .md\:text-3xl { font-size: 2rem; line-height: 2.63rem; letter-spacing: -0.08rem; } .md\:text-\[38px\] { font-size: 38px; } .md\:text-lg { font-size: 1.125rem; line-height: 1.6em; letter-spacing: -0.01em; } @media not all and (min-width: 1280px) { .md\:max-xl\:px-8 { padding-left: 2rem; padding-right: 2rem; } } } @media (min-width: 1024px) { .lg\:absolute { position: absolute; } .lg\:relative { position: relative; } .lg\:-mx-\[32px\] { margin-left: -32px; margin-right: -32px; } .lg\:mx-0 { margin-left: 0px; margin-right: 0px; } .lg\:mb-0 { margin-bottom: 0px; } .lg\:mb-16 { margin-bottom: 4rem; } .lg\:mb-20 { margin-bottom: 5rem; } .lg\:mb-24 { margin-bottom: 6rem; } .lg\:mb-36 { margin-bottom: 9rem; } .lg\:mb-6 { margin-bottom: 1.5rem; } .lg\:mb-7 { margin-bottom: 1.75rem; } .lg\:mb-\[136px\] { margin-bottom: 136px; } .lg\:ml-\[var\(--margin-x\)\] { margin-left: var(--margin-x); } .lg\:mr-6 { margin-right: 1.5rem; } .lg\:mt-0 { margin-top: 0px; } .lg\:mt-10 { margin-top: 2.5rem; } .lg\:mt-14 { margin-top: 3.5rem; } .lg\:mt-20 { margin-top: 5rem; } .lg\:mt-28 { margin-top: 7rem; } .lg\:mt-32 { margin-top: 8rem; } .lg\:mt-36 { margin-top: 9rem; } .lg\:mt-6 { margin-top: 1.5rem; } .lg\:mt-9 { margin-top: 2.25rem; } .lg\:flex { display: flex; } .lg\:hidden { display: none; } .lg\:w-1\/2 { width: 50%; } .lg\:w-2\/3 { width: 66.666667%; } .lg\:w-\[410px\] { width: 410px; } .lg\:w-\[411px\] { width: 411px; } .lg\:w-\[600px\] { width: 600px; } .lg\:w-\[calc\(100\%\+\(50vw-50\%\)\)\] { width: calc(100% + (50vw - 50%)); } .lg\:w-full { width: 100%; } .lg\:max-w-469 { max-width: 29.313rem; } .lg\:max-w-\[1000px\] { max-width: 1000px; } .lg\:max-w-\[297px\] { max-width: 297px; } .lg\:max-w-\[329px\] { max-width: 329px; } .lg\:max-w-\[350px\] { max-width: 350px; } .lg\:max-w-\[520px\] { max-width: 520px; } .lg\:max-w-\[60ch\] { max-width: 60ch; } .lg\:max-w-none { max-width: none; } .lg\:grid-cols-12 { grid-template-columns: repeat(12, minmax(0, 1fr)); } .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .lg\:flex-row { flex-direction: row; } .lg\:flex-nowrap { flex-wrap: nowrap; } .lg\:items-start { align-items: flex-start; } .lg\:items-center { align-items: center; } .lg\:justify-start { justify-content: flex-start; } .lg\:justify-end { justify-content: flex-end; } .lg\:justify-between { justify-content: space-between; } .lg\:gap-4 { gap: 1rem; } .lg\:gap-6 { gap: 1.5rem; } .lg\:gap-\[70px\] { gap: 70px; } .lg\:px-0 { padding-left: 0px; padding-right: 0px; } .lg\:pl-3 { padding-left: 0.75rem; } .lg\:pl-8 { padding-left: 2rem; } .lg\:pr-3 { padding-right: 0.75rem; } .lg\:text-3xl { font-size: 2rem; line-height: 2.63rem; letter-spacing: -0.08rem; } .lg\:text-6xl { font-size: 3rem; line-height: 3.875rem; letter-spacing: -0.079rem; } } @media (min-width: 1280px) { .xl\:bottom-0 { bottom: 0px; } .xl\:right-0 { right: 0px; } .xl\:-mx-\[49px\] { margin-left: -49px; margin-right: -49px; } .xl\:mx-auto { margin-left: auto; margin-right: auto; } .xl\:mb-10 { margin-bottom: 2.5rem; } .xl\:mb-20 { margin-bottom: 5rem; } .xl\:mb-32 { margin-bottom: 8rem; } .xl\:mb-36 { margin-bottom: 9rem; } .xl\:mb-40 { margin-bottom: 10rem; } .xl\:mb-6 { margin-bottom: 1.5rem; } .xl\:ml-\[180px\] { margin-left: 180px; } .xl\:mt-0 { margin-top: 0px; } .xl\:mt-22 { margin-top: 90px; } .xl\:mt-24 { margin-top: 6rem; } .xl\:mt-36 { margin-top: 9rem; } .xl\:mt-5 { margin-top: 1.25rem; } .xl\:mt-6 { margin-top: 1.5rem; } .xl\:mt-\[140px\] { margin-top: 140px; } .xl\:mt-\[150px\] { margin-top: 150px; } .xl\:mt-\[90px\] { margin-top: 90px; } .xl\:flex { display: flex; } .xl\:w-1\/2 { width: 50%; } .xl\:w-\[1268px\] { width: 1268px; } .xl\:w-\[272px\] { width: 272px; } .xl\:w-\[628px\] { width: 628px; } .xl\:w-\[672px\] { width: 672px; } .xl\:w-\[calc\(25\%\+12px\)\] { width: calc(25% + 12px); } .xl\:max-w-\[1170px\] { max-width: 1170px; } .xl\:max-w-\[1280px\] { max-width: 1280px; } .xl\:max-w-\[350px\] { max-width: 350px; } .xl\:max-w-\[900px\] { max-width: 900px; } .xl\:max-w-large { max-width: 1170px; } @media (min-width: 1280px) { .xl\:xl\:max-w-\[1280px\] { max-width: 1280px; } } .xl\:max-w-\[1312px\] { max-width: 1312px; } .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); } .xl\:items-start { align-items: flex-start; } .xl\:gap-6 { gap: 1.5rem; } .xl\:gap-x-6 { -moz-column-gap: 1.5rem; column-gap: 1.5rem; } .xl\:px-0 { padding-left: 0px; padding-right: 0px; } .xl\:px-1 { padding-left: 0.25rem; padding-right: 0.25rem; } .xl\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; } .xl\:px-4 { padding-left: 1rem; padding-right: 1rem; } .xl\:pb-16 { padding-bottom: 4rem; } .xl\:text-3xl { font-size: 2rem; line-height: 2.63rem; letter-spacing: -0.08rem; } .xl\:text-\[54px\] { font-size: 54px; } }