.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

label {
  margin-bottom: 5px;
  font-weight: bold;
  display: block;
}

.cell {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  text-decoration: none;
  display: flex;
}

.button {
  display: flex;
}

.heading {
  color: #333;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.form {
  width: auto;
  min-width: 300px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.submit-button {
  width: 100%;
  color: #fff;
  background-color: green;
  border: 1px dotted #000;
  border-radius: 6px;
}

.back-button {
  width: 100%;
  color: white;
  background-color: lightgrey;
  border: 1px dotted #000;
  border-radius: 6px;
}

.text-block {
  color: green;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  text-decoration: underline;
  display: flex;
}

.cell-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  justify-content: flex-start;
  display: flex;
}

.heading-2 {
  margin-top: 0;
  text-decoration: none;
}

.field-label {
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.field-label-2 {
  font-size: 12px;
  font-weight: 700;
}

.link-block {
  flex-direction: row;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.image-3 {
  width: auto;
  height: auto;
  max-height: 80%;
  max-width: 80%;
  object-fit: scale-down;
  overflow: visible;
}

.quick-stack {
  height: auto;
  max-height: none;
}

.body {
  height: auto;
}

@media screen and (max-width: 991px) {
  .cell {
    padding-left: 0;
  }

  .heading {
    font-size: 10px;
  }

  .heading-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .cell {
    padding-left: 0;
  }

  .form {
    min-width: 200px;
  }

  .cell-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .image {
    width: 100%;
    height: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    object-fit: fill;
    overflow: visible;
  }
}

#w-node-_5caf67cc-aa8c-8521-987e-bf0e503eb89b-358c42f1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}
