/* line 1, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

/* line 7, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}

/* line 12, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

/* line 30, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.row.reverse {
  flex-direction: row-reverse;
}

/* line 37, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col.reverse {
  flex-direction: column-reverse;
}

/* line 44, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

/* line 78, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

/* line 87, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

/* line 93, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

/* line 99, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

/* line 105, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

/* line 111, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

/* line 117, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 123, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

/* line 129, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

/* line 135, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

/* line 141, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

/* line 147, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

/* line 153, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

/* line 159, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-0 {
  margin-left: 0;
}

/* line 163, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

/* line 167, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

/* line 171, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 175, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

/* line 179, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

/* line 183, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 187, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

/* line 191, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

/* line 195, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 199, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

/* line 203, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

/* line 207, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.start-xs {
  justify-content: flex-start;
  text-align: start;
}

/* line 214, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.center-xs {
  justify-content: center;
  text-align: center;
}

/* line 221, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.end-xs {
  justify-content: flex-end;
  text-align: end;
}

/* line 228, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.top-xs {
  align-items: flex-start;
}

/* line 234, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.middle-xs {
  align-items: center;
}

/* line 240, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.bottom-xs {
  align-items: flex-end;
}

/* line 246, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.around-xs {
  justify-content: space-around;
}

/* line 251, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.between-xs {
  justify-content: space-between;
}

/* line 257, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.first-xs {
  order: -1;
}

/* line 263, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
.last-xs {
  order: 1;
}

@media only screen and (min-width: 48em) {
  /* line 270, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .container {
    width: 49rem;
  }
  /* line 274, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-offset-0,
.col-sm-offset-1,
.col-sm-offset-2,
.col-sm-offset-3,
.col-sm-offset-4,
.col-sm-offset-5,
.col-sm-offset-6,
.col-sm-offset-7,
.col-sm-offset-8,
.col-sm-offset-9,
.col-sm-offset-10,
.col-sm-offset-11,
.col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 308, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 317, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 323, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 329, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 335, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 341, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 347, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 353, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 359, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 365, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 371, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 377, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 383, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 389, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-0 {
    margin-left: 0;
  }
  /* line 393, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 397, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 401, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 405, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 409, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 413, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 417, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 421, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 425, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 429, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 433, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 437, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  /* line 444, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  /* line 451, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  /* line 458, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .top-sm {
    align-items: flex-start;
  }
  /* line 464, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .middle-sm {
    align-items: center;
  }
  /* line 470, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .bottom-sm {
    align-items: flex-end;
  }
  /* line 476, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .around-sm {
    justify-content: space-around;
  }
  /* line 481, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .between-sm {
    justify-content: space-between;
  }
  /* line 487, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .first-sm {
    order: -1;
  }
  /* line 493, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .last-sm {
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  /* line 501, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .container {
    width: 65rem;
  }
  /* line 505, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-offset-0,
.col-md-offset-1,
.col-md-offset-2,
.col-md-offset-3,
.col-md-offset-4,
.col-md-offset-5,
.col-md-offset-6,
.col-md-offset-7,
.col-md-offset-8,
.col-md-offset-9,
.col-md-offset-10,
.col-md-offset-11,
.col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 539, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 548, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 554, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 560, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 566, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 572, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 578, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 584, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 590, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 596, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 602, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 608, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 614, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 620, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-0 {
    margin-left: 0;
  }
  /* line 624, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 628, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 632, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 636, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 640, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 644, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 648, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 652, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 656, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 660, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 664, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 668, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  /* line 675, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .center-md {
    justify-content: center;
    text-align: center;
  }
  /* line 682, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  /* line 689, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .top-md {
    align-items: flex-start;
  }
  /* line 695, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .middle-md {
    align-items: center;
  }
  /* line 701, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .bottom-md {
    align-items: flex-end;
  }
  /* line 707, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .around-md {
    justify-content: space-around;
  }
  /* line 712, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .between-md {
    justify-content: space-between;
  }
  /* line 718, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .first-md {
    order: -1;
  }
  /* line 724, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .last-md {
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  /* line 732, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .container {
    width: 76rem;
  }
  /* line 736, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-offset-0,
.col-lg-offset-1,
.col-lg-offset-2,
.col-lg-offset-3,
.col-lg-offset-4,
.col-lg-offset-5,
.col-lg-offset-6,
.col-lg-offset-7,
.col-lg-offset-8,
.col-lg-offset-9,
.col-lg-offset-10,
.col-lg-offset-11,
.col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  /* line 770, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  /* line 779, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  /* line 785, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  /* line 791, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  /* line 797, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  /* line 803, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  /* line 809, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  /* line 815, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  /* line 821, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  /* line 827, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  /* line 833, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  /* line 839, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  /* line 845, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  /* line 851, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-0 {
    margin-left: 0;
  }
  /* line 855, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  /* line 859, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  /* line 863, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 867, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  /* line 871, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  /* line 875, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 879, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  /* line 883, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  /* line 887, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 891, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  /* line 895, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  /* line 899, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  /* line 906, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  /* line 913, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  /* line 920, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .top-lg {
    align-items: flex-start;
  }
  /* line 926, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .middle-lg {
    align-items: center;
  }
  /* line 932, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .bottom-lg {
    align-items: flex-end;
  }
  /* line 938, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .around-lg {
    justify-content: space-around;
  }
  /* line 943, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .between-lg {
    justify-content: space-between;
  }
  /* line 949, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .first-lg {
    order: -1;
  }
  /* line 955, components/public/app/assets/stylesheets/public/vendor/flexboxgrid.scss */
  .last-lg {
    order: 1;
  }
}

/* ----------------------------------------------------------- */
/* == tingle v0.12.0 */
/* ----------------------------------------------------------- */
/* line 5, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal * {
  box-sizing: border-box;
}

/* line 9, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  cursor: pointer;
  transition: transform 0.2s ease;
}

/* confirm and alerts
-------------------------------------------------------------- */
/* line 40, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal--confirm .tingle-modal-box {
  text-align: center;
}

/* modal
-------------------------------------------------------------- */
/* line 47, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal--noOverlayClose {
  cursor: default;
}

/* line 51, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal--noClose .tingle-modal__close {
  display: none;
}

/* line 55, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal__close {
  position: fixed;
  top: 10px;
  right: 28px;
  z-index: 9999;
  padding: 0;
  width: 5rem;
  height: 5rem;
  border: none;
  background-color: transparent;
  color: #f0f0f0;
  font-size: 6rem;
  font-family: monospace;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* line 74, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal__closeLabel {
  display: none;
}

/* line 78, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal__close:hover {
  color: #fff;
}

/* line 82, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 90%;
  text-align: center;
  border-radius: 4px;
  opacity: 1;
  cursor: auto;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transform: scale(0.8);
}

/* line 103, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal-box__content {
  padding: 3rem 3rem;
}

/* line 107, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

/* line 116, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal-box__footer::after {
  display: table;
  clear: both;
  content: '';
}

/* line 122, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  /* TODO : find a better way */
  z-index: 10001;
  opacity: 1;
  transition: bottom 0.3s ease-in-out 0.3s;
}

