@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-Black.otf') format("opentype"), url('../fonts/GeistMono-UltraBlack.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Geistmono;
  src: url('../fonts/GeistMono-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --base: #0c0c0e;
  --dd-green: #2ac670;
  --dd-orange: #e65f3f;
  --white: white;
  --color-2: #5b5c63;
  --blue: #3fa1f2;
  --moke: #eeecea;
  --black: black;
}

body {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.24;
}

h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
  line-height: 1.3;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.container.articloe {
  padding-top: 0;
}

.body {
  background-color: var(--base);
}

.div-block-2 {
  background-color: #ffffff14;
  border: 1px dashed #ffffff2b;
  border-radius: 8px;
  width: 100%;
  height: 240px;
  margin-top: 276px;
}

.logo-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.hero-logo {
  color: #2ac670;
  width: 120px;
}

.h1 {
  text-align: center;
  font-size: 31px;
}

.text {
  color: #ffffffa3;
  font-family: Geistmono, sans-serif;
  font-size: 15px;
  line-height: 1.4;
}

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

.her-cta-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  margin-top: 34px;
  display: flex;
}

.button {
  color: #fff;
  background-image: linear-gradient(#505054, #28282e 26%);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding: 1px;
  text-decoration: none;
  box-shadow: 0 2px 6px -4px #000;
}

.button.dev {
  background-color: #1616188a;
  background-image: none;
  margin-top: auto;
}

.button-inside {
  cursor: pointer;
  background-color: #161617;
  background-image: linear-gradient(#ffffff0f, #fff0);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 24px;
  padding-right: 24px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  display: flex;
}

.button-inside:hover {
  background-color: #252529;
}

.button-inside.small {
  padding-left: 16px;
  padding-right: 16px;
}

.button-inside.small.dev {
  background-color: #16161700;
  background-image: linear-gradient(#ffffff14, #fff0);
  justify-content: center;
  align-items: center;
  width: auto;
}

.button-inside.small.dev:hover {
  color: #000;
  background-color: #fffc;
  box-shadow: 0 0 20px 1px #ffffffd1;
}

.svg-mail {
  width: 17px;
}

.wrapper-devs {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.wrapper-devs.hiring {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 51px;
  padding: 0;
}

.dev-card {
  z-index: 0;
  width: 220px;
  color: var(--dd-green);
  cursor: pointer;
  background-image: linear-gradient(#4f4f53, #28292e 8%);
  border-radius: 14px;
  padding: 1px;
  transition: color .125s;
  position: relative;
  overflow: hidden;
}

.dev-card.left {
  z-index: 20;
}

.dev-card.left:hover {
  color: var(--dd-green);
}

.dev-card.right {
  color: var(--dd-orange);
}

.dev-card.righ-now {
  cursor: auto;
  width: 100%;
  height: auto;
}

.dev-card-inside {
  aspect-ratio: 6 / 7;
  background-color: #141416;
  border-radius: 14px;
  width: 100%;
  position: relative;
}

.dev-card-inside:hover {
  color: var(--dd-green);
}

.dev-card-inside.right-now {
  height: 100px;
  padding: 1px;
}

.dev-card-inside.righ-now {
  aspect-ratio: auto;
}

.color-ball {
  z-index: 5;
  background-color: var(--dd-green);
  opacity: .5;
  filter: blur(16px);
  border-radius: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
}

.color-ball.orange {
  background-color: var(--dd-orange);
}

.color-ball.light-reflect {
  filter: blur(20px);
  width: 80px;
  height: 80px;
  top: -5px;
  left: 25px;
}

.dev-card-inside-top {
  z-index: 10;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  font-family: Geistmono, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dev-card-inside-top:hover {
  color: var(--dd-green);
}

.dev-card-inside-top.right {
  padding: 16px;
}

.dev-card-inside-top.right:hover {
  color: var(--dd-orange);
}

.dev-card-inside-top.right.right-now {
  flex-flow: column;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.dev-card-inside-top.right.right-now:hover {
  color: var(--white);
}

.dev-card-inside-top.right.dev {
  padding: 28px;
}

.dev-card-inside-top.right-now {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px 12px 12px;
  display: flex;
  position: static;
}

.dev-card-inside-top.dev {
  padding: 28px;
}

.dev-title {
  margin-top: 16px;
  font-weight: 600;
}

.dev-title.dev {
  margin-top: 0;
}

.svg-dev {
  width: 24px;
}

.price {
  margin-top: 8px;
  font-weight: 400;
  line-height: 1.4;
}

.svg-plus {
  width: 24px;
  display: block;
  position: absolute;
  inset: auto 24px 24px auto;
}

.svg-plus.hide {
  display: none;
}

.section {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.short, .section.no-margin {
  padding-bottom: 0;
}

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

.grid-bullet-points {
  grid-column-gap: 0px;
  grid-row-gap: 21px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 24px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.blocks-options {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-top: 38px;
  display: flex;
}

.div-block-4 {
  background-color: #ffffff0a;
  border: 1px dashed #ffffff29;
  border-radius: 12px;
  width: 100%;
  height: 90px;
}

.image {
  margin-top: 11px;
}

.airestate {
  background-image: url('../images/airestate.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.question-block {
  cursor: pointer;
  background-image: linear-gradient(#4f4f52, #28292e 23%);
  border-radius: 12px;
  width: 100%;
  padding: 1px;
}

.question-block:hover {
  border-color: #2b2c303d;
}

.question-trigger {
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  display: flex;
}

.question-trigger.orange {
  color: var(--dd-orange);
}

.question-trigger.yellow {
  color: #ffd74d;
}

.question-trigger.blue {
  color: #3fa1f2;
}

.question {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  font-family: Geistmono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.plus {
  width: 30px;
  height: 30px;
}

.question-content {
  padding-left: 12px;
  padding-right: 12px;
  overflow: hidden;
}

.answer {
  color: #ffffffc9;
  cursor: text;
  margin-bottom: 16px;
  font-family: Geistmono, sans-serif;
  font-size: 15px;
}

.question-block-inside {
  background-color: #141415;
  border-radius: 11px;
  transition: background-color .2s;
}

.question-block-inside:hover {
  background-color: #1d1d1f;
}

.svg-cross {
  flex: none;
  width: 10px;
  height: 10px;
}

.questions-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.team-block {
  cursor: pointer;
  background-color: #ffffff08;
  border: 2px dashed #ffffff14;
  border-radius: 12px;
  width: 100%;
  transition: border-color .2s, background-color .2s;
}

.team-block:hover {
  background-color: #ffffff14;
  border-color: #ffffff47;
}

.team-title {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 16px;
  font-family: Geistmono, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.team-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  font-size: 15px;
  display: flex;
}

.team-wrapper.orange {
  color: var(--dd-orange);
}

.svg-manager {
  width: 12px;
}

.team-content {
  padding-left: 16px;
  padding-right: 16px;
  overflow: hidden;
}

.svg-qa {
  width: 13px;
}

.svg-designer {
  width: 14px;
}

.letter {
  background-image: linear-gradient(205deg, #505054, #28282e 23%, #2f2f34 83%, #4d4d50);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 430px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 1px;
  transform: translate(-10%)rotate(3deg);
  box-shadow: 0 16px 28px -4px #000;
}

.letter-inside {
  color: #ffffff80;
  background-color: #161617;
  background-image: linear-gradient(49deg, #ffffff0a, #fff0);
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 24px;
  font-family: Geistmono, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.letter-inside:hover {
  background-color: #212122;
}

.letter-inside.small {
  padding-left: 16px;
  padding-right: 16px;
}

.svg-logo-letter {
  width: 148px;
}

.div-block-5 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 110px;
  display: flex;
}

.email {
  color: #fff;
}

.post {
  width: 70px;
  position: absolute;
  inset: 24px 23px auto auto;
  transform: rotate(6deg);
}

.backdrop {
  z-index: 200;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00000080;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.html-calendar {
  background-color: #fff0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  margin-bottom: 0;
}

.modal {
  background-color: #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
  overflow: scroll;
}

.modal.calendar {
  border-radius: 0;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.close-button {
  z-index: 220;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  cursor: pointer;
  background-color: #000c;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  transition: background-color .2s;
  display: flex;
  position: sticky;
  top: -32px;
}

.close-button:hover {
  background-color: #383838cc;
}

.svg-close {
  width: 13px;
  height: 13px;
}

.body-backdrop {
  background-color: var(--base);
  justify-content: center;
  align-items: center;
  padding: 13px;
  display: flex;
}

.svg-close-2 {
  width: 9px;
}

.close-wrapper {
  position: absolute;
  inset: 16px 16px 0% auto;
}

.modal-dark {
  background-image: linear-gradient(205deg, #505054, #28282e 23%, #2f2f34 83%, #4d4d50);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 380px;
  margin-top: 120px;
  margin-bottom: 120px;
  padding: 1px;
  box-shadow: 0 16px 120px -4px #000;
}

.modal-dark-inside {
  color: #ffffff80;
  background-color: #161617;
  background-image: linear-gradient(49deg, #ffffff0a, #fff0);
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 28px;
  font-family: Geistmono, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
}

.modal-dark-inside:hover {
  background-color: #212122;
}

.modal-dark-inside.small {
  padding-left: 16px;
  padding-right: 16px;
}

.svg-14 {
  width: 14px;
}

.svg-16 {
  width: 16px;
}

.test-dev {
  color: #fff;
  margin-bottom: 28px;
  font-family: Geistmono, sans-serif;
  line-height: 1.3;
}

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

.grid-bullet-points-dev {
  grid-column-gap: 0px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 24px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  display: grid;
}

.modal-dev-header {
  color: var(--dd-green);
  margin-bottom: 24px;
}

.modal-dev-header.orange {
  color: var(--dd-orange);
}

.close-button-dark {
  z-index: 220;
  color: #000;
  cursor: pointer;
  background-color: #fffc;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: background-color .2s;
  display: flex;
  position: sticky;
  top: 0;
}

.close-button-dark:hover {
  background-color: #fff;
}

.mia {
  width: 100svw;
  height: 100svh;
}

.image-2 {
  border: 1px solid #000;
  border-radius: 13px;
}

.world {
  border: 1px solid #ffffff29;
  border-radius: 8px;
  max-width: 1000px;
  margin-top: 60px;
  margin-bottom: 30px;
  overflow: hidden;
  transform: rotate(2deg);
}

.world-image {
  width: 100%;
}

.image-3 {
  border-radius: 8px;
  width: 80px;
  transform: translate(2px, 7px)rotate(9deg);
  box-shadow: 0 0 280px #000;
}

.image-4 {
  border-radius: 6px;
  width: 250px;
  transform: rotate(-2deg);
  box-shadow: 0 0 24px #000;
}

.wrapper-airestate {
  cursor: pointer;
  margin-top: 30px;
  margin-bottom: 60px;
  display: block;
}

.wrapper-airestate.center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-airestate.hr {
  margin-bottom: 0;
}

.svg-plus-airestate {
  width: 18px;
  display: block;
}

.buton-case-study {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  cursor: pointer;
  background-color: #ffffff17;
  border: 1px solid #ffffff29;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 164px;
  padding: 8px;
  transition: background-color .4s;
  display: flex;
  transform: translate(74px)rotate(4deg);
}

.buton-case-study:hover {
  background-color: #ffffff47;
}

.div-block-6 {
  width: 990px;
}

.wrapper-blog {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 120%;
  padding-bottom: 60px;
  display: flex;
}

.blog-card {
  z-index: 0;
  border-bottom: 1px solid var(--white);
  color: #2a2b2f;
  background-color: #eeecea;
  border-radius: 13px;
  width: 100%;
  padding: 28px;
  transition: background-color .4s;
  position: relative;
  transform: rotate(-1deg);
}

.blog-card:hover {
  background-color: #d6d3d0;
}

.blog-card.left {
  z-index: 20;
}

.blog-card.left:hover {
  color: var(--dd-green);
}

.blog-card.right {
  color: var(--dd-orange);
}

.text--black {
  margin-bottom: 16px;
  font-family: Geistmono, sans-serif;
  line-height: 1.3;
}

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

.text--black.bullet {
  margin-bottom: 8px;
}

.image-5 {
  margin-bottom: 14px;
}

.body-article {
  color: #eeecea;
  padding-top: 80px;
  padding-bottom: 80px;
}

.svg-17 {
  color: #000;
}

.link-block {
  width: 180px;
  color: var(--base);
  transition: color .4s cubic-bezier(.785, .135, .15, .86);
  position: absolute;
  top: 24px;
  left: 24px;
}

.link-block:hover {
  color: var(--dd-green);
}

.container-article {
  width: 100%;
  max-width: 680px;
  color: var(--base);
  border: 1px solid #00000014;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 120px;
  display: flex;
}

.hero-article {
  text-align: center;
  padding-bottom: 60px;
}

.content-article {
  width: 360px;
}

.heading {
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 24px;
}

.upper-title {
  font-family: Geistmono, sans-serif;
  font-weight: 600;
}

.text-grey {
  width: 100%;
  color: var(--color-2);
  font-family: Geistmono, sans-serif;
  line-height: 1.4;
}

.text-grey.number {
  color: var(--base);
  margin-top: 60px;
}

.grid-bullet-points-article {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 24px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  margin-bottom: 40px;
  display: grid;
}

.heading-2 {
  font-size: 20px;
}

.title-article {
  width: 100%;
  margin-top: 4px;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 600;
}

.text-block-2 {
  width: 100%;
}

.quote {
  border-left: 2px solid var(--dd-orange);
  width: 100%;
  color: var(--dd-orange);
  margin-top: 60px;
  padding-left: 12px;
}

.quote.green {
  border-left-color: var(--dd-green);
  color: var(--dd-green);
}

.quote.blue {
  border-left-color: var(--blue);
  color: var(--blue);
}

.italic-text {
  border-left: 1px solid var(--dd-orange);
  font-family: PT Serif, serif;
  font-size: 22px;
  line-height: 1.4;
}

.test-quote {
  border-left-color: var(--dd-orange);
  font-family: PT Serif, serif;
  font-size: 23px;
  font-style: italic;
}

.test-quote.green {
  border-left-color: var(--dd-green);
}

.name---qutoe {
  margin-top: 16px;
  font-family: Geistmono, sans-serif;
  line-height: 1.4;
}

.name---qutoe.number {
  margin-top: 60px;
}

.image-6 {
  width: 520px;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 30px;
}

.bold-text {
  color: var(--base);
  font-weight: 600;
}

.backdrop-usecase {
  z-index: 200;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #00000080;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 48px 13px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.wrapper-article {
  background-color: var(--moke);
  border-radius: 16px;
  width: 680px;
  position: relative;
}

.close-wrapper-article {
  position: absolute;
  inset: 16px 16px 0% auto;
}

.html-embed {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 560px;
  margin-top: 30px;
  padding: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 16px -4px #00000040;
}

.div-block-7 {
  z-index: 0;
  width: 680px;
  height: 450px;
  position: absolute;
}

.container-dev {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  display: flex;
}

.container-dev.articloe {
  padding-top: 0;
}

.position-card-wrapper {
  z-index: 0;
  width: 100%;
  color: var(--dd-green);
  cursor: pointer;
  background-image: linear-gradient(#4f4f53, #28292e 8%);
  border-radius: 14px;
  padding: 1px;
  transition: color .125s;
  position: relative;
  overflow: hidden;
}

.position-card-wrapper.left {
  z-index: 20;
}

.position-card-wrapper.left:hover {
  color: var(--dd-green);
}

.position-card-wrapper.right {
  color: var(--dd-orange);
}

.position-card-wrapper.cursor-normal {
  cursor: auto;
}

.wrapper-agent {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.image-67 {
  border: 2.78px solid #fff;
  border-radius: 50%;
  width: 55px;
  height: 55px;
}

.image-67.min-left {
  object-fit: cover;
  width: 60px;
  height: 60px;
  margin-left: -7px;
}

.hiring-letter {
  background-image: linear-gradient(205deg, #505054, #28282e 23%, #2f2f34 83%, #4d4d50);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 430px;
  margin-top: 30px;
  margin-bottom: 120px;
  padding: 1px;
  transform: none;
  box-shadow: 0 16px 28px -4px #000;
}

.lottie-animation {
  width: 90vw;
  max-width: 480px;
}

.body-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.new-secton {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 60px;
  display: flex;
}

.but-we-also-have {
  margin-top: 9px;
  margin-bottom: 9px;
  margin-left: 56px;
}

.right-now-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  display: flex;
}

.green-light {
  background-color: var(--dd-green);
  width: 8px;
  height: 8px;
  box-shadow: 0 0 16px 2px var(--dd-green);
  border-radius: 100%;
}

.nasdaq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #ffffff0a;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  flex-flow: row;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 10px 2px #00000057;
}

.nasdaq-container {
  grid-row-gap: 34px;
  flex-flow: row;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  display: flex;
}

.emoji {
  width: 18px;
}

.nasdaq-dev {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff9;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link {
  color: #fff;
  text-decoration: none;
  transition: color .8s cubic-bezier(.24, .118, .509, .96);
}

.link:hover {
  color: var(--dd-green);
}

.span-hir {
  color: #fff;
  font-weight: 700;
}

.point {
  color: var(--dd-green);
}

.position-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #141416;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 240px;
  position: relative;
}

.position-card:hover {
  color: var(--dd-green);
}

.position-card.right-now {
  height: 100px;
  padding: 1px;
}

.position-card.cursor-normal {
  cursor: auto;
}

.position-card-inside {
  z-index: 10;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  font-family: Geistmono, sans-serif;
  display: flex;
  position: absolute;
  inset: 0%;
}

.position-card-inside:hover {
  color: var(--dd-green);
}

.position-card-inside.right {
  padding: 16px;
}

.position-card-inside.right:hover {
  color: var(--dd-orange);
}

.position-card-inside.right.right-now {
  flex-flow: column;
  justify-content: space-between;
  padding: 12px;
  display: flex;
}

.position-card-inside.right.right-now:hover {
  color: var(--white);
}

.position-card-inside.right.dev {
  padding: 28px;
}

.position-card-inside.right-now {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 16px 12px 12px;
  display: flex;
  position: static;
}

.position-card-inside.dev {
  padding: 28px;
}

.position-card-inside.red {
  color: var(--dd-orange);
}

.link-block-2 {
  color: var(--dd-green);
  border: 1px solid #000;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 0 16px 9px;
  text-decoration: none;
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.code-embed {
  height: 100vh;
}

.section-dashboard {
  background-color: #161517;
  width: 100vw;
  padding-left: 40px;
  padding-right: 40px;
}

.os-settings-setline {
  border-radius: 11px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 53px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 13px;
  display: flex;
}

.os-settings-setline:hover {
  background-color: #2b2c300a;
}

.os-settings-setline.nested {
  color: #ffffffb8;
  padding-left: 40px;
}

.os-settings-content-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  margin-bottom: 32px;
  font-size: 20px;
  display: flex;
}

.os-dock-app {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.os-dock-app.os-glass-dock-ic {
  color: #fff;
  cursor: pointer;
  margin: 6px 3px;
}

.os-dock-app.os-glass-dock-ic.articles-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.articles-manager.dark {
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: base;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.clients-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.clients-manager.hidden {
  display: none;
}

.os-dock-app.os-glass-dock-ic.search-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.search-manager.dark {
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: base;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.inbox-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.inbox-manager.dark {
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: base;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.listing-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.listing-manager.dark {
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: base;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.analytics-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.analytics-manager.dark {
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: base;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.settings-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.settings-manager.dark {
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: base;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.explore-manager {
  background-image: none;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-dock-app.os-glass-dock-ic.explore-manager.dark {
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: base;
  background-image: none;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.os-settings-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #2b2b2b08;
  border: 2px dashed #ffffff14;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  padding: 35px 30px;
  font-weight: 400;
  position: relative;
  overflow: auto;
}

.div-block-427 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.os-setting-nav-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.os-settings-nav-icon {
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  display: flex;
}

.os-svg-18 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.os-settings-box {
  width: 100%;
}

.os-settings-box.os-glass-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.os-dock-hover-name {
  color: #2b2c30;
  background-color: #f3f3f4;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 8px 12px;
  display: none;
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%);
}

.os-settings-nav {
  border-right: 1px solid #2b2c3014;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  padding-top: 44px;
  padding-left: 44px;
  padding-right: 44px;
  display: flex;
  overflow: auto;
}

.os-settings.os-glass-1 {
  border-radius: 28px;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.os-settings-nav-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #ffffff7d;
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 34px;
  padding-left: 4px;
  padding-right: 4px;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

.os-settings-nav-item:hover {
  color: #fff;
}

.os-settings-nav-item.nested {
  padding-left: 33px;
}

.os-settings-nav-item.active {
  color: var(--blue);
}

.os-space {
  width: 100%;
  height: 70px;
}

.os-settings-title {
  margin-bottom: 28px;
  font-size: 21px;
  font-weight: 600;
}

.os-dock-hover-text {
  flex: none;
}

.os-dock {
  z-index: 3333;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
}

.os-dock.os-glass-dock {
  z-index: 100;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  ---mode--collection-78b677b6-8b5d-2246-fe78-a4e2a74d44db: mode-877ffd3e-c03e-934e-27f8-da607bd2b864;
  background-color: #fff0;
  padding-left: 3px;
  padding-right: 3px;
}

.os-dock-app-wrapper {
  color: #ebebec;
  cursor: default;
  text-decoration: none;
  position: relative;
}

.text-block-99 {
  margin-top: 18px;
  margin-bottom: 17px;
  font-size: 15px;
  font-weight: 500;
}

.os-soon {
  color: #00000047;
  font-size: 12px;
}

.power-button {
  border-radius: 24px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 16px;
  position: sticky;
  bottom: 28px;
}

.power-button.os-glass-2 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  color: #5a5b61;
  cursor: pointer;
  background-color: #ffffff17;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 16px;
  transition: background-color .1s;
  display: flex;
}

.power-button.os-glass-2:hover {
  background-color: #2b2c3014;
}

.os-liquid-button {
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
}

.os-liquid-button.os-glass-2 {
  color: #2b2c30;
  border-radius: 20px;
  transition: all 80ms, background-color .6s;
}

.os-liquid-button.os-glass-2:hover {
  transform: scale(1.08);
}

.os-liquid-button.os-glass-2.main-for-mobile {
  display: none;
}

.os-settings-page {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100svh;
  padding: 32px 32px 112px;
  font-family: Geistmono, sans-serif;
  display: flex;
}

.os-settings-nav-separator {
  background-color: #2b2c3014;
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.os-settings-content-title {
  font-size: 17px;
  font-weight: 500;
}

.os-dock-separator {
  background-color: #ebebec;
  width: 1px;
  height: 40px;
  margin-left: 8px;
  margin-right: 8px;
}

.div-block-422 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  cursor: pointer;
  background-color: #ffffff17;
  border: 1px solid #ffffff29;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 164px;
  margin-top: auto;
  padding: 8px;
  transition: background-color .4s;
  display: flex;
}

.main-button:hover {
  background-color: #1b1f24;
}

.profile-picture {
  object-fit: cover;
  border: 1px #fff;
  border-radius: 10px;
  width: 50px;
  height: 50px;
}

.profile-picture.left {
  transform: rotate(5deg);
}

.profile-picture.right {
  transform: rotate(-5deg);
}

.profile-picture.tiny {
  width: 22px;
  height: 22px;
  position: absolute;
  inset: auto -16% -14% auto;
}

.flex-horizontal {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.wrap-title-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.wrap-title-card.center {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
}

.text-xs {
  color: var(--color-2);
  font-size: 13px;
}

.div-block-430 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.dashed-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #161616;
  border: 1px dashed #ffffff70;
  border-radius: 14px;
  flex-flow: column;
  width: 100%;
  padding: 20px 10px;
  display: flex;
  position: relative;
}

.dashed-card.right-now {
  height: 100px;
  padding: 1px;
}

.dashed-card.righ-now {
  aspect-ratio: auto;
}

.text-block-100 {
  width: 100%;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 20px;
  display: flex;
}

.div-block-431 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  padding-left: 30px;
  display: flex;
}

.flex-vertical {
  z-index: 10;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

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

.link-text {
  color: #ffffffb8;
  text-underline-position: under;
  line-height: 1.4;
  text-decoration-thickness: .3px;
}

.action-card-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 57px;
  display: flex;
}

.div-block-433 {
  position: relative;
}

.space {
  height: 10px;
}

.secondary-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--color-2);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  cursor: pointer;
  background-color: #1b1f2400;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  transition: background-color .4s;
  display: flex;
}

.secondary-button:hover {
  background-color: #1b1f24;
}

.os-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.os-body-start {
  font-variation-settings: "opsz" 14;
  background-color: #161517;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 24px;
  font-size: 13px;
  line-height: 1;
  transition: background-color .2s;
  display: flex;
}

.os-stat-title {
  font-size: 24px;
  font-weight: 600;
}

.os-text-15-secondary {
  color: #393b4699;
  text-align: center;
  font-size: 15px;
  line-height: 1.4;
}

.os-start-footer {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  color: #ffffff47;
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 11px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.input-slot-start {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}

.os-input {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.os-start-footer-link {
  color: #afafb0;
  text-decoration: underline;
}

.os-start-footer-link:hover {
  color: #191a1eb5;
}

.os-start-input.os-glass-1 {
  background-color: #ffffff0d;
  border-radius: 28px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 44px;
  padding: 6px 6px 6px 14px;
  transition: all .1s, background-color .4s;
  display: flex;
  box-shadow: inset 0 2px 5px #7c7c7c17;
}

.os-start-input.os-glass-1:hover {
  transform: scale(1.04);
}

.os-stat-logo-wrapper {
  background-color: #2b2c30;
  border-width: 1px;
  border-color: #000;
  border-radius: 14px;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

.os-start-wrapper {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 340px;
  display: flex;
}

.div-block-450 {
  width: 48px;
  color: var(--white);
  cursor: pointer;
  background-color: #ffffff29;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.div-block-450:hover {
  background-color: #eb7333;
}

.status {
  color: var(--moke);
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  padding: 2px 10px;
  font-size: 10px;
  display: flex;
}

.status.green {
  background-color: var(--dd-green);
}

.status.red {
  background-color: var(--dd-orange);
}

.status.blue {
  background-color: var(--blue);
  color: var(--white);
}

.div-block-451 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-452 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-453 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.date-block {
  aspect-ratio: 1;
  color: var(--white);
  cursor: pointer;
  background-color: #ffffff05;
  border: 2px solid #0000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  display: flex;
  position: relative;
}

.date-block:hover {
  background-color: #ffffff12;
}

.date-block.passed {
  opacity: .48;
  background-color: #00000029;
}

.date-block.credit {
  border-color: var(--blue);
}

.date-block.not-working {
  border-color: var(--dd-orange);
  background-color: #ffffff21;
}

.date-block.not-working.approved {
  border-style: solid;
}

.date-block.not-working.not-approved {
  border-style: dashed;
}

.date-block.pending {
  border-style: dashed;
  border-color: #ffffff61;
}

.div-block-454 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 10px;
  display: grid;
}

.day-block {
  color: var(--white);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-455 {
  background-color: #ffffff2e;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 15px;
  height: 15px;
}

.div-block-455.blue {
  border-color: var(--blue);
  background-color: #0000ff2e;
}

.div-block-455.red {
  border-color: var(--dd-orange);
  background-color: #ffa5004f;
}

.div-block-455.yellow {
  background-color: #ffff002e;
  border-color: #ff0;
}

.div-block-456 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  font-size: 10px;
  display: flex;
}

.dot-calendar {
  background-color: #ffffff12;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 13px;
  height: 13px;
  margin-left: auto;
}

.dot-calendar.blue {
  border-color: var(--blue);
}

.dot-calendar.red {
  border-color: var(--dd-orange);
}

.dot-calendar.yellow {
  background-color: #ffff0075;
  border-color: #ff0;
}

.dot-calendar.green {
  border-color: var(--dd-green);
}

.dot-calendar.pending {
  border-style: dashed;
}

.div-block-457 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-block-102 {
  margin-top: auto;
  margin-bottom: auto;
  font-size: 13px;
  position: absolute;
  inset: 10% 10% auto auto;
}

.div-block-458 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 15px 10px;
  display: flex;
}

.slot-calendar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.modal-wrapper {
  z-index: 1000;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #232425ab;
  font-family: Geistmono, sans-serif;
  position: fixed;
  inset: 0%;
}

.div-block-459 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-460 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  color: #000;
  background-color: #ffffffe3;
  border-radius: 15px;
  width: 400px;
  padding: 40px 40px 41px;
}

.button-main {
  color: var(--white);
  text-align: center;
  background-color: #19191b;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 12px;
}

.button-main.un-styled {
  color: var(--black);
  background-color: #0000;
}

.button-main.light {
  color: var(--base);
  background-color: #dcdcdc;
}

.div-block-462 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.input {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ffffff0d;
  border: 1px solid #ffffffc4;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  font-size: 13px;
  display: flex;
  box-shadow: inset 0 2px 5px #0003;
}

.input.dropdown {
  background-color: #ffffff0d;
  box-shadow: 0 2px 5px #0003;
}

.input.focus {
  border-color: var(--blue);
}

.div-block-463 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
  display: flex;
}

.text-block-103 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.div-block-464 {
  flex-flow: column;
}

.backdro-modal {
  position: fixed;
  inset: 0%;
}

.map-box {
  border: 1px solid var(--white);
  border-radius: 10px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.div-block-466 {
  justify-content: flex-start;
  align-items: center;
  width: 25px;
  height: 25px;
  display: flex;
}

.profile-picture-copy {
  object-fit: cover;
  border: 1px #fff;
  border-radius: 10px;
  width: 100px;
  height: 100px;
}

.profile-picture-copy.left {
  transform: rotate(5deg);
}

.profile-picture-copy.right {
  transform: rotate(-5deg);
}

.profile-picture-copy.tiny {
  width: 22px;
  height: 22px;
  position: absolute;
  inset: auto -16% -14% auto;
}

.div-block-467 {
  justify-content: space-between;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.icon-picture {
  object-fit: cover;
  border: 1px #fff;
  border-radius: 10px;
  width: 40px;
  height: 40px;
}

.icon-picture.left {
  transform: rotate(5deg);
}

.icon-picture.right {
  transform: rotate(-5deg);
}

.icon-picture.tiny {
  width: 22px;
  height: 22px;
  position: absolute;
  inset: auto -16% -14% auto;
}

.card-mini {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--color-2);
  cursor: pointer;
  background-color: #1b1b1b;
  border-radius: 14px;
  flex-flow: column;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #cacaca1c;
}

.card-mini.right-now {
  height: 100px;
  padding: 1px;
}

.card-mini.righ-now {
  aspect-ratio: auto;
}

.div-block-431-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-468 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 400px;
  display: flex;
  position: absolute;
  inset: 2% 2% auto auto;
}

.alert {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff52;
  border-radius: 10px;
  min-height: 40px;
  padding: 10px 15px;
  font-size: 12px;
  display: flex;
}

.alert.red {
  background-color: var(--dd-orange);
}

.alert.green {
  background-color: var(--dd-green);
}

.alert.blue {
  background-color: var(--blue);
}

.div-block-469 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 150px;
  display: flex;
}

.div-block-470 {
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50px;
  width: 10px;
  height: 10px;
}

.div-block-471 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

.div-block-472 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-473 {
  width: 100%;
}

.login-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  height: 34px;
  color: var(--white);
  background-image: linear-gradient(#ffffff0a, #fff0);
  border: 1px solid #ffffff14;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 12px;
  padding-right: 16px;
  font-size: 13px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 12px 12px auto auto;
}

.login-button:hover {
  background-color: #ffffff0f;
}

.svg-18 {
  flex: none;
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 991px) {
  .os-settings-content {
    padding: 14px 24px 24px;
  }

  .os-settings-nav {
    width: 240px;
    padding: 24px;
  }

  .os-settings-page {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (max-width: 767px) {
  .h1 {
    max-width: 350px;
    font-size: 28px;
  }

  .wrapper-devs {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-devs.hiring {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .question-content, .team-content {
    margin-right: 0;
  }

  .backdrop {
    justify-content: center;
    align-items: center;
    display: none;
  }

  .container-article {
    border-style: none;
    border-radius: 0;
    max-width: none;
  }

  .wrapper-article {
    width: 100%;
  }

  .html-embed {
    width: auto;
    margin-left: 13px;
    margin-right: 13px;
  }

  .container-dev {
    max-width: 400px;
  }

  .wrapper-agent {
    justify-content: center;
    align-items: center;
  }

  .position-card {
    height: 280px;
  }

  .position-card.cursor-normal {
    height: 300px;
  }

  .section-dashboard {
    padding-left: 20px;
    padding-right: 20px;
  }

  .os-setting-nav-wrapper {
    display: none;
  }

  .os-settings-nav {
    width: 100%;
    height: 100svh;
  }

  .os-settings.os-glass-1 {
    box-shadow: none;
    background-color: #0000;
  }

  .os-settings-nav-item {
    height: 44px;
    font-size: 15px;
  }

  .os-settings-title {
    font-weight: 500;
  }

  .power-button.os-glass-2 {
    margin-top: 0;
    margin-left: 0;
    bottom: auto;
  }

  .os-liquid-button.os-glass-2.main-for-mobile {
    display: flex;
  }

  .os-settings-page {
    padding: 0;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 396px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .body {
    overflow: scroll;
  }

  .wrapper-devs {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .dev-card {
    aspect-ratio: 8 / 10;
    width: 100%;
    height: auto;
  }

  .dev-card.righ-now {
    aspect-ratio: auto;
  }

  .dev-card-inside {
    height: 100%;
  }

  .dev-card-inside-top {
    padding: 12px;
  }

  .letter {
    width: 100%;
    transform: rotate(3deg);
  }

  .body-backdrop {
    overflow: hidden;
  }

  .image-3 {
    position: absolute;
  }

  .wrapper-blog {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100vw;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .blog-card {
    width: 90%;
    height: auto;
  }

  .html-embed {
    margin-left: 8px;
    margin-right: 8px;
  }

  .container-dev {
    max-width: 396px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .hiring-letter {
    width: 100%;
    transform: rotate(3deg);
  }

  .position-card {
    height: 340px;
  }

  .position-card.cursor-normal {
    height: 350px;
  }

  .div-block-8 {
    margin-top: auto;
  }

  .os-settings-content {
    padding: 12px;
  }

  .dashed-card {
    height: 100%;
  }

  .os-body-start {
    padding: 18px;
  }

  .os-start-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .card-mini {
    height: 100%;
  }
}

#w-node-_7620637a-5c9a-371a-4b2c-3c0e91b6949e-109982b2, #w-node-_1fbab41e-4e57-82e8-c1c0-c7744cf68c94-109982b2, #w-node-_1b9aa748-5239-ea2a-0463-3684448cd8d8-109982b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be9128a4-d764-bcc0-bf41-cb43a9295447-a929543f {
  place-self: center;
}

#w-node-be9128a4-d764-bcc0-bf41-cb43a9295448-a929543f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be9128a4-d764-bcc0-bf41-cb43a929544a-a929543f, #w-node-be9128a4-d764-bcc0-bf41-cb43a929544d-a929543f {
  place-self: center;
}

#w-node-_844bb51d-7753-6c71-ebe3-17311dd9ca70-fdcef289, #w-node-_844bb51d-7753-6c71-ebe3-17311dd9ca74-fdcef289, #w-node-_53d713e5-ed6d-4d55-fce1-c1786c9feea2-fdcef289, #w-node-_2ae925be-d0cd-7614-2b8f-e49a3a1e328f-fdcef289, #w-node-_09273f64-0fcc-1676-0fc8-cd79c9a9e98c-fdcef289, #w-node-_9c71237e-58af-414d-50c3-79c373126c4c-902d5565, #w-node-_9c71237e-58af-414d-50c3-79c373126c4f-902d5565, #w-node-_9c71237e-58af-414d-50c3-79c373126c52-902d5565, #w-node-_9c71237e-58af-414d-50c3-79c373126c56-902d5565, #w-node-_9c71237e-58af-414d-50c3-79c373126c59-902d5565, #w-node-_0b711e4c-1ffe-d09c-8acc-39a5674e42cd-674e42bd, #w-node-_0b711e4c-1ffe-d09c-8acc-39a5674e42d0-674e42bd, #w-node-_0b711e4c-1ffe-d09c-8acc-39a5674e42d3-674e42bd, #w-node-_0b711e4c-1ffe-d09c-8acc-39a5674e42d7-674e42bd, #w-node-_0b711e4c-1ffe-d09c-8acc-39a5674e42da-674e42bd, #w-node-eda93819-af55-0ea9-a1ac-c9a8a47cc849-a47cc845, #w-node-eda93819-af55-0ea9-a1ac-c9a8a47cc84c-a47cc845, #w-node-_3527d597-b23c-e7ad-c452-6d28688469ab-6884699a, #w-node-_3527d597-b23c-e7ad-c452-6d28688469b3-6884699a, #w-node-_3527d597-b23c-e7ad-c452-6d28688469b6-6884699a, #w-node-_3527d597-b23c-e7ad-c452-6d28688469b9-6884699a, #w-node-bc173af4-e56c-aad7-b18f-cd8e6fa689ba-6fa689ba {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Black.otf') format('opentype'), url('../fonts/GeistMono-UltraBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geistmono';
  src: url('../fonts/GeistMono-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Self-host: hide Webflow badge */
.w-webflow-badge{display:none !important;}
