/*
! tailwindcss v3.4.10 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
    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: Poppins, sans-serif;
    /* 4 */
    font-feature-settings: normal;
    /* 5 */
    font-variation-settings: normal;
    /* 6 */
    -webkit-tap-highlight-color: transparent;
    /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
}

/*
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-feature-settings: inherit;
    /* 1 */
    font-variation-settings: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    font-weight: inherit;
    /* 1 */
    line-height: inherit;
    /* 1 */
    letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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;
}

/*
Reset default styling for dialogs.
*/

dialog {
    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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

::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-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --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: ;
    --tw-contain-size: ;
    --tw-contain-layout: ;
    --tw-contain-paint: ;
    --tw-contain-style: ;
}

.container {
    width: 100%;
}

@media (min-width: 1290px) {
    .container {
        max-width: 1290px;
    }
}

.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;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.bottom-5 {
    bottom: 1.25rem;
}

.left-0 {
    left: 0px;
}

.left-1\/2 {
    left: 50%;
}

.right-0 {
    right: 0px;
}

.right-3 {
    right: 0.75rem;
}

.right-5 {
    right: 1.25rem;
}

.right-\[8px\] {
    right: 8px;
}

.top-0 {
    top: 0px;
}

.top-1\/2 {
    top: 50%;
}

.top-5 {
    top: 1.25rem;
}

.top-full {
    top: 100%;
}

.z-\[1\] {
    z-index: 1;
}

.z-\[999999\] {
    z-index: 999999;
}

.z-\[9999\] {
    z-index: 9999;
}

