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

.body {
  background-color: #000;
  font-family: 'DM Sans', sans-serif;
  color: #fff;
}

.navbar {
  border-bottom: 0.5px solid #fff;
  background-color: #000;
  color: #fff;
}

.nav-menu {
  color: #fff;
}

.nav-link {
  color: #fff;
  font-size: 16px;
}

.image {
  padding-top: 16px;
}

.container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.grid {
  margin-top: 40px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading {
  margin-top: 0px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
}

.link {
  padding-left: 0px;
  color: #ff8c8c;
  text-decoration: none;
}

.text-block {
  font-family: 'DM Sans', sans-serif;
  color: #ff8c8c;
  font-size: 16px;
  text-decoration: none;
}

.link-block {
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff8c8c;
  border-radius: 20px;
  text-decoration: none;
}

.div-block {
  padding-top: 40px;
}

.div-block-2 {
  padding-top: 40px;
}

.link-block-2 {
  margin-right: 5px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.text-block-2 {
  font-family: 'DM Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.grid-2 {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-2 {
  max-width: 100%;
  margin-right: 40px;
}

.container-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff8c8c;
}

.grid-3 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
}

.div-block-4 {
  padding-top: 0px;
  padding-right: 60px;
  padding-left: 60px;
}

.text-block-3 {
  color: #000;
  font-size: 21px;
  line-height: 110%;
  font-weight: 400;
}

.text-field {
  border-style: none solid solid none;
  border-color: #000;
  border-right-width: 0px;
  border-bottom-width: 1px;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.text-field::-webkit-input-placeholder {
  background-color: transparent;
  color: #000;
}

.text-field:-ms-input-placeholder {
  background-color: transparent;
  color: #000;
}

.text-field::-ms-input-placeholder {
  background-color: transparent;
  color: #000;
}

.text-field::placeholder {
  background-color: transparent;
  color: #000;
}

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

.submit-button {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.container-4 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-4 {
  color: #000;
  text-align: center;
}

.success-message {
  border: 1px solid #000;
  background-color: transparent;
  text-align: center;
}

.text-block-5 {
  color: #000;
}

.error-message {
  border: 1px solid #000;
  background-color: transparent;
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1180px;
  }

  .link-block {
    margin-right: 15px;
  }

  .link-block-2 {
    margin-right: 15px;
  }

  .container-2 {
    max-width: 1180px;
  }

  .container-3 {
    max-width: 1180px;
  }

  .div-block-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field {
    margin-top: 21px;
  }

  .submit-button {
    margin-top: 21px;
  }

  .container-4 {
    max-width: 1180px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    color: #000;
  }

  .nav-link {
    color: #000;
  }

  .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-3 {
    font-size: 16px;
  }

  .menu-button.w--open {
    background-color: #1b1b1b;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #000;
  }

  .nav-link {
    background-color: #fff;
  }

  .container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-button {
    background-color: #000;
  }

  .menu-button.w--open {
    background-color: #3f3f3f;
  }
}

@media screen and (max-width: 479px) {
  .heading {
    font-size: 25px;
    line-height: 100%;
  }

  .link-block {
    margin-bottom: 10px;
  }

  .link-block-2 {
    margin-bottom: 10px;
  }

  .div-block-3 {
    height: 50vh;
  }

  .grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .heading-2 {
    font-size: 25px;
  }

  .div-block-5 {
    padding-top: 20px;
  }

  .image-3 {
    padding-top: 35px;
  }
}

#w-node-_70c54745-ed6c-283b-f838-a347852e744b-e21efcf9 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_50bf9499-cce5-59a2-382e-03aa511444cd-e21efcf9 {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a1e1014b-87be-68dc-2508-ab47472da46a-e21efcf9 {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (min-width: 1280px) {
  #w-node-_880f5be3-c910-96ec-1892-c11636d27726-e21efcf9 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

