.block-cta {
  padding: 0 0 clamp(48px,9vh,96px);
  background: #fff
}
.block-cta__inner {
  width: 100%;
  padding-inline: var(--layout-inline);
  box-sizing: border-box
}
.block-cta__panel {
  --cta-pad-y: clamp(36px, 4.5vw, 52px);
  --cta-pad-x: clamp(24px, 3vw, 40px);
  --cta-chip-bg: #c1c3c4;
  --cta-chip-text: #59595b;
  --cta-index-size: var(--section-index-width);
  --cta-media-stack-gap: clamp(14px, 2vw, 22px);
  --cta-form-head-offset: calc(var(--section-index-height) + var(--cta-media-stack-gap));
  --cta-form-margin-from-index: calc(var(--cta-index-size) + 1rem);
  position: relative;
  width: 100%;
  min-height: 522px;
  box-sizing: border-box;
  padding: var(--cta-pad-y) var(--cta-pad-x);
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  align-items: start;
  column-gap: clamp(24px,3vw,48px);
  row-gap: clamp(24px,3vw,32px);
  background-color: #131314;
  background-image: var(--cta-image, url("../../assets/cta-bg.webp"));
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden
}
.block-cta__media {
  position: relative;
  z-index: 0;
  min-height: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: start;
  background: 0 0
}
.block-cta__media-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--cta-media-stack-gap);
  max-width: 34rem
}
.block-cta__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: clamp(12px,2.5vw,24px);
  width: 100%
}
@media (min-width:901px) {
  .block-cta__label-row {
    display: contents
  }
}
.block-cta__index--top {
  display: none
}
.block-cta__media .block-cta__label {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
  gap: var(--section-eyebrow-gap);
  box-sizing: border-box;
  width: fit-content;
  max-width: 100%;
  min-height: var(--section-index-height);
  font-family: Roboto,var(--font);
  font-size: var(--section-eyebrow-font-size);
  font-weight: 500;
  font-style: normal;
  line-height: var(--section-eyebrow-line-height);
  letter-spacing: normal;
  text-transform: uppercase;
  color: var(--cta-chip-text);
  background: var(--cta-chip-bg);
  border-radius: 0;
  flex: none;
  flex-grow: 0
}
.block-cta__media .block-cta__title {
  margin: 0;
  max-width: none
}
.block-cta__media .block-cta__subtitle {
  margin: 0;
  max-width: 34rem;
  font-family: Roboto,var(--font);
  font-size: clamp(.875rem, 1.1vw + .65rem, 1.0625rem);
  font-weight: 400;
  font-style: normal;
  line-height: 1.45;
  color: rgba(252,254,254,.92)
}
.block-cta__form-card {
  position: static;
  z-index: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  padding-top: var(--cta-form-head-offset);
  gap: 24px;
  width: min(455px,100%);
  max-width: 455px;
  margin-right: 0;
  justify-self: end;
  flex: none;
  background: 0 0;
  color: #fff;
  border: none;
  box-sizing: border-box
}
@media (min-width:901px) {
  .block-cta__form-card {
    display: grid;
    grid-template-columns: minmax(0,1fr);
    grid-template-rows: auto auto auto;
    row-gap: 0;
    align-items: start;
    padding-top: 0
  }
  .block-cta__form-card > .block-cta__index--inline {
    grid-column: 1;
    grid-row: 1;
    justify-self: end;
    align-self: start;
    order: 0;
    color: #59595b;
    background: #c1c3c4
  }
  .block-cta__form-head {
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    min-width: 0;
    margin-top: var(--cta-media-stack-gap)
  }
  .block-cta__form-head .block-cta__form-head-top {
    display: block;
    width: 100%
  }
  .block-cta__form {
    grid-column: 1;
    grid-row: 3;
    width: 100%;
    margin-top: clamp(28px,3.5vw,32px)
  }
}
.block-cta__form-head {
  display: block;
  margin: 0;
  padding-right: 0;
  box-sizing: border-box;
  width: 100%;
  flex: none
}
.block-cta__form-head-top {
  --cta-eyebrow-line-height: 28px
}
.block-cta__eyebrow {
  margin: 0;
  max-width: none;
  min-height: 0;
  min-width: 0;
  font-family: Roboto,var(--font);
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  line-height: 28px;
  color: #fcfefe;
  flex: 1 1 auto
}
.block-cta__index {
  position: static;
  z-index: auto;
  color: var(--cta-chip-text);
  background: var(--cta-chip-bg);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  flex: none
}
.block-cta__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  gap: 24px;
  width: 100%;
  max-width: 455px;
  margin-inline: 0;
  margin-block-end: 0;
  flex: none;
  box-sizing: border-box
}
.block-cta__fields {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  align-self: stretch;
  flex: none
}
.block-cta__field {
  display: block;
  margin: 0;
  width: 100%;
  cursor: pointer;
  flex: none
}
.block-cta__field-row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px 20px;
  gap: 16px;
  width: 100%;
  max-width: 455px;
  height: 58px;
  flex: none;
  border: 1px solid #59595b;
  border-radius: 0;
  background: rgba(19,19,20,.4);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: border-color .2s ease,background .2s ease;
  color-scheme: dark
}
.block-cta__field:focus-within .block-cta__field-row {
  border-color: #eab300;
  background: rgba(19,19,20,.55)
}
.block-cta__field-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #eab300
}
.block-cta__field-icon svg {
  width: 30px;
  height: 30px
}
.block-cta__field input {
  flex: 1;
  min-width: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: 0 0;
  box-sizing: border-box;
  font-family: Roboto,var(--font);
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 19px;
  color: #fcfefe;
  min-height: 0;
  outline: 0;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  appearance: none
}
.block-cta__field input:focus,
.block-cta__field input:focus-visible {
  outline: 0;
  box-shadow: none
}
.block-cta__field input:-webkit-autofill,
.block-cta__field input:-webkit-autofill:active,
.block-cta__field input:-webkit-autofill:focus,
.block-cta__field input:-webkit-autofill:hover {
  -webkit-text-fill-color: #fcfefe!important;
  caret-color: #fcfefe;
  box-shadow: 0 0 0 1000px rgba(19,19,20,.5) inset!important;
  -webkit-box-shadow: 0 0 0 1000px rgba(19,19,20,.5) inset!important;
  transition: background-color 99999s ease-out
}
.block-cta__field input::placeholder {
  font-family: Roboto,var(--font);
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  color: #fcfefe;
  opacity: 1
}
.block-cta__consent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 455px;
  min-height: 24px;
  flex: none;
  align-self: stretch;
  box-sizing: border-box
}
.block-cta__consent-text {
  flex: 1;
  min-width: 0;
  font-family: Roboto,var(--font);
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  line-height: 14px;
  color: #fcfefe
}
.block-cta__consent-label {
  display: inline;
  margin: 0;
  padding: 0;
  cursor: pointer
}
.block-cta__consent input[type=checkbox] {
  flex: none;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  background: #f0f2f2;
  box-shadow: none;
  cursor: pointer;
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  pointer-events: auto;
  appearance: none;
  -webkit-appearance: none
}
.block-cta__consent input[type=checkbox]:checked {
  background-color: #f0f2f2;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10'%3E%3Cpath fill='none' stroke='%234a4a4a' stroke-width='2.2' stroke-linecap='butt' stroke-linejoin='miter' d='M1 5.2 4.6 8.8 11 1.2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 10px
}
.block-cta__consent input[type=checkbox]:focus {
  outline: 0
}
.block-cta__consent input[type=checkbox]:focus-visible {
  outline: 2px solid #fcfefe;
  outline-offset: 2px
}
.block-cta__submit {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: clamp(14px,2.2vw,20px) clamp(18px,2.8vw,30px);
  gap: 10px;
  width: 100%;
  max-width: min(455px,100%);
  height: auto;
  min-height: clamp(48px,9vw,60px);
  flex: none;
  align-self: stretch;
  margin: 0;
  background: #eab300;
  border: none;
  border-radius: 0;
  font-family: Roboto,var(--font),system-ui,sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: calc(19 / 16);
  letter-spacing: normal;
  text-transform: none;
  color: #252529;
  cursor: pointer;
  box-sizing: border-box
}
.block-cta__submit-corners {
  position: absolute;
  inset: clamp(5px,1.1vw,6px);
  pointer-events: none
}
.block-cta__submit-corner {
  position: absolute;
  width: clamp(10px,1.4vw,13px);
  height: clamp(10px,1.4vw,13px);
  border-style: solid;
  border-color: #fcfefe
}
.block-cta__submit-corner--tl {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px
}
.block-cta__submit-corner--tr {
  top: 0;
  right: 0;
  border-width: 1px 1px 0 0
}
.block-cta__submit-corner--bl {
  bottom: 0;
  left: 0;
  border-width: 0 0 1px 1px
}
.block-cta__submit-corner--br {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0
}
.block-cta__submit:hover {
  filter: brightness(1.03)
}
@media (max-width:900px) {
  .block-cta__inner {
    padding-inline: 0
  }
  .block-cta__panel {
    --cta-pad-y: clamp(28px, 5vw, 40px);
    --cta-pad-x: 0;
    grid-template-columns: 1fr;
    min-height: 0;
    align-items: start;
    padding: var(--cta-pad-y) 0
  }
  .block-cta__media {
    min-height: auto;
    padding-inline: var(--layout-inline);
    box-sizing: border-box
  }
  .block-cta__label-row {
    flex-wrap: wrap
  }
  .block-cta__media .block-cta__label {
    padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
    gap: var(--section-eyebrow-gap);
    min-height: var(--section-chip-height);
    height: auto;
    width: fit-content;
    max-width: 100%;
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    color: #c1c3c4;
    background: rgba(240,242,242,.8)
  }
  .block-cta__label-row .block-cta__index--top {
    padding: var(--section-eyebrow-pad-y) var(--section-eyebrow-pad-x);
    gap: var(--section-eyebrow-gap);
    width: var(--section-index-width);
    min-width: var(--section-index-width);
    max-width: var(--section-index-width);
    height: var(--section-index-height);
    min-height: var(--section-index-height);
    max-height: var(--section-index-height);
    font-size: 10px;
    line-height: 12px;
    font-weight: 500;
    color: #c1c3c4;
    background: rgba(240,242,242,.8)
  }
  .block-cta__index {
    margin: 0
  }
  .block-cta__index--top {
    display: flex;
    flex-shrink: 0
  }
  .block-cta__index--inline {
    display: none
  }
  .block-cta__form-card {
    margin-right: 0;
    width: 100%;
    max-width: none;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    gap: clamp(28px,5vw,36px)
  }
  .block-cta__form-head {
    display: block;
    padding-right: 0;
    padding-inline: var(--layout-inline);
    box-sizing: border-box
  }
  .block-cta__form-head-top {
    gap: clamp(8px,2vw,16px)
  }
  .block-cta__form {
    max-width: none;
    width: 100%;
    padding-inline: var(--layout-inline);
    box-sizing: border-box
  }
  .block-cta__field-row {
    max-width: none;
    padding: 14px clamp(16px,4vw,22px);
    min-height: 52px;
    height: auto
  }
  .block-cta__consent {
    max-width: none;
    box-sizing: border-box
  }
  .block-cta__consent-text {
    max-width: none
  }
  .block-cta__submit {
    max-width: none
  }
}