a {
  text-decoration: none;
}

.grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.slide {
  max-width: none;
  height: auto;
  max-height: none;
}

.slider {
  background-color: #5f5a5a;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
}

.slide-2 {
  height: auto;
}

.section {
  justify-content: center;
  display: none;
}

.image {
  text-align: left;
  max-width: none;
  height: auto;
  max-height: 100vh;
  display: inline-block;
}

.container {
  height: 99.9999%;
}

.containerslide {
  justify-content: center;
  height: auto;
  display: flex;
}

.body {
  background-color: #000;
  flex-flow: column;
  display: flex;
}

.mask {
  height: auto;
}

.slider-2 {
  background-color: #000;
  height: 85vh;
}

.logo {
  z-index: 10;
  position: fixed;
  inset: 0% auto auto 0%;
}

.text-block {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  border: 1px #fff;
  margin-top: -6px;
  margin-left: 21px;
  padding-top: 0;
  font-family: Exo, sans-serif;
  font-weight: 800;
  text-decoration: none;
}

.heading {
  color: #fff;
  text-shadow: 1px 1px 6px #000;
  margin-left: 21px;
  font-family: Exo, sans-serif;
  font-weight: 800;
  line-height: 35px;
  text-decoration: none;
}

.contact {
  justify-content: center;
  align-items: flex-start;
  margin-top: 19px;
  margin-bottom: 0;
  padding-bottom: 53px;
  display: flex;
}

.container-2 {
  justify-content: center;
  display: flex;
}

.heading-2 {
  color: #b1abab;
  text-align: center;
}

.video {
  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;
  justify-content: center;
  align-items: flex-start;
  width: 800px;
  max-width: 800px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  margin-top: 0;
  margin-bottom: 60px;
}

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

.form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 500px;
  max-width: 1500px;
  display: flex;
}

.body-2 {
  background-color: #414141;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form {
  width: 100%;
}

.text-field {
  height: 200px;
  margin-bottom: 20px;
}

.field-label, .field-label-2 {
  color: #fff;
}

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

.submit-button {
  border-radius: 8px;
  font-size: 20px;
}

.heading-3 {
  color: #fff;
}

.linkcontact {
  color: #ffe100;
  text-align: center;
  font-size: 25px;
  text-decoration: underline;
}

.text-field-2, .text-field-3, .text-field-4 {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .video {
    width: 95%;
  }

  .heading-3 {
    margin-top: 185px;
  }
}

@media screen and (max-width: 479px) {
  .grid {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .heading {
    font-size: 30px;
    line-height: 25px;
  }

  .video {
    width: 100%;
  }

  .form-block {
    width: 90%;
    max-width: none;
  }

  .body-2 {
    background-color: #141a2e;
    flex-flow: column;
  }

  .submit-button {
    text-align: right;
    vertical-align: baseline;
    border-radius: 7px;
    font-size: 20px;
    display: block;
  }

  .heading-3 {
    color: #fff;
  }

  .video-2 {
    width: 100%;
  }
}
