@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;600;700;800&display=swap");
/* ... */
html {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, figure, ol, ul, dl, dt, dd {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

strong {
  font-weight: 600;
}

main {
  display: block;
}

*:focus {
  outline: none;
}

*::-moz-focus-inner {
  border: 0;
}

input, select {
  box-sizing: border-box;
}

select {
  outline: none;
}
select:focus::-ms-value {
  background: transparent;
  color: inherit;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  text-transform: none;
}

iframe {
  margin: 0;
  padding: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #2080f3 inset !important;
}

input:-webkit-autofill:first-line {
  color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { /* WebKit browsers */
  font-weight: 400;
  color: #999;
}

input:-moz-placeholder, textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  font-weight: 400;
  opacity: 1;
  color: #999;
}

input::-moz-placeholder, textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  font-weight: 400;
  opacity: 1;
  color: #999;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  font-weight: 400;
  color: #999;
}

/* star trek */
input::-moz-placeholder, textarea::-moz-placeholder {
  font-weight: 400;
  color: #999;
}
input::placeholder, textarea::placeholder {
  font-weight: 400;
  color: #999;
}

svg {
  width: 1em;
  height: 1em;
}

/* uses variables from ../10-settings/variables */
/* ... */
html {
  font-size: 16px;
  height: 100%;
}

body {
  color: #141D29;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  min-height: 100%;
}
@media only screen and (max-width: 59.999em) {
  body.has-menu {
    overflow: hidden;
  }
}
body.has-modal {
  overflow: hidden;
  pointer-events: none;
}
body.has-modal::-webkit-scrollbar-thumb {
  background-color: #fff;
}

h1 {
  font-weight: 600;
}

h2 {
  font-weight: 400;
}

h3, h4, h5, h6 {
  font-weight: 400;
}

select {
  font-size: inherit;
}

.grid-x, .grid-y {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
}

.grid-x {
  flex-direction: row;
}
.grid-x.grid-margin-x {
  margin-left: -12px;
  margin-right: -12px;
}
.grid-x.grid-padding-x {
  margin-left: 0;
  margin-right: 0;
}

.grid-y {
  flex-direction: column;
}
.grid-y.grid-margin-y {
  margin: -12px;
}
.grid-y.grid-padding-y {
  margin: 0;
}

.grid-x.grid-x-reverse {
  flex-direction: row-reverse;
}

.grid-margin-x > .cell, .grid-padding-x > .cell, .grid-margin-y > .cell, .grid-padding-y > .cell {
  padding: 12px;
}
.cell.cell-reverse {
  flex-direction: column-reverse;
}

.small-12, .small-11, .small-10, .small-9, .small-8, .small-7, .small-6, .small-5, .small-4, .small-3, .small-2, .small-1, .small-offset-12, .small-offset-11, .small-offset-10, .small-offset-9, .small-offset-8, .small-offset-7, .small-offset-6, .small-offset-5, .small-offset-4, .small-offset-3, .small-offset-2, .small-offset-1, .small-offset-0, .small {
  box-sizing: border-box;
  flex: 0 0 auto;
}

.small {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.small-auto {
  width: auto;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-offset-12 {
  margin-left: 100%;
}

.small-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.small-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.small-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.small-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.small-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.small-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.small-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.small-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.small-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.small-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.small-right {
  text-align: right;
}

.small-left {
  text-align: left;
}

.small-start {
  justify-content: flex-start;
  text-align: start;
}

.small-center {
  justify-content: center;
  text-align: center;
}

.small-end {
  justify-content: flex-end;
  text-align: end;
}

.small-top {
  align-items: flex-start;
}

.small-middle {
  align-items: center;
}

.small-bottom {
  align-items: flex-end;
}

.small-around {
  justify-content: space-around;
}

.small-between {
  justify-content: space-between;
}

.small-first {
  order: -1;
}

.small-last {
  order: 1;
}

.small-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media only screen and (min-width: 45rem) {
  .medium-12, .medium-11, .medium-10, .medium-9, .medium-8, .medium-7, .medium-6, .medium-5, .medium-4, .medium-3, .medium-2, .medium-1, .medium-offset-12, .medium-offset-11, .medium-offset-10, .medium-offset-9, .medium-offset-8, .medium-offset-7, .medium-offset-6, .medium-offset-5, .medium-offset-4, .medium-offset-3, .medium-offset-2, .medium-offset-1, .medium-offset-0, .medium {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .medium {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .medium-auto {
    width: auto;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-offset-12 {
    margin-left: 100%;
  }
  .medium-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .medium-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .medium-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .medium-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .medium-right {
    text-align: right;
  }
  .medium-left {
    text-align: left;
  }
  .medium-start {
    justify-content: flex-start;
    text-align: start;
  }
  .medium-center {
    justify-content: center;
    text-align: center;
  }
  .medium-end {
    justify-content: flex-end;
    text-align: end;
  }
  .medium-top {
    align-items: flex-start;
  }
  .medium-middle {
    align-items: center;
  }
  .medium-bottom {
    align-items: flex-end;
  }
  .medium-around {
    justify-content: space-around;
  }
  .medium-between {
    justify-content: space-between;
  }
  .medium-first {
    order: -1;
  }
  .medium-last {
    order: 1;
  }
  .medium-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 60rem) {
  .large-12, .large-11, .large-10, .large-9, .large-8, .large-7, .large-6, .large-5, .large-4, .large-3, .large-2, .large-1, .large-offset-12, .large-offset-11, .large-offset-10, .large-offset-9, .large-offset-8, .large-offset-7, .large-offset-6, .large-offset-5, .large-offset-4, .large-offset-3, .large-offset-2, .large-offset-1, .large-offset-0, .large {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .large {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .large-auto {
    width: auto;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-offset-12 {
    margin-left: 100%;
  }
  .large-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .large-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .large-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .large-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .large-right {
    text-align: right;
  }
  .large-left {
    text-align: left;
  }
  .large-start {
    justify-content: flex-start;
    text-align: start;
  }
  .large-center {
    justify-content: center;
    text-align: center;
  }
  .large-end {
    justify-content: flex-end;
    text-align: end;
  }
  .large-top {
    align-items: flex-start;
  }
  .large-middle {
    align-items: center;
  }
  .large-bottom {
    align-items: flex-end;
  }
  .large-around {
    justify-content: space-around;
  }
  .large-between {
    justify-content: space-between;
  }
  .large-first {
    order: -1;
  }
  .large-last {
    order: 1;
  }
  .large-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 75rem) {
  .xlarge-12, .xlarge-11, .xlarge-10, .xlarge-9, .xlarge-8, .xlarge-7, .xlarge-6, .xlarge-5, .xlarge-4, .xlarge-3, .xlarge-2, .xlarge-1, .xlarge-offset-12, .xlarge-offset-11, .xlarge-offset-10, .xlarge-offset-9, .xlarge-offset-8, .xlarge-offset-7, .xlarge-offset-6, .xlarge-offset-5, .xlarge-offset-4, .xlarge-offset-3, .xlarge-offset-2, .xlarge-offset-1, .xlarge-offset-0, .xlarge {
    box-sizing: border-box;
    flex: 0 0 auto;
  }
  .xlarge {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .xlarge-auto {
    width: auto;
  }
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .xlarge-offset-12 {
    margin-left: 100%;
  }
  .xlarge-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xlarge-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xlarge-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .xlarge-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xlarge-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xlarge-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .xlarge-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xlarge-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xlarge-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .xlarge-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xlarge-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xlarge-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .xlarge-right {
    text-align: right;
  }
  .xlarge-left {
    text-align: left;
  }
  .xlarge-start {
    justify-content: flex-start;
    text-align: start;
  }
  .xlarge-center {
    justify-content: center;
    text-align: center;
  }
  .xlarge-end {
    justify-content: flex-end;
    text-align: end;
  }
  .xlarge-top {
    align-items: flex-start;
  }
  .xlarge-middle {
    align-items: center;
  }
  .xlarge-bottom {
    align-items: flex-end;
  }
  .xlarge-around {
    justify-content: space-around;
  }
  .xlarge-between {
    justify-content: space-between;
  }
  .xlarge-first {
    order: -1;
  }
  .xlarge-last {
    order: 1;
  }
  .xlarge-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
/* ... */
/* start vars: o-button */
/* end vars */
.o-button--borderinverse, .o-button--border, .o-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  text-align: center;
  margin: 0;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
  transition: all 200ms linear;
  box-sizing: border-box;
}
@media only screen and (max-width: 44.999em) {
  .o-button--borderinverse, .o-button--border, .o-button {
    font-size: 1em;
    min-height: 52px;
    padding: 0 12px;
    border-radius: 26px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .o-button--borderinverse, .o-button--border, .o-button {
    min-height: 54px;
    padding: 0 24px;
    border-radius: 27px;
  }
}
@media only screen and (min-width: 75em) {
  .o-button--borderinverse, .o-button--border, .o-button {
    font-size: 1.1em;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 27px;
  }
}
.o-button--borderinverse:hover .button__icon, .o-button--border:hover .button__icon, .o-button:hover .button__icon {
  fill: #209FF3;
}

.o-button {
  color: #fff;
  background-color: #2080F3;
  border: 1px solid transparent;
}
@media only screen and (max-width: 44.999em) {
  .o-button {
    width: 100%;
  }
}
.o-button:hover {
  color: #fff;
  background-color: #209FF3;
}
.o-button--full {
  width: 100%;
}
.o-button:disabled {
  background-color: #ccc;
  pointer-events: none;
}

.o-button--border {
  color: #2080F3;
  background-color: transparent;
  border: 2px solid #2080F3;
}
.o-button--border:hover {
  color: #209FF3;
  border-color: #209FF3;
}

.o-button--borderinverse {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
}
.o-button--borderinverse:hover {
  color: #209FF3;
  background-color: transparent;
  border-color: #209FF3;
}

.button__name {
  flex: 1;
  white-space: nowrap;
}

.button__graph {
  width: 24px;
  height: 24px;
}
@media only screen and (max-width: 44.999em) {
  .button__graph {
    margin-right: 6px;
  }
}
@media only screen and (min-width: 45em) {
  .button__graph {
    margin-right: 6px;
  }
}

.button__icon {
  width: 100%;
  height: 100%;
  fill: #141D29;
  transition: all 200ms linear;
}

/* ... */
/* uses variables from ../10-settings/variables */
/*
 * style checkboxes by adding element & hiding actual checkbox
 * usage: when <input type="checkbox"> exists, wrap in a <span class="c-checkbox"> (or div) and 
 * add <label class="checkbox__object" for="checkbox_id">
 */
/* start vars: c-checkbox */
/* end vars */
.o-checkbox {
  position: relative;
  display: inline-block;
}
.o-checkbox input[type=checkbox] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.o-checkbox input[type=checkbox]:checked + .checkbox__name:after {
  border-color: #FEB301;
  opacity: 1;
}
.o-checkbox input[type=checkbox]:checked + .checkbox__name:hover:before {
  border-color: #209FF3;
}
.o-checkbox input[type=checkbox]:checked + .checkbox__name:hover:after {
  border-color: #209FF3;
}
.o-checkbox input[type=checkbox]:disabled + .checkbox__name {
  color: #999;
  pointer-events: none;
}
.o-checkbox input[type=checkbox]:disabled + .checkbox__name:before {
  background-color: #ccc;
  border-color: #ccc;
}
.o-checkbox input[type=checkbox]:disabled + .checkbox__name:after {
  border-color: #999;
}
.o-checkbox input[type=checkbox]:disabled:not(:checked) + .checkbox__name:before {
  background-color: transparent;
}
.o-checkbox .checkbox__name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 30px;
  cursor: pointer;
}
.o-checkbox .checkbox__name:before, .o-checkbox .checkbox__name:after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 100ms linear;
}
.o-checkbox .checkbox__name:before {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-radius: 2px;
  border-color: #FEB301;
  box-sizing: border-box;
}
.o-checkbox .checkbox__name:after {
  top: 4px;
  width: 8px;
  height: 4px;
  margin-left: 4px;
  border: 4px solid;
  border-top: none;
  border-right: none;
  border-color: #FEB301;
  background-color: transparent;
  opacity: 0;
  transform: rotate(-45deg);
}
.o-checkbox .checkbox__name:hover:before {
  border-color: #209FF3;
}

/* ... */
/* start vars: o-input */
/* end vars */
.o-input {
  position: relative;
  background-color: transparent;
  box-sizing: border-box;
  text-align: left;
}
.input__elem {
  padding: 0 12px;
  line-height: 50px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #ced3e2;
  transition: all 100ms linear;
}
.input__elem:hover {
  border-color: #209FF3;
}
.input__elem::-moz-placeholder {
  font-style: normal;
  color: #999;
}
.input__elem::placeholder {
  font-style: normal;
  color: #999;
}
.input__elem:focus {
  border-color: #2080F3;
}
.input__elem:focus + .input__label {
  color: #2080F3;
}

input.input__elem:-moz-read-only {
  pointer-events: none;
  border-color: #ccc;
}

input.input__elem:read-only {
  pointer-events: none;
  border-color: #ccc;
}

select.input__elem {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='10'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
  background-position: top 55% right 12px;
  max-width: 100%;
  font-size: 1em;
  font-weight: 400;
  color: #999;
  background-color: #fff;
  padding: 0 12px;
  border: 1px solid #ced3e2;
  border-radius: 10px;
  cursor: pointer;
  min-height: 40px;
}
select.input__elem.has-selection {
  color: #141D29;
}
select.input__elem:hover {
  border-color: #209FF3;
}
select.input__elem option {
  font-size: 1em;
  font-weight: 400;
  font-style: normal;
  color: #141D29;
}
select.input__elem option:checked {
  color: #999;
}

.input__label {
  display: block;
  color: #141D29;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 44.999em) {
  .input__label {
    font-size: 0.7em;
    line-height: 1.8;
  }
}
@media only screen and (min-width: 45em) {
  .input__label {
    font-size: 0.8em;
    line-height: 2;
  }
}

.input__error {
  color: #F95356;
  padding-left: 12px;
  margin-top: 5px;
  font-size: 0.9em;
}

.input__description {
  margin: 0;
  text-align: center;
  padding-top: 6px;
}

/* ... */
/* start vars: o-loader */
/* end vars */
.o-loader {
  border-radius: 100%;
  width: 2em;
  height: 2em;
  margin: -1em 0 0 -1.5em;
  position: absolute; /* parent needs position: relative */
  text-indent: -9999em;
  border: solid rgba(32, 128, 243, 0.2); /* add border width to increase it */
  border-top-color: #2080F3;
  animation: rotate 1s ease-in-out infinite;
  overflow: hidden;
  z-index: 1;
}
.o-loader:after {
  position: absolute;
  top: 0;
  content: "";
  border-radius: 100%;
  width: 2em;
  height: 2em;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
/* ... */
/* start vars: o-modals */
/* end vars */
.o-modals {
  padding: 0;
  max-height: 0;
  overflow: hidden;
}

.modals__chk {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
.modals__chk:checked + .modals__item, .modals__chk:checked + .modals__fvideo {
  opacity: 1;
  pointer-events: all;
}

.modals__item {
  isolation: isolate;
  position: fixed;
  inset: 0;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.6);
  transition: all 200ms linear;
}
.modals__item.no-close .modals__bodyclose {
  display: none;
}
.modals__item.no-close .modals__close {
  display: none;
}

.modals__container {
  position: relative;
  width: 100%;
  margin: 24px;
  background-color: #fff;
  border: 1px solid #ced3e2;
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  transition: all 200ms linear;
}
@media only screen and (max-width: 44.999em) {
  .modals__container {
    padding: 24px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .modals__container {
    padding: 24px;
  }
}
@media only screen and (min-width: 60em) {
  .modals__container {
    padding: 48px 72px;
    max-width: 700px;
  }
}

.modals__bodyclose {
  position: fixed;
  inset: 0;
  z-index: -1;
}

.modals__close {
  position: absolute;
  width: 30px;
  height: 30px;
  color: #141D29;
  cursor: pointer;
  text-indent: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 59.999em) {
  .modals__close {
    top: 6px;
    right: 6px;
  }
}
@media only screen and (min-width: 60em) {
  .modals__close {
    top: 12px;
    right: 12px;
  }
}
.modals__close:hover:before, .modals__close:hover:after {
  background-color: #209FF3;
}
.modals__close:before, .modals__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 5px;
  margin-top: -2px;
  margin-left: -14px;
  background-color: #141D29;
}
.modals__close:before {
  transform: rotate(-45deg);
}
.modals__close:after {
  transform: rotate(45deg);
}

.modals__body h2 {
  position: relative;
  text-align: center;
  font-weight: 600;
}
.modals__body h2:before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -0);
  top: 0;
  content: "!";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background-color: #feb301;
}
@media only screen and (max-width: 59.999em) {
  .modals__body h2 {
    font-size: 1.4em;
    margin-bottom: 24px;
    padding-top: 60px;
  }
  .modals__body h2:before {
    width: 50px;
    height: 50px;
    font-size: 30px;
  }
}
@media only screen and (min-width: 60em) {
  .modals__body h2 {
    font-size: 1.6em;
    margin-bottom: 48px;
    padding-top: 80px;
  }
  .modals__body h2:before {
    width: 70px;
    height: 70px;
    font-size: 50px;
  }
}
.modals__body p {
  margin-bottom: 12px;
}
.modals__body ul {
  margin-bottom: 12px;
  margin-left: 1.1em;
  line-height: 1.2;
}
.modals__body li {
  margin-bottom: 6px;
}
.modals__body li:last-of-type {
  margin-bottom: 0;
}
.modals__body a {
  color: #2080F3;
  transition: all 200ms linear;
}
.modals__body a:hover {
  color: #209FF3;
  text-decoration: underline;
}

/* ... */
/* uses variables from ../10-settings/variables */
/*
 * style checkboxes by adding element & hiding actual checkbox
 * usage: when <input type="checkbox"> exists, wrap in a <span class="c-checkbox"> (or div) and 
 * add <label class="checkbox__object" for="checkbox_id">
 */
/* start vars: o-radio */
/* end vars */
.o-radio {
  position: relative;
  display: inline-block;
}
.o-radio input[type=radio] {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}
.o-radio input[type=radio]:checked + .radio__name:after {
  opacity: 1;
}
.o-radio input[type=radio]:checked + .radio__name:hover:after {
  background-color: #209FF3;
}
.o-radio input[type=radio]:disabled + .radio__name {
  color: #ccc;
  pointer-events: none;
}
.o-radio input[type=radio]:disabled + .radio__name:before {
  background-color: transparent;
  border-color: #ccc;
}
.o-radio input[type=radio]:disabled + .radio__name:after {
  background-color: #ccc;
}
.o-radio input[type=radio]:disabled:not(:checked) + .radio__name:before {
  background-color: transparent;
}
.o-radio .radio__name {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding-left: 30px;
  cursor: pointer;
  transition: opacity 150ms linear;
}
.o-radio .radio__name:before, .o-radio .radio__name:after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 100ms linear;
}
.o-radio .radio__name:before {
  top: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: 2px solid;
  border-color: #FEB301;
  box-sizing: border-box;
  border-radius: 100%;
}
.o-radio .radio__name:after {
  top: 4px;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-color: #FEB301;
  border-radius: 100%;
  opacity: 0;
}
.o-radio .radio__name:hover:before {
  border-color: #209FF3;
}
.o-radio .radio__name a {
  color: #2080F3;
}

/* ... */
/* start vars: o-scrollbar */
/* end vars */
.o-scrollbar::-webkit-scrollbar {
  width: 8px;
  background: transparent;
}
.o-scrollbar::-webkit-scrollbar-thumb {
  background-color: #2080F3;
  height: 8px;
}
.o-scrollbar::-webkit-scrollbar-thumb:vertical {
  height: 8px;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #2080F3 #fff;
}

/* ... */
.m-footer {
  position: sticky;
  top: 100vh;
  background-color: #141D29;
  color: #868b92;
  isolation: isolate;
  overflow: hidden;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.footer__container {
  position: relative;
  width: 100%;
  max-width: 1328px;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0.9em;
}
@media only screen and (max-width: 44.999em) {
  .footer__container {
    padding: 24px 12px;
  }
}
@media only screen and (min-width: 45em) {
  .footer__container {
    padding: 48px 24px;
  }
}
.footer__container p {
  margin: 0 0 6px;
}
.footer__container p:last-child {
  margin-bottom: 0;
}
.footer__container a {
  color: #868b92;
  text-decoration: none;
}
.footer__container a:hover {
  color: #209FF3;
}

.footer__logo {
  max-height: 50px;
  display: inline-flex;
  margin-bottom: 24px;
}
.footer__logo img {
  max-width: 100%;
  max-height: 50px;
}

.footer__grid {
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}
@media only screen and (max-width: 59.999em) {
  .footer__grid {
    flex-direction: column;
  }
}
@media only screen and (min-width: 60em) {
  .footer__grid {
    flex-direction: row;
  }
}

.footer__cell {
  padding: 12px;
  box-sizing: border-box;
}
@media only screen and (max-width: 59.999em) {
  .footer__cell {
    width: 100%;
  }
}
@media only screen and (min-width: 60em) {
  .footer__cell--contact {
    flex-basis: 41.66667%;
    max-width: 41.66667%;
    order: 1;
  }
}
@media only screen and (min-width: 60em) {
  .footer__cell--security {
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (min-width: 60em) {
  .footer__cell--legal {
    flex-basis: 25%;
    max-width: 25%;
  }
}

.footer__title {
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  margin: 0 0 12px;
  font-size: 1.1em;
  color: #fff;
}
.footer__title img {
  margin-right: 6px;
}

@media only screen and (max-width: 59.999em) {
  .footer__copy {
    margin-top: 24px;
  }
}

/* ... */
.m-signup {
  position: relative;
  background-color: #F8F8FB;
  flex: 1;
}

.signup__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 44.999em) {
  .signup__container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media only screen and (min-width: 45em) and (max-width: 74.999em) {
  .signup__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 75em) {
  .signup__container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.signup__header {
  text-align: center;
  margin-bottom: 24px;
}
@media only screen and (max-width: 44.999em) {
  .signup__header {
    padding: 24px 0;
  }
}
@media only screen and (min-width: 45em) {
  .signup__header {
    padding: 24px;
  }
}

.signup__logo {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.signup__logo img {
  max-height: 50px;
}

.signup__title {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media only screen and (max-width: 44.999em) {
  .signup__title {
    font-size: 1.4em;
    line-height: 1.15;
  }
}
@media only screen and (min-width: 45em) and (max-width: 59.999em) {
  .signup__title {
    font-size: 1.6em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 60em) and (max-width: 74.999em) {
  .signup__title {
    font-size: 1.8em;
    line-height: 1.2;
  }
}
@media only screen and (min-width: 75em) {
  .signup__title {
    font-size: 2em;
    line-height: 1.25;
  }
}

@media only screen and (max-width: 44.999em) {
  .signup__content {
    padding: 24px;
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 45em) {
  .signup__content {
    padding: 36px;
    margin-bottom: 24px;
  }
}
.signup__content form {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.signup__content-section {
  position: relative;
  margin-bottom: 24px;
}

.signup__content-sectionchk {
  position: absolute;
  top: -9999px;
  left: -9999px;
  display: none;
}
.signup__content-sectionchk:checked + .signup__content-box .signup__content-sectiontitle:after {
  transform: rotate(136deg);
  margin-top: 12px;
}
.signup__content-sectionchk:checked + .signup__content-box .signup__content-boxcontent {
  top: 0;
  max-height: -moz-fit-content;
  max-height: fit-content;
  opacity: 1;
  pointer-events: all;
}

.signup__content-sectiontitle {
  position: relative;
  display: block;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 12px;
  cursor: pointer;
}
.signup__content-sectiontitle:before, .signup__content-sectiontitle:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  box-sizing: border-box;
  transition: all 200ms linear;
}
.signup__content-sectiontitle:before {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
}
.signup__content-sectiontitle:after {
  width: 12px;
  height: 12px;
  margin-right: 9px;
  margin-top: 7px;
  border: solid #141D29;
  border-width: 0 0 3px 3px;
  transform: rotate(-45deg);
}
.signup__content-sectiontitle:hover:before {
  background-color: #ced3e2;
}

.signup__content-box {
  border: 1px solid #ced3e2;
  padding: 24px 24px 12px 24px;
}

.signup__content-boxcontent {
  position: relative;
  top: -24px;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  transition: all 200ms linear;
}

.signup__content-title {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 12px;
}

.signup__content-text {
  text-align: center;
}
.signup__content-text a {
  color: #2080F3;
  transition: all 200ms linear;
}
.signup__content-text a:hover {
  color: #209FF3;
  text-decoration: underline;
}

.signup__content-link {
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  color: #2080F3;
  transition: all 200ms linear;
}
.signup__content-link:hover {
  color: #209FF3;
  text-decoration: underline;
}
.signup__content-link:hover .signup__content-linkicon:before {
  border-color: #209FF3;
}
.signup__content-link:hover .signup__content-linkicon:after {
  border-top-color: #FEB301;
}

.signup__content-linkicon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  margin-right: 12px;
}
.signup__content-linkicon:before, .signup__content-linkicon:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}
.signup__content-linkicon:before {
  bottom: 0;
  left: 0;
  width: 24px;
  height: 8px;
  border: 3px solid #2080F3;
  border-top: 0;
}
.signup__content-linkicon:after {
  top: 0;
  left: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #2080F3;
}

.signup__content-error {
  color: #F95356;
}

.signup__content-tablecontainer {
  width: 100%;
  max-width: 100%;
}
.signup__content-tablecontainer.is-fees .signup__content-tablescreenshot {
  display: none;
  border: 1px solid #ced3e2;
}
@media only screen and (max-width: 44.999em) {
  .signup__content-tablecontainer.is-fees .signup__content-table.is-fees {
    display: none;
  }
  .signup__content-tablecontainer.is-fees .signup__content-tablescreenshot {
    display: block;
    min-width: 510px;
  }
}
@media only screen and (max-width: 44.999em) {
  .signup__content-tablecontainer {
    overflow-x: scroll;
    scrollbar-width: thin;
  }
}

.signup__content-table {
  width: 100%;
  min-width: 510px;
  border-collapse: collapse;
}
.signup__content-table th, .signup__content-table td {
  padding: 12px;
  border: 1px solid #ced3e2;
  line-height: 1.2;
}
.signup__content-table th {
  text-align: left;
  background-color: #141D29;
  color: #fff;
  border-color: #141D29;
}
.signup__content-table td a {
  color: #2080F3;
  transition: all 200ms linear;
}
.signup__content-table td a:hover {
  color: #209FF3;
  text-decoration: underline;
}
.signup__content-table.is-fees td {
  vertical-align: top;
}
.signup__content-table.is-fees ul {
  list-style: none;
  margin-left: 1.1em;
}
.signup__content-table.is-fees .signup__content-tablelist li {
  min-height: 2.4em;
}

.signup__content-tablefocus {
  font-size: 1.4em;
  font-weight: 700;
}

.signup__content-tablelist {
  list-style: none;
}

.signup__content-tablebox {
  font-size: 0.9em;
  max-height: 250px;
  overflow-y: scroll;
  padding: 12px;
  border: 1px solid #ced3e2;
  scrollbar-width: thin;
}
.signup__content-tablebox p {
  margin-bottom: 12px;
}
.signup__content-tablebox p:last-child {
  margin-bottom: 0;
}
.signup__content-tablebox ul {
  margin-left: 1.1em;
}
.signup__content-tablebox li {
  margin-bottom: 6px;
}
.signup__content-tablebox li:last-child {
  margin-bottom: 0;
}
.signup__content-tablebox a {
  color: #2080F3;
  text-decoration: underline;
}
.signup__content-tablebox a:hover {
  color: #209FF3;
}

.signup__content-list {
  margin: 0;
  margin-left: 1.1em;
  font-size: 0.9em;
  line-height: 1.2;
}
.signup__content-list li {
  margin-bottom: 6px;
}
.signup__content-list li:last-of-type {
  margin-bottom: 0;
}

.signup__steps {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
}

.signup__step {
  position: relative;
  box-sizing: border-box;
  width: 33.3%;
  text-align: center;
}
.signup__step:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  transform: translate(-0, -50%);
  right: -20%;
  width: 40%;
  height: 1px;
  background-color: #CDD3E4;
}
.signup__step:last-child:after {
  display: none;
}
.signup__step.is-current .signup__stepno, .signup__step.is-completed .signup__stepno {
  color: #fff;
  background-color: #FEB301;
  border-color: #FEB301;
}
.signup__step.is-completed:after {
  background-color: #FEB301;
}

.signup__stepno {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 45px;
  min-height: 45px;
  color: #AFB5C8;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #CDD3E4;
  border-radius: 50%;
}

.signup__iframe {
  width: 100%;
  border: 0;
  min-height: 300px;
}

.signup__status {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  border-radius: 20px;
}
.signup__status.is-approved {
  background-color: #9af72c;
}
.signup__status.is-pending {
  background-color: #f7c02c;
}
.signup__status.is-declined {
  background-color: #f73a2c;
}
@media only screen and (max-width: 44.999em) {
  .signup__status {
    padding: 12px;
  }
}
@media only screen and (min-width: 45em) {
  .signup__status {
    padding: 24px;
  }
}
.signup__status h2 {
  font-weight: 700;
  font-size: 1.8em;
  text-align: center;
}

.signup__content-apptitle {
  font-size: 1.2em;
  font-weight: 700;
  text-align: center;
}

.signup__content-appbox {
  border: 1px solid #ced3e2;
  padding: 12px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  margin-top: 24px;
}

.signup__content-appinfo {
  font-size: 0.9em;
  margin-bottom: 24px;
}

.signup__content-appstatus {
  margin-bottom: 24px;
  margin-top: 24px;
}

.signup__content-apptodo {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
}
.signup__content-apptodo ol {
  margin-left: 1.1em;
}
.signup__content-apptodo li {
  margin-bottom: 12px;
  padding-left: 12px;
}
.signup__content-apptodo li:last-child {
  margin-bottom: 0;
}
.signup__content-apptodo a {
  text-decoration: underline;
}
.signup__content-apptodo a:hover {
  color: #209FF3;
}

.signup__content-appnotice {
  padding: 12px 24px;
  background-color: #caf4ce;
  font-size: 1.3em;
  margin-bottom: 24px;
}

.signup__footer {
  margin-bottom: 24px;
}

.signup__footer-list {
  width: 100%;
}

.signup__footer-item {
  display: flex;
  line-height: 1.4;
  align-items: flex-start;
  flex-direction: row;
  align-items: center;
}
@media only screen and (min-width: 60em) {
  .signup__footer-item {
    padding: 12px;
  }
}

.signup__footer-listicon {
  margin-right: 12px;
  text-align: center;
  flex-grow: 0;
}

.inpage-link {
  position: relative;
  top: -24px;
}

.cbc-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  transition: all 100ms linear;
  display: flex;
  flex-flow: column;
  box-sizing: border-box;
  overflow: hidden;
}