.m-auto {
    margin: auto;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.mb-12 {
    margin-bottom: 3rem;
}

.mb-16 {
    margin-bottom: 4rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-\[30px\] {
    margin-bottom: 30px;
}

.mr-1 {
    margin-right: 0.25rem;
}

.ms-2 {
    margin-inline-start: 0.5rem;
}

.ms-5 {
    margin-inline-start: 1.25rem;
}

.mt-12 {
    margin-top: 3rem;
}

.mt-16 {
    margin-top: 4rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-6 {
    height: 1.5rem;
}

.h-\[120px\] {
    height: 120px;
}

.h-\[1px\] {
    height: 1px;
}

.h-\[30px\] {
    height: 30px;
}

.h-\[350px\] {
    height: 350px;
}

.h-\[856px\] {
    height: 856px;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.w-1\/2 {
    width: 50%;
}

.w-6 {
    width: 1.5rem;
}

.w-\[1px\] {
    width: 1px;
}

.w-\[30px\] {
    width: 30px;
}

.w-\[630px\] {
    width: 630px;
}

.w-full {
    width: 100%;
}

.max-w-max {
    max-width: -moz-max-content;
    max-width: max-content;
}

.grow {
    flex-grow: 1;
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%;
    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-1\/2 {
    --tw-translate-y: -50%;
    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));
}

.rotate-180 {
    --tw-rotate: 180deg;
    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-not-allowed {
    cursor: not-allowed;
}

.cursor-pointer {
    cursor: pointer;
}

.list-decimal {
    list-style-type: decimal;
}

.list-disc {
    list-style-type: disc;
}

.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-center {
    align-items: center;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-12 {
    gap: 3rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-3 {
    gap: 0.75rem;
}

.gap-4 {
    gap: 1rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-\[30px\] {
    gap: 30px;
}

.overflow-hidden {
    overflow: hidden;
}

.overflow-x-hidden {
    overflow-x: hidden;
}

.whitespace-nowrap {
    white-space: nowrap;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-3xl {
    border-radius: 1.5rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.border-b {
    border-bottom-width: 1px;
}

.border-r {
    border-right-width: 1px;
}

.border-s {
    border-inline-start-width: 1px;
}

.border-b-400 {
    --tw-border-opacity: 1;
    border-color: rgb(54 51 71 / var(--tw-border-opacity));
}

.border-b-500 {
    --tw-border-opacity: 1;
    border-color: rgb(44 41 61 / var(--tw-border-opacity));
}

.border-b-600 {
    --tw-border-opacity: 1;
    border-color: rgb(34 31 51 / var(--tw-border-opacity));
}

.border-transparent {
    border-color: transparent;
}

.border-tropical-indigo {
    --tw-border-opacity: 1;
    border-color: rgb(154 141 236 / var(--tw-border-opacity));
}

.border-w-500 {
    --tw-border-opacity: 1;
    border-color: rgb(195 192 216 / var(--tw-border-opacity));
}

.border-w-900 {
    --tw-border-opacity: 1;
    border-color: rgb(238 235 255 / var(--tw-border-opacity));
}

.border-opacity-\[8\%\] {
    --tw-border-opacity: 8%;
}

.bg-\[\#000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-b-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(44 41 61 / var(--tw-bg-opacity));
}

.bg-b-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(34 31 51 / var(--tw-bg-opacity));
}

.bg-b-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(24 22 39 / var(--tw-bg-opacity));
}

.bg-b-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(3 0 18 / var(--tw-bg-opacity));
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(115 97 229 / var(--tw-bg-opacity));
}

.bg-transparent {
    background-color: transparent;
}

.bg-tropical-indigo {
    --tw-bg-opacity: 1;
    background-color: rgb(154 141 236 / var(--tw-bg-opacity));
}

.bg-w-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(238 235 255 / var(--tw-bg-opacity));
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.bg-\[url\(\'\.\.\/img\/bc\/FAQ-bg\.png\'\)\] {
 background-image: url('../img/bc/FAQ-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/accomplishments-bg\.png\'\)\] {
 background-image: url('../img/bc/accomplishments-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/blog-single-bg\.png\'\)\] {
 background-image: url('../img/bc/blog-single-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/casestudiessingle-bg\.png\'\)\] {
 background-image: url('../img/bc/casestudiessingle-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/central-tenets-bg\.png\'\)\] {
 background-image: url('../img/bc/central-tenets-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/contact-bg\.png\'\)\] {
 background-image: url('../img/bc/contact-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/customaI-bg\.png\'\)\] {
 background-image: url('../img/bc/customaI-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/discover-bg\.png\'\)\] {
 background-image: url('../img/bc/discover-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/documentation-bg\.png\'\)\] {
 background-image: url('../img/bc/documentation-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/enhancing-bg\.png\'\)\] {
 background-image: url('../img/bc/enhancing-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/explore-bg\.png\'\)\] {
 background-image: url('../img/bc/explore-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/explore-other-bg\.png\'\)\] {
 background-image: url('../img/bc/explore-other-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/footer-bg\.png\'\)\] {
 background-image: url('../img/bc/footer-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/getstart-bg\.png\'\)\] {
 background-image: url('../img/bc/getstart-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/global-patent-bg\.png\'\)\] {
 background-image: url('../img/bc/global-patent-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/hero-bg\.jpg\'\)\] {
 background-image: url('../img/bc/hero-bg.jpg');
}

.bg-\[url\(\'\.\.\/img\/bc\/hero-bgtwo\.png\'\)\] {
 background-image: url('../img/bc/hero-bgtwo.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/leverage-bg\.png\'\)\] {
 background-image: url('../img/bc/leverage-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/logo-library-bg\.png\'\)\] {
 background-image: url('../img/bc/logo-library-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/milestones-bg\.png\'\)\] {
 background-image: url('../img/bc/milestones-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/ ShyphanAiaI-bg\.png\'\)\] {
 background-image: url('../img/bc/ ShyphanAiaI-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/next-generation\.png\'\)\] {
 background-image: url('../img/bc/next-generation.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/ourproficient-bg\.png\'\)\] {
 background-image: url('../img/bc/ourproficient-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/philosophyofsearch-bg\.png\'\)\] {
 background-image: url('../img/bc/philosophyofsearch-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/primary-hero-bg\.svg\'\)\] {
 background-image: url('../img/bc/primary-hero-bg.svg');
}

.bg-\[url\(\'\.\.\/img\/bc\/revolutionize-bg\.png\'\)\] {
 background-image: url('../img/bc/revolutionize-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/signin-bg\.png\'\)\] {
 background-image: url('../img/bc/signin-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/solves-bg\.png\'\)\] {
 background-image: url('../img/bc/solves-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/stepbystep-bg\.png\'\)\] {
 background-image: url('../img/bc/stepbystep-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/supported-bg\.png\'\)\] {
 background-image: url('../img/bc/supported-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/transformative-bg\.png\'\)\] {
 background-image: url('../img/bc/transformative-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/unlocking-bg\.png\'\)\] {
 background-image: url('../img/bc/unlocking-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/updates\&media-bg\.png\'\)\] {
 background-image: url('../img/bc/updates&media-bg.png');
}

.bg-\[url\(\'\.\.\/img\/bc\/video-bg\.png\'\)\] {
 background-image: url('../img/bc/video-bg.png');
}

.bg-body-gd {
    background-image: linear-gradient(to bottom, #19162B 0%, #0E0A25 50%, #1A162B 100%);
}

.bg-gd-secondary {
    background-image: linear-gradient(to bottom, #9A8DEC 0%, #7361E5 100%);
}

.bg-gd-tertiary {
    background-image: linear-gradient(330.61deg, rgba(238, 235, 255, 0.04) -7.38%, rgba(238, 235, 255, 0.02) -7.37%, rgba(238, 235, 255, 0.0718553) 91.81%, rgba(238, 235, 255, 0.08) 107.38%);
}

.bg-cover {
    background-size: cover;
}

.bg-center {
    background-position: center;
}

.bg-no-repeat {
    background-repeat: no-repeat;
}

.p-1 {
    padding: 0.25rem;
}

.p-12 {
    padding: 3rem;
}

.p-3 {
    padding: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.p-\[3px\] {
    padding: 3px;
}

.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-\[18px\] {
    padding-left: 18px;
    padding-right: 18px;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}

.py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.pb-12 {
    padding-bottom: 3rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pl-\[40px\] {
    padding-left: 40px;
}

.pr-\[192px\] {
    padding-right: 192px;
}

.ps-\[30px\] {
    padding-inline-start: 30px;
}

.pt-12 {
    padding-top: 3rem;
}

.pt-24 {
    padding-top: 6rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-\[135px\] {
    padding-top: 135px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-32x {
    font-size: 32px;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-40x {
    font-size: 40px;
}

.text-5xl {
    font-size: 3rem;
    line-height: 1;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.font-medium {
    font-weight: 500;
}

.font-normal {
    font-weight: 400;
}

.font-semibold {
    font-weight: 600;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

.leading-8 {
    line-height: 2rem;
}

.leading-\[42px\] {
    line-height: 42px;
}

.leading-\[52px\] {
    line-height: 52px;
}

.leading-tight {
    line-height: 1.25;
}

.tracking-\[-0\.02em\] {
    letter-spacing: -0.02em;
}

.text-b-100 {
    --tw-text-opacity: 1;
    color: rgb(81 77 106 / var(--tw-text-opacity));
}

.text-b-600 {
    --tw-text-opacity: 1;
    color: rgb(34 31 51 / var(--tw-text-opacity));
}

.text-b-900 {
    --tw-text-opacity: 1;
    color: rgb(3 0 18 / var(--tw-text-opacity));
}

.text-tropical-indigo {
    --tw-text-opacity: 1;
    color: rgb(154 141 236 / var(--tw-text-opacity));
}

.text-w-100 {
    --tw-text-opacity: 1;
    color: rgb(155 152 174 / var(--tw-text-opacity));
}

.text-w-500 {
    --tw-text-opacity: 1;
    color: rgb(195 192 216 / var(--tw-text-opacity));
}

.text-w-800 {
    --tw-text-opacity: 1;
    color: rgb(222 218 251 / var(--tw-text-opacity));
}

.text-w-900 {
    --tw-text-opacity: 1;
    color: rgb(238 235 255 / var(--tw-text-opacity));
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline {
    text-decoration-line: underline;
}

.placeholder-b-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(81 77 106 / var(--tw-placeholder-opacity));
}

.placeholder-b-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(81 77 106 / var(--tw-placeholder-opacity));
}

.opacity-100 {
    opacity: 1;
}

.opacity-50 {
    opacity: 0.5;
}

.shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -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);
}

.outline-none {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.backdrop-blur-lg {
    --tw-backdrop-blur: blur(16px);
    -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 {
    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;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.placeholder\:text-b-100::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(81 77 106 / var(--tw-text-opacity));
}

.placeholder\:text-b-100::placeholder {
    --tw-text-opacity: 1;
    color: rgb(81 77 106 / var(--tw-text-opacity));
}

.hover\:border-transparent:hover {
    border-color: transparent;
}

.hover\:border-tropical-indigo:hover {
    --tw-border-opacity: 1;
    border-color: rgb(154 141 236 / var(--tw-border-opacity));
}

.hover\:bg-b-500:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(44 41 61 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
    background-color: transparent;
}

.hover\:bg-tropical-indigo:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(154 141 236 / var(--tw-bg-opacity));
}

.hover\:bg-gd-secondary:hover {
    background-image: linear-gradient(to bottom, #9A8DEC 0%, #7361E5 100%);
}

.hover\:text-tropical-indigo:hover {
    --tw-text-opacity: 1;
    color: rgb(154 141 236 / var(--tw-text-opacity));
}

.hover\:text-w-600:hover {
    --tw-text-opacity: 1;
    color: rgb(200 195 234 / var(--tw-text-opacity));
}

.hover\:text-w-900:hover {
    --tw-text-opacity: 1;
    color: rgb(238 235 255 / var(--tw-text-opacity));
}

.hover\:underline:hover {
    text-decoration-line: underline;
}

.focus\:bg-b-600:focus {
    --tw-bg-opacity: 1;
    background-color: rgb(34 31 51 / var(--tw-bg-opacity));
}

.focus\:text-tropical-indigo:focus {
    --tw-text-opacity: 1;
    color: rgb(154 141 236 / var(--tw-text-opacity));
}

.focus\:outline-none:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

.active\:text-tropical-indigo:active {
    --tw-text-opacity: 1;
    color: rgb(154 141 236 / var(--tw-text-opacity));
}

.disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.disabled\:opacity-50:disabled {
    opacity: 0.5;
}

.group:hover .group-hover\:flex {
    display: flex;
}

.group:hover .group-hover\:rotate-180 {
    --tw-rotate: 180deg;
    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));
}

@media (min-width: 640px) {
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .sm\:flex-row {
        flex-direction: row;
    }
    .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .sm\:leading-10 {
        line-height: 2.5rem;
    }
}

@media (min-width: 768px) {
    .md\:right-6 {
        right: 1.5rem;
    }
    .md\:mb-12 {
        margin-bottom: 3rem;
    }
    .md\:mt-12 {
        margin-top: 3rem;
    }
    .md\:block {
        display: block;
    }
    .md\:flex {
        display: flex;
    }
    .md\:hidden {
        display: none;
    }
    .md\:h-\[240px\] {
        height: 240px;
    }
    .md\:h-\[352px\] {
        height: 352px;
    }
    .md\:h-\[390px\] {
        height: 390px;
    }
    .md\:h-\[450px\] {
        height: 450px;
    }
    .md\:w-auto {
        width: auto;
    }
    .md\:max-w-\[270px\] {
        max-width: 270px;
    }
    .md\:max-w-\[365px\] {
        max-width: 365px;
    }
    .md\:max-w-\[380px\] {
        max-width: 380px;
    }
    .md\:max-w-\[410px\] {
        max-width: 410px;
    }
    .md\:max-w-\[534px\] {
        max-width: 534px;
    }
    .md\:max-w-\[630px\] {
        max-width: 630px;
    }
    .md\:max-w-\[810px\] {
        max-width: 810px;
    }
    .md\:max-w-\[850px\] {
        max-width: 850px;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-end {
        justify-content: flex-end;
    }
    .md\:justify-center {
        justify-content: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:gap-4 {
        gap: 1rem;
    }
    .md\:gap-8 {
        gap: 2rem;
    }
    .md\:p-12 {
        padding: 3rem;
    }
    .md\:px-12 {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .md\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .md\:pt-8 {
        padding-top: 2rem;
    }
    .md\:pt-\[164px\] {
        padding-top: 164px;
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-32x {
        font-size: 32px;
    }
    .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .md\:text-64x {
        font-size: 64px;
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .md\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
    .md\:leading-\[42px\] {
        line-height: 42px;
    }
    .md\:leading-\[64px\] {
        line-height: 64px;
    }
    .md\:leading-\[84px\] {
        line-height: 84px;
    }
    .md\:leading-relaxed {
        line-height: 1.625;
    }
}

@media (min-width: 1024px) {
    .lg\:my-12 {
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .lg\:mb-16 {
        margin-bottom: 4rem;
    }
    .lg\:ml-20 {
        margin-left: 5rem;
    }
    .lg\:mt-0 {
        margin-top: 0px;
    }
    .lg\:mt-12 {
        margin-top: 3rem;
    }
    .lg\:mt-16 {
        margin-top: 4rem;
    }
    .lg\:block {
        display: block;
    }
    .lg\:h-\[648px\] {
        height: 648px;
    }
    .lg\:h-screen {
        height: 100vh;
    }
    .lg\:w-\[520px\] {
        width: 520px;
    }
    .lg\:w-\[740px\] {
        width: 740px;
    }
    .lg\:max-w-\[1000px\] {
        max-width: 1000px;
    }
    .lg\:max-w-\[850px\] {
        max-width: 850px;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }
    .lg\:justify-between {
        justify-content: space-between;
    }
    .lg\:gap-12 {
        gap: 3rem;
    }
    .lg\:gap-24 {
        gap: 6rem;
    }
    .lg\:gap-8 {
        gap: 2rem;
    }
    .lg\:gap-\[112px\] {
        gap: 112px;
    }
    .lg\:gap-\[126px\] {
        gap: 126px;
    }
    .lg\:rounded-t-xl {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    .lg\:border-r {
        border-right-width: 1px;
    }
    .lg\:border-r-border-r {
        border-right-color: rgb(34, 31, 51);
        ;
    }
    .lg\:p-12 {
        padding: 3rem;
    }
    .lg\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
    .lg\:pe-\[30px\] {
        padding-inline-end: 30px;
    }
    .lg\:pt-16 {
        padding-top: 4rem;
    }
    .lg\:pt-\[164px\] {
        padding-top: 164px;
    }
    .lg\:text-32x {
        font-size: 32px;
    }
    .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }
    .lg\:text-64x {
        font-size: 64px;
    }
    .lg\:text-8xl {
        font-size: 6rem;
        line-height: 1;
    }
    .lg\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .lg\:leading-\[112px\] {
        line-height: 112px;
    }
    .lg\:leading-\[42px\] {
        line-height: 42px;
    }
    .lg\:leading-\[64px\] {
        line-height: 64px;
    }
    .lg\:leading-\[84px\] {
        line-height: 84px;
    }
}

@media (min-width: 1280px) {
    .xl\:px-0 {
        padding-left: 0px;
        padding-right: 0px;
    }
}