.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  background-image: linear-gradient(#012c90, #012c90);
}

.image-2, .image-2.image3 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form-block {
  margin-left: 10%;
  margin-right: 10%;
}

.section-2 {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 2.8em;
  line-height: 50px;
}

.section-4 {
  margin-left: 20%;
  margin-right: 20%;
}

.submit-button-2 {
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  font-size: 2em;
  line-height: 40px;
  display: block;
}

.text-block-2 {
  font-size: 3em;
  line-height: 50px;
}

.section-5 {
  color: #fff;
  text-align: center;
  margin-top: 3%;
  margin-left: 1%;
  margin-right: 1%;
}

.image-5 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-end {
  text-align: center;
  background-color: #ec383b;
  border: 7px solid #8d0c0c;
  border-radius: 20px;
  margin-left: 40%;
  margin-right: 40%;
  font-size: 1.6em;
  line-height: 30px;
  display: block;
}

.button-3 {
  color: #000;
  text-align: center;
  background-color: #fff;
  font-size: 1.6em;
  font-weight: 700;
  line-height: 35px;
  display: block;
}

.section-6 {
  margin-top: 3%;
  margin-left: 20%;
  margin-right: 20%;
}

.section-7 {
  margin-top: 3%;
}

.image-end {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.vouchernumber {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 2em;
}

@media screen and (max-width: 991px) {
  .image-2 {
    width: 80%;
    margin-top: -10%;
  }

  .image-2.image3 {
    width: 100%;
  }

  .section {
    margin-top: 15%;
  }

  .form-block {
    margin-top: -5%;
  }

  .field-label {
    color: #fff;
    margin-top: 10%;
    font-size: 1.6em;
    font-weight: 400;
  }

  .text-field, .text-field-2 {
    border-radius: 7px;
  }

  .field-label-3 {
    color: #fff;
    font-size: 1.6em;
    font-weight: 400;
  }

  .submit-button {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    line-height: 35px;
    display: block;
  }

  .text-field-3 {
    border-radius: 7px;
  }

  .section-2 {
    margin-top: 1%;
  }

  .grid {
    margin: 10%;
  }

  .image-3 {
    object-fit: fill;
    margin-top: -15%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    overflow: visible;
  }

  .section-3 {
    width: 70%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-4, .heading {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    margin-left: 10%;
    margin-right: 10%;
    padding-left: 0;
    padding-right: 0;
    font-size: 2em;
    line-height: 1.5em;
    display: block;
  }

  .heading-2 {
    color: #fff;
    text-align: center;
    margin-top: -46px;
    font-size: 2em;
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-size: 3em;
    line-height: 50px;
  }

  .form-block-2 {
    margin-top: 10%;
  }

  .field-label-4 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
  }

  .field-label-5 {
    color: #fff;
    margin-top: 5%;
    font-size: 18px;
    font-weight: 400;
  }

  .section-4 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .submit-button-2 {
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2.8em;
    line-height: 50px;
    display: block;
  }

  .button-end {
    background-color: #d8213c;
    border: 6px solid #8f222b;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    font-weight: 700;
    line-height: 40px;
    display: block;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .2);
  }

  .button-3 {
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 7px;
    margin-top: 5%;
    font-size: 2em;
    line-height: 25px;
  }

  .section-6 {
    margin-top: 0%;
  }

  .section-7 {
    margin-left: 40%;
    margin-right: 40%;
    display: block;
  }

  .image-end {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .vouchernumber {
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    line-height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .image-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    margin-top: 5%;
  }

  .form-block {
    margin-top: 10%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .field-label {
    color: #fff;
    margin-bottom: 2%;
    font-size: 1.5em;
    font-weight: 400;
  }

  .text-field, .text-field-2 {
    border-radius: 7px;
  }

  .field-label-3 {
    color: #fff;
    margin-bottom: 2%;
    font-size: 1.5em;
    font-weight: 400;
  }

  .submit-button {
    margin-top: 5%;
  }

  .text-field-3 {
    border-radius: 7px;
  }

  .grid {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .submit-button-2 {
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .image-2 {
    width: 80%;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-2.image3 {
    width: 100%;
  }

  .section {
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-block {
    margin-top: 5%;
  }

  .submit-button {
    font-size: 1.6em;
    line-height: 25px;
  }

  .submit-button:active {
    background-color: #38ec44;
  }

  .grid {
    margin-left: 5%;
    margin-right: 5%;
  }

  .image-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .button {
    font-size: 1.6em;
  }

  .heading-2 {
    margin-top: -10%;
    font-size: 1.8em;
  }

  .text-block {
    color: #fff;
    text-align: center;
    font-size: 2.5em;
  }

  .form-block-2 {
    margin-top: 5%;
    margin-left: 10%;
    margin-right: 10%;
  }

  .field-label-4 {
    color: #fff;
    font-weight: 400;
  }

  .field-label-5 {
    color: #fff;
    font-size: 18px;
  }

  .section-4 {
    margin-top: 10%;
  }

  .submit-button-2 {
    width: auto;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    line-height: 24px;
    display: block;
  }

  .text-block-2 {
    color: #fff;
    font-size: 2em;
    align-items: center;
  }

  .button-end {
    background-color: #ec383b;
    margin-left: auto;
    font-size: 1.5em;
  }

  .button-3 {
    color: #080808;
    background-color: #fff;
    border-radius: 11px;
    font-size: 1.6em;
    line-height: 40px;
  }

  .section-6 {
    margin-top: 5%;
  }

  .section-7 {
    margin-top: 5%;
    margin-left: 20%;
    margin-right: 20%;
  }

  .image-6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-end {
    aspect-ratio: 1 / 1;
    object-fit: scale-down;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    overflow: visible;
  }

  .section-8 {
    margin-left: 10%;
    margin-right: 10%;
  }

  .vouchernumber {
    color: #fff;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.6em;
    font-weight: 700;
  }
}

@media screen and (max-width: 991px) {
  #w-node-ef8bcdc3-a774-89d1-caae-0feb906a4674-2a27b0c7, #w-node-f349bf2c-db56-d998-508c-52c990e5fd52-2a27b0c7, #w-node-b9f6e701-8fae-e6dd-6261-59e4c54dba34-2a27b0c7, #w-node-_3f1bc0b1-a1e2-ab57-309b-93102766a479-2a27b0c7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
