@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.googleapis.com/css2?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;
  }
}

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

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

.-top-3{
  top: -0.75rem;
}

.bottom-0{
  bottom: 0px;
}

.bottom-8{
  bottom: 2rem;
}

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

.left-6{
  left: 1.5rem;
}

.right-0{
  right: 0px;
}

.right-6{
  right: 1.5rem;
}

.top-6{
  top: 1.5rem;
}

.top-\[200px\]{
  top: 200px;
}

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

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

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

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

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

.col-span-1{
  grid-column: span 1 / span 1;
}

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

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

.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

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

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

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

.mb-\[2\.6rem\]{
  margin-bottom: 2.6rem;
}

.ml-2{
  margin-left: 0.5rem;
}

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

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

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

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

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

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

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

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

.mt-\[-25rem\]{
  margin-top: -25rem;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.aspect-\[9\/16\]{
  aspect-ratio: 9/16;
}

.h-3{
  height: 0.75rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-\[34rem\]{
  height: 34rem;
}

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.h-min{
  height: -moz-min-content;
  height: min-content;
}

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

.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}

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

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

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

.min-h-screen{
  min-height: 100vh;
}

.w-10{
  width: 2.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-48{
  width: 12rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

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

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

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

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

.w-full{
  width: 100%;
}

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

.max-w-2xl{
  max-width: 42rem;
}

.max-w-3{
  max-width: 0.75rem;
}

.max-w-3xl{
  max-width: 48rem;
}

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

.max-w-5xl{
  max-width: 64rem;
}

.max-w-60{
  max-width: 15rem;
}

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

.max-w-72{
  max-width: 18rem;
}

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

.max-w-8{
  max-width: 2rem;
}

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

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

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

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

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

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

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

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

.max-w-full{
  max-width: 100%;
}

.max-w-lg{
  max-width: 32rem;
}

.flex-1{
  flex: 1 1 0%;
}

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

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

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

.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{
  animation: bounce 1s infinite;
}

.cursor-pointer{
  cursor: pointer;
}

.list-inside{
  list-style-position: inside;
}

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

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-12{
  gap: 3rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-8{
  gap: 2rem;
}

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

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

.overflow-hidden{
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

.border{
  border-width: 1px;
}

.border-t-\[2px\]{
  border-top-width: 2px;
}

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

.border-\[\#1e1e1e\]{
  --tw-border-opacity: 1;
  border-color: rgb(30 30 30 / 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-\[\#262626\]{
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

.bg-\[\#141414bf\]{
  background-color: #141414bf;
}

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

.bg-\[\#21212199\]{
  background-color: #21212199;
}

.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-\[\#6c3ac6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(108 58 198 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7d59bd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(125 89 189 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8961cf\]{
  --tw-bg-opacity: 1;
  background-color: rgb(137 97 207 / var(--tw-bg-opacity, 1));
}

.bg-\[\#bbbbbb26\]{
  background-color: #bbbbbb26;
}

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

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

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#865ad1\]{
  --tw-gradient-from: #865ad1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 90 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#b48dff\]{
  --tw-gradient-to: #b48dff var(--tw-gradient-to-position);
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

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

.object-top{
  -o-object-position: top;
     object-position: top;
}

.p-10{
  padding: 2.5rem;
}

.p-11{
  padding: 2.75rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

.p-8{
  padding: 2rem;
}

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

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

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

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

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

.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.pr-2{
  padding-right: 0.5rem;
}

.pt-0{
  padding-top: 0px;
}

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

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

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

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

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

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

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

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

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

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

.font-dmsans{
  font-family: DM Sans, sans-serif;
}

.font-grotesk{
  font-family: Host Grotesk, sans-serif;
}

.font-inter{
  font-family: Inter, sans-serif;
}

.font-jakart{
  font-family: Figtree, sans-serif;
}

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

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

.font-rethink{
  font-family: Rethink Sans, 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-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}

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

.text-\[1\.125rem\]{
  font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

.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-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.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-snug{
  line-height: 1.375 !important;
}

.leading-3{
  line-height: .75rem;
}

.leading-4{
  line-height: 1rem;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-\[1\.1\]{
  line-height: 1.1;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

.leading-\[1\.3\]{
  line-height: 1.3;
}

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

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

.leading-relaxed{
  line-height: 1.625;
}

.text-\[\#5f696e\]{
  --tw-text-opacity: 1;
  color: rgb(95 105 110 / var(--tw-text-opacity, 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-\[\#878787\]{
  --tw-text-opacity: 1;
  color: rgb(135 135 135 / var(--tw-text-opacity, 1));
}

.text-\[\#888888\]{
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / 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-\[\#D97503\]{
  --tw-text-opacity: 1;
  color: rgb(217 117 3 / var(--tw-text-opacity, 1));
}

.text-\[\#FC8F00\]{
  --tw-text-opacity: 1;
  color: rgb(252 143 0 / var(--tw-text-opacity, 1));
}

.text-\[\#a78bfa\]{
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

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

.text-\[\#b0b1b5\]{
  --tw-text-opacity: 1;
  color: rgb(176 177 181 / var(--tw-text-opacity, 1));
}

.text-\[\#cacbce\]{
  --tw-text-opacity: 1;
  color: rgb(202 203 206 / 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-\[white\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-purple-400{
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-transparent{
  color: transparent;
}

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

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

.placeholder-\[\#999999\]::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(153 153 153 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#999999\]::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(153 153 153 / var(--tw-placeholder-opacity, 1));
}

.opacity-100{
  opacity: 1;
}

.opacity-40{
  opacity: 0.4;
}

.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.backdrop-filter{
  -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-200{
  transition-duration: 200ms;
}

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

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

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

.will-change-transform{
  will-change: transform;
}

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

.billing-option.active {
  color: #865ad1;
}

.form-sidebar {
  align-content: center;
  align-items: center;
  display: flex;
  flex: 1 0 0px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
  height: -moz-min-content;
  height: min-content;
  justify-content: flex-start;
  overflow: visible;
  padding: 45px 0;
  position: sticky;
  top: 256px;
  width: 1px;
  z-index: 2;
}

.framer-k3o29i {
  align-content: center;
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: none;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 20px;
  height: auto;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100px;
}

.framer-20d5l5 {
  outline: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-shrink: 0;
  will-change: transform;
  opacity: 1;
  transform: perspective(1200px);
  flex: none;
  height: auto;
  position: relative;
  white-space: pre;
  width: auto;
}

.framer-text {
  font-family: "Inter", "Inter Placeholder", sans-serif;
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: rgb(106, 55, 195);
  line-height: 1;
}

.framer-1mlbmep {
  height: 100%;
  /* Altura fixa em vez de 100% */
  width: 3px;
  background-color: #ffffff0d;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  /* Opcional: bordas arredondadas */
}

.framer-1flquiy {
  background-color: #6a37c3;
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  transition: height 0.3s ease;
}

@media only screen and (max-width: 1280px) {
  .framer-k3o29i {
    width: 60px;
  }

  .framer-text {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 768px) {
  .framer-k3o29i {
    width: 60px;
  }

  .framer-text {
    font-size: 2.45rem;
  }
}

.form-success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid #10b981;
  color: #10b981;
}

.form-error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid #ef4444;
  color: #ef4444;
}

.loading-text,
.submit-text {
  transition: all 0.3s ease;
}

.hidden {
  display: none;
}

/* === CONVERSION PAGE === */

#conversionPage {
  color: #f2f2f2;
  font-family: "Jakarta", sans-serif;
  min-height: 100vh;
  padding: 7rem 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 7rem;
  max-width: 1536px;
  margin: 0 auto;
}

/* === TITULO === */

#conversionPage .prose h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 800;
  text-align: left;
  margin-bottom: 2rem;
  color: #ffffff;
  background: linear-gradient(90deg, #9d5bff, #6f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
}

#conversionPage .prose h2 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  color: #ffffff;
  background: linear-gradient(90deg, #9d5bff, #6f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
}

#conversionPage .prose h3 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  color: #ffffff;
  background: linear-gradient(90deg, #9d5bff, #6f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
}

#conversionPage .prose h4 {
  font-size: clamp(1.25rem, 3vw, 2rem);
  font-weight: 800;
  text-align: left;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  color: #ffffff;
  background: linear-gradient(90deg, #9d5bff, #6f00ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 130%;
}

/* === CONTEUDO PRINCIPAL === */

#conversionPage .prose {
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.8;
  color: #d1d1d1;
  background: #27292e;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  margin-bottom: 3rem;
}

#conversionPage #solutions-section {
  padding-left: 0;
  padding-right: 0;
}

/* === LINKS === */

#conversionPage .prose a {
  /* Layout e Display */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  /* 8px */
  width: -moz-fit-content;
  width: fit-content;
  /* Padding e Spacing */
  padding: 0.25rem 2rem;
  /* 12px vertical, 0 horizontal */
  /* Tipografia */
  font-family:
    "Jakarta", sans-serif;
  /* Assumindo que Jakarta está disponível */
  font-size: 1.35rem;
  /* 28px */
  color: #ffffff;
  text-decoration: none;
  /* Borda */
  border: 1px solid #c6a6ff;
  border-radius: 0.5rem;
  /* 8px */
  /* Background com gradiente (link-btn-back-gradient-purple) */
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  /* Ajuste o gradiente conforme o original do seu projeto */
  /* Transições suaves */
  transition: all 0.3s ease;
  margin-top: 1.5rem;
  margin: 1.5rem auto 1rem;
}

#conversionPage .prose a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* === LISTAS === */

#conversionPage .prose ul {
  margin: 1.5rem 0;
  padding-left: 1.5rem;
}

#conversionPage .prose li {
  margin-bottom: 0.75rem;
  position: relative;
}

#conversionPage .prose li::before {
  content: "▹";
  position: absolute;
  left: -1.25rem;
  color: #a06bff;
}

/* === BOTÕES DE CONVERSÃO === */

#conversionPage .cta-btn {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 600;
  border-radius: 0.75rem;
  text-decoration: none;
  background: linear-gradient(90deg, #9d5bff, #6f00ff);
  color: #fff;
  transition: all 0.3s ease;
}

#conversionPage .cta-btn:hover {
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 8px 24px rgba(111, 0, 255, 0.4);
}

/* === RESPONSIVO === */

@media (max-width: 768px) {
  #conversionPage {
    padding: 4rem 0 2rem;
  }

  #conversionPage .prose {
    padding: 1.5rem;
  }

  #conversionPage h1 {
    text-align: center;
  }

  #conversionPage .prose a {
    font-size: 1rem;
  }

  #conversionPage .prose p {
    text-align: justify;
    font-size: 1rem;
  }

  #conversionPage .prose h2,
  #conversionPage .prose h3,
  #conversionPage .prose h4 {
    text-align: center;
  }
}

.noise-texture {
  background-image: url("https://framerusercontent.com/images/6mcf62RlDfRfU61Yg5vb2pefpi4.png");
  background-repeat: repeat;
  background-position: center top;
  background-size: 150px auto;
  opacity: 0.1;
  pointer-events: none;
}

#parallax-bg {
  overflow: hidden;
}

.atendimento__back__image {
  -o-object-position: center -16%;
     object-position: center -16%;
  will-change: transform;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

@media (max-width: 768px) {
  .atendimento__back__image {
    -o-object-position: center -28%;
       object-position: center -28%;
  }
}

.atendimento__banner__overlay {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.575) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  z-index: 2;
}

#parallax-bg {
  will-change: transform;
  transform: translateZ(0);
}

.atendimento__gradient__black {
  background-image: linear-gradient(#0000006c 0%, #0000006c 100%);
}

.overlay-gradient-subtle::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.904) 0%,
    rgba(0, 0, 0, 0) 80%
  );
  border-radius: 1rem;
  z-index: 1;
}

.overlay-gradient-sutil::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.904) 0%,
    rgba(0, 0, 0, 0) 60%
  );
  border-radius: 1rem;
  z-index: 1;
}

