html,
body {
  background-color: #fff;
  margin: 0;
  color: #333333;
}

.pt-sans-regular {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans-bold {
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-sans caption-regular {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pt-sans caption-bold {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.header {
  height: 120px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
.content {
  margin-top: 56px;
  margin-bottom: 56px;
}
.footer {
  height: 80px;
  background-color: #000000;
}

h1 {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 40px;
  letter-spacing: -1px;
  line-height: 52px;
  margin-block-end: 16px;
}
h2 {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 32px;
  margin-block-end: 8px;
}
h3 {
  font-family: "PT Sans Caption", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 36px;
  margin-block-end: 0px;
}

p {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}

.form-control {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 22px;
  padding: 20px 12px;
  border-radius: 6px;
  border: 1px solid #cccccc;
}

.note {
  padding: 32px 24px;
  background-color: #F2F2F2;
  border-radius: 8px;
}

ul {
  margin-bottom: 0;
}
li {
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
}

.panel {
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 32px 24px;
  border-radius: 8px;
}

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.center {
  margin: 0;
  position: absolute;
  top: 140%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
