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

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

body {
  color: #333;
  font-family: Atypbldisplay, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.cs-hero {
  color: #fff;
  text-align: center;
  background-image: url('../images/Building_Render_Image-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 64px 24px;
  display: flex;
  position: relative;
}

.cs-stack {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cs-logo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  max-width: 470px;
  margin-bottom: 8px;
  display: flex;
}

.cs-logo-mark {
  background-color: #fff;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 72px;
  height: 72px;
  display: flex;
}

.cs-logo-text {
  text-align: left;
  line-height: 1;
}

.cs-logo-title {
  letter-spacing: -.01em;
  font-size: 30px;
  font-weight: 700;
}

.cs-logo-sub {
  opacity: .92;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
}

.cs-title {
  margin: 24px 0 28px;
  font-family: Goshasans, Arial, sans-serif;
  font-size: clamp(56px, 9vw, 150px);
  font-weight: 400;
  line-height: .9;
}

.cs-lead {
  margin: 0 0 18px;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 400;
}

.cs-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffffff14;
  border: 0 solid #fff6;
  border-radius: 999px;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-bottom: 72px;
  padding: 8px 8px 8px 24px;
  display: flex;
}

.cs-form._w-form {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ffffff14;
  border: 1px solid #fff6;
  border-radius: 999px;
  align-items: center;
  width: 100%;
  max-width: 520px;
  margin-bottom: 72px;
  padding: 8px 8px 8px 24px;
  display: flex;
}

.cs-input {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  flex: 1;
  height: 48px;
  margin-bottom: 0;
  font-size: 18px;
}

.cs-input::placeholder {
  color: #fff;
}

.cs-input._w-input {
  color: #fff;
  background-color: #0000;
  outline-style: none;
  flex: 1;
  height: 48px;
  font-size: 18px;
}

.cs-submit, .cs-submit._w-button {
  color: #157b72;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999px;
  height: 48px;
  padding: 0 28px;
  font-size: 18px;
  font-weight: 600;
}

.cs-desc {
  max-width: 1100px;
  margin: 0 0 40px;
  font-size: clamp(16px, 1.25vw, 24px);
  line-height: 1.3;
}

.cs-tagline {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 600;
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0d;
  border-radius: 56px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-wrapper {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.image {
  width: 100%;
}


@font-face {
  font-family: 'Goshasans';
  src: url('../fonts/GoshaSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Atypbldisplay';
  src: url('../fonts/AtypBLDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}