.thanks {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
}

.thanks__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.thanks__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.thanks__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  margin: 0 auto;
  padding: 80px 0;
}


.thanks__data {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 480px;
}

.thanks__field {
  background: #EAEFF8;
  border: 1px solid #2F353B;
  padding: 19px 24px;
  text-align: left;
}

.thanks__btn {
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .thanks__btn {
    max-width: 100%;
  }
}

/* Design system color override */
.thanks__field {
  background: var(--background-2);
  border-color: var(--border);
}
