@import url("https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&family=Slabo+27px&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -ms-flexbox;
  display: flex;
}

.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}

.ct-label.ct-horizontal.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-horizontal.ct-end {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-label.ct-vertical.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-label.ct-vertical.ct-end {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}

.ct-grid-background {
  fill: none;
}

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}

.ct-line {
  fill: none;
  stroke-width: 4px;
}

.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}

.ct-bar {
  fill: none;
  stroke-width: 10px;
}

.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}

.ct-series-a .ct-point, .ct-series-a .ct-line, .ct-series-a .ct-bar, .ct-series-a .ct-slice-donut {
  stroke: #d70206;
}
.ct-series-a .ct-slice-pie, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-area {
  fill: #d70206;
}

.ct-series-b .ct-point, .ct-series-b .ct-line, .ct-series-b .ct-bar, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-b .ct-slice-pie, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-area {
  fill: #f05b4f;
}

.ct-series-c .ct-point, .ct-series-c .ct-line, .ct-series-c .ct-bar, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d;
}
.ct-series-c .ct-slice-pie, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-area {
  fill: #f4c63d;
}

.ct-series-d .ct-point, .ct-series-d .ct-line, .ct-series-d .ct-bar, .ct-series-d .ct-slice-donut {
  stroke: #d17905;
}
.ct-series-d .ct-slice-pie, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-area {
  fill: #d17905;
}

.ct-series-e .ct-point, .ct-series-e .ct-line, .ct-series-e .ct-bar, .ct-series-e .ct-slice-donut {
  stroke: #453d3f;
}
.ct-series-e .ct-slice-pie, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-area {
  fill: #453d3f;
}

.ct-series-f .ct-point, .ct-series-f .ct-line, .ct-series-f .ct-bar, .ct-series-f .ct-slice-donut {
  stroke: #59922b;
}
.ct-series-f .ct-slice-pie, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-area {
  fill: #59922b;
}

.ct-series-g .ct-point, .ct-series-g .ct-line, .ct-series-g .ct-bar, .ct-series-g .ct-slice-donut {
  stroke: #0544d3;
}
.ct-series-g .ct-slice-pie, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-area {
  fill: #0544d3;
}

.ct-series-h .ct-point, .ct-series-h .ct-line, .ct-series-h .ct-bar, .ct-series-h .ct-slice-donut {
  stroke: #6b0392;
}
.ct-series-h .ct-slice-pie, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-area {
  fill: #6b0392;
}

.ct-series-i .ct-point, .ct-series-i .ct-line, .ct-series-i .ct-bar, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f;
}
.ct-series-i .ct-slice-pie, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-area {
  fill: #f05b4f;
}

.ct-series-j .ct-point, .ct-series-j .ct-line, .ct-series-j .ct-bar, .ct-series-j .ct-slice-donut {
  stroke: #dda458;
}
.ct-series-j .ct-slice-pie, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-area {
  fill: #dda458;
}

.ct-series-k .ct-point, .ct-series-k .ct-line, .ct-series-k .ct-bar, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d;
}
.ct-series-k .ct-slice-pie, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-area {
  fill: #eacf7d;
}

.ct-series-l .ct-point, .ct-series-l .ct-line, .ct-series-l .ct-bar, .ct-series-l .ct-slice-donut {
  stroke: #86797d;
}
.ct-series-l .ct-slice-pie, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-area {
  fill: #86797d;
}

.ct-series-m .ct-point, .ct-series-m .ct-line, .ct-series-m .ct-bar, .ct-series-m .ct-slice-donut {
  stroke: #b2c326;
}
.ct-series-m .ct-slice-pie, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-area {
  fill: #b2c326;
}

.ct-series-n .ct-point, .ct-series-n .ct-line, .ct-series-n .ct-bar, .ct-series-n .ct-slice-donut {
  stroke: #6188e2;
}
.ct-series-n .ct-slice-pie, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-area {
  fill: #6188e2;
}

.ct-series-o .ct-point, .ct-series-o .ct-line, .ct-series-o .ct-bar, .ct-series-o .ct-slice-donut {
  stroke: #a748ca;
}
.ct-series-o .ct-slice-pie, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-area {
  fill: #a748ca;
}

.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

* {
  outline: none;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
}

q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "FjallaOne";
  src: url("../fonts/fjallaone-regular-webfont.eot");
  src: url("../fonts/fjallaone-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fjallaone-regular-webfont.woff") format("woff"), url("../fonts/fjallaone-regular-webfont.ttf") format("truetype"), url("../fonts/fjallaone-regular-webfont.svg#fjalla_oneregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
html,
body {
  height: 100%;
}

body {
  background-color: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  font-size: 19px;
  color: #111111;
  font-family: "Slabo 27px", sans-serif;
}

button,
input,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background-color: transparent;
}