/* state
-------------------------------------------------------------- */
/* line 134, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-enabled {
  overflow: hidden;
  height: 100%;
}

/* line 139, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal--visible .tingle-modal-box__footer {
  bottom: 0;
}

/* line 143, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-enabled .tingle-content-wrapper {
  filter: blur(15px);
}

/* line 148, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal--visible {
  visibility: visible;
  opacity: 1;
}

/* line 153, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal--visible .tingle-modal-box {
  transform: scale(1);
}

/* line 159, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

/* btn
-------------------------------------------------------------- */
/* line 167, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-btn {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color 0.4s ease;
}

/* line 185, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-btn--primary {
  background-color: #3498db;
}

/* line 189, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-btn--danger {
  background-color: #e74c3c;
}

/* line 193, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-btn--default {
  background-color: #34495e;
}

/* line 197, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-btn--pull-left {
  float: left;
}

/* line 201, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
.tingle-btn--pull-right {
  float: right;
}

/* responsive
-------------------------------------------------------------- */
@media (max-width: 540px) {
  /* line 209, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal {
    top: 0px;
    display: block;
    padding-top: 60px;
    width: 100%;
  }
  /* line 216, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal-box {
    width: auto;
    border-radius: 0;
  }
  /* line 221, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal-box__content {
    overflow-y: scroll;
  }
  /* line 225, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal--noClose {
    top: 0;
  }
  /* line 229, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal--noOverlayClose {
    padding-top: 0;
  }
  /* line 233, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal-box__footer .tingle-btn {
    display: block;
    float: none;
    margin-bottom: 1rem;
    width: 100%;
  }
  /* line 240, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal__close {
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    background-color: #2c3e50;
    box-shadow: none;
    color: #fff;
    line-height: 55px;
  }
  /* line 254, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal__closeLabel {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  }
  /* line 262, components/public/app/assets/stylesheets/public/vendor/tingle.scss */
  .tingle-modal__closeIcon {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
    font-size: 4rem;
  }
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/inter-web/inter-v3-latin-regular-c7d53596994c89ed67586c71726178f735a8d54d30e749b4ef11d7ae74fcdfb1.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/assets/inter-web/inter-v3-latin-regular-c7d53596994c89ed67586c71726178f735a8d54d30e749b4ef11d7ae74fcdfb1.eot?#iefix) format("embedded-opentype"), url(/assets/inter-web/inter-v3-latin-regular-677ff90ef282a42907f4b96e7e11ebfebbf824223dc9620cfbe5817de4e6ed83.woff2) format("woff2"), url(/assets/inter-web/inter-v3-latin-regular-8f5d68329640a71f92b61940d80a8acc3626c0e637ae52c5ec1014c01f84df1e.woff) format("woff"), url(/assets/inter-web/inter-v3-latin-regular-e340351b4720c135cd6dd9959660b60346ecd61296482afd794addd0384de506.ttf) format("truetype"), url(/assets/inter-web/inter-v3-latin-regular-22a5a7e1a740093eb00a7bc0db747766acdcd7eb81ecd7de54029a7f1f5459e7.svg#Inter) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  src: url(/assets/inter-web/inter-v3-latin-500-bd568c6164f104790fc156752793b9aaeece2dc6c89f50016df247198c33cbf4.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/assets/inter-web/inter-v3-latin-500-bd568c6164f104790fc156752793b9aaeece2dc6c89f50016df247198c33cbf4.eot?#iefix) format("embedded-opentype"), url(/assets/inter-web/inter-v3-latin-500-3c4ad1d2abdc3cd3c9f1b3c17e8a5ec7c36151c6d5500523a9abadf0272d0727.woff2) format("woff2"), url(/assets/inter-web/inter-v3-latin-500-2d768fac7052e8e5b7222b5c7568579dd12ac0e96bf8a3e8f652530068b7f269.woff) format("woff"), url(/assets/inter-web/inter-v3-latin-500-0b41d97eeb0872005c5fdc468e92d8f2f8f51a158c1d8618cfd8a71aeaa5c4ce.ttf) format("truetype"), url(/assets/inter-web/inter-v3-latin-500-1ca0c3f1e77fe416f117058e513155867b756df1f5447f47c48495db37f17d49.svg#Inter) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url(/assets/inter-web/inter-v3-latin-600-4f0ef758e68e085c56368e13e52cf492e7c116278365369b792f270d7d12ca73.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/assets/inter-web/inter-v3-latin-600-4f0ef758e68e085c56368e13e52cf492e7c116278365369b792f270d7d12ca73.eot?#iefix) format("embedded-opentype"), url(/assets/inter-web/inter-v3-latin-600-cafdc0566d2cbbe6b9067e1687b525f8e0f38f0ccef4ff0c65eaabf40ae7a81f.woff2) format("woff2"), url(/assets/inter-web/inter-v3-latin-600-b540e36b0edc0e103a9d147a28b43b036b1152534a300b54df889080c48fe749.woff) format("woff"), url(/assets/inter-web/inter-v3-latin-600-3f2ee67ff9146bd9223bdc6b3a479dfeb4afd7a33732f7702585cf5fd884f6ca.ttf) format("truetype"), url(/assets/inter-web/inter-v3-latin-600-c2fc672d14cf69f9967f4e1c1d09c42dacc8206e0c863cbad7e19f172e10253b.svg#Inter) format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(/assets/inter-web/inter-v3-latin-700-7b5e0f8b83ea31b6d39d9a32b77af584067df6d2d7fbd5289069fd8534f263e5.eot);
  /* IE9 Compat Modes */
  src: local(""), url(/assets/inter-web/inter-v3-latin-700-7b5e0f8b83ea31b6d39d9a32b77af584067df6d2d7fbd5289069fd8534f263e5.eot?#iefix) format("embedded-opentype"), url(/assets/inter-web/inter-v3-latin-700-a8eb99bb54b6886eea543643d1dbfe362a780d837462a87c39bdd1c2fce2675b.woff2) format("woff2"), url(/assets/inter-web/inter-v3-latin-700-887a8987bac9691ec10a2dc757b9579c4246157149d2d708f243286eb15437f4.woff) format("woff"), url(/assets/inter-web/inter-v3-latin-700-5d426e1240b54583229af96d01b8c5fafe03edb5a4acbfba114e8d7fe25a9637.ttf) format("truetype"), url(/assets/inter-web/inter-v3-latin-700-46283cf568358d7772b2fed664f44b7baf5e811c1d1a671dba5c21dfeab8eef4.svg#Inter) format("svg");
  /* Legacy iOS */
}

/*!
 * ress.css v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
/* line 11, components/public/app/assets/stylesheets/public/global/ress.scss */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

/* line 17, components/public/app/assets/stylesheets/public/global/ress.scss */
*,
::before,
::after {
  box-sizing: inherit;
}

/* line 23, components/public/app/assets/stylesheets/public/global/ress.scss */
::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
/* line 30, components/public/app/assets/stylesheets/public/global/ress.scss */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
/* line 41, components/public/app/assets/stylesheets/public/global/ress.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 46, components/public/app/assets/stylesheets/public/global/ress.scss */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
/* line 56, components/public/app/assets/stylesheets/public/global/ress.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 71, components/public/app/assets/stylesheets/public/global/ress.scss */
summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

/* line 75, components/public/app/assets/stylesheets/public/global/ress.scss */
small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

/* line 79, components/public/app/assets/stylesheets/public/global/ress.scss */
[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

/* line 84, components/public/app/assets/stylesheets/public/global/ress.scss */
abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

/* line 89, components/public/app/assets/stylesheets/public/global/ress.scss */
a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

/* line 94, components/public/app/assets/stylesheets/public/global/ress.scss */
a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

/* line 99, components/public/app/assets/stylesheets/public/global/ress.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

/* line 106, components/public/app/assets/stylesheets/public/global/ress.scss */
b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* line 111, components/public/app/assets/stylesheets/public/global/ress.scss */
dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
/* line 116, components/public/app/assets/stylesheets/public/global/ress.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
/* line 122, components/public/app/assets/stylesheets/public/global/ress.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 130, components/public/app/assets/stylesheets/public/global/ress.scss */
sub {
  bottom: -0.25em;
}

/* line 134, components/public/app/assets/stylesheets/public/global/ress.scss */
sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
/* line 142, components/public/app/assets/stylesheets/public/global/ress.scss */
[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'] {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
/* line 160, components/public/app/assets/stylesheets/public/global/ress.scss */
button,
[type='button'],
[type='reset'],
[type='submit'] [role='button'] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
/* line 168, components/public/app/assets/stylesheets/public/global/ress.scss */
[disabled] {
  cursor: default;
}

/* line 172, components/public/app/assets/stylesheets/public/global/ress.scss */
[type='number'] {
  width: auto;
  /* Firefox 36+ */
}

/* line 176, components/public/app/assets/stylesheets/public/global/ress.scss */
[type='search'] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

/* line 180, components/public/app/assets/stylesheets/public/global/ress.scss */
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

/* line 185, components/public/app/assets/stylesheets/public/global/ress.scss */
textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

/* line 190, components/public/app/assets/stylesheets/public/global/ress.scss */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

/* line 198, components/public/app/assets/stylesheets/public/global/ress.scss */
optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

/* line 202, components/public/app/assets/stylesheets/public/global/ress.scss */
button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
/* line 207, components/public/app/assets/stylesheets/public/global/ress.scss */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
/* line 216, components/public/app/assets/stylesheets/public/global/ress.scss */
button:-moz-focusring,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

/* line 223, components/public/app/assets/stylesheets/public/global/ress.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* line 230, components/public/app/assets/stylesheets/public/global/ress.scss */
button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
/* line 236, components/public/app/assets/stylesheets/public/global/ress.scss */
button,
[type='color'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
/* line 259, components/public/app/assets/stylesheets/public/global/ress.scss */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

/* line 264, components/public/app/assets/stylesheets/public/global/ress.scss */
select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

/* line 268, components/public/app/assets/stylesheets/public/global/ress.scss */
select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

/* line 272, components/public/app/assets/stylesheets/public/global/ress.scss */
legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

/* line 280, components/public/app/assets/stylesheets/public/global/ress.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* line 285, components/public/app/assets/stylesheets/public/global/ress.scss */
[type='search'] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
/* line 294, components/public/app/assets/stylesheets/public/global/ress.scss */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
/* line 299, components/public/app/assets/stylesheets/public/global/ress.scss */
progress {
  vertical-align: baseline;
}

/* line 303, components/public/app/assets/stylesheets/public/global/ress.scss */
svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

/* line 307, components/public/app/assets/stylesheets/public/global/ress.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  /* line 320, components/public/app/assets/stylesheets/public/global/ress.scss */
  [hidden~='screen'] {
    display: inherit;
  }
  /* line 323, components/public/app/assets/stylesheets/public/global/ress.scss */
  [hidden~='screen']:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
/* line 330, components/public/app/assets/stylesheets/public/global/ress.scss */
[aria-busy='true'] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
/* line 335, components/public/app/assets/stylesheets/public/global/ress.scss */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
/* line 340, components/public/app/assets/stylesheets/public/global/ress.scss */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
/* line 350, components/public/app/assets/stylesheets/public/global/ress.scss */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* line 356, components/public/app/assets/stylesheets/public/global/ress.scss */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* line 5, components/public/app/assets/stylesheets/public/global/base.scss */
html {
  font-size: 10px;
}

@media all and (max-width: 576px) {
  /* line 10, components/public/app/assets/stylesheets/public/global/base.scss */
  html,
body {
    position: relative;
  }
}

/* line 16, components/public/app/assets/stylesheets/public/global/base.scss */
body {
  background-color: white;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1c242b;
  -webkit-font-smoothing: antialiased;
}

/* line 23, components/public/app/assets/stylesheets/public/global/base.scss */
body.public-layout {
  padding-top: 0;
}

@media all and (max-width: 576px) {
  /* line 26, components/public/app/assets/stylesheets/public/global/base.scss */
  body.public-layout--no-overflow-x-on-mobile {
    overflow-x: hidden;
  }
}

/* line 32, components/public/app/assets/stylesheets/public/global/base.scss */
body.public-layout--no-visual-scroll {
  overflow-y: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

/* line 36, components/public/app/assets/stylesheets/public/global/base.scss */
body.public-layout--no-visual-scroll::-webkit-scrollbar {
  /* WebKit */
  width: 0;
}

/* line 44, components/public/app/assets/stylesheets/public/global/base.scss */
.lazyload {
  transition: opacity 500ms ease-in-out;
  opacity: 0;
  max-width: 100%;
}

/* line 48, components/public/app/assets/stylesheets/public/global/base.scss */
.lazyload--shown {
  opacity: 1;
  background: 0 0;
}

/* line 54, components/public/app/assets/stylesheets/public/global/base.scss */
a {
  color: #1e1e31;
  text-decoration: none;
}

/* line 58, components/public/app/assets/stylesheets/public/global/base.scss */
a:focus, a:hover {
  color: #1e1e31;
  text-decoration: none;
}

/* line 65, components/public/app/assets/stylesheets/public/global/base.scss */
a:active {
  outline: 0;
}

/* line 69, components/public/app/assets/stylesheets/public/global/base.scss */
textarea {
  overflow: auto;
}

/* line 73, components/public/app/assets/stylesheets/public/global/base.scss */
button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0px;
}

/* line 80, components/public/app/assets/stylesheets/public/global/base.scss */
input:focus,
button:focus,
textarea:focus {
  outline: 0;
}

/* line 86, components/public/app/assets/stylesheets/public/global/base.scss */
ul {
  list-style: none;
}

/* line 90, components/public/app/assets/stylesheets/public/global/base.scss */
h2,
h3,
h4 {
  font-weight: 500;
  color: #1c242b;
}

/* line 97, components/public/app/assets/stylesheets/public/global/base.scss */
.flex-vertical-align {
  display: flex;
  align-items: center;
}

/* line 102, components/public/app/assets/stylesheets/public/global/base.scss */
.hide {
  display: none !important;
}

/* line 106, components/public/app/assets/stylesheets/public/global/base.scss */
.show {
  display: block !important;
}

/* line 110, components/public/app/assets/stylesheets/public/global/base.scss */
.sr-only {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 1, components/public/app/assets/stylesheets/public/global/flash.scss */
.flash {
  border-radius: 5px;
  padding: 15px 30px;
  font-size: 16px;
  background: #f2f4f5;
  color: #555d61;
  text-align: center;
  margin: 20px 0;
}

/* line 10, components/public/app/assets/stylesheets/public/global/flash.scss */
.flash ul {
  list-style-type: disc;
}

/* line 12, components/public/app/assets/stylesheets/public/global/flash.scss */
.flash ul li {
  padding: 0;
  text-align: left;
  margin-bottom: 5px;
}

/* line 21, components/public/app/assets/stylesheets/public/global/flash.scss */
.flash--centered ul li {
  text-align: center;
}

/* line 27, components/public/app/assets/stylesheets/public/global/flash.scss */
.flash--wrong {
  background: #cc0132;
  color: white;
}

/* line 32, components/public/app/assets/stylesheets/public/global/flash.scss */
.flash--correct {
  background: #548602;
  color: white;
}

/* line 38, components/public/app/assets/stylesheets/public/global/flash.scss */
.flash--wrong a,
.flash--wrong a:hover, .flash--correct a,
.flash--correct a:hover {
  color: white;
  text-decoration: underline;
}

/* line 1, components/public/app/assets/stylesheets/public/global/layout.scss */
.layout {
  background-color: white;
  z-index: 1;
}

/* line 5, components/public/app/assets/stylesheets/public/global/layout.scss */
.layout__content {
  flex: 1 0 auto;
  width: 100%;
  padding: 60px 0;
  min-height: 1px;
  /* HACK: IE11 */
}

/* line 11, components/public/app/assets/stylesheets/public/global/layout.scss */
.layout__content__header {
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 600px;
  text-align: center;
}

/* line 17, components/public/app/assets/stylesheets/public/global/layout.scss */
.layout__content__header__title {
  color: #1c242b;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 10px;
}

/* line 24, components/public/app/assets/stylesheets/public/global/layout.scss */
.layout__content__header__subtitle {
  color: #a8afb3;
  font-size: 20px;
}

@media all and (max-width: 500px) {
  /* line 34, components/public/app/assets/stylesheets/public/global/layout.scss */
  .layout__content {
    padding: 80px 0 40px 0px;
  }
}

/* line 40, components/public/app/assets/stylesheets/public/global/layout.scss */
.js-hide {
  display: none !important;
}

/* line 45, components/public/app/assets/stylesheets/public/global/layout.scss */
.hidden-xs {
  display: none;
}

@media (min-width: 48em) {
  /* line 50, components/public/app/assets/stylesheets/public/global/layout.scss */
  .hidden-xs {
    display: block;
  }
  /* line 54, components/public/app/assets/stylesheets/public/global/layout.scss */
  .hidden-sm {
    display: none;
  }
}

@media (min-width: 64em) {
  /* line 60, components/public/app/assets/stylesheets/public/global/layout.scss */
  .hidden-sm {
    display: block;
  }
  /* line 64, components/public/app/assets/stylesheets/public/global/layout.scss */
  .hidden-md {
    display: none;
  }
}

@media (min-width: 75em) {
  /* line 70, components/public/app/assets/stylesheets/public/global/layout.scss */
  .hidden-md {
    display: block;
  }
  /* line 74, components/public/app/assets/stylesheets/public/global/layout.scss */
  .hidden-lg {
    display: none;
  }
}

/* line 17, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input {
  position: relative;
  color: #7c7c8b;
}

/* line 21, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input {
  width: 100%;
  border: 2px solid #a8a8b1;
  border-radius: 5px;
  padding: 13px;
  padding-top: 33px;
  font-size: 16px;
  border-radius: 8px;
  background: white;
  transition: border-color 0.1s ease;
  color: #25253d;
  height: 70px;
}

/* line 4, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input::-webkit-input-placeholder {
  color: #7c7c8b;
}

/* line 7, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input:-moz-placeholder {
  color: #7c7c8b;
}

/* line 10, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input::-moz-placeholder {
  color: #7c7c8b;
}

/* line 13, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input:-ms-input-placeholder {
  color: #7c7c8b;
}

/* line 38, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input:focus {
  border-color: #07a2ad;
  color: #25253d;
}

/* line 43, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input:focus ~ .text-input__label {
  color: #07a2ad;
}

/* line 47, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input:disabled {
  background-color: #e9e9ec;
  color: #7c7c8b;
}

/* line 53, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy {
  width: 100%;
  background-color: #ffffff;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: calc(8px + 2px);
  padding-bottom: calc(8px + 2px);
  margin-top: 8px;
  border: 2px solid #e9e9ec;
  border-radius: 8px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #25253d;
  transition: border-color 0.1s ease;
}

/* line 69, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy__icon {
  position: absolute;
  top: calc(40px + 2px);
  left: 12px;
}

/* line 4, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy::-webkit-input-placeholder {
  color: #a8a8b1;
}

/* line 7, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy:-moz-placeholder {
  color: #a8a8b1;
}

/* line 10, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy::-moz-placeholder {
  color: #a8a8b1;
}

/* line 13, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy:-ms-input-placeholder {
  color: #a8a8b1;
}

/* line 79, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy:focus {
  border-color: #07a2ad;
  color: #515164;
}

/* line 84, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__input-fancy:disabled {
  background-color: #f4f4f5;
  border-color: #d3d3d8;
  color: #515164;
}

/* line 91, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__label {
  position: absolute;
  top: 15px;
  left: 15px;
  padding-right: 30px;
  font-weight: 600;
  font-size: 14px;
  display: block;
  transition: color 0.1s ease;
  pointer-events: none;
  color: #7c7c8b;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  text-align: left;
}

/* line 111, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__label-fancy {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  transition: color 0.1s ease;
  pointer-events: none;
  color: #25253d;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 121, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input__icons {
  position: absolute;
  top: 19px;
  right: 9px;
}

/* line 128, components/public/app/assets/stylesheets/public/global/text-input.scss */
.text-input.text-input--with-icon .text-input__input-fancy {
  padding-left: calc(48px + 4px);
}

/* line 135, components/public/app/assets/stylesheets/public/global/text-input.scss */
.form__row.field_with_errors .text-input__input,
.form__row.field_with_errors .text-input__input-fancy,
.form__multi__element.field_with_errors .text-input__input,
.form__multi__element.field_with_errors .text-input__input-fancy,
.text-input .field_with_errors .text-input__input,
.text-input .field_with_errors .text-input__input-fancy {
  border: 2px solid #e51943;
}

/* line 140, components/public/app/assets/stylesheets/public/global/text-input.scss */
.form__row.field_with_errors .text-input__label,
.form__row.field_with_errors .text-input__label-fancy,
.form__multi__element.field_with_errors .text-input__label,
.form__multi__element.field_with_errors .text-input__label-fancy,
.text-input .field_with_errors .text-input__label,
.text-input .field_with_errors .text-input__label-fancy {
  color: #e51943;
  text-align: left;
}

/* line 1, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.checkbox {
  margin-bottom: 20px;
}

/* line 4, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.checkbox__input {
  flex: none;
  margin-right: 5px;
  vertical-align: middle;
}

/* line 10, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.checkbox__label {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  color: #515164;
}

/* line 18, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.checkbox__label--fancy {
  font-size: 14px;
  line-height: 24px;
}

/* line 22, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.checkbox__label a {
  color: #515164;
  text-decoration: underline;
}

/* line 26, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.checkbox__label a.link-primary {
  cursor: pointer;
  color: #07a2ad;
  text-decoration: none;
}

/* line 33, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.checkbox .field_with_errors {
  display: inline-flex;
}

/* line 40, components/public/app/assets/stylesheets/public/global/checkbox.scss */
.form__row.field_with_errors .checkbox__label,
.checkbox .field_with_errors .checkbox__label {
  color: #cc0132;
}

/* line 3, components/public/app/assets/stylesheets/public/global/select.scss */
.select {
  position: relative;
}

/* line 6, components/public/app/assets/stylesheets/public/global/select.scss */
.select__input {
  font-size: 16px;
  padding: 13px;
  padding-top: 33px;
  border: 2px solid #a8a8b1;
  border-radius: 8px;
  background: white;
  transition: border-color 0.1s ease;
  width: 100%;
  background-image: linear-gradient(45deg, transparent 50%, #7c7c8b 50%), linear-gradient(135deg, #7c7c8b 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(2em + 2px), calc(100% - 15px) calc(2em + 2px), calc(100% - 0.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
  background-repeat: no-repeat;
  height: 70px;
}

/* line 23, components/public/app/assets/stylesheets/public/global/select.scss */
.select__input:focus {
  border-color: #07a2ad;
  color: #515164;
}

/* line 28, components/public/app/assets/stylesheets/public/global/select.scss */
.select__input:disabled {
  background-color: #f4f4f5;
  border-color: #d3d3d8;
  color: #515164;
}

/* line 34, components/public/app/assets/stylesheets/public/global/select.scss */
.select__input:focus ~ .select__label {
  color: #07a2ad;
}

/* line 41, components/public/app/assets/stylesheets/public/global/select.scss */
.select__input-fancy {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  padding: calc(8px + 2px) 12px;
  padding-right: 32px;
  margin-top: 8px;
  border: 2px solid #a8a8b1;
  border-radius: 8px;
  background: white;
  transition: border-color 0.1s ease;
  width: 100%;
  background-image: url(/assets/public/chevron-down-2029733bca45bdfdb70c01051d2a1fcd81b2f60ab3989c1106fdc51202b81ce1.svg);
  background-position: right 8px center;
  background-size: 24px;
  background-repeat: no-repeat;
}

/* line 57, components/public/app/assets/stylesheets/public/global/select.scss */
.select__input-fancy:focus {
  border-color: #07a2ad;
  color: #515164;
}

/* line 62, components/public/app/assets/stylesheets/public/global/select.scss */
.select__input-fancy:disabled {
  background-color: #f4f4f5;
  border-color: #d3d3d8;
  color: #515164;
}

/* line 69, components/public/app/assets/stylesheets/public/global/select.scss */
.select__label {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #7c7c8b;
  font-weight: 600;
  font-size: 14px;
  display: block;
  transition: color 0.1s ease;
  pointer-events: none;
  color: #7c7c8b;
}

/* line 84, components/public/app/assets/stylesheets/public/global/select.scss */
.select__label-fancy {
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  color: #25253d;
  transition: color 0.1s ease;
  pointer-events: none;
}

/* line 96, components/public/app/assets/stylesheets/public/global/select.scss */
.form__row.field_with_errors .select__input,
.form__multi__element.field_with_errors .select__input,
.field_with_errors .select__input {
  border: 2px solid #cc0132;
}

/* line 100, components/public/app/assets/stylesheets/public/global/select.scss */
.form__row.field_with_errors .select__label,
.form__multi__element.field_with_errors .select__label,
.field_with_errors .select__label {
  color: #cc0132;
}

/* line 4, components/public/app/assets/stylesheets/public/global/form.scss */
.form__wrapper {
  margin-top: 3rem;
}

@media all and (min-width: 576px) {
  /* line 4, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__wrapper {
    margin-top: 2rem;
  }
}

/* line 10, components/public/app/assets/stylesheets/public/global/form.scss */
.form__container-wrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

@media all and (max-width: 1024px) {
  /* line 15, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__container-wrapper--fancy {
    display: flex;
    justify-content: center;
  }
}

@media all and (min-width: 1024px) {
  /* line 15, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__container-wrapper--fancy {
    margin-top: 128px;
  }
}

/* line 27, components/public/app/assets/stylesheets/public/global/form.scss */
.form__container {
  background-color: white;
  width: 100%;
  border-radius: 1rem;
  padding: 3rem;
}

/* line 33, components/public/app/assets/stylesheets/public/global/form.scss */
.form__container--with-box-shadow {
  box-shadow: 0 10px 60px #d3d3d8;
}

/* line 37, components/public/app/assets/stylesheets/public/global/form.scss */
.form__container--fancy {
  padding: 40px;
  width: 100%;
  max-width: none;
  box-shadow: 0px 0px 4px rgba(28, 36, 43, 0.08), 0px 8px 24px rgba(28, 36, 43, 0.12), 0px 16px 80px rgba(28, 36, 43, 0.08);
}

@media all and (min-width: 576px) {
  /* line 37, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__container--fancy {
    width: 440px;
  }
}

/* line 49, components/public/app/assets/stylesheets/public/global/form.scss */
.form__container--full-expanded {
  max-width: 100%;
}

/* line 54, components/public/app/assets/stylesheets/public/global/form.scss */
.form__header, .form__description {
  margin-bottom: 3rem;
}

/* line 60, components/public/app/assets/stylesheets/public/global/form.scss */
.form__header:last-child {
  margin-bottom: 0;
}

/* line 65, components/public/app/assets/stylesheets/public/global/form.scss */
.form__description {
  font-size: 16px;
  line-height: 25px;
  color: #555d61;
}

/* line 71, components/public/app/assets/stylesheets/public/global/form.scss */
.form__action a {
  display: block;
}

/* line 77, components/public/app/assets/stylesheets/public/global/form.scss */
.form__footer-list__item {
  margin-bottom: 2rem;
  width: 100%;
}

/* line 80, components/public/app/assets/stylesheets/public/global/form.scss */
.form__footer-list__item:last-child {
  margin-bottom: 0;
}

/* line 86, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row {
  margin-bottom: 2rem;
  text-align: left;
}

/* line 90, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row__col {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  /* line 90, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__row__col {
    margin-bottom: 0;
  }
}

/* line 97, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row .inline-inputs {
  display: flex;
  justify-content: center;
  place-content: center;
  flex-direction: row;
  text-align: center;
  white-space: nowrap;
}

/* line 105, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row .inline-inputs .text-input__input-fancy__icon {
  top: 21px;
}

/* line 109, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row .inline-inputs ::-moz-placeholder {
  left: 0;
}
.form__row .inline-inputs :-ms-input-placeholder {
  left: 0;
}
.form__row .inline-inputs ::placeholder {
  left: 0;
}

@media all and (max-width: 665px) {
  /* line 97, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__row .inline-inputs {
    flex-direction: column;
    white-space: inherit;
  }
}

/* line 117, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row .inline-inputs input {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 16px;
}

/* line 123, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row .inline-inputs button,
.form__row .inline-inputs input {
  height: 48px;
}

@media all and (max-width: 665px) {
  /* line 123, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__row .inline-inputs button,
.form__row .inline-inputs input {
    width: 100% !important;
  }
}

/* line 131, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row .inline-inputs .text-input__input-fancy {
  width: 341px;
  padding-left: 40px;
}

/* line 135, components/public/app/assets/stylesheets/public/global/form.scss */
.form__row .inline-inputs .button {
  white-space: nowrap;
  width: auto;
  padding-left: 32px;
  padding-right: 32px;
}

/* line 144, components/public/app/assets/stylesheets/public/global/form.scss */
.form__multi {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

/* line 148, components/public/app/assets/stylesheets/public/global/form.scss */
.form__multi__element {
  margin-bottom: 20px;
  flex: 0 1 100%;
}

/* line 151, components/public/app/assets/stylesheets/public/global/form.scss */
.form__multi__element:last-child {
  margin-bottom: 0;
}

@media all and (min-width: 576px) {
  /* line 144, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__multi {
    flex-wrap: nowrap;
  }
  /* line 158, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__multi__element {
    margin-bottom: 0;
    flex: 0 1 50%;
    margin-right: 20px;
  }
  /* line 163, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__multi__element:last-child {
    margin-right: 0px;
  }
}

/* line 170, components/public/app/assets/stylesheets/public/global/form.scss */
.form__footer {
  margin-top: 4rem;
  padding: 0 3rem;
  text-align: center;
  width: 100%;
}

@media all and (min-width: 576px) {
  /* line 170, components/public/app/assets/stylesheets/public/global/form.scss */
  .form__footer {
    padding: 0 4rem;
  }
}

/* line 180, components/public/app/assets/stylesheets/public/global/form.scss */
.form .small-text-checkbox {
  font-size: 14px;
  line-height: 20px;
  display: block;
  color: #555d61;
  line-height: 22px;
  margin-left: 23px;
  margin-top: 5px;
}

/* line 187, components/public/app/assets/stylesheets/public/global/form.scss */
.form .small-text-checkbox__link {
  font-size: 14px;
  line-height: 20px;
  line-height: 15px;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(85, 93, 97, 0.3);
}

/* line 196, components/public/app/assets/stylesheets/public/global/form.scss */
.form__saml_link {
  font-size: 16px;
  line-height: 25px;
  margin-top: 3rem;
  display: inline-block;
  text-decoration: underline;
  color: #06838c;
  font-weight: 500;
}

/* line 5, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.chat-hubspot-loading {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

/* line 13, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.hubspot-fake-chat {
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  text-align: center;
}

/* line 21, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.hubspot-fake-chat__title {
  font-size: 24px;
  line-height: 35px;
}

/* line 24, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.hubspot-fake-chat__description {
  font-size: 16px;
  line-height: 28px;
}

/* line 29, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 10000;
}

/* line 35, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint-wrapper {
  --conversation-width: 0px;
  --conversation-height: 0px;
  width: var(--conversation-width);
  height: var(--conversation-height);
  background-color: white;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
}

/* line 47, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint-wrapper.isActive {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  opacity: 1;
}

/* line 54, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint-wrapper #hubspot-conversations-inline-parent iframe {
  border: 0;
  width: var(--conversation-width);
  height: var(--conversation-height);
}

/* line 62, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble {
  transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
  opacity: 0;
  transform: rotate(25deg) scale(0);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 6px, rgba(0, 0, 0, 0.2) 0px 2px 24px;
  border: none;
  position: relative;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

/* line 73, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble .iconSvg {
  display: none;
}

/* line 77, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble.normal {
  background-color: #07a2ad;
}

/* line 79, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble.normal .bubbleIcon {
  display: block;
}

/* line 83, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble.whatsapp {
  background-color: #25d366;
}

/* line 85, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble.whatsapp .whatsappIcon {
  display: block;
}

/* line 90, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble .hubspot-icon {
  transition: transform 0.16s linear 0s, opacity 0.06s linear 0s;
}

/* line 92, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble .hubspot-icon.isActive {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* line 98, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble .hubspot-icon-close {
  opacity: 0;
  transform: rotate(25deg) scale(0);
}

/* line 103, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble .hubspot-icon-open {
  opacity: 0;
  transform: rotate(-25deg) scale(0);
}

/* line 107, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble .hubspotCloseIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 20px;
  height: 20px;
}

/* line 117, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble .hubspotConversationIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 32px;
  height: 30px;
}

/* line 126, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint #hubspot-bubble.isVisible {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

/* line 133, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint {
  left: auto;
  right: 16px;
  text-align: right;
}

/* line 138, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.z-hubspotChat {
  right: 16px;
  left: auto;
}

/* line 142, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
#hubspot-chat-entrypoint-wrapper {
  right: 0;
  left: auto;
}

/* line 146, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.opp-chat-modal {
  background: white;
  border-radius: 3px;
  padding: 24px 16px 16px;
  position: fixed;
  bottom: 90px;
  right: 20px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.3s;
  pointer-events: none;
  z-index: 999;
}

/* line 158, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.opp-chat-modal.visible {
  opacity: 1;
  pointer-events: initial;
}

/* line 162, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.opp-chat-modal .opp-chat-close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  cursor: pointer;
}

/* line 168, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.opp-chat-modal .opp-chat-close svg {
  opacity: 0.4;
  width: 12px;
}

/* line 173, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.opp-chat-modal .opp-chat-text {
  color: #555d61;
}

/* line 176, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.opp-chat-modal .opp-chat-avatar {
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 182, components/public/app/assets/stylesheets/public/components/hubspot_fake_button.scss */
.opp-chat-modal .opp-chat-avatar img {
  width: 40px;
  height: 40px;
  display: inline;
}

/* line 13, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.p-1 {
  padding: 4px;
}

/* line 17, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.p-2 {
  padding: 8px;
}

/* line 21, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.py-0\.5 {
  padding-top: 2px;
  padding-bottom: 2px;
}

/* line 24, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.py-4 {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* line 28, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.py-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

/* line 32, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.px-2 {
  padding-left: 8px;
  padding-right: 8px;
}

/* line 35, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.px-5 {
  padding-left: 20px;
  padding-right: 20px;
}

/* line 39, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

/* line 43, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.pt-4 {
  padding-top: 16px;
}

/* line 47, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.pt-8 {
  padding-top: 32px;
}

/* line 51, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.pb-4 {
  padding-bottom: 16px;
}

/* line 55, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
.pb-6 {
  padding-bottom: 24px;
}

@media all and (max-width: 1025px) {
  /* line 61, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .md\:pt-8 {
    padding-top: 32px;
  }
  /* line 65, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .md\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media all and (min-width: 1025px) {
  /* line 73, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 77, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:py-8 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  /* line 81, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:px-12 {
    padding-left: 48px;
    padding-right: 48px;
  }
  /* line 85, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:pt-0 {
    padding-top: 0;
  }
  /* line 89, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:pt-8 {
    padding-top: 32px;
  }
  /* line 93, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  /* line 97, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:pb-12 {
    padding-bottom: 48px;
  }
  /* line 101, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:pr-10 {
    padding-right: 40px;
  }
  /* line 105, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:pl-6 {
    padding-left: 24px;
  }
  /* line 109, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:pl-12 {
    padding-left: 48px;
  }
  /* line 113, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:px-6 {
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 117, components/public/app/assets/stylesheets/public/global/design_tokens/paddings.scss */
  .lg\:px-10 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

/* line 8, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
.mx-6 {
  margin-left: 24px;
  margin-right: 24px;
}

/* line 12, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
.mt-2 {
  margin-top: 8px;
}

/* line 16, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
.mb-2 {
  margin-bottom: 8px;
}

/* line 20, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
.mt-8 {
  margin-top: 32px;
}

/* line 24, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
.mt-12 {
  margin-top: 48px;
}

@media all and (min-width: 1025px) {
  /* line 30, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 34, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
  .lg\:mt-0 {
    margin-top: 0;
  }
  /* line 38, components/public/app/assets/stylesheets/public/global/design_tokens/margins.scss */
  .lg\:ml-10 {
    margin-left: 40px;
  }
}

/* line 1, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
.grid {
  display: grid;
}

@media all and (min-width: 1025px) {
  /* line 7, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:grid {
    display: grid;
  }
  /* line 11, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  /* line 15, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  /* line 19, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  /* line 23, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  /* line 27, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  /* line 31, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }
  /* line 35, components/public/app/assets/stylesheets/public/global/design_tokens/grid.scss */
  .lg\:gap-x-10 {
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}

/* line 16, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

/* line 22, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8px * var(--tw-space-x-reverse));
  margin-left: calc(8px * (1 - var(--tw-space-x-reverse)));
}

/* line 28, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12px * var(--tw-space-x-reverse));
  margin-left: calc(12px * (1 - var(--tw-space-x-reverse)));
}

/* line 34, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16px * var(--tw-space-x-reverse));
  margin-left: calc(16px * (1 - var(--tw-space-x-reverse)));
}

/* line 40, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24px * var(--tw-space-x-reverse));
  margin-left: calc(24px * (1 - var(--tw-space-x-reverse)));
}

/* line 47, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4px * var(--tw-space-y-reverse));
}

/* line 52, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16px * var(--tw-space-y-reverse));
}

/* line 57, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24px * var(--tw-space-y-reverse));
}

/* line 62, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(32px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(32px * var(--tw-space-y-reverse));
}

@media all and (min-width: 1025px) {
  /* line 72, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(32px * var(--tw-space-x-reverse));
    margin-left: calc(32px * (1 - var(--tw-space-x-reverse)));
  }
  /* line 79, components/public/app/assets/stylesheets/public/global/design_tokens/space_classes.scss */
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0 * (1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0 * var(--tw-space-y-reverse));
  }
}

@-webkit-keyframes pop_out {
  0% {
    top: -1rem;
  }
  100% {
    top: 0;
  }
}

@keyframes pop_out {
  0% {
    top: -1rem;
  }
  100% {
    top: 0;
  }
}

@-webkit-keyframes pop {
  0% {
    top: 0;
  }
  100% {
    top: -1rem;
  }
}

@keyframes pop {
  0% {
    top: 0;
  }
  100% {
    top: -1rem;
  }
}

@-webkit-keyframes shadow_out {
  0% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
  100% {
    box-shadow: none;
  }
}

@keyframes shadow_out {
  0% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
  100% {
    box-shadow: none;
  }
}

@-webkit-keyframes shadow_pop {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
}

@keyframes shadow_pop {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
}

/* line 4, components/public/app/assets/stylesheets/public/global/button.scss */
.button {
  font-size: 16px;
  line-height: 28px;
  border-radius: 10rem;
  color: white;
  border: none;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  padding: 18px 30px;
  cursor: pointer;
  border: 2px solid transparent;
  white-space: inherit;
  display: inline-block;
}

/* line 18, components/public/app/assets/stylesheets/public/global/button.scss */
.button:hover {
  text-decoration: none;
}

/* line 22, components/public/app/assets/stylesheets/public/global/button.scss */
.button--bold {
  font-weight: 600;
}

/* line 26, components/public/app/assets/stylesheets/public/global/button.scss */
.button--light {
  font-weight: 500;
}

/* line 30, components/public/app/assets/stylesheets/public/global/button.scss */
.button--lighter {
  font-weight: 200;
}

/* line 34, components/public/app/assets/stylesheets/public/global/button.scss */
.button--rounded {
  border-radius: 10rem;
}

/* line 38, components/public/app/assets/stylesheets/public/global/button.scss */
.button--rounded-sm {
  border-radius: 1rem;
}

/* line 42, components/public/app/assets/stylesheets/public/global/button.scss */
.button--lightGrey {
  background: #dfe3e6;
  color: #555d61;
}

/* line 46, components/public/app/assets/stylesheets/public/global/button.scss */
.button--lightGrey--outline {
  background: none;
  border-color: #dfe3e6;
  color: #695ee8;
}

/* line 51, components/public/app/assets/stylesheets/public/global/button.scss */
.button--lightGrey--outline:hover, .button--lightGrey--outline:focus {
  color: #695ee8;
}

/* line 56, components/public/app/assets/stylesheets/public/global/button.scss */
.button--lightGrey--outline:active {
  background: none;
  border-color: #dfe3e6;
  color: #695ee8;
}

/* line 64, components/public/app/assets/stylesheets/public/global/button.scss */
.button--grey {
  background: #dfe3e6;
  color: #555d61;
}

/* line 68, components/public/app/assets/stylesheets/public/global/button.scss */
.button--grey:hover, .button--grey:focus {
  color: #555d61;
}

/* line 73, components/public/app/assets/stylesheets/public/global/button.scss */
.button--grey:active {
  background: #d1d6db;
  color: #495053;
}

/* line 79, components/public/app/assets/stylesheets/public/global/button.scss */
.button--negative {
  background: white;
  color: #25253d;
}

/* line 83, components/public/app/assets/stylesheets/public/global/button.scss */
.button--negative--outline {
  background: none;
  border-color: white;
  color: white;
}

/* line 88, components/public/app/assets/stylesheets/public/global/button.scss */
.button--negative--outline:hover, .button--negative--outline:focus {
  color: white;
}

/* line 93, components/public/app/assets/stylesheets/public/global/button.scss */
.button--negative--outline:active {
  background: none;
  border-color: #e6e6e6;
  color: #e6e6e6;
}

/* line 101, components/public/app/assets/stylesheets/public/global/button.scss */
.button--newNegative {
  background: white;
  color: #515164;
  border: 2px solid #d3d3d8;
}

/* line 106, components/public/app/assets/stylesheets/public/global/button.scss */
.button--newNegative:hover, .button--newNegative:focus {
  background: #dfe3e6;
}

/* line 112, components/public/app/assets/stylesheets/public/global/button.scss */
.button--brand {
  background: #ff355e;
}

/* line 115, components/public/app/assets/stylesheets/public/global/button.scss */
.button--brand:disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 120, components/public/app/assets/stylesheets/public/global/button.scss */
.button--brand:hover, .button--brand:focus {
  background: #e51943;
  color: white;
}

/* line 126, components/public/app/assets/stylesheets/public/global/button.scss */
.button--brand--outline {
  background: none;
  border-color: #25253d;
  color: #25253d;
}

/* line 131, components/public/app/assets/stylesheets/public/global/button.scss */
.button--brand--outline:hover, .button--brand--outline:focus {
  background: rgba(40, 40, 61, 0.05);
  color: #25253d;
}

/* line 139, components/public/app/assets/stylesheets/public/global/button.scss */
.button--newBrand {
  background: white;
  color: #ff355e;
  border: 2px solid #ff355e;
}

/* line 144, components/public/app/assets/stylesheets/public/global/button.scss */
.button--newBrand:hover, .button--newBrand:focus {
  background: #ffebef;
}

/* line 150, components/public/app/assets/stylesheets/public/global/button.scss */
.button--correct {
  background: #548602;
}

/* line 153, components/public/app/assets/stylesheets/public/global/button.scss */
.button--correct:hover, .button--correct:focus {
  color: white;
}

/* line 158, components/public/app/assets/stylesheets/public/global/button.scss */
.button--correct:active {
  background: #355401;
}

/* line 162, components/public/app/assets/stylesheets/public/global/button.scss */
.button--correct--outline {
  background: none;
  border-color: #548602;
  color: #548602;
}

/* line 167, components/public/app/assets/stylesheets/public/global/button.scss */
.button--correct--outline:hover, .button--correct--outline:focus {
  color: #548602;
}

/* line 172, components/public/app/assets/stylesheets/public/global/button.scss */
.button--correct--outline:active {
  background: none;
  border-color: #355401;
  color: #355401;
}

/* line 180, components/public/app/assets/stylesheets/public/global/button.scss */
.button--wrong {
  background: #cc0132;
}

/* line 183, components/public/app/assets/stylesheets/public/global/button.scss */
.button--wrong:active {
  background: #990126;
}

/* line 187, components/public/app/assets/stylesheets/public/global/button.scss */
.button--wrong:hover, .button--wrong:focus {
  color: white;
}

/* line 192, components/public/app/assets/stylesheets/public/global/button.scss */
.button--wrong--outline {
  background: none;
  border-color: #cc0132;
  color: #cc0132;
}

/* line 197, components/public/app/assets/stylesheets/public/global/button.scss */
.button--wrong--outline:hover, .button--wrong--outline:focus {
  color: #cc0132;
}

/* line 202, components/public/app/assets/stylesheets/public/global/button.scss */
.button--wrong--outline:active {
  background: none;
  border-color: #990126;
  color: #990126;
}

/* line 210, components/public/app/assets/stylesheets/public/global/button.scss */
.button--full-width {
  display: block;
  width: 100%;
}

/* line 215, components/public/app/assets/stylesheets/public/global/button.scss */
.button--xs, .button--small, .button--medium, .button--big {
  font-size: 16px;
  line-height: 28px;
}

/* line 222, components/public/app/assets/stylesheets/public/global/button.scss */
.button--xs {
  padding: 0 16px;
}

/* line 226, components/public/app/assets/stylesheets/public/global/button.scss */
.button--small {
  padding: 6px 16px;
}

/* line 230, components/public/app/assets/stylesheets/public/global/button.scss */
.button--medium {
  padding: 10px 16px;
  border: none;
}

/* line 235, components/public/app/assets/stylesheets/public/global/button.scss */
.button--big {
  padding: 18px 40px;
}

/* line 239, components/public/app/assets/stylesheets/public/global/button.scss */
.button--shadow {
  box-shadow: none;
  -webkit-animation: shadow_out 0.4s ease;
          animation: shadow_out 0.4s ease;
}

/* line 243, components/public/app/assets/stylesheets/public/global/button.scss */
.button--shadow:hover {
  -webkit-animation: shadow_pop 0.4s ease;
          animation: shadow_pop 0.4s ease;
  box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
}

/* line 249, components/public/app/assets/stylesheets/public/global/button.scss */
.button--xs-font {
  font-size: 14px;
}

/* line 254, components/public/app/assets/stylesheets/public/global/button.scss */
.button--brand.button--gradient {
  background-image: linear-gradient(297.64deg, #695ee8 16.49%, #73ace6 99.57%);
  background-origin: border-box;
}

/* line 1, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton {
  display: inline-block;
  border-radius: 10rem;
  color: white;
  border: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  padding: 13px 23px;
  cursor: pointer;
  border: 2px solid transparent;
}

/* line 14, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--negative {
  box-shadow: 0 0 0px 1px white;
  color: white;
}

/* line 18, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--negative:active {
  box-shadow: 0 0 0px 1px #e6e6e6;
  color: #e6e6e6;
}

/* line 24, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--terciary {
  box-shadow: 0 0 0px 1px #25253d;
  color: #25253d;
}

/* line 28, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--terciary:hover {
  color: #25253d;
}

/* line 32, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--terciary:active {
  box-shadow: 0 0 0px 1px #646470;
}

/* line 37, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--full-width {
  width: 100%;
}

/* line 41, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--small {
  font-size: 16px;
  line-height: 25px;
  line-height: 20px;
  padding: 8px 20px;
}

/* line 47, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--big {
  font-size: 16px;
  line-height: 25px;
  line-height: 25px;
  padding: 18px 40px;
}

/* line 53, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--rounded {
  border-radius: 100rem;
}

/* line 57, components/public/app/assets/stylesheets/public/global/ghost-button.scss */
.ghostButton--primary-border {
  border-color: #ff355e;
}

/* line 1, components/public/app/assets/stylesheets/public/global/phone-button.scss */
.phoneButton {
  display: flex;
  flex-direction: row;
  align-items: center;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  color: #ff355e;
  font-size: 16px;
  line-height: 28px;
  padding: 2px 10px;
  background-color: rgba(255, 53, 94, 0.05);
}

/* line 2, components/public/app/assets/stylesheets/public/global/phone-button.scss */
.phoneButton:not(.mobile) {
  margin-right: 10px;
}

/* line 15, components/public/app/assets/stylesheets/public/global/phone-button.scss */
.phoneButton--text {
  margin-left: 5px;
  color: #ff355e;
}

/* line 19, components/public/app/assets/stylesheets/public/global/phone-button.scss */
.phoneButton.mobile {
  background-color: #e9e9ec;
}

/* line 22, components/public/app/assets/stylesheets/public/global/phone-button.scss */
.phoneButton svg path {
  fill: #ff355e;
}

/* line 1, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner {
  position: relative;
  right: 0;
  top: 0;
  left: 0;
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  background: #ffffff;
  box-shadow: inset 0px -1px 0px #dfe3e6;
}

/* line 16, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner > div {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
}

/* line 21, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner > div.group-left > div {
  margin-left: 15px;
}

/* line 24, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner > div.group-left > div.factorial-logo {
  height: 40px;
}

/* line 29, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner > div.group-right > a {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

/* line 36, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner .caption {
  margin-left: 10px;
  line-height: 20px;
}

/* line 40, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner .caption .head {
  color: #1c242b;
  font-weight: bold;
}

/* line 45, components/public/app/assets/stylesheets/public/global/app_banner.scss */
.app-banner .caption .description {
  color: #555d61;
}

/* line 3, components/public/app/assets/stylesheets/public/global/phone_banner.scss */
.phone-banner {
  position: relative;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  background-color: #e6f6f7;
}

/* line 10, components/public/app/assets/stylesheets/public/global/phone_banner.scss */
.phone-banner .caption {
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px;
  color: #07a2ad;
}

/* line 14, components/public/app/assets/stylesheets/public/global/phone_banner.scss */
.phone-banner .caption .phone-inline {
  font-weight: 600;
}

/* line 1, components/public/app/assets/stylesheets/public/global/container.scss */
.container-fluid,
.container {
  max-width: 1230px;
  padding-left: 3rem;
  padding-right: 3rem;
}

/* line 8, components/public/app/assets/stylesheets/public/global/container.scss */
.container-fluid--responsive {
  padding-left: 2rem;
  padding-right: 2rem;
}

@media all and (min-width: 768px) {
  /* line 8, components/public/app/assets/stylesheets/public/global/container.scss */
  .container-fluid--responsive {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

/* line 1, components/public/app/assets/stylesheets/public/components/utils.scss */
.right-aligned {
  text-align: right;
}

/* line 6, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg p {
  margin-bottom: 20px;
}

/* line 10, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg strong {
  font-weight: 500;
  display: contents;
}

/* line 15, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg i {
  display: contents;
}

/* line 19, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg ul {
  list-style: inherit;
  padding-left: 20px;
}

/* line 23, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg ul li {
  margin-top: 10px;
}

/* line 29, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg--fancy-bullets ul {
  list-style: none;
  padding: 0;
}

/* line 34, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg--fancy-bullets li {
  color: #515164;
  display: flex;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  padding: 0.4rem 1rem;
}

@media all and (max-width: 768px) {
  /* line 34, components/public/app/assets/stylesheets/public/components/utils.scss */
  .cms-wysiwyg--fancy-bullets li {
    font-size: 16px;
  }
}

/* line 47, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg--fancy-bullets li:before {
  content: '';
  min-width: 25px;
  height: 25px;
  margin-right: 10px;
  margin-top: 6px;
  line-height: 30px;
  background-repeat: no-repeat;
  background-image: url(/assets/public/checkbox-88f5f9ddec12fb104610ee10996aefc9e5c9fa5d1c505573fba4cf278f9cf77e.svg);
}

/* line 59, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg--fancy-bullets--white li {
  color: #f5f5ff;
}

/* line 63, components/public/app/assets/stylesheets/public/components/utils.scss */
.cms-wysiwyg--fancy-bullets--white li:before {
  background-image: url(/assets/public/checkbox-white-587a12d740263778f4f1ba1cdec26fa1f80d6e430c1a36bdbdbb0db1666140fe.svg);
}

@media only screen and (min-width: 768px) {
  /* line 75, components/public/app/assets/stylesheets/public/components/utils.scss */
  .gutter--1 {
    margin-left: 2rem;
  }
}

/* line 81, components/public/app/assets/stylesheets/public/components/utils.scss */
.title-line {
  background-color: #07a2ad;
  width: 4rem;
  height: 0.2rem;
  margin-bottom: 3rem;
}

@media only screen and (min-width: 576px) {
  /* line 81, components/public/app/assets/stylesheets/public/components/utils.scss */
  .title-line {
    margin-bottom: 4rem;
  }
}

/* line 90, components/public/app/assets/stylesheets/public/components/utils.scss */
.title-line--accent {
  background-color: #f5ba58;
}

/* line 94, components/public/app/assets/stylesheets/public/components/utils.scss */
.title-line--correct {
  background-color: #548602;
}

/* line 99, components/public/app/assets/stylesheets/public/components/utils.scss */
.math {
  background-color: #f2f4f5;
  border-left: 4px solid #dfe3e6;
  padding: 3rem;
  display: block;
  margin-bottom: 3rem;
}

/* line 107, components/public/app/assets/stylesheets/public/components/utils.scss */
.icon-pill {
  border-radius: 15px;
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* line 114, components/public/app/assets/stylesheets/public/components/utils.scss */
.icon-pill--big {
  height: 60px;
  width: 60px;
}

/* line 120, components/public/app/assets/stylesheets/public/components/utils.scss */
.text-gradient {
  background-image: linear-gradient(297.64deg, #695ee8 16.49%, #73ace6 99.57%);
  background-origin: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

/* line 124, components/public/app/assets/stylesheets/public/components/utils.scss */
.animated-link {
  transition: color 0.3s ease;
  text-decoration: underline;
}

/* line 127, components/public/app/assets/stylesheets/public/components/utils.scss */
.animated-link--terciary {
  color: #555d61;
}

/* line 129, components/public/app/assets/stylesheets/public/components/utils.scss */
.animated-link--terciary:hover {
  color: #a8afb3;
}

/* line 1, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa {
  margin-bottom: 12rem;
}

/* line 3, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-title {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 576px) {
  /* line 3, components/public/app/assets/stylesheets/public/components/qa.scss */
  .qa-title {
    margin-bottom: 6rem;
  }
}

/* line 9, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-list {
  list-style: none;
}

/* line 12, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item {
  border-bottom: 1px solid #a8a8b1;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 2.5rem;
}

/* line 19, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item-question {
  cursor: pointer;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
  color: #25253d;
}

@media only screen and (min-width: 576px) {
  /* line 19, components/public/app/assets/stylesheets/public/components/qa.scss */
  .qa-item-question {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 29, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item-answer {
  font-size: 16px;
  line-height: 28px;
  color: #25253d;
  margin-top: 1rem;
  display: none;
}

@media only screen and (min-width: 576px) {
  /* line 29, components/public/app/assets/stylesheets/public/components/qa.scss */
  .qa-item-answer {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 37, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item-answer a {
  transition: color 0.3s ease;
  font-weight: 500;
  color: #07a2ad;
}

/* line 42, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item-answer a:hover {
  color: #06838c;
}

/* line 47, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item-icon {
  position: absolute;
  width: 0.7rem;
  top: 1rem;
  left: 0;
}

/* line 52, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item-icon::before {
  transition: transform 0.4s ease;
  content: '';
  border-style: solid;
  color: #25253d;
  height: 0.7rem;
  width: 0.7rem;
  border-width: 0 0.15em 0.15em 0;
  display: flex;
  transform: rotate(-45deg);
}

/* line 66, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item--open .qa-item-icon::before {
  transform: rotate(45deg);
}

/* line 71, components/public/app/assets/stylesheets/public/components/qa.scss */
.qa-item--open .qa-item-answer {
  display: block;
}

/* line 1, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
.tag {
  border-radius: 10rem;
  font-size: 14px;
  line-height: 24px;
  display: inline-block;
  font-weight: 700;
  padding: 0.4rem 1rem;
}

/* line 7, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
.tag--brand {
  color: #e51943;
  background-color: rgba(255, 53, 94, 0.2);
}

/* line 12, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
.tag--small {
  padding: 0.5rem 1rem;
  font-size: 12px;
  line-height: 15px;
}

/* line 18, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
.tag--uppercase {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* line 24, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
.cloud-tags {
  margin-top: 6rem;
}

/* line 26, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
.cloud-tags__item {
  text-align: center;
  font-weight: 500;
  margin-bottom: 3rem;
  padding: 1rem 3rem;
}

@media all and (min-width: 576px) {
  /* line 26, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
  .cloud-tags__item {
    margin-right: 3rem;
  }
}

/* line 35, components/public/app/assets/stylesheets/public/components/cloud_tags.scss */
.cloud-tags__item svg {
  margin-right: 4px;
}

/* line 1, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.company-logos {
  display: flex;
  flex-direction: column;
}

/* line 5, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.company-logos__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #555d61;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

/* line 15, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.company-logos__image {
  margin-bottom: 3rem;
}

/* line 17, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.company-logos__image img {
  width: 100%;
  height: auto;
}

/* line 23, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.company-logos__image--invisible {
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  margin-bottom: 0;
  height: 0;
}

/* line 28, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.company-logos__image--invisible img {
  height: 0;
}

@media only screen and (min-width: 768px) {
  /* line 15, components/public/app/assets/stylesheets/public/components/company-logos.scss */
  .company-logos__image {
    justify-content: center;
    align-items: center;
    height: auto;
  }
  /* line 39, components/public/app/assets/stylesheets/public/components/company-logos.scss */
  .company-logos__image--invisible {
    height: 0;
  }
}

/* line 45, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.company-logos__logos {
  display: flex;
  justify-content: center;
  height: 112px;
}

@media only screen and (max-width: 768px) {
  /* line 45, components/public/app/assets/stylesheets/public/components/company-logos.scss */
  .company-logos__logos {
    min-height: 200px;
    height: auto;
  }
}

/* line 57, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.grid-company-logos {
  margin-top: 3rem;
  display: flex;
  max-height: 200px;
}

/* line 62, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.grid-company-logos__image {
  margin-bottom: 2rem;
}

/* line 64, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.grid-company-logos__image img {
  width: 136px;
  height: 28px;
}

/* line 71, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.forms-company-logos {
  margin-top: 6rem;
  justify-content: left;
  height: 160px;
}

@media all and (max-width: 1024px) {
  /* line 71, components/public/app/assets/stylesheets/public/components/company-logos.scss */
  .forms-company-logos {
    display: none;
  }
}

/* line 80, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.forms-company-logos__title {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  color: #555d61;
  text-transform: uppercase;
  margin-bottom: 4rem;
}

/* line 89, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.forms-company-logos__wrapper {
  display: flex;
  flex-direction: row;
  margin-bottom: 3rem;
}

/* line 96, components/public/app/assets/stylesheets/public/components/company-logos.scss */
.forms-company-logos__image img {
  width: 100%;
  height: auto;
}

/* line 1, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block {
  text-align: center;
}

/* line 4, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block--spaced {
  margin-bottom: 4rem;
}

/* line 8, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 14, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #ff355e;
  text-transform: uppercase;
  margin-bottom: 1rem;
  width: 100%;
}

/* line 24, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block__description {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #1c242b;
  margin-bottom: 1.8rem;
}

/* line 32, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block__line {
  background-color: #ff355e;
  width: 4rem;
  height: 0.2rem;
}

/* line 38, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block--left {
  text-align: left;
}

/* line 41, components/public/app/assets/stylesheets/public/components/header_block.scss */
.header-block--left .header-block__content {
  align-items: flex-start;
}

@media only screen and (min-width: 576px) {
  /* line 46, components/public/app/assets/stylesheets/public/components/header_block.scss */
  .header-block__description {
    font-size: 26px;
    line-height: 35px;
  }
}

/* line 6, components/public/app/assets/stylesheets/public/components/image_block.scss */
.fake-video-container {
  box-shadow: 0px 0px 4px rgba(28, 36, 43, 0.08), 0px 8px 24px rgba(28, 36, 43, 0.12), 0px 16px 80px rgba(28, 36, 43, 0.08);
  height: 360px;
  width: 600px;
  border-radius: 24px;
}

@media all and (max-width: 576px) {
  /* line 6, components/public/app/assets/stylesheets/public/components/image_block.scss */
  .fake-video-container {
    width: 100%;
    height: calc(360px / 2);
  }
}

/* line 20, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block--last {
  margin-bottom: 0;
}

/* line 24, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__image {
  margin-top: 2rem;
  position: relative;
}

/* line 28, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__image img {
  width: 100%;
  height: auto;
  display: block;
}

/* line 34, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__image--has-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  /* line 24, components/public/app/assets/stylesheets/public/components/image_block.scss */
  .image-block__image {
    margin-top: 0;
  }
  /* line 42, components/public/app/assets/stylesheets/public/components/image_block.scss */
  .image-block__image img {
    border-radius: 5px;
  }
}

/* line 48, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__video-button {
  cursor: pointer;
  position: absolute;
  align-items: center;
  display: flex;
  width: auto;
  height: 100%;
}

/* line 56, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__video-button img {
  width: 105px;
  height: 78px;
}

/* line 62, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__text {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 1024px) {
  /* line 62, components/public/app/assets/stylesheets/public/components/image_block.scss */
  .image-block__text {
    padding-top: 4rem;
  }
}

/* line 72, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 576px) {
  /* line 72, components/public/app/assets/stylesheets/public/components/image_block.scss */
  .image-block__title {
    font-size: 26px;
    line-height: 35px;
  }
}

/* line 81, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 576px) {
  /* line 81, components/public/app/assets/stylesheets/public/components/image_block.scss */
  .image-block__description {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 88, components/public/app/assets/stylesheets/public/components/image_block.scss */
.image-block__description--last {
  margin-bottom: 0;
}

/* line 3, components/public/app/assets/stylesheets/public/components/page_section.scss */
.page-section {
  padding: 80px 0;
  overflow: hidden;
}

/* line 6, components/public/app/assets/stylesheets/public/components/page_section.scss */
.page-section--withBackground {
  background-color: #f4f4f5;
  padding: 80px 0;
}

@media all and (max-width: 576px) {
  /* line 6, components/public/app/assets/stylesheets/public/components/page_section.scss */
  .page-section--withBackground {
    padding: 40px 0;
  }
}

@media all and (max-width: 576px) {
  /* line 3, components/public/app/assets/stylesheets/public/components/page_section.scss */
  .page-section {
    padding: 40px 0;
  }
}

/* line 19, components/public/app/assets/stylesheets/public/components/page_section.scss */
.generic-text-block {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 3rem;
  text-align: left;
}

@media only screen and (min-width: 576px) {
  /* line 19, components/public/app/assets/stylesheets/public/components/page_section.scss */
  .generic-text-block {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6rem;
  }
}

/* line 28, components/public/app/assets/stylesheets/public/components/page_section.scss */
.generic-text-block p {
  margin-bottom: 3rem;
}

/* line 32, components/public/app/assets/stylesheets/public/components/page_section.scss */
.generic-text-block ol,
.generic-text-block ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 3rem;
}

/* line 37, components/public/app/assets/stylesheets/public/components/page_section.scss */
.generic-text-block ol li,
.generic-text-block ul li {
  margin-bottom: 3rem;
}

/* line 42, components/public/app/assets/stylesheets/public/components/page_section.scss */
.generic-text-block__subtitle {
  font-weight: 700;
  margin-bottom: 4rem;
}

/* line 47, components/public/app/assets/stylesheets/public/components/page_section.scss */
.generic-text-block__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 576px) {
  /* line 47, components/public/app/assets/stylesheets/public/components/page_section.scss */
  .generic-text-block__title {
    font-size: 26px;
    line-height: 35px;
  }
}

/* line 1, components/public/app/assets/stylesheets/public/components/page_separator.scss */
.page-separator {
  background-color: #dfe3e6;
  height: 0.1rem;
  width: 100%;
  margin-bottom: 6rem;
}

@media only screen and (min-width: 576px) {
  /* line 1, components/public/app/assets/stylesheets/public/components/page_separator.scss */
  .page-separator {
    margin-bottom: 12rem;
  }
}

/* line 9, components/public/app/assets/stylesheets/public/components/page_separator.scss */
.page-separator--small {
  margin-bottom: 3rem;
}

@media only screen and (min-width: 576px) {
  /* line 9, components/public/app/assets/stylesheets/public/components/page_separator.scss */
  .page-separator--small {
    margin-bottom: 6rem;
  }
}

/* line 5, components/public/app/assets/stylesheets/public/components/page_header.scss */
.page-header {
  text-align: center;
  padding-top: 96px;
  background: linear-gradient(to bottom, white 0%, #f8f9fa 100%);
  position: relative;
  margin-bottom: 64px;
  overflow: hidden;
}

/* line 13, components/public/app/assets/stylesheets/public/components/page_header.scss */
.page-header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* line 19, components/public/app/assets/stylesheets/public/components/page_header.scss */
.page-header__title {
  font-size: 26px;
  line-height: 35px;
  font-weight: 500;
  color: #1c242b;
  margin-bottom: 32px;
  width: 100%;
}

/* line 27, components/public/app/assets/stylesheets/public/components/page_header.scss */
.page-header__subtitle {
  font-size: 26px;
  line-height: 35px;
  font-weight: 400;
  color: #1c242b;
  margin-bottom: 32px;
  width: 100%;
}

/* line 35, components/public/app/assets/stylesheets/public/components/page_header.scss */
.page-header__description {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #555d61;
}

@media only screen and (min-width: 576px) {
  /* line 35, components/public/app/assets/stylesheets/public/components/page_header.scss */
  .page-header__description {
    font-size: 18px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 576px) {
  /* line 5, components/public/app/assets/stylesheets/public/components/page_header.scss */
  .page-header {
    padding-top: 64px;
  }
  /* line 47, components/public/app/assets/stylesheets/public/components/page_header.scss */
  .page-header__title {
    font-size: 40px;
    line-height: 40px;
  }
}

/* line 52, components/public/app/assets/stylesheets/public/components/page_header.scss */
.page-header__curveWrapper {
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  z-index: 1;
  fill: white;
}

/* line 61, components/public/app/assets/stylesheets/public/components/page_header.scss */
.page-header__curveContent {
  z-index: 2;
  position: relative;
}

@media only screen and (min-width: 576px) {
  /* line 61, components/public/app/assets/stylesheets/public/components/page_header.scss */
  .page-header__curveContent {
    min-height: calc(200px + 56px);
  }
}

@keyframes pop_out {
  0% {
    top: -1rem;
  }
  100% {
    top: 0;
  }
}

@keyframes pop {
  0% {
    top: 0;
  }
  100% {
    top: -1rem;
  }
}

@keyframes shadow_out {
  0% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
  100% {
    box-shadow: none;
  }
}

@keyframes shadow_pop {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
}

/* line 8, components/public/app/assets/stylesheets/public/components/top_header.scss */
.simple-header {
  position: relative;
  z-index: 1000;
  transition: padding 0.1s ease;
  width: 100%;
  padding-top: 0;
  padding-bottom: 2rem;
  background-color: white;
}

/* line 18, components/public/app/assets/stylesheets/public/components/top_header.scss */
.simple-header__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: padding 0.1s ease;
  position: relative;
  padding-top: 2rem;
}

@media all and (min-width: 1024px) {
  /* line 18, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .simple-header__content {
    padding-top: 4rem;
  }
}

/* line 31, components/public/app/assets/stylesheets/public/components/top_header.scss */
.simple-header__logo {
  padding-left: 15px;
}

/* line 35, components/public/app/assets/stylesheets/public/components/top_header.scss */
.simple-header__nav {
  display: flex;
}

/* line 40, components/public/app/assets/stylesheets/public/components/top_header.scss */
.factorial-logo {
  color: #ff355e;
  position: relative;
  font-size: 25px;
  font-weight: 500;
  height: 4rem;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

/* line 50, components/public/app/assets/stylesheets/public/components/top_header.scss */
.factorial-logo img {
  height: 3.2rem;
  width: auto;
}

/* line 57, components/public/app/assets/stylesheets/public/components/top_header.scss */
html.no-scroll body {
  position: fixed;
  overflow: hidden;
  width: 100%;
}

/* line 63, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header {
  position: relative;
  z-index: 100;
  width: 100%;
  --fac-header-menu: 64px;
}

@media all and (min-width: 1025px) {
  /* line 63, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header {
    --fac-header-menu: 72px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
}

/* line 75, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__container {
  padding: 0 40px;
}

/* line 80, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header .factorial-logo {
  width: auto;
}

@media all {
  /* line 84, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header .phoneButton {
    border-radius: 8;
    padding: 4px 8px;
  }
}

/* line 90, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header .phoneButton:hover {
  color: #e51943;
}

/* line 96, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--fac-header-menu);
}

/* line 103, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__row {
  position: relative;
  z-index: 100;
  background-color: white;
}

/* line 109, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown-wrapper {
  z-index: 5;
  opacity: 0;
}

/* line 113, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown-wrapper__inner {
  height: 200vh;
  min-height: 500px;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.04), 0 0 8px rgba(0, 0, 0, 0.04), 0 2px 2px rgba(28, 36, 43, 0.04);
  position: fixed;
  background: white;
  will-change: transform;
  width: 100%;
  left: 0;
  bottom: 100%;
}

@media all and (min-width: 1025px) {
  /* line 113, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown-wrapper__inner {
    transition: transform 0.35s cubic-bezier(0, 0, 0.16, 0.96), opacity 0.35s cubic-bezier(0, 0, 0.16, 0.96);
  }
}

/* line 132, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header .icon--gray {
  color: #555d61;
}

/* line 137, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__mobile-button {
  display: flex;
  align-items: center;
  padding: 8px 2rem;
  height: 100%;
}

@media all and (max-width: 1025px) {
  /* line 143, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__mobile-button-position {
    order: -1;
  }
}

/* line 149, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__left-nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  flex: 1;
}

@media all and (max-width: 1025px) {
  /* line 149, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__left-nav {
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    position: fixed;
    left: 0;
    top: var(--fac-header-menu);
    width: 100%;
    height: calc(100% - var(--fac-header-menu));
    visibility: hidden;
    transition: transform 0.4s cubic-bezier(0, 1.15, 1, 1);
    transform: translateY(0);
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

/* line 175, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__nav-list {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-left: 56px;
}

@media all and (max-width: 1207px) {
  /* line 175, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__nav-list {
    margin-left: 32px;
  }
}

@media all and (min-width: 1025px) {
  /* line 175, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__nav-list {
    flex-direction: row;
    align-content: center;
    align-items: center;
  }
}

/* line 191, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__nav-li {
  margin-right: 32px;
}

@media all and (max-width: 1207px) {
  /* line 191, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__nav-li {
    margin-right: 8px;
  }
}

/* line 199, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__link {
  position: relative;
  background-color: white;
  z-index: 9;
}

@media only screen and (max-width: 1025px) {
  /* line 199, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__link {
    padding-right: 20px;
  }
}

/* line 206, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__link__text {
  font-size: 16px;
  line-height: 28px;
  line-height: var(--fac-header-menu);
  font-weight: 500;
  color: #1c242b;
  display: flex;
  align-items: center;
  box-shadow: none !important;
}

/* line 216, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__link .icon-svg {
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  color: #555d61;
  width: 16px;
  height: 16px;
}

/* line 224, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__link:hover .top-header__link__text {
  color: #1c242b;
}

@media all and (max-width: 1025px) {
  /* line 199, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__link {
    width: 100%;
  }
  /* line 230, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__link:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100vw;
    top: 0;
    left: -24px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    background: white;
  }
  /* line 241, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__link.is-open {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }
  /* line 244, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__link.is-open:before {
    opacity: 1;
  }
  /* line 249, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__link__text {
    position: relative;
    z-index: 1;
    line-height: 56px;
    box-shadow: inset 0px -1px 0px rgba(37, 37, 61, 0.16);
  }
}

/* line 258, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__link.is-open .icon-svg {
  color: #ff355e;
  transform: rotate(180deg);
}

/* line 264, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__link.is-open .top-header__link__text {
  color: #ff355e;
}

/* line 269, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown {
  pointer-events: none;
  width: 100%;
  max-height: calc(100vh - var(--fac-header-menu));
  margin-left: auto;
  margin-right: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  position: fixed;
  overflow: auto;
  left: 50%;
  z-index: 8;
  transform: translateX(-50%);
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}

/* line 285, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown::-webkit-scrollbar {
  /* WebKit */
  width: 0;
}

/* line 290, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__bottom {
  padding-top: 32px;
}

/* line 294, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__background {
  background: #f8f9fa;
}

@media all and (max-width: 1025px) {
  /* line 269, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown {
    max-height: none;
    position: relative;
    top: 0;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
    display: none;
  }
}

/* line 308, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__right__content, .top-header__dropdown__column {
  transition: opacity 0.45s cubic-bezier(0, 0, 0.16, 0.96), transform 0.4s cubic-bezier(0, 0, 0.16, 0.96);
  opacity: 0;
}

/* line 315, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown.is-open {
  visibility: visible;
  pointer-events: all;
}

@media all and (max-width: 1025px) {
  /* line 315, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown.is-open {
    display: flex;
  }
}

/* line 323, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown.is-open .top-header__dropdown__right__content, .top-header__dropdown.is-open .top-header__dropdown__column {
  opacity: 1;
}

/* line 328, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__sidebar-background {
  display: none;
  position: absolute;
  background: #f8f9fa;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 100vw;
  transform-origin: left;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0, 0, 0.16, 0.96);
}

@media all and (min-width: 1025px) {
  /* line 328, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown__sidebar-background {
    display: block;
  }
}

/* line 345, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__header {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #1c242b;
}

/* line 351, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item {
  position: relative;
  display: block;
}

/* line 355, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
}

/* line 362, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -24px;
  right: -24px;
  background: #f8f9fa;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}

@media all and (min-width: 1025px) {
  /* line 362, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown__item:before {
    border-radius: 8px;
  }
}

/* line 378, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item:hover:before {
  opacity: 1;
}

/* line 383, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__label {
  font-size: 16px;
  line-height: 28px;
  color: #1c242b;
}

/* line 386, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__label__badge {
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  display: inline-block;
  font-weight: 600;
}

/* line 392, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__label__badge--primary {
  background-color: rgba(7, 162, 173, 0.05);
  color: #07a2ad;
}

/* line 397, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__label__badge--yellow {
  background-color: #fef8ee;
  color: #f5ba58;
}

/* line 402, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__label__badge--blue {
  background-color: #e9e9ec;
  color: #25253d;
}

/* line 407, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__label__badge--teal {
  background-color: #e9e9ec;
  color: #25253d;
}

/* line 412, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__label__badge--new {
  background-color: #25253d;
  color: #ffffff;
  border-radius: 20px;
  font-weight: 500;
  padding: 2px 10px;
  line-height: 16px;
  font-size: 12px;
}

/* line 424, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__description {
  font-size: 14px;
  line-height: 24px;
  color: #1c242b;
}

/* line 429, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__icon {
  display: flex;
  box-shadow: inset 0 0 1px 1px rgba(28, 36, 43, 0.16);
  border-radius: 12px;
}

/* line 434, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__icon--primary {
  background-color: #e6f6f7;
  color: #07a2ad;
}

/* line 439, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__icon--yellow {
  background-color: #fef8ee;
  color: #f5ba58;
}

/* line 444, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__icon--blue {
  background-color: #e9e9ec;
  color: #25253d;
}

/* line 449, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item__icon--teal {
  background-color: #e9e9ec;
  color: #25253d;
}

/* line 458, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item--plain:hover:before {
  display: none;
}

/* line 461, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item--plain:hover .icon--gray {
  color: #07a2ad;
}

/* line 467, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item--plain:hover .top-header__dropdown__item__label {
  color: #07a2ad;
}

/* line 471, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item--plain .top-header__dropdown__item__icon {
  box-shadow: none;
  border-radius: 0;
}

/* line 476, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__right {
  position: relative;
  flex: 1;
}

/* line 479, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__right__content {
  position: relative;
  z-index: 1;
}

/* line 482, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__right__content .arrow-link {
  display: block;
}

@media all and (max-width: 1025px) {
  /* line 476, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown__right {
    background-color: #f8f9fa;
  }
}

/* line 491, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item-with-image {
  display: flex;
  flex-direction: column;
}

@media all and (max-width: 1025px) {
  /* line 491, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown__item-with-image {
    flex-direction: row;
  }
}

@media all and (max-width: 1025px) {
  /* line 499, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown__item-with-image__image {
    margin-right: 20px;
  }
}

/* line 504, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item-with-image__image img {
  border: 1px solid rgba(168, 175, 179, 0.16);
  border-radius: 48px;
}

@media all and (max-width: 576px) {
  /* line 504, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown__item-with-image__image img {
    width: 100%;
    height: auto;
  }
}

/* line 515, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item-with-image__content {
  display: flex;
  flex-direction: column;
}

/* line 520, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__dropdown__item-with-image__description {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin: 16px 0;
}

@media all and (max-width: 1025px) {
  /* line 520, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__dropdown__item-with-image__description {
    margin-top: 0;
    margin-bottom: 12px;
  }
}

/* line 533, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header__right-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  align-content: center;
}

@media all and (min-width: 1025px) {
  /* line 546, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__hide-on-desktop {
    display: none;
  }
}

@media all and (max-width: 1025px) {
  /* line 552, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__hide-on-mobile {
    display: none;
  }
}

@media all and (max-width: 768px) {
  /* line 558, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__hide-on-large {
    display: none;
  }
}

@media all and (min-width: 768px) {
  /* line 563, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__show-on-small {
    display: none;
  }
}

@media all and (max-width: 1300px) {
  /* line 568, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__factorial-logo-large {
    display: none;
  }
}

@media all and (min-width: 1300px) {
  /* line 573, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header__factorial-logo-icon {
    display: none;
  }
}

/* line 580, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header.is-open {
  position: fixed;
  top: 0;
}

@media all and (min-width: 1025px) {
  /* line 585, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header.is-scrolled .top-header__row, .top-header.is-open .top-header__row {
    box-shadow: 0 1px rgba(37, 37, 61, 0.16);
  }
}

/* line 592, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header.is-open .top-header__left-nav {
  visibility: visible;
  opacity: 1;
}

@media all and (max-width: 1025px) {
  /* line 592, components/public/app/assets/stylesheets/public/components/top_header.scss */
  .top-header.is-open .top-header__left-nav {
    border-top: 1px solid rgba(37, 37, 61, 0.16);
  }
}

/* line 600, components/public/app/assets/stylesheets/public/components/top_header.scss */
.top-header.is-open .top-header__dropdown-wrapper {
  opacity: 1;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

/* line 1, components/public/app/assets/stylesheets/public/components/ab_test_top_header.scss */
.ab-dropdown-mainmenu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media all and (max-width: 1025px) {
  /* line 1, components/public/app/assets/stylesheets/public/components/ab_test_top_header.scss */
  .ab-dropdown-mainmenu {
    flex-wrap: unset;
    flex-direction: column;
  }
}

/* line 11, components/public/app/assets/stylesheets/public/components/ab_test_top_header.scss */
.ab-dropdown-mainmenu__menu-item {
  display: inline-block;
  width: 30%;
}

@media all and (min-width: 1920px) {
  /* line 11, components/public/app/assets/stylesheets/public/components/ab_test_top_header.scss */
  .ab-dropdown-mainmenu__menu-item {
    width: 23%;
  }
}

@media all and (max-width: 1025px) {
  /* line 11, components/public/app/assets/stylesheets/public/components/ab_test_top_header.scss */
  .ab-dropdown-mainmenu__menu-item {
    width: 100%;
  }
}

@media all and (max-width: 1025px) {
  /* line 11, components/public/app/assets/stylesheets/public/components/ab_test_top_header.scss */
  .ab-dropdown-mainmenu__menu-item {
    flex-direction: column;
    max-width: initial;
  }
}

@keyframes pop_out {
  0% {
    top: -1rem;
  }
  100% {
    top: 0;
  }
}

@keyframes pop {
  0% {
    top: 0;
  }
  100% {
    top: -1rem;
  }
}

@keyframes shadow_out {
  0% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
  100% {
    box-shadow: none;
  }
}

@keyframes shadow_pop {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
}

/* line 3, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.main_drop_down {
  width: 100%;
  max-width: 1200px;
  left: 0px !important;
  padding: 0 3rem;
}

/* line 10, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper {
  display: none;
  position: absolute;
  z-index: 100;
}

/* line 15, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper--visible {
  display: block;
}

@media all and (max-width: 768px) {
  /* line 19, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
  .dropdownContentWrapper--fullExpandMobile {
    position: fixed;
    z-index: 3000;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    left: 0 !important;
  }
}

@media all and (max-width: 768px) {
  /* line 37, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
  .dropdownContentWrapper--fullExpandMobile .dropdownContentWrapper__close {
    display: block;
  }
}

@media all and (max-width: 768px) {
  /* line 42, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
  .dropdownContentWrapper--fullExpandMobile .dropdown-content {
    padding: 4rem 3rem;
    padding-top: 6rem;
    overflow: scroll;
    height: 100%;
  }
  /* line 48, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
  .dropdownContentWrapper--fullExpandMobile .dropdown-content li {
    margin-right: 0;
  }
}

@media all and (max-width: 768px) {
  /* line 53, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
  .dropdownContentWrapper--fullExpandMobile .dropdownContentWrapper__arrow {
    display: none;
  }
}

/* line 59, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper__close {
  display: none;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  position: absolute;
  right: 0rem;
  top: 1rem;
}

/* line 70, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper__close .dropdownContentWrapper__closeInner {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 0;
}

/* line 76, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper__wrapper {
  height: 100%;
}

/* line 79, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper__content {
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.05), 0px 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  background: white;
  height: 100%;
}

/* line 91, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper__arrow {
  content: '';
  background: white;
  position: absolute;
  border-radius: 20px 0 5px 0;
  width: 16px;
  height: 16px;
}

/* line 100, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper--bottom .dropdownContentWrapper__arrow {
  top: -8px;
  left: calc(50% - 8px);
  transform: rotate(-135deg);
}

/* line 106, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper--top-right .dropdownContentWrapper__arrow {
  bottom: -8px;
  right: 16px;
  transform: rotate(45deg);
}

/* line 112, components/public/app/assets/stylesheets/public/components/dropdown_wrapper.scss */
.dropdownContentWrapper--bottom-right .dropdownContentWrapper__arrow {
  top: -8px;
  right: 16px;
  transform: rotate(-135deg);
}

/* line 1, components/public/app/assets/stylesheets/public/components/learn_more.scss */
.learn-more-link {
  font-size: 16px;
  line-height: 28px;
  display: flex;
  align-items: center;
  font-weight: 500;
  cursor: pointer;
  color: #515164;
}

/* line 9, components/public/app/assets/stylesheets/public/components/learn_more.scss */
.learn-more-link:hover, .learn-more-link:focus {
  color: #07a2ad;
}

/* line 14, components/public/app/assets/stylesheets/public/components/learn_more.scss */
.learn-more-link::after {
  content: '';
  background-repeat: no-repeat;
  height: 1rem;
  width: 1rem;
  position: relative;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

/* line 25, components/public/app/assets/stylesheets/public/components/learn_more.scss */
.learn-more-link--down::after {
  background-image: url("data:image/svg+xml, %3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99998 7.12512C4.8637 7.12529 4.72894 7.09639 4.60471 7.04035C4.48048 6.9843 4.36963 6.90241 4.27957 6.80012L0.191648 2.15346C0.062444 1.99948 -0.00138922 1.80106 0.0137982 1.60063C0.0289855 1.4002 0.121988 1.21366 0.272919 1.08091C0.42385 0.94816 0.62073 0.879728 0.82146 0.890248C1.02219 0.900768 1.21084 0.989406 1.34707 1.13721L4.92165 5.20054C4.93143 5.21169 4.94347 5.22063 4.95698 5.22675C4.97049 5.23288 4.98515 5.23604 4.99998 5.23604C5.01481 5.23604 5.02947 5.23288 5.04298 5.22675C5.05649 5.22063 5.06854 5.21169 5.07832 5.20054L8.6529 1.13721C8.71883 1.05863 8.7998 0.994034 8.89106 0.947203C8.98231 0.900371 9.08201 0.872254 9.18428 0.864505C9.28656 0.856755 9.38936 0.869528 9.48662 0.902074C9.58389 0.93462 9.67368 0.986282 9.7507 1.05402C9.82771 1.12176 9.89041 1.20422 9.93511 1.29654C9.9798 1.38886 10.0056 1.48918 10.011 1.59161C10.0163 1.69404 10.0012 1.79651 9.96637 1.89299C9.93157 1.98948 9.87783 2.07804 9.80832 2.15346L5.72165 6.79846C5.63142 6.90099 5.52041 6.98315 5.39598 7.03947C5.27155 7.0958 5.13656 7.12499 4.99998 7.12512Z' fill='%236F7A80'/%3E%3C/svg%3E ");
}

/* line 30, components/public/app/assets/stylesheets/public/components/learn_more.scss */
.learn-more-link--brand, .learn-more-link--brand:focus {
  color: #25253d;
}

/* line 35, components/public/app/assets/stylesheets/public/components/learn_more.scss */
.learn-more-link--brand:hover {
  color: #07a2ad;
}

/* line 40, components/public/app/assets/stylesheets/public/components/learn_more.scss */
.learn-more-link:hover:after, .learn-more-link--brand.learn-more-link--down:after {
  background-image: url("data:image/svg+xml, %3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99998 7.12512C4.8637 7.12529 4.72894 7.09639 4.60471 7.04035C4.48048 6.9843 4.36963 6.90241 4.27957 6.80012L0.191648 2.15346C0.062444 1.99948 -0.00138922 1.80106 0.0137982 1.60063C0.0289855 1.4002 0.121988 1.21366 0.272919 1.08091C0.42385 0.94816 0.62073 0.879728 0.82146 0.890248C1.02219 0.900768 1.21084 0.989406 1.34707 1.13721L4.92165 5.20054C4.93143 5.21169 4.94347 5.22063 4.95698 5.22675C4.97049 5.23288 4.98515 5.23604 4.99998 5.23604C5.01481 5.23604 5.02947 5.23288 5.04298 5.22675C5.05649 5.22063 5.06854 5.21169 5.07832 5.20054L8.6529 1.13721C8.71883 1.05863 8.7998 0.994034 8.89106 0.947203C8.98231 0.900371 9.08201 0.872254 9.18428 0.864505C9.28656 0.856755 9.38936 0.869528 9.48662 0.902074C9.58389 0.93462 9.67368 0.986282 9.7507 1.05402C9.82771 1.12176 9.89041 1.20422 9.93511 1.29654C9.9798 1.38886 10.0056 1.48918 10.011 1.59161C10.0163 1.69404 10.0012 1.79651 9.96637 1.89299C9.93157 1.98948 9.87783 2.07804 9.80832 2.15346L5.72165 6.79846C5.63142 6.90099 5.52041 6.98315 5.39598 7.03947C5.27155 7.0958 5.13656 7.12499 4.99998 7.12512Z' fill='%2306838C'/%3E%3C/svg%3E ");
}

@media only screen and (max-width: 1088px) {
  /* line 5, components/public/app/assets/stylesheets/public/components/hamburger.scss */
  body.mobile-menu-open {
    overflow: hidden;
  }
  /* line 7, components/public/app/assets/stylesheets/public/components/hamburger.scss */
  body.mobile-menu-open .mobile-menu {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
    z-index: 999;
  }
  /* line 13, components/public/app/assets/stylesheets/public/components/hamburger.scss */
  body.mobile-menu-open .top-announcement {
    opacity: 0;
  }
  /* line 17, components/public/app/assets/stylesheets/public/components/hamburger.scss */
  body.mobile-menu-open .header {
    background-color: transparent;
    box-shadow: none;
  }
  /* line 20, components/public/app/assets/stylesheets/public/components/hamburger.scss */
  body.mobile-menu-open .header__logo {
    opacity: 0;
  }
  /* line 25, components/public/app/assets/stylesheets/public/components/hamburger.scss */
  body.mobile-menu-open .header .hamburger span {
    background-color: white;
  }
  /* line 31, components/public/app/assets/stylesheets/public/components/hamburger.scss */
  body.mobile-menu-open .app-banner {
    opacity: 0;
  }
}

/* line 42, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger {
  transition: 0.3s ease-in-out;
  width: 16px;
  height: 10px;
  position: relative;
  transform: rotate(0deg);
  margin-right: 16px;
  cursor: pointer;
}

/* line 50, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

/* line 61, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}

/* line 65, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger span:nth-child(2) {
  top: 5px;
  transform-origin: left center;
}

/* line 69, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger span:nth-child(3) {
  top: 10px;
  transform-origin: left center;
}

/* line 76, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger--terciary span {
  background-color: #555d61;
}

/* line 83, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger--open span:nth-child(1) {
  transform: rotate(45deg);
  top: -1px;
  left: 0;
}

/* line 88, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger--open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

/* line 92, components/public/app/assets/stylesheets/public/components/hamburger.scss */
.hamburger--open span:nth-child(3) {
  transform: rotate(-45deg);
  left: 0;
}

/* line 1, components/public/app/assets/stylesheets/public/components/announcement.scss */
.top-announcement {
  background-color: rgba(225, 222, 254, 0.4);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}

/* line 7, components/public/app/assets/stylesheets/public/components/announcement.scss */
.top-announcement__link {
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
}

/* line 17, components/public/app/assets/stylesheets/public/components/announcement.scss */
.top-announcement__emoji {
  margin-right: 1rem;
  display: flex;
}

/* line 22, components/public/app/assets/stylesheets/public/components/announcement.scss */
.top-announcement__icon {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

/* line 26, components/public/app/assets/stylesheets/public/components/announcement.scss */
.top-announcement__icon svg {
  fill: #695ee8;
  width: 14px;
  height: 14px;
}

@keyframes pop_out {
  0% {
    top: -1rem;
  }
  100% {
    top: 0;
  }
}

@keyframes pop {
  0% {
    top: 0;
  }
  100% {
    top: -1rem;
  }
}

@keyframes shadow_out {
  0% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
  100% {
    box-shadow: none;
  }
}

@keyframes shadow_pop {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
}

/* line 3, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold {
  background: linear-gradient(to top, #f8f9fa 0%, rgba(255, 255, 255, 0) 100%);
  padding-top: 1rem;
  margin-bottom: 6rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  /* line 3, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold {
    padding-top: 64px;
  }
}

/* line 13, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__background-curve {
  background-image: url(/assets/public/curve-009c4abc7e785479105338a5e2b920b4e59137faaf008cbbe6bd3d04287196b1.svg);
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  z-index: 2;
  height: 400px;
  width: 100%;
  bottom: -2px;
}

/* line 24, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 4rem;
}

@media only screen and (min-width: 1024px) {
  /* line 24, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold__content {
    margin-top: 0;
    align-items: flex-start;
    height: 100%;
    justify-content: center;
  }
}

/* line 37, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__cta {
  font-weight: 600;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 16px;
}

/* line 45, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__wrapper {
  position: relative;
  z-index: 2;
  padding-bottom: 2rem;
}

@media only screen and (min-width: 1024px) {
  /* line 45, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold__wrapper {
    padding-bottom: 10rem;
    margin-top: 4rem;
  }
}

/* line 55, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__title {
  font-size: 40px;
  line-height: 50px;
  color: #1c242b;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: left;
  width: 100%;
}

@media only screen and (min-width: 1024px) {
  /* line 55, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold__title {
    font-size: 52px;
    line-height: 60px;
  }
}

/* line 68, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__tagline {
  font-size: 18px;
  line-height: 32px;
  color: #555d61;
  margin-bottom: 3rem;
  text-align: left;
}

@media only screen and (min-width: 1024px) {
  /* line 68, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold__tagline {
    font-size: 20px;
    line-height: 30px;
    line-height: 3.5rem;
  }
}

/* line 80, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__soon {
  padding: 30px 0;
}

/* line 84, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__hero-image {
  margin-top: 2rem;
}

/* line 86, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__hero-image img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 576px) {
  /* line 84, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold__hero-image {
    margin-top: 0;
  }
}

/* line 96, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold--big-words .above-fold__title {
  font-size: 32px;
  line-height: 40px;
}

@media only screen and (min-width: 1024px) {
  /* line 96, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold--big-words .above-fold__title {
    font-size: 40px;
    line-height: 50px;
  }
}

/* line 102, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold--big-words .above-fold__tagline {
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 1024px) {
  /* line 102, components/public/app/assets/stylesheets/public/components/above-fold.scss */
  .above-fold--big-words .above-fold__tagline {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 110, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__signup-wrapper {
  width: 100%;
}

/* line 113, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__signup-form {
  max-width: 100%;
}

/* line 115, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__signup-form .text-input__input {
  font-size: 16px;
  line-height: 25px;
  padding: 12px 16px;
  border-radius: 8px;
  border-color: #dfe3e6;
  height: 48px;
}

/* line 124, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__book-a-demo {
  display: flex;
  width: 90%;
  justify-content: center;
  padding: 12px 0;
}

/* line 129, components/public/app/assets/stylesheets/public/components/above-fold.scss */
.above-fold__book-a-demo .link {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #07a2ad;
}

/* line 2, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-picker-country-list {
  display: flex;
}

/* line 5, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-picker-region {
  min-width: 16rem;
  margin-top: 2rem;
}

@media all and (min-width: 768px) {
  /* line 5, components/public/app/assets/stylesheets/public/components/country-picker.scss */
  .country-picker-region {
    margin-top: 0;
    margin-left: 2rem;
    width: 50%;
  }
  /* line 13, components/public/app/assets/stylesheets/public/components/country-picker.scss */
  .country-picker-region:first-child {
    margin-left: 0;
  }
}

/* line 19, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-picker ul.country-picker-list {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  width: 100%;
}

/* line 24, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-picker ul.country-picker-list-item {
  width: 100%;
}

/* line 29, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-picker-content {
  display: flex;
  flex-direction: column;
  padding: 4rem;
}

@media all and (min-width: 768px) {
  /* line 29, components/public/app/assets/stylesheets/public/components/country-picker.scss */
  .country-picker-content {
    flex-direction: row;
    width: 600px;
  }
}

/* line 38, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-picker-header {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #515164;
  letter-spacing: 1px;
  border-bottom: 1px solid #a8a8b1;
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  padding-left: 1rem;
}

/* line 51, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-picker {
  position: relative;
  display: inline-block;
}

/* line 56, components/public/app/assets/stylesheets/public/components/country-picker.scss */
a.locale-item,
.locale-item {
  font-size: 16px;
  line-height: 28px;
  cursor: pointer;
  border-radius: 5px;
  color: #515164;
  padding: 0.2rem 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}

/* line 66, components/public/app/assets/stylesheets/public/components/country-picker.scss */
a.locale-item--expanded,
.locale-item--expanded {
  padding: 0.8rem 2rem;
  margin-bottom: 0;
  border-radius: 0;
}

/* line 71, components/public/app/assets/stylesheets/public/components/country-picker.scss */
a.locale-item:hover,
.locale-item:hover {
  background-color: #e9e9ec;
  color: #515164;
}

/* line 75, components/public/app/assets/stylesheets/public/components/country-picker.scss */
a.locale-item--current, a.locale-item--current:hover,
.locale-item--current,
.locale-item--current:hover {
  background-color: rgba(7, 162, 173, 0.1);
  color: #07a2ad;
  font-weight: 500;
}

/* line 81, components/public/app/assets/stylesheets/public/components/country-picker.scss */
a.locale-item--expanded.locale-item--current, a.locale-item--expanded.locale-item--current:hover,
.locale-item--expanded.locale-item--current,
.locale-item--expanded.locale-item--current:hover {
  background-color: transparent;
}

/* line 87, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.country-flag,
.language-icon {
  margin-right: 1rem;
}

/* line 92, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.language-icon {
  margin-right: 1rem;
  display: flex;
  align-items: center;
}

/* line 97, components/public/app/assets/stylesheets/public/components/country-picker.scss */
.language-icon svg path {
  stroke: #07a2ad;
}

/* line 3, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner {
  background-color: #d3d3d8;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  padding: 16px 30px;
}

@media only screen and (max-width: 768px) {
  /* line 3, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
  .country-selector-banner {
    flex-direction: column;
    align-items: stretch;
    padding: 20px 30px;
  }
}

/* line 16, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .caption {
  margin-right: 10px;
}

/* line 19, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .caption .description {
  display: inline;
}

@media only screen and (max-width: 768px) {
  /* line 16, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
  .country-selector-banner .caption {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
  }
  /* line 27, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
  .country-selector-banner .caption .description {
    display: block;
  }
}

/* line 32, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .caption span {
  font-size: 16px;
  line-height: 28px;
  color: #515164;
  white-space: nowrap;
}

/* line 37, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .caption span.title {
  font-weight: 500;
}

/* line 43, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .right-group {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px) {
  /* line 43, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
  .country-selector-banner .right-group {
    flex-direction: column;
    margin-top: 15px;
    align-items: stretch;
  }
}

/* line 53, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .right-group .country-picker-container {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  border: 2px solid #a8a8b1;
  padding: 8px 16px;
}

/* line 62, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .right-group .country-picker-container p {
  width: 140px;
  flex-grow: 1;
}

/* line 68, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .right-group .submit-button {
  margin-left: 16px;
  margin-right: 16px;
}

@media only screen and (max-width: 768px) {
  /* line 68, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
  .country-selector-banner .right-group .submit-button {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
}

/* line 79, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .right-group .dismiss-button {
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  /* line 79, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
  .country-selector-banner .right-group .dismiss-button {
    position: absolute;
    right: 12px;
    top: 12px;
  }
}

/* line 88, components/public/app/assets/stylesheets/public/components/country-selector-banner.scss */
.country-selector-banner .right-group .dismiss-button svg path {
  fill: #515164;
}

/* line 1, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
.arrow-link {
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  word-break: break-word;
}

/* line 6, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
.arrow-link:hover .arrow-link-icon {
  color: #07a2ad;
  transform: translateX(0.4rem);
}

/* line 11, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
.arrow-link--back {
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  margin-left: 0;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 576px) {
  /* line 11, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
  .arrow-link--back {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 21, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
.arrow-link--back img {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

/* line 28, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
.arrow-link--backlink-over-title {
  margin-bottom: 16px;
}

/* line 32, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
.arrow-link-icon {
  transition: transform 0.3s ease;
  margin-left: 0.5rem;
  display: inline-block;
}

/* line 37, components/public/app/assets/stylesheets/public/components/arrow-link.scss */
.arrow-link-icon svg {
  fill: #07a2ad;
  width: 10px;
  height: 10px;
}

/* line 2, components/public/app/assets/stylesheets/public/components/line.scss */
.decorative-line--normal {
  height: 0.3rem;
  width: 4rem;
}

/* line 6, components/public/app/assets/stylesheets/public/components/line.scss */
.decorative-line--small {
  height: 0.1rem;
  width: 2rem;
}

/* line 10, components/public/app/assets/stylesheets/public/components/line.scss */
.decorative-line--terciary {
  background-color: #a8a8b1;
}

/* line 13, components/public/app/assets/stylesheets/public/components/line.scss */
.decorative-line--brand {
  background-color: #ff355e;
}

/* line 1, components/public/app/assets/stylesheets/public/components/background_block.scss */
.background-block {
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media only screen and (min-width: 576px) {
  /* line 1, components/public/app/assets/stylesheets/public/components/background_block.scss */
  .background-block {
    border-radius: 0.5rem;
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}

/* line 12, components/public/app/assets/stylesheets/public/components/background_block.scss */
.background-block__content {
  background-color: white;
  border-radius: 0.5rem;
  padding: 3rem;
}

@media only screen and (min-width: 576px) {
  /* line 12, components/public/app/assets/stylesheets/public/components/background_block.scss */
  .background-block__content {
    padding: 8rem;
  }
}

/* line 21, components/public/app/assets/stylesheets/public/components/background_block.scss */
.background-block__title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 576px) {
  /* line 21, components/public/app/assets/stylesheets/public/components/background_block.scss */
  .background-block__title {
    font-size: 26px;
    line-height: 35px;
  }
}

/* line 30, components/public/app/assets/stylesheets/public/components/background_block.scss */
.background-block__description {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 576px) {
  /* line 30, components/public/app/assets/stylesheets/public/components/background_block.scss */
  .background-block__description {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 37, components/public/app/assets/stylesheets/public/components/background_block.scss */
.background-block__description--last {
  margin-bottom: 0;
}

/* line 43, components/public/app/assets/stylesheets/public/components/background_block.scss */
.background-block__list li {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 1rem;
  margin-left: 1rem;
  padding-left: 0.8rem;
  border-left: 0.3rem solid #f2f4f5;
}

@media only screen and (min-width: 576px) {
  /* line 43, components/public/app/assets/stylesheets/public/components/background_block.scss */
  .background-block__list li {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 54, components/public/app/assets/stylesheets/public/components/background_block.scss */
.background-block__list li:last-chil {
  margin-bottom: 0;
}

@keyframes pop_out {
  0% {
    top: -1rem;
  }
  100% {
    top: 0;
  }
}

@keyframes pop {
  0% {
    top: 0;
  }
  100% {
    top: -1rem;
  }
}

@keyframes shadow_out {
  0% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
  100% {
    box-shadow: none;
  }
}

@keyframes shadow_pop {
  0% {
    box-shadow: none;
  }
  100% {
    box-shadow: 0 4px 20px rgba(124, 115, 230, 0.2);
  }
}

/*   custom layout for video player modal */
/* line 5, components/public/app/assets/stylesheets/public/components/video_player.scss */
.js-video-iframe {
  width: 750px;
  height: 420px;
}

@media only screen and (max-width: 768px) {
  /* line 5, components/public/app/assets/stylesheets/public/components/video_player.scss */
  .js-video-iframe {
    width: 550px;
    height: 330px;
  }
}

@media only screen and (max-width: 576px) {
  /* line 5, components/public/app/assets/stylesheets/public/components/video_player.scss */
  .js-video-iframe {
    width: 250px;
    height: 150px;
  }
}

/* line 2, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--left .block-header-title, .block-header--left .block-header-description {
  text-align: left;
}

/* line 7, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--center .block-header-title, .block-header--center .block-header-description {
  text-align: center;
}

/* line 12, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-title {
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

@media only screen and (min-width: 576px) {
  /* line 12, components/public/app/assets/stylesheets/public/components/block_header.scss */
  .block-header-title {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 2rem;
  }
}

/* line 22, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-title-small {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 0.5rem;
}

@media only screen and (min-width: 576px) {
  /* line 22, components/public/app/assets/stylesheets/public/components/block_header.scss */
  .block-header-title-small {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 30, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-description {
  font-size: 16px;
  line-height: 28px;
  color: #515164;
  margin-bottom: 2.5rem;
}

@media only screen and (min-width: 576px) {
  /* line 30, components/public/app/assets/stylesheets/public/components/block_header.scss */
  .block-header-description {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 3rem;
  }
}

/* line 40, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-description:last-child {
  margin-bottom: 0;
}

/* line 44, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-description > p {
  margin-bottom: 2rem;
}

/* line 48, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-description a {
  font-weight: 500;
}

/* line 52, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-description .margin-top-20 {
  margin-top: 20px;
}

/* line 57, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-link {
  margin-top: 2rem;
}

/* line 59, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-link a,
.block-header-link a:hover {
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}

@media only screen and (min-width: 576px) {
  /* line 59, components/public/app/assets/stylesheets/public/components/block_header.scss */
  .block-header-link a,
.block-header-link a:hover {
    font-size: 18px;
    line-height: 32px;
  }
}

/* line 69, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--normal .block-header-title {
  font-size: 24px;
  line-height: 35px;
}

@media only screen and (min-width: 576px) {
  /* line 69, components/public/app/assets/stylesheets/public/components/block_header.scss */
  .block-header--normal .block-header-title {
    font-size: 32px;
    line-height: 40px;
  }
}

/* line 76, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--bold .block-header-title {
  font-weight: 600;
}

/* line 80, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--big .block-header-title {
  font-size: 32px;
  line-height: 40px;
}

@media only screen and (min-width: 576px) {
  /* line 80, components/public/app/assets/stylesheets/public/components/block_header.scss */
  .block-header--big .block-header-title {
    font-size: 40px;
    line-height: 50px;
  }
}

/* line 86, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--default .block-header-title {
  color: #25253d;
}

/* line 89, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--default .block-header-description {
  color: #515164;
}

/* line 93, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--inverse .block-header-title, .block-header--inverse .block-header-description {
  color: white;
}

/* line 96, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header--inverse .block-header-title a,
.block-header--inverse .block-header-title a:hover, .block-header--inverse .block-header-description a,
.block-header--inverse .block-header-description a:hover {
  color: white;
  text-decoration: underline;
}

/* line 103, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header .arrow-link-icon {
  position: absolute;
}

/* line 107, components/public/app/assets/stylesheets/public/components/block_header.scss */
.block-header-mobile-buttons {
  margin-top: 2rem;
  height: 45px;
}

/* line 1, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner {
  margin: 0 auto;
  display: flex;
  background-color: #fef8ee;
  font-weight: 500;
  overflow: hidden;
}

@media all and (max-width: 868px) {
  /* line 1, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
  .signup-banner {
    justify-content: center;
  }
}

/* line 12, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner__inner {
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 20px 100px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media all and (max-width: 1088px) {
  /* line 12, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
  .signup-banner__inner {
    padding: 36px 40px;
  }
}

@media all and (max-width: 576px) {
  /* line 12, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
  .signup-banner__inner {
    padding: 20px;
  }
}

/* line 28, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner__inner .button {
  margin-top: 2rem;
  min-width: 230px;
}

/* line 33, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner__inner__radical-word {
  color: #ff355e;
}

/* line 38, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner .block-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* line 42, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner .block-header-title {
  font-size: 32px;
  line-height: 40px;
  width: 100%;
}

@media all and (max-width: 768px) {
  /* line 42, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
  .signup-banner .block-header-title {
    font-size: 24px;
    line-height: 35px;
  }
}

/* line 49, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner .block-header-description {
  font-size: 18px;
  line-height: 32px;
  min-width: 100%;
}

@media all and (max-width: 768px) {
  /* line 49, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
  .signup-banner .block-header-description {
    font-size: 16px;
    line-height: 28px;
  }
}

/* line 58, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner__image {
  flex-grow: 1;
  align-self: flex-end;
  display: flex;
  max-width: 700px;
  height: auto;
}

@media all and (max-width: 868px) {
  /* line 58, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
  .signup-banner__image {
    display: none;
  }
}

/* line 68, components/public/app/assets/stylesheets/public/components/signup-banner.scss */
.signup-banner__image img {
  height: auto;
}

/* line 1, components/public/app/assets/stylesheets/public/components/footer.scss */
.simple_footer {
  display: flex;
  justify-content: center;
}

/* line 6, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 6rem;
}

@media only screen and (min-width: 576px) {
  /* line 6, components/public/app/assets/stylesheets/public/components/footer.scss */
  .footer {
    margin-top: 12rem;
  }
}

/* line 15, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__links {
  display: flex;
  -moz-column-gap: 16px;
       column-gap: 16px;
  flex-wrap: wrap;
  gap: 16px;
}

/* line 21, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__links__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}

/* line 25, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__links__link:hover {
  color: #06838c;
}

/* line 31, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy {
  margin-bottom: 4rem;
}

/* line 34, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__title {
  margin-top: -5px;
  color: #515164;
  display: flex;
  align-items: center;
}

/* line 40, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__title__icons {
  display: flex;
  margin-top: 30px;
}

/* line 45, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__title__icon {
  display: flex;
}

/* line 50, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__description {
  font-size: 16px;
  line-height: 30px;
  color: #515164;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* line 58, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__link {
  margin-top: 10px;
  font-weight: 600;
}

/* line 63, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

/* line 67, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__logos--spain {
  justify-content: space-between;
}

/* line 71, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__logos a {
  line-height: inherit;
}

/* line 74, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__logos svg {
  width: 5.5rem;
  height: 4.5rem;
}

/* line 79, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__logos__item {
  margin-right: 20px;
}

/* line 82, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__logos__item:last-child {
  margin-right: 0px;
}

/* line 87, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__copy__logos__list {
  display: flex;
  align-items: center;
  padding-top: 30px;
}

/* line 95, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__menu {
  margin-bottom: 50px;
}

/* line 99, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__menu li span {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  letter-spacing: 1px;
  color: #515164;
  margin-bottom: 2rem;
  font-size: 14px;
}

/* line 109, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__menu--country-picker {
  position: relative;
  top: -1rem;
}

/* line 115, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__last_row {
  justify-content: space-between;
}

/* line 117, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__last_row:before {
  content: '';
  display: block;
  width: 100%;
  flex-grow: 2;
  border-top: 1px solid #a8a8b1;
  margin-top: 40px;
}

/* line 127, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__menu:not(.footer__menu--country-picker) a {
  color: #515164;
  line-height: 35px;
  display: block;
  font-size: 16px;
}

/* line 133, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__menu:not(.footer__menu--country-picker) a:hover {
  color: #06838c;
}

@media all and (min-width: 576px) {
  /* line 140, components/public/app/assets/stylesheets/public/components/footer.scss */
  .footer__copy {
    padding-right: 10rem;
  }
  /* line 144, components/public/app/assets/stylesheets/public/components/footer.scss */
  .footer__menu {
    margin-bottom: 0;
  }
  /* line 147, components/public/app/assets/stylesheets/public/components/footer.scss */
  .footer__menu ul {
    width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  /* line 152, components/public/app/assets/stylesheets/public/components/footer.scss */
  .footer__menu ul:last-child {
    margin-bottom: 0px;
  }
}

/* line 159, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer .separator {
  width: 25px;
  margin: 10px 0;
  height: 1px;
  background: #a8a8b1;
}

/* line 166, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer .number {
  color: #515164;
  line-height: 35px;
  display: block;
  font-size: 16px;
}

/* line 173, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__country__picker {
  display: flex;
  list-style-type: none;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
}

/* line 180, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__country__picker li {
  margin-right: 40px;
}

/* line 183, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer__country__picker li:last-child {
  margin-right: 0;
}

/* line 190, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer .footer__copy__title__iconLink {
  display: flex;
  margin-right: 15px;
}

/* line 194, components/public/app/assets/stylesheets/public/components/footer.scss */
.footer .footer__copy__title__iconLink img {
  height: 2rem;
}

/* line 2, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
.blog-post-footer .arrow-link {
  background-color: #e6f6f7;
  color: #07a2ad;
  border-radius: 1rem;
  padding: 1rem 1.5rem;
  margin-bottom: 4rem;
  display: inline-flex;
  align-items: flex-start;
}

@media only screen and (min-width: 576px) {
  /* line 2, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
  .blog-post-footer .arrow-link {
    margin-bottom: 2rem;
    margin-top: 2rem;
  }
}

/* line 17, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
.blog-post-footer .arrow-link-icon {
  width: 16px;
  height: 16px;
}

/* line 22, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
.blog-post-footer .arrow-link:hover {
  color: #07a2ad;
  text-decoration: none;
}

/* line 28, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
.blog-post-footer-content {
  font-size: 16px;
  line-height: 28px;
  padding-top: 0.2rem;
}

@media only screen and (max-width: 576px) {
  /* line 28, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
  .blog-post-footer-content {
    padding-top: 0.6rem;
  }
}

/* line 36, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
.blog-post-footer-icon {
  background-color: #07a2ad;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  border-radius: 1rem;
  flex: 1 0 auto;
}

/* line 48, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
.blog-post-footer-label {
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  margin-right: 0.3rem;
  display: block;
}

@media only screen and (min-width: 768px) {
  /* line 48, components/public/app/assets/stylesheets/public/components/blog-post-footer.scss */
  .blog-post-footer-label {
    display: inline;
    font-size: 16px;
    line-height: 28px;
  }
}
