@font-face {
  font-family: Mona Sans;
  src: url('../fonts/Mona-Sans.woff') format("woff");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Tight;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark: #101010;
  --white: white;
  --dark-grey: #2c2b2b;
  --purple: #7f2bff;
  --purple-dark: #6720d3;
  --grey: #9c9c9c;
  --white-0: var(--dark);
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--dark);
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--white);
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-size: 1rem;
  font-weight: 500;
}

em {
  font-style: italic;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

.button-old {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-weight: 600;
}

.text-align-center {
  text-align: center;
  min-width: 100px;
  font-family: Exo, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 60px;
}

.hide {
  display: none;
}

.page-wrapper {
  overflow: clip;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.container-medium {
  object-fit: fill;
  width: 100%;
  max-width: 66rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.display-inline {
  display: inline;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.padding-section-large {
  padding-top: 12rem;
}

.header_component {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section_header {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  padding-top: 4rem;
  display: flex;
  overflow: clip;
}

.navbar {
  z-index: 101;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
}

.navbar_component {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  background-color: var(--dark-grey);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .5rem .5rem 1.5rem;
  display: flex;
  position: absolute;
  top: 2rem;
  box-shadow: 0 4px 20px #0003, inset 0 1px #ffffff24;
}

.button {
  background-color: var(--purple);
  border-radius: .75rem;
  padding: .85rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button:hover {
  background-color: var(--purple-dark);
}

.button.is-large {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.button.is-grey {
  background-image: linear-gradient(#2b2b2b, #1b1b1b);
  box-shadow: inset 0 1px #ffffff14;
}

.button.is-grey:hover {
  background-image: linear-gradient(#1b1b1b, #2b2b2b);
  box-shadow: inset 0 -1px #ffffff14;
}

.button.is-small {
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-size: .875rem;
}

.navbar_mail-icon {
  width: 1.25rem;
}

.navbar_links {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.navbar_mail-link {
  aspect-ratio: 1;
  background-color: #3a3a3a;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  transition: border-color .2s;
  display: flex;
}

.navbar_mail-link:hover {
  border-color: #4d4d4d;
}

.navbar_logo {
  width: 5.5rem;
  display: block;
}

.header_sticky {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: auto;
  display: flex;
  position: static;
  top: 0;
}

.header_images-wrap {
  height: auto;
  padding-bottom: 60px;
}

.header_image {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 1.5rem;
  width: 85%;
  max-width: 1300px;
  max-height: none;
}

.header_image-scroll {
  text-align: right;
  object-fit: cover;
  object-position: 50% 28%;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.header_image-scroll-wrap {
  border-radius: 5vw;
  width: 110%;
  height: 100vh;
  display: none;
  position: absolute;
  overflow: clip;
}

.header_icon {
  width: 5rem;
}

.header_icon-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #2c2c2c;
  border-radius: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 1.5rem 1.75rem;
  display: flex;
  position: absolute;
  box-shadow: 0 30px 35px -10px #000000b3;
}

.header_icon-text {
  font-size: .85rem;
}

.label_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ffffffb8;
  background-color: #333;
  border-radius: 8rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  display: flex;
}

.label_icon {
  width: 1.1rem;
}

.intro_texts {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  max-width: 50rem;
  display: flex;
}

.intro_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.text-color-grey {
  color: var(--grey);
}

.intro_image-2 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  left: 100%;
}

.intro_image-1 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  right: 100%;
}

.intro_image-3 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  margin-top: 10rem;
  position: absolute;
  top: 100%;
  left: 35%;
}

.intro_content {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.padding-section-xxlarge {
  padding-top: 20rem;
}

.intro_image-min {
  z-index: 1;
  aspect-ratio: 2 / 2.5;
  vertical-align: text-bottom;
  object-fit: cover;
  border-radius: .35rem;
  width: 2.7rem;
  position: relative;
}

.intro_image-min._1 {
  top: 8px;
  transform: rotate(-7deg);
}

.intro_image-min._3 {
  z-index: 3;
  position: relative;
  bottom: -7px;
  transform: rotate(6deg);
}

.intro_image-min._2 {
  margin-left: -10px;
  margin-right: -10px;
}

.intro_images-min-wrap {
  display: inline-flex;
}

.about_texts {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.about_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 11rem 6.4rem;
  display: flex;
}

.about_graphic-3 {
  width: 65%;
}

.about_graphic-wrap {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about_component {
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about_item {
  background-color: #1a1919;
  border-radius: 2rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 10rem;
  overflow: clip;
  box-shadow: inset 1px 1px #ffffff1a;
}

.about_item._1 {
  background-color: #1e2021;
}

.about_images-wrap {
  aspect-ratio: 1;
  perspective: 500px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.about_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 2rem;
  width: 100%;
  max-width: none;
}

.about_image-1 {
  transform-style: preserve-3d;
  width: 60%;
  position: absolute;
  top: -17%;
  right: -20%;
  transform: rotateX(15deg)rotateY(-23deg)rotateZ(0);
}

.about_image-2 {
  transform-style: preserve-3d;
  width: 51%;
  position: absolute;
  left: -10%;
  transform: rotateX(7deg)rotateY(26deg)rotateZ(0);
}

.about_image-3 {
  transform-style: preserve-3d;
  width: 46%;
  position: absolute;
  bottom: -9%;
  left: 61%;
  transform: rotateX(37deg)rotateY(-31deg)rotateZ(0);
}

.about_graphic-2 {
  width: 50%;
}

.brands_wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-auto-flow: column;
  padding-right: 1rem;
  display: flex;
}

.brands_block {
  background-color: #1a1919;
  background-image: linear-gradient(#202020, #1a1919);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 16rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
  box-shadow: inset 0 1px #ffffff1a;
}

.brands_logo {
  opacity: .6;
  height: 1.75rem;
}

.brands_gradient {
  background-image: linear-gradient(90deg, var(--dark), #10101000 20%, #10101000 80%, var(--dark));
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_form-block {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.form_success {
  background-color: #353535;
  border-radius: .5rem;
  font-size: 1rem;
}

.form_field {
  background-color: #2e2e2e;
  border: 1px solid #0000;
  border-radius: .5rem;
  min-height: 3.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: border-color .2s;
}

.form_field:hover {
  border-style: solid;
  border-color: #575757;
}

.form_field:focus {
  border-color: #696969;
}

.form_field::placeholder {
  color: #999;
}

.form_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_legal-text {
  color: var(--grey);
  font-size: .75rem;
  font-weight: 500;
}

.footer_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer {
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer_social-icon {
  width: 1rem;
}

.footer_social-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_legal-link {
  color: var(--grey);
  font-size: .75rem;
  font-weight: 500;
  display: inline-block;
}

.footer_legal-link:hover {
  text-decoration: underline;
}

.footer_legal-links {
  grid-column-gap: 1.5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.form_error {
  color: #6e1919;
  border-radius: .5rem;
  font-size: .875rem;
}

.form_form {
  flex-flow: column;
  display: flex;
}

.footer_links {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_head {
  z-index: 3;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.navbar_logo-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.display-flex {
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.resources_items {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_items.single {
  flex-flow: column;
  display: flex;
}

.resources_items.more-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-style-link {
  text-decoration: underline;
}

.heading-style-h2 {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-style-label {
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  bottom: -2px;
}

.text-style-label.tiny {
  font-size: 1rem;
}

.resources_group {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.spacer-custom-1 {
  width: 100%;
  padding-top: 1.25rem;
}

.text-size-medium {
  font-size: 1rem;
}

.section_resources {
  min-height: 80vh;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.overflow-scroll {
  overflow: scroll;
}

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

.padding-section-xlarge {
  padding-top: 14rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.padding-section-small {
  padding-top: 6rem;
}

.spacer-custom-3 {
  width: 100%;
  padding-top: 2.5rem;
}

.heading-style-h5 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.1;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.text-size-small {
  font-size: .875rem;
}

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

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.resources_heading {
  border-bottom: 1px solid var(--white-0);
  padding-bottom: 1.875rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.resources_heading.no-border {
  border-bottom-style: none;
  padding-bottom: 0;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.spacer-custom-2 {
  width: 100%;
  padding-top: 1.5rem;
}

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

.overflow-visible {
  overflow: visible;
}

.case-content_rich-text {
  line-height: 1.5;
}

.resources_item-content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 2.5rem 2.5rem 4rem;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

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

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.overflow-auto {
  overflow: auto;
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

.container-xsmall {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.text-style-all-caps {
  text-transform: uppercase;
}

.resources_groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.resources_item {
  background-color: var(--dark-grey);
  color: var(--white);
  border: 1px solid #000;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  box-shadow: inset 0 1px #ffffff1a;
}

.text-size-large {
  font-size: 1.125rem;
}

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

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

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

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

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

.display-block {
  display: block;
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ffffff12;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.resources_structure-in {
  background-color: var(--dark-grey);
  pointer-events: none;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.padding-section-medium {
  padding-top: 8rem;
}

.resources_section {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-style-muted {
  opacity: .6;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.resources_component {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: column;
  display: flex;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.resources_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.3;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.heading-style-h6 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

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

.container-small {
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}

.resources_subheading {
  font-size: 1rem;
  font-weight: 500;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-italic {
  font-style: italic;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

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

.resources_note {
  grid-column-gap: 1rem;
  background-color: var(--dark-grey);
  color: var(--grey);
  border-radius: .75rem;
  padding: 2rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: inset 1px 1px #ffffff0d;
}

.resources_note:hover {
  box-shadow: 1px 1px 4px #0000001a;
}

.resources_note.full {
  width: 100%;
}

.resources_note-content {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 29rem;
  display: flex;
}

.resources_note-content.large {
  max-width: 33rem;
}

.link {
  color: var(--white);
}

.resources_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_licenses-group {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_link {
  font-size: 1rem;
  font-weight: 500;
  text-decoration: underline;
}

.resources_license-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.resources_license-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.resources_changelog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  font-size: 1rem;
  display: grid;
}

.resources_video {
  margin-bottom: -1px;
}

.resources_video-wrap {
  overflow: clip;
}

.section_brand-cms {
  min-height: 80vh;
}

.brand-cms_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-grey-400 {
  color: var(--grey);
}

.resources_fonts {
  grid-column-gap: 2rem;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.resources_font-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
}

.resources_font-block:hover {
  opacity: .7;
}

.resources_font-1 {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1;
}

.resources_icons {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_icon {
  width: 4rem;
}

.nav_tooltip-arrow {
  width: 1.23rem;
  position: absolute;
  top: -.6rem;
}

.nav_tooltip-arrow._2 {
  color: #131313;
  top: -.8rem;
  left: 1rem;
}

.nav_tooltip-arrow.left {
  left: .5rem;
}

.nav_component {
  z-index: 1001;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #252525;
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .35rem .5rem .35rem .35rem;
  display: flex;
  position: relative;
}

.nav_button-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  display: flex;
}

.nav_button-icon.arrow {
  width: 5px;
  position: relative;
  bottom: -1px;
}

.nav_tooltip-text {
  color: #ededed;
}

.nav_close {
  color: #818181;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: flex;
}

.nav_close:hover {
  color: #bebebe;
}

.nav_actions {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_close-icon {
  width: .8rem;
  height: .8rem;
  display: flex;
}

.nav_page-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ccc;
  white-space: nowrap;
  border-bottom: 1px solid #000;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 2rem .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_page-button.head {
  background-color: #181818;
  border-right: 1px solid #000;
}

.nav_page-button.head.no-right-border {
  border-right-color: #0000;
}

.nav_page-button.subpage {
  background-color: #2b2b2b;
  border-right: 1px solid #000;
  padding-left: 2rem;
}

.nav_page-button.subpage:hover {
  color: #e6e6e6;
  background-color: #474747;
}

.nav_page-button.subpage.no-border-bottom {
  border-bottom-color: #0000;
}

.nav_page-button.subpage.no-border-right {
  border-right-color: #0000;
}

.nav_page-button.empty {
  background-image: url('../images/pattern.svg');
  background-position: 0 0;
  background-size: 3rem;
  border-right: 1px solid #000;
  flex: 1;
}

.nav_dropdown {
  z-index: 1;
}

.nav_tooltip-wrap {
  z-index: 3;
  pointer-events: none;
  display: none;
  position: absolute;
  top: calc(100% + .75rem);
  bottom: auto;
  right: auto;
}

.nav_tooltip-wrap.left {
  left: 0;
}

.nav_main-links {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.nav_figma {
  width: .5rem;
}

.nav_pages-group {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.nav_pages-groups {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #181818;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  overflow: clip;
}

.nav_button-divider {
  background-color: #131313;
  width: 1px;
}

.nav_dropdown-content {
  background-color: #0000;
  display: none;
  position: absolute;
  top: 3rem;
  left: 0;
}

.nav_tooltip {
  color: #383838;
  white-space: nowrap;
  background-color: #383838;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  display: flex;
  position: relative;
  box-shadow: 0 1px #000c, inset 0 .5px #fff3;
}

.nav_logo {
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  display: flex;
}

.nav_pages-buttons {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav_page-icon {
  justify-content: center;
  align-items: center;
  width: .7rem;
  min-width: .7rem;
  display: flex;
}

.nav_page-icon.folder {
  width: 1rem;
  min-width: 1rem;
}

.nav_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

.nav_button.templatesupply {
  z-index: 3;
  position: relative;
}

.nav_button.secondary {
  color: #919191;
}

.nav_button.secondary:hover {
  color: #c4c4c4;
}

.nav_button.figma {
  color: #adadad;
  display: none;
}

.nav_button.figma:hover {
  color: #c4c4c4;
}

.nav_button.pages {
  background-color: #424242;
}

.nav_button.pages:hover {
  background-color: #4c4b4b;
}

.nav_button.buy {
  background-color: #424242;
  box-shadow: inset 0 .5px #ffffff1f, 0 1px 1px #0003;
}

.nav_button.buy:hover {
  background-color: #4c4b4b;
}

.opacity-50 {
  opacity: .5;
}

.buy-template {
  z-index: 98;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 0 10px 10px -5px #0003;
}

.nav-link-accent {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #ffffffbf;
}

.navbar-logo-left {
  background-color: #1e1e2100;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  display: flex;
}

.button-primary {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #091025;
  border: 1px solid #656ae5;
  border-radius: 10px;
  flex: 1;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
  position: relative;
}

.button-primary:hover {
  color: #fff;
  background-color: #091025db;
}

.button-primary:active {
  background-color: #091025db;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  background-color: #f5f5f7;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  color: #ffffffbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 0;
  display: inline;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.navbar-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  opacity: 1;
  object-fit: cover;
  background-color: #0000;
  background-image: radial-gradient(circle at 18% 100%, #dbe0f100, #e9f8f400 0%, #fff0);
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  left: 0;
  right: 0;
  overflow: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 20px;
  display: inline;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-menu-two {
  background-color: #fff0;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  line-height: 20px;
}

.body {
  background-color: #1e1e2100;
  background-image: url('../images/6925dfe8c11dd59bc1cba83f_stars-bg.png'), linear-gradient(135deg, #1e1e20, #0e0e11);
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: contain, auto;
  background-attachment: scroll, scroll;
}

.share-access-org {
  align-items: center;
  padding-left: 16px;
  padding-right: 12px;
  display: flex;
}

.generate-glow-absolute {
  z-index: 160;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.smart-button-outline {
  z-index: 100;
  box-shadow: none;
  border: 1px solid #ffffff29;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.design-chat-text {
  color: #e0e0e0;
  letter-spacing: -.2px;
  cursor: default;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  display: inline-block;
}

.design-chat-text.ios {
  font-size: 17px;
  font-weight: 700;
}

.design-chat-text.bold {
  font-size: 15px;
  font-weight: 800;
}

.smart-element-explainer-1 {
  z-index: 7;
  opacity: .5;
  text-align: center;
  cursor: default;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  display: block;
  position: relative;
  inset: -46px 0% 0%;
}

.ds-list-item {
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.ds-toggle {
  cursor: pointer;
  width: 42px;
  height: 26px;
  margin-bottom: 0;
  position: relative;
}

.ds-tabber {
  cursor: pointer;
  background-color: #29292b;
  border: 1px solid #d1d5db40;
  border-radius: 6px;
  margin-bottom: 12px;
  display: flex;
  box-shadow: 0 4px 12px #0000003d;
}

.takeout-pill {
  cursor: none;
  background-color: #f2f2f2;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  margin-right: 8px;
  padding: 4px 12px;
  transition: background-color .3s;
  display: flex;
}

.takeout-pill:hover {
  background-color: #ddd;
}

.takeout-pill.disabled {
  background-color: #29292b;
  transition-property: none;
}

.smart-button-particles {
  z-index: 0;
  border-radius: 0;
  height: 36px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.comos-info-title {
  color: #eee;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 700;
}

.ds-description-text {
  color: #a9a9a9;
  letter-spacing: .1px;
  cursor: default;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.send-button {
  z-index: 20;
  box-shadow: none;
  background-color: #313131;
  background-image: radial-gradient(circle farthest-side at 50% 270%, #ffffff57, #fff0);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.send-button:hover {
  box-shadow: none;
}

.iterate-glow-absolute {
  z-index: 160;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cosmo-category-2 {
  opacity: .6;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.send-glow-absolute {
  z-index: 160;
  border-radius: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ds-controls-div {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.ds-controls-div.bottom {
  margin-top: 12px;
  margin-bottom: -4px;
}

.chat-chevron {
  width: 30px;
  margin-left: 4px;
}

.ui-ai-glare-div {
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.food-image {
  border-radius: 8px;
  width: 100%;
}

.suggest-cursor-arrow {
  width: 48px;
  position: absolute;
  top: -42px;
  left: -36px;
}

.suggest-cursor-relative {
  flex-direction: column;
  display: block;
  position: relative;
}

.cosmos-category-block {
  border-bottom: 1px solid #2d2d2d;
  justify-content: space-between;
  margin-top: 12px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.cosmo-category-3 {
  opacity: .6;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.cursor-nametag-genius {
  background-color: #000;
  border: 1.5px solid #fff;
  border-radius: 3px 20px 20px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 8px 12px -4px #00000080;
}

.chat-orbit-4 {
  z-index: 3;
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
}

.figma-toolbar {
  z-index: 280;
  border-bottom: 1px solid #ffffff12;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  width: 350px;
  height: 64px;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
  left: -104px;
}

.figma-tab-bar {
  height: 100%;
  margin-left: 24px;
  display: flex;
}

.designchat-genius-6 {
  z-index: 4;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  cursor: pointer;
  background-color: #18171a;
  background-image: linear-gradient(#1f1e21 18%, #131216);
  border-radius: 24px 24px 24px 10px;
  align-items: center;
  width: 242px;
  margin-bottom: 12px;
  padding: 8px 12px 8px 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: -205px;
  left: 18px;
  box-shadow: 0 5px 5px 3px #0003, inset 0 -2px 10px 1px #7070704d;
}

.share-button-outline {
  z-index: 100;
  box-shadow: none;
  border: 1px solid #ffffff29;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.restart-icon {
  filter: contrast(73%);
  width: 28px;
  margin-right: 0;
}

.figma-user-genius {
  background-color: #000;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
}

.chat-orbit-3 {
  z-index: 3;
  opacity: .15;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
}

.food-restaurant {
  z-index: 10;
  box-shadow: none;
  cursor: none;
  background-image: none;
  border-radius: 14px;
  width: 200px;
  padding: 12px;
  display: block;
  position: absolute;
  left: 16px;
}

.chat-flex-parent-internal {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 8px;
  display: flex;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0%;
}

.cosmos-confirm-text {
  color: #000;
  font-size: 14px;
  font-weight: 800;
}

.reset-button {
  color: #fff;
  cursor: pointer;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.send-button-particles {
  z-index: 0;
  border-radius: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ds-card-pronounciation {
  color: #a9a9a9;
  cursor: default;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.cosmos-listings-info {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
  display: flex;
}

.element-button {
  z-index: 20;
  box-shadow: none;
  background-color: #313131;
  background-image: radial-gradient(circle farthest-side at 50% 270%, #ffffff57, #fff0);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.element-button:hover {
  box-shadow: none;
}

.card-info {
  z-index: 16;
  position: relative;
}

.card-info.z-top {
  z-index: 200;
}

.card-info.short {
  max-width: 380px;
}

.card-info.short.z-top {
  z-index: 100;
  min-width: 500px;
  max-width: 900px;
  position: relative;
}

.card-info.short.z-top {
  z-index: 100;
  max-width: 400px;
  position: relative;
}

.card-info.short.z-top.long {
  max-width: 600px;
}

.card-info.long {
  max-width: 422px;
}

.card-info.longer {
  max-width: 600px;
}

.share-button-stars-div {
  z-index: 0;
  background-color: #00000040;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 42px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.smart-element-prompt-text-1 {
  z-index: 2;
  color: #e0e0e0;
  letter-spacing: .1px;
  cursor: default;
  margin-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.chat-text-placeholder {
  opacity: .5;
  color: #eee;
  cursor: default;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 500;
  position: absolute;
}

.lofi-title {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border: 1px solid #505051;
  border-radius: 6px;
  width: 88px;
  height: 18px;
  margin-bottom: 10px;
}

.food-blur {
  z-index: 12;
  position: absolute;
  inset: -12px 0% 0%;
  box-shadow: inset 0 12px 19px #1b1b1e;
}

.text-design-orbit-1-mobile {
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.auto-iterates-absolute {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -105px -432px auto;
  transform: rotate(18deg);
}

.send-button-outline {
  z-index: 100;
  box-shadow: none;
  border: 1px solid #ffffff29;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.figma-user-genius-lg {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  display: flex;
}

.genius-cursor-invite-3 {
  z-index: 40;
  cursor: default;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -134px;
  left: 42px;
}

.genius-cursor-outter {
  min-width: 20px;
  min-height: 20px;
  position: absolute;
  inset: 0%;
}

.generate-button-orbit {
  z-index: -1;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 80px;
  width: 113px;
  height: 48px;
  margin: -8px;
  position: relative;
  inset: -34px 0% 0% 1.75px;
}

.planet-div-1 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.cosmos-rating-text {
  color: #aaa;
  font-size: 10px;
  font-weight: 500;
}

.chat-blur {
  z-index: 10;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 400px;
  height: 400px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -200px 0% auto -72px;
}

.designchat-genius-3 {
  z-index: 4;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #18171a;
  background-image: linear-gradient(#1f1e21 18%, #131216);
  border-radius: 24px 24px 24px 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 20px;
  display: flex;
  position: absolute;
  bottom: 30px;
  left: 42px;
  box-shadow: 0 5px 5px 3px #0003, inset 0 -2px 10px 1px #7070704d;
}

.smart-element-absolute {
  padding-top: 12px;
  display: block;
  position: absolute;
  inset: 0%;
}

.cosmos-listing-image {
  border-radius: 8px;
  box-shadow: 0 2px 8px #0000004d;
}

.smart-prompt-relative {
  cursor: pointer;
  border-radius: 8px;
  width: 110px;
  margin-left: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iterate-orbit-4 {
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.tile-heading-flex {
  align-items: center;
  margin-top: 0;
  margin-bottom: 8px;
  display: flex;
}

.add-new-se {
  cursor: pointer;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.restaurant-cursor {
  z-index: 10;
  cursor: none;
  display: none;
  position: absolute;
  inset: auto 12px 42px auto;
  transform: scale(.85);
}

.smart-button-text {
  z-index: 10;
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff4d, #fff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.text-to-design-shadow {
  z-index: -1;
  border-radius: 80px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 12px 12px -5px #0000000a, 0 24px 24px -5px #0000001a;
}

.ds-list-icon {
  width: 28px;
  min-width: 28px;
}

.ds-list-subhead {
  color: #a9a9a9;
  cursor: default;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.ds-icon-iterate {
  filter: contrast(73%);
  width: 28px;
  margin-right: 0;
}

.share-placeholder-text {
  background-color: #29292b;
  border-radius: 5px;
  width: 60px;
  height: 14px;
  margin-right: 20px;
}

.lofi-container-genius-2 {
  opacity: 0;
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.cursor-arrow {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -42px;
  left: -36px;
}

.takeout-pill-text-selected {
  color: #fff;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.takeout-pill-text-selected.active {
  color: #fff;
}

.element-button-text {
  z-index: 10;
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff4d, #fff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 12px;
  font-weight: 600;
  position: relative;
}

.ds-launchpad-3 {
  background-color: #29292b;
  border-radius: 8px;
  width: 158px;
  height: 180px;
  display: none;
  box-shadow: 0 4px 12px #0000003d;
}

.share-button-particles {
  z-index: 0;
  border-radius: 0;
  height: 42px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.smart-element-flex {
  align-items: center;
  display: flex;
}

.ds-card-bottom {
  padding: 12px;
}

.send-button-relative {
  border-radius: 80px;
  width: 36px;
  height: 36px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 2px 4px #00000029;
}

.send-button-relative:hover {
  box-shadow: 0 2px 4px #0006;
}

.smart-element-1 {
  cursor: grab;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: none;
  position: relative;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.restart-icon-iterate, .suggest-icon-iterate {
  filter: contrast(73%);
  width: 28px;
  margin-right: 0;
}

.lofi-profile {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  margin-right: 20px;
}

.cosmos-amenities-list {
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.share-access-row {
  justify-content: space-between;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
  display: flex;
}

.ui-ai-genius-ring-2 {
  z-index: 8;
  opacity: .2;
  border: 1.2px solid #9292af;
  border-radius: 72px;
  margin: -40px;
  position: absolute;
  inset: 0%;
}

.generate-button-outline {
  z-index: 100;
  box-shadow: none;
  border: 1px solid #ffffff29;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cosmos-listing {
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.card {
  background-color: #1d1c20;
  border: 1px solid #ffffff14;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  max-height: 400px;
  padding: 32px;
  position: relative;
  overflow: hidden;
}

.card.cursor {
  cursor: none;
}

.card.max-588 {
  min-width: 0;
  max-width: none;
}

.card.max-282 {
  width: 80%;
}

.you-cursor {
  z-index: 1200;
  max-width: 50px;
  max-height: 28px;
  margin-bottom: -64px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 404px 104px auto;
}

.ds-cursor-relative {
  flex-direction: column;
  display: block;
  position: relative;
}

.invite-glow-absolute {
  z-index: 160;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.figma-user-ring {
  border: 1.5px solid #363638;
  border-radius: 100%;
  padding: 4px;
}

.figma-user-ring.left {
  width: 44px;
  margin-right: 10px;
  position: relative;
}

.figma-user-ring.right {
  z-index: 1;
  border-color: #363638ad;
  width: 44px;
  height: 44px;
  margin-right: 0;
  position: relative;
}

.iterate-button-orbit {
  z-index: -1;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 80px;
  width: 92px;
  height: 55px;
  margin: -8px;
  position: relative;
  inset: -38px 0% 0% 1.75px;
}

.smart-button-relative {
  z-index: 16;
  border-radius: 80px;
  height: 36px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  bottom: -10px;
  left: 68px;
  box-shadow: 0 2px 4px #00000029;
}

.smart-button-relative:hover {
  box-shadow: 0 2px 4px #0006;
}

.galaxy-scroll {
  height: 250px;
  display: none;
  overflow: scroll;
}

.element-glow-absolute-1 {
  z-index: 160;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 28px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.figma-teammate-absolute {
  align-items: flex-end;
  display: flex;
  position: absolute;
  inset: 0%;
}

.planet-div-5 {
  position: absolute;
  inset: 0%;
}

.ds-launchpad-2 {
  background-color: #29292b;
  border-radius: 8px;
  width: 158px;
  height: 180px;
  display: none;
  box-shadow: 0 4px 12px #0000003d;
}

.ds-tabber-text {
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.figma-name-text {
  font-size: 16px;
  font-weight: 700;
}

.toggle-blocker {
  z-index: 10;
  cursor: none;
  justify-content: space-between;
  align-items: center;
  width: 165px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 83px;
}

.figma-corner {
  z-index: 10;
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  background-color: #ffffff03;
  background-image: radial-gradient(circle at 0 0, #ffffff1f, #fff0 76%);
  border: 1px solid #2c2c2e;
  border-top-right-radius: 10px;
  width: 248px;
  max-width: 248px;
  height: 269px;
  margin-right: 32px;
  position: relative;
  top: 12px;
  left: -2px;
  box-shadow: 0 0 5px #0006;
}

.share-org-text {
  margin-left: 0;
  font-weight: 600;
  text-decoration: none;
}

.space-category-block {
  border-bottom: 1px solid #2d2d2d;
  justify-content: space-between;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.chat-orbit-div {
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.delivery-top-nav {
  width: 100%;
}

.iterate-orbit-5 {
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

.auto-iterate-absolute {
  z-index: 25;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 512px;
  display: flex;
  position: absolute;
  top: 144px;
  left: 305px;
}

.space-product-image {
  width: 80px;
}

.ui-ai-genius-ring-3 {
  z-index: 7;
  opacity: .1;
  border: 1.2px solid #9292af;
  border-radius: 92px;
  margin: -60px;
  position: absolute;
  inset: 0%;
}

.iterate-orbit-1 {
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.cosmos-top-nav {
  width: 100%;
}

.cosmo-category-4 {
  opacity: .6;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.planet-5-genius {
  box-shadow: none;
  filter: grayscale();
  background-color: #79aeff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 515px 339px auto;
}

.ui-ai-genius-absolute {
  z-index: 14;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -20px 0% 0%;
  overflow: hidden;
}

.genius-cursor-invite {
  z-index: 40;
  cursor: default;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -134px;
  left: 42px;
}

.comos-info-title-large {
  color: #eee;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
}

.planet-div-3 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.share-button-relative {
  z-index: 2;
  cursor: none;
  border-radius: 10px;
  width: 92px;
  height: 42px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 2px 4px #00000029;
}

.share-button-relative:hover {
  box-shadow: 0 2px 4px #0006;
}

.element-restart-absolute {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.restart-icon-smart {
  filter: contrast(73%);
  width: 28px;
  margin-right: 0;
}

.chat-reset-button {
  z-index: 100;
  color: #fff;
  background-color: #262529;
  border: 1px solid #363636;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: auto 8px 6px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.chat-reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.cosmos-amenity-icon {
  width: 18px;
  margin-right: 12px;
}

.space-product-row {
  width: 100%;
  display: flex;
}

.ds-hover-blocker {
  z-index: 1955;
  opacity: .33;
  width: 620px;
  height: 380px;
  display: none;
  position: absolute;
  top: 114px;
  left: -2px;
}

.cursor-chat-genius {
  background-color: #000;
  border: 1.5px solid #fff;
  border-radius: 3px 20px 20px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 8px 12px -4px #00000080;
}

.cosmos-listings-info-large {
  border-bottom: 1px solid #2d2d2d;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 16px;
  padding-bottom: 20px;
  display: flex;
}

.cosmos-listings-info-large.flex-column {
  flex-direction: column;
}

.cosmos-listings-info-large.flex-column.last {
  border-bottom-style: none;
}

.generate-orbit-mobile-div {
  display: none;
}

.ds-genius-cursor-arrow {
  width: 48px;
  position: absolute;
  top: -42px;
  left: -36px;
}

.food-delivery-screen {
  z-index: 5;
  background-color: #1b1b1e;
  border: 1px solid #2d2d2d;
  border-radius: 18px;
  width: 230px;
  height: 500px;
  min-height: 500px;
  position: relative;
  top: 16px;
  left: 144px;
  box-shadow: 0 2px 22px #0000004d;
}

.share-info-text {
  letter-spacing: .3px;
  margin-left: 0;
  margin-right: 17px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.lofi-off-screen-container {
  width: 288px;
  margin-bottom: 20px;
  display: flex;
}

.text-design-orbit-5 {
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

.ds-toggle-bg {
  z-index: 0;
  cursor: pointer;
  background-color: #29292b;
  border-radius: 100px;
  width: 44px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.space-product-price {
  color: #aaa;
  font-size: 12px;
  font-weight: 600;
}

.figma-tab-wrapper {
  z-index: 1;
  background-color: #00000029;
  border-bottom: 1px solid #ffffff12;
  border-top-left-radius: 0;
  border-top-right-radius: 10px;
  align-items: center;
  height: 48px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
}

.ds-cursor-nametag-genius {
  background-color: #000;
  border: 1.5px solid #fff;
  border-radius: 3px 20px 20px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 8px 12px -4px #00000080;
}

.lofi-description-genius-1 {
  background-color: #29292b;
  border-radius: 8px;
  width: 64px;
  height: 6px;
  margin-bottom: 6px;
}

.ds-dropdown-div {
  cursor: pointer;
  box-shadow: 0 4px 12px #0000003d;
}

.genius-cursor {
  z-index: 22;
  cursor: none;
  display: flex;
  position: absolute;
  inset: auto 4px 350px auto;
  transform: scale(.5);
}

.cosmos-search-icon {
  width: 12px;
  height: 12px;
}

.designchat-genius {
  z-index: 4;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #18171a;
  background-image: linear-gradient(#1f1e21 18%, #131216);
  border-radius: 24px 24px 24px 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 12px 20px;
  display: flex;
  position: absolute;
  bottom: 149px;
  left: 63px;
  box-shadow: 0 5px 5px 3px #0003, inset 0 -2px 10px 1px #7070704d;
}

.chat-send-icon {
  z-index: 1;
  position: relative;
}

.text-design-orbit-3-mobile {
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.smart-glow-absolute {
  z-index: 160;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.invite-button-particles {
  z-index: 0;
  border-radius: 0;
  height: 36px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.chat-orbit-1 {
  z-index: 3;
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 88px;
  height: 88px;
  position: absolute;
}

.space-gear-heading {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 20px;
  margin-top: 0;
  margin-bottom: 12px;
  padding-right: 12px;
  display: flex;
  position: relative;
}

.smart-element-3 {
  z-index: 6;
  cursor: grab;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: none;
  position: relative;
  top: 0;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.switch-text-overflow {
  overflow: hidden;
}

.genius-invite-icon-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.drag-drop-arrow {
  z-index: 14;
  opacity: 0;
  width: 24px;
  display: block;
  position: absolute;
  top: 177.5px;
  left: auto;
  right: 16px;
}

.iterate-orbit-3 {
  opacity: .15;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.suggest-orbit-2 {
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.lofi-description-2 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border-radius: 8px;
  width: 48px;
  height: 6px;
  margin-bottom: 6px;
}

.send-button-blocker {
  z-index: 200;
  width: 36px;
  height: 36px;
  padding: 25px;
  text-decoration: none;
  display: none;
  position: absolute;
  left: 207px;
}

.suggest-restart-absolute {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.cosmos-screen-2 {
  background-color: #1b1b1e;
  border: 1px solid #2d2d2d;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-end;
  width: 230px;
  height: 500px;
  min-height: 500px;
  display: flex;
  position: absolute;
  top: -236px;
  left: 314px;
  box-shadow: 0 2px 22px #0000004d;
}

.lofi-block-genius {
  z-index: 0;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border: 1px solid #505051;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  position: relative;
}

.comos-info-section-text-small {
  color: #aaa;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
}

.food-search {
  background-color: #29292b;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 32px;
  margin: 4px auto 10px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.smart-element-0 {
  z-index: 6;
  cursor: grab;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.ds-card-inner {
  flex-direction: column;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.genius-cursor-arrow-invite {
  width: 48px;
  position: absolute;
  top: -42px;
  left: -36px;
}

.lofi-header {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border-radius: 6px;
  width: 104px;
  height: 18px;
}

.ds-tabber-div {
  flex-direction: column;
  display: flex;
}

.smart-element-3-mobile {
  z-index: 6;
  cursor: grab;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: none;
  position: relative;
  top: 0;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.ds-dropdown-chevron {
  opacity: .55;
  width: 24px;
}

.cursor-nametag-genius-chat {
  background-color: #000;
  border: 1.5px solid #fff;
  border-radius: 3px 20px 20px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 8px 12px -4px #00000080;
}

.smart-status-bar {
  opacity: 1;
  width: 100%;
}

.text-design-orbit-4-mobile {
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.ds-card-text {
  cursor: default;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.cosmos-amenity-text {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

.ds-checkmark-icon {
  width: 12px;
  height: 12px;
}

.genius-figma-grain {
  z-index: 10;
  opacity: .43;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.planet-4-genius {
  box-shadow: none;
  filter: grayscale();
  background-color: #79aeff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 377px 75px auto;
}

.iterate-button-particles {
  z-index: 0;
  border-radius: 0;
  height: 36px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.smart-element-2 {
  z-index: 6;
  cursor: grab;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.chat-input-text-div {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.designchat-ios-button {
  z-index: 7;
  background-color: #007aff;
  border: 2px solid #fff0;
  border-radius: 14px;
  align-items: center;
  width: 161px;
  height: 49px;
  margin-bottom: 12px;
  padding: 8px 12px 8px 20px;
  display: flex;
  position: absolute;
  bottom: 104px;
  left: 55px;
  box-shadow: 0 5px 5px 3px #0003, inset 0 -2px 10px 1px #7070704d;
}

.cursor-relative-invite {
  flex-direction: column;
  display: flex;
  position: relative;
}

.food-particles {
  z-index: 0;
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.lofi-title-genius {
  background-color: #29292b;
  border: 1px solid #505051;
  border-radius: 6px;
  width: 88px;
  height: 18px;
  margin-bottom: 10px;
}

.space-gear-icon {
  width: 18px;
  margin-top: 2px;
  margin-right: 12px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.space-gear-icon.left {
  margin-top: 2px;
  margin-right: 36px;
}

.generate-glow-line {
  z-index: 10;
  background-image: radial-gradient(circle farthest-side at 50% 150%, #ffffff80, #ffffff80 0%, #fff0 50% 103%);
  width: 100%;
  height: 1px;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.ds-launchpad-1 {
  background-color: #29292b;
  border-radius: 8px;
  width: 158px;
  height: 180px;
  box-shadow: 0 4px 12px #0000003d;
}

.tap-icon {
  opacity: .4;
  width: 32px;
  margin-bottom: 8px;
}

.iterate-restart-absolute {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.share-glow-absolute {
  z-index: 160;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 42px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.mobile-tap-target {
  display: none;
}

.generate-app-absolute {
  z-index: 2000;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.food-search-text {
  opacity: .5;
  color: #eee;
  margin-left: 10px;
  font-size: 11px;
  font-weight: 700;
}

.element-button-outline {
  z-index: 30;
  box-shadow: none;
  border: 1px solid #ffffff29;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 28px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.genius-cursor-arrow-invite-2 {
  width: 48px;
  position: absolute;
  top: -42px;
  left: -36px;
}

.invite-button {
  z-index: 20;
  box-shadow: none;
  background-color: #313131;
  background-image: radial-gradient(circle farthest-side at 50% 270%, #ffffff57, #fff0);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.invite-button:hover {
  box-shadow: none;
}

.ds-modal-div {
  background-color: #29292b;
  border-radius: 12px;
  width: 236px;
  min-width: 236px;
  height: 223px;
  margin-top: 98px;
  margin-right: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  box-shadow: 0 4px 12px #0000003d;
}

.text-to-design-icon {
  opacity: 1;
  width: 20px;
}

.ds-radio-outline-2 {
  z-index: 0;
  border: 2px solid #0b99ff61;
  border-radius: 100%;
  padding: 13px;
  position: absolute;
  inset: -6px 0% 0% -6px;
}

.grid {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 56px;
  display: grid;
  position: relative;
}

.grid.genius {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
  justify-items: start;
}

.grid.magician {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid.automator {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-bottom: 220px;
}

.grid.ui-ai {
  grid-template-rows: auto;
}

.chat-icon-iterate {
  filter: contrast(73%);
  width: 18px;
  margin-right: 0;
}

.planets-scroll {
  height: 250px;
  display: none;
  overflow: scroll;
}

.genius-cursor-arrow {
  width: 48px;
  position: absolute;
  top: -42px;
  left: -36px;
}

.text-design-orbit-2 {
  opacity: .2;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
}

.chat-input-border {
  z-index: 0;
  background-image: linear-gradient(145deg, #565657, #343437);
  border-radius: 80px;
  margin: -.5px;
  position: absolute;
  inset: 0%;
}

.generate-glow-line-blur {
  z-index: 10;
  filter: blur(6px);
  background-image: radial-gradient(circle farthest-side at 50% 150%, #fff, #ffffff8a 0%, #fff0 67%);
  width: 70px;
  height: 2px;
  position: absolute;
}

.ds-dropdown {
  cursor: pointer;
  background-color: #29292b;
  border: 1px solid #d1d5db40;
  border-radius: 6px;
  justify-content: space-between;
  margin-bottom: 12px;
  padding: 8px;
  display: flex;
}

.card-paragraph {
  color: #a9a9a9;
  text-align: left;
  font-size: 15px;
}

.card-paragraph.z-top {
  z-index: 2;
  position: relative;
}

.card-paragraph.z-top.shorter {
  max-width: 390px;
}

.card-paragraph.z-top.shorter.auto-suggest {
  max-width: 600px;
}

.card-paragraph.z-top.shorter.auto-suggest-mobile {
  display: none;
}

.card-paragraph.z-top.short {
  max-width: 300px;
}

.card-paragraph.z-top.short.magic-icon {
  max-width: 800px;
  margin-bottom: 20px;
}

.card-paragraph.design-system-mobile {
  display: none;
}

.card-paragraph.medium {
  max-width: 600px;
}

.card-paragraph.medium.mobile, .card-paragraph.medium.automate-mobile, .card-paragraph.medium.ui-ai-models-mobile, .card-paragraph.medium.ui-ai-playground-mobile, .card-paragraph.medium.automator-community-mobile {
  display: none;
}

.card-paragraph.short {
  text-align: left;
  max-width: 800px;
}

.card-paragraph.short.mobile, .card-paragraph.magic-image, .card-paragraph.magic-rename-mobile {
  display: none;
}

.planet-div-2 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.smart-element-0-mobile {
  z-index: 6;
  cursor: grab;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.text-to-design-absolute {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 72px 0% 0%;
}

.switch-text-on {
  -webkit-text-fill-color: transparent;
  cursor: none;
  background-image: linear-gradient(#ffffff4d, #fff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 6px;
  font-size: 16px;
  font-weight: 700;
}

.chat-ui-inner {
  z-index: 2;
  background-color: #262629;
  border-radius: 80px;
  width: 100%;
  height: 48px;
  position: absolute;
  box-shadow: 0 24px 24px -5px #0000001a, 0 12px 12px -5px #0000000a;
}

.dropdown-planet {
  border-radius: 100%;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  box-shadow: 0 2px 2px #00000040;
}

.explainer-text-bold {
  text-align: center;
  font-weight: 800;
}

.cosmos-search-text {
  color: #eee;
  margin-left: 10px;
  font-size: 12px;
  font-weight: 700;
}

.share-header {
  border-bottom: 1px solid #3d3d3d75;
  align-items: center;
  margin-bottom: 8px;
  padding: 14px 16px;
  display: flex;
}

.generate-button {
  z-index: 20;
  box-shadow: none;
  background-color: #313131;
  background-image: radial-gradient(circle farthest-side at 50% 270%, #ffffff57, #fff0);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.generate-button:hover {
  box-shadow: none;
}

.ds-modal-icon {
  opacity: 1;
  width: 64px;
  margin-bottom: 8px;
}

.smart-reset-button-mobile {
  color: #fff;
  cursor: pointer;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: none;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.smart-reset-button-mobile:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.ui-ai-genius-flex {
  perspective: 2000px;
  border-radius: 32px;
  position: relative;
  top: 59px;
}

.generate-button-relative {
  border-radius: 80px;
  height: 36px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 2px 4px #00000029;
}

.generate-button-relative:hover {
  box-shadow: 0 2px 4px #0006;
}

.text-design-orbit-1 {
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.suggest-orbit-3 {
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

.toggle-text-div {
  z-index: 8;
  cursor: none;
  justify-content: space-between;
  align-items: center;
  width: 165px;
  height: 80px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 83px;
}

.card-blocker {
  z-index: 1000;
  background-color: #1d1c20;
  border: 1px solid #0000;
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.card-blocker.genius-6, .card-blocker.genius-7, .card-blocker.genius-1, .card-blocker.genius-5, .card-blocker.genius-8, .card-blocker.genius-4, .card-blocker.genius-2, .card-blocker.genius-3, .card-blocker.automator-4, .card-blocker.automator-1, .card-blocker.ui-ai-1 {
  z-index: 2000;
  display: none;
}

.card-blocker._4, .card-blocker._5, .card-blocker._6 {
  display: none;
}

.card-blocker.ui-ai-2 {
  z-index: 2000;
  display: none;
}

.card-blocker._3 {
  display: none;
}

.card-blocker.automator-2, .card-blocker.automator-3 {
  z-index: 2000;
  display: none;
}

.card-blocker._2, .card-blocker._7, .card-blocker._8, .card-blocker._1 {
  display: none;
}

.food-sparkle-div {
  z-index: 2;
  border-radius: 12px;
  width: 100%;
  height: 160px;
  text-decoration: none;
  transition: none;
  position: absolute;
  top: 119px;
  box-shadow: inset 0 18px 10px 17px #1b1b1e;
}

.chat-orbit-container {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
  top: 93px;
  left: 10px;
  right: 99px;
}

.ds-card-description-div {
  align-items: center;
  height: 100%;
  display: flex;
}

.designchat-user-2 {
  z-index: 4;
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  background-image: linear-gradient(#464646, #4b4b4b);
  border-radius: 24px 24px 10px;
  padding: 12px 20px;
  display: block;
  position: absolute;
  bottom: 100px;
  left: 40px;
  box-shadow: inset 0 -2px 6px 1px #96969661, 0 5px 5px 3px #0003;
}

.designchat-genius-4 {
  z-index: 4;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #18171a;
  background-image: linear-gradient(#1f1e21 18%, #131216);
  border-radius: 24px 24px 24px 10px;
  align-items: center;
  max-width: 240px;
  margin-bottom: 12px;
  padding: 12px 20px;
  display: flex;
  position: absolute;
  bottom: -65px;
  left: 19px;
  box-shadow: 0 5px 5px 3px #0003, inset 0 -2px 10px 1px #7070704d;
}

.space-product-name {
  color: #eee;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 700;
}

.cosmos-total-cost-large {
  color: #eee;
  margin-top: 8px;
  font-size: 32px;
  font-weight: 700;
}

.ds-radio {
  z-index: 2;
  background-color: #29292b;
  border: 1px solid #535457;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.text-to-design-left {
  flex-direction: row;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
  position: relative;
}

.cosmo-category {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.lofi-block-genius-1 {
  z-index: 1;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border: 1px solid #505051;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  position: absolute;
}

.smart-element-add-icon {
  opacity: 1;
  width: 23px;
}

.generate-button-loading {
  z-index: 0;
  background-color: #1d1c20;
  border-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 36px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ds-checkmark-icon-2 {
  width: 12px;
  height: 12px;
}

.takeout-restaurant-details {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  display: flex;
  position: relative;
}

.ui-ai-metal-icon {
  width: 64px;
}

.planet-toggle-2 {
  z-index: 19;
  background-image: radial-gradient(circle farthest-side at 0 100%, #313131 22%, #4b4b4b 68%, #747373);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 110px;
  left: 84px;
  box-shadow: 0 2px 4px #0006, inset -2px 2px 4px #ffffff45;
}

.auto-suggest-element-explainer {
  z-index: 7;
  opacity: .4;
  text-align: left;
  cursor: none;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  display: block;
}

.iterate-reset-button {
  color: #fff;
  cursor: none;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.iterate-reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.ds-toggle-bg-1 {
  z-index: 0;
  box-shadow: none;
  cursor: pointer;
  background-color: #29292b;
  border-radius: 100px;
  width: 44px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
}

.card-heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.card-heading.z-top {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.card-heading.z-top.mobile, .card-heading.mobile-design-system, .card-heading.ui-ai-playground-mobile, .card-heading.ui-ai-models-mobile, .card-heading.magic-rename.mobile, .card-heading.build-automations-mobile {
  display: none;
}

.smart-button-stars-div {
  z-index: 0;
  background-color: #00000040;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 42px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ds-radio-outline {
  z-index: 0;
  border: 2px solid #0b99ff61;
  border-radius: 100%;
  padding: 13px;
  position: absolute;
  inset: -6px 0% 0% -6px;
}

.cosmos-galaxy-headings {
  flex-direction: column;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.food-stars-div {
  z-index: 0;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  height: 160px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ds-toggle-dot-2 {
  z-index: 200;
  cursor: pointer;
  background-color: #535457;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 4px #00000040;
}

.genius-ds-absolute {
  z-index: 4;
  justify-content: flex-end;
  width: 920px;
  display: flex;
  position: absolute;
  inset: 84px 0% 0% -98px;
}

.designchat-genius-7 {
  z-index: 6;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #18171a;
  background-image: linear-gradient(#1f1e21 18%, #131216);
  border-radius: 24px 24px 24px 10px;
  align-items: center;
  max-width: 190px;
  margin-bottom: 101px;
  padding: 12px 20px;
  display: flex;
  position: absolute;
  bottom: -358px;
  left: 51px;
  box-shadow: 0 5px 5px 3px #0003, inset 0 -2px 10px 1px #7070704d;
}

.space-category-parent {
  color: #eee;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 700;
}

.you-cursor-invite {
  z-index: 1200;
  max-width: 50px;
  max-height: 28px;
  margin-bottom: -80px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 126px 110px auto;
}

.figma-right-panel {
  border-left: 1px solid #ffffff12;
  width: 200px;
  height: 100%;
  margin-left: 38px;
}

.ui-ai-genius-logo {
  background-image: linear-gradient(145deg, #201f22, #141316);
  border: 1.2px solid #9292af;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 128px;
  display: flex;
  position: relative;
  box-shadow: inset 0 -1px 1px #ccc7c733, inset 0 1px 1px #ccc7c733, 0 25px 20px -1px #0003;
}

.smart-element-frame-mobile {
  z-index: 12;
  background-image: linear-gradient(172deg, #1f1e21, #131216 62%);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 240px;
  height: 512px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  top: 24px;
  left: -13px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #525154, 0 0 16px -4px #00000080;
}

.takeout-pill-div {
  margin-top: 0;
  margin-right: 0;
  display: flex;
}

.space-category-name {
  color: #eee;
  font-size: 12px;
  font-weight: 600;
}

.planet-div-4 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.figma-user-leia {
  background-color: #907cff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 32px;
  height: 34px;
  min-height: 32px;
  margin-right: 0;
  display: flex;
}

.genius-cursor-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 20px;
  min-height: 20px;
  margin-top: -1px;
  margin-right: 8px;
  display: flex;
  position: relative;
}

.invite-reset-button {
  color: #fff;
  cursor: none;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.invite-reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.suggest-reset-button {
  color: #fff;
  cursor: none;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.suggest-reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.ds-dropdown-info-1 {
  align-items: center;
  display: flex;
}

.figma-user {
  background-color: #0b99ff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 32px;
  height: 34px;
  min-height: 32px;
  margin-right: 0;
  display: flex;
}

.figma-user.share {
  margin-right: 10px;
}

.figma-user.purple {
  background-color: #907cff;
}

.figma-user.green {
  background-color: #1bc47d;
}

.food-restaurant-2 {
  z-index: 10;
  box-shadow: none;
  cursor: none;
  background-image: none;
  border-radius: 14px;
  width: 200px;
  padding: 12px;
  display: block;
  position: absolute;
  left: 16px;
}

.ds-card-heading-div {
  align-items: center;
  height: 100%;
  margin-bottom: 8px;
  display: flex;
}

.chat-flex-parent {
  z-index: 8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.takeout-pill-text {
  opacity: .5;
  color: #fff;
  letter-spacing: 0;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.4;
}

.cosmos-star-icon {
  opacity: .5;
  width: 8px;
  margin-bottom: 1px;
  margin-right: 3px;
}

.chat-text {
  opacity: .8;
  color: #eee;
  cursor: default;
  margin-left: 12px;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}

.cosmos-checkout-block {
  border-top: 1px solid #2d2d2d;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.ds-radio-dot-2 {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: relative;
}

.text-design-orbit-3 {
  opacity: .15;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.card-button-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}

.lofi-block {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border: 1px solid #505051;
  border-radius: 12px;
  width: 72px;
  height: 72px;
}

.lofi-block-genius-2 {
  z-index: 2;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border: 1px solid #505051;
  border-radius: 12px;
  width: 72px;
  height: 72px;
  position: absolute;
}

.ds-tab {
  justify-content: center;
  width: 52px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.ds-tab._3 {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ds-tab._1 {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.ds-tab.middle {
  border-left: 1px solid #d1d5db40;
  border-right: 1px solid #d1d5db40;
}

.iterate-button {
  z-index: 20;
  box-shadow: none;
  background-color: #313131;
  background-image: radial-gradient(circle farthest-side at 50% 270%, #ffffff57, #fff0);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.iterate-button:hover {
  box-shadow: none;
}

.chat-glow-line {
  z-index: 10;
  background-image: radial-gradient(circle farthest-side at 50% 150%, #ffffff80, #ffffff80 0%, #fff0 50% 103%);
  border-radius: 100%;
  width: 100%;
  height: 36px;
  margin-bottom: 0;
  position: relative;
  top: 0;
}

.ds-controls-parent {
  margin-bottom: 16px;
  display: flex;
}

.lofi-block-lg {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border: 1px solid #505051;
  border-radius: 12px;
  width: 120px;
  height: 120px;
  margin-right: 16px;
}

.ds-dropdown-list-item {
  align-items: center;
  display: none;
}

.ds-checkbox {
  background-color: #29292b;
  border: 1px solid #535457;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  left: 2px;
}

.cosmos-category-icon {
  width: 18px;
  margin-bottom: 10px;
}

.ds-modal-subhead {
  color: #a9a9a9;
  text-align: center;
  cursor: default;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}

.element-button-relative {
  border-radius: 80px;
  width: 52px;
  height: 28px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 2px 4px #00000014;
}

.element-button-relative:hover {
  box-shadow: 0 2px 4px #0000001f;
}

.smart-element-placeholder {
  z-index: 5;
  border: 1px #515052fa;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: none;
  position: absolute;
  left: 8px;
}

.smart-reset-button {
  color: #fff;
  cursor: pointer;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.smart-reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.smart-element-2-mobile {
  z-index: 6;
  cursor: grab;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 12px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 220px;
  height: 52px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.ds-list-heading {
  cursor: default;
  margin-bottom: 4px;
  font-weight: 600;
  line-height: 23px;
}

.cursor-nametag {
  background-color: #0d99ff;
  max-width: 50px;
  max-height: 28px;
  padding: 4px 8px;
}

.cursor-nametag-genius-invite-2 {
  opacity: 0;
  background-color: #000;
  border: 1.5px solid #fff;
  border-radius: 3px 20px 20px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 8px 12px -4px #00000080;
}

.comos-price-text {
  color: #eee;
  font-size: 10px;
  font-weight: 700;
}

.iterate-orbit-2 {
  opacity: .2;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
}

.space-active-line {
  color: #eee;
  background-color: #eee;
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 22px;
  left: 22px;
}

.text-to-design-border {
  z-index: 0;
  background-image: linear-gradient(145deg, #565657, #343437);
  border-radius: 80px;
  margin: -.5px;
  position: absolute;
  inset: 0%;
}

.comos-info-section-text {
  color: #eee;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
}

.space-block-details {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 117px;
  height: 117px;
  margin-left: 2px;
  padding: 12px;
  display: flex;
}

.space-block-details.right {
  margin-left: 3px;
}

.auto-suggest-absolute {
  z-index: 3;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% auto -73px -140px;
}

.cosmos-cateogry-name {
  color: #eee;
  font-size: 10px;
  font-weight: 700;
}

.cosmos-cateogry-name.disabled {
  color: #fff;
  font-size: 10px;
}

.cursor-relative-chat {
  flex-direction: column;
  display: flex;
  position: relative;
}

.smart-element-genius-icon {
  opacity: 1;
  width: 16px;
}

.ui-ai-genius-ring-1 {
  z-index: 9;
  opacity: .4;
  border: 1.2px solid #9292af;
  border-radius: 52px;
  margin: -20px;
  position: absolute;
  inset: 0%;
}

.cosmos-galaxy-text {
  color: #aaa;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
}

.cosmos-star-icon-large {
  opacity: .5;
  width: 12px;
  margin-bottom: 0;
  margin-right: 4px;
}

.text-to-design-text {
  opacity: .5;
  color: #eee;
  margin-top: 1px;
  margin-left: 16px;
  font-size: 17px;
  font-weight: 500;
}

.food-sparkle-inner {
  z-index: 6;
  box-shadow: none;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 160px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.food-sparkle-inner:hover {
  box-shadow: none;
}

.smart-element-prompt-text-3 {
  z-index: 2;
  color: #e0e0e0;
  letter-spacing: .1px;
  cursor: default;
  margin-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.lofi-subhead {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border-radius: 6px;
  width: 60px;
  height: 18px;
  margin-bottom: 16px;
}

.genius-cursor-chat {
  z-index: 40;
  cursor: default;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 122px;
  left: 336px;
}

.cosmos-active-line {
  color: #eee;
  background-color: #eee;
  border-radius: 20px;
  width: 28px;
  height: 2px;
  position: absolute;
  top: 47px;
  left: 17px;
}

.smart-element-explainer-3 {
  z-index: 4;
  opacity: 0;
  text-align: center;
  cursor: default;
  max-width: 130px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  position: absolute;
  inset: -55px 0% 0%;
}

.ds-card-bg {
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 97px;
}

.you-suggest-cursor {
  z-index: 999;
  max-width: 50px;
  max-height: 28px;
  margin-bottom: -64px;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: auto 404px 104px auto;
}

.y-text-sm {
  font-size: 12px;
  font-weight: 700;
}

.genius-cursor-hole {
  background-color: #000;
  border-radius: 100%;
  width: 5px;
  min-width: 5px;
  height: 5px;
  min-height: 5px;
  position: relative;
  inset: 0%;
}

.share-sheet {
  z-index: 1000;
  background-color: #29292b;
  background-image: linear-gradient(#1f1e21, #131216);
  border-radius: 6px;
  width: 255px;
  margin-top: 0;
  padding-bottom: 16px;
  display: block;
  position: absolute;
  inset: 8px -20px auto auto;
  box-shadow: inset 0 1px 2px #525154, 0 4px 8px #0000004d;
}

.element-button-particles-1 {
  z-index: 0;
  border-radius: 0;
  height: 28px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.chat-button-explainer-text {
  z-index: 7;
  opacity: .44;
  font-size: 12px;
  font-weight: 500;
  display: block;
  position: absolute;
  bottom: 93px;
  left: 49px;
}

.cosmos-rating-text-large {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

.iterate-button-outline {
  z-index: 19;
  box-shadow: none;
  border: 1px solid #ffffff29;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.chat-orbit-5 {
  z-index: 3;
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
}

.space-category {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 56px;
  display: flex;
}

.comos-info-subhead {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

.stars-scroll {
  height: 250px;
  display: none;
  overflow: scroll;
}

.smart-element-prompt-text-2 {
  z-index: 2;
  color: #e0e0e0;
  letter-spacing: .1px;
  cursor: grab;
  margin-left: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.ds-controls-button-div {
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 16px;
  display: flex;
}

.invite-icon-iterate {
  filter: contrast(73%);
  width: 28px;
  margin-right: 0;
}

.card-button {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  color: #fff;
  background-color: #00000014;
  border: 1px solid #9292af;
  border-radius: 32px;
  align-items: center;
  padding: 12px 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 16px;
  overflow: hidden;
}

.card-button:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.lofi-flex-1 {
  flex-direction: column;
  justify-content: center;
  margin-left: 22px;
  display: flex;
}

.planet-image {
  width: 100%;
  max-width: 12px;
  max-height: 12px;
  display: block;
}

.cosmos-scroll-2 {
  flex-direction: column;
  justify-content: flex-end;
  height: 200px;
  overflow: scroll;
}

.figma-design {
  z-index: 12;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-image: linear-gradient(172deg, #1f1e21, #131216 62%);
  border: 1px solid #0000;
  border-radius: 20px;
  width: 240px;
  height: 512px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
  position: relative;
  top: 25px;
  left: 5px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #525154, 0 0 16px -4px #00000080;
}

.restaurant-title {
  letter-spacing: 0;
  margin-bottom: 8px;
  margin-right: 2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.element-button-stars-div-1 {
  z-index: 0;
  background-color: #00000040;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 28px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cosmos-listing-block {
  padding-left: 12px;
  padding-right: 12px;
}

.ds-radio-2 {
  z-index: 2;
  background-color: #29292b;
  border: 1px solid #535457;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.ds-radio-2.bottom {
  margin-left: 8px;
  left: 2px;
}

.lofi-description-genius-2 {
  background-color: #29292b;
  border-radius: 8px;
  width: 48px;
  height: 6px;
  margin-bottom: 6px;
}

.genius-invite-icon {
  width: 26px;
  height: 26px;
  position: absolute;
}

.designchat-genius-5 {
  z-index: 4;
  perspective-origin: 0 100%;
  transform-origin: 0 100%;
  background-color: #18171a;
  background-image: linear-gradient(#1f1e21 18%, #131216);
  border-radius: 24px 24px 24px 10px;
  align-items: center;
  max-width: 190px;
  margin-bottom: 12px;
  padding: 12px 20px;
  display: flex;
  position: absolute;
  bottom: -145px;
  left: 40px;
  box-shadow: 0 5px 5px 3px #0003, inset 0 -2px 10px 1px #7070704d;
}

.planet-toggle {
  z-index: 200;
  cursor: none;
  background-image: radial-gradient(circle farthest-side at 0 100%, #313131 22%, #4b4b4b 68%, #747373);
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 110px;
  left: 84px;
  box-shadow: 0 2px 4px #0006, inset -2px 2px 4px #ffffff45;
}

.ui-ai-genius-ring-4 {
  z-index: 6;
  opacity: .03;
  border: 1.2px solid #9292af;
  border-radius: 112px;
  margin: -80px;
  position: absolute;
  inset: 0%;
}

.comets-scroll {
  height: 250px;
  display: block;
  overflow: scroll;
}

.cosmos-screen-1 {
  background-color: #1b1b1e;
  border: 1px solid #2d2d2d;
  border-radius: 18px;
  width: 230px;
  height: 500px;
  min-height: 500px;
  position: relative;
  top: 133px;
  left: 46px;
  box-shadow: 0 2px 22px #0000004d;
}

.figma-user-neo {
  background-color: #1bc47d;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34px;
  min-width: 32px;
  height: 34px;
  min-height: 32px;
  margin-right: 0;
  display: flex;
}

.ds-toggle-dot-1 {
  z-index: 200;
  cursor: pointer;
  background-color: #535457;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 4px #00000040;
}

.generate-flex {
  z-index: auto;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding: 8px 8px 8px 16px;
  display: flex;
  position: relative;
  overflow: visible;
}

.auto-iterate-mobile-tap-target {
  display: none;
}

.genius-cursor-ring {
  min-width: 20px;
  min-height: 20px;
  position: absolute;
  inset: 0%;
}

.ds-reset-button {
  z-index: 10;
  color: #fff;
  cursor: pointer;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: none;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.ds-reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.auto-suggest-absolute-2 {
  z-index: 3;
  cursor: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -149px -73px auto;
}

.cosmos-search {
  background-color: #29292b;
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  width: 200px;
  height: 32px;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.switch-text-off {
  color: #ffffff4f;
  cursor: none;
  font-size: 16px;
  font-weight: 700;
}

.food-categories {
  flex-direction: column;
  padding: 4px 14px;
  display: flex;
  overflow: hidden;
}

.invite-button-relative {
  cursor: none;
  border-radius: 80px;
  height: 36px;
  margin-right: 16px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  box-shadow: 0 2px 4px #00000029;
}

.genius-share-icon {
  width: 24px;
}

.planet-1-genius {
  box-shadow: none;
  filter: grayscale();
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 141px 23px auto;
}

.ds-card-bg-3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 97px;
}

.lofi-description-1 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border-radius: 8px;
  width: 64px;
  height: 6px;
  margin-bottom: 6px;
}

.ds-list-div {
  margin-left: 12px;
}

.ds-radio-dot {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: relative;
}

.restaurant-details-left {
  flex-direction: column;
  display: flex;
}

.ui-ai-glare {
  filter: blur(15px);
  background-color: #ffffff80;
  border-radius: 100%;
  width: 10px;
  height: 20px;
  position: absolute;
}

.iterate-button-relative {
  z-index: 1;
  border-radius: 80px;
  width: 80px;
  height: 36px;
  text-decoration: none;
  transition: box-shadow .2s;
  position: relative;
  bottom: 132px;
  box-shadow: 0 2px 4px #00000029;
}

.iterate-button-relative:hover {
  box-shadow: 0 2px 4px #0006;
}

.text-to-design-ui {
  z-index: 2;
  box-shadow: none;
  background-color: #262629;
  border-radius: 80px;
  width: 500px;
  height: 52px;
  position: absolute;
}

.ds-form {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.takeout-pill-selected {
  cursor: none;
  background-color: #424242;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  height: 22px;
  margin-right: 8px;
  padding: 4px 12px;
  display: flex;
}

.text-design-orbit-4 {
  opacity: .1;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.food-restaurant-background {
  z-index: 9;
  cursor: none;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 14px;
  width: 200px;
  padding: 12px;
  position: absolute;
  inset: 0%;
  transform: translate(0);
  box-shadow: inset 0 2px 2px #525154, 0 30px 25px #0003;
}

.invite-restart-absolute {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: 0%;
}

.button-planet {
  box-shadow: none;
  filter: grayscale();
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: absolute;
}

.lofi-container-1 {
  margin-bottom: 20px;
  display: flex;
}

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

.chat-ui {
  z-index: 20;
  border-radius: 10px;
  width: 257px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 16px;
}

.chat-orbit-2 {
  z-index: 3;
  opacity: .2;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 140px;
  height: 140px;
  position: absolute;
}

.ds-modal-heading {
  text-align: center;
  cursor: default;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.cursor-nametag-genius-invite {
  background-color: #000;
  border: 1.5px solid #fff;
  border-radius: 3px 20px 20px;
  padding: 8px 12px;
  display: flex;
  box-shadow: 0 8px 12px -4px #00000080;
}

.cursor-relative {
  flex-direction: column;
  display: block;
  position: relative;
}

.generate-button-blocker {
  z-index: 130;
  opacity: 1;
  width: 400px;
  height: 120px;
  display: none;
  position: absolute;
  right: -43px;
}

.cursor-text {
  letter-spacing: .2px;
  cursor: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.ds-dropdown-title {
  cursor: pointer;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.ds-button {
  background-color: #0b99ff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100px;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  display: flex;
}

.ds-button:hover {
  background-color: #3fafff;
}

.ds-button.secondary {
  background-color: #1d1c20;
  border: 1px solid #d1d5db40;
  margin-bottom: 0;
}

.ds-button.secondary:hover {
  border-color: #d7dce459;
}

.ds-button.secondary.modal {
  background-color: #29292b;
}

.cosmos-info-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cosmos-info-block.right {
  align-items: flex-end;
}

.gen-button-particles {
  z-index: 0;
  border-radius: 0;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.chat-glow-line-blur {
  z-index: 10;
  filter: blur(6px);
  background-image: radial-gradient(circle farthest-side at 50% 150%, #fff, #ffffff8a 0%, #fff0 67%);
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
}

.figma-controls {
  z-index: 3;
  align-items: center;
  margin-left: 16px;
  display: flex;
  position: relative;
}

.suggest-orbit-1 {
  opacity: .15;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.chat-ui-flex {
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 8px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.smart-element-icon {
  opacity: .5;
  width: 16px;
}

.smart-element-explainer-3-mobile {
  z-index: 4;
  opacity: 0;
  text-align: center;
  cursor: default;
  max-width: 130px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  position: absolute;
  inset: -55px 0% 0%;
}

.space-block {
  background-color: #1e1d20;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 117px;
  height: 117px;
  margin-left: 2px;
  display: flex;
}

.space-block.right {
  margin-left: 3px;
}

.smart-button {
  z-index: 20;
  box-shadow: none;
  background-color: #313131;
  background-image: radial-gradient(circle farthest-side at 50% 270%, #ffffff57, #fff0);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.smart-button:hover {
  box-shadow: none;
}

.smart-element-explainer-2 {
  z-index: 8;
  opacity: 0;
  text-align: center;
  cursor: default;
  max-width: 130px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  position: absolute;
  inset: 0 0% 0%;
}

.food-absolute {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 32px 30px auto;
}

.share-blocker {
  z-index: 3;
  width: 110px;
  height: 60px;
  position: absolute;
  left: -10px;
}

.text-to-design-div {
  z-index: 9999;
  border-radius: 10px;
  width: 500px;
  height: 52px;
  position: absolute;
}

.smart-element-frame {
  z-index: 12;
  background-image: linear-gradient(172deg, #1f1e21, #131216 62%);
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 240px;
  height: 512px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 24px;
  left: -13px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #525154, 0 0 16px -4px #00000080;
}

.planet-2-genius {
  box-shadow: none;
  filter: grayscale();
  background-color: #79aeff;
  border-radius: 100%;
  width: 12px;
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  position: absolute;
  inset: auto 243px 173px auto;
}

.restaurant-title-div {
  align-items: center;
  margin-bottom: -1px;
  text-decoration: none;
  display: flex;
}

.text-design-orbit-5-mobile {
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.cosmos-search-flex {
  align-items: center;
  display: flex;
}

.button-stars {
  z-index: 4;
  width: 670px;
  max-width: none;
  display: none;
  position: absolute;
  inset: -56px -325px auto -261px;
}

.lofi-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.ds-form-block {
  margin-bottom: 0;
}

.user-text {
  cursor: default;
  font-size: 16px;
  font-weight: 600;
}

.share-button-text {
  z-index: 10;
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff4d, #fff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}

.cosmos-amenity-item {
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cosmos-amenity-item.last {
  margin-bottom: 0;
}

.share-button {
  z-index: 20;
  box-shadow: none;
  background-color: #313131;
  background-image: radial-gradient(circle farthest-side at 50% 270%, #ffffff57, #fff0);
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.share-button:hover {
  box-shadow: none;
}

.ds-genius-cursor {
  z-index: 60;
  cursor: default;
  display: flex;
  position: absolute;
  inset: auto -180px 118px auto;
}

.takeout-restaurant-cover {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 11px;
  display: flex;
  position: relative;
}

.ds-hover-block {
  z-index: 2000;
  opacity: .33;
  width: 620px;
  height: 380px;
  display: none;
  position: absolute;
  top: 114px;
  left: -2px;
}

.generate-button-text {
  z-index: 10;
  opacity: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffffff4d, #fff 75%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}

.ds-col-2 {
  z-index: 2;
  margin-top: 32px;
  margin-right: 16px;
  position: relative;
}

.cosmos-star-flex {
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.figma-design-genius {
  z-index: 20;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-image: linear-gradient(172deg, #1f1e21, #131216 62%);
  border: 1px solid #fff0;
  border-radius: 20px;
  width: 240px;
  height: 512px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: block;
  position: absolute;
  top: 0;
  left: -268px;
  overflow: hidden;
  box-shadow: inset 0 1px 2px #525154, 0 0 16px -4px #00000080;
}

.planet-3-genius {
  box-shadow: none;
  filter: grayscale();
  border-radius: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 329px 100px auto;
}

.cosmos-listing-image-large {
  border-radius: 8px;
  margin-top: 16px;
  box-shadow: 0 2px 5px #0003;
}

.cosmos-info-subhead-large {
  color: #aaa;
  font-size: 12px;
  font-weight: 500;
}

.smart-element-caption-div {
  margin-top: 7px;
  position: relative;
  top: 64px;
}

.share-heading {
  letter-spacing: .4px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 600;
}

.lofi-container-2 {
  flex-direction: column;
  margin-top: 24px;
  display: flex;
}

.text-design-orbit-2-mobile {
  opacity: .25;
  background-image: none;
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.ds-checkbox-2 {
  background-color: #29292b;
  border: 1px solid #535457;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
  left: 2px;
}

.ds-checkbox-2.bottom {
  left: 0;
}

.lofi-container-genius-1 {
  margin-bottom: 20px;
  display: flex;
}

.cosmos-confirm-button {
  box-shadow: none;
  background-image: linear-gradient(#acaefd, #acaefd);
  border-radius: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  display: flex;
}

.genius-figma-grain-2 {
  z-index: 0;
  opacity: .52;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 10px 0 0;
  position: absolute;
  inset: 0%;
}

.ds-list {
  z-index: 3;
  background-color: #29292b;
  border-radius: 12px;
  width: 360px;
  height: 460px;
  padding: 24px 16px;
  position: relative;
  box-shadow: 0 4px 12px #0000003d;
}

.send-button-stars-div {
  z-index: 0;
  background-color: #00000040;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.genius-cursor-invite-2 {
  z-index: -1;
  cursor: default;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -143px;
  left: 900px;
}

.gen-button-stars-div {
  z-index: 0;
  background-color: #00000040;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 42px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.restaurant-small-details {
  color: #7e8389;
  letter-spacing: .1px;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

.smart-element-placeholder-text-3 {
  z-index: 1;
  opacity: .28;
  letter-spacing: .1px;
  margin-left: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  inset: 0%;
}

.orbit-3 {
  background-image: url('../images/orbit-03.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 500px;
  position: absolute;
}

.suggest-orbit-2-2 {
  opacity: .1;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.magic-app-top-nav {
  width: 100%;
}

.magician-sparkle-1 {
  z-index: 12;
  width: 80px;
  display: flex;
  position: absolute;
  top: -180px;
  left: 13px;
  transform: none;
}

.outline-spec-heading {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.ui-ai-playground-input-glyphs {
  background-color: #fff;
  background-image: linear-gradient(#242325, #171619);
  border-radius: 24px;
  width: 288px;
  height: 230px;
  padding: 20px;
  display: block;
  position: relative;
  top: 20px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.primary-button-text {
  font-size: 15px;
  font-weight: 600;
}

.pages {
  background-color: #fff;
  background-image: repeating-linear-gradient(#00000030, #ffffff1a 5%);
}

.pages.pages--bottom {
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  height: 2vw;
  position: absolute;
  inset: auto .5vw 0% 0%;
  transform: translate(0, -.5vw)rotateX(90deg)rotateY(0)rotateZ(0);
}

.pages.pages--side {
  z-index: 1;
  transform-origin: 100%;
  transform-style: preserve-3d;
  background-image: repeating-linear-gradient(to right, #00000030, #ffffff1a 5%);
  width: 2vw;
  position: absolute;
  inset: .5vw 0% .5vw auto;
  transform: translate(-.5vw)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.pages.pages--top {
  transform-origin: 50% 0;
  transform-style: preserve-3d;
  height: 2vw;
  position: absolute;
  inset: 0% .5vw auto 0%;
  transform: translate(0, .5vw)rotateX(-90deg)rotateY(0)rotateZ(0);
}

.button-icon {
  border-radius: 100%;
  width: 20px;
  margin-right: 10px;
  box-shadow: 0 2px 4px #00000052;
}

.button-icon.no-shadow {
  box-shadow: none;
  border-radius: 0%;
  width: 22px;
  margin-right: 10px;
}

.orbit-6 {
  background-image: url('../images/orbit-06.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 950px;
  height: 950px;
  position: absolute;
}

.folder-top {
  z-index: 10;
  width: 416px;
  display: none;
  position: absolute;
  bottom: 12px;
  right: -12px;
  transform: scale(.3);
}

.outline-spec-line-4 {
  background-color: #e9e9e9;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

.batch-icons-absolute {
  z-index: 40;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  display: none;
  position: absolute;
  top: 12px;
  left: 24px;
}

.prompt-box {
  background-color: #29292b;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
  padding: 16px;
  display: flex;
  position: relative;
}

.nav-buttons {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.ui-ai-button-primary-test {
  background-color: #7c61ff;
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 16px;
  padding: 14px 20px;
  font-weight: 600;
  position: absolute;
  top: 195px;
  left: 187px;
  transform: rotate(2deg);
  box-shadow: 0 4px 7px #00000080;
}

.orbit-overflow-hidden {
  padding-bottom: 200px;
  overflow: hidden;
}

.prompt-placeholder {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
}

.ui-ai-font-5 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.chat-blur-2 {
  z-index: 10;
  background-image: url('../images/blur.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 400px;
  height: 400px;
  min-height: 400px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -200px 0% auto -72px;
}

.lorem-particles {
  z-index: 1;
  opacity: .81;
  width: 684px;
  height: 135px;
  position: relative;
  inset: -37px 0% 0% 62px;
  overflow: hidden;
}

.automator-card-avi {
  border-radius: 100%;
  width: 28px;
}

.galaxy-logo-face {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.magic-app-screen {
  z-index: 20;
  background-color: #1b1b1e;
  border: 1px solid #2d2d2d;
  border-radius: 18px;
  width: 230px;
  height: 500px;
  min-height: 500px;
  position: absolute;
  top: 151px;
  left: 25px;
  box-shadow: 0 2px 22px #0000004d;
}

.airtable-card-1 {
  z-index: 20;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 17px;
  flex-direction: column;
  width: 160px;
  min-width: 160px;
  margin-right: 16px;
  padding: 16px;
  display: flex;
  position: relative;
  top: 4px;
  box-shadow: 0 2px 5px #000;
}

.magician-logo-large {
  z-index: 3;
  width: 100px;
  display: flex;
  position: absolute;
  top: 210px;
  left: 219px;
  transform: scale(2.12);
}

.gradient-wrapper {
  background-image: linear-gradient(135deg, #1e1e20, #0e0e11 32%);
  position: relative;
}

.ds-card-bg-2 {
  background-image: url('../images/blue-comet.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 97px;
}

.ui-ai-font-35 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.card-icon-area {
  height: 100%;
}

.planet-5 {
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto 752px 317px auto;
}

.outline-spec-line-2 {
  background-color: #e9e9e9;
  width: 120px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

.outline-spec-1 {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 35px;
  left: 13px;
}

.ui-ai-emoji-model {
  cursor: pointer;
  border-radius: 100%;
  width: 40px;
  position: absolute;
  top: 94px;
  left: 312px;
  box-shadow: 0 10px 6px -4px #0006;
}

.ui-ai-emoji-model._3 {
  top: 80px;
  left: 434px;
  transform: rotate(-8deg);
}

.ui-ai-emoji-model._2 {
  top: 115px;
  left: 375px;
  transform: rotate(8deg);
}

.ui-ai-emoji-model._4 {
  top: 115px;
  left: 491px;
  transform: rotate(13deg);
}

.ui-ai-emoji-model._1 {
  transform: rotate(-13deg);
}

.folder-logo {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 10px;
  right: -12px;
  transform: scale(.3);
}

.ui-ai-fonts-2 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 200px;
  left: 474px;
}

.ui-ai-font-9 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.fm-figma-blur {
  z-index: 3;
  background-image: linear-gradient(270deg, #fff0 20%, #1d1c20 63%);
  width: 320px;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: -156px;
}

.planet-3 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 100%;
  width: 110px;
  height: 110px;
  position: absolute;
  inset: auto 387px 355px auto;
}

.ui-ai-metal-icon-large {
  filter: none;
  width: 80px;
}

.teams-icon-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
  top: 3px;
  left: -50px;
}

.batch-icon-card {
  z-index: 20;
  perspective: 2000px;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 20%;
  flex-direction: row;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 8px;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: 0 2px 5px #000;
}

.ui-ai-glyph-2 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 187px;
  left: 22px;
}

.iterate-button-orbit-2 {
  z-index: -1;
  background-image: url('../images/iterate-button-outline.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 80px;
  width: 92px;
  height: 55px;
  margin: -8px;
  position: relative;
  inset: -38px 0% 0% 1.75px;
}

.color-palette-absolute {
  z-index: 40;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 100%;
  display: none;
  position: absolute;
  top: 12px;
  left: 12px;
}

.ui-ai-fonts-flex-vertical {
  z-index: 3;
  display: none;
  position: relative;
  top: 40px;
  left: 25px;
}

.ui-ai-large-logo-glow {
  z-index: 1;
  opacity: .5;
  filter: blur(24px);
  background-image: radial-gradient(circle farthest-side at 0 100%, #00ccb1, #0000), radial-gradient(circle farthest-side at 100% 0, #7b61ff, #0000), radial-gradient(circle farthest-side at 100% 100%, #ffc414, #0000), radial-gradient(circle farthest-side at 0 0, #1ca0fb, #141316);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.automator-cloud-ui-cash-app {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.ui-ai-large-logo {
  z-index: 2;
  background-image: linear-gradient(145deg, #201f22, #050505);
  border-radius: 38px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 156px;
  display: flex;
  position: relative;
  top: 2px;
  left: 2px;
  box-shadow: 0 6px 8px 1px #00000080;
}

.magic-app-listings-info {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 12px;
  display: flex;
}

.planet-genius-img {
  width: 100%;
  min-width: 100%;
}

.ui-ai-glyph-flex {
  align-items: flex-start;
  display: flex;
}

.lorem-particles-blur {
  z-index: 2;
  width: 684px;
  height: 135px;
  position: relative;
  inset: 98px 0% 0% 62px;
  overflow: hidden;
  box-shadow: inset 0 2px 20px 20px #1d1c20;
}

.button-primary-2 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  align-items: center;
  padding: 6px 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.button-primary-2:hover {
  border-color: #ffffff40;
}

.playground-button-text {
  z-index: 10;
  color: #fff;
  letter-spacing: .2px;
  margin-right: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  position: relative;
}

.playground-button-text.emoji {
  color: #1f1e20;
}

.ui-ai-font-33 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.red-planet-img {
  width: 100%;
  min-width: 100%;
}

.ui-ai-coming-soon-text {
  opacity: .7;
  color: #a9a9a9;
  text-align: center;
  margin-top: 12px;
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: 500;
}

.automator-cloud-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  margin-left: -32px;
  position: absolute;
}

.diagram-galaxy-logo {
  z-index: 100;
  width: 190px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -4px;
}

.chat-orbit-5-2 {
  z-index: 3;
  opacity: .1;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
}

.wand-beam-blur {
  z-index: 7;
  opacity: 1;
  filter: blur(20px);
  background-image: linear-gradient(#1d1c20 7% 80%);
  border-radius: 120%;
  width: 300px;
  height: 300px;
  position: absolute;
  inset: -142px 0% 0% 538px;
  transform: rotate(95deg);
}

.automator-tag {
  background-color: #383735;
  border-radius: 32px;
  padding: 5px 8px;
}

.ui-ai-dropdown-list {
  background-image: linear-gradient(#242325, #171619);
  border-radius: 12px;
  width: 116px;
  min-width: 116px;
  margin-top: 10px;
  display: none;
  position: absolute;
  top: 32px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.ui-ai-dropdown-list.w--open {
  margin-top: 10px;
}

.social-icon-link {
  filter: brightness(50%);
  margin-right: 12px;
  transition: all .2s;
}

.social-icon-link:hover {
  filter: brightness(200%);
}

.ui-ai-close-icon {
  width: 12px;
}

.ui-ai-flex {
  justify-content: space-between;
  align-items: center;
  width: 216px;
  display: flex;
  position: absolute;
  inset: auto auto 10px 16px;
}

.ui-settings-icon {
  width: 30px;
}

.ui-settings-icon.disabled {
  display: none;
}

.folder-bottom {
  z-index: 1;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 12px;
  right: -12px;
  transform: scale(.3);
}

.planet-8 {
  box-shadow: none;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 778px 1149px auto auto;
}

.magic-app-info-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ui-ai-font-27 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ds-card-bg-3-2 {
  background-image: url('../images/space-pod.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 97px;
}

.automator-ui-name {
  color: #fff;
  letter-spacing: .3px;
  cursor: default;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.tile-magic-icon {
  filter: none;
  -webkit-text-stroke-color: #ad2222;
  width: 48px;
}

.frame-row {
  z-index: 4;
  cursor: pointer;
  border-top-left-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.frame-row:hover {
  background-color: #ffffff12;
}

.ui-ai-diagram-button {
  color: #fff;
  background-color: #29292b;
  border: 1px solid #ffffff14;
  border-radius: 8px;
  align-items: center;
  padding: 8px 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.ui-ai-diagram-button:hover {
  border-color: #ffffff14;
  box-shadow: 0 10px 20px #0000001a;
}

.automator-dropdown-icon {
  opacity: .5;
}

.automator-dropdown-icon.disabled {
  opacity: 0;
}

.display-paragraph-2 {
  color: #a9a9a9;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.airtable-card-5 {
  z-index: 20;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 17px;
  flex-direction: column;
  width: 160px;
  min-width: 160px;
  margin-right: 16px;
  padding: 16px;
  display: flex;
  position: relative;
  top: 4px;
  box-shadow: 0 2px 5px #000;
}

.ui-ai-button-blocker-emoji {
  display: none;
  position: absolute;
  inset: 0%;
}

.glow-blur {
  z-index: 1;
  filter: blur(60px);
  background-color: #111113;
  width: 800px;
  height: 250px;
  position: absolute;
  top: 200px;
}

.lorem-stars {
  z-index: 4;
  width: 1660px;
  max-width: none;
  position: absolute;
  inset: -111px -325px auto auto;
}

.tile-magic-icon-card {
  opacity: .16;
  width: 52px;
}

.ui-ai-button-secondary {
  background-color: #232324;
  border: 1px solid #575757;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 600;
}

.shooting-star-4 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 4427px;
  right: 647px;
}

.ui-search-flex {
  align-items: center;
  display: flex;
}

.book-sparkle {
  z-index: 100;
  width: 26px;
  position: absolute;
  top: 48px;
  right: 82px;
}

.iterate-orbit-4-2 {
  opacity: .1;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.ui-ai-tabby {
  cursor: pointer;
  background-color: #29292b;
  border: 1px solid #ffffff21;
  border-radius: 8px;
  justify-content: space-between;
  padding: 6px;
  display: flex;
  position: absolute;
  top: 84px;
  left: 185px;
  transform: rotate(4deg);
  box-shadow: 0 2px 5px #0000005c;
}

.figma-glow {
  z-index: 5;
  filter: blur(48px);
  background-image: linear-gradient(#6b00ff, #6316ff);
  border-radius: 24px 24px 0 0;
  width: 610px;
  position: absolute;
  inset: 129px 0% 0% 22px;
}

.automator-card-image {
  border-radius: 8px;
}

.layer-tree {
  width: 350px;
  display: flex;
}

.iterate-orbit-2-2 {
  opacity: .2;
  background-image: url('../images/orbit-02.svg');
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
}

.text-design-orbit-4-2 {
  opacity: .1;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.automator-drag-icon {
  opacity: .5;
  width: 36px;
}

.build-absolute {
  z-index: 4;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  position: absolute;
  inset: auto 32px 30px auto;
}

.airtable-card-2 {
  z-index: 20;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 17px;
  flex-direction: column;
  width: 160px;
  min-width: 160px;
  margin-right: 16px;
  padding: 16px;
  display: flex;
  position: relative;
  top: 4px;
  box-shadow: 0 2px 5px #000;
}

.ui-add-icon {
  width: 30px;
  min-width: 30px;
  margin-right: -8px;
}

.ui-ai-glyph-glow {
  z-index: 0;
  opacity: .5;
  width: 390px;
  height: 315px;
  position: absolute;
  inset: -34px 0% 0% -45px;
}

.frame-row-3 {
  z-index: 4;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.frame-row-3:hover {
  background-color: #ffffff12;
}

.ui-ai-tiny-logo {
  opacity: 1;
  width: 16px;
}

.section-genius {
  margin-top: 80px;
  padding-top: 320px;
  padding-bottom: 60px;
  overflow: hidden;
}

.ui-ai-tabber-text {
  cursor: default;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.ui-ai-font-14 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.magic-app-magic-icon-icon {
  z-index: 20;
  opacity: 1;
  width: 24px;
  min-width: 24px;
  position: absolute;
  inset: -4px 0% 0% -2px;
}

.frame-renamed-4 {
  z-index: 2;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ui-ai-playground-canvas {
  background-color: #fff;
  background-image: linear-gradient(#242325, #171619);
  border-radius: 24px;
  width: 540px;
  height: 356px;
  padding: 20px;
  position: absolute;
  top: 124px;
  left: 347px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.diagram-planet {
  z-index: 200;
  position: relative;
  bottom: -12px;
}

.teams-icon-card {
  z-index: 20;
  perspective: 2000px;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#242325, #171619);
  border: 2px solid #181818;
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 8px;
  display: flex;
  position: relative;
  transform: none;
  box-shadow: inset 0 1px 2px #525154, 0 13px 10px #00000059;
}

.outline-spec-flex {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.outline-spec-flex.center {
  align-items: center;
}

.reddit-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.ui-ai-dropdown-toggler {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.planet-ui-ai-img {
  width: 100%;
  min-width: 100%;
}

.doordash-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.automator-drag-ui {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: block;
  position: relative;
  left: 149px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.text-design-orbit-3-2 {
  opacity: .15;
  background-image: url('../images/orbit-03.svg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.meta-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.magic-app-listing {
  margin-top: 12px;
  margin-bottom: 32px;
  padding-left: 12px;
  padding-right: 12px;
}

.magic-app-listing.last {
  margin-bottom: 12px;
}

.automator-cards-row {
  margin-bottom: 24px;
  display: flex;
  position: relative;
  left: -506px;
}

.automator-cloud-ui-reddit {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.tile-image-container {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  position: relative;
}

.ds-card-bg-2-2 {
  background-image: url('../images/space-ray.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: 97px;
}

.frame-layer-renamed {
  z-index: 3;
  opacity: 1;
  color: #838286;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.outline-spec-4 {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 5px;
  left: 28px;
}

.shooting-star-1 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 178px;
  right: 345px;
}

.ui-layer-row {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

.ui-ai-dropdown-toggle-layers {
  border-radius: 16px;
  align-items: center;
  width: 116px;
  padding: 8px 12px;
  display: none;
}

.magic-image-wand {
  z-index: 7;
  height: 100%;
  display: flex;
  position: relative;
  top: -352px;
}

.magic-app-category-name {
  color: #eee;
  font-size: 10px;
  font-weight: 700;
}

.magic-icon-blur {
  z-index: 0;
  filter: blur(18px);
  background-color: #1d1c20;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  width: 800px;
  height: 600px;
  position: absolute;
  inset: 48px -570px 0% auto;
  transform: rotate(17deg);
}

.frame-layer-name-div {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.outline-spec-2 {
  cursor: pointer;
  align-items: flex-start;
  height: 20px;
  display: flex;
  position: relative;
  top: 113px;
  left: -32px;
}

.footer-link {
  color: #a9a9a9;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .2s;
}

.footer-link:hover {
  color: #fff;
}

.magic-text-mobile {
  width: 530px;
  display: none;
  position: relative;
  top: 47px;
  right: 3px;
}

.ui-ai-model-icon {
  box-shadow: none;
  width: 18px;
  margin-right: 8px;
}

.build-restart-icon {
  filter: contrast(73%);
  width: 28px;
  margin-right: 0;
}

.figma-divider {
  background-color: #00000054;
  width: 2px;
  height: 400px;
}

.automator-drag-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  border-top: 1px solid #ffffff14;
  border-left: 1px solid #ffffff14;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: absolute;
  top: 18px;
  left: -189px;
}

.automator-cloud-ui-meta {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.ui-ai-font-18 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.magic-app-category-icon {
  width: 18px;
  margin-bottom: 10px;
}

.automator-card-badge-text {
  color: #fff;
  letter-spacing: .2px;
  font-size: 10px;
  font-weight: 600;
}

.book-author {
  z-index: 100;
  width: 70px;
  position: relative;
  top: 12px;
  right: -7px;
}

.automator-info-subhead {
  color: #a9a9a9;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.card-info-flex {
  align-items: center;
  display: flex;
}

.button-text {
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 600;
}

.button-text.float {
  font-size: 14px;
}

.galaxy-logo-circle {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.galaxy-logo-circle.galaxy-circle {
  text-align: center;
  background-image: linear-gradient(#fff, #cfcfcf);
  border-radius: 100%;
  text-decoration: line-through;
}

.galaxy-logo-circle.galaxy-circle.back {
  z-index: 0;
  box-shadow: none;
  background-color: #656566;
  background-image: none;
  border-radius: 100%;
  position: absolute;
  bottom: -8px;
}

.ui-ai-model-text {
  font-size: 15px;
  font-weight: 600;
}

.color-palette-heading {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.outline-spec-subhead {
  color: #a9a9a9;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.mobile-nav {
  display: none;
}

.footer-col-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 222px;
  margin-right: 72px;
  display: flex;
}

.footer-col-2.last {
  margin-right: 0;
}

.outline-spec-3 {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 114px;
  left: 45px;
}

.ui-ai-dropdown-toggle-glyphs {
  border-radius: 16px;
  align-items: center;
  width: 116px;
  padding: 8px 12px;
  display: flex;
}

.ui-ai-dropdown-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.magic-app-icon-div {
  position: relative;
}

.image-stars {
  z-index: 4;
  width: 1410px;
  max-width: none;
  display: none;
  position: absolute;
  inset: auto 0% -58px -461px;
}

.wand-particles-container {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  height: 350px;
  display: flex;
  position: relative;
  top: -601px;
  overflow: hidden;
}

.footer-tagline {
  color: #ffffffb8;
  margin-top: 16px;
  margin-bottom: 24px;
  font-weight: 500;
  line-height: 24px;
}

.button-secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 32px;
  align-items: center;
  padding: 6px 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.button-secondary:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button-secondary.left {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-color: #ffffff14;
  margin-right: 12px;
  transition: border-color .2s;
  display: none;
}

.button-secondary.left:hover {
  box-shadow: none;
  border-color: #ffffff40;
}

.button-secondary.left.float {
  background-color: #171719;
  border-style: solid;
  border-color: #fff0;
  margin-right: 0;
  transition: background-color .2s, border-color .2s;
}

.button-secondary.left.float:hover {
  border-style: solid;
  border-color: #ffffff40;
}

.automator-community-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  position: absolute;
  bottom: 12px;
}

.fc-community-card {
  background-image: linear-gradient(#242325, #171619);
  border-radius: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 240px;
  min-width: 240px;
  min-height: 220px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 28px;
  transition: box-shadow .3s;
  display: flex;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.fc-community-card:hover {
  box-shadow: inset 0 0 2px 1px #0b99ff, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.fc-community-card.red {
  text-decoration: none;
}

.fc-community-card.red:hover {
  box-shadow: inset 0 0 2px 1px #f24922, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.fc-community-card.purple {
  background-image: linear-gradient(#242325, #171619);
  height: 230px;
  text-decoration: none;
}

.fc-community-card.purple:hover {
  box-shadow: inset 0 0 2px 1px #7d60ff, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.fc-community-card.yellow {
  background-color: #f2bd00;
  text-decoration: none;
}

.fc-community-card.yellow:hover {
  box-shadow: inset 0 0 2px 1px #ffda1c, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.fc-community-card.green {
  background-color: #1bc47d;
  background-image: linear-gradient(#242325, #171619);
  height: 230px;
  text-decoration: none;
}

.fc-community-card.green:hover {
  box-shadow: inset 0 0 2px 1px #830261, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.fc-community-card.blue:hover {
  box-shadow: inset 0 0 2px 1px #0250af, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.fc-community-card.blue {
  background-color: #f24822;
  height: 230px;
  text-decoration: none;
}

.figma-selected-box {
  background-color: #fff;
  border: 2px solid #18a0fb;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: -8px auto auto -7px;
}

.gen-button-stars-div-2 {
  z-index: 0;
  background-color: #00000040;
  background-image: url('../images/button-stars-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 42px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.magic-icon-heading-fade {
  z-index: 0;
  filter: blur(12px);
  background-color: #1d1c20;
  border-radius: 40px;
  width: 350px;
  height: 150px;
  display: none;
  position: absolute;
  inset: -56px 0% 0% -56px;
}

.figma-logo {
  z-index: 3;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  top: 112px;
  right: 145px;
  transform: scale(.7);
}

.iterate-orbit-5-2 {
  opacity: .1;
  background-image: url('../images/orbit-05.svg');
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

.ai-magic-click-1-mobile {
  display: none;
}

.ui-ai-font-25 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.shooting-star-5 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 7044px;
  right: 531px;
}

.ui-ai-font-22 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.automator-cloud-ui-snap {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.color-swatch {
  background-color: #a3b18a;
  border-radius: 10px;
  width: 64px;
  height: 32px;
}

.color-swatch.brown-3 {
  background-color: #413424;
}

.color-swatch.brown-2 {
  background-color: #796048;
}

.color-swatch.blue-4 {
  background-color: #012a4a;
}

.color-swatch.blue-1 {
  background-color: #a9d6e5;
}

.color-swatch.green-3 {
  background-color: #3a5a40;
}

.color-swatch.brown-4 {
  background-color: #43281c;
}

.color-swatch.green-2 {
  background-color: #588157;
}

.color-swatch.red-2 {
  background-color: #e2725b;
}

.color-swatch.red-1 {
  background-color: #f7c6ad;
}

.color-swatch.blue-2 {
  background-color: #488fad;
}

.color-swatch.red-3 {
  background-color: #e05a3e;
}

.color-swatch.blue-3 {
  background-color: #01497c;
}

.color-swatch.brown-1 {
  background-color: #a59585;
}

.color-swatch.green-4 {
  background-color: #344e41;
}

.color-swatch.red-4 {
  background-color: #a73c27;
}

.logo-mobile {
  display: none;
}

.ui-ai-font-21, .ui-ai-font-7, .ui-ai-font-26 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-ai-tabber {
  background-color: #29292b;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  margin-left: 21px;
  display: flex;
}

.smart-button-stars-div-2 {
  z-index: 0;
  background-color: #00000040;
  background-image: url('../images/button-stars-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 42px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.solar-blur-top {
  z-index: 2;
  filter: blur(15px);
  background-color: #19191b;
  border-radius: 150px;
  width: 520px;
  height: 290px;
  display: none;
  position: absolute;
  top: -178px;
}

.automator-cloud-ui {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: block;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.wand-beam {
  z-index: 0;
  opacity: 1;
  width: 100px;
  position: absolute;
  inset: -87px 0% 0% 546px;
  transform: rotate(89deg);
}

.automator-ui {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  transition: box-shadow .3s ease-out;
  display: block;
  position: relative;
  left: 310px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.rename-stars {
  z-index: 5;
  width: 1660px;
  max-width: none;
  position: absolute;
  inset: 181px -283px auto auto;
}

.ui-layer-row-5 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 0;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

.planet-magician-img {
  width: 100%;
  min-width: 100%;
}

.reddit-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.question-mark-fade {
  z-index: 2;
  background-image: linear-gradient(#1d1c20 60%, #fff0 92%);
  height: 800px;
  position: absolute;
  inset: auto 0% 0%;
}

.snapchat-icon-2 {
  z-index: 0;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.display-1 {
  text-align: center;
  letter-spacing: -.2px;
  text-shadow: 0 1px #00000012;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145deg, #fff 65%, #ffffff6e);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 2.5rem;
  line-height: 1.08;
}

.lorem-text {
  opacity: 1;
  color: #272729;
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-color: #323238;
  -webkit-background-clip: text;
  background-clip: text;
  width: 684px;
  max-width: none;
  padding-bottom: 24px;
  font-size: 102px;
  font-weight: 700;
  position: absolute;
  top: 175px;
  right: -116px;
}

.outline-spec-absolute {
  z-index: 40;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  margin-left: -20px;
  display: none;
  position: absolute;
  top: 12px;
}

.doordash-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.magician-sparkle-2 {
  z-index: 12;
  width: 160px;
  display: flex;
  position: absolute;
  top: -134px;
  left: 50px;
  transform: none;
}

.color-palette-row {
  margin-right: 12px;
}

.text-design-orbit-2-2 {
  opacity: .2;
  background-image: url('../images/orbit-02.svg');
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
}

.wand-particles {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 480px;
  height: 350px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.color-palette-info {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 12px;
  display: flex;
}

.automator-card-description {
  color: #a9a9a9;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.solar-blur-bottom {
  z-index: 0;
  filter: blur(20px);
  background-color: #141416;
  border-radius: 150px;
  width: 540px;
  height: 290px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -32px 0% auto;
}

.blob-blue {
  width: 390px;
  height: 315px;
  position: absolute;
  inset: 0%;
}

.magic-app-star-flex {
  flex-direction: row;
  align-items: center;
  margin-bottom: 6px;
  display: flex;
}

.tile-image-area {
  height: 100%;
  position: relative;
}

.wand-5 {
  z-index: 100;
  border-radius: 10px;
  width: 500px;
  height: 56px;
  display: flex;
  position: absolute;
  top: 286px;
  right: -52px;
  transform: scale(.8)rotate(-69deg);
  box-shadow: 0 10px 16px #0006;
}

.wand-4 {
  z-index: 100;
  border-radius: 10px;
  width: 500px;
  height: 56px;
  display: flex;
  position: absolute;
  top: 273px;
  right: -63px;
  transform: scale(.8)rotate(-86deg);
  box-shadow: 0 10px 16px #0006;
}

.custom-model-top-absolute {
  z-index: 12;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 276px;
  display: flex;
  position: absolute;
  left: 0;
}

.magician-logo-img {
  z-index: 1;
  position: relative;
}

.team-icons-absolute {
  z-index: 40;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 100%;
  display: flex;
  position: absolute;
  top: 22px;
}

.automator-drag-absolute {
  z-index: 40;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  margin-left: -20px;
  display: flex;
  position: absolute;
  top: 12px;
}

.ui-ai-font-6 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.mobile-nav-list-float {
  z-index: 5000;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 424px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 12px 0% auto;
}

.figma-window {
  z-index: 10;
  cursor: pointer;
  background-image: linear-gradient(#343236, #38343f);
  border-radius: 24px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 610px;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  top: 24px;
  box-shadow: inset 0 2px 2px #525154, -2px -1px 15px #000000a3;
}

.generate-button-orbit-2 {
  z-index: -1;
  background-image: url('../images/generate-orbit-line.png');
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 80px;
  width: 113px;
  height: 48px;
  margin: -8px;
  position: relative;
  inset: -34px 0% 0% 1.75px;
}

.ui-ai-font-30, .ui-ai-font-1 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav {
  z-index: 5000;
  justify-content: space-between;
  align-items: stretch;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 40px;
  display: flex;
  position: relative;
}

.question-mark-div {
  z-index: 4;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 279px;
  height: 398px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.planet-magician-icon {
  z-index: 2;
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-ai-model-tag {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  cursor: pointer;
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  align-items: center;
  margin-right: 32px;
  padding: 6px 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.ui-ai-model-tag.layers {
  margin-right: 0;
}

.footer-mobile {
  max-width: 1200px;
  margin-top: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
}

.planet-genius-icon {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.orbit-5 {
  z-index: 3;
  background-image: url('../images/orbit-05.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 820px;
  height: 820px;
  position: absolute;
}

.ui-ai-preheader-text {
  color: #a9a9a9;
  text-align: center;
  letter-spacing: .15px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.frame-icon {
  margin-right: 16px;
}

.magic-app-category-block {
  border-bottom: 1px solid #2d2d2d;
  justify-content: space-between;
  margin-top: 12px;
  padding-bottom: 10px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  position: relative;
}

.tile-image-1 {
  z-index: 7;
  background-image: linear-gradient(#343236, #38343f);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  bottom: -24px;
  overflow: hidden;
  transform: rotate(2deg);
  box-shadow: 0 20px 25px #00000080, inset 0 2px 2px #525154;
}

.text-design-orbit-5-mobile-2 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.footer-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 124px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.wand {
  z-index: 100;
  cursor: pointer;
  border-radius: 10px;
  width: 500px;
  height: 56px;
  display: flex;
  position: relative;
  box-shadow: 0 10px 16px #0006;
}

.image_card_wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: relative;
  left: 8px;
}

.green-planet-image {
  width: 100%;
  min-width: 100%;
}

.tile-icon-grid {
  z-index: 6;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  top: 32px;
  left: -48px;
}

.magic-app-active-line {
  color: #eee;
  background-color: #7440df;
  border-radius: 20px;
  width: 32px;
  height: 4px;
  position: absolute;
  top: 46px;
  left: 16px;
}

.outline-spec-line-3 {
  background-color: #e9e9e9;
  width: 40px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

.wand-3 {
  z-index: 100;
  border-radius: 10px;
  width: 500px;
  height: 56px;
  display: flex;
  position: absolute;
  top: 286px;
  right: -52px;
  transform: scale(.8)rotate(-69deg);
  box-shadow: 0 10px 16px #0006;
}

.automator-header-logo {
  z-index: 0;
  width: 220px;
  position: relative;
  top: 40px;
  transform: translate(0);
}

.color-palette-code {
  color: #a9a9a9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.planet-6 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 100%;
  width: 90px;
  height: 90px;
  position: absolute;
  inset: 144px 809px auto auto;
}

.book-title {
  z-index: 100;
  width: 120px;
  position: relative;
  top: 0;
  right: -7px;
}

.automator-cloud-ui-twitter {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.magician-logo-glow {
  z-index: 0;
  width: 140px;
  max-width: none;
  position: absolute;
  inset: -17px 0% 0% -21px;
}

.automator-cloud-ui-robinhood {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.text-design-orbit-1-2 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.automator-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  margin-left: -32px;
  position: absolute;
}

.ui-row {
  border-bottom: 1.5px solid #ffffff0a;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 6px 16px;
  display: flex;
}

.ui-row.automation {
  border-bottom-style: none;
  height: 38px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  position: relative;
}

.ui-row.automation:hover {
  background-color: #ffffff0d;
}

.ui-row.search {
  border-bottom-color: #ffffff0a;
  height: 40px;
  margin-bottom: 0;
}

.display-paragraph {
  color: #bdbdc0;
  text-align: center;
  margin-bottom: 32px;
  font-size: 22px;
  font-weight: 500;
}

.spec-div {
  z-index: 70;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 134px;
  height: 280px;
  display: flex;
  position: absolute;
  top: -8px;
  left: 65px;
}

.text-design-orbit-4-mobile-2 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.ui-ai-emoji {
  cursor: pointer;
  border-radius: 100%;
  width: 32px;
  margin-bottom: 16px;
  margin-right: 16px;
  box-shadow: 0 10px 6px -5px #0006;
}

.ui-ai-emoji._1 {
  cursor: pointer;
}

.ui-ai-font-19 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.nav-list {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.icon-particles {
  z-index: 4;
  opacity: .8;
  width: 684px;
  height: 220px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: inset 0 15px 20px #1e1d21;
}

.frame-name-4 {
  z-index: 3;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}

.ui-tabs-flex {
  align-items: center;
  display: flex;
}

.outline-spec-5 {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 61px;
  left: 144px;
}

.magic-app-magic-image-icon {
  opacity: .16;
  width: 48px;
}

.food-stars-div-2 {
  z-index: 0;
  background-image: url('../images/stars-card.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  height: 160px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.element-button-stars-div-1-2 {
  z-index: 0;
  background-color: #00000040;
  background-image: url('../images/button-stars-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 28px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-flex {
  margin-top: 32px;
  display: flex;
}

.button-flex.z-top {
  z-index: 10;
  position: relative;
}

.book {
  z-index: 5;
  transform: scale3d(1none, 1none, 1none);
  cursor: pointer;
  transform-style: preserve-3d;
  border-top-right-radius: 8px;
  width: 200px;
  transition: box-shadow .2s;
  display: block;
  position: absolute;
  top: 167px;
  left: 41px;
  box-shadow: 0 0 10px #0000003d;
}

.book:hover {
  box-shadow: 0 0 12px 1px #0000003d;
}

.outline-spec-card {
  z-index: 20;
  perspective-origin: 100%;
  transform-origin: 100%;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-direction: column;
  width: 160px;
  min-width: 150px;
  margin-right: 16px;
  display: flex;
  position: relative;
  top: 12px;
  left: 199px;
  box-shadow: 0 2px 5px #000;
}

.ui-ai-image {
  border-radius: 3px;
}

.display-paragraph-2-mobile {
  color: #a9a9a9;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.display-paragraph-2-mobile.automator {
  display: none;
}

.automator-community-absolute-mobile {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  display: none;
  position: absolute;
  bottom: 12px;
}

.magic-rename-wand {
  z-index: 100;
  cursor: pointer;
  border-radius: 10px;
  width: 500px;
  height: 56px;
  display: flex;
  position: absolute;
  top: 194px;
  right: 20px;
  transform: scale(.7)rotate(-86deg);
  box-shadow: -19px -5px 19px -4px #0000008c;
}

.book-outline {
  z-index: 100;
  opacity: .32;
  width: 164px;
  min-width: 171px;
  max-width: 171px;
  position: absolute;
  top: 6px;
  left: 20px;
}

.text-design-orbit-5-2 {
  opacity: .1;
  background-image: url('../images/orbit-05.svg');
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

.styles---glowing-button {
  display: none;
}

.back-cover {
  z-index: 100;
  transform-style: preserve-3d;
  background-image: url('../images/grain.png'), linear-gradient(225deg, #7b61ff, #3e25bd);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-radius: 8px 0 0 8px;
  position: absolute;
  inset: 0%;
  transform: translate3d(0, 0, -2vw)rotateX(0)rotateY(180deg)rotateZ(0);
}

.ui-ai-font-24 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  min-width: 240px;
  margin-right: 112px;
  display: flex;
}

.outline-spec-line {
  background-color: #e9e9e9;
  width: 58px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

.ui-ai-font-17 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-close-icon {
  opacity: .5;
  width: 30px;
  margin-right: -8px;
}

.ui-ai-image-prompt {
  perspective-origin: 100% 100%;
  transform-origin: 100% 100%;
  background-image: linear-gradient(#242325, #171619);
  border-radius: 5px;
  width: 40px;
  padding: 4px;
  display: none;
  position: absolute;
  inset: auto 8px 8px auto;
  box-shadow: 0 4px 2px #0000001f;
}

.button-planet-2 {
  box-shadow: none;
  filter: grayscale();
  background-image: url('../images/planet-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 7px;
  height: 7px;
  position: absolute;
}

.ui-ai-font-13 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.custom-grid-blur {
  z-index: 14;
  filter: blur(19px);
  background-color: #1d1c20;
  width: 800px;
  min-width: 800px;
  height: 170px;
  position: absolute;
  top: -2px;
  bottom: auto;
  left: -76px;
}

.ui-row-2 {
  border-bottom: 1.5px solid #ffffff0a;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  padding: 6px 16px;
  display: flex;
}

.ui-ai-font-4 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.planet-div-8 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.text-relative {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ui-ai-inner-flex {
  opacity: .5;
  align-items: center;
  display: flex;
}

.ui-ai-font-31 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.icon-stars {
  z-index: 5;
  width: 1660px;
  max-width: none;
  display: none;
  position: absolute;
  inset: 177px -325px auto auto;
}

.meta-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.frame-renamed-1 {
  z-index: 2;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-2 {
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.relative {
  position: relative;
}

.send-button-stars-div-2 {
  z-index: 0;
  background-color: #00000040;
  background-image: url('../images/button-stars-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.ui-ai-dot-grid {
  z-index: 2;
  opacity: .4;
  background-image: url('../images/dot-grid.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: absolute;
  inset: 2px 0% 0% 2px;
}

.footer-socials-flex {
  align-items: center;
  display: flex;
}

.magic-image-img-1 {
  filter: blur(30px);
  background-image: url('../images/magic-img-1.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.ui-ai-glyph-1 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 85px;
  left: 30px;
}

.chat-orbit-4-2 {
  z-index: 3;
  opacity: .1;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
}

.wand-tip {
  z-index: 5;
  background-image: linear-gradient(#cfdcf1 1%, #fff 13% 59%, #dfe6f1 92%, #d4ddec 96%);
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  width: 140px;
  position: relative;
}

.brown-planet-img {
  width: 100%;
  min-width: 100%;
}

.planet-div-7 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.teaser-logo-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 329px;
  display: flex;
  position: absolute;
  top: -186px;
}

.frame-layer-name {
  z-index: 3;
  opacity: 1;
  color: #838286;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

.ui-ai-playground-input-emoji {
  background-color: #fff;
  background-image: linear-gradient(#242325, #171619);
  border-radius: 24px;
  width: 288px;
  height: 230px;
  padding: 20px;
  display: none;
  position: relative;
  top: 20px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.card-info-top {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.outline-spec-line-5 {
  background-color: #e9e9e9;
  width: 2px;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 6px;
  position: relative;
}

.automator-build-explainer-text {
  z-index: 7;
  opacity: .4;
  text-align: left;
  cursor: none;
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
  display: block;
}

.orbit-1 {
  z-index: 2;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 266px;
  height: 266px;
  position: absolute;
}

.automator-build-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  margin-left: -32px;
  position: absolute;
}

.share-button-stars-div-2 {
  z-index: 0;
  background-color: #00000040;
  background-image: url('../images/button-stars-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 42px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-primary-icon {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  align-items: center;
  padding: 10px 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.button-primary-icon:hover {
  border-color: #ffffff40;
  box-shadow: 0 10px 20px #0000001a;
}

.color-palette {
  z-index: 20;
  perspective: 2000px;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 17px;
  flex-direction: row;
  align-items: center;
  min-width: 170px;
  max-width: 170px;
  margin-bottom: 12px;
  margin-right: 0;
  padding: 16px;
  display: flex;
  position: relative;
  top: 4px;
  transform: none;
  box-shadow: 0 2px 5px #000;
}

.mobile-nav-cta-flex {
  align-items: center;
  display: none;
}

.ui-ai-toggle {
  cursor: pointer;
  width: 42px;
  height: 26px;
  margin-bottom: 0;
  position: absolute;
  top: 152px;
  left: 220px;
  transform: rotate(-4deg)scale(1.2);
}

.icon_card_side {
  backface-visibility: hidden;
  background-color: #141314;
  border: 1px solid #191819;
  border-radius: 2rem;
  padding: 4rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
}

.icon_card_side.is-front {
  grid-row-gap: 2.5rem;
  background-color: #0000;
  background-image: linear-gradient(#343236, #38343f);
  border-style: none;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 20px 25px #00000080, inset 0 2px 2px #525154;
}

.automator-card-div {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.figma-box {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.figma-box.box-bottom {
  z-index: 0;
  background-color: #ae62ff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 80px #ae62ffad, -7px 4px 20px #000, inset 9px 0 15px #7400bb;
}

.figma-box.box-top {
  background-color: #ae62ff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: inset 9px 0 15px #7400bb;
}

.figma-box.figma-flex {
  background-color: #ff846f;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: visible;
  box-shadow: inset -11px 1px 16px #e22606c4;
}

.figma-box.box--5 {
  z-index: 2;
  background-color: #44e587;
  border-radius: 50% 0% 50px 50%;
  box-shadow: inset 0 -6px 11px #010c0aa1;
}

.figma-box.figma-flex {
  background-color: #ae62ff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: inset 9px 0 15px #7400bb;
}

.figma-box.box--1 {
  z-index: 2;
  background-color: #ff6831;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: inset 12px 0 16px #c51d00;
}

.figma-box.box-bottom {
  background-color: #51cdff;
  border-radius: 50% 50% 50px;
  box-shadow: 0 2px 11px #0000008f, 0 3px 40px #0093ce8f, inset -1px -4px 14px #2656ff;
}

.figma-box.box-flex-5 {
  background-color: #44e587;
  border-radius: 50% 0% 50px 50%;
  overflow: visible;
  box-shadow: inset 0 -6px 11px #010c0aa1;
}

.figma-box.box-1-flex {
  background-color: #ff6831;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: visible;
  box-shadow: inset 12px 0 16px #c51d00;
}

.figma-box.box-bottom-5 {
  background-color: #44e587;
  border-radius: 50% 0% 50px 50%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 30px #10c9ad8f, 0 8px 12px #000;
}

.figma-box.box-1-top {
  background-color: #ff846f;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: inset -11px 1px 16px #e22606c4;
}

.figma-box.box--4 {
  background-color: #51cdff;
  border-radius: 50% 50% 50px;
  box-shadow: inset -1px -4px 14px #2656ff;
}

.figma-box.box-flex {
  background-color: #51cdff;
  border-radius: 50% 50% 50px;
  overflow: visible;
  box-shadow: inset -1px -4px 14px #2656ff;
}

.figma-box.box-1-bottom {
  z-index: 0;
  background-color: #ff846f;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 50px #ff846f80, 0 4px 5px #0003, inset -11px 1px 16px #e22606c4;
}

.figma-box.box--1-copy-copy {
  background-color: #ff6831;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 50px #fa4c2fb5, 0 4px 12px 8px #000;
}

.ui-ai-font-29 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.d-cutout {
  z-index: 500;
  text-align: left;
  width: 80%;
  height: 80%;
  position: absolute;
  inset: 0%;
}

.cover__front-shadow {
  background-image: linear-gradient(45deg, #0000001a, #fce1191a);
  border-top-right-radius: 8px;
  position: absolute;
  inset: 0%;
}

.outline-spec-img {
  border-radius: 16px 16px 0 0;
  height: 110px;
}

.planet-7 {
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
  position: absolute;
  inset: 400px 1005px auto auto;
}

.card-copy-lorem {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% -16px 0% 0%;
  overflow: hidden;
}

.ui-ai-tab {
  justify-content: center;
  width: 36px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.ui-ai-tab._3 {
  border-right: 1px solid #ffffff14;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.ui-ai-tab._2 {
  border-left: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
}

.button-secondary-nav {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: 32px;
  align-items: center;
  padding: 6px 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.button-secondary-nav:hover {
  box-shadow: 0 10px 20px #0000001a;
}

.button-secondary-nav.left {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-color: #ffffff14;
  margin-right: 12px;
  transition: border-color .2s;
  display: flex;
}

.button-secondary-nav.left:hover {
  box-shadow: none;
  border-color: #ffffff40;
}

.button-secondary-nav.left.float {
  background-color: #171719;
  border-style: solid;
  border-color: #fff0;
  margin-right: 0;
  transition: background-color .2s, border-color .2s;
}

.button-secondary-nav.left.float:hover {
  border-style: solid;
  border-color: #ffffff40;
}

.ui-ai-logo-blocker {
  z-index: 500;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: auto 0% 0%;
}

.automator-info-heading {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.nav-item {
  color: #bdbdc0;
  letter-spacing: .2px;
  padding: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .2s;
}

.nav-item:hover {
  color: #fff;
}

.nav-item.float {
  color: #fff;
  padding: 16px;
  font-size: 14px;
  transition: color .2s, color .2s;
}

.nav-item.float:hover {
  color: #ffffff80;
}

.icon_card_side_2 {
  backface-visibility: hidden;
  background-color: #141314;
  border: 1px solid #191819;
  border-radius: 2rem;
  padding: 4rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
}

.icon_card_side_2.is-back {
  transform-style: preserve-3d;
  background-image: linear-gradient(#343236, #38343f);
  border-style: none;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: inset 0 2px 2px #525154, 0 20px 25px #00000080;
}

.planet-automator-img {
  width: 100%;
}

.ui-ai-dropdown-item {
  cursor: pointer;
  align-items: center;
  padding: 10px 12px;
  display: flex;
}

.ui-ai-dropdown-item:hover {
  background-color: #ffffff0d;
}

.ui-ai-dropdown-item.layers {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  margin-bottom: 0;
}

.ui-ai-dropdown-item.glyph {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.twitter-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.ai-wand-div {
  z-index: 7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  top: 201px;
}

.nav-list-float {
  z-index: 5000;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 424px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  inset: 12px 0% auto;
}

.automator-drag-icon-large {
  opacity: .5;
  width: 40px;
  margin-right: 0;
}

.section-hero {
  height: 100vh;
  min-height: 1100px;
  margin-top: 112px;
  position: relative;
}

.planet-div-6 {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.blob-yellow {
  z-index: 2;
  width: 390px;
  height: 315px;
  position: absolute;
  inset: 0%;
}

.footer-2 {
  max-width: 1200px;
  margin-top: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.batch-icon-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  perspective-origin: 0 0;
  transform-origin: 0 0;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.section-ui-ai {
  margin-top: 80px;
  padding-top: 132px;
  overflow: hidden;
}

.cursor-arrow-2 {
  background-image: url('../images/you-cursor.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: absolute;
  top: -42px;
  left: -36px;
}

.automation-name-flex-grid {
  z-index: 2;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.figma-grain {
  z-index: 0;
  opacity: .4;
  background-image: url('../images/figma-grain.png');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  position: absolute;
  inset: 0%;
}

.automator-toolbar-icons {
  margin-left: -4px;
  display: flex;
}

.frame-renamed-2 {
  z-index: 2;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ui-ai-font-div {
  cursor: pointer;
  width: 224px;
  height: 130px;
  display: flex;
  position: relative;
}

.magic-app-category-2 {
  opacity: .6;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.ui-ai-model-bar {
  z-index: 100;
  justify-content: space-around;
  display: flex;
  position: absolute;
  top: 132px;
  left: 64px;
}

.instacart-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.ui-ai-diagram-button-icon {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  box-shadow: 0 2px 4px #00000052;
}

.blob-purple {
  z-index: 2;
  width: 390px;
  height: 315px;
  position: absolute;
  inset: 0%;
}

.wand-2 {
  z-index: 14;
  border-radius: 10px;
  width: 500px;
  height: 56px;
  display: flex;
  position: relative;
  top: -73px;
  left: -220px;
  transform: rotate(-95deg)scale(.8);
  box-shadow: 10px 0 16px #00000078;
}

.solar-system {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 300px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ui-ai-remove-img {
  cursor: pointer;
  background-image: linear-gradient(#343335, #1a191b);
  border-radius: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: -6px -6px auto auto;
  box-shadow: 0 2px 5px #00000057;
}

.batch-icon {
  width: 32px;
  min-width: 32px;
}

.planet-ui-ai-icon {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-ai-glyph-load {
  background-color: #0074c3;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.shooting-star-3 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 2554px;
  right: 647px;
}

.wand-streak {
  opacity: .85;
  filter: blur(8px);
  background-image: linear-gradient(91deg, #000, #fff 31%);
  width: 430px;
  height: 4px;
  margin-bottom: 6px;
  margin-right: -16px;
  position: absolute;
}

.ui-ai-dropdown {
  z-index: 6;
  cursor: pointer;
  border: 1px solid #323232;
  border-radius: 100px;
  width: 116px;
  margin-left: 10px;
  margin-right: 0;
  transition: border-color .2s;
  position: relative;
  bottom: 6px;
}

.ui-ai-dropdown:hover {
  border-color: #6b6b6b;
}

.automator-cloud-ui-doordash {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.figma-frame {
  background-color: #3e3d42;
  border-radius: 48px;
  height: 400px;
  position: relative;
}

.frame-row-4 {
  z-index: 4;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  display: flex;
  position: relative;
}

.frame-row-4:hover {
  background-color: #ffffff12;
}

.magic-copy-wand {
  z-index: 10;
  height: 100%;
  display: flex;
  position: relative;
  top: -64px;
}

.question-mark-pattern {
  z-index: 1;
  width: 220px;
  max-width: none;
  position: relative;
  top: -10px;
}

.dropdown-icon {
  opacity: .5;
  display: block;
  position: absolute;
  top: 6px;
  right: 8px;
}

.ui-ai-font-23 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-ai-button-blocker-layers {
  display: none;
  position: absolute;
  inset: 0%;
}

.figma-frame-flex {
  z-index: 5;
  border-radius: 14px;
  flex-direction: column;
  margin-top: 56px;
  margin-left: 48px;
  display: flex;
  position: relative;
}

.magic-app-price-text {
  color: #eee;
  font-size: 10px;
  font-weight: 700;
}

.ui-ai-font-32 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.wands-scroll {
  height: 152px;
  display: block;
  overflow: scroll;
}

.magic-image-img-2 {
  filter: blur(30px);
  background-image: url('../images/basketball-player.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.ui-ai-font-2, .ui-ai-font-11 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-ai-large-logo-stroke {
  z-index: 1;
  background-image: radial-gradient(circle farthest-side at 0 100%, #00ccb1, #0000), radial-gradient(circle farthest-side at 100% 0, #7b61ff, #0000), radial-gradient(circle farthest-side at 100% 100%, #ffc414, #0000), radial-gradient(circle farthest-side at 0 0, #1ca0fb, #141316);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.orbit-7 {
  background-image: url('../images/orbit-07.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1060px;
  height: 1060px;
  position: absolute;
}

.wand-grain {
  z-index: 4;
  max-width: 100%;
  height: 460px;
  display: none;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.iterate-orbit-3-2 {
  opacity: .15;
  background-image: url('../images/orbit-03.svg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.ui-ai-icon-dropdown {
  width: 18px;
  margin-right: 8px;
}

.spine-text {
  transform-style: preserve-3d;
  width: 25px;
  position: absolute;
  top: 64px;
  right: 4px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.magic-app-image-placeholder {
  z-index: 1;
  background-image: linear-gradient(#343236, #38343f);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 2px 2px #525154;
}

.ui-ai-canvas-top-bar {
  opacity: .4;
  align-items: center;
  display: flex;
}

.blob-green {
  z-index: 2;
  width: 390px;
  height: 315px;
  position: absolute;
  inset: 0%;
}

.ui-ai-glyph {
  width: 120px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.ui-ai-glyph._4, .ui-ai-glyph._1, .ui-ai-glyph._3, .ui-ai-glyph._2 {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.ui-ai-button-blocker-glyphs {
  display: none;
  position: absolute;
  inset: 0%;
}

.card_side {
  backface-visibility: hidden;
  background-color: #141314;
  border: 1px solid #191819;
  border-radius: 2rem;
  padding: 4rem 1.75rem 1.75rem;
  position: absolute;
  inset: 0%;
}

.card_side.is-front {
  grid-row-gap: 2.5rem;
  background-color: #0000;
  background-image: linear-gradient(#343236, #38343f);
  border-style: none;
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 20px 25px #00000080, inset 0 2px 2px #525154;
}

.card_side.is-back {
  transform-style: preserve-3d;
  background-image: url('../images/conjure-image.png');
  background-position: 50%;
  background-size: cover;
  border-style: none;
  border-radius: 32px;
  padding: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
  box-shadow: 0 20px 25px #00000080;
}

.ui-layer-row-grid {
  cursor: pointer;
  border-bottom: 1px solid #ffffff14;
  border-right: 1px solid #ffffff14;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.ui-layer-row-grid:hover {
  background-color: #ffffff0d;
}

.ui-layer-row-grid._1-2 {
  z-index: 20;
  background-color: #1d1c20;
  border: 2px solid #fff;
  border-radius: 4px;
  display: none;
  position: absolute;
  inset: 166px auto auto 21px;
  transform: scale(1.1);
  box-shadow: inset 0 1px 2px #525154, 0 10px 10px -5px #0003, 0 20px 25px -5px #000c;
}

.ui-layer-row-grid._1-2:hover {
  background-color: #2d2c2f;
}

.ui-layer-row-grid._1 {
  box-shadow: none;
}

.ui-layer-row-grid._1-1 {
  z-index: 20;
  background-color: #1d1c20;
  border: 2px solid #fff;
  border-radius: 4px;
  display: flex;
  position: absolute;
  inset: 66px auto auto 21px;
  transform: scale(1.1);
  box-shadow: inset 0 1px 2px #525154, 0 10px 10px -5px #0003, 0 20px 25px -5px #000c;
}

.ui-layer-row-grid._1-1:hover {
  background-color: #2d2c2f;
}

.ui-layer-row-grid._1-3 {
  z-index: 20;
  background-color: #1d1c20;
  border: 2px solid #fff;
  border-radius: 4px;
  display: none;
  position: absolute;
  inset: 112px auto auto 21px;
  transform: scale(1.1);
  box-shadow: inset 0 1px 2px #525154, 0 10px 10px -5px #0003, 0 20px 25px -5px #000c;
}

.ui-layer-row-grid._1-3:hover {
  background-color: #2d2c2f;
}

.magic-app-category-4 {
  opacity: .6;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.ui-layer-row-3 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 0;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

.bold-text {
  font-size: 46px;
}

.frames-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.figma-pill-1 {
  width: 100px;
  height: 100px;
  position: relative;
}

.figma-pill-1.z-3 {
  z-index: 3;
}

.figma-pill-1.z-2 {
  z-index: 2;
}

.figma-pill-1.z-1 {
  z-index: 1;
}

.section-automator {
  margin-top: -80px;
  padding-top: 295px;
  overflow: hidden;
}

.build-reset-button {
  z-index: 100;
  color: #fff;
  background-color: #262529;
  border: 1px solid #2f2e31;
  border-radius: 32px;
  align-items: center;
  padding: 8px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  position: absolute;
  inset: auto 16px 16px auto;
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0003;
}

.build-reset-button:hover {
  box-shadow: 0 2px 5px #0003, 0 6px 10px #0000004d;
}

.ui-ai-text {
  color: #a9a9a9;
  cursor: default;
  margin-left: 4px;
  font-size: 13px;
  font-weight: 700;
}

.automator-download-button {
  background-color: #2b2b2b;
  border-radius: 48px;
  margin-top: 0;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .2s;
}

.automator-download-button:hover {
  background-color: #3d3d3d;
}

.ui-ai-font-28 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.robinhood-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.spine {
  opacity: 1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-image: url('../images/grain.png'), linear-gradient(225deg, #7b61ff, #1e1550);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  width: 2vw;
  position: absolute;
  inset: 0% auto 0% 0%;
  transform: rotateX(0)rotateY(90deg)rotateZ(0);
}

.ui-ai-font-34, .ui-ai-font-12 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.orbit-2 {
  background-image: url('../images/orbit-02.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 366px;
  height: 366px;
  position: absolute;
}

.snapchat-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.magic-icon-wand {
  z-index: 7;
  height: 100%;
  display: flex;
  position: relative;
  top: -352px;
}

.ui-ai-tabby-icon {
  z-index: 2;
  width: 22px;
  margin-right: 10px;
  position: relative;
}

.ui-ai-tabby-icon.last {
  opacity: .3;
  margin-right: 0;
}

.ui-ai-header-div {
  margin-bottom: 32px;
  position: relative;
}

.section-magician {
  margin-top: -200px;
  padding-top: 152px;
  overflow: hidden;
}

.airtable-card-4 {
  z-index: 20;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 17px;
  flex-direction: column;
  width: 160px;
  min-width: 160px;
  margin-right: 16px;
  padding: 16px;
  display: flex;
  position: relative;
  top: 4px;
  box-shadow: 0 2px 5px #000;
}

.diagram-button {
  display: none;
}

.genius-header-logo {
  z-index: 0;
  cursor: pointer;
  position: relative;
}

.mask {
  z-index: 1;
  background-color: #473d7c;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 25px;
}

.mask.right {
  background-color: #0606ff;
  border-radius: 20px;
  width: 160px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 17px;
}

.frame-name-3 {
  z-index: 3;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}

.ui-ai-font-10, .ui-ai-font-16 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.orbit-div {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.ui-ai-powered-text {
  color: #a9a9a9;
  cursor: default;
  margin-right: 6px;
  font-size: 13px;
  font-weight: 500;
}

.footer-heading {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.ui-ai-playground-input-fonts {
  background-color: #fff;
  background-image: linear-gradient(#242325, #171619);
  border-radius: 24px;
  width: 288px;
  height: 230px;
  padding: 20px;
  display: none;
  position: relative;
  top: 20px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.frame-renamed-3 {
  z-index: 2;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 200px;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: absolute;
  inset: 0%;
}

.twitter-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.magic-app-listing-image {
  z-index: 2;
  border-radius: 8px;
  width: 100%;
  height: 80px;
  position: relative;
  box-shadow: 0 2px 8px #0000004d;
}

.iterate-orbit-1-2 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.automator-build-blocker {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.tile-magic-image {
  opacity: .16;
  width: 100px;
}

.automatorcard-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.suggest-orbit-1-2 {
  opacity: .15;
  background-image: url('../images/orbit-03.svg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.ui-ai-emoji-flex-vertical {
  z-index: 3;
  display: none;
  position: relative;
  top: 16px;
  left: 22px;
}

.magic-app-info-blocks {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.magic-app-info-blocks.right {
  align-items: flex-end;
}

.automator-ui-logo {
  width: 16px;
}

.automator-cloud-ui-netflix {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.netflix-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.ui-ai-button-flex {
  margin-top: 16px;
  display: flex;
  position: relative;
}

.icon_card_wrapper {
  z-index: 10;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
  top: -67px;
  left: -4px;
  transform: scale(.72);
}

.ui-ai-diagram-button-text {
  cursor: default;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.cover {
  backface-visibility: visible;
  background-color: #7b61ff;
  background-image: url('../images/grain.png'), linear-gradient(225deg, #7b61ff, #3e25bd);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  width: 100%;
  height: 0;
  padding-bottom: 141%;
  position: relative;
}

.ui-ai-font-3 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.magic-text {
  width: 530px;
  position: relative;
  top: 47px;
  right: 3px;
}

.figma-canvas {
  background-color: #2b292e;
  flex: 1;
  box-shadow: inset 0 2px 2px #525154;
}

.planet-4 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  border-radius: 100%;
  width: 140px;
  height: 140px;
  position: absolute;
  inset: auto 487px 33px auto;
}

.glow {
  z-index: 0;
  width: 980px;
  position: relative;
  top: -303px;
}

.ui-ai-layers-flex-vertical {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 219px;
  height: 208px;
  display: none;
  position: absolute;
  inset: 0%;
}

.chat-orbit-1-2 {
  z-index: 3;
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 88px;
  height: 88px;
  position: absolute;
}

.automator-ui-heading-copy {
  color: #fff;
  letter-spacing: .4px;
  cursor: default;
  margin: 12px 0 6px 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.genius-figma-grain-2 {
  z-index: 10;
  opacity: .43;
  background-image: url('../images/grain_1.png');
  background-position: 50%;
  background-size: cover;
  border-top-right-radius: 10px;
  display: none;
  position: absolute;
  inset: 0%;
}

.cash-app-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.ui-ai-font-20 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-layer-row-2 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 26px;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

.magic-image-img-3 {
  filter: blur(30px);
  background-image: url('../images/streets.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.fm-magician-blur {
  z-index: 3;
  background-image: linear-gradient(to right, #fff0 20%, #1d1c20 45%);
  width: 320px;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: 156px;
}

.chat-orbit-2-2 {
  z-index: 3;
  opacity: .2;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 140px;
  height: 140px;
  position: absolute;
}

.ui-ai-button-blocker-font {
  display: none;
  position: absolute;
  inset: 0%;
}

.teams-relative-div {
  width: 100%;
  position: relative;
}

.hats-scroll {
  height: 152px;
  display: none;
  overflow: scroll;
}

.automator-card-badge {
  background-color: #7c61ff;
  border-radius: 48px;
  margin-left: 0;
  padding: 8px 12px;
}

.automator-card-badge.yellow {
  background-color: #aa8b1c;
}

.automator-card-badge.blue {
  background-color: #0250af;
}

.automator-card-badge.green {
  background-color: #830261;
}

.automator-card-badge.red {
  background-color: #f34822;
}

.wand-shaft {
  z-index: 5;
  background-image: linear-gradient(to right, #0c0c0c, #1d1a1f);
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.intro-block {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-block.ui-ai {
  width: 800px;
}

.spellbooks-scroll {
  height: 152px;
  display: none;
  overflow: scroll;
}

.wand-div {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -875px;
  display: flex;
  position: relative;
}

.text-design-orbit-3-mobile-2 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.genius-coming-soon-text {
  opacity: .7;
  color: #a9a9a9;
  text-align: center;
  margin-top: 12px;
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: 500;
}

.footer-graphic {
  z-index: 0;
  width: 650px;
  position: absolute;
  inset: auto auto -340px -325px;
}

.tabby-selector {
  z-index: 1;
  opacity: .14;
  background-color: #fff;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 4px;
  left: 4px;
}

.teaser-text-div {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.automator-download-text {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.ui-ai-button-primary {
  background-color: #7c61ff;
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 16px;
  padding: 14px 20px;
  font-weight: 600;
}

.automation-color-circle {
  background-color: #7762f6;
  border-radius: 360px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.automation-color-circle.cash-app-3 {
  background-color: #50e985;
}

.automation-color-circle.twitter-4 {
  background-color: #bedbf8;
}

.automation-color-circle.reddit-2 {
  background-color: #fe6027;
}

.automation-color-circle.yellow {
  background-color: #ffda1c;
}

.automation-color-circle.netflix-2 {
  background-color: #e14a42;
}

.automation-color-circle.reddit-1 {
  background-color: #ff4500;
}

.automation-color-circle.twitter-3 {
  background-color: #9ccaf8;
}

.automation-color-circle.cash-app-2 {
  background-color: #0bd652;
}

.automation-color-circle.doordash-3 {
  background-color: #f86a50;
}

.automation-color-circle.netflix-4 {
  background-color: #ff8079;
}

.automation-color-circle.cash-app-4 {
  background-color: #78fca6;
}

.automation-color-circle.instacart-3 {
  background-color: #48725d;
}

.automation-color-circle.robinhood-2 {
  background-color: #6fd452;
}

.automation-color-circle.instacart-2 {
  background-color: #234a37;
}

.automation-color-circle.snapchat-2 {
  background-color: #fdfb61;
}

.automation-color-circle.robinhood-3 {
  background-color: #9aef83;
}

.automation-color-circle.snapchat-1 {
  background-color: #fffc01;
}

.automation-color-circle.meta-1 {
  background-color: #2862d8;
}

.automation-color-circle.meta-4 {
  background-color: #62b0f5;
}

.automation-color-circle.netflix-1 {
  background-color: #d22f27;
}

.automation-color-circle.robinhood-1 {
  background-color: #5ac53b;
}

.automation-color-circle.twitter-1 {
  background-color: #1d9bf0;
}

.automation-color-circle.doordash-1 {
  background-color: #ff3109;
}

.automation-color-circle.twitter-2 {
  background-color: #72b1f0;
}

.automation-color-circle.netflix-3 {
  background-color: #f0655e;
}

.automation-color-circle.meta-3 {
  background-color: #4f96eb;
}

.automation-color-circle.orange {
  background-color: #f97f0f;
}

.automation-color-circle.red {
  background-color: #f24822;
}

.automation-color-circle.green {
  background-color: #1cc47d;
}

.automation-color-circle.cash-app-1 {
  background-color: #00d233;
}

.automation-color-circle.doordash-4 {
  background-color: #ff9583;
}

.automation-color-circle.snapchat-3 {
  background-color: #fffd9b;
}

.automation-color-circle.snapchat-4 {
  background-color: #fffebe;
}

.automation-color-circle.reddit-4 {
  background-color: #ff9c7d;
}

.automation-color-circle.doordash-2 {
  background-color: #ff4f30;
}

.automation-color-circle.instacart-1 {
  background-color: #003e29;
}

.automation-color-circle.reddit-3 {
  background-color: #fe7b4f;
}

.automation-color-circle.robinhood-4 {
  background-color: #a7f791;
}

.automation-color-circle.instacart-4 {
  background-color: #608c76;
}

.automation-color-circle.meta-2 {
  background-color: #3b7ce2;
}

.planet-2 {
  box-shadow: none;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: auto 347px 141px auto;
}

.ui-ai-fonts-1 {
  cursor: pointer;
  width: 96px;
  position: absolute;
  top: 187px;
  left: 367px;
}

.automator-ui-heading {
  color: #fff;
  letter-spacing: .4px;
  cursor: default;
  margin-right: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
}

.automator-ui-heading.disabled {
  color: #a9a9a9;
  margin-right: 12px;
  font-weight: 500;
  display: flex;
}

.automator-ui-heading.grid-automation-name {
  cursor: pointer;
  margin-left: 4px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.automator-ui-heading.automation-name {
  cursor: default;
  font-weight: 500;
  text-decoration: none;
}

.automator-ui-heading.automation-name.reg-cursor {
  cursor: default;
}

.automator-ui-heading.search {
  color: #a9a9a9;
  margin-right: 0;
  font-weight: 400;
}

.automator-ui-heading.automation-name-busy {
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.cash-app-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.ui-ai-toggle-bg-1 {
  z-index: 0;
  cursor: pointer;
  background-color: #29292b;
  border-radius: 100px;
  width: 44px;
  transition: background-color .2s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 6px 6px #00000040;
}

.cover__padding {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 9.3%;
  padding-right: 10.2%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cover__fold {
  background-image: linear-gradient(to right, #0000, #00000014 34%, #ffffff38 47%, #fff0 59%, #ffffff1f 75%, #fff0);
  width: 7%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.cover__fold.cover__fold--back {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.magic-app-category {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.planet-automator-icon {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-ai-glyph-flex-vertical {
  z-index: 3;
  display: none;
  position: relative;
  top: 16px;
  left: 16px;
}

.airtable-card-3 {
  z-index: 20;
  cursor: pointer;
  background-color: #000;
  background-image: linear-gradient(#1e1d20, #141216);
  border: 1px solid #ffffff1f;
  border-radius: 17px;
  flex-direction: column;
  width: 160px;
  min-width: 160px;
  margin-right: 16px;
  padding: 16px;
  display: flex;
  position: relative;
  top: 4px;
  box-shadow: 0 2px 5px #000;
}

.text-design-orbit-2-mobile-2 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.tile-image-2 {
  z-index: 6;
  background-image: linear-gradient(#343236, #38343f);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: -39px;
  left: 168px;
  overflow: hidden;
  transform: rotate(-2deg);
  box-shadow: 0 20px 25px #00000080, inset 0 2px 2px #525154;
}

.ui-ai-dropdown-toggle-fonts {
  border-radius: 16px;
  align-items: center;
  width: 116px;
  padding: 8px 12px;
  display: none;
}

.outline-favorite-icon {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 6px auto auto 6px;
}

.instacart-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.social-icon {
  width: 24px;
}

.spine-logo {
  transform-style: preserve-3d;
  width: 20px;
  position: absolute;
  top: 14px;
  right: 6px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.ui-search-icon {
  width: 32px;
  margin-left: -12px;
}

.automation-name-flex {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.magic-icons-fade {
  background-image: linear-gradient(#0000, #181719);
  width: 630px;
  height: 290px;
  position: absolute;
  inset: 0% 0% 0% 0;
}

.shooting-star-2 {
  z-index: 0;
  transform-style: preserve-3d;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 1013px;
  right: 624px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.ui-ai-button {
  background-color: #18a0fb;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 280px;
  height: 48px;
  max-height: 64px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000014;
}

.ui-ai-button.layers {
  background-color: #7b61ff;
}

.ui-ai-button.emoji {
  background-color: #ffc414;
}

.ui-ai-button.fonts {
  background-color: #00ccb1;
}

.tile-icon {
  background-image: linear-gradient(#d9d9d9, #d9d9d9);
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
  position: relative;
  box-shadow: 0 30px 25px #00000080, inset 0 2px 2px #525154;
}

.figma-front {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

.blue-planet-img {
  width: 100%;
  min-width: 100%;
}

.galaxy-background {
  background-image: url('../images/6925dfe8c11dd59bc1cba83f_stars-bg.png');
  background-position: 50%;
  background-size: 1090px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.custom-model-grid-absolute {
  z-index: 10;
  opacity: .5;
  background-image: url('../images/card-dot-grid.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 276px;
  position: absolute;
  left: 0;
}

.brown-planet-ring {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 19px 0% 0%;
}

.suggest-orbit-3-2 {
  opacity: .1;
  background-image: url('../images/orbit-05.svg');
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

.magic-app-category-3 {
  opacity: .6;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  display: flex;
  position: relative;
}

.ui-ai-glyph-3 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 141px;
  left: 102px;
}

.orbit-4 {
  z-index: 8;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 650px;
  height: 650px;
  position: absolute;
}

.frame-name-1 {
  z-index: 3;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}

.book-outline-back {
  opacity: .32;
  width: 164px;
  min-width: 171px;
  max-width: none;
  position: absolute;
  top: 6px;
  left: 11px;
}

.frame-name-2 {
  z-index: 3;
  opacity: 1;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-right: 12px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}

.ai-magic-click-2-mobile {
  display: none;
}

.ui-ai-font-15 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.footer-flex {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.ui-ai-canvas {
  background-color: #29292b;
  border: 1px solid #3f3f3f;
  border-radius: 16px;
  justify-content: flex-start;
  height: 300px;
  margin-top: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lorem-text-mobile {
  opacity: 1;
  color: #272729;
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-color: #323238;
  -webkit-background-clip: text;
  background-clip: text;
  width: 684px;
  max-width: none;
  padding-bottom: 24px;
  font-size: 102px;
  font-weight: 700;
  display: none;
  position: absolute;
  top: 175px;
  right: -116px;
}

.conjure-div {
  position: relative;
  top: 16px;
}

.outline-spec-info {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 16px;
  display: flex;
}

.robinhood-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.ui-ai-font-8 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.outline-spec-text {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
}

.outline-spec-text._2 {
  letter-spacing: .4px;
  font-size: 10px;
  font-weight: 600;
}

.magic-app-image-div {
  width: 100%;
  position: relative;
}

.ui-ai-emoji-flex {
  align-items: flex-start;
  display: flex;
}

.ui-layer-row-4 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 0;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

.planet-1 {
  box-shadow: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto 143px -7px auto;
}

.tile-image-3 {
  z-index: 5;
  background-image: linear-gradient(#343236, #38343f);
  border-radius: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: flex;
  position: absolute;
  bottom: -33px;
  left: 321px;
  overflow: hidden;
  transform: rotate(5deg);
  box-shadow: 0 20px 25px #00000080, inset 0 2px 2px #525154;
}

.genius-figma-grain-2-2 {
  z-index: 0;
  opacity: .52;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-image: url('../images/figma-grain_1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0 10px 0 0;
  position: absolute;
  inset: 0%;
}

.ui-ai-dropdown-toggle-emojis {
  border-radius: 16px;
  align-items: center;
  width: 116px;
  padding: 8px 12px;
  display: none;
}

.cards-scroll {
  height: 152px;
  display: none;
  overflow: scroll;
}

.ui-ai-playground-input-layers {
  background-color: #fff;
  background-image: linear-gradient(#242325, #171619);
  border-radius: 24px;
  width: 288px;
  height: 230px;
  padding: 20px;
  display: block;
  position: relative;
  top: 20px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.chat-orbit-3-2 {
  z-index: 3;
  opacity: .15;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
}

.genius-header-blur {
  z-index: 1;
  filter: none;
  background-image: linear-gradient(#0000, #0e0e11 45%);
  height: 243px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 92px;
  left: 0%;
  right: 0%;
}

.magic-image-blur {
  z-index: 0;
  filter: blur(40px);
  background-color: #1d1c20;
  width: 800px;
  height: 800px;
  display: none;
  position: absolute;
  inset: 48px -520px 0% auto;
  transform: rotate(17deg);
}

.book-stars {
  z-index: 4;
  width: 1660px;
  max-width: none;
  position: absolute;
  inset: 156px -337px auto auto;
}

.magician-sparkle-glow {
  z-index: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.section-footer {
  overflow: hidden;
}

.book-logo-back {
  width: 70px;
  position: relative;
  top: 0;
  right: 0;
}

.automator-header-blur {
  z-index: 1;
  filter: none;
  background-image: linear-gradient(#0000, #0e0e11 51%);
  height: 240px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 88px;
  left: 0%;
  right: 0%;
}

.footer-year {
  opacity: .8;
  color: #a9a9a9;
  margin-top: 16px;
  margin-left: 210px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.netflix-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.ui-ai-logo-div {
  width: 160px;
  height: 160px;
  position: relative;
}

.text-design-orbit-1-mobile-2 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.figma-selected-layer {
  border: 2px solid #18a0fb;
  position: absolute;
  inset: 0%;
}

.display-2 {
  text-align: center;
  letter-spacing: -.2px;
  text-shadow: 0 1px #00000012;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(145deg, #fff 65%, #ffffff6e);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  padding-bottom: 16px;
  font-size: 72px;
  line-height: 64px;
}

.display-2.magician {
  font-size: 62px;
}

.display-2.genius {
  font-size: 46px;
}

.frame-row-2 {
  z-index: 4;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 80px;
  display: flex;
  position: relative;
}

.frame-row-2:hover {
  background-color: #ffffff12;
}

.ui-ai-toggle-dot-1 {
  z-index: 200;
  cursor: pointer;
  background-color: #535457;
  border-radius: 100%;
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  position: absolute;
  top: 3px;
  left: 3px;
  box-shadow: 0 2px 4px #00000040;
}

.automator-cloud-ui-instacart {
  z-index: 60;
  background-image: linear-gradient(#242325 40%, #171619);
  border: .5px solid #0003;
  border-radius: 8px;
  width: 242px;
  height: 386px;
  margin-left: auto;
  margin-right: auto;
  transition: box-shadow .3s ease-out;
  display: none;
  position: absolute;
  top: 12px;
  left: 30px;
  box-shadow: inset 0 1px 2px #525154, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.card-copy-magical {
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 16px;
  overflow: hidden;
}

.automator-tag-text {
  color: #fff;
  letter-spacing: .2px;
  font-size: 10px;
  font-weight: 500;
}

.orbit-8 {
  background-image: url('../images/orbit-08.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1200px;
  height: 1200px;
  position: absolute;
}

.sticky-wrap {
  padding-top: 40px;
  padding-bottom: 2%;
  position: relative;
}

.sticky-wrap.mobile-hero {
  display: none;
}

.sticky_trigger {
  border: 10px #f99;
  height: 320vh;
}

.stick_track {
  position: absolute;
  inset: 0%;
}

.sticky-element {
  height: 100vh;
  position: sticky;
  top: 0;
}

.appbar {
  position: static;
  top: 0;
}

.div-block {
  min-width: 0;
}

.feature-content-h4 {
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 20px;
}

.paragraph {
  padding-left: 20px;
}

.feature-content-paragraph {
  color: #a9a9a9;
  padding-top: 10px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 2;
}

.card-heading-2 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.card-heading-2.z-top {
  z-index: 2;
  margin-bottom: 0;
  position: relative;
}

.card-heading-2.z-top.mobile {
  display: none;
}

.tile-heading-flex-2 {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.suggest-orbit-2-3 {
  opacity: .1;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.card-paragraph-2 {
  color: #a9a9a9;
  font-size: 15px;
}

.card-paragraph-2.z-top {
  z-index: 2;
  position: relative;
}

.card-paragraph-2.z-top.shorter {
  max-width: 390px;
}

.card-paragraph-2.z-top.shorter.auto-suggest-mobile {
  display: none;
}

.card-paragraph-2.z-top.shorter.auto-suggest {
  max-width: 600px;
}

.card-paragraph-2.medium {
  max-width: 390px;
}

.card-paragraph-2.medium.ui-ai-playground-mobile {
  display: none;
}

.card-paragraph-2.medium.ui-ai-playground {
  max-width: 600px;
}

.card_job {
  width: 14.6875rem;
}

.card_job.is-singapore {
  position: absolute;
  bottom: 14.25rem;
  right: 9.5rem;
}

.card_job.is-singapore.hide-tablet {
  border-radius: 8px;
}

.card_job.is-la {
  position: absolute;
  top: 8.675rem;
  left: 4.7rem;
}

.card_job.is-la.hide-tablet {
  border-radius: 8px;
}

.card_job.is-barcelona {
  position: absolute;
  top: 5.75rem;
  right: 32rem;
}

.card_job.is-barcelona.hide-tablet {
  border-radius: 13px;
}

.card_job.is-cape {
  position: absolute;
  bottom: 7.75rem;
  right: 26.5rem;
}

.card_job.is-cape.hide-tablet {
  border-radius: 8px;
  bottom: 11.1rem;
  right: 30rem;
}

.map_lottie {
  width: 2.5rem;
  position: absolute;
  inset: 27% 51% auto auto;
}

.map_lottie.is-singapore {
  top: auto;
  bottom: 30%;
  right: 22%;
}

.map_lottie.is-la {
  top: 36%;
  left: 15%;
  right: auto;
}

.map_lottie.is-cape {
  top: auto;
  bottom: 11%;
  right: 43%;
}

.map_wrapper {
  margin-top: 60px;
  padding-top: 0;
  position: relative;
  left: 50px;
}

.map_image {
  opacity: .04;
}

.margin-bottom, .margin-bottom.margin-large, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.container-medium-2 {
  width: 100%;
  max-width: 74.5rem;
  margin-left: auto;
  margin-right: auto;
}

.map_wrapper-2 {
  position: relative;
}

.padding-section-medium-2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer-2-policy-block---f2 {
  background-color: #0a66c2;
}

.footer-link-text---f2 {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text---f2:hover {
  font-weight: 600;
  text-decoration: underline;
}

.copyright-text-link---f2 {
  color: #fff;
  text-decoration: underline;
}

.footer-link---f2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: nowrap;
  margin-bottom: 0;
  transition: opacity .2s;
  display: flex;
}

.footer-3 {
  background-color: #1e1e20;
  padding-top: 10px;
  padding-bottom: 0;
  overflow: hidden;
}

.foooter-social-icon-block---f2 {
  color: #1d262d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: color .3s, background-color .3s;
  display: flex;
  box-shadow: 2px 5px 14px #0003;
}

.foooter-social-icon-block---f2:hover {
  color: #fff;
  background-color: #0a66c2;
}

.footer-brand {
  width: 150px;
}

.footer-logo {
  object-fit: fill;
}

.footer-main-block---f2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.footer-heading-2 {
  font-size: 40px;
  line-height: 50px;
}

.footer-list-item---f2 {
  color: #1d262d;
  text-transform: capitalize;
  padding: 5px;
  text-decoration: none;
}

.footer-social-icons---f2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.footer-heading-block {
  border-bottom: 1px solid #1d262d;
  padding-bottom: 20px;
}

.copyright-text---f2 {
  color: #fff;
}

.container-3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.footer-copy-flex-block---f2 {
  justify-content: center;
  align-items: center;
  padding: 25px;
  display: flex;
}

.container-small-2 {
  width: 100%;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.footer-form-block {
  max-width: 456px;
  margin-bottom: 0;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 42px;
  font-weight: 600;
}

.footer-container-lines {
  z-index: 5;
  width: 100%;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 48px;
  position: relative;
}

.container-lines-legal {
  z-index: 5;
  width: 100%;
  max-width: 1188px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 48px;
  position: relative;
}

.footer-contact-details {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.input-icon {
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-5 {
  background-color: #1e1e20e3;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.error-message {
  background-color: #0000;
  margin-top: 12px;
  padding: 0;
}

.footer-form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-legal-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.form-icon {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: absolute;
  left: 10px;
}

.footer-side {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 296px;
  display: flex;
}

.footer-legal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

.error-inner {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

.paragraph-small {
  color: #ffffffd6;
  letter-spacing: -.02em;
  margin-top: -5px;
  margin-bottom: 0;
  font-size: 17px;
  line-height: 1.7;
}

.lines-group {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.wrap-v-regular.quick-link-wrap-v {
  flex-flow: row;
}

.badge {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 99px;
  align-items: center;
  padding: 4px 10px;
  font-size: 22px;
  line-height: 1.7;
  display: flex;
  box-shadow: inset 0 -4px 12px #ffffff1a;
}

.footer-link-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #6a6a6b;
  align-items: center;
  font-size: 14px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.footer-link-2:hover {
  color: #a6a6a6;
}

.label-regular {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.label-regular.text-color-neutral-300 {
  color: #fff;
}

.line-vertical-left {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px auto 0% 0%;
}

.h4-heading {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.25;
}

.wrap-h-xsmall {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
}

.footer-line {
  z-index: 40;
  background-image: linear-gradient(90deg, #fce48d, #b98dfc);
  width: 40px;
  height: 2px;
  position: absolute;
  inset: -40px auto auto 0;
  box-shadow: 0 33px 80px #fce48f99, 0 16px 40px #bb8ffca3, 0 10px 24px #fce48f7a, 0 12px 24px #bb8ffc8f, 0 4.2px 10.5px #fce48f4d, 0 2.5px 6.25px #bb8ffc40, 0 1.5px 3.6px #fce48f33, 0 .66px 1.6px #bb8ffc24;
}

.success-message {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff0f;
  border: 1px solid #ffffff14;
  border-radius: 12px;
  padding: 24px;
  font-size: 14px;
  line-height: 1.7;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section {
  z-index: 2;
  padding: 0 3% 1px;
  position: relative;
}

.footer-main {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 750px;
  display: flex;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.line-vertical-right {
  z-index: 1;
  background-color: #1b1b1d;
  width: 1px;
  height: auto;
  position: absolute;
  inset: 4.5px 0% 0% auto;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer-contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #6a6a6b;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.footer-contact-link:hover {
  color: #a6a6a6;
}

.footer-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
}

.footer-links {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 432px;
  display: flex;
}

.line-dot {
  z-index: 5;
  background-color: #0d0d11;
  border: 1px solid #1b1b1d;
  border-radius: 2px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.line-dot.bottom-right {
  inset: auto -4.5px -4.5px auto;
}

.line-dot.bottom-left {
  inset: auto auto -4.5px -4.5px;
}

.line-horizontal {
  z-index: 0;
  pointer-events: none;
  background-color: #1b1b1d;
  width: 100vw;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-field {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #fff;
  background-color: #ffffff03;
  border: 1px solid #ffffff1f;
  border-radius: 40px;
  min-height: 36px;
  margin-bottom: 0;
  padding: 6px 10px 6px 32px;
  font-size: 12px;
  line-height: 1.7;
  box-shadow: inset 0 -4px 12px #ffffff0f;
}

.text-field:focus {
  border-color: #ffffff3d;
}

.text-field::placeholder {
  color: #6a6a6b;
}

.button-primary-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  color: #fff;
  text-align: center;
  background-color: #ffffff1f;
  background-image: linear-gradient(#ffffff14, #8e78b014);
  border-radius: 40px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
  box-shadow: inset 0 1px .75px #ffffff29, inset 0 0 1px #ffffff1f;
}

.button-primary-3:hover {
  background-color: #ffffff14;
}

.text-color-white {
  color: #fff;
}

.footer-base-link {
  color: #6a6a6b;
  font-size: 12px;
  line-height: 1.7;
  text-decoration: none;
  transition: all .3s;
}

.footer-base-link:hover {
  color: #a6a6a6;
}

.image {
  max-width: 40%;
}

.div-block-2 {
  border-top: 0 solid #ddd;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.tab-link-tab-1-2 {
  background-color: #ddd0;
  display: block;
}

.tab-link-tab-1-2:hover, .tab-link-tab-1-2:visited {
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-1-2.w--current {
  color: #fff;
  object-fit: fill;
  background-color: #091025;
  border: 0 solid #018ef5;
  border-radius: 0;
  padding-right: 30px;
}

.tab-link-tab-4 {
  background-color: #0000;
  font-size: 14px;
  display: block;
}

.tab-link-tab-4:hover, .tab-link-tab-4.w--current, .tab-link-tab-4.w--current:visited {
  color: #fff;
  background-color: #091025;
}

.tab-pane-tab-2 {
  background-color: #0000;
}

.tab-link-tab-2-2 {
  background-color: #0000;
  font-size: 14px;
  display: block;
}

.tab-link-tab-2-2:hover {
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-2-2:active {
  color: #fff;
}

.tab-link-tab-2-2:visited {
  color: #fff;
  background-color: #091025;
}

.tab-link-tab-2-2.w--current {
  color: #fff;
  background-color: #091025;
  width: auto;
}

.tab-link-tab-2-2.w--current:hover, .tab-link-tab-2-2.w--current:focus, .tab-link-tab-2-2.w--current:visited {
  color: #fff;
  background-color: #091025;
}

.tabs-content-2 {
  background-color: #f6f8fa;
  padding: 20px 10px;
}

.heading-7 {
  color: #33b9f6;
  text-align: center;
  margin-top: 40px;
  font-size: 26px;
  font-weight: 600;
}

.tab-link-nodejs {
  background-color: #0000;
}

.tab-link-nodejs.w--current {
  background-color: #c9c9c9;
}

.tabs-menu-3 {
  background-color: #ebedef;
}

.tab-pane-tab-3, .tab-link-curl {
  background-color: #0000;
}

.tab-link-curl.w--current {
  background-color: #f6f8fa;
}

.container-5 {
  background-color: #fff;
  border: 0 #ddd;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafffe;
  border-right: 0 #a1b7c7;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  top: auto;
}

.bold-text-10 {
  font-size: 24px;
}

.bold-text-10.text-heading {
  font-weight: 600;
}

.tab-pane-tab-1-2 {
  background-color: #0000;
  width: auto;
}

.paragraph-10 {
  padding-top: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-10.image-caption {
  padding-top: 5px;
  font-style: italic;
  font-weight: 300;
}

.tabs-content-3 {
  color: #333;
  object-fit: fill;
  background-color: #fff;
  border-left: 1px solid #ddd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.tabs-menu-2 {
  background-color: #fafffe;
  border-right: 0 solid #d9e4ec;
  width: 80%;
  height: auto;
  padding-right: 0;
  font-weight: 500;
  position: sticky;
  top: 0;
}

.tabs-3 {
  width: 480px;
}

.paragraph-9 {
  background-color: #f6f8fa;
}

.section-2 {
  background-color: #fff;
  margin-right: 0;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-9 {
  font-size: 14px;
}

.tab-link-tab-3-2 {
  background-color: #0000;
  font-size: 14px;
  display: block;
}

.tab-link-tab-3-2:hover, .tab-link-tab-3-2:visited, .tab-link-tab-3-2.w--current {
  color: #fff;
  background-color: #091025;
}

.text-block-10, .text-block-11, .text-block-12 {
  font-size: 14px;
}

.coming-soon_tag {
  background-color: #1b314b;
  border: 1px solid #ffffff0f;
  border-radius: 200px;
  flex: none;
  margin-left: .3rem;
  padding: 3px 8px;
  font-size: .6rem;
  font-weight: 600;
  display: inline-block;
  position: relative;
  top: -2px;
}

.checkmark-icon {
  background-color: #19243b;
  border-radius: 100%;
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 1rem;
  padding: .35rem;
}

.checkmark-icon.inactive {
  opacity: .5;
}

.cta {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #4d7efd;
  background-image: none;
  border-radius: .75rem;
  align-items: center;
  padding: 14px 30px;
  font-size: 1.05rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .25s;
  display: flex;
  position: relative;
}

.cta:hover {
  background-color: #3e5a75;
}

.cta.is-free {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-image: none;
  border-color: #fff;
}

.price-icon {
  background-color: #0000;
  background-image: linear-gradient(#ffffff0d, #ffffff0d), radial-gradient(circle at 100% 100%, #ff51cd14, #fff0);
  border: 1px solid #ffffff17;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: 1rem;
  display: flex;
}

.spacer-large-2 {
  width: 1200px;
  height: 1.875rem;
}

.cta-flex {
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-header {
  align-items: stretch;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.pricing-benefits {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  display: flex;
}

.spacer-tiny-2 {
  height: .4rem;
}

.spacer-small-2 {
  height: 1rem;
}

.text-colour-cyan {
  color: #1b9cec;
}

.pricing-right {
  background-image: radial-gradient(circle at 100% 0, #1b9cec14, #fff0 56%);
  border-top-right-radius: .75rem;
  border-bottom-right-radius: .75rem;
  width: 40%;
  padding: 3rem 3rem 1rem;
}

.benefit-row {
  color: #a8b5ca;
  border-top: 1px solid #192036;
  align-items: center;
  width: 100%;
  padding: 1rem 0;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1.35;
  display: flex;
}

.text-size-xlarge {
  font-size: 1.4rem;
  line-height: 1.3;
}

.pricing-flex {
  text-align: left;
  background-color: #0f172e;
  border: 1px solid #192036;
  border-radius: 1.25rem;
  justify-content: space-between;
  width: 1200px;
  display: flex;
  box-shadow: inset 1px 1px 20px #ffffff0d;
}

.pricing-left {
  text-align: left;
  background-image: radial-gradient(circle at 0 100%, #ff51cd14, #fff0 61%);
  border-right: 1px solid #192036;
  border-top-left-radius: .75rem;
  width: 60%;
  padding: 3rem;
}

.inactive {
  opacity: .5;
  text-decoration: line-through;
}

.h2 {
  color: #fff;
  width: 1200px;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-colour-pink {
  color: #6feeff;
}

.div-block-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.div-block-4 {
  border-top: 0 solid #ddd;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.lightbox-link {
  padding-top: 20px;
}

.tabs-content-4 {
  background-color: #f6f8fa;
  padding: 20px 10px;
}

.tabs-menu-4 {
  background-color: #ebedef;
}

.container-6 {
  background-color: #fff;
  border: 0 #ddd;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.tabs-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fafffe;
  border-right: 0 #a1b7c7;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: relative;
  top: auto;
}

.bold-text-11 {
  font-size: 24px;
}

.bold-text-11.text-heading {
  font-weight: 600;
}

.image-8 {
  padding-top: 0;
}

.tabs-content-5 {
  object-fit: fill;
  background-color: #fff;
  border-left: 1px solid #ddd;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 200%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.image-7 {
  padding-top: 0;
  padding-bottom: 0;
}

.tabs-5 {
  width: 480px;
}

.paragraph-11 {
  background-color: #f6f8fa;
}

.body-2 {
  color: #333;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.width-100 {
  text-align: center;
  background-color: #091025;
  margin-top: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.white.width-100 {
  color: #091025;
}

.grid-3-columns {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-3-columns._1-col-tablet {
  grid-auto-flow: column;
}

.card-2 {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card-2.pricing-popular {
  color: #f7f7fc;
  background-color: #091025;
  position: relative;
}

.tabs-wrapper {
  padding-top: 30px;
}

.bold-text-9 {
  font-weight: 600;
}

.language-bash {
  color: #333;
  margin-top: 20px;
  padding-top: 0;
  line-height: 20px;
}

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

.bold-text-6 {
  font-weight: 600;
}

.badge-secondary {
  color: #211f54;
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcddeb;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 2px 12px #14142b0f;
}

.badge-secondary.tabs {
  color: #333;
  -webkit-text-stroke-color: #33b9f6;
  background-color: #efefef;
  border-color: #33b9f6;
  border-radius: 5px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 10px 40px;
  transition: background-color .3s, border-color .3s, color .3s;
}

.badge-secondary.tabs:hover {
  color: #38bbf6;
  background-color: #def5ff;
  border-color: #33b9f6;
}

.badge-secondary.tabs.w--current {
  color: #33b9f6;
  background-color: #def5ff;
  border-color: #33b9f6;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
}

.bold-text-5 {
  font-weight: 600;
}

.text-block-7, .text-block-7.text-plans {
  text-align: left;
}

.badge-primary {
  color: #fff;
  background-color: #4a3aff;
  border-radius: 40px;
  padding: 18px 28px;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
}

.badge-primary.small {
  padding: 14px 22px;
  font-size: 16px;
  line-height: 18px;
}

.badge-primary.small.white.popular-pricint-top-badge {
  color: #211f54;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px 10px;
  font-size: 10px;
  position: absolute;
  inset: 20px 20px auto auto;
}

.pricing-content {
  padding: 40px 28px 72px;
}

.pricing-content.pd-bottom-40px {
  text-align: center;
  padding-bottom: 40px;
}

.tabs-menu {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.text-301 {
  line-height: 20px;
}

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

.text-301.bold.color-neutral-800.list {
  font-weight: 500;
  line-height: 20px;
}

.text-301.bold.list {
  text-align: left;
  font-weight: 500;
  line-height: 20px;
}

.flex-horizontal-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.divider {
  background-color: #dcddeb;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider._40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.grid-1-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-1-column.gap-row-16px.mg-bottom-40px {
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: auto;
  grid-auto-rows: 1fr;
  grid-auto-flow: row;
}

.heading-h1-size {
  color: #211f54;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
}

.heading-h1-size.mg-right-8px {
  color: #091025;
  text-align: left;
  font-size: 21px;
  font-weight: 300;
}

.heading-h1-size.mg-right-8px.color-neutral-100 {
  color: #fff;
}

.tabs-content {
  overflow: visible;
}

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

.icon-list {
  margin-right: 16px;
}

.icon-list-item-wrapper {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.icon-list-item-wrapper.white {
  opacity: 1;
  align-items: flex-start;
}

.icon-list-item-wrapper.white.extra {
  opacity: 0;
}

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

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.text-300.medium.top-8px {
  color: #091025;
  position: relative;
  top: 8px;
}

.color-neutral-100 {
  color: #fff;
  text-align: left;
}

.text-block-8 {
  letter-spacing: 1px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  line-height: 30px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.body-3 {
  color: #333;
  font-size: 14px;
}

.image-9 {
  max-width: 100%;
}

.card-heading-3 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.card-heading-3.ui-ai-playground-mobile {
  display: none;
}

.card-heading-4 {
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.card-heading-4.ui-ai-playground-mobile {
  display: none;
}

@media screen and (min-width: 1280px) {
  .ds-tabber-div {
    margin-left: 12px;
  }

  .genius-ds-absolute {
    width: 670px;
    left: 163px;
  }

  .ds-list {
    min-width: 360px;
  }

  .footer-mobile, .footer-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-graphic {
    width: 650px;
    bottom: -333px;
    left: -358px;
  }

  .footer-year {
    margin-left: 210px;
  }
}

@media screen and (min-width: 1440px) {
  .gradient-wrapper {
    background-image: linear-gradient(135deg, #1e1e20, #0e0e11 32%);
  }

  .solar-blur-bottom {
    background-color: #111113;
  }

  .footer-graphic {
    width: 610px;
    bottom: -309px;
    left: -225px;
  }

  .ui-ai-button {
    max-width: 300px;
  }

  .galaxy-background {
    background-image: url('../images/6925dfe8c11dd59bc1cba83f_stars-bg.png');
    background-size: 1090px;
  }

  .footer-year {
    margin-left: 320px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-dropdown-toggle {
    padding-top: 8px;
  }

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

  .solar-blur-bottom {
    background-color: #101013;
  }

  .section-hero {
    height: 320vh;
    min-height: 0;
  }

  .section-magician {
    margin-top: -100px;
  }

  .footer-graphic {
    bottom: -315px;
    left: -240px;
  }

  .footer-year {
    margin-left: 300px;
  }

  .sticky-wrap.mobile-hero {
    display: none;
  }

  .sticky_trigger {
    border: 0 #000;
  }

  .card_job.is-singapore.hide-tablet, .card_job.is-la.hide-tablet, .card_job.is-barcelona.hide-tablet, .card_job.is-cape.hide-tablet {
    border-radius: 13px;
  }

  .map_lottie.is-cape {
    bottom: 24%;
    right: 50%;
  }

  .cta {
    box-shadow: none;
    background-color: #4d7efd;
    background-image: none;
  }

  .cta:hover {
    background-color: #3e5a75;
    background-image: none;
  }

  .cta.is-free {
    background-image: none;
  }

  .spacer-large-2 {
    width: 1200px;
  }

  .pricing-flex {
    background-color: #080c18;
    width: 1200px;
  }

  .pricing-left {
    background-image: radial-gradient(circle at 0 100%, #5182ff14, #fff0 61%);
  }

  .h2 {
    width: 1200px;
  }

  .text-colour-pink {
    color: #50c7ff;
  }

  .div-block-3 {
    text-align: left;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 60px;
    display: flex;
  }

  .btn-primary.white.width-100 {
    color: #091025;
  }

  .text-block-7 {
    color: #fff;
  }

  .text-block-7.text-plans {
    color: #091025;
  }

  .text-301.bold.color-neutral-800.list {
    text-indent: 0;
    overflow-wrap: normal;
    order: 0;
    align-self: auto;
    align-items: center;
    padding-top: 0;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    display: block;
  }

  .text-301.bold.list {
    align-self: flex-start;
    font-size: 14px;
    line-height: 20px;
    display: block;
    overflow: visible;
  }

  .text-301.bold.list.plan-text2 {
    align-self: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-1-column.gap-row-16px.mg-bottom-40px {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: 0;
    grid-auto-rows: 1fr;
    grid-auto-flow: row;
    place-content: space-between flex-start;
    align-items: flex-start;
    padding-top: 20px;
    display: flex;
  }

  .heading-h1-size.mg-right-8px {
    font-size: 21px;
    font-weight: 300;
    line-height: 20px;
  }

  .icon-list {
    clear: none;
    align-self: center;
  }

  .icon-list.icon-plan {
    align-self: center;
    margin-top: -17px;
  }

  .icon-list-item-wrapper {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .icon-list-item-wrapper.white {
    padding-bottom: 40px;
    display: flex;
  }

  .text-300.medium.top-8px {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .heading-style-h1 {
    font-size: 3.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .padding-section-large, .section_header {
    padding-top: 10rem;
  }

  .navbar_component {
    top: 1.5rem;
  }

  .button:hover {
    background-color: var(--purple);
  }

  .button.is-large {
    font-size: 1rem;
  }

  .button.is-grey:hover {
    background-image: linear-gradient(#2b2b2b, #1b1b1b);
    box-shadow: inset 0 1px #ffffff14;
  }

  .navbar_logo {
    width: 5rem;
  }

  .header_sticky {
    width: auto;
    height: auto;
    margin-top: 7rem;
    position: relative;
    top: auto;
  }

  .header_images-wrap {
    height: auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .header_image {
    border-radius: 1rem;
    width: 100%;
  }

  .header_image-scroll-wrap {
    aspect-ratio: 3 / 2;
    border-radius: .75rem;
    width: 25%;
    height: auto;
    display: flex;
    top: -15%;
    right: 5.7rem;
  }

  .header_icon {
    width: 3.75rem;
  }

  .header_icon-wrap {
    padding: 1rem 1.25rem;
    top: -7%;
  }

  .intro_component {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_image-2, .intro_image-1 {
    border-radius: .75rem;
    width: 6rem;
  }

  .intro_image-3 {
    border-radius: .75rem;
    width: 6rem;
    margin-top: 5.6rem;
  }

  .intro_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 90%;
  }

  .padding-section-xxlarge {
    padding-top: 10rem;
  }

  .intro_image-min {
    border-radius: .2535rem;
    width: 2.2rem;
  }

  .about_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    width: 100%;
    padding: 4rem 4rem 5rem;
  }

  .about_graphic-3 {
    width: 50%;
  }

  .about_graphic-wrap {
    order: 1;
    width: 100%;
  }

  .about_component {
    grid-row-gap: 2rem;
  }

  .about_item {
    border-radius: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-bottom: 4rem;
    position: relative;
    top: auto;
  }

  .about_item._1 {
    height: auto;
  }

  .about_images-wrap {
    width: 35%;
  }

  .about_image {
    border-radius: 1rem;
  }

  .about_image-1 {
    width: 8.5rem;
    top: -12%;
    right: 0%;
  }

  .about_image-2 {
    width: 6rem;
  }

  .about_image-3 {
    width: 7rem;
    left: 43%;
  }

  .about_graphic-2 {
    width: 35%;
  }

  .brands_block {
    width: 15rem;
  }

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

  .footer_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .footer_legal-links {
    grid-column-gap: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .padding-section-xlarge {
    padding-top: 10rem;
  }

  .padding-section-small {
    padding-top: 4rem;
  }

  .heading-style-h4 {
    font-size: 2.25rem;
  }

  .resources_item-content {
    grid-row-gap: .5rem;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .padding-section-medium {
    padding-top: 6rem;
  }

  .resources_component {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .resources_license-wrap {
    border-radius: 1.5rem;
  }

  .resources_font-block:hover {
    opacity: 1;
  }

  .nav_component {
    display: none;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .card {
    height: 10rem;
  }

  .card.max-282 {
    width: 282px;
  }

  .card.max-588 {
    max-width: 588px;
    height: 400px;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    max-width: 589px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid.genius, .grid.magician {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid.automator {
    grid-template-rows: auto auto auto auto;
  }

  .glow-blur {
    filter: blur(50px);
    width: 200%;
    height: 230px;
    top: 188px;
  }

  .footer-col-2 {
    margin-right: 88px;
  }

  .logo-mobile.w--current {
    margin-left: 8px;
  }

  .solar-blur-bottom {
    background-color: #161618;
  }

  .mobile-nav-list-float {
    display: none;
  }

  .book {
    display: flex;
  }

  .footer-col {
    margin-right: 56px;
  }

  .container-2 {
    width: 100%;
  }

  .icon_card_side {
    backface-visibility: hidden;
  }

  .nav-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon_card_side_2 {
    backface-visibility: hidden;
  }

  .nav-list-float {
    display: none;
  }

  .solar-system {
    margin-top: 114px;
    transform: scale(.8);
  }

  .card_side {
    backface-visibility: hidden;
  }

  .section-automator {
    margin-top: -80px;
  }

  .section-magician {
    margin-top: -640px;
  }

  .glow {
    min-width: 980px;
  }

  .footer-graphic {
    width: 580px;
    bottom: -280px;
    left: -267px;
  }

  .card_job {
    width: 8rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .footer-main-block---f2 {
    grid-column-gap: 0px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .footer-side {
    max-width: none;
  }

  .footer-main {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
  }

  .footer-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-links {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button-primary-3 {
    display: flex;
  }

  .pricing-right {
    border-top-right-radius: 0;
    border-bottom-left-radius: .75rem;
    width: 100%;
  }

  .pricing-flex {
    flex-direction: column;
  }

  .pricing-left {
    background-image: radial-gradient(circle at 0 0, #ff51cd14, #fff0 49%);
    border-bottom: 1px solid #192036;
    border-right-style: none;
    width: 100%;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-template-columns: 1fr;
  }

  .divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .heading-h1-size {
    font-size: 48px;
    line-height: 60px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .padding-section-large {
    padding-top: 6rem;
  }

  .padding-section-large.is-mobile-big, .section_header {
    padding-top: 8rem;
  }

  .navbar_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .navbar_mail-link {
    display: none;
  }

  .header_images-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header_icon-wrap {
    left: 8.75rem;
  }

  .intro_texts {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .intro_component {
    width: 100%;
  }

  .intro_image-2, .intro_image-1, .intro_image-3 {
    display: none;
  }

  .intro_content {
    width: 100%;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
  }

  .about_content {
    width: 100%;
    padding: 2.5rem 1.5rem;
  }

  .about_graphic-wrap {
    aspect-ratio: auto;
  }

  .about_item {
    border-radius: 1rem;
    box-shadow: inset 0 0 0 1px #ffffff1a;
  }

  .about_image-1 {
    width: 42%;
    top: -1%;
  }

  .about_image-2 {
    width: 50%;
  }

  .about_image-3 {
    width: 60%;
    bottom: -16%;
  }

  .brands_block {
    border-radius: .75rem;
    width: 10rem;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .brands_logo {
    height: 1.25rem;
  }

  .resources_items.more-columns {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2 {
    font-size: 2.125rem;
  }

  .padding-section-xlarge {
    padding-top: 6rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-small {
    padding-top: 3rem;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .heading-style-h5 {
    font-size: 1.35rem;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
    font-size: 1.5rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .resources_heading {
    padding-bottom: 1.25rem;
    font-size: 1.5rem;
  }

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .case-content_rich-text {
    font-size: 1.125rem;
  }

  .resources_item-content {
    padding: 1.5rem;
  }

  .text-size-large {
    font-size: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
  }

  .heading-style-h6 {
    font-size: 1.25rem;
  }

  .spacer-huge {
    padding-top: 3rem;
  }

  .resources_license-wrap {
    border-radius: .75rem;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .smart-element-explainer-1 {
    opacity: 0;
    display: none;
  }

  .ds-tabber {
    display: none;
  }

  .food-image {
    width: 100%;
    min-width: 100%;
  }

  .text-design-orbit-1-mobile {
    width: 100px;
    height: 100px;
    display: block;
  }

  .card.cursor.max-588 {
    cursor: default;
  }

  .card.max-588 {
    min-width: 282px;
    max-width: 282px;
  }

  .you-cursor {
    display: none;
  }

  .auto-iterate-absolute {
    left: 20px;
  }

  .element-restart-absolute {
    display: none;
  }

  .generate-orbit-mobile-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    top: 20px;
  }

  .food-delivery-screen {
    top: 12px;
    left: -7px;
  }

  .text-design-orbit-5 {
    display: none;
  }

  .text-design-orbit-3-mobile {
    width: 200px;
    height: 200px;
    display: block;
  }

  .smart-element-3 {
    display: flex;
  }

  .suggest-restart-absolute {
    z-index: 2000;
  }

  .cosmos-screen-2 {
    display: none;
  }

  .smart-element-3-mobile {
    cursor: default;
    display: flex;
  }

  .ds-dropdown-chevron {
    display: none;
  }

  .text-design-orbit-4-mobile {
    width: 250px;
    height: 250px;
    display: block;
  }

  .iterate-restart-absolute {
    z-index: 2000;
  }

  .mobile-tap-target {
    z-index: 1000;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .generate-app-absolute, .ds-modal-div {
    display: none;
  }

  .grid.genius {
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: -64px;
    padding-top: 88px;
  }

  .grid.magician {
    grid-template-columns: 1fr;
    place-items: center;
    width: 100%;
    max-width: none;
    padding-top: 48px;
  }

  .grid.automator {
    grid-template-columns: 1fr;
    place-items: center;
    margin-top: -64px;
    padding-top: 88px;
  }

  .grid.ui-ai {
    place-items: center;
    margin-top: -64px;
    padding-top: 88px;
  }

  .text-design-orbit-2 {
    width: 180px;
    height: 180px;
    display: none;
  }

  .card-paragraph.z-top.shorter {
    max-width: none;
  }

  .card-paragraph.z-top.shorter.auto-suggest {
    display: none;
  }

  .card-paragraph.z-top.shorter.auto-suggest-mobile {
    display: block;
  }

  .card-paragraph.z-top.short {
    max-width: none;
    display: block;
  }

  .card-paragraph.design-system-mobile {
    display: block;
  }

  .card-paragraph.medium {
    max-width: none;
  }

  .card-paragraph.medium.automate-mobile {
    display: block;
  }

  .card-paragraph.medium.ui-ai-models {
    display: none;
  }

  .card-paragraph.medium.ui-ai-models-mobile {
    display: block;
  }

  .card-paragraph.medium.automator-community {
    display: none;
  }

  .card-paragraph.medium.ui-ai-playground-mobile {
    display: block;
  }

  .card-paragraph.medium.automate {
    display: none;
  }

  .card-paragraph.medium.automator-teams {
    min-width: 221px;
  }

  .card-paragraph.medium.ui-ai-playground {
    display: none;
  }

  .card-paragraph.medium.automator-community-mobile {
    display: block;
  }

  .card-paragraph.design-system-paragraph {
    display: none;
  }

  .card-paragraph.short {
    max-width: none;
    display: none;
  }

  .card-paragraph.short.mobile, .card-paragraph.magic-rename-mobile {
    display: block;
  }

  .card-paragraph.magic-rename {
    display: none;
  }

  .smart-element-0-mobile {
    cursor: default;
  }

  .smart-reset-button-mobile {
    display: flex;
  }

  .text-design-orbit-1 {
    width: 100px;
    height: 100px;
    display: none;
    top: 128px;
  }

  .iterate-reset-button {
    cursor: default;
  }

  .card-heading.z-top {
    display: none;
  }

  .card-heading.z-top.mobile {
    display: block;
  }

  .card-heading.design-system {
    display: none;
  }

  .card-heading.mobile-design-system, .card-heading.ui-ai-playground-mobile, .card-heading.ui-ai-models-mobile {
    display: block;
  }

  .card-heading.ui-ai-models, .card-heading.ui-ai-playground, .card-heading.magic-rename {
    display: none;
  }

  .card-heading.magic-rename.mobile {
    display: block;
  }

  .card-heading.build-automations {
    display: none;
  }

  .card-heading.build-automations-mobile {
    display: block;
  }

  .genius-ds-absolute {
    top: 86px;
    left: -239px;
  }

  .you-cursor-invite {
    display: none;
  }

  .smart-element-frame-mobile {
    display: flex;
  }

  .suggest-reset-button {
    cursor: default;
  }

  .text-design-orbit-3 {
    width: 220px;
    height: 220px;
    display: none;
  }

  .smart-element-placeholder {
    cursor: default;
    display: none;
  }

  .smart-reset-button {
    display: none;
  }

  .smart-element-2-mobile {
    cursor: default;
  }

  .smart-element-explainer-3 {
    opacity: 1;
  }

  .you-suggest-cursor {
    display: none;
  }

  .figma-design {
    display: none;
    top: 10px;
    left: -14px;
  }

  .cosmos-screen-1 {
    left: 25px;
  }

  .auto-iterate-mobile-tap-target {
    z-index: 1000;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .text-design-orbit-4 {
    width: 260px;
    height: 260px;
    display: none;
  }

  .smart-element-icon.mobile {
    opacity: .1;
  }

  .smart-element-explainer-3-mobile {
    opacity: .5;
  }

  .smart-element-explainer-2 {
    opacity: .5;
    display: none;
    position: relative;
  }

  .text-to-design-div {
    top: 156px;
    left: -457px;
    transform: scale(1.8);
  }

  .smart-element-frame {
    display: none;
  }

  .text-design-orbit-5-mobile {
    width: 300px;
    height: 300px;
    display: block;
  }

  .takeout-restaurant-cover {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }

  .ds-col-2 {
    margin-top: 83px;
  }

  .figma-design-genius {
    top: 32px;
  }

  .text-design-orbit-2-mobile {
    width: 150px;
    height: 150px;
    display: block;
  }

  .ui-ai-playground-input-glyphs {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

  .primary-button-text {
    font-size: 15px;
  }

  .batch-icons-absolute {
    display: none;
  }

  .ui-ai-button-primary-test {
    width: 130px;
    top: 180px;
    transform: scale(.9)rotate(2deg);
  }

  .lorem-particles {
    width: 480px;
    height: 130px;
    top: -3px;
    left: 30px;
  }

  .magic-app-screen {
    left: 25px;
  }

  .ui-ai-fonts-2 {
    top: 181px;
    left: 455px;
  }

  .ui-ai-metal-icon-large {
    width: 64px;
  }

  .teams-icon-grid {
    left: -40px;
    transform: scale(.8);
  }

  .ui-ai-glyph-2 {
    width: 64px;
    top: 171px;
  }

  .color-palette-absolute {
    display: none;
    top: -17px;
    left: -18px;
    transform: scale(.9);
  }

  .ui-ai-fonts-flex-vertical {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    display: none;
    top: 32px;
    left: 24px;
    transform: scale(.9);
  }

  .ui-ai-large-logo-glow {
    border-radius: 32px;
    width: 120px;
    height: 120px;
  }

  .automator-cloud-ui-cash-app {
    top: 4px;
    left: 120px;
  }

  .ui-ai-large-logo {
    border-radius: 30px;
    width: 116px;
    height: 116px;
  }

  .lorem-particles-blur {
    top: 127px;
  }

  .ui-ai-coming-soon-text {
    opacity: .7;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .social-icon-link {
    filter: brightness(85%);
  }

  .display-paragraph-2.magician, .display-paragraph-2.ui-ai, .display-paragraph-2.genius {
    font-size: 16px;
  }

  .display-paragraph-2.automator {
    font-size: 16px;
    display: none;
  }

  .glow-blur {
    filter: blur(40px);
    background-color: #18181a;
    height: 210px;
  }

  .lorem-stars {
    width: 1400px;
    top: -15px;
    right: -336px;
  }

  .figma-glow {
    z-index: 0;
    filter: none;
    background-image: linear-gradient(#1d1c20 24%, #6316ff 60%);
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
  }

  .text-design-orbit-4-2 {
    width: 260px;
    height: 260px;
    display: none;
  }

  .build-absolute {
    align-items: center;
    display: flex;
    top: 132px;
    right: 57px;
  }

  .section-genius {
    margin-top: 32px;
    padding-top: 200px;
  }

  .ui-ai-playground-canvas {
    top: 155px;
    left: 20px;
  }

  .automator-drag-ui {
    left: 0;
  }

  .text-design-orbit-3-2 {
    width: 220px;
    height: 220px;
    display: none;
  }

  .automator-cards-row {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 12px;
    left: -32px;
    overflow: scroll;
  }

  .automator-cloud-ui-reddit {
    top: 4px;
    left: 120px;
  }

  .tile-image-container {
    top: -9px;
    left: -22px;
    transform: scale(.8);
  }

  .ui-layer-row {
    perspective-origin: 0%;
    transform-origin: 0%;
  }

  .ui-ai-dropdown-toggle-layers {
    width: 112px;
  }

  .magic-image-wand {
    top: -292px;
    left: 9px;
  }

  .magic-text-mobile {
    width: 260px;
    display: block;
    top: 81px;
    right: 4px;
  }

  .automator-drag-grid {
    display: none;
  }

  .automator-cloud-ui-meta {
    top: 4px;
    left: 120px;
  }

  .ui-ai-model-text {
    font-size: 15px;
  }

  .mobile-nav {
    z-index: 5000;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: fixed;
    top: 16px;
  }

  .footer-col-2 {
    width: auto;
  }

  .footer-col-2.last {
    margin-right: 103px;
  }

  .ui-ai-dropdown-toggle-glyphs {
    width: 112px;
  }

  .footer-tagline {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .button-secondary.left.float {
    display: none;
  }

  .button-secondary.left.float.mobile {
    display: flex;
  }

  .automator-community-absolute {
    display: none;
  }

  .fc-community-card.blue._2 {
    margin-left: 8px;
  }

  .fc-community-card.blue {
    margin-left: 24px;
  }

  .ai-magic-click-1-mobile {
    z-index: 10;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .automator-cloud-ui-snap {
    top: 4px;
    left: 120px;
  }

  .logo-mobile {
    margin-left: 9px;
    display: block;
  }

  .automator-cloud-ui {
    top: 4px;
    left: 120px;
  }

  .automator-ui {
    left: 20px;
  }

  .rename-stars {
    width: 1380px;
    top: 165px;
    right: -387px;
  }

  .ui-layer-row-5 {
    display: none;
  }

  .display-1 {
    width: 350px;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 1.1;
  }

  .lorem-text {
    padding-bottom: 0;
    font-size: 53px;
    display: none;
    top: 208px;
    right: -401px;
  }

  .outline-spec-absolute {
    display: none;
    top: -5px;
  }

  .text-design-orbit-2-2 {
    width: 180px;
    height: 180px;
    display: none;
  }

  .solar-blur-bottom {
    background-color: #18181a;
    width: 390px;
    height: 250px;
    bottom: 32px;
  }

  .custom-model-top-absolute {
    height: 250px;
    top: 150px;
    left: -167px;
  }

  .automator-drag-absolute {
    display: none;
    top: -8px;
    left: -100px;
    transform: scale(.9);
  }

  .mobile-nav-list-float {
    justify-content: space-between;
    width: 100%;
    height: 48px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: flex;
    position: static;
  }

  .figma-window {
    top: -26px;
    left: -53px;
    transform: scale(.8);
  }

  .nav {
    display: none;
  }

  .ui-ai-model-tag.emoji, .ui-ai-model-tag.fonts {
    flex: none;
    margin-right: 16px;
  }

  .ui-ai-model-tag.glyph {
    flex: none;
    width: auto;
    margin-right: 16px;
  }

  .ui-ai-model-tag.layers {
    flex: none;
  }

  .footer-mobile {
    margin-top: 88px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
    overflow: hidden;
  }

  .ui-ai-preheader-text {
    font-size: 14px;
  }

  .text-design-orbit-5-mobile-2 {
    width: 300px;
    height: 300px;
    display: block;
  }

  .wand.w--current {
    min-width: 500px;
  }

  .tile-icon-grid {
    top: 8px;
    left: -32px;
    transform: scale(.85);
  }

  .automator-cloud-ui-twitter, .automator-cloud-ui-robinhood {
    top: 4px;
    left: 120px;
  }

  .text-design-orbit-1-2 {
    width: 100px;
    height: 100px;
    display: none;
    top: 128px;
  }

  .ui-row.categories {
    margin-bottom: 8px;
  }

  .ui-row.search {
    display: none;
  }

  .display-paragraph {
    margin-bottom: 16px;
    font-size: 16px;
  }

  .text-design-orbit-4-mobile-2 {
    width: 250px;
    height: 250px;
    display: block;
  }

  .button-flex {
    z-index: 5;
    margin-top: 16px;
    position: relative;
  }

  .display-paragraph-2-mobile.automator {
    font-size: 16px;
    display: block;
  }

  .automator-community-absolute-mobile {
    display: flex;
    bottom: 0;
  }

  .magic-rename-wand {
    right: 366px;
    transform: scale(.8)rotate(-86deg);
  }

  .text-design-orbit-5-2 {
    display: none;
  }

  .footer-col {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .custom-grid-blur {
    background-image: url('../images/blur.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    top: 36px;
  }

  .magic-image-img-1 {
    filter: blur();
  }

  .ui-ai-glyph-1 {
    width: 64px;
    left: 22px;
  }

  .teaser-logo-flex {
    width: 220px;
    top: -122px;
  }

  .teaser-logo-flex.automator {
    width: 150px;
  }

  .ui-ai-playground-input-emoji {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

  .automator-build-explainer-text {
    text-align: center;
    cursor: default;
  }

  .mobile-nav-cta-flex {
    display: flex;
  }

  .ui-ai-toggle {
    top: 148px;
  }

  .button-secondary-nav.left.float {
    display: none;
  }

  .ui-ai-logo-blocker {
    width: 120px;
  }

  .nav-item.float {
    display: none;
  }

  .nav-item.float.login {
    display: block;
  }

  .nav-list-float {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: none;
  }

  .footer-2 {
    display: none;
  }

  .section-ui-ai {
    margin-top: 12px;
    padding-top: 88px;
  }

  .ui-ai-model-bar {
    justify-content: flex-start;
    width: 288px;
    padding-left: 16px;
    padding-right: 16px;
    top: 171px;
    left: 0;
    overflow: scroll;
  }

  .solar-system {
    margin-top: -200px;
    transform: scale(.65);
  }

  .automator-cloud-ui-doordash {
    top: 4px;
    left: 120px;
  }

  .dropdown-icon {
    right: 4px;
  }

  .ui-ai-large-logo-stroke {
    border-radius: 32px;
    width: 120px;
    height: 120px;
  }

  .ui-layer-row-grid._1-1 {
    display: none;
  }

  .ui-layer-row-3 {
    perspective-origin: 0%;
    transform-origin: 0%;
  }

  .section-automator {
    margin-top: -114px;
    padding-top: 172px;
  }

  .magic-icon-wand {
    top: -363px;
  }

  .ui-ai-header-div {
    margin-bottom: 24px;
  }

  .section-magician {
    margin-top: -850px;
  }

  .ui-ai-playground-input-fonts {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

  .automatorcard-title {
    font-size: 14px;
  }

  .ui-ai-emoji-flex-vertical {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    perspective-origin: 0 0;
    transform-origin: 0 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    transform: scale(1.12);
  }

  .automator-cloud-ui-netflix {
    top: 4px;
    left: 120px;
  }

  .footer-mobile-col {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .magic-text {
    display: none;
  }

  .glow {
    min-width: 940px;
    top: -284px;
  }

  .ui-ai-layers-flex-vertical {
    width: 239px;
    height: 178px;
    display: none;
  }

  .ui-layer-row-2 {
    perspective-origin: 0%;
    transform-origin: 0%;
  }

  .intro-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block.ui-ai {
    width: 100%;
  }

  .wand-div {
    margin-top: -64px;
    margin-bottom: -828px;
    transform: scale(.8);
  }

  .text-design-orbit-3-mobile-2 {
    width: 200px;
    height: 200px;
    display: block;
  }

  .genius-coming-soon-text {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .footer-graphic {
    min-width: 570px;
    bottom: -270px;
    left: -264px;
  }

  .ui-ai-fonts-1 {
    top: 178px;
    left: 344px;
  }

  .ui-ai-glyph-flex-vertical {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    display: none;
    transform: scale(.8);
  }

  .text-design-orbit-2-mobile-2 {
    width: 150px;
    height: 150px;
    display: block;
  }

  .ui-ai-dropdown-toggle-fonts {
    width: 112px;
  }

  .ui-ai-glyph-3 {
    width: 64px;
  }

  .ai-magic-click-2-mobile {
    z-index: 9;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 180px;
  }

  .lorem-text-mobile {
    padding-bottom: 0;
    font-size: 100px;
    display: block;
    position: absolute;
    top: 208px;
    right: -401px;
  }

  .ui-layer-row-4 {
    perspective-origin: 0%;
    transform-origin: 0%;
  }

  .tile-image-3 {
    display: none;
  }

  .ui-ai-dropdown-toggle-emojis {
    width: 112px;
  }

  .ui-ai-playground-input-layers {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

  .genius-header-blur {
    filter: blur(20px);
    background-image: linear-gradient(#0000, #0a0a0e 29% 54%, #0a0a0e);
    height: 170px;
    top: 82px;
  }

  .automator-header-blur {
    filter: blur(12px);
    background-image: linear-gradient(#0000, #0a0a0e 29% 54%, #0a0a0e);
    width: 280px;
    height: 110px;
    top: 116px;
    left: -64px;
  }

  .footer-year {
    opacity: .8;
    margin-top: 0;
    margin-left: 100px;
  }

  .ui-ai-logo-div {
    width: 120px;
    height: 120px;
  }

  .text-design-orbit-1-mobile-2 {
    width: 100px;
    height: 100px;
    display: block;
  }

  .display-2.ui-ai {
    padding-bottom: 0;
    font-size: 48px;
    line-height: 1;
  }

  .display-2.automator, .display-2.magician, .display-2.genius {
    margin-bottom: 0;
    padding-bottom: 12px;
    font-size: 48px;
    line-height: 1;
  }

  .automator-cloud-ui-instacart {
    top: 4px;
    left: 120px;
  }

  .card-heading-2.z-top {
    display: none;
  }

  .card-heading-2.z-top.mobile {
    display: block;
  }

  .card-paragraph-2.z-top.shorter {
    max-width: none;
  }

  .card-paragraph-2.z-top.shorter.auto-suggest-mobile {
    display: block;
  }

  .card-paragraph-2.z-top.shorter.auto-suggest {
    display: none;
  }

  .card-paragraph-2.medium {
    max-width: none;
  }

  .card-paragraph-2.medium.ui-ai-playground-mobile {
    display: block;
  }

  .card-paragraph-2.medium.ui-ai-playground {
    display: none;
  }

  .map_lottie {
    width: 2rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-medium-2 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer-container-lines {
    padding: 72px 24px;
  }

  .container-lines-legal {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-legal-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    justify-content: center;
  }

  .footer-line {
    top: -72px;
  }

  .footer-main {
    padding-top: 16px;
  }

  .footer-links {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .pricing-right, .pricing-left {
    padding-top: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .badge-secondary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-secondary.tabs {
    margin: 8px;
  }

  .badge-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .badge-primary.small {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .pricing-content {
    padding-bottom: 40px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .tabs-menu {
    flex-direction: column;
    align-items: stretch;
  }

  .text-301 {
    font-size: 16px;
    line-height: 18px;
  }

  .divider {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .heading-h1-size {
    font-size: 38px;
    line-height: 46px;
  }

  .text-300 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-300.medium.top-8px {
    top: 6px;
  }

  .card-heading-3.ui-ai-playground-mobile {
    display: block;
  }

  .card-heading-3.ui-ai-playground {
    display: none;
  }

  .card-heading-4.ui-ai-playground-mobile {
    display: block;
  }

  .card-heading-4.ui-ai-playground {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .navbar_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    border-radius: .75rem;
  }

  .button {
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header_sticky {
    margin-top: 0;
  }

  .header_images-wrap {
    margin-top: 2rem;
  }

  .header_image {
    border-radius: .75rem;
  }

  .header_image-scroll-wrap {
    display: none;
  }

  .header_icon-wrap {
    display: none;
    top: -5rem;
    left: auto;
  }

  .about_graphic-3 {
    width: 70%;
  }

  .about_graphic-wrap {
    width: 100%;
  }

  .about_item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about_images-wrap {
    width: 70%;
  }

  .about_image-1 {
    width: 40%;
    top: 4%;
    right: 8%;
  }

  .about_image-2 {
    width: 35%;
    left: -1%;
  }

  .about_image-3 {
    width: 50%;
    bottom: -5%;
  }

  .about_graphic-2 {
    width: 50%;
  }

  .footer_legal-text {
    font-size: .75rem;
  }

  .footer_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .footer_legal-link {
    font-size: .75rem;
  }

  .footer_legal-links {
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer_links {
    flex-flow: column;
  }

  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h6 {
    letter-spacing: .02em;
  }

  .resources_grid {
    grid-template-columns: 1fr;
  }

  .resources_fonts {
    grid-template-columns: 1fr 1fr;
  }

  .resources_font-1 {
    font-size: 6rem;
  }

  .menu-button {
    position: relative;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    z-index: 999;
    background-color: #1a1d24;
    border-radius: 0;
    flex-direction: column;
    position: fixed;
    top: -25px;
    bottom: auto;
    right: 20px;
    overflow: visible;
  }

  .nav-menu-wrapper {
    background-color: #fff;
  }

  .takeout-restaurant-cover {
    align-items: stretch;
    min-width: 100%;
  }

  .figma-design-genius {
    display: block;
  }

  .gradient-wrapper {
    display: none;
  }

  .frame-row {
    padding-left: 48px;
  }

  .glow-blur {
    filter: blur(23px);
    background-color: #19191b;
    height: 250px;
    top: 269px;
  }

  .frame-row-3 {
    padding-left: 48px;
  }

  .footer-link {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .footer-col-2 {
    margin-right: 72px;
  }

  .footer-col-2.last {
    margin-right: 0;
  }

  .footer-tagline {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .display-1.mobile-hero-h1 {
    font-size: 26px;
    line-height: 1.5;
  }

  .solar-blur-bottom {
    bottom: 140px;
  }

  .footer-mobile {
    margin-top: 112px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-bottom {
    justify-content: flex-end;
    margin-top: 200px;
  }

  .wand, .wand.w--current {
    min-width: 500px;
  }

  .display-paragraph {
    font-size: 14px;
  }

  .button-flex {
    z-index: 5;
    position: relative;
  }

  .footer-socials-flex {
    display: none;
  }

  .teaser-logo-flex {
    width: 220px;
    top: -122px;
  }

  .teaser-logo-flex.automator {
    width: 150px;
    top: -113px;
  }

  .icon_card_side_2.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .solar-system {
    margin-top: -315px;
    transform: scale(.55);
  }

  .frame-row-4 {
    padding-left: 48px;
  }

  .card_side.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .section-magician {
    margin-top: -950px;
  }

  .footer-heading {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .footer-mobile-col {
    justify-content: flex-start;
    width: 100%;
  }

  .intro-block {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wand-div {
    top: -88px;
    transform: scale(.6);
  }

  .footer-graphic {
    min-width: 530px;
    bottom: -228px;
    left: -233px;
  }

  .genius-header-blur {
    height: 170px;
    top: 82px;
  }

  .automator-header-blur {
    filter: blur(4px);
    background-image: linear-gradient(#0000, #0e0e11 35%);
    height: 120px;
    top: 107px;
  }

  .footer-year {
    margin-left: 0;
    font-size: 12px;
  }

  .display-2.ui-ai {
    font-size: 40px;
  }

  .display-2.automator, .display-2.magician, .display-2.genius {
    font-size: 48px;
  }

  .frame-row-2 {
    padding-left: 48px;
  }

  .orbit-8 {
    display: none;
  }

  .sticky-wrap.mobile-hero {
    padding-bottom: 20%;
    display: block;
  }

  .map_lottie {
    width: 1.25rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-link---f2 {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .foooter-social-icon-block---f2 {
    width: 40px;
    height: 40px;
  }

  .footer-main-block---f2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footer-list-item---f2 {
    width: auto;
  }

  .footer-heading-block {
    padding-bottom: 10px;
  }

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

  .footer-copy-flex-block---f2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-container-lines {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .footer-contact-details {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-legal-wrap {
    align-items: center;
  }

  .footer-legal {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .wrap-v-regular.quick-link-wrap-v {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .label-regular {
    white-space: normal;
  }

  .footer-line {
    top: -30px;
  }

  .footer-main {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .button-primary-3 {
    width: 100%;
  }

  .coming-soon_tag {
    margin-top: 3px;
    margin-left: .1rem;
    top: 0;
  }

  .cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .pricing-right, .pricing-left {
    padding-bottom: 0;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .grid-3-columns {
    grid-template-columns: 1fr;
  }

  .grid-3-columns._1-col-tablet {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .badge-secondary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-secondary.tabs {
    margin-left: 0;
    margin-right: 0;
  }

  .badge-primary {
    padding: 14px 22px;
    font-size: 16px;
    line-height: 18px;
  }

  .badge-primary.small {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .divider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .heading-h1-size {
    font-size: 32px;
    line-height: 38px;
  }

  .icon-list {
    margin-right: 8px;
  }

  .text-300.medium.top-8px {
    top: 3px;
  }
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c612-83eddabb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c657-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c661-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c7f4-83eddabb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c834-83eddabb, #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c83e-83eddabb, #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c905-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c919-83eddabb, #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c936-83eddabb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c94d-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c96a-83eddabb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ac39f0f0-9417-1005-630c-b4a1ead3c9aa-83eddabb, #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c9e6-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0fc5a986-bb76-0615-8bca-753cbdf87fb3-83eddabb, #w-node-d7de18ee-bc3b-5570-e9c7-6b7a958d7a7f-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_300489ff-be78-eaec-4288-dda965e4598a-83eddabb, #w-node-_3a00cc8d-4c7b-c50b-e382-a74dd6574157-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a00cc8d-4c7b-c50b-e382-a74dd6574152-83eddabb, #w-node-_47c85c0d-c8ff-f879-b60d-3e6b42cf6270-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d886c581-b576-8ebb-c2d8-60fa78ef757a-83eddabb, #w-node-d886c581-b576-8ebb-c2d8-60fa78ef7654-83eddabb, #w-node-d48ef0af-16f3-c1f5-6d98-66d81a088fd1-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07e09a2d-1a6a-c6d6-7f43-3e3833d44be9-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_65a9dda4-09df-c8c6-bc46-b8152075db31-83eddabb, #w-node-_9ead6c12-86cb-42ec-6e45-6231a835e8cf-83eddabb, #w-node-_65a9dda4-09df-c8c6-bc46-b8152075dcde-83eddabb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_65a9dda4-09df-c8c6-bc46-b8152075ddb8-83eddabb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_65a9dda4-09df-c8c6-bc46-b8152075ddbd-83eddabb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_499e5aa4-18ac-fa3d-ebb7-10aeefd44345-efd4433f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_499e5aa4-18ac-fa3d-ebb7-10aeefd4437f-efd4433f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_499e5aa4-18ac-fa3d-ebb7-10aeefd443a4-efd4433f {
  place-self: end;
}

#w-node-_3b3ebe3e-88e9-f3c2-59d7-07da6b096259-e17a7716, #w-node-_3b3ebe3e-88e9-f3c2-59d7-07da6b09625d-e17a7716, #w-node-_3b3ebe3e-88e9-f3c2-59d7-07da6b096264-e17a7716, #w-node-_3b3ebe3e-88e9-f3c2-59d7-07da6b0962e9-e17a7716, #w-node-_3b3ebe3e-88e9-f3c2-59d7-07da6b0962ed-e17a7716, #w-node-_3b3ebe3e-88e9-f3c2-59d7-07da6b0962f4-e17a7716 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c612-83eddabb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c661-83eddabb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c7f4-83eddabb {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c83e-83eddabb {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c905-83eddabb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c919-83eddabb {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c936-83eddabb {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c94d-83eddabb {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c96a-83eddabb {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c9aa-83eddabb {
    grid-area: 6 / 2 / 7 / 3;
  }

  #w-node-_499e5aa4-18ac-fa3d-ebb7-10aeefd4437f-efd4433f {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c612-83eddabb, #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c7f4-83eddabb {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c905-83eddabb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c919-83eddabb {
    grid-row: 4 / 5;
    grid-column-end: 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c936-83eddabb {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c94d-83eddabb {
    grid-row: 7 / 8;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c96a-83eddabb {
    grid-row: 6 / 7;
    grid-column-end: 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c9aa-83eddabb {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-ac39f0f0-9417-1005-630c-b4a1ead3c9e6-83eddabb, #w-node-_3a00cc8d-4c7b-c50b-e382-a74dd6574157-83eddabb, #w-node-d886c581-b576-8ebb-c2d8-60fa78ef757a-83eddabb, #w-node-d48ef0af-16f3-c1f5-6d98-66d81a088fd1-83eddabb, #w-node-_65a9dda4-09df-c8c6-bc46-b8152075db31-83eddabb, #w-node-_9ead6c12-86cb-42ec-6e45-6231a835e8cf-83eddabb, #w-node-_65a9dda4-09df-c8c6-bc46-b8152075dcde-83eddabb, #w-node-_65a9dda4-09df-c8c6-bc46-b8152075ddbd-83eddabb {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_499e5aa4-18ac-fa3d-ebb7-10aeefd443a4-efd4433f {
    place-self: end center;
  }
}


@font-face {
  font-family: 'Mona Sans';
  src: url('../fonts/Mona-Sans.woff') format('woff');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Tight';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}