/* Around - Styleguide 2019 */
/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Libre+Franklin:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
/* RESET SCSS */
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%;
  vertical-align: baseline; }

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

body {
  line-height: normal;
  overflow-x: hidden; }

ol,
ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none; }

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  cursor: pointer; }

html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-y: auto;
  overflow-x: hidden; }

*,
*::before,
*::after {
  box-sizing: inherit; }

*:focus {
  outline: none; }

body {
  margin: 0;
  padding: 0;
  font-family: "Libre Franklin", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  z-index: 1; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: inherit;
  -ms-interpolation-mode: bicubic; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0.1875rem;
  background: transparent;
  line-height: 1;
  white-space: pre-wrap;
  font: inherit;
  cursor: pointer; }

.wrapper--scroll-x {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden; }

.wrapper {
  box-sizing: border-box;
  max-width: 1600px;
  margin: 0 auto; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem; }

.row {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem; }

.row.reverse {
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -moz-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: auto; }

.col-xs-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

.col-xs-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

.col-xs-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

.col-xs-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

.col-xs-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

.col-xs-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

.col-xs-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

.col-xs-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

.col-xs-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-0 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 0; }

.col-xs-offset-1 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 25%; }

.col-xs-offset-4 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 50%; }

.col-xs-offset-7 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 75%; }

.col-xs-offset-10 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-left: 100%; }

