::placeholder {
  color: #898989;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #898989;
}

::-ms-input-placeholder {
  color: #898989;
}

body,
html {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background: #fff;
}

.button {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  background-color: #fdbf00;
  vertical-align: top;
  border: 0;
}
.button img {
  display: inline-block;
  vertical-align: top;
}
.button span {
  display: inline-block;
  vertical-align: top;
  padding: 2px;
}

header {
  display: block;
  text-align: center;
  padding: 20px 10%;
  font-size: 0;
}
header a {
  vertical-align: top;
}
header a img {
  width: 350px;
  height: auto;
}
@media (max-width: 1024px) {
  header {
    padding: 20px 4%;
  }
}

footer {
  display: block;
  background-color: #222;
  text-align: center;
}
footer .line {
  display: block;
  width: 100%;
  height: 8px;
  background-color: #d8276b;
}
footer .inline-footer {
  display: block;
  padding: 40px 5%;
  font-size: 0;
}
@media (max-width: 1024px) {
  footer .inline-footer {
    padding: 40px 5%;
  }
}
footer .inline-footer .center {
  display: inline-block;
  vertical-align: top;
}
footer .inline-footer .center .head {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 20px 0;
}
footer .inline-footer .center img {
  width: 130px;
  margin-bottom: 20px;
}
footer .inline-footer .center .text-icon {
  display: block;
  padding: 5px 0;
}
footer .inline-footer .center .text-icon:hover span {
  color: #fff;
}
footer .inline-footer .center .text-icon img {
  display: none;
  width: 24px;
  height: auto;
  vertical-align: top;
  padding: 5px 10px 0 0;
}
footer .inline-footer .center .text-icon span {
  display: inline-block;
  width: calc(100% - 34px);
  vertical-align: top;
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  white-space: nowrap;
}