:root {
  --chocolate: #c50;
  --white: white;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

a {
  text-decoration: none;
}

.heading {
  color: #707070;
  margin-top: 0;
  font-family: eurostile, sans-serif;
  font-weight: 500;
  text-decoration: none;
  position: sticky;
}

.text-span {
  color: var(--chocolate);
}

.paragraph {
  font-family: Manrope, sans-serif;
  font-size: 17px;
  line-height: 33px;
}

.column {
  background-image: url('../images/Artwork-1.jpg');
  background-position: 0 0;
  background-size: auto;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #fff;
  width: 50%;
  margin: 8px 25px;
  font-family: eurostile, sans-serif;
}

.text-field.full {
  width: 100%;
  font-family: eurostile, sans-serif;
}

.text-field.full.div {
  width: 95%;
  margin-left: 0;
}

.div-block {
  display: flex;
}

.div-block.padding {
  flex-direction: column;
  margin-left: 25px;
}

.select-field {
  color: #fff;
  background-color: #2e4859;
  background-image: url('../images/Artwork-1.jpg');
  background-position: 0 0;
  background-size: auto;
  margin-top: 21px;
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 12px;
}

.columns {
  padding-left: 25px;
  padding-right: 25px;
}

.field-label {
  color: #fff;
  background-color: #0000;
  padding-top: 23px;
  padding-bottom: 8px;
  font-family: eurostile, sans-serif;
  font-size: 17px;
  font-weight: 400;
}

.checkbox-label {
  color: #fff;
  font-family: eurostile, sans-serif;
  font-size: 17px;
}

.div-block-2 {
  flex-flow: wrap;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.checkbox-field {
  margin-right: 30px;
}

.div-block-3 {
  margin-left: 25px;
  margin-right: 25px;
}

.textarea {
  border: 2px solid var(--white);
  color: #fff;
  background-color: #0000;
  font-family: Manrope, sans-serif;
}

.submit-button {
  border: 1px solid var(--white);
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #0000;
  margin-top: 25px;
  margin-left: 25px;
  padding-left: 53px;
  padding-right: 53px;
  font-family: eurostile, sans-serif;
  font-size: 16px;
}

.submit-button:hover {
  background-color: var(--white);
  color: #3e515f;
}

.image {
  margin-top: 35px;
}

.column-2 {
  padding-left: 20px;
  position: sticky;
}

.checkbox-field-2 {
  margin-top: 12px;
}

.div-block-4 {
  flex-direction: column;
  align-items: flex-start;
  width: 30vw;
  padding-top: 120px;
  padding-bottom: 10px;
  display: flex;
}

.form-block {
  width: 100%;
  margin-top: 214px;
}

.radio-button-field {
  margin-right: 16px;
}

.grid {
  grid-template-areas: ". Area"
                       ". Area"
                       ". Area";
  width: 100%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block {
  margin-top: -17px;
  font-family: Manrope, sans-serif;
  font-size: 13px;
}

.version {
  color: #ececec;
  margin-bottom: 20px;
  margin-left: 20px;
  font-family: Manrope, sans-serif;
  font-weight: 400;
  position: fixed;
  bottom: 0;
  left: 0;
}

.success-message {
  background-image: linear-gradient(104deg, black, var(--chocolate) 0%, #0b0822 80%);
  color: var(--white);
  border-radius: 20px;
  margin-top: 35px;
}

.form {
  justify-content: center;
  align-items: center;
}

.error-message {
  background-color: #ff8181;
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .grid {
    grid-auto-flow: row;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
    position: static;
  }

  .paragraph {
    text-align: center;
  }

  .text-field {
    width: 100%;
  }

  .div-block {
    flex-direction: column;
    align-items: center;
  }

  .column-2 {
    flex-direction: column;
    align-items: center;
    padding-left: 10px;
    display: flex;
  }

  .div-block-4 {
    width: 100vw;
    margin-top: 25px;
    position: static;
  }

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

@media screen and (max-width: 479px) {
  .column-2 {
    padding-left: 20px;
  }

  .div-block-4 {
    padding-right: 5px;
  }
}

#w-node-_185cda6c-863a-35df-57c8-31a53adf6f42-e5199773 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53b71e54-6852-30bd-fd8c-cf2a26208f06-e5199773 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_1f0c8c55-24fb-e104-b28d-b3770537c32d-e5199773, #w-node-_77d9c364-4c65-b1c0-b53c-0324e28412c7-e5199773, #w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d50-57164ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d56-57164ed5 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d6b-57164ed5, #w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d71-57164ed5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_185cda6c-863a-35df-57c8-31a53adf6f42-e5199773, #w-node-_53b71e54-6852-30bd-fd8c-cf2a26208f06-e5199773, #w-node-_1f0c8c55-24fb-e104-b28d-b3770537c32d-e5199773, #w-node-_77d9c364-4c65-b1c0-b53c-0324e28412c7-e5199773, #w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d50-57164ed5, #w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d56-57164ed5, #w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d6b-57164ed5, #w-node-_6ed26a96-ca78-a89c-cdb9-9ad9821d1d71-57164ed5 {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_185cda6c-863a-35df-57c8-31a53adf6f42-e5199773, #w-node-_53b71e54-6852-30bd-fd8c-cf2a26208f06-e5199773, #w-node-_1f0c8c55-24fb-e104-b28d-b3770537c32d-e5199773, #w-node-_77d9c364-4c65-b1c0-b53c-0324e28412c7-e5199773 {
    justify-self: center;
  }
}


