footer {
  display: grid;
  justify-items: center;
  flex-direction: column;
  width: 100%;
  margin: 250px 0 0 0;
  color: white;
  background: linear-gradient(
    #FAE4CF,
    #FAE4CF 870px,
    #1D1D1D 870px,
    #1D1D1D
  );
}
#FAQ {
  background-color: #F68012;
  width: 80%;
  padding: 30px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  top: -250px;
  max-width: 600px;
}
#FAQ > h2 {
  padding: 10px 0 10px 40px;
}
#FAQ > button {
  cursor: pointer;
  display: flex;
  background-color: #F68012;
  border: solid 2px #F68012;
  width: 95%;
  display: flex;
  align-items: center;
  margin: 5px 0;
}
#faq-btn1-1, #faq-btn2-1, #faq-btn3-1, #faq-btn4-1, #faq-btn5-1 {
  height: 0;
  padding: 0;
  transform: scaleY(0);
  transition: all 0.2s;
}
#faq-q1, #faq-q2, #faq-q3, #faq-q4, #faq-q5, #faq-a1, #faq-a2, #faq-a3, #faq-a4, #faq-a5 {
  padding: 0 0 0 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: white;
  max-width: 75%;
}
.faq-btn {
  height: 40px;
  width: 40px;
  border: none;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 20px;
  color: white;
  font-size: 33px;
  font-weight: 100;
  cursor: pointer;
}
#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: 200px;
}
#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: 130px;
  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: -40px;
}
#news-sub {
  display: none;
}
.consent-copy {
  font-size: 14px;
}
@media screen and (min-width: 457px) {
  footer {
    background: linear-gradient(
      #FAE4CF,
      #FAE4CF 870px,
      #1D1D1D 870px,
      #1D1D1D
    );
  }
}
@media screen and (min-width: 1100px) {
  footer {
    background: linear-gradient(
      #FAE4CF,
      #FAE4CF 680px,
      #1D1D1D 680px,
      #1D1D1D
    );
  }
  #FAQ {
    max-width: 100%;
  }
  #FAR {
    max-width: 100%;
  }
  #faq-q1, #faq-q2, #faq-q3, #faq-q4, #faq-q5, #faq-a1, #faq-a2, #faq-a3, #faq-a4, #faq-a5 {
    padding: 15px 0 15px 50px;
  }
  .faq-btn {
    margin: 0 0 0 30px;
  }
  .form-label {
    border-radius: 35px;
    font-size: 20px;
  }
  form > div > button {
    height: 50px;
  }
  #FAR > h2 {
    font-size: 40px;
  }
  #FAR > form {
    width: 100%;
    max-width: 1100px;
  }
  #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: 90px;
  }
  #div12 {
    position: relative;
    bottom: 50px;
    margin: 0 20px;
  }
  #div13 > img {
    height: 80px;
    top: -120px;
  }
  #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;
  }
}