.color0 {
  background-color: #ffeb08;
}

.color1 {
  background-color: #446cde;
}

.color2 {
  background-color: #fda429;
}

.color3 {
  background-color: #799324;
}

.color4 {
  background-color: #fc461e;
}

.color5 {
  background-color: #59922b;
}

.color6 {
  background-color: #0544d3;
}

.color7 {
  background-color: #6b0392;
}

.color8 {
  background-color: #f05b4f;
}

.color9 {
  background-color: #dda458;
}

.color10 {
  background-color: #eacf7d;
}

.color11 {
  background-color: #86797d;
}

.color12 {
  background-color: #b2c326;
}

.color13 {
  background-color: #6188e2;
}

.color14 {
  background-color: #a748ca;
}

.boot {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.boot .app {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.boot .app .header {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 70px;
  background-color: #a3c300;
  font-size: 24px;
  font-family: "FjallaOne", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.boot .app .header p {
  position: relative;
  display: block;
  color: #ffffff;
}
.boot .app .header p:nth-child(2) {
  margin-left: 10px;
}
.boot .app .header p span {
  font-family: "Slabo 27px", sans-serif;
  font-size: 24px;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .boot .app .header p {
    display: none;
  }
}
.boot .app .header .logo {
  position: absolute;
  left: 10px;
}
.boot .app .header .logo img {
  display: -ms-flexbox;
  display: flex;
  height: 24px;
}
@media screen and (max-width: 640px) {
  .boot .app .header .logo {
    left: 50%;
    transform: translateX(-50%);
  }
}
.boot .app .header .icon {
  position: absolute;
  width: 50px;
  height: 50px;
  background-color: #f16527;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 50px;
  background-image: url("/images/mail.png");
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.boot .app .content {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.boot .app .content .page {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%;
}
.boot .app .content .page .body {
  position: relative;
  -ms-flex-positive: 1;
      flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.boot .app .content .page .body.center {
  -ms-flex-pack: center;
      justify-content: center;
}
.boot .app .content .page .body .wrapper {
  position: relative;
  padding: 40px 7.5%;
}
.boot .app .content .page .body.small {
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.boot .app .content .page .body.small .wrapper {
  padding: 40px;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .boot .app .content .page .body.small .wrapper {
    width: 100%;
  }
}
.boot .app .content .page .action {
  position: relative;
  height: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.boot .app .content .page .action:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #a3c300;
  top: 33px;
  left: 0;
}
.boot .app .content .page .action .button {
  position: relative;
  height: 70px;
  background-color: #ffffff;
  font-family: "FjallaOne", sans-serif;
  border-radius: 70px;
  line-height: 70px;
  padding: 10px;
  cursor: pointer;
}
.boot .app .content .page .action .button:after {
  content: attr(data-title);
  position: relative;
  display: block;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  color: #ffffff;
  background-color: #f16527;
  border-radius: 50px;
}
.boot .app .content .page .action .button.disabled:after {
  opacity: 0.5;
}

.page.register .body .wrapper .error {
  color: #f16527;
  text-align: center;
  margin-bottom: 20px;
}
.page.register .body .wrapper .error:last-child {
  margin-bottom: 0;
}
.page.register .body .wrapper .holder {
  position: relative;
  margin-bottom: 30px;
}
.page.register .body .wrapper .holder:last-child {
  margin-bottom: 0;
}
.page.register .body .wrapper .holder .input {
  position: relative;
  height: 50px;
  border: 2px solid #a3c300;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  color: #a3c300;
}
.page.register .body .wrapper .holder .input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.page.register .body .wrapper .holder .input:-moz-placeholder {
  color: #aaaaaa;
}
.page.register .body .wrapper .holder .input::-moz-placeholder {
  color: #aaaaaa;
}
.page.register .body .wrapper .holder .input:-ms-input-placeholder {
  color: #aaaaaa;
}
.page.register .body .wrapper .holder .input.select {
  color: transparent;
}
.page.register .body .wrapper .holder .input.error {
  border: 0;
  background-color: #a3c300;
  color: #ffffff;
}
.page.register .body .wrapper .holder .input.error::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.register .body .wrapper .holder .input.error:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.register .body .wrapper .holder .input.error::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.register .body .wrapper .holder .input.error:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.register .body .wrapper .holder .checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #eeeeee;
  margin-right: 10px;
  border-radius: 4px;
  cursor: pointer;
}
.page.register .body .wrapper .holder .checkbox:checked {
  background-color: #aaaaaa;
}
.page.register .body .wrapper .holder label {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #aaaaaa;
  pointer-events: none;
  top: 0;
  left: 0;
  transition: all 500ms ease;
}
.page.register .body .wrapper .holder label.active {
  pointer-events: all;
}
.page.register .body .wrapper .holder .visible {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 50px;
  text-align: center;
  color: #a3c300;
  pointer-events: none;
}
.page.register .body .wrapper .holder .visible.placeholder {
  color: #aaaaaa;
}
.page.register .body .wrapper .holder.using label {
  transform: translateY(-40px) scale(0.75);
}

.page.start .body p {
  line-height: 1.6em;
  text-align: center;
  color: rgb(144.5, 144.5, 144.5);
}

.page.flow .body .cards {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #eeeeee;
  overflow: hidden;
}
.page.flow .body .cards .card {
  position: absolute;
  width: 100%;
  left: 0;
  opacity: 0;
  background-color: #111111;
  transition: opacity 500ms ease, transform 500ms ease;
}
.page.flow .body .cards .card .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: opacity 250ms ease;
  opacity: 1;
}
.page.flow .body .cards .card .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.page.flow .body .cards .card .caption {
  position: absolute;
  width: 100%;
  left: 0;
  height: 140px;
}
.page.flow .body .cards .card .caption p {
  position: absolute;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  width: 100%;
  left: 0;
  line-height: 1.4em;
  padding: 0 40px;
  font-family: "FjallaOne", sans-serif;
}
.page.flow .body .cards .card:nth-child(1) {
  top: 0;
}
.page.flow .body .cards .card:nth-child(1) .caption {
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.page.flow .body .cards .card:nth-child(1) .caption p {
  top: 40px;
}
.page.flow .body .cards .card:nth-child(2) {
  bottom: 0;
}
.page.flow .body .cards .card:nth-child(2) .caption {
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}
.page.flow .body .cards .card:nth-child(2) .caption p {
  bottom: 40px;
}
.page.flow .body .cards .card.full {
  height: 100%;
}
.page.flow .body .cards .card.half {
  height: 50%;
}
.page.flow .body .cards .card.inactive .image {
  opacity: 0.25;
}
.page.flow .body .cards .card.visible {
  opacity: 1;
}
.page.flow .body .cards .card.left {
  transform: translateX(-50%) rotate(-20deg);
}
.page.flow .body .cards .card.right {
  transform: translateX(50%) rotate(20deg);
}
.page.flow .body .cards .instruction {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10vw;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  opacity: 0;
  transition: all 1000ms ease;
}
.page.flow .body .cards .instruction p {
  line-height: 1.6em;
  text-align: center;
  color: #ffffff;
}
.page.flow .body .interact {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.page.flow .body .interact .element {
  position: absolute;
  width: 120px;
  height: 120px;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  cursor: move;
}
.page.flow .body .interact .element .animator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  padding: 6px;
  transition: all 500ms ease;
}
.page.flow .body .interact .element .animator .icon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/images/heart.png");
  background-size: cover;
  background-position: 50% 50%;
}
.page.flow .body .interact .element.transition {
  transition: transform 500ms ease;
}
.page.flow .body .interact .element.dragging .animator {
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(0);
}
.page.flow .body.bipolar .cards .card:after {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  left: 50%;
  width: 200px;
  height: 250px;
  transform: translateX(-50%);
  transition: all 1000ms ease;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.page.flow .body.bipolar .cards .card:nth-child(1):after {
  bottom: 50px;
  background-image: url("/images/up.png");
}
.page.flow .body.bipolar .cards .card:nth-child(2):after {
  top: 50px;
  background-image: url("/images/down.png");
}
.page.flow .body.animate.bipolar .cards .card:after {
  opacity: 1;
}
.page.flow .body.animate.bipolar .cards .card .image {
  opacity: 0.25;
}
.page.flow .body.animate.bipolar .cards .instruction {
  opacity: 1;
}
.page.flow .body.animate .interact .element .animator {
  transition: all 1000ms ease;
  background-color: #cccccc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.page.flow .body.up .interact .element .animator {
  transform: translateY(-85%);
}
.page.flow .body.down .interact .element .animator {
  transform: translateY(85%);
}
.page.flow .action .button {
  width: 120px;
  text-align: center;
  margin: 0 10px;
}
.page.flow .pause {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #a3c300;
}
.page.flow .pause .circle {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 200px;
  background-color: #ffffff;
}
.page.flow .pause .circle:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("/images/parts.svg");
  background-size: cover;
  background-position: 50% 50%;
}
.page.flow .pause .circle .round-progress {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.page.flow .pause .circle .inner {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: column;
      flex-direction: column;
}
.page.flow .pause .circle .inner .round {
  color: #a3c300;
  text-align: center;
  font-size: 90px;
  transform: translateY(-10px);
}
.page.flow .pause .circle .inner .caption {
  color: #a3c300;
  font-size: 20px;
  text-align: center;
  padding: 0 40px;
}
.page.flow .pause .circle .inner svg {
  width: 80px;
  height: 80px;
}
.page.flow .pause .circle .inner svg .check {
  stroke-dashoffset: 130px;
  stroke-dasharray: 130px 130px;
  animation: dash 1000ms ease forwards;
}
.page.flow .pause .circle.test, .page.flow .pause .circle.checkmark {
  background-color: #ffffff;
  background-image: none;
}
.page.flow .pause .circle.test:after, .page.flow .pause .circle.checkmark:after {
  display: none;
}
.page.flow .pause .circle.test .inner .round, .page.flow .pause .circle.checkmark .inner .round {
  font-size: 32px;
  transform: translateY(0);
}
.page.flow .pause .goaction {
  position: absolute;
  height: 70px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.page.flow .pause .goaction:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  top: 33px;
  left: 0;
}
.page.flow .pause .goaction .gobutton {
  position: relative;
  height: 70px;
  background-color: #f16527;
  border: 10px solid #a3c300;
  font-family: "FjallaOne", sans-serif;
  border-radius: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #ffffff;
  cursor: pointer;
}
.page.flow .pause .steps {
  position: absolute;
  height: 70px;
  width: 100%;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}
.page.flow .pause .steps:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background-color: #ffffff;
  top: 33px;
  left: 0;
}
.page.flow .pause .steps .point {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #a3c300;
  border-radius: 25px;
  margin: 0 5%;
  border: 4px solid #ffffff;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(1);
  }
}
.page.flow .pause .steps .point.completed {
  background-color: #ffffff;
}
.page.flow .pause .steps .point.current {
  background-image: url("/images/arrow.png");
  background-size: cover;
  background-position: 50% 50%;
  animation: pulse 2000ms;
}

.page.report {
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}
.page.report .body .powered {
  position: relative;
  padding: 0 7.5% 40px 7.5%;
  text-align: center;
}
.page.report .body .powered p {
  font-size: 16px;
  color: #111111;
  opacity: 0.4;
}
.page.report .body .powered p a {
  color: #111111;
}
.page.report .body.center {
  -ms-flex-align: center;
      align-items: center;
}
.page.report .body p {
  line-height: 1.6em;
  color: rgb(144.5, 144.5, 144.5);
}
.page.report .body p span.light {
  color: rgb(208.25, 208.25, 208.25);
}
.page.report .body ul {
  line-height: 1.6em;
  color: rgb(144.5, 144.5, 144.5);
}
.page.report .body ul li.item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
      align-items: top;
}
.page.report .body ul li.item.strong {
  font-weight: bold;
  color: rgb(80.75, 80.75, 80.75);
}
.page.report .body ul li.item .bullet {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page.report .body ul li.item .bullet.purple {
  background-color: #891089;
}
.page.report .body ul li.item .bullet.yellow, .page.report .body ul li.item .bullet.o {
  background-color: #ffeb08;
}
.page.report .body ul li.item .bullet.blue, .page.report .body ul li.item .bullet.c {
  background-color: #446cde;
}
.page.report .body ul li.item .bullet.orange, .page.report .body ul li.item .bullet.e {
  background-color: #fda429;
}
.page.report .body ul li.item .bullet.green, .page.report .body ul li.item .bullet.a {
  background-color: #799324;
}
.page.report .body ul li.item .bullet.red, .page.report .body ul li.item .bullet.n {
  background-color: #fc461e;
}
.page.report .body ul li.item .bullet.turquoise {
  background-color: #40e0d0;
}
.page.report .body ul li.item .bullet.teamscan_o {
  background-color: #f39200;
}
.page.report .body ul li.item .bullet.teamscan_c {
  background-color: #be1622;
}
.page.report .body ul li.item .bullet.teamscan_e {
  background-color: #94b1b6;
}
.page.report .body ul li.item .bullet.teamscan_a {
  background-color: #a71b71;
}
.page.report .body ul li.item .bullet.teamscan_n {
  background-color: #cbca00;
}
.page.report .body .chapter {
  position: relative;
  margin-bottom: 20px;
}
.page.report .body .chapter:last-child {
  margin-bottom: -20px;
}
.page.report .body .chapter h2 {
  line-height: 1.4em;
  font-size: 18px;
  margin-bottom: 20px;
  font-family: "FjallaOne", Arial, sans-serif;
  font-weight: normal;
  width: 100%;
}
.page.report .body .chapter .columns {
  position: relative;
  margin: 0 -10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page.report .body .chapter .columns .column {
  position: relative;
  margin-bottom: 20px;
  padding: 0 10px;
}
.page.report .body .chapter .columns .column ul,
.page.report .body .chapter .columns .column p {
  font-size: 16px;
  margin-bottom: 20px;
}
.page.report .body .chapter .columns .column ul:last-child,
.page.report .body .chapter .columns .column p:last-child {
  margin-bottom: 0;
}
.page.report .body .chapter .columns .column ul.caption,
.page.report .body .chapter .columns .column p.caption {
  position: relative;
}
@media screen and (max-width: 640px) {
  .page.report .body .chapter .columns .column ul.caption,
  .page.report .body .chapter .columns .column p.caption {
    margin-bottom: 20px;
  }
}
.page.report .body .chapter .columns .column .container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin-bottom: 20px;
}
.page.report .body .chapter .columns .column .container .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page.report .body .chapter .columns .column ul.bullet {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.4em;
  padding-left: 2em;
}
.page.report .body .chapter .columns .column ul.options {
  color: rgb(182.75, 182.75, 182.75);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page.report .body .chapter .columns .column ul.options li:after {
  content: "|";
  padding: 0 5px;
  font-style: normal;
  color: rgb(182.75, 182.75, 182.75);
}
.page.report .body .chapter .columns .column ul.options li.active {
  font-style: italic;
  color: rgb(93.5, 93.5, 93.5);
}
.page.report .body .chapter .columns .column ul.options li:last-child:after {
  content: "";
  padding: 0;
}
.page.report .body .chapter .columns .column .horizon {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 20px;
}
.page.report .body .chapter .columns .column .horizon p {
  font-style: italic;
  color: rgb(93.5, 93.5, 93.5);
  margin: 0 0 10px 0;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider {
  position: relative;
  height: 2px;
  width: 100%;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_track {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #aaaaaa;
  border-radius: 2px;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb {
  position: absolute;
  width: 12px;
  height: 12px;
  top: -5px;
  border-radius: 12px;
  transform: translateX(-50%);
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.purple {
  background-color: #891089;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.yellow, .page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.o {
  background-color: #ffeb08;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.blue, .page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.c {
  background-color: #446cde;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.orange, .page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.e {
  background-color: #fda429;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.green, .page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.a {
  background-color: #799324;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.red, .page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.n {
  background-color: #fc461e;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.turquoise {
  background-color: #40e0d0;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.teamscan_o {
  background-color: #f39200;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.teamscan_c {
  background-color: #be1622;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.teamscan_e {
  background-color: #94b1b6;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.teamscan_a {
  background-color: #a71b71;
}
.page.report .body .chapter .columns .column .horizon .horizon_slider .horizon_thumb.teamscan_n {
  background-color: #cbca00;
}
.page.report .body .chapter .columns .column p:last-child {
  margin-bottom: 20px;
}
.page.report .body .chapter .columns .column .pug {
  position: relative;
  background-color: rgb(233.75, 233.75, 233.75);
  padding: 20px;
  margin-bottom: 20px;
}
.page.report .body .chapter .columns .column .pug:last-child {
  margin-bottom: 0;
}
.page.report .body .chapter .columns .column .pug button {
  color: #ffffff;
  background-color: #f16527;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  padding: 0 20px;
  margin: 0;
  font-weight: bold;
  cursor: pointer;
}
.page.report .body .chapter .columns .column .ct-chart.single .ct-series .ct-bar {
  stroke-width: 15%;
}
.page.report .body .chapter .columns .column .ct-chart.single .ct-series:nth-child(1) .ct-bar {
  stroke: #ffeb08;
}
.page.report .body .chapter .columns .column .ct-chart.single .ct-series:nth-child(2) .ct-bar {
  stroke: #446cde;
}
.page.report .body .chapter .columns .column .ct-chart.single .ct-series:nth-child(3) .ct-bar {
  stroke: #fda429;
}
.page.report .body .chapter .columns .column .ct-chart.single .ct-series:nth-child(4) .ct-bar {
  stroke: #799324;
}
.page.report .body .chapter .columns .column .ct-chart.single .ct-series:nth-child(5) .ct-bar {
  stroke: #fc461e;
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series .ct-bar {
  stroke-width: 6%;
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series .ct-bar:nth-of-type(1) {
  stroke: #ffeb08;
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series .ct-bar:nth-of-type(2) {
  stroke: #446cde;
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series .ct-bar:nth-of-type(3) {
  stroke: #fda429;
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series .ct-bar:nth-of-type(4) {
  stroke: #799324;
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series .ct-bar:nth-of-type(5) {
  stroke: #fc461e;
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series:first-child {
  transform: translateX(-3%);
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series:last-child {
  transform: translateX(3%);
}
.page.report .body .chapter .columns .column .ct-chart.multi .ct-series:last-child .ct-bar {
  opacity: 0.5;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.single .ct-series:nth-child(1) .ct-bar {
  stroke: #f39200;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.single .ct-series:nth-child(2) .ct-bar {
  stroke: #be1622;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.single .ct-series:nth-child(3) .ct-bar {
  stroke: #94b1b6;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.single .ct-series:nth-child(4) .ct-bar {
  stroke: #a71b71;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.single .ct-series:nth-child(5) .ct-bar {
  stroke: #cbca00;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.multi .ct-series .ct-bar:nth-of-type(1) {
  stroke: #f39200;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.multi .ct-series .ct-bar:nth-of-type(2) {
  stroke: #be1622;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.multi .ct-series .ct-bar:nth-of-type(3) {
  stroke: #94b1b6;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.multi .ct-series .ct-bar:nth-of-type(4) {
  stroke: #a71b71;
}
.page.report .body .chapter .columns .column .ct-chart.teamscan.multi .ct-series .ct-bar:nth-of-type(5) {
  stroke: #cbca00;
}
.page.report .body .chapter .columns .column.full {
  width: 100%;
}
.page.report .body .chapter .columns .column.half {
  width: 50%;
}
.page.report .body .chapter .columns .column.half.left {
  padding-right: 20px;
}
.page.report .body .chapter .columns .column.half.right {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .page.report .body .chapter .columns .column.half {
    width: 100%;
  }
  .page.report .body .chapter .columns .column.half.left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page.report .body .chapter .columns .column.half.right {
    padding-left: 0;
  }
}
.page.report .body .chapter .columns .column.third {
  width: 33.3333333333%;
}
.page.report .body .chapter .columns .column.third.left {
  padding-right: 20px;
}
.page.report .body .chapter .columns .column.third.right {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .page.report .body .chapter .columns .column.third {
    width: 100%;
  }
  .page.report .body .chapter .columns .column.third.left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page.report .body .chapter .columns .column.third.right {
    padding-left: 0;
  }
}
.page.report .body .chapter .columns .column.third.special {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .page.report .body .chapter .columns .column.third.special {
    width: 100%;
  }
  .page.report .body .chapter .columns .column.third.special.left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page.report .body .chapter .columns .column.third.special.right {
    padding-left: 0;
  }
}
.page.report .body .chapter .columns .column.twothirds {
  width: 66.6666666667%;
}
.page.report .body .chapter .columns .column.twothirds.left {
  padding-right: 20px;
}
.page.report .body .chapter .columns .column.twothirds.right {
  padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .page.report .body .chapter .columns .column.twothirds {
    width: 100%;
  }
  .page.report .body .chapter .columns .column.twothirds.left {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .page.report .body .chapter .columns .column.twothirds.right {
    padding-left: 0;
  }
}
.page.report .body .overlay {
  position: fixed;
  top: 70px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  display: none;
}
.page.report .body .overlay.loading {
  display: block;
}
.page.report .body .overlay .subject {
  position: absolute;
  width: 75%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page.report .body .overlay .subject .bar {
  position: relative;
  height: 8px;
  background-color: rgb(246.5, 246.5, 246.5);
  border-radius: 8px;
  overflow: hidden;
}
.page.report .body .overlay .subject .bar .percentage {
  position: relative;
  width: 0;
  height: 8px;
  background-color: #a3c300;
  transition: width 500ms linear;
}
.page.report .body .overlay .subject .loading {
  line-height: 1.6em;
  text-align: center;
  color: rgb(144.5, 144.5, 144.5);
  padding-top: 20px;
}
.page.report .body .overlay .subject .cappr {
  line-height: 1.6em;
  text-align: center;
  color: rgb(208.25, 208.25, 208.25);
  padding-top: 10px;
  font-size: 14px;
}
.page.report .body .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 20px;
  z-index: 1000;
}
@media screen and (max-width: 640px) {
  .page.report .body .modal {
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 90px 20px 20px 20px;
  }
}
.page.report .body .modal .window {
  position: relative;
  width: 600px;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (max-width: 640px) {
  .page.report .body .modal .window {
    width: 100%;
  }
}
.page.report .body .modal .window .title {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 60px;
  background-color: #a3c300;
  font-size: 20px;
  font-family: "FjallaOne", sans-serif;
}
.page.report .body .modal .window .title p {
  line-height: 60px;
  color: #ffffff;
  text-align: center;
}
.page.report .body .modal .window .title .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  border-radius: 40px;
  background-image: url("/images/close.png");
  background-size: 15px 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page.report .body .modal .window .body {
  position: relative;
  padding: 40px 40px 30px 40px;
}
.page.report .body .modal .window .body .holder {
  position: relative;
  margin-bottom: 20px;
}
.page.report .body .modal .window .body .holder:last-child {
  margin-bottom: 0;
}
.page.report .body .modal .window .body .holder .input {
  position: relative;
  height: 50px;
  border: 2px solid #a3c300;
  border-radius: 50px;
  width: 100%;
  text-align: center;
  color: #a3c300;
}
.page.report .body .modal .window .body .holder .input::-webkit-input-placeholder {
  color: #aaaaaa;
}
.page.report .body .modal .window .body .holder .input:-moz-placeholder {
  color: #aaaaaa;
}
.page.report .body .modal .window .body .holder .input::-moz-placeholder {
  color: #aaaaaa;
}
.page.report .body .modal .window .body .holder .input:-ms-input-placeholder {
  color: #aaaaaa;
}
.page.report .body .modal .window .body .holder .input.error {
  border: 0;
  background-color: #a3c300;
  color: #ffffff;
}
.page.report .body .modal .window .body .holder .input.error::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.report .body .modal .window .body .holder .input.error:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.report .body .modal .window .body .holder .input.error::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.report .body .modal .window .body .holder .input.error:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.page.report .body .modal .window .body .holder .success {
  text-align: center;
  margin-bottom: 10px;
}
.page.report .body .modal .window .body .error {
  color: #f16527;
  text-align: center;
}

.page.teamcoach .body .chart {
  position: relative;
}
.page.teamcoach .body .chart .intro {
  position: relative;
  font-size: 16px;
  margin-bottom: 20px;
}
.page.teamcoach .body .chart .intro h2 {
  line-height: 1.4em;
  font-size: 18px;
  font-family: "FjallaOne", Arial, sans-serif;
  font-weight: normal;
}
.page.teamcoach .body .chart .intro p {
  color: rgb(144.5, 144.5, 144.5);
  line-height: 1.4em;
}
.page.teamcoach .body .chart .intro * {
  margin-bottom: 20px;
}
.page.teamcoach .body .chart .intro *:last-child {
  margin-bottom: 0;
}
.page.teamcoach .body .chart .visual {
  position: relative;
  margin-bottom: 20px;
}
.page.teamcoach .body .chart .visual h2 {
  line-height: 1.4em;
  font-size: 18px;
  font-family: "FjallaOne", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.page.teamcoach .body .chart .visual .columns {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page.teamcoach .body .chart .visual .columns .bars {
  position: relative;
  width: 75%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .page.teamcoach .body .chart .visual .columns .bars {
    width: 100%;
  }
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series .ct-bar {
  stroke-width: 5%;
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series .ct-bar:nth-of-type(1) {
  stroke: #f39200;
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series .ct-bar:nth-of-type(2) {
  stroke: #be1622;
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series .ct-bar:nth-of-type(3) {
  stroke: #94b1b6;
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series .ct-bar:nth-of-type(4) {
  stroke: #a71b71;
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series .ct-bar:nth-of-type(5) {
  stroke: #cbca00;
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series:nth-child(1) {
  transform: translateX(-5%);
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series:nth-child(1) .ct-bar {
  opacity: 0.5;
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series:nth-child(2) {
  transform: translateX(0%);
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series:nth-child(3) {
  transform: translateX(5%);
}
.page.teamcoach .body .chart .visual .columns .bars .ct-series:nth-child(3) .ct-bar {
  opacity: 0.5;
}
.page.teamcoach .body .chart .visual .columns .legend {
  position: relative;
  width: 25%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .page.teamcoach .body .chart .visual .columns .legend {
    width: 100%;
  }
}
.page.teamcoach .body .chart .visual .columns .legend .contextual {
  position: relative;
  font-size: 16px;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul {
  margin-bottom: 20px;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul:last-child {
  margin-bottom: 0;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li {
  line-height: 1.4em;
  color: rgb(144.5, 144.5, 144.5);
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li.item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: top;
      align-items: top;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li.item .bullet {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  margin-top: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li.item .bullet.o {
  background-color: #f39200;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li.item .bullet.c {
  background-color: #be1622;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li.item .bullet.e {
  background-color: #94b1b6;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li.item .bullet.a {
  background-color: #a71b71;
}
.page.teamcoach .body .chart .visual .columns .legend .contextual ul li.item .bullet.n {
  background-color: #cbca00;
}
.page.teamcoach .body .chart .visual .info {
  position: relative;
  font-size: 16px;
  margin-top: 20px;
}
.page.teamcoach .body .chart .visual .info p {
  color: rgb(144.5, 144.5, 144.5);
  line-height: 1.4em;
}
.page.teamcoach .body .chart .per {
  position: relative;
}
.page.teamcoach .body .chart .per h2 {
  line-height: 1.4em;
  font-size: 18px;
  font-family: "FjallaOne", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.page.teamcoach .body .chart .per .aspects {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -20px;
}
.page.teamcoach .body .chart .per .aspects .aspect {
  position: relative;
  width: 33.333333%;
  padding: 20px;
}
@media screen and (max-width: 960px) {
  .page.teamcoach .body .chart .per .aspects .aspect {
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .page.teamcoach .body .chart .per .aspects .aspect {
    width: 100%;
  }
}
.page.teamcoach .body .chart .per .aspects .aspect .bullet {
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.page.teamcoach .body .chart .per .aspects .aspect .bullet:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 3px;
  left: 0;
  background-color: #eeeeee;
}
.page.teamcoach .body .chart .per .aspects .aspect .bullet p {
  color: #111111;
  line-height: 1.4em;
  font-size: 16px;
}
.page.teamcoach .body .chart .per .aspects .aspect .figure {
  position: relative;
  height: 100px;
}
.page.teamcoach .body .chart .per .aspects .aspect .figure .ct-line {
  stroke-width: 2px;
  stroke: #aaaaaa;
}
.page.teamcoach .body .chart .per .aspects .aspect .figure .ct-point {
  visibility: hidden;
}
.page.teamcoach .body .chart .per .aspects .aspect .figure .overlay {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 35px;
  left: 50px;
}
.page.teamcoach .body .chart .per .aspects .aspect .figure .overlay .average {
  position: absolute;
  bottom: 0;
  width: 10px;
  height: 10px;
  background-color: #eeeeee;
  transform: translate(-50%, 50%);
  border-radius: 10px;
}
.page.teamcoach .body .chart .per .aspects .aspect .explain {
  position: relative;
}
.page.teamcoach .body .chart .per .aspects .aspect .explain p {
  color: rgb(144.5, 144.5, 144.5);
  line-height: 1.4em;
  font-size: 16px;
}
.page.teamcoach .body .chart .per .aspects .aspect.o .bullet:before,
.page.teamcoach .body .chart .per .aspects .aspect.o .figure .average {
  background-color: #f39200;
}
.page.teamcoach .body .chart .per .aspects .aspect.c .bullet:before,
.page.teamcoach .body .chart .per .aspects .aspect.c .figure .average {
  background-color: #be1622;
}
.page.teamcoach .body .chart .per .aspects .aspect.e .bullet:before,
.page.teamcoach .body .chart .per .aspects .aspect.e .figure .average {
  background-color: #94b1b6;
}
.page.teamcoach .body .chart .per .aspects .aspect.a .bullet:before,
.page.teamcoach .body .chart .per .aspects .aspect.a .figure .average {
  background-color: #a71b71;
}
.page.teamcoach .body .chart .per .aspects .aspect.n .bullet:before,
.page.teamcoach .body .chart .per .aspects .aspect.n .figure .average {
  background-color: #cbca00;
}

.page.jobs .body .categories {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #aaaaaa;
}
.page.jobs .body .categories ul {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.page.jobs .body .categories ul li {
  color: #444444;
  padding: 0 20px 10px 20px;
  border-bottom: 4px solid #ffffff;
  cursor: pointer;
}
.page.jobs .body .categories ul li:hover {
  border-color: #eeeeee;
}
.page.jobs .body .categories ul li.active {
  border-color: #aaaaaa;
}
.page.jobs .body .jobs {
  position: relative;
}
.page.jobs .body .jobs .job {
  position: relative;
  margin-bottom: 20px;
}
.page.jobs .body .jobs .job:last-child {
  margin-bottom: 0;
}
.page.jobs .body .jobs .job .overall {
  position: relative;
  height: 40px;
}
.page.jobs .body .jobs .job .overall:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(270deg, #69a335 0%, #d1e17f 100%);
  border-radius: 40px;
}
.page.jobs .body .jobs .job .overall .correction {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 0;
  left: 20px;
}
.page.jobs .body .jobs .job .overall .point {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 0;
  transform: translateX(-50%);
}
.page.jobs .body .jobs .job .overall .point:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  background-color: #ffffff;
  border-radius: 100%;
}
.page.jobs .body p {
  line-height: 1.6em;
  text-align: center;
  color: rgb(144.5, 144.5, 144.5);
}
.page.jobs .body p span {
  opacity: 0.5;
}