@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Rethink+Sans:ital,wght@0,400..800;1,400..800&display=swap");

@import url("https://fonts.cdnfonts.com/css/switzer");

@import url("https://fonts.cdnfonts.com/css/satoshi");

*, ::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:  ;
}

/*
! tailwindcss v3.4.17 | 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: ui-sans-serif, system-ui, 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 */
  -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]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.inset-0{
  inset: 0px;
}

.inset-\[-1\.2px\]{
  inset: -1.2px;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-20{
  z-index: 20;
}

.z-50{
  z-index: 50;
}

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

.mb-10{
  margin-bottom: 2.5rem;
}

.mb-11{
  margin-bottom: 2.75rem;
}

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

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

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

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

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

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

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

.mt-10{
  margin-top: 2.5rem;
}

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

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

.mt-40{
  margin-top: 10rem;
}

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

.mb-0{
  margin-bottom: 0px;
}

.block{
  display: block;
}

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

.max-h-0{
  max-height: 0px;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-\[45\%\]{
  width: 45%;
}

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

.w-full{
  width: 100%;
}

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

.max-w-4xl{
  max-width: 56rem;
}

.max-w-6xl{
  max-width: 72rem;
}

.max-w-7xl{
  max-width: 80rem;
}

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

.max-w-\[75\%\]{
  max-width: 75%;
}

.flex-shrink{
  flex-shrink: 1;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.cursor-pointer{
  cursor: pointer;
}

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

.grid-cols-1{
  grid-template-columns: repeat(1, 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-center{
  align-items: center;
}

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

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

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

.gap-2{
  gap: 0.5rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

.space-x-16 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.overflow-hidden{
  overflow: hidden;
}

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

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[22px\]{
  border-radius: 22px;
}

.rounded-\[40px\]{
  border-radius: 40px;
}

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

.rounded-md{
  border-radius: 0.375rem;
}

.border{
  border-width: 1px;
}

.border-\[\#1a1822\]{
  --tw-border-opacity: 1;
  border-color: rgb(26 24 34 / var(--tw-border-opacity, 1));
}

.border-\[\#1f1f1f\]{
  --tw-border-opacity: 1;
  border-color: rgb(31 31 31 / var(--tw-border-opacity, 1));
}

.border-\[\#212121ed\]{
  border-color: #212121ed;
}

.border-\[\#c6a6ff\]{
  --tw-border-opacity: 1;
  border-color: rgb(198 166 255 / var(--tw-border-opacity, 1));
}

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

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

.bg-\[\#27292e\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 41 46 / var(--tw-bg-opacity, 1));
}

.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-8{
  padding: 2rem;
}

.px-0{
  padding-left: 0px;
  padding-right: 0px;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

.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-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

.pb-0{
  padding-bottom: 0px;
}

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

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

.pb-44{
  padding-bottom: 11rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

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

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

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

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

.pt-40{
  padding-top: 10rem;
}

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

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

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

.font-jakart{
  font-family: Plus Jakarta Sans, sans-serif;
}

.font-manrope{
  font-family: Manrope, sans-serif;
}

.font-rethink{
  font-family: Rethink, sans-serif;
}

.font-switzer{
  font-family: Switzer, sans-serif;
}

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

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

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

.text-\[1\.0625rem\]{
  font-size: 1.0625rem;
}

.text-\[1\.3125rem\]{
  font-size: 1.3125rem;
}

.text-\[1\.375rem\]{
  font-size: 1.375rem;
}

.text-\[1\.75rem\]{
  font-size: 1.75rem;
}

.text-\[2rem\]{
  font-size: 2rem;
}

.text-\[3\.4375rem\]{
  font-size: 3.4375rem;
}

.text-\[3\.5rem\]{
  font-size: 3.5rem;
}

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

.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.font-bold{
  font-weight: 700;
}

.font-extrabold{
  font-weight: 800;
}

.font-light{
  font-weight: 300;
}

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

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

.italic{
  font-style: italic;
}

.leading-\[115\%\]{
  line-height: 115%;
}

.leading-none{
  line-height: 1;
}

.text-\[\#626262\]{
  --tw-text-opacity: 1;
  color: rgb(98 98 98 / var(--tw-text-opacity, 1));
}

.text-\[\#6a37c3\]{
  --tw-text-opacity: 1;
  color: rgb(106 55 195 / var(--tw-text-opacity, 1));
}

.text-\[\#706e7a\]{
  --tw-text-opacity: 1;
  color: rgb(112 110 122 / var(--tw-text-opacity, 1));
}

.text-\[\#919191\]{
  --tw-text-opacity: 1;
  color: rgb(145 145 145 / var(--tw-text-opacity, 1));
}

.text-\[\#96979c\]{
  --tw-text-opacity: 1;
  color: rgb(150 151 156 / var(--tw-text-opacity, 1));
}

.text-\[\#afafaf\]{
  --tw-text-opacity: 1;
  color: rgb(175 175 175 / var(--tw-text-opacity, 1));
}

.text-\[\#d1d1d1\]{
  --tw-text-opacity: 1;
  color: rgb(209 209 209 / var(--tw-text-opacity, 1));
}

.text-\[\#dbdbdb\]{
  --tw-text-opacity: 1;
  color: rgb(219 219 219 / var(--tw-text-opacity, 1));
}

.text-\[\#dedede\]{
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff80\]{
  color: #ffffff80;
}

.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

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

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

html {
  scroll-behavior: smooth;
}

body {
  background-color: #010409;
}

header {
  transition: background 0.3s ease;
}

header.scrolled {
  background: rgba(0, 0, 0, 0.85);
  /* ou outro background desejado */
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  /* opcional, para efeito de vidro */
}

.framer-vanzE {
  position: relative;
  width: 100%;
  height: 398px;
  width: 556px;
}

.framer-vanzE img {
  flex: none;
  height: 398px;
  left: 0;
  position: absolute;
  top: 0;
  width: 556px;
}

.framer-vanzE .framer-176s90d {
  aspect-ratio: 1 / 1;
  bottom: 123px;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 9px);
  overflow: hidden;
  position: absolute;
  right: 230px;
  width: 9px;
  opacity: 0;
}

.framer-vanzE .framer-3t2ked {
  aspect-ratio: 1 / 1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 9px);
  overflow: hidden;
  position: absolute;
  right: 174px;
  top: 53%;
  width: 9px;
  opacity: 0;
}

.framer-vanzE .framer-g6hfoy {
  aspect-ratio: 1 / 1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 9px);
  overflow: hidden;
  position: absolute;
  right: 178px;
  top: 134px;
  width: 9px;
  opacity: 0;
}

.framer-vanzE .framer-1stufmn {
  aspect-ratio: 1 / 1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 9px);
  left: 45px;
  overflow: hidden;
  position: absolute;
  top: 155px;
  width: 9px;
  opacity: 0;
}

.framer-vanzE .framer-ocrci5 {
  aspect-ratio: 1 / 1;
  flex: none;
  height: var(--framer-aspect-ratio-supported, 9px);
  left: 99px;
  overflow: hidden;
  position: absolute;
  top: 33px;
  width: 9px;
  opacity: 0;
}

/* Animações para cada ponto */

.framer-vanzE .framer-176s90d.animate {
  animation: move-dot1 1s forwards;
}

.framer-vanzE .framer-3t2ked.animate {
  animation: move-dot2 1s forwards;
}

.framer-vanzE .framer-g6hfoy.animate {
  animation: move-dot3 1s forwards;
}

.framer-vanzE .framer-1stufmn.animate {
  animation: move-dot4 1s forwards;
}

.framer-vanzE .framer-ocrci5.animate {
  animation: move-dot5 1s forwards;
}

.framer-vanzE .framer-176s90d.animate-reverse {
  animation: move-dot1-reverse 1s forwards;
}

.framer-vanzE .framer-3t2ked.animate-reverse {
  animation: move-dot2-reverse 1s forwards;
}

.framer-vanzE .framer-g6hfoy.animate-reverse {
  animation: move-dot3-reverse 1s forwards;
}

.framer-vanzE .framer-1stufmn.animate-reverse {
  animation: move-dot4-reverse 1s forwards;
}

.framer-vanzE .framer-ocrci5.animate-reverse {
  animation: move-dot5-reverse 1s forwards;
}

/* Keyframes com movimento e opacidade */

@keyframes move-dot1 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
    /* Totalmente visível no meio do caminho */
  }

  100% {
    transform: translate(49px, 89px);
    opacity: 0;
    /* Invisível novamente no final */
  }
}

/* Keyframes com movimento e opacidade */

@keyframes move-dot1-reverse {
  0% {
    transform: translate(49px, 89px);
    opacity: 0;
    /* Invisível novamente no final */
  }

  50% {
    opacity: 0.8;
    /* Totalmente visível no meio do caminho */
  }

  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-dot2 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(81px, 46px);
    opacity: 0;
  }
}

@keyframes move-dot3 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(130px, 0px);
    opacity: 0;
  }
}

