/* Color Theme Swatches in Hex */
/* Color Theme Swatches in RGBA */
/* Color Theme Swatches in HSLA */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #22275f;
  --secondary: #0cc6f5;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
}

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

html {
  -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, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
}

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

/* ------------------------------------------------------------------
** Beguin Containers And Grid - Custom grid bootstrap with alias ds-
---------------------------------------------------------------------*/
.ds-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

.ds-col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.ds-order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.ds-order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.ds-order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.ds-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.ds-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.ds-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.ds-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.ds-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.ds-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.ds-order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.ds-order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.ds-order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.ds-order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.ds-order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.ds-order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* ------------------------------------------------
** End Containers And Grid
---------------------------------------------------------------------*/
/* ------------------------------------------------------------------
** Beguin Buttons - Custom buttons bootstrap with alias ds-
---------------------------------------------------------------------*/
.ds-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.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  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;
  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, -webkit-box-shadow 0.15s ease-in-out;
}

.ds-btn:hover, .ds-btn:focus {
  text-decoration: none;
}

.ds-btn:focus, .ds-btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.25);
}

.ds-btn.disabled, .ds-btn:disabled {
  opacity: 0.65;
}

.ds-btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.ds-btn:not(:disabled):not(.disabled):active, .ds-btn:not(:disabled):not(.disabled).active {
  background-image: none;
}

a.ds-btn.disabled,
fieldset:disabled a.ds-btn {
  pointer-events: none;
}

.ds-btn-primary {
  color: #fff;
  background-color: #22275f;
  border-color: #22275f;
}

.ds-btn-primary:hover {
  color: #fff;
  background-color: #181b43;
  border-color: #151839;
}

.ds-btn-primary:focus, .ds-btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
}

.ds-btn-primary.disabled, .ds-btn-primary:disabled {
  color: #fff;
  background-color: #22275f;
  border-color: #22275f;
}

.ds-btn-primary:not(:disabled):not(.disabled):active, .ds-btn-primary:not(:disabled):not(.disabled).active,
.show > .ds-btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #151839;
  border-color: #111430;
}

.ds-btn-primary:not(:disabled):not(.disabled):active:focus, .ds-btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
}

.ds-btn-secondary {
  color: #fff;
  background-color: #0cc6f5;
  border-color: #0cc6f5;
}

.ds-btn-secondary:hover {
  color: #fff;
  background-color: #09a9d2;
  border-color: #08a0c6;
}

.ds-btn-secondary:focus, .ds-btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
}

.ds-btn-secondary.disabled, .ds-btn-secondary:disabled {
  color: #fff;
  background-color: #0cc6f5;
  border-color: #0cc6f5;
}

.ds-btn-secondary:not(:disabled):not(.disabled):active, .ds-btn-secondary:not(:disabled):not(.disabled).active,
.show > .ds-btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #08a0c6;
  border-color: #0896ba;
}

.ds-btn-secondary:not(:disabled):not(.disabled):active:focus, .ds-btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
}

.ds-btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.ds-btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.ds-btn-success:focus, .ds-btn-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.ds-btn-success.disabled, .ds-btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.ds-btn-success:not(:disabled):not(.disabled):active, .ds-btn-success:not(:disabled):not(.disabled).active,
.show > .ds-btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.ds-btn-success:not(:disabled):not(.disabled):active:focus, .ds-btn-success:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.ds-btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.ds-btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.ds-btn-info:focus, .ds-btn-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.ds-btn-info.disabled, .ds-btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.ds-btn-info:not(:disabled):not(.disabled):active, .ds-btn-info:not(:disabled):not(.disabled).active,
.show > .ds-btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.ds-btn-info:not(:disabled):not(.disabled):active:focus, .ds-btn-info:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.ds-btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.ds-btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.ds-btn-warning:focus, .ds-btn-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.ds-btn-warning.disabled, .ds-btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.ds-btn-warning:not(:disabled):not(.disabled):active, .ds-btn-warning:not(:disabled):not(.disabled).active,
.show > .ds-btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.ds-btn-warning:not(:disabled):not(.disabled):active:focus, .ds-btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.ds-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.ds-btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.ds-btn-danger:focus, .ds-btn-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.ds-btn-danger.disabled, .ds-btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.ds-btn-danger:not(:disabled):not(.disabled):active, .ds-btn-danger:not(:disabled):not(.disabled).active,
.show > .ds-btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.ds-btn-danger:not(:disabled):not(.disabled):active:focus, .ds-btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.ds-btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.ds-btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.ds-btn-light:focus, .ds-btn-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.ds-btn-light.disabled, .ds-btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.ds-btn-light:not(:disabled):not(.disabled):active, .ds-btn-light:not(:disabled):not(.disabled).active,
.show > .ds-btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.ds-btn-light:not(:disabled):not(.disabled):active:focus, .ds-btn-light:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.ds-btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.ds-btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.ds-btn-dark:focus, .ds-btn-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.ds-btn-dark.disabled, .ds-btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.ds-btn-dark:not(:disabled):not(.disabled):active, .ds-btn-dark:not(:disabled):not(.disabled).active,
.show > .ds-btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.ds-btn-dark:not(:disabled):not(.disabled):active:focus, .ds-btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.ds-btn-outline-primary {
  color: #22275f;
  background-color: transparent;
  background-image: none;
  border-color: #22275f;
}

.ds-btn-outline-primary:hover {
  color: #fff;
  background-color: #22275f;
  border-color: #22275f;
}

.ds-btn-outline-primary:focus, .ds-btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
}

.ds-btn-outline-primary.disabled, .ds-btn-outline-primary:disabled {
  color: #22275f;
  background-color: transparent;
}

.ds-btn-outline-primary:not(:disabled):not(.disabled):active, .ds-btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #22275f;
  border-color: #22275f;
}

.ds-btn-outline-primary:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(34, 39, 95, 0.5);
}

.ds-btn-outline-secondary {
  color: #0cc6f5;
  background-color: transparent;
  background-image: none;
  border-color: #0cc6f5;
}

.ds-btn-outline-secondary:hover {
  color: #fff;
  background-color: #0cc6f5;
  border-color: #0cc6f5;
}

.ds-btn-outline-secondary:focus, .ds-btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
}

.ds-btn-outline-secondary.disabled, .ds-btn-outline-secondary:disabled {
  color: #0cc6f5;
  background-color: transparent;
}

.ds-btn-outline-secondary:not(:disabled):not(.disabled):active, .ds-btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #0cc6f5;
  border-color: #0cc6f5;
}

.ds-btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(12, 198, 245, 0.5);
}

.ds-btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.ds-btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.ds-btn-outline-success:focus, .ds-btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.ds-btn-outline-success.disabled, .ds-btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.ds-btn-outline-success:not(:disabled):not(.disabled):active, .ds-btn-outline-success:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.ds-btn-outline-success:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.ds-btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.ds-btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.ds-btn-outline-info:focus, .ds-btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.ds-btn-outline-info.disabled, .ds-btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.ds-btn-outline-info:not(:disabled):not(.disabled):active, .ds-btn-outline-info:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.ds-btn-outline-info:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.ds-btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.ds-btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.ds-btn-outline-warning:focus, .ds-btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.ds-btn-outline-warning.disabled, .ds-btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.ds-btn-outline-warning:not(:disabled):not(.disabled):active, .ds-btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.ds-btn-outline-warning:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.ds-btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.ds-btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.ds-btn-outline-danger:focus, .ds-btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.ds-btn-outline-danger.disabled, .ds-btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.ds-btn-outline-danger:not(:disabled):not(.disabled):active, .ds-btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.ds-btn-outline-danger:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.ds-btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.ds-btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.ds-btn-outline-light:focus, .ds-btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.ds-btn-outline-light.disabled, .ds-btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.ds-btn-outline-light:not(:disabled):not(.disabled):active, .ds-btn-outline-light:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.ds-btn-outline-light:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.ds-btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.ds-btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.ds-btn-outline-dark:focus, .ds-btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.ds-btn-outline-dark.disabled, .ds-btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.ds-btn-outline-dark:not(:disabled):not(.disabled):active, .ds-btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .ds-btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.ds-btn-outline-dark:not(:disabled):not(.disabled):active:focus, .ds-btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .ds-btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.ds-btn-link {
  font-weight: 400;
  color: #22275f;
  background-color: transparent;
}

.ds-btn-link:hover {
  color: #0e1027;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.ds-btn-link:focus, .ds-btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ds-btn-link:disabled, .ds-btn-link.disabled {
  color: #6c757d;
}

.ds-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.ds-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.ds-btn-block {
  display: block;
  width: 100%;
}

.ds-btn-block + .ds-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].ds-btn-block,
input[type="reset"].ds-btn-block,
input[type="button"].ds-btn-block {
  width: 100%;
}

/* ------------------------------------------------------------------
** End Buttons
---------------------------------------------------------------------*/
.bg-appointment {
  background-color: #fff;
}

.appo-padding-section {
  padding: 2.5rem 0;
}

@media (max-width: 1199px) {
  .appo-padding-section {
    padding: 1.5rem 0;
  }
}

@media (max-width: 767px) {
  .appo-padding-section {
    padding: 1.25rem 0;
  }
}

@media (max-width: 575px) {
  .appo-padding-section {
    padding: 0.5rem 0 1.25rem 0;
  }
}

.appo-title {
  font-size: 2.25rem;
  margin: 5px 0 0 30px;
  color: #0F2F5A;
  font-weight: 500 !important;
}

