/*!

 */
:root {
  --composite-color: #00469b;
  --composite-color-hover: #487ec0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.button {
  font-family: Roboto, Whitney SSm A, Whitney SSm B, -apple-system,
    BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans,
    Helvetica Neue, sans-serif;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
  color: rgba(0, 0, 0, 0.68);
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  height: 37px;
  letter-spacing: 0.02em;
  line-height: 2.1875rem;
  padding: 0 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-transition: background-color 0.1s, border-color 0.1s, color 0.1s,
    fill 0.1s;
  transition: background-color 0.1s, border-color 0.1s, color 0.1s, fill 0.1s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
.button:focus {
  outline: none;
}
.button .icon {
  position: relative;
  top: -1px;
}
.button--large {
  font-size: 1rem;
  height: 44px;
  line-height: 2.625rem;
  padding: 0 18px;
}
.button--dark {
  background: #000;
  border-color: #000;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.2);
  color: #fff;
}
.button--dark:hover {
  background: #3a3c3c;
  border-color: #3a3c3c;
  color: #fff;
}
.button--filled {
  color: #fff;
  background: var(--composite-color);
  border-color: var(--composite-color);
}
.button--filled:hover {
  background: var(--composite-color-hover);
  border-color: var(--composite-color-hover);
  color: #fff;
}
.button--circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  line-height: 2.25rem;
  padding: 0;
  font-size: 1.125rem;
  border: none;
}
.button--circle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button--line {
  -webkit-transition: color 0.3s ease,
    box-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.3s ease,
    box-shadow 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  border: 1px solid #000;
  background: #fff;
  color: #000;
}
.button--line:hover {
  color: #fff;
  box-shadow: inset 0 -50px 8px -4px #000;
}
.button--tag:before {
  content: "#";
}
.buttonSet > .button {
  margin-right: 8px;
  margin-bottom: 8px;
  vertical-align: middle;
}
.buttonSet > .button:last-child {
  margin-right: 0;
}
.button--comment {
  display: block;
  font-weight: 500;
  margin: 50px auto 0;
  max-width: 300px;
  text-transform: uppercase;
}
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon.top2 {
  margin-top: -2px;
}
.icon--s {
  height: 18px;
  width: 18px;
}
.icon--m {
  width: 26px;
  height: 26px;
}
.rotate90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotate270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
*,
:after,
:before {
  box-sizing: border-box;
}
body {
  background: #f4f8fb;
  font-family: Roboto, Whitney SSm A, Whitney SSm B, -apple-system,
    BlinkMacSystemFont, Segoe UI, Oxygen, Ubuntu, Cantarell, Open Sans,
    Helvetica Neue, sans-serif;
  font-size: 1rem;
  height: 100vh;
  color: #51626a;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}
a {
  color: var(--composite-color);
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
img:not([src]) {
  visibility: hidden;
}
input {
  background: #fff;
  border-radius: 3px;
  border: 0;
  color: #303030;
  display: block;
  font-size: 1rem;
  margin: 0;
  outline: none;
  padding: 0 10px 0 40px;
  position: relative;
  -webkit-transition: box-shadow 0.08s ease-in, color 0.08s ease-in;
  transition: box-shadow 0.08s ease-in, color 0.08s ease-in;
  width: 100%;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  height: 44px;
  line-height: 2.75rem;
}
.u-hide {
  display: none;
}
.signup-header a {
  outline: none;
  text-decoration: none;
}
.signup-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color: #303030;
}
.signup-content {
  text-align: center;
  font-size: 1rem;
  box-sizing: border-box;
  max-width: 450px;
  width: 100%;
  margin: auto;
  padding: 2rem 1rem;
}
.signup-site-logo {
  margin: 0 auto;
  display: block;
  width: 150px;
}
.signup-site-title {
  font-size: 2.2rem;
  font-weight: 700;
}
.signup-viewport {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.signup-input-icon {
  position: relative;
}
.signup-input-icon svg {
  position: absolute;
  top: 50%;
  left: 12px;
  z-index: 1;
  fill: #a6bac5;
  -webkit-transform: translateY(-9px);
  transform: translateY(-9px);
}
.signup-footer,
.signup-form {
  position: relative;
  margin: 30px auto 20px;
  padding: 40px 30px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.09), 0 2px 5px rgba(0, 0, 0, 0.03);
}
.signup-footer {
  padding: 20px;
}
.signup-footer a:hover {
  text-decoration: underline;
}
.signup-form .button {
  width: 100%;
  margin-top: 20px;
  border-radius: 3px;
}
.signup-form.error .message-error,
.signup-form.error .message-success,
.signup-form.invalid .message-error,
.signup-form.invalid .message-success,
.signup-form.success .message-error,
.signup-form.success .message-success {
  color: #fff;
  padding: 10px 5px;
  margin-top: 20px;
}
.signup-form.error .message-error,
.signup-form.invalid .message-error {
  background-color: #ec694b;
  display: block;
}
.signup-form.success .message-success {
  background-color: #98c22e;
  display: block;
}
.signup-form.loading .button-text {
  display: none;
}
.signup-form.loading .icon--loader {
  display: inline-block;
  -webkit-animation: a 0.8s linear infinite;
  animation: a 0.8s linear infinite;
}
@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
