:root {
  --saddle-brown: #4b331e;
}

.cover-background {
  z-index: -1;
  object-fit: fill;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 105vh;
  max-height: none;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0;
}

.cover {
  z-index: 1;
  color: #fff;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  height: 90vh;
  max-height: 1000px;
  margin-top: 20px;
  padding: 0 100px;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  position: absolute;
}

.cover-information {
  text-shadow: 1px 2px 6px #000;
  flex-direction: column;
  align-items: center;
  width: 50%;
  margin-right: 5%;
  display: flex;
}

.body {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Droid Serif, sans-serif;
  display: flex;
}

.image {
  width: 350px;
  margin-bottom: 15px;
}

.heading {
  text-shadow: 1px 2px 6px #000;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 120%;
}

.annotation {
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14px;
}

.buttons-wrapper {
  text-shadow: none;
  margin-top: 25px;
  display: flex;
}

.button {
  color: #303030;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(188deg, #d9b576, #aa7f33);
  border: 2px solid #926b27;
  border-bottom-width: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.button:hover {
  background-image: linear-gradient(184deg, #cc9a42, #8a5e12);
}

.button._2 {
  width: 240px;
}

.image-2 {
  width: 360px;
  margin-bottom: 20px;
}

.image-3 {
  width: 36vw;
  margin-bottom: 10px;
}

.form {
  color: #fff;
  text-align: center;
  background-image: url('../images/texture.png');
  background-position: 0 0;
  background-size: auto;
  border-top: 4px solid #a8864f;
  border-bottom: 4px solid #a8864f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -12vh;
  padding: 80px 0;
  font-size: 19px;
  line-height: 150%;
  display: flex;
  position: relative;
}

.image-4 {
  width: 105px;
  margin-bottom: 10px;
}

.heading-2 {
  margin-bottom: 15px;
  font-size: 28px;
}

.paragraph {
  max-width: 450px;
}

.form-block {
  text-align: left;
  width: 100%;
  max-width: 500px;
  margin-top: 30px;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.text-field {
  color: #fff;
  background-color: #444;
  border: 2px solid #a9864f;
  height: 44px;
  margin-bottom: 30px;
  font-style: normal;
}

.text-field:active {
  color: #fff;
}

.text-field:focus {
  color: #fff;
  font-style: normal;
}

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

.field-label {
  margin-bottom: 3px;
}

.div-block {
  justify-content: center;
  display: flex;
}

.button-wrapper {
  text-align: left;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.background {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/bkg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 80vh;
  max-height: 1000px;
  margin-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.footer {
  z-index: 1;
  color: var(--saddle-brown);
  text-align: center;
  background-image: url('../images/texture2.png');
  background-position: 0 0;
  background-size: cover;
  border-top: 4px solid #a9864f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 80vh;
  padding-top: 50px;
  padding-bottom: 20px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: static;
  bottom: 0;
}

.footer._2 {
  margin-top: 0;
}

.image-5 {
  height: 45px;
  margin-left: 5px;
  margin-right: 5px;
}

.image-6 {
  border-radius: 50%;
  width: 30px;
  margin-left: 0;
  margin-right: 0;
}

.footer-wrapper {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  margin-left: 5px;
}

.link {
  color: #4b331e;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.link:hover {
  text-decoration: underline;
}

.link._2 {
  margin: 0;
  font-weight: 700;
}

.paragraph-2 {
  color: rgba(75, 51, 30, .8);
  font-size: 14px;
}

.body-background {
  z-index: -1;
  object-fit: fill;
  background-image: url('../images/bkg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 105vh;
  max-height: 1000px;
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
}

.image-7 {
  position: relative;
  bottom: 0;
}

.image-8 {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.image-8.mobile {
  display: block;
}

.image-9 {
  opacity: 0;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
}

.body-2 {
  color: var(--saddle-brown);
  text-align: left;
  background-image: linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), url('../images/texture2.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  flex-direction: column;
  align-items: center;
  padding-top: 40px;
  font-family: Droid Serif, sans-serif;
  font-size: 16px;
  line-height: 150%;
  display: flex;
}

.paragraph-3 {
  width: 660px;
  margin-bottom: 70px;
}

.text-span {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 700;
  display: block;
}

.image-10 {
  width: 180px;
}

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

.image-11 {
  margin-left: 0;
  margin-right: 0;
}

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

.text-span-2 {
  font-style: italic;
  font-weight: 700;
}

.link-2 {
  color: var(--saddle-brown);
  font-weight: 700;
  text-decoration: none;
}

.link-2:hover {
  text-decoration: underline;
}

.link-2._2 {
  color: #a9864f;
  font-weight: 400;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-top: 50px;
  font-family: Droid Serif, sans-serif;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 50%;
  display: flex;
}

.text-block {
  margin-bottom: 30px;
}

.heading-3 {
  margin-bottom: 0;
}

.body-3 {
  color: #cfaa67;
  background-image: url('../images/texture.png');
  background-position: 0 0;
  background-size: auto;
}

.image-12 {
  width: 200px;
}

.image-13 {
  width: 170px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.paragraph-5 {
  font-size: 16px;
  line-height: 150%;
}

.submitrequest {
  color: #303030;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(188deg, #d9b576, #aa7f33);
  border: 2px solid #926b27;
  border-bottom-width: 3px;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 46px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.submitrequest:hover {
  background-image: linear-gradient(184deg, #cc9a42, #8a5e12);
}

.submitrequest._2 {
  width: 240px;
}

.button-copy {
  color: #303030;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(188deg, #d9b576, #aa7f33);
  border: 2px solid #926b27;
  border-bottom-width: 3px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  margin-left: 4px;
  margin-right: 4px;
  padding-top: 4px;
  padding-bottom: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
}

.button-copy:hover {
  background-image: linear-gradient(184deg, #cc9a42, #8a5e12);
}

.button-copy._2 {
  width: 240px;
}

@media screen and (max-width: 991px) {
  .cover {
    padding-left: 80px;
    padding-right: 80px;
  }

  .cover-information {
    width: 70%;
    margin-right: 0%;
  }
}

@media screen and (max-width: 767px) {
  .cover {
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cover-information {
    width: 100%;
    font-size: 16px;
  }

  .heading {
    font-size: 22px;
  }

  .annotation {
    font-size: 12px;
  }

  .buttons-wrapper {
    flex-direction: row;
    margin-top: 10px;
  }

  .button {
    height: 42px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
  }

  .image-3 {
    width: 200px;
    margin-bottom: 20px;
  }

  .form {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
    font-size: 16px;
  }

  .heading-2 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .form-block {
    margin-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-5 {
    height: 40px;
  }

  .footer-wrapper._2 {
    flex-direction: column;
    display: flex;
  }

  .image-8 {
    display: block;
  }

  .image-8.mobile {
    display: none;
  }

  .paragraph-3 {
    width: 100%;
    max-width: 660px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .submitrequest, .button-copy {
    height: 42px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .cover-background {
    height: 100vh;
  }

  .cover {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cover-information {
    font-size: 16px;
    line-height: 150%;
  }

  .heading {
    margin-bottom: 15px;
    font-size: 22px;
  }

  .annotation {
    font-size: 12px;
  }

  .buttons-wrapper {
    flex-direction: column;
    margin-top: 10px;
  }

  .button {
    height: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .image-3 {
    width: 180px;
    margin-bottom: 25px;
  }

  .form {
    margin-top: 10vh;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .heading-2 {
    line-height: 140%;
  }

  .form-block {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .field-label {
    margin-bottom: 0;
    font-size: 12px;
  }

  .button-wrapper {
    margin-top: 30px;
  }

  .footer._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-5 {
    height: 40px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .link {
    font-size: 14px;
  }

  .image-8.mobile {
    object-position: 50% 100%;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    margin-bottom: 0;
    line-height: 120%;
  }

  .submitrequest {
    width: 100%;
    height: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .button-copy {
    height: 40px;
    margin-top: 3px;
    margin-bottom: 3px;
  }
}


@font-face {
  font-family: 'Droid Serif';
  src: url('../fonts/DroidSerif-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Droid Serif';
  src: url('../fonts/DroidSerif-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Droid Serif';
  src: url('../fonts/DroidSerif-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Droid Serif';
  src: url('../fonts/DroidSerif-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}