#support h1,
#support h2,
#support h3,
#support h4,
#support h5,
#support h6,
#support a,
#support p,
#support li,
#support input,
#support textarea,
#support span,
#support div {
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

#support {
  display: block;
  position: absolute;
  z-index: 99999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
}

.support-container {
  height: 100vh;
  text-align: center;
}

.support-container .row {
  height: 100vh;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.support-container .col {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 1024px) {
  .support-container h3 {
    margin-bottom: 20px;
    font-size: 2.375rem;
    line-height: 3rem;
    -webkit-letter-spacing: -0.03125rem;
    -moz-letter-spacing: -0.03125rem;
    -ms-letter-spacing: -0.03125rem;
    letter-spacing: -0.03125rem;
  }
  .support-container h2 {
    margin-bottom: 20px;
    font-size: 4.375rem;
    line-height: 5rem;
    -webkit-letter-spacing: -0.03125rem;
    -moz-letter-spacing: -0.03125rem;
    -ms-letter-spacing: -0.03125rem;
    letter-spacing: -0.03125rem;
  }
}

@media (min-width: 600px) {
  .support-container h3 {
    font-size: 1.375rem;
    line-height: 1.75rem;
    color: #202124;
    margin-top: 15px;
    margin: 10px 0;
  }
  .support-container h2 {
    font-size: 2.375rem;
    line-height: 2.75rem;
    color: #202124;
    margin-top: 15px;
    margin: 10px 0;
  }
}

.support-container p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.support-container a.button {
  color: #ffffff;
  background-color: #1976d2;
  border-color: #1976d2;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  line-height: 29px;
  padding: 0 25px;
  font-size: 14px;
  border-radius: 4px;
  height: 36px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -ms-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035);
  outline: 0;
}

.support-container a.button span {
  pointer-events: none;
}
