/*! Karma-CSS v2.0.0 MIT License | http://karmacss.com | https://github.com/accentdesign/karma-css */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.col-1 {
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

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

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

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

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

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

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-1 {
    margin-left: 8.33333%;
  }
  .offset-md-2 {
    margin-left: 16.66667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333%;
  }
  .offset-md-5 {
    margin-left: 41.66667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333%;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333%;
  }
  .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

html {
  font-size: 62.5%;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #3e3e3e;
  font-weight: 400;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  background: white;
}

main {
  display: block;
}

a {
  color: #33c3f0;
  text-decoration: none;
  background-color: transparent;
  transition: color linear 0.18s;
}

a:hover {
  color: #10aee0;
  text-decoration: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

.button {
  display: inline-block;
  box-sizing: border-box;
  padding: 0.8rem 1rem;
  overflow: visible;
  color: #3e3e3e;
  font-weight: 400;
  font-size: 1.5rem;
  font-family: inherit;
  line-height: 1.5;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color linear 0.18s, border-color linear 0.18s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.button:hover, .button:focus {
  color: #3e3e3e;
  background-color: #e6e6e6;
  border-color: #cdcdcd;
  outline: 0;
}

.button.button-outline {
  background-color: transparent;
  transition: background-color linear 0.18s, border-color linear 0.18s, color linear 0.18s;
}

.button.button-outline:hover, .button.button-outline:focus {
  color: #252525;
  background-color: transparent;
  border-color: #cdcdcd;
  outline: 0;
}

.button.button-clear {
  background-color: transparent;
  border-color: transparent;
  transition: background-color linear 0.18s, border-color linear 0.18s, color linear 0.18s;
}

.button.button-clear:hover, .button.button-clear:focus {
  color: #252525;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}

.button.button-primary {
  color: white;
  background-color: #33c3f0;
  border-color: #1bbcee;
}

.button.button-primary:hover, .button.button-primary:focus {
  color: white;
  background-color: #10aee0;
  border-color: #0f9cc8;
  outline: 0;
}

.button.button-outline.button-primary {
  color: #33c3f0;
  background-color: transparent;
  border-color: #33c3f0;
}

.button.button-outline.button-primary:hover, .button.button-outline.button-primary:focus {
  color: #10aee0;
  background-color: transparent;
  border-color: #10aee0;
  outline: 0;
}

.button.button-clear.button-primary {
  color: #33c3f0;
  background-color: transparent;
  border-color: transparent;
}

.button.button-clear.button-primary:hover, .button.button-clear.button-primary:focus {
  color: #10aee0;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}

.button.button-secondary {
  color: #111111;
  background-color: #f0f0f0;
  border-color: #e3e3e3;
}

.button.button-secondary:hover, .button.button-secondary:focus {
  color: #111111;
  background-color: #d7d7d7;
  border-color: #cacaca;
  outline: 0;
}

.button.button-outline.button-secondary {
  color: #f0f0f0;
  background-color: transparent;
  border-color: #f0f0f0;
}

.button.button-outline.button-secondary:hover, .button.button-outline.button-secondary:focus {
  color: #d7d7d7;
  background-color: transparent;
  border-color: #d7d7d7;
  outline: 0;
}

.button.button-clear.button-secondary {
  color: #f0f0f0;
  background-color: transparent;
  border-color: transparent;
}

.button.button-clear.button-secondary:hover, .button.button-clear.button-secondary:focus {
  color: #d7d7d7;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

code {
  padding: 0.2rem 0.5rem;
  color: #3e3e3e;
  font-size: 100%;
  word-break: break-word;
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
}

pre {
  display: block;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  overflow-x: auto;
  color: #3e3e3e;
  font-size: 90%;
  white-space: pre;
  background: #f0f0f0;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

*[disabled] {
  cursor: not-allowed;
}

form {
  margin-bottom: 1.5rem;
}

input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], input[type="week"] {
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  color: #3e3e3e;
  font-family: inherit;
  line-height: 1.5;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: background linear 0.18s, border-color linear 0.18s;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  max-width: 100%;
  -webkit-appearance: none;
}

input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="week"]:focus {
  background: white;
  border-color: #33c3f0;
  outline: 0;
}

input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"] {
  height: calc(3.85rem + 2px);
  -webkit-appearance: listbox;
}

input[type="checkbox"], input[type="radio"] {
  margin-right: 1rem;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-datetime-edit-fields-wrapper {
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}

::-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #b9b9b9;
  opacity: 1;
}

::placeholder {
  color: #b9b9b9;
  opacity: 1;
}

textarea {
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  color: #3e3e3e;
  font-family: inherit;
  line-height: 1.5;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: background linear 0.18s, border-color linear 0.18s;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  max-width: 100%;
  overflow: auto;
  -webkit-appearance: none;
}

textarea:focus {
  background: white;
  border-color: #33c3f0;
  outline: 0;
}

select {
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  color: #3e3e3e;
  font-family: inherit;
  line-height: 1.5;
  background: white;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: background linear 0.18s, border-color linear 0.18s;
  padding: 0.8rem 1rem;
  font-size: 1.5rem;
  max-width: 100%;
  text-transform: none;
}

select:focus {
  background: white;
  border-color: #33c3f0;
  outline: 0;
}

select:not([multiple]) {
  height: calc(3.85rem + 2px);
}

label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

legend {
  display: block;
  box-sizing: border-box;
  max-width: 100%;
  margin-bottom: 0.5rem;
  color: inherit;
  font-weight: 600;
  white-space: normal;
}

fieldset {
  margin-bottom: 1.5rem;
  border-width: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  margin: 1.5rem 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

img {
  border-style: none;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin: 0 0 1.5rem;
}

ul {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: circle inside;
}

ol {
  margin-bottom: 1.5rem;
  padding-left: 0;
  list-style: decimal inside;
}

ul ul,
ul ol {
  margin: 0 0 0 2rem;
}

ol ol,
ol ul {
  margin: 0 0 0 2rem;
}

dl {
  margin-bottom: 1.5rem;
}

dl dt {
  margin: 0 0 0 0;
  font-weight: 600;
}

dl dd {
  margin: 0 0 1.5rem 2rem;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.5rem;
  font-size: 90%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  padding: 0.85rem 0.85rem;
}

th {
  padding: 0.85rem 0.85rem;
  text-align: left;
  vertical-align: top;
}

td {
  padding: 0.85rem 0.85rem;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #e6e6e6;
}

.table-bordered {
  border: solid 1px #e6e6e6;
}

/* stylelint-disable selector-max-type */
.table-headed > thead > tr > th,
.table-headed > tbody > tr > th {
  background-color: #f0f0f0;
}

/* stylelint-enable selector-max-type */
.table-striped > tbody > tr:nth-child(odd) {
  background-color: #fafafa;
}

.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}

h1,
.h1, h2,
.h2, h3,
.h3, h4,
.h4, h5,
.h5, h6,
.h6 {
  color: #3e3e3e;
  font-family: "Open Sans", sans-serif;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small {
  font-size: 65%;
  line-height: 1;
}

h1,
.h1 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}

h2,
.h2 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 22.5px;
  line-height: 1.25;
}

h3,
.h3 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 17.55px;
  line-height: 1.3;
}

h4,
.h4 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.35;
}

h5,
.h5 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 12.45px;
  line-height: 1.5;
}

