@font-face {
  font-family: "SF Pro";
  src: url("/static/font/SF-Pro-Display-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro";
  src: url("/static/font/SF-Pro-Display-Regular.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "SF Pro";
  src: url("/static/font/SF-Pro-Display-Ultralight.otf") format("opentype");
  font-style: normal;
  font-weight: 100;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/static/font/Roboto-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("/static/font/Roboto-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/static/font/unbounded-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Unbounded";
  src: url("/static/font/unbounded-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Circe";
  src: url("/static/font/circe.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #000000;
}

body {
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
}

.join-page {
  position: relative;
  width: 100%;
  min-height: max(
    100vh,
    calc(var(--browser-layout-width, 100vw) * var(--join-page-ratio, 1.29635417))
  );
  overflow: hidden;
  background: #000000;
}

.join-artboard {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: var(--join-artboard-height, 2489px);
  overflow: hidden;
  background: #000000;
  transform: translateX(-50%) scale(calc(var(--browser-layout-width, 100vw) / 1920px));
  transform-origin: top center;
}

.join-background {
  position: absolute;
  left: -1633px;
  top: -429px;
  width: 4992px;
  height: 3826px;
  overflow: hidden;
  contain: paint;
  pointer-events: none;
}

.join-glow {
  position: absolute;
  width: 2593px;
  height: 1861px;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(21, 88, 222, 0.4) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  filter: blur(312.85px);
}

.join-glow-one {
  left: 2399px;
  top: 330px;
}

.join-glow-two {
  left: 0;
  top: 0;
}

.join-glow-three {
  left: 151px;
  top: 1965px;
}

.join-glow-four {
  left: 2212px;
  top: 1134px;
}

.join-layout {
  position: absolute;
  z-index: 2;
  left: 296px;
  top: 181px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1328px;
  height: var(--join-layout-height, 2308px);
  gap: 64px;
}

.join-intro {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  width: 1328px;
  height: 881px;
  gap: 80px;
}

.join-title-block {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  width: 960px;
  height: 161px;
  gap: 8px;
}

.join-title-block h1,
.join-title-block p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 960px;
  margin: 0;
  color: #ffffff;
  text-align: center;
}

.join-title-block h1 {
  height: 115px;
  font-family: "SF Pro", sans-serif;
  font-size: 96px;
  font-weight: 500;
  line-height: 115px;
}

.join-title-accent {
  color: #1760fe;
}

.join-title-accent-spaced {
  margin-left: 0.18em;
}

.join-title-block p {
  height: 38px;
  font-family: "Roboto", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.join-presentation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  width: 1328px;
  height: 640px;
  gap: 38px;
}

.join-presentation-grid {
  display: flex;
  flex: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 1328px;
  height: 544px;
  gap: 20px;
}

.join-story {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
  width: 648px;
  height: 544px;
  gap: 24px;
  isolation: isolate;
}

.join-photo-shadow {
  position: absolute;
  z-index: 0;
  display: block;
  height: 357px;
  border-radius: 24px;
  opacity: 0.5;
}

.join-image {
  position: relative;
  z-index: 1;
  flex: none;
  width: 648px;
  overflow: hidden;
  border-radius: 24px;
  background: #081126;
}

.join-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-story-left {
  align-items: flex-start;
}

.join-story-left .join-photo-shadow {
  left: 9.77px;
  top: 126px;
  width: 609.57px;
  background: #030a19;
  transform: rotate(3.94deg);
}

.join-story-left .join-image {
  height: 351px;
  transform: rotate(-2deg);
}

.join-story-left > p {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 648px;
  min-height: 56px;
  margin: 0;
  padding: 0 26px 0 41px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
  color: #ffffff;
}

.join-story-right {
  justify-content: flex-end;
  align-items: center;
}

.join-story-right .join-photo-shadow {
  left: 17.83px;
  top: 15.8px;
  width: 600.09px;
  background: #04112b;
  transform: rotate(-4.58deg);
}

.join-story-right header {
  position: relative;
  z-index: 1;
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-end;
  width: 648px;
  height: 76px;
  padding-right: 43px;
  gap: 8px;
}

.join-story-right h2,
.join-story-right header p {
  display: flex;
  align-items: center;
  margin: 0;
  color: #ffffff;
}

.join-story-right h2 {
  min-width: 401px;
  height: 40px;
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.join-story-right header p {
  min-width: 432px;
  height: 28px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 28px;
}

.join-story-right .join-image {
  height: 357px;
  transform: rotate(2deg);
}

.join-cta {
  display: flex;
  flex: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 237px;
  height: 58px;
  padding: 12px;
  gap: 16px;
  border-radius: 16px;
  background: linear-gradient(265.5deg, #1962ff 4.9%, #004bed 89.78%);
}

.join-cta span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 147px;
  height: 25px;
  font-family: "Unbounded", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
}

.join-cta img {
  display: block;
  width: 23px;
  height: 24px;
}

.join-prices {
  position: relative;
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: center;
  width: 1328px;
  height: var(--join-price-height, 1363px);
  padding: 40px;
  gap: 32px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(
      63.44% 55.76% at 3.88% 38.68%,
      rgba(19, 93, 251, 0.1024) 0%,
      rgba(11, 55, 149, 0) 100%
    ),
    radial-gradient(
      60.2% 52.91% at 80.72% 87.19%,
      rgba(19, 93, 251, 0.1024) 0%,
      rgba(11, 55, 149, 0) 100%
    ),
    #0c0c0c;
  transition: height 220ms ease;
}

.price-navigation {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  width: 1248px;
  height: 240px;
  gap: 48px;
}

.price-navigation-main {
  display: flex;
  flex: none;
  flex-direction: column;
  align-items: flex-start;
  width: 799px;
  height: 162px;
  gap: 24px;
}

.price-navigation h2 {
  display: flex;
  align-items: center;
  width: 799px;
  height: 79px;
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 79px;
  color: #ffffff;
}

.price-locations {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: auto;
  min-height: 59px;
  padding: 10px;
  margin: -10px;
  gap: 16px;
  overflow: visible;
}

.price-location {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 183px;
  height: 59px;
  padding: 16px 32px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  color: #ffffff;
  cursor: pointer;
}

.price-location.is-active {
  border: 0;
  padding: 18px 34px;
  background: linear-gradient(265.5deg, #1962ff 4.9%, #004bed 89.78%);
}

.price-navigation > p {
  display: flex;
  align-items: center;
  height: 30px;
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  color: #ffffff;
}

.price-table-scroll {
  flex: none;
  width: 1249px;
}

.price-scrollbar {
  display: none;
}

.price-table {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1249px;
  gap: 20px;
}

.price-table-header,
.price-row {
  display: grid;
  grid-template-columns: 375px 200px repeat(3, 1fr);
  width: 1249px;
}

.price-table-header {
  height: 58px;
  gap: 16px;
}

.price-table-header > div {
  display: flex;
  align-items: center;
  min-width: 0;
  height: 58px;
  padding: 0 16px;
  font-family: "SF Pro", sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 29px;
  color: rgba(255, 255, 255, 0.4);
}

.price-table-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 1249px;
  min-height: 0;
  overflow: hidden;
  border-radius: 24px;
}

.price-row {
  min-height: 75px;
  padding: 20px 0;
  gap: 16px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(2.25px);
}

.price-row:nth-child(even) {
  background: rgba(255, 255, 255, 0.03);
}

.price-row:has(.price-direction small) {
  min-height: 93px;
}

.price-row > div {
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 35px;
  padding: 0 16px;
  font-family: "Circe", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
  color: #ffffff;
}

.price-row .price-direction {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  line-height: normal;
}

.price-direction span {
  width: 100%;
  font-size: 22px;
  line-height: 29px;
}

.price-direction small {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.price-row .price-value {
  font-family: "SF Pro", sans-serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 100;
  line-height: 31px;
}

.price-row-empty {
  grid-template-columns: 1fr;
}

.price-row-empty > div {
  width: 100%;
  color: rgba(255, 255, 255, 0.64);
}

.join-prices.is-empty .price-row-empty {
  min-height: 93px;
  overflow: hidden;
  border-radius: 24px;
}

.join-prices.is-empty .price-row-empty > div {
  justify-content: center;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .join-page {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .join-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    padding: 122px 32px 50px;
    background: #000000;
    transform: none;
  }

  .join-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .join-glow {
    width: 1100px;
    height: 1000px;
    filter: blur(180px);
  }

  .join-glow-one,
  .join-glow-three {
    left: -700px;
  }

  .join-glow-two,
  .join-glow-four {
    left: auto;
    right: -700px;
  }

  .join-layout,
  .join-intro,
  .join-presentation,
  .join-presentation-grid,
  .join-prices {
    width: 100%;
    height: auto;
  }

  .join-layout {
    position: relative;
    left: auto;
    top: auto;
    gap: 72px;
  }

  .join-title-block {
    width: 100%;
    height: auto;
    align-items: center;
    gap: 10px;
  }

  .join-title-block h1,
  .join-title-block p {
    width: 100%;
    height: auto;
    justify-content: center;
  }

  .join-title-block h1 {
    font-size: clamp(62px, 8vw, 84px);
    line-height: 1.12;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .join-title-block p {
    max-width: 820px;
    font-size: clamp(24px, 3.3vw, 30px);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .join-intro {
    gap: 58px;
  }

  .join-presentation {
    gap: 34px;
  }

  .join-presentation-grid {
    align-items: flex-start;
    gap: 24px;
  }

  .join-story {
    width: calc(50% - 12px);
    height: auto;
    min-width: 0;
    gap: 18px;
  }

  .join-image,
  .join-story-left > p,
  .join-story-right header {
    width: 100%;
  }

  .join-photo-shadow {
    display: none;
  }

  .join-story-left .join-image,
  .join-story-right .join-image {
    height: auto;
    aspect-ratio: 648 / 354;
    transform: none;
  }

  .join-story-left > p {
    min-height: 0;
    padding: 0 8px;
    font-size: clamp(18px, 2.35vw, 22px);
    line-height: 1.28;
    text-align: center;
  }

  .join-story-right {
    justify-content: flex-start;
    align-items: stretch;
  }

  .join-story-right header {
    height: auto;
    min-height: 0;
    padding-right: 0;
    align-items: center;
    gap: 6px;
  }

  .join-story-right h2 {
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: auto;
    font-size: clamp(22px, 2.7vw, 28px);
    line-height: 1.2;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .join-story-right header p {
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: auto;
    font-size: clamp(18px, 2.35vw, 22px);
    line-height: 1.25;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .join-cta {
    width: 237px;
    height: 58px;
  }

  .join-prices {
    --join-price-inline-padding: 24px;
    --join-price-scrollbar-height: 4px;
    padding: 32px var(--join-price-inline-padding) var(--join-price-inline-padding);
    gap: 30px;
    overflow: hidden;
    border-radius: 22px;
  }

  .price-navigation,
  .price-navigation-main {
    width: 100%;
    height: auto;
  }

  .price-navigation {
    gap: 34px;
  }

  .price-navigation-main {
    gap: 22px;
  }

  .price-navigation h2 {
    width: 100%;
    height: auto;
    font-size: clamp(42px, 5.5vw, 56px);
    line-height: 1.18;
    overflow-wrap: anywhere;
  }

  .price-locations {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 8px;
    margin: -8px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
  }

  .price-locations::-webkit-scrollbar {
    display: none;
  }

  .price-location {
    min-width: 178px;
    height: 56px;
    padding: 14px 28px;
    font-size: 20px;
    line-height: 25px;
    white-space: nowrap;
  }

  .price-location.is-active {
    padding: 16px 30px;
  }

  .price-navigation > p {
    height: auto;
    font-size: clamp(21px, 2.7vw, 24px);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .price-table-scroll {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 20px;
    scrollbar-width: none;
  }

  .price-table-scroll::-webkit-scrollbar {
    display: none;
  }

  .price-table,
  .price-table-body {
    width: 1080px;
  }

  .price-table-body {
    border-radius: 20px;
  }

  .price-table-header,
  .price-row {
    grid-template-columns: 320px 170px repeat(3, 1fr);
    width: 1080px;
    gap: 12px;
  }

  .price-table-header > div {
    padding: 0 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .price-row > div {
    padding: 0 12px;
    font-size: 21px;
    line-height: 30px;
  }

  .price-direction span {
    font-size: 20px;
    line-height: 26px;
  }

  .price-direction small {
    font-size: 15px;
    line-height: 21px;
  }

  .price-row .price-value {
    font-size: 23px;
    line-height: 29px;
  }

  .join-prices.is-empty .price-table-scroll {
    overflow: hidden;
  }

  .join-prices.is-empty .price-table-header {
    display: none;
  }

  .join-prices.is-empty .price-table,
  .join-prices.is-empty .price-table-body,
  .join-prices.is-empty .price-row-empty {
    width: 100%;
  }

  .join-prices.is-empty .price-row-empty {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .join-prices.is-empty .price-row-empty > div {
    position: static;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .price-scrollbar {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    align-self: stretch;
    display: block;
    width: calc(100% - var(--join-price-inline-padding) * 2);
    height: var(--join-price-scrollbar-height);
    margin-right: var(--join-price-inline-padding);
    margin-left: var(--join-price-inline-padding);
    margin-top: -30px;
    overflow: hidden;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
  }

  .price-scrollbar span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40%;
    height: var(--join-price-scrollbar-height);
    border-radius: 999px;
    background: #0051ff;
    transform: translateX(0);
  }

  .price-scrollbar.is-visible {
    opacity: 1;
  }

  .price-scrollbar[hidden] {
    display: none;
  }
}

@media (min-width: 1200px) and (max-width: 1199px) {
  .join-page {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .join-artboard {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: auto !important;
    min-height: 100dvh;
    overflow: visible;
    padding: 150px clamp(56px, 7vw, 104px) 80px;
    background: #000000;
    transform: none;
  }

  .join-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .join-glow {
    width: 1800px;
    height: 1500px;
    opacity: 0.78;
    filter: blur(260px);
  }

  .join-glow-one,
  .join-glow-three {
    left: auto;
    right: -960px;
  }

  .join-glow-two,
  .join-glow-four {
    left: -940px;
  }

  .join-layout,
  .join-intro,
  .join-title-block,
  .join-presentation,
  .join-presentation-grid,
  .join-story,
  .join-prices {
    width: 100%;
    height: auto;
  }

  .join-layout {
    position: relative;
    left: auto;
    top: auto;
    gap: 72px;
  }

  .join-intro {
    gap: 64px;
  }

  .join-title-block {
    align-items: center;
    gap: 8px;
  }

  .join-title-block h1,
  .join-title-block p {
    justify-content: center;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .join-title-block h1 {
    font-size: clamp(64px, 6.2vw, 88px);
    line-height: 1.08;
  }

  .join-title-block p {
    font-size: clamp(22px, 2vw, 28px);
    line-height: 1.25;
  }

  .join-presentation {
    gap: 46px;
  }

  .join-presentation-grid {
    align-items: center;
    gap: clamp(30px, 4vw, 64px);
  }

  .join-story {
    flex: 1 1 0;
    gap: 18px;
  }

  .join-photo-shadow {
    display: none;
  }

  .join-image {
    width: 100%;
  }

  .join-story-left .join-image,
  .join-story-right .join-image {
    height: auto;
    aspect-ratio: 648 / 354;
    transform: none;
  }

  .join-story-left > p {
    width: 100%;
    min-height: 0;
    padding: 0 24px;
    font-size: clamp(20px, 1.65vw, 24px);
    line-height: 1.28;
    text-align: center;
  }

  .join-story-right {
    justify-content: flex-start;
    align-items: stretch;
  }

  .join-story-right header {
    order: 0;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    align-items: center;
    gap: 6px;
  }

  .join-story-right h2,
  .join-story-right header p {
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: auto;
    text-align: center;
    overflow-wrap: anywhere;
  }

  .join-story-right h2 {
    font-size: clamp(26px, 2.3vw, 34px);
    line-height: 1.18;
  }

  .join-story-right header p {
    font-size: clamp(20px, 1.7vw, 24px);
    line-height: 1.25;
  }

  .join-cta {
    width: 237px;
    height: 58px;
  }

  .join-prices {
    --join-price-inline-padding: 28px;
    --join-price-scrollbar-height: 4px;
    padding: 38px var(--join-price-inline-padding) var(--join-price-inline-padding);
    gap: 34px;
    overflow: hidden;
    border-radius: 24px;
  }

  .price-navigation,
  .price-navigation-main {
    width: 100%;
    height: auto;
  }

  .price-navigation {
    gap: 34px;
  }

  .price-navigation-main {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
  }

  .price-navigation h2 {
    width: auto;
    height: auto;
    font-size: clamp(50px, 4.7vw, 72px);
    line-height: 1.12;
    overflow-wrap: anywhere;
  }

  .price-locations {
    width: auto;
    max-width: min(48%, 560px);
    height: auto;
    min-height: 0;
    padding: 8px;
    margin: -8px;
    gap: 12px;
    overflow-x: auto;
    overflow-y: visible;
    scrollbar-width: none;
  }

  .price-locations::-webkit-scrollbar {
    display: none;
  }

  .price-location {
    min-width: 184px;
    height: 58px;
    padding: 14px 30px;
    font-size: 20px;
    line-height: 25px;
    white-space: nowrap;
  }

  .price-location.is-active {
    padding: 16px 32px;
  }

  .price-navigation > p {
    height: auto;
    font-size: clamp(22px, 1.85vw, 27px);
    line-height: 1.25;
    overflow-wrap: anywhere;
  }

  .price-table-scroll {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 20px;
    scrollbar-width: none;
  }

  .price-table-scroll::-webkit-scrollbar {
    display: none;
  }

  .price-table,
  .price-table-body {
    width: 1120px;
  }

  .price-table-body {
    border-radius: 20px;
  }

  .price-table-header,
  .price-row {
    grid-template-columns: 330px 180px repeat(3, 1fr);
    width: 1120px;
    gap: 12px;
  }

  .price-table-header > div {
    padding: 0 12px;
    font-size: 20px;
    line-height: 25px;
  }

  .price-row > div {
    padding: 0 12px;
    font-size: 21px;
    line-height: 30px;
  }

  .price-direction span {
    font-size: 20px;
    line-height: 26px;
  }

  .price-direction small {
    font-size: 15px;
    line-height: 21px;
  }

  .price-row .price-value {
    font-size: 23px;
    line-height: 29px;
  }

  .join-prices.is-empty .price-table-scroll {
    overflow: hidden;
  }

  .join-prices.is-empty .price-table-header {
    display: none;
  }

  .join-prices.is-empty .price-table,
  .join-prices.is-empty .price-table-body,
  .join-prices.is-empty .price-row-empty {
    width: 100%;
  }

  .join-prices.is-empty .price-row-empty {
    grid-template-columns: 1fr;
    border-radius: 20px;
  }

  .join-prices.is-empty .price-row-empty > div {
    position: static;
    width: 100%;
    padding: 0 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .price-scrollbar {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    align-self: stretch;
    display: block;
    width: calc(100% - var(--join-price-inline-padding) * 2);
    height: var(--join-price-scrollbar-height);
    margin-right: var(--join-price-inline-padding);
    margin-left: var(--join-price-inline-padding);
    margin-top: -34px;
    overflow: hidden;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
  }

  .price-scrollbar span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40%;
    height: var(--join-price-scrollbar-height);
    border-radius: 999px;
    background: #0051ff;
    transform: translateX(0);
  }

  .price-scrollbar.is-visible {
    opacity: 1;
  }

  .price-scrollbar[hidden] {
    display: none;
  }
}

@media (max-width: 767px) {
  .join-page {
    height: auto;
    min-height: 100dvh;
    overflow-x: clip;
    overflow-y: visible;
  }

  .join-artboard {
    position: relative;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    overflow: visible;
    padding: 86px 12px 28px;
    background: #000000;
    transform: none;
  }

  .join-background {
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .join-glow {
    width: 900px;
    height: 900px;
    opacity: 0.58;
    filter: blur(170px);
  }

  .join-glow-one,
  .join-glow-three {
    left: -620px;
  }

  .join-glow-two,
  .join-glow-four {
    left: auto;
    right: -620px;
  }

  .join-layout,
  .join-intro,
  .join-title-block,
  .join-presentation,
  .join-presentation-grid,
  .join-story,
  .join-prices {
    width: 100%;
    height: auto;
  }

  .join-layout {
    position: relative;
    left: auto;
    top: auto;
    gap: 56px;
  }

  .join-intro {
    gap: 42px;
  }

  .join-title-block {
    align-items: center;
    gap: 4px;
  }

  .join-title-block h1,
  .join-title-block p {
    justify-content: center;
    width: 100%;
    height: auto;
  }

  .join-title-block h1 {
    font-size: clamp(46px, 15vw, 64px);
    line-height: 1.1;
  }

  .join-title-block p {
    font-size: 20px;
    line-height: 28px;
  }

  .join-presentation {
    gap: 28px;
  }

  .join-presentation-grid {
    flex-direction: column;
    gap: 38px;
  }

  .join-story {
    gap: 18px;
  }

  .join-photo-shadow {
    display: none;
  }

  .join-image {
    width: 100%;
  }

  .join-story-left .join-image,
  .join-story-right .join-image {
    height: auto;
    aspect-ratio: 648 / 354;
    transform: none;
  }

  .join-story-left > p {
    width: 100%;
    min-height: 0;
    padding: 0 12px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .join-story-right {
    justify-content: flex-start;
  }

  .join-story-right header {
    order: 0;
    width: 100%;
    height: auto;
    padding: 0;
    align-items: center;
  }

  .join-story-right .join-image {
    order: 1;
  }

  .join-story-right h2,
  .join-story-right header p {
    justify-content: center;
    min-width: 0;
    width: 100%;
    height: auto;
    text-align: center;
  }

  .join-story-right h2 {
    font-size: 25px;
    line-height: 34px;
  }

  .join-story-right header p {
    font-size: 18px;
    line-height: 26px;
  }

  .join-prices {
    padding: 24px 14px 14px;
    gap: 24px;
    border-radius: 18px;
  }

  .price-navigation {
    width: 100%;
    height: auto;
    gap: 28px;
  }

  .price-navigation-main {
    width: 100%;
    height: auto;
    gap: 18px;
  }

  .price-navigation h2 {
    width: 100%;
    height: auto;
    font-size: 36px;
    line-height: 46px;
  }

  .price-locations {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 8px;
    margin: -8px;
    gap: 10px;
    overflow: visible;
  }

  .price-location {
    flex: 1;
    min-width: 0;
    height: 54px;
    padding: 12px 10px;
    font-size: 15px;
    line-height: 20px;
  }

  .price-location.is-active {
    padding: 14px 12px;
  }

  .price-navigation > p {
    height: auto;
    font-size: 20px;
    line-height: 28px;
  }

  .price-table-scroll {
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    border-radius: 18px;
    scrollbar-width: none;
  }

  .price-table-scroll::-webkit-scrollbar {
    display: none;
  }

  .price-table,
  .price-table-body {
    width: 920px;
  }

  .price-table-body {
    border-radius: 18px;
  }

  .join-prices.is-empty .price-table-scroll {
    overflow: hidden;
  }

  .join-prices.is-empty .price-table-header {
    display: none;
  }

  .join-prices.is-empty .price-table,
  .join-prices.is-empty .price-table-body,
  .join-prices.is-empty .price-row-empty {
    width: 100%;
  }

  .join-prices.is-empty .price-row-empty {
    min-height: 93px;
    grid-template-columns: 1fr;
    border-radius: 18px;
  }

  .join-prices.is-empty .price-row-empty > div {
    position: static;
    width: 100%;
    min-height: 93px;
    padding: 0 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .price-table-header,
  .price-row {
    grid-template-columns: 280px 150px repeat(3, 1fr);
    width: 920px;
  }

  .price-table-header {
    gap: 8px;
  }

  .price-table-header > div {
    padding: 0 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .price-row {
    gap: 8px;
  }

  .price-row > div {
    padding: 0 10px;
    font-size: 19px;
    line-height: 27px;
  }

  .price-direction span {
    font-size: 19px;
    line-height: 25px;
  }

  .price-direction small {
    font-size: 14px;
    line-height: 20px;
  }

  .price-row .price-value {
    font-size: 21px;
    line-height: 28px;
  }

  .join-prices.is-empty .price-table,
  .join-prices.is-empty .price-table-body,
  .join-prices.is-empty .price-row-empty {
    width: 100%;
  }

  .join-prices.is-empty .price-row-empty {
    grid-template-columns: 1fr;
  }

  .join-prices.is-empty .price-table-header {
    display: none;
  }

  .price-scrollbar {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    display: block;
    width: auto;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 180ms ease;
    pointer-events: none;
  }

  .price-scrollbar span {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 40%;
    height: 4px;
    border-radius: 999px;
    background: #0051ff;
    transform: translateX(0);
  }

  .price-scrollbar.is-visible {
    opacity: 1;
  }

  .price-scrollbar[hidden] {
    display: none;
  }
}