.featueres__video__container iframe {
  aspect-ratio: 9/16;
  width: 100%;
  max-width: 280px;
}

.atendimento__background__gradient {
  background-image: radial-gradient(
    110% 32.8139% at 0 -1.7%,
    #6a54b0 0%,
    #241657 100%
  );
}

.atendimento__black__background__gradient {
  background: radial-gradient(
    75% 32.8139% at -5.7% -5%,
    #8a8a8a 0%,
    #0f0f0f 100%
  );
}

.princing__black__card__icon {
  max-width: 42px;
}

.pricing__svg {
  position: absolute;
}

.pricing__corporate__tag {
  box-shadow: 3px 3px 10px #ffffff40;
}

.atendimento__benefits__card {
  background: radial-gradient(
    64% 32.8139% at -2.5% -2.9%,
    #6854ab 0%,
    #241657 100%
  );
  border-radius: 48px;
}

.atendimento__benefits__text__border__left {
  background-color: rgb(106, 55, 195);
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: rgba(206, 242, 64, 0.24) 0px 0px 8px 0px;
  content: "";
  display: block;
  height: 40px;
  width: 3px;
  margin-right: -3px;
}

.antedimento__benefit__text__icon__box {
  background: linear-gradient(
    90deg,
    rgba(144, 93, 232, 0.64) 0%,
    rgba(205, 241, 64, 0) 100%
  );
  filter: blur(3px);
  border-radius: 3px 25px 25px 3px;
  content: "";
  display: block;
  height: 40px;
  width: 50px;
  margin-right: -32px;
}

