.Start-screen {
  position: relative;
  width: 100%;
  max-width: 1440px;
  min-height: clamp(600px, 76vh, 820px);
  margin: 0 auto;
  padding: clamp(200px, 25vw, 280px) clamp(32px, 6vw, 120px) clamp(120px, 12vw, 180px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 6vw, 44px);
  text-align: center;
  font-family: 'Inter Tight', sans-serif;
  color: #F5F3FF;
  overflow: hidden;
}

.Start-screen__Arc {
  position: absolute;
  top: -20px;
  left: 50%;
  width: clamp(960px, 150vw, 1440px);
  height: 798px;
  transform: translateX(-50%);
  background: url('./assets/figma-exact/hero-bg-arc-only.svg') center top / cover no-repeat;
  pointer-events: none;
  z-index: -1;
}

.Start-screen__Title {
  margin: 0;
  font-size: clamp(48px, 8vw, 80px);
  line-height: clamp(1.1, 1.15, 1.21);
  letter-spacing: -0.02em;
  font-weight: 700;
  z-index: 1;
}

.Start-screen__Subtitle {
  margin: 0;
  font-size: clamp(18px, 3.4vw, 24px);
  letter-spacing: 0.04em;
  line-height: clamp(1.28, 1.36, 1.44);
  font-weight: 400;
  color: rgba(245, 243, 255, 0.82);
  z-index: 1;
}

.Start-screen__Subtitle--secondary {
  margin-top: clamp(6px, 2vw, 10px);
}

.Start-screen__Button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(100%, 360px);
  min-height: clamp(64px, 12vw, 80px);
  padding: 18px clamp(32px, 6vw, 42px);
  border: none;
  border-radius: 40px;
  background: linear-gradient(135deg, #7D00E0 0%, #9B1AFF 100%);
  color: #F5F3FF;
  font: 700 clamp(18px, 3.2vw, 24px) 'Inter Tight';
  letter-spacing: 0.04em;
  box-shadow: 0 30px 80px rgba(125, 0, 224, 0.45);
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.25s ease;
  z-index: 1;
}

.Start-screen__Button:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #9B1AFF 0%, #7D00E0 100%);
  box-shadow: 0 36px 90px rgba(125, 0, 224, 0.55);
}

.Start-screen__Button:focus-visible {
  outline: 3px solid rgba(125, 0, 224, 0.75);
  outline-offset: 4px;
}