@keyframes move-dot4 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(130px, 0px);
    opacity: 0;
  }
}

@keyframes move-dot5 {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(118px, 57px);
    opacity: 0;
  }
}

@keyframes move-dot2-reverse {
  0% {
    transform: translate(81px, 46px);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-dot3-reverse {
  0% {
    transform: translate(130px, 0px);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-dot4-reverse {
  0% {
    transform: translate(130px, 0px);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-dot5-reverse {
  0% {
    transform: translate(118px, 57px);
    opacity: 0;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

/* Estilo para o botão de controle */

.controls {
  margin-top: 20px;
  text-align: center;
}

.controls button {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  margin: 0 5px;
}

.arrow-container {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
}

.arrow-down {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.arrow-down-top {
  transform: translateY(-100%) translateX(-100%);
}

.link-button:hover .arrow-down {
  transform: translateY(100%) translateX(100%);
}

.link-button:hover .arrow-down-top {
  transform: translateY(0) translateX(0);
}

.arrow-container-large {
  position: relative;
  width: 33px;
  height: 33px;
  overflow: hidden;
}

.arrow-container-large svg {
  width: 33px;
  height: 33px;
}

.arrow-up {
  position: absolute;
  width: 24px;
  height: 24px;
  transition: transform 0.4s cubic-bezier(0.65, 0, 0.35, 1);
}

.arrow-up-bottom-left {
  transform: translateY(100%) translateX(-100%);
}

.link-button:hover .arrow-up-main {
  transform: translateY(-100%) translateX(100%);
}

.link-button:hover .arrow-up-bottom-left {
  transform: translateY(0) translateX(0);
}

.link-btn-back-gradient-transparent {
  background: radial-gradient(
    67% 93% at 50% 13.5%,
    rgba(33, 33, 33, 0.33) 0%,
    rgba(18, 18, 18, 0.4) 76%
  );
}

.link-btn-back-gradient-purple {
  background: radial-gradient(
    50% 50% at 50% 100%,
    rgba(125, 89, 189, 0.96) 0%,
    rgb(106, 55, 195) 100%
  );
}

.arrow-container-small {
  position: relative;
  width: 18px;
  height: 18px;
  overflow: hidden;
}

.arrow-container-small svg {
  width: 18px;
  height: 18px;
}

.link-button-border-radio {
  position: relative;
  overflow: visible;
}

.link-button-border-radio-border {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  border-radius: 7px;
  background: radial-gradient(
    20.7% 50% at 0% 0%,
    rgb(255, 255, 255) 0%,
    rgba(255, 255, 255, 0) 100%
  );
}

.link-button-border-radio-glow {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  background: radial-gradient(
    25% 50% at 0% 0%,
    rgb(106, 55, 195) 0%,
    rgba(255, 255, 255, 0) 100%
  );
  border-radius: 7px;
  filter: blur(15px);
  opacity: 1;
}

#star-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 2;
}

.star {
  position: absolute;
  background: #9a60fd;
  border-radius: 50%;
  opacity: 1;
  pointer-events: none;
}

#stars,
#stars2,
#stars3,
#stars4,
#stars5 {
  position: absolute;
  background: #6a37c3;
  border-radius: 50%;
  top: 0;
  left: 50vw;
  /* Começa no centro horizontal */
  opacity: 1;
}

/* Estrela pequena para cima-esquerda */

#stars {
  width: 1px;
  height: 1px;
  animation: animStar1 10s linear infinite;
}

/* Estrela média para cima-direita */

#stars2 {
  width: 2px;
  height: 2px;
  animation: animStar2 12s linear infinite;
}

/* Estrela grande para cima com fade */

#stars3 {
  width: 3px;
  height: 3px;
  animation: animStar3 15s linear infinite;
}

/* Estrela para diagonal direita menos inclinada */

#stars4 {
  width: 1.5px;
  height: 1.5px;
  animation: animStar4 18s linear infinite;
}

/* Estrela para diagonal esquerda mais inclinada */

#stars5 {
  width: 2.5px;
  height: 2.5px;
  animation: animStar5 20s linear infinite;
}

/* Animações diferentes */

@keyframes animStar1 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(-400px, -1000px);
    opacity: 0;
  }
}