.col-xs {
  -moz-flex-grow: 1;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.start-xs {
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left; }

.center-xs {
  -moz-justify-content: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right; }

.top-xs {
  -moz-align-items: flex-start;
  align-items: flex-start; }

.middle-xs {
  -moz-align-items: center;
  align-items: center; }

.bottom-xs {
  -moz-align-items: flex-end;
  align-items: flex-end; }

.around-xs {
  -moz-justify-content: space-around;
  justify-content: space-around; }

.between-xs {
  -moz-justify-content: space-between;
  justify-content: space-between; }

.first-xs {
  order: -1; }

.last-xs {
  order: 1; }

@media only screen and (min-width: 30em) {
  .container {
    width: 28rem; }
  .col-xs {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto; }
  .col-xs-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xs-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xs-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xs-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xs-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xs-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xs-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xs-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xs-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xs-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xs-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xs-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xs-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-xs-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-xs-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-xs-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-xs-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-xs-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-xs-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-xs-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-xs-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-xs-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-xs-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-xs-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-xs-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-xs {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-xs {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-xs {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xs {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-xs {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xs {
    -moz-align-items: center;
    align-items: center; }
  .bottom-xs {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xs {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xs {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xs {
    order: -1; }
  .last-xs {
    order: 1; } }

@media only screen and (min-width: 48em) {
  .container {
    width: 46rem; }
  .col-sm {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto; }
  .col-sm-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-sm-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-sm-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-sm-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-sm-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-sm {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-sm {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-sm {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-sm {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-sm {
    -moz-align-items: center;
    align-items: center; }
  .bottom-sm {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-sm {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-sm {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-sm {
    order: -1; }
  .last-sm {
    order: 1; } }

@media only screen and (min-width: 62em) {
  .container {
    width: 60rem; }
  .col-md {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto; }
  .col-md-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-md-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-md-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-md-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-md-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-md {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-md {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-md {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-md {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-md {
    -moz-align-items: center;
    align-items: center; }
  .bottom-md {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-md {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-md {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-md {
    order: -1; }
  .last-md {
    order: 1; } }

@media only screen and (min-width: 75em) {
  .container {
    width: 73rem; }
  .col-lg {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto; }
  .col-lg-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-lg-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-lg-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-lg-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-lg-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-lg {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-lg {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-lg {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-lg {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-lg {
    -moz-align-items: center;
    align-items: center; }
  .bottom-lg {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-lg {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-lg {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-lg {
    order: -1; }
  .last-lg {
    order: 1; } }

@media only screen and (min-width: 90em) {
  .container {
    width: 88rem; }
  .col-xl {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto; }
  .col-xl-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xl-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xl-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xl-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xl-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-xl-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-xl-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-xl-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-xl-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-xl {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-xl {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-xl {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xl {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-xl {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xl {
    -moz-align-items: center;
    align-items: center; }
  .bottom-xl {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xl {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xl {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xl {
    order: -1; }
  .last-xl {
    order: 1; } }

@media only screen and (min-width: 100em) {
  .container {
    width: 98rem; }
  .col-xxl {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: auto; }
  .col-xxl-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 25%;
    max-width: 25%; }
  .col-xxl-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 50%;
    max-width: 50%; }
  .col-xxl-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 75%;
    max-width: 75%; }
  .col-xxl-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex-basis: 100%;
    max-width: 100%; }
  .col-xxl-offset-0 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 0; }
  .col-xxl-offset-1 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 8.33333%; }
  .col-xxl-offset-2 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 16.66667%; }
  .col-xxl-offset-3 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 25%; }
  .col-xxl-offset-4 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 33.33333%; }
  .col-xxl-offset-5 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 41.66667%; }
  .col-xxl-offset-6 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 50%; }
  .col-xxl-offset-7 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 58.33333%; }
  .col-xxl-offset-8 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 66.66667%; }
  .col-xxl-offset-9 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 75%; }
  .col-xxl-offset-10 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 83.33333%; }
  .col-xxl-offset-11 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 91.66667%; }
  .col-xxl-offset-12 {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    margin-left: 100%; }
  .col-xxl {
    -moz-flex-grow: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .start-xxl {
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left; }
  .center-xxl {
    -moz-justify-content: center;
    justify-content: center;
    text-align: center; }
  .end-xxl {
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right; }
  .top-xxl {
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .middle-xxl {
    -moz-align-items: center;
    align-items: center; }
  .bottom-xxl {
    -moz-align-items: flex-end;
    align-items: flex-end; }
  .around-xxl {
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .between-xxl {
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .first-xxl {
    order: -1; }
  .last-xxl {
    order: 1; } }

.container {
  margin: 0 auto; }

@media only screen and (max-width: 360px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem; } }

.container,
.container-fluid {
  overflow: hidden; }

.col-xs-auto {
  box-sizing: border-box;
  -moz-flex-grow: 0;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.hidden,
.hidden-xs {
  display: none; }

.show-xs {
  display: initial; }

@media only screen and (min-width: 30em) {
  .col-xs-auto {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .hidden-xs {
    display: none; }
  .show-xs {
    display: initial; } }

@media only screen and (min-width: 48em) {
  .col-sm-auto {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .hidden-sm {
    display: none; }
  .show-sm {
    display: initial; } }

@media only screen and (min-width: 62em) {
  .col-md-auto {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .hidden-md {
    display: none; }
  .show-md {
    display: initial; } }

@media only screen and (min-width: 75em) {
  .col-lg-auto {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .hidden-lg {
    display: none; }
  .show-lg {
    display: initial; } }

@media only screen and (min-width: 90em) {
  .col-xl-auto {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .hidden-xl {
    display: none; }
  .show-xl {
    display: initial; } }

@media only screen and (min-width: 100em) {
  .col-xxl-auto {
    box-sizing: border-box;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .hidden-xxl {
    display: none; }
  .show-xxl {
    display: initial; } }

h1,
.h1 {
  font-size: 1.5rem; }
  @media only screen and (min-width: 992px) {
    h1,
    .h1 {
      font-size: 2.1875rem; } }

h2,
.h2 {
  font-size: 1.375rem; }
  @media only screen and (min-width: 992px) {
    h2,
    .h2 {
      font-size: 1.8125rem; } }

h3,
.h3 {
  font-size: 1.25rem; }
  @media only screen and (min-width: 992px) {
    h3,
    .h3 {
      font-size: 1.5rem; } }

h4,
.h4 {
  font-size: 1.125rem; }
  @media only screen and (min-width: 992px) {
    h4,
    .h4 {
      font-size: 1.25rem; } }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
  font-weight: 300; }

a {
  font-weight: 700; }
  .theme-default a {
    color: #6d48ff; }
  .theme-dark a {
    color: #fff; }

p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 400; }

.text-big {
  font-size: 1.0625rem !important; }

.text-base {
  font-size: 0.875rem !important; }

.text-small {
  font-size: 0.75rem !important; }

.text-extra-small {
  font-size: 0.625rem !important; }

.text-fontweight-light {
  font-weight: 300 !important; }

.text-fontweight-medium {
  font-weight: 500 !important; }

.text-fontweight-bold {
  font-weight: 700 !important; }

.text-color-primary {
  color: #18203e; }

.text-color-secondary {
  color: #5d6787; }

@font-face {
  font-family: 'Around';
  src: url("around-font.eot");
  src: url("around-font.eot?#iefix") format("embedded-opentype"), url("around-font.woff") format("woff"), url("around-font.ttf") format("truetype"), url("around-font.svg#around-font") format("svg");
  font-weight: normal;
  font-style: normal; }

[data-icon]::before {
  font-family: 'Around' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^='icon-']::before,
[class*=' icon-']::before {
  font-family: 'Around' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px; }

.icon-staff::before {
  content: '\67'; }

.icon-order-down::before {
  content: '\68'; }

.icon-order-up::before {
  content: '\69'; }

.icon-filter::before {
  content: '\6a'; }

.icon-arrow-down::before {
  content: '\6b'; }

.icon-arrow-next::before {
  content: '\6c'; }

.icon-arrow-prev::before {
  content: '\6d'; }

.icon-plus::before {
  content: '\6e'; }

.icon-minus::before {
  content: '\6f'; }

.icon-more::before {
  content: '\74'; }

.icon-loading::before {
  content: '\75'; }

.icon-flag::before {
  content: '\76'; }

.icon-warning::before {
  content: '\77'; }

.icon-help::before {
  content: '\78'; }

.icon-edit::before {
  content: '\79'; }

.icon-play::before {
  content: '\7a'; }

.icon-pause::before {
  content: '\41'; }

.icon-volume-off::before {
  content: '\42'; }

.icon-mark-in::before {
  content: '\47'; }

.icon-fast-forward::before {
  content: '\48'; }

.icon-fast-backward::before {
  content: '\49'; }

.icon-forward::before {
  content: '\4a'; }

.icon-backward::before {
  content: '\4b'; }

.icon-sync::before {
  content: '\4c'; }

.icon-media::before {
  content: '\4d'; }

.icon-arrow-up::before {
  content: '\4e'; }

.icon-search::before {
  content: '\4f'; }

.icon-calendar::before {
  content: '\64'; }

.icon-big-arrow-prev::before {
  content: '\61'; }

.icon-big-arrow-next::before {
  content: '\62'; }

.icon-hamburger::before {
  content: '\63'; }

.icon-mpx::before {
  content: '\72'; }

.icon-tvod::before {
  content: '\65'; }

.icon-quickplay::before {
  content: '\73'; }

.icon-mark-out::before {
  content: '\43'; }

.icon-cross::before {
  content: '\44'; }

.icon-check::before {
  content: '\45'; }

.icon-exit-fullscreen::before {
  content: '\46'; }

.icon-enter-fullscreen::before {
  content: '\50'; }

.icon-volume-on::before {
  content: '\51'; }

.icon-upload::before {
  content: '\52'; }

.icon-download::before {
  content: '\53'; }

.icon-stop::before {
  content: '\54'; }

.icon-geolocalization::before {
  content: '\55'; }

.icon__active__red {
  color: #f21e41; }

.icon__inactive {
  color: #99a2c1; }

.icon-container {
  display: inline-block;
  padding: 0.375rem;
  border-radius: 0.1875rem;
  border: 1px solid rgba(153, 162, 193, 0.3); }

.icon-mpx {
  color: #7fb343; }

.icon-quickplay {
  color: #b52227; }

.icon-tvod {
  color: #ea6637; }

.icon-point {
  border-radius: 100%;
  box-shadow: inset 0 0 0 7px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle; }
  .icon-point:before {
    content: '';
    background: #fff;
    border-radius: 100%;
    width: 12px;
    height: 12px;
    display: block;
    margin: 2px auto;
    position: relative;
    top: 2px; }
  .icon-point.yellow {
    box-shadow: inset 0 0 0 4px rgba(252, 187, 68, 0.5); }
    .icon-point.yellow:before {
      background: #fcbb44; }
  .icon-point.green {
    box-shadow: inset 0 0 0 4px rgba(27, 202, 177, 0.5); }
    .icon-point.green:before {
      background: #1bcab1; }
  .icon-point.red {
    box-shadow: inset 0 0 0 4px rgba(242, 30, 65, 0.5); }
    .icon-point.red:before {
      background: #f21e41; }
  .icon-point.lightblue {
    box-shadow: inset 0 0 0 4px rgba(94, 177, 255, 0.5); }
    .icon-point.lightblue:before {
      background: #5eb1ff; }

/* Useful Variables */
/* Icons Around */
/* Icons FontAwesome */
.checkbox {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + span.check:before {
      transform: scale(1, 1); }
  .checkbox span.check {
    width: 24px;
    height: 24px;
    border-radius: 3px;
    overflow: hidden;
    float: left; }
    .theme-default .checkbox span.check {
      background: #fff;
      border: 1px solid rgba(153, 162, 193, 0.3);
      transition: background 0.5s, border 0.5s; }
    .theme-dark .checkbox span.check {
      background: #18203e;
      border: 1px solid #5d6787;
      transition: background 0.5s, border 0.5s; }
    .theme-Light .checkbox span.check {
      border: 1px solid;
      transition: background 0.5s, border 0.5s; }
    .theme-Carbon .checkbox span.check {
      border: 1px solid;
      transition: background 0.5s, border 0.5s; }
    .checkbox span.check:before {
      content: "E";
      font-family: 'Around' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      font-size: 0.625rem;
      line-height: 1.5rem;
      color: #fff;
      background: #6d48ff;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      transform: scale(0);
      transition: transform 0.3s cubic-bezier(0.73, -0.01, 0.18, 0.97); }
  .checkbox span.label-check {
    line-height: 1.5rem;
    padding: 0 10px;
    float: left; }
    .theme-default .checkbox span.label-check {
      color: #18203e;
      transition: color 0.5s; }
    .theme-dark .checkbox span.label-check {
      color: #fff;
      transition: color 0.5s; }
    .theme-Light .checkbox span.label-check {
      transition: color 0.5s; }
    .theme-Carbon .checkbox span.label-check {
      transition: color 0.5s; }

.radiobutton {
  position: relative;
  display: table;
  margin: 10px 0;
  cursor: pointer; }
  .radiobutton input {
    display: none; }
    .radiobutton input:checked + span.radio:before {
      transform: scale(1, 1); }
  .radiobutton span.radio {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    overflow: hidden;
    float: left; }
    .theme-default .radiobutton span.radio {
      background: #fff;
      border: 1px solid rgba(153, 162, 193, 0.3);
      transition: background 0.5s, border 0.5s; }
    .theme-dark .radiobutton span.radio {
      background: #18203e;
      border: 1px solid #5d6787;
      transition: background 0.5s, border 0.5s; }
    .theme-Light .radiobutton span.radio {
      border: 1px solid;
      transition: background 0.5s, border 0.5s; }
    .theme-Carbon .radiobutton span.radio {
      border: 1px solid;
      transition: background 0.5s, border 0.5s; }
    .radiobutton span.radio:before {
      content: "E";
      font-family: 'Around' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      font-size: 0.5rem;
      line-height: 1.5rem;
      color: #fff;
      background: #6d48ff;
      border-radius: 50%;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      transform: scale(0);
      transition: transform 0.3s cubic-bezier(0.73, -0.01, 0.18, 0.97); }
  .radiobutton span.label-radio {
    line-height: 1.5rem;
    padding: 0 10px;
    float: left; }
    .theme-default .radiobutton span.label-radio {
      color: #18203e;
      transition: color 0.5s; }
    .theme-dark .radiobutton span.label-radio {
      color: #fff;
      transition: color 0.5s; }
    .theme-Light .radiobutton span.label-radio {
      transition: color 0.5s; }
    .theme-Carbon .radiobutton span.label-radio {
      transition: color 0.5s; }

.content-datepicker {
  position: relative; }
  .content-datepicker input {
    font-family: 'Libre Franklin';
    font-size: 1.0625rem;
    box-sizing: border-box;
    border-radius: 0.1875rem;
    padding: 26px 10px 10px;
    max-height: 56px;
    width: 100%;
    min-width: 260px; }
    .theme-default .content-datepicker input {
      color: #18203e;
      border: 1px solid rgba(153, 162, 193, 0.3);
      background: #fff;
      transition: color 0.5s, background 0.5s, box-shadow 0.5s; }
    .theme-dark .content-datepicker input {
      color: #fff;
      border: 1px solid #5d6787;
      background: #18203e;
      transition: color 0.5s, background 0.5s, box-shadow 0.5s; }
    .theme-Light .content-datepicker input {
      border: 1px solid;
      transition: color 0.5s, background 0.5s, box-shadow 0.5s; }
    .theme-Carbon .content-datepicker input {
      border: 1px solid;
      transition: color 0.5s, background 0.5s, box-shadow 0.5s; }
    .theme-default .content-datepicker input::-webkit-input-placeholder {
      font-size: 1.0625rem;
      color: #18203e;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-default .content-datepicker input::-moz-placeholder {
      font-size: 1.0625rem;
      color: #18203e;
      -moz-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-default .content-datepicker input:-ms-input-placeholder {
      font-size: 1.0625rem;
      color: #18203e;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-default .content-datepicker input::-ms-input-placeholder {
      font-size: 1.0625rem;
      color: #18203e;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-default .content-datepicker input::placeholder {
      font-size: 1.0625rem;
      color: #18203e;
      transition: color 0.5s; }
    .theme-dark .content-datepicker input::-webkit-input-placeholder {
      font-size: 1.0625rem;
      color: #fff;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-dark .content-datepicker input::-moz-placeholder {
      font-size: 1.0625rem;
      color: #fff;
      -moz-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-dark .content-datepicker input:-ms-input-placeholder {
      font-size: 1.0625rem;
      color: #fff;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-dark .content-datepicker input::-ms-input-placeholder {
      font-size: 1.0625rem;
      color: #fff;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-dark .content-datepicker input::placeholder {
      font-size: 1.0625rem;
      color: #fff;
      transition: color 0.5s; }
    .theme-Light .content-datepicker input::-webkit-input-placeholder {
      font-size: 1.0625rem;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Light .content-datepicker input::-moz-placeholder {
      font-size: 1.0625rem;
      -moz-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Light .content-datepicker input:-ms-input-placeholder {
      font-size: 1.0625rem;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Light .content-datepicker input::-ms-input-placeholder {
      font-size: 1.0625rem;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Light .content-datepicker input::placeholder {
      font-size: 1.0625rem;
      transition: color 0.5s; }
    .theme-Carbon .content-datepicker input::-webkit-input-placeholder {
      font-size: 1.0625rem;
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Carbon .content-datepicker input::-moz-placeholder {
      font-size: 1.0625rem;
      -moz-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Carbon .content-datepicker input:-ms-input-placeholder {
      font-size: 1.0625rem;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Carbon .content-datepicker input::-ms-input-placeholder {
      font-size: 1.0625rem;
      -ms-transition: color 0.5s;
      transition: color 0.5s; }
    .theme-Carbon .content-datepicker input::placeholder {
      font-size: 1.0625rem;
      transition: color 0.5s; }
    .content-datepicker input + label {
      position: absolute;
      top: 10px;
      left: 11px;
      font-size: 0.75rem;
      font-weight: 700;
      transition: top 0.3s, color 0.5s; }
      .theme-default .content-datepicker input + label {
        color: #5d6787; }
      .theme-dark .content-datepicker input + label {
        color: #99a2c1; }
      .content-datepicker input + label + span.msg-error {
        display: none; }
  .content-datepicker .icon-calendar {
    position: absolute;
    right: 10px;
    top: 15px;
    width: 24px;
    height: 24px; }
    .content-datepicker .icon-calendar:before {
      font-size: 1.5rem; }
    .theme-default .content-datepicker .icon-calendar {
      color: #99a2c1;
      transition: color 0.5s; }
    .theme-dark .content-datepicker .icon-calendar {
      color: #fff;
      transition: color 0.5s; }
    .theme-Light .content-datepicker .icon-calendar {
      transition: color 0.5s; }
    .theme-Carbon .content-datepicker .icon-calendar {
      transition: color 0.5s; }
  .content-datepicker.invalid-field input,
  .content-datepicker input:invalid {
    border-right: 4px solid #f21e41; }
    .content-datepicker.invalid-field input + label + span.msg-error,
    .content-datepicker input:invalid + label + span.msg-error {
      display: block;
      padding-top: 7px;
      padding-left: 9px;
      font-size: 0.75rem;
      font-weight: 700;
      font-style: italic;
      color: #f21e41; }
  .theme-default .content-datepicker.focus input {
    background: #fff;
    color: #18203e;
    transition: background 0.5s, color 0.5s; }
  .theme-dark .content-datepicker.focus input {
    background: #5d6787;
    color: #fff;
    transition: background 0.5s, color 0.5s; }
  .theme-Light .content-datepicker.focus input {
    transition: background 0.5s, color 0.5s; }
  .theme-Carbon .content-datepicker.focus input {
    transition: background 0.5s, color 0.5s; }
  .theme-default .content-datepicker.focus .icon-calendar {
    color: #6d48ff;
    transition: color 0.5s; }
  .theme-dark .content-datepicker.focus .icon-calendar {
    color: #fff;
    transition: color 0.5s; }
  .theme-Light .content-datepicker.focus .icon-calendar {
    transition: color 0.5s; }
  .theme-Carbon .content-datepicker.focus .icon-calendar {
    transition: color 0.5s; }

.lightpick {
  padding: 10px 5px;
  font-family: 'Libre Franklin';
  z-index: 1010; }
  .theme-default .lightpick {
    background: #fff;
    transition: background 0.5s; }
    .theme-default .lightpick__month {
      background: #fff;
      transition: background 0.5s; }
  .theme-dark .lightpick {
    background: #18203e;
    transition: background 0.5s; }
    .theme-dark .lightpick__month {
      background: #18203e;
      transition: background 0.5s; }
  .theme-Light .lightpick {
    transition: background 0.5s; }
    .theme-Light .lightpick__month {
      transition: background 0.5s; }
  .theme-Carbon .lightpick {
    transition: background 0.5s; }
    .theme-Carbon .lightpick__month {
      transition: background 0.5s; }
  .lightpick__inner {
    position: relative; }
  .lightpick__month {
    width: 231px;
    padding: 0 5px; }
  .lightpick__month-title-bar {
    width: 100%;
    position: relative; }
  .lightpick__month-title {
    width: 70%;
    z-index: 1;
    margin: 0 auto;
    text-align: center;
    height: 30px; }
    .lightpick__month-title > .lightpick__select {
      font-family: 'Libre Franklin';
      font-size: 0.75rem;
      font-weight: 700;
      color: #6d48ff;
      text-transform: uppercase;
      line-height: 30px; }
  .lightpick__toolbar {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    justify-content: space-between; }
    .lightpick__toolbar button {
      font-size: 0;
      background: none;
      margin: 0;
      width: 30px;
      height: 30px; }
      .lightpick__toolbar button:before {
        font-size: 0.5rem;
        color: #99a2c1; }
      .lightpick__toolbar button.lightpick__previous-action:before {
        content: "m";
        font-family: 'Around' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important; }
      .lightpick__toolbar button.lightpick__next-action:before {
        content: "l";
        font-family: 'Around' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important; }
  .lightpick__day {
    height: 33px;
    border-radius: 50%; }
    .theme-default .lightpick__day {
      color: #18203e;
      transition: color 0.5s; }
    .theme-dark .lightpick__day {
      color: #fff;
      transition: color 0.5s; }
    .theme-Light .lightpick__day {
      transition: color 0.5s; }
    .theme-Carbon .lightpick__day {
      transition: color 0.5s; }
    .lightpick__day.is-start-date, .lightpick__day.is-end-date, .lightpick__day.is-start-date:hover, .lightpick__day.is-end-date:hover, .lightpick__day.is-in-range {
      color: #fff;
      background: #6d48ff !important; }
  .lightpick__day-of-the-week {
    color: #6d48ff; }

table.around-table:not(.around-table--tabular).display {
  color: #18203e;
  width: 100%;
  margin: 1.25rem 0; }
  .theme-default table.around-table:not(.around-table--tabular).display {
    border: 1px solid rgba(153, 162, 193, 0.3); }
  .theme-dark table.around-table:not(.around-table--tabular).display {
    border: 1px solid #000000; }
  .theme-Light table.around-table:not(.around-table--tabular).display {
    border: 1px solid; }
  .theme-Carbon table.around-table:not(.around-table--tabular).display {
    border: 1px solid; }
  table.around-table:not(.around-table--tabular).display > thead {
    border-radius: 0.1875rem 0.1875rem 0 0; }
    .theme-default table.around-table:not(.around-table--tabular).display > thead {
      background: rgba(153, 162, 193, 0.3); }
    .theme-dark table.around-table:not(.around-table--tabular).display > thead {
      background: #18203e; }
    table.around-table:not(.around-table--tabular).display > thead > tr > th {
      font-size: 0.875rem;
      font-weight: 700;
      padding: 0.9375rem;
      vertical-align: middle;
      text-align: left; }
      .theme-default table.around-table:not(.around-table--tabular).display > thead > tr > th {
        color: #18203e; }
      .theme-dark table.around-table:not(.around-table--tabular).display > thead > tr > th {
        color: #99a2c1; }
      table.around-table:not(.around-table--tabular).display > thead > tr > th:first-child::after, table.around-table:not(.around-table--tabular).display > thead > tr > th:first-child::before {
        display: none; }
      table.around-table:not(.around-table--tabular).display > thead > tr > th.sorting_asc:after, table.around-table:not(.around-table--tabular).display > thead > tr > th.sorting_desc:after {
        margin: 0.625rem;
        font-size: 0.75rem;
        color: #99a2c1;
        vertical-align: middle; }
      table.around-table:not(.around-table--tabular).display > thead > tr > th.sorting_asc.active:after, table.around-table:not(.around-table--tabular).display > thead > tr > th.sorting_desc.active:after {
        color: #6d48ff; }
      table.around-table:not(.around-table--tabular).display > thead > tr > th.sorting_asc:after {
        content: "i";
        font-family: 'Around' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important; }
      table.around-table:not(.around-table--tabular).display > thead > tr > th.sorting_desc:after {
        content: "h";
        font-family: 'Around' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important; }
  table.around-table:not(.around-table--tabular).display > tbody > tr > td {
    font-size: 0.75rem;
    font-weight: 500;
    vertical-align: middle;
    padding: 0.9375rem;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s, border-top 0.3s, border-bottom 0.3s; }
    .theme-default table.around-table:not(.around-table--tabular).display > tbody > tr > td {
      color: #18203e;
      border-top: 1px solid rgba(153, 162, 193, 0.3); }
    .theme-dark table.around-table:not(.around-table--tabular).display > tbody > tr > td {
      color: #fff;
      border-top: 1px solid #000000; }
    .theme-Light table.around-table:not(.around-table--tabular).display > tbody > tr > td {
      border-top: 1px solid; }
    .theme-Carbon table.around-table:not(.around-table--tabular).display > tbody > tr > td {
      border-top: 1px solid; }
    table.around-table:not(.around-table--tabular).display > tbody > tr > td .icon-point {
      margin-right: 0.875rem; }
    table.around-table:not(.around-table--tabular).display > tbody > tr > td .icon-edit {
      color: #99a2c1; }
      table.around-table:not(.around-table--tabular).display > tbody > tr > td .icon-edit::before {
        font-size: 0.875rem; }
    table.around-table:not(.around-table--tabular).display > tbody > tr > td *[class^='icon-arrow'],
    table.around-table:not(.around-table--tabular).display > tbody > tr > td .icon-cross {
      float: right; }
      table.around-table:not(.around-table--tabular).display > tbody > tr > td *[class^='icon-arrow']:before,
      table.around-table:not(.around-table--tabular).display > tbody > tr > td .icon-cross:before {
        font-size: 0.5rem;
        color: #99a2c1; }
  table.around-table:not(.around-table--tabular).display.around-table__children {
    border: none;
    border-collapse: separate;
    border-spacing: 0 15px; }
    table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td {
      padding: 0;
      border-radius: 0.1875rem;
      overflow: hidden; }
      .theme-default table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td {
        border: 1px solid rgba(153, 162, 193, 0.3); }
      .theme-dark table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td {
        border: 1px solid #000000; }
      .theme-Light table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td {
        border: 1px solid; }
      .theme-Carbon table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td {
        border: 1px solid; }
      table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td .collapse-toggler {
        font-weight: 700;
        font-size: 0.875rem;
        padding: 1.25rem; }
        .theme-default table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td .collapse-toggler {
          background: rgba(153, 162, 193, 0.3);
          color: #18203e; }
        .theme-dark table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td .collapse-toggler {
          background: #18203e;
          color: #99a2c1; }
        table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td .collapse-toggler[data-status="fail"] {
          background: #f21e41;
          color: #fff; }
          table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td .collapse-toggler[data-status="fail"] span:before {
            color: #fff; }
      table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr td {
        border-radius: 0;
        border-bottom: none;
        border-right: none;
        border-left: none;
        padding: 0.625rem 1.25rem; }
        .theme-default table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr td {
          border-top: 1px solid rgba(153, 162, 193, 0.3);
          color: #18203e; }
        .theme-dark table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr td {
          border-top: 1px solid #000000;
          color: #fff; }
        .theme-Light table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr td {
          border-top: 1px solid; }
        .theme-Carbon table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr td {
          border-top: 1px solid; }
      table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr.separator td {
        font-weight: 700;
        font-size: 0.875rem;
        padding: 1.25rem;
        color: #fff; }
        .theme-default table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr.separator td {
          background: #99a2c1; }
        .theme-dark table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr.separator td {
          background: #5d6787; }
        table.around-table:not(.around-table--tabular).display.around-table__children > tbody > tr > td table.collapse tbody tr.separator td a {
          color: #fff; }
  table.around-table:not(.around-table--tabular).display.around-table--empty > tbody > tr > td {
    font-size: 0.75rem;
    padding: 40px 0;
    text-align: center; }

table:not(.around-table__children) > tbody > tr > td:not(.around-table__child) {
  transition: background 0.3s; }
  .theme-default table:not(.around-table__children) > tbody > tr > td:not(.around-table__child) {
    background: #fff; }
  .theme-dark table:not(.around-table__children) > tbody > tr > td:not(.around-table__child) {
    background: rgba(153, 162, 193, 0.3); }

table:not(.around-table__children) > tbody > tr:hover > td:not(.around-table__child) {
  transition: background 0.3s; }
  .theme-default table:not(.around-table__children) > tbody > tr:hover > td:not(.around-table__child) {
    background: #f7f8fe; }
  .theme-dark table:not(.around-table__children) > tbody > tr:hover > td:not(.around-table__child) {
    background: #5d6787; }

table.around-table--tabular > tbody > tr > td,
table.around-table--tabular > tbody > tr > th {
  background: none !important;
  text-align: left;
  border-bottom-width: 1px;
  border-style: solid;
  padding: 10px 0; }
  .theme-default table.around-table--tabular > tbody > tr > td, .theme-default
  table.around-table--tabular > tbody > tr > th {
    border-color: #99a2c1;
    color: #18203e; }
  .theme-dark table.around-table--tabular > tbody > tr > td, .theme-dark
  table.around-table--tabular > tbody > tr > th {
    border-color: #fff;
    color: #fff; }

.around-table__wrapper {
  display: flex;
  flex-wrap: wrap; }
  .theme-default .around-table__wrapper {
    color: #18203e; }
  .theme-dark .around-table__wrapper {
    color: #fff; }
  .around-table__wrapper--top, .around-table__wrapper--bottom {
    display: flex;
    -moz-flex-grow: 0;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%; }
  .around-table__wrapper--top {
    margin-top: 1.25rem; }
  .around-table__wrapper--bottom {
    margin-bottom: 1.25rem; }

.around-table__info, .around-table__length {
  font-size: 0.75rem;
  transition: color 0.3s; }
  .theme-default .around-table__info, .theme-default .around-table__length {
    color: #5d6787; }
  .theme-dark .around-table__info, .theme-dark .around-table__length {
    color: #fff; }

.around-table__info {
  margin-right: auto;
  line-height: 2.25rem; }

.around-table__length {
  display: flex;
  margin-right: 1.5625rem; }
  .around-table__length label {
    text-align: right !important;
    line-height: 2.25rem;
    font-weight: 500; }
  .around-table__length select {
    font-size: 0.75rem;
    font-weight: 500;
    background: transparent;
    width: 46px !important;
    outline: 0;
    border: 0;
    box-shadow: none; }
    .theme-default .around-table__length select {
      color: #5d6787; }
    .theme-dark .around-table__length select {
      color: #fff; }
  .around-table__length i {
    position: relative;
    right: 9px; }
    .around-table__length i::before {
      color: #5d6787;
      font-size: 0.5625rem; }

.around-table__pagination {
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }
  .around-table__pagination ul.pagination li {
    display: inline-block;
    padding: 0; }
    .around-table__pagination ul.pagination li.prev a,
    .around-table__pagination ul.pagination li.next a {
      padding: 0; }
      .around-table__pagination ul.pagination li.prev a:before,
      .around-table__pagination ul.pagination li.next a:before {
        width: 36px;
        height: 36px;
        position: relative;
        display: block;
        background: #5d6787;
        color: #fff;
        text-align: center;
        line-height: 2.25rem;
        border-radius: 0.1875rem; }
    .around-table__pagination ul.pagination li.prev a {
      margin-right: 0.625rem; }
      .around-table__pagination ul.pagination li.prev a:before {
        content: "m";
        font-family: 'Around' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important; }
    .around-table__pagination ul.pagination li.next a {
      margin-left: 0.625rem; }
      .around-table__pagination ul.pagination li.next a:before {
        content: "l";
        font-family: 'Around' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important; }
    .around-table__pagination ul.pagination li:hover {
      color: #6d48ff;
      border-color: transparent; }
    .around-table__pagination ul.pagination li > a {
      font-size: 0.75rem;
      font-weight: 500;
      background: transparent;
      border-color: transparent;
      margin: 0 0.5rem;
      outline: none; }
      .theme-default .around-table__pagination ul.pagination li > a {
        color: #5d6787; }
      .theme-dark .around-table__pagination ul.pagination li > a {
        color: #99a2c1; }
      .around-table__pagination ul.pagination li > a:hover {
        color: #6d48ff;
        background: transparent;
        border-color: transparent; }
    .around-table__pagination ul.pagination li.active > a {
      font-weight: 700;
      border-bottom-width: 2px;
      border-style: solid; }
      .theme-default .around-table__pagination ul.pagination li.active > a {
        border-color: #6d48ff;
        color: #6d48ff; }
      .theme-dark .around-table__pagination ul.pagination li.active > a {
        border-color: #fff;
        color: #fff; }

.around-table__filter {
  width: 100%; }
  .around-table__filter input[type="search"] {
    width: 100%;
    background: #fff;
    color: #18203e;
    font-size: 0.75rem;
    border-radius: 2.0625rem;
    border: 1px solid rgba(153, 162, 193, 0.3);
    box-shadow: none;
    box-sizing: border-box;
    padding: 0 15px;
    height: 33px;
    margin-left: 0;
    margin-bottom: 2em; }

.chart {
  width: 100%;
  margin: 1.25rem 0;
  position: relative; }
  .chart__legends {
    float: right;
    margin-bottom: 4.0625rem;
    margin-right: 2.1875rem; }
    .chart__legends__legend {
      display: inline-block;
      margin-left: 1.25rem;
      font-size: 0.875rem;
      line-height: 1.5rem;
      font-weight: 500;
      transition: color 0.3s ease; }
      .theme-default .chart__legends__legend {
        color: #18203e; }
      .theme-dark .chart__legends__legend {
        color: #fff; }
      .chart__legends__legend__box {
        width: 24px;
        height: 24px;
        margin-right: 0.625rem;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        .chart__legends__legend__box:before {
          content: "E";
          font-family: 'Around' !important;
          font-style: normal !important;
          font-weight: normal !important;
          font-variant: normal !important;
          text-transform: none !important;
          color: #fff;
          font-size: 0.875rem; }
  .chart__value {
    position: absolute;
    left: 0px;
    top: 50%;
    width: 100%;
    text-align: center; }
    .chart__value__total {
      font-size: 2.1875rem;
      font-weight: 700; }
      .theme-default .chart__value__total {
        color: #6d48ff; }
      .theme-dark .chart__value__total {
        color: #fff; }
    .chart__value__description {
      font-size: 0.75rem;
      font-weight: 700; }
      .theme-default .chart__value__description {
        color: #99a2c1; }
      .theme-dark .chart__value__description {
        color: #fff; }
  .chart[chart-type='stats'] {
    display: flex;
    flex-wrap: wrap;
    -moz-justify-content: center;
    justify-content: center; }
    .chart[chart-type='stats'] .chart__stat {
      width: 100%;
      text-align: center;
      padding: 1.875rem 0;
      margin: 0.9375rem;
      border-radius: 0.1875rem;
      box-shadow: 0 2px 7px rgba(39, 48, 80, 0.2); }
      @media only screen and (min-width: 992px) {
        .chart[chart-type='stats'] .chart__stat {
          width: 265px; } }
      .chart[chart-type='stats'] .chart__stat__value {
        font-size: 2.1875rem;
        font-weight: 700; }
      .chart[chart-type='stats'] .chart__stat__label {
        font-size: 0.75rem;
        font-weight: 700;
        text-transform: uppercase; }
      .chart[chart-type='stats'] .chart__stat--primary {
        background: #6d48ff; }
        .chart[chart-type='stats'] .chart__stat--primary .chart__stat__value,
        .chart[chart-type='stats'] .chart__stat--primary .chart__stat__label {
          color: #fff; }
      .chart[chart-type='stats'] .chart__stat--secondary {
        background: #fff; }
        .chart[chart-type='stats'] .chart__stat--secondary .chart__stat__value {
          color: #6d48ff; }
        .chart[chart-type='stats'] .chart__stat--secondary .chart__stat__label {
          color: #5d6787; }
      .chart[chart-type='stats'] .chart__stat--third {
        transition: background 0.3s ease; }
        .theme-default .chart[chart-type='stats'] .chart__stat--third {
          background: #18203e; }
        .theme-dark .chart[chart-type='stats'] .chart__stat--third {
          background: #5d6787; }
        .chart[chart-type='stats'] .chart__stat--third .chart__stat__value,
        .chart[chart-type='stats'] .chart__stat--third .chart__stat__label {
          color: #fff; }

.panel {
  padding: 30px;
  background-color: #fff;
  border: 1px solid rgba(153, 162, 193, 0.3);
  border-top: 4px solid #6d48ff;
  border-radius: 5px;
  height: 100%;
  box-sizing: border-box; }
  .panel__title {
    font-weight: 700;
    font-size: 1.125rem;
    color: #18203e;
    margin-bottom: 25px;
    height: 36px; }
  .panel__content .filters .small {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
    color: #18203e; }
  .panel__content .filters .checkbox {
    margin: 0;
    display: block; }
  .panel__content .filters select {
    z-index: 0;
    font-size: 1rem;
    color: #5d6787;
    padding: 10px;
    border: 1px solid rgba(153, 162, 193, 0.3);
    display: block;
    position: relative;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .panel__content .filters select option:disabled {
      color: #99a2c1; }

.header {
  box-sizing: border-box;
  display: -moz-flex;
  display: flex;
  -moz-flex: 0 1 auto;
  flex: 0 1 auto;
  -moz-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 56px;
  padding: 8px 15px; }
  .theme-default .header {
    background: #f7f8fe;
    transition: background 0.5s; }
  .theme-dark .header {
    background: #18203e;
    transition: background 0.5s; }
  .theme-Light .header {
    transition: background 0.5s; }
  .theme-Carbon .header {
    transition: background 0.5s; }
  .header.open {
    height: auto; }
    .header.open .header-body {
      display: block;
      margin-top: 0.625rem; }
      .header.open .header-body *[class^='header-items'] {
        display: block; }
        .header.open .header-body *[class^='header-items'] .header-item {
          display: block;
          margin: 0 0 0.3125rem; }
          .header.open .header-body *[class^='header-items'] .header-item *[class^='btn'],
          .header.open .header-body *[class^='header-items'] .header-item .dropdown {
            width: 100%;
            text-align: center; }
          .header.open .header-body *[class^='header-items'] .header-item .btn-dropdown:after {
            position: absolute;
            right: 0.5rem; }
          .header.open .header-body *[class^='header-items'] .header-item .btn-dropdown-link:after {
            position: absolute;
            right: 0; }
  @media only screen and (min-width: 768px) {
    .header {
      height: 100px;
      padding: 28px 35px; } }
  .header-logo {
    text-align: center;
    flex-basis: 100%;
    max-width: 100%; }
    @media only screen and (min-width: 768px) {
      .header-logo {
        margin: 0;
        margin-right: 40px;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%; } }
    .theme-default .header-logo img {
      -webkit-filter: unset;
              filter: unset;
      transition: -webkit-filter 0.5s;
      transition: filter 0.5s;
      transition: filter 0.5s, -webkit-filter 0.5s; }
    .theme-dark .header-logo img {
      -webkit-filter: brightness(3);
              filter: brightness(3);
      transition: -webkit-filter 0.5s;
      transition: filter 0.5s;
      transition: filter 0.5s, -webkit-filter 0.5s; }
    .theme-Light .header-logo img {
      transition: -webkit-filter 0.5s;
      transition: filter 0.5s;
      transition: filter 0.5s, -webkit-filter 0.5s; }
    .theme-Carbon .header-logo img {
      transition: -webkit-filter 0.5s;
      transition: filter 0.5s;
      transition: filter 0.5s, -webkit-filter 0.5s; }
  .header-body {
    display: none;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .header-body {
        display: flex;
        -moz-flex-grow: 1;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%; } }
    .header-body *[class^='header-items'] {
      display: flex;
      flex-basis: 100%;
      max-width: 100%; }
      .header-body *[class^='header-items'] .header-item {
        margin: 0 5px;
        display: inline-block; }
      @media only screen and (min-width: 768px) {
        .header-body *[class^='header-items'] {
          flex: 0 0 auto;
          width: auto;
          max-width: 100%; } }
  .header-items-left {
    margin-right: auto; }
  .header .toggle-button-dots {
    display: block;
    position: absolute;
    top: 17px;
    right: 15px; }
    @media only screen and (min-width: 768px) {
      .header .toggle-button-dots {
        display: none; } }

.tabs {
  padding: 20px 15px;
  width: auto;
  display: inline-block; }
  @media only screen and (min-width: 768px) {
    .tabs {
      padding: 35px 30px; } }
  .theme-default .tabs {
    background: #f7f8fe;
    transition: background 0.5s; }
  .theme-dark .tabs {
    background: #000000;
    transition: background 0.5s; }
  .theme-Light .tabs {
    transition: background 0.5s; }
  .theme-Carbon .tabs {
    transition: background 0.5s; }
  .tabs.underline ul {
    border-bottom: 1px solid; }
    .theme-default .tabs.underline ul {
      border-color: #99a2c1; }
    .theme-dark .tabs.underline ul {
      border-color: #5d6787; }
  .tabs ul {
    display: flex; }
    .tabs ul li {
      float: left; }
      .tabs ul li a {
        padding: 0 0 10px;
        margin: 0 10px;
        position: relative;
        font-weight: 500;
        display: block;
        overflow: hidden; }
        .theme-default .tabs ul li a {
          color: #18203e; }
        .theme-dark .tabs ul li a {
          color: #99a2c1; }
        .tabs ul li a:before {
          content: '';
          height: 4px;
          position: absolute;
          left: 0;
          bottom: -4px;
          transition: bottom 0.3s ease-in-out;
          display: block;
          width: 100%; }
          .theme-default .tabs ul li a:before {
            background: #6d48ff; }
          .theme-dark .tabs ul li a:before {
            background: #fff; }
        .tabs ul li a.active {
          font-weight: 700; }
          .theme-default .tabs ul li a.active {
            color: #6d48ff; }
          .theme-dark .tabs ul li a.active {
            color: #fff; }
          .tabs ul li a.active:before {
            bottom: 0; }

*[class^='btn'] {
  display: inline-block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 0.75rem;
  border-radius: 0.1875rem;
  position: relative;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  *[class^='btn'].disabled {
    opacity: 0.4 !important; }
    *[class^='btn'].disabled:hover {
      cursor: inherit; }

.btn-primary, .btn-secondary, .btn-icon {
  text-transform: uppercase;
  color: #fff; }

.btn-primary {
  background: #6d48ff; }
  .theme-default .btn-primary:not(.disabled):hover, .theme-default .btn-primary:not(.disabled):focus {
    background: #2300ae; }
  .theme-dark .btn-primary:not(.disabled):hover, .theme-dark .btn-primary:not(.disabled):focus {
    background: #967bff; }

.btn-link {
  text-transform: inherit;
  font-size: 0.875rem; }
  .theme-default .btn-link {
    color: #6d48ff;
    transition: color 0.5s; }
  .theme-dark .btn-link {
    color: #fff;
    transition: color 0.5s; }
  .theme-Light .btn-link {
    transition: color 0.5s; }
  .theme-Carbon .btn-link {
    transition: color 0.5s; }
  .btn-link:not(.disabled):hover, .btn-link:not(.disabled):focus {
    text-decoration: underline; }

.btn-secondary {
  background: #5d6787; }
  .theme-default .btn-secondary:not(.disabled):hover, .theme-default .btn-secondary:not(.disabled):focus {
    background: #485069; }
  .theme-dark .btn-secondary:not(.disabled):hover, .theme-dark .btn-secondary:not(.disabled):focus {
    background: #7680a1; }

.btn-icon {
  padding-left: 20px;
  padding-right: 20px; }
  .btn-icon span {
    margin-right: 12px; }
    .btn-icon span:before {
      font-size: 12px; }

.btn-dropdown:after, .btn-dropdown-link:after {
  content: "k";
  font-family: 'Around' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  font-size: 0.5rem;
  margin: 0 0 0 0.5rem;
  display: inline-block;
  transition: transform 0.2s ease !important; }

.btn-dropdown {
  color: #fff !important;
  background: #5d6787;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left !important; }
  .btn-dropdown-link {
    padding-left: 15px;
    padding-right: 0;
    text-align: left !important;
    background: none;
    font-weight: 500; }
    .theme-default .btn-dropdown-link {
      color: #18203e;
      transition: color 0.5s; }
    .theme-dark .btn-dropdown-link {
      color: #fff;
      transition: color 0.5s; }
    .theme-Light .btn-dropdown-link {
      transition: color 0.5s; }
    .theme-Carbon .btn-dropdown-link {
      transition: color 0.5s; }
    .btn-dropdown-link:after {
      margin: 0 0.5rem; }
      .theme-default .btn-dropdown-link:after {
        color: #99a2c1; }
      .theme-dark .btn-dropdown-link:after {
        color: #fff; }
  .theme-default .btn-dropdown:not(.disabled):hover, .theme-default .btn-dropdown:not(.disabled):focus {
    background: #485069; }
  .theme-dark .btn-dropdown:not(.disabled):hover, .theme-dark .btn-dropdown:not(.disabled):focus {
    background: #7680a1; }
  .btn-dropdown-option {
    padding-left: 15px;
    padding-right: 15px;
    position: relative; }
    .btn-dropdown-option:after {
      content: "t";
      font-family: 'Around' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important;
      position: relative; }
      .theme-default .btn-dropdown-option:after {
        color: #99a2c1; }
      .theme-dark .btn-dropdown-option:after {
        color: #fff; }
    .btn-dropdown-option:before {
      content: '';
      position: absolute;
      top: 3px;
      left: 3px;
      width: 36px;
      height: 36px;
      border-radius: 50%;
      background: rgba(153, 162, 193, 0.3);
      transform: scale(0);
      transition: transform 0.2s ease-out; }
    .btn-dropdown-option:not(.disabled):hover:before, .btn-dropdown-option:not(.disabled):focus:before {
      transform: scale(1); }

.toggle-button-hamburger {
  display: inline-block;
  position: absolute;
  height: 19px;
  width: 20px;
  cursor: pointer; }
  .toggle-button-hamburger span {
    pointer-events: none;
    width: 20px;
    height: 3px;
    display: block;
    position: absolute;
    transition: all 0.2s cubic-bezier(0, 1.79, 1, 1) !important; }
    .theme-default .toggle-button-hamburger span {
      background: #99a2c1;
      transition: background 0.5s; }
    .theme-dark .toggle-button-hamburger span {
      background: #fff;
      transition: background 0.5s; }
    .theme-Light .toggle-button-hamburger span {
      transition: background 0.5s; }
    .theme-Carbon .toggle-button-hamburger span {
      transition: background 0.5s; }
    .toggle-button-hamburger span:nth-child(1) {
      top: 0; }
    .toggle-button-hamburger span:nth-child(2) {
      top: 8px; }
    .toggle-button-hamburger span:nth-child(3) {
      top: 16px; }
  .toggle-button-hamburger.open span:nth-child(1) {
    transform: rotate(45deg);
    transform-origin: top left;
    width: 23px; }
  .toggle-button-hamburger.open span:nth-child(2) {
    transform: scale(0); }
  .toggle-button-hamburger.open span:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: bottom left;
    width: 23px; }
  .toggle-button-hamburger:not(.open):hover span:nth-child(1) {
    top: -3px; }
  .toggle-button-hamburger:not(.open):hover span:nth-child(3) {
    top: 19px; }

.toggle-button-dots {
  position: relative;
  width: 5px;
  height: 21px;
  cursor: pointer; }
  .toggle-button-dots span {
    pointer-events: none;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    border-radius: 50%;
    transition: all 0.2s cubic-bezier(0, 1.79, 1, 1) !important; }
    .theme-default .toggle-button-dots span {
      background: #99a2c1;
      transition: background 0.5s; }
    .theme-dark .toggle-button-dots span {
      background: #fff;
      transition: background 0.5s; }
    .theme-Light .toggle-button-dots span {
      transition: background 0.5s; }
    .theme-Carbon .toggle-button-dots span {
      transition: background 0.5s; }
    .toggle-button-dots span:nth-child(1) {
      top: 0; }
    .toggle-button-dots span:nth-child(2) {
      top: 8px;
      z-index: 1; }
      .toggle-button-dots span:nth-child(2):after {
        content: "D";
        font-family: 'Around' !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        display: block;
        position: absolute;
        font-size: 3px;
        width: 5px;
        height: 5px;
        padding: 1px;
        opacity: 0; }
        .theme-default .toggle-button-dots span:nth-child(2):after {
          color: #fff; }
        .theme-dark .toggle-button-dots span:nth-child(2):after {
          color: #18203e; }
    .toggle-button-dots span:nth-child(3) {
      top: 16px; }
  .toggle-button-dots.open span:nth-child(1), .toggle-button-dots.open span:nth-child(3) {
    top: 8px; }
  .toggle-button-dots.open span:nth-child(2) {
    transform: scale(4, 4); }
    .toggle-button-dots.open span:nth-child(2):after {
      opacity: 1; }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown-menu {
    visibility: hidden;
    position: absolute;
    min-width: 170px;
    right: 0;
    overflow: hidden;
    border-radius: 0.1875rem;
    box-shadow: 0 2px 7px rgba(39, 48, 80, 0.2);
    z-index: 1030;
    text-align: left; }
    .dropdown-menu .dropdown-item {
      display: block;
      font-weight: 500;
      padding: 10px 0 10px 10px; }
      .theme-default .dropdown-menu .dropdown-item {
        color: #18203e;
        background: #fff; }
      .theme-dark .dropdown-menu .dropdown-item {
        color: #fff;
        background: #18203e; }
      .dropdown-menu .dropdown-item:hover {
        background: #6d48ff;
        color: #fff; }
  .dropdown:hover *[class^='btn-dropdown']:not(.disabled):after {
    transform: rotate(-180deg); }
  .dropdown:hover *[class^='btn-dropdown']:not(.disabled) + .dropdown-menu {
    visibility: visible !important; }

.tabs {
  padding: 0; }
  .tabs ul li a {
    min-width: 120px;
    margin: 0; }
  .tabs .header-tabs {
    text-align: center; }

.tab-container {
  padding: 1rem 0.5rem; }
  .tab-container .tab-content h1 {
    margin: 1rem 0; }
    @media only screen and (min-width: 1200px) {
      .tab-container .tab-content h1 {
        margin: 3rem 0 1rem 0; } }
  .tab-container .tab-content h3 {
    margin: 2rem 0 1rem 0; }

.content-datepicker {
  margin: 1rem 0; }
  .content-datepicker input {
    cursor: pointer; }

button {
  margin-top: 1rem; }
  button.applyBtn, button.cancelBtn {
    padding: 15px 30px;
    font-weight: 600;
    font-size: 0.75rem;
    margin-left: 10px; }
  button.applyBtn:hover {
    background-color: #4415ff; }
  button.cancelBtn:hover {
    color: #2d00e1;
    font-weight: 900; }

table {
  border-radius: 0.1875rem; }
  @media only screen and (min-width: 1200px) {
    table.around-table:not(.around-table--tabular).display {
      width: 90%; } }
  table.around-table:not(.around-table--tabular).display > tr:first-of-type > th {
    font-size: 0.875rem;
    font-weight: 700;
    padding: 0.9375rem;
    vertical-align: middle;
    text-align: left; }
    table.around-table:not(.around-table--tabular).display > tr:first-of-type > th:first-of-type {
      border-radius: 0.125rem 0 0 0; }
    table.around-table:not(.around-table--tabular).display > tr:first-of-type > th:last-of-type {
      border-radius: 0 0.125rem 0 0; }
    .theme-default table.around-table:not(.around-table--tabular).display > tr:first-of-type > th {
      background: rgba(153, 162, 193, 0.3);
      color: #18203e; }
    .theme-dark table.around-table:not(.around-table--tabular).display > tr:first-of-type > th {
      background: #18203e;
      color: #99a2c1; }
    table.around-table:not(.around-table--tabular).display > tr:first-of-type > th:first-child::after, table.around-table:not(.around-table--tabular).display > tr:first-of-type > th:first-child::before {
      display: none; }
    table.around-table:not(.around-table--tabular).display > tr:first-of-type > th.sorting_asc:after, table.around-table:not(.around-table--tabular).display > tr:first-of-type > th.sorting_desc:after {
      margin: 0.625rem;
      font-size: 0.75rem;
      color: #99a2c1;
      vertical-align: middle; }
    table.around-table:not(.around-table--tabular).display > tr:first-of-type > th.sorting_asc.active:after, table.around-table:not(.around-table--tabular).display > tr:first-of-type > th.sorting_desc.active:after {
      color: #6d48ff; }
    table.around-table:not(.around-table--tabular).display > tr:first-of-type > th.sorting_asc:after {
      content: "i";
      font-family: 'Around' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important; }
    table.around-table:not(.around-table--tabular).display > tr:first-of-type > th.sorting_desc:after {
      content: "h";
      font-family: 'Around' !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-variant: normal !important;
      text-transform: none !important; }
  table.around-table:not(.around-table--tabular).display > tr:last-of-type > td:first-of-type {
    border-radius: 0 0 0 0.125rem; }
  table.around-table:not(.around-table--tabular).display > tr:last-of-type > td:last-of-type {
    border-radius: 0 0 0.125rem 0; }
  table.around-table:not(.around-table--tabular).display > tr > td {
    font-size: 0.75rem;
    font-weight: 500;
    vertical-align: middle;
    padding: 0.9375rem;
    white-space: nowrap;
    transition: background 0.3s, color 0.3s, border-top 0.3s,
 border-bottom 0.3s; }
    .theme-default table.around-table:not(.around-table--tabular).display > tr > td {
      color: #18203e;
      border-top: 1px solid rgba(153, 162, 193, 0.3);
      background-color: #fff; }
    .theme-dark table.around-table:not(.around-table--tabular).display > tr > td {
      color: #fff;
      border-top: 1px solid #000000;
      background-color: rgba(153, 162, 193, 0.3); }
    .theme-Light table.around-table:not(.around-table--tabular).display > tr > td {
      border-top: 1px solid; }
    .theme-Carbon table.around-table:not(.around-table--tabular).display > tr > td {
      border-top: 1px solid; }
    table.around-table:not(.around-table--tabular).display > tr > td .icon-point {
      margin-right: 0.875rem; }
    table.around-table:not(.around-table--tabular).display > tr > td .icon-edit {
      color: #99a2c1; }
      table.around-table:not(.around-table--tabular).display > tr > td .icon-edit::before {
        font-size: 0.875rem; }
    table.around-table:not(.around-table--tabular).display > tr > td *[class^="icon-arrow"],
    table.around-table:not(.around-table--tabular).display > tr > td .icon-cross {
      float: right; }
      table.around-table:not(.around-table--tabular).display > tr > td *[class^="icon-arrow"]:before,
      table.around-table:not(.around-table--tabular).display > tr > td .icon-cross:before {
        font-size: 0.5rem;
        color: #99a2c1; }

.theme-wrapper {
  min-height: 100vh;
  height: 100%; }
  .theme-default .theme-wrapper {
    background: #f7f8fe;
    transition: background 0.5s; }
  .theme-dark .theme-wrapper {
    background: #000000;
    transition: background 0.5s; }
  .theme-Light .theme-wrapper {
    transition: background 0.5s; }
  .theme-Carbon .theme-wrapper {
    transition: background 0.5s; }

.theme-wrapper-vr {
  min-height: 100vh;
  height: 100%; }
  .theme-default .theme-wrapper-vr {
    transition: background 0.5s; }
  .theme-dark .theme-wrapper-vr {
    transition: background 0.5s; }
  .theme-Light .theme-wrapper-vr {
    background: #fff;
    transition: background 0.5s; }
  .theme-Carbon .theme-wrapper-vr {
    background: #2b2e31;
    transition: background 0.5s; }

.daterangepicker td.start-date.end-date {
  border-radius: 25px; }

.daterangepicker {
  padding: 10px 5px;
  font-family: "Libre Franklin";
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  border: transparent;
  margin-top: 0; }
  .theme-default .daterangepicker {
    background: #fff;
    transition: background 0.5s; }
    .theme-default .daterangepicker__month {
      background: #fff;
      transition: background 0.5s; }
  .theme-dark .daterangepicker {
    background: #18203e;
    transition: background 0.5s; }
    .theme-dark .daterangepicker__month {
      background: #18203e;
      transition: background 0.5s; }
  .theme-Light .daterangepicker {
    transition: background 0.5s; }
    .theme-Light .daterangepicker__month {
      transition: background 0.5s; }
  .theme-Carbon .daterangepicker {
    transition: background 0.5s; }
    .theme-Carbon .daterangepicker__month {
      transition: background 0.5s; }
  .daterangepicker .drp-calendar.left {
    border-right: 1px solid rgba(153, 162, 193, 0.3); }
  .daterangepicker .drp-calendar.calendar-tale td {
    font-size: 13px !important; }
  .daterangepicker .month {
    color: #6d48ff;
    text-transform: uppercase; }
  .daterangepicker .prev.available span,
  .daterangepicker .next.available span {
    border: solid #99a2c1;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    padding: 2px; }
  .daterangepicker table {
    min-height: 245px;
    font-size: 18px; }
    .daterangepicker table thead tr:nth-of-type(2) {
      color: #6d48ff;
      text-transform: uppercase; }
    .daterangepicker table tbody tr .active {
      background-color: #6d48ff; }
      .daterangepicker table tbody tr .active:hover {
        background-color: #4415ff; }
  .daterangepicker td.in-range {
    background-color: #6d48ff;
    color: #fff; }
    .daterangepicker td.in-range:hover {
      background-color: #4415ff;
      color: #fff; }
  .daterangepicker td.off.in-range {
    background-color: #6d48ff;
    color: #fff; }
    .daterangepicker td.off.in-range:hover {
      background-color: #4415ff;
      color: #fff; }
  .daterangepicker td.start-date {
    border-radius: 20px 0 0 20px; }
  .daterangepicker td.end-date {
    border-radius: 0 20px 20px 0; }
  .daterangepicker td.available:hover:not(.in-range) {
    border-radius: 25px; }

label.checkbox {
  margin-bottom: 0.5rem; }
  label.checkbox span.label-check {
    font-size: 13px; }

label.radiobutton span.label-radio {
  font-size: 13px; }

#canvas,
#canvasTotal {
  min-height: 350px;
  margin-top: 2rem; }
  @media only screen and (min-width: 1200px) {
    #canvas,
    #canvasTotal {
      min-height: 500px;
      margin-top: 0; } }

.header {
  height: auto; }
  .header-body {
    display: flex;
    flex-basis: unset;
    justify-content: center; }
  .header-logo {
    max-width: 35px;
    margin-right: 0; }
    @media only screen and (min-width: 1200px) {
      .header-logo {
        max-width: 44px; } }
  .header-footer .tab-switcher {
    color: #5d6787;
    font-weight: 400;
    font-size: 0.875rem; }

.col-xs.auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

@media only screen and (min-width: 576px) {
  .col-sm.auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

@media only screen and (min-width: 768px) {
  .col-md.auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

@media only screen and (min-width: 992px) {
  .col-lg.auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

@media only screen and (min-width: 1200px) {
  .col-xl.auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; } }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.markdown {
  margin-top: 60px; }
  .markdown__release {
    margin-bottom: 40px; }
    .markdown__release-data {
      font-size: 0.75rem;
      line-height: 1.125rem;
      font-weight: 500;
      color: #18203e; }
      .markdown__release-data.date {
        font-size: 0.625rem;
        display: block; }
  .markdown__changes {
    list-style-type: disc; }
    .markdown__changes li {
      font-size: 0.75rem;
      line-height: 1.5rem;
      color: rgba(24, 32, 62, 0.6); }
  .markdown__tag-feature, .markdown__tag-improvement {
    padding: 4px 8px;
    font-size: 0.625rem;
    line-height: 1.125rem;
    font-weight: 500;
    border-style: solid;
    border-width: 1px;
    border-radius: 4px;
    background: transparent;
    margin-left: 10px;
    white-space: nowrap; }
  .markdown__tag-feature {
    color: #6d48ff;
    border-color: #6d48ff; }
  .markdown__tag-improvement {
    color: #5eb1ff;
    border-color: #5eb1ff; }

body {
  font-family: "Open Sans", sans-serif; }

.app-container {
  padding: 10px 0; }
  .app-container.Carbon {
    background-color: #2b2e31; }

div.section-title {
  width: 100%;
  line-height: 24px;
  font-weight: 700;
  padding-bottom: 12px;
  margin: 0; }
  .theme-Carbon div.section-title {
    background-color: #2b2e31; }
  div.section-title h1.title {
    font-size: 16px;
    font-weight: 800; }
    .theme-Carbon div.section-title h1.title {
      color: #fff; }

.filters__container-row {
  padding: 14px 0 10px 0;
  margin: 0; }
  .theme-Light .filters__container-row {
    background-color: #e2e2e2; }
  .theme-Carbon .filters__container-row {
    background-color: #37393d; }
  .filters__container-row .filter-by__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: 12px;
    gap: 5px; }
  .filters__container-row .filter-by__text {
    font-size: 12px; }
    .theme-Light .filters__container-row .filter-by__text {
      color: #666666; }
    .theme-Carbon .filters__container-row .filter-by__text {
      color: #a9abac; }
  .filters__container-row .filter-by__buttons {
    display: flex;
    gap: 5px; }
    .filters__container-row .filter-by__buttons__button {
      font-size: 12px;
      border-radius: 2px;
      padding: 4px 10px;
      cursor: pointer; }
      .theme-default .filters__container-row .filter-by__buttons__button {
        border: 1px solid; }
      .theme-dark .filters__container-row .filter-by__buttons__button {
        border: 1px solid; }
      .theme-Light .filters__container-row .filter-by__buttons__button {
        color: #666666;
        border: 1px solid #bababa;
        background-color: #fff; }
      .theme-Carbon .filters__container-row .filter-by__buttons__button {
        color: #a9abac;
        border: 1px solid #666666;
        background-color: #37393d; }
      .theme-default .filters__container-row .filter-by__buttons__button:hover {
        border: 1px solid; }
      .theme-dark .filters__container-row .filter-by__buttons__button:hover {
        border: 1px solid; }
      .theme-Light .filters__container-row .filter-by__buttons__button:hover {
        border: 1px solid #656565; }
      .theme-Carbon .filters__container-row .filter-by__buttons__button:hover {
        border: 1px solid #acaeaf; }
      .theme-Light .filters__container-row .filter-by__buttons__button.filter-active {
        background: linear-gradient(0deg, #fff, #cdcdcd), #e2e2e2; }
      .theme-Carbon .filters__container-row .filter-by__buttons__button.filter-active {
        background: transparent linear-gradient(0deg, #37393d 0%, #161719 100%) 0% 0% no-repeat padding-box; }
      .filters__container-row .filter-by__buttons__button.filter-active > .selected-reference.filter-selected {
        border-left: 3px solid #556ae0;
        position: relative;
        right: 5px; }
  .filters__container-row .filters-applied__container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
    padding-left: 12px;
    gap: 5px; }
    .filters__container-row .filters-applied__container .filters__filter-wrapper {
      display: flex;
      gap: 8px; }
      .filters__container-row .filters-applied__container .filters__filter-wrapper > p {
        font-size: 12px;
        min-width: 105px;
        text-align: right; }
        .theme-Light .filters__container-row .filters-applied__container .filters__filter-wrapper > p {
          color: #656565; }
        .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-wrapper > p {
          color: #a9abac; }
      .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter {
        display: flex;
        position: absolute;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        border-radius: 2px;
        width: 180px;
        height: 24px;
        padding: 0 5px;
        font-size: 12px; }
        .theme-default .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter {
          background: 0% 0% no-repeat padding-box;
          border: 1px solid; }
        .theme-dark .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter {
          background: 0% 0% no-repeat padding-box;
          border: 1px solid; }
        .theme-Light .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter {
          background: #fff 0% 0% no-repeat padding-box;
          border: 1px solid #a9abac;
          color: #2b2e31; }
        .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter {
          background: #1f2226 0% 0% no-repeat padding-box;
          border: 1px solid #000000;
          color: #d0d0d1; }
        .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-webkit-input-placeholder {
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          opacity: 0.7; }
        .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-moz-placeholder {
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          opacity: 0.7; }
        .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter:-ms-input-placeholder {
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          opacity: 0.7; }
        .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-ms-input-placeholder {
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          opacity: 0.7; }
        .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::placeholder {
          font-size: 12px;
          font-family: "Open Sans", sans-serif;
          opacity: 0.7; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-webkit-input-placeholder {
            color: #575c60; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-moz-placeholder {
            color: #575c60; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter:-ms-input-placeholder {
            color: #575c60; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-ms-input-placeholder {
            color: #575c60; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::placeholder {
            color: #575c60; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-webkit-input-placeholder {
            color: #d0d0d1; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-moz-placeholder {
            color: #d0d0d1; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter:-ms-input-placeholder {
            color: #d0d0d1; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::-ms-input-placeholder {
            color: #d0d0d1; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-wrapper > span > input.search-filter::placeholder {
            color: #d0d0d1; }
      .filters__container-row .filters-applied__container .filters__filter-wrapper > span > .clear-search {
        position: relative;
        left: 165px;
        color: #999999;
        font-size: 12px;
        cursor: pointer;
        bottom: 1.5px; }
    .filters__container-row .filters-applied__container .filters__filter-applied {
      display: flex;
      flex-direction: row;
      gap: 10px;
      padding: 8px 0;
      padding-left: 110px; }
      .filters__container-row .filters-applied__container .filters__filter-applied.hidden {
        display: none; }
      .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container {
        display: flex;
        gap: 8px;
        flex-direction: row;
        flex-wrap: wrap; }
        .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container__selectable-badge {
          cursor: pointer;
          display: block;
          border-radius: 50px;
          padding: 2px 10px;
          font-size: 12px; }
          .theme-default .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container__selectable-badge {
            background: 0% 0% no-repeat padding-box; }
          .theme-dark .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container__selectable-badge {
            background: 0% 0% no-repeat padding-box; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container__selectable-badge {
            color: #fff;
            background: #999999 0% 0% no-repeat padding-box; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container__selectable-badge {
            color: #d0d0d1;
            background: #4d5154 0% 0% no-repeat padding-box; }
        .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container .badge-selected {
          display: flex;
          position: relative;
          bottom: 24px;
          gap: 8px; }
        .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container span.badge-selected {
          border: 1px solid #556ae0;
          border-radius: 50px;
          padding: 2px 10px;
          font-size: 12px; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container span.badge-selected {
            background: #fff;
            color: #000000; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container span.badge-selected {
            background: #1f2226;
            color: #fff; }
        .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container .close-selected-badge-button.fa-xmark {
          border-radius: 2px;
          opacity: 0.7;
          align-self: center;
          position: relative;
          bottom: 24px;
          width: 16px;
          height: 16px;
          text-align: center;
          padding-top: 1px;
          font-size: 12px;
          cursor: pointer; }
          .theme-default .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container .close-selected-badge-button.fa-xmark {
            background: 0% 0% no-repeat padding-box;
            border: 1px solid; }
          .theme-dark .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container .close-selected-badge-button.fa-xmark {
            background: 0% 0% no-repeat padding-box;
            border: 1px solid; }
          .theme-Light .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container .close-selected-badge-button.fa-xmark {
            background: #fff 0% 0% no-repeat padding-box;
            color: #62676b;
            border: 1px solid #62676b; }
          .theme-Carbon .filters__container-row .filters-applied__container .filters__filter-applied .badges__badge-container .close-selected-badge-button.fa-xmark {
            background: #434343 0% 0% no-repeat padding-box;
            color: #999999;
            border: 1px solid #000000; }
      .filters__container-row .filters-applied__container .filters__filter-applied .badges__show-more {
        color: #a9abac;
        text-decoration: underline;
        font-size: 12px;
        cursor: pointer; }
  .filters__container-row.hidden {
    display: none; }

.table__wrapper {
  position: relative;
  bottom: 55px;
  width: 241px; }
  .table__wrapper__head {
    margin-left: 24px; }
    .theme-Light .table__wrapper__head__row {
      background-color: #acaeaf; }
    .theme-Carbon .table__wrapper__head__row {
      background-color: #1c2022; }
    .table__wrapper__head__row__header {
      font-size: 14px;
      height: 25px;
      padding: 5px;
      text-align: left; }
      .theme-Light .table__wrapper__head__row__header {
        color: #4c4c4c; }
      .theme-Carbon .table__wrapper__head__row__header {
        color: #cecece; }
  .table__wrapper__body__row__details {
    font-size: 12px;
    height: 25px;
    padding: 5px;
    min-width: 120px; }
    .theme-Light .table__wrapper__body__row__details {
      color: #4c4c4c;
      background-color: #e0e0e0; }
    .theme-Carbon .table__wrapper__body__row__details {
      color: #cecece;
      background-color: #575c60; }
  .table__wrapper__body__row__totals__detail {
    font-size: 12px;
    padding: 5px;
    font-weight: bold; }
    .theme-Light .table__wrapper__body__row__totals__detail {
      background-color: #d3d3d3;
      color: #4c4c4c; }
    .theme-Carbon .table__wrapper__body__row__totals__detail {
      background-color: #62676b;
      color: #fff; }

.tabs {
  padding-left: 8px;
  padding-bottom: 15px;
  width: 99.7%; }
  .theme-Light .tabs {
    background-color: #fff; }
  .theme-Carbon .tabs {
    background-color: #2b2e31; }
  .tabs ul.header-tabs {
    border-bottom: 1px solid #000000; }
    .tabs ul.header-tabs li a::before {
      background: inherit; }
    .theme-Light .tabs ul.header-tabs .tab-switcher {
      color: #2b2e31; }
    .theme-Carbon .tabs ul.header-tabs .tab-switcher {
      color: #fff; }
    .tabs ul.header-tabs .tab-switcher.active {
      border-bottom: 3px solid #556ae0; }

.graph-table-container {
  padding-bottom: 10px;
  padding-top: 10px; }

.tab-content {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; }

/*# sourceMappingURL=main.css.map */
