#locations .container .loc:last-of-type {
  border-top: 10px solid #eaeaea;
  padding-top: 54px;
  margin-top: 70px;
}

#locations .box {
  background: #fafafa;
  padding: 43px 33px 32px 26px;
  margin-top: 76px;
}

#locations .box-inner {
  display: flex;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 2px solid #666666;
}

#form_2 form p:nth-child(n + 6),
#form form p:nth-child(n + 6) {
  grid-column: -1 / 1;
}

#support .inner p:last-child {
  border-top: 1px solid #eaeaea;
  margin-bottom: 0;
  padding-top: 22px;
  width: fit-content;
}
#hero {
  display: none;
}
#choice .title {
  font-weight: 400;
  letter-spacing: 3px;
}
.choice-box .title,
#locations .title,
#locations .container .loc:last-of-type .title {
  font-weight: 350;
  letter-spacing: 3px;
}
#locations .text-title,
#locations .box .title {
  text-transform: uppercase;
  letter-spacing: 3px;
}
#locations > div > div:nth-child(3) {
  display: none;
}
#locations .box {
  background: transparent;
  padding: 43px 0 60px 0;
}
#locations .box::before {
  content: "";
  width: 100%;
  height: 265px;
  background-color: #f8f6f6;
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -4em;
}
.choice-box .inner {
  background-color: #f8f6f6;
  border: 1px solid #eaeaea;
}
#locations .box .title {
  font-weight: 400;
}
#locations .inner {
  gap: 33px 25px;
}
#locations .box-inner {
  justify-content: flex-start;
  gap: 10em;
}
.form-fields-update {
  display: block !important;
}

#wpcf7-f25864-o1 > form > p:nth-child(8) {
  display: none;
}
#wpcf7-f25864-o1
  > form
  > div:nth-child(8)
  > div
  > p:nth-child(2)
  > label
  > span
  > span
  > span
  > label
  > span {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 3px;
  text-wrap-mode: nowrap;
  padding-top: 3px;
}
#wpcf7-f25864-o1
  > form
  > div:nth-child(8)
  > div
  > p:nth-child(2)
  > label
  > span
  > span
  > span
  > label {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
}
#wpcf7-f25864-o1 > form > div:nth-child(8) {
  grid-column: -1 / 1;
}
#wpcf7-f25864-o1
  > form
  > div:nth-child(8)
  > div
  > p:nth-child(2)
  > label
  > span
  > span
  > span
  > label
  > input[type="checkbox"] {
  margin-right: 8px;
}
@media screen and (max-width: 992px) {
  #locations .box-inner {
    justify-content: space-between;
    gap: unset;
  }
}

@media screen and (max-width: 768px) {
  #locations .box::before {
    height: 382px;
  }
  #wpcf7-f25864-o1
    > form
    > div:nth-child(8)
    > div
    > p:nth-child(2)
    > label
    > span
    > span
    > span
    > label
    > span {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0;
    text-wrap-mode: wrap;
    padding-top: 13px;
    line-height: 12px;
    padding-left: 7px;
  }
}

@media screen and (max-width: 567px) {
  #form_2 form,
  #form form {
    grid-template-columns: auto;
  }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 360px) {
}