.atendimento__benefits__card__image {
  max-width: 520px;
  position: relative;
  overflow: hidden;
}

.atendimento__benefits__card__image img {
  margin-top: 6rem;
  top: 2rem;
}

@media (max-width: 1023px) {
  .atendimento__benefits__card__image {
    max-width: 350px;
  }

  .atendimento__benefits__card__image img {
    margin-top: 0;
    top: 2rem;
  }
}

.atendimento__footer {
  background-color: #fff;
  padding: 0 !important;
}

.atendimento__footer__container {
  background-color: #141414;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  width: 100%;
}

header.scrolled.atendimento__header {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

header.scrolled.atendimento__header .link-button-border-radio-border,
header.scrolled.atendimento__header .link-button-border-radio-glow {
  display: none;
}

header.scrolled .convertai__logo {
  content: url("../../public/assets/logo.avif");
}

header.scrolled.atendimento__header .convertai__logo {
  content: url("../../public/assets/black-convertai-logo.webp");
}

header.scrolled.atendimento__header .header__nav__link {
  color: #242424;
}

header.scrolled.atendimento__header .header__nav__link:hover {
  color: #000;
}

header.atendimento__header .header__nav__link {
  color: #ffffffde;
}

header.atendimento__header .header__nav__link:hover {
  color: #ffffff;
}

/* Lenis recomenda isso */

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-smooth {
  overscroll-behavior: none;
}

/* =============================================
   HERO — Partículas flutuantes
   ============================================= */

.hero-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(180, 140, 255, 0.7);
  border-radius: 50%;
  animation: heroParticleFloat 6s ease-in-out infinite;
  box-shadow: 0 0 6px rgba(180, 140, 255, 0.8);
}