@media (max-width: 1199px) {
  .appo-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 991px) {
  .appo-title {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .appo-title {
    margin-top: 7px;
    font-size: 1.6rem;
  }
}

.appointment-section, .appo-error, .appo-modal {
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5 !important;
  letter-spacing: 1px;
  text-rendering: optimizelegibility;
  color: #444;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media (max-width: 575px) {
  .appointment-section, .appo-error, .appo-modal {
    font-size: 15px;
  }
}

.appointment-section h1, .appointment-section h3, .appointment-section h4, .appointment-section h5, .appointment-section h6 {
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-weight: 600;
}

.appointment-section a:hover {
  text-decoration: none;
}

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

.appointment-section strong {
  font-weight: inherit;
}

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

.appointment-section svg:not(:root) {
  overflow: hidden;
}

.appointment-section button {
  border-radius: 0;
}

.appointment-section button:focus {
  outline: none;
}

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

.appointment-section button,
.appointment-section input {
  overflow: visible;
}

.appointment-section button,
.appointment-section select {
  text-transform: none;
}

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

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

.appointment-section input[type="radio"],
.appointment-section input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.appointment-section hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.appo-subtitle {
  font-size: 28px;
  color: #0F2F5A;
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: initial;
  margin-top: 0;
}

@media (max-width: 1199px) {
  .appo-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .appo-subtitle {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .appo-subtitle {
    margin-top: 8px;
    font-size: 1.5625rem;
  }
}

@media (max-width: 575px) {
  .appo-subtitle {
    margin-top: 5px;
    font-size: 1.375rem;
  }
}

@media (max-width: 430px) {
  .appo-subtitle {
    padding: 0;
  }
}

.appo-heading {
  padding: 0.75rem 0 1.5rem 0;
}

.appo-heading h2.appo-title {
  font-family: 'Roboto', Arial, Helvetica, sans-serif !important;
}

@media (max-width: 1199px) {
  .appo-heading {
    padding: 0.5rem 0 0.75rem 0;
  }
}

@media (max-width: 991px) {
  .appo-heading {
    padding: 0.5rem 0 0.5rem 0;
  }
}

@media (max-width: 575px) {
  .appo-heading {
    padding-top: 5px;
  }
}

.appo-brand {
  width: 60px;
}

@media (max-width: 575px) {
  .appo-brand {
    width: 50px;
  }
}

.appo-link__action {
  color: #3E9FB8;
  padding: 6px 16px 6px 14px;
  text-decoration: none;
}

.appo-link__action:hover {
  color: #3E9FB8;
  text-decoration: underline !important;
}

.appo-link__action span {
  color: #3E9FB8;
}

.appo-link__action span svg {
  fill: #3E9FB8;
}

.separator-2 {
  width: 1px;
  border-right: 1px solid #3E9FB8;
  min-height: 20px;
}

.appo-langs__list {
  padding-left: 15px;
}

.appo-langs__item {
  width: 28px;
  height: 18px;
  margin: 0 8px;
  opacity: 0.8;
  background-size: cover;
  cursor: pointer;
}

.appo-langs__item img {
  margin-top: 5px;
}

.appo-langs__item:hover {
  opacity: 1;
}

.appo-header {
  padding-right: 0;
  overflow: hidden;
}

.appo-header--bg {
  background-color: #e5e5e5;
}

@media (max-width: 575px) {
  .appo-header {
    padding-left: 0;
  }
}

.appo-navbar {
  line-height: 1;
}

.appo-navbar__text {
  padding-left: 29px;
  margin-top: 22px;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .appo-navbar__text {
    padding-left: 15px;
    margin-top: 15px;
    font-size: 1.5rem;
  }
}

@media (max-width: 767px) {
  .appo-navbar__text {
    padding: 15px 10px;
    margin-top: 0;
    background-color: #dddddd;
    background-color: #F2F2F2;
  }
}

@media (max-width: 575px) {
  .appo-navbar__text {
    color: #666;
    padding-left: 20px;
  }
}

.appo-navbar__text {
  padding-right: 30px;
}

@media (max-width: 575px) {
  .appo-navbar__text {
    padding-right: 25px;
  }
}

.appo-navbar__title {
  margin-top: 3px;
  font-size: 1.5rem;
  line-height: 1;
}

@media (max-width: 1199px) {
  .appo-navbar__title {
    margin-top: 6px;
    font-size: 1.25rem;
  }
}

@media (max-width: 991px) {
  .appo-navbar__title {
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .appo-nav {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .appo-nav {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

@media (max-width: 767px) {
  .appo-nav__list {
    width: 100%;
  }
}

.appo-nav__item {
  display: inline-block;
}

@media (max-width: 767px) {
  .appo-nav__item {
    float: left;
    width: 16.6666666667%;
  }
}

.appo-nav__link {
  display: inline-block;
  width: 80px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.4);
  padding-top: 20px;
  padding-bottom: 16px;
}

.appo-nav__link svg {
  width: 36px;
  height: 36px;
  fill: rgba(0, 0, 0, 0.4);
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

@media (max-width: 991px) {
  .appo-nav__link {
    width: 56px;
    height: 56px;
    padding-top: 13px;
  }
  .appo-nav__link svg {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .appo-nav__link {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .appo-nav__link {
    width: 100%;
    color: #666;
  }
  .appo-nav__link svg {
    fill: #666;
  }
}

@media (max-width: 455px) {
  .appo-nav__link {
    height: 55px;
  }
  .appo-nav__link svg {
    width: 26px;
    height: 26px;
  }
}

.appo-nav__link:hover {
  cursor: default;
}

.appo-nav__link--active {
  background-color: #B7C62E;
}

.appo-nav__link--active svg {
  fill: #fff;
}

.appo-body {
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

.appo-body--bg {
  background-color: #F2F2F2;
}

.appo-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 750px;
}

@media (max-width: 1199px) {
  .appo-mask {
    height: 800px;
  }
}

@media (max-width: 991px) {
  .appo-mask {
    height: 980px;
  }
}

@media (max-width: 767px) {
  .appo-mask {
    height: auto;
    padding-bottom: 20px;
  }
}

.appo-content {
  position: relative;
  left: 0;
  padding-top: 0;
  margin-top: 0;
  width: 100%;
  height: 560px;
  -webkit-transition: left 0.3s, right 0.3s;
  transition: left 0.3s, right 0.3s;
}

@media (max-width: 991px) {
  .appo-content {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .appo-content {
    height: auto;
  }
}

.appo-bread-crumbs {
  font-size: 13px;
  left: 5px;
  top: 45px;
  border-right: 2px solid #F2F2F2;
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-weight: 300;
  line-height: 1 !important;
  z-index: 1000;
}

.appo-bread-crumbs__item {
  padding-top: 2px;
  padding-bottom: 1px;
  padding-left: 5px;
  line-height: 1.5 !important;
}

.appo-bread-crumbs__item svg {
  width: 14px;
  height: 14px;
  margin-top: 3px;
}

.appo-bread-crumbs__item > span {
  vertical-align: text-top;
}

.appo-bread-crumbs__item > span svg {
  vertical-align: text-bottom;
}

.appo-bread-crumbs__item--card {
  padding-right: 5px;
}

.appo-bread-crumbs__item.active {
  color: #fff;
  background-color: #B7C62E;
}

.appo-bread-crumbs__item.active svg {
  fill: #fff;
}

@media (max-width: 1199px) {
  .appo-bread-crumbs {
    top: 55px;
  }
}

@media (max-width: 991px) {
  .appo-bread-crumbs {
    top: 60px;
    width: calc(100% - 8px);
  }
}

@media (max-width: 767px) {
  .appo-bread-crumbs {
    top: 50px;
  }
}

@media (max-width: 420px) {
  .appo-bread-crumbs {
    font-size: 12px;
  }
}

.appo-phase {
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  height: 535px;
}

@media (max-width: 767px) {
  .appo-phase {
    height: auto;
  }
}

#zone, #station, #service, #date,
#user, #confirm, #city {
  padding-bottom: 80px;
}

.appo-buttons {
  top: 2px;
  right: 5px;
  z-index: 100;
}

.appo-buttons--bottom {
  bottom: 2px;
  right: 5px;
  z-index: 100;
}

.appo-btn-prev, .appo-btn-next {
  padding: 0;
  width: 42px;
  height: 42px;
  border: 0;
  text-align: center;
  color: #fff;
  background-color: #0F2F5A;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.appo-btn-prev svg, .appo-btn-next svg {
  width: 24px;
  height: 24px;
  margin-top: 6px;
  fill: #fff;
}

.appo-btn-prev:focus, .appo-btn-prev.focus, .appo-btn-next:focus, .appo-btn-next.focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.appo-btn-prev:hover, .appo-btn-next:hover {
  background-color: rgba(15, 47, 90, 0.7);
}

.appo-btn-hide {
  display: none !important;
}

.appo-item {
  position: relative;
}

.appo-item__col {
  width: 50%;
}

.appo-zone__list, .appo-zone__map {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .appo-zone__list, .appo-zone__map {
    margin-top: 20px;
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .appo-zone__list, .appo-zone__map {
    margin-top: 65px;
  }
}

@media (max-width: 767px) {
  .appo-zone__list, .appo-zone__map {
    margin-top: 85px;
  }
}

@media (max-width: 575px) {
  .appo-zone__list, .appo-zone__map {
    margin-top: 92px;
  }
}

@media (max-width: 991px) {
  .appo-zone__list {
    width: 100%;
  }
}

.appo-zone__item {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 12px;
  margin-bottom: 4px;
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #47545d;
  background-color: #fff;
  cursor: pointer;
}

.appo-zone__item:hover {
  color: #fff;
  background-color: #b5be00;
  border-color: #b5be00;
}

.appo-zone__item .appo-btn {
  position: absolute;
  padding-left: 2px;
  width: 48px;
  height: 100%;
  top: 0;
  right: -48px;
  display: inline-block;
  font-size: 2rem;
  line-height: 0;
  z-index: 10;
  color: #fff;
  background-color: #b5be00;
}

.appo-zone__item .appo-btn svg {
  width: 36px;
  height: 36px;
  margin-top: 6px;
  fill: #fff;
}

.appo-zone__item .appo-btn:hover {
  background-color: #848b00;
}

.appo-zone__item.selected {
  color: white;
  background-color: #b5be00;
  border: 1px solid #b5be00;
}

.appo-zone__item.selected .appo-btn {
  right: 0;
  background-color: #848b00;
}

.appo-zone__item.selected .appo-btn:hover {
  background-color: #848b00;
}

@media (max-width: 767px) {
  .appo-zone__item {
    margin-bottom: 8px;
  }
}

@media (max-width: 575px) {
  .appo-zone__item {
    margin-bottom: 6px;
  }
}

.appo-community {
  width: 100%;
}

@media (max-width: 1199px) {
  .appo-zone__map {
    padding-left: 15px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .appo-zone__map {
    display: none;
  }
}

@media (max-width: 767px) {
  .appo-zone__map {
    display: none;
  }
}

@media (max-width: 575px) {
  .appo-zone__map {
    padding-left: 0;
  }
}

@media (max-width: 1199px) {
  .appo-zone__map-text {
    padding-left: 15px;
  }
}

@media (max-width: 575px) {
  .appo-zone__map-text {
    display: none;
  }
}

.ds-infomap {
  right: 0;
  color: #666;
  font-size: 14px;
}

@media (max-width: 575px) {
  .appo-map {
    width: 20%;
    margin: auto;
  }
}

@media (max-width: 1199px) {
  #appo-spain {
    width: 430px;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  #appo-spain {
    display: none;
  }
}

@media (max-width: 575px) {
  #appo-spain {
    width: 100%;
    margin: auto;
  }
}

.appo-station {
  display: none;
  top: 0;
  left: 0;
  height: 100%;
}

.appo-station.active {
  display: block;
}

.appo-station__list {
  padding-top: 10px;
  margin-bottom: 4px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .appo-station__list {
    padding-top: 20px;
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .appo-station__list {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .appo-station__list {
    padding-top: 65px;
  }
}

@media (max-width: 575px) {
  .appo-station__list {
    padding-top: 75px;
  }
}

.appo-station__item {
  float: left;
  width: 50%;
}

@media (max-width: 767px) {
  .appo-station__item {
    width: 100%;
    margin-bottom: 4px;
  }
}

@media (max-width: 767px) {
  .appo-station__item {
    margin-bottom: 6px;
  }
}

.appo-station__loc {
  font-size: 12px;
  font-weight: 400;
}

.appo-station__loc .icon svg {
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.appo-station__info {
  margin-right: 12px;
  margin-bottom: 4px;
  vertical-align: bottom;
  line-height: 1;
}

.appo-service {
  overflow: hidden;
}

@media (max-width: 991px) {
  .appo-service__item h3 {
    margin-bottom: 0;
    margin-top: 12px;
  }
}

@media (max-width: 1199px) {
  .appo-service__item--fuel {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .appo-service__item--fuel {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .appo-service__item--fuel {
    margin-top: 77px;
  }
}

@media (max-width: 575px) {
  .appo-service__item--fuel {
    margin-top: 85px;
  }
}

@media (max-width: 991px) {
  .appo-fuel {
    margin-bottom: 12px;
  }
}

.appo-service__other {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 5px;
  min-width: 350px;
  max-width: 380px;
  font-size: 15px;
  font-weight: 600;
  color: #6c757d;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1000;
}

.appo-service__other--invisible {
  right: -500px;
}

.appo-service__other--visible {
  width: auto;
}

.appo-service__other-subtitle {
  margin-bottom: 5px;
  font-weight: 600 !important;
  color: #444;
}

.appo-service__other-item {
  position: relative;
}

.appo-service__other-mask {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.appo-service__other-list {
  position: relative;
  -webkit-transition: top 0.3s, bottom 0.3s;
  transition: top 0.3s, bottom 0.3s;
}

@media (max-width: 991px) {
  .appo-service__other {
    bottom: 10px;
  }
}

@media (max-width: 575px) {
  .appo-service__other {
    min-width: initial;
    max-width: 300px;
  }
}

.appo-btn-close--other {
  padding: 0 !important;
  width: 40px;
  height: 40px;
  color: #fff !important;
  background-color: #0F2F5A !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.appo-btn-close--other svg {
  width: 24px;
  height: 24px;
  margin-top: 5px;
  fill: #fff;
}

.appo-btn-close--other:focus, .appo-btn-close--other.focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.appo-btn-close--other:hover {
  background-color: rgba(15, 47, 90, 0.7) !important;
}

.appo-btn-up, .appo-btn-down {
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff;
  text-align: center;
  background-color: #0F2F5A;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.appo-btn-up svg, .appo-btn-down svg {
  width: 24px;
  height: 24px;
  margin-top: 6px;
  fill: #fff;
}

.appo-btn-up:focus, .appo-btn-up.focus, .appo-btn-down:focus, .appo-btn-down.focus {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
}

.appo-btn-up:hover, .appo-btn-down:hover {
  background-color: rgba(15, 47, 90, 0.7) !important;
}

.appo-user__item, .appo-confirm__item, .appo-date__item {
  width: 50%;
}

.appo-user__item, .appo-confirm__item {
  margin-top: 10px;
}

.appo-user__item--pay, .appo-confirm__item--pay {
  padding-left: 15px;
}

.appo-user__item--data, .appo-confirm__item--data {
  padding-right: 15px;
}

.appo-user__item--another, .appo-confirm__item--another {
  width: 100%;
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .appo-user__item--pay, .appo-confirm__item--pay {
    width: 45%;
    margin-top: 25px;
  }
  .appo-user__item--data, .appo-confirm__item--data {
    width: 55%;
    margin-top: 25px;
  }
}

@media (max-width: 991px) {
  .appo-user__item--pay, .appo-confirm__item--pay {
    margin-top: 35px;
    width: 40%;
  }
  .appo-user__item--data, .appo-confirm__item--data {
    margin-top: 30px;
    width: 60%;
  }
}

@media (max-width: 767px) {
  .appo-user__item--pay, .appo-confirm__item--pay {
    padding-left: 0;
    margin-top: 30px;
    width: 100%;
  }
  .appo-user__item--data, .appo-confirm__item--data {
    padding-right: 0;
    margin-top: 55px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .appo-user__item--pay, .appo-confirm__item--pay {
    margin-top: 10px;
  }
  .appo-user__item--data, .appo-confirm__item--data {
    margin-top: 65px;
  }
  .appo-user__item--another, .appo-confirm__item--another {
    text-align: center;
  }
}

.appo-date__item--hour {
  padding-left: 15px;
  font-weight: 400;
}

.appo-date__item--date {
  padding-right: 15px;
}

@media (max-width: 1199px) {
  .appo-date__item--date, .appo-date__item--hour {
    margin-top: 15px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .appo-date__item--date, .appo-date__item--hour {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .appo-date__item {
    width: 100%;
  }
  .appo-date__item--hour {
    padding-left: 0;
  }
  .appo-date__item--date {
    margin-top: 38px;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .appo-date__item--date {
    margin-top: 50px;
  }
}

.appo-legend {
  font-size: 15px;
}

.appo-legend__item {
  width: 50%;
}

.appo-legend__square {
  width: 30px;
  height: 18px;
}

.appo-legend__square--today {
  background-color: #dadfe3;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.appo-legend__square--available {
  background-color: #fff;
}

.appo-legend__square--disable {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
}

.appo-legend__square--selected {
  background-color: #b5be00;
}

.appo-hour__item {
  width: 20%;
  text-align: center;
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-size: 16px;
  line-height: 1;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #47545d;
  background-color: #fff;
  cursor: pointer;
}

.appo-hour__item:hover {
  color: #fff;
  background-color: #b5be00;
}

.appo-hour__item:hover .appo-hour__price {
  color: #C24A17;
}

.appo-hour__item--disabled {
  color: #AFAFAF;
  border-color: #AFAFAF;
  cursor: not-allowed;
}

.appo-hour__item--disabled:hover {
  color: #AFAFAF;
  background-color: #fff;
}

.appo-hour__item--disabled .appo-hour__text, .appo-hour__item--disabled .appo-hour__price {
  color: inherit !important;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.appo-hour__item .appo-hour__text, .appo-hour__item .appo-hour__price {
  height: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  min-width: 50%;
}

.appo-hour__item .appo-hour__price {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 12px;
  font-weight: bold;
  color: #0072CE;
}

.appo-hour__item .appo-hour__price-old {
  display: inline-block;
  text-decoration: line-through;
}

.appo-hour__item .appo-hour__price-new {
  display: inline-block;
  padding-top: 3px;
}

.appo-hour__item.selected {
  color: #fff;
  background-color: #b5be00;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.appo-hour__item.selected .appo-hour__price {
  color: #C24A17;
}

@media (max-width: 1199px) {
  .appo-hour__item .appo-hour__text {
    width: 45%;
    font-size: 15px;
  }
  .appo-hour__item .appo-hour__price {
    width: 55%;
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .appo-hour__item {
    width: 33.3333333333%;
  }
  .appo-hour__item .appo-hour__price {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .appo-hour__item {
    width: 20%;
  }
}

@media (max-width: 575px) {
  .appo-hour__item {
    width: 25%;
  }
}

@media (max-width: 450px) {
  .appo-hour__item {
    width: 33.3333333333%;
  }
}

@media (max-width: 359px) {
  .appo-hour__item {
    width: 50%;
  }
}

.appo-hour__msg {
  font-size: 15px;
}

.appo-summary {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  text-align: top;
}

.appo-summary--border-b {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.appo-summary__item {
  width: 50%;
}

.appo-summary__item--small {
  width: 40%;
}

.appo-summary__item--small input[type="text"] {
  width: 90%;
}

.appo-summary__item--big {
  width: 60%;
}

.appo-summary__item--big input[type="text"] {
  width: 100%;
}

.appo-summary__item--full {
  width: 100%;
}

.appo-summary__item--ldpc {
  margin-top: 15px;
}

.appo-summary__item--ldpc p {
  color: #666 !important;
}

@media (max-width: 1199px) {
  .appo-summary__item--date {
    width: 60%;
  }
  .appo-summary__item--hour {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .appo-summary__item--date {
    width: 65%;
  }
  .appo-summary__item--hour {
    width: 35%;
  }
}

@media (max-width: 767px) {
  .appo-summary__item--consent-all {
    padding-top: 10px;
  }
}

@media (max-width: 500px) {
  .appo-summary__item {
    padding: 5px 0;
  }
  .appo-summary__item--small, .appo-summary__item--big {
    width: 100%;
  }
  .appo-summary__item--small input[type="text"], .appo-summary__item--big input[type="text"] {
    width: 100%;
  }
}

@media (max-width: 440px) {
  .appo-summary__item--date .appo-summary__center, .appo-summary__item--hour .appo-summary__center {
    width: 100%;
  }
}

.appo-summary__icon {
  width: 30px;
  line-height: 1;
}

.appo-summary__icon svg {
  width: 20px;
  fill: #444;
}

.appo-summary__desc {
  padding-right: 15px;
  min-width: 105px;
}

.appo-summary__desc--xs {
  min-width: 40px !important;
}

.appo-summary__address {
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 991px) {
  .appo-summary {
    padding: 8px 0;
  }
}

@media (max-width: 500px) {
  .appo-summary--input {
    padding: 0;
  }
  .appo-summary__icon {
    width: 21px;
    margin-right: 4px;
  }
  .appo-summary__desc {
    min-width: 70px;
  }
  .appo-summary__desc--xl {
    min-width: 105px;
  }
}

.appo-highlight {
  font-weight: bold;
}

.appo-pay {
  font-weight: 400;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.appo-pay__item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.appo-pay__msg, .appo-pay__icon, .appo-pay__title, .appo-pay__label {
  color: #666;
}

.appo-pay__msg {
  padding-top: 5px;
  padding-bottom: 7px;
  background-color: rgba(0, 0, 0, 0.1);
}

.appo-pay__icon {
  width: 50px;
}

.appo-pay__icon svg {
  width: 36px;
  height: 36px;
  fill: #666;
}

.appo-pay__content {
  min-width: 260px;
}

.appo-pay__title {
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700 !important;
}

.appo-pay__label {
  display: inline-block;
}

.appo-pay__button {
  width: 90px;
}

.appo-pay__icon, .appo-pay__content, .appo-pay__button {
  margin-top: 10px;
}

@media (max-width: 1199px) {
  .appo-pay__item {
    padding-top: 5px;
  }
  .appo-pay__content {
    min-width: 280px;
  }
  .appo-pay__button {
    margin-left: 50px;
    width: 60px;
  }
}

@media (max-width: 991px) {
  .appo-pay__item {
    padding-top: 0;
    padding-left: 5px;
    padding-bottom: 25px;
  }
  .appo-pay__icon {
    width: 33px;
    font-size: 1.25rem;
  }
  .appo-pay__icon svg {
    width: 28px;
    height: 28px;
    fill: #666;
  }
  .appo-pay__title {
    font-size: 1rem;
  }
  .appo-pay__content {
    min-width: 200px;
  }
  .appo-pay__label {
    font-size: 13px;
  }
  .appo-pay__button {
    margin-top: 20px;
    margin-left: 30px;
  }
}

@media (max-width: 575px) {
  .appo-pay__content {
    min-width: 190px;
  }
  .appo-pay__button {
    margin-left: 0;
    width: 60px;
  }
}

@media (max-width: 450px) {
  .appo-pay__content {
    margin-top: 14px;
    min-width: 137px;
  }
  .appo-pay__button {
    margin-top: 14px;
    margin-left: 0;
    width: 60px;
  }
  .appo-pay__label {
    display: none;
  }
}

.appo-pay__discount {
  position: relative;
  width: 80px;
  height: 80px;
  margin-left: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.7);
}

.appo-pay__discount-text {
  margin-top: 15px;
  font-size: 2.125rem;
  line-height: 1;
  color: #b5be00;
  color: #a63d40;
}

.appo-pay__discount-alias {
  margin-top: 4px;
  font-size: 0.75rem;
  line-height: 1;
  color: #b5be00;
  color: #a63d40;
}

@media (max-width: 1199px) {
  .appo-pay__discount {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}

@media (max-width: 991px) {
  .appo-pay__discount {
    top: 57px;
    width: 60px;
    height: 60px;
  }
  .appo-pay__discount-text {
    margin-top: 13px;
    font-size: 1.25rem;
  }
  .appo-pay__discount-alias {
    margin-top: 2px;
  }
}

@media (max-width: 767px) {
  .appo-pay__discount {
    top: 9px;
  }
}

@media (max-width: 450px) {
  .appo-pay__discount {
    top: 2px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
  .appo-pay__discount-text {
    margin-top: 10px;
    font-size: 1.125rem;
  }
  .appo-pay__discount-alias {
    margin-top: 2px;
  }
}

.percent {
  font-size: 1.5rem !important;
}

@media (max-width: 991px) {
  .percent {
    font-size: 1.25rem !important;
  }
}

@media (max-width: 450px) {
  .percent {
    font-size: 1rem !important;
  }
}

.appo-price {
  font-weight: 700;
}

.appo-price__base {
  width: 50%;
}

.appo-price__discount {
  width: 50%;
}

.appo-price__default {
  margin-top: 10px;
  color: #b5be00;
  color: #002d72;
}

.appo-price__line-through {
  text-decoration: line-through;
}

.appo-price__total {
  font-size: 1.5rem;
  color: #b5be00;
  color: #002d72;
}

.appo-pay__action {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .appo-pay__action {
    margin-top: 20px;
  }
}

.appo-pay__link, .appo-btn-print, .appo-btn-another, .appo-btn-modal {
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  padding: 12px 12px;
  margin-right: 2px;
  border-radius: 0;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 1.5px;
  color: #fff;
  color: #fff;
  background-color: #b5be00;
  vertical-align: middle;
  vertical-align: text-bottom !important;
}

.appo-pay__link svg, .appo-btn-print svg, .appo-btn-another svg, .appo-btn-modal svg {
  vertical-align: bottom;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.appo-pay__link:focus, .appo-pay__link.focus, .appo-btn-print:focus, .appo-btn-print.focus, .appo-btn-another:focus, .appo-btn-another.focus, .appo-btn-modal:focus, .appo-btn-modal.focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}

.appo-pay__link:hover, .appo-btn-print:hover, .appo-btn-another:hover, .appo-btn-modal:hover {
  color: #fff;
  background-color: #9da500;
}

.appo-pay__link:hover svg, .appo-btn-print:hover svg, .appo-btn-another:hover svg, .appo-btn-modal:hover svg {
  fill: #fff;
}

@media (max-width: 575px) {
  .appo-pay__link, .appo-btn-print, .appo-btn-another, .appo-btn-modal {
    width: 100%;
  }
}

.appo-btn-another {
  width: auto;
  padding: 12px 20px;
}

@media (max-width: 575px) {
  .appo-btn-another {
    margin: 10px 0;
    width: 100%;
  }
}

.appo-btn-modal {
  padding-left: 24px;
  padding-right: 24px;
}

@media (max-width: 575px) {
  .appo-btn-modal {
    width: auto;
  }
}

.appo-confirm {
  font-size: 15px;
}

.appo-confirm__modality, .appo-confirm__price, .appo-confirm__icon {
  padding: 5px 0;
  font-weight: 700;
}

.appo-confirm__modality {
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.appo-confirm__desc {
  margin-top: 5px;
}

.appo-confirm__price {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.appo-confirm__icon {
  width: 30px;
  line-height: 1;
}

.appo-confirm__icon svg {
  width: 20px;
  fill: #444;
  margin-top: 0;
  vertical-align: top;
}

.appo-confirm__print {
  padding-top: 35px;
}

@media (max-width: 991px) {
  .appo-confirm__modality {
    padding-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .appo-confirm__item--pay-summary {
    margin-top: 40px;
  }
  .appo-confirm__price {
    padding: 8px 0;
  }
  .appo-confirm__price {
    border-top: 1px solid #333333;
  }
}

input.ds-btn-radio {
  display: none;
}

input.ds-btn-radio + label {
  position: relative;
  display: block;
  width: calc(100% - 4px);
  padding: 8px 12px;
  margin-bottom: 4px;
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #47545d;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575px) {
  input.ds-btn-radio + label {
    font-size: 14px;
  }
}

input.ds-btn-radio + label:hover {
  color: #fff;
  border: 1px solid #b5be00;
  background-color: #b5be00;
}

input.ds-btn-radio + label:hover svg {
  fill: #fff;
}

input.ds-btn-radio.checked + label {
  color: #47545d;
  color: #fff;
  border: 1px solid #b5be00;
  background-color: #b5be00;
}

input.ds-btn-fuel {
  display: none;
}

input.ds-btn-fuel + label {
  position: relative;
  display: inline-block;
  width: auto;
  padding: 8px 12px;
  margin-top: 12px;
  margin-right: 20px;
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #47545d;
  background-color: #fff;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

input.ds-btn-fuel + label .icon-fuel, input.ds-btn-fuel + label svg {
  vertical-align: top;
}

input.ds-btn-fuel + label svg {
  width: 17px;
  height: 17px;
  margin-top: 3px;
  margin-right: 5px;
}

@media (max-width: 1199px) {
  input.ds-btn-fuel + label {
    margin-left: 0;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  input.ds-btn-fuel + label {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  input.ds-btn-fuel + label {
    width: 120px;
    text-align: center;
  }
}

input.ds-btn-fuel + label:hover {
  color: #fff;
  border: 1px solid #b5be00;
  background-color: #b5be00;
}

input.ds-btn-fuel + label:hover svg {
  fill: #fff;
}

input.ds-btn-fuel:checked + label {
  color: #fff;
  border: 1px solid #b5be00;
  background-color: #b5be00;
}

input.ds-btn-fuel:checked + label svg {
  fill: #fff;
}

input.ds-btn-vehicles, input.ds-input-other {
  display: none;
}

input.ds-btn-vehicles + label, input.ds-input-other + label {
  position: relative;
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-weight: 400;
  vertical-align: bottom;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 575px) {
  input.ds-btn-vehicles + label, input.ds-input-other + label {
    vertical-align: top;
  }
}

input.ds-btn-vehicles + label {
  display: inline-block;
  padding: 8px 12px;
  width: 174px;
  height: 130px;
  margin-top: 12px;
  margin-right: 10px;
  background-color: #fff;
}

input.ds-btn-vehicles + label:hover {
  color: #fff;
  background-color: #b5be00;
}

input.ds-btn-vehicles + label:hover .icon-vehicles img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

input.ds-btn-vehicles + label:hover .icon-vehicles svg .cls-1, input.ds-btn-vehicles + label:hover .icon-vehicles svg .cls-2, input.ds-btn-vehicles + label:hover .icon-vehicles svg .cls-1-um {
  fill: none;
  stroke: #fff;
  stroke-width: 1.3px;
}

input.ds-btn-vehicles + label:hover .icon-vehicles svg .cls-2-um, input.ds-btn-vehicles + label:hover .icon-vehicles svg .cls-3-um {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1.3px;
}

input.ds-btn-vehicles + label:hover .icon-vehicles svg .cls-4-um {
  fill: #fff;
  stroke-width: 1.3px;
  font-size: 11px;
}

input.ds-btn-vehicles + label:hover .icon-vehicles svg .cls-3-taxi {
  fill: #fff;
  stroke: #fff;
}

input.ds-btn-vehicles + label:hover .icon-text {
  color: #fff;
}

input.ds-btn-vehicles + label .icon-text {
  position: absolute;
  display: block;
  left: 0;
  bottom: 8px;
  width: 100%;
  color: #47545d;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  input.ds-btn-vehicles + label {
    padding: 8px 4px;
    width: 165px;
    height: 120px;
    margin-right: 5px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  input.ds-btn-vehicles + label {
    padding: 8px 4px 0px 4px;
    width: 150px;
    height: 103px;
  }
}

@media (max-width: 767px) {
  input.ds-btn-vehicles + label {
    width: 48%;
    padding: 8px 12px 4px 12px;
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  input.ds-btn-vehicles + label {
    width: 100%;
    height: auto;
    padding: 5px 0 3px 0;
    margin-top: 7px;
    text-align: left !important;
    line-height: 1;
  }
  input.ds-btn-vehicles + label .icon-text {
    position: relative;
    display: inline-block;
    width: 70%;
    margin-left: 4%;
    margin-bottom: 5px;
    vertical-align: bottom;
  }
}

.icon-vehicles {
  width: 150px;
  line-height: 1;
}

.icon-vehicles img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.icon-vehicles svg {
  stroke-width: 1.5px;
}

.icon-vehicles svg .cls-1, .icon-vehicles svg .cls-2, .icon-vehicles svg .cls-1-um {
  fill: none !important;
  stroke: #47545d;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.icon-vehicles svg .cls-2 {
  stroke: #444;
  stroke: #47545d;
  fill: #444;
}

.icon-vehicles svg .cls-4-um {
  font-size: 12px;
}

.icon-vehicles svg .cls-3-taxi {
  stroke: #c6c6c6;
  stroke: #47545d;
  fill: #c6c6c6;
}

@media (max-width: 1199px) {
  .icon-vehicles {
    width: 135px;
    padding: 0 5px;
  }
}

@media (max-width: 991px) {
  .icon-vehicles {
    width: 130px;
  }
}

@media (max-width: 575px) {
  .icon-vehicles {
    width: 26%;
  }
}

input.ds-btn-vehicles:checked + label {
  color: #fff;
  background-color: #b5be00;
}

input.ds-btn-vehicles:checked + label .icon-vehicles svg .cls-1, input.ds-btn-vehicles:checked + label .icon-vehicles svg .cls-2, input.ds-btn-vehicles:checked + label .icon-vehicles svg .cls-1-um {
  stroke: #fff;
  stroke-width: 1.3px;
}

input.ds-btn-vehicles:checked + label .icon-vehicles svg .cls-2-um, input.ds-btn-vehicles:checked + label .icon-vehicles svg .cls-3-um {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1.3px;
}

input.ds-btn-vehicles:checked + label .icon-vehicles svg .cls-4-um {
  fill: #fff;
  stroke-width: 1.3px;
  font-size: 11px;
}

input.ds-btn-vehicles:checked + label .icon-vehicles svg .cls-3-taxi {
  fill: #fff;
  stroke: #fff;
}

input.ds-btn-vehicles:checked + label .icon-text {
  color: #fff;
}

input#turismo + label .icon-vehicles, input#moto + label .icon-vehicles, input#moto-2 + label .icon-vehicles,
input#quad-triciclo + label .icon-vehicles, input#taxi + label .icon-vehicles {
  margin-top: 20px;
}

@media (max-width: 991px) {
  input#turismo + label .icon-vehicles, input#moto + label .icon-vehicles, input#moto-2 + label .icon-vehicles,
  input#quad-triciclo + label .icon-vehicles, input#taxi + label .icon-vehicles {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  input#moto + label .icon-vehicles {
    margin-top: 10px;
  }
}

input#quad-triciclo + label .icon-vehicles, input#agricola + label .icon-vehicles {
  margin-top: 15px;
}

@media (max-width: 991px) {
  input#quad-triciclo + label .icon-vehicles, input#agricola + label .icon-vehicles {
    margin-top: 10px;
  }
}

input#agricola + label .icon-vehicles {
  margin-top: 5px;
}

input#remo-ligero + label .icon-vehicles {
  margin-top: 20px;
}

@media (max-width: 991px) {
  input#remo-ligero + label .icon-vehicles {
    margin-top: 10px;
  }
}

input.ds-btn-vehicles:checked + label .icon-vehicles img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ds-btn-other {
  position: relative;
  width: 174px;
  height: 130px;
  padding: 8px 12px;
  margin-top: 12px;
  margin-left: 5px;
  color: #47545d;
  font-family: "Roboto Condensed", Arial, Helvetica !important;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #fff;
}

.ds-btn-other:hover {
  color: #fff;
  background-color: #b5be00;
}

.ds-btn-other:hover .icon-vehicles img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ds-btn-other:hover .icon-vehicles svg .cls-1, .ds-btn-other:hover .icon-vehicles svg .cls-2 {
  stroke: #fff;
}

.ds-btn-other:hover .icon-text {
  color: #fff;
}

.ds-btn-other .icon-vehicles svg .cls-1, .ds-btn-other .icon-vehicles svg .cls-2 {
  fill: none !important;
  stroke: #47545d;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.ds-btn-other .icon-vehicles svg .cls-2 {
  stroke-width: 2px;
}

.ds-btn-other--selected {
  color: #47545d;
  color: #fff;
  background-color: #b5be00;
}

.ds-btn-other--selected .icon-vehicles img {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.ds-btn-other--selected .icon-vehicles svg .cls-1, .ds-btn-other--selected .icon-vehicles svg .cls-2 {
  stroke: #fff;
}

.ds-btn-other .icon-text {
  position: absolute;
  display: block;
  left: 0;
  bottom: 5px;
  width: 100%;
  color: #47545d;
}

.ds-btn-other--selected .icon-text {
  color: #fff;
}

@media (max-width: 1199px) {
  .ds-btn-other {
    padding: 8px 4px;
    width: 165px;
    height: 120px;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .ds-btn-other {
    padding: 8px 4px 0px 4px;
    width: 150px;
    height: 103px;
    margin-left: 0;
  }
  .ds-btn-other .icon-text {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .ds-btn-other {
    width: 48%;
    padding: 8px 12px 4px 12px;
    margin-right: 0;
    margin-left: 6px;
  }
}

@media (max-width: 575px) {
  .ds-btn-other {
    width: 100%;
    height: auto;
    padding: 5px 0 3px 0;
    margin-top: 7px;
    margin-left: 0;
    line-height: 1;
  }
  .ds-btn-other--selected {
    border-color: #b5be00;
  }
  .ds-btn-other .icon-text {
    position: relative;
    display: inline-block;
    width: 70%;
    margin-left: 4%;
    text-align: left !important;
    margin-bottom: 10px;
    vertical-align: bottom;
  }
}

input.ds-input-other + label {
  display: inline-block;
  width: 100%;
  padding: 10px 12px;
  margin-bottom: 5px;
  font-size: 14px;
  vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #47545d;
  background-color: #fff;
}

input.ds-input-other + label:hover {
  color: #fff;
  border: 1px solid #b5be00;
  background-color: #b5be00;
}

input.ds-input-other:checked + label {
  color: #fff;
  border: 1px solid #b5be00;
  background-color: #b5be00;
}

.appo-map, .appo-zone__map-text {
  position: relative;
  width: 470px;
  margin: auto;
}

.ds-infomap {
  display: none;
  bottom: 0;
  right: 0;
  font-weight: 500;
}

.ds-info-primary {
  color: #b5be00;
  color: #B7C62E;
}

#appo-spain path {
  fill: rgba(255, 255, 255, 0.2);
  stroke: #888;
  stroke: #a6a5a5;
  stroke-width: 0.3px;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

#appo-spain #ES_baleares, #appo-spain #ES_comunidad-valenciana, #appo-spain #ES_extremadura, #appo-spain #ES_murcia, #appo-spain #ES_A, #appo-spain #ES_CS, #appo-spain #ES_V {
  fill: rgba(255, 255, 255, 0.2);
}

#appo-spain #ES_baleares:hover, #appo-spain #ES_comunidad-valenciana:hover, #appo-spain #ES_extremadura:hover, #appo-spain #ES_murcia:hover, #appo-spain #ES_A:hover, #appo-spain #ES_CS:hover, #appo-spain #ES_V:hover {
  fill: #b5be00;
  cursor: pointer;
}

#appo-spain #ES_baleares.is-selected, #appo-spain #ES_comunidad-valenciana.is-selected, #appo-spain #ES_extremadura.is-selected, #appo-spain #ES_murcia.is-selected, #appo-spain #ES_A.is-selected, #appo-spain #ES_CS.is-selected, #appo-spain #ES_V.is-selected {
  fill: #b5be00;
}

.appo-author {
  font-weight: 400;
}

.appo-author__link {
  text-decoration: none;
  color: inherit;
}

.appo-author__link:hover {
  color: #b5be00;
}

.ds-list-unstyled {
  padding-left: 0;
  list-style: none;
}

.ds-img-fluid {
  max-width: 100%;
  height: auto;
}

.ds-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.ds-fade.ds-show {
  opacity: 1;
}

/* ------------------------------------------------------------------
** Beguin Modal- Custom modal bootstrap with alias ds-
---------------------------------------------------------------------*/
.ds-close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.ds-close:hover, .ds-close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.ds-close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.ds-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.ds-modal-open {
  overflow: hidden;
}

.ds-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.ds-modal-open .ds-modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.ds-modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.ds-modal.ds-fade .ds-modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.ds-modal.ds-show .ds-modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.ds-modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.ds-modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.ds-modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.ds-modal-backdrop.ds-fade {
  opacity: 0;
}

.ds-modal-backdrop.ds-show {
  opacity: 0.5;
}

.ds-modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.ds-modal-header .ds-close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.ds-modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.ds-modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.ds-modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.ds-modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.ds-modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.ds-modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .ds-modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .ds-modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .ds-modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .ds-modal-lg {
    max-width: 800px;
  }
}

/* ------------------------------------------------------------------
** End Modal- Custom modal bootstrap with alias ds-
---------------------------------------------------------------------*/
.ds-align-baseline {
  vertical-align: baseline !important;
}

.ds-align-top {
  vertical-align: top !important;
}

.ds-align-middle {
  vertical-align: middle !important;
}

.ds-align-bottom {
  vertical-align: bottom !important;
}

.ds-align-text-bottom {
  vertical-align: text-bottom !important;
}

.ds-align-text-top {
  vertical-align: text-top !important;
}

.bg-ds-primary {
  background-color: #22275f !important;
}

a.bg-ds-primary:hover, a.bg-ds-primary:focus,
button.bg-ds-primary:hover,
button.bg-ds-primary:focus {
  background-color: #151839 !important;
}

.bg-ds-secondary {
  background-color: #0cc6f5 !important;
}

a.bg-ds-secondary:hover, a.bg-ds-secondary:focus,
button.bg-ds-secondary:hover,
button.bg-ds-secondary:focus {
  background-color: #08a0c6 !important;
}

.bg-ds-light {
  background-color: #f8f9fa !important;
}

.ds-border {
  border: 1px solid #dee2e6 !important;
}

.ds-border-top {
  border-top: 1px solid #dee2e6 !important;
}

.ds-border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.ds-border-0 {
  border: 0 !important;
}

/* ------------------------------------------------------------------
** Beguin Display -- Custom Display bootstrap with alias ds-
---------------------------------------------------------------------*/
.ds-clearfix::after {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

.ds-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.ds-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

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

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

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

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

@media print {
  .ds-print-none {
    display: none !important;
  }
  .ds-print-inline {
    display: inline !important;
  }
  .ds-print-inline-block {
    display: inline-block !important;
  }
  .ds-print-block {
    display: block !important;
  }
  .ds-print-table {
    display: table !important;
  }
  .ds-print-table-row {
    display: table-row !important;
  }
  .ds-print-table-cell {
    display: table-cell !important;
  }
  .ds-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .ds-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.ds-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.ds-flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.ds-flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.ds-flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

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

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

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

.ds-justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.ds-justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.ds-justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.ds-justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

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

.ds-align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.ds-align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.ds-align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ds-align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.ds-align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.ds-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.ds-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.ds-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.ds-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.ds-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.ds-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.ds-align-self-auto {
  -ms-flex-item-align: auto !important;
  -ms-grid-row-align: auto !important;
  align-self: auto !important;
}

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

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

.ds-align-self-center {
  -ms-flex-item-align: center !important;
  -ms-grid-row-align: center !important;
  align-self: center !important;
}

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

.ds-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  -ms-grid-row-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .ds-flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ds-flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ds-flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ds-flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ds-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ds-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ds-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ds-justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ds-justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ds-justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ds-justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ds-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ds-align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ds-align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ds-align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ds-align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ds-align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ds-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ds-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ds-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ds-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ds-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ds-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ds-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .ds-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ds-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ds-align-self-sm-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .ds-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ds-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .ds-flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ds-flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ds-flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ds-flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ds-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ds-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ds-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ds-justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ds-justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ds-justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ds-justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ds-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ds-align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ds-align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ds-align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ds-align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ds-align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ds-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ds-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ds-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ds-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ds-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ds-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ds-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .ds-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ds-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ds-align-self-md-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .ds-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ds-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .ds-flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ds-flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ds-flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ds-flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ds-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ds-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ds-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ds-justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ds-justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ds-justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ds-justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ds-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ds-align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ds-align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ds-align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ds-align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ds-align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ds-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ds-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ds-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ds-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ds-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ds-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ds-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .ds-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ds-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ds-align-self-lg-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .ds-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ds-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .ds-flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .ds-flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .ds-flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .ds-flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .ds-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .ds-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .ds-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .ds-justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .ds-justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .ds-justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .ds-justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .ds-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .ds-align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .ds-align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .ds-align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .ds-align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .ds-align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .ds-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .ds-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .ds-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .ds-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .ds-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .ds-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .ds-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
  }
  .ds-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .ds-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .ds-align-self-xl-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
  }
  .ds-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .ds-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

.ds-float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .ds-float-sm-left {
    float: left !important;
  }
  .ds-float-sm-right {
    float: right !important;
  }
  .ds-float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .ds-float-md-left {
    float: left !important;
  }
  .ds-float-md-right {
    float: right !important;
  }
  .ds-float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .ds-float-lg-left {
    float: left !important;
  }
  .ds-float-lg-right {
    float: right !important;
  }
  .ds-float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .ds-float-xl-left {
    float: left !important;
  }
  .ds-float-xl-right {
    float: right !important;
  }
  .ds-float-xl-none {
    float: none !important;
  }
}

.ds-position-static {
  position: static !important;
}

.ds-position-relative {
  position: relative !important;
}

.ds-position-absolute {
  position: absolute !important;
}

.ds-position-fixed {
  position: fixed !important;
}

.ds-position-sticky {
  position: sticky !important;
}

.ds-fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.ds-fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .ds-sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.ds-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.ds-sr-only-focusable:active, .ds-sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

/* ------------------------------------------------------------------
** Beguin Display -- Custom Display bootstrap with alias ds-
---------------------------------------------------------------------*/
/* ------------------------------------------------------------------
** Beguin Spacing -- Custom Spacing bootstrap with alias ds-
---------------------------------------------------------------------*/
.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.ds-m-0 {
  margin: 0 !important;
}

.ds-mt-0,
.ds-my-0 {
  margin-top: 0 !important;
}

.ds-mr-0,
.ds-mx-0 {
  margin-right: 0 !important;
}

.ds-mb-0,
.ds-my-0 {
  margin-bottom: 0 !important;
}

.ds-ml-0,
.ds-mx-0 {
  margin-left: 0 !important;
}

.ds-m-1 {
  margin: 0.25rem !important;
}

.ds-mt-1,
.ds-my-1 {
  margin-top: 0.25rem !important;
}

.ds-mr-1,
.ds-mx-1 {
  margin-right: 0.25rem !important;
}

.ds-mb-1,
.ds-my-1 {
  margin-bottom: 0.25rem !important;
}

.ds-ml-1,
.ds-mx-1 {
  margin-left: 0.25rem !important;
}

.ds-m-2 {
  margin: 0.5rem !important;
}

.ds-mt-2,
.ds-my-2 {
  margin-top: 0.5rem !important;
}

.ds-mr-2,
.ds-mx-2 {
  margin-right: 0.5rem !important;
}

.ds-mb-2,
.ds-my-2 {
  margin-bottom: 0.5rem !important;
}

.ds-ml-2,
.ds-mx-2 {
  margin-left: 0.5rem !important;
}

.ds-m-3 {
  margin: 1rem !important;
}

.ds-mt-3,
.ds-my-3 {
  margin-top: 1rem !important;
}

.ds-mr-3,
.ds-mx-3 {
  margin-right: 1rem !important;
}

.ds-mb-3,
.ds-my-3 {
  margin-bottom: 1rem !important;
}

.ds-ml-3,
.ds-mx-3 {
  margin-left: 1rem !important;
}

.ds-m-4 {
  margin: 1.5rem !important;
}

.ds-mt-4,
.ds-my-4 {
  margin-top: 1.5rem !important;
}

.ds-mr-4,
.ds-mx-4 {
  margin-right: 1.5rem !important;
}

.ds-mb-4,
.ds-my-4 {
  margin-bottom: 1.5rem !important;
}

.ds-ml-4,
.ds-mx-4 {
  margin-left: 1.5rem !important;
}

.ds-m-5 {
  margin: 3rem !important;
}

.ds-mt-5,
.ds-my-5 {
  margin-top: 3rem !important;
}

.ds-mr-5,
.ds-mx-5 {
  margin-right: 3rem !important;
}

.ds-mb-5,
.ds-my-5 {
  margin-bottom: 3rem !important;
}

.ds-ml-5,
.ds-mx-5 {
  margin-left: 3rem !important;
}

.ds-p-0 {
  padding: 0 !important;
}

.ds-pt-0,
.ds-py-0 {
  padding-top: 0 !important;
}

.ds-pr-0,
.ds-px-0 {
  padding-right: 0 !important;
}

.ds-pb-0,
.ds-py-0 {
  padding-bottom: 0 !important;
}

.ds-pl-0,
.ds-px-0 {
  padding-left: 0 !important;
}

.ds-p-1 {
  padding: 0.25rem !important;
}

.ds-pt-1,
.ds-py-1 {
  padding-top: 0.25rem !important;
}

.ds-pr-1,
.ds-px-1 {
  padding-right: 0.25rem !important;
}

.ds-pb-1,
.ds-py-1 {
  padding-bottom: 0.25rem !important;
}

.ds-pl-1,
.ds-px-1 {
  padding-left: 0.25rem !important;
}

.ds-p-2 {
  padding: 0.5rem !important;
}

.ds-pt-2,
.ds-py-2 {
  padding-top: 0.5rem !important;
}

.ds-pr-2,
.ds-px-2 {
  padding-right: 0.5rem !important;
}

.ds-pb-2,
.ds-py-2 {
  padding-bottom: 0.5rem !important;
}

.ds-pl-2,
.ds-px-2 {
  padding-left: 0.5rem !important;
}

.ds-p-3 {
  padding: 1rem !important;
}

.ds-pt-3,
.ds-py-3 {
  padding-top: 1rem !important;
}

.ds-pr-3,
.ds-px-3 {
  padding-right: 1rem !important;
}

.ds-pb-3,
.ds-py-3 {
  padding-bottom: 1rem !important;
}

.ds-pl-3,
.ds-px-3 {
  padding-left: 1rem !important;
}

.ds-p-4 {
  padding: 1.5rem !important;
}

.ds-pt-4,
.ds-py-4 {
  padding-top: 1.5rem !important;
}

.ds-pr-4,
.ds-px-4 {
  padding-right: 1.5rem !important;
}

.ds-pb-4,
.ds-py-4 {
  padding-bottom: 1.5rem !important;
}

.ds-pl-4,
.ds-px-4 {
  padding-left: 1.5rem !important;
}

.ds-p-5 {
  padding: 3rem !important;
}

.ds-pt-5,
.ds-py-5 {
  padding-top: 3rem !important;
}

.ds-pr-5,
.ds-px-5 {
  padding-right: 3rem !important;
}

.ds-pb-5,
.ds-py-5 {
  padding-bottom: 3rem !important;
}

.ds-pl-5,
.ds-px-5 {
  padding-left: 3rem !important;
}

.ds-m-auto {
  margin: auto !important;
}

.ds-mt-auto,
.ds-my-auto {
  margin-top: auto !important;
}

.ds-mr-auto,
.ds-mx-auto {
  margin-right: auto !important;
}

.ds-mb-auto,
.ds-my-auto {
  margin-bottom: auto !important;
}

.ds-ml-auto,
.ds-mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .ds-m-sm-0 {
    margin: 0 !important;
  }
  .ds-mt-sm-0,
  .ds-my-sm-0 {
    margin-top: 0 !important;
  }
  .ds-mr-sm-0,
  .ds-mx-sm-0 {
    margin-right: 0 !important;
  }
  .ds-mb-sm-0,
  .ds-my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ds-ml-sm-0,
  .ds-mx-sm-0 {
    margin-left: 0 !important;
  }
  .ds-m-sm-1 {
    margin: 0.25rem !important;
  }
  .ds-mt-sm-1,
  .ds-my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .ds-mr-sm-1,
  .ds-mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .ds-mb-sm-1,
  .ds-my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ds-ml-sm-1,
  .ds-mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ds-m-sm-2 {
    margin: 0.5rem !important;
  }
  .ds-mt-sm-2,
  .ds-my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .ds-mr-sm-2,
  .ds-mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .ds-mb-sm-2,
  .ds-my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ds-ml-sm-2,
  .ds-mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ds-m-sm-3 {
    margin: 1rem !important;
  }
  .ds-mt-sm-3,
  .ds-my-sm-3 {
    margin-top: 1rem !important;
  }
  .ds-mr-sm-3,
  .ds-mx-sm-3 {
    margin-right: 1rem !important;
  }
  .ds-mb-sm-3,
  .ds-my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ds-ml-sm-3,
  .ds-mx-sm-3 {
    margin-left: 1rem !important;
  }
  .ds-m-sm-4 {
    margin: 1.5rem !important;
  }
  .ds-mt-sm-4,
  .ds-my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .ds-mr-sm-4,
  .ds-mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .ds-mb-sm-4,
  .ds-my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ds-ml-sm-4,
  .ds-mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ds-m-sm-5 {
    margin: 3rem !important;
  }
  .ds-mt-sm-5,
  .ds-my-sm-5 {
    margin-top: 3rem !important;
  }
  .ds-mr-sm-5,
  .ds-mx-sm-5 {
    margin-right: 3rem !important;
  }
  .ds-mb-sm-5,
  .ds-my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ds-ml-sm-5,
  .ds-mx-sm-5 {
    margin-left: 3rem !important;
  }
  .ds-p-sm-0 {
    padding: 0 !important;
  }
  .ds-pt-sm-0,
  .ds-py-sm-0 {
    padding-top: 0 !important;
  }
  .ds-pr-sm-0,
  .ds-px-sm-0 {
    padding-right: 0 !important;
  }
  .ds-pb-sm-0,
  .ds-py-sm-0 {
    padding-bottom: 0 !important;
  }
  .ds-pl-sm-0,
  .ds-px-sm-0 {
    padding-left: 0 !important;
  }
  .ds-p-sm-1 {
    padding: 0.25rem !important;
  }
  .ds-pt-sm-1,
  .ds-py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .ds-pr-sm-1,
  .ds-px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .ds-pb-sm-1,
  .ds-py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .ds-pl-sm-1,
  .ds-px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ds-p-sm-2 {
    padding: 0.5rem !important;
  }
  .ds-pt-sm-2,
  .ds-py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .ds-pr-sm-2,
  .ds-px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .ds-pb-sm-2,
  .ds-py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .ds-pl-sm-2,
  .ds-px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ds-p-sm-3 {
    padding: 1rem !important;
  }
  .ds-pt-sm-3,
  .ds-py-sm-3 {
    padding-top: 1rem !important;
  }
  .ds-pr-sm-3,
  .ds-px-sm-3 {
    padding-right: 1rem !important;
  }
  .ds-pb-sm-3,
  .ds-py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .ds-pl-sm-3,
  .ds-px-sm-3 {
    padding-left: 1rem !important;
  }
  .ds-p-sm-4 {
    padding: 1.5rem !important;
  }
  .ds-pt-sm-4,
  .ds-py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .ds-pr-sm-4,
  .ds-px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .ds-pb-sm-4,
  .ds-py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .ds-pl-sm-4,
  .ds-px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ds-p-sm-5 {
    padding: 3rem !important;
  }
  .ds-pt-sm-5,
  .ds-py-sm-5 {
    padding-top: 3rem !important;
  }
  .ds-pr-sm-5,
  .ds-px-sm-5 {
    padding-right: 3rem !important;
  }
  .ds-pb-sm-5,
  .ds-py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ds-pl-sm-5,
  .ds-px-sm-5 {
    padding-left: 3rem !important;
  }
  .ds-m-sm-auto {
    margin: auto !important;
  }
  .ds-mt-sm-auto,
  .ds-my-sm-auto {
    margin-top: auto !important;
  }
  .ds-mr-sm-auto,
  .ds-mx-sm-auto {
    margin-right: auto !important;
  }
  .ds-mb-sm-auto,
  .ds-my-sm-auto {
    margin-bottom: auto !important;
  }
  .ds-ml-sm-auto,
  .ds-mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .ds-m-md-0 {
    margin: 0 !important;
  }
  .ds-mt-md-0,
  .ds-my-md-0 {
    margin-top: 0 !important;
  }
  .ds-mr-md-0,
  .ds-mx-md-0 {
    margin-right: 0 !important;
  }
  .ds-mb-md-0,
  .ds-my-md-0 {
    margin-bottom: 0 !important;
  }
  .ds-ml-md-0,
  .ds-mx-md-0 {
    margin-left: 0 !important;
  }
  .ds-m-md-1 {
    margin: 0.25rem !important;
  }
  .ds-mt-md-1,
  .ds-my-md-1 {
    margin-top: 0.25rem !important;
  }
  .ds-mr-md-1,
  .ds-mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .ds-mb-md-1,
  .ds-my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ds-ml-md-1,
  .ds-mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .ds-m-md-2 {
    margin: 0.5rem !important;
  }
  .ds-mt-md-2,
  .ds-my-md-2 {
    margin-top: 0.5rem !important;
  }
  .ds-mr-md-2,
  .ds-mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .ds-mb-md-2,
  .ds-my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ds-ml-md-2,
  .ds-mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .ds-m-md-3 {
    margin: 1rem !important;
  }
  .ds-mt-md-3,
  .ds-my-md-3 {
    margin-top: 1rem !important;
  }
  .ds-mr-md-3,
  .ds-mx-md-3 {
    margin-right: 1rem !important;
  }
  .ds-mb-md-3,
  .ds-my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ds-ml-md-3,
  .ds-mx-md-3 {
    margin-left: 1rem !important;
  }
  .ds-m-md-4 {
    margin: 1.5rem !important;
  }
  .ds-mt-md-4,
  .ds-my-md-4 {
    margin-top: 1.5rem !important;
  }
  .ds-mr-md-4,
  .ds-mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .ds-mb-md-4,
  .ds-my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ds-ml-md-4,
  .ds-mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .ds-m-md-5 {
    margin: 3rem !important;
  }
  .ds-mt-md-5,
  .ds-my-md-5 {
    margin-top: 3rem !important;
  }
  .ds-mr-md-5,
  .ds-mx-md-5 {
    margin-right: 3rem !important;
  }
  .ds-mb-md-5,
  .ds-my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ds-ml-md-5,
  .ds-mx-md-5 {
    margin-left: 3rem !important;
  }
  .ds-p-md-0 {
    padding: 0 !important;
  }
  .ds-pt-md-0,
  .ds-py-md-0 {
    padding-top: 0 !important;
  }
  .ds-pr-md-0,
  .ds-px-md-0 {
    padding-right: 0 !important;
  }
  .ds-pb-md-0,
  .ds-py-md-0 {
    padding-bottom: 0 !important;
  }
  .ds-pl-md-0,
  .ds-px-md-0 {
    padding-left: 0 !important;
  }
  .ds-p-md-1 {
    padding: 0.25rem !important;
  }
  .ds-pt-md-1,
  .ds-py-md-1 {
    padding-top: 0.25rem !important;
  }
  .ds-pr-md-1,
  .ds-px-md-1 {
    padding-right: 0.25rem !important;
  }
  .ds-pb-md-1,
  .ds-py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .ds-pl-md-1,
  .ds-px-md-1 {
    padding-left: 0.25rem !important;
  }
  .ds-p-md-2 {
    padding: 0.5rem !important;
  }
  .ds-pt-md-2,
  .ds-py-md-2 {
    padding-top: 0.5rem !important;
  }
  .ds-pr-md-2,
  .ds-px-md-2 {
    padding-right: 0.5rem !important;
  }
  .ds-pb-md-2,
  .ds-py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .ds-pl-md-2,
  .ds-px-md-2 {
    padding-left: 0.5rem !important;
  }
  .ds-p-md-3 {
    padding: 1rem !important;
  }
  .ds-pt-md-3,
  .ds-py-md-3 {
    padding-top: 1rem !important;
  }
  .ds-pr-md-3,
  .ds-px-md-3 {
    padding-right: 1rem !important;
  }
  .ds-pb-md-3,
  .ds-py-md-3 {
    padding-bottom: 1rem !important;
  }
  .ds-pl-md-3,
  .ds-px-md-3 {
    padding-left: 1rem !important;
  }
  .ds-p-md-4 {
    padding: 1.5rem !important;
  }
  .ds-pt-md-4,
  .ds-py-md-4 {
    padding-top: 1.5rem !important;
  }
  .ds-pr-md-4,
  .ds-px-md-4 {
    padding-right: 1.5rem !important;
  }
  .ds-pb-md-4,
  .ds-py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .ds-pl-md-4,
  .ds-px-md-4 {
    padding-left: 1.5rem !important;
  }
  .ds-p-md-5 {
    padding: 3rem !important;
  }
  .ds-pt-md-5,
  .ds-py-md-5 {
    padding-top: 3rem !important;
  }
  .ds-pr-md-5,
  .ds-px-md-5 {
    padding-right: 3rem !important;
  }
  .ds-pb-md-5,
  .ds-py-md-5 {
    padding-bottom: 3rem !important;
  }
  .ds-pl-md-5,
  .ds-px-md-5 {
    padding-left: 3rem !important;
  }
  .ds-m-md-auto {
    margin: auto !important;
  }
  .ds-mt-md-auto,
  .ds-my-md-auto {
    margin-top: auto !important;
  }
  .ds-mr-md-auto,
  .ds-mx-md-auto {
    margin-right: auto !important;
  }
  .ds-mb-md-auto,
  .ds-my-md-auto {
    margin-bottom: auto !important;
  }
  .ds-ml-md-auto,
  .ds-mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .ds-m-lg-0 {
    margin: 0 !important;
  }
  .ds-mt-lg-0,
  .ds-my-lg-0 {
    margin-top: 0 !important;
  }
  .ds-mr-lg-0,
  .ds-mx-lg-0 {
    margin-right: 0 !important;
  }
  .ds-mb-lg-0,
  .ds-my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ds-ml-lg-0,
  .ds-mx-lg-0 {
    margin-left: 0 !important;
  }
  .ds-m-lg-1 {
    margin: 0.25rem !important;
  }
  .ds-mt-lg-1,
  .ds-my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .ds-mr-lg-1,
  .ds-mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .ds-mb-lg-1,
  .ds-my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ds-ml-lg-1,
  .ds-mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ds-m-lg-2 {
    margin: 0.5rem !important;
  }
  .ds-mt-lg-2,
  .ds-my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .ds-mr-lg-2,
  .ds-mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .ds-mb-lg-2,
  .ds-my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ds-ml-lg-2,
  .ds-mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ds-m-lg-3 {
    margin: 1rem !important;
  }
  .ds-mt-lg-3,
  .ds-my-lg-3 {
    margin-top: 1rem !important;
  }
  .ds-mr-lg-3,
  .ds-mx-lg-3 {
    margin-right: 1rem !important;
  }
  .ds-mb-lg-3,
  .ds-my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ds-ml-lg-3,
  .ds-mx-lg-3 {
    margin-left: 1rem !important;
  }
  .ds-m-lg-4 {
    margin: 1.5rem !important;
  }
  .ds-mt-lg-4,
  .ds-my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .ds-mr-lg-4,
  .ds-mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .ds-mb-lg-4,
  .ds-my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ds-ml-lg-4,
  .ds-mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ds-m-lg-5 {
    margin: 3rem !important;
  }
  .ds-mt-lg-5,
  .ds-my-lg-5 {
    margin-top: 3rem !important;
  }
  .ds-mr-lg-5,
  .ds-mx-lg-5 {
    margin-right: 3rem !important;
  }
  .ds-mb-lg-5,
  .ds-my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ds-ml-lg-5,
  .ds-mx-lg-5 {
    margin-left: 3rem !important;
  }
  .ds-p-lg-0 {
    padding: 0 !important;
  }
  .ds-pt-lg-0,
  .ds-py-lg-0 {
    padding-top: 0 !important;
  }
  .ds-pr-lg-0,
  .ds-px-lg-0 {
    padding-right: 0 !important;
  }
  .ds-pb-lg-0,
  .ds-py-lg-0 {
    padding-bottom: 0 !important;
  }
  .ds-pl-lg-0,
  .ds-px-lg-0 {
    padding-left: 0 !important;
  }
  .ds-p-lg-1 {
    padding: 0.25rem !important;
  }
  .ds-pt-lg-1,
  .ds-py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .ds-pr-lg-1,
  .ds-px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .ds-pb-lg-1,
  .ds-py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .ds-pl-lg-1,
  .ds-px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ds-p-lg-2 {
    padding: 0.5rem !important;
  }
  .ds-pt-lg-2,
  .ds-py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .ds-pr-lg-2,
  .ds-px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .ds-pb-lg-2,
  .ds-py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .ds-pl-lg-2,
  .ds-px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ds-p-lg-3 {
    padding: 1rem !important;
  }
  .ds-pt-lg-3,
  .ds-py-lg-3 {
    padding-top: 1rem !important;
  }
  .ds-pr-lg-3,
  .ds-px-lg-3 {
    padding-right: 1rem !important;
  }
  .ds-pb-lg-3,
  .ds-py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .ds-pl-lg-3,
  .ds-px-lg-3 {
    padding-left: 1rem !important;
  }
  .ds-p-lg-4 {
    padding: 1.5rem !important;
  }
  .ds-pt-lg-4,
  .ds-py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .ds-pr-lg-4,
  .ds-px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .ds-pb-lg-4,
  .ds-py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .ds-pl-lg-4,
  .ds-px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ds-p-lg-5 {
    padding: 3rem !important;
  }
  .ds-pt-lg-5,
  .ds-py-lg-5 {
    padding-top: 3rem !important;
  }
  .ds-pr-lg-5,
  .ds-px-lg-5 {
    padding-right: 3rem !important;
  }
  .ds-pb-lg-5,
  .ds-py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ds-pl-lg-5,
  .ds-px-lg-5 {
    padding-left: 3rem !important;
  }
  .ds-m-lg-auto {
    margin: auto !important;
  }
  .ds-mt-lg-auto,
  .ds-my-lg-auto {
    margin-top: auto !important;
  }
  .ds-mr-lg-auto,
  .ds-mx-lg-auto {
    margin-right: auto !important;
  }
  .ds-mb-lg-auto,
  .ds-my-lg-auto {
    margin-bottom: auto !important;
  }
  .ds-ml-lg-auto,
  .ds-mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .ds-m-xl-0 {
    margin: 0 !important;
  }
  .ds-mt-xl-0,
  .ds-my-xl-0 {
    margin-top: 0 !important;
  }
  .ds-mr-xl-0,
  .ds-mx-xl-0 {
    margin-right: 0 !important;
  }
  .ds-mb-xl-0,
  .ds-my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ds-ml-xl-0,
  .ds-mx-xl-0 {
    margin-left: 0 !important;
  }
  .ds-m-xl-1 {
    margin: 0.25rem !important;
  }
  .ds-mt-xl-1,
  .ds-my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .ds-mr-xl-1,
  .ds-mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .ds-mb-xl-1,
  .ds-my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ds-ml-xl-1,
  .ds-mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ds-m-xl-2 {
    margin: 0.5rem !important;
  }
  .ds-mt-xl-2,
  .ds-my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .ds-mr-xl-2,
  .ds-mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .ds-mb-xl-2,
  .ds-my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ds-ml-xl-2,
  .ds-mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ds-m-xl-3 {
    margin: 1rem !important;
  }
  .ds-mt-xl-3,
  .ds-my-xl-3 {
    margin-top: 1rem !important;
  }
  .ds-mr-xl-3,
  .ds-mx-xl-3 {
    margin-right: 1rem !important;
  }
  .ds-mb-xl-3,
  .ds-my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ds-ml-xl-3,
  .ds-mx-xl-3 {
    margin-left: 1rem !important;
  }
  .ds-m-xl-4 {
    margin: 1.5rem !important;
  }
  .ds-mt-xl-4,
  .ds-my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .ds-mr-xl-4,
  .ds-mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .ds-mb-xl-4,
  .ds-my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ds-ml-xl-4,
  .ds-mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ds-m-xl-5 {
    margin: 3rem !important;
  }
  .ds-mt-xl-5,
  .ds-my-xl-5 {
    margin-top: 3rem !important;
  }
  .ds-mr-xl-5,
  .ds-mx-xl-5 {
    margin-right: 3rem !important;
  }
  .ds-mb-xl-5,
  .ds-my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ds-ml-xl-5,
  .ds-mx-xl-5 {
    margin-left: 3rem !important;
  }
  .ds-p-xl-0 {
    padding: 0 !important;
  }
  .ds-pt-xl-0,
  .ds-py-xl-0 {
    padding-top: 0 !important;
  }
  .ds-pr-xl-0,
  .ds-px-xl-0 {
    padding-right: 0 !important;
  }
  .ds-pb-xl-0,
  .ds-py-xl-0 {
    padding-bottom: 0 !important;
  }
  .ds-pl-xl-0,
  .ds-px-xl-0 {
    padding-left: 0 !important;
  }
  .ds-p-xl-1 {
    padding: 0.25rem !important;
  }
  .ds-pt-xl-1,
  .ds-py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .ds-pr-xl-1,
  .ds-px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .ds-pb-xl-1,
  .ds-py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .ds-pl-xl-1,
  .ds-px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ds-p-xl-2 {
    padding: 0.5rem !important;
  }
  .ds-pt-xl-2,
  .ds-py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .ds-pr-xl-2,
  .ds-px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .ds-pb-xl-2,
  .ds-py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .ds-pl-xl-2,
  .ds-px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ds-p-xl-3 {
    padding: 1rem !important;
  }
  .ds-pt-xl-3,
  .ds-py-xl-3 {
    padding-top: 1rem !important;
  }
  .ds-pr-xl-3,
  .ds-px-xl-3 {
    padding-right: 1rem !important;
  }
  .ds-pb-xl-3,
  .ds-py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .ds-pl-xl-3,
  .ds-px-xl-3 {
    padding-left: 1rem !important;
  }
  .ds-p-xl-4 {
    padding: 1.5rem !important;
  }
  .ds-pt-xl-4,
  .ds-py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .ds-pr-xl-4,
  .ds-px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .ds-pb-xl-4,
  .ds-py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .ds-pl-xl-4,
  .ds-px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ds-p-xl-5 {
    padding: 3rem !important;
  }
  .ds-pt-xl-5,
  .ds-py-xl-5 {
    padding-top: 3rem !important;
  }
  .ds-pr-xl-5,
  .ds-px-xl-5 {
    padding-right: 3rem !important;
  }
  .ds-pb-xl-5,
  .ds-py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ds-pl-xl-5,
  .ds-px-xl-5 {
    padding-left: 3rem !important;
  }
  .ds-m-xl-auto {
    margin: auto !important;
  }
  .ds-mt-xl-auto,
  .ds-my-xl-auto {
    margin-top: auto !important;
  }
  .ds-mr-xl-auto,
  .ds-mx-xl-auto {
    margin-right: auto !important;
  }
  .ds-mb-xl-auto,
  .ds-my-xl-auto {
    margin-bottom: auto !important;
  }
  .ds-ml-xl-auto,
  .ds-mx-xl-auto {
    margin-left: auto !important;
  }
}

/* ------------------------------------------------------------------
** Beguin Spacing -- Custom Spacing bootstrap with alias ds-
---------------------------------------------------------------------*/
/* ------------------------------------------------------------------
** Beguin Text -- Custom Text bootstrap with alias ds-
---------------------------------------------------------------------*/
.ds-text-justify {
  text-align: justify !important;
}

.ds-text-nowrap {
  white-space: nowrap !important;
}

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

.ds-text-left {
  text-align: left !important;
}

.ds-text-right {
  text-align: right !important;
}

.ds-text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .ds-text-sm-left {
    text-align: left !important;
  }
  .ds-text-sm-right {
    text-align: right !important;
  }
  .ds-text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .ds-text-md-left {
    text-align: left !important;
  }
  .ds-text-md-right {
    text-align: right !important;
  }
  .ds-text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .ds-text-lg-left {
    text-align: left !important;
  }
  .ds-text-lg-right {
    text-align: right !important;
  }
  .ds-text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .ds-text-xl-left {
    text-align: left !important;
  }
  .ds-text-xl-right {
    text-align: right !important;
  }
  .ds-text-xl-center {
    text-align: center !important;
  }
}

.ds-text-lowercase {
  text-transform: lowercase !important;
}

.ds-text-uppercase {
  text-transform: uppercase !important;
}

.ds-text-capitalize {
  text-transform: capitalize !important;
}

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

.ds-font-weight-normal {
  font-weight: 400 !important;
}

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

.ds-font-italic {
  font-style: italic !important;
}

.ds-text-white {
  color: #fff !important;
}

.ds-text-primary {
  color: #22275f !important;
}

a.ds-text-primary:hover, a.ds-text-primary:focus {
  color: #151839 !important;
}

.ds-text-secondary {
  color: #0cc6f5 !important;
}

a.ds-text-secondary:hover, a.ds-text-secondary:focus {
  color: #08a0c6 !important;
}

.ds-text-success {
  color: #28a745 !important;
}

a.ds-text-success:hover, a.ds-text-success:focus {
  color: #1e7e34 !important;
}

.ds-text-info {
  color: #17a2b8 !important;
}

a.ds-text-info:hover, a.ds-text-info:focus {
  color: #117a8b !important;
}

.ds-text-warning {
  color: #ffc107 !important;
}

a.ds-text-warning:hover, a.ds-text-warning:focus {
  color: #d39e00 !important;
}

.ds-text-danger {
  color: #dc3545 !important;
}

a.ds-text-danger:hover, a.ds-text-danger:focus {
  color: #bd2130 !important;
}

.ds-text-light {
  color: #f8f9fa !important;
}

a.ds-text-light:hover, a.ds-text-light:focus {
  color: #dae0e5 !important;
}

.ds-text-dark {
  color: #343a40 !important;
}

a.ds-text-dark:hover, a.ds-text-dark:focus {
  color: #1d2124 !important;
}

.ds-text-muted {
  color: #6c757d !important;
}

.ds-text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.ds-visible {
  visibility: visible !important;
}

.ds-invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

.appo-form {
  font-weight: 500;
  letter-spacing: 1;
}

.appo-form p {
  color: #444;
}

.appo-form input {
  line-height: 1.5;
  font-size: 15px;
  font-weight: 400 !important;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.appo-form input[type="text"] {
  padding: 5px 8px;
  font-weight: 400 !important;
  color: #000;
  border: 1px solid #D1D4D3;
  background-color: #fff;
}

@media (max-width: 767px) {
  .appo-form input[type="text"] {
    padding: 8px 8px;
  }
}

@media (max-width: 500px) {
  .appo-form input[type="text"] {
    padding: 5px 8px;
  }
}

.appo-form input[type="text"]:focus {
  border-color: #b5be00;
}

.appo-form input.appo-input-error {
  border: 1px solid #B7153A;
}

.appo-form input[type="submit"] {
  padding: 12px 12px;
  min-width: 160px;
  border-radius: 0;
  border: none;
  font-size: 16px;
  font-weight: 400 !important;
  letter-spacing: 2px;
  color: #fff;
  background-color: #b5be00;
  cursor: pointer;
}

.appo-form input[type="submit"]:hover {
  background-color: #848b00;
}

@media (max-width: 767px) {
  .appo-form input[type="submit"] {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 1rem;
  }
}

.appo-form .legal-link {
  color: #3E9FB8;
  margin: 0.6rem 0 0 0;
  text-decoration: none;
}

.appo-form .legal-link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .appo-form .legal-link {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .appo-form #legal + label + span {
    width: calc(100% - 40px);
    margin-top: 4px;
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .appo-form #legal + label + span {
    margin-top: 14px;
  }
}

@media (max-width: 575px) {
  .appo-form #legal + label + span {
    margin-top: 4px;
  }
}

input.btn-input {
  display: none;
}

input.btn-input + label {
  position: relative;
  display: block;
  margin-top: 0.5rem;
  width: 25px;
  height: 25px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.15);
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 575px) {
  input.btn-input + label {
    margin-top: 0;
  }
}

input.btn-input + label:before, input.btn-input + label:after {
  position: absolute;
  display: block;
  content: '';
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

input.btn-input + label:before {
  background: rgba(255, 255, 255, 0.4);
}

input.btn-input + label:after {
  display: inline-block;
  visibility: hidden;
  top: -1px;
  left: 4px;
  font-family: 'Font Awesome 5 Free';
  font-size: 15px;
  content: "\f00c";
  color: #fff;
}

input.btn-input:checked + label:before {
  background: #B7C62E;
}

input.btn-input:checked + label:after {
  visibility: visible;
}

.consent-all {
  width: 480px;
  margin-top: 14px;
  font-size: 12px;
  line-height: 1.3;
}

.consent-all a {
  margin-top: 0 !important;
  line-height: inherit !important;
}

@media (max-width: 1199px) {
  .consent-all {
    width: calc(100% - 40px);
  }
}

@media (max-width: 575px) {
  .consent-all {
    margin-top: 5px;
  }
}

.ldpc-message {
  width: calc(100% - 40px);
  margin-left: 30px;
  font-size: 12px;
}

input.sg-btn-switch {
  display: none;
}

input.sg-btn-switch + label {
  position: relative;
  display: block;
  width: 54px;
  height: 27px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 82px;
  border: 0px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.sg-btn-switch + label:before, input.sg-btn-switch + label:after {
  position: absolute;
  display: block;
  content: '';
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

input.sg-btn-switch + label:before {
  background: transparent;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 82px;
}

input.sg-btn-switch + label:after {
  width: 27px;
  background: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

input.sg-btn-switch:checked + label:after {
  margin-left: 27px;
  background: #fff;
  background: #b5be00;
}

.appo-dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  color: #444;
  cursor: pointer;
  color: #444;
}

.appo-dropdown__button {
  position: relative;
  width: 100%;
  padding: 8px 10px 8px 10px;
  border: 1px solid #D1D4D3;
  text-align: left;
  background-color: #ffff;
  z-index: 2;
  cursor: pointer;
}

.appo-dropdown__button::after {
  position: absolute;
  display: inline-block;
  top: 18px;
  right: 14px;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  color: #666;
}

.appo-dropdown__button--clicked {
  border-color: #b5be00;
}

.appo-dropdown__button--clicked::after {
  border-top: 0;
  border-bottom: 5px solid;
  color: #b5be00;
}

.appo-dropdown__select {
  display: none;
  position: absolute;
  left: 0;
  top: 41px;
  width: 100%;
  border: 1px solid #D1D4D3;
  letter-spacing: normal;
  background-color: #ffff;
  z-index: 1;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}

.appo-dropdown__select--visible {
  display: block;
}

.appo-dropdown__option {
  width: 100%;
  padding: 8px 10px 8px 10px;
}

.appo-dropdown__option.active {
  background-color: #EEF2F4;
}

@media (max-width: 767px) {
  .appo-dropdown {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}

@media (max-width: 575px) {
  .appo-dropdown {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

.box-custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  color: #444;
}

.box-custom-select::after {
  position: absolute;
  display: inline-block;
  top: 16px;
  right: 12px;
  width: 0;
  height: 0;
  content: "";
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-bottom: 0;
  border-left: 5px solid transparent;
  color: #666;
}

.box-custom-select--clicked::after {
  border-top: 0;
  border-bottom: 5px solid;
  color: #b5be00;
}

@media (max-width: 767px) {
  .box-custom-select {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

.sg-custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 7px;
  color: #444;
  border: 1px solid #D1D4D3;
}

.sg-custom-select::-ms-expand {
  opacity: 0;
}

.sg-custom-select:focus {
  outline: none;
  color: #444;
  border-color: #b5be00;
}

.sg-custom-select option {
  padding-left: 30px;
  font-weight: 400;
  font-size: inherit;
  background-color: #edf0f4;
  background-color: #fff;
}

.sg-custom-select option:hover {
  background-color: #22275f;
  background-color: rgba(32, 34, 69, 0.5);
}

.input-default {
  padding: 8px 12px;
  border: none;
  border-radius: 3px;
  font-size: 1rem !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.input-default--light {
  color: rgba(32, 34, 69, 0.8);
  background-color: rgba(255, 255, 255, 0.4);
}

.input-default--light:focus {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 3px 3px 9px 1px rgba(32, 34, 69, 0.4);
  box-shadow: 3px 3px 9px 1px rgba(32, 34, 69, 0.4);
}

.input-default--dark {
  color: rgba(32, 34, 69, 0.85);
  background-color: rgba(32, 34, 69, 0.35);
}

.input-default--dark:focus {
  color: #fff;
  background-color: rgba(32, 34, 69, 0.5);
  -webkit-box-shadow: 3px 3px 9px 1px rgba(32, 34, 69, 0.4);
  box-shadow: 3px 3px 9px 1px rgba(32, 34, 69, 0.4);
}

.input-default--dark::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.input-default--dark::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.input-default--dark:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.input-default--dark::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.input-default--dark::placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}

.input-default--dark:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.input-default--dark::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.appo-overlay, .appo-overlay-consent {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}

.appo-overlay--show, .appo-overlay-consent--show {
  display: block;
  opacity: 0;
}

.appo-error, .appo-modal {
  width: 720px;
  top: 12rem;
  opacity: 0;
}

@media (max-width: 991px) {
  .appo-error, .appo-modal {
    width: 540px;
  }
}

@media (max-width: 767px) {
  .appo-error, .appo-modal {
    top: 6rem;
    width: 90%;
  }
}

@supports (transform: translateY(-50%)) or (-webkit-transform: translate(-50%, -50%)) {
  .appo-error, .appo-modal {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.appo-error__content, .appo-modal__content {
  padding-bottom: 122px;
  color: #666;
  background-color: #fff;
  font-weight: 400;
}

.appo-error__content {
  min-height: 224px;
}

.appo-modal__content {
  min-height: auto;
}

.appo-btn-close {
  padding: 0;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  margin-top: 16px;
  line-height: 0;
  color: #666;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.appo-btn-close svg {
  width: 24px;
  height: 24px;
  margin-top: 6px;
  fill: #fff;
}

.appo-btn-close--error, .appo-btn-close--modal {
  padding: 0;
  width: 36px;
  height: 36px;
  margin-right: 20px;
  margin-top: 16px;
  line-height: 0;
  color: #666;
}

.appo-btn-close--error svg, .appo-btn-close--modal svg {
  width: 36px;
  height: 36px;
  fill: #666;
}

.appo-error__body, .appo-modal__body {
  position: relative;
  top: 36px;
  margin: auto;
  text-align: center;
  letter-spacing: 0.3px;
}

.appo-error__body {
  width: 355px;
}

.appo-modal__body {
  width: 90%;
}

@supports (transform: translateY(-50%)) or (-webkit-transform: translate(-50%, -50%)) {
  .v-centered {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.appo-modal__item {
  padding: 8px 0;
}

.appo-modal__item--action {
  margin-top: 30px;
}

.appo-modal__item input.btn-input + label {
  margin-top: 0;
  border: 1px solid #666;
}

.appo-modal__item input.btn-input + label:after {
  top: 0px;
  left: 2px;
  font-size: 15px;
}

.appo-modal__item input.btn-input + label:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.appo-modal__label {
  width: calc(100% - 45px);
  margin-top: 2px;
  margin-left: 5px;
  text-align: left;
}

.appo-modal__label .legal-link {
  color: #b5be00;
  color: #3E9FB8;
  margin: 0.6rem 0 0 0;
  text-decoration: none;
}

.appo-modal__label .legal-link:hover {
  color: #b5be00 !important;
  text-decoration: underline;
}

@media (max-width: 575px) {
  .appo-modal__label .legal-link {
    margin-top: 0;
  }
}

.legal__title {
  font-size: 1.4rem;
  color: #666;
}

@media (max-width: 575px) {
  .legal__title {
    font-size: 1.25rem;
  }
}

.legal__subtitle {
  margin-top: 1rem;
  font-size: 1.3rem;
  color: #666;
}

@media (max-width: 575px) {
  .legal__subtitle {
    font-size: 1.3rem;
  }
}

.ds-bg-cover {
  background-size: cover !important;
}

.ds-bg-fixed {
  background-attachment: fixed;
}

@media only screen and (max-device-width: 1366px) {
  .ds-bg-fixed {
    background-attachment: scroll;
  }
}

@media (max-width: 991px) {
  .no-bg-fixed-md {
    background-attachment: initial;
  }
}

.transparent {
  visibility: hidden;
}

.button-radio {
  display: none;
}

.button-radio + label {
  padding: 8px 12px;
  margin: 0;
  max-width: 120px;
  border-radius: 0;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  color: #22275f;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button-radio[type="radio"]:checked + label,
.button-radio:focus + label {
  color: #fff;
  background-color: #0cc6f5;
}

/*===================================================== */
/* CLASS RESET BOOTSTRAP */
/*===================================================== */
/* Reset transition-duration .btn from 0.15s to 0.3s and include border-radius */
.ds-ob {
  outline: 1px solid #000;
}

.ds-disable-link {
  opacity: 0.65;
  -webkit-transition: none !important;
  transition: none !important;
  cursor: not-allowed !important;
}

/*.btn-brand-submit{
	color: #fff !important;
	background-color: $sg-color-secondary !important;
	&:hover {
		border: 2px solid $sg-color-primary !important;
	}
} */
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.ds-tr-03 {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.animated-05 {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animated-03 {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
          animation-timing-function: cubic-bezier(0.42, 0, 1, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes zoomIn {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    display: block;
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
          animation-name: zoomIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.delay-03s {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
