:root {
  --black: black;
  --white: white;
}

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

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformheader {
  text-align: center;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userresetpasswordformwrapper, .w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-useraccountwrapper {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-users-blockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-users-blockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  margin-bottom: 20px;
  padding: 20px;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  color: #fff;
  background-color: #1e1e21;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 1;
}

h1 {
  font-size: 80px;
  line-height: 1;
}

h2 {
  font-size: 72px;
  font-weight: 700;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 56px;
  font-weight: 700;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
}

p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

a {
  color: #fff;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 3px solid #ebebeb;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 80px;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 11px;
}

.style-guide-section {
  border-radius: 4px;
  margin: 20px;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 1px 1px #0003;
}

.button-primary {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  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:hover {
  border-color: #ffffff40;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-divider {
  background-color: #ffffff29;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 10px;
}

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

.nav-list {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 89px;
  display: flex;
}

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

.nav-buttons {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.button-text {
  letter-spacing: .2px;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.button-text.float {
  font-family: Satoshi, sans-serif;
  font-size: 14px;
}

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

.logo-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-hero {
  height: 100vh;
  min-height: 1280px;
  margin-top: 112px;
  position: relative;
}

.section-hero.styles---glowing-button {
  height: auto;
  min-height: auto;
  margin-bottom: 0;
}

.section-hero.styles---glowing-button-copy, .section-hero.styles---glowing-button-copy-copy {
  min-height: 1500px;
}

.section-hero.styles---glowing-button-copy {
  height: 90vh;
  min-height: auto;
  margin-bottom: 0;
}

.section-hero.styles---glowing-button-copy-copy {
  height: 200vh;
  min-height: auto;
  margin-bottom: 0;
}

.container {
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container.relative {
  position: relative;
}

.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;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1.5;
}

.intro-block {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-block.driving-ai {
  width: 800px;
}

.display-paragraph {
  color: #6d6d6d;
  text-align: center;
  margin-top: -3px;
  margin-bottom: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

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

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

.button-primary-icon.diagram.glowing-wrapper-button.glowing-wrapper-active {
  cursor: pointer;
}

.primary-button-text {
  font-family: Conthrax Sb, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.solar-system {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 93px;
  padding-bottom: 0;
  display: flex;
  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%;
}

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

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

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

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

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

.diagram-planet {
  z-index: 200;
  position: relative;
  bottom: -12px;
}

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

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

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

.section-genius {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 144px;
  overflow: hidden;
}

.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-family: Conthrax Sb, sans-serif;
  font-size: 40px;
}

.display-2.automator {
  font-family: Conthrax Sb, sans-serif;
  font-size: 40px;
  line-height: 50px;
}

.display-2.ui-ai {
  font-family: Conthrax Sb, sans-serif;
  font-size: 60px;
}

.display-paragraph-2 {
  color: #a9a9a9;
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.display-paragraph-2.magician {
  color: #6d6d6d;
  margin-bottom: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.display-paragraph-2.automator {
  font-family: Satoshi, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.button-flex {
  margin-top: 32px;
  display: flex;
}

.button-flex.z-top {
  z-index: 10;
  position: relative;
}

.gradient-wrapper {
  background-image: linear-gradient(135deg, #1e1e20, #0e0e11 32%);
  display: block;
  position: relative;
}

.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 {
  margin-top: -327px;
  padding-top: 56px;
  display: block;
}

.grid.automator {
  grid-template-rows: auto auto;
}

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

.grid.genius-copy {
  grid-column-gap: 24px;
  margin-top: 0;
  padding-top: 56px;
  padding-bottom: 83px;
}

.grid.magician {
  display: block;
}

.section-magician {
  margin-top: -863px;
  padding-top: 152px;
  overflow: hidden;
}

.section-automator {
  margin-top: -92px;
  padding-top: 295px;
  overflow: hidden;
}

.section-ui-ai {
  margin-top: 34px;
  padding-top: 132px;
  overflow: hidden;
}

.footer {
  max-width: 1200px;
  margin-top: 85px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.footer-flex {
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 277px;
  display: flex;
  position: relative;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  min-width: 240px;
  margin-right: 112px;
  display: flex;
}

.footer-tagline {
  color: #ffffffb8;
  margin-top: 16px;
  margin-bottom: 24px;
  font-family: Conthrax Sb, sans-serif;
  font-weight: 500;
  line-height: 24px;
}

.footer-col-2 {
  flex-direction: column;
  align-items: flex-start;
  width: 150px;
  margin-right: 10px;
  display: flex;
}

.footer-col-2.last {
  margin-right: 0;
}

.footer-heading {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

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

.footer-graphic {
  z-index: 0;
  width: 300px;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: auto auto -66px -70px;
}

.footer-bottom {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 124px;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

.footer-year {
  opacity: .8;
  color: #a9a9a9;
  margin-top: 16px;
  margin-left: 210px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.footer-socials-flex {
  align-items: center;
  display: flex;
}

.social-icon-link {
  filter: brightness(50%);
  margin-right: 12px;
  transition: all .2s;
}

.social-icon-link:hover {
  filter: brightness(200%);
}

.social-icon {
  width: 24px;
}

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

.planet-1 {
  box-shadow: none;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto 143px -7px auto;
}

.planet-2 {
  box-shadow: none;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  position: absolute;
  inset: auto 347px 141px auto;
}

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

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

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

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

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

.planet-8 {
  box-shadow: none;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 778px 1149px auto auto;
}

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

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

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

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

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

.diagram-button {
  display: none;
}

.brown-planet-img {
  width: 100%;
  min-width: 100%;
}

.card-heading {
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Conthrax Sb, sans-serif;
  font-size: 20px;
  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.magic-rename.mobile, .card-heading.mobile-design-system, .card-heading.build-automations-mobile, .card-heading.ui-ai-models-mobile, .card-heading.ui-ai-playground-mobile {
  display: none;
}

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

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

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

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

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

.card-paragraph.short {
  max-width: 340px;
}

.card-paragraph.short.mobile {
  display: none;
}

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

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

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

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

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

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

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

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

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

.wand-div {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: -875px;
  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;
}

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

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

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

.glow {
  z-index: 0;
  width: 980px;
  position: relative;
  top: -303px;
}

.glow-blur {
  z-index: 1;
  filter: blur(60px);
  background-color: #111113;
  width: 800px;
  height: 250px;
  position: absolute;
  top: 200px;
}

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

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

.planet-magician-icon {
  z-index: 2;
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.planet-magician-img {
  width: 100%;
  min-width: 100%;
}

.planet-genius-icon {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.planet-genius-img, .planet-ui-ai-img {
  width: 100%;
  min-width: 100%;
}

.planet-ui-ai-icon {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.planet-automator-img {
  width: 100%;
}

.planet-automator-icon {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.brown-planet-ring {
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 19px 0% 0%;
}

.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 {
  -webkit-backface-visibility: visible;
  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;
}

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

.pages {
  background-color: #fff;
  background-image: repeating-linear-gradient(#00000030, #ffffff1a 5%);
}

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

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

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

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

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

.cover__front-shadow {
  background-image: linear-gradient(45deg, #0000001a, #fce1191a);
  border-top-right-radius: 8px;
  position: absolute;
  inset: 0%;
}

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

.book-outline {
  z-index: 100;
  opacity: .32;
  width: 164px;
  min-width: 171px;
  max-width: 171px;
  position: absolute;
  top: 6px;
  left: 20px;
}

.book-title {
  z-index: 100;
  width: 120px;
  position: relative;
  top: 0;
  right: -7px;
}

.book-sparkle {
  z-index: 100;
  width: 26px;
  position: absolute;
  top: 48px;
  right: 82px;
}

.spine-text {
  transform-style: preserve-3d;
  width: 25px;
  position: absolute;
  top: 64px;
  right: 4px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.spine-logo {
  transform-style: preserve-3d;
  width: 20px;
  position: absolute;
  top: 14px;
  right: 6px;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-icon-area {
  height: 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;
}

.tile-magic-icon {
  filter: none;
  width: 48px;
}

.tile-icon {
  background-image: linear-gradient(#343236, #38343f);
  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;
}

.magic-icon-blur {
  z-index: 0;
  filter: blur(18px);
  background-color: #1d1c20;
  width: 800px;
  height: 600px;
  position: absolute;
  inset: 48px -570px 0% auto;
  transform: rotate(17deg);
}

.magic-icon-wand {
  z-index: 7;
  height: 100%;
  display: flex;
  position: relative;
  top: -352px;
}

.magic-icons-fade {
  background-image: linear-gradient(#0000, #181719);
  width: 630px;
  height: 290px;
  position: absolute;
  inset: 0% 0% 0% 0;
}

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

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

.magic-image-wand {
  z-index: 7;
  height: 100%;
  display: flex;
  position: relative;
  top: -352px;
}

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

.tile-image-area {
  height: 100%;
  position: relative;
}

.tile-magic-image {
  opacity: .16;
  width: 100px;
}

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

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

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

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

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

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

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

.text-relative {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.frame-icon {
  margin-right: 16px;
}

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

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

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

.frames-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 15px;
  display: flex;
}

.layer-tree {
  width: 350px;
  display: flex;
}

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

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

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

.figma-divider {
  background-color: #00000054;
  width: 2px;
  height: 400px;
}

.figma-canvas {
  background-color: #2b292e;
  flex: 1;
  box-shadow: inset 0 2px 2px #525154;
}

.figma-frame {
  background-color: #3e3d42;
  border-radius: 48px;
  height: 400px;
  position: relative;
}

.frame-layer-name-div {
  align-items: center;
  margin-bottom: 10px;
  margin-left: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.figma-frame-flex {
  z-index: 5;
  border-radius: 14px;
  flex-direction: column;
  margin-top: 56px;
  margin-left: 48px;
  display: flex;
  position: relative;
}

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

.figma-selected-layer {
  border: 2px solid #18a0fb;
  position: absolute;
  inset: 0%;
}

.figma-selected-box {
  background-color: #fff;
  border: 2px solid #18a0fb;
  width: 14px;
  height: 14px;
  position: absolute;
  inset: -8px auto auto -7px;
}

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

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

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

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

.magic-text {
  width: 530px;
  position: relative;
  top: 47px;
  right: 3px;
}

.magic-copy-wand {
  z-index: 10;
  height: 100%;
  display: flex;
  position: relative;
  top: -64px;
}

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

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

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

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

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

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

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

.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-height: 400px;
}

.designer-card {
  perspective: 3500px;
  min-height: 400px;
  max-height: 400px;
  position: relative;
}

.lorem-particles {
  z-index: 1;
  opacity: .81;
  width: 684px;
  height: 135px;
  position: relative;
  inset: -37px 0% 0% 62px;
  overflow: hidden;
}

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

.galaxy-logo-face {
  z-index: 2;
  color: #fff0;
  background-image: url('../images/1000x1000.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.diagram-galaxy-logo {
  z-index: 100;
  color: #fff0;
  width: 190px;
  height: 190px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: -4px;
}

.mask {
  z-index: 1;
  background-color: #473d7c;
  width: 100%;
  height: 25px;
  position: absolute;
  top: 25px;
}

.mask.right {
  color: #fff0;
  background-color: #0606ff;
  border-radius: 20px;
  width: 160px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  top: 17px;
}

.galaxy-logo-circle {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.galaxy-logo-circle.galaxy-circle {
  background-image: none;
  border-radius: 100%;
}

.galaxy-logo-circle.galaxy-circle.back {
  z-index: 0;
  box-shadow: none;
  color: #fff0;
  background-color: #65656600;
  background-image: none;
  border-radius: 100%;
  position: absolute;
  bottom: -8px;
}

.d-cutout {
  z-index: 500;
  width: 72px;
  height: 140px;
  position: absolute;
  top: 24px;
  left: 92px;
}

.figma-front {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: relative;
}

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

.figma-pill-1 {
  width: 100px;
  height: 100px;
  position: relative;
}

.figma-pill-1.z-1 {
  z-index: 1;
}

.figma-pill-1.z-2 {
  z-index: 2;
}

.figma-pill-1.z-3 {
  z-index: 3;
}

.figma-box {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.figma-box.box--4 {
  background-color: #51cdff;
  border-radius: 50% 50% 50px;
  box-shadow: inset -1px -4px 14px #2656ff;
}

.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.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-top {
  background-color: #ae62ff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: inset 9px 0 15px #7400bb;
}

.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-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-flex {
  background-color: #51cdff;
  border-radius: 50% 50% 50px;
  overflow: visible;
  box-shadow: inset -1px -4px 14px #2656ff;
}

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

.figma-box.figma-flex {
  background-color: #ae62ff;
  border-radius: 50%;
  overflow: visible;
  box-shadow: inset 9px 0 15px #7400bb;
}

.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.figma-flex {
  background-color: #ae62ff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  box-shadow: inset 9px 0 15px #7400bb;
}

.magician-logo-large {
  z-index: 3;
  width: 100px;
  display: flex;
  position: absolute;
  top: 210px;
  left: 219px;
  transform: scale(2.12);
}

.magician-logo-img {
  z-index: 1;
  position: relative;
}

.magician-logo-glow {
  z-index: 0;
  width: 140px;
  max-width: none;
  position: absolute;
  inset: -17px 0% 0% -21px;
}

.icon-stars {
  z-index: 5;
  width: 1660px;
  max-width: none;
  display: none;
  position: absolute;
  inset: 177px -325px auto auto;
}

.lorem-stars {
  z-index: 4;
  width: 1660px;
  max-width: none;
  position: absolute;
  inset: -111px -325px auto auto;
}

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

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

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

.figma-tab {
  border-left: 1px solid #353535;
  border-right: 1px solid #353535;
  justify-content: center;
  align-items: center;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.rename-stars {
  z-index: 5;
  width: 1660px;
  max-width: none;
  position: absolute;
  inset: 181px -283px auto auto;
}

.image-stars {
  z-index: 4;
  width: 1410px;
  max-width: none;
  display: none;
  position: absolute;
  inset: auto 0% -58px -461px;
}

.book-stars {
  z-index: 4;
  width: 1660px;
  max-width: none;
  position: absolute;
  inset: 156px -337px auto auto;
}

.ai-wand-div {
  z-index: 7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  top: 201px;
}

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

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

.wand-beam {
  z-index: 0;
  opacity: 1;
  width: 100px;
  position: absolute;
  inset: -87px 0% 0% 546px;
  transform: rotate(89deg);
}

.wand-grain {
  z-index: 4;
  max-width: 100%;
  height: 460px;
  display: none;
  position: absolute;
  inset: 0%;
  transform: rotate(0);
}

.book-author {
  z-index: 100;
  width: 70px;
  position: relative;
  top: 12px;
  right: -7px;
}

.book-outline-back {
  opacity: .32;
  width: 164px;
  min-width: 171px;
  max-width: none;
  position: absolute;
  top: 6px;
  left: 11px;
}

.book-logo-back {
  width: 70px;
  position: relative;
  top: 0;
  right: 0;
}

.conjure-div {
  position: relative;
  top: 16px;
}

.card_side {
  -webkit-backface-visibility: hidden;
  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-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;
}

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

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

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

.icon_card_side {
  -webkit-backface-visibility: hidden;
  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;
}

.tile-magic-icon-card {
  opacity: .16;
  width: 52px;
}

.icon_card_side_2 {
  -webkit-backface-visibility: hidden;
  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;
}

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

.question-mark-pattern {
  z-index: 1;
  width: 220px;
  max-width: none;
  position: relative;
  top: -10px;
}

.question-mark-fade {
  z-index: 2;
  background-image: linear-gradient(#1d1c20 60%, #fff0 92%);
  height: 800px;
  position: absolute;
  inset: auto 0% 0%;
}

.teaser-logo-flex {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 329px;
  display: flex;
  position: absolute;
  top: -186px;
}

.genius-header-logo {
  z-index: 0;
  cursor: pointer;
  position: relative;
}

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

.teaser-text-div {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

.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-description-1 {
  perspective-origin: 0 0;
  transform-origin: 0 0;
  background-color: #29292b;
  border-radius: 8px;
  width: 64px;
  height: 6px;
  margin-bottom: 6px;
}

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

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

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

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

.lofi-flex-1 {
  flex-direction: column;
  justify-content: center;
  margin-left: 22px;
  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;
}

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

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

.cursor-arrow {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ui-ai-genius-flex.w--current {
  top: 38px;
}

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

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

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

.ui-ai-genius-ring-4 {
  z-index: 6;
  opacity: .03;
  border: 1.2px solid #9292af;
  border-radius: 112px;
  margin: -80px;
  position: absolute;
  inset: 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;
}

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

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

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

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

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

.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.purple {
  background-color: #907cff;
}

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

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

.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-right-panel {
  border-left: 1px solid #ffffff12;
  width: 200px;
  height: 100%;
  margin-left: 38px;
}

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

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

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

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

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

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

.genius-figma-grain {
  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%;
}

.genius-figma-grain-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%;
}

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

.text-design-orbit-1 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

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

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

.text-to-design-div {
  border-radius: 10px;
  width: 500px;
  height: 52px;
  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;
}

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

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

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

.text-design-orbit-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-3 {
  opacity: .15;
  background-image: url('../images/orbit-03.svg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.text-design-orbit-4 {
  opacity: .1;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.text-design-orbit-5 {
  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: block;
}

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

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

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

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

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

.gen-button-stars-div {
  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;
}

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

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

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

.generate-button-orbit {
  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;
}

.button-planet {
  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;
}

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

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

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

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

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

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

.menu-item {
  cursor: none;
  margin-bottom: 16px;
  display: flex;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iterate-button-orbit {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shooting-star-1 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 178px;
  right: 345px;
}

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

.shooting-star-3 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 2554px;
  right: 647px;
}

.chat-orbit-1 {
  z-index: 3;
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 88px;
  height: 88px;
  position: absolute;
}

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

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

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

.chat-orbit-3 {
  z-index: 3;
  opacity: .15;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 200px;
  height: 200px;
  position: absolute;
}

.chat-orbit-4 {
  z-index: 3;
  opacity: .1;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 250px;
  height: 250px;
  position: absolute;
}

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

.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.bold {
  font-size: 15px;
  font-weight: 800;
}

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

.chat-orbit-5 {
  z-index: 3;
  opacity: .1;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 300px;
  height: 300px;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

.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-share-icon {
  width: 24px;
}

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

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

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

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

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

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

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

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

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

.genius-cursor-invite-2 {
  z-index: -1;
  cursor: default;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -143px;
  left: 900px;
}

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

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

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

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

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

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

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

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

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

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

.share-button-stars-div {
  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;
}

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

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

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

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

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

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

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

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

.send-button-stars-div {
  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;
}

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

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

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

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

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

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

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

.chat-blur {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.galaxy-background {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/stars-bg.png');
  background-position: 50%;
  background-size: 1090px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.smart-prompt-relative {
  cursor: pointer;
  border-radius: 8px;
  width: 110px;
  margin-left: 10px;
  display: flex;
  position: relative;
  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;
}

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

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

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

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

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

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

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

.element-button-stars-div-1 {
  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;
}

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

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

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

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

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

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

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

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

.smart-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-stars-div {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.restaurant-small-details {
  color: #7e8389;
  letter-spacing: .1px;
  font-size: 10px;
  font-weight: 600;
  line-height: 13px;
}

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

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

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

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

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

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

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

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

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

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

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

.food-stars-div {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iterate-orbit-1 {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

.iterate-orbit-2 {
  opacity: .2;
  background-image: url('../images/orbit-02.svg');
  background-position: 50%;
  background-size: cover;
  width: 260px;
  height: 260px;
  position: absolute;
}

.iterate-orbit-3 {
  opacity: .15;
  background-image: url('../images/orbit-03.svg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.iterate-orbit-4 {
  opacity: .1;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.iterate-orbit-5 {
  opacity: .1;
  background-image: url('../images/orbit-05.svg');
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

.suggest-orbit-1 {
  opacity: .15;
  background-image: url('../images/orbit-03.svg');
  background-position: 50%;
  background-size: cover;
  width: 350px;
  height: 350px;
  position: absolute;
}

.suggest-orbit-2 {
  opacity: .1;
  background-image: url('../images/orbit-04.svg');
  background-position: 50%;
  background-size: cover;
  width: 440px;
  height: 440px;
  position: absolute;
}

.suggest-orbit-3 {
  opacity: .1;
  background-image: url('../images/orbit-05.svg');
  background-position: 50%;
  background-size: cover;
  width: 535px;
  height: 535px;
  position: absolute;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ds-button.modal {
  background-color: #0b99ff;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ds-card-bg {
  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;
}

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

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

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

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

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

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

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

.ds-card-bg-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;
}

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

.ds-card-bg-3 {
  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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-add-icon {
  width: 30px;
  min-width: 30px;
  margin-right: -8px;
}

.ui-settings-icon {
  width: 30px;
}

.ui-settings-icon.disabled {
  display: none;
}

.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.search {
  color: #a9a9a9;
  margin-right: 0;
  font-weight: 400;
}

.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.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-busy {
  cursor: pointer;
  font-weight: 500;
  text-decoration: none;
}

.automator-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  margin-left: -32px;
  position: absolute;
}

.ui-search-icon {
  width: 32px;
  margin-left: -12px;
}

.automator-ui-name {
  color: #fff;
  letter-spacing: .3px;
  cursor: default;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

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

.automation-name-flex {
  z-index: 2;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.automator-ui-logo {
  width: 16px;
}

.ui-row {
  border-bottom: 1.5px solid #ffffff0a;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 6px 16px;
  display: flex;
}

.ui-row.search {
  border-bottom-color: #ffffff0a;
  height: 40px;
  margin-bottom: 0;
}

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

.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-close-icon {
  opacity: .5;
  width: 30px;
  margin-right: -8px;
}

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

.automation-color-circle {
  background-color: #7762f6;
  border-radius: 360px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.automation-color-circle.orange {
  background-color: #f97f0f;
}

.automation-color-circle.red {
  background-color: #f24822;
}

.automation-color-circle.twitter-1 {
  background-color: #1d9bf0;
}

.automation-color-circle.twitter-2 {
  background-color: #72b1f0;
}

.automation-color-circle.twitter-3 {
  background-color: #9ccaf8;
}

.automation-color-circle.netflix-1 {
  background-color: #d22f27;
}

.automation-color-circle.netflix-2 {
  background-color: #e14a42;
}

.automation-color-circle.netflix-3 {
  background-color: #f0655e;
}

.automation-color-circle.netflix-4 {
  background-color: #ff8079;
}

.automation-color-circle.robinhood-1 {
  background-color: #5ac53b;
}

.automation-color-circle.robinhood-2 {
  background-color: #6fd452;
}

.automation-color-circle.robinhood-3 {
  background-color: #9aef83;
}

.automation-color-circle.robinhood-4 {
  background-color: #a7f791;
}

.automation-color-circle.meta-1 {
  background-color: #2862d8;
}

.automation-color-circle.meta-2 {
  background-color: #3b7ce2;
}

.automation-color-circle.meta-3 {
  background-color: #4f96eb;
}

.automation-color-circle.meta-4 {
  background-color: #62b0f5;
}

.automation-color-circle.cash-app-1 {
  background-color: #00d233;
}

.automation-color-circle.cash-app-2 {
  background-color: #0bd652;
}

.automation-color-circle.cash-app-3 {
  background-color: #50e985;
}

.automation-color-circle.cash-app-4 {
  background-color: #78fca6;
}

.automation-color-circle.doordash-1 {
  background-color: #ff3109;
}

.automation-color-circle.doordash-2 {
  background-color: #ff4f30;
}

.automation-color-circle.doordash-3 {
  background-color: #f86a50;
}

.automation-color-circle.doordash-4 {
  background-color: #ff9583;
}

.automation-color-circle.instacart-1 {
  background-color: #003e29;
}

.automation-color-circle.instacart-2 {
  background-color: #234a37;
}

.automation-color-circle.instacart-3 {
  background-color: #48725d;
}

.automation-color-circle.instacart-4 {
  background-color: #608c76;
}

.automation-color-circle.snapchat-1 {
  background-color: #fffc01;
}

.automation-color-circle.snapchat-2 {
  background-color: #fdfb61;
}

.automation-color-circle.snapchat-3 {
  background-color: #fffd9b;
}

.automation-color-circle.snapchat-4 {
  background-color: #fffebe;
}

.automation-color-circle.reddit-1 {
  background-color: #ff4500;
}

.automation-color-circle.reddit-2 {
  background-color: #fe6027;
}

.automation-color-circle.reddit-3 {
  background-color: #fe7b4f;
}

.automation-color-circle.reddit-4 {
  background-color: #ff9c7d;
}

.automation-color-circle.yellow {
  background-color: #ffda1c;
}

.automation-color-circle.green {
  background-color: #1cc47d;
}

.automation-color-circle.twitter-4 {
  background-color: #bedbf8;
}

.ui-tabs-flex {
  align-items: center;
  display: flex;
}

.automator-toolbar-icons {
  margin-left: -4px;
  display: flex;
}

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

.automator-info-heading {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.automator-card-image {
  border-radius: 8px;
}

.automator-card-div {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 12px;
  display: flex;
}

.automator-info-subhead {
  color: #a9a9a9;
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.automator-tag {
  background-color: #383735;
  border-radius: 32px;
  padding: 5px 8px;
}

.automator-tag-text {
  color: #fff;
  letter-spacing: .2px;
  font-size: 10px;
  font-weight: 500;
}

.airtable-card-2, .airtable-card-3, .airtable-card-4, .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;
}

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

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

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

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

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

.color-swatch {
  background-color: #a3b18a;
  border-radius: 10px;
  width: 64px;
  height: 32px;
}

.color-swatch.green-2 {
  background-color: #588157;
}

.color-swatch.green-3 {
  background-color: #3a5a40;
}

.color-swatch.green-4 {
  background-color: #344e41;
}

.color-swatch.brown-1 {
  background-color: #a59585;
}

.color-swatch.brown-2 {
  background-color: #796048;
}

.color-swatch.brown-3 {
  background-color: #413424;
}

.color-swatch.brown-4 {
  background-color: #43281c;
}

.color-swatch.blue-1 {
  background-color: #a9d6e5;
}

.color-swatch.blue-2 {
  background-color: #488fad;
}

.color-swatch.blue-3 {
  background-color: #01497c;
}

.color-swatch.blue-4 {
  background-color: #012a4a;
}

.color-swatch.red-1 {
  background-color: #f7c6ad;
}

.color-swatch.red-2 {
  background-color: #e2725b;
}

.color-swatch.red-3 {
  background-color: #e05a3e;
}

.color-swatch.red-4 {
  background-color: #a73c27;
}

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

.color-palette-heading {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.color-palette-code {
  color: #a9a9a9;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

.color-palette-info {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 12px;
  display: flex;
}

.color-palette-row {
  margin-right: 12px;
}

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

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

.batch-icon {
  width: 32px;
  min-width: 32px;
}

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

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

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

.outline-spec-info {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding: 16px;
  display: flex;
}

.outline-spec-img {
  border-radius: 16px 16px 0 0;
  height: 110px;
}

.outline-favorite-icon {
  border-radius: 100px;
  width: 32px;
  height: 32px;
  position: absolute;
  inset: 6px auto auto 6px;
}

.outline-spec-line {
  background-color: #e9e9e9;
  width: 58px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

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

.outline-spec-1 {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 35px;
  left: 13px;
}

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

.outline-spec-flex {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.outline-spec-flex.center {
  align-items: center;
}

.outline-spec-2 {
  cursor: pointer;
  align-items: flex-start;
  height: 20px;
  display: flex;
  position: relative;
  top: 113px;
  left: -32px;
}

.outline-spec-line-2 {
  background-color: #e9e9e9;
  width: 120px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

.outline-spec-3 {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 114px;
  left: 45px;
}

.outline-spec-line-3 {
  background-color: #e9e9e9;
  width: 40px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

.outline-spec-4 {
  cursor: pointer;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 5px;
  left: 28px;
}

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

.outline-spec-line-4 {
  background-color: #e9e9e9;
  width: 30px;
  height: 2px;
  margin-top: 6px;
  margin-left: 10px;
  position: relative;
}

.outline-spec-5 {
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  top: 61px;
  left: 144px;
}

.outline-spec-line-5 {
  background-color: #e9e9e9;
  width: 2px;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 6px;
  position: relative;
}

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

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

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

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

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

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

.automator-community-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  position: absolute;
  bottom: 12px;
}

.automator-card-badge-text {
  color: #fff;
  letter-spacing: .2px;
  font-size: 10px;
  font-weight: 600;
}

.card-info-top {
  flex-direction: row;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.automator-card-avi {
  border-radius: 100%;
  width: 28px;
}

.automator-cards-row {
  margin-bottom: 24px;
  display: flex;
  position: relative;
  left: -506px;
}

.automator-download-text {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.automator-card-description {
  color: #a9a9a9;
  letter-spacing: .1px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
}

.automator-card-badge {
  background-color: #7c61ff;
  border-radius: 48px;
  margin-left: 12px;
  padding: 8px 12px;
}

.automator-card-badge.green {
  background-color: #1bc47d;
}

.automator-card-badge.red {
  background-color: #f34822;
}

.automator-card-badge.yellow {
  background-color: #aa8b1c;
}

.automator-card-badge.blue {
  background-color: #18a0fb;
}

.automatorcard-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

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

.automator-card:hover {
  box-shadow: inset 0 0 2px 1px #0b99ff, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.automator-card.green {
  background-color: #1bc47d;
  background-image: linear-gradient(#242325, #171619);
  text-decoration: none;
}

.automator-card.green:hover {
  box-shadow: inset 0 0 2px 1px #1cc47d, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.automator-card.yellow {
  background-color: #f2bd00;
  text-decoration: none;
}

.automator-card.yellow:hover {
  box-shadow: inset 0 0 2px 1px #ffda1c, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.automator-card.blue {
  background-color: #f24822;
  text-decoration: none;
}

.automator-card.red {
  text-decoration: none;
}

.automator-card.red:hover {
  box-shadow: inset 0 0 2px 1px #f24922, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.automator-card.purple {
  background-image: linear-gradient(#242325, #171619);
  height: 230px;
  text-decoration: none;
}

.automator-card.purple:hover {
  box-shadow: inset 0 0 2px 1px #7d60ff, 0 20px 25px -5px #000c, 0 10px 10px -5px #000000e6;
}

.automator-download-button {
  background-color: #2b2b2b;
  border-radius: 48px;
  margin-top: 16px;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .2s;
}

.automator-download-button:hover {
  background-color: #3d3d3d;
}

.automator-dropdown-icon {
  opacity: .5;
}

.automator-dropdown-icon.disabled {
  opacity: 0;
}

.automator-drag-icon {
  opacity: .5;
  width: 36px;
}

.ui-layer-row {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

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

.ui-layer-row-3 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 54px;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

.ui-layer-row-4, .ui-layer-row-5 {
  justify-content: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 78px;
  padding: 6px 16px 6px 8px;
  text-decoration: none;
  display: flex;
}

.ui-row-2 {
  border-bottom: 1.5px solid #ffffff0a;
  justify-content: space-between;
  align-items: center;
  height: 38px;
  padding: 6px 16px;
  display: flex;
}

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

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

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

.automator-drag-icon-large {
  opacity: .5;
  width: 40px;
  margin-right: 0;
}

.automation-name-flex-grid {
  z-index: 2;
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.automator-build-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  margin-left: -32px;
  position: absolute;
}

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

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

.automator-build-blocker {
  z-index: 10;
  position: absolute;
  inset: 0%;
}

.automator-cloud-absolute {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  margin-left: -32px;
  position: absolute;
}

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

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

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

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

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

.twitter-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.automator-cloud-ui-twitter, .automator-cloud-ui-netflix, .automator-cloud-ui-robinhood, .automator-cloud-ui-meta, .automator-cloud-ui-cash-app, .automator-cloud-ui-doordash, .automator-cloud-ui-instacart, .automator-cloud-ui-snap, .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;
}

.teams-relative-div {
  width: 100%;
  position: relative;
}

.twitter-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.netflix-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.netflix-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.robinhood-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.robinhood-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.meta-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.meta-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.cash-app-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.cash-app-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.doordash-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.doordash-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.instacart-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.instacart-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.snapchat-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.snapchat-icon-2 {
  z-index: 0;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.reddit-icon {
  z-index: 2;
  width: 48px;
  position: relative;
}

.reddit-icon-2 {
  z-index: 1;
  width: 100%;
  max-width: 48px;
  position: absolute;
  inset: 0%;
}

.ui-ai-text {
  color: #a9a9a9;
  cursor: default;
  margin-left: 4px;
  font-size: 13px;
  font-weight: 700;
}

.ui-ai-flex {
  justify-content: space-between;
  align-items: center;
  width: 216px;
  display: flex;
  position: absolute;
  inset: auto auto 10px 16px;
}

.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.emoji {
  background-color: #ffc414;
}

.ui-ai-button.fonts {
  background-color: #00ccb1;
}

.ui-ai-button.layers {
  background-color: #7b61ff;
}

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

.ui-ai-tiny-logo {
  opacity: 1;
  width: 16px;
}

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

.prompt-placeholder {
  color: #fff;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
}

.ui-ai-powered-text {
  color: #a9a9a9;
  cursor: default;
  margin-right: 6px;
  font-size: 13px;
  font-weight: 500;
}

.ui-ai-button-flex {
  margin-top: 16px;
  display: flex;
  position: relative;
}

.prompt-box {
  background-color: #29292b;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  height: 130px;
  padding: 16px;
  display: flex;
  position: relative;
}

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

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

.ui-ai-diagram-button-icon {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  box-shadow: 0 2px 4px #00000052;
}

.ui-ai-diagram-button-text {
  cursor: default;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

.ui-ai-canvas-top-bar {
  opacity: .4;
  align-items: center;
  display: flex;
}

.ui-ai-tabber {
  background-color: #29292b;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  margin-left: 21px;
  display: flex;
}

.ui-ai-tabber-text {
  cursor: default;
  font-size: 12px;
  font-weight: 600;
  line-height: 14px;
}

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

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

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

.card-info-flex {
  align-items: center;
  display: flex;
}

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

.ui-ai-dropdown-text {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.ui-ai-icon-dropdown {
  width: 18px;
  margin-right: 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;
}

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

.ui-ai-glyph-flex {
  align-items: flex-start;
  display: flex;
}

.ui-ai-glyph {
  width: 120px;
  margin-bottom: 16px;
  margin-right: 16px;
}

.ui-ai-glyph._1, .ui-ai-glyph._2, .ui-ai-glyph._3, .ui-ai-glyph._4 {
  z-index: 2;
  cursor: pointer;
  position: relative;
}

.ui-ai-glyph-flex-vertical {
  z-index: 3;
  display: none;
  position: relative;
  top: 16px;
  left: 16px;
}

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

.ui-ai-emoji-flex-vertical {
  z-index: 3;
  display: none;
  position: relative;
  top: 16px;
  left: 22px;
}

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

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

.ui-ai-fonts-flex-vertical {
  z-index: 3;
  display: none;
  position: relative;
  top: 40px;
  left: 25px;
}

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

.ui-ai-playground-input-layers {
  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;
}

.ui-ai-dropdown-toggle-glyphs {
  border-radius: 16px;
  align-items: center;
  width: 116px;
  padding: 8px 12px;
  display: flex;
}

.ui-ai-dropdown-toggle-emojis, .ui-ai-dropdown-toggle-fonts, .ui-ai-dropdown-toggle-layers {
  border-radius: 16px;
  align-items: center;
  width: 116px;
  padding: 8px 12px;
  display: none;
}

.ui-ai-button-primary {
  background-color: #7c61ff;
  border-radius: 12px;
  margin-top: 12px;
  margin-bottom: 16px;
  padding: 14px 20px;
  font-weight: 600;
}

.ui-ai-button-secondary {
  background-color: #232324;
  border: 1px solid #575757;
  border-radius: 12px;
  padding: 14px 20px;
  font-weight: 600;
}

.ui-ai-inner-flex {
  opacity: .5;
  align-items: center;
  display: flex;
}

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

.ui-ai-image {
  border-radius: 3px;
}

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

.ui-ai-close-icon {
  width: 12px;
}

.ui-ai-glyph-load {
  background-color: #0074c3;
  width: 0%;
  position: absolute;
  inset: 0%;
}

.ui-ai-glyph-glow {
  z-index: 0;
  opacity: .5;
  width: 390px;
  height: 315px;
  position: absolute;
  inset: -34px 0% 0% -45px;
}

.blob-blue {
  width: 390px;
  height: 315px;
  position: absolute;
  inset: 0%;
}

.blob-green, .blob-yellow, .blob-purple {
  z-index: 2;
  width: 390px;
  height: 315px;
  position: absolute;
  inset: 0%;
}

.ui-ai-button-blocker-glyphs {
  display: none;
  position: absolute;
  inset: 0%;
}

.folder-top {
  z-index: 10;
  width: 416px;
  display: none;
  position: absolute;
  bottom: 12px;
  right: -12px;
  transform: scale(.3);
}

.folder-logo {
  z-index: 10;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 10px;
  right: -12px;
  transform: scale(.3);
}

.folder-bottom {
  z-index: 1;
  width: 100%;
  display: none;
  position: absolute;
  bottom: 12px;
  right: -12px;
  transform: scale(.3);
}

.ui-ai-button-blocker-emoji {
  display: none;
  position: absolute;
  inset: 0%;
}

.ui-ai-font-div {
  cursor: pointer;
  width: 224px;
  height: 130px;
  display: flex;
  position: relative;
}

.ui-ai-font-1, .ui-ai-font-2, .ui-ai-font-3, .ui-ai-font-4, .ui-ai-font-5, .ui-ai-font-6, .ui-ai-font-7, .ui-ai-font-8, .ui-ai-font-9, .ui-ai-font-10, .ui-ai-font-11, .ui-ai-font-12, .ui-ai-font-13, .ui-ai-font-14, .ui-ai-font-15, .ui-ai-font-16, .ui-ai-font-17, .ui-ai-font-18, .ui-ai-font-19, .ui-ai-font-20, .ui-ai-font-21, .ui-ai-font-22, .ui-ai-font-23, .ui-ai-font-24, .ui-ai-font-25, .ui-ai-font-26, .ui-ai-font-27, .ui-ai-font-28, .ui-ai-font-29, .ui-ai-font-30, .ui-ai-font-31, .ui-ai-font-32, .ui-ai-font-33, .ui-ai-font-34, .ui-ai-font-35 {
  width: 100%;
  position: absolute;
  inset: 0%;
}

.ui-ai-button-blocker-font, .ui-ai-button-blocker-layers {
  display: none;
  position: absolute;
  inset: 0%;
}

.ui-ai-dropdown-toggler {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.dropdown-icon {
  opacity: .5;
  display: block;
  position: absolute;
  top: 6px;
  right: 8px;
}

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

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

.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-ai-header-div {
  margin-bottom: 32px;
  position: relative;
}

.ui-ai-preheader-text {
  color: #a9a9a9;
  text-align: center;
  letter-spacing: .15px;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.ui-ai-logo-div {
  width: 160px;
  height: 160px;
  position: relative;
}

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

.ui-ai-metal-icon-large {
  filter: none;
  width: 80px;
}

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

.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-header-logo {
  z-index: 0;
  width: 220px;
  position: relative;
  top: 40px;
  transform: translate(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%;
}

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

.card-blocker._1, .card-blocker._2, .card-blocker._3, .card-blocker._4, .card-blocker._5, .card-blocker._6, .card-blocker._7, .card-blocker._8 {
  display: none;
}

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

.ui-ai-logo-blocker {
  z-index: 500;
  width: 160px;
  height: 160px;
  position: absolute;
  inset: auto 0% 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;
}

.ui-ai-model-icon {
  box-shadow: none;
  width: 18px;
  margin-right: 8px;
}

.ui-ai-model-bar {
  z-index: 100;
  justify-content: space-around;
  display: flex;
  position: absolute;
  top: 132px;
  left: 64px;
}

.ui-ai-glyph-1 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 85px;
  left: 30px;
}

.ui-ai-glyph-2 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 187px;
  left: 22px;
}

.ui-ai-glyph-3 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 141px;
  left: 102px;
}

.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._1 {
  transform: rotate(-13deg);
}

.ui-ai-emoji-model._2 {
  top: 115px;
  left: 375px;
  transform: rotate(8deg);
}

.ui-ai-emoji-model._3 {
  top: 80px;
  left: 434px;
  transform: rotate(-8deg);
}

.ui-ai-emoji-model._4 {
  top: 115px;
  left: 491px;
  transform: rotate(13deg);
}

.ui-ai-fonts-1 {
  cursor: pointer;
  width: 96px;
  position: absolute;
  top: 187px;
  left: 367px;
}

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

.ui-ai-toggle {
  cursor: pointer;
  width: 42px;
  height: 26px;
  margin-bottom: 0;
  position: absolute;
  top: 152px;
  left: 220px;
  transform: rotate(-4deg)scale(1.2);
}

.ui-ai-fonts-2 {
  cursor: pointer;
  width: 72px;
  position: absolute;
  top: 200px;
  left: 474px;
}

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

.ui-ai-tabby-icon {
  z-index: 2;
  width: 22px;
  margin-right: 10px;
  position: relative;
}

.ui-ai-tabby-icon.last {
  opacity: .3;
  margin-right: 0;
}

.tabby-selector {
  z-index: 1;
  opacity: .14;
  background-color: #fff;
  border-radius: 4px;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 4px;
  left: 4px;
}

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

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

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

.nav-list-float.glowing-wrapper-button.glowing-wrapper-active {
  display: block;
}

.nav-list-float.glowing-wrapper-active {
  display: flex;
}

.nav-float-indicator {
  margin-top: 394px;
}

.mobile-nav-cta-flex {
  align-items: center;
  display: none;
}

.logo-mobile, .mobile-nav-zh {
  display: none;
}

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

.footer-mobile {
  max-width: 1200px;
  margin-top: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: none;
  position: relative;
}

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

.magic-text-mobile {
  width: 530px;
  display: none;
  position: relative;
  top: 47px;
  right: 3px;
}

.magic-copy-mobile-blocker, .mobile-tap-target, .generate-orbit-mobile-div {
  display: none;
}

.text-design-orbit-1-mobile, .text-design-orbit-2-mobile, .text-design-orbit-3-mobile, .text-design-orbit-4-mobile, .text-design-orbit-5-mobile {
  opacity: .25;
  background-image: url('../images/orbit-01.svg');
  background-position: 50%;
  background-size: cover;
  width: 170px;
  height: 170px;
  position: absolute;
}

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

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

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

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

.smart-element-2-mobile, .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;
}

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

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

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

.automator-community-absolute-mobile {
  z-index: 5;
  width: 100%;
  margin-top: 6px;
  display: none;
  position: absolute;
  bottom: 12px;
}

.ui-ai-model-text {
  font-size: 15px;
  font-weight: 600;
}

.magician-sparkle-1 {
  z-index: 12;
  width: 80px;
  display: flex;
  position: absolute;
  top: -180px;
  left: 13px;
  transform: none;
}

.magician-sparkle-2 {
  z-index: 12;
  width: 160px;
  display: flex;
  position: absolute;
  top: -134px;
  left: 50px;
  transform: none;
}

.magician-sparkle-glow {
  z-index: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  inset: 0%;
}

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

.magic-app-top-nav {
  width: 100%;
}

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

.magic-app-active-line {
  color: #eee;
  background-color: #7440df;
  border-radius: 20px;
  width: 32px;
  height: 4px;
  position: absolute;
  top: 46px;
  left: 16px;
}

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

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

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

.magic-app-category-name {
  color: #eee;
  font-size: 10px;
  font-weight: 700;
}

.wands-scroll {
  height: 152px;
  display: block;
  overflow: scroll;
}

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

.magic-app-listing.last {
  margin-bottom: 12px;
}

.magic-app-listing-image {
  z-index: 2;
  border-radius: 8px;
  width: 100%;
  height: 80px;
  position: relative;
  box-shadow: 0 2px 8px #0000004d;
}

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

.magic-app-info-block, .magic-app-info-blocks {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.magic-app-info-blocks.right {
  align-items: flex-end;
}

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

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

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

.magic-app-image-div {
  width: 100%;
  position: relative;
}

.magic-app-magic-image-icon {
  opacity: .16;
  width: 48px;
}

.magic-app-magic-icon-icon {
  z-index: 20;
  opacity: 1;
  width: 24px;
  min-width: 24px;
  position: absolute;
  inset: -4px 0% 0% -2px;
}

.magic-app-icon-div {
  position: relative;
}

.hats-scroll, .spellbooks-scroll, .cards-scroll {
  height: 152px;
  display: none;
  overflow: scroll;
}

.shooting-star-4 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 4427px;
  right: 647px;
}

.shooting-star-5 {
  z-index: 0;
  width: 400px;
  height: 400px;
  position: absolute;
  top: 7044px;
  right: 531px;
}

.ai-magic-click-2-mobile, .ai-magic-click-1-mobile {
  display: none;
}

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

.genius-coming-soon-text, .ui-ai-coming-soon-text {
  opacity: .7;
  color: #a9a9a9;
  text-align: center;
  margin-top: 12px;
  margin-bottom: -12px;
  font-size: 14px;
  font-weight: 500;
}

.blue-planet-img, .red-planet-img, .green-planet-image {
  width: 100%;
  min-width: 100%;
}

.section-footer {
  background-color: #0000004d;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

.orbit-overflow-hidden {
  padding-bottom: 0;
  overflow: hidden;
}

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

.cookie-modal-flex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cookie-close-icon {
  cursor: pointer;
  transform-style: preserve-3d;
  width: 14px;
  transition: transform .2s;
  position: absolute;
  inset: auto 32px auto auto;
}

.cookie-close-icon:hover {
  transform: scale3d(.9, .9, .01);
}

.cookie-close-icon.modal {
  inset: 24px 24px auto auto;
}

.banner-wrapper {
  z-index: 9999;
  color: #fff;
  background-color: #292929;
  justify-content: center;
  align-items: center;
  display: none;
  position: sticky;
  inset: 0% 0% auto;
}

.banner-text {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}

.banner-text.bold {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.banner-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  padding: 16px 56px;
  display: flex;
  overflow: hidden;
}

.banner-button {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff14;
  border-radius: 32px;
  align-items: center;
  margin-left: 12px;
  padding: 4px 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
  overflow: hidden;
}

.banner-button:hover {
  border-color: #ffffff40;
  box-shadow: 0 10px 20px #0000001a;
}

.banner-button._2 {
  margin-top: 20px;
  margin-left: 0;
  padding-top: 6px;
  padding-bottom: 6px;
}

.banner-button._2.w--current {
  padding-left: 16px;
  padding-right: 16px;
}

.cookie-button-text {
  font-size: 14px;
  font-weight: 600;
}

.cookie-modal {
  z-index: 10;
  background-color: #1d1c20;
  border: 1px solid #ffffff14;
  border-radius: 20px;
  max-width: 400px;
  padding: 32px;
  position: fixed;
  inset: auto auto 40px 40px;
  box-shadow: 0 2px 2px #0003, 0 20px 25px #00000080;
}

.styles---glowing-card {
  display: block;
}

.image {
  height: 250px;
  margin-top: -9px;
  padding-left: 28px;
}

.styles---glowing-button-2 {
  display: block;
}

.bold-text {
  font-family: Conthrax Sb, sans-serif;
  font-size: 50px;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 1.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders-masker.menu {
  border-radius: 1.5rem;
  padding: .06rem;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-text-2 {
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 600;
}

.button-text-2.float {
  font-size: 14px;
}

.button-text-3 {
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 600;
}

.button-text-3.float {
  font-size: 14px;
}

.button-text-4 {
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 600;
}

.button-text-4.float {
  font-size: 14px;
}

.bold-text-2 {
  font-size: 40px;
  line-height: 20px;
}

.gradient-wrapper-copy {
  background-image: linear-gradient(135deg, #1e1e20, #0e0e11 32%);
  display: block;
  position: relative;
}

.image-2 {
  opacity: .69;
  margin-top: 71px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.display-paragraph-copy {
  color: #bdbdc0;
  text-align: center;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.display-1-copy {
  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: 65px;
  margin-bottom: 24px;
  font-family: Conthrax Sb, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.08;
}

.display-paragraph-copy {
  color: #bdbdc0;
  text-align: center;
  margin-bottom: 32px;
  font-family: Conthrax Sb, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.image-3 {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.section {
  display: none;
}

.section-automator-copy {
  margin-top: -92px;
  padding-top: 295px;
  overflow: hidden;
}

.intro-block-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 0 auto 100px;
  display: flex;
  position: relative;
}

.intro-block-copy.ui-ai {
  width: 800px;
}

.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, .card-heading-2.magic-rename.mobile {
  display: none;
}

.glowing-card-lc {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #1d1c20;
  border: 1px solid #ffffff14;
  border-radius: 24px;
  flex-direction: column;
  position: relative;
}

.linear-border {
  z-index: 0;
  pointer-events: none;
  border-radius: 12px 12px 6px 6px;
  position: absolute;
  inset: 0%;
}

.linear-border.contact {
  border-radius: 12px;
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.contact-content {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border: 1px #000;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.linear-code {
  display: none;
}

.grid-three-column {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #ffffffa3);
  -webkit-background-clip: text;
  background-clip: text;
}

.paragraph-regular {
  color: #6d6d6d;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.contact-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  align-items: center;
  line-height: 1.7;
  text-decoration: none;
  display: flex;
}

.accent-line {
  z-index: 40;
  background-image: linear-gradient(to right, #fce48d, #b98dfc);
  width: 32px;
  height: 2px;
  position: absolute;
  inset: 1px auto auto 24px;
  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;
}

.accent-line.contact-line {
  width: 24px;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.headline-large {
  color: #fff;
  letter-spacing: -.05px;
  font-family: Conthrax Sb, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.galaxy-background-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/stars-bg.png');
  background-position: 50%;
  background-size: 1090px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: auto;
  display: block;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.display-paragraph-copy-copy {
  color: #6d6d6d;
  text-align: center;
  margin-top: 65px;
  margin-bottom: 32px;
  font-family: Satoshi, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.display-paragraph-copy-copy-copy {
  color: #bdbdc0;
  text-align: center;
  margin-top: 55px;
  margin-bottom: 32px;
  font-family: Conthrax Sb, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.intro-block-copy-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 99px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-block-copy-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin: 0 auto 100px;
  display: flex;
  position: relative;
}

.intro-block-copy-copy.ui-ai {
  width: 800px;
}

.grid-three-column-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 412px;
}

.grid-three-column-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 41px;
  padding-top: 0;
}

.intro-block-copy-copy-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: -302px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-three-column-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 378px;
}

.intro-block-copy-copy-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin: 0 auto 140px;
  padding-bottom: 3px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.intro-block-copy-copy-copy.ui-ai {
  width: 800px;
}

.grid-three-column-copy-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 41px;
  padding-top: 0;
}

.container-copy {
  width: 1200px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.container-copy.relative {
  position: relative;
}

.grid-three-column-copy-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 73px;
}

.grid-three-column-copy-copy-copy-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
  padding-top: 0;
}

.section-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 900px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  display: block;
}

.intro-block-copy-copy-copy-copy {
  z-index: 4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-block-copy-copy-copy-copy.ui-ai {
  width: 800px;
}

.container-copy-copy {
  width: 1200px;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-copy-copy.relative {
  position: relative;
}

.planet-automator-icon-2 {
  opacity: .88;
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.planet-ui-ai-icon-2, .planet-ui-ai-icon-3 {
  opacity: .74;
  width: 100%;
  min-width: 100%;
  position: absolute;
  inset: 0%;
}

.modal-wrapper {
  z-index: 999;
  -webkit-backdrop-filter: blur(11px);
  backdrop-filter: blur(11px);
  background-color: #25252500;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: #333333e0;
  border: 1px solid #5c5c5c;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-end;
  width: 500px;
  height: 500px;
  margin-top: 202px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-wrapper {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000029;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.section_tip {
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.matrix-animation_component {
  cursor: pointer;
  background-color: #0000004f;
  display: block;
  position: absolute;
  inset: 0%;
}

.container-3 {
  z-index: 10;
  -webkit-backdrop-filter: brightness(200%) blur(20px);
  backdrop-filter: brightness(200%) blur(20px);
  background-color: #0000;
  border: 1px solid #9c9c9c70;
  border-radius: 20px;
  flex: 1;
  max-width: 600px;
  padding: 40px;
  display: block;
  position: relative;
  top: 20px;
  box-shadow: 0 5px 20px #0003;
}

.h1 {
  color: #fff;
  margin-top: 0;
  font-weight: 500;
}

.p {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.button {
  color: #000;
  background-color: #70f37d;
  border-radius: 50px;
  padding: 13px 30px;
}

.div-block-2 {
  text-align: right;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.button-text-5 {
  letter-spacing: .2px;
  font-size: 14px;
  font-weight: 600;
}

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

.button-text-6 {
  letter-spacing: .2px;
  font-family: Conthrax Sb, sans-serif;
  font-size: 15px;
  font-weight: 600;
}

.button-primary-3 {
  -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;
  padding: 6px 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.button-primary-3:hover {
  border-color: #ffffff40;
}

.h1-2 {
  color: #fff;
  font-family: Conthrax Sb, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.input_large {
  color: #000;
  background-color: #fff;
  border: 1px solid #b7bbd1;
  border-radius: 10px;
  min-width: 300px;
  height: 52px;
  margin-top: 1px;
  margin-bottom: 0;
  padding-left: 16px;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 3px 6px -2px #1d01501a;
}

.input_large:hover {
  border-color: #ff1a1e;
}

.input_large:focus {
  border: 1px solid #ff1a1e;
}

.input_large::placeholder {
  color: #6e6e6e;
}

.button-2 {
  color: #fff;
  background-color: #ff1a1e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-2:hover {
  box-shadow: none;
  background-color: #000;
}

.button-2.form-mini {
  color: #000;
  background-color: #01ffaa;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
}

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

.message_success {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.form_horizontal {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.input-label {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 6px;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 600;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 6px;
}

.input-label.absolute {
  position: absolute;
  top: -8px;
  bottom: auto;
}

.form-block {
  width: 100%;
  margin-bottom: 0;
  display: none;
}

.spacer-30 {
  width: 100%;
  height: 30px;
  display: none;
}

.icon_secondary {
  color: #fff;
  background-color: #ff1a1e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  margin-top: 2px;
  padding: 3px;
  display: flex;
  overflow: hidden;
}

.spacer-10 {
  width: 100%;
  height: 10px;
  display: none;
}

.relative {
  position: relative;
}

.subheader {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.subheader.text-brand {
  color: #01ffaa;
  font-family: Conthrax Sb, sans-serif;
  font-weight: 600;
}

.paragraph {
  opacity: .9;
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  display: none;
}

.label-small {
  font-weight: 600;
}

.label-small.mt-3 {
  color: #fff;
  margin-top: 3px;
}

.feature-small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  align-items: center;
  display: none;
}

.mobile-nav--en {
  display: none;
}

.text-block-3 {
  color: #000;
}

.code-embed {
  margin: 20px auto 0;
}

@media screen and (min-width: 1280px) {
  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-graphic {
    width: 350px;
    bottom: -122px;
    left: -157px;
  }

  .footer-year {
    margin-left: 210px;
  }

  .genius-ds-absolute {
    width: 670px;
    left: 163px;
  }

  .ds-list {
    min-width: 360px;
  }

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

  .footer-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .image {
    height: 250px;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .main-wrapper {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .nav-list {
    margin-left: 125px;
  }

  .button-primary-icon.diagram {
    border-width: 1.5px;
  }

  .solar-system {
    margin-top: -59px;
  }

  .section-magician {
    margin-top: -970px;
  }

  .footer-graphic {
    width: 400px;
    bottom: -142px;
    left: -110px;
  }

  .footer-year {
    margin-left: 320px;
  }

  .solar-blur-bottom {
    background-color: #111113;
  }

  .styles---glowing-button {
    display: block;
  }

  .ui-ai-button {
    max-width: 300px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-list {
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .solar-system {
    margin-top: 26px;
  }

  .section-magician {
    margin-top: -931px;
  }

  .footer-graphic {
    bottom: -158px;
    left: -240px;
  }

  .footer-year {
    margin-left: 300px;
  }

  .solar-blur-bottom {
    background-color: #101013;
  }

  .banner-container {
    max-width: 1240px;
    position: relative;
  }

  .main-wrapper {
    display: none;
  }

  .section_tip {
    display: flex;
  }

  .link-block-2 {
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .nav-item {
    padding-left: 16px;
    padding-right: 16px;
  }

  .container {
    width: 100%;
  }

  .solar-system {
    margin-top: 114px;
    transform: scale(.8);
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    max-width: 589px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid.genius {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .grid.automator {
    grid-template-rows: auto auto auto auto;
  }

  .grid.magician, .grid.genius-copy, .grid.magician, .grid.magician, .grid.magician, .grid.magician {
    grid-template-rows: auto auto auto auto auto auto;
  }

  .section-magician {
    margin-top: -640px;
  }

  .section-automator {
    margin-top: -80px;
  }

  .footer-col {
    margin-right: 56px;
  }

  .footer-col-2 {
    margin-right: 88px;
  }

  .footer-graphic {
    width: 580px;
    bottom: -280px;
    left: -267px;
  }

  .solar-blur-bottom {
    background-color: #161618;
  }

  .glow {
    min-width: 980px;
  }

  .glow-blur {
    filter: blur(50px);
    width: 200%;
    height: 230px;
    top: 188px;
  }

  .book {
    display: flex;
  }

  .card {
    height: 10rem;
  }

  .card.max-282 {
    width: 282px;
  }

  .card.max-588 {
    max-width: 588px;
    height: 400px;
  }

  .card_side, .icon_card_side, .icon_card_side_2 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .nav-list-float {
    display: none;
  }

  .logo-mobile.w--current {
    margin-left: 8px;
  }

  .mobile-nav-list-float {
    display: none;
  }

  .banner-text {
    max-width: 90%;
  }

  .banner-container {
    justify-content: space-between;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cookie-modal {
    bottom: 24px;
    left: 24px;
  }

  .section-automator-copy {
    margin-top: -80px;
  }

  .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .grid-three-column-copy, .grid-three-column-copy-copy, .grid-three-column-copy-copy, .grid-three-column-copy-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-copy {
    width: 100%;
  }

  .grid-three-column-copy-copy-copy, .grid-three-column-copy-copy-copy-copy {
    grid-template-columns: 1fr 1fr;
  }

  .container-copy-copy {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .nav, .nav-item.float {
    display: none;
  }

  .nav-item.float.login {
    display: block;
  }

  .button-secondary.left.float {
    display: none;
  }

  .button-secondary.left.float.mobile {
    display: flex;
  }

  .display-1 {
    width: 350px;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 1.1;
  }

  .intro-block {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block.driving-ai {
    width: 100%;
  }

  .display-paragraph {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .primary-button-text {
    font-size: 15px;
  }

  .solar-system {
    margin-top: -200px;
    transform: scale(.65);
  }

  .section-genius {
    margin-top: 32px;
    padding-top: 200px;
  }

  .display-2.magician, .display-2.genius, .display-2.automator {
    margin-bottom: 0;
    padding-bottom: 12px;
    font-size: 48px;
    line-height: 1;
  }

  .display-2.ui-ai {
    padding-bottom: 0;
    font-size: 48px;
    line-height: 1;
  }

  .display-paragraph-2.magician, .display-paragraph-2.genius {
    font-size: 16px;
  }

  .display-paragraph-2.automator {
    font-size: 16px;
    display: none;
  }

  .display-paragraph-2.ui-ai {
    font-size: 16px;
  }

  .button-flex {
    z-index: 5;
    margin-top: 16px;
    position: relative;
  }

  .grid.genius, .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;
  }

  .grid.genius-copy {
    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;
  }

  .section-magician {
    margin-top: -850px;
  }

  .section-automator {
    margin-top: -114px;
    padding-top: 172px;
  }

  .section-ui-ai {
    margin-top: 12px;
    padding-top: 88px;
  }

  .footer {
    display: none;
  }

  .footer-flex {
    flex-direction: column;
    margin-bottom: 180px;
  }

  .footer-col {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .footer-tagline {
    margin-top: 8px;
    margin-bottom: 12px;
  }

  .footer-col-2 {
    width: auto;
  }

  .footer-col-2.last {
    margin-right: 103px;
  }

  .footer-graphic {
    min-width: 570px;
    bottom: -270px;
    left: -264px;
  }

  .footer-year {
    opacity: .8;
    margin-top: 0;
    margin-left: 100px;
  }

  .social-icon-link {
    filter: brightness(85%);
  }

  .solar-blur-bottom {
    background-color: #18181a;
    width: 390px;
    height: 250px;
    bottom: 32px;
  }

  .card-heading.z-top {
    display: none;
  }

  .card-heading.z-top.mobile {
    display: block;
  }

  .card-heading.magic-rename {
    display: none;
  }

  .card-heading.magic-rename.mobile {
    display: block;
  }

  .card-heading.design-system {
    display: none;
  }

  .card-heading.mobile-design-system {
    display: block;
  }

  .card-heading.build-automations {
    display: none;
  }

  .card-heading.build-automations-mobile {
    display: block;
  }

  .card-heading.ui-ai-models {
    display: none;
  }

  .card-heading.ui-ai-models-mobile {
    display: block;
  }

  .card-heading.ui-ai-playground {
    display: none;
  }

  .card-heading.ui-ai-playground-mobile {
    display: block;
  }

  .card-paragraph.z-top.short {
    max-width: none;
    display: block;
  }

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

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

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

  .card-paragraph.short {
    max-width: none;
    display: none;
  }

  .card-paragraph.short.mobile {
    display: block;
  }

  .card-paragraph.medium {
    max-width: none;
  }

  .card-paragraph.medium.automate {
    display: none;
  }

  .card-paragraph.medium.automate-mobile {
    display: block;
  }

  .card-paragraph.medium.automator-teams {
    min-width: 221px;
  }

  .card-paragraph.medium.automator-community {
    display: none;
  }

  .card-paragraph.medium.automator-community-mobile {
    display: block;
  }

  .card-paragraph.medium.ui-ai-models {
    display: none;
  }

  .card-paragraph.medium.ui-ai-models-mobile {
    display: block;
  }

  .card-paragraph.medium.ui-ai-playground {
    display: none;
  }

  .card-paragraph.medium.ui-ai-playground-mobile, .card-paragraph.magic-rename-mobile {
    display: block;
  }

  .card-paragraph.magic-rename, .card-paragraph.design-system-paragraph {
    display: none;
  }

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

  .wand-div {
    margin-top: -64px;
    margin-bottom: -828px;
    transform: scale(.8);
  }

  .wand.w--current {
    min-width: 500px;
  }

  .glow {
    min-width: 940px;
    top: -284px;
  }

  .glow-blur {
    filter: blur(40px);
    background-color: #18181a;
    height: 210px;
  }

  .tile-icon-grid {
    top: 8px;
    left: -32px;
    transform: scale(.85);
  }

  .magic-icon-wand {
    top: -363px;
  }

  .magic-image-wand {
    top: -292px;
    left: 9px;
  }

  .tile-image-container {
    top: -9px;
    left: -22px;
    transform: scale(.8);
  }

  .magic-image-img-1 {
    filter: blur();
  }

  .tile-image-3 {
    display: none;
  }

  .figma-window {
    top: -26px;
    left: -53px;
    transform: scale(.8);
  }

  .magic-rename-wand {
    right: 366px;
    transform: scale(.8)rotate(-86deg);
  }

  .figma-glow {
    z-index: 0;
    filter: none;
    background-image: linear-gradient(#1d1c20 24%, #6316ff 60%);
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
  }

  .magic-text {
    display: none;
  }

  .lorem-text {
    padding-bottom: 0;
    font-size: 53px;
    display: none;
    top: 208px;
    right: -401px;
  }

  .card.cursor.max-588 {
    cursor: default;
  }

  .card.max-588 {
    min-width: 282px;
    max-width: 282px;
  }

  .lorem-particles {
    width: 480px;
    height: 130px;
    top: -3px;
    left: 30px;
  }

  .lorem-particles-blur {
    top: 127px;
  }

  .lorem-stars {
    width: 1400px;
    top: -15px;
    right: -336px;
  }

  .rename-stars {
    width: 1380px;
    top: 165px;
    right: -387px;
  }

  .teaser-logo-flex {
    width: 220px;
    top: -122px;
  }

  .teaser-logo-flex.automator {
    width: 150px;
  }

  .genius-header-blur {
    filter: blur(20px);
    background-image: linear-gradient(#0000, #0a0a0e 29% 54%, #0a0a0e);
    height: 170px;
    top: 82px;
  }

  .figma-design {
    display: none;
    top: 10px;
    left: -14px;
  }

  .you-cursor {
    display: none;
  }

  .text-design-orbit-1 {
    width: 100px;
    height: 100px;
    display: none;
    top: 128px;
  }

  .text-to-design-div {
    top: 156px;
    left: -457px;
    transform: scale(1.8);
  }

  .text-design-orbit-2 {
    width: 180px;
    height: 180px;
    display: none;
  }

  .text-design-orbit-3 {
    width: 220px;
    height: 220px;
    display: none;
  }

  .text-design-orbit-4 {
    width: 260px;
    height: 260px;
    display: none;
  }

  .text-design-orbit-5, .generate-app-absolute {
    display: none;
  }

  .cosmos-screen-1 {
    left: 25px;
  }

  .cosmos-screen-2 {
    display: none;
  }

  .auto-iterate-absolute {
    left: 20px;
  }

  .figma-design-genius {
    top: 32px;
  }

  .iterate-restart-absolute {
    z-index: 2000;
  }

  .iterate-reset-button {
    cursor: default;
  }

  .you-cursor-invite, .smart-element-frame {
    display: none;
  }

  .smart-element-icon.mobile {
    opacity: .1;
  }

  .smart-element-explainer-2 {
    opacity: .5;
    display: none;
    position: relative;
  }

  .smart-element-explainer-1 {
    opacity: 0;
    display: none;
  }

  .smart-element-3 {
    display: flex;
  }

  .smart-element-placeholder {
    cursor: default;
    display: none;
  }

  .smart-element-explainer-3 {
    opacity: 1;
  }

  .element-restart-absolute, .smart-reset-button {
    display: none;
  }

  .food-delivery-screen {
    top: 12px;
    left: -7px;
  }

  .food-image {
    width: 100%;
    min-width: 100%;
  }

  .takeout-restaurant-cover {
    flex-direction: column;
    width: 100%;
    min-width: 100%;
  }

  .suggest-restart-absolute {
    z-index: 2000;
  }

  .suggest-reset-button {
    cursor: default;
  }

  .you-suggest-cursor {
    display: none;
  }

  .genius-ds-absolute {
    top: 86px;
    left: -239px;
  }

  .ds-col-2 {
    margin-top: 83px;
  }

  .ds-tabber, .ds-dropdown-chevron, .ds-modal-div {
    display: none;
  }

  .automator-ui {
    left: 20px;
  }

  .ui-row.search {
    display: none;
  }

  .ui-row.categories {
    margin-bottom: 8px;
  }

  .automator-drag-absolute {
    display: none;
    top: -8px;
    left: -100px;
    transform: scale(.9);
  }

  .color-palette-absolute {
    display: none;
    top: -17px;
    left: -18px;
    transform: scale(.9);
  }

  .batch-icons-absolute {
    display: none;
  }

  .outline-spec-absolute {
    display: none;
    top: -5px;
  }

  .automator-community-absolute {
    display: none;
  }

  .automator-cards-row {
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-right: 12px;
    left: -32px;
    overflow: scroll;
  }

  .automatorcard-title {
    font-size: 14px;
  }

  .automator-card.blue._2 {
    margin-left: 8px;
  }

  .automator-card.blue {
    margin-left: 24px;
  }

  .ui-layer-row, .ui-layer-row-2, .ui-layer-row-3, .ui-layer-row-4 {
    perspective-origin: 0%;
    transform-origin: 0%;
  }

  .ui-layer-row-5 {
    display: none;
  }

  .automator-drag-ui {
    left: 0;
  }

  .automator-drag-grid, .ui-layer-row-grid._1-1 {
    display: none;
  }

  .automator-cloud-ui {
    top: 4px;
    left: 120px;
  }

  .teams-icon-grid {
    left: -40px;
    transform: scale(.8);
  }

  .automator-cloud-ui-twitter, .automator-cloud-ui-netflix, .automator-cloud-ui-robinhood, .automator-cloud-ui-meta, .automator-cloud-ui-cash-app, .automator-cloud-ui-doordash, .automator-cloud-ui-instacart, .automator-cloud-ui-snap, .automator-cloud-ui-reddit {
    top: 4px;
    left: 120px;
  }

  .ui-ai-playground-input-glyphs {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

  .ui-ai-playground-canvas {
    top: 155px;
    left: 20px;
  }

  .ui-ai-glyph-flex-vertical {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    display: none;
    transform: scale(.8);
  }

  .ui-ai-playground-input-emoji {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

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

  .ui-ai-playground-input-fonts {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

  .ui-ai-fonts-flex-vertical {
    perspective-origin: 0 0;
    transform-origin: 0 0;
    display: none;
    top: 32px;
    left: 24px;
    transform: scale(.9);
  }

  .ui-ai-layers-flex-vertical {
    width: 239px;
    height: 178px;
    display: none;
  }

  .ui-ai-playground-input-layers {
    top: 6px;
    left: -34px;
    transform: scale(.85);
  }

  .ui-ai-dropdown-toggle-glyphs, .ui-ai-dropdown-toggle-emojis, .ui-ai-dropdown-toggle-fonts, .ui-ai-dropdown-toggle-layers {
    width: 112px;
  }

  .dropdown-icon {
    right: 4px;
  }

  .custom-model-top-absolute {
    height: 250px;
    top: 150px;
    left: -167px;
  }

  .custom-grid-blur {
    background-image: url('../images/blur.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    top: 36px;
  }

  .ui-ai-header-div {
    margin-bottom: 24px;
  }

  .ui-ai-preheader-text {
    font-size: 14px;
  }

  .ui-ai-logo-div {
    width: 120px;
    height: 120px;
  }

  .ui-ai-large-logo {
    border-radius: 30px;
    width: 116px;
    height: 116px;
  }

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

  .ui-ai-large-logo-stroke, .ui-ai-large-logo-glow {
    border-radius: 32px;
    width: 120px;
    height: 120px;
  }

  .automator-header-blur {
    filter: blur(12px);
    background-image: linear-gradient(#0000, #0a0a0e 29% 54%, #0a0a0e);
    width: 280px;
    height: 110px;
    top: 116px;
    left: -64px;
  }

  .ui-ai-logo-blocker {
    width: 120px;
  }

  .ui-ai-model-tag.layers {
    flex: none;
  }

  .ui-ai-model-tag.glyph {
    flex: none;
    width: auto;
    margin-right: 16px;
  }

  .ui-ai-model-tag.emoji, .ui-ai-model-tag.fonts {
    flex: none;
    margin-right: 16px;
  }

  .ui-ai-model-bar {
    justify-content: flex-start;
    width: 288px;
    padding-left: 16px;
    padding-right: 16px;
    top: 171px;
    left: 0;
    overflow: scroll;
  }

  .ui-ai-glyph-1 {
    width: 64px;
    left: 22px;
  }

  .ui-ai-glyph-2 {
    width: 64px;
    top: 171px;
  }

  .ui-ai-glyph-3 {
    width: 64px;
  }

  .ui-ai-fonts-1 {
    top: 178px;
    left: 344px;
  }

  .ui-ai-button-primary-test {
    width: 130px;
    top: 180px;
    transform: scale(.9)rotate(2deg);
  }

  .ui-ai-toggle {
    top: 148px;
  }

  .ui-ai-fonts-2 {
    top: 181px;
    left: 455px;
  }

  .nav-list-float {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 6px;
    padding-right: 6px;
    display: none;
  }

  .mobile-nav-cta-flex {
    display: flex;
  }

  .logo-mobile {
    margin-left: 9px;
    display: block;
  }

  .mobile-nav-zh {
    z-index: 5000;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: fixed;
    top: 16px;
  }

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

  .footer-mobile {
    margin-top: 88px;
    padding-left: 32px;
    padding-right: 32px;
    display: block;
    overflow: hidden;
  }

  .footer-mobile-col {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .lorem-text-mobile {
    padding-bottom: 0;
    font-size: 100px;
    display: block;
    position: absolute;
    top: 208px;
    right: -401px;
  }

  .magic-text-mobile {
    width: 260px;
    display: block;
    top: 81px;
    right: 4px;
  }

  .magic-copy-mobile-blocker {
    z-index: 6000;
    display: none;
    position: fixed;
    inset: 64px 0% 0%;
  }

  .mobile-tap-target {
    z-index: 1000;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .generate-orbit-mobile-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    top: 20px;
  }

  .text-design-orbit-1-mobile {
    width: 100px;
    height: 100px;
    display: block;
  }

  .text-design-orbit-2-mobile {
    width: 150px;
    height: 150px;
    display: block;
  }

  .text-design-orbit-3-mobile {
    width: 200px;
    height: 200px;
    display: block;
  }

  .text-design-orbit-4-mobile {
    width: 250px;
    height: 250px;
    display: block;
  }

  .text-design-orbit-5-mobile {
    width: 300px;
    height: 300px;
    display: block;
  }

  .smart-element-frame-mobile {
    display: flex;
  }

  .smart-element-3-mobile {
    cursor: default;
    display: flex;
  }

  .smart-element-explainer-3-mobile {
    opacity: .5;
  }

  .auto-iterate-mobile-tap-target {
    z-index: 1000;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .smart-element-2-mobile, .smart-element-0-mobile {
    cursor: default;
  }

  .smart-reset-button-mobile {
    display: flex;
  }

  .build-absolute {
    align-items: center;
    display: flex;
    top: 132px;
    right: 57px;
  }

  .automator-build-explainer-text {
    text-align: center;
    cursor: default;
  }

  .automator-community-absolute-mobile {
    display: flex;
    bottom: 0;
  }

  .ui-ai-model-text {
    font-size: 15px;
  }

  .magic-app-screen {
    left: 25px;
  }

  .ai-magic-click-2-mobile {
    z-index: 9;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .ai-magic-click-1-mobile {
    z-index: 10;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .button-secondary-nav.left.float {
    display: none;
  }

  .genius-coming-soon-text {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .ui-ai-coming-soon-text {
    opacity: .7;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .display-paragraph-2-mobile.automator {
    font-size: 16px;
    display: block;
  }

  .cookie-close-icon {
    max-width: 14px;
    top: 24px;
    right: 24px;
  }

  .banner-wrapper {
    font-size: 16px;
  }

  .banner-text {
    max-width: 85%;
  }

  .banner-container {
    justify-content: flex-start;
    padding-left: 24px;
    padding-right: 24px;
    line-height: 1.5;
  }

  .cookie-button-text {
    font-size: 15px;
  }

  .cookie-modal {
    border-radius: 18px;
  }

  .bold-text {
    font-size: 48px;
  }

  .display-1-copy {
    width: 350px;
    margin-bottom: 8px;
    font-size: 48px;
    line-height: 1.1;
  }

  .display-paragraph-copy, .display-paragraph-copy-copy {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .section-automator-copy {
    margin-top: -114px;
    padding-top: 172px;
  }

  .intro-block-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block-copy.ui-ai {
    width: 100%;
  }

  .card-heading-2.z-top {
    display: none;
  }

  .card-heading-2.z-top.mobile {
    display: block;
  }

  .card-heading-2.magic-rename {
    display: none;
  }

  .card-heading-2.magic-rename.mobile {
    display: block;
  }

  .grid-three-column {
    grid-template-columns: 1fr;
  }

  .display-paragraph-copy-copy, .display-paragraph-copy-copy-copy {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .intro-block-copy-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block-copy-copy.ui-ai {
    width: 100%;
  }

  .grid-three-column-copy, .grid-three-column-copy-copy {
    grid-template-columns: 1fr;
  }

  .grid-three-column-copy-copy {
    grid-template-columns: 1fr;
  }

  .intro-block-copy-copy-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block-copy-copy-copy.ui-ai {
    width: 100%;
  }

  .grid-three-column-copy-copy-copy, .grid-three-column-copy-copy-copy-copy {
    grid-template-columns: 1fr;
  }

  .intro-block-copy-copy-copy-copy {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block-copy-copy-copy-copy.ui-ai {
    width: 100%;
  }

  .main-wrapper {
    grid-template-columns: 100%;
    width: 100%;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }

  .mobile-nav--en {
    z-index: 5000;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
    position: fixed;
    top: 16px;
  }
}

@media screen and (max-width: 479px) {
  a {
    display: none;
  }

  .logo {
    width: 180px;
  }

  .nav-item.float {
    display: none;
  }

  .nav-buttons {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .button-secondary.left.float {
    display: block;
  }

  .button-secondary.left.float.mobile {
    display: none;
  }

  .section-hero.styles---glowing-button, .section-hero.styles---glowing-button-copy, .section-hero.styles---glowing-button-copy-copy {
    height: auto;
    min-height: auto;
    margin-top: 96px;
  }

  .container {
    margin-top: 0;
  }

  .display-1 {
    line-height: 1;
  }

  .intro-block {
    margin-bottom: 170px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .display-paragraph {
    margin-top: 18px;
    font-size: 15px;
  }

  .button-primary-icon.diagram.glowing-wrapper-button.glowing-wrapper-active {
    margin-top: 28px;
  }

  .solar-system {
    margin-top: -377px;
    transform: scale(.55);
  }

  .orbit-8 {
    display: none;
  }

  .display-2.magician {
    font-size: 35px;
  }

  .display-2.genius {
    font-size: 48px;
  }

  .display-2.automator {
    font-size: 35px;
  }

  .display-2.ui-ai {
    font-size: 30px;
  }

  .display-paragraph-2.magician {
    font-size: 15px;
  }

  .button-flex {
    z-index: 5;
    position: relative;
  }

  .grid.genius {
    margin-top: -263px;
  }

  .grid.genius-copy {
    margin-top: -333px;
  }

  .section-magician {
    margin-top: -879px;
  }

  .section-ui-ai {
    margin-top: -170px;
  }

  .footer-flex {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-col {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-tagline {
    margin-top: 10px;
    margin-bottom: 12px;
  }

  .footer-col-2 {
    justify-content: center;
    align-items: center;
    margin-right: 0;
  }

  .footer-col-2.last {
    margin-right: 0;
  }

  .footer-heading {
    align-self: center;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .footer-link {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .footer-graphic {
    width: 200px;
    min-width: 200px;
    margin-bottom: 73px;
    margin-left: 81px;
    bottom: -53px;
    left: -122px;
  }

  .footer-bottom {
    justify-content: flex-end;
    margin-top: 200px;
  }

  .footer-year {
    margin-left: 0;
    font-size: 12px;
  }

  .footer-socials-flex {
    display: none;
  }

  .solar-blur-bottom {
    bottom: 140px;
  }

  .wand-div {
    top: -88px;
    transform: scale(.6);
  }

  .wand, .wand.w--current {
    min-width: 500px;
  }

  .glow-blur {
    filter: blur(23px);
    background-color: #19191b;
    height: 250px;
    top: 269px;
  }

  .frame-row, .frame-row-2, .frame-row-3, .frame-row-4 {
    padding-left: 48px;
  }

  .card.max-588 {
    min-height: 350px;
    max-height: 300px;
  }

  .card_side.is-back, .icon_card_side_2.is-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .teaser-logo-flex {
    width: 220px;
    top: -122px;
  }

  .teaser-logo-flex.automator {
    width: 150px;
    top: -113px;
  }

  .genius-header-blur {
    height: 170px;
    top: 82px;
  }

  .figma-design-genius {
    display: block;
  }

  .galaxy-background {
    position: fixed;
    inset: 0%;
  }

  .takeout-restaurant-cover {
    align-items: stretch;
    min-width: 100%;
  }

  .automator-header-logo {
    margin-top: -28px;
  }

  .automator-header-blur {
    filter: blur(4px);
    background-image: linear-gradient(#0000, #0e0e11 35%);
    height: 120px;
    top: 107px;
  }

  .nav-list-float, .nav-list-float.glowing-wrapper-active {
    display: none;
  }

  .nav-float-indicator {
    margin-top: -390px;
  }

  .footer-mobile {
    margin-top: 112px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .footer-mobile-col {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .mobile-tap-target {
    padding-bottom: 87px;
    display: flex;
  }

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

  .section-footer {
    display: block;
  }

  .display-paragraph-2-mobile.automator {
    font-family: Satoshi, sans-serif;
    font-size: 15px;
    font-weight: 400;
  }

  .cookie-close-icon {
    max-width: 14px;
    top: 32px;
    right: 16px;
  }

  .cookie-close-icon.modal {
    width: 12px;
    top: 20px;
    right: 20px;
  }

  .banner-text {
    max-width: 100%;
    margin-top: 8px;
    font-size: 14px;
  }

  .banner-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cookie-button-text {
    font-size: 14px;
  }

  .cookie-modal {
    max-width: none;
    padding: 24px;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }

  .image {
    margin-top: -64px;
    padding-left: 0;
  }

  .bold-text {
    font-size: 35px;
    line-height: .5;
  }

  .glowing-wrapper-borders {
    border-radius: 4px;
  }

  .text-span {
    font-size: 35px;
  }

  .bold-text-2 {
    font-size: 30px;
  }

  .image-2 {
    margin-top: -152px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .display-1-copy {
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1;
  }

  .display-paragraph-copy-copy {
    margin-top: 42px;
    margin-bottom: -120px;
    font-size: 15px;
  }

  .image-3 {
    display: none;
  }

  .image-4, .image-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .section {
    margin-top: -150px;
    padding-bottom: 91px;
    display: block;
  }

  .section-automator-copy {
    margin-top: -104px;
  }

  .intro-block-copy {
    margin-top: -247px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-three-column {
    margin-top: 0;
    margin-bottom: -195px;
    padding-bottom: 0;
  }

  .headline-large {
    font-size: 20px;
  }

  .galaxy-background-copy {
    min-height: auto;
  }

  .display-paragraph-copy-copy {
    margin-bottom: -9px;
    font-weight: 400;
  }

  .display-paragraph-copy-copy-copy {
    margin-top: 42px;
    margin-bottom: 0;
    font-size: 15px;
  }

  .container-2 {
    color: #fff;
    -webkit-text-stroke-color: #000;
    background-color: #0000;
    display: block;
  }

  .navbar {
    box-sizing: border-box;
    opacity: .57;
    pointer-events: auto;
    color: #0000001f;
    -webkit-text-stroke-color: #000;
    mix-blend-mode: normal;
    background-color: #0000;
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .nav-menu {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-color: #000;
    background-image: linear-gradient(to bottom, var(--black), var(--black));
    -webkit-backdrop-filter: blur(20px) blur(20px);
    backdrop-filter: blur(20px) blur(20px);
    outline-offset: 0px;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #000;
    text-align: center;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: normal;
    object-fit: fill;
    object-position: 50% 50%;
    background-clip: border-box;
    border: 1px solid #3d3d3d;
    border-radius: 19px;
    outline: 0 #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
    position: fixed;
    inset: 144% 0% auto;
    overflow: hidden;
    box-shadow: 0 0 12px 2px #000;
  }

  .menu-button {
    background-color: #fff0;
  }

  .menu-button.w--open {
    background-color: #c8c8c800;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    background-color: #0000;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
  }

  .nav-link-3 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    color: #fff;
    font-variation-settings: "wght" 900;
    text-align: center;
    -webkit-text-stroke-color: #fff;
    text-shadow: 0 1px 1px #0003;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-image: linear-gradient(#00000080, #00000080), url('../images/figma-grain_1.png');
    background-position: 0 0, 50%;
    background-size: auto, auto;
    background-attachment: scroll, fixed;
    background-clip: padding-box;
  }

  .intro-block-copy-copy {
    margin-top: -530px;
    margin-bottom: 189px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block-copy-copy {
    margin-top: -247px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .intro-block-copy-copy-copy {
    margin-top: 0;
    margin-bottom: 189px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-copy {
    margin-top: 0;
  }

  .grid-three-column-copy-copy-copy {
    margin-top: 160px;
  }

  .grid-three-column-copy-copy-copy-copy {
    margin-top: 0;
  }

  .section-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 140px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text-block-2 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .link-block {
    justify-content: center;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .link-block.w--current {
    flex-flow: column;
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    display: flex;
  }

  .section-3 {
    text-align: center;
    align-self: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bold-text-3, .bold-text-4, .bold-text-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bold-text-6 {
    margin-top: 10px;
  }

  .intro-block-copy-copy-copy-copy {
    z-index: 0;
    margin-top: -253px;
    margin-bottom: 189px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .container-copy-copy {
    margin-top: 0;
  }

  .main-wrapper {
    display: none;
  }

  .section_tip {
    pointer-events: auto;
    cursor: auto;
    display: flex;
    overflow: visible;
  }

  .container-3 {
    margin: 87px 20px auto;
    padding: 20px;
    position: static;
    top: 56px;
  }

  .button-primary-3.glowing-wrapper-button.glowing-wrapper-active.diagram {
    position: static;
  }

  .h1-2 {
    font-size: 25px;
  }

  .input_large {
    min-width: 100px;
  }

  .nav-menu-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    background-color: var(--white);
    opacity: 1;
    outline-offset: 0px;
    pointer-events: auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    color: #000;
    text-align: center;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: inherit;
    mix-blend-mode: darken;
    object-fit: fill;
    object-position: 50% 50%;
    background-clip: padding-box;
    border: 1px solid #3d3d3d;
    border-radius: 19px;
    outline: 3px #000;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 56px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    font-weight: 900;
    display: flex;
    position: fixed;
    inset: 144% 0% auto;
    overflow: hidden;
  }

  .nav-link-copy {
    color: #fff;
    text-align: center;
    background-color: #0000;
  }

  .navbar-copy {
    box-sizing: border-box;
    opacity: .57;
    pointer-events: auto;
    color: #0000001f;
    -webkit-text-stroke-color: #000;
    mix-blend-mode: normal;
    background-color: #0000;
    flex: 0 auto;
    order: 0;
    align-self: center;
  }

  .code-embed {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }
}

#w-node-_72345048-c2f8-037e-ccba-d93250da56d9-4e560706, #w-node-_72345048-c2f8-037e-ccba-d93250da56ee-4e560706, #w-node-_72345048-c2f8-037e-ccba-d93250da56fa-4e560706, #w-node-_72345048-c2f8-037e-ccba-d93250da5704-4e560706, #w-node-e977c70e-3e20-db20-9334-e567e2cf4a79-fd82b3f3, #w-node-e977c70e-3e20-db20-9334-e567e2cf4a84-fd82b3f3, #w-node-e977c70e-3e20-db20-9334-e567e2cf4a8f-fd82b3f3, #w-node-c7a0d797-aeca-c1e2-2d5b-b5af42272a96-fd82b3f3, #w-node-c7a0d797-aeca-c1e2-2d5b-b5af42272a9f-fd82b3f3, #w-node-c7a0d797-aeca-c1e2-2d5b-b5af42272aa8-fd82b3f3, #w-node-_96edb831-aa10-3222-498a-2d01b2adb125-d2f3fa8a, #w-node-_96edb831-aa10-3222-498a-2d01b2adb143-d2f3fa8a, #w-node-_72345048-c2f8-037e-ccba-d93250da56d9-0802fe92, #w-node-_72345048-c2f8-037e-ccba-d93250da56ee-0802fe92, #w-node-_72345048-c2f8-037e-ccba-d93250da56fa-0802fe92, #w-node-_72345048-c2f8-037e-ccba-d93250da5704-0802fe92, #w-node-e977c70e-3e20-db20-9334-e567e2cf4a79-25eea3fe, #w-node-e977c70e-3e20-db20-9334-e567e2cf4a84-25eea3fe, #w-node-e977c70e-3e20-db20-9334-e567e2cf4a8f-25eea3fe, #w-node-c7a0d797-aeca-c1e2-2d5b-b5af42272a96-25eea3fe, #w-node-c7a0d797-aeca-c1e2-2d5b-b5af42272a9f-25eea3fe, #w-node-c7a0d797-aeca-c1e2-2d5b-b5af42272aa8-25eea3fe, #w-node-_96edb831-aa10-3222-498a-2d01b2adb125-757bc1ac, #w-node-_96edb831-aa10-3222-498a-2d01b2adb143-757bc1ac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_72345048-c2f8-037e-ccba-d93250da56d9-4e560706 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_72345048-c2f8-037e-ccba-d93250da56ee-4e560706 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_72345048-c2f8-037e-ccba-d93250da56fa-4e560706 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_72345048-c2f8-037e-ccba-d93250da5704-4e560706 {
    grid-area: 8 / 1 / 9 / 2;
  }

  #w-node-_72345048-c2f8-037e-ccba-d93250da56d9-0802fe92 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_72345048-c2f8-037e-ccba-d93250da56ee-0802fe92 {
    grid-area: 6 / 1 / 7 / 2;
  }

  #w-node-_72345048-c2f8-037e-ccba-d93250da56fa-0802fe92 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_72345048-c2f8-037e-ccba-d93250da5704-0802fe92 {
    grid-area: 8 / 1 / 9 / 2;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Conthrax Sb';
  src: url('../fonts/conthrax-sb.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}