@media (min-width: 1280px) {
  .Start-screen {
    min-height: 798px;
    padding: 0;
    display: block;
  }

  .Start-screen__Arc {
    width: 1440px;
  }

  .Start-screen__Title,
  .Start-screen__Subtitle,
  .Start-screen__Button {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .Start-screen__Title {
    top: 160px;
    font-size: 80px;
    line-height: 96.8px;
    letter-spacing: 0 !important;
    font-weight: 700 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .Start-screen__Subtitle {
    font-size: 24px;
    line-height: 26.64px;
  }

  .Start-screen__Subtitle--primary { top: 374px; }
  .Start-screen__Subtitle--secondary { top: 411px; margin-top: 0; }

  .Start-screen__Button {
    top: 490px;
    left: 50%;
    transform: translateX(-50%);
    width: 385px;
    height: 80px;
    background: #7D00E0 !important;
    box-shadow: none;
    white-space: nowrap;
  }

  .Start-screen__Button:hover {
    transform: translate(-50%, -3px);
  }

  .Start-screen__Button:focus-visible {
    transform: translateX(-50%);
  }
}

.desktop {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  line-height: normal;
  letter-spacing: normal;
}
.cta,
.desktop {
  flex-direction: column;
}
.cta {
  height: 418px;
  gap: var(--gap-60);
}
.cta,
.headline,
.title {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.headline {
  flex-direction: column;
  gap: var(--gap-20);
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  color: var(--light);
  font-family: var(--font-inter-tight);
}
.title {
  justify-content: center;
}
.h1 {
  flex: 1;
  position: relative;
  font-size: inherit;

  font-family: inherit;
}
.h1,
.p {
  margin: 0;
}
.h3,
.subtitle {
  align-self: stretch;
}
.subtitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-10);
  text-align: center;
  font-size: var(--fs-24);
  color: var(--light);
  font-family: var(--font-inter-tight);
}
.h3 {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 400;
  font-family: inherit;
}
.button,
.button2 {
  cursor: pointer;
  border: 0;
  padding: 16.5px var(--padding-22) 16.5px 23px;
  background: var(--grad-button);
  color: var(--light);
  width: 385px;
  border-radius: var(--br-40);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: var(--shadow-button);
  transition: all 0.3s ease;
}
.button:hover,
.button2:hover {
  background: var(--grad-button-hover);
  transform: translateY(-2px);
  box-shadow: var(--shadow-button-hover);
}
.txt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--padding-10) var(--padding-19);
}
.b {
  position: relative;
  font-size: var(--fs-24);
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-family: var(--font-inter-tight);
  color: var(--light);
  text-align: center;
}
.blok-1,
.content,
.txt2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
.blok-1 {
  background-color: var(--color-gray);
  overflow: hidden;
  align-items: flex-start;
  padding: var(--padding-40) 120px var(--padding-80);
  box-sizing: border-box;
  max-width: 100%;
  text-align: center;
  font-size: var(--fs-30);
  color: var(--light);
  font-family: var(--font-inter-tight);
}
.content,
.txt2 {
  align-items: center;
}
.content {
  height: 1018px;
  gap: var(--gap-40);
  max-width: 100%;
}
.txt2 {
  justify-content: center;
  padding: var(--padding-10) 9px;
}
.h2 {
  margin: 0;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  line-height: 110%;
}
.card-1,
.cards {
  align-self: stretch;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cards {
  flex-wrap: wrap;
  align-content: center;
  gap: var(--gap-24);
  text-align: center;
  font-size: var(--fs-40);
  color: var(--White);
  font-family: var(--font-inter-tight);
}
.card-1 {
  border-radius: var(--br-20);
  background: var(--gradient-1);
  flex-direction: column;
  padding: var(--padding-32) var(--padding-0);
  gap: var(--gap-20);
}
.icon {
  width: 120px;
  height: 81px;
}
.h12 {
  font-size: inherit;
}
.h12,
.h22,
.h33 {
  margin: 0;
  position: relative;
  font-weight: 400;
  font-family: inherit;
}
.h33 {
  font-size: var(--fs-24);
  letter-spacing: var(--ls-1);
  line-height: 111%;
}
.h22 {
  font-size: inherit;
  color: var(--lavander);
}
.chart,
.lables {
  align-self: stretch;
  display: flex;
}
.chart {
  height: 481px;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-20);
  max-width: 100%;
  text-align: left;
}
.lables {
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 45px;
}
.gold {
  display: flex;
  align-items: center;
  gap: var(--gap-12);
}
.label-icons {
  height: 35px;
  width: 35px;
  position: relative;
  border-radius: var(--br-5);
  background-color: var(--color-khaki);
}
.h27 {
  margin: 0;
  width: 120px;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.nvidia-child {
  width: 35px;
  position: relative;
  border-radius: var(--br-5);
  background-color: var(--color-mediumseagreen);
  height: 35px;
}
.nvidia2 {
  margin: 0;
  width: 107px;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.btc-child {
  width: 35px;
  position: relative;
  border-radius: var(--br-5);
  background-color: var(--color-indianred);
  height: 35px;
}
.btc2 {
  margin: 0;
  width: 71px;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.chart2,
.vectors-wrapper {
  display: flex;
  align-items: flex-start;
  box-sizing: border-box;
  max-width: 100%;
}
.chart2 {
  align-self: stretch;
  flex: 1;
  flex-direction: column;
  padding: var(--padding-0) var(--padding-0) 5px;
}
.vectors-wrapper {
  width: 1186px;
  justify-content: center;
  padding: var(--padding-0) var(--padding-20);
}
.vectors-icon {
  height: 398px;
  width: 820px;
  flex-shrink: 0;
  z-index: 2;
}
.div,
.lines,
.vectors-icon {
  position: relative;
}
.lines {
  width: 1200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 47px;
  flex-shrink: 0;
  max-width: 100%;
  z-index: 1;
  margin-top: -385px;
}
.div {
  align-self: stretch;
  background-color: var(--secondary);
  height: var(--height-1);
}
.chart-data,
.lines2 {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.chart-data {
  width: 1200px;
  justify-content: center;
  padding: var(--padding-0) 27px var(--padding-0) var(--padding-20);
  box-sizing: border-box;
  margin-top: -385px;
  position: relative;
  text-align: center;
  font-size: var(--fs-16);
  color: var(--secondary);
  font-family: var(--font-inter-tight);
}
.lines2 {
  width: 551px;
  justify-content: space-between;
  gap: var(--gap-20);
  flex-shrink: 0;
  z-index: 1;
}
.div10 {
  width: 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-4);
  z-index: 3;
}
.child,
.div11 {
  position: relative;
}
.child {
  height: 385px;
  max-width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: contain;
}
.div11 {
  line-height: 110%;
}
.div12,
.div14 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-4);
}
.div14 {
  z-index: 1;
}
.blok-2,
.content2,
.title2 {
  align-self: stretch;
  display: flex;
}
.blok-2 {
  background-color: var(--color-gray);
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
  padding: var(--padding-40) 120px var(--padding-80);
  box-sizing: border-box;
  max-width: 100%;
  text-align: left;
  font-size: var(--fs-30);
  color: var(--light);
  font-family: var(--font-inter-tight);
}
.content2,
.title2 {
  align-items: center;
}
.content2 {
  flex-direction: column;
  gap: 80px;
  max-width: 100%;
}
.title2 {
  border-radius: var(--br-20);
  background: var(--gradient-1);
  justify-content: center;
  padding: var(--padding-40) var(--padding-20);
  text-align: center;
  font-size: 44px;
}
.h13 {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: inherit;
  line-height: 110%;
  font-weight: 600;
  font-family: inherit;
}
.graph-1 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: var(--gap-40) var(--gap-0);
}
.left,
.right {
  display: flex;
  flex-direction: column;
}
.left {
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 335px;
}
.right {
  width: 746px;
  align-items: flex-start;
  padding: var(--padding-10) var(--padding-0);
  box-sizing: border-box;
  position: relative;
  gap: var(--gap-10);
  text-align: center;
  font-size: var(--fs-16);
  color: var(--light);
  font-family: var(--font-inter-tight);
}
.columns,
.graph {
  align-self: stretch;
  display: flex;
  align-items: flex-end;
}
.graph {
  height: 421px;
  flex-direction: column;
  gap: var(--gap-20);
  z-index: 0;
}
.columns {
  flex: 1;
  gap: var(--gap-24);
}
.column-values {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gap-10);
}
.column-indicators {
  align-self: stretch;
  position: relative;
  line-height: 110%;
}
.column-values-child {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-20);
  background-color: var(--accent);
  height: 28px;
}
.column-spacing {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--fs-20);
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 500;
  font-family: inherit;
}
.column-marker,
.column-values-inner,
.column-values-item,
.rectangle-div {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-20);
  background-color: var(--accent);
  height: 41px;
}
.column-marker,
.column-values-inner,
.rectangle-div {
  height: 53px;
}
.column-values-inner,
.rectangle-div {
  height: 69px;
}
.rectangle-div {
  height: 91px;
}
.column-values-child2,
.column-values-child3,
.column-values-child4,
.column-values-child5,
.second-marker {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-20);
  background-color: var(--accent);
  height: 118px;
}
.column-values-child3,
.column-values-child4,
.column-values-child5,
.second-marker {
  height: 151px;
}
.column-values-child3,
.column-values-child4,
.column-values-child5 {
  height: 196px;
}
.column-values-child4,
.column-values-child5 {
  height: 252px;
}
.column-values-child5 {
  height: 314px;
}
.fortune-business-insights {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: var(--fs-24);
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 400;
  font-family: inherit;
  color: var(--secondary);
  text-align: right;
}
.img-icon {
  width: 310.4px;
  position: absolute;
  margin: 0 !important;
  height: 70.39%;
  top: -9.25%;
  bottom: 38.87%;
  left: calc(50% - 311.6px);
  max-height: 100%;
  object-fit: contain;
  z-index: 1;
}
.graph-2 {
  align-self: stretch;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 26px;
  max-width: 100%;
}
.left2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 49px;
  min-width: 335px;
}
.private-equity-container {
  align-self: stretch;
  position: relative;
}
.private-equity {
  margin-block-start: 0;
  margin-block-end: 30px;
}
.img-icon2 {
  width: 334px;
  position: relative;
  max-height: 100%;
  object-fit: cover;
}
.right2 {
  width: 666px;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
  font-size: var(--fs-20);
  color: var(--light);
  font-family: var(--font-inter-tight);
}
.data-values,
.lines3,
.right2 {
  display: flex;
  max-width: 100%;
}
.lines3 {
  width: 666px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  gap: var(--gap-40);
  flex-shrink: 0;
  z-index: 1;
}
.data-values {
  align-self: stretch;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--gap-0);
}
.data-spacing {
  margin: 0;
  width: var(--width-43_1);
  position: relative;
  font-size: inherit;
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 500;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.line {
  width: var(--width-603);
  position: relative;
  background-color: var(--secondary);
  height: var(--height-1);
  max-width: 100%;
}
.h315 {
  margin: 0;
  font-size: inherit;
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 500;
  font-family: inherit;
}
.h315,
.h319,
.line7 {
  position: relative;
}
.line7 {
  width: 606.8px;
  background-color: var(--secondary);
  height: var(--height-1);
  max-width: 100%;
}
.h319 {
  margin: 0;
  width: 38.8px;
  font-size: inherit;
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 500;
  font-family: inherit;
  display: inline-block;
  flex-shrink: 0;
}
.columns2,
.graph2 {
  display: flex;
  align-items: flex-end;
}
.graph2 {
  width: 596px;
  flex-direction: column;
  justify-content: flex-end;
  gap: var(--gap-20);
  flex-shrink: 0;
  max-width: 100%;
  z-index: 2;
  margin-top: -444px;
  position: relative;
  text-align: center;
}
.columns2 {
  align-self: stretch;
  gap: var(--gap-24);
}
.column-heights {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gap-10);
  max-width: var(--max-w-53);
}
.column-heights-child {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-20);
  background-color: var(--lavander);
  height: 107px;
}
.column-separations {
  margin: 0;
  align-self: stretch;
  position: relative;
  font-size: inherit;
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 500;
  font-family: inherit;
}
.column-heights-item {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-20);
  background-color: var(--lavander);
  height: 137px;
}
.column-heights-child2,
.column-heights-child3,
.column-heights-child4,
.column-heights-child5,
.column-heights-inner {
  align-self: stretch;
  position: relative;
  border-radius: var(--br-20);
  background-color: var(--lavander);
  height: 157px;
}
.column-heights-child2,
.column-heights-child3,
.column-heights-child4,
.column-heights-child5 {
  height: 175px;
}
.column-heights-child3,
.column-heights-child4,
.column-heights-child5 {
  height: 186px;
}
.column-heights-child4,
.column-heights-child5 {
  height: 237px;
}
.column-heights-child5 {
  height: 340px;
}
.funds-indicator {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: var(--gap-10);
  max-width: var(--max-w-53);
  font-size: 17px;
}
.rectangle-parent {
  align-self: stretch;
  height: 503px;
  border-radius: var(--br-20);
  background-color: var(--accent);
  display: flex;
  align-items: flex-start;
  padding: 9px var(--padding-0) 474px;
  box-sizing: border-box;
}
.div25,
.frame-child {
  width: 53.5px;
  position: relative;
}
.frame-child {
  border-radius: var(--br-20);
  background-color: var(--accent);
  height: 503px;
  display: none;
}
.div25 {
  line-height: 120%;
  font-weight: 800;
  display: inline-block;
  flex-shrink: 0;
  z-index: 1;
}
.pitchbook {
  align-self: stretch;
  position: relative;
  font-size: var(--fs-16);
  line-height: 110%;
  color: var(--secondary);
  text-align: right;
}
.cta2,
.footer,
.headline2 {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cta2,
.headline2 {
  gap: var(--gap-60);
}
.headline2 {
  gap: var(--gap-20);
  text-align: center;
  font-size: 50px;
  color: var(--light);
  font-family: var(--font-inter-tight);
}
.h14 {
  margin: 0;
  flex: 1;
  position: relative;
  font-size: inherit;
  font-weight: 400;
  font-family: inherit;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
  line-height: 110%;
}
.p8 {
  margin-block-start: 0;
  margin-block-end: 50px;
}

.subtitle2 {
  align-self: stretch;
}
.subtitle2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: var(--fs-24);
}
.h327 {
  margin: 0;
  position: relative;
  font-size: inherit;
  letter-spacing: var(--ls-1);
  line-height: 111%;
  font-weight: 400;
  font-family: inherit;
}
.button2 {
  height: 80px;
}

