footer {
  display: none;
}

body {
  background-color: white;
}

.container.wrap {
  box-shadow: none!important;
}

button {
  background-color: rgb(13, 13, 13)!important;
}

button:hover {
  background-color: rgb(46, 46, 46)!important;
}

input[type=text], input[type=email]{
  box-shadow: none;
  border-radius: 0px;
}

a {
  color: rgb(49, 103, 144);
}

a:hover {
  color: rgb(49, 103, 144);
  text-decoration: none;
}

a.button {
  background-color: rgb(13, 13, 13)!important;
}

a.button:hover {
  background-color: rgb(46, 46, 46)!important;
}

.button.button-outline {
  border: 1px solid rgb(13, 13, 13)!important;
  color: rgb(13, 13, 13)!important;
}

.button.button-outline:hover {
  background: rgb(13, 13, 13)!important;
  color: white!important;
}