.hero-particle--large {
  width: 7px;
  height: 7px;
  background: rgba(140, 100, 255, 0.5);
  animation-duration: 9s;
}

@keyframes heroParticleFloat {
  0%, 100% {
    transform: translateY(0) scale(1);
    opacity: 0.6;
  }

  50%       {
    transform: translateY(-28px) scale(1.3);
    opacity: 1;
  }
}

/* =============================================
   HERO — Glow orbs de fundo
   ============================================= */

.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  animation: heroOrbPulse 8s ease-in-out infinite;
  pointer-events: none;
}

.hero-orb--purple {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(120, 60, 220, 0.35) 0%, transparent 70%);
  animation-delay: 0s;
}

.hero-orb--blue {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(60, 100, 255, 0.25) 0%, transparent 70%);
  animation-delay: 3s;
}

@keyframes heroOrbPulse {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }

  50%       {
    transform: scale(1.15);
    opacity: 1;
  }
}

/* =============================================
   HERO — Entrada de texto e CTA
   ============================================= */

.hero-title {
  animation: heroFadeUp 0.9s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-subtitle {
  animation: heroFadeUp 0.9s 0.2s cubic-bezier(0.22, 1, 0.36, 1) both;
}

.hero-cta {
  animation: heroFadeUp 0.9s 0.4s cubic-bezier(0.22, 1, 0.36, 1) both;
  position: relative;
  overflow: hidden;
}

/* Shimmer no CTA */

.hero-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.18) 50%, transparent 60%);
  transform: translateX(-100%);
  animation: heroCtaShimmer 3s 1.5s ease-in-out infinite;
}