/* Responsive Design */
@media screen and (max-width: 1200px) {
  .blok-1,
  .blok-2 {
    padding-top: var(--padding-26);
    padding-bottom: 52px;
    box-sizing: border-box;
  }
  .content2 {
    gap: var(--gap-40);
  }
}

@media screen and (max-width: 1050px) {
  .Start-screen {
    padding-top: 195px;
    padding-bottom: 52px;
    box-sizing: border-box;
  }
  .h1 {
    font-size: var(--fs-40);
  }
  .btc2,
  .h2,
  .h27,
  .nvidia2 {
    font-size: var(--fs-24);
  }
  .h13 {
    font-size: 35px;
    line-height: 39px;
  }
  .columns {
    flex-wrap: wrap;
  }
  .private-equity-container {
    font-size: var(--fs-24);
  }
  .right2 {
    height: auto;
  }
  .data-values {
    flex-wrap: wrap;
  }
    .h14 {
    font-size: var(--fs-40);
  }
}

@media screen and (max-width: 750px) {
  .cta {
    gap: var(--gap-30);
  }
  .blok-1 {
    padding: var(--padding-20) var(--padding-60) 34px;
    box-sizing: border-box;
  }
  .content {
    gap: var(--gap-20);
  }
  .lables {
    gap: 22px;
  }
  .lines {
    gap: 23px;
  }
  .blok-2 {
    padding: var(--padding-20) var(--padding-60) 34px;
    box-sizing: border-box;
  }
  .content2 {
    gap: var(--gap-20);
  }
  .left2 {
    gap: var(--gap-24);
  }
  .lines3 {
    gap: var(--gap-20);
  }
  .columns2 {
    flex-wrap: wrap;
  }
  .cta2 {
    gap: var(--gap-30);
  }
}

