footer {
  display: grid;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  margin: 250px 0 0 0;
  color: white;
  background: #1D1D1D;
}
#FAR {
  background-color: #1D1D1D;
  width: 80vw;
  padding: 30px 20px;
  border-radius: 20px;
  display: grid;
  justify-items: center;
  grid-template-columns: 1fr;
  position: relative;
  top: -200px;
  box-shadow: 0 0 10px #1D1D1D;
  max-width: 600px;
  scroll-margin-block-start: 400px;
}
#FAR > h2 {
  color: #F68012;
}
#FAR > form {
  display: flex;
  flex-direction: column;
  margin: 30px 0;
  color: white;
  width: 70vw;
  max-width: 500px;
}
#FAR > form > div {
  display: grid;
}
form > div > input, form > div > select {
  border: #F68012 2px solid;
  border-radius: 22px;
  height: 40px;
  background-color: #1D1D1D;
  color: white;
  padding: 0 0 0 15px;
  box-shadow: 0 0 5px #F68012;
  cursor: pointer;
  margin: 0 0 20px;
}
label {
  margin: 0 0 5px 0;
}
form > div > input {
  cursor: pointer;
  color: white;
}
form > div > button {
  border: #F68012 2px solid;
  border-radius: 22px;
  height: 40px;
  background-color: #F68012;
  margin: 20px 0 0 0;
  color: white;
  box-shadow: 0 0 5px #F68012;
  cursor: pointer;
  transition: all 0.3s;
}
form > div > button:hover {
  background-color: #1D1D1D;
  color: #F68012;
}
#bot {
  display: grid;
  justify-items: center;
}
#bot > span {
  height: 3px;
  width: 60vw;
  background-color: #F68012;
  position: relative;
  bottom: 195px;
  max-width: 500px;
}
#bot1 > div > a > button {
  border: #F68012 2px solid;
  border-radius: 27px;
  height: 45px;
  background-color: #F68012;
  color: white;
  box-shadow: 0 0 5px #F68012;
  padding: 0 20px 0 20px;
  font-size: 17px;
  font-weight: 600;
  position: relative;
  bottom: 110px;
  cursor: pointer;
  box-shadow: 0 0 5px #F68012;
  transition: all 0.3s;
}
#bot1 > div > a > button:hover {
  background-color: #1D1D1D;
  color: #F68012;
}
#bot1 > div > a {
  color: white;
  font-size: 17px;
  position: relative;
  transition: all 0.3s;
}
#bot1 > div > a:hover {
  color: #F68012;
}
#div11 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#div11 > a, #div12 > a, #div12 > p {
  margin: 0 0 10px 0;
}
#div12 {
  flex-direction: column;
  text-align: center;
}
#div11, #div13, #bot-social, #div12 {
  display: flex;
  justify-content: center;
}
.move51 {
  bottom: 95px;
}
.move52 {
  bottom: 85px;
}
.move53 {
  bottom: 75px;
}
.move54 {
  bottom: 65px;
}
.move55 {
  bottom: 55px;
}
.move56 {
  bottom: 45px;
}
#bot-social {
  display: flex;
  position: relative;
  flex-direction: row;
  bottom: 20px;
}
#bot-social > a > img {
  height: 50px;
  margin: 0 5px 0 0;
}
#bot1 > div > a > img {
  height: 50px;
}
#bot1 > div > a, #bot > div > p {
  text-align: center;
}
#div13 > img {
  height: 50px;
  position: relative;
  top: -30px;
}
#news-sub {
  display: none;
}
.consent-copy {
  font-size: 14px;
}
@media screen and (min-width: 1100px) {
  #FAQ {
    max-width: 1000px;
  }
  #FAR {
    max-width: 1000px;
  }
  #FAR > form {
    width: 80%;
    max-width: 900px;
  }
  #FAR > form > div {
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }
  .form-label {
    grid-column-start: span 2;
  }
  #bot {
    width: 80%;
    max-width: 1400px;
  }
  #bot1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
  #div11 {
    grid-row-start: span 3;
  }
  #bot-social {
    bottom: 70px;
  }
  #div12 {
    position: relative;
    bottom: 50px;
    margin: 0 20px;
  }
  #div13 > img {
    height: 80px;
    top: -90px;
  }
  #news-sub {
    grid-row-start: span 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    bottom: 80px;
  }
  #news-sub > h3 {
    margin: 20px 0;
  }
  #news-sub button {
    border: #F68012 2px solid;
    border-radius: 27px;
    height: 45px;
    background-color: #F68012;
    color: white;
    box-shadow: 0 0 5px #F68012;
    padding: 0 20px 0 20px;
    font-size: 17px;
    font-weight: 600;
    position: relative;
    left: 33%;
    cursor: pointer;
    box-shadow: 0 0 5px #F68012;
    transition: all 0.3s;
  }
  #news-sub button:hover {
    background-color: #1D1D1D;
    color: #F68012;
  }
  #news-sub > p {
    margin: 20px 0;
  }
}