@keyframes animStar2 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(400px, -1000px);
    opacity: 0;
  }
}

@keyframes animStar3 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(0px, -1000px);
    opacity: 0;
  }
}

@keyframes animStar4 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(300px, -800px);
    opacity: 0;
  }
}

@keyframes animStar5 {
  0% {
    transform: translate(0, 0);
    opacity: 1;
  }

  100% {
    transform: translate(-600px, -1200px);
    opacity: 0;
  }
}

#hero-title span {
  display: inline-block;
}

.brands-container {
  -webkit-mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 10%,
    rgb(0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 100%
  );
          mask-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0) 0%,
    rgb(0, 0, 0) 10%,
    rgb(0, 0, 0) 90%,
    rgba(0, 0, 0, 0) 100%
  );
}

.solution-column {
  width: 50%;
}

@media only screen and (max-width: 1280px) {
  .solution-column {
    width: 100%;
  }
}

.express-card {
  align-items: center;
  background: linear-gradient(180deg, #262626, #141414);
  border-radius: 23px;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: -moz-min-content;
  height: min-content;
  justify-content: center;
  overflow: hidden;
  padding: 1.2px;
  position: relative;
  width: -moz-min-content;
  width: min-content;
}

.plans-card {
  align-items: flex-start;
  background: radial-gradient(
    75% 32.81392308321177% at -5.7% -5%,
    #262626,
    #141414
  );
  border-radius: 22px;
  gap: 48px;
  overflow: hidden;
  padding: 32px;
  position: relative;
  width: 536px;
}

@media only screen and (max-width: 1280px) {
  .plans-card,
  .express-card {
    width: 100%;
  }
}

.plans-first-card-link {
  background-image: linear-gradient(
    90deg,
    rgb(151, 103, 235) 0%,
    rgb(125, 89, 189) 59.7052%
  );
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq-item {
  border-radius: 24px;
  border: 1px solid rgba(64, 64, 64, 0);
  transition: 0.2s ease;
}

.faq-item:hover {
  background-color: #0d0d0d;
}

.faq-item.open {
  border: 1px solid rgba(64, 64, 64, 1);
  background: linear-gradient(rgb(33, 33, 33) 0%, rgb(13, 13, 13) 100%)
    rgba(0, 0, 0, 0);
  border-radius: 24px;
}

.logo-footer-text {
  background-image: linear-gradient(
    90deg,
    rgb(175, 175, 175) -7.000000000000001%,
    rgb(242, 249, 254) 52%
  );
  display: inline-block;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.scroll-animation {
  animation: scroll 70s linear infinite;
}

#hero-title {
  line-height: 120%;
}

.hover\:text-\[\#6936c280\]:hover{
  color: #6936c280;
}

.hover\:text-\[\#696969\]:hover{
  --tw-text-opacity: 1;
  color: rgb(105 105 105 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 640px){
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:hidden{
    display: none;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:items-center{
    align-items: center;
  }

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

  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

@media (min-width: 1024px){
  .lg\:mb-2{
    margin-bottom: 0.5rem;
  }

  .lg\:mb-0{
    margin-bottom: 0px;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-full{
    height: 100%;
  }

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-start{
    align-items: flex-start;
  }

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

  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .lg\:text-\[1\.75rem\]{
    font-size: 1.75rem;
  }

  .lg\:text-\[1\.375rem\]{
    font-size: 1.375rem;
  }

  .lg\:text-\[3\.5rem\]{
    font-size: 3.5rem;
  }
}

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

  .xl\:mb-10{
    margin-bottom: 2.5rem;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:hidden{
    display: none;
  }

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

  .xl\:w-\[55\%\]{
    width: 55%;
  }

  .xl\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row{
    flex-direction: row;
  }

  .xl\:items-start{
    align-items: flex-start;
  }

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

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

  .xl\:gap-0{
    gap: 0px;
  }

  .xl\:gap-24{
    gap: 6rem;
  }

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

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

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

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

  .xl\:text-\[3\.5rem\]{
    font-size: 3.5rem;
  }

  .xl\:text-\[2rem\]{
    font-size: 2rem;
  }
}

@media (min-width: 1536px){
  .\32xl\:mb-6{
    margin-bottom: 1.5rem;
  }

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

  .\32xl\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:text-\[2rem\]{
    font-size: 2rem;
  }

  .\32xl\:text-\[3\.75rem\]{
    font-size: 3.75rem;
  }
}
