@font-face {
  font-display: fallback;
  font-family: "B_Proportional";
  font-style: normal;
  font-weight: 600;
  src: local("B_Proportional-Bold"), url("https://assets.braintreegateway.com/fonts/B_Proportional-Bold.woff") format("woff"), url("https://assets.braintreegateway.com/fonts/B_Proportional-Bold.woff2") format("woff2");
}

@font-face {
  font-display: fallback;
  font-family: "B_Proportional";
  font-style: normal;
  font-weight: 700;
  src: local("B_Proportional-Heavy"), url("https://assets.braintreegateway.com/fonts/B_Proportional-Heavy.woff") format("woff"), url("https://assets.braintreegateway.com/fonts/B_Proportional-Heavy.woff2") format("woff2");
}

/* line 1, app/assets/stylesheets/_base.scss */
html {
  font-size: 10px;
}

/* line 5, app/assets/stylesheets/_base.scss */
body {
  color: rgba(0, 0, 0, 0.88);
  font: 400 1.4rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
}

/* line 11, app/assets/stylesheets/_base.scss */
h1 {
  color: inherit;
  font: 600 3.4rem/4rem "B_Proportional", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  /* line 11, app/assets/stylesheets/_base.scss */
  h1 {
    font: 600 4.8rem / 6.4rem "B_Proportional", "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  }
}

/* line 21, app/assets/stylesheets/_base.scss */
h2 {
  color: inherit;
  font: 600 2.4rem/3.2rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 0;
}

/* line 28, app/assets/stylesheets/_base.scss */
h3 {
  color: inherit;
  font: 600 2rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 1.6rem;
  margin-top: 3.2rem;
}

/* line 35, app/assets/stylesheets/_base.scss */
h4 {
  color: inherit;
  font: 600 1.2rem/2rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  letter-spacing: 0.05em;
}

/* line 41, app/assets/stylesheets/_base.scss */
p {
  margin-bottom: 1.6rem;
  margin-top: 0;
}

/* line 46, app/assets/stylesheets/_base.scss */
strong {
  font-weight: 600;
}

/* line 50, app/assets/stylesheets/_base.scss */
small {
  color: rgba(0, 0, 0, 0.64);
  font: 400 1.2rem/2rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 55, app/assets/stylesheets/_base.scss */
img {
  display: block;
  max-width: 100%;
}

/* line 60, app/assets/stylesheets/_base.scss */
svg {
  display: block;
}

/* line 64, app/assets/stylesheets/_base.scss */
form {
  width: 100%;
}

/* line 68, app/assets/stylesheets/_base.scss */
::-moz-selection {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 72, app/assets/stylesheets/_base.scss */
::selection {
  background-color: rgba(0, 0, 0, 0.08);
}

/* line 76, app/assets/stylesheets/_base.scss */
::-moz-focus-inner {
  border: none;
}

/* line 1, app/assets/stylesheets/components/_buttons.scss */
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0.4rem;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font: 500 1.4rem/4.8rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  height: 4.8rem;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition-duration: 200ms;
  vertical-align: top;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

/* line 20, app/assets/stylesheets/components/_buttons.scss */
.button.disabled, .button:disabled {
  opacity: 0.32;
  pointer-events: none;
}

/* line 27, app/assets/stylesheets/components/_buttons.scss */
.button--primary {
  background-color: #202020;
  color: white;
  font-weight: 600;
}

/* line 32, app/assets/stylesheets/components/_buttons.scss */
.button--primary:hover {
  background-color: #1524d9;
}

/* line 36, app/assets/stylesheets/components/_buttons.scss */
.button--primary:focus {
  background-color: #1524d9;
  box-shadow: 0 0 0 0.6rem rgba(21, 36, 217, 0.08);
}

/* line 41, app/assets/stylesheets/components/_buttons.scss */
.button--primary.disabled, .button--primary:disabled {
  background-color: rgba(32, 32, 32, 0.04);
  color: rgba(0, 0, 0, 0.32);
  pointer-events: none;
}

/* line 49, app/assets/stylesheets/components/_buttons.scss */
.button-authorize {
  background-color: #202020;
  color: white;
  border: none;
  border-radius: 0.4rem;
  cursor: pointer;
  display: inline-block;
  font: 600 1.4rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  min-height: 3.2rem;
  overflow: hidden;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-shadow: elevation-shadow(1, rgba(0, 0, 0, 0.16));
}

/* line 29, app/assets/stylesheets/_mixins.scss */
.button-authorize:active {
  transform: scale(0.98);
}

/* line 33, app/assets/stylesheets/_mixins.scss */
.button-authorize:disabled {
  background-color: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.32);
  cursor: not-allowed;
  pointer-events: none;
  box-shadow: elevation-shadow(0, rgba(0, 0, 0, 0.16));
}

/* line 57, app/assets/stylesheets/components/_buttons.scss */
.button-authorize:focus, .button-authorize:hover {
  background-color: #1524d9;
}

/* line 63, app/assets/stylesheets/components/_buttons.scss */
.button--secondary {
  background-color: rgba(32, 32, 32, 0.04);
  color: #202020;
}

/* line 67, app/assets/stylesheets/components/_buttons.scss */
.button--secondary:hover, .button--secondary:focus {
  background-color: rgba(21, 36, 217, 0.08);
  color: #1524d9;
}

/* line 73, app/assets/stylesheets/components/_buttons.scss */
.button--secondary.disabled, .button--secondary:disabled {
  color: rgba(0, 0, 0, 0.32);
}

/* line 79, app/assets/stylesheets/components/_buttons.scss */
.button--danger {
  background-color: rgba(32, 32, 32, 0.04);
  color: #202020;
}

/* line 83, app/assets/stylesheets/components/_buttons.scss */
.button--danger:hover, .button--danger:focus {
  background-color: rgba(238, 0, 0, 0.08);
  color: #ee0000;
}

/* line 89, app/assets/stylesheets/components/_buttons.scss */
.button--danger.disabled, .button--danger:disabled {
  color: rgba(0, 0, 0, 0.32);
}

/* line 95, app/assets/stylesheets/components/_buttons.scss */
.button--dropdown {
  background-color: rgba(32, 32, 32, 0.04);
  background-image: url(/images/arrow-down.svg);
  background-position: right 0.4rem center;
  background-repeat: no-repeat;
  background-size: 2.4rem;
  color: #202020;
  line-height: 1;
  padding: 0.8rem 4rem 0.8rem 1.6rem;
  text-align: left;
}

/* line 108, app/assets/stylesheets/components/_buttons.scss */
.button--dropdown:hover, .button--dropdown:focus {
  background-color: rgba(21, 36, 217, 0.08);
  color: #1524d9;
}

/* line 114, app/assets/stylesheets/components/_buttons.scss */
.button--dropdown.disabled {
  color: rgba(0, 0, 0, 0.32);
}

/* line 119, app/assets/stylesheets/components/_buttons.scss */
.button--simple {
  background-color: transparent;
  color: #202020;
}

/* line 123, app/assets/stylesheets/components/_buttons.scss */
.button--simple:hover, .button--simple:focus {
  background-color: rgba(21, 36, 217, 0.08);
  color: #1524d9;
}

/* line 129, app/assets/stylesheets/components/_buttons.scss */
.button--simple.disabled {
  color: rgba(0, 0, 0, 0.32);
}

/* line 134, app/assets/stylesheets/components/_buttons.scss */
.button--small {
  height: 3.2rem;
  line-height: 3.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}

/* line 143, app/assets/stylesheets/components/_buttons.scss */
.button--large {
  height: 4.8rem;
  line-height: 4.8rem;
}

/* line 150, app/assets/stylesheets/components/_buttons.scss */
.button--full {
  width: 100%;
}

/* line 154, app/assets/stylesheets/components/_buttons.scss */
button.button,
input.button[type="submit"] {
  line-height: 1;
}

/* line 159, app/assets/stylesheets/components/_buttons.scss */
.button--arrow {
  display: inline-block;
  height: 100%;
  margin-left: 6px;
  margin-top: -3px;
  min-height: 14px;
  text-indent: -9999px;
  vertical-align: middle;
  width: 14px;
  background: url(/assets/notification-arrow-dc0f929871ed4433fdf3ea3154456fcd851034246f6ed0a99bbecc081fa83fa4.svg) no-repeat center;
}

/* line 171, app/assets/stylesheets/components/_buttons.scss */
.button__text {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

/* line 177, app/assets/stylesheets/components/_buttons.scss */
.button__text--medium {
  height: 4.8rem;
  line-height: 4.8rem;
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}

/* line 184, app/assets/stylesheets/components/_buttons.scss */
.button__loader {
  height: 4.8rem;
  left: 50%;
  margin-left: -2.4rem;
  visibility: hidden;
  padding: 1.2rem;
  position: absolute;
  top: 0;
  width: 4.8rem;
}

/* line 3, app/assets/stylesheets/components/_grid.scss */
.grid {
  display: grid;
  grid-gap: 1.6rem;
  grid-template-columns: repeat(12, 1fr);
}

/* line 9, app/assets/stylesheets/components/_grid.scss */
.grid__whole {
  grid-column: span 12;
}

/* line 13, app/assets/stylesheets/components/_grid.scss */
.grid__half {
  grid-column: span 12;
}

@media screen and (min-width: 640px) {
  /* line 13, app/assets/stylesheets/components/_grid.scss */
  .grid__half {
    grid-column: span 6;
  }
}

/* line 21, app/assets/stylesheets/components/_grid.scss */
.grid__third {
  grid-column: span 12;
}

@media screen and (min-width: 640px) {
  /* line 21, app/assets/stylesheets/components/_grid.scss */
  .grid__third {
    grid-column: span 4;
  }
}

/* line 29, app/assets/stylesheets/components/_grid.scss */
.grid__quarter {
  grid-column: span 12;
}

@media screen and (min-width: 640px) {
  /* line 29, app/assets/stylesheets/components/_grid.scss */
  .grid__quarter {
    grid-column: span 6;
  }
}

@media screen and (min-width: 1024px) {
  /* line 29, app/assets/stylesheets/components/_grid.scss */
  .grid__quarter {
    grid-column: span 3;
  }
}

/* line 41, app/assets/stylesheets/components/_grid.scss */
.grid__eighth {
  grid-column: span 6;
}

@media screen and (min-width: 640px) {
  /* line 41, app/assets/stylesheets/components/_grid.scss */
  .grid__eighth {
    grid-column: span 3;
  }
}

@media screen and (min-width: 1024px) {
  /* line 41, app/assets/stylesheets/components/_grid.scss */
  .grid__eighth {
    grid-column: span 2;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* line 55, app/assets/stylesheets/components/_grid.scss */
  .grid {
    margin-bottom: 0;
  }
  /* line 59, app/assets/stylesheets/components/_grid.scss */
  .grid__whole,
.grid__half,
.grid__third,
.grid__quarter,
.grid__twoThirds {
    margin-bottom: 1.6rem;
  }
}

/* line 3, app/assets/stylesheets/components/_input.scss */
.input.has-focus .input__field-container {
  border-color: #1524d9;
  box-shadow: 0 0 0 0.6rem rgba(21, 36, 217, 0.08), 0 0 0 0.1rem #1524d9;
}

/* line 8, app/assets/stylesheets/components/_input.scss */
.input.has-focus .input__label {
  color: #1524d9;
  transform: scale(0.85714286) translateY(-1rem);
}

/* line 13, app/assets/stylesheets/components/_input.scss */
.input.has-focus .input__field {
  opacity: 1;
}

/* line 19, app/assets/stylesheets/components/_input.scss */
.input.has-error .input__field-container {
  border-color: #ee0000;
}

/* line 23, app/assets/stylesheets/components/_input.scss */
.input.has-error .input__label {
  color: #ee0000;
}

/* line 27, app/assets/stylesheets/components/_input.scss */
.input.has-error .input__description--error {
  display: block;
}

/* line 33, app/assets/stylesheets/components/_input.scss */
.input.has-error.has-focus .input__field-container {
  box-shadow: 0 0 0 0.6rem rgba(238, 0, 0, 0.08), 0 0 0 0.1rem #ee0000;
}

/* line 39, app/assets/stylesheets/components/_input.scss */
.input.has-value .input__label {
  transform: scale(0.85714286) translateY(-1rem);
  transform-origin: 0 0;
}

/* line 44, app/assets/stylesheets/components/_input.scss */
.input.has-value .input__field {
  opacity: 1;
}

/* line 50, app/assets/stylesheets/components/_input.scss */
.input__field-container {
  background-color: white;
  border-radius: 0.4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  position: relative;
  transition-duration: 200ms;
}

/* line 58, app/assets/stylesheets/components/_input.scss */
.input__field-container:hover {
  border-color: #1524d9;
}

/* line 63, app/assets/stylesheets/components/_input.scss */
.input__label {
  color: rgba(0, 0, 0, 0.64);
  display: block;
  font: 400 1.4rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  left: 0.8rem;
  margin-top: -1.2rem;
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: 50%;
  transform-origin: 0 0;
  transition-duration: 200ms;
  white-space: nowrap;
}

/* line 79, app/assets/stylesheets/components/_input.scss */
.input__field {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  font: 600 1.4rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin: 0;
  opacity: 0;
  outline: none;
  padding: 2.1rem 0.8rem 0.1rem 0.8rem;
  transition-duration: 200ms;
  width: 100%;
}

/* line 95, app/assets/stylesheets/components/_input.scss */
.input__description {
  color: rgba(0, 0, 0, 0.64);
  font: 400 1.2rem/2rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-top: 0.4rem;
}

/* line 100, app/assets/stylesheets/components/_input.scss */
.input__description--error {
  color: #ee0000;
  display: none;
}

@media screen and (min-width: 640px) {
  /* line 2, app/assets/stylesheets/components/_layout.scss */
  .split-layout {
    display: flex;
  }
}

/* line 8, app/assets/stylesheets/components/_layout.scss */
.inset-layout {
  margin: auto;
  max-width: 128rem;
}

/* line 12, app/assets/stylesheets/components/_layout.scss */
.inset-layout--large {
  max-width: 140rem;
}

/* line 17, app/assets/stylesheets/components/_layout.scss */
.section {
  padding: 1.6rem;
}

@media screen and (min-width: 640px) {
  /* line 17, app/assets/stylesheets/components/_layout.scss */
  .section {
    padding: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 17, app/assets/stylesheets/components/_layout.scss */
  .section {
    margin-bottom: 6.4rem;
    padding: 0;
  }
}

/* line 29, app/assets/stylesheets/components/_layout.scss */
.section__title {
  margin-bottom: 3.2rem;
}

/* line 33, app/assets/stylesheets/components/_layout.scss */
.section__subtitle {
  opacity: 0.64;
  font: 400 1.6rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 39, app/assets/stylesheets/components/_layout.scss */
.main-content-wrapper {
  display: block;
  padding: 3.8rem 1.6rem 1.6rem 1.6rem;
}

/* line 44, app/assets/stylesheets/components/_layout.scss */
.main-content-wrapper--banner {
  padding-top: 6.4rem;
}

/* line 48, app/assets/stylesheets/components/_layout.scss */
.main-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  width: 100%;
}

/* line 55, app/assets/stylesheets/components/_layout.scss */
.header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

/* line 65, app/assets/stylesheets/components/_layout.scss */
.subheading {
  color: rgba(0, 0, 0, 0.64);
  font: 500 1.6rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 70, app/assets/stylesheets/components/_layout.scss */
.footer {
  color: inherit;
  font: 400 1.2rem/2rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  opacity: 0.64;
  padding: 1.6rem;
}

@media screen and (min-width: 640px) {
  /* line 70, app/assets/stylesheets/components/_layout.scss */
  .footer {
    padding: 3.2rem;
  }
}

@media screen and (min-width: 1024px) {
  /* line 70, app/assets/stylesheets/components/_layout.scss */
  .footer {
    padding: 0;
  }
}

/* line 1, app/assets/stylesheets/components/_links.scss */
.link {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  font: inherit;
  outline: none;
  transition-duration: 200ms;
}

/* line 12, app/assets/stylesheets/components/_links.scss */
.link:focus, .link:hover {
  color: #1524d9;
  text-decoration: underline;
}

/* line 19, app/assets/stylesheets/components/_links.scss */
.link--primary {
  color: #1524d9;
  text-decoration: none;
}

/* line 23, app/assets/stylesheets/components/_links.scss */
.link--primary:focus, .link--primary:hover {
  text-decoration: underline;
}

/* line 29, app/assets/stylesheets/components/_links.scss */
.link--secondary {
  opacity: 0.64;
}

/* line 32, app/assets/stylesheets/components/_links.scss */
.link--secondary:focus, .link--secondary:hover {
  opacity: 1;
}

/* line 1, app/assets/stylesheets/components/_navigation.scss */
.navigation {
  background-color: #202020;
  padding: 1.6rem;
}

/* line 1, app/assets/stylesheets/components/_notifications.scss */
.notification {
  align-items: center;
  animation-delay: 0.5s;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
  animation-name: show-notification;
  background-color: #202020;
  background-position: left 1.6rem center;
  background-repeat: no-repeat;
  background-size: 2.4rem;
  border-radius: 0.4rem;
  bottom: 1.6rem;
  box-shadow: 0 0.4rem 3.2rem rgba(0, 0, 0, 0.08);
  color: white;
  display: flex;
  left: 50%;
  max-width: 64rem;
  opacity: 0;
  padding-bottom: 0.8rem;
  padding-left: 5.6rem;
  padding-right: 0.8rem;
  padding-top: 0.8rem;
  position: fixed;
  transform: translateX(-50%);
  width: 80%;
  z-index: 10;
}

/* line 30, app/assets/stylesheets/components/_notifications.scss */
.notification--good {
  background-image: url(/assets/notifications/success-15ee63dbf471e04152d4bbc30d5a38427aa9553513f99b0972e94e98d59af0d1.svg);
}

/* line 34, app/assets/stylesheets/components/_notifications.scss */
.notification--alert {
  background-color: #ee0000;
  background-image: url(/assets/notifications/bad-504fc83455d217d269e84651ce714aed69f79b270f96065b6f59141a6f286680.svg);
}

/* line 40, app/assets/stylesheets/components/_notifications.scss */
.notification__body {
  flex-grow: 1;
}

/* line 44, app/assets/stylesheets/components/_notifications.scss */
.notification__accessory {
  margin-left: 3.2rem;
}

/* line 48, app/assets/stylesheets/components/_notifications.scss */
.notification__dismiss-button {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.64);
  font-weight: 600;
}

/* line 53, app/assets/stylesheets/components/_notifications.scss */
.notification__dismiss-button:focus, .notification__dismiss-button:hover {
  background-color: rgba(255, 255, 255, 0.32);
  color: white;
}

@keyframes show-notification {
  0% {
    transform: translate(-50%, 32px);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/components/_tables.scss */
.table {
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
  display: table;
  table-layout: fixed;
}

@media screen and (min-width: 640px) {
  /* line 1, app/assets/stylesheets/components/_tables.scss */
  .table {
    table-layout: auto;
  }
}

/* line 13, app/assets/stylesheets/components/_tables.scss */
.table__row {
  display: table-row;
}

/* line 17, app/assets/stylesheets/components/_tables.scss */
.table__row--button {
  cursor: pointer;
}

/* line 19, app/assets/stylesheets/components/_tables.scss */
.table__row--button:hover {
  color: #1524d9;
  background: #f5f5f5;
  outline: none;
  text-decoration: none;
}

/* line 27, app/assets/stylesheets/components/_tables.scss */
.table__cell {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.88);
  font: 600 1.6rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  display: table-cell;
  overflow: hidden;
  padding: 1.6rem;
  text-align: left;
  text-overflow: ellipsis;
  transition-duration: 200ms;
  vertical-align: middle;
  white-space: nowrap;
}

/* line 40, app/assets/stylesheets/components/_tables.scss */
.table__cell:focus, .table__cell:hover {
  color: inherit;
  outline: none;
  text-decoration: none;
}

/* line 47, app/assets/stylesheets/components/_tables.scss */
.table__cell:first-child {
  padding-left: 1.6rem;
}

/* line 51, app/assets/stylesheets/components/_tables.scss */
.table__cell:last-child {
  padding-right: 1.6rem;
}

/* line 56, app/assets/stylesheets/components/_tables.scss */
.table__cell--right {
  text-align: right;
}

/* line 1, app/assets/stylesheets/views/_sessions.scss */
.session-intro {
  box-sizing: border-box;
  max-width: 72rem;
}

@media screen and (min-width: 640px) {
  /* line 1, app/assets/stylesheets/views/_sessions.scss */
  .session-intro {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #202020;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
    padding: 1.6rem;
    width: 50vw;
  }
  /* line 18, app/assets/stylesheets/views/_sessions.scss */
  .session-intro .link:hover,
.session-intro .link:focus {
    color: white;
  }
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/views/_sessions.scss */
  .session-intro {
    padding: 3.2rem 6.4rem;
  }
}

/* line 29, app/assets/stylesheets/views/_sessions.scss */
.session-intro__logo {
  background-color: #202020;
  margin-bottom: 6.4rem;
  padding: 1.6rem;
}

@media screen and (min-width: 1024px) {
  /* line 29, app/assets/stylesheets/views/_sessions.scss */
  .session-intro__logo {
    padding: 0;
  }
}

/* line 39, app/assets/stylesheets/views/_sessions.scss */
.session-content {
  box-sizing: border-box;
  padding: 1.6rem;
}

@media screen and (min-width: 640px) {
  /* line 39, app/assets/stylesheets/views/_sessions.scss */
  .session-content {
    align-items: center;
    display: flex;
    flex-grow: 1;
    min-height: 100vh;
  }
}

@media screen and (min-width: 1024px) {
  /* line 39, app/assets/stylesheets/views/_sessions.scss */
  .session-content {
    padding: 3.2rem 6.4rem;
  }
}

/* line 55, app/assets/stylesheets/views/_sessions.scss */
.account-form {
  background-color: white;
  border-radius: 1.6rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  min-height: 8.8rem;
}

@media screen and (min-width: 1024px) {
  /* line 55, app/assets/stylesheets/views/_sessions.scss */
  .account-form {
    max-width: 64rem;
  }
}

/* line 70, app/assets/stylesheets/views/_sessions.scss */
.account-form__input {
  flex-grow: 1;
  margin-bottom: 1.6rem;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 70, app/assets/stylesheets/views/_sessions.scss */
  .account-form__input {
    width: auto;
  }
}

/* line 80, app/assets/stylesheets/views/_sessions.scss */
.account-form__button {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  /* line 80, app/assets/stylesheets/views/_sessions.scss */
  .account-form__button {
    margin-left: 1.6rem;
    width: auto;
  }
}

/* line 89, app/assets/stylesheets/views/_sessions.scss */
.session-footer--desktop {
  display: none;
}

@media screen and (min-width: 640px) {
  /* line 89, app/assets/stylesheets/views/_sessions.scss */
  .session-footer--desktop {
    display: block;
  }
}

/* line 97, app/assets/stylesheets/views/_sessions.scss */
.session-footer--mobile {
  text-align: center;
}

@media screen and (min-width: 640px) {
  /* line 97, app/assets/stylesheets/views/_sessions.scss */
  .session-footer--mobile {
    display: none;
  }
}

/* line 1, app/assets/stylesheets/views/_errors.scss */
.error {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  padding: 3.2rem 1.6rem;
}

@media screen and (min-width: 1024px) {
  /* line 1, app/assets/stylesheets/views/_errors.scss */
  .error {
    padding-bottom: 6.4rem;
    padding-top: 6.4rem;
  }
}

/* line 13, app/assets/stylesheets/views/_errors.scss */
.error__icon {
  height: 7.2rem;
  margin-bottom: 1.6rem;
  width: 4.2rem;
}

/* line 19, app/assets/stylesheets/views/_errors.scss */
.error__title {
  margin-bottom: 1.6rem;
}

/* line 23, app/assets/stylesheets/views/_errors.scss */
.error__message {
  font: 400 1.6rem/2.4rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 3.2rem;
}

/* line 1, app/assets/stylesheets/views/_authorize.scss */
.form-section {
  margin-bottom: 6.4rem;
}

/* line 4, app/assets/stylesheets/views/_authorize.scss */
.form-section .form-section-title {
  *zoom: 1;
}

/* line 44, app/assets/stylesheets/_mixins.scss */
.form-section .form-section-title:before, .form-section .form-section-title:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

/* line 49, app/assets/stylesheets/_mixins.scss */
.form-section .form-section-title:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/views/_authorize.scss */
.form-section .form-section-title span {
  color: rgba(0, 0, 0, 0.32);
  float: right;
  font: 400 1.2rem/2rem "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

/* line 13, app/assets/stylesheets/views/_authorize.scss */
.form-section .form-section-title span.invalid {
  color: #ee0000;
}

/* line 19, app/assets/stylesheets/views/_authorize.scss */
.main-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 64rem;
  width: 100%;
}

/* line 26, app/assets/stylesheets/views/_authorize.scss */
.authorization-list {
  list-style: none;
  margin-bottom: 3.2rem;
  padding-left: 3.2rem;
}

/* line 32, app/assets/stylesheets/views/_authorize.scss */
.authorization-list__icon {
  height: 2.4rem;
  left: -3.2rem;
  position: absolute;
  width: 2.4rem;
}

/* line 39, app/assets/stylesheets/views/_authorize.scss */
.authorization-list__item {
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.16);
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
  position: relative;
}

/* line 45, app/assets/stylesheets/views/_authorize.scss */
.authorization-list__item:last-child {
  border: none;
}

/* line 49, app/assets/stylesheets/views/_authorize.scss */
.authorization-list__item span {
  display: list-item;
}

/* line 54, app/assets/stylesheets/views/_authorize.scss */
.authorization-footnote {
  margin-left: 1.6rem;
}
