@font-face {
  font-family: Outfit Variablefont Wght;
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

body {
  color: #656565;
  font-family: Outfit Variablefont Wght, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.kdnr-iframe-form {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #ef6d57;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  padding-left: 26px;
  padding-right: 26px;
  transition: background-color .2s;
}

.submit-button:hover {
  background-color: #ec8f81;
}

.text-field {
  border-radius: .5rem;
  width: 240px;
}

.field-label {
  font-weight: 400;
}

.recaptcha-container {
  margin-bottom: 30px;
}

.div-block {
  flex: 1;
}

.thx-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 479px) {
  .kdnr-iframe-form {
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Outfit Variablefont Wght';
  src: url('../fonts/Outfit-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}