@charset "UTF-8";
.ds-default .ds-bg, .ds-default .bg-color {
  background: #4cc143; }

.ds-default .ds-gradient, .ds-default .gradient-bg {
  background: linear-gradient(-115deg, #4cc143, #199712); }

.ds-default .callback.ds-gradient, .ds-default .callback.gradient-bg {
  background: linear-gradient(-90deg, #4cc143, #199712); }

.ds-yellow .ds-bg, .ds-yellow .bg-color {
  background: #fde042; }

.ds-yellow .ds-gradient, .ds-yellow .gradient-bg {
  background: linear-gradient(-115deg, #fde042, #f7d138); }

.ds-yellow .callback.ds-gradient, .ds-yellow .callback.gradient-bg {
  background: linear-gradient(-90deg, #fde042, #f7d138); }

.ds-grey .ds-bg, .ds-grey .bg-color {
  background: #a1a1a1; }

.ds-grey .ds-gradient, .ds-grey .gradient-bg {
  background: linear-gradient(-115deg, #a1a1a1, #8f8f8f); }

.ds-grey .callback.ds-gradient, .ds-grey .callback.gradient-bg {
  background: linear-gradient(-90deg, #a1a1a1, #8f8f8f); }

.ds-red .ds-bg, .ds-red .bg-color {
  background: #f06c7c; }

.ds-red .ds-gradient, .ds-red .gradient-bg {
  background: linear-gradient(-115deg, #f88686, #de4a4a); }

.ds-red .callback.ds-gradient, .ds-red .callback.gradient-bg {
  background: linear-gradient(-90deg, #f88686, #de4a4a); }

.ds-blue .ds-bg, .ds-blue .bg-color {
  background: #70b8e3; }

.ds-blue .ds-gradient, .ds-blue .gradient-bg {
  background: linear-gradient(-115deg, #70b8e3, #59a5d5); }

.ds-blue .callback.ds-gradient, .ds-blue .callback.gradient-bg {
  background: linear-gradient(-90deg, #70b8e3, #59a5d5); }

.ds-green .ds-bg, .ds-green .bg-color {
  background: #5bc7bf; }

.ds-green .ds-gradient, .ds-green .gradient-bg {
  background: linear-gradient(-115deg, #5bc7bf, #4cb4b6); }

.ds-green .callback.ds-gradient, .ds-green .callback.gradient-bg {
  background: linear-gradient(-90deg, #5bc7bf, #4cb4b6); }

.gradient-bg-grey {
  background: linear-gradient(#f3f3f3, #bdbdbd); }

.gradient-bg-dark-grey {
  background: #919191; }

.grey-bg {
  background: #868686; }

.dark-grey-bg {
  background: #919191; }

.text-dark-grey {
  color: #414141; }

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @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%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  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%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .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 {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .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%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

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

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

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

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body .ds-default {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: white; }

[tabindex='-1']:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: 0.5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

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; }

a {
  color: #4cc143;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #348a2e;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0; }

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/out/digitalstrom/dist/fonts/fontawesome-webfont.eot);
  src: url(/out/digitalstrom/dist/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/out/digitalstrom/dist/fonts/fontawesome-webfont.woff2) format("woff2"), url(/out/digitalstrom/dist/fonts/fontawesome-webfont.woff) format("woff"), url(/out/digitalstrom/dist/fonts/fontawesome-webfont.ttf) format("truetype"), url(/out/digitalstrom/dist/fonts/fontawesome-webfont.svg#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\F000"; }

.fa-music:before {
  content: "\F001"; }

.fa-search:before {
  content: "\F002"; }

.fa-envelope-o:before {
  content: "\F003"; }

.fa-heart:before {
  content: "\F004"; }

.fa-star:before {
  content: "\F005"; }

.fa-star-o:before {
  content: "\F006"; }

.fa-user:before {
  content: "\F007"; }

.fa-film:before {
  content: "\F008"; }

.fa-th-large:before {
  content: "\F009"; }

.fa-th:before {
  content: "\F00A"; }

.fa-th-list:before {
  content: "\F00B"; }

.fa-check:before {
  content: "\F00C"; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\F00D"; }

.fa-search-plus:before {
  content: "\F00E"; }

.fa-search-minus:before {
  content: "\F010"; }

.fa-power-off:before {
  content: "\F011"; }

.fa-signal:before {
  content: "\F012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\F013"; }

.fa-trash-o:before {
  content: "\F014"; }

.fa-home:before {
  content: "\F015"; }

.fa-file-o:before {
  content: "\F016"; }

.fa-clock-o:before {
  content: "\F017"; }

.fa-road:before {
  content: "\F018"; }

.fa-download:before {
  content: "\F019"; }

.fa-arrow-circle-o-down:before {
  content: "\F01A"; }

.fa-arrow-circle-o-up:before {
  content: "\F01B"; }

.fa-inbox:before {
  content: "\F01C"; }

.fa-play-circle-o:before {
  content: "\F01D"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\F01E"; }

.fa-refresh:before {
  content: "\F021"; }

.fa-list-alt:before {
  content: "\F022"; }

.fa-lock:before {
  content: "\F023"; }

.fa-flag:before {
  content: "\F024"; }

.fa-headphones:before {
  content: "\F025"; }

.fa-volume-off:before {
  content: "\F026"; }

.fa-volume-down:before {
  content: "\F027"; }

.fa-volume-up:before {
  content: "\F028"; }

.fa-qrcode:before {
  content: "\F029"; }

.fa-barcode:before {
  content: "\F02A"; }

.fa-tag:before {
  content: "\F02B"; }

.fa-tags:before {
  content: "\F02C"; }

.fa-book:before {
  content: "\F02D"; }

.fa-bookmark:before {
  content: "\F02E"; }

.fa-print:before {
  content: "\F02F"; }

.fa-camera:before {
  content: "\F030"; }

.fa-font:before {
  content: "\F031"; }

.fa-bold:before {
  content: "\F032"; }

.fa-italic:before {
  content: "\F033"; }

.fa-text-height:before {
  content: "\F034"; }

.fa-text-width:before {
  content: "\F035"; }

.fa-align-left:before {
  content: "\F036"; }

.fa-align-center:before {
  content: "\F037"; }

.fa-align-right:before {
  content: "\F038"; }

.fa-align-justify:before {
  content: "\F039"; }

.fa-list:before {
  content: "\F03A"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\F03B"; }

.fa-indent:before {
  content: "\F03C"; }

.fa-video-camera:before {
  content: "\F03D"; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\F03E"; }

.fa-pencil:before {
  content: "\F040"; }

.fa-map-marker:before {
  content: "\F041"; }

.fa-adjust:before {
  content: "\F042"; }

.fa-tint:before {
  content: "\F043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\F044"; }

.fa-share-square-o:before {
  content: "\F045"; }

.fa-check-square-o:before {
  content: "\F046"; }

.fa-arrows:before {
  content: "\F047"; }

.fa-step-backward:before {
  content: "\F048"; }

.fa-fast-backward:before {
  content: "\F049"; }

.fa-backward:before {
  content: "\F04A"; }

.fa-play:before {
  content: "\F04B"; }

.fa-pause:before {
  content: "\F04C"; }

.fa-stop:before {
  content: "\F04D"; }

.fa-forward:before {
  content: "\F04E"; }

.fa-fast-forward:before {
  content: "\F050"; }

.fa-step-forward:before {
  content: "\F051"; }

.fa-eject:before {
  content: "\F052"; }

.fa-chevron-left:before {
  content: "\F053"; }

.fa-chevron-right:before {
  content: "\F054"; }

.fa-plus-circle:before {
  content: "\F055"; }

.fa-minus-circle:before {
  content: "\F056"; }

.fa-times-circle:before {
  content: "\F057"; }

.fa-check-circle:before {
  content: "\F058"; }

.fa-question-circle:before {
  content: "\F059"; }

.fa-info-circle:before {
  content: "\F05A"; }

.fa-crosshairs:before {
  content: "\F05B"; }

.fa-times-circle-o:before {
  content: "\F05C"; }

.fa-check-circle-o:before {
  content: "\F05D"; }

.fa-ban:before {
  content: "\F05E"; }

.fa-arrow-left:before {
  content: "\F060"; }

.fa-arrow-right:before {
  content: "\F061"; }

.fa-arrow-up:before {
  content: "\F062"; }

.fa-arrow-down:before {
  content: "\F063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\F064"; }

.fa-expand:before {
  content: "\F065"; }

.fa-compress:before {
  content: "\F066"; }

.fa-plus:before {
  content: "\F067"; }

.fa-minus:before {
  content: "\F068"; }

.fa-asterisk:before {
  content: "\F069"; }

.fa-exclamation-circle:before {
  content: "\F06A"; }

.fa-gift:before {
  content: "\F06B"; }

.fa-leaf:before {
  content: "\F06C"; }

.fa-fire:before {
  content: "\F06D"; }

.fa-eye:before {
  content: "\F06E"; }

.fa-eye-slash:before {
  content: "\F070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\F071"; }

.fa-plane:before {
  content: "\F072"; }

.fa-calendar:before {
  content: "\F073"; }

.fa-random:before {
  content: "\F074"; }

.fa-comment:before {
  content: "\F075"; }

.fa-magnet:before {
  content: "\F076"; }

.fa-chevron-up:before {
  content: "\F077"; }

.fa-chevron-down:before {
  content: "\F078"; }

.fa-retweet:before {
  content: "\F079"; }

.fa-shopping-cart:before {
  content: "\F07A"; }

.fa-folder:before {
  content: "\F07B"; }

.fa-folder-open:before {
  content: "\F07C"; }

.fa-arrows-v:before {
  content: "\F07D"; }

.fa-arrows-h:before {
  content: "\F07E"; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\F080"; }

.fa-twitter-square:before {
  content: "\F081"; }

.fa-facebook-square:before {
  content: "\F082"; }

.fa-camera-retro:before {
  content: "\F083"; }

.fa-key:before {
  content: "\F084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\F085"; }

.fa-comments:before {
  content: "\F086"; }

.fa-thumbs-o-up:before {
  content: "\F087"; }

.fa-thumbs-o-down:before {
  content: "\F088"; }

.fa-star-half:before {
  content: "\F089"; }

.fa-heart-o:before {
  content: "\F08A"; }

.fa-sign-out:before {
  content: "\F08B"; }

.fa-linkedin-square:before {
  content: "\F08C"; }

.fa-thumb-tack:before {
  content: "\F08D"; }

.fa-external-link:before {
  content: "\F08E"; }

.fa-sign-in:before {
  content: "\F090"; }

.fa-trophy:before {
  content: "\F091"; }

.fa-github-square:before {
  content: "\F092"; }

.fa-upload:before {
  content: "\F093"; }

.fa-lemon-o:before {
  content: "\F094"; }

.fa-phone:before {
  content: "\F095"; }

.fa-square-o:before {
  content: "\F096"; }

.fa-bookmark-o:before {
  content: "\F097"; }

.fa-phone-square:before {
  content: "\F098"; }

.fa-twitter:before {
  content: "\F099"; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\F09A"; }

.fa-github:before {
  content: "\F09B"; }

.fa-unlock:before {
  content: "\F09C"; }

.fa-credit-card:before {
  content: "\F09D"; }

.fa-feed:before,
.fa-rss:before {
  content: "\F09E"; }

.fa-hdd-o:before {
  content: "\F0A0"; }

.fa-bullhorn:before {
  content: "\F0A1"; }

.fa-bell:before {
  content: "\F0F3"; }

.fa-certificate:before {
  content: "\F0A3"; }

.fa-hand-o-right:before {
  content: "\F0A4"; }

.fa-hand-o-left:before {
  content: "\F0A5"; }

.fa-hand-o-up:before {
  content: "\F0A6"; }

.fa-hand-o-down:before {
  content: "\F0A7"; }

.fa-arrow-circle-left:before {
  content: "\F0A8"; }

.fa-arrow-circle-right:before {
  content: "\F0A9"; }

.fa-arrow-circle-up:before {
  content: "\F0AA"; }

.fa-arrow-circle-down:before {
  content: "\F0AB"; }

.fa-globe:before {
  content: "\F0AC"; }

.fa-wrench:before {
  content: "\F0AD"; }

.fa-tasks:before {
  content: "\F0AE"; }

.fa-filter:before {
  content: "\F0B0"; }

.fa-briefcase:before {
  content: "\F0B1"; }

.fa-arrows-alt:before {
  content: "\F0B2"; }

.fa-group:before,
.fa-users:before {
  content: "\F0C0"; }

.fa-chain:before,
.fa-link:before {
  content: "\F0C1"; }

.fa-cloud:before {
  content: "\F0C2"; }

.fa-flask:before {
  content: "\F0C3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\F0C4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\F0C5"; }

.fa-paperclip:before {
  content: "\F0C6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\F0C7"; }

.fa-square:before {
  content: "\F0C8"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\F0C9"; }

.fa-list-ul:before {
  content: "\F0CA"; }

.fa-list-ol:before {
  content: "\F0CB"; }

.fa-strikethrough:before {
  content: "\F0CC"; }

.fa-underline:before {
  content: "\F0CD"; }

.fa-table:before {
  content: "\F0CE"; }

.fa-magic:before {
  content: "\F0D0"; }

.fa-truck:before {
  content: "\F0D1"; }

.fa-pinterest:before {
  content: "\F0D2"; }

.fa-pinterest-square:before {
  content: "\F0D3"; }

.fa-google-plus-square:before {
  content: "\F0D4"; }

.fa-google-plus:before {
  content: "\F0D5"; }

.fa-money:before {
  content: "\F0D6"; }

.fa-caret-down:before {
  content: "\F0D7"; }

.fa-caret-up:before {
  content: "\F0D8"; }

.fa-caret-left:before {
  content: "\F0D9"; }

.fa-caret-right:before {
  content: "\F0DA"; }

.fa-columns:before {
  content: "\F0DB"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\F0DC"; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\F0DD"; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\F0DE"; }

.fa-envelope:before {
  content: "\F0E0"; }

.fa-linkedin:before {
  content: "\F0E1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\F0E2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\F0E3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\F0E4"; }

.fa-comment-o:before {
  content: "\F0E5"; }

.fa-comments-o:before {
  content: "\F0E6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\F0E7"; }

.fa-sitemap:before {
  content: "\F0E8"; }

.fa-umbrella:before {
  content: "\F0E9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\F0EA"; }

.fa-lightbulb-o:before {
  content: "\F0EB"; }

.fa-exchange:before {
  content: "\F0EC"; }

.fa-cloud-download:before {
  content: "\F0ED"; }

.fa-cloud-upload:before {
  content: "\F0EE"; }

.fa-user-md:before {
  content: "\F0F0"; }

.fa-stethoscope:before {
  content: "\F0F1"; }

.fa-suitcase:before {
  content: "\F0F2"; }

.fa-bell-o:before {
  content: "\F0A2"; }

.fa-coffee:before {
  content: "\F0F4"; }

.fa-cutlery:before {
  content: "\F0F5"; }

.fa-file-text-o:before {
  content: "\F0F6"; }

.fa-building-o:before {
  content: "\F0F7"; }

.fa-hospital-o:before {
  content: "\F0F8"; }

.fa-ambulance:before {
  content: "\F0F9"; }

.fa-medkit:before {
  content: "\F0FA"; }

.fa-fighter-jet:before {
  content: "\F0FB"; }

.fa-beer:before {
  content: "\F0FC"; }

.fa-h-square:before {
  content: "\F0FD"; }

.fa-plus-square:before {
  content: "\F0FE"; }

.fa-angle-double-left:before {
  content: "\F100"; }

.fa-angle-double-right:before {
  content: "\F101"; }

.fa-angle-double-up:before {
  content: "\F102"; }

.fa-angle-double-down:before {
  content: "\F103"; }

.fa-angle-left:before {
  content: "\F104"; }

.fa-angle-right:before {
  content: "\F105"; }

.fa-angle-up:before {
  content: "\F106"; }

.fa-angle-down:before {
  content: "\F107"; }

.fa-desktop:before {
  content: "\F108"; }

.fa-laptop:before {
  content: "\F109"; }

.fa-tablet:before {
  content: "\F10A"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\F10B"; }

.fa-circle-o:before {
  content: "\F10C"; }

.fa-quote-left:before {
  content: "\F10D"; }

.fa-quote-right:before {
  content: "\F10E"; }

.fa-spinner:before {
  content: "\F110"; }

.fa-circle:before {
  content: "\F111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\F112"; }

.fa-github-alt:before {
  content: "\F113"; }

.fa-folder-o:before {
  content: "\F114"; }

.fa-folder-open-o:before {
  content: "\F115"; }

.fa-smile-o:before {
  content: "\F118"; }

.fa-frown-o:before {
  content: "\F119"; }

.fa-meh-o:before {
  content: "\F11A"; }

.fa-gamepad:before {
  content: "\F11B"; }

.fa-keyboard-o:before {
  content: "\F11C"; }

.fa-flag-o:before {
  content: "\F11D"; }

.fa-flag-checkered:before {
  content: "\F11E"; }

.fa-terminal:before {
  content: "\F120"; }

.fa-code:before {
  content: "\F121"; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\F122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\F123"; }

.fa-location-arrow:before {
  content: "\F124"; }

.fa-crop:before {
  content: "\F125"; }

.fa-code-fork:before {
  content: "\F126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\F127"; }

.fa-question:before {
  content: "\F128"; }

.fa-info:before {
  content: "\F129"; }

.fa-exclamation:before {
  content: "\F12A"; }

.fa-superscript:before {
  content: "\F12B"; }

.fa-subscript:before {
  content: "\F12C"; }

.fa-eraser:before {
  content: "\F12D"; }

.fa-puzzle-piece:before {
  content: "\F12E"; }

.fa-microphone:before {
  content: "\F130"; }

.fa-microphone-slash:before {
  content: "\F131"; }

.fa-shield:before {
  content: "\F132"; }

.fa-calendar-o:before {
  content: "\F133"; }

.fa-fire-extinguisher:before {
  content: "\F134"; }

.fa-rocket:before {
  content: "\F135"; }

.fa-maxcdn:before {
  content: "\F136"; }

.fa-chevron-circle-left:before {
  content: "\F137"; }

.fa-chevron-circle-right:before {
  content: "\F138"; }

.fa-chevron-circle-up:before {
  content: "\F139"; }

.fa-chevron-circle-down:before {
  content: "\F13A"; }

.fa-html5:before {
  content: "\F13B"; }

.fa-css3:before {
  content: "\F13C"; }

.fa-anchor:before {
  content: "\F13D"; }

.fa-unlock-alt:before {
  content: "\F13E"; }

.fa-bullseye:before {
  content: "\F140"; }

.fa-ellipsis-h:before {
  content: "\F141"; }

.fa-ellipsis-v:before {
  content: "\F142"; }

.fa-rss-square:before {
  content: "\F143"; }

.fa-play-circle:before {
  content: "\F144"; }

.fa-ticket:before {
  content: "\F145"; }

.fa-minus-square:before {
  content: "\F146"; }

.fa-minus-square-o:before {
  content: "\F147"; }

.fa-level-up:before {
  content: "\F148"; }

.fa-level-down:before {
  content: "\F149"; }

.fa-check-square:before {
  content: "\F14A"; }

.fa-pencil-square:before {
  content: "\F14B"; }

.fa-external-link-square:before {
  content: "\F14C"; }

.fa-share-square:before {
  content: "\F14D"; }

.fa-compass:before {
  content: "\F14E"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\F150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\F151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\F152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\F153"; }

.fa-gbp:before {
  content: "\F154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\F155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\F156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\F157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\F158"; }

.fa-won:before,
.fa-krw:before {
  content: "\F159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\F15A"; }

.fa-file:before {
  content: "\F15B"; }

.fa-file-text:before {
  content: "\F15C"; }

.fa-sort-alpha-asc:before {
  content: "\F15D"; }

.fa-sort-alpha-desc:before {
  content: "\F15E"; }

.fa-sort-amount-asc:before {
  content: "\F160"; }

.fa-sort-amount-desc:before {
  content: "\F161"; }

.fa-sort-numeric-asc:before {
  content: "\F162"; }

.fa-sort-numeric-desc:before {
  content: "\F163"; }

.fa-thumbs-up:before {
  content: "\F164"; }

.fa-thumbs-down:before {
  content: "\F165"; }

.fa-youtube-square:before {
  content: "\F166"; }

.fa-youtube:before {
  content: "\F167"; }

.fa-xing:before {
  content: "\F168"; }

.fa-xing-square:before {
  content: "\F169"; }

.fa-youtube-play:before {
  content: "\F16A"; }

.fa-dropbox:before {
  content: "\F16B"; }

.fa-stack-overflow:before {
  content: "\F16C"; }

.fa-instagram:before {
  content: "\F16D"; }

.fa-flickr:before {
  content: "\F16E"; }

.fa-adn:before {
  content: "\F170"; }

.fa-bitbucket:before {
  content: "\F171"; }

.fa-bitbucket-square:before {
  content: "\F172"; }

.fa-tumblr:before {
  content: "\F173"; }

.fa-tumblr-square:before {
  content: "\F174"; }

.fa-long-arrow-down:before {
  content: "\F175"; }

.fa-long-arrow-up:before {
  content: "\F176"; }

.fa-long-arrow-left:before {
  content: "\F177"; }

.fa-long-arrow-right:before {
  content: "\F178"; }

.fa-apple:before {
  content: "\F179"; }

.fa-windows:before {
  content: "\F17A"; }

.fa-android:before {
  content: "\F17B"; }

.fa-linux:before {
  content: "\F17C"; }

.fa-dribbble:before {
  content: "\F17D"; }

.fa-skype:before {
  content: "\F17E"; }

.fa-foursquare:before {
  content: "\F180"; }

.fa-trello:before {
  content: "\F181"; }

.fa-female:before {
  content: "\F182"; }

.fa-male:before {
  content: "\F183"; }

.fa-gittip:before,
.fa-gratipay:before {
  content: "\F184"; }

.fa-sun-o:before {
  content: "\F185"; }

.fa-moon-o:before {
  content: "\F186"; }

.fa-archive:before {
  content: "\F187"; }

.fa-bug:before {
  content: "\F188"; }

.fa-vk:before {
  content: "\F189"; }

.fa-weibo:before {
  content: "\F18A"; }

.fa-renren:before {
  content: "\F18B"; }

.fa-pagelines:before {
  content: "\F18C"; }

.fa-stack-exchange:before {
  content: "\F18D"; }

.fa-arrow-circle-o-right:before {
  content: "\F18E"; }

.fa-arrow-circle-o-left:before {
  content: "\F190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\F191"; }

.fa-dot-circle-o:before {
  content: "\F192"; }

.fa-wheelchair:before {
  content: "\F193"; }

.fa-vimeo-square:before {
  content: "\F194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\F195"; }

.fa-plus-square-o:before {
  content: "\F196"; }

.fa-space-shuttle:before {
  content: "\F197"; }

.fa-slack:before {
  content: "\F198"; }

.fa-envelope-square:before {
  content: "\F199"; }

.fa-wordpress:before {
  content: "\F19A"; }

.fa-openid:before {
  content: "\F19B"; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\F19C"; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\F19D"; }

.fa-yahoo:before {
  content: "\F19E"; }

.fa-google:before {
  content: "\F1A0"; }

.fa-reddit:before {
  content: "\F1A1"; }

.fa-reddit-square:before {
  content: "\F1A2"; }

.fa-stumbleupon-circle:before {
  content: "\F1A3"; }

.fa-stumbleupon:before {
  content: "\F1A4"; }

.fa-delicious:before {
  content: "\F1A5"; }

.fa-digg:before {
  content: "\F1A6"; }

.fa-pied-piper-pp:before {
  content: "\F1A7"; }

.fa-pied-piper-alt:before {
  content: "\F1A8"; }

.fa-drupal:before {
  content: "\F1A9"; }

.fa-joomla:before {
  content: "\F1AA"; }

.fa-language:before {
  content: "\F1AB"; }

.fa-fax:before {
  content: "\F1AC"; }

.fa-building:before {
  content: "\F1AD"; }

.fa-child:before {
  content: "\F1AE"; }

.fa-paw:before {
  content: "\F1B0"; }

.fa-spoon:before {
  content: "\F1B1"; }

.fa-cube:before {
  content: "\F1B2"; }

.fa-cubes:before {
  content: "\F1B3"; }

.fa-behance:before {
  content: "\F1B4"; }

.fa-behance-square:before {
  content: "\F1B5"; }

.fa-steam:before {
  content: "\F1B6"; }

.fa-steam-square:before {
  content: "\F1B7"; }

.fa-recycle:before {
  content: "\F1B8"; }

.fa-automobile:before,
.fa-car:before {
  content: "\F1B9"; }

.fa-cab:before,
.fa-taxi:before {
  content: "\F1BA"; }

.fa-tree:before {
  content: "\F1BB"; }

.fa-spotify:before {
  content: "\F1BC"; }

.fa-deviantart:before {
  content: "\F1BD"; }

.fa-soundcloud:before {
  content: "\F1BE"; }

.fa-database:before {
  content: "\F1C0"; }

.fa-file-pdf-o:before {
  content: "\F1C1"; }

.fa-file-word-o:before {
  content: "\F1C2"; }

.fa-file-excel-o:before {
  content: "\F1C3"; }

.fa-file-powerpoint-o:before {
  content: "\F1C4"; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\F1C5"; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\F1C6"; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\F1C7"; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\F1C8"; }

.fa-file-code-o:before {
  content: "\F1C9"; }

.fa-vine:before {
  content: "\F1CA"; }

.fa-codepen:before {
  content: "\F1CB"; }

.fa-jsfiddle:before {
  content: "\F1CC"; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\F1CD"; }

.fa-circle-o-notch:before {
  content: "\F1CE"; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\F1D0"; }

.fa-ge:before,
.fa-empire:before {
  content: "\F1D1"; }

.fa-git-square:before {
  content: "\F1D2"; }

.fa-git:before {
  content: "\F1D3"; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\F1D4"; }

.fa-tencent-weibo:before {
  content: "\F1D5"; }

.fa-qq:before {
  content: "\F1D6"; }

.fa-wechat:before,
.fa-weixin:before {
  content: "\F1D7"; }

.fa-send:before,
.fa-paper-plane:before {
  content: "\F1D8"; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\F1D9"; }

.fa-history:before {
  content: "\F1DA"; }

.fa-circle-thin:before {
  content: "\F1DB"; }

.fa-header:before {
  content: "\F1DC"; }

.fa-paragraph:before {
  content: "\F1DD"; }

.fa-sliders:before {
  content: "\F1DE"; }

.fa-share-alt:before {
  content: "\F1E0"; }

.fa-share-alt-square:before {
  content: "\F1E1"; }

.fa-bomb:before {
  content: "\F1E2"; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\F1E3"; }

.fa-tty:before {
  content: "\F1E4"; }

.fa-binoculars:before {
  content: "\F1E5"; }

.fa-plug:before {
  content: "\F1E6"; }

.fa-slideshare:before {
  content: "\F1E7"; }

.fa-twitch:before {
  content: "\F1E8"; }

.fa-yelp:before {
  content: "\F1E9"; }

.fa-newspaper-o:before {
  content: "\F1EA"; }

.fa-wifi:before {
  content: "\F1EB"; }

.fa-calculator:before {
  content: "\F1EC"; }

.fa-paypal:before {
  content: "\F1ED"; }

.fa-google-wallet:before {
  content: "\F1EE"; }

.fa-cc-visa:before {
  content: "\F1F0"; }

.fa-cc-mastercard:before {
  content: "\F1F1"; }

.fa-cc-discover:before {
  content: "\F1F2"; }

.fa-cc-amex:before {
  content: "\F1F3"; }

.fa-cc-paypal:before {
  content: "\F1F4"; }

.fa-cc-stripe:before {
  content: "\F1F5"; }

.fa-bell-slash:before {
  content: "\F1F6"; }

.fa-bell-slash-o:before {
  content: "\F1F7"; }

.fa-trash:before {
  content: "\F1F8"; }

.fa-copyright:before {
  content: "\F1F9"; }

.fa-at:before {
  content: "\F1FA"; }

.fa-eyedropper:before {
  content: "\F1FB"; }

.fa-paint-brush:before {
  content: "\F1FC"; }

.fa-birthday-cake:before {
  content: "\F1FD"; }

.fa-area-chart:before {
  content: "\F1FE"; }

.fa-pie-chart:before {
  content: "\F200"; }

.fa-line-chart:before {
  content: "\F201"; }

.fa-lastfm:before {
  content: "\F202"; }

.fa-lastfm-square:before {
  content: "\F203"; }

.fa-toggle-off:before {
  content: "\F204"; }

.fa-toggle-on:before {
  content: "\F205"; }

.fa-bicycle:before {
  content: "\F206"; }

.fa-bus:before {
  content: "\F207"; }

.fa-ioxhost:before {
  content: "\F208"; }

.fa-angellist:before {
  content: "\F209"; }

.fa-cc:before {
  content: "\F20A"; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\F20B"; }

.fa-meanpath:before {
  content: "\F20C"; }

.fa-buysellads:before {
  content: "\F20D"; }

.fa-connectdevelop:before {
  content: "\F20E"; }

.fa-dashcube:before {
  content: "\F210"; }

.fa-forumbee:before {
  content: "\F211"; }

.fa-leanpub:before {
  content: "\F212"; }

.fa-sellsy:before {
  content: "\F213"; }

.fa-shirtsinbulk:before {
  content: "\F214"; }

.fa-simplybuilt:before {
  content: "\F215"; }

.fa-skyatlas:before {
  content: "\F216"; }

.fa-cart-plus:before {
  content: "\F217"; }

.fa-cart-arrow-down:before {
  content: "\F218"; }

.fa-diamond:before {
  content: "\F219"; }

.fa-ship:before {
  content: "\F21A"; }

.fa-user-secret:before {
  content: "\F21B"; }

.fa-motorcycle:before {
  content: "\F21C"; }

.fa-street-view:before {
  content: "\F21D"; }

.fa-heartbeat:before {
  content: "\F21E"; }

.fa-venus:before {
  content: "\F221"; }

.fa-mars:before {
  content: "\F222"; }

.fa-mercury:before {
  content: "\F223"; }

.fa-intersex:before,
.fa-transgender:before {
  content: "\F224"; }

.fa-transgender-alt:before {
  content: "\F225"; }

.fa-venus-double:before {
  content: "\F226"; }

.fa-mars-double:before {
  content: "\F227"; }

.fa-venus-mars:before {
  content: "\F228"; }

.fa-mars-stroke:before {
  content: "\F229"; }

.fa-mars-stroke-v:before {
  content: "\F22A"; }

.fa-mars-stroke-h:before {
  content: "\F22B"; }

.fa-neuter:before {
  content: "\F22C"; }

.fa-genderless:before {
  content: "\F22D"; }

.fa-facebook-official:before {
  content: "\F230"; }

.fa-pinterest-p:before {
  content: "\F231"; }

.fa-whatsapp:before {
  content: "\F232"; }

.fa-server:before {
  content: "\F233"; }

.fa-user-plus:before {
  content: "\F234"; }

.fa-user-times:before {
  content: "\F235"; }

.fa-hotel:before,
.fa-bed:before {
  content: "\F236"; }

.fa-viacoin:before {
  content: "\F237"; }

.fa-train:before {
  content: "\F238"; }

.fa-subway:before {
  content: "\F239"; }

.fa-medium:before {
  content: "\F23A"; }

.fa-yc:before,
.fa-y-combinator:before {
  content: "\F23B"; }

.fa-optin-monster:before {
  content: "\F23C"; }

.fa-opencart:before {
  content: "\F23D"; }

.fa-expeditedssl:before {
  content: "\F23E"; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\F240"; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\F241"; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\F242"; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\F243"; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\F244"; }

.fa-mouse-pointer:before {
  content: "\F245"; }

.fa-i-cursor:before {
  content: "\F246"; }

.fa-object-group:before {
  content: "\F247"; }

.fa-object-ungroup:before {
  content: "\F248"; }

.fa-sticky-note:before {
  content: "\F249"; }

.fa-sticky-note-o:before {
  content: "\F24A"; }

.fa-cc-jcb:before {
  content: "\F24B"; }

.fa-cc-diners-club:before {
  content: "\F24C"; }

.fa-clone:before {
  content: "\F24D"; }

.fa-balance-scale:before {
  content: "\F24E"; }

.fa-hourglass-o:before {
  content: "\F250"; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\F251"; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\F252"; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\F253"; }

.fa-hourglass:before {
  content: "\F254"; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\F255"; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\F256"; }

.fa-hand-scissors-o:before {
  content: "\F257"; }

.fa-hand-lizard-o:before {
  content: "\F258"; }

.fa-hand-spock-o:before {
  content: "\F259"; }

.fa-hand-pointer-o:before {
  content: "\F25A"; }

.fa-hand-peace-o:before {
  content: "\F25B"; }

.fa-trademark:before {
  content: "\F25C"; }

.fa-registered:before {
  content: "\F25D"; }

.fa-creative-commons:before {
  content: "\F25E"; }

.fa-gg:before {
  content: "\F260"; }

.fa-gg-circle:before {
  content: "\F261"; }

.fa-tripadvisor:before {
  content: "\F262"; }

.fa-odnoklassniki:before {
  content: "\F263"; }

.fa-odnoklassniki-square:before {
  content: "\F264"; }

.fa-get-pocket:before {
  content: "\F265"; }

.fa-wikipedia-w:before {
  content: "\F266"; }

.fa-safari:before {
  content: "\F267"; }

.fa-chrome:before {
  content: "\F268"; }

.fa-firefox:before {
  content: "\F269"; }

.fa-opera:before {
  content: "\F26A"; }

.fa-internet-explorer:before {
  content: "\F26B"; }

.fa-tv:before,
.fa-television:before {
  content: "\F26C"; }

.fa-contao:before {
  content: "\F26D"; }

.fa-500px:before {
  content: "\F26E"; }

.fa-amazon:before {
  content: "\F270"; }

.fa-calendar-plus-o:before {
  content: "\F271"; }

.fa-calendar-minus-o:before {
  content: "\F272"; }

.fa-calendar-times-o:before {
  content: "\F273"; }

.fa-calendar-check-o:before {
  content: "\F274"; }

.fa-industry:before {
  content: "\F275"; }

.fa-map-pin:before {
  content: "\F276"; }

.fa-map-signs:before {
  content: "\F277"; }

.fa-map-o:before {
  content: "\F278"; }

.fa-map:before {
  content: "\F279"; }

.fa-commenting:before {
  content: "\F27A"; }

.fa-commenting-o:before {
  content: "\F27B"; }

.fa-houzz:before {
  content: "\F27C"; }

.fa-vimeo:before {
  content: "\F27D"; }

.fa-black-tie:before {
  content: "\F27E"; }

.fa-fonticons:before {
  content: "\F280"; }

.fa-reddit-alien:before {
  content: "\F281"; }

.fa-edge:before {
  content: "\F282"; }

.fa-credit-card-alt:before {
  content: "\F283"; }

.fa-codiepie:before {
  content: "\F284"; }

.fa-modx:before {
  content: "\F285"; }

.fa-fort-awesome:before {
  content: "\F286"; }

.fa-usb:before {
  content: "\F287"; }

.fa-product-hunt:before {
  content: "\F288"; }

.fa-mixcloud:before {
  content: "\F289"; }

.fa-scribd:before {
  content: "\F28A"; }

.fa-pause-circle:before {
  content: "\F28B"; }

.fa-pause-circle-o:before {
  content: "\F28C"; }

.fa-stop-circle:before {
  content: "\F28D"; }

.fa-stop-circle-o:before {
  content: "\F28E"; }

.fa-shopping-bag:before {
  content: "\F290"; }

.fa-shopping-basket:before {
  content: "\F291"; }

.fa-hashtag:before {
  content: "\F292"; }

.fa-bluetooth:before {
  content: "\F293"; }

.fa-bluetooth-b:before {
  content: "\F294"; }

.fa-percent:before {
  content: "\F295"; }

.fa-gitlab:before {
  content: "\F296"; }

.fa-wpbeginner:before {
  content: "\F297"; }

.fa-wpforms:before {
  content: "\F298"; }

.fa-envira:before {
  content: "\F299"; }

.fa-universal-access:before {
  content: "\F29A"; }

.fa-wheelchair-alt:before {
  content: "\F29B"; }

.fa-question-circle-o:before {
  content: "\F29C"; }

.fa-blind:before {
  content: "\F29D"; }

.fa-audio-description:before {
  content: "\F29E"; }

.fa-volume-control-phone:before {
  content: "\F2A0"; }

.fa-braille:before {
  content: "\F2A1"; }

.fa-assistive-listening-systems:before {
  content: "\F2A2"; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\F2A3"; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\F2A4"; }

.fa-glide:before {
  content: "\F2A5"; }

.fa-glide-g:before {
  content: "\F2A6"; }

.fa-signing:before,
.fa-sign-language:before {
  content: "\F2A7"; }

.fa-low-vision:before {
  content: "\F2A8"; }

.fa-viadeo:before {
  content: "\F2A9"; }

.fa-viadeo-square:before {
  content: "\F2AA"; }

.fa-snapchat:before {
  content: "\F2AB"; }

.fa-snapchat-ghost:before {
  content: "\F2AC"; }

.fa-snapchat-square:before {
  content: "\F2AD"; }

.fa-pied-piper:before {
  content: "\F2AE"; }

.fa-first-order:before {
  content: "\F2B0"; }

.fa-yoast:before {
  content: "\F2B1"; }

.fa-themeisle:before {
  content: "\F2B2"; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\F2B3"; }

.fa-fa:before,
.fa-font-awesome:before {
  content: "\F2B4"; }

.fa-handshake-o:before {
  content: "\F2B5"; }

.fa-envelope-open:before {
  content: "\F2B6"; }

.fa-envelope-open-o:before {
  content: "\F2B7"; }

.fa-linode:before {
  content: "\F2B8"; }

.fa-address-book:before {
  content: "\F2B9"; }

.fa-address-book-o:before {
  content: "\F2BA"; }

.fa-vcard:before,
.fa-address-card:before {
  content: "\F2BB"; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\F2BC"; }

.fa-user-circle:before {
  content: "\F2BD"; }

.fa-user-circle-o:before {
  content: "\F2BE"; }

.fa-user-o:before {
  content: "\F2C0"; }

.fa-id-badge:before {
  content: "\F2C1"; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\F2C2"; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\F2C3"; }

.fa-quora:before {
  content: "\F2C4"; }

.fa-free-code-camp:before {
  content: "\F2C5"; }

.fa-telegram:before {
  content: "\F2C6"; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\F2C7"; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\F2C8"; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\F2C9"; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\F2CA"; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\F2CB"; }

.fa-shower:before {
  content: "\F2CC"; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\F2CD"; }

.fa-podcast:before {
  content: "\F2CE"; }

.fa-window-maximize:before {
  content: "\F2D0"; }

.fa-window-minimize:before {
  content: "\F2D1"; }

.fa-window-restore:before {
  content: "\F2D2"; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\F2D3"; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\F2D4"; }

.fa-bandcamp:before {
  content: "\F2D5"; }

.fa-grav:before {
  content: "\F2D6"; }

.fa-etsy:before {
  content: "\F2D7"; }

.fa-imdb:before {
  content: "\F2D8"; }

.fa-ravelry:before {
  content: "\F2D9"; }

.fa-eercast:before {
  content: "\F2DA"; }

.fa-microchip:before {
  content: "\F2DB"; }

.fa-snowflake-o:before {
  content: "\F2DC"; }

.fa-superpowers:before {
  content: "\F2DD"; }

.fa-wpexplorer:before {
  content: "\F2DE"; }

.fa-meetup:before {
  content: "\F2E0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@media only screen and (min-width: 768px) {
  .visible-mobile {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .visible-tablet {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .visible-tablet {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .visible-medium {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visible-medium {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .visible-medium {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .visible-large {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .visible-large {
    display: none !important; } }

@media only screen and (min-width: 992px) and (max-width: 1919px) {
  .visible-large {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hidden-mobile, .medium-up, .hidden-xs {
    display: none !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-tablet, .medium-up, .hidden-sm {
    display: none !important; } }

@media only screen and (min-width: 992px) and (max-width: 1919px) {
  .hidden-medium, .hidden-md {
    display: none !important; } }

@media only screen and (min-width: 1200px) {
  .hidden-large, .hidden-lg {
    display: none !important; } }

@font-face {
  font-family: 'DIN Pro';
  src: url(/out/digitalstrom/dist/fonts/DINPro-Light.otf);
  src: local("\E2\2DC\BA"), url(/out/digitalstrom/dist/fonts/DINPro-Light.woff) format("woff"), url(/out/digitalstrom/dist/fonts/DINPro-Light.woff2) format("woff2"), url(/out/digitalstrom/dist/fonts/DINPro-Light.ttf) format("truetype");
  font-weight: lighter;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url(/out/digitalstrom/dist/fonts/DINPro-Medium.otf);
  src: local("\E2\2DC\BA"), url(/out/digitalstrom/dist/fonts/DINPro-Medium.woff) format("woff"), url(/out/digitalstrom/dist/fonts/DINPro-Medium.woff2) format("woff2"), url(/out/digitalstrom/dist/fonts/DINPro-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url(/out/digitalstrom/dist/fonts/DINPro-Regular.otf);
  src: local("\E2\2DC\BA"), url(/out/digitalstrom/dist/fonts/DINPro-Regular.woff) format("woff"), url(/out/digitalstrom/dist/fonts/DINPro-Regular.woff2) format("woff2"), url(/out/digitalstrom/dist/fonts/DINPro-Regular.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url(/out/digitalstrom/dist/fonts/DINPro-Bold.otf);
  src: local("\E2\2DC\BA"), url(/out/digitalstrom/dist/fonts/DINPro-Bold.woff) format("woff"), url(/out/digitalstrom/dist/fonts/DINPro-Bold.woff2) format("woff2"), url(/out/digitalstrom/dist/fonts/DINPro-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'ds-font';
  src: url(/out/digitalstrom/dist/fonts/ds-font.eot);
  src: url(/out/digitalstrom/dist/fonts/ds-font.eot#iefix) format("embedded-opentype"), url(/out/digitalstrom/dist/fonts/ds-font.ttf) format("truetype"), url(/out/digitalstrom/dist/fonts/ds-font.woff) format("woff"), url(/out/digitalstrom/dist/fonts/ds-font.svg#ds-font) format("svg");
  font-weight: normal;
  font-style: normal; }

body .ds-default p {
  color: #868686;
  font-size: 14px;
  line-height: 22px; }

body .ds-default small, body .ds-default .small {
  font-size: 14px;
  font-weight: normal;
  color: #868686; }

body .ds-default h1, body .ds-default .h1 {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -1.2px; }

body .ds-default h2, body .ds-default .h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1.2px;
  margin-bottom: 30px; }

body .ds-default h3, body .ds-default .h3, body .ds-default h4, body .ds-default .h4, body .ds-default h5, body .ds-default .h5, body .ds-default h6, body .ds-default .h6 {
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 20px; }

@media only screen and (min-width: 768px) {
  body .ds-default p {
    font-size: 16px;
    line-height: 25px; }
  body .ds-default h1, body .ds-default .h1 {
    font-size: 61px;
    line-height: 70px;
    letter-spacing: -2.5px; }
  body .ds-default h2, body .ds-default .h2 {
    font-size: 31px;
    line-height: 40px;
    margin-bottom: 20px; }
  body .ds-default h3, body .ds-default .h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 15px; }
  body .ds-default h4, body .ds-default .h4 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px; }
  body .ds-default h5, body .ds-default .h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 11px; }
  body .ds-default h6, body .ds-default .h6 {
    font-size: 16px;
    font-weight: bold;
    line-height: 22px; } }

body .ds-default .muted {
  color: #5d5d5d; }

body .ds-default strong {
  font-weight: bold; }

body .ds-default .btn {
  font-weight: normal; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body .ds-default {
  font-family: "DIN Pro";
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
  color: #5d5d5d; }
  body .ds-default blockquote.blockquote {
    display: flex;
    flex-direction: column; }
    body .ds-default blockquote.blockquote p {
      font-weight: normal;
      font-size: 22px;
      line-height: 28px;
      color: #868686;
      font-style: italic; }
      body .ds-default blockquote.blockquote p::before {
        content: '\201E'; }
      body .ds-default blockquote.blockquote p::after {
        content: "\201D"; }
    body .ds-default blockquote.blockquote footer {
      font-weight: normal;
      font-size: 14px;
      line-height: 1.79rem;
      color: #868686;
      text-align: right; }
      body .ds-default blockquote.blockquote footer::before {
        content: ''; }

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

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

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

.m-1 {
  margin: 1rem !important; }

.mt-1, .my-1 {
  margin-top: 1rem !important; }

.mr-1, .mx-1 {
  margin-right: 1rem !important; }

.mb-1, .my-1 {
  margin-bottom: 1rem !important; }

.ml-1, .mx-1 {
  margin-left: 1rem !important; }

.p-1 {
  padding: 1rem !important; }

.pt-1, .py-1 {
  padding-top: 1rem !important; }

.pr-1, .px-1 {
  padding-right: 1rem !important; }

.pb-1, .py-1 {
  padding-bottom: 1rem !important; }

.pl-1, .px-1 {
  padding-left: 1rem !important; }

.m-2 {
  margin: 2rem !important; }

.mt-2, .my-2 {
  margin-top: 2rem !important; }

.mr-2, .mx-2 {
  margin-right: 2rem !important; }

.mb-2, .my-2 {
  margin-bottom: 2rem !important; }

.ml-2, .mx-2 {
  margin-left: 2rem !important; }

.p-2 {
  padding: 2rem !important; }

.pt-2, .py-2 {
  padding-top: 2rem !important; }

.pr-2, .px-2 {
  padding-right: 2rem !important; }

.pb-2, .py-2 {
  padding-bottom: 2rem !important; }

.pl-2, .px-2 {
  padding-left: 2rem !important; }

.m-3 {
  margin: 3rem !important; }

.mt-3, .my-3 {
  margin-top: 3rem !important; }

.mr-3, .mx-3 {
  margin-right: 3rem !important; }

.mb-3, .my-3 {
  margin-bottom: 3rem !important; }

.ml-3, .mx-3 {
  margin-left: 3rem !important; }

.p-3 {
  padding: 3rem !important; }

.pt-3, .py-3 {
  padding-top: 3rem !important; }

.pr-3, .px-3 {
  padding-right: 3rem !important; }

.pb-3, .py-3 {
  padding-bottom: 3rem !important; }

.pl-3, .px-3 {
  padding-left: 3rem !important; }

.m-4 {
  margin: 4rem !important; }

.mt-4, .my-4 {
  margin-top: 4rem !important; }

.mr-4, .mx-4 {
  margin-right: 4rem !important; }

.mb-4, .my-4 {
  margin-bottom: 4rem !important; }

.ml-4, .mx-4 {
  margin-left: 4rem !important; }

.p-4 {
  padding: 4rem !important; }

.pt-4, .py-4 {
  padding-top: 4rem !important; }

.pr-4, .px-4 {
  padding-right: 4rem !important; }

.pb-4, .py-4 {
  padding-bottom: 4rem !important; }

.pl-4, .px-4 {
  padding-left: 4rem !important; }

.m-5 {
  margin: 5rem !important; }

.mt-5, .my-5 {
  margin-top: 5rem !important; }

.mr-5, .mx-5 {
  margin-right: 5rem !important; }

.mb-5, .my-5 {
  margin-bottom: 5rem !important; }

.ml-5, .mx-5 {
  margin-left: 5rem !important; }

.p-5 {
  padding: 5rem !important; }

.pt-5, .py-5 {
  padding-top: 5rem !important; }

.pr-5, .px-5 {
  padding-right: 5rem !important; }

.pb-5, .py-5 {
  padding-bottom: 5rem !important; }

.pl-5, .px-5 {
  padding-left: 5rem !important; }

.m-6 {
  margin: 6rem !important; }

.mt-6, .my-6 {
  margin-top: 6rem !important; }

.mr-6, .mx-6 {
  margin-right: 6rem !important; }

.mb-6, .my-6 {
  margin-bottom: 6rem !important; }

.ml-6, .mx-6 {
  margin-left: 6rem !important; }

.p-6 {
  padding: 6rem !important; }

.pt-6, .py-6 {
  padding-top: 6rem !important; }

.pr-6, .px-6 {
  padding-right: 6rem !important; }

.pb-6, .py-6 {
  padding-bottom: 6rem !important; }

.pl-6, .px-6 {
  padding-left: 6rem !important; }

.m-7 {
  margin: 7rem !important; }

.mt-7, .my-7 {
  margin-top: 7rem !important; }

.mr-7, .mx-7 {
  margin-right: 7rem !important; }

.mb-7, .my-7 {
  margin-bottom: 7rem !important; }

.ml-7, .mx-7 {
  margin-left: 7rem !important; }

.p-7 {
  padding: 7rem !important; }

.pt-7, .py-7 {
  padding-top: 7rem !important; }

.pr-7, .px-7 {
  padding-right: 7rem !important; }

.pb-7, .py-7 {
  padding-bottom: 7rem !important; }

.pl-7, .px-7 {
  padding-left: 7rem !important; }

.m-8 {
  margin: 8rem !important; }

.mt-8, .my-8 {
  margin-top: 8rem !important; }

.mr-8, .mx-8 {
  margin-right: 8rem !important; }

.mb-8, .my-8 {
  margin-bottom: 8rem !important; }

.ml-8, .mx-8 {
  margin-left: 8rem !important; }

.p-8 {
  padding: 8rem !important; }

.pt-8, .py-8 {
  padding-top: 8rem !important; }

.pr-8, .px-8 {
  padding-right: 8rem !important; }

.pb-8, .py-8 {
  padding-bottom: 8rem !important; }

.pl-8, .px-8 {
  padding-left: 8rem !important; }

.m-9 {
  margin: 9rem !important; }

.mt-9, .my-9 {
  margin-top: 9rem !important; }

.mr-9, .mx-9 {
  margin-right: 9rem !important; }

.mb-9, .my-9 {
  margin-bottom: 9rem !important; }

.ml-9, .mx-9 {
  margin-left: 9rem !important; }

.p-9 {
  padding: 9rem !important; }

.pt-9, .py-9 {
  padding-top: 9rem !important; }

.pr-9, .px-9 {
  padding-right: 9rem !important; }

.pb-9, .py-9 {
  padding-bottom: 9rem !important; }

.pl-9, .px-9 {
  padding-left: 9rem !important; }

.m-10 {
  margin: 10rem !important; }

.mt-10, .my-10 {
  margin-top: 10rem !important; }

.mr-10, .mx-10 {
  margin-right: 10rem !important; }

.mb-10, .my-10 {
  margin-bottom: 10rem !important; }

.ml-10, .mx-10 {
  margin-left: 10rem !important; }

.p-10 {
  padding: 10rem !important; }

.pt-10, .py-10 {
  padding-top: 10rem !important; }

.pr-10, .px-10 {
  padding-right: 10rem !important; }

.pb-10, .py-10 {
  padding-bottom: 10rem !important; }

.pl-10, .px-10 {
  padding-left: 10rem !important; }

@media only screen and (min-width: 768px) {
  .w-md-5 {
    width: 5%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-5 {
    width: 5%; } }

@media only screen and (min-width: 768px) {
  .w-md-10 {
    width: 10%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-10 {
    width: 10%; } }

@media only screen and (min-width: 768px) {
  .w-md-15 {
    width: 15%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-15 {
    width: 15%; } }

@media only screen and (min-width: 768px) {
  .w-md-20 {
    width: 20%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-20 {
    width: 20%; } }

@media only screen and (min-width: 768px) {
  .w-md-25 {
    width: 25%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-25 {
    width: 25%; } }

@media only screen and (min-width: 768px) {
  .w-md-30 {
    width: 30%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-30 {
    width: 30%; } }

@media only screen and (min-width: 768px) {
  .w-md-35 {
    width: 35%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-35 {
    width: 35%; } }

@media only screen and (min-width: 768px) {
  .w-md-40 {
    width: 40%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-40 {
    width: 40%; } }

@media only screen and (min-width: 768px) {
  .w-md-45 {
    width: 45%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-45 {
    width: 45%; } }

@media only screen and (min-width: 768px) {
  .w-md-50 {
    width: 50%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-50 {
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .w-md-55 {
    width: 55%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-55 {
    width: 55%; } }

@media only screen and (min-width: 768px) {
  .w-md-60 {
    width: 60%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-60 {
    width: 60%; } }

@media only screen and (min-width: 768px) {
  .w-md-65 {
    width: 65%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-65 {
    width: 65%; } }

@media only screen and (min-width: 768px) {
  .w-md-70 {
    width: 70%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-70 {
    width: 70%; } }

@media only screen and (min-width: 768px) {
  .w-md-75 {
    width: 75%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-75 {
    width: 75%; } }

@media only screen and (min-width: 768px) {
  .w-md-80 {
    width: 80%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-80 {
    width: 80%; } }

@media only screen and (min-width: 768px) {
  .w-md-85 {
    width: 85%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-85 {
    width: 85%; } }

@media only screen and (min-width: 768px) {
  .w-md-90 {
    width: 90%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-90 {
    width: 90%; } }

@media only screen and (min-width: 768px) {
  .w-md-95 {
    width: 95%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-95 {
    width: 95%; } }

@media only screen and (min-width: 768px) {
  .w-md-100 {
    width: 100%; } }

@media only screen and (min-width: 1200px) {
  .w-lg-100 {
    width: 100%; } }

@media only screen and (min-width: 1200px) {
  .mb-md-1-row {
    margin-bottom: 95px !important; } }

.border-all {
  border: 1px solid #e7e7e7; }

.border-top {
  border-top: 1px solid #e7e7e7; }

.border-bottom {
  border-bottom: 1px solid #e7e7e7; }

.border-mobile-all {
  border: 1px solid #e7e7e7; }
  @media only screen and (min-width: 1200px) {
    .border-mobile-all {
      border: none; } }

.border-mobile-top {
  border-top: 1px solid #e7e7e7; }
  @media only screen and (min-width: 1200px) {
    .border-mobile-top {
      border-top: none; } }

.border-mobile-bottom {
  border-bottom: 1px solid #e7e7e7; }
  @media only screen and (min-width: 1200px) {
    .border-mobile-bottom {
      border-bottom: none; } }

@media only screen and (min-width: 1200px) {
  .border-desktop-all {
    border: 1px solid #e7e7e7; } }

@media only screen and (min-width: 1200px) {
  .border-desktop-top {
    border-top: 1px solid #e7e7e7; } }

@media only screen and (min-width: 1200px) {
  .border-desktop-bottom {
    border-bottom: 1px solid #e7e7e7; } }

body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  margin-top: 70px; }
  body > main {
    min-height: 75vh;
    display: flex;
    flex-direction: column; }
    @media only screen and (min-width: 768px) {
      body > main .container-fluid.no-padding, body > main .container.no-padding {
        padding-left: 0;
        padding-right: 0; } }

body > header nav.main-menu {
  display: flex;
  flex-basis: calc((100% - 200px) / 2);
  justify-content: center; }
  body > header nav.main-menu.main-menu-left {
    justify-content: flex-start; }
  body > header nav.main-menu.main-menu-right {
    justify-content: flex-end; }
  body > header nav.main-menu > ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    body > header nav.main-menu > ul > li:first-child {
      margin-left: 0; }
    body > header nav.main-menu > ul > li > a {
      text-transform: uppercase;
      font-size: 14px;
      font-weight: 500;
      padding-bottom: .2rem;
      margin-top: .2rem;
      border-bottom: 2px solid transparent; }
    body > header nav.main-menu > ul > li:hover a, body > header nav.main-menu > ul > li.active a {
      border-color: #5d5d5d; }
    body > header nav.main-menu > ul li {
      height: 70px;
      margin: 0 1rem;
      display: flex;
      align-items: center; }
    body > header nav.main-menu > ul li.sub {
      position: relative; }
      body > header nav.main-menu > ul li.sub > ul {
        box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.18);
        display: none;
        top: 70px;
        min-width: 255px;
        flex-direction: column;
        background-color: white;
        border: 1px solid #e7e7e7;
        border-top: none; }
        body > header nav.main-menu > ul li.sub > ul li {
          position: relative;
          height: 45px;
          margin: 0;
          display: flex;
          border-bottom: 1px solid #e7e7e7; }
          body > header nav.main-menu > ul li.sub > ul li.ds-yellow::after, body > header nav.main-menu > ul li.sub > ul li.ds-grey::after, body > header nav.main-menu > ul li.sub > ul li.ds-red::after, body > header nav.main-menu > ul li.sub > ul li.ds-blue::after, body > header nav.main-menu > ul li.sub > ul li.ds-green::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 6px;
            height: 45px; }
          body > header nav.main-menu > ul li.sub > ul li.ds-default::after {
            background: linear-gradient(-90deg, #4cc143, #199712); }
          body > header nav.main-menu > ul li.sub > ul li.ds-yellow::after {
            background: linear-gradient(-90deg, #fde042, #f7d138); }
          body > header nav.main-menu > ul li.sub > ul li.ds-grey::after {
            background: linear-gradient(-90deg, #a1a1a1, #8f8f8f); }
          body > header nav.main-menu > ul li.sub > ul li.ds-red::after {
            background: linear-gradient(-90deg, #f88686, #de4a4a); }
          body > header nav.main-menu > ul li.sub > ul li.ds-blue::after {
            background: linear-gradient(-90deg, #70b8e3, #59a5d5); }
          body > header nav.main-menu > ul li.sub > ul li.ds-green::after {
            background: linear-gradient(-90deg, #5bc7bf, #4cb4b6); }
          body > header nav.main-menu > ul li.sub > ul li:hover, body > header nav.main-menu > ul li.sub > ul li.is-current {
            background-color: #eeeeee; }
          body > header nav.main-menu > ul li.sub > ul li a {
            width: 100%;
            height: 45px;
            padding-left: 25px;
            display: flex;
            align-items: center;
            font-weight: bold;
            font-size: 14px; }
          body > header nav.main-menu > ul li.sub > ul li:last-child {
            border-bottom: none; }
          body > header nav.main-menu > ul li.sub > ul li.lvl-3 a {
            padding-left: 37.5px;
            font-weight: normal; }
      body > header nav.main-menu > ul li.sub:hover > ul {
        position: absolute;
        display: flex; }

body > header nav.mobile-navigation {
  position: fixed;
  top: 70px;
  left: 0;
  width: calc(100% - 35px);
  min-height: calc(100vh - 70px);
  display: flex;
  flex-direction: column;
  background: white;
  border-right: 1px solid #e7e7e7;
  overflow-x: hidden;
  overflow-y: auto;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  body > header nav.mobile-navigation.active {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  body > header nav.mobile-navigation ul.level-1, body > header nav.mobile-navigation ul.level-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    min-height: calc(100vh - 70px);
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
  body > header nav.mobile-navigation ul.level-2 {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
    body > header nav.mobile-navigation ul.level-2 li {
      display: none; }
      body > header nav.mobile-navigation ul.level-2 li.active, body > header nav.mobile-navigation ul.level-2 li.back {
        display: flex; }
      body > header nav.mobile-navigation ul.level-2 li.back a {
        font-size: 13px;
        font-weight: 500; }
        body > header nav.mobile-navigation ul.level-2 li.back a::before {
          content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAQAAAC4X5UdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiBhMNMDSsnkztAAAAhUlEQVQI103MvQpBARiH8R9nMrCcSRkscglWGQynZLCa5Q50EtfinkSdgVKyCEUGi2NxPt7t//S8TyD2cZFf4G4sdSrA1dlIzSEDPBxFQkkGeEoMteylwf/1bWegY1sp+upmXtUS+EpVC6Nh7maTzVBsKvebliZyu20lKlJda/1S2kKvPH9jhRxLVQdswAAAAABJRU5ErkJggg==");
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg);
          margin-right: .5rem;
          margin-top: -.3rem; }
  body > header nav.mobile-navigation.active-level-2 ul.level-1 {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }
    body > header nav.mobile-navigation.active-level-2 ul.level-1 > li > a,
    body > header nav.mobile-navigation.active-level-2 ul.level-1 > li > span {
      text-transform: uppercase; }
  body > header nav.mobile-navigation.active-level-2 ul.level-2 {
    -webkit-transform: translateX(0%);
            transform: translateX(0%); }
    body > header nav.mobile-navigation.active-level-2 ul.level-2 > li > span {
      text-transform: uppercase;
      color: #5d5d5d;
      background: #eeeeee; }
    body > header nav.mobile-navigation.active-level-2 ul.level-2 > li.lvl-3 a {
      padding-left: 52px; }
  body > header nav.mobile-navigation > ul {
    display: flex;
    flex-direction: column; }
    body > header nav.mobile-navigation > ul > li {
      position: relative; }
      body > header nav.mobile-navigation > ul > li.ds-yellow::after, body > header nav.mobile-navigation > ul > li.ds-grey::after, body > header nav.mobile-navigation > ul > li.ds-red::after, body > header nav.mobile-navigation > ul > li.ds-blue::after, body > header nav.mobile-navigation > ul > li.ds-green::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 6px;
        height: 100%; }
      body > header nav.mobile-navigation > ul > li.ds-default::after {
        background: linear-gradient(-90deg, #4cc143, #199712); }
      body > header nav.mobile-navigation > ul > li.ds-yellow::after {
        background: linear-gradient(-90deg, #fde042, #f7d138); }
      body > header nav.mobile-navigation > ul > li.ds-grey::after {
        background: linear-gradient(-90deg, #a1a1a1, #8f8f8f); }
      body > header nav.mobile-navigation > ul > li.ds-red::after {
        background: linear-gradient(-90deg, #f88686, #de4a4a); }
      body > header nav.mobile-navigation > ul > li.ds-blue::after {
        background: linear-gradient(-90deg, #70b8e3, #59a5d5); }
      body > header nav.mobile-navigation > ul > li.ds-green::after {
        background: linear-gradient(-90deg, #5bc7bf, #4cb4b6); }
      body > header nav.mobile-navigation > ul > li.is-current {
        background: #eeeeee; }
      body > header nav.mobile-navigation > ul > li > a, body > header nav.mobile-navigation > ul > li > span {
        position: relative;
        width: 100%;
        height: 70px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid #e7e7e7;
        color: #5d5d5d;
        font-weight: bold;
        font-size: 15px;
        padding-left: 26px; }
        body > header nav.mobile-navigation > ul > li > a.is-current, body > header nav.mobile-navigation > ul > li > span.is-current {
          color: #414141; }
      body > header nav.mobile-navigation > ul > li.has-subpages > a::after {
        position: absolute;
        right: 26px;
        content: url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAOCAQAAAC4X5UdAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAAHdElNRQfiBhMNMDSsnkztAAAAhUlEQVQI103MvQpBARiH8R9nMrCcSRkscglWGQynZLCa5Q50EtfinkSdgVKyCEUGi2NxPt7t//S8TyD2cZFf4G4sdSrA1dlIzSEDPBxFQkkGeEoMteylwf/1bWegY1sp+upmXtUS+EpVC6Nh7maTzVBsKvebliZyu20lKlJda/1S2kKvPH9jhRxLVQdswAAAAABJRU5ErkJggg=="); }
      body > header nav.mobile-navigation > ul > li.has-subpages > ul {
        display: none; }
  body > header nav.mobile-navigation .login {
    padding-left: 26px;
    padding-top: 34px;
    font-size: 14px;
    font-weight: bold; }
  body > header nav.mobile-navigation .language-switch a {
    border-bottom: none; }

body > header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-direction: row;
  justify-content: space-around;
  z-index: 1000;
  border-bottom: 1px solid #e7e7e7;
  background: white; }
  body > header .menu-wrapper {
    position: relative;
    height: 70px; }
    body > header .menu-wrapper .brand {
      position: absolute;
      display: flex;
      width: 100px;
      height: 70px;
      top: 0;
      left: calc(50% - 50px);
      justify-content: center;
      align-items: center; }
    body > header .menu-wrapper button.beratung {
      color: #5d5d5d;
      padding: 0; }
      body > header .menu-wrapper button.beratung img {
        margin-bottom: .25rem; }
      body > header .menu-wrapper button.beratung small {
        text-transform: uppercase;
        font-weight: bold; }
    ul.language-switch {
      display: flex;
      flex-direction: column;
      min-width: 57px; }
      ul.language-switch li {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 2; }
        ul.language-switch li.current {
          order: 1;
          height: 70px; }
          ul.language-switch li.current a {
            padding-bottom: .2rem;
            margin-top: .2rem;
            border-bottom: 2px solid transparent;
            text-transform: uppercase;
            font-size: 14px;
            font-weight: 500; }
            ul.language-switch li.current a::after {
              content: '';
              margin-left: 4px;
              width: 10px;
              height: 6px;
              background-repeat: no-repeat;
              background-image: url("/typo3conf/ext/ds_theme/Resources/Public/icons/nav_pulldown_arrow.svg"); }
            ul.language-switch li.current a:hover, ul.language-switch li.current a.active {
              border-color: #5d5d5d; }
        ul.language-switch li a {
          display: flex;
          justify-content: center;
          align-items: center; }
        ul.language-switch li:not(.current) a {
          display: none;
          box-shadow: 0px 1px 10px 0 rgba(0, 0, 0, 0.18);
          min-width: 57px;
          height: 45px;
          background-color: white;
          font-weight: bold; }
          ul.language-switch li:not(.current) a:hover {
            background-color: #eeeeee; }
      ul.language-switch:hover li:not(.current) a {
        display: flex; }

body footer.ds-default {
  background: #f6f6f6;
  padding-top: 2rem;
  border-top: 1px solid #e7e7e7; }
  body footer.ds-default .footer-large a, body footer.ds-default .footer-small a {
    color: #868686; }
    body footer.ds-default .footer-large a:hover, body footer.ds-default .footer-large a.active, body footer.ds-default .footer-large a:focus, body footer.ds-default .footer-small a:hover, body footer.ds-default .footer-small a.active, body footer.ds-default .footer-small a:focus {
      box-shadow: 0 1px 0 #868686;
      color: #868686; }
  body footer.ds-default .footer-large .social-media, body footer.ds-default .footer-small .social-media {
    display: flex;
    justify-content: space-between;
    padding: 2rem 3rem 1.5rem 3rem;
    border-top: 1px solid #e7e7e7; }
    @media only screen and (min-width: 768px) {
      body footer.ds-default .footer-large .social-media, body footer.ds-default .footer-small .social-media {
        padding: 0 1rem;
        border-top: none; } }
    body footer.ds-default .footer-large .social-media a img, body footer.ds-default .footer-small .social-media a img {
      opacity: 0.6; }
    body footer.ds-default .footer-large .social-media a:hover, body footer.ds-default .footer-large .social-media a:focus, body footer.ds-default .footer-small .social-media a:hover, body footer.ds-default .footer-small .social-media a:focus {
      box-shadow: none; }
      body footer.ds-default .footer-large .social-media a:hover img, body footer.ds-default .footer-large .social-media a:focus img, body footer.ds-default .footer-small .social-media a:hover img, body footer.ds-default .footer-small .social-media a:focus img {
        opacity: 1; }
  body footer.ds-default .footer-large {
    color: #868686; }
    @media only screen and (max-width: 767px) {
      body footer.ds-default .footer-large .container {
        padding: 0; } }
    body footer.ds-default .footer-large .container strong {
      color: #5d5d5d; }
    body footer.ds-default .footer-large .container .sections {
      flex-direction: column;
      flex-wrap: wrap; }
      body footer.ds-default .footer-large .container .sections .contact .contact-header {
        min-height: 40px;
        display: flex;
        align-items: center;
        margin-bottom: 1.25rem;
        color: #5d5d5d; }
      @media only screen and (min-width: 768px) {
        body footer.ds-default .footer-large .container .sections {
          flex-direction: row;
          justify-content: space-between; } }
      body footer.ds-default .footer-large .container .sections .section {
        border-bottom: 1px solid #e7e7e7;
        flex-basis: 100%; }
        body footer.ds-default .footer-large .container .sections .section:last-child {
          border-bottom: none; }
        body footer.ds-default .footer-large .container .sections .section.contact {
          padding-left: 15px;
          padding-right: 15px;
          padding-bottom: 15px; }
        body footer.ds-default .footer-large .container .sections .section .toggleable-header {
          height: 40px;
          padding-left: 15px;
          padding-right: 15px;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          body footer.ds-default .footer-large .container .sections .section .toggleable-header:hover {
            background-color: #e7e7e7; }
        body footer.ds-default .footer-large .container .sections .section .toggleable-content nav {
          padding: 15px; }
          body footer.ds-default .footer-large .container .sections .section .toggleable-content nav li {
            padding-bottom: 2px; }
          body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item {
            position: relative;
            display: flex; }
            body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item .language-wrapper {
              display: flex; }
              body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item .language-wrapper:hover, body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item .language-wrapper.active, body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item .language-wrapper:focus {
                box-shadow: 0 1px 0 #868686; }
            body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item a {
              box-shadow: none; }
            body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item .language-switch-wrapper {
              position: relative;
              min-width: 45px; }
              @media only screen and (min-width: 768px) {
                body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item .language-switch-wrapper {
                  position: static; } }
            body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item ul.language-switch {
              position: absolute; }
              body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item ul.language-switch li.current {
                height: 30px;
                padding-bottom: 5px; }
              body footer.ds-default .footer-large .container .sections .section .toggleable-content nav .language-item ul.language-switch a {
                border-bottom: none; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          body footer.ds-default .footer-large .container .sections .section {
            flex-basis: 50%; } }
        @media only screen and (min-width: 768px) {
          body footer.ds-default .footer-large .container .sections .section {
            flex-basis: 20%; } }
        @media only screen and (min-width: 768px) {
          body footer.ds-default .footer-large .container .sections .section {
            border-bottom: 0;
            margin-bottom: 2rem;
            padding: 0rem;
            flex-shrink: 1; }
            body footer.ds-default .footer-large .container .sections .section.contact {
              padding-left: 0;
              padding-right: 0;
              padding-bottom: 0; }
            body footer.ds-default .footer-large .container .sections .section .toggleable-header {
              cursor: default; }
              body footer.ds-default .footer-large .container .sections .section .toggleable-header:hover {
                background-color: transparent; }
              .toggle-button {
                display: none; }
            body footer.ds-default .footer-large .container .sections .section .toggleable-content {
              max-height: 9999px; } }
        body footer.ds-default .footer-large .container .sections .section .content .headers {
          margin-right: 1rem;
          min-width: 3rem; }
        body footer.ds-default .footer-large .container .sections .section .callback {
          width: 100%; }
          body footer.ds-default .footer-large .container .sections .section .callback .btn {
            width: 100%; }
  body footer.ds-default .footer-small {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    color: #868686; }
    body footer.ds-default .footer-small .sections {
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        body footer.ds-default .footer-small .sections {
          flex-direction: row; } }
      body footer.ds-default .footer-small .sections .copyright {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem; }
        @media only screen and (min-width: 768px) {
          body footer.ds-default .footer-small .sections .copyright {
            justify-content: flex-start;
            align-items: flex-start; } }
      body footer.ds-default .footer-small .sections .links nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        body footer.ds-default .footer-small .sections .links nav a {
          margin-bottom: .5rem;
          color: #868686; }
      @media only screen and (min-width: 768px) {
        body footer.ds-default .footer-small .sections .links nav {
          flex-direction: row;
          align-items: flex-start;
          justify-content: flex-end; }
          body footer.ds-default .footer-small .sections .links nav .item {
            padding-right: 1rem; }
            body footer.ds-default .footer-small .sections .links nav .item::after {
              margin-left: 1rem;
              content: '|'; }
            body footer.ds-default .footer-small .sections .links nav .item:last-child {
              padding-right: 0; }
              body footer.ds-default .footer-small .sections .links nav .item:last-child::after {
                content: '';
                margin-left: 0; } }

.callback.ds-default {
  color: white; }
  .callback.ds-default h3 {
    margin-bottom: 0;
    font-weight: normal; }
  .callback.ds-default .row-countries {
    margin-top: 2rem; }
  .callback.ds-default .row-email {
    margin-bottom: 2rem; }
  .callback.ds-default .item {
    margin-right: 1rem; }
    .callback.ds-default .item:last-child {
      margin-right: 0; }
  .callback.ds-default .email-label, .callback.ds-default .countries, .callback.ds-default .email-link, .callback.ds-default .phone-number {
    line-height: 1.42;
    letter-spacing: -0.5px;
    margin-right: .7rem;
    color: white; }
  .callback.ds-default .email-link, .callback.ds-default .phone-number {
    color: white; }
  .callback.ds-default .callback-times {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 14px;
    line-height: 1.14;
    letter-spacing: -0.3px; }

.ds-yellow .callback, .ds-default .callback {
  color: #5d5d5d; }
  .ds-yellow .callback .email-label, .ds-yellow .callback .countries, .ds-yellow .callback .email-link, .ds-yellow .callback .phone-number, .ds-default .callback .email-label, .ds-default .callback .countries, .ds-default .callback .email-link, .ds-default .callback .phone-number {
    color: #5d5d5d; }
  .ds-yellow .callback .callback-times, .ds-yellow .callback .email-link, .ds-yellow .callback .phone-number, .ds-default .callback .callback-times, .ds-default .callback .email-link, .ds-default .callback .phone-number {
    color: #414141; }

.callback.gradient-bg-grey .callback-times {
  color: #5d5d5d; }

.slider {
  position: relative;
  padding-bottom: 30px; }
  .slider .swiper-container {
    position: relative; }
  .slider .slider-wrapper {
    display: flex; }
  @media only screen and (min-width: 768px) {
    .slider {
      padding: 0 70px;
      padding-bottom: 30px; }
      .slider.no-pagination {
        padding-bottom: 0; } }
  .slider .swiper-slide {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    height: auto !important; }
  .slider.force-slide-inner-width .swiper-slide > div {
    width: 100%; }
  .slider .swiper-pagination {
    position: absolute;
    bottom: 0;
    width: calc(100% - 30px); }
    @media only screen and (min-width: 768px) {
      .slider .swiper-pagination {
        width: calc(100% - 30px - 140px); } }
    .slider .swiper-pagination .swiper-pagination-bullet {
      margin: 0 4px; }
      .slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #5d5d5d; }
  .slider .swiper-button-prev, .slider .swiper-button-next {
    display: none;
    background: linear-gradient(158deg, #afafaf, #9f9e9e);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    left: 5px;
    margin-top: -32.25px; }
    @media only screen and (min-width: 768px) {
      .slider .swiper-button-prev, .slider .swiper-button-next {
        display: flex; } }
    .slider .swiper-button-prev:focus, .slider .swiper-button-next:focus {
      outline: none; }
    .slider .swiper-button-prev:hover, .slider .swiper-button-next:hover {
      background: linear-gradient(158deg, #afafaf, #5d5d5d); }
    .slider .swiper-button-prev::after, .slider .swiper-button-next::after {
      color: white;
      content: "\2190";
      font-size: 13px;
      font-weight: bold;
      margin-bottom: 3px; }
    .slider .swiper-button-prev.swiper-button-next, .slider .swiper-button-next.swiper-button-next {
      left: auto;
      right: 5px; }
      .slider .swiper-button-prev.swiper-button-next::after, .slider .swiper-button-next.swiper-button-next::after {
        content: "\2192"; }
  .slider.no-pagination .swiper-button-prev, .slider.no-pagination .swiper-button-next {
    margin-top: -17.25px; }

@media only screen and (min-width: 768px) {
  .awards .slider .swiper-slide {
    flex-basis: calc((100% - 60px) / 3); } }

.awards .slider .swiper-slide .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80px; }
  .awards .slider .swiper-slide .image-wrapper img {
    -o-object-fit: contain;
       object-fit: contain; }

.awards .slider .swiper-slide p:first-of-type {
  height: 5rem; }

.awards .slider .swiper-slide p {
  max-width: 90%;
  font-size: 14px; }

.m017 .col-12 {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  .m017 .col-12 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    color: white;
    padding: .5rem 0; }
    .m017 .col-12 .item .image-wrapper {
      margin-right: .5rem;
      flex-shrink: 0; }

@media only screen and (min-width: 768px) {
  .m017 .col-12 {
    flex-direction: row; }
    .m017 .col-12 .item {
      width: auto; } }

.anchor-navi {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  z-index: 100; }
  @media only screen and (max-width: 767px) {
    .anchor-navi .container {
      padding: 0; } }
  .anchor-navi .inner {
    display: flex;
    flex-direction: column; }
    .anchor-navi .inner.toggleable .toggleable-header .toggle-button {
      background-position: 50% 50%;
      background-image: url("/typo3conf/ext/ds_theme/Resources/Public/icons/nav_pulldown_arrow.svg");
      transition: -webkit-transform 0.5s;
      transition: transform 0.5s;
      transition: transform 0.5s, -webkit-transform 0.5s; }
    .anchor-navi .inner.toggleable.toggle-active .toggleable-header .toggle-button {
      background-image: url("/typo3conf/ext/ds_theme/Resources/Public/icons/nav_pulldown_arrow.svg");
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media only screen and (min-width: 768px) {
      .anchor-navi .inner {
        flex-direction: row; }
        .anchor-navi .inner.toggleable .toggleable-header .toggle-button {
          display: none; }
        .anchor-navi .inner.toggleable .toggleable-content {
          max-height: none; } }
    .anchor-navi .inner .title {
      display: none;
      flex-grow: 1;
      font-weight: bold;
      padding: 1rem;
      border-bottom: 1px solid white;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .anchor-navi .inner .title {
          border-bottom: none; } }
    .anchor-navi .inner .anchors {
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
      .anchor-navi .inner .anchors a {
        padding: 1rem;
        font-weight: normal;
        border-bottom: 1px solid white; }
        @media only screen and (min-width: 768px) {
          .anchor-navi .inner .anchors a {
            border-bottom: none; }
            .anchor-navi .inner .anchors a.active {
              text-decoration: underline; } }
      @media only screen and (min-width: 768px) {
        .anchor-navi .inner .anchors {
          flex-direction: row;
          flex-grow: 1;
          justify-content: center;
          align-items: center; }
          .anchor-navi .inner .anchors a {
            margin: 0 1rem; } }

.anchor-navi.ds-default {
  background: linear-gradient(-115deg, #4cc143, #199712); }
  .anchor-navi.ds-default .title {
    color: white; }
  .anchor-navi.ds-default .anchors a {
    text-decoration: none;
    color: white; }

.anchor-navi.ds-yellow {
  background: linear-gradient(-115deg, #fde042, #f7d138); }
  .anchor-navi.ds-yellow .title {
    color: #414141; }
  .anchor-navi.ds-yellow .anchors a {
    text-decoration: none;
    color: #5d5d5d; }

.anchor-navi.ds-grey {
  background: linear-gradient(-115deg, #a1a1a1, #8f8f8f); }
  .anchor-navi.ds-grey .title {
    color: white; }
  .anchor-navi.ds-grey .anchors a {
    text-decoration: none;
    color: white; }

.anchor-navi.ds-red {
  background: linear-gradient(-115deg, #f88686, #de4a4a); }
  .anchor-navi.ds-red .title {
    color: white; }
  .anchor-navi.ds-red .anchors a {
    text-decoration: none;
    color: white; }

.anchor-navi.ds-blue {
  background: linear-gradient(-115deg, #70b8e3, #59a5d5); }
  .anchor-navi.ds-blue .title {
    color: white; }
  .anchor-navi.ds-blue .anchors a {
    text-decoration: none;
    color: white; }

.anchor-navi.ds-green {
  background: linear-gradient(-115deg, #5bc7bf, #4cb4b6); }
  .anchor-navi.ds-green .title {
    color: white; }
  .anchor-navi.ds-green .anchors a {
    text-decoration: none;
    color: white; }

.ds-default img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

.ds-default .image-wrapper.image-wrapper-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.ds-default .image-wrapper.image-wrapper-horizontal-right {
  align-items: flex-start; }

.ds-default .image-wrapper.image-wrapper-horizontal-right {
  align-items: flex-end; }

.ds-default .image-ar-16-9 .image-wrapper, .ds-default .image-ar-2-3 .image-wrapper, .ds-default .image-ar-13-9 .image-wrapper {
  position: relative; }
  .ds-default .image-ar-16-9 .image-wrapper img, .ds-default .image-ar-2-3 .image-wrapper img, .ds-default .image-ar-13-9 .image-wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    -o-object-fit: cover;
       object-fit: cover; }

.ds-default .image-ar-16-9 .image-wrapper {
  padding-top: 56.25%; }

.ds-default .image-ar-2-3 .image-wrapper {
  padding-top: 150%; }

.ds-default .image-ar-13-9 .image-wrapper {
  padding-top: 71%; }

.ds-default .text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.ds-default .text-justify {
  text-align: justify !important; }

.ds-default .text-nowrap {
  white-space: nowrap !important; }

.ds-default .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ds-default .text-left {
  text-align: left !important; }

.ds-default .text-right {
  text-align: right !important; }

.ds-default .text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .ds-default .text-sm-left {
    text-align: left !important; }
  .ds-default .text-sm-right {
    text-align: right !important; }
  .ds-default .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .ds-default .text-md-left {
    text-align: left !important; }
  .ds-default .text-md-right {
    text-align: right !important; }
  .ds-default .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .ds-default .text-lg-left {
    text-align: left !important; }
  .ds-default .text-lg-right {
    text-align: right !important; }
  .ds-default .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .ds-default .text-xl-left {
    text-align: left !important; }
  .ds-default .text-xl-right {
    text-align: right !important; }
  .ds-default .text-xl-center {
    text-align: center !important; } }

.ds-default .text-lowercase {
  text-transform: lowercase !important; }

.ds-default .text-uppercase {
  text-transform: uppercase !important; }

.ds-default .text-capitalize {
  text-transform: capitalize !important; }

.ds-default .font-weight-light {
  font-weight: 300 !important; }

.ds-default .font-weight-normal {
  font-weight: 400 !important; }

.ds-default .font-weight-bold {
  font-weight: 700 !important; }

.ds-default .font-italic {
  font-style: italic !important; }

.ds-default .text-white {
  color: white !important; }

.ds-default .text-primary {
  color: #4cc143 !important; }

.ds-default a.text-primary:hover, .ds-default a.text-primary:focus {
  color: #3b9d34 !important; }

.ds-default .text-secondary {
  color: #5d5d5d !important; }

.ds-default a.text-secondary:hover, .ds-default a.text-secondary:focus {
  color: #444444 !important; }

.ds-default .text-success {
  color: #4cc143 !important; }

.ds-default a.text-success:hover, .ds-default a.text-success:focus {
  color: #3b9d34 !important; }

.ds-default .text-info {
  color: #17a2b8 !important; }

.ds-default a.text-info:hover, .ds-default a.text-info:focus {
  color: #117a8b !important; }

.ds-default .text-warning {
  color: #ffc107 !important; }

.ds-default a.text-warning:hover, .ds-default a.text-warning:focus {
  color: #d39e00 !important; }

.ds-default .text-danger {
  color: #ff7d7d !important; }

.ds-default a.text-danger:hover, .ds-default a.text-danger:focus {
  color: #ff4a4a !important; }

.ds-default .text-light {
  color: #f8f9fa !important; }

.ds-default a.text-light:hover, .ds-default a.text-light:focus {
  color: #dae0e5 !important; }

.ds-default .text-dark {
  color: #343a40 !important; }

.ds-default a.text-dark:hover, .ds-default a.text-dark:focus {
  color: #1d2124 !important; }

.ds-default .text-body {
  color: #212529 !important; }

.ds-default .text-muted {
  color: #6c757d !important; }

.ds-default .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.ds-default .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.ds-default .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.ds-default .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .ds-default .btn {
      transition: none; } }
  .ds-default .btn:hover, .ds-default .btn:focus {
    text-decoration: none; }
  .ds-default .btn:focus, .ds-default .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.25); }
  .ds-default .btn.disabled, .ds-default .btn:disabled {
    opacity: 0.65; }
  .ds-default .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

.ds-default a.btn.disabled,
.ds-default fieldset:disabled a.btn {
  pointer-events: none; }

.ds-default .btn-primary {
  color: white;
  background-color: #4cc143;
  border-color: #4cc143; }
  .ds-default .btn-primary:hover {
    color: white;
    background-color: #3fa737;
    border-color: #3b9d34; }
  .ds-default .btn-primary:focus, .ds-default .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }
  .ds-default .btn-primary.disabled, .ds-default .btn-primary:disabled {
    color: white;
    background-color: #4cc143;
    border-color: #4cc143; }
  .ds-default .btn-primary:not(:disabled):not(.disabled):active, .ds-default .btn-primary:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-primary.dropdown-toggle {
    color: white;
    background-color: #3b9d34;
    border-color: #389431; }
    .ds-default .btn-primary:not(:disabled):not(.disabled):active:focus, .ds-default .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }

.ds-default .btn-secondary {
  color: white;
  background-color: #5d5d5d;
  border-color: #5d5d5d; }
  .ds-default .btn-secondary:hover {
    color: white;
    background-color: #4a4a4a;
    border-color: #444444; }
  .ds-default .btn-secondary:focus, .ds-default .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 93, 93, 0.5); }
  .ds-default .btn-secondary.disabled, .ds-default .btn-secondary:disabled {
    color: white;
    background-color: #5d5d5d;
    border-color: #5d5d5d; }
  .ds-default .btn-secondary:not(:disabled):not(.disabled):active, .ds-default .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-secondary.dropdown-toggle {
    color: white;
    background-color: #444444;
    border-color: #3d3d3d; }
    .ds-default .btn-secondary:not(:disabled):not(.disabled):active:focus, .ds-default .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 93, 93, 0.5); }

.ds-default .btn-success {
  color: white;
  background-color: #4cc143;
  border-color: #4cc143; }
  .ds-default .btn-success:hover {
    color: white;
    background-color: #3fa737;
    border-color: #3b9d34; }
  .ds-default .btn-success:focus, .ds-default .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }
  .ds-default .btn-success.disabled, .ds-default .btn-success:disabled {
    color: white;
    background-color: #4cc143;
    border-color: #4cc143; }
  .ds-default .btn-success:not(:disabled):not(.disabled):active, .ds-default .btn-success:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-success.dropdown-toggle {
    color: white;
    background-color: #3b9d34;
    border-color: #389431; }
    .ds-default .btn-success:not(:disabled):not(.disabled):active:focus, .ds-default .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }

.ds-default .btn-info {
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .ds-default .btn-info:hover {
    color: white;
    background-color: #138496;
    border-color: #117a8b; }
  .ds-default .btn-info:focus, .ds-default .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .ds-default .btn-info.disabled, .ds-default .btn-info:disabled {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .ds-default .btn-info:not(:disabled):not(.disabled):active, .ds-default .btn-info:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-info.dropdown-toggle {
    color: white;
    background-color: #117a8b;
    border-color: #10707f; }
    .ds-default .btn-info:not(:disabled):not(.disabled):active:focus, .ds-default .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.ds-default .btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .ds-default .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .ds-default .btn-warning:focus, .ds-default .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .ds-default .btn-warning.disabled, .ds-default .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .ds-default .btn-warning:not(:disabled):not(.disabled):active, .ds-default .btn-warning:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .ds-default .btn-warning:not(:disabled):not(.disabled):active:focus, .ds-default .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.ds-default .btn-danger {
  color: #212529;
  background-color: #ff7d7d;
  border-color: #ff7d7d; }
  .ds-default .btn-danger:hover {
    color: white;
    background-color: #ff5757;
    border-color: #ff4a4a; }
  .ds-default .btn-danger:focus, .ds-default .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 125, 125, 0.5); }
  .ds-default .btn-danger.disabled, .ds-default .btn-danger:disabled {
    color: #212529;
    background-color: #ff7d7d;
    border-color: #ff7d7d; }
  .ds-default .btn-danger:not(:disabled):not(.disabled):active, .ds-default .btn-danger:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-danger.dropdown-toggle {
    color: white;
    background-color: #ff4a4a;
    border-color: #ff3d3d; }
    .ds-default .btn-danger:not(:disabled):not(.disabled):active:focus, .ds-default .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 125, 125, 0.5); }

.ds-default .btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .ds-default .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .ds-default .btn-light:focus, .ds-default .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .ds-default .btn-light.disabled, .ds-default .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ds-default .btn-light:not(:disabled):not(.disabled):active, .ds-default .btn-light:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .ds-default .btn-light:not(:disabled):not(.disabled):active:focus, .ds-default .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.ds-default .btn-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40; }
  .ds-default .btn-dark:hover {
    color: white;
    background-color: #23272b;
    border-color: #1d2124; }
  .ds-default .btn-dark:focus, .ds-default .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .ds-default .btn-dark.disabled, .ds-default .btn-dark:disabled {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .ds-default .btn-dark:not(:disabled):not(.disabled):active, .ds-default .btn-dark:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-dark.dropdown-toggle {
    color: white;
    background-color: #1d2124;
    border-color: #171a1d; }
    .ds-default .btn-dark:not(:disabled):not(.disabled):active:focus, .ds-default .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.ds-default .btn-outline-primary {
  color: #4cc143;
  background-color: transparent;
  background-image: none;
  border-color: #4cc143; }
  .ds-default .btn-outline-primary:hover {
    color: white;
    background-color: #4cc143;
    border-color: #4cc143; }
  .ds-default .btn-outline-primary:focus, .ds-default .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }
  .ds-default .btn-outline-primary.disabled, .ds-default .btn-outline-primary:disabled {
    color: #4cc143;
    background-color: transparent; }
  .ds-default .btn-outline-primary:not(:disabled):not(.disabled):active, .ds-default .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-primary.dropdown-toggle {
    color: white;
    background-color: #4cc143;
    border-color: #4cc143; }
    .ds-default .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }

.ds-default .btn-outline-secondary {
  color: #5d5d5d;
  background-color: transparent;
  background-image: none;
  border-color: #5d5d5d; }
  .ds-default .btn-outline-secondary:hover {
    color: white;
    background-color: #5d5d5d;
    border-color: #5d5d5d; }
  .ds-default .btn-outline-secondary:focus, .ds-default .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(93, 93, 93, 0.5); }
  .ds-default .btn-outline-secondary.disabled, .ds-default .btn-outline-secondary:disabled {
    color: #5d5d5d;
    background-color: transparent; }
  .ds-default .btn-outline-secondary:not(:disabled):not(.disabled):active, .ds-default .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-secondary.dropdown-toggle {
    color: white;
    background-color: #5d5d5d;
    border-color: #5d5d5d; }
    .ds-default .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(93, 93, 93, 0.5); }

.ds-default .btn-outline-success {
  color: #4cc143;
  background-color: transparent;
  background-image: none;
  border-color: #4cc143; }
  .ds-default .btn-outline-success:hover {
    color: white;
    background-color: #4cc143;
    border-color: #4cc143; }
  .ds-default .btn-outline-success:focus, .ds-default .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }
  .ds-default .btn-outline-success.disabled, .ds-default .btn-outline-success:disabled {
    color: #4cc143;
    background-color: transparent; }
  .ds-default .btn-outline-success:not(:disabled):not(.disabled):active, .ds-default .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-success.dropdown-toggle {
    color: white;
    background-color: #4cc143;
    border-color: #4cc143; }
    .ds-default .btn-outline-success:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(76, 193, 67, 0.5); }

.ds-default .btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .ds-default .btn-outline-info:hover {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .ds-default .btn-outline-info:focus, .ds-default .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .ds-default .btn-outline-info.disabled, .ds-default .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .ds-default .btn-outline-info:not(:disabled):not(.disabled):active, .ds-default .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-info.dropdown-toggle {
    color: white;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .ds-default .btn-outline-info:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.ds-default .btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .ds-default .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .ds-default .btn-outline-warning:focus, .ds-default .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .ds-default .btn-outline-warning.disabled, .ds-default .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .ds-default .btn-outline-warning:not(:disabled):not(.disabled):active, .ds-default .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .ds-default .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.ds-default .btn-outline-danger {
  color: #ff7d7d;
  background-color: transparent;
  background-image: none;
  border-color: #ff7d7d; }
  .ds-default .btn-outline-danger:hover {
    color: #212529;
    background-color: #ff7d7d;
    border-color: #ff7d7d; }
  .ds-default .btn-outline-danger:focus, .ds-default .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 125, 125, 0.5); }
  .ds-default .btn-outline-danger.disabled, .ds-default .btn-outline-danger:disabled {
    color: #ff7d7d;
    background-color: transparent; }
  .ds-default .btn-outline-danger:not(:disabled):not(.disabled):active, .ds-default .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-danger.dropdown-toggle {
    color: #212529;
    background-color: #ff7d7d;
    border-color: #ff7d7d; }
    .ds-default .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 125, 125, 0.5); }

.ds-default .btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .ds-default .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .ds-default .btn-outline-light:focus, .ds-default .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .ds-default .btn-outline-light.disabled, .ds-default .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .ds-default .btn-outline-light:not(:disabled):not(.disabled):active, .ds-default .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .ds-default .btn-outline-light:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.ds-default .btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .ds-default .btn-outline-dark:hover {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
  .ds-default .btn-outline-dark:focus, .ds-default .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .ds-default .btn-outline-dark.disabled, .ds-default .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .ds-default .btn-outline-dark:not(:disabled):not(.disabled):active, .ds-default .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .ds-default .btn-outline-dark.dropdown-toggle {
    color: white;
    background-color: #343a40;
    border-color: #343a40; }
    .ds-default .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .ds-default .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .ds-default .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.ds-default .btn-link {
  font-weight: 400;
  color: #4cc143;
  background-color: transparent; }
  .ds-default .btn-link:hover {
    color: #348a2e;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .ds-default .btn-link:focus, .ds-default .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .ds-default .btn-link:disabled, .ds-default .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.ds-default .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.ds-default .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.ds-default .btn-block {
  display: block;
  width: 100%; }
  .ds-default .btn-block + .btn-block {
    margin-top: 0.5rem; }

.ds-default input[type="submit"].btn-block,
.ds-default input[type="reset"].btn-block,
.ds-default input[type="button"].btn-block {
  width: 100%; }

.ds-default button {
  border: 0;
  outline: none;
  box-sizing: border-box;
  color: #4cc143;
  background: transparent; }
  .ds-default button:focus, .ds-default button:active {
    outline: none; }
  .ds-default button:disabled {
    opacity: 0.5; }

.ds-default .btn {
  transition: background .5s, border .5s, color .5s;
  height: 50px;
  padding: 0 25px;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .ds-default .btn.btn-primary {
    background-image: linear-gradient(to right, #61bd0f 0%, #0c9d01 50%);
    background-size: 200%;
    color: white; }
    .ds-default .btn.btn-primary:hover {
      background-position: right center; }
  .ds-default .btn.btn-outline-secondary {
    background-image: none;
    background-color: transparent;
    color: #868686;
    border-color: #868686; }
    .ds-default .btn.btn-outline-secondary:hover {
      background-color: #868686;
      border-color: #868686;
      color: white; }
  .ds-default .btn.btn-white, .ds-default .gradient-bg .btn.btn-primary, .gradient-bg .ds-default .btn.btn-primary {
    background-image: none;
    background-color: white;
    color: #474747;
    border-color: white; }
    .ds-default .btn.btn-white:hover, .ds-default .gradient-bg .btn.btn-primary:hover, .gradient-bg .ds-default .btn.btn-primary:hover {
      background-color: #474747;
      border-color: #474747;
      color: white; }

.col-1 {
  display: flex; }

.col-2 {
  display: flex; }

.col-3 {
  display: flex; }

.col-4 {
  display: flex; }

.col-5 {
  display: flex; }

.col-6 {
  display: flex; }

.col-7 {
  display: flex; }

.col-8 {
  display: flex; }

.col-9 {
  display: flex; }

.col-10 {
  display: flex; }

.col-11 {
  display: flex; }

.callback {
  display: flex; }

header {
  display: flex; }
  header ul {
    margin-bottom: 0; }
  header img {
    max-width: 100%;
    max-height: 100%;
    height: auto; }
  header a {
    text-decoration: none;
    color: #5d5d5d;
    text-decoration: none; }
    header a:visited, header a:focus, header a:hover {
      color: #5d5d5d;
      text-decoration: none; }

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

.ds-default {
  line-height: 25px; }
  .ds-default *,
  .ds-default *::before,
  .ds-default *::after {
    box-sizing: border-box; }

.dark-grey-bg.ds-default {
  background: #919191; }

.awards img {
  max-width: 100%;
  max-height: 100%;
  height: auto; }

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

.container {
  max-width: none; }

footer.ds-default a:hover {
  text-decoration: none; }

#shopselect.shop2018 {
  padding-top: 3.75em;
  padding-bottom: 2em; }

#shopselect.shop2018 .ds-default h2 {
  text-align: center;
  color: #4cc143; }

.loginholder .ds-default {
  text-align: center; }

.loginholder form {
  display: flex; }

.loginholder .form {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column; }

#page.login {
  padding: 65px 0 25px; }

#page.login .loginholder ul.form.clear li {
  width: auto; }

#page.login .bottom {
  display: flex;
  justify-content: center;
  padding-left: 0; }

#page h2,
#page.login .bottom a {
  color: #4cc143; }

.dsbutton.dsbutton {
  background-color: #4cc143; }

#registerForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1em 0 2.5em; }
  #registerForm h2 {
    width: 600px;
    text-align: center; }

.forgotpw2018 .ds-default h2 {
  text-align: center;
  color: #4cc143; }

#page .forgotpw2018.description.cms {
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em; }

.register_thankyou2018 .details {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .register_thankyou2018 .details h2 {
    text-align: center;
    color: #4cc143; }

.anchor-navi.ds-default {
  width: 100%;
  min-width: 1020px; }

header.ds-default {
  width: 100%;
  min-width: 1020px; }

header .container,
.awards.container,
.ds-default .container {
  max-width: 1140px; }

body > header nav.main-menu .bordered-nav > a {
  border: 1px solid #868686;
  margin-bottom: 2px;
  padding: 8px; }

ul.language-switch li.hiddenlanguage {
  display: none; }

ul.language-switch li.current.hiddenlanguage {
  display: flex; }

ul.language-switch li.current a::after {
  content: '';
  margin-left: 4px;
  width: 10px;
  height: 6px;
  background-repeat: no-repeat;
  background-image: url(https://www.digitalstrom.com/typo3conf/ext/ds_theme/Resources/Public/icons/nav_pulldown_arrow.svg); }

#shopstart.innerpage #home_slider {
  height: 100%; }

#shopstart.innerpage #cyclenav.cyclenav {
  bottom: 0; }

body footer.ds-default .footer-small .sections .links nav ul {
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  display: flex;
  justify-content: center;
  align-items: center; }

body footer.ds-default .footer-large .container .sections .section .callback .btn.btn-primary {
  background-image: linear-gradient(to right, #61bd0f 0%, #0c9d01 50%);
  background-size: 200%;
  color: white; }

#details.innerpage .information .amount button {
  box-sizing: border-box; }

#mainmenu_logo {
  border: 0;
  margin: 0 auto; }

ol,
ul,
dl {
  margin-bottom: 0; }

#details.innerpage .picture {
  margin-bottom: 27px; }

body.thickbox {
  margin-top: 0; }

/**
 * Swiper 4.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 31, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

