.landing-page {
  height: 100%;
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0056fb;
}

.logo {
  width: 400px;
}

.logo-sub {
  margin-top: 15px;
  margin-bottom: 100px;
  font-family: ClashDisplay-Medium, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1em;
  font-weight: 500;
  text-align: center;
}

.heading {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: ClashDisplay-Semibold, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 1em;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.invitation-form-block {
  width: 100%;
  max-width: 340px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.invitation-input {
  width: 100%;
  height: 40px;
  max-width: 340px;
  margin-right: auto;
  margin-bottom: 16px;
  margin-left: auto;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-shadow: 0 0 1px 2px rgba(24, 24, 28, 0.02);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #5f5f61;
  font-size: 15px;
  line-height: 40px;
  font-weight: 500;
  text-align: center;
  letter-spacing: -0.44px;
}

.invitation-input:focus {
  border-color: #4e4e4e;
}

.invitation-button {
  width: 100%;
  height: 40px;
  max-width: 210px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #000;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.invitation-button:hover {
  background-color: #110096;
}

.error-message {
  width: auto;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  background-color: #f55;
}

.success-message {
  padding: 5px;
  border-radius: 8px;
  background-color: #02aa37;
}

.text-block {
  color: #fff;
}

.tdf-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  margin-bottom: 30px;
}

.image {
  width: 400px;
  max-width: 100%;
}

@font-face {
  font-family: 'ClashDisplay-Extralight';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay-Medium';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay-Semibold';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay-Bold';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay-Regular';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ClashDisplay-Light';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}