h6,
.h6 {
  margin: 0 0 1.5rem;
  font-weight: 400;
  font-size: 10.05px;
  line-height: 1.6;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

p {
  margin-bottom: 1.5rem;
}

blockquote {
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  border-left: 3px solid #e6e6e6;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

.align-top {
  vertical-align: top;
}

.align-bottom {
  vertical-align: bottom;
}

.align-middle {
  vertical-align: middle;
}

.align-baseline {
  vertical-align: baseline;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.b-white {
  background-color: white;
}

.c-white {
  color: white;
}

.b-black {
  background-color: #111111;
}

.c-black {
  color: #111111;
}

.b-primary {
  background-color: #33c3f0;
}

.c-primary {
  color: #33c3f0;
}

.b-secondary {
  background-color: #f0f0f0;
}

.c-secondary {
  color: #f0f0f0;
}

.b-aqua {
  background-color: #7fdbff;
}

.c-aqua {
  color: #7fdbff;
}

.b-blue {
  background-color: #0074d9;
}

.c-blue {
  color: #0074d9;
}

.b-navy {
  background-color: #001f3f;
}

.c-navy {
  color: #001f3f;
}

.b-teal {
  background-color: #39cccc;
}

.c-teal {
  color: #39cccc;
}

.b-green {
  background-color: #2ecc40;
}

.c-green {
  color: #2ecc40;
}

.b-olive {
  background-color: #3d9970;
}

.c-olive {
  color: #3d9970;
}

.b-lime {
  background-color: #01ff70;
}

.c-lime {
  color: #01ff70;
}

.b-yellow {
  background-color: #ffdc00;
}

.c-yellow {
  color: #ffdc00;
}

.b-orange {
  background-color: #ff851b;
}

.c-orange {
  color: #ff851b;
}

.b-red {
  background-color: #ff4136;
}

.c-red {
  color: #ff4136;
}

.b-fuchsia {
  background-color: #f012be;
}

.c-fuchsia {
  color: #f012be;
}

.b-purple {
  background-color: #b10dc9;
}

.c-purple {
  color: #b10dc9;
}

.b-maroon {
  background-color: #85144b;
}

.c-maroon {
  color: #85144b;
}

.b-silver {
  background-color: #dddddd;
}

.c-silver {
  color: #dddddd;
}

.b-gray {
  background-color: #aaaaaa;
}

.c-gray {
  color: #aaaaaa;
}

.b-facebook {
  background-color: #3b5999;
}

.c-facebook {
  color: #3b5999;
}

.b-twitter {
  background-color: #55acee;
}

.c-twitter {
  color: #55acee;
}

.b-linkedin {
  background-color: #0077b5;
}

.c-linkedin {
  color: #0077b5;
}

.b-googleplus {
  background-color: #dd4b39;
}

.c-googleplus {
  color: #dd4b39;
}

.b-instagram {
  background-color: #e4405f;
}

.c-instagram {
  color: #e4405f;
}

.b-pinterest {
  background-color: #bd081c;
}

.c-pinterest {
  color: #bd081c;
}

.disabled {
  cursor: not-allowed;
}

.move {
  cursor: move;
}

.pointer {
  cursor: pointer;
}

.d-block {
  display: block;
}

[x-cloak],
.d-hidden {
  display: none !important;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
}

.d-grid {
  display: grid;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-inline-flex {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.d-table {
  display: table;
}

.d-table-cell {
  display: table-cell;
}

.flex-row {
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.flex-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.justify-content-start {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-content-end {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-content-between {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-items-start {
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-items-end {
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.align-items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.align-self-start {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.pull-left {
  float: left !important;
}

.pull-right {
  float: right !important;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 1px;
}

.list-style-none {
  list-style: none !important;
}

.list-style-reset {
  margin: 0;
  padding: 0;
  list-style: none !important;
}

.scroll-x {
  overflow-x: auto;
}

.noscroll {
  overflow: hidden;
}

.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
}

.full-height {
  height: 100%;
}

.full-visual-height {
  height: 100vh;
}

.full-width {
  box-sizing: border-box;
  width: 100%;
}

.max-full-width {
  box-sizing: border-box;
  max-width: 100%;
}

.margin-zero {
  margin: 0;
}

.m-auto {
  margin: auto;
}

.mt-auto {
  margin-top: auto;
}

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

.mb-auto {
  margin-bottom: auto;
}

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

.push-auto {
  margin-right: auto;
  margin-left: auto;
}

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

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

.text-center {
  text-align: center;
}

.text-just {
  text-align: justify;
}

.strong {
  font-weight: 700;
}

.lead {
  font-weight: 300;
}

.muted {
  opacity: 0.7;
}

.nowrap {
  white-space: nowrap;
}

.small {
  font-size: 80%;
}

.uppercase {
  text-transform: uppercase;
}

.text-shadow {
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.flip-x {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.flip-y {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.flip-both {
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.preload-transitions * {
  transition: none !important;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: null) and (max-width: 575px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

@media (min-width: 1200px) and (max-width: null) {
  .hidden-xl {
    display: none !important;
  }
}
/*# sourceMappingURL=karma.css.map */