.page_container__3oL_L {
  display: grid;
}
@media (min-width: 1064px) {
  .page_container__3oL_L {
    grid-template-columns: 224px auto;
    grid-gap: 40px;
    margin-top: 28px;
  }
}
.SubHeading_subHeading__ouvvs {
  margin-bottom: 16px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  color: #fff;
  letter-spacing: 0.1px;
}
.Input_outerWrapper__0nCNU {
  position: relative;
}
@keyframes Input_shake__bLML6 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
  to {
    transform: translateX(0);
  }
}
.Input_input__trG8n {
  position: relative;
  width: 100%;
  height: 42px;
  padding: var(--spacing-1) var(--spacing-1-5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  color: var(--Text-Loud, var(--Base-White, #fff));
  letter-spacing: 0.2px;
  background: hsla(0, 0%, 100%, 0.05);
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: var(--rounding-normal);
  outline: none;
  transition: color 0.3s ease, border 0.3s ease;
}
.Input_input__trG8n::-moz-placeholder {
  color: var(--Text-Muted, var(--grey-300));
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.Input_input__trG8n::placeholder {
  color: var(--Text-Muted, var(--grey-300));
  transition: color 0.3s ease;
}
.Input_input__trG8n:hover {
  border-color: hsla(0, 0%, 100%, 0.25);
}
.Input_input__trG8n:focus {
  border-color: hsla(0, 0%, 100%, 0.4);
}
.Input_input__trG8n:disabled {
  color: var(--Text-Muted, var(--grey-300));
  cursor: not-allowed;
}
.Input_withError__5YgKN .Input_input__trG8n {
  border-color: var(--Red-Dim, #833637);
}
.Input_withServerError__ct5jh .Input_input__trG8n {
  animation: Input_shake__bLML6 0.3s ease-in-out 0s 2;
}
@media screen and (max-width: 480px) {
  .Input_input__trG8n {
    font-size: 16px;
  }
}
.Input_error__dNdaK {
  margin-top: 5px;
  font-family: var(--font-geist-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--Red-Default, #ff6363);
  letter-spacing: 0.2px;
  will-change: transform;
}
.Input_absoluteError__bRjDz .Input_error__dNdaK {
  position: absolute;
  bottom: 100%;
}
.Input_transitionEnter__svGmL {
  height: 0;
  opacity: 0;
  transform: translateY(-1em);
}
.Input_transitionEnterActive__OWa61 {
  transition: all 0.3s ease-in-out;
}
.Input_transitionEnterActive__OWa61,
.Input_transitionExit__zq0ht {
  height: 1em;
  opacity: 1;
  transform: translateY(0);
}
.Input_transitionExitActive__2CvxH {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-1em);
}
.Input_label__NYbPB {
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  color: hsla(0, 0%, 100%, 0.6);
  letter-spacing: 0.1px;
}
.Submit_inputWrapper__z2DLF {
  position: relative;
  width: 100%;
}
.Submit_submitWrapper__CDoSb {
  z-index: 2;
}
.Submit_submit__Qst6_ {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  padding: var(--spacing-1) var(--spacing-1-5);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: rgba(var(--reverse-font-color-rgb), 1);
  letter-spacing: 0.2px;
  background: rgba(var(--lines-color-rgb), 0.9);
  border: 1px solid rgba(var(--lines-color-rgb), 0.05);
  border-radius: 8px;
  opacity: 0.9;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out,
    transform 0.1s ease-in-out;
}
.Submit_submit__Qst6_:active {
  transform: scale(0.98);
}
.Submit_submit__Qst6_:hover:not(:disabled) {
  cursor: pointer;
}
.Submit_submit__Qst6_:focus {
  background: rgba(var(--font-color-rgb), 1);
  outline: 0;
}
.Submit_submit__Qst6_:disabled {
  color: rgba(var(--reverse-font-color-rgb), 0.4);
  transform: scale(1);
}
@media (max-width: 840px) {
  .Submit_submit__Qst6_ {
    font-size: 16px;
  }
}
.Submit_glow__0gmKP {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 75%;
  background: conic-gradient(
    from 136.95deg at 50% 50%,
    #0294fe -55.68deg,
    #ff2136 113.23deg,
    #9b4dff 195deg,
    #0294fe 304.32deg,
    #ff2136 473.23deg
  );
  filter: blur(32px);
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  transform: translateZ(0);
  will-change: opacity;
}
.Submit_submit__Qst6_:focus:not(:disabled) + .Submit_glow__0gmKP,
.Submit_submit__Qst6_:hover:not(:disabled) + .Submit_glow__0gmKP {
  opacity: 0.8;
}
.SubscribeForm_newsletterForm__btavW {
  display: grid;
  gap: var(--spacing-2);
  color: hsla(0, 0%, 100%, 0.4);
}
@media (min-width: 840px) {
  .SubscribeForm_newsletterForm__btavW {
    grid-template-columns: 2fr 1fr;
  }
}
.SubscribeForm_newsletterForm__btavW > span {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.4px;
}
@media (min-width: 840px) {
  .SubscribeForm_newsletterForm__btavW > span {
    grid-column: span 2;
  }
}
.SubscribeForm_successMsg__iM83q {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #59d499;
  letter-spacing: 0.2px;
}
.SubscribeForm_transitionEnter__qOGCk {
  height: 0;
  opacity: 0;
  transform: translateY(-1em);
}
.SubscribeForm_transitionEnterActive__uwKr8 {
  transition: all 0.3s ease-in-out;
}
.SubscribeForm_transitionEnterActive__uwKr8,
.SubscribeForm_transitionExit__h0MGr {
  height: 1em;
  opacity: 1;
  transform: translateY(0);
}
.SubscribeForm_transitionExitActive__ZjamV {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-1em);
}
.Footer_container__6pNfo {
  position: relative;
  padding-top: clamp(100px, calc(100vw * 0.23 + 13.79px), 200px);
  overflow-x: hidden;
}
.Footer_bgImg__YdzGU {
  position: absolute;
  top: -40px;
  left: 50%;
  opacity: 0.5;
  transform: translateX(-50%) rotate(85deg);
}
.Footer_content__WG3KU {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-10);
  align-items: center;
  padding-bottom: 64px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(7, 8, 10, 0.8) 0.1%, #07080a 32.45%)
      padding-box,
    radial-gradient(
        49.41% 64.58% at 49.4% 0,
        hsla(0, 0%, 100%, 0.03) 0,
        hsla(0, 0%, 100%, 0) 100%
      )
      padding-box;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--grey-600);
  box-shadow: 0 -4px 10px 0 rgba(0, 0, 0, 0.11);
  transform: translateZ(0);
}
.Footer_content__WG3KU:after {
  position: absolute;
  inset: 1;
  pointer-events: none;
  content: "";
  background: linear-gradient(
      90deg,
      transparent 20%,
      rgba(255, 170, 141, 0.36) 50%,
      transparent 80%
    )
    border-box;
  border-top: 1px solid transparent;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: xor;
}
.Footer_links__sNoYT {
  display: grid;
  grid-template-columns: repeat(2, minmax(144px, 1fr));
  gap: var(--spacing-4);
  width: 100%;
  max-width: 1064px;
  padding-top: var(--spacing-10);
  padding-left: var(--spacing-3);
}
@media (min-width: 720px) {
  .Footer_links__sNoYT {
    grid-template-columns: repeat(6, minmax(144px, 1fr));
  }
}
.Footer_linkGroup__LhDJx {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-5);
}
.Footer_linkGroup__LhDJx .Footer_groupHead__eSnSI {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Loud, var(--Base-White, #fff));
  letter-spacing: 0.2px;
}
.Footer_linkGroup__LhDJx .Footer_groupContent__rkIVW {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2-5);
}
.Footer_footerLink__N575X {
  display: inline-flex;
  gap: var(--spacing-1);
  align-items: center;
  align-self: flex-start;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--Text-Default, var(--grey-200));
  letter-spacing: 0.2px;
  transition: color 0.3s ease;
}
.Footer_footerLink__N575X:hover {
  color: var(--Base-White, #fff);
}
.Footer_footerLink__N575X:hover .Footer_externalIcon___XRcS {
  transform: translate(1px, -1px);
}
.Footer_externalIcon___XRcS {
  width: 10px;
  height: 10px;
  color: var(--grey-300);
  transition: transform 0.3s ease;
}
.Footer_newsletter__wZsad {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-3);
  width: 100%;
  max-width: 1064px;
  padding: var(--spacing-6) var(--spacing-3) var(--spacing-3) var(--spacing-3);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  letter-spacing: 0.2px;
  border-top: 1px solid var(--grey-600);
}
@media (min-width: 720px) {
  .Footer_newsletter__wZsad {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.Footer_newsletter__wZsad .Footer_text__UYcCR {
  max-width: 260px;
}
.Footer_newsletter__wZsad .Footer_formContainer__iSuGc {
  max-width: 430px;
}
.Footer_newsletter__wZsad h5 {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Loud, var(--Base-White, #fff));
  letter-spacing: 0.2px;
}
.Button_button__JJiqJ {
  display: inline-flex;
  flex-direction: row;
  gap: var(--spacing-1);
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: var(--spacing-1) var(--spacing-1-5);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  border-radius: var(--rounding-normal);
  transition: background-image 0.2s, background-color 0.2s,
    box-shadow 0.2s ease-in-out, transform 0.1s ease-in-out;
}
.Button_button__JJiqJ > svg {
  width: 16px;
  height: 16px;
}
.Button_button__JJiqJ:disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.Button_button__JJiqJ:disabled:active {
  transform: none;
}
.Button_light__KdYEB {
  color: var(--grey-500);
  background: var(--grey-50);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5), 0 0 14px 0 hsla(0, 0%, 100%, 0.19),
    inset 0 -1px 0.4px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0.4px 0 #fff;
}
.Button_light__KdYEB:not(:disabled):hover {
  background: var(--Base-White, #fff);
}
.Button_light__KdYEB:active,
.Button_light__KdYEB:not(:disabled):hover {
  box-shadow: inset 0 -1px 0.4px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0.4px 0 #fff,
    0 0 0 2px rgba(0, 0, 0, 0.5), 0 0 14px 0 hsla(0, 0%, 100%, 0.19);
}
.Button_light__KdYEB:active {
  background: var(--grey-100);
}
.Button_light__KdYEB:focus {
  background: var(--grey-50);
  outline: none;
  box-shadow: inset 0 -1px 0.4px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0.4px 0 #fff,
    0 0 0 2px #f4f4f4, 0 0 0 2px rgba(0, 0, 0, 0.5),
    0 0 14px 0 hsla(0, 0%, 100%, 0.19);
}
.Button_light__KdYEB:disabled {
  color: var(--grey-100);
  background: var(--grey-500);
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.Button_dark__dyBom {
  color: var(--Base-White, #fff);
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.03),
    hsla(0, 0%, 100%, 0.1)
  );
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.05),
    0 0 0 1px hsla(0, 0%, 100%, 0.25), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.Button_dark__dyBom:not(:disabled):hover {
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.05),
    0 0 0 1px hsla(0, 0%, 100%, 0.5), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.Button_dark__dyBom:active {
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.05),
    0 0 0 1px hsla(0, 0%, 100%, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.Button_dark__dyBom:focus {
  outline: none;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.05),
    0 0 0 2px hsla(0, 0%, 100%, 0.5), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.Button_dark__dyBom:disabled {
  box-shadow: 0 0 0 1px hsla(0, 0%, 100%, 0.25),
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.Button_danger___h_pQ {
  color: var(--Red-Default, #ff6363);
  background: var(--Red-Muted, #2c1617);
}
.Button_danger___h_pQ,
.Button_danger___h_pQ:not(:disabled):hover {
  box-shadow: inset 0 1px 0 0 hsla(0, 100%, 75%, 0.11), 0 0 0 1px #833637,
    inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.Button_danger___h_pQ:active,
.Button_danger___h_pQ:not(:disabled):hover {
  background: var(--Red-Faint, #130d0e);
}
.Button_danger___h_pQ:active {
  box-shadow: 0 0 0 1px #2c1617;
}
.Button_danger___h_pQ:focus {
  background: var(--Red-Muted, #2c1617);
  outline: none;
  box-shadow: 0 0 0 1px #833637, inset 0 1px 0 0 hsla(0, 100%, 75%, 0.11),
    0 0 0 2px hsla(0, 0%, 100%, 0.25), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}
.SnippetsShowcase_snippetsShowcase__fglRC {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  padding: 0 var(--spacing-2);
}
.SnippetsShowcase_addressSnippet__76DsF {
  display: flex;
  flex-direction: column;
  padding: 20px 22px 17px;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background: var(
    --Card-TranscluscentBG,
    linear-gradient(
      137deg,
      rgba(17, 18, 20, 0.75) 4.87%,
      rgba(12, 13, 15, 0.9) 75.88%
    )
  );
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  border: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-radius: var(--rounding-none) var(--rounding-none) var(--rounding-md)
    var(--rounding-md);
  box-shadow: 0 7px 3px 0 rgba(0, 0, 0, 0.03), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transform: translateZ(0);
}
.SnippetsShowcase_addressSnippet__76DsF > p + p {
  margin-top: 19px;
  margin-bottom: 29px;
}
.SnippetsShowcase_addressSnippet__76DsF .SnippetsShowcase_input__Z8cQI {
  position: absolute;
  top: 0;
  left: 0;
}
.SnippetsShowcase_addressSnippet__76DsF .SnippetsShowcase_cursor__3Cyq9:before {
  color: var(--Grey-200, var(--grey-200));
  content: "|";
  animation: SnippetsShowcase_blink__QJVQu 1.1s step-end infinite;
}
@keyframes SnippetsShowcase_blink__QJVQu {
  50% {
    opacity: 0;
  }
}
.SnippetsShowcase_addressSnippet__76DsF .SnippetsShowcase_controls__fR6_T {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.SnippetsShowcase_addressSnippet__76DsF .SnippetsShowcase_sendButton__QXTUE {
  height: auto;
  padding: 2px var(--spacing-1-5);
  line-height: 160%;
  border-radius: var(--rounding-xs);
}
.SnippetsShowcase_addressSnippet__76DsF .SnippetsShowcase_emojiPicker__94s1h {
  display: inline-flex;
  gap: var(--spacing-1);
  align-items: center;
  padding: var(--spacing-1);
  border: 1px solid var(--separatorColor, hsla(0, 0%, 100%, 0.1));
  border-radius: var(--rounding-sm);
  box-shadow: 0 7px 3px 0 rgba(0, 0, 0, 0.03), 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.SnippetsShowcase_addressSnippet__76DsF
  .SnippetsShowcase_emojiPicker__94s1h
  > svg {
  width: 14px;
  height: 14px;
  transition: opacity 0.3s ease-in-out, transform 0.5s ease-in-out;
}
.SnippetsShowcase_addressSnippet__76DsF
  .SnippetsShowcase_emojiPicker__94s1h
  [data-restart] {
  position: absolute;
  opacity: 0;
  transform: rotate(30deg);
}
.SnippetsShowcase_addressSnippet__76DsF
  .SnippetsShowcase_emojiPicker__94s1h[data-state="restart"]
  [data-emoji] {
  opacity: 0;
}
.SnippetsShowcase_addressSnippet__76DsF
  .SnippetsShowcase_emojiPicker__94s1h[data-state="restart"]
  [data-restart] {
  opacity: 1;
  transform: rotate(0deg);
}
.SnippetsShowcase_addressSnippet__76DsF .SnippetsShowcase_completion__mpg86 {
  position: relative;
  opacity: 0;
}
.SnippetsShowcase_addressSnippet__76DsF
  .SnippetsShowcase_completion__mpg86.SnippetsShowcase_completionVisible__lXU4o {
  opacity: 1;
}
.SnippetsShowcase_addressSnippet__76DsF
  .SnippetsShowcase_completionText__iRrey {
  color: #8cd6ff;
  background: linear-gradient(
    90deg,
    rgba(86, 194, 255, 0.16) 1.41%,
    rgba(86, 194, 255, 0.06) 98.59%
  );
}
@media (min-width: 720px) {
  .SnippetsShowcase_addressSnippet__76DsF {
    width: 459px;
    font-size: 16px;
    transform: translateY(-12px);
  }
}
@-moz-document url-prefix() {
  .SnippetsShowcase_addressSnippet__76DsF {
    transform: none;
  }
}
.Automation_container__39AlV {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
  max-width: var(--container-width);
  margin: 0 auto;
}
.Automation_sectionTitle__n4J1x {
  max-width: 510px;
  margin: 0 auto;
}
.Automation_grid__BVWWz {
  display: grid;
  grid-template-areas: "top top" "left left" "right right";
  grid-template-columns: 1fr 1fr;
  gap: var(--spacing-5);
}
@media (min-width: 720px) {
  .Automation_grid__BVWWz {
    grid-template-areas: "top top" "left right";
  }
}
.Automation_topWrapper__RXG71 {
  position: relative;
  grid-area: top;
}
.Automation_topWrapper__RXG71 .Automation_backdrop__limde {
  position: absolute;
  inset: -13px 24px;
  z-index: -1;
  filter: blur(37.5px);
  transform: translateZ(0);
}
.Automation_topWrapper__RXG71 .Automation_backdrop__limde:before {
  position: absolute;
  inset: 0;
  z-index: -1;
  clip-path: polygon(
    0 0,
    50% 14%,
    100% 0,
    92% 50%,
    100% 100%,
    50% 86%,
    0 100%,
    8% 50%
  );
  content: "";
  background: radial-gradient(
    96.53% 62.13% at 22.87% 46.84%,
    hsla(0, 0%, 100%, 0) 17.89%,
    rgba(154, 170, 255, 0.1) 100%
  );
}
.Automation_top__n4uSt {
  position: relative;
  display: grid;
  grid-auto-flow: row;
  height: 100%;
  padding-top: 0;
  border-radius: calc(var(--rounded-md) - 1);
}
.Automation_top__n4uSt .Automation_description__gITAR {
  z-index: 1;
  grid-row: 2;
  max-width: 420px;
}
@media (min-width: 720px) {
  .Automation_top__n4uSt .Automation_description__gITAR {
    grid-row: 1;
  }
  .Automation_top__n4uSt {
    grid-auto-flow: column;
    padding-right: var(--spacing-2);
    padding-bottom: var(--spacing-2);
  }
}
.Automation_snippetsBackdrop__cbpZV {
  position: absolute;
  top: -100%;
  right: 0;
  z-index: 0;
  pointer-events: none;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.75;
}
@media (min-width: 720px) {
  .Automation_snippetsBackdrop__cbpZV {
    top: -160%;
    right: -5%;
  }
}
.Automation_left__huWQf {
  display: flex;
  flex-direction: column;
  grid-area: left;
}
.Automation_left__huWQf > img {
  align-self: flex-end;
  -webkit-mask-image: linear-gradient(
    179deg,
    #d9d9d9 73.71%,
    hsla(0, 0%, 85%, 0) 91.16%
  );
  mask-image: linear-gradient(
    179deg,
    #d9d9d9 73.71%,
    hsla(0, 0%, 85%, 0) 91.16%
  );
}
.Automation_left__huWQf .Automation_description__gITAR {
  max-width: 399px;
}
.Automation_right__VtadU {
  display: grid;
  flex-direction: column;
  grid-area: right;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
}
.Automation_right__VtadU > img {
  align-self: center;
  justify-self: center;
  padding: var(--spacing-6) var(--spacing-2);
}
@media (min-width: 720px) {
  .Automation_right__VtadU > img {
    padding: 0;
  }
}
.Automation_card__7Lygc {
  overflow: hidden;
  background: linear-gradient(
    45deg,
    var(--grey-800) 0,
    var(--grey-900) 100.67%
  );
  border: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-radius: var(--rounding-md);
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
}
.Automation_description__gITAR {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: flex-start;
  justify-content: center;
  padding: var(--spacing-3);
}
.Automation_description__gITAR > h5 {
  display: inline-flex;
  gap: var(--spacing-2);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: var(--Text-Loud, var(--Base-White, #fff));
  letter-spacing: 0.2px;
}
.Automation_description__gITAR > h5 > svg {
  width: var(--spacing-3);
  height: var(--spacing-3);
}
.Automation_description__gITAR > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  letter-spacing: 0.2px;
}
.HotkeysShowcase_container__qw9QH {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
  aspect-ratio: 3/1;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: scale(0.5);
}
@media (min-width: 375px) {
  .HotkeysShowcase_container__qw9QH {
    transform: scale(0.6);
  }
}
@media (min-width: 530px) {
  .HotkeysShowcase_container__qw9QH {
    transform: scale(0.8);
  }
}
@media (min-width: 720px) {
  .HotkeysShowcase_container__qw9QH {
    aspect-ratio: unset;
    transform: scale(0.6);
  }
}
@media (min-width: 900px) {
  .HotkeysShowcase_container__qw9QH {
    transform: scale(0.8);
  }
}
@media (min-width: 1050px) {
  .HotkeysShowcase_container__qw9QH {
    aspect-ratio: unset;
    transform: none;
  }
}
.HotkeysShowcase_placer__jPl5P {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.HotkeysShowcase_combination__gXdy8 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  height: 106px;
  transform-origin: center;
}
.HotkeysShowcase_plus___oOVW {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 22px;
  opacity: 0.5;
}
.HotkeysShowcase_enter__z843k {
  opacity: 0;
  transform: translateY(10px) scale(0.97);
  transform-origin: center;
}
.HotkeysShowcase_enterActive__FZHuC {
  opacity: 1;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.22, 0.96),
    transform 0.3s cubic-bezier(0.4, 0, 0.22, 0.96);
  transform: scale(1);
}
.HotkeysShowcase_exit__wwvAE {
  opacity: 1;
  transform-origin: center;
}
.HotkeysShowcase_exitActive__yyzmz {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.22, 0.96),
    transform 0.3s cubic-bezier(0.4, 0, 0.22, 0.96);
  transform: scale(0.97) translateY(-5px);
}
.CommunitySection_container__8ZibF {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.CommunitySection_bgImg__Sh9m0 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: clamp(680px, calc(32vw + 561px), 818px);
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  opacity: 0.45;
  transform: translate(-50%, -50%);
}
.CommunitySection_sectionTitle__3RaZP {
  grid-area: title;
  max-width: 486px;
  margin: 0 auto;
  margin-bottom: var(--spacing-3);
  text-align: center;
}
@media (min-width: 720px) {
  .CommunitySection_sectionTitle__3RaZP {
    margin-bottom: 0;
  }
}
.CommunitySection_socials___HNIF {
  display: grid;
  grid-template-areas: "title" "slack" "twitter";
  gap: var(--spacing-4);
  justify-content: center;
  width: 948px;
  max-width: 100%;
  padding: 0 var(--spacing-3);
  margin-bottom: 120px;
}
@media (min-width: 720px) {
  .CommunitySection_socials___HNIF {
    grid-template-areas: "title title" "slack twitter";
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-7) var(--spacing-5);
  }
}
.CommunitySection_socialCard__Grpqk {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: flex-start;
  justify-content: flex-end;
  max-width: 454px;
  padding: var(--spacing-2);
  overflow: hidden;
  background: linear-gradient(
    137deg,
    rgba(17, 18, 20, 0.75) 4.87%,
    rgba(12, 13, 15, 0.9) 75.88%
  );
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-radius: var(--rounding-md);
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, 0.15);
  transform: translateZ(0);
}
.CommunitySection_socialCard__Grpqk:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: transparent;
  transition: background 0.3s ease;
}
.CommunitySection_socialCard__Grpqk:hover .CommunitySection_join__8iTNE > svg {
  transform: translateX(2px);
}
.CommunitySection_socialCard__Grpqk:hover:after {
  background: hsla(0, 0%, 100%, 0.04);
}
.CommunitySection_socialCard__Grpqk .CommunitySection_header__52zZJ {
  display: flex;
  gap: var(--spacing-2);
  align-items: center;
  width: 100%;
}
.CommunitySection_socialCard__Grpqk .CommunitySection_join__8iTNE {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--Text-Loud, var(--Base-White, #fff));
}
.CommunitySection_socialCard__Grpqk .CommunitySection_join__8iTNE > svg {
  width: 16px;
  transition: transform 0.3s ease;
}
.CommunitySection_socialCard__Grpqk p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.2px;
}
.CommunitySection_socialCard__Grpqk h5 {
  flex-grow: 1;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--Text-Loud, var(--Base-White, #fff));
  letter-spacing: 0.2px;
}
.CommunitySection_socialCard__Grpqk .CommunitySection_memberCount__jf0Q3 {
  font-family: var(--font-geist-mono);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.3px;
}
@media (min-width: 720px) {
  .CommunitySection_socialCard__Grpqk {
    padding: var(--spacing-3);
  }
}
.CommunitySection_youtube__ZcogR {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.CommunitySection_ticker__ggQJX {
  max-width: 1204px;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 15%,
    #000 65%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 15%,
    #000 65%,
    transparent
  );
}
.CommunitySection_tickerInner__frFl4 {
  position: relative;
  display: flex;
  gap: var(--spacing-5);
  transform: translateX(-205px);
}
.CommunitySection_footer__9b00k {
  display: flex;
  flex-direction: column;
  gap: 29px;
  align-items: center;
  max-width: 360px;
  padding: 0 var(--spacing-3);
  margin-top: 0;
}
.CommunitySection_footer__9b00k > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  text-align: center;
  letter-spacing: 0.2px;
}
.CommandYourTime_container__S_HJo {
  gap: var(--spacing-3);
  max-width: 100%;
  padding-bottom: var(--spacing-13);
  overflow: hidden;
}
.CommandYourTime_action__EYknz,
.CommandYourTime_container__S_HJo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.CommandYourTime_action__EYknz {
  gap: var(--spacing-9);
  max-width: 400px;
}
.ExtensionHighlight_container__aojC1 {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-none);
  width: 100%;
  max-width: 100%;
  padding: var(--spacing-12) 0;
  margin-right: 400px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .ExtensionHighlight_container__aojC1 {
    gap: var(--spacing-5);
    padding: var(--spacing-13) 0;
  }
}
.ExtensionHighlight_bottom__fmUy9,
.ExtensionHighlight_top__Nem0f {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(var(--container-width) + var(--spacing-6));
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .ExtensionHighlight_top__Nem0f {
    flex-direction: column;
    gap: var(--spacing-5);
    align-items: flex-start;
  }
}
.ExtensionHighlight_bottom__fmUy9 {
  padding: 0 var(--spacing-3);
}
.ExtensionHighlight_text__gMfVY {
  max-width: 480px;
  padding: 0 var(--spacing-3);
}
.ExtensionHighlight_text__gMfVY > h3 {
  color: var(--Text-Loud, var(--Base-White, #fff));
}
.ExtensionHighlight_text__gMfVY > h3,
.ExtensionHighlight_text__gMfVY > p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.ExtensionHighlight_text__gMfVY > p {
  color: var(--Text-Muted, var(--grey-300));
}
.ExtensionHighlight_reelWrapper__163qQ {
  position: relative;
  width: 100vw;
  max-width: 2000px;
  margin: 0 auto;
}
.ExtensionHighlight_reelContainer__SdwBU {
  position: relative;
  align-self: center;
  width: 100%;
  padding: var(--spacing-2) var(--spacing-4);
  margin: var(--spacing-none) 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: var(--spacing-3);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ExtensionHighlight_reelContainer__SdwBU::-webkit-scrollbar {
  display: none;
}
@media (min-width: 720px) {
  .ExtensionHighlight_reelContainer__SdwBU {
    padding: var(--spacing-5) var(--spacing-3);
    margin: calc(-1 * var(--spacing-5)) 0;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      #000 var(--spacing-8),
      #000 calc(100% - var(--spacing-13)),
      transparent
    );
    mask-image: linear-gradient(
      to right,
      transparent,
      #000 var(--spacing-8),
      #000 calc(100% - var(--spacing-13)),
      transparent
    );
  }
}
.ExtensionHighlight_reel__OotYH {
  gap: var(--spacing-7);
  max-width: var(--container-width);
  padding: var(--spacing-4) 0;
  margin: 0 auto;
}
.ExtensionHighlight_padding__U1KfF {
  display: inline-flex;
  gap: var(--spacing-3);
  padding: 0 var(--spacing-4) 0 0;
  transform-origin: 0 0;
}
@media (min-width: 720px) {
  .ExtensionHighlight_padding__U1KfF {
    gap: var(--spacing-7);
  }
  .ExtensionHighlight_padding__U1KfF:after {
    position: relative;
    display: flex;
    width: 0;
    content: "";
    scroll-snap-align: end;
  }
}
.ExtensionHighlight_categoriesContainer__mmGIa {
  display: flex;
  max-width: 100%;
  padding: 0 var(--spacing-3);
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ExtensionHighlight_categoriesContainer__mmGIa::-webkit-scrollbar {
  display: none;
}
.ExtensionHighlight_categories__WswlG {
  position: relative;
  display: flex;
  flex-grow: 1;
  gap: var(--spacing-3);
  align-items: center;
  justify-content: center;
  padding: var(--spacing-1) var(--spacing-2-5);
  background: var(
    --Card-BG,
    linear-gradient(137deg, #111214 4.87%, #0c0d0f 75.88%)
  );
  border-top: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-right: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-left: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-radius: 31px;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
}
.ExtensionHighlight_category__aMfDp {
  position: relative;
  display: flex;
  align-items: center;
  height: 46px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-align: right;
  letter-spacing: 0.2px;
}
.ExtensionHighlight_category__aMfDp.ExtensionHighlight_active__N2OuW a {
  color: var(--Text-Loud, var(--Base-White, #fff));
}
.ExtensionHighlight_category__aMfDp a {
  z-index: 1;
  color: var(--Text-Muted, var(--grey-300));
  cursor: pointer;
  transition: color 0.3s ease;
}
.ExtensionHighlight_category__aMfDp a:hover {
  color: var(--Text-Loud, var(--Base-White, #fff));
}
.ExtensionHighlight_activeBackdrop__bNKsl {
  position: absolute;
  inset: 0 calc(var(--spacing-1-5) * -1);
  top: 8px;
  width: var(--width);
  height: 46px;
  background: radial-gradient(
    51.07% 92.4% at 51% 7.61%,
    #5a5a5a 0,
    #1a1a1a 100%
  );
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border-radius: 36px;
  transition: transform 0.3s ease, width 0.3s ease;
  transform: translate3d(var(--offset), 0, 0);
}
.ExtensionHighlight_activeBackdrop__bNKsl:before {
  position: absolute;
  inset: -1px;
  z-index: -1;
  padding: 1px;
  content: "";
  background: linear-gradient(180deg, #fff, hsla(0, 0%, 100%, 0));
  border-radius: 36px;
  opacity: 0.2;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.ExtensionHighlight_pagination__m71T_ {
  display: flex;
  gap: var(--spacing-1-5);
}
.ExtensionHighlight_next__yGcNX,
.ExtensionHighlight_previous__vaBCj {
  display: flex;
  gap: var(--spacing-3);
  align-items: center;
  justify-content: center;
  padding: var(--spacing-2-5);
  color: var(--Base-White);
  cursor: pointer;
  background: var(
    --Card-BG,
    linear-gradient(137deg, #111214 4.87%, #0c0d0f 75.88%)
  );
  border-top: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-right: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-left: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-radius: 86px;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
  transition: color 0.3s ease;
}
.ExtensionHighlight_next__yGcNX > svg,
.ExtensionHighlight_previous__vaBCj > svg {
  width: 16px;
  height: 16px;
}
.ExtensionHighlight_next__yGcNX:hover,
.ExtensionHighlight_previous__vaBCj:hover {
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, 0.1),
    0 2px 40px 10px rgba(154, 170, 255, 0.05),
    0 0 16px -7px rgba(154, 170, 255, 0.05);
}
.ExtensionHighlight_next__yGcNX:disabled,
.ExtensionHighlight_previous__vaBCj:disabled {
  color: var(--grey-300);
  cursor: default;
}
.ExtensionHighlight_next__yGcNX:disabled:hover,
.ExtensionHighlight_previous__vaBCj:disabled:hover {
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
}
.ExtensionHighlight_browse__2zD5g {
  display: flex;
  align-items: center;
}
.ExtensionHighlight_browse__2zD5g > a {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: var(--Text-Default, var(--grey-200));
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}
.ExtensionHighlight_browse__2zD5g > a:hover {
  color: var(--Text-Loud, var(--Base-White, #fff));
}
.ExtensionHighlight_browse__2zD5g > a:hover > svg {
  transform: translateX(2px);
}
.ExtensionHighlight_browse__2zD5g > a > svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.ExtensionHighlight_browseMore__7PHBV {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  width: 300px;
  overflow: hidden;
  scroll-snap-align: end;
  background: var(--grey-700);
  border: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-radius: 22px;
  transition: box-shadow 0.3s ease;
}
.ExtensionHighlight_browseMore__7PHBV img {
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.ExtensionHighlight_browseMore__7PHBV h3 {
  margin-top: var(--spacing-5);
  margin-bottom: var(--spacing-1);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.2px;
}
.ExtensionHighlight_browseMore__7PHBV a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  color: var(--Text-Default, var(--grey-200));
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}
.ExtensionHighlight_browseMore__7PHBV:hover {
  box-shadow: 0 0 24px 8px hsla(0, 0%, 100%, 0.05);
}
.ExtensionHighlight_browseMore__7PHBV:hover img {
  filter: grayscale(0);
  opacity: 1;
}
.ExtensionHighlight_browseMore__7PHBV:hover a {
  color: var(--Text-Loud);
}
@media (min-width: 720px) {
  .ExtensionHighlight_browseMore__7PHBV {
    width: 360px;
  }
}
.ExtensionHighlight_arrowLink__x8HE2 {
  display: inline-flex;
  gap: 3px;
  align-items: center;
  color: var(--Text-Default, var(--grey-200));
}
.ExtensionHighlight_arrowLink__x8HE2 > svg {
  width: 16px;
  transition: transform 0.3s ease;
}
.ExtensionHighlight_browseMore__7PHBV:hover
  .ExtensionHighlight_arrowLink__x8HE2
  > svg {
  transform: translateX(2px);
}
.ExtensionHighlight_extensionCardWrapper__BE6OW {
  opacity: 0;
  transform-origin: top right;
  animation: ExtensionHighlight_slideIn__jf_v9 0.7s var(--delay)
    cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}
@keyframes ExtensionHighlight_slideIn__jf_v9 {
  0% {
    opacity: 0;
    transform: translateY(50px) translateX(10px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
.ExtensionHighlight_reelExit__pgDZH {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transform: translateY(0);
}
.ExtensionHighlight_reelExitActive__MBP_G {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in;
  transform: scale(0.98) translateY(-20px) translateX(-20px);
}
.ExtensionCard_card__g21uG {
  position: relative;
  display: grid;
  grid-template-rows: 1fr auto;
  align-items: start;
  width: 300px;
  height: 100%;
  overflow: hidden;
  scroll-snap-align: end;
  border-radius: var(--rounding-xl);
}
@media (min-width: 720px) {
  .ExtensionCard_card__g21uG {
    width: 360px;
    height: auto;
  }
}
.ExtensionCard_card__g21uG:hover .ExtensionCard_action__Os3w0 {
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.05),
    0 0 0 1px hsla(0, 0%, 100%, 0.5), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.ExtensionCard_card__g21uG:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  background: radial-gradient(
    50% 50% at 50% 50%,
    transparent 0,
    rgba(0, 0, 0, 0.25) 80%
  );
  border-radius: var(--rounding-xl);
  mix-blend-mode: soft-light;
  opacity: 0;
  transition: opacity 0.3s;
}
.ExtensionCard_card__g21uG:hover:after {
  opacity: 1;
}
.ExtensionCard_icon__514rr {
  width: var(--spacing-7);
  height: var(--spacing-7);
  margin: -2px;
  border-radius: var(--rounding-md);
  box-shadow: 0 1.189px 2.377px 0 rgba(0, 0, 0, 0.28);
}
.ExtensionCard_action__Os3w0 {
  position: relative;
  display: flex;
  gap: var(--spacing-1);
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: var(--spacing-1);
  overflow: hidden;
  color: var(--grey-50);
  background: linear-gradient(
    180deg,
    hsla(0, 0%, 100%, 0.03),
    hsla(0, 0%, 100%, 0.1)
  );
  border-radius: var(--rounding-normal);
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.05),
    0 0 0 1px hsla(0, 0%, 100%, 0.25), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.ExtensionCard_action__Os3w0 svg {
  width: var(--spacing-2);
  height: var(--spacing-2);
}
.ExtensionCard_image__amxYw {
  pointer-events: none;
}
.ExtensionCard_headerContainer__48wVu {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: var(--spacing-2);
  align-self: stretch;
  padding: var(--spacing-2);
  padding-bottom: 0;
}
@media (min-width: 720px) {
  .ExtensionCard_headerContainer__48wVu {
    gap: var(--spacing-3);
    padding: var(--spacing-3);
    padding-bottom: 0;
  }
}
.ExtensionCard_header__Mx3up {
  display: flex;
  flex-direction: row;
  gap: var(--spacing-1-5);
  align-items: center;
  width: 100%;
}
.ExtensionCard_title__qWIv2 {
  display: flex;
  flex-grow: 2;
  font-size: 18px;
  font-weight: 400;
}
.ExtensionCard_divider__hPrH4 {
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, 0.05);
}
.ExtensionCard_description__z_Oaf {
  overflow-y: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0;
}
@media (min-width: 720px) {
  .ExtensionCard_description__z_Oaf {
    height: auto;
    font-size: 16px;
  }
}
.Gallery_title__a21kg {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-6);
  align-items: center;
  max-width: 582px;
  margin: 0 auto;
}
.Gallery_sectionTitle__TMrQa {
  max-width: 438px;
}
.Gallery_highlight__Rnmmn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  background: radial-gradient(
    13.65% 50% at center,
    rgba(245, 48, 107, 0.1) 0,
    rgba(255, 103, 167, 0) 100%
  );
}
.Gallery_highlight__Rnmmn > span {
  display: inline-flex;
  align-items: center;
  padding: 0 var(--spacing-1-5);
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: var(--red-dark, #ff6363);
  letter-spacing: 0.2px;
}
.Gallery_img__grW93 {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-mask-image: linear-gradient(
    180deg,
    #d9d9d9 61.35%,
    hsla(0, 0%, 85%, 0)
  );
  mask-image: linear-gradient(180deg, #d9d9d9 61.35%, hsla(0, 0%, 85%, 0));
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate(-50%, calc(-50% - 50px));
}
.Gallery_img__grW93.Gallery_active__tTxBI {
  z-index: 2;
  opacity: 1;
}
.Gallery_pagination__JGIat {
  display: flex;
  gap: var(--spacing-1);
  align-items: center;
  width: 200px;
  height: var(--spacing-4);
  margin: 0 auto;
}
.Gallery_page__9tY2Q {
  position: relative;
  width: 25%;
  height: 2px;
  cursor: pointer;
  background: #452324;
  transition: width 0.3s ease;
}
.Gallery_page__9tY2Q:after,
.Gallery_page__9tY2Q:before {
  position: absolute;
  inset: 0;
  content: "";
  transform-origin: left center;
  will-change: transform;
}
.Gallery_page__9tY2Q:before {
  inset: -16px 0;
}
.Gallery_page__9tY2Q.Gallery_current__gpJFY {
  width: 50%;
}
.Gallery_page__9tY2Q.Gallery_current__gpJFY:after,
.Gallery_page__9tY2Q.Gallery_current__gpJFY:before {
  animation: Gallery_progress__FmE_S var(--animation-duration) linear;
  animation-play-state: var(--animation-play-state);
  animation-iteration-count: 1;
}
.Gallery_page__9tY2Q.Gallery_current__gpJFY:after {
  background: linear-gradient(
    90deg,
    #452324 0,
    #eca5a7 93%,
    #581d27 100%,
    #452324 0
  );
  border-radius: 100%;
}
.Gallery_page__9tY2Q.Gallery_current__gpJFY:before {
  background: radial-gradient(
    40% 50% at 72% 50%,
    rgba(245, 48, 107, 0.2) 0,
    rgba(255, 103, 167, 0) 100%
  );
}
@keyframes Gallery_progress__FmE_S {
  0% {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(100%);
  }
}
.Gallery_pageDescriptionContainer__ejv7L {
  display: flex;
  gap: 64px;
  max-width: var(--container-width);
  padding: var(--spacing-5) var(--spacing-3);
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 720px) {
  .Gallery_pageDescriptionContainer__ejv7L {
    flex-direction: column;
    gap: var(--spacing-4);
    align-items: flex-start;
  }
}
.Gallery_pageDescription__gzbMf {
  padding: var(--spacing-4) 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--grey-500);
  transition: opacity 0.4s ease;
}
.Gallery_pageDescription__gzbMf > span {
  color: hsla(0, 0%, 100%, 0.5);
  transition: all 0.3s ease;
}
.Gallery_pageDescription__gzbMf.Gallery_current__gpJFY {
  color: var(--grey-300);
}
.Gallery_pageDescription__gzbMf.Gallery_current__gpJFY > span {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .Gallery_pageDescription__gzbMf:hover {
    color: var(--grey-300);
  }
  .Gallery_pageDescription__gzbMf:hover > span {
    color: #fff;
  }
}
@media (max-width: 720px) {
  .Gallery_pageDescription__gzbMf {
    padding: 0;
  }
}
.Gallery_bg__5TXdO {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.Gallery_bg__5TXdO.Gallery_cube__8NRke {
  position: absolute;
  top: -250px;
  right: 140px;
  z-index: -1;
  width: 700px;
  height: 700px;
  opacity: 0.15;
  -webkit-mask-image: radial-gradient(
    circle at top left,
    #fff 29.33%,
    hsla(0, 0%, 100%, 0) 60%
  );
  mask-image: radial-gradient(
    circle at top left,
    #fff 29.33%,
    hsla(0, 0%, 100%, 0) 60%
  );
}
.Gallery_bg__5TXdO.Gallery_noir__mArHa {
  position: absolute;
  top: -170px;
  right: auto;
  left: 50%;
  z-index: -1;
  width: 70%;
  height: auto;
  -webkit-mask-image: radial-gradient(
    closest-side at center center,
    #fff 69.33%,
    hsla(0, 0%, 100%, 0) 100%
  );
  mask-image: radial-gradient(
    closest-side at center center,
    #fff 69.33%,
    hsla(0, 0%, 100%, 0) 100%
  );
  transform: translateX(-50%);
}
@media (min-width: 720px) {
  .Gallery_bg__5TXdO {
    display: block;
  }
}
.Gallery_imageWrapperPlaceholder__yZxHy {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 1480px;
  height: 200px;
  margin-top: 80px;
  pointer-events: none;
}
@media (min-width: 520px) {
  .Gallery_imageWrapperPlaceholder__yZxHy {
    height: 300px;
  }
}
@media (min-width: 720px) {
  .Gallery_imageWrapperPlaceholder__yZxHy {
    height: var(--height);
  }
}
.Gallery_imageWrapper__HR75R {
  position: absolute;
  left: 50%;
  z-index: -1;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  width: 1480px;
  height: 200px;
  margin-top: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transform: translateX(-50%) scale(0.4);
}
@media (min-width: 520px) {
  .Gallery_imageWrapper__HR75R {
    height: 340px;
    margin-top: 24px;
    transform: translateX(-50%) scale(0.7);
  }
}
@media (min-width: 720px) {
  .Gallery_imageWrapper__HR75R {
    height: var(--height);
    margin-top: 56px;
    transform: translateX(-50%) scale(1);
  }
}
.Gallery_outerWindowFrame___HHeO {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  gap: var(--spacing-1);
  align-items: flex-start;
  width: 1048px;
  padding: var(--spacing-1);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  border-radius: var(--rounding-lg);
  box-shadow: 0 0 40px 20px hsla(0, 0%, 100%, 0.03),
    inset 0 0.5px 0 0 hsla(0, 0%, 100%, 0.3);
  -webkit-mask-image: linear-gradient(
    180deg,
    #d9d9d9 60%,
    hsla(0, 0%, 85%, 0) 90%
  );
  mask-image: linear-gradient(180deg, #d9d9d9 60%, hsla(0, 0%, 85%, 0) 90%);
  transform: translate3d(-50%, calc(-50% - 50px), 0);
}
.Gallery_outerWindowFrame___HHeO.Gallery_cube__8NRke {
  background: radial-gradient(
      85.77% 49.97% at 51% 5.12%,
      hsla(0, 100%, 79%, 0.11) 0,
      rgba(222, 226, 255, 0.08) 45.83%,
      rgba(241, 242, 255, 0.02) 100%
    ),
    rgba(0, 0, 0, 0.44);
}
.Gallery_outerWindowFrame___HHeO.Gallery_noir__mArHa {
  background: radial-gradient(
      85.77% 49.97% at 51% 5.12%,
      rgba(210, 210, 230, 0.11) 0,
      rgba(222, 226, 255, 0.08) 45.83%,
      rgba(241, 242, 255, 0.02) 100%
    ),
    rgba(0, 0, 0, 0.44);
}
.Gallery_outerWindowFrame___HHeO.Gallery_small__Kfqp2 {
  width: 1000px;
}
.Gallery_innerWindowFrame__utt4e {
  position: relative;
  align-self: stretch;
  height: var(--height);
  overflow: hidden;
  background-image: repeating-linear-gradient(
    0deg,
    var(--grey-800),
    var(--grey-800) 1px,
    var(--grey-900) 1px,
    var(--grey-900)
  );
  background-size: 3px 3px;
  border: 1px solid hsla(0, 0%, 100%, 0.08);
  border-radius: var(--rounding-md);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, 0.19),
    inset 0 0.5px 0 0 hsla(0, 0%, 100%, 0.1);
}
.Gallery_innerWindowBg__hHu2u {
  position: absolute;
  border-radius: var(--rounding-none);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.Gallery_innerWindowBg__hHu2u.Gallery_cube__8NRke {
  top: -200px;
  right: -80px;
  width: 700px;
  height: 700px;
  opacity: 0.6;
}
.Gallery_innerWindowBg__hHu2u.Gallery_noir__mArHa {
  inset: 0;
  width: 100%;
  height: 100%;
}
.ComparePlans_comparePlans__bQFOY {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: center;
}
.ComparePlans_comparePlans__bQFOY > span {
  font-family: var(--font-geist-mono);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Muted, var(--grey-300));
  letter-spacing: 0.3px;
}
.AppWindow_customThemesAppWindow__6Ep33 {
  z-index: 1;
  width: 750px;
  height: 310px;
  color: hsl(var(--hue) calc(var(--saturation) * 1%) 90%);
  text-align: left;
  pointer-events: none;
  background-image: linear-gradient(
    180deg,
    hsl(var(--hue) calc(var(--saturation) * 1%) 40%/0.1) 0,
    hsl(calc(var(--hue) + 20) calc(var(--saturation) * 1%) 20%/0.1) 100%
  );
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-bottom: 0;
  border-radius: 13px 13px 0 0;
  box-shadow: 0 16px 56px -8px #000;
  -webkit-mask-image: radial-gradient(
    ellipse 90% 70% at 50% 30%,
    #000 45%,
    transparent
  );
  mask-image: radial-gradient(
    ellipse 90% 70% at 50% 30%,
    #000 45%,
    transparent
  );
}
.AppWindow_searchBar__pXtYZ {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56px;
  padding: 0 16px 0 56px;
  overflow: hidden;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.AppWindow_searchBarInput__jovat {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.01em;
  opacity: 0.6;
}
.AppWindow_caret__eEdqa {
  position: absolute;
  top: 50%;
  left: 56px;
  z-index: 2;
  width: 2px;
  height: 20px;
  background-color: hsl(
    calc(var(--hue) + 180) calc(var(--saturation) * 1%) 64%
  );
  border-radius: 1px;
  transform: translateY(-50%);
}
.AppWindow_backButton__xGK5q {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 12px;
  color: currentColor;
  background-color: hsla(0, 0%, 100%, 0.1);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 8px;
  transform: translateZ(0);
}
.AppWindow_backButton__xGK5q .AppWindow_backArrow__aEUTM {
  position: absolute;
  z-index: -1;
  width: 14px;
}
.AppWindow_appContent__ubNbg {
  max-height: calc(100% - 56px);
  padding: 16px;
  overflow: hidden;
}
.AppWindow_contentHeader__V0aNi {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  opacity: 0.8;
}
.AppWindow_contentHeader__V0aNi span:last-of-type {
  opacity: 0.6;
}
.AppWindow_gridContainer__nBS7h {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
  padding: 0;
}
.AppWindow_gridItem__yAoXY {
  --radius: 8px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.AppWindow_gridItem__yAoXY .AppWindow_media__RgoXy {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background-color: hsl(var(--hue) 10% 90%/0.05);
  border-radius: var(--radius);
}
.AppWindow_gridItem__yAoXY.AppWindow_selected__Phom3 .AppWindow_media__RgoXy {
  background-color: hsl(var(--hue) 10% 90%/0.1);
}
.AppWindow_gridItem__yAoXY.AppWindow_selected__Phom3
  .AppWindow_selectedHighlighter__TFc0a {
  box-shadow: 0 0 0 calc(var(--border) / 2)
      hsl(var(--hue) calc(var(--saturation) * 1%) 20%),
    0 0 0 var(--border) hsl(var(--hue) calc(var(--saturation) * 1%) 64%/1);
  opacity: 1;
}
.AppWindow_gridItem__yAoXY .AppWindow_selectedHighlighter__TFc0a {
  --border: 2.5px;
  position: absolute;
  top: var(--border);
  right: var(--border);
  bottom: var(--border);
  left: var(--border);
  z-index: 10;
  border-radius: calc(var(--radius) - var(--border));
  box-shadow: 0 0 0 calc(var(--border) / 2) transparent,
    0 0 0 var(--border) transparent;
  opacity: 0;
}
.AppWindow_gridItem__yAoXY .AppWindow_image__VyaEV {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  filter: grayscale(calc(1 - var(--saturation) / 100));
  border-radius: var(--radius);
}
.AppWindow_gridItem__yAoXY .AppWindow_image__VyaEV.AppWindow_fit__XQAVe {
  -o-object-fit: contain;
  object-fit: contain;
}
.AppWindow_gridItem__yAoXY .AppWindow_gridItemText__18hMm {
  margin-bottom: 6px;
}
.AppWindow_gridItem__yAoXY .AppWindow_title__9h1AI {
  max-width: 100%;
  margin: 6px 0 4px;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.AppWindow_gridItem__yAoXY .AppWindow_subTitle__uOEnp,
.AppWindow_gridItem__yAoXY .AppWindow_title__9h1AI {
  font-size: 13px;
  line-height: 100%;
  pointer-events: none;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.AppWindow_gridItem__yAoXY .AppWindow_subTitle__uOEnp {
  display: block;
  margin: 0;
  opacity: 0.6;
}
.AppWindow_viewLoader__JpLYJ {
  position: absolute;
  top: 54.5px;
  left: -50%;
  z-index: 100;
  width: 100%;
  height: 0.5px;
  background: linear-gradient(
    to right,
    hsl(calc(var(--hue) + 180) calc(var(--saturation) * 1%) 70%/0) 25%,
    hsl(calc(var(--hue) + 180) calc(var(--saturation) * 1%) 70%/1) 50%,
    hsl(calc(var(--hue) + 180) calc(var(--saturation) * 1%) 70%/0) 75%
  );
  transform: translateX(calc(var(--saturation) * 1%));
}
.CustomThemes_container__Xii5M {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  isolation: isolate;
}
@media screen and (min-width: 1064px) {
  .CustomThemes_container__Xii5M {
    flex-direction: row-reverse;
    gap: 40px;
    align-items: center;
  }
}
.CustomThemes_customThemes__Lv_nW {
  position: relative;
  max-width: 100%;
  height: 350px;
}
.CustomThemes_text__uUM0D {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 474px;
}
@media screen and (min-width: 1064px) {
  .CustomThemes_text__uUM0D {
    align-items: flex-start;
  }
  .CustomThemes_text__uUM0D h2,
  .CustomThemes_text__uUM0D h5 {
    text-align: left !important;
  }
}
.ColorPicker_colorPicker__3Tw8Z {
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 200px;
  padding: 12px 8px 8px;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 12px;
  box-shadow: -16px -6px 32px -10px #000;
  transform: translateZ(0);
}
.ColorPicker_colorPicker__3Tw8Z span {
  margin-top: 8px;
  margin-left: 1px;
  font-size: 12px;
  font-weight: 500;
  color: hsla(0, 0%, 100%, 0.8);
  text-align: left;
}
.ColorPicker_colorPicker__3Tw8Z span:first-of-type {
  margin-top: 0;
}
.ColorPicker_colorPicker__3Tw8Z input {
  pointer-events: none;
}
.ColorPicker_colorPicker__3Tw8Z input[type="range"] {
  width: 100%;
  height: 12px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  outline: none;
}
.ColorPicker_colorPicker__3Tw8Z input[type="range"]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  -moz-appearance: none;
  appearance: none;
  border: 3px solid #fff;
  border-radius: 6px;
}
.ColorPicker_colorPicker__3Tw8Z input[type="range"]::-ms-thumb {
  width: 12px;
  height: 12px;
  appearance: none;
  border: 3px solid #fff;
  border-radius: 6px;
}
.ColorPicker_colorPicker__3Tw8Z input[type="range"]::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  -webkit-appearance: none;
  appearance: none;
  border: 3px solid #fff;
  border-radius: 6px;
}
.ColorPicker_colorPicker__3Tw8Z input[type="range"]::-moz-range-track {
  height: 12px;
  background: transparent;
  border-radius: 6px;
}
.ColorPicker_colorPicker__3Tw8Z input[type="range"]::-ms-track {
  height: 12px;
  background: transparent;
  border-radius: 6px;
}
.ColorPicker_colorPicker__3Tw8Z
  input[type="range"]::-webkit-slider-runnable-track {
  height: 12px;
  background: transparent;
  border-radius: 6px;
}
.ColorPicker_colorPicker__3Tw8Z input[type="range"]:focus {
  outline: none;
}
.ColorPicker_colorPicker__3Tw8Z
  > input[type="range"].ColorPicker_h__pzoJe::-moz-range-track {
  background-image: linear-gradient(
    90deg,
    #f33,
    #ff3,
    #3f3,
    #3ff,
    #33f,
    #f3f,
    #f33
  );
}
.ColorPicker_colorPicker__3Tw8Z
  > input[type="range"].ColorPicker_h__pzoJe::-ms-track {
  background-image: linear-gradient(
    90deg,
    #f33,
    #ff3,
    #3f3,
    #3ff,
    #33f,
    #f3f,
    #f33
  );
}
.ColorPicker_colorPicker__3Tw8Z
  > input[type="range"].ColorPicker_h__pzoJe::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    90deg,
    #f33,
    #ff3,
    #3f3,
    #3ff,
    #33f,
    #f3f,
    #f33
  );
}
.ColorPicker_colorPicker__3Tw8Z
  > input[type="range"].ColorPicker_s__b4jEF::-moz-range-track {
  background-image: linear-gradient(
    to right,
    hsl(var(--hue) 0% 60%/1),
    hsl(var(--hue) 50% 60%/1),
    hsl(var(--hue) 100% 60%/1)
  );
}
.ColorPicker_colorPicker__3Tw8Z
  > input[type="range"].ColorPicker_s__b4jEF::-ms-track {
  background-image: linear-gradient(
    to right,
    hsl(var(--hue) 0% 60%/1),
    hsl(var(--hue) 50% 60%/1),
    hsl(var(--hue) 100% 60%/1)
  );
}
.ColorPicker_colorPicker__3Tw8Z
  > input[type="range"].ColorPicker_s__b4jEF::-webkit-slider-runnable-track {
  background-image: linear-gradient(
    to right,
    hsl(var(--hue) 0% 60%/1),
    hsl(var(--hue) 50% 60%/1),
    hsl(var(--hue) 100% 60%/1)
  );
}
.ColorPicker_colorPicker__3Tw8Z input[type="text"] {
  width: 100%;
  height: 32px;
  padding: 0 8px;
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  color: hsla(0, 0%, 100%, 0.8);
  background-color: transparent;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  border-radius: 6px;
}
.ColorPicker_colorPicker__3Tw8Z input[type="text"]:focus {
  outline: none;
}
@media (min-width: 720px) {
  .ColorPicker_colorPicker__3Tw8Z {
    top: 28px;
    left: 430px;
  }
}
.DotsGraphic_gridContainer__mWW_k {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-template-columns: repeat(8, 1fr);
  gap: 40px;
  width: 100%;
}
.DotsGraphic_dot__mupxr {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #56c2ff50;
  border-radius: 50%;
}
.DotsGraphic_dot__mupxr:first-child,
.DotsGraphic_dot__mupxr:nth-child(10),
.DotsGraphic_dot__mupxr:nth-child(19),
.DotsGraphic_dot__mupxr:nth-child(2),
.DotsGraphic_dot__mupxr:nth-child(9) {
  animation: DotsGraphic_sizeOne__4XLOX 6s infinite;
}
.DotsGraphic_dot__mupxr:nth-child(11),
.DotsGraphic_dot__mupxr:nth-child(17),
.DotsGraphic_dot__mupxr:nth-child(18),
.DotsGraphic_dot__mupxr:nth-child(19),
.DotsGraphic_dot__mupxr:nth-child(3) {
  animation: DotsGraphic_sizeTwo__yDA9H 6s infinite;
}
.DotsGraphic_dot__mupxr:nth-child(12),
.DotsGraphic_dot__mupxr:nth-child(20),
.DotsGraphic_dot__mupxr:nth-child(25),
.DotsGraphic_dot__mupxr:nth-child(26),
.DotsGraphic_dot__mupxr:nth-child(27),
.DotsGraphic_dot__mupxr:nth-child(28),
.DotsGraphic_dot__mupxr:nth-child(4) {
  animation: DotsGraphic_sizeThree__hdtDg 6s infinite;
}
@keyframes DotsGraphic_sizeOne__4XLOX {
  0% {
    background-color: transparent;
  }
  20% {
    background-color: transparent;
  }
  22% {
    background-color: #56c2ff;
  }
  90% {
    background-color: #56c2ff;
  }
  92% {
    background-color: transparent;
  }
  to {
    background-color: transparent;
  }
}
@keyframes DotsGraphic_sizeTwo__yDA9H {
  0% {
    background-color: transparent;
  }
  30% {
    background-color: transparent;
  }
  32% {
    background-color: #56c2ff;
  }
  80% {
    background-color: #56c2ff;
  }
  82% {
    background-color: transparent;
  }
  to {
    background-color: transparent;
  }
}
@keyframes DotsGraphic_sizeThree__hdtDg {
  0% {
    background-color: transparent;
  }
  40% {
    background-color: transparent;
  }
  42% {
    background-color: #56c2ff;
  }
  70% {
    background-color: #56c2ff;
  }
  72% {
    background-color: transparent;
  }
  to {
    background-color: transparent;
  }
}
.TeamsHeader_TeamsHeader__ZrB9S {
  position: relative;
  top: -72px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: var(--container-width);
  padding: 72px 24px;
  isolation: isolate;
}
.TeamsHeader_headerBg__HvIGw {
  position: absolute;
  z-index: -1;
  pointer-events: none;
}
.TeamsHeader_headerBg__HvIGw:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1462px;
  height: 1062px;
  content: "";
  background-image: url(/_next/static/media/teams-header-background.6368d1b3.jpg);
  filter: blur(20px);
  background-repeat: no-repeat;
  background-size: 1462px 1062px;
  transform: translate3d(-50%, -50%, 0);
}
.TeamsHeader_headerContent__ceTPP {
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  max-width: 520px;
  margin: 128px 0;
  text-align: center;
}
@media (min-width: 840px) {
  .TeamsHeader_headerContent__ceTPP {
    margin: 296px 0;
  }
}
.TeamsHeader_headerContent__ceTPP h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 51px;
  background: linear-gradient(94.34deg, #fff -0.89%, #9bd0f5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 840px) {
  .TeamsHeader_headerContent__ceTPP h1 {
    font-size: 72px;
    line-height: 84px;
  }
}
.TeamsHeader_headerContent__ceTPP p {
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  opacity: 0.6;
}
@media (min-width: 840px) {
  .TeamsHeader_headerContent__ceTPP p {
    font-size: 18px;
    line-height: 28px;
  }
}
.TeamsHeader_pill__lsulA {
  display: flex;
  gap: 8px;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #ff9217;
  background: linear-gradient(
    90.33deg,
    rgba(251, 137, 32, 0.14),
    rgba(255, 77, 1, 0.105)
  );
  background-position: 100% 0;
  background-size: 200%;
  border: 1px solid hsla(0, 0%, 100%, 0.05);
  border-radius: 16px;
  transition: background-position 0.2s;
}
.TeamsHeader_pill__lsulA:hover {
  background-position: 0 0;
}
.TeamsHeader_pill__lsulA:hover > svg {
  transform: translateX(3px);
}
.TeamsHeader_pill__lsulA > svg {
  height: 1em;
  transition: transform 0.2s;
}
.TeamsHeader_learnMore__Tce6T {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: hsla(0, 0%, 100%, 0.4);
  transition: color 0.2s;
}
.TeamsHeader_learnMore__Tce6T:hover {
  color: hsla(0, 0%, 100%, 0.8);
}
.TeamsHeader_arrowDown__rKHtB {
  font-size: 16px;
  transition: transform 0.2s;
  transform: rotate(90deg);
}
:hover > .TeamsHeader_arrowDown__rKHtB {
  transform: rotate(90deg) translateX(5px);
}
.TeamsHeader_circles__eX11d {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.TeamsHeader_circles__eX11d > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
}
.TeamsHeader_circleAnchors__KLg1Q.TeamsHeader_withHoveredPopover__e7_4l
  .TeamsHeader_circleIconWrapper__FvyTs,
.TeamsHeader_circleAnchors__KLg1Q.TeamsHeader_withHoveredPopover__e7_4l
  .TeamsHeader_circleIcon__XG3xj {
  animation-play-state: paused;
}
.TeamsHeader_circleIconWrapper__FvyTs {
  --rotation-period: 180s;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  transform: rotate(var(--rotation));
  transform-origin: 0 50%;
  will-change: transform;
}
.TeamsHeader_circleIconWrapper__FvyTs.TeamsHeader_rotateLeft__VwO7v {
  animation: TeamsHeader_rotate-left__fSmjm var(--rotation-period) linear
    infinite;
}
.TeamsHeader_circleIconWrapper__FvyTs.TeamsHeader_rotateRight__2sZMt {
  animation: TeamsHeader_rotate-right__waxQ5 var(--rotation-period) linear
    infinite;
}
@keyframes TeamsHeader_rotate-right__waxQ5 {
  0% {
    transform: rotate(var(--rotation));
  }
  to {
    transform: rotate(calc(var(--rotation) + 1turn));
  }
}
@keyframes TeamsHeader_rotate-left__fSmjm {
  0% {
    transform: rotate(var(--rotation));
  }
  to {
    transform: rotate(calc(var(--rotation) - 1turn));
  }
}
.TeamsHeader_circleIcon__XG3xj {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%) translateX(50%) rotate(calc(var(--rotation) * -1));
  transform-origin: 50% 50%;
  will-change: transform;
}
.TeamsHeader_rotateLeft__VwO7v .TeamsHeader_circleIcon__XG3xj {
  animation: TeamsHeader_compensate-rotation-left__yFpV5 var(--rotation-period)
    linear infinite;
}
.TeamsHeader_rotateRight__2sZMt .TeamsHeader_circleIcon__XG3xj {
  animation: TeamsHeader_compensate-rotation-right__1VHbc var(--rotation-period)
    linear infinite;
}
@keyframes TeamsHeader_compensate-rotation-right__1VHbc {
  0% {
    transform: translateY(-50%) translateX(50%)
      rotate(calc(var(--rotation) * -1));
  }
  to {
    transform: translateY(-50%) translateX(50%)
      rotate(calc(var(--rotation) * -1 - 1turn));
  }
}
@keyframes TeamsHeader_compensate-rotation-left__yFpV5 {
  0% {
    transform: translateY(-50%) translateX(50%)
      rotate(calc(var(--rotation) * -1));
  }
  to {
    transform: translateY(-50%) translateX(50%)
      rotate(calc(var(--rotation) * -1 + 1turn));
  }
}
.TeamsHeader_circleContainer__0WUkw {
  position: absolute;
  inset: 0;
  transform: scale(0.8);
}
@media (min-width: 840px) {
  .TeamsHeader_circleContainer__0WUkw {
    transform: scale(1);
  }
}
.TeamsHeader_circleHoverTarget____Uvw {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  font-size: 24px;
  background: hsla(0, 0%, 100%, 0.1);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 24px;
  transform: translateZ(0);
}
.TeamsHeader_popover__zup3O {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  width: 300px;
  padding: 32px;
  cursor: default;
  background: radial-gradient(
      50% 132.92% at 0 100%,
      rgba(43, 175, 255, 0.2) 0,
      rgba(43, 175, 255, 0) 100%
    ),
    hsla(0, 0%, 100%, 0.05);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 12px;
  box-shadow: 0 12px 24px -12px rgba(0, 0, 0, 0.8);
  transform: translateZ(0);
}
.TeamsHeader_popover__zup3O strong {
  font-size: 16px;
  color: #fff;
}
.TeamsHeader_popover__zup3O p,
.TeamsHeader_popover__zup3O strong {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.05px;
}
.TeamsHeader_popover__zup3O p {
  font-size: 14px;
  color: hsla(0, 0%, 100%, 0.8);
}
.TeamsHeader_popoverTransitionEnter__9F9xC {
  opacity: 0;
  transform: scale(0.95);
}
.TeamsHeader_popoverTransitionEnterActive__A9bm7 {
  opacity: 1;
  transition: opacity 0.3s, transform 0.3s;
  transform: translateX(0);
}
.TeamsHeader_popoverTransitionExit__a8PCV {
  opacity: 1;
}
.TeamsHeader_popoverTransitionExitActive__OF2QX {
  opacity: 0;
  transition: opacity 0.3s, transform 0.3s;
  transform: scale(0.95);
}
.SendDownloadLink_emailForm__0Ol8R {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 16px 0;
  text-align: left;
}
.SendDownloadLink_successMsg__X7_zl {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #59d499;
  letter-spacing: 0.2px;
}
.SendDownloadLink_transitionEnter__mvAy9 {
  height: 0;
  opacity: 0;
  transform: translateY(-1em);
}
.SendDownloadLink_transitionEnterActive__aH_8_ {
  height: 1em;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
.SendDownloadLink_transitionExit__68G_C {
  height: 1em;
  opacity: 1;
  transform: translateY(0);
}
.SendDownloadLink_transitionExitActive__Ivr7z {
  height: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(-1em);
}
.Reel_container__RTD5U {
  position: relative;
  align-self: center;
  width: calc(100% + calc(var(--spacing-2) * 2));
  padding: var(--spacing-2) var(--spacing-2);
  margin: 0 calc(-1 * var(--spacing-2));
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scroll-padding: var(--spacing-3);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.Reel_container__RTD5U::-webkit-scrollbar {
  display: none;
}
@media (min-width: 720px) {
  .Reel_container__RTD5U {
    width: calc(100% + var(--spacing-6));
    padding: var(--spacing-5) var(--spacing-3);
    margin: calc(-1 * var(--spacing-5)) calc(-1 * var(--spacing-3));
    -webkit-mask-image: linear-gradient(
      to right,
      transparent,
      #000 var(--spacing-8),
      #000 calc(100% - var(--spacing-13)),
      transparent
    );
    mask-image: linear-gradient(
      to right,
      transparent,
      #000 var(--spacing-8),
      #000 calc(100% - var(--spacing-13)),
      transparent
    );
  }
}
.Reel_reel__magJy {
  --reel-gap: var(--spacing-7);
  gap: var(--reel-gap);
  max-width: var(--container-width);
  padding: var(--spacing-4) 0;
  margin: 0 auto;
}
.Reel_padding__ZRsp2 {
  display: inline-flex;
  gap: var(--spacing-3);
  padding: 0 var(--spacing-4) 0 0;
  transform-origin: 0 0;
}
@media (min-width: 720px) {
  .Reel_padding__ZRsp2 {
    gap: var(--reel-gap);
  }
}
.Reel_header__fl7ZU {
  display: flex;
  gap: var(--spacing-3);
  align-items: center;
  justify-content: space-between;
}
.Reel_pagination__yAMey {
  position: relative;
  z-index: 1;
  display: flex;
  gap: var(--spacing-1-5);
}
.Reel_next__jGdWP,
.Reel_previous__h1vz0 {
  display: flex;
  gap: var(--spacing-3);
  align-items: center;
  justify-content: center;
  padding: 16px;
  color: var(--Base-White);
  cursor: pointer;
  background: var(
    --Card-BG,
    linear-gradient(137deg, #111214 4.87%, #0c0d0f 75.88%)
  );
  border-top: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-right: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-left: 1px solid var(--Card-Border, hsla(0, 0%, 100%, 0.06));
  border-radius: 86px;
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
  transition: color 0.3s ease;
}
.Reel_next__jGdWP > svg,
.Reel_previous__h1vz0 > svg {
  width: 16px;
  height: 16px;
}
.Reel_next__jGdWP:hover,
.Reel_previous__h1vz0:hover {
  box-shadow: inset 0 1px 1px 0 hsla(0, 0%, 100%, 0.1),
    0 2px 40px 10px rgba(154, 170, 255, 0.05),
    0 0 16px -7px rgba(154, 170, 255, 0.05);
}
.Reel_next__jGdWP:disabled,
.Reel_previous__h1vz0:disabled {
  color: var(--grey-300);
  cursor: default;
}
.Reel_next__jGdWP:disabled:hover,
.Reel_previous__h1vz0:disabled:hover {
  box-shadow: inset 0 1px 0 0 hsla(0, 0%, 100%, 0.1);
}
.PillLink_pillLink__NNekp {
  display: inline-flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  min-width: var(--spacing-9);
  padding: 12px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  color: var(--grey-200);
  text-align: center;
  white-space: wrap;
  border: 1px solid transparent;
  border-radius: 9999px;
  transition: color 0.3s ease;
}
@media (min-width: 720px) {
  .PillLink_pillLink__NNekp {
    white-space: nowrap;
  }
}
.PillLink_pillLink__NNekp:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px rgba(var(--lines-color-rgb), 0.5);
}
.PillLink_pillLink__NNekp:hover {
  color: var(--Base-White);
}
.PillLink_pillLink__NNekp.PillLink_active__vkybv {
  color: var(--Base-White);
  background-image: radial-gradient(
    51.07% 92.4% at 51% 7.61%,
    #5a5a5a 0,
    #1a1a1a 100%
  );
  background-clip: padding-box;
  border: 1px solid hsla(0, 0%, 100%, 0.1);
  border-radius: 100px;
}
.Categories_categories__qBSd9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.Categories_category__JeQ35 {
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(var(--font-color-rgb), 0.6);
  letter-spacing: 0.1px;
  background: rgba(var(--lines-color-rgb), 0.1);
  border-radius: 4px;
}
.SideBlock_sideBlock__EG9BO {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}
.SideBlock_sideTitle__mm1OM {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  color: rgba(var(--font-color-rgb), 0.6);
}
.SideBlock_sideBlockWrapper__KJqDj {
  display: flex;
  gap: 8px;
  align-items: center;
}
.Contributors_contributors__OiThC {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.Contributors_contributorsCounter__Odrl_ {
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  color: rgba(var(--font-color-rgb), 1);
  background-color: rgba(var(--lines-color-rgb), 0.2);
  border-radius: 9999px;
}
.Contributors_contributor____mvM {
  display: flex;
  gap: 8px;
  align-items: center;
  color: rgba(var(--font-color-rgb), 0.6);
  transition: color 0.3s ease;
}
.Contributors_contributor____mvM:hover {
  color: rgba(var(--font-color-rgb), 1);
}
.FeatureBadge_badge__DD_AT {
  display: inline-flex;
  flex-direction: row;
  gap: var(--spacing-1);
  align-items: center;
  padding: 2px 6px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Base-White, var(--Base-White, #fff));
  letter-spacing: 0.2px;
  background: var(--grey-600);
  border-radius: var(--rounding-sm);
}
.FeatureBadge_badge__DD_AT > img,
.FeatureBadge_badge__DD_AT > svg {
  width: 16px;
  height: 16px;
}
.FeatureWall_container__ealcz {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--spacing-5);
  align-items: center;
  justify-content: space-between;
  max-width: var(--container-width);
  margin: 0 auto;
}
@media (min-width: 720px) {
  .FeatureWall_container__ealcz {
    flex-direction: row;
    gap: 0;
  }
}
.FeatureWall_left__5x6NB {
  display: flex;
  flex-direction: column-reverse;
  gap: var(--spacing-3);
}
@media (min-width: 720px) {
  .FeatureWall_left__5x6NB {
    flex: 1;
    flex-direction: column;
    gap: var(--spacing-9);
    min-width: 380px;
    padding: 0 var(--spacing-3);
  }
}
.FeatureWall_feature__slN9b {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: flex-start;
  max-width: 311px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  letter-spacing: 0.2px;
}
.FeatureWall_featureSubtitle__dMaIn {
  display: none;
}
@media (min-width: 720px) {
  .FeatureWall_featureSubtitle__dMaIn {
    display: block;
    min-height: 70px;
  }
}
.FeatureWall_link__EjvBS {
  text-decoration: underline;
}
.FeatureWall_wall__BRIeA {
  max-width: 400px;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Faint, var(--grey-400));
  letter-spacing: 0.2px;
}
.FeatureWall_wall__BRIeA .FeatureWall_heading__J_9u_ {
  color: var(--Base-White);
}
.FeatureWall_wall__BRIeA .FeatureWall_text__KtcCg {
  transition: color 0.3s ease;
}
.FeatureWall_wall__BRIeA .FeatureWall_text__KtcCg:hover {
  color: var(--grey-200, #fff);
  cursor: pointer;
}
.FeatureWall_wall__BRIeA .FeatureWall_text__KtcCg:focus-visible {
  border-radius: 4px;
  outline: 2px solid var(--grey-200);
  outline-offset: 2px;
}
.FeatureWall_wall__BRIeA .FeatureWall_active__FMz4U,
.FeatureWall_wall__BRIeA .FeatureWall_active__FMz4U:hover {
  color: var(--Text-Loud, var(--Base-White, #fff));
  text-shadow: 0 0 20px rgba(154, 170, 255, 0.65);
}
.FeatureWall_right__Nfe6o {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
}
@media (min-width: 720px) {
  .FeatureWall_right__Nfe6o {
    flex: 1;
  }
}
.FeatureWall_desktopWrapper__a9h7u {
  box-shadow: -72px -50px 40px -60px rgba(var(--theme-color), 0.05);
}
.FeatureWall_desktopWrapper__a9h7u,
.FeatureWall_desktop__y7X6D {
  border-radius: var(--rounding-lg);
  transition: box-shadow 0.2s ease-in-out;
}
.FeatureWall_desktop__y7X6D {
  display: flex;
  width: 100%;
  height: auto;
  padding: var(--spacing-1);
  background: rgba(var(--theme-color), 0.02);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  box-shadow: 1px 1px 0 0 rgba(var(--theme-color), 0.07) inset,
    0 0.5px 0 0 hsla(0, 0%, 100%, 0.25) inset;
  -webkit-mask-image: radial-gradient(
    94.75% 100% at 20.94% 22%,
    #d9d9d9 41.3%,
    hsla(0, 0%, 85%, 0) 77%
  );
  mask-image: radial-gradient(
    94.75% 100% at 20.94% 22%,
    #d9d9d9 41.3%,
    hsla(0, 0%, 85%, 0) 77%
  );
  transform: translateZ(0);
}
@media (min-width: 720px) {
  .FeatureWall_desktop__y7X6D {
    width: 553px;
    height: 528px;
    -webkit-mask-image: radial-gradient(
      94.75% 100% at 20.94% 22%,
      #d9d9d9 20%,
      hsla(0, 0%, 85%, 0) 76%
    );
    mask-image: radial-gradient(
      94.75% 100% at 20.94% 22%,
      #d9d9d9 20%,
      hsla(0, 0%, 85%, 0) 76%
    );
  }
}
.FeatureWall_innerDesktop__sky7B {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 0 var(--spacing-4);
  border: 1px solid transparent;
  border-radius: var(--rounding-md);
  box-shadow: 0 0 2px 0 hsla(0, 0%, 100%, 0.19),
    inset 0 0.5px 0 0 hsla(0, 0%, 100%, 0.1);
}
.FeatureWall_pagination__QxDAX {
  display: flex;
  gap: var(--spacing-1);
  align-items: center;
  width: 240px;
  height: var(--spacing-1);
  margin: -48px auto 0;
}
@media (min-width: 720px) {
  .FeatureWall_pagination__QxDAX {
    margin-left: 48px;
  }
}
@media (min-width: 920px) {
  .FeatureWall_pagination__QxDAX {
    margin: 0 auto;
  }
}
.FeatureWall_page___6ylx {
  position: relative;
  width: 100%;
  height: 1px;
  background: #452324;
  -webkit-mask-image: radial-gradient(
    closest-side,
    #fff 90%,
    hsla(0, 0%, 100%, 0) 100%
  );
  mask-image: radial-gradient(
    closest-side,
    #fff 90%,
    hsla(0, 0%, 100%, 0) 100%
  );
}
.FeatureWall_page___6ylx:after,
.FeatureWall_page___6ylx:before {
  position: absolute;
  inset: 0;
  content: "";
  transform-origin: left center;
  will-change: transform;
}
.FeatureWall_page___6ylx.FeatureWall_current__adA_j:after,
.FeatureWall_page___6ylx.FeatureWall_current__adA_j:before {
  animation: FeatureWall_progress__Gdb_p var(--animation-duration) linear;
  animation-play-state: var(--animation-play-state);
  animation-iteration-count: 1;
}
.FeatureWall_page___6ylx.FeatureWall_current__adA_j:after {
  background: linear-gradient(
    90deg,
    #452324 0,
    #eca5a7 93%,
    #581d27 100%,
    #452324 0
  );
}
.FeatureWall_page___6ylx.FeatureWall_current__adA_j:before {
  background: radial-gradient(
    44.65% 31.1% at 75.43% 50%,
    rgba(245, 48, 107, 0.12) 0,
    rgba(255, 103, 167, 0) 100%
  );
}
@keyframes FeatureWall_progress__Gdb_p {
  0% {
    transform: scaleX(0);
  }
  5% {
    transform: scaleX(10%);
  }
  to {
    transform: scaleX(95%);
  }
}
.FeatureWall_featureImage__CkDFo {
  position: absolute;
  width: 100%;
  max-width: unset;
  height: auto;
  border-radius: 9px;
  opacity: 0;
}
@media (min-width: 720px) {
  .FeatureWall_featureImage__CkDFo {
    width: auto;
    height: 633px;
  }
}
.FeatureWall_featureImageActive__boRpC {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.FeatureWall_enter__VgXpp {
  opacity: 0;
  transform: scale(0.95) translateY(12px);
}
.FeatureWall_enterActive__jjjtR {
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.4, 0, 0.22, 0.96),
    transform 0.6s cubic-bezier(0.4, 0, 0.22, 0.96);
  transform: none;
}
.FeatureWall_exit__DYNrw {
  position: absolute;
  top: 0;
  opacity: 1;
}
.FeatureWall_exitActive__Z3Ion {
  opacity: 0.01;
  transition: opacity 0.3s;
}
.GetYourTimeBack_container__J6oE_ {
  position: relative;
  overflow: hidden;
}
.GetYourTimeBack_getYourTimeBack__YPQys {
  display: grid;
  gap: 85px;
  width: var(--container-width);
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 720px) {
  .GetYourTimeBack_getYourTimeBack__YPQys {
    grid-template-rows: auto;
    grid-template-columns: 440px auto;
  }
}
.GetYourTimeBack_keyboard__2X_j_ {
  max-width: 100%;
  height: 490px;
  padding-left: var(--spacing-3);
  overflow: hidden;
}
.GetYourTimeBack_keyboard__2X_j_ > * {
  position: absolute;
  z-index: -1;
  -webkit-mask-image: linear-gradient(transparent, #fff, transparent);
  mask-image: linear-gradient(transparent, #fff, transparent);
}
.GetYourTimeBack_keyboard__2X_j_ > * > :nth-child(3) > :first-child {
  display: none;
}
@media (min-width: 720px) {
  .GetYourTimeBack_keyboard__2X_j_ {
    height: 100%;
    -webkit-mask-image: radial-gradient(
      95% 70% at 17.02% 47.84%,
      #d9d9d9 16.79%,
      hsla(0, 0%, 85%, 0) 83.76%
    );
    mask-image: radial-gradient(
      95% 70% at 17.02% 47.84%,
      #d9d9d9 16.79%,
      hsla(0, 0%, 85%, 0) 83.76%
    );
  }
  .GetYourTimeBack_keyboard__2X_j_ > * {
    position: static;
  }
  .GetYourTimeBack_keyboard__2X_j_ > * > :nth-child(3) > :first-child {
    display: grid;
  }
}
.GetYourTimeBack_text__pIgS0 {
  display: flex;
  flex-direction: column;
  grid-row: 2;
  gap: var(--spacing-6);
  align-items: flex-start;
  justify-content: center;
  max-width: 320px;
  padding: var(--spacing-3);
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(to bottom, transparent, var(--grey-900) 50%);
}
.GetYourTimeBack_downloadButton__aaxb1 {
  display: none !important;
}
@media (min-width: 720px) {
  .GetYourTimeBack_text__pIgS0 {
    grid-row: 1;
    margin: 0;
    text-align: left;
  }
  .GetYourTimeBack_downloadButton__aaxb1 {
    display: inline-flex !important;
  }
}
.HeroAnnouncement_announcementContainer__hJe_K {
  display: flex;
  justify-content: center;
  padding-top: var(--spacing-3);
}
@media screen and (min-width: 720px) {
  .HeroAnnouncement_announcementContainer__hJe_K {
    padding-top: var(--spacing-5);
  }
}
@property --r2 {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
@property --x {
  syntax: "<length>";
  inherits: false;
  initial-value: 0;
}
@keyframes HeroAnnouncement_x__3wAWd {
  0% {
    --x: 20px;
  }
  32.82275711% {
    --x: 206px;
  }
  50% {
    --x: 206px;
  }
  82.82275711% {
    --x: 20px;
  }
  to {
    --x: 20px;
  }
}
@keyframes HeroAnnouncement_rotating2__GbW_t {
  0% {
    --r2: 0deg;
  }
  32.82275711% {
    --r2: 0deg;
  }
  50% {
    --r2: 180deg;
  }
  82.82275711% {
    --r2: 180deg;
  }
  to {
    --r2: 360deg;
  }
}
.HeroAnnouncement_announcementOuter__T5qC1 {
  padding: 1px;
  background: conic-gradient(
      from calc(var(--r2) - 80deg) at var(--x) 15px,
      transparent 0,
      #eca5a7 20%,
      transparent 25%
    ),
    #452324;
  border-radius: 43px;
  box-shadow: 0 0 20px 0 rgba(245, 48, 107, 0.1);
  transition: all 0.2s ease;
  transform: translateZ(0);
}
.HeroAnnouncement_announcementOuter__T5qC1.HeroAnnouncement_animate__T5ctC {
  animation: HeroAnnouncement_rotating2__GbW_t -0.64s linear 3s infinite,
    HeroAnnouncement_x__3wAWd -0.64s linear 3s infinite;
}
.HeroAnnouncement_announcementOuter__T5qC1:hover {
  background-color: #833637;
  box-shadow: 0 0 20px 3px rgba(245, 49, 108, 0.25);
}
.HeroAnnouncement_announcement__TOQds {
  display: flex;
  flex-wrap: nowrap;
  gap: 13px;
  align-items: center;
  height: 30px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2px;
  background: #130d0e;
  border-radius: 1000px;
}
.HeroAnnouncement_announcement__TOQds .HeroAnnouncement_muted__SLMsc {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--spacing-0-5);
  color: var(--grey-200);
  white-space: nowrap;
}
.HeroAnnouncement_announcement__TOQds .HeroAnnouncement_muted__SLMsc:before {
  position: absolute;
  top: 50%;
  left: -9px;
  color: var(--grey-400);
  pointer-events: none;
  content: "|";
  transform: translateY(-50%);
}
.HeroAnnouncement_announcement__TOQds .HeroAnnouncement_muted__SLMsc > svg {
  width: 16px;
}
.HeroDownloadInfo_container__QTM_P {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-2);
  align-items: center;
}
.HeroDownloadInfo_buttonContainer__jiu_t,
.HeroDownloadInfo_homebrew__mPdCE {
  display: none;
}
@media (min-width: 720px) {
  .HeroDownloadInfo_buttonContainer__jiu_t,
  .HeroDownloadInfo_homebrew__mPdCE {
    display: flex;
    gap: var(--spacing-2);
  }
}
.HeroDownloadInfo_sub__uJ70w {
  display: flex;
  gap: 25px;
  font-family: var(--font-geist-mono);
  font-size: 12px;
  font-style: normal;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  letter-spacing: 0.2px;
}
.HeroDownloadInfo_sub__uJ70w > * {
  position: relative;
}
.HeroDownloadInfo_sub__uJ70w > :not(:first-child):before {
  position: absolute;
  top: 4px;
  left: -12px;
  height: 10px;
  content: "";
  border-right: 1px solid var(--grey-200);
}
.SectionParagraph_root__fSzgt {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  color: var(--Text-Default, var(--grey-200));
  text-align: left;
  letter-spacing: 0.2px;
}
.SectionParagraph_root__fSzgt a {
  color: var(--color-red);
  text-underline-offset: 0;
  transition: text-underline-offset 0.1s ease-out;
}
.SectionParagraph_root__fSzgt a:focus,
.SectionParagraph_root__fSzgt a:hover {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-style: dashed;
  text-decoration-color: rgba(var(--font-color-rgb), 0.4);
  text-underline-offset: 5px;
  outline: none;
}
.SectionParagraph_root__fSzgt a:active {
  transform: scale(0.98);
}
.SectionParagraph_root__fSzgt.SectionParagraph_center__mF8zR {
  max-width: 520px;
  margin: 0 auto;
  text-align: center;
}
.SectionGrid_grid__NBmx1 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .SectionGrid_grid__NBmx1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 36px;
  }
}
.SectionGrid_item__3eYdj {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.SectionGrid_itemTitle__TND9Z {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  opacity: 0.8;
}
.SectionGrid_itemDescription___V67s {
  font-size: 14px;
  line-height: 1.6;
  color: var(--grey-200);
}
.CalculatorTimeShowcase_raycastWindowOuter__4FPqB {
  position: relative;
  display: grid;
  grid-template-rows: 56px auto 40px;
  grid-template-columns: 1fr;
  width: 750px;
  height: 475px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  border: 1px solid hsla(270, 2%, 56%, 0.2);
  border-radius: 12px;
  box-shadow: 0 4px 40px 8px rgba(0, 0, 0, 0.4), 0 0 0 0.5px rgba(0, 0, 0, 0.8),
    inset 0 0.5px 0 0 hsla(0, 0%, 100%, 0.3);
  transform: translateZ(0);
}
@-moz-document url-prefix() {
  .CalculatorTimeShowcase_raycastWindowOuter__4FPqB {
    transform: none;
  }
}
.CalculatorTimeShowcase_contentArea__XdAlZ {
  padding: 0 8px;
  overflow-y: scroll;
}
.CalculatorTimeShowcase_navigationBar__9P588 {
  display: flex;
  align-items: center;
  padding: 0 var(--spacing-2);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: var(--primaryText, var(--Base-White, #fff));
  letter-spacing: 0.1px;
  border-bottom: 0.5px solid var(--separatorColor, hsla(0, 0%, 100%, 0.1));
}
.CalculatorTimeShowcase_navigationBar__9P588
  .CalculatorTimeShowcase_placeholder__Pk4Wi {
  color: var(--tertiaryText, hsla(0, 0%, 100%, 0.4));
}
.CalculatorTimeShowcase_navigationBar__9P588
  .CalculatorTimeShowcase_left__DdXh7 {
  position: relative;
  flex-grow: 1;
}
.CalculatorTimeShowcase_navigationBar__9P588
  .CalculatorTimeShowcase_cursor__TeXSl {
  position: absolute;
  height: 100%;
  border: 1px solid hsla(0, 0%, 100%, 0.6);
  border-radius: 2px;
}
.CalculatorTimeShowcase_navigationBar__9P588
  .CalculatorTimeShowcase_cursor__TeXSl.CalculatorTimeShowcase_blink__8cpQK {
  animation: CalculatorTimeShowcase_blink__8cpQK 1.1s step-end infinite;
}
@keyframes CalculatorTimeShowcase_blink__8cpQK {
  50% {
    opacity: 0;
  }
}
.CalculatorTimeShowcase_navigationBar__9P588
  .CalculatorTimeShowcase_askAI__9QqBr {
  display: flex;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: var(--tertiaryText, hsla(0, 0%, 100%, 0.4));
}
.CalculatorTimeShowcase_navigationBar__9P588
  .CalculatorTimeShowcase_askAI__9QqBr
  .CalculatorTimeShowcase_key__fCsuf {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 4px;
  border: 1px solid var(--tertiaryText, hsla(0, 0%, 100%, 0.4));
  border-radius: 4px;
}
.CalculatorTimeShowcase_actionBar__9qnIx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 var(--spacing-1-5);
  background: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  border-top: 1px solid hsla(270, 2%, 56%, 0.2);
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  transform: translateZ(0);
}
.CalculatorTimeShowcase_actionBar__9qnIx
  .CalculatorTimeShowcase_actions__fRDAY {
  display: flex;
  gap: var(--spacing-1-5);
  align-items: center;
}
.CalculatorTimeShowcase_actionBar__9qnIx .CalculatorTimeShowcase_action__skSp2 {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  color: var(--primaryText, var(--Base-White, #fff));
  text-align: right;
  letter-spacing: 0.1px;
}
.CalculatorTimeShowcase_actionBar__9qnIx
  .CalculatorTimeShowcase_hotkeys__XLubG {
  display: inline-flex;
  gap: 2px;
}
.CalculatorTimeShowcase_actionBar__9qnIx .CalculatorTimeShowcase_hotkey__h5D7a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 21px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 10px;
  color: var(--secondaryText, hsla(0, 0%, 100%, 0.6));
  text-transform: uppercase;
  letter-spacing: 0.8px;
  background: var(--controlBackground, hsla(0, 0%, 100%, 0.1));
  border-radius: 4px;
}
.CalculatorTimeShowcase_actionBar__9qnIx
  .CalculatorTimeShowcase_separator___P_p9 {
  width: 2px;
  height: var(--spacing-1-5);
  background: var(--separatorColor, hsla(0, 0%, 100%, 0.1));
  border-radius: 3px;
}
.CalculatorTimeShowcase_sectionTitle__ZlXyh {
  display: inline-flex;
  align-items: center;
  padding: 16px 8px 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px;
  color: hsla(0, 0%, 100%, 0.6);
  letter-spacing: 0.1px;
}
.CalculatorTimeShowcase_sectionTitle__ZlXyh > svg {
  width: 14px;
  height: 14px;
  margin-left: 15px;
}
.CalculatorTimeShowcase_listItem__mv70y {
  display: flex;
  gap: 10px;
  align-items: center;
  height: 40px;
  padding: 0 8px;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.1px;
  border-radius: var(--rounding-sm);
}
.CalculatorTimeShowcase_listItem__mv70y.CalculatorTimeShowcase_focus__TJ2xe {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.CalculatorTimeShowcase_listItem__mv70y .CalculatorTimeShowcase_icon__2_II2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.CalculatorTimeShowcase_listItem__mv70y .CalculatorTimeShowcase_main__y6SeV {
  display: flex;
  flex-grow: 1;
  gap: 10px;
}
.CalculatorTimeShowcase_listItem__mv70y .CalculatorTimeShowcase_primary__1PKWR {
  color: var(--primaryText, var(--Base-White, #fff));
}
.CalculatorTimeShowcase_listItem__mv70y
  .CalculatorTimeShowcase_accessory__DTmoC,
.CalculatorTimeShowcase_listItem__mv70y
  .CalculatorTimeShowcase_secondary___XcjC {
  color: var(--secondaryText, hsla(0, 0%, 100%, 0.6));
}
.CalculatorTimeShowcase_calculator__ceQWP {
  display: grid;
  grid-template-columns: 1fr 24px 1fr;
  height: 124px;
  background: var(--listSelectionBackground, hsla(0, 0%, 100%, 0.1));
  border-radius: 6px;
}
.CalculatorTimeShowcase_calculator__ceQWP .CalculatorTimeShowcase_answer__D7YNH,
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_question__T7snr {
  position: relative;
  padding: 34px 0 12px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  color: var(--primaryText, var(--Base-White, #fff));
  text-align: center;
  letter-spacing: -0.05px;
}
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_answer__D7YNH
  .CalculatorTimeShowcase_badge__RjKk9,
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_question__T7snr
  .CalculatorTimeShowcase_badge__RjKk9 {
  position: absolute;
  bottom: 12px;
  left: 50%;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 3px var(--spacing-1);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  color: var(--primaryText, var(--Base-White, #fff));
  letter-spacing: 0.1px;
  background: var(--listSelectionBackground, hsla(0, 0%, 100%, 0.1));
  border-radius: var(--rounding-xs);
  transform: translateX(-50%);
}
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_separator___P_p9 {
  position: relative;
  display: flex;
  align-items: center;
}
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_separator___P_p9:after,
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_separator___P_p9:before {
  position: absolute;
  left: 50%;
  width: 1px;
  height: 34px;
  content: "";
  background-color: var(--separatorColor, hsla(0, 0%, 100%, 0.1));
  transform: translateX(-50%);
}
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_separator___P_p9:before {
  top: 0;
}
.CalculatorTimeShowcase_calculator__ceQWP
  .CalculatorTimeShowcase_separator___P_p9:after {
  bottom: 0;
}
.ClipboardHistoryShowcase_toastBackdrop__PSeCd {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  align-items: end;
  justify-items: center;
  padding-bottom: 96px;
}
.ClipboardHistoryShowcase_toast__gS42Z {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 16px 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1px;
  background: var(--innerPanelBackground, hsla(0, 0%, 100%, 0.1));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 20px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.32);
  transform: translateZ(0);
  animation: ClipboardHistoryShowcase_fadeInScaleUp__vpzKx 0.3s ease forwards;
}
.ClipboardHistoryShowcase_toast__gS42Z > svg {
  height: 20px;
}
@keyframes ClipboardHistoryShowcase_fadeInScaleUp__vpzKx {
  0% {
    opacity: 0;
    transform: translate(10px, 10px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(0) scale(1);
  }
}
@-moz-document url-prefix() {
  .ClipboardHistoryShowcase_toast__gS42Z {
    transform: none;
    animation: none;
  }
}
.WindowManagementShowcase_container__etASM {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}
.WindowManagementShowcase_raycastWindow__39PC7 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  isolation: isolate;
}
.WindowManagementShowcase_windowWrapper__kJoU_ {
  position: relative;
  width: 100%;
  height: 100%;
}
.WindowManagementShowcase_window__cShqX {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(158, 190, 215, 0.1);
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  border: 1px solid hsla(270, 2%, 56%, 0.2);
  border-radius: 12px;
  box-shadow: 0 4px 40px 8px rgba(0, 0, 0, 0.4), 0 0 0 0.5px rgba(0, 0, 0, 0.8),
    inset 0 0.5px 0 0 hsla(0, 0%, 100%, 0.3);
  transition: all 0.3s ease;
  transform: translateZ(0);
}
.WindowManagementShowcase_controls__Mw91l {
  display: flex;
  gap: 6px;
  align-items: center;
  height: 34px;
  padding: 10px 16px 0;
}
.WindowManagementShowcase_control__JyEmN {
  width: 12px;
  height: 12px;
  background-color: hsla(0, 0%, 100%, 0.2);
  border-radius: 6px;
}
@-moz-document url-prefix() {
  .WindowManagementShowcase_window__cShqX {
    transform: none;
  }
}
.traffic-lights_trafficLights__xhz_n {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  gap: 6px;
}
.traffic-lights_trafficLights__xhz_n.traffic-lights_full__HtfTt
  > span:nth-of-type(2) {
  background-color: #febc2e;
  border: 1px solid #e7a416;
}
.traffic-lights_trafficLights__xhz_n.traffic-lights_full__HtfTt
  > span:last-of-type {
  background-color: #27c840;
  border: 1px solid #20a535;
}
.traffic-lights_trafficLights__xhz_n > span {
  width: 12px;
  height: 12px;
  background-color: #1e1e1e;
  border: 1px solid #19191a;
  border-radius: 50%;
}
.traffic-lights_trafficLights__xhz_n > span:first-of-type {
  background-color: #ff625b;
  border: 1px solid #cb4c46;
}
