body {
  color: #000;
  letter-spacing: .5px;
  background-color: #fff;
  font-family: forma-djr-display, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.warrenty__form__checkbox {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 0;
  width: 18px;
  height: 18px;
  margin-top: -5px;
  margin-left: 5px;
  padding: 8px 12px;
  font-size: 12px;
  display: block;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.warranty__block {
  box-shadow: none;
  background-color: #fff;
  border-radius: 3px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.form__block__card {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.heading-container {
  margin-left: 0;
  margin-right: auto;
}

.heading-container.center {
  margin-right: 0;
}

.heading-small {
  color: #000;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: forma-djr-display, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
}

.warranty__form__block {
  width: 100%;
  padding: 0;
}

.inline__link {
  color: inherit;
  font-weight: 700;
  line-height: 13px;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: block;
}

.inline__link:hover {
  letter-spacing: .3px;
  text-decoration: underline;
}

.line__form__block {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.warranty__form__field {
  width: 100%;
  margin-bottom: 25px;
  padding: 0;
}

.warranty__form__file {
  box-shadow: none;
  color: #000;
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid #000;
  border-radius: 0;
  flex-flow: row;
  align-items: center;
  width: 100%;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
}

.warranty__form {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.spacer__line {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.button-1 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  margin-top: 25px;
  padding: 10px 25px;
  font-size: 10px;
  font-weight: 300;
  line-height: 13px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 3px #00000026;
}

.button-1:hover {
  color: #fff;
  background-color: #000;
}

.button-1.warranty__form__button {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  width: 100%;
  min-width: auto;
  height: 50px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition: all .15s;
}

.button-1.warranty__form__button:hover {
  background-color: #ed1c29;
}

.button-1.inline-button {
  box-shadow: none;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: auto;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 12.5px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.button-1.inline-button:hover {
  background-color: #ed1c29;
}

.button-1.inline-button-set {
  box-shadow: none;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 0;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12.5px;
  padding: 12.5px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.button-1.inline-button-set:hover {
  color: #fff;
  background-color: #000;
}

.collection__option__wrapper {
  display: none;
}

.warrenty__rich__text {
  font-size: 16px;
  line-height: 32px;
}

.warranty__form__input {
  box-shadow: none;
  color: #000;
  text-align: left;
  text-transform: none;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.warranty__form__input.textarea {
  text-transform: none;
  resize: vertical;
  min-width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100px;
  max-height: 200px;
  padding-left: 6px;
  padding-right: 6px;
}

.warranty__form__input.prefill {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

.warranty__form__styles {
  display: none;
}

.warranty__form__select {
  box-shadow: none;
  color: #000;
  text-align: left;
  text-transform: none;
  border: 1px solid #000;
  border-radius: 0;
  width: 100%;
  height: 40px;
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  display: block;
}

.warranty__form__label {
  text-transform: none;
  flex: 1;
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}

.warranty__form__label.bold {
  margin-bottom: 5px;
  font-weight: 700;
}

.warrenty__form__checkbox__field {
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
  font-size: 12px;
  display: flex;
}

.section {
  z-index: 50;
  border: 1px #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 75px;
  display: flex;
  position: relative;
}

.paragraph {
  margin-top: 20px;
  font-weight: 400;
}

.form__logo {
  cursor: pointer;
  background-image: url('../images/joinery_products-logo_stack-red.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 150px;
  height: 100px;
}

.form__header {
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 400px;
  padding: 25px;
  display: flex;
}

.styles {
  display: none;
}

.form__banner {
  background-color: #ed1c29;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 60%;
  height: 200px;
  margin-top: -100px;
  padding: 25px;
  display: flex;
}

.m-heading {
  font-size: 50px;
  line-height: 60px;
}

.inline {
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
}

.sending__backdrop {
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background-color: #000000d1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: ease;
  display: flex;
  position: fixed;
  inset: 0%;
}

.sending__backdrop.sending__active {
  opacity: 100;
  visibility: visible;
}

.sending__styles {
  display: none;
}

.sending {
  border: 5px solid #ffffffa6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  position: relative;
}

.warranty__sending__text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 50px;
  display: flex;
  position: relative;
}

.sending__text {
  opacity: 0;
  color: #fff;
  text-align: left;
  letter-spacing: .25px;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 41px;
  transition: opacity .5s;
  display: flex;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .line__form__block {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .warranty__form__file {
    font-size: 16px;
    line-height: 24px;
  }

  .button-1 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .button-1.warranty__form__button, .button-1.inline-button, .button-1.inline-button-set {
    font-size: 16px;
  }

  .warranty__form__input, .warranty__form__select {
    font-size: 16px;
    line-height: 24px;
  }

  .warranty__form__label {
    font-size: 16px;
    line-height: 20px;
  }

  .section {
    padding: 50px;
  }

  .form__header {
    height: 350px;
  }

  .m-heading {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .warranty__block {
    flex-direction: column;
  }

  .form__block__card {
    width: 100%;
    height: auto;
  }

  .heading-container {
    width: 100%;
  }

  .heading-small {
    font-size: 24px;
    line-height: 29px;
  }

  .button-1 {
    margin-top: 25px;
  }

  .warrenty__rich__text {
    font-size: 14px;
    line-height: 25px;
  }

  .section {
    padding: 30px;
  }

  .form__header {
    height: 300px;
  }

  .form__banner {
    width: 75%;
  }

  .m-heading {
    font-size: 30px;
    line-height: 40px;
  }

  .sending__text {
    font-size: 13px;
    line-height: 34px;
  }
}

@media screen and (max-width: 479px) {
  .warrenty__form__checkbox {
    width: 15px;
    height: 15px;
    margin-top: -10px;
    margin-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .heading-small {
    font-size: 15px;
    line-height: 20px;
  }

  .inline__link {
    display: block;
  }

  .warranty__form__file {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .button-1 {
    min-width: 150px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 9px;
  }

  .button-1.warranty__form__button, .button-1.inline-button, .button-1.inline-button-set {
    font-size: 14px;
  }

  .warrenty__rich__text {
    margin-top: 10px;
  }

  .warranty__form__input, .warranty__form__select {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 22px;
  }

  .warranty__form__label {
    font-size: 14px;
  }

  .warrenty__form__checkbox__field {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
    line-height: 10px;
  }

  .section {
    padding: 25px;
  }

  .form__header {
    height: 250px;
  }

  .form__banner {
    width: calc(100% - 30px);
    height: 125px;
    margin-top: -75px;
  }

  .m-heading {
    font-size: 25px;
    line-height: 30px;
  }
}