@keyframes heroFadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to   {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroCtaShimmer {
  0%   {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(200%);
  }
}

/* =============================================
   INTRODUCTION — Cards com efeito shine no hover
   ============================================= */

.intro-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s ease;
}

.intro-card:hover {
  transform: translateY(-6px) scale(1.015);
  box-shadow: 0 20px 48px rgba(100, 60, 200, 0.25);
}

.intro-card__shine {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255,255,255,0.12) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.intro-card:hover .intro-card__shine {
  opacity: 1;
}

/* =============================================
   FEATURES — Vídeo maior com glow e borda animada
   ============================================= */

.features-video-wrapper {
  position: relative;
}

.features-video-glow {
  position: absolute;
  inset: -30px;
  border-radius: 24px;
  background: radial-gradient(ellipse at center, rgba(120, 60, 220, 0.30) 0%, transparent 70%);
  filter: blur(24px);
  animation: videoGlowPulse 4s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}

@keyframes videoGlowPulse {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }

  50%       {
    opacity: 1;
    transform: scale(1.06);
  }
}

/* Borda gradiente animada */

.features-video-border {
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: linear-gradient(135deg, #a855f7, #6366f1, #a855f7, #8961cf);
  background-size: 300% 300%;
  animation: videoBorderRotate 4s linear infinite;
  z-index: 1;
  pointer-events: none;
}

/* Camada branca para "cortar" a borda e mostrar só a linha */

.features-video-border::after {
  content: '';
  position: absolute;
  inset: 2px;
  border-radius: 16px;
  background: #000;
}

@keyframes videoBorderRotate {
  0%   {
    background-position: 0%   50%;
  }

  50%  {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0%   50%;
  }
}

/* O iframe fica acima da borda */

.features-video-wrapper > div:last-of-type {
  position: relative;
  z-index: 2;
}

/* =============================================
   FEATURES — Steps numerados
   ============================================= */

.features-step {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.features-step__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8961cf, #6366f1);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

/* =============================================
   PRICING — Shine no hover
   ============================================= */

.pricing-card {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.35s ease;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 56px rgba(100, 60, 200, 0.30);
}

.pricing-card__shine {
  position: absolute;
  inset: 0;
  z-index: 5;
  border-radius: inherit;
  background: linear-gradient(130deg, rgba(255,255,255,0.10) 0%, transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.pricing-card:hover .pricing-card__shine {
  opacity: 1;
}

/* =============================================
   BENEFITS — Entrada staggerada dos itens
   ============================================= */

.benefit-item {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.benefit-item.benefit-item--visible {
  opacity: 1;
  transform: translateX(0);
}

header.scrolled.atendimento__header {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

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

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

.hover\:gap-\[0\.4rem\]:hover{
  gap: 0.4rem;
}

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

.hover\:bg-\[\#6837be\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(104 55 190 / var(--tw-bg-opacity, 1));
}

.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\:text-\[\#865ad1\]:hover{
  --tw-text-opacity: 1;
  color: rgb(134 90 209 / var(--tw-text-opacity, 1));
}

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

.hover\:shadow-\[0_0_10px_3px_\#9250d9fa\]:hover{
  --tw-shadow: 0 0 10px 3px #9250d9fa;
  --tw-shadow-colored: 0 0 10px 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#7d59bd\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 89 189 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:-translate-x-1{
  --tw-translate-x: -0.25rem;
  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));
}

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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\:bottom-14{
    bottom: 3.5rem;
  }

  .sm\:left-8{
    left: 2rem;
  }

  .sm\:right-10{
    right: 2.5rem;
  }

  .sm\:top-8{
    top: 2rem;
  }

  .sm\:mx-9{
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

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

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

  .sm\:mb-14{
    margin-bottom: 3.5rem;
  }

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

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

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

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

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

  .sm\:mb-\[3\.15rem\]{
    margin-bottom: 3.15rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:inline{
    display: inline;
  }

  .sm\:hidden{
    display: none;
  }

  .sm\:h-10{
    height: 2.5rem;
  }

  .sm\:h-4{
    height: 1rem;
  }

  .sm\:h-7{
    height: 1.75rem;
  }

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

  .sm\:min-h-\[232px\]{
    min-height: 232px;
  }

  .sm\:min-h-\[320px\]{
    min-height: 320px;
  }

  .sm\:w-10{
    width: 2.5rem;
  }

  .sm\:w-4{
    width: 1rem;
  }

  .sm\:w-64{
    width: 16rem;
  }

  .sm\:w-7{
    width: 1.75rem;
  }

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

  .sm\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }

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

  .sm\:gap-12{
    gap: 3rem;
  }

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:gap-8{
    gap: 2rem;
  }

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

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

  .sm\:p-6{
    padding: 1.5rem;
  }

  .sm\:p-8{
    padding: 2rem;
  }

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

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

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

  .sm\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

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

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

  .sm\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

  .sm\:pb-32{
    padding-bottom: 8rem;
  }

  .sm\:pt-0{
    padding-top: 0px;
  }

  .sm\:pt-16{
    padding-top: 4rem;
  }

  .sm\:pt-20{
    padding-top: 5rem;
  }

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

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

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

  .sm\:text-\[0\.8125rem\]{
    font-size: 0.8125rem;
  }

  .sm\:text-\[1\.1rem\]{
    font-size: 1.1rem;
  }

  .sm\:text-\[1\.25rem\]{
    font-size: 1.25rem;
  }

  .sm\:text-\[1\.875rem\]{
    font-size: 1.875rem;
  }

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

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

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

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

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

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

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

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

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

  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

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

  .sm\:leading-4{
    line-height: 1rem;
  }

  .sm\:leading-5{
    line-height: 1.25rem;
  }

  .sm\:leading-6{
    line-height: 1.5rem;
  }

  .sm\:leading-\[1\.2\]{
    line-height: 1.2;
  }

  .sm\:leading-\[1\]{
    line-height: 1;
  }
}

@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

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

  .md\:ml-6{
    margin-left: 1.5rem;
  }

  .md\:block{
    display: block;
  }

  .md\:h-screen{
    height: 100vh;
  }

  .md\:min-h-\[700px\]{
    min-height: 700px;
  }

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

  .md\:w-auto{
    width: auto;
  }

  .md\:max-w-none{
    max-width: none;
  }

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

  .md\:gap-3{
    gap: 0.75rem;
  }

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

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

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

  .md\:px-24{
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:h-auto{
    height: auto;
  }

  .lg\:max-h-\[380px\]{
    max-height: 380px;
  }

  .lg\:min-h-0{
    min-height: 0px;
  }

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

  .lg\:w-auto{
    width: auto;
  }

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

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

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

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

  .lg\:gap-8{
    gap: 2rem;
  }

  .lg\:object-contain{
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:p-0{
    padding: 0px;
  }

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

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

  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

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

  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

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

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

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

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

  .lg\:text-\[1\.275rem\]{
    font-size: 1.275rem;
  }

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px){
  .xl\:absolute{
    position: absolute;
  }

  .xl\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .xl\:mb-28{
    margin-bottom: 7rem;
  }

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

  .xl\:mt-0{
    margin-top: 0px;
  }

  .xl\:block{
    display: block;
  }

  .xl\:flex{
    display: flex;
  }

  .xl\:grid{
    display: grid;
  }

  .xl\:hidden{
    display: none;
  }

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

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

  .xl\:h-auto{
    height: auto;
  }

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

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

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

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

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

  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, 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\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .xl\:pr-6{
    padding-right: 1.5rem;
  }

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

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

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

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

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

  .xl\:text-\[1\.125rem\]{
    font-size: 1.125rem;
  }

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

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

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

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

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

  .\32xl\:text-\[28px\]{
    font-size: 28px;
  }

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

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

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