@media screen and (max-width: 450px) {
  .Start-screen {
    padding-top: 127px;
    padding-bottom: 34px;
    box-sizing: border-box;
  }
  .h1 {
    font-size: var(--fs-24);
  }
  .b {
    font-size: var(--fs-19);
    line-height: 21px;
  }
  .blok-1 {
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
    box-sizing: border-box;
  }
  .btc2,
  .h2,
  .h27,
  .nvidia2 {
    font-size: var(--fs-18);
  }
  .lines2 {
    flex-wrap: wrap;
  }
  .blok-2 {
    padding-left: var(--padding-20);
    padding-right: var(--padding-20);
    box-sizing: border-box;
  }
  .h13 {
    font-size: 26px;
    line-height: 29px;
  }
  .column-spacing {
    font-size: var(--fs-16);
    line-height: var(--lh-18);
  }
  .fortune-business-insights {
    font-size: var(--fs-19);
    line-height: 21px;
  }
  .private-equity-container {
    font-size: var(--fs-18);
  }
  .column-separations,
  .data-spacing,
  .h315,
  .h319 {
    font-size: var(--fs-16);
    line-height: var(--lh-18);
  }
    .h14 {
    font-size: var(--fs-30);
  }
  .h327 {
    font-size: var(--fs-19);
    line-height: 21px;
  }
}

@media (min-width: 1280px) {
  .Start-screen {
    min-height: 798px;
    padding: 0;
    display: block;
  }

  .Start-screen__Arc {
    width: 1440px;
  }

  .Start-screen__Title,
  .Start-screen__Subtitle,
  .Start-screen__Button {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .Start-screen__Title {
    top: 160px;
    font-size: 80px;
    line-height: 96.8px;
    letter-spacing: 0;
    font-weight: 700 !important;
  }

  .Start-screen__Subtitle {
    font-size: 24px;
    line-height: 26.64px;
    letter-spacing: 1px;
  }

  .Start-screen__Subtitle--primary { 
    top: 406px; 
  }
  
  .Start-screen__Subtitle--secondary { 
    top: 443px; 
    margin-top: 0; 
  }

  .Start-screen__Button {
    top: 530px;
    left: 50%;
    transform: translateX(-50%);
    width: 385px;
    min-height: 80px;
    font-weight: 700 !important;
    background: #7D00E0 !important;
    background-image: none !important;
  }

  .Start-screen__Button:hover {
    transform: translate(-50%, -3px);
  }

  .Start-screen__Button:focus-visible {
    transform: translateX(-50%);
  }
}