@charset "UTF-8";
/*!
 * Bootstrap Grid v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

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

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

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

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

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

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

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

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

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

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

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

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

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

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

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

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

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

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

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

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

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

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

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

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

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

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

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

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

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

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

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

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

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

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
/*# sourceMappingURL=bootstrap-grid.css.map */
@font-face {
  font-family: "Arial-regular";
  src: url("../assets/Arial-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arial-bold";
  src: url("../assets/Arial-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Arial-black";
  src: url("../assets/Arial-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proximanova-regular";
  src: url("../assets/proximanova-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proximanova-bold";
  src: url("../assets/proximanova-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proximanova-black";
  src: url("../assets/proximanova-black-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Proximanova-extrabold";
  src: url("../assets/proximanova-extrabold.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@keyframes bounceDown {
  0%, 20%, 53%, 80%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -6px, 0);
    -o-transform: translate3d(0, -6px, 0);
    -ms-transform: translate3d(0, -6px, 0);
    -webkit-transform: translate3d(0, -6px, 0);
    transform: translate3d(0, -6px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(0, -4px, 0);
    -o-transform: translate3d(0, -4px, 0);
    -ms-transform: translate3d(0, -4px, 0);
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
  90% {
    -moz-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -ms-transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes bounceRight {
  0%, 20%, 53%, 80%, 100% {
    -moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -moz-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(6px, 0, 0);
    -o-transform: translate3d(6px, 0, 0);
    -ms-transform: translate3d(6px, 0, 0);
    -webkit-transform: translate3d(6px, 0, 0);
    transform: translate3d(6px, 0, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -moz-transform: translate3d(4px, 0, 0);
    -o-transform: translate3d(4px, 0, 0);
    -ms-transform: translate3d(4px, 0, 0);
    -webkit-transform: translate3d(4px, 0, 0);
    transform: translate3d(4px, 0, 0);
  }
  90% {
    -moz-transform: translate3d(2px, 0, 0);
    -o-transform: translate3d(2px, 0, 0);
    -ms-transform: translate3d(2px, 0, 0);
    -webkit-transform: translate3d(2px, 0, 0);
    transform: translate3d(2px, 0, 0);
  }
}
@keyframes bounceScale {
  0%, 50%, 100% {
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  75% {
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
/*================ #Mixins ================*/
/* Standar Styles */
/*------------------------------------------------------------------------------------------------*/
.text-left {
  text-align: left !important;
}

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

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

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

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

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

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

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

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

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

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

  .text-xl-center {
    text-align: center !important;
  }
}
.ml-p0 {
  margin-left: 0;
}

.ml-p5 {
  margin-left: 5px;
}

.ml-p10 {
  margin-left: 10px;
}

.ml-p15 {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .ml-md-p0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .ml-md-p5 {
    margin-left: 5px;
  }
}

@media (min-width: 768px) {
  .ml-md-p10 {
    margin-left: 10px;
  }
}

@media (min-width: 768px) {
  .ml-md-p15 {
    margin-left: 15px;
  }
}

.mr-p0 {
  margin-right: 0;
}

.mr-p5 {
  margin-right: 5px;
}

.mr-p10 {
  margin-right: 10px;
}

.mr-p15 {
  margin-right: 15px;
}

@media (min-width: 768px) {
  .mr-md-p0 {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .mr-md-p5 {
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .mr-md-p10 {
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .mr-md-p15 {
    margin-right: 15px;
  }
}

.mt-p0 {
  margin-top: 0;
}

.mt-p5 {
  margin-top: 5px;
}

.mt-p10 {
  margin-top: 10px;
}

.mt-p15 {
  margin-top: 15px;
}

.mt-p30 {
  margin-top: 30px;
}

.mt-p45 {
  margin-top: 45px;
}

.mt-p60 {
  margin-top: 60px;
}

.mt-p120 {
  margin-top: 120px;
}

@media (min-width: 768px) {
  .mt-md-p0 {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .mt-md-p5 {
    margin-top: 5px;
  }
}

@media (min-width: 768px) {
  .mt-md-p10 {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .mt-md-p15 {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {
  .mt-md-p30 {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .mt-md-p45 {
    margin-top: 45px;
  }
}

@media (min-width: 768px) {
  .mt-md-p60 {
    margin-top: 60px;
  }
}

@media (min-width: 768px) {
  .mt-md-p120 {
    margin-top: 120px;
  }
}

.mb-p0 {
  margin-bottom: 0;
}

.mb-p5 {
  margin-bottom: 5px;
}

.mb-p10 {
  margin-bottom: 10px;
}

.mb-p15 {
  margin-bottom: 15px;
}

.mb-p30 {
  margin-bottom: 30px;
}

.mb-p45 {
  margin-bottom: 45px;
}

.mb-p60 {
  margin-bottom: 60px;
}

.mb-p120 {
  margin-bottom: 120px;
}

@media (min-width: 768px) {
  .mb-md-p0 {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .mb-md-p5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .mb-md-p10 {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .mb-md-p15 {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .mb-md-p30 {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) {
  .mb-md-p45 {
    margin-bottom: 45px;
  }
}

@media (min-width: 768px) {
  .mb-md-p60 {
    margin-bottom: 60px;
  }
}

@media (min-width: 768px) {
  .mb-md-p120 {
    margin-bottom: 120px;
  }
}

.pp-p0 {
  padding: 0;
}

.pp-p15 {
  padding: 15px 30px;
}

.pp-p30 {
  padding: 30px;
}

.pp-p030 {
  padding: 0 30px;
}

@media (min-width: 768px) {
  .pp-md-p0 {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .pp-md-p15 {
    padding: 15px 30px;
  }
}

@media (min-width: 768px) {
  .pp-md-p30 {
    padding: 30px;
  }
}

@media (min-width: 768px) {
  .pp-md-p030 {
    padding: 0 30px;
  }
}

.pl-p0 {
  padding-left: 0;
}

.pl-p5 {
  padding-left: 5px;
}

.pl-p10 {
  padding-left: 10px;
}

.pl-p15 {
  padding-left: 15px;
}

@media (min-width: 768px) {
  .pl-md-p0 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .pl-md-p5 {
    padding-left: 5px;
  }
}

@media (min-width: 768px) {
  .pl-md-p10 {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .pl-md-p15 {
    padding-left: 15px;
  }
}

.pr-p0 {
  padding-right: 0;
}

.pr-p5 {
  padding-right: 5px;
}

.pr-p10 {
  padding-right: 10px;
}

.pr-p15 {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .pr-md-p0 {
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .pr-md-p5 {
    padding-right: 5px;
  }
}

@media (min-width: 768px) {
  .pr-md-p10 {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  .pr-md-p15 {
    padding-right: 15px;
  }
}

.has-color-brand-1 {
  color: #8DBB01;
}

.has-color-brand-5 {
  color: #C7CBDA;
}
.has-color-brand-5 * {
  color: #C7CBDA;
}

.typo-font-2 {
  font-family: "Arial-bold", serif;
}

@media (min-width: 768px) {
  .typo-font-md-2 {
    font-family: "Arial-bold", serif;
  }
}

.text-transform {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .text-md-transform {
    text-transform: uppercase;
  }
}

.text-wrapper {
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .text-md-wrapper {
    overflow-wrap: break-word;
  }
}

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

.link-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  margin-bottom: 0;
}

.errors {
  width: 100%;
  padding: 15px 20px;
  color: #651818;
  border: 1px solid #d20000;
  background-color: #fff8f8;
  text-align: left;
  margin-bottom: 15px;
}
.errors ul {
  padding-left: 23px;
  margin-bottom: 5px;
}

/* Theme Debut Styles */
/*------------------------------------------------------------------------------------------------*/
/*================ #Helper Classes ================*/
.clearfix {
  *zoom: 1;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.visually-hidden, .icon__fallback-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.visibility-hidden {
  visibility: hidden;
}

.visually-hidden--inline {
  margin: 0;
  height: 1em;
}

.visually-hidden--static {
  position: static !important;
}

.js-focus-hidden:focus {
  outline: none;
}

.no-js:not(html) {
  display: none;
}
.no-js .no-js:not(html) {
  display: block;
}

.no-js .js {
  display: none;
}

.hide {
  display: none !important;
}

/*================ #Icons ================*/
.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: white;
}
.no-svg .icon {
  display: none;
}

svg.icon:not(.icon--full-color) circle,
svg.icon:not(.icon--full-color) ellipse,
svg.icon:not(.icon--full-color) g,
svg.icon:not(.icon--full-color) line,
svg.icon:not(.icon--full-color) path,
svg.icon:not(.icon--full-color) polygon,
svg.icon:not(.icon--full-color) polyline,
svg.icon:not(.icon--full-color) rect,
symbol.icon:not(.icon--full-color) circle,
symbol.icon:not(.icon--full-color) ellipse,
symbol.icon:not(.icon--full-color) g,
symbol.icon:not(.icon--full-color) line,
symbol.icon:not(.icon--full-color) path,
symbol.icon:not(.icon--full-color) polygon,
symbol.icon:not(.icon--full-color) polyline,
symbol.icon:not(.icon--full-color) rect {
  fill: inherit;
  stroke: inherit;
}
svg.icon:not(.icon--full-color) .icon-error__symbol,
symbol.icon:not(.icon--full-color) .icon-error__symbol {
  fill: #ffffff;
}

/*============================================================================
  A generic way to visually hide content while
  remaining accessible to screen readers (h5bp.com)
==============================================================================*/
.no-svg .icon__fallback-text {
  position: static !important;
  overflow: inherit;
  clip: none;
  height: auto;
  width: auto;
  margin: 0;
}

/*================ Payment Icons ================*/
.payment-icons {
  cursor: default;
}
@media (min-width: 768px) {
  .payment-icons {
    line-height: 40px;
  }
}
.payment-icons .icon {
  width: 38px;
  height: 24px;
  fill: inherit;
}

/*================ Social Icons ================*/
.social-icons .icon {
  width: 23px;
  height: 23px;
}
@media (min-width: 768px) {
  .social-icons .icon {
    width: 25px;
    height: 25px;
  }
}
.social-icons .icon.icon--wide {
  width: 40px;
}

/*================ Error Icons ================*/
.icon-error {
  fill: #d20000;
  width: 12px;
  height: 12px;
  margin-top: 0.1em;
  flex-shrink: 0;
}

.product-form__error-message-wrapper--hidden {
  display: none;
}

/*================ Form feedback messages ================*/
.note,
.form-message {
  padding: 8px;
  margin: 0 0 27.5px;
}
@media (min-width: 768px) {
  .note,
.form-message {
    padding: 10px;
  }
}

.form-message--success {
  border: 1px solid #1F873D;
  background-color: #f8fff9;
  color: #1F873D;
  display: block;
  width: 100%;
}

.form-message--error {
  color: #651818;
  border: 1px solid #d20000;
  background-color: #fff8f8;
  padding: 1rem 1.3rem;
  text-align: left;
  width: 100%;
}
.form-message--error li {
  list-style-type: disc;
  list-style-position: inside;
}
.form-message--error .form-message__title {
  font-size: 1.2em;
}
.form-message--error .form-message__link, .form-message--error a {
  display: inline-block;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
  color: #651818;
}
.form-message--error .form-message__link:hover, .form-message--error .form-message__link:focus, .form-message--error a:hover, .form-message--error a:focus {
  text-decoration: none;
  color: #651818;
}

[data-slider=slick] {
  visibility: hidden;
}

body, html {
  font-family: "Arial-regular", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: black;
  font-size: 14px;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 42px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 26px;
}

h6 {
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Arial-black", sans-serif;
  line-height: 1.2em;
}

.typo-h1 {
  font-size: 80px;
}

.typo-h2 {
  font-size: 60px;
}

.typo-h3 {
  font-size: 42px;
}

.typo-h4 {
  font-size: 28px;
}

.typo-h5 {
  font-size: 26px;
}

.typo-h6 {
  font-size: 16px;
}

.typo-h7 {
  font-size: 14px;
}

.typo-body {
  font-size: 14px;
}

.typo-small {
  font-size: 12px;
}

.typo-medium {
  font-size: 20px;
}

.typo-xmedium {
  font-size: 100px;
}

.typo-big {
  font-size: 120px;
}

@media (min-width: 768px) {
  .typo-md-h1 {
    font-size: 80px;
  }
}

@media (min-width: 768px) {
  .typo-md-h2 {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .typo-md-h3 {
    font-size: 42px;
  }
}

@media (min-width: 768px) {
  .typo-md-h4 {
    font-size: 28px;
  }
}

@media (min-width: 768px) {
  .typo-md-h5 {
    font-size: 26px;
  }
}

@media (min-width: 768px) {
  .typo-md-h6 {
    font-size: 16px;
  }
}

@media (min-width: 768px) {
  .typo-md-body {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .typo-md-small {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .typo-md-medium {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .typo-md-xmedium {
    font-size: 100px;
  }
}

@media (min-width: 768px) {
  .typo-md-big {
    font-size: 120px;
  }
}

.typo-line-0 {
  line-height: 1.2em;
}

.typo-line-1 {
  line-height: 1.6em;
}

p, a {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  line-height: 1.2em;
  color: black;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  p, a {
    font-size: 14px;
  }
}

a {
  color: black;
  text-decoration: none;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none;
  color: #8DBB01;
}

.has-color-invert {
  color: #FFFFFF;
}

.has-color-base {
  color: #000000;
}

@media (min-width: 768px) {
  .has-md-color-invert {
    color: #FFFFFF;
  }

  .has-md-color-base {
    color: #000000;
  }
}
.c-button {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  border-radius: 6px;
}
.c-button--link {
  text-decoration: underline;
  font-size: 14px;
}
.c-button--brand_1 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #FFFFFF;
  color: #FFFFFF !important;
  font-family: "Arial-bold", serif;
  text-align: center;
  border: 1px solid #000000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_1 .item-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_1 .item-input {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_1 .item-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_1 .item-before * {
  -moz-transition: all 200ms ease-in 250ms;
  -o-transition: all 200ms ease-in 250ms;
  -webkit-transition: all 200ms ease-in 250ms;
  transition: all 200ms ease-in 250ms;
}
.c-button--brand_1 .item-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_1 .item-after * {
  color: #FFFFFF !important;
}
.c-button--brand_1 .item-after--not-image {
  background: #000000;
}
.c-button--brand_2 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #8DBB01;
  color: #8DBB01 !important;
  font-family: "Arial-bold", serif;
  text-align: center;
  border: 1px solid #8DBB01;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_2 .item-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_2 .item-input {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_2 .item-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #8DBB01;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_2 .item-before * {
  -moz-transition: all 200ms ease-in 250ms;
  -o-transition: all 200ms ease-in 250ms;
  -webkit-transition: all 200ms ease-in 250ms;
  transition: all 200ms ease-in 250ms;
}
.c-button--brand_2 .item-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_2 .item-after * {
  color: #8DBB01 !important;
}
.c-button--brand_2 .item-after--not-image {
  background: #FFFFFF;
}
.c-button--brand_3 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #000000;
  color: #8DBB01 !important;
  font-family: "Arial-bold", serif;
  text-align: center;
  border: 1px solid #8DBB01;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_3 .item-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_3 .item-input {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_3 .item-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_3 .item-before * {
  color: #FFFFFF !important;
  -moz-transition: all 200ms ease-in 250ms;
  -o-transition: all 200ms ease-in 250ms;
  -webkit-transition: all 200ms ease-in 250ms;
  transition: all 200ms ease-in 250ms;
}
.c-button--brand_3 .item-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_3 .item-after * {
  color: #FFFFFF !important;
}
.c-button--brand_3 .item-after--not-image {
  background: #8DBB01;
}
.c-button--brand_4 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  background: #444444;
  color: #FFFFFF;
  font-family: "Arial-bold", serif;
  text-align: center;
  border: 1px solid #444444;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_4:hover {
  background: #8DBB01;
  color: #FFFFFF !important;
  border: 1px solid #8DBB01;
}
.c-button--brand_5 {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #FFFFFF !important;
  font-family: "Arial-bold", serif;
  text-align: center;
  border: 1px solid #444444;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_5 .item-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_5 .item-input {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-button--brand_5 .item-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_5 .item-before * {
  -moz-transition: all 200ms ease-in 250ms;
  -o-transition: all 200ms ease-in 250ms;
  -webkit-transition: all 200ms ease-in 250ms;
  transition: all 200ms ease-in 250ms;
}
.c-button--brand_5 .item-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-button--brand_5 .item-after * {
  color: #FFFFFF !important;
}
.c-button--brand_5 .item-after--not-image {
  background: #444444;
}
.c-button--brand_5:hover {
  background: #FFFFFF;
}
.c-button--brand_5:hover .item-before {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-button--brand_5:hover .item-before * {
  color: #000000 !important;
}
.c-button--brand_5:hover .item-after {
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.c-button--disabled {
  border: 1px solid #C7CBDA;
}
.c-button--disabled .item-after--not-image {
  background: #C7CBDA;
}
.c-button--disabled:hover .item-before {
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.c-button--disabled:hover .item-after--not-image {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-button--large {
  display: block;
  width: 100%;
}
.c-button--small {
  height: 35px;
  padding: 0 15px;
  margin-bottom: 0;
  line-height: 35px;
  font-size: 12px;
}
.c-button--medium {
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.c-button--big {
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 12px;
}
.c-button--xbig {
  height: 60px;
  padding: 0 15px;
  line-height: 60px;
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-button--md-large {
    display: block;
    width: 100%;
  }
  .c-button--md-small {
    height: 35px;
    padding: 0 15px;
    margin-bottom: 0;
    border-radius: 5px;
    line-height: 35px;
    font-size: 12px;
  }
  .c-button--md-medium {
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    font-size: 12px;
    letter-spacing: 0.5px;
  }
  .c-button--md-big {
    height: 50px;
    padding: 0 15px;
    line-height: 50px;
    font-size: 16px;
  }
  .c-button--md-xbig {
    height: 60px;
    padding: 0 15px;
    line-height: 60px;
    font-size: 26px;
  }
}

.c-heading {
  display: block;
  position: relative;
}
.c-heading__title {
  display: block;
  position: relative;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: inherit;
  line-height: 1;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: inherit;
}
.c-heading__title--h1, .c-heading__title--h2, .c-heading__title--h3, .c-heading__title--h4, .c-heading__title--h5, .c-heading__title--h6 {
  position: relative;
  color: #000000;
}
.c-heading__title--h1 {
  font-size: 80px;
}
.c-heading__title--h2 {
  font-size: 60px;
}
.c-heading__title--h3 {
  font-size: 42px;
}
.c-heading__title--h4 {
  font-size: 28px;
}
.c-heading__title--h5 {
  font-size: 26px;
}
.c-heading__title--h6 {
  font-size: 16px;
}
.c-heading__title--small {
  font-size: 12px;
}
.c-heading__title--medium {
  font-size: 20px;
}
.c-heading__title--xmedium {
  font-size: 100px;
}
.c-heading__title--big {
  font-size: 120px;
}
@media (min-width: 768px) {
  .c-heading__title--md-h1 {
    font-size: 80px;
  }
  .c-heading__title--md-h2 {
    font-size: 60px;
  }
  .c-heading__title--md-h3 {
    font-size: 42px;
  }
  .c-heading__title--md-h4 {
    font-size: 28px;
  }
  .c-heading__title--md-h5 {
    font-size: 26px;
  }
  .c-heading__title--md-h6 {
    font-size: 16px;
  }
  .c-heading__title--md-small {
    font-size: 12px;
  }
  .c-heading__title--md-medium {
    font-size: 20px;
  }
  .c-heading__title--md-xmedium {
    font-size: 100px;
  }
  .c-heading__title--md-big {
    font-size: 120px;
  }
}
.c-heading__title--has-transform {
  text-transform: none;
}
.c-heading__title--has-weight-x2light {
  font-family: "Arial-regular", sans-serif;
  font-weight: 300;
  text-transform: none;
}
.c-heading__title--has-weight-xlight {
  font-family: "Arial-bold", serif;
  font-weight: 300;
  text-transform: none;
}
.c-heading__title--has-weight-light {
  font-family: "Proximanova-regular", sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.7px;
}
.c-heading__title--has-weight-bold {
  font-family: "Proximanova-extrabold", sans-serif;
  text-transform: none;
}
@media (min-width: 768px) {
  .c-heading__title--has-md-transform {
    text-transform: none;
  }
  .c-heading__title--has-md-weight-x2light {
    font-family: "Arial-regular", sans-serif;
    text-transform: none;
  }
  .c-heading__title--has-md-weight-xlight {
    font-family: "Arial-bold", serif;
    text-transform: none;
  }
  .c-heading__title--has-md-weight-light {
    font-family: "Proximanova-regular", sans-serif;
    text-transform: none;
  }
  .c-heading__title--has-md-weight-bold {
    font-family: "Proximanova-extrabold", sans-serif;
    text-transform: none;
  }
}
.c-heading__title--has-shadow {
  padding-top: 10px;
  text-transform: uppercase;
  font-family: "Proximanova-extrabold", sans-serif;
}
.c-heading__title--has-shadow:after {
  content: attr(title);
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000000;
  color: transparent;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 50px;
  margin-top: -23px;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow:after {
    font-size: 100px;
    margin-top: -36px;
  }
}
.c-heading__title--has-shadow-center {
  text-transform: uppercase;
}
.c-heading__title--has-shadow-center:after {
  content: attr(title);
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000000;
  color: transparent;
  font-size: 50px;
  margin-top: -25px;
  text-align: center;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.c-heading__title--has-shadow-center-mobile {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow-center-mobile:after {
    content: attr(title);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 1;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #000000;
    color: transparent;
    font-size: 50px;
    margin-top: -25px;
    text-align: center;
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
}
.c-heading__title--has-shadow-double {
  margin-bottom: 0;
  padding: 30px 0;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow-double {
    padding: 50px 0;
    -webkit-text-stroke: 2px #000000;
  }
}
.c-heading__title--has-shadow-double:after {
  content: attr(title);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  font-size: 28px;
  text-align: center;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow-double:after {
    font-size: 60px;
    -webkit-text-stroke: 2px #000000;
  }
}
.c-heading__title--has-shadow-double:before {
  content: attr(title);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  font-size: 28px;
  text-align: center;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow-double:before {
    font-size: 60px;
    -webkit-text-stroke: 2px #000000;
  }
}
.c-heading__title--has-shadow-double-min {
  margin-bottom: 0;
  padding: 30px 0;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow-double-min {
    padding: 50px 0;
    -webkit-text-stroke: 2px #000000;
  }
}
.c-heading__title--has-shadow-double-min:after {
  content: attr(title);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  font-size: 28px;
  text-align: center;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow-double-min:after {
    font-size: 42px;
    -webkit-text-stroke: 2px #000000;
  }
}
.c-heading__title--has-shadow-double-min:before {
  content: attr(title);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  font-size: 28px;
  text-align: center;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .c-heading__title--has-shadow-double-min:before {
    font-size: 42px;
    -webkit-text-stroke: 2px #000000;
  }
}

.c-content {
  display: block;
  position: relative;
}
.c-content--height {
  min-height: 90vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-content--max-height {
  min-height: 130vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-content--min-height {
  height: 0;
  padding-bottom: 100%;
}
.c-content--min-height .c-content__wrapper {
  width: inherit;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-content--min-height .c-content__wrapper-padding {
  width: inherit;
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .c-content--md-height {
    height: inherit;
    min-height: 90vh;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-content--md-height .c-content__wrapper {
    width: 100%;
    height: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 2;
    display: initial;
    flex-wrap: inherit;
    align-items: inherit;
  }
  .c-content--md-height .c-content__wrapper-padding {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    z-index: 2;
    display: initial;
    flex-wrap: inherit;
    align-items: inherit;
  }
  .c-content--md-max-height {
    height: inherit;
    min-height: 130vh;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .c-content--md-max-height .c-content__wrapper {
    width: 100%;
    height: inherit;
    position: relative;
    top: inherit;
    left: inherit;
    z-index: 2;
    display: initial;
    flex-wrap: inherit;
    align-items: inherit;
  }
  .c-content--md-max-height .c-content__wrapper-padding {
    width: 100%;
    position: relative;
    top: inherit;
    left: inherit;
    right: inherit;
    bottom: inherit;
    z-index: 2;
    display: initial;
    flex-wrap: inherit;
    align-items: inherit;
  }
}
.c-content__wrapper {
  width: 100%;
  position: relative;
  z-index: 2;
}
.c-content__wrapper-padding {
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 15px;
}
@media (min-width: 768px) {
  .c-content__wrapper-padding {
    padding: 30px;
  }
}
.c-content--has-color-brand-3 {
  background: #F5F7F9;
}
.c-content--pd-top-00 {
  padding-top: 0;
}
.c-content--pd-top-01 {
  padding-top: 30px;
}
.c-content--pd-top-02 {
  padding-top: 60px;
}
.c-content--pd-top-03 {
  padding-top: 90px;
}
.c-content--pd-top-04 {
  padding-top: 120px;
}
@media (min-width: 768px) {
  .c-content--pd-md-top-00 {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-top-01 {
    padding-top: 30px;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-top-02 {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-top-03 {
    padding-top: 90px;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-top-04 {
    padding-top: 120px;
  }
}
.c-content--pd-bottom-00 {
  padding-bottom: 0;
}
.c-content--pd-bottom-01 {
  padding-bottom: 30px;
}
.c-content--pd-bottom-02 {
  padding-bottom: 60px;
}
.c-content--pd-bottom-03 {
  padding-bottom: 90px;
}
.c-content--pd-bottom-04 {
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .c-content--pd-md-bottom-00 {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-bottom-01 {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-bottom-02 {
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-bottom-03 {
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  .c-content--pd-md-bottom-04 {
    padding-bottom: 120px;
  }
}

.c-content-background {
  overflow: hidden;
}
.c-content-background .container {
  padding-top: 30px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.c-content-background__wrapper-min-top {
  width: 100%;
  padding-top: 88.5638%;
}
@media (min-width: 576px) {
  .c-content-background__wrapper-min-top {
    padding-top: 0;
  }
}
.c-content-background__wrapper-top {
  width: 100%;
  padding-top: 177%;
}
@media (min-width: 576px) {
  .c-content-background__wrapper-top {
    padding-top: 0;
  }
}
.c-content-background__wrapper-bottom {
  width: 100%;
  padding-bottom: 177%;
  margin-bottom: 60px;
}
@media (min-width: 576px) {
  .c-content-background__wrapper-bottom {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.c-content-background__fondo-left-top {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  padding-bottom: 88.5638%;
}
@media (min-width: 576px) {
  .c-content-background__fondo-left-top {
    width: 66.666666vw;
    position: absolute;
    top: 0;
    right: 50%;
    bottom: 0;
    margin-right: -90px;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .c-content-background__fondo-left-top {
    margin-right: -120px;
  }
}
@media (min-width: 992px) {
  .c-content-background__fondo-left-top {
    margin-right: -160px;
  }
}
@media (min-width: 1200px) {
  .c-content-background__fondo-left-top {
    margin-right: -190px;
  }
}
.c-content-background__fondo-left-min-top {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 177%;
}
@media (min-width: 576px) {
  .c-content-background__fondo-left-min-top {
    width: 35.7639vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-top: 0;
    margin-left: -15px;
  }
}
.c-content-background__fondo-left-min-bottom {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 177%;
}
@media (min-width: 576px) {
  .c-content-background__fondo-left-min-bottom {
    width: 35.7639vw;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    margin-left: -15px;
  }
}
.c-content-background__fondo-left-min {
  display: none;
}
@media (min-width: 576px) {
  .c-content-background__fondo-left-min {
    width: 35.7639vw;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding-bottom: 0;
    margin-left: -15px;
  }
}

.c-footer {
  padding: 40px 0 60px 0;
  border-top: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-footer {
    padding: 40px 0;
  }
}
.c-footer--top {
  margin-bottom: 30px;
}
.c-footer--bottom {
  padding: 15px;
}
.c-footer__title {
  position: relative;
  margin-bottom: 0;
  padding: 10px 0;
  font-family: "Arial-bold", serif;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-footer__title {
    margin-bottom: 10px;
    font-size: 12px;
  }
}
.c-footer__list {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .c-footer__list {
    padding: 0;
  }
}
.c-footer__link {
  font-size: 14px;
}
@media (min-width: 768px) {
  .c-footer__link {
    padding: 0;
    font-size: 12px;
  }
}
.c-footer__copyright {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  color: #C7CBDA;
}
.c-footer__copyright a {
  color: #C7CBDA;
}
.c-footer__terms {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-footer__terms-li {
  display: block;
  color: #C7CBDA;
}
@media (min-width: 768px) {
  .c-footer__terms-li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin-left: 30px;
  }
}
.c-footer__terms-link {
  color: #C7CBDA;
}

.c-form__group {
  position: relative;
  margin-bottom: 15px;
}
.c-form__group--has-icon .c-form__input {
  padding-left: 44px;
}
.c-form__group--has-icon .c-form__textarea {
  padding-left: 44px;
}
.c-form__group--has-icon .icon-item {
  position: absolute;
  top: 14px;
  left: 10px;
  z-index: 1;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.c-form__group--has-icon .icon-item .color {
  fill: #C7CBDA;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-form__group.focus-input .c-form__label {
  color: #8DBB01;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-form__group.focus-input .icon-item .color {
  fill: #8DBB01;
}
.c-form__group.focus-input-error .c-form__label {
  color: #EE4623;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-form__group.focus-input-error .icon-item .color {
  fill: #EE4623;
}
.c-form__wrapper {
  position: relative;
}
.c-form__input {
  width: 100%;
  height: 50px;
  display: block;
  padding: 0 18px;
  line-height: 50px;
  border-radius: 5px;
  font-family: "Arial-regular", sans-serif !important;
  font-size: 14px !important;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
}
.c-form__input::placeholder {
  color: #C7CBDA;
  opacity: 1;
}
.c-form__input:-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form__input::-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form__input:focus {
  outline: none;
}
.c-form__label {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-form__checkbox {
  display: inline;
  vertical-align: middle;
}
.c-form__checkbox-wrapper {
  overflow: hidden;
  padding-left: 34px;
  line-height: 1;
}
.c-form__checkbox-wrapper [type=checkbox]:checked,
.c-form__checkbox-wrapper [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.c-form__checkbox-wrapper [type=checkbox]:checked + label,
.c-form__checkbox-wrapper [type=checkbox]:not(:checked) + label {
  height: 24px;
  width: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 5px;
  cursor: pointer;
  line-height: 24px;
  border-radius: 5px;
  border: 1px solid #8DBB01;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-form__checkbox-wrapper [type=checkbox]:checked + label .check-icon,
.c-form__checkbox-wrapper [type=checkbox]:not(:checked) + label .check-icon {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  margin-top: -12px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  pointer-events: none;
}
.c-form__checkbox-wrapper [type=checkbox]:checked + label .check-icon .color,
.c-form__checkbox-wrapper [type=checkbox]:not(:checked) + label .check-icon .color {
  fill: #FFFFFF;
}
.c-form__checkbox-wrapper [type=checkbox]:checked + label {
  background: #8DBB01;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-form__checkbox-wrapper [type=checkbox]:checked + label .check-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.c-form__checkbox-wrapper [type=checkbox]:checked + label .check-icon .color {
  fill: #FFFFFF;
}
.c-form__checkbox-text {
  display: inline;
  vertical-align: middle;
  margin-bottom: 10px;
}
.c-form__textarea {
  width: 100%;
  min-height: inherit;
  display: block;
  padding: 16px;
  border-radius: 5px;
  font-family: "Arial-regular", sans-serif !important;
  font-size: 14px !important;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
}
.c-form__textarea::placeholder {
  color: #C7CBDA;
  opacity: 1;
}
.c-form__textarea:-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form__textarea::-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form__textarea:focus {
  outline: none;
}
.c-form__link a {
  margin-left: 25px;
}
.c-form__share-login {
  overflow: hidden;
}
.c-form__share-wrapper {
  position: relative;
}
.c-form__share-wrapper:before {
  content: "";
  width: 50vw;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 100%;
  z-index: 1;
  margin-right: 10px;
  border-bottom: 1px dashed #EBEBEB;
}
.c-form__share-wrapper:after {
  content: "";
  width: 50vw;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 1;
  margin-left: 10px;
  border-bottom: 1px dashed #EBEBEB;
}

.c-form-newsletter__button-wrapper {
  padding-left: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  max-width: 30%;
}
.c-form-newsletter__input {
  height: 50px;
  padding: 0 15px;
  border-radius: 10px;
  line-height: 50px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  max-width: 70%;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
}
.c-form-newsletter__input::placeholder {
  color: #C7CBDA;
  opacity: 1;
}
.c-form-newsletter__input:-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form-newsletter__input::-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form-newsletter__input:focus {
  outline: none;
}
.c-form-newsletter__submit {
  width: 60px;
  height: 50px;
  padding: 0 15px;
  border: none;
  border-radius: 10px;
  line-height: 50px;
  background: #8DBB01;
  color: #FFFFFF;
  vertical-align: middle;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-form-newsletter__submit .icon-item {
  width: 20px;
  vertical-align: middle;
}
.c-form-newsletter__submit .icon-item .color {
  fill: #FFFFFF;
}
.c-form-newsletter__submit:hover {
  background: #000000;
  color: #FFFFFF;
}
.c-form-newsletter__submit:hover .icon-item {
  animation: bounceRight 1000ms;
}
.c-form-newsletter__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-form-search {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 800;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 90px;
}
@media (min-width: 768px) {
  .c-form-search {
    padding-top: 120px;
  }
}
.c-form-search.active {
  display: -ms-flexbox;
  display: flex;
}
.c-form-search__logo {
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-form-search__logo {
    top: 90px;
  }
}
.c-form-search__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-form-search__close {
    top: 30px;
    right: 30px;
  }
}
.c-form-search__close:hover .color {
  fill: #8DBB01;
}
.c-form-search__wrapper {
  width: 100%;
}
.c-form-search__group {
  position: relative;
}
.c-form-search__group .icon-item {
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 1;
  margin-top: -12px;
}
.c-form-search__group .icon-item .color {
  fill: #000000;
}
.c-form-search__input {
  width: 100%;
  height: 50px;
  display: block;
  padding: 0 18px;
  line-height: 50px;
  border-radius: 5px;
  font-family: "Arial-regular", sans-serif !important;
  font-size: 14px !important;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
}
.c-form-search__input::placeholder {
  color: #C7CBDA;
  opacity: 1;
}
.c-form-search__input:-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form-search__input::-ms-input-placeholder {
  color: #C7CBDA;
}
.c-form-search__input:focus {
  outline: none;
}
.c-form-search__ul {
  text-align: left;
}
.c-form-search__li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .c-form-search__li {
    margin-right: 20px;
  }
}
.c-form-search__link {
  display: block;
  height: 50px;
  padding: 0 15px;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Arial-bold", serif;
  font-size: 16px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-form-search__link:hover {
  background-color: #8DBB01;
  color: #FFFFFF !important;
}

.c-article {
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .c-article {
    height: 0;
    position: relative;
    padding-bottom: 147.45%;
  }
}
.c-article__thumb {
  height: 0;
  position: relative;
  padding-bottom: 147.45%;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .c-article__thumb {
    height: initial;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-bottom: 0;
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .c-article__wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
}
.c-article__details {
  width: 100%;
}
@media (min-width: 768px) {
  .c-article__details {
    padding: 20px;
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c-article__description {
  padding: 15px 0;
}
@media (min-width: 768px) {
  .c-article__description {
    padding: 15px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    background: #FFFFFF;
  }
}
.c-article__title {
  text-transform: uppercase;
  color: #330E3B;
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 21px;
}
.c-article__author {
  text-transform: uppercase;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  color: #8DBB01;
}
.c-article__date {
  text-transform: uppercase;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  color: #C7CBDA;
}
@media (min-width: 768px) {
  .c-article:hover .c-article__details {
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
}

.c-account__content {
  padding: 30px 25px;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.c-account__content--top {
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  .c-account__content--top {
    border-radius: 10px;
  }
}
.c-account__content--bottom {
  border-radius: 0 0 10px 10px;
}
@media (min-width: 768px) {
  .c-account__content--bottom {
    border-radius: 10px;
  }
}
.c-account__wrapper {
  margin-top: -80px;
  z-index: 2;
}
.c-account__heading {
  padding-bottom: 20px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-account__address-wrapper {
    padding: 0 15px;
  }
}
.c-account__address {
  position: relative;
  padding: 20px 0;
}
.c-account__address:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-account__address:after {
    width: 85%;
    left: 15px;
    border-top: 1px dashed #EBEBEB;
  }
}
.c-account__address-body {
  padding-left: 15px;
}
.c-account__address-company {
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-account__order {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-account__order {
  padding: 10px;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.c-account__order--name {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  text-align: left;
}
.c-account__order--status {
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}
.c-account__order--label {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.c-account__order--price {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.c-announcement-bar {
  display: none;
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.43px;
}
.c-announcement-bar.active {
  display: block;
}
.c-announcement-bar__close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
  margin-top: -10px;
}

.c-accordion__head {
  position: relative;
  cursor: pointer;
}
.c-accordion__head--mobile {
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-accordion__head--mobile {
    cursor: auto;
  }
}
.c-accordion__head .flecha-accordion {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -12px;
  -moz-transform: scale(0.64);
  -o-transform: scale(0.64);
  -ms-transform: scale(0.64);
  -webkit-transform: scale(0.64);
  transform: scale(0.64);
}
.c-accordion__head .suma-icon {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  margin-top: -6px;
  -moz-transform: scale(0.64);
  -o-transform: scale(0.64);
  -ms-transform: scale(0.64);
  -webkit-transform: scale(0.64);
  transform: scale(0.64);
}
.c-accordion__head .suma-icon .wrapper {
  position: relative;
  display: block;
  width: 14px;
  height: 14px;
}
.c-accordion__head .suma-icon .wrapper:before {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -1px;
  margin-left: -7px;
  background: #899193;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-accordion__head .suma-icon .wrapper:after {
  content: "";
  width: 14px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -1px;
  margin-left: -7px;
  background: #899193;
  moz-transform-origin: center;
  -o-transform-origin: center;
  -ms-transform-origin: center;
  -webkit-transform-origin: center;
  transform-origin: center;
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-accordion__head .suma-icon--is-big {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-accordion__head .suma-icon--is-big .wrapper:before {
  background: #000000;
}
.c-accordion__head .suma-icon--is-big .wrapper:after {
  background: #000000;
}
.c-accordion__body {
  overflow: hidden;
  height: 0;
  padding: 0;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-accordion__body--mobile {
  overflow: hidden;
  height: 0;
  padding: 0;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-accordion__body--mobile {
    height: inherit;
  }
}
.c-accordion__item.show-body .c-accordion__head .suma-icon .wrapper:after {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-accordion__item.show-body .c-accordion__body {
  height: inherit;
  padding: 15px 0;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-accordion__item.show-body .c-accordion__body--mobile {
  height: inherit;
  padding: 15px 0;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-accordion__item.show-body .c-accordion__body--mobile {
    height: inherit;
    padding: 0;
  }
}

.c-about__title {
  color: #8DBB01;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 34px;
}
@media (min-width: 768px) {
  .c-about__title {
    font-size: 28px;
  }
}
.c-about__slide-title {
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-about__slide-title {
    font-size: 28px;
  }
}
.c-about__background-title {
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  letter-spacing: 1px;
  line-height: 34px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-about__background-title {
    font-size: 28px;
  }
}
.c-about__description strong {
  color: #000000;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
.c-about__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-about__min-background {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}

.c-blog__date {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
.c-blog__thumb {
  width: 100%;
  height: 100%;
}
.c-blog__navigation {
  margin: 0 15px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .c-blog__navigation {
    width: 100%;
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 1;
    margin: 0;
  }
}
.c-blog__navigation .c-slider__dots {
  width: 50%;
  margin-top: 0;
}
@media (min-width: 768px) {
  .c-blog__navigation .c-slider__dots {
    margin: inherit;
    margin-left: auto;
    margin-right: 60px;
  }
}
@media (min-width: 768px) {
  .c-blog__slide {
    padding-bottom: 80px;
  }
}
.c-blog__article-start h1, .c-blog__article-start h2, .c-blog__article-start h3, .c-blog__article-start h4, .c-blog__article-start h5, .c-blog__article-start h6 {
  display: none;
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
}
.c-blog__article-start h1 *, .c-blog__article-start h2 *, .c-blog__article-start h3 *, .c-blog__article-start h4 *, .c-blog__article-start h5 *, .c-blog__article-start h6 * {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
}
.c-blog__article-end h1, .c-blog__article-end h2, .c-blog__article-end h3, .c-blog__article-end h4, .c-blog__article-end h5, .c-blog__article-end h6 {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
}
.c-blog__article-end h1 *, .c-blog__article-end h2 *, .c-blog__article-end h3 *, .c-blog__article-end h4 *, .c-blog__article-end h5 *, .c-blog__article-end h6 * {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
}
.c-blog__article-end th, .c-blog__article-end td {
  text-align: left;
  border: 1px solid transparent;
  padding: 10px 14px;
}
.c-blog__social-title {
  display: none;
  margin-right: 10px;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  color: #8DBB01;
  text-transform: uppercase;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .c-blog__social-title {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    vertical-align: middle;
  }
}
.c-blog__social-sharing {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding-top: 15px;
  padding-bottom: 0;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .c-blog__social-sharing {
    padding-top: 20px;
    padding-bottom: 0;
  }
}
.c-blog__social-sharing .social-sharing {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.c-blog__social-sharing .social-sharing li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-blog__social-sharing .social-sharing li a {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 15px 0 0;
  padding: 0;
  line-height: 70px;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-blog__social-sharing .social-sharing li a {
    width: 30px;
    height: 30px;
    line-height: 33px;
  }
}
.c-blog__social-sharing .social-sharing li a .icon-item {
  width: 20px;
  height: 20px;
}
@media (min-width: 768px) {
  .c-blog__social-sharing .social-sharing li a .icon-item {
    width: 12px;
    height: 12px;
  }
}
.c-blog__social-sharing .social-sharing li a .icon-item .color {
  fill: #000000;
}
.c-blog__social-sharing .social-sharing li a .share-title {
  display: none;
}
.c-blog__social-sharing .social-sharing li a:hover {
  animation: bounceDown 1000ms;
  border: 1px solid #EBEBEB;
}
.c-blog__social-sharing .social-sharing li a:hover .color {
  fill: #8DBB01 !important;
}

.c-collection-item {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 146.7%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  border-radius: 1px;
}
.c-collection-item__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-collection-item__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
}
.c-collection-item__content {
  min-width: 60%;
  padding: 20px 0;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-collection-item__content {
    max-width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translate(0, 15px);
    -o-transform: translate(0, 15px);
    -ms-transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    transform: translate(0, 15px);
  }
}
.c-collection-item__wrapper {
  display: block;
  padding: 20px;
  border-radius: 5px;
  background: #FFFFFF;
  text-align: center;
}
.c-collection-item__title {
  width: 100%;
  text-transform: uppercase;
  font-family: "Arial-black", sans-serif;
  font-size: 24px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-collection-item__title {
    font-size: 28px;
  }
}
.c-collection-item__count {
  color: #C7CBDA;
}
.c-collection-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.c-collection-item--compress {
  position: relative;
  height: inherit;
  overflow: hidden;
  padding-bottom: 0;
  text-align: center;
}
.c-collection-item--compress .c-collection-item__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-collection-item--compress .c-collection-item__title {
  padding: 20px 15px;
}
.c-collection-item--compress .c-collection-item__title-wrapper {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 1;
}
.c-collection-item.active-subcollection {
  padding-bottom: 100%;
  margin-bottom: 60px;
  border-radius: 3px;
}
.c-collection-item.active-subcollection .c-collection-item__content {
  min-width: 60%;
  padding: 20px 0;
  text-align: center;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-collection-item.active-subcollection .c-collection-item__content {
    min-width: 33.3333%;
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
}
.c-collection-item.active-subcollection .c-collection-item__wrapper {
  border-radius: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-collection-item.active-subcollection:hover .c-collection-item__content {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-collection-item:hover .c-collection-item {
  background: #000000;
}
.c-collection-item:hover .c-collection-item__content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.c-collection-item-static {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
  border-radius: 0;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1px solid #000000;
}
.c-collection-item-static__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-collection-item-static__title-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.c-collection-item-static__title {
  width: 100%;
  text-transform: uppercase;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 28px;
  color: #000000;
  line-height: 1;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-collection-item-static__title .item-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  text-transform: uppercase;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 28px;
  color: #000000;
  line-height: 1;
  margin-bottom: 0;
}
.c-collection-item-static__title .item-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #8DBB01;
  color: #FFFFFF;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-collection-item-static__title .item-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-collection-item-static__title .item-after--not-image {
  background: #FFFFFF;
}
.c-collection-item-static--compress {
  position: relative;
  height: inherit;
  overflow: hidden;
  padding-bottom: 0;
  text-align: center;
  border: 1px solid #330E3B;
  border-radius: 2px;
  -moz-transition: all 100ms ease-in 200ms;
  -o-transition: all 100ms ease-in 200ms;
  -webkit-transition: all 100ms ease-in 200ms;
  transition: all 100ms ease-in 200ms;
}
.c-collection-item-static--compress .c-collection-item-static__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-collection-item-static--compress .c-collection-item-static__title {
  padding: 8px 5px 8px 5px;
  font-family: "Arial-bold", serif;
  font-size: 16px;
  letter-spacing: 0.6px;
}
.c-collection-item-static--compress .c-collection-item-static__title-wrapper {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
  z-index: 1;
}
.c-collection-item-static--compress:hover {
  border: 1px solid #8DBB01;
}
.c-collection-item-static:hover .c-collection-item-static {
  background: #000000;
}
.c-collection-item-static:hover .c-collection-item-static__title {
  color: #FFFFFF;
}
.c-collection-item-static:hover .c-collection-item-static__title .item-before {
  -moz-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.c-collection-item-static:hover .c-collection-item-static__title .item-after {
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.c-comments__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  position: relative;
  min-height: 65px;
  padding-left: 90px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
.c-comments__item:hover .c-comments__thumb:after {
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-comments__thumb {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #8DBB01;
  line-height: 65px;
  border-radius: 100%;
  text-align: center;
}
.c-comments__thumb .icon-item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.c-comments__thumb .icon-item .color {
  fill: white;
}
.c-comments__thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #8DBB01;
  border-radius: 100%;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-comments__author {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #8DBB01;
}
.c-comments__date {
  font-family: "Arial-regular", sans-serif;
  font-size: 12px;
  color: #C7CBDA;
}

.c-collaboration {
  position: relative;
  border-radius: 3px;
  padding-bottom: 62.2857%;
  margin-bottom: 69px;
}
.c-collaboration__thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 3px;
}
.c-collaboration__date {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
  padding: 10px 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
.c-collaboration__date p {
  margin-bottom: 0;
  text-align: center;
}
.c-collaboration__date p:nth-of-type(1) {
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 20px;
}
.c-collaboration__date p:nth-of-type(2) {
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-collaboration__date p:nth-of-type(3) {
  display: none;
}
.c-collaboration__date div img {
  display: none;
}
.c-collaboration__logo {
  height: 78px;
  width: 184px;
  position: absolute;
  left: 50%;
  bottom: -39px;
  z-index: 3;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
  margin-left: -92px;
  text-align: center;
}
.c-collaboration__logo p {
  display: none;
}

.c-cart__resumen {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
}
.c-cart__banner {
  height: 0;
  position: relative;
  padding-bottom: 22%;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.c-cart__banner-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.c-cart__jibbitz {
  padding: 30px 15px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
}
.c-cart__count {
  color: #C7CBDA;
}
.c-cart__row {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  order: 90;
}
.c-cart__wrapper-item {
  min-height: 95px;
  position: relative;
  padding-left: 120px;
  text-align: left;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-cart__wrapper-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-cart__quantity-td {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.c-cart__final-price {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-cart__close {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
}
.c-cart__close:hover .color {
  fill: #8DBB01;
}
.c-cart__image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-cart__price {
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-cart__price * {
  margin: 0;
}
.c-cart__price .cart__qty-label {
  display: none;
}
.c-cart__meta {
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-cart__meta .product-details__item.product-details__item--property {
  display: none;
}
.c-cart__qty-input {
  box-sizing: border-box;
  height: 50px;
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 0 34px;
  text-align: center;
}
.c-cart__quantity-wrapper {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .c-cart__quantity-wrapper {
    margin-top: 0;
  }
}
.c-cart__quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.c-cart__quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-cart__quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.c-cart__quantity-wrapper .quantity-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 100%;
  margin-top: -10px;
}
.c-cart__quantity-wrapper .quantity-btn--btn-down {
  left: 7px;
  z-index: 3;
}
.c-cart__quantity-wrapper .quantity-btn--btn-down:after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -5px;
  background: black;
  transition: all 300ms ease-in-out;
}
.c-cart__quantity-wrapper .quantity-btn--btn-down:hover:after {
  background: red;
}
.c-cart__quantity-wrapper .quantity-btn--btn-up {
  right: 7px;
  z-index: 3;
}
.c-cart__quantity-wrapper .quantity-btn--btn-up:before {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -5px;
  background: black;
  transition: all 300ms ease-in-out;
}
.c-cart__quantity-wrapper .quantity-btn--btn-up:after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -5px;
  background: black;
  transition: all 300ms ease-in-out;
}
.c-cart__quantity-wrapper .quantity-btn--btn-up:hover:after {
  background: red;
}
.c-cart__quantity-wrapper .quantity-btn--btn-up:hover:before {
  background: red;
}
.c-cart__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-cart__conjunto-title {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-cart__conjunto-link {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
  margin-top: 10px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-cart__conjunto-link {
    margin-top: 30px;
  }
}
.c-cart__conjunto-link:hover {
  color: #8DBB01 !important;
}
.c-cart__conjunto-links {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.c-cart__conjunto-links:hover {
  color: #8DBB01 !important;
}
.c-cart__conjunto {
  border: none;
  border-radius: 0;
  order: 2;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c-cart__conjunto {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 0;
  }
}
.c-cart__conjunto .c-cart__wrapper-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-cart__conjunto .c-cart__quantity-td {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  padding-left: 120px;
}
.c-cart__conjunto .c-cart__final-price {
  display: none;
}
.c-cart__conjunto.left {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-cart__conjunto.left {
    border-left: 1px solid #EBEBEB;
    border-right: inherit;
  }
}
.c-cart__conjunto.right {
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-cart__conjunto.right {
    border-left: inherit;
    border-right: 1px solid #EBEBEB;
  }
}
.c-cart__conjunto.start-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-top: 1px solid #EBEBEB;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-radius: 10px 10px 0 0;
}
.c-cart__conjunto.start-item .c-cart__wrapper-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .c-cart__conjunto.start-item .c-cart__wrapper-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.c-cart__conjunto.start-item .c-cart__quantity-td {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  padding-left: 0;
}
.c-cart__conjunto.start-item .c-cart__final-price {
  display: block;
}
@media (min-width: 768px) {
  .c-cart__conjunto.last-items.left {
    border-bottom-left-radius: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #EBEBEB;
  }
}
.c-cart__conjunto.last-items.right {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-cart__conjunto.last-items.right {
    margin-bottom: 30px;
    border-bottom-left-radius: inherit;
  }
}
.c-cart__conjunto.last-item {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border-left: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  border-bottom: 1px solid #EBEBEB;
  margin-bottom: 30px;
}
.c-cart__conjunto.last-item .c-cart__wrapper-item {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.c-cart__conjunto.last-item .c-cart__quantity-td {
  -ms-flex: 0 0 16.6666%;
  flex: 0 0 16.6666%;
  max-width: 16.6666%;
  padding-left: 0;
}
.c-cart__conjunto.last-item .c-cart__final-price {
  display: block;
}
.c-cart__conjunto-buttons-delete {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-cart-pop-mini {
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99999;
  padding: 0 30px 30px;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-cart-pop-mini {
    height: 100vh;
    width: 400px;
  }
}
.c-cart-pop-mini.active {
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media (min-width: 768px) {
  .c-cart-pop-mini.active {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c-cart-pop-mini__close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
  color: #000000;
  margin-top: -12.5px;
  margin-bottom: 0;
  line-height: 25px;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}
.c-cart-pop-mini__close svg {
  vertical-align: middle;
}
.c-cart-pop-mini__close-item {
  color: #C7CBDA;
  margin-bottom: 0;
  cursor: pointer;
}
.c-cart-pop-mini__header {
  position: relative;
  border-bottom: none;
  padding: 50px 0 20px;
  background: #FFFFFF;
  text-align: center;
  border-bottom: 1px dashed #EBEBEB;
}
.c-cart-pop-mini__heading {
  margin-bottom: 0;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 42px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
}
.c-cart-pop-mini__empty {
  display: none;
  padding: 60px 30px;
  text-align: center;
}
.c-cart-pop-mini__empty.active {
  display: block;
}
.c-cart-pop-mini__list {
  background: #FFFFFF;
}
.c-cart-pop-mini__list-item {
  position: relative;
  padding: 20px 15px;
  padding-right: 50px;
}
.c-cart-pop-mini__image {
  width: 100%;
  padding-bottom: 100%;
  overflow: hidden;
}
.c-cart-pop-mini__details * {
  font-size: 12px;
  color: #414042;
}
.c-cart-pop-mini__data-title {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px !important;
}
.c-cart-pop-mini__data-price {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px !important;
}
.c-cart-pop-mini__data-size {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  color: #000000;
  margin-bottom: 20px !important;
}
.c-cart-pop-mini__upselling {
  display: none;
  padding: 30px 0;
  background: #FFFFFF;
  border-top: 1px solid #EBEBEB;
  text-align: center;
}
.c-cart-pop-mini__upselling.active-gift {
  display: block !important;
}
.c-cart-pop-mini__discount {
  display: none;
  padding: 20px 0;
  border-bottom: 1px dashed #EBEBEB;
}
.c-cart-pop-mini__discount * {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  color: #C7CBDA;
  text-align: center;
}
.c-cart-pop-mini__discount.active {
  display: block !important;
}
.c-cart-pop-mini__announcement {
  padding: 20px 0;
  background: #FFFFFF;
  border-top: 1px solid #EBEBEB;
}
.c-cart-pop-mini__announcement * {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  color: #C7CBDA;
  text-align: center;
}
.c-cart-pop-mini__note {
  display: none;
}
.c-cart-pop-mini__note.active {
  display: block !important;
}
.c-cart-pop-mini__shipping {
  padding: 10px 0 20px;
  color: #C7CBDA;
}
.c-cart-pop-mini__label-total {
  font-family: "Proximanova-bold", serif;
  color: #8DBB01;
}
.c-cart-pop-mini__total {
  font-family: "Proximanova-bold", serif;
  color: #8DBB01;
  text-align: right;
}
.c-cart-pop-mini__buttons {
  padding: 30px 0;
  border-top: 1px solid #EBEBEB;
}
.c-cart-pop-mini__input-quantity {
  box-sizing: border-box;
  width: 100%;
  border: 2px solid #000000;
  border-radius: 5px;
  background-color: #FFFFFF;
  text-align: center;
  font-family: "Proximanova-bold", serif;
  color: #8DBB01;
}
.c-cart-pop-mini__quantity-wrapper {
  display: none;
  position: relative;
}
.c-cart-pop-mini__quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.c-cart-pop-mini__quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-cart-pop-mini__quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn {
  width: 24px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  cursor: pointer;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-down {
  left: 4px;
  z-index: 3;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-down:after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -1px;
  background: #8DBB01;
  transition: all 300ms ease-in-out;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-down:hover:after {
  background: #000000;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-up {
  right: 4px;
  z-index: 3;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-up:before {
  content: "";
  width: 2px;
  height: 12px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -6px;
  background: #8DBB01;
  transition: all 300ms ease-in-out;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-up:after {
  content: "";
  width: 12px;
  height: 2px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -1px;
  background: #8DBB01;
  transition: all 300ms ease-in-out;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-up:hover:after {
  background: #000000;
}
.c-cart-pop-mini__quantity-wrapper .quantity-btn--btn-up:hover:before {
  background: #000000;
}

.c-cart-popup-notification {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  padding: 30px 15px 15px;
  border: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-cart-popup-notification .container {
  position: relative;
  z-index: 2;
}
.c-cart-popup-notification.active {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-cart-popup-notification__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-cart-popup-notification__close {
    top: 0;
  }
}
.c-cart-popup-notification__close .color {
  fill: #8DBB01;
}
.c-cart-popup-notification__close:hover .color {
  fill: #000000;
}
.c-cart-popup-notification__wrapper {
  position: relative;
}
.c-cart-popup-notification__title {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial-bold", serif;
  font-size: 14px;
  color: #000000;
}
.c-cart-popup-notification__product-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.c-cart-popup-notification__product-title {
  font-size: 14px;
  color: #000000;
  margin-bottom: 10px;
}
.c-cart-popup-notification__product-price {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #8DBB01;
  margin-bottom: 20px;
}

.c-block-content--hero {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 45.6%;
}
@media (min-width: 768px) {
  .c-block-content--hero {
    padding-bottom: 20%;
  }
}
.c-block-content--hero__mobile {
  padding-bottom: 20%;
}
.c-block-content--hero__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.c-block-content--hero__thumb {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.c-block-content--hero__content {
  position: relative;
  display: block;
}
.c-block-content--internal {
  box-sizing: border-box;
  padding: 30px 20px 40px 20px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 29, 69, 0.1);
}
.c-block-content--height {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 31.228%;
}
.c-block-content--height__wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}

.c-feature-title__thumb {
  height: 0;
  position: relative;
  overflow: hidden;
}
.c-feature-title__thumb--left {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .c-feature-title__thumb--left {
    padding-bottom: 106.77%;
  }
}
.c-feature-title__thumb--right {
  padding-bottom: 80vh;
}
@media (min-width: 768px) {
  .c-feature-title__thumb--right {
    padding-bottom: 152.36%;
  }
}
.c-feature-title__thumb--center {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .c-feature-title__thumb--center {
    padding-bottom: 100%;
  }
}
.c-feature-title__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-feature-title__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-feature-title__wrapper--top {
  align-items: flex-start;
}
.c-feature-title__wrapper--center {
  align-items: center;
}
.c-feature-title__wrapper--bottom {
  align-items: flex-end;
}
.c-feature-title__content {
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .c-feature-title__content {
    padding: 30px;
  }
}
.c-feature-title__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.c-feature-title__text {
  font-family: "Proximanova-extrabold", sans-serif;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.c-feature-title__text.text-heading {
  color: #FFFFFF;
}

.c-filters-collections {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 400;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: white;
  padding: 30px 15px;
  overflow: auto;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
@media (min-width: 768px) {
  .c-filters-collections {
    position: relative;
    width: inherit;
    height: inherit;
    z-index: inherit;
    top: inherit;
    left: inherit;
    background: inherit;
    padding: 0;
    overflow-y: hidden;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c-filters-collections.active {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 800ms ease-in-out 200ms;
  -o-transition: all 800ms ease-in-out 200ms;
  -webkit-transition: all 800ms ease-in-out 200ms;
  transition: all 800ms ease-in-out 200ms;
}
.c-filters-collections__content {
  padding: 30px 0;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .c-filters-collections__content {
    padding: 30px 15px;
    border: 1px solid #EBEBEB;
  }
}
.c-filters-collections__menu-collection {
  width: 100%;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Arial-regular", sans-serif !important;
  font-size: 15px !important;
  font-weight: 300;
  cursor: pointer;
  background: #000000;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 50px;
  text-align: center;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-filters-collections__menu-collection:hover {
  background: #8DBB01;
}
.c-filters-collections__menu-filter-mobile {
  width: 100%;
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 50px;
  padding: 0 10px;
  margin-bottom: 0;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "Arial-regular", sans-serif !important;
  font-size: 15px !important;
  font-weight: 300;
  cursor: pointer;
  background: #000000;
  color: #FFFFFF;
  letter-spacing: 1.5px;
  line-height: 50px;
  text-align: center;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-filters-collections__menu-filter-mobile:hover {
  background: #8DBB01;
}
.c-filters-collections__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.c-filters-collections__close .color {
  fill: #C7CBDA;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-filters-collections__close:hover .color {
  fill: #8DBB01;
}
.c-filters-collections__title {
  position: relative;
  padding: 10px 0;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.c-filters-collections__link-tag {
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-filters-collections__link-tag {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-filters-collections__link-tag a {
  display: block;
  position: relative;
  padding: 5px;
  padding-left: 40px;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-filters-collections__link-tag a {
    font-size: 14px;
  }
}
.c-filters-collections__link-tag a:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  background: #E5E6ED;
  border-radius: 2px;
  margin-top: -12px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-filters-collections__link-tag .check-icon {
  content: "";
  height: 24px;
  width: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  box-sizing: border-box;
  margin-top: -12px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  pointer-events: none;
}
.c-filters-collections__link-tag .check-icon .color {
  fill: #FFFFFF;
}
.c-filters-collections__link-tag.is-active a:before {
  background: #8DBB01;
}
.c-filters-collections__link-tag.is-active .check-icon {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.c-filters-collections__link-tag:hover a {
  text-decoration: none;
  color: #8DBB01;
}
.c-filters-collections__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-filters-collections__item.tags-group-precio {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-filters-collections__item.tags-group-precio .c-filters-collections__link-tag {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 768px) {
  .c-filters-collections__item.tags-group-precio .c-filters-collections__link-tag {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-filters-collections__item.tags-group-precio .c-filters-collections__link-tag .tag-wrapper {
  position: relative;
}
.c-filters-collections__item.tags-group-talla {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-filters-collections__item.tags-group-talla .c-filters-collections__link-tag {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.c-filters-collections__item.tags-group-talla .c-filters-collections__link-tag.is-active a {
  background: #8DBB01;
  color: #FFFFFF;
}
.c-filters-collections__item.tags-group-talla .c-filters-collections__link-tag.is-active .check-icon {
  display: none !important;
}
.c-filters-collections__item.tags-group-talla .tag-wrapper {
  padding: 2px 2px 2px 0;
}
.c-filters-collections__item.tags-group-talla a {
  height: 50px;
  line-height: 50px;
  padding: 0;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  text-align: center;
  font-family: "Arial-bold", serif;
  font-size: 14px;
}
.c-filters-collections__item.tags-group-talla a:before {
  content: none;
}
.c-filters-collections__item.tags-group-talla.unisex a {
  font-family: "Arial-bold", serif;
  font-size: 12px;
}
.c-filters-collections__item.tags-group-genero {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-filters-collections__item.tags-group-genero .c-filters-collections__link-tag {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-filters-collections__item.tags-group-genero .c-filters-collections__link-tag {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-filters-collections__item.tags-group-estilo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-filters-collections__item.tags-group-estilo .c-filters-collections__link-tag {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-filters-collections__item.tags-group-estilo .c-filters-collections__link-tag {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-filters-collections__item.tags-group-estilo a {
  padding-left: 58px;
}
@media (min-width: 768px) {
  .c-filters-collections__item.tags-group-estilo a {
    padding-left: 70px;
  }
}
.c-filters-collections__item.tags-group-estilo .tag-color {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 29px;
  z-index: 1;
  margin-top: -12px;
}
.c-filters-collections__item.tags-group-color {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-filters-collections__item.tags-group-color .c-filters-collections__link-tag {
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
  margin-bottom: 5px;
}
.c-filters-collections__item.tags-group-color .c-filters-collections__link-tag.is-active a {
  border: 1px solid #8DBB01;
}
.c-filters-collections__item.tags-group-color .c-filters-collections__link-tag:hover a {
  color: transparent !important;
}
.c-filters-collections__item.tags-group-color .tag-wrapper {
  position: relative;
}
.c-filters-collections__item.tags-group-color .tag-wrapper a {
  overflow: hidden;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #EBEBEB;
  text-align: center;
  color: transparent;
}
.c-filters-collections__item.tags-group-color .tag-wrapper a:before {
  content: none;
}
.c-filters-collections__item.tags-group-color .tag-wrapper .tag-color {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 100%;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  pointer-events: none;
}
.c-filters-collections__item.tags-group-color .tag-wrapper .check-icon {
  left: 50%;
  margin-left: -12px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-filters-collections__buttons {
  padding: 0 15px;
}

.c-filters-sort__title {
  color: #C7CBDA;
}
.c-filters-sort__input {
  display: block;
  width: 100% !important;
  border-radius: 10px;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #EBEBEB;
}
.c-filters-sort__input * {
  padding: 5px;
  background: #FFFFFF;
}
.c-filters-sort__input:focus {
  outline: none;
}

.c-faqs__item {
  padding: 15px;
  border-radius: 10px;
  background-color: #F5F7F9;
}

.c-group-icon__link {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-bottom: 0;
  margin-left: 15px;
}
@media (min-width: 768px) {
  .c-group-icon__link {
    margin-left: 2px;
  }
}
@media (min-width: 992px) {
  .c-group-icon__link {
    margin-left: 10px;
  }
}
.c-group-icon__link .color {
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-group-icon__link .counter {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: -7px;
  right: -7px;
  z-index: 1;
  line-height: 16px;
  text-align: center;
  border-radius: 100%;
  background: #8DBB01;
  color: #FFFFFF;
  -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -ms-transform: scale(0.6);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-group-icon__link .counter__text {
  margin-left: 1px;
}
.c-group-icon__link:hover .color {
  fill: #000000;
}
.c-group-icon__link:hover .counter {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-group-icon__link-wrapper {
  width: 24px;
  position: relative;
}

.c-header {
  padding: 20px 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 0 0 #EBEBEB;
}
@media (min-width: 768px) {
  .c-header {
    padding: 0;
    background: transparent;
  }
}
.c-header__menu {
  height: 50px;
  width: 50px;
  position: relative;
  padding: 0 20px;
  border-radius: 5px;
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  line-height: 50px;
  margin-bottom: 0;
  text-align: right;
}
@media (min-width: 960px) {
  .c-header__menu {
    width: 144px;
  }
}
.c-header__menu .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 13px;
  z-index: 1;
  margin-top: -12px;
}
@media (min-width: 960px) {
  .c-header__menu .icon {
    left: 20px;
  }
}
.c-header__menu .icon .wrapper {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.c-header__menu .icon .wrapper span {
  height: 2px;
  position: absolute;
  left: 3px;
  z-index: 1;
  background: #000000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-header__menu .icon .wrapper span:nth-child(1) {
  width: 18px;
  top: 5px;
}
.c-header__menu .icon .wrapper span:nth-child(2) {
  width: 12px;
  top: 11px;
}
.c-header__menu .icon .wrapper span:nth-child(3) {
  width: 9px;
  top: 18px;
  background: #000000;
}
.c-header__menu.active .icon .wrapper span:nth-child(1) {
  width: 18px;
}
.c-header__menu.active .icon .wrapper span:nth-child(2) {
  width: 18px;
}
.c-header__menu.active .icon .wrapper span:nth-child(3) {
  width: 18px;
}
.c-header__bottom {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 600;
  background: #FFFFFF;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-header__bottom {
    display: none;
  }
}
.c-header__bottom .c-group-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-header__bottom .c-group-icon__link {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin: 0;
}
.c-header__waypoint {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 700;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
@media (min-width: 768px) {
  .c-header__waypoint {
    height: inherit;
    background-color: #FFFFFF;
    transition: top 0.15s cubic-bezier(0.3, 0, 0, 1);
  }
}

.c-hero {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-hero--adapt {
  height: 100vh;
}
.c-hero--x-small {
  height: 40vh;
}
.c-hero--small {
  height: 50vh;
}
.c-hero--medium {
  height: 70vh;
}
.c-hero--large {
  height: 90vh;
}
.c-hero--x-large {
  height: 110vh;
}
.c-hero--vertical-top {
  justify-content: flex-start;
}
.c-hero--vertical-center {
  justify-content: center;
}
.c-hero--vertical-bottom {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .c-hero--top {
    align-items: flex-start;
  }
  .c-hero--center {
    align-items: center;
  }
  .c-hero--bottom {
    align-items: flex-end;
  }
}
.c-hero__wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .c-hero__wrapper {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .c-hero__wrapper--small {
    width: 40%;
  }
  .c-hero__wrapper--medium {
    width: 50%;
  }
  .c-hero__wrapper--large {
    width: 100%;
  }
}
.c-hero__fondo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-hero__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.c-hero__title {
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000000;
  color: transparent;
  margin-bottom: 0;
}
.c-hero__title--small {
  font-size: 16px;
}
.c-hero__title--small * {
  font-size: 12px;
}
.c-hero__title--medium {
  font-size: 26px;
}
.c-hero__title--medium * {
  font-size: 14px;
}
.c-hero__title--large {
  font-size: 28px;
}
.c-hero__title--large * {
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-hero__title--small {
    font-size: 28px;
  }
  .c-hero__title--small * {
    font-size: 12px;
  }
  .c-hero__title--medium {
    font-size: 42px;
  }
  .c-hero__title--medium * {
    font-size: 14px;
  }
  .c-hero__title--large {
    font-size: 60px;
  }
  .c-hero__title--large * {
    font-size: 26px;
  }
}
.c-hero__subtitle {
  text-transform: uppercase;
  color: #000000;
  line-height: 1;
}
.c-hero__subtitle--small {
  font-size: 26px;
}
.c-hero__subtitle--small * {
  font-size: 12px;
}
.c-hero__subtitle--medium {
  font-size: 28px;
}
.c-hero__subtitle--medium * {
  font-size: 14px;
}
.c-hero__subtitle--large {
  font-size: 42px;
}
.c-hero__subtitle--large * {
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-hero__subtitle--small {
    font-size: 42px;
  }
  .c-hero__subtitle--small * {
    font-size: 12px;
  }
  .c-hero__subtitle--medium {
    font-size: 60px;
  }
  .c-hero__subtitle--medium * {
    font-size: 14px;
  }
  .c-hero__subtitle--large {
    font-size: 80px;
  }
  .c-hero__subtitle--large * {
    font-size: 26px;
  }
}
.c-hero__description {
  color: #000000;
  line-height: 1;
}
.c-hero__description * {
  color: #000000;
}
.c-hero__description--small {
  font-size: 12px;
}
.c-hero__description--small * {
  font-size: 12px;
}
.c-hero__description--medium {
  font-size: 14px;
}
.c-hero__description--medium * {
  font-size: 14px;
}
.c-hero__description--large {
  font-size: 16px;
}
.c-hero__description--large * {
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-hero__description--small {
    font-size: 12px;
  }
  .c-hero__description--small * {
    font-size: 12px;
  }
  .c-hero__description--medium {
    font-size: 14px;
  }
  .c-hero__description--medium * {
    font-size: 14px;
  }
  .c-hero__description--large {
    font-size: 26px;
  }
  .c-hero__description--large * {
    font-size: 26px;
  }
}

.c-hamburger-menu {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 450;
  padding: 40px 20px;
  overflow-y: auto;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  background: white;
}
@media (min-width: 768px) {
  .c-hamburger-menu {
    background: inherit;
  }
}
.c-hamburger-menu.active {
  transform: translate(0, 0);
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.c-hamburger-menu__logo {
  display: block;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.c-hamburger-menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.c-hamburger-menu__close:hover .color {
  fill: #8DBB01;
}
.c-hamburger-menu__submenu {
  padding: 40px 0;
  border-top: 1px solid #EBEBEB;
}
.c-hamburger-menu__submenu-item {
  margin-bottom: 15px;
}
.c-hamburger-menu__submenu-link {
  display: block;
  font-size: 15px;
}

@media (min-width: 768px) {
  .c-menu-list__ul {
    text-align: left;
    margin-left: 15px;
  }
}
.c-menu-list__li {
  position: relative;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .c-menu-list__li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    margin: 0 5px;
    padding: 20px 0;
  }
}
@media (min-width: 1200px) {
  .c-menu-list__li {
    margin: 0 10px;
  }
}
.c-menu-list__li.has-color-red .c-menu-list__link {
  color: red;
}
@media (min-width: 768px) {
  .c-menu-list__li:hover .c-menu-list__child {
    height: auto;
    visibility: visible;
    padding: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-menu-list__link {
  display: block;
  position: relative;
  padding: 5px 0;
  margin-bottom: 0;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-menu-list__link {
    font-size: 10px;
  }
}
@media (min-width: 1024px) {
  .c-menu-list__link {
    font-size: 15px;
  }
}
.c-menu-list__link:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #8DBB01;
  border-radius: 10px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-menu-list__link.is-active {
  color: #006da4 !important;
}
.c-menu-list__link:hover {
  color: #006da4 !important;
}
.c-menu-list__link:focus {
  color: #006da4 !important;
}
@media (min-width: 768px) {
  .c-menu-list__child {
    width: 200px;
    height: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 0 15px;
    margin-left: -100px;
    overflow: hidden;
    visibility: hidden;
    border-radius: 0 0 5px 5px;
    background-color: #FFFFFF;
    border: 1px solid #EBEBEB;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-menu-list__child-li {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .c-menu-list__child-li {
    padding-left: 0;
  }
}
.c-menu-list__child-link {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-menu-list__child-link:hover {
  color: #006da4;
}
.c-menu-list__grandchild {
  padding-left: 10px;
}
.c-menu-list__grandchild-link {
  font-family: "Proximanova-regular", sans-serif;
  font-size: 15px;
}
.c-menu-list__grandchild-link:hover {
  color: #006da4;
}
@media (min-width: 768px) {
  .c-menu-list__child-mega {
    width: 100vw;
    height: 0;
    position: fixed;
    top: 68px;
    left: 0;
    z-index: 1;
    overflow: hidden;
    visibility: hidden;
    padding: 0 15px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #EBEBEB;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
@media (min-width: 768px) {
  .c-menu-list__child-mega:hover {
    height: auto;
    visibility: visible;
    padding: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
@media (min-width: 768px) {
  .c-menu-list__child-mega.active {
    height: auto;
    visibility: visible;
    padding: 15px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-menu-list__child-mega-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .c-menu-list__child-mega-wrapper {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .c-menu-list__child-mega-wrapper {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .c-menu-list__child-mega-wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .c-menu-list__child-mega-wrapper {
    max-width: 1140px;
  }
}
.c-menu-list__child-mega-items {
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-menu-list__child-mega-images {
  position: relative;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.c-menu-list__child-mega-li--1 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-menu-list__child-mega-li--2 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.c-menu-list__child-mega-li--3 {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
}
.c-menu-list__child-mega-li--4 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.c-menu-list__child-mega-link {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-menu-list__child-mega-link:hover {
  color: #006da4 !important;
}
.c-menu-list__grandchild-mega {
  font-family: "Proximanova-regular", sans-serif;
  font-size: 15px;
}
.c-menu-list__child-mega-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.c-menu-list__grandchild-mega-li {
  margin-bottom: 10px;
  vertical-align: middle;
}
.c-menu-list__grandchild-mega-link {
  vertical-align: middle;
}
.c-menu-list__grandchild-mega-link:hover {
  color: #006da4 !important;
}
.c-menu-list__grandchild-mega-image {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  margin-right: 10px;
}

.c-newsletter__heading {
  height: 0;
  overflow: hidden;
  padding-bottom: 34%;
  margin: 5px;
}
.c-newsletter__content {
  padding: 30px;
}
@media (min-width: 768px) {
  .c-newsletter__wrapper {
    width: 60%;
    margin: 0 auto;
  }
}
.c-newsletter__title {
  margin-bottom: 30px;
}
.c-newsletter__title p {
  font-size: 0.8em;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
@media (min-width: 768px) {
  .c-newsletter__title p {
    font-size: 1em;
  }
}
.c-newsletter__title p:first-child {
  font-size: 0.54em;
}
.c-newsletter__title p:nth-child(2) {
  font-family: "Proximanova-bold", serif;
}
.c-newsletter__title p:last-child {
  font-size: 0.54em;
}
.c-newsletter__description {
  line-height: 1.2;
}
.c-newsletter__description p {
  font-size: inherit;
}

.c-nav__tabs {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.c-nav__item {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .c-nav__item {
    padding: 0 15px;
  }
}
.c-nav__link {
  display: block;
  position: relative;
  padding: 15px 0;
  margin-bottom: 0;
  color: #000000;
  font-family: "Arial-bold", serif;
  font-size: 16px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-nav__link:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  z-index: 1;
  background: #8DBB01;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-nav__link:hover {
  color: #8DBB01;
}
.c-nav__link.active {
  color: #8DBB01;
}
.c-nav__link.active:after {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.c-nav__content {
  padding: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 0 5px 5px 5px;
  background-color: #FFFFFF;
}
.c-nav__pane {
  display: none;
}
.c-nav__pane.active {
  display: block;
}
.c-nav__panel-content ul {
  padding-left: 30px;
  margin-bottom: 0;
}
.c-nav__panel-content ul li {
  margin-bottom: 5px;
}

.c-list-collections__container {
  overflow: hidden;
  position: relative;
}
.c-list-collections__back {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 1;
  margin-top: 30px;
  margin-bottom: 0;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  vertical-align: middle;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-list-collections__back .color {
  fill: #000000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-list-collections__back svg {
  vertical-align: sub;
}
.c-list-collections__back:hover {
  border: 1px solid #000000;
  background: #000000;
}
.c-list-collections__back:hover .color {
  fill: #FFFFFF;
}
.c-list-collections__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-list-collections__collections {
  position: relative;
  visibility: hidden;
  height: 0;
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -moz-transition: all 0ms ease-in;
  -o-transition: all 0ms ease-in;
  -webkit-transition: all 0ms ease-in;
  transition: all 0ms ease-in;
}
.c-list-collections__collections .c-list-collections__item {
  visibility: hidden;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -moz-transition: all 0ms ease-in;
  -o-transition: all 0ms ease-in;
  -webkit-transition: all 0ms ease-in;
  transition: all 0ms ease-in;
}
.c-list-collections__collections.active {
  visibility: visible;
  height: auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.c-list-collections__collections.active .c-list-collections__item {
  visibility: visible;
  overflow: hidden;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 500ms ease-in 300ms;
  -o-transition: all 500ms ease-in 300ms;
  -webkit-transition: all 500ms ease-in 300ms;
  transition: all 500ms ease-in 300ms;
}
.c-list-collections__departments {
  visibility: hidden;
  height: 0;
  -moz-transform: translate(0, 15px);
  -o-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  -webkit-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.c-list-collections__departments .c-slider {
  visibility: hidden;
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -moz-transition: all 0ms ease-in;
  -o-transition: all 0ms ease-in;
  -webkit-transition: all 0ms ease-in;
  transition: all 0ms ease-in;
}
.c-list-collections__departments.active {
  visibility: visible;
  height: auto;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 500ms ease-in;
  -o-transition: all 500ms ease-in;
  -webkit-transition: all 500ms ease-in;
  transition: all 500ms ease-in;
}
.c-list-collections__departments.active .c-slider {
  visibility: visible;
  overflow: hidden;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 500ms ease-in 300ms;
  -o-transition: all 500ms ease-in 300ms;
  -webkit-transition: all 500ms ease-in 300ms;
  transition: all 500ms ease-in 300ms;
}

.c-slider {
  position: relative;
}
.c-slider--centerslick .slick-list {
  padding: 0 100px 0 0 !important;
}
@media (min-width: 768px) {
  .c-slider--centerslick .slick-list {
    padding: 0 !important;
  }
}
.c-slider--unslick .slick-list {
  padding: 0 100px 0 0 !important;
}
@media (min-width: 768px) {
  .c-slider--unslick .slick-list {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .c-slider--fullslick .c-slider__slides {
    width: 100vw;
  }
}
.c-slider--fullslick .slick-list {
  padding: 0 100px 0 0 !important;
}
@media (min-width: 768px) {
  .c-slider--fullslick .slick-list {
    padding: 0 20vw 0 0 !important;
  }
}
.c-slider--fullslick .c-slider__slide.slick-current .c-collection-item {
  background: #000000;
}
.c-slider--fullslick .c-slider__slide.slick-current .c-collection-item__content {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-slider__slides {
  width: 100%;
}
.c-slider__slide {
  padding: 15px;
}
.c-slider__dots {
  width: 30%;
  margin: 0 auto;
  margin-top: 30px;
}
.c-slider__dots .slick-items {
  display: block;
  overflow: hidden;
  position: relative;
  height: 5px;
  background: #EBEBEB;
  border-radius: 5px;
}
.c-slider__dots .slick-items .slick-items-bar {
  height: 5px;
  background: #8DBB01;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-slider__btn {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -25px;
  margin-bottom: 0;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  vertical-align: middle;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-slider__btn {
    display: block;
  }
}
.c-slider__btn .color {
  fill: #000000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-slider__btn svg {
  vertical-align: sub;
}
.c-slider__btn--btn-prev {
  left: 0;
}
.c-slider__btn--btn-next {
  right: 0;
}
.c-slider__btn:hover {
  border: 1px solid #000000;
  background: #000000;
}
.c-slider__btn:hover .color {
  fill: #FFFFFF;
}

.c-slider-splash {
  position: relative;
}
.c-slider-splash--not-center .slick-list {
  padding: 0 !important;
}
@media (min-width: 768px) {
  .c-slider-splash--not-center .slick-list {
    padding: 0 !important;
  }
}
.c-slider-splash__slides {
  width: 100%;
}
.c-slider-splash__slides--fixed {
  min-height: 300px;
}
.c-slider-splash__slides--adapt {
  height: calc(100vh - 115px);
}
.c-slider-splash__slides--small {
  height: calc(70vh - 115px);
}
.c-slider-splash__slides--medium {
  height: calc(80vh - 115px);
}
.c-slider-splash__slides--large {
  height: calc(90vh - 115px);
}
.c-slider-splash__slides--xlarge {
  height: calc(100vh - 115px);
}
@media (min-width: 768px) {
  .c-slider-splash__slides--md-fixed {
    min-height: 300px;
  }
  .c-slider-splash__slides--md-adapt {
    height: calc(100vh - 150px);
  }
  .c-slider-splash__slides--md-small {
    height: calc(70vh - 150px);
  }
  .c-slider-splash__slides--md-medium {
    height: calc(80vh - 150px);
  }
  .c-slider-splash__slides--md-large {
    height: calc(90vh - 150px);
  }
  .c-slider-splash__slides--md-xlarge {
    height: calc(100vh - 115px);
  }
}
.c-slider-splash__slide--fixed {
  min-height: 300px;
}
.c-slider-splash__slide--adapt {
  height: calc(100vh - 115px);
}
.c-slider-splash__slide--small {
  height: calc(70vh - 115px);
}
.c-slider-splash__slide--medium {
  height: calc(80vh - 115px);
}
.c-slider-splash__slide--large {
  height: calc(90vh - 115px);
}
.c-slider-splash__slide--xlarge {
  height: calc(100vh - 115px);
}
@media (min-width: 768px) {
  .c-slider-splash__slide--md-fixed {
    min-height: 300px;
  }
  .c-slider-splash__slide--md-adapt {
    height: calc(100vh - 150px);
  }
  .c-slider-splash__slide--md-small {
    height: calc(70vh - 150px);
  }
  .c-slider-splash__slide--md-medium {
    height: calc(80vh - 150px);
  }
  .c-slider-splash__slide--md-large {
    height: calc(90vh - 150px);
  }
  .c-slider-splash__slide--md-xlarge {
    height: calc(100vh - 115px);
  }
}
.c-slider-splash__slide-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  position: relative;
}
.c-slider-splash__slide-wrapper--fixed {
  min-height: 300px;
}
.c-slider-splash__slide-wrapper--adapt {
  height: calc(100vh - 115px);
}
.c-slider-splash__slide-wrapper--small {
  height: calc(70vh - 115px);
}
.c-slider-splash__slide-wrapper--medium {
  height: calc(80vh - 115px);
}
.c-slider-splash__slide-wrapper--large {
  height: calc(90vh - 115px);
}
.c-slider-splash__slide-wrapper--xlarge {
  height: calc(100vh - 115px);
}
.c-slider-splash__slide-wrapper--vertical-top {
  justify-content: flex-start;
}
.c-slider-splash__slide-wrapper--vertical-center {
  justify-content: center;
}
.c-slider-splash__slide-wrapper--vertical-bottom {
  justify-content: flex-end;
}
.c-slider-splash__slide-wrapper--top {
  align-items: flex-start;
}
.c-slider-splash__slide-wrapper--center {
  align-items: center;
}
.c-slider-splash__slide-wrapper--bottom {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .c-slider-splash__slide-wrapper--md-fixed {
    min-height: 300px;
  }
  .c-slider-splash__slide-wrapper--md-adapt {
    height: calc(100vh - 150px);
  }
  .c-slider-splash__slide-wrapper--md-small {
    height: calc(70vh - 150px);
  }
  .c-slider-splash__slide-wrapper--md-medium {
    height: calc(80vh - 150px);
  }
  .c-slider-splash__slide-wrapper--md-large {
    height: calc(90vh - 150px);
  }
  .c-slider-splash__slide-wrapper--md-xlarge {
    height: calc(100vh - 115px);
  }
  .c-slider-splash__slide-wrapper--md-vertical-top {
    justify-content: flex-start;
  }
  .c-slider-splash__slide-wrapper--md-vertical-center {
    justify-content: center;
  }
  .c-slider-splash__slide-wrapper--md-vertical-bottom {
    justify-content: flex-end;
  }
  .c-slider-splash__slide-wrapper--md-top {
    align-items: flex-start;
  }
  .c-slider-splash__slide-wrapper--md-center {
    align-items: center;
  }
  .c-slider-splash__slide-wrapper--md-bottom {
    align-items: flex-end;
  }
}
.c-slider-splash__wrapper {
  width: 100%;
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .c-slider-splash__wrapper--small {
    width: 40%;
  }
  .c-slider-splash__wrapper--medium {
    width: 66.6667%;
  }
  .c-slider-splash__wrapper--large {
    width: 100%;
  }
}
.c-slider-splash__wrapper--padding {
  padding: 30px;
}
@media (min-width: 768px) {
  .c-slider-splash__wrapper--padding {
    padding: 30px;
  }
}
.c-slider-splash__content {
  padding: 20px 10px;
}
.c-slider-splash__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
}
.c-slider-splash__fondo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-slider-splash__min-fondo {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 1;
}
.c-slider-splash__dots {
  width: 40%;
  position: absolute;
  left: 30%;
  bottom: 30px;
}
@media (min-width: 768px) {
  .c-slider-splash__dots {
    width: 30%;
    position: relative;
    left: inherit;
    bottom: inherit;
    margin: 0 auto;
    margin-top: 30px;
  }
}
.c-slider-splash__dots .slick-items {
  display: block;
  overflow: hidden;
  position: relative;
  height: 5px;
  background: #EBEBEB;
  border-radius: 5px;
}
.c-slider-splash__dots .slick-items .slick-items-bar {
  height: 5px;
  background: #8DBB01;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-slider-splash__btn {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  z-index: 100;
  margin-top: -25px;
  margin-bottom: 0;
  text-align: center;
  line-height: 50px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  vertical-align: middle;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-slider-splash__btn .color {
  fill: #000000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-slider-splash__btn svg {
  vertical-align: sub;
}
.c-slider-splash__btn--btn-prev {
  left: 40px;
}
.c-slider-splash__btn--btn-next {
  right: 40px;
}
.c-slider-splash__btn:hover {
  border: 1px solid #000000;
  background: #000000;
}
.c-slider-splash__btn:hover .color {
  fill: #FFFFFF;
}
.c-slider-splash__title {
  margin-bottom: 0;
  text-transform: uppercase;
  -webkit-text-stroke: 2px #000000;
  font-family: "Proximanova-extrabold", sans-serif;
  color: transparent;
  line-height: 1;
}
.c-slider-splash__title--small {
  font-size: 26px;
}
.c-slider-splash__title--small * {
  font-size: 12px;
}
.c-slider-splash__title--medium {
  font-size: 28px;
}
.c-slider-splash__title--medium * {
  font-size: 14px;
}
.c-slider-splash__title--large {
  font-size: 42px;
}
.c-slider-splash__title--large * {
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-slider-splash__title--small {
    font-size: 42px;
  }
  .c-slider-splash__title--small * {
    font-size: 12px;
  }
  .c-slider-splash__title--medium {
    font-size: 60px;
  }
  .c-slider-splash__title--medium * {
    font-size: 14px;
  }
  .c-slider-splash__title--large {
    font-size: 80px;
  }
  .c-slider-splash__title--large * {
    font-size: 26px;
  }
}
.c-slider-splash__subtitle {
  text-transform: uppercase;
  font-family: "Proximanova-extrabold", sans-serif;
  color: #000000;
  line-height: 1;
}
.c-slider-splash__subtitle--small {
  font-size: 26px;
}
.c-slider-splash__subtitle--small * {
  font-size: 12px;
}
.c-slider-splash__subtitle--medium {
  font-size: 28px;
}
.c-slider-splash__subtitle--medium * {
  font-size: 14px;
}
.c-slider-splash__subtitle--large {
  font-size: 42px;
}
.c-slider-splash__subtitle--large * {
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-slider-splash__subtitle--small {
    font-size: 42px;
  }
  .c-slider-splash__subtitle--small * {
    font-size: 12px;
  }
  .c-slider-splash__subtitle--medium {
    font-size: 60px;
  }
  .c-slider-splash__subtitle--medium * {
    font-size: 14px;
  }
  .c-slider-splash__subtitle--large {
    font-size: 80px;
  }
  .c-slider-splash__subtitle--large * {
    font-size: 26px;
  }
}
.c-slider-splash__description {
  color: #000000;
}
.c-slider-splash__description * {
  color: #000000;
}
.c-slider-splash__description--small {
  font-size: 12px;
}
.c-slider-splash__description--small * {
  font-size: 12px;
}
.c-slider-splash__description--medium {
  font-size: 14px;
}
.c-slider-splash__description--medium * {
  font-size: 14px;
}
.c-slider-splash__description--large {
  font-size: 16px;
}
.c-slider-splash__description--large * {
  font-size: 26px;
}
@media (min-width: 768px) {
  .c-slider-splash__description--small {
    font-size: 12px;
  }
  .c-slider-splash__description--small * {
    font-size: 12px;
  }
  .c-slider-splash__description--medium {
    font-size: 14px;
  }
  .c-slider-splash__description--medium * {
    font-size: 14px;
  }
  .c-slider-splash__description--large {
    font-size: 26px;
  }
  .c-slider-splash__description--large * {
    font-size: 26px;
  }
}

.c-social-links__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
}
.c-social-links__link {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 0;
  border: 1px solid #F5F7F9;
  border-radius: 100%;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-social-links__link svg {
  width: 12px;
  height: 12px;
}
.c-social-links__link svg .color {
  fill: #000000 !important;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-social-links__link:hover {
  animation: bounceDown 1000ms;
}
.c-social-links__link:hover .color {
  fill: #8DBB01 !important;
}

.c-search__banner {
  height: 0;
  position: relative;
  padding-bottom: 22.3188%;
}
@media (min-width: 768px) {
  .c-search__banner {
    padding-bottom: 18.018%;
  }
}
.c-search__thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.c-product-card {
  position: relative;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 20px 15px;
}
.c-product-card__wishlist .ssw-faveiticon {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}
@media (min-width: 768px) {
  .c-product-card__wishlist .ssw-faveiticon {
    top: 10px;
    right: 10px;
  }
}
.c-product-card__wishlist .icon-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 15;
}
@media (min-width: 768px) {
  .c-product-card__wishlist .icon-wish {
    top: 10px;
    right: 10px;
  }
}
.c-product-card__tags {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
}
@media (min-width: 768px) {
  .c-product-card__tags {
    top: 15px;
    left: 15px;
  }
}
.c-product-card__tags .tag-new {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #000000;
  color: #FFFFFF;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
.c-product-card__tags .tag-discount {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  padding: 5px 8px;
  border-radius: 3px;
  background-color: #8DBB01;
  color: #FFFFFF;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1;
}
.c-product-card__thumb {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 15px;
}
.c-product-card__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 10px;
}
.c-product-card__content {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 0 auto;
}
.c-product-card__title {
  font-family: "Arial-regular", sans-serif;
  color: #000000;
  margin-bottom: 15px !important;
}
.c-product-card__price {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-card__price-compare {
  margin-left: 10px;
  color: #8DBB01;
  text-decoration: line-through;
}
.c-product-card__details--jibbitz {
  margin-bottom: 28px;
}
.c-product-card__details * {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-card__variants {
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-card__button-add {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-card__button-add:hover {
  background: #FFFFFF;
}
.c-product-card__button-add:hover .item-before {
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.c-product-card__button-add:hover .item-before * {
  color: #000000 !important;
}
.c-product-card__button-add:hover .item-after {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-product-card__message {
  display: none;
  padding: 0 10px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-card__message.active {
  display: block;
}
.c-product-card__message span {
  display: block;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #EE4623;
  color: #EE4623;
}
/* zip widget styles */
.c-product__widget-wrapper{
  cursor: pointer;
  margin: 0 auto 0;
  width: 100%;
}
.zip-container span{
  font-size: 0.93333rem !important;
}
/* zip widget styles */
@media (min-width: 768px) {
  .c-product-card:hover .c-product-card__price {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translate(0, 10px);
    -o-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transform: translate(0, 10px);
  }
  .c-product-card:hover .c-product-card__variants {
    -moz-transform: translate(0, -45px);
    -o-transform: translate(0, -45px);
    -ms-transform: translate(0, -45px);
    -webkit-transform: translate(0, -45px);
    transform: translate(0, -45px);
  }
  .c-product-card:hover .c-product-card__button-add {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.c-product-card-list__tags {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
}
.c-product-card-list__thumb {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 90%;
  margin-bottom: 30px;
}
.c-product-card-list__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 10px;
}
.c-product-card-list__content {
  text-align: left;
}
.c-product-card-list__title {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 10px !important;
}
.c-product-card-list__price {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
  margin-bottom: 15px;
}
.c-product-card-list__button {
  color: #8DBB01;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.c-product-card-variants {
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 10px;
  box-sizing: content-box;
}
.c-product-card-variants.has-more-colors {
  padding-right: 32px;
}
.c-product-card-variants__item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 4px 0;
  order: 2;
}
.c-product-card-variants__item--item-end {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.c-product-card-variants__item--item-end .c-product-card-variants__link {
  width: 32px;
  height: 32px;
  line-height: 29px;
  background: #F5F7F9;
  border: 1px solid #F5F7F9;
}
.c-product-card-variants__item--item-end .c-product-card-variants__color-item {
  display: none;
}
.c-product-card-variants__item:hover .c-product-card-variants__color-item {
  border: 1px solid #8DBB01;
}
.c-product-card-variants__item:hover .c-product-card-variants__tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.c-product-card-variants__item.active {
  order: 1;
}
.c-product-card-variants__item.active .c-product-card-variants__color-item {
  border: 1px solid #8DBB01;
}
.c-product-card-variants__item.active .c-product-card-variants__tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.c-product-card-variants__link {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: auto;
  margin-bottom: 0;
  padding: 0;
  border-radius: 100%;
  border: 1px solid #EBEBEB;
  text-align: center;
  color: transparent;
}
.c-product-card-variants__tooltip {
  display: block;
  position: absolute;
  left: 5px;
  top: 100%;
  z-index: 1;
  text-align: center;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  font-size: 10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-card-variants__color-item {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 100%;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  pointer-events: none;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-card-variants__text {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  color: #C7CBDA;
}

.c-product-variant-gift__label {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
.c-product-variant-gift__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-product-variant-gift__item {
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-product-variant-gift__item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 1200px) {
  .c-product-variant-gift__item {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
}
.c-product-variant-gift__value {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-product-variant-gift__value [type=radio]:checked,
.c-product-variant-gift__value [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.c-product-variant-gift__value [type=radio]:checked + label,
.c-product-variant-gift__value [type=radio]:not(:checked) + label {
  width: calc(100% - 10px);
  height: 50px;
  position: relative;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-product-variant-gift__value [type=radio]:checked + label {
  border: 1px solid #8DBB01;
  background: #8DBB01;
  color: #FFFFFF;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.c-product-variant-size {
  display: block;
  width: 100%;
}
.c-product-variant-size__wrapper {
  width: 100%;
  display: block;
}
.c-product-variant-size__label {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
.c-product-variant-size__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-product-variant-size__item {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .c-product-variant-size__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.c-product-variant-size__item-min {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .c-product-variant-size__item-min {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.c-product-variant-size__value {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.c-product-variant-size__value [type=radio]:checked,
.c-product-variant-size__value [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.c-product-variant-size__value [type=radio]:checked + label,
.c-product-variant-size__value [type=radio]:not(:checked) + label {
  width: calc(100% - 10px);
  height: 50px;
  position: relative;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  color: #000000;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-product-variant-size__value [type=radio]:checked + label .variant-value,
.c-product-variant-size__value [type=radio]:not(:checked) + label .variant-value {
  height: 50px;
  line-height: 50px;
  display: block;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding: 13px 0;
}
.c-product-variant-size__value [type=radio]:checked + label .variant-value p,
.c-product-variant-size__value [type=radio]:not(:checked) + label .variant-value p {
  font-size: 10px;
}
.c-product-variant-size__value [type=radio]:checked + label {
  border: 1px solid #8DBB01;
  background: #8DBB01;
  color: #FFFFFF;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-product-variant-size__value [type=radio]:checked + label p {
  color: #FFFFFF;
}
.c-product-variant-size__value .label-disabled {
  width: calc(100% - 10px);
  height: 50px;
  position: relative;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 50px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  color: #EBEBEB;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-product-variant-size__value .label-disabled .variant-value {
  height: 50px;
  line-height: 50px;
  display: block;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 10px;
  padding: 13px 0;
}
.c-product-variant-size__value .label-disabled .variant-value p {
  font-size: 10px;
  color: #EBEBEB;
}

.c-product-variant__label {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
.c-product-variant__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-product-variant__item {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .c-product-variant__item {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 1200px) {
  .c-product-variant__item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.c-product-variant__item:hover .c-product-variant__tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.c-product-variant__item.active .c-product-variant__icon-after {
  border: 1px solid #8DBB01;
  color: transparent;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-product-variant__tooltip {
  display: block;
  position: absolute;
  left: 5px;
  top: 100%;
  z-index: 1;
  text-align: center;
  padding: 2px 5px;
  border-radius: 3px;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
  font-size: 10px;
  margin-top: -10px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-variant__value {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  width: 100%;
  position: relative;
}
.c-product-variant__value [type=radio]:checked,
.c-product-variant__value [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.c-product-variant__value [type=radio]:checked + label,
.c-product-variant__value [type=radio]:not(:checked) + label {
  width: calc(100% - 10px);
  height: 60px;
  width: 60px;
  position: relative;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 60px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  color: transparent;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-product-variant__value [type=radio]:checked + label {
  border: 1px solid #8DBB01;
  color: transparent;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-product-variant__icon-after {
  width: calc(100% - 10px);
  height: 60px;
  width: 100%;
  position: relative;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 60px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
  color: transparent;
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media (min-width: 768px) {
  .c-product-variant__icon-after {
    width: 60px;
  }
}

.c-product-gift__form {
  padding-top: 0;
}
.c-product-gift__text {
  font-family: "Arial-regular", sans-serif;
  font-size: 12px;
}
.c-product-gift__description strong {
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-product-gift__share-title {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  color: #8DBB01;
  letter-spacing: 0.5px;
}
.c-product-gift__thumb {
  height: 0;
  padding-bottom: 58.2857%;
  border-radius: 15px;
}
.c-product-gift__social-sharing {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-product-gift__social-sharing .social-sharing li a {
  margin: 0;
  border: none;
  padding: 0 10px;
}
.c-product-gift__social-sharing .social-sharing li a .icon-item {
  width: 15px;
  height: 15px;
}
.c-product-gift__social-sharing .social-sharing li a .icon-item .color {
  fill: #000000;
}
.c-product-gift__social-sharing .social-sharing li a .share-title {
  display: none;
}
.c-product-gift__social-sharing .social-sharing li a:hover {
  animation: bounceDown 1000ms;
}
.c-product-gift__social-sharing .social-sharing li a:hover .color {
  fill: #8DBB01 !important;
}

.c-product-object {
  position: relative;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 20px 15px;
}
.c-product-object__thumb {
  height: 0;
  width: 100%;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 15px;
}
.c-product-object__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 10px;
}
.c-product-object__content {
  overflow: hidden;
  position: relative;
  text-align: left;
  margin: 0 auto;
}
.c-product-object__title {
  font-family: "Arial-regular", sans-serif;
  color: #000000;
  margin-bottom: 15px !important;
}
.c-product-object__details * {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-object__button-add {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product-object__button-add:hover {
  background: #FFFFFF;
}
.c-product-object__button-add:hover .item-before {
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.c-product-object__button-add:hover .item-before * {
  color: #000000 !important;
}
.c-product-object__button-add:hover .item-after {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-product-object:hover .c-product-object__details * {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
.c-product-object:hover .c-product-object__button-add {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.c-product .product__submit {
  position: relative;
}
.c-product__featured_image {
  height: 0;
  padding-bottom: 100%;
}
.c-product__subtitle {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.c-product__report-title {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.c-product__report-bar {
  height: 5px;
  width: 100%;
  position: relative;
  display: block;
  border-radius: 5px;
  background-color: #E5E6ED;
}
.c-product__report-progress {
  height: 5px;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 5px;
  background-color: #8DBB01;
}
.c-product__report-progress--level-1 {
  width: 20%;
}
.c-product__report-progress--level-2 {
  width: 40%;
}
.c-product__report-progress--level-3 {
  width: 60%;
}
.c-product__report-progress--level-4 {
  width: 80%;
}
.c-product__report-progress--level-5 {
  width: 100%;
}
.c-product__report-labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.c-product__report-label {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
  font-size: 12px;
}
.c-product__report-label:nth-of-type(2) {
  text-align: center;
}
.c-product__report-label:last-of-type {
  text-align: right;
}
.c-product__image {
  height: 0;
  padding-bottom: 100%;
}
.c-product__size-guide {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1;
  color: #8DBB01;
  text-decoration: underline;
}
.c-product__description h1, .c-product__description h2, .c-product__description h3, .c-product__description h4, .c-product__description h5, .c-product__description h6 {
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  letter-spacing: 0.5px;
}
.c-product__description strong {
  font-family: "Proximanova-extrabold", sans-serif;
}
.c-product__badge {
  min-height: 80px;
  position: relative;
  padding: 20px;
  border-radius: 10px;
  background-color: #FFFFFF;
  padding-left: 100px;
  margin-bottom: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  .c-product__badge {
    min-height: inherit;
    height: 100%;
    border: 1px solid #EBEBEB;
    padding-left: 20px;
    box-shadow: none;
  }
}
.c-product__badge-thumb {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .c-product__badge-thumb {
    position: relative;
    top: inherit;
    left: inherit;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
.c-product__badge-title {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
.c-product__badge-description {
  font-family: "Arial-regular", sans-serif;
  font-size: 12px;
}
.c-product__share-title {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  color: #8DBB01;
  letter-spacing: 0.5px;
}
.c-product__social-sharing {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-product__social-sharing .social-sharing li a {
  margin: 0;
  border: none;
  padding: 0 10px;
}
.c-product__social-sharing .social-sharing li a .icon-item {
  width: 15px;
  height: 15px;
}
.c-product__social-sharing .social-sharing li a .icon-item .color {
  fill: #000000;
}
.c-product__social-sharing .social-sharing li a .share-title {
  display: none;
}
.c-product__social-sharing .social-sharing li a:hover {
  animation: bounceDown 1000ms;
}
.c-product__social-sharing .social-sharing li a:hover .color {
  fill: #8DBB01 !important;
}
.c-product__banner {
  height: 0;
  position: relative;
  padding-bottom: 22%;
  border-radius: 10px;
  border: 1px solid #EBEBEB;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.1);
}
.c-product__banner-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.c-product__button-link {
  display: block;
  box-sizing: border-box;
  height: 50px;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  background: #FFFFFF;
  text-align: center;
  line-height: 50px;
  margin-bottom: 0;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-product__button-link .variant-size {
  height: 50px;
  line-height: 1;
  padding: 0 10px;
  display: block;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-product__button-link:hover {
  color: #8DBB01 !important;
}
.c-product__price {
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 20px;
}
.c-product__price .price__badge.price__badge--sold-out {
  display: none !important;
}
.c-product__size-popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 700;
  background: white;
  padding: 30px 20px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.c-product__size-popup.active {
  display: block;
}
@media (min-width: 768px) {
  .c-product__size-popup {
    min-width: 300px;
    width: inherit;
    height: inherit;
    position: absolute;
    z-index: 12;
  }
}
.c-product__size-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.c-product__size-close:hover .color {
  fill: #8DBB01;
}
.c-product__size-guide_label {
  color: #EE4623;
  margin-top: 10px;
}
.c-product__size-guide_label-link {
  color: #EE4623 !important;
}
.c-product__size-guide_label-link:hover {
  color: #8DBB01 !important;
}
.c-product__sold-out-label {
  margin-bottom: 15px !important;
}
.c-product__sold-out-label span {
  color: #8DBB01;
  font-family: "Arial-black", sans-serif;
}
.c-product__qty-input {
  box-sizing: border-box;
  height: 45px;
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  background-color: #FFFFFF;
  padding: 0 34px;
  text-align: center;
}
.c-product__quantity-wrapper {
  position: relative;
}
@media (min-width: 768px) {
  .c-product__quantity-wrapper {
    margin-top: 0;
  }
}
.c-product__quantity-wrapper input[type=number]::-webkit-inner-spin-button,
.c-product__quantity-wrapper input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.c-product__quantity-wrapper input[type=number] {
  -moz-appearance: textfield;
}
.c-product__quantity-wrapper .quantity-btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  z-index: 3;
  cursor: pointer;
  border: 2px solid black;
  border-radius: 100%;
  margin-top: -10px;
}
.c-product__quantity-wrapper .quantity-btn--btn-down {
  left: 7px;
  z-index: 3;
}
.c-product__quantity-wrapper .quantity-btn--btn-down:after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -5px;
  background: black;
  transition: all 300ms ease-in-out;
}
.c-product__quantity-wrapper .quantity-btn--btn-down:hover:after {
  background: red;
}
.c-product__quantity-wrapper .quantity-btn--btn-up {
  right: 7px;
  z-index: 3;
}
.c-product__quantity-wrapper .quantity-btn--btn-up:before {
  content: "";
  width: 2px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  margin-top: -5px;
  background: black;
  transition: all 300ms ease-in-out;
}
.c-product__quantity-wrapper .quantity-btn--btn-up:after {
  content: "";
  width: 10px;
  height: 2px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -1px;
  margin-left: -5px;
  background: black;
  transition: all 300ms ease-in-out;
}
.c-product__quantity-wrapper .quantity-btn--btn-up:hover:after {
  background: red;
}
.c-product__quantity-wrapper .quantity-btn--btn-up:hover:before {
  background: red;
}
.c-product__variant-unavailable {
  display: none;
  padding: 10px;
  border-radius: 6px;
  border: 1px solid #EBEBEB;
  text-align: center;
  line-height: 1.5;
}
.c-product__variant-unavailable.variant--unavailable {
  display: block;
}
.c-product__wishlist {
  display: block;
  position: absolute;
  top: -1.5rem;
  right: 1rem;
  width: 30px;
  height: 30px;
}
.c-product__wishlist svg {
  width: 30px;
  height: 30px;
}
.c-product__wishlist svg path {
  fill: #8DBB01;
}
.c-product__wishlist .faves-count {
  display: none;
}

.c-pagination {
  list-style: none;
  padding: 0;
  text-align: center;
}
.c-pagination__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-pagination__button {
  display: block;
  margin: 0;
  width: 30px;
  height: 40px;
  line-height: 50px;
}
.c-pagination__button .color {
  fill: #000000;
}
@media (min-width: 768px) {
  .c-pagination__button {
    width: 50px;
    height: 50px;
    line-height: 60px;
  }
}
.c-pagination__button.disabled .color {
  fill: #EBEBEB;
}
.c-pagination__button.disabled:hover .color {
  fill: #EBEBEB;
}
.c-pagination__button:hover .color {
  fill: #8DBB01;
}
.c-pagination__pages {
  list-style: none;
  padding: 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-pagination__pages-item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 5px;
}
@media (min-width: 768px) {
  .c-pagination__pages-item {
    margin: 0 10px;
  }
}
.c-pagination__pages-item a,
.c-pagination__pages-item span {
  display: block;
  position: relative;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0;
  border-radius: 5px;
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-pagination__pages-item a,
.c-pagination__pages-item span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
.c-pagination__pages-item.active a,
.c-pagination__pages-item.active span {
  background: #8DBB01;
  color: #FFFFFF;
  font-family: "Arial-black", sans-serif;
  border: 1px solid #8DBB01;
}

.c-rich-text__content {
  padding: 30px;
  border-radius: 15px;
  background: #F5F7F9;
  color: #C7CBDA;
  letter-spacing: 0.43px;
  line-height: 14px;
}
.c-rich-text__content * {
  color: #C7CBDA;
}
.c-rich-text__text--small {
  font-size: 12px;
}
.c-rich-text__text--small * {
  font-size: 12px;
}
.c-rich-text__text--medium {
  font-size: 14px;
}
.c-rich-text__text--medium * {
  font-size: 14px;
}
.c-rich-text__text--large {
  font-size: 26px;
}
.c-rich-text__text--large * {
  font-size: 26px;
}

.c-banner-jibbitz {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.c-tabs__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 30px;
}
.c-tabs__item.active .c-tabs__link:after {
  width: 100%;
}
.c-tabs__item:hover .c-tabs__link:after {
  width: 100%;
}
.c-tabs__link {
  display: block;
  position: relative;
  padding: 10px 0;
  margin-bottom: 0;
  font-family: "Arial-bold", serif;
  font-size: 16px;
}
.c-tabs__link:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #8DBB01;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

@media screen and (min-width: 320px) {
  .c-coming {
    padding-top: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .c-coming {
    padding-top: 130px;
  }
}
.c-coming__wrapper {
  padding-bottom: 11vh !important;
}
.c-coming__site-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 400;
  background: white;
  padding: 20px 0;
  box-shadow: 0 1px 0 0 #EBEBEB;
}
.c-coming__site-footer {
  padding: 30px 30px 48px;
  background: #444444;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .c-coming__site-footer {
    padding: 60px 30px 48px;
  }
}
.c-coming__header {
  align-items: flex-start;
  display: flex;
  justify-content: center;
}
.c-coming__heading {
  color: #000;
  font-family: "Proximanova-bold", serif;
  font-size: 35px;
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 15px;
  -webkit-text-stroke: 3px black;
}
@media (min-width: 768px) {
  .c-coming__heading {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .c-coming__heading {
    font-size: 70px;
    line-height: 98px;
    margin: 0;
    -webkit-text-stroke: 5px black;
  }
}
.c-coming__title-footer {
  border-bottom: 1px solid #FFF;
  color: #FFF;
  font-family: "Proximanova-bold", serif;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 23px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.c-coming__contact {
  font-family: "Proximanova-bold", serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  line-height: 19px;
  display: block;
  vertical-align: middle;
}
.c-coming__contact .icon-item {
  width: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.c-coming__contact .icon-item .color {
  fill: #FFFFFF;
}
.c-coming__info {
  color: #C7CBDA;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
@media screen and (min-width: 1440px) {
  .c-coming__info {
    font-size: 14px;
  }
}
.c-coming__newsletter-title {
  color: #8DBB01;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  letter-spacing: 0.43px;
  line-height: 14px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase;
}
.c-coming__newsletter-input {
  width: 255px !important;
  border: 1px solid #EBEBEB !important;
  border-radius: 6px !important;
  color: #000000;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.c-coming__newsletter-input::placeholder {
  color: #000000;
  font-family: Arial;
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 16px;
}
.c-coming__newsletter-btn {
  border-radius: 10px !important;
  background-color: #000;
  color: #FFF;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold !important;
  letter-spacing: 0.43px;
  line-height: 14px;
  transition: all 0.6s ease;
  border: 3px solid #000;
}
.c-coming__newsletter-btn:hover {
  background: #FFF;
  border: 3px solid #000;
  color: #000;
}
.c-coming__number {
  color: #C7CBDA;
  font-family: "Arial-bold", serif;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.93px;
  line-height: 32px;
  text-align: center;
  -webkit-text-stroke: 1px #C7CBDA;
}
@media screen and (min-width: 1200px) {
  .c-coming__number {
    letter-spacing: 1px;
    -webkit-text-stroke: 1px #C7CBDA;
  }
}
.c-coming__social {
  color: #8DBB01;
  font-family: Arial;
  font-size: 11px;
  letter-spacing: 0.43px;
  line-height: 14px;
  text-transform: uppercase;
}
.c-coming__subheading {
  color: #000;
  font-family: "Arial-bold", serif;
  font-size: 14px;
  letter-spacing: 0.57px;
  line-height: 18px;
}
@media screen and (min-width: 1200px) {
  .c-coming__subheading {
    font-size: 16px;
    margin-bottom: 80px;
  }
}
.c-coming__time {
  color: #000 !important;
  font-family: "Proximanova-bold", serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 42px;
  -webkit-text-stroke: 1px black;
}
@media screen and (min-width: 1200px) {
  .c-coming__time {
    margin-top: 5px;
    -webkit-text-stroke: 2px black;
  }
}
.c-coming__time-card {
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  display: table-cell;
  height: 196px;
  margin-bottom: 0;
  padding: 2% 6%;
  vertical-align: middle;
  width: 161px;
}
@media screen and (min-width: 320px) {
  .c-coming__time-card {
    margin-bottom: 15px;
  }
}
.c-coming__time-cat {
  color: #C7CBDA;
  font-family: "Proximanova-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.71px;
  line-height: 24px;
  -webkit-text-stroke: 1px #C7CBDA;
}
@media screen and (min-width: 1200px) {
  .c-coming__time-cat {
    font-size: 16px;
    letter-spacing: 2px;
    -webkit-text-stroke: 1px #C7CBDA;
  }
}
.c-coming img {
  margin: 15px 0;
  max-width: 215px;
}
@media screen and (min-width: 1024px) {
  .c-coming img {
    margin: 15px 0;
    max-width: 100%;
  }
}

.c-come__thumb {
  height: 0;
  position: relative;
  overflow: hidden;
}
.c-come__thumb--left {
  padding-bottom: 75.43%;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .c-come__thumb--left {
    padding-bottom: 106.77%;
  }
}
.c-come__thumb--right {
  width: calc(100% - 30px);
  padding-bottom: 87.56%;
  border-radius: 3px;
  margin: 0 auto;
  margin-top: -80px;
  z-index: 2;
}
@media (min-width: 768px) {
  .c-come__thumb--right {
    width: inherit;
    padding-bottom: 152.36%;
    margin-top: 0;
  }
}
.c-come__thumb--center {
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .c-come__thumb--center {
    padding-bottom: 100%;
  }
}
.c-come__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.c-come__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-come__wrapper--top {
  align-items: flex-start;
}
.c-come__wrapper--center {
  align-items: center;
}
.c-come__wrapper--bottom {
  align-items: flex-end;
}
@media (min-width: 768px) {
  .c-come__wrapper--md-top {
    align-items: flex-start;
  }
  .c-come__wrapper--md-center {
    align-items: center;
  }
  .c-come__wrapper--md-bottom {
    align-items: flex-end;
  }
}
.c-come__content {
  width: 100%;
  padding: 15px;
}
@media (min-width: 768px) {
  .c-come__content {
    padding: 30px;
  }
}
.c-come__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
.c-come__overlay--minus {
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  .c-come__overlay--minus {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
  }
}
.c-come__text {
  font-family: "Proximanova-extrabold", sans-serif;
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 2px;
}
.c-come__text.text-heading {
  color: #FFFFFF;
}
.c-come__product {
  height: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 60%;
}

.c-jibbitz__input-tools {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 6;
}
@media (min-width: 768px) {
  .c-jibbitz__input-tools {
    right: -20px;
    left: inherit;
  }
}
.c-jibbitz__input-tools [type=checkbox]:checked,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.c-jibbitz__input-tools [type=checkbox]:checked + label,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label {
  position: relative;
  padding: 0 10px;
  margin-bottom: 0;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 8px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__input-tools [type=checkbox]:checked + label,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label {
    font-size: 10px;
  }
}
.c-jibbitz__input-tools [type=checkbox]:checked + label .switch,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label .switch {
  display: block;
  position: relative;
  height: 20px;
  width: 60px;
  margin: 0 auto;
  margin-top: 5px;
  border: 1px solid #C7CBDA;
  background: #C7CBDA;
  border-radius: 300px;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__input-tools [type=checkbox]:checked + label .switch,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label .switch {
    height: 30px;
    width: 80px;
    margin-top: 10px;
  }
}
.c-jibbitz__input-tools [type=checkbox]:checked + label .switch:after,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label .switch:after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 1;
  border-radius: 100%;
  background: white;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__input-tools [type=checkbox]:checked + label .switch:after,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label .switch:after {
    width: 22px;
    height: 22px;
  }
}
.c-jibbitz__input-tools [type=checkbox]:checked + label .switch:before,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label .switch:before {
  content: "AYUDA";
  position: absolute;
  top: 5px;
  right: 13px;
  z-index: 1;
  color: white;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__input-tools [type=checkbox]:checked + label .switch:before,
.c-jibbitz__input-tools [type=checkbox]:not(:checked) + label .switch:before {
    top: 8px;
  }
}
.c-jibbitz__input-tools [type=checkbox]:checked + label {
  color: #000000;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-jibbitz__input-tools [type=checkbox]:checked + label .switch {
  border: 1px solid #8DBB01;
  background: #8DBB01;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-jibbitz__input-tools [type=checkbox]:checked + label .switch:after {
  background: white;
  right: 4px;
  left: inherit;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-jibbitz__input-tools [type=checkbox]:checked + label .switch:before {
  left: 13px;
  color: white;
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-jibbitz__message {
  width: 100%;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 3;
  text-align: center;
}
.c-jibbitz__message-panel {
  max-width: 60%;
  min-width: 30%;
  background: white;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.c-jibbitz__message-panel p {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .c-jibbitz__message-panel.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-jibbitz__message-icon {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.c-jibbitz__message-icon .icon-hand {
  position: absolute;
  top: 33%;
  left: 25%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-jibbitz__message-icon .icon-hand {
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .c-jibbitz__message-icon .icon-hand {
    top: 36%;
  }
}
@media (min-width: 1500px) {
  .c-jibbitz__message-icon .icon-hand {
    top: 20%;
  }
}
.c-jibbitz__message-icon .icon-hand .item-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 1500px) {
  .c-jibbitz__message-icon .icon-hand .item-icon {
    width: 80px;
    height: 80px;
  }
}
.c-jibbitz__message-icon .icon-hand .item-icon .color {
  fill: white;
}
@media (min-width: 768px) {
  .c-jibbitz__message-icon.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-jibbitz__message-point {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.c-jibbitz__message-point .icon-hand {
  position: absolute;
  top: 40%;
  left: 23%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-jibbitz__message-point .icon-hand {
    top: 37%;
    left: 43%;
  }
}
.c-jibbitz__message-point .icon-hand .item-icon {
  width: 80px;
  height: 80px;
}
@media (min-width: 1500px) {
  .c-jibbitz__message-point .icon-hand .item-icon {
    width: 100px;
    height: 100px;
  }
}
.c-jibbitz__message-point .icon-hand .item-icon .color {
  fill: white;
}
.c-jibbitz__message-point.active {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__message-point-bar {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.c-jibbitz__message-point-bar .icon-hand {
  position: absolute;
  top: 33%;
  left: 25%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-jibbitz__message-point-bar .icon-hand {
    top: 40%;
  }
}
@media (min-width: 1200px) {
  .c-jibbitz__message-point-bar .icon-hand {
    top: 36%;
  }
}
@media (min-width: 1500px) {
  .c-jibbitz__message-point-bar .icon-hand {
    top: 20%;
  }
}
.c-jibbitz__message-point-bar .icon-hand:after {
  content: "1";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -30px;
  z-index: 1;
  font-family: "Proximanova-bold", serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
}
.c-jibbitz__message-point-bar .icon-hand .item-icon {
  width: 40px;
  height: 40px;
}
@media (min-width: 1500px) {
  .c-jibbitz__message-point-bar .icon-hand .item-icon {
    width: 80px;
    height: 80px;
  }
}
.c-jibbitz__message-point-bar .icon-hand .item-icon .color {
  fill: white;
}
.c-jibbitz__message-point-bar .icon-hand-bar {
  position: absolute;
  bottom: 60px;
  left: 38%;
  z-index: 1;
}
.c-jibbitz__message-point-bar .icon-hand-bar:after {
  content: "2";
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  left: -30px;
  z-index: 1;
  font-family: "Proximanova-bold", serif;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  border: 1px solid white;
  border-radius: 100%;
  color: white;
}
.c-jibbitz__message-point-bar .icon-hand-bar .item-icon {
  width: 70px;
  height: 50px;
}
@media (min-width: 1500px) {
  .c-jibbitz__message-point-bar .icon-hand-bar .item-icon {
    width: 100px;
    height: 90px;
  }
}
.c-jibbitz__message-point-bar .icon-hand-bar .item-icon .color {
  fill: white;
}
@media (min-width: 768px) {
  .c-jibbitz__message-point-bar.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-jibbitz__message-point-btn {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.c-jibbitz__message-point-btn .icon-hand {
  position: absolute;
  bottom: 20px;
  left: 29%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-jibbitz__message-point-btn .icon-hand {
    bottom: 20px;
    left: 29%;
  }
}
.c-jibbitz__message-point-btn .icon-hand .item-icon {
  width: 80px;
  height: 80px;
}
@media (min-width: 1500px) {
  .c-jibbitz__message-point-btn .icon-hand .item-icon {
    width: 100px;
    height: 100px;
  }
}
.c-jibbitz__message-point-btn .icon-hand .item-icon .color {
  fill: white;
}
@media (min-width: 768px) {
  .c-jibbitz__message-point-btn.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-jibbitz__message-point-button-finish {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
.c-jibbitz__message-point-button-finish .icon-hand {
  position: absolute;
  bottom: 20px;
  left: 29%;
  z-index: 1;
}
@media (min-width: 768px) {
  .c-jibbitz__message-point-button-finish .icon-hand {
    bottom: 20px;
    left: 29%;
  }
}
.c-jibbitz__message-point-button-finish .icon-hand .item-icon {
  width: 80px;
  height: 80px;
}
@media (min-width: 1500px) {
  .c-jibbitz__message-point-button-finish .icon-hand .item-icon {
    width: 100px;
    height: 100px;
  }
}
.c-jibbitz__message-point-button-finish .icon-hand .item-icon .color {
  fill: white;
}
@media (min-width: 768px) {
  .c-jibbitz__message-point-button-finish.active {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-jibbitz__bar-view {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-jibbitz__bar-view {
    display: initial;
    -ms-flex: 0 0 0;
    flex: 0 0 0;
    max-width: 0;
    -moz-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-jibbitz__bar-view.active {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__bar-view.active {
    display: initial;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
  }
}
.c-jibbitz__sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 650;
  width: 100%;
  padding: 8px 15px;
  background: #000000;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 768px) {
  .c-jibbitz__sidebar {
    position: inherit;
    bottom: inherit;
    left: inherit;
    z-index: initial;
    height: calc(100vh - 68px);
    padding: 40px 20px 85px 20px;
    overflow-y: auto;
  }
}
.c-jibbitz__panels {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px 20px 85px 20px;
  padding-bottom: 180px;
  text-align: center;
  border-right: 1px solid #EBEBEB;
}
@media (min-width: 768px) {
  .c-jibbitz__panels {
    display: block;
    padding-bottom: 20px;
  }
}
.c-jibbitz__panels.active {
  display: block;
}
.c-jibbitz__panel {
  display: none;
  width: 100%;
  min-height: calc(100vh - 276px);
  position: relative;
  text-align: center;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .c-jibbitz__panel {
    min-height: inherit;
    height: calc(100vh - 203px);
  }
}
.c-jibbitz__panel.show-panel {
  display: block;
}
.c-jibbitz__title {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
.c-jibbitz__subtitle {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 56px;
  text-transform: uppercase;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  letter-spacing: 1.4px;
  -webkit-text-stroke: 1px #000000;
}
@media (min-width: 768px) {
  .c-jibbitz__subtitle {
    font-size: 10px;
    padding-bottom: 24px;
    -webkit-text-stroke: 1px #000000;
  }
}
@media (min-width: 1024px) {
  .c-jibbitz__subtitle {
    font-size: 16px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .c-jibbitz__subtitle {
    font-size: 20px;
    padding-bottom: 50px;
  }
}
.c-jibbitz__subtitle:after {
  content: attr(title);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 28px;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1.4px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .c-jibbitz__subtitle:after {
    bottom: 12px;
    font-size: 10px;
    -webkit-text-stroke: 1px #000000;
  }
}
@media (min-width: 1024px) {
  .c-jibbitz__subtitle:after {
    bottom: 24px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-jibbitz__subtitle:after {
    bottom: 24px;
    font-size: 20px;
  }
}
.c-jibbitz__subtitle:before {
  content: attr(title);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #000000;
  color: transparent;
  font-size: 26px;
  text-align: center;
  letter-spacing: 1.4px;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .c-jibbitz__subtitle:before {
    font-size: 10px;
    -webkit-text-stroke: 1px #000000;
  }
}
@media (min-width: 1024px) {
  .c-jibbitz__subtitle:before {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .c-jibbitz__subtitle:before {
    font-size: 20px;
  }
}
.c-jibbitz__menu {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-jibbitz__menu {
    display: block;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  .c-jibbitz__menu:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-top: 1.3px solid #EBEBEB;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
}
.c-jibbitz__item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 768px) {
  .c-jibbitz__item {
    -ms-flex: inherit;
    flex: inherit;
  }
}
.c-jibbitz__item:hover .c-jibbitz__link {
  color: #8DBB01;
}
.c-jibbitz__item:hover .c-jibbitz__link .color {
  fill: #8DBB01;
}
.c-jibbitz__item.active .c-jibbitz__link {
  color: #8DBB01;
}
.c-jibbitz__item.active .c-jibbitz__link .color {
  fill: #8DBB01;
}
.c-jibbitz__item:first-of-type .c-jibbitz__icon {
  width: 40px;
  height: 30px;
}
@media (min-width: 768px) {
  .c-jibbitz__item:first-of-type .c-jibbitz__icon {
    width: 40px;
    height: 40px;
  }
}
.c-jibbitz__link {
  display: block;
  position: relative;
  padding: 5px 0;
  margin: 0;
  font-size: 12px;
  color: #C7CBDA;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.43px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__link {
    padding: 15px 0;
  }
  .c-jibbitz__link:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    border-top: 1.3px solid #EBEBEB;
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
  }
}
.c-jibbitz__icon {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
.c-jibbitz__icon .color {
  fill: #C7CBDA;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__buttons {
  width: 100%;
  overflow: hidden;
  height: 61px;
  position: fixed;
  left: 0;
  bottom: 80px;
  z-index: 1;
  padding: 8px 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .c-jibbitz__buttons {
    height: 45px;
    position: absolute;
    bottom: 20px;
    padding: 0 10px;
    background: transparent;
  }
}
@media (min-width: 1024px) {
  .c-jibbitz__buttons {
    padding: 0 20px;
  }
}
.c-jibbitz__button {
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .c-jibbitz__button {
    font-size: 7px;
  }
}
@media (min-width: 1024px) {
  .c-jibbitz__button {
    font-size: 12px;
  }
}
.c-jibbitz__button:first-child {
  margin-right: 10px;
}
.c-jibbitz__button:nth-of-type(3) {
  display: none;
  -ms-flex: 0 0 calc(66.6666% - 5px);
  flex: 0 0 calc(66.6666% - 5px);
  max-width: calc(66.6666% - 5px);
}
.c-jibbitz__button:nth-of-type(3).active {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__button:nth-of-type(3).active {
    display: none;
  }
}
.c-jibbitz__button:nth-of-type(4) {
  display: none;
  -ms-flex: 0 0 calc(66.6666% - 5px);
  flex: 0 0 calc(66.6666% - 5px);
  max-width: calc(66.6666% - 5px);
  margin-right: 10px;
}
.c-jibbitz__button:nth-of-type(4).active {
  display: none;
}
@media (min-width: 768px) {
  .c-jibbitz__button:nth-of-type(4).active {
    display: block;
  }
}
.c-jibbitz__button:nth-of-type(5) {
  display: none;
  -ms-flex: 0 0 calc(66.6666% - 5px);
  flex: 0 0 calc(66.6666% - 5px);
  max-width: calc(66.6666% - 5px);
}
.c-jibbitz__button:nth-of-type(5).active {
  display: none;
}
@media (min-width: 768px) {
  .c-jibbitz__button:nth-of-type(5).active {
    display: block;
  }
}
.c-jibbitz__button:last-child {
  display: none;
  -ms-flex: 0 0 calc(66.6666% - 5px);
  flex: 0 0 calc(66.6666% - 5px);
  max-width: calc(66.6666% - 5px);
}
.c-jibbitz__button:last-child.active {
  display: none;
}
@media (min-width: 768px) {
  .c-jibbitz__button:last-child.active {
    display: block;
  }
}
.c-jibbitz__button:last-child.active-mobile {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__button:last-child.active-mobile {
    display: none;
  }
}
.c-jibbitz__button.disabled {
  display: none;
}
.c-jibbitz__button.enable {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-jibbitz__button.small {
  -ms-flex: 0 0 calc(33.3333% - 5px);
  flex: 0 0 calc(33.3333% - 5px);
  max-width: calc(33.3333% - 5px);
}
.c-jibbitz__review-preview {
  display: none;
}
@media (min-width: 768px) {
  .c-jibbitz__review-preview {
    display: block;
  }
}
.c-jibbitz__review-preview.active {
  display: block;
}
.c-jibbitz__previews {
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .c-jibbitz__previews {
    height: calc(100vh - 78px);
  }
}
.c-jibbitz__preview {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background: white;
}
@media (min-width: 768px) {
  .c-jibbitz__preview {
    display: block;
    height: calc(100vh - 78px);
  }
}
@media (min-width: 768px) {
  .c-jibbitz__preview--new-height {
    display: block;
    height: calc(100vh - 150px);
    margin-top: 72px;
  }
  .c-jibbitz__preview--new-height.animation-points .points {
    animation: bounceScale 3000ms infinite;
  }
  .c-jibbitz__preview--new-height.animation-points .points:after {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 100%;
    background-color: white;
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
  }
}
.c-jibbitz__preview.active {
  display: block;
}
.c-jibbitz__preview.imprimir {
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}
.c-jibbitz__preview.imprimir .c-jibbitz__preview-image {
  top: 10%;
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.c-jibbitz__preview-image {
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 140px;
  z-index: 1;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    bottom: inherit;
    padding-bottom: 100%;
  }
}
.c-jibbitz__preview-thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -11%;
  left: 0;
  z-index: 1;
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-thumb {
    top: 0;
  }
}
.c-jibbitz__preview-thumb.imprimir {
  top: 0 !important;
}
.c-jibbitz__preview-foot-right {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -11%;
  right: 0;
  z-index: 1;
  background-size: 200% !important;
  background-position-x: 100% !important;
  -moz-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-foot-right {
    display: none;
  }
}
.c-jibbitz__preview-foot-right.active {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__preview-foot-right.active-finish {
  width: 50%;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__preview-foot-left {
  width: 100%;
  height: 100%;
  position: absolute;
  top: -11%;
  left: 0;
  z-index: 1;
  background-size: 200% !important;
  background-position-x: 0 !important;
  -moz-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-foot-left {
    display: none;
  }
}
.c-jibbitz__preview-foot-left.active {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__preview-foot-left.active-finish {
  width: 50%;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__preview-bar {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 80px;
  z-index: 669;
  visibility: hidden;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  border-top: 1px solid #EBEBEB;
  background-color: #FFFFFF;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-bar {
    width: calc(100% - 60px);
    position: absolute;
    left: 30px;
    bottom: 20px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #EBEBEB;
    display: none;
  }
}
.c-jibbitz__preview-bar.active {
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-bar.active {
    display: block;
  }
}
.c-jibbitz__preview-bar--start {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 80px;
  z-index: 649;
  visibility: hidden;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-bar--start {
    width: inherit;
    position: inherit;
    left: inherit;
    bottom: inherit;
    z-index: inherit;
    display: none;
  }
}
.c-jibbitz__preview-bar--start.active {
  visibility: visible;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-bar--start.active {
    display: none;
  }
}
.c-jibbitz__preview-jibbitz {
  width: 100%;
  position: relative;
  padding: 5px 15px;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-jibbitz {
    padding: 0;
  }
}
.c-jibbitz__preview-buttons {
  padding: 5px 15px;
  background: #000000;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-buttons {
    padding: 0;
    background: transparent;
  }
}
.c-jibbitz__preview-buttons--start {
  background: white;
}
.c-jibbitz__preview-button {
  -ms-flex: 0 0 calc(50% - 5px);
  flex: 0 0 calc(50% - 5px);
  max-width: calc(50% - 5px);
}
@media (min-width: 768px) {
  .c-jibbitz__preview-button {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.c-jibbitz__preview-button:nth-of-type(1) {
  display: none;
  margin-right: 10px;
}
.c-jibbitz__preview-button:nth-of-type(1).active {
  display: block;
}
.c-jibbitz__preview-button:nth-of-type(2) {
  display: none;
  margin-right: 10px;
}
.c-jibbitz__preview-button:nth-of-type(2).active {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-button:nth-of-type(2).active {
    display: none;
  }
}
.c-jibbitz__preview-button:nth-of-type(3) {
  display: none;
}
.c-jibbitz__preview-button:nth-of-type(3).active {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-button:nth-of-type(3).active {
    display: none;
  }
}
.c-jibbitz__preview-button:nth-of-type(4) {
  display: none;
  margin-right: 10px;
}
.c-jibbitz__preview-button:nth-of-type(4).active {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-button:nth-of-type(4).active {
    display: none;
  }
}
.c-jibbitz__preview-button:nth-of-type(5) {
  display: none;
}
.c-jibbitz__preview-button:nth-of-type(5).active {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-button:nth-of-type(5).active {
    display: none;
  }
}
.c-jibbitz__preview-button:last-child.active-desktop {
  display: none;
}
.c-jibbitz__preview-button:last-child.active-mobile {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-button:last-child.active-mobile {
    display: none;
  }
}
.c-jibbitz__preview-button-start:nth-of-type(1) {
  display: none;
  margin-right: 10px;
}
.c-jibbitz__preview-button-start:nth-of-type(1).active {
  display: block;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-button-start:nth-of-type(1).active {
    display: none;
  }
}
.c-jibbitz__preview-items {
  padding: 0 25px;
}
.c-jibbitz__preview-item {
  position: relative;
}
.c-jibbitz__preview-item:focus {
  outline: none;
}
.c-jibbitz__preview-item:hover .c-jibbitz__preview-jibbit-eliminar {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.c-jibbitz__preview-item:hover .c-jibbitz__preview-jibbit-eliminar:hover {
  filter: grayscale(0);
}
.c-jibbitz__preview-jibbit {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-jibbit {
    width: 55px;
    height: 55px;
  }
}
.c-jibbitz__preview-jibbit.current-item {
  border: 1px solid #8DBB01;
  border-radius: 3px;
}
.c-jibbitz__preview-jibbit:focus {
  outline: none;
}
.c-jibbitz__preview-jibbit:hover {
  z-index: 30px;
}
.c-jibbitz__preview-jibbit .menu {
  position: absolute;
  top: 0;
  left: 90%;
  z-index: 10;
  visibility: hidden;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  background-color: #FFFFFF;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.2);
  padding: 5px;
  transform-origin: top left;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.c-jibbitz__preview-jibbit .menu a {
  transition: none;
}
.c-jibbitz__preview-jibbit .menu.active {
  visibility: visible;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-jibbitz__preview-jibbit-eliminar {
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: url("jibbitz-delete-item.svg") center center no-repeat;
  background-size: contain;
  filter: grayscale(1);
  cursor: pointer;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__preview-jibbit-counter {
  height: 22px;
  width: 22px;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid #EBEBEB;
  background-color: #FFFFFF;
  text-align: center;
  border-radius: 100%;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__preview-jibbit-counter.active {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -10px;
}
.c-jibbitz__btn--btn-prev {
  left: 0;
}
.c-jibbitz__btn--btn-next {
  right: 0;
}
.c-jibbitz__review-view {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-jibbitz__review-view {
    display: initial;
    -ms-flex: 0 0 0%;
    flex: 0 0 0%;
    max-width: 0%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -moz-transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
    -o-transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
    -webkit-transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
    transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
  }
}
.c-jibbitz__review-view.active {
  display: initial;
}
@media (min-width: 768px) {
  .c-jibbitz__review-view.active {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
    -o-transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
    -webkit-transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
    transition: max-width 50ms ease-in 300ms, opacity 50ms ease-in 350ms, transform 300ms ease-in 400ms;
  }
}
.c-jibbitz__review {
  position: relative;
  padding: 30px 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-jibbitz__review {
    height: calc(100vh - 158px);
    margin-top: 40px;
    padding: 30px 20px 75px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    background-color: #FFFFFF;
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .c-jibbitz__review-buttons {
    padding: 10px 0;
  }
}
.c-jibbitz__product-type {
  cursor: pointer;
}
.c-jibbitz__product-type.active .c-jibbitz__product-type-title {
  color: #8DBB01;
}
.c-jibbitz__product-image {
  height: 0;
  position: relative;
  padding-bottom: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
.c-jibbitz__product-image .check-icon-wrapper {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: #8DBB01;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}
.c-jibbitz__product-image .check-icon-wrapper .check-icon {
  width: 10px;
  height: 10px;
}
.c-jibbitz__product-image .check-icon-wrapper .check-icon .color {
  fill: white;
}
.c-jibbitz__product-image:after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  border-top: 2px solid #8DBB01;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__product-image.active:after {
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.c-jibbitz__product-image.active-check .check-icon-wrapper {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.c-jibbitz__product-type-image {
  height: 0;
  padding-bottom: 51.32%;
  margin-bottom: 15px;
}
.c-jibbitz__product-type-title {
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__product-type-subtitle {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  text-align: center;
  color: #000000;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__sizes {
  display: none;
}
.c-jibbitz__sizes.active {
  display: block;
}
.c-jibbitz__sizes-title {
  position: relative;
  padding: 10px 0;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.c-jibbitz__sizes-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.c-jibbitz__sizes-group-item {
  -ms-flex: 0 0 calc(25% - 4px);
  flex: 0 0 calc(25% - 4px);
  max-width: calc(25% - 4px);
  height: 50px;
  line-height: 50px;
  margin: 2px;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
  text-align: center;
  font-family: "Arial-bold", serif;
  font-size: 16px;
  cursor: pointer;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__sizes-group-item {
    -ms-flex: 0 0 calc(33.3333% - 4px);
    flex: 0 0 calc(33.3333% - 4px);
    max-width: calc(33.3333% - 4px);
  }
}
@media (min-width: 1024px) {
  .c-jibbitz__sizes-group-item {
    -ms-flex: 0 0 calc(25% - 4px);
    flex: 0 0 calc(25% - 4px);
    max-width: calc(25% - 4px);
  }
}
.c-jibbitz__sizes-group-item--is-small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .c-jibbitz__sizes-group-item--is-small {
    font-size: 9px;
  }
}
@media (min-width: 1024px) {
  .c-jibbitz__sizes-group-item--is-small {
    font-size: 12px;
  }
}
.c-jibbitz__sizes-group-item:hover {
  color: #8DBB01;
}
.c-jibbitz__sizes-group-item:hover.group-false {
  color: #EBEBEB;
}
.c-jibbitz__sizes-group-item.active {
  color: #8DBB01;
  border: 1px solid #8DBB01;
}
.c-jibbitz__sizes-group-item.group-false {
  color: #EBEBEB;
}
.c-jibbitz__info {
  display: block;
  width: 20px;
  height: 20px;
  position: fixed;
  left: 30px;
  top: 120px;
  z-index: 200;
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  cursor: pointer;
}
@media (min-width: 768px) {
  .c-jibbitz__info {
    position: absolute;
    left: 50%;
    top: inherit;
    bottom: 30px;
    margin-left: -12px;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.c-jibbitz__info:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 100%;
  border: 1px solid #EBEBEB;
  background-color: #FFFFFF;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__info:after {
    border: 1px solid #1A1A1A;
    background-color: #1A1A1A;
    -moz-transform: scale(2);
    -o-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.c-jibbitz__info .color {
  fill: #000000;
}
@media (min-width: 768px) {
  .c-jibbitz__info .color {
    fill: #8DBB01;
  }
}
.c-jibbitz__info:hover .color {
  fill: #8DBB01;
}
@media (min-width: 768px) {
  .c-jibbitz__info:hover .color {
    fill: #FFFFFF;
  }
}
.c-jibbitz__info:hover:after {
  -moz-transform: scale(1.6);
  -o-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
}
.c-jibbitz__preview-share {
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-share {
    display: block;
    height: calc(100vh - 106px);
  }
}
.c-jibbitz__subtitle-share {
  position: relative;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  letter-spacing: 1.4px;
}
@media (min-width: 1200px) {
  .c-jibbitz__subtitle-share {
    font-size: 20px;
  }
}
.c-jibbitz__subtitle-share span {
  font-size: 28px;
  -webkit-text-stroke: 1px #000000;
  color: white;
}
@media (min-width: 1200px) {
  .c-jibbitz__subtitle-share span {
    font-size: 24px;
  }
}
.c-jibbitz__preview-image-share {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .c-jibbitz__preview-image-share {
    width: 100%;
    padding-bottom: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .c-jibbitz__review-products-share {
    overflow-y: scroll;
    height: 42vh;
    padding-right: 15px;
  }
}
.c-jibbitz__links-share {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-jibbitz__links-share {
    width: 70%;
    position: absolute;
    left: 15%;
    bottom: 10px;
    z-index: 100;
  }
}
.c-jibbitz__links-share-link {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 20px 15px;
  vertical-align: middle;
  border: 1px solid #8DBB01;
  margin: 0 auto;
  border-radius: 10px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .c-jibbitz__links-share-link {
    border-radius: 10px;
    padding: 15px;
  }
}
.c-jibbitz__links-share-link .icon-item {
  width: 15px;
  height: 15px;
}
.c-jibbitz__links-share-link .icon-item .color {
  fill: #FFFFFF;
}
.c-jibbitz__links-share-link .item-text {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-jibbitz__links-share-link .item-input {
  width: 100%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.c-jibbitz__links-share-link .item-before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFFFFF;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__links-share-link .item-before * {
  color: #FFFFFF !important;
  -moz-transition: all 200ms ease-in 250ms;
  -o-transition: all 200ms ease-in 250ms;
  -webkit-transition: all 200ms ease-in 250ms;
  transition: all 200ms ease-in 250ms;
}
.c-jibbitz__links-share-link .item-before .icon-item .color {
  fill: #8DBB01;
}
.c-jibbitz__links-share-link .item-after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  pointer-events: none;
  cursor: pointer;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz__links-share-link .item-after * {
  color: #FFFFFF !important;
}
.c-jibbitz__links-share-link .item-after--not-image {
  background: #8DBB01;
}
.c-jibbitz__links-share-link:hover {
  background: #000000;
}
.c-jibbitz__links-share-link:hover .item-before {
  -moz-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.c-jibbitz__links-share-link:hover .item-before * {
  color: #8DBB01 !important;
}
.c-jibbitz__links-share-link:hover .item-after {
  -moz-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.c-jibbitz__links-share-link:hover .icon-item {
  animation: bounceDown 1000ms;
}
.c-jibbitz__share-title {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-family: "Arial-bold", serif;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  text-transform: uppercase;
  vertical-align: middle;
}
.c-jibbitz__social-sharing {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.c-jibbitz__social-sharing .social-sharing li a {
  margin: 0;
  border: none;
  padding: 0 10px;
}
.c-jibbitz__social-sharing .social-sharing li a .icon-item {
  width: 15px;
  height: 15px;
}
.c-jibbitz__social-sharing .social-sharing li a .icon-item .color {
  fill: #FFFFFF;
}
.c-jibbitz__social-sharing .social-sharing li a .share-title {
  display: none;
}
.c-jibbitz__social-sharing .social-sharing li a:hover {
  animation: bounceDown 1000ms;
}
.c-jibbitz__social-sharing .social-sharing li a:hover .color {
  fill: #000000 !important;
}
.c-jibbitz__review-share {
  position: relative;
  padding: 30px 20px;
  margin-top: 10px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .c-jibbitz__review-share {
    margin-top: 0;
    padding: 30px 20px 15px;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
    background-color: #FFFFFF;
  }
}

.overlay-load {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: white;
  text-align: center;
  padding: 30px 0;
}
.overlay-load .text {
  display: block;
}
.overlay-load .loader {
  width: 100px;
  height: 19.8px;
  border: 1.5px #8DBB01 solid;
  border-radius: 6px;
  background: linear-gradient(-60deg, transparent 0%, transparent 50%, #8DBB01 50%, #8DBB01 75%, transparent 75%, transparent);
  background-size: 30px 50px;
  background-position: 0 0;
  animation: loaderAnimation 0.8s infinite linear;
  margin: 0 auto;
  display: block;
}
@keyframes loaderAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}

.overlay-load-preview {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: white;
  text-align: center;
  padding: 30px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.overlay-load-preview .text_1 {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.overlay-load-preview .text_2 {
  display: block;
  font-size: 9px;
  color: #C7CBDA;
  text-transform: uppercase;
}
.overlay-load-preview .loader {
  width: 220px;
  height: 19.8px;
  border: 1.5px #8DBB01 solid;
  border-radius: 30px;
  background: linear-gradient(-60deg, transparent 0%, transparent 50%, #8DBB01 50%, #8DBB01 75%, transparent 75%, transparent);
  background-size: 30px 50px;
  background-position: 0 0;
  animation: loaderAnimation 0.8s infinite linear;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
@keyframes loaderAnimation {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -60px 0;
  }
}

.c-breadcrumb__item {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.c-breadcrumb__item a {
  color: #8DBB01;
}
.c-breadcrumb__item.active a {
  text-transform: uppercase;
  color: #8DBB01;
}
.c-breadcrumb__item.active p {
  text-transform: uppercase;
  color: #000000;
  line-height: 1.5em;
}

.c-template__modelo-10001 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-10001 .points {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 2000px) {
  .c-template__modelo-10001 .points {
    height: 24px;
    width: 24px;
  }
}
.c-template__modelo-10001 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-10001 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-10001 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-10001 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-10001 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-10001 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-10001 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-10001 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-10001 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-10001 .point-1 {
  display: block;
  top: 13.56878516%;
  left: 31.503283%;
}
.c-template__modelo-10001 .point-2 {
  display: block;
  top: 16.755377%;
  left: 24.43506%;
}
.c-template__modelo-10001 .point-3 {
  display: block;
  top: 21.99647385%;
  left: 18.798673%;
}
.c-template__modelo-10001 .point-4 {
  display: block;
  top: 20.89002%;
  left: 31.3539%;
}
.c-template__modelo-10001 .point-5 {
  display: block;
  top: 19.13618%;
  left: 37.74437915%;
}
.c-template__modelo-10001 .point-6 {
  display: block;
  top: 23.743506%;
  left: 25.34724205%;
}
.c-template__modelo-10001 .point-7 {
  display: block;
  top: 26.741306%;
  left: 37.908555%;
}
.c-template__modelo-10001 .point-8 {
  display: block;
  top: 29.92075%;
  left: 31.188339%;
}
.c-template__modelo-10001 .point-9 {
  display: block;
  top: 30.17075%;
  left: 22.153178%;
}
.c-template__modelo-10001 .point-10 {
  display: block;
  top: 29.38460247%;
  left: 16.44043321%;
}
.c-template__modelo-10001 .point-11 {
  display: block;
  top: 36.944379%;
  left: 15.768785%;
}
.c-template__modelo-10001 .point-12 {
  display: block;
  top: 35.433171%;
  left: 25.990978%;
}
.c-template__modelo-10001 .point-13 {
  display: block;
  top: 34.901083%;
  left: 37.68995%;
}
.c-template__modelo-10001 .point-14 {
  display: block;
  top: 13.440433%;
  left: 64.574477%;
}
.c-template__modelo-10001 .point-15 {
  display: block;
  top: 15.862849%;
  left: 71.99843%;
}
.c-template__modelo-10001 .point-16 {
  display: block;
  top: 21.33977%;
  left: 78.239526%;
}
.c-template__modelo-10001 .point-17 {
  display: block;
  top: 23.0978%;
  left: 71.523046%;
}
.c-template__modelo-10001 .point-18 {
  display: block;
  top: 20.696474%;
  left: 65.310301%;
}
.c-template__modelo-10001 .point-19 {
  display: block;
  top: 19.149442%;
  left: 58.929645%;
}
.c-template__modelo-10001 .point-20 {
  display: block;
  top: 26.841306%;
  left: 58.893821%;
}
.c-template__modelo-10001 .point-21 {
  display: block;
  top: 29.563723%;
  left: 65.814037%;
}
.c-template__modelo-10001 .point-22 {
  display: block;
  top: 34.568995%;
  left: 59.097557%;
}
.c-template__modelo-10001 .point-23 {
  display: block;
  top: 34.972731%;
  left: 70.783486%;
}
.c-template__modelo-10001 .point-24 {
  display: block;
  top: 29.567459%;
  left: 74.881286%;
}
.c-template__modelo-10001 .point-25 {
  display: block;
  top: 28.727899%;
  left: 81.094031%;
}
.c-template__modelo-10001 .point-26 {
  display: block;
  top: 36.187675%;
  left: 81.597767%;
}
.c-template__modelo-10001.points-left .point-1 {
  display: block;
  top: 16.7375%;
  left: 63.5%;
}
.c-template__modelo-10001.points-left .point-2 {
  display: block;
  top: 23.0625%;
  left: 48.75%;
}
.c-template__modelo-10001.points-left .point-3 {
  display: block;
  top: 33.7875%;
  left: 38.175%;
}
.c-template__modelo-10001.points-left .point-4 {
  display: block;
  top: 31.15%;
  left: 62.8125%;
}
.c-template__modelo-10001.points-left .point-5 {
  display: block;
  top: 27.9375%;
  left: 75.75%;
}
.c-template__modelo-10001.points-left .point-6 {
  display: block;
  top: 37.15%;
  left: 51.2%;
}
.c-template__modelo-10001.points-left .point-7 {
  display: block;
  top: 43.1875%;
  left: 76.125%;
}
.c-template__modelo-10001.points-left .point-8 {
  display: block;
  top: 49.1875%;
  left: 62.75%;
}
.c-template__modelo-10001.points-left .point-9 {
  display: block;
  top: 49.875%;
  left: 44.5%;
}
.c-template__modelo-10001.points-left .point-10 {
  display: block;
  top: 48.375%;
  left: 32.8125%;
}
.c-template__modelo-10001.points-left .point-11 {
  display: block;
  top: 63.9375%;
  left: 32.25%;
}
.c-template__modelo-10001.points-left .point-12 {
  display: block;
  top: 60.8125%;
  left: 53.125%;
}
.c-template__modelo-10001.points-left .point-13 {
  display: block;
  top: 59.45%;
  left: 75.25%;
}
.c-template__modelo-10001.points-left .point-14 {
  display: none;
}
.c-template__modelo-10001.points-left .point-15 {
  display: none;
}
.c-template__modelo-10001.points-left .point-16 {
  display: none;
}
.c-template__modelo-10001.points-left .point-17 {
  display: none;
}
.c-template__modelo-10001.points-left .point-18 {
  display: none;
}
.c-template__modelo-10001.points-left .point-19 {
  display: none;
}
.c-template__modelo-10001.points-left .point-20 {
  display: none;
}
.c-template__modelo-10001.points-left .point-21 {
  display: none;
}
.c-template__modelo-10001.points-left .point-22 {
  display: none;
}
.c-template__modelo-10001.points-left .point-23 {
  display: none;
}
.c-template__modelo-10001.points-left .point-24 {
  display: none;
}
.c-template__modelo-10001.points-left .point-25 {
  display: none;
}
.c-template__modelo-10001.points-left .point-26 {
  display: none;
}
.c-template__modelo-10001.points-right .point-1 {
  display: none;
}
.c-template__modelo-10001.points-right .point-2 {
  display: none;
}
.c-template__modelo-10001.points-right .point-3 {
  display: none;
}
.c-template__modelo-10001.points-right .point-4 {
  display: none;
}
.c-template__modelo-10001.points-right .point-5 {
  display: none;
}
.c-template__modelo-10001.points-right .point-6 {
  display: none;
}
.c-template__modelo-10001.points-right .point-7 {
  display: none;
}
.c-template__modelo-10001.points-right .point-8 {
  display: none;
}
.c-template__modelo-10001.points-right .point-9 {
  display: none;
}
.c-template__modelo-10001.points-right .point-10 {
  display: none;
}
.c-template__modelo-10001.points-right .point-11 {
  display: none;
}
.c-template__modelo-10001.points-right .point-12 {
  display: none;
}
.c-template__modelo-10001.points-right .point-13 {
  display: none;
}
.c-template__modelo-10001.points-right .point-14 {
  display: block;
  top: 16%;
  left: 29.5625%;
}
.c-template__modelo-10001.points-right .point-15 {
  display: block;
  top: 21.75%;
  left: 44.875%;
}
.c-template__modelo-10001.points-right .point-16 {
  display: block;
  top: 32.125%;
  left: 56.125%;
}
.c-template__modelo-10001.points-right .point-17 {
  display: block;
  top: 36.25%;
  left: 42.975%;
}
.c-template__modelo-10001.points-right .point-18 {
  display: block;
  top: 30.8125%;
  left: 30.875%;
}
.c-template__modelo-10001.points-right .point-19 {
  display: block;
  top: 27.5625%;
  left: 17.875%;
}
.c-template__modelo-10001.points-right .point-20 {
  display: block;
  top: 43.5%;
  left: 18.0625%;
}
.c-template__modelo-10001.points-right .point-21 {
  display: block;
  top: 48.4375%;
  left: 32.125%;
}
.c-template__modelo-10001.points-right .point-22 {
  display: block;
  top: 58.75%;
  left: 19%;
}
.c-template__modelo-10001.points-right .point-23 {
  display: block;
  top: 59.75%;
  left: 41.8375%;
}
.c-template__modelo-10001.points-right .point-24 {
  display: block;
  top: 48.75%;
  left: 49.9625%;
}
.c-template__modelo-10001.points-right .point-25 {
  display: block;
  top: 45.8125%;
  left: 62.4375%;
}
.c-template__modelo-10001.points-right .point-26 {
  display: block;
  top: 61.75%;
  left: 63.0625%;
}
.c-template__modelo-11016 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-11016 .points {
    height: 16px;
    width: 16px;
  }
}
.c-template__modelo-11016 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-11016 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-11016 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-11016 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-11016 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-11016 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-11016 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-11016 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-11016 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-11016 .point-1 {
  display: block;
  top: 12.168785%;
  left: 34.803283%;
}
.c-template__modelo-11016 .point-2 {
  display: block;
  top: 14.455377%;
  left: 28.143506%;
}
.c-template__modelo-11016 .point-3 {
  display: block;
  top: 19.296474%;
  left: 22.798673%;
}
.c-template__modelo-11016 .point-4 {
  display: block;
  top: 19.49002%;
  left: 33.9539%;
}
.c-template__modelo-11016 .point-5 {
  display: block;
  top: 18.113618%;
  left: 39.944379%;
}
.c-template__modelo-11016 .point-6 {
  display: block;
  top: 22.343506%;
  left: 28.147242%;
}
.c-template__modelo-11016 .point-7 {
  display: block;
  top: 25.61306%;
  left: 40.08555%;
}
.c-template__modelo-11016 .point-8 {
  display: block;
  top: 28.792075%;
  left: 33.688339%;
}
.c-template__modelo-11016 .point-9 {
  display: block;
  top: 28.87075%;
  left: 24.53178%;
}
.c-template__modelo-11016 .point-10 {
  display: block;
  top: 26.484602%;
  left: 19.240433%;
}
.c-template__modelo-11016 .point-11 {
  display: block;
  top: 33.944379%;
  left: 18.268785%;
}
.c-template__modelo-11016 .point-12 {
  display: block;
  top: 34.233171%;
  left: 28.490978%;
}
.c-template__modelo-11016 .point-13 {
  display: block;
  top: 33.801083%;
  left: 39.868995%;
}
.c-template__modelo-11016 .point-14 {
  display: block;
  top: 12.440433%;
  left: 65.074477%;
}
.c-template__modelo-11016 .point-15 {
  display: block;
  top: 15.62849%;
  left: 71.39843%;
}
.c-template__modelo-11016 .point-16 {
  display: block;
  top: 20.93977%;
  left: 76.939526%;
}
.c-template__modelo-11016 .point-17 {
  display: block;
  top: 23.50978%;
  left: 70.923046%;
}
.c-template__modelo-11016 .point-18 {
  display: block;
  top: 19.96474%;
  left: 65.310301%;
}
.c-template__modelo-11016 .point-19 {
  display: block;
  top: 17.9349442%;
  left: 59.29645%;
}
.c-template__modelo-11016 .point-20 {
  display: block;
  top: 25.841306%;
  left: 59.293821%;
}
.c-template__modelo-11016 .point-21 {
  display: block;
  top: 28.93723%;
  left: 65.414037%;
}
.c-template__modelo-11016 .point-22 {
  display: block;
  top: 33.568995%;
  left: 59.497557%;
}
.c-template__modelo-11016 .point-23 {
  display: block;
  top: 34.672731%;
  left: 69.783486%;
}
.c-template__modelo-11016 .point-24 {
  display: block;
  top: 29.967459%;
  left: 73.881286%;
}
.c-template__modelo-11016 .point-25 {
  display: block;
  top: 28.427899%;
  left: 79.494031%;
}
.c-template__modelo-11016 .point-26 {
  display: block;
  top: 35.687675%;
  left: 79.597767%;
}
.c-template__modelo-11016.points-left .point-1 {
  display: block;
  top: 13.8375%;
  left: 69.5%;
}
.c-template__modelo-11016.points-left .point-2 {
  display: block;
  top: 18.625%;
  left: 56.25%;
}
.c-template__modelo-11016.points-left .point-3 {
  display: block;
  top: 28.6875%;
  left: 45.375%;
}
.c-template__modelo-11016.points-left .point-4 {
  display: block;
  top: 28.15%;
  left: 68.3125%;
}
.c-template__modelo-11016.points-left .point-5 {
  display: block;
  top: 25.4375%;
  left: 80.35%;
}
.c-template__modelo-11016.points-left .point-6 {
  display: block;
  top: 33.95%;
  left: 56.7%;
}
.c-template__modelo-11016.points-left .point-7 {
  display: block;
  top: 40.875%;
  left: 80.8125%;
}
.c-template__modelo-11016.points-left .point-8 {
  display: block;
  top: 46.1875%;
  left: 67.75%;
}
.c-template__modelo-11016.points-left .point-9 {
  display: block;
  top: 46.875%;
  left: 49.5%;
}
.c-template__modelo-11016.points-left .point-10 {
  display: block;
  top: 42.375%;
  left: 38.8125%;
}
.c-template__modelo-11016.points-left .point-11 {
  display: block;
  top: 57.9375%;
  left: 36.25%;
}
.c-template__modelo-11016.points-left .point-12 {
  display: block;
  top: 57.8125%;
  left: 58.125%;
}
.c-template__modelo-11016.points-left .point-13 {
  display: block;
  top: 56.75%;
  left: 79.25%;
}
.c-template__modelo-11016.points-left .point-14 {
  display: none;
}
.c-template__modelo-11016.points-left .point-15 {
  display: none;
}
.c-template__modelo-11016.points-left .point-16 {
  display: none;
}
.c-template__modelo-11016.points-left .point-17 {
  display: none;
}
.c-template__modelo-11016.points-left .point-18 {
  display: none;
}
.c-template__modelo-11016.points-left .point-19 {
  display: none;
}
.c-template__modelo-11016.points-left .point-20 {
  display: none;
}
.c-template__modelo-11016.points-left .point-21 {
  display: none;
}
.c-template__modelo-11016.points-left .point-22 {
  display: none;
}
.c-template__modelo-11016.points-left .point-23 {
  display: none;
}
.c-template__modelo-11016.points-left .point-24 {
  display: none;
}
.c-template__modelo-11016.points-left .point-25 {
  display: none;
}
.c-template__modelo-11016.points-left .point-26 {
  display: none;
}
.c-template__modelo-11016.points-right .point-1 {
  display: none;
}
.c-template__modelo-11016.points-right .point-2 {
  display: none;
}
.c-template__modelo-11016.points-right .point-3 {
  display: none;
}
.c-template__modelo-11016.points-right .point-4 {
  display: none;
}
.c-template__modelo-11016.points-right .point-5 {
  display: none;
}
.c-template__modelo-11016.points-right .point-6 {
  display: none;
}
.c-template__modelo-11016.points-right .point-7 {
  display: none;
}
.c-template__modelo-11016.points-right .point-8 {
  display: none;
}
.c-template__modelo-11016.points-right .point-9 {
  display: none;
}
.c-template__modelo-11016.points-right .point-10 {
  display: none;
}
.c-template__modelo-11016.points-right .point-11 {
  display: none;
}
.c-template__modelo-11016.points-right .point-12 {
  display: none;
}
.c-template__modelo-11016.points-right .point-13 {
  display: none;
}
.c-template__modelo-11016.points-right .point-14 {
  display: block;
  top: 14%;
  left: 30.1625%;
}
.c-template__modelo-11016.points-right .point-15 {
  display: block;
  top: 20.25%;
  left: 42.875%;
}
.c-template__modelo-11016.points-right .point-16 {
  display: block;
  top: 31.125%;
  left: 53.125%;
}
.c-template__modelo-11016.points-right .point-17 {
  display: block;
  top: 36.15%;
  left: 41.6875%;
}
.c-template__modelo-11016.points-right .point-18 {
  display: block;
  top: 29.125%;
  left: 30.5875%;
}
.c-template__modelo-11016.points-right .point-19 {
  display: block;
  top: 25.1625%;
  left: 18.6875%;
}
.c-template__modelo-11016.points-right .point-20 {
  display: block;
  top: 41.5%;
  left: 18.0625%;
}
.c-template__modelo-11016.points-right .point-21 {
  display: block;
  top: 46.9375%;
  left: 30.625%;
}
.c-template__modelo-11016.points-right .point-22 {
  display: block;
  top: 55.75%;
  left: 19%;
}
.c-template__modelo-11016.points-right .point-23 {
  display: block;
  top: 58.375%;
  left: 39.4375%;
}
.c-template__modelo-11016.points-right .point-24 {
  display: block;
  top: 48.75%;
  left: 47.5625%;
}
.c-template__modelo-11016.points-right .point-25 {
  display: block;
  top: 45.8125%;
  left: 58.4375%;
}
.c-template__modelo-11016.points-right .point-26 {
  display: block;
  top: 60.75%;
  left: 59.0625%;
}
.c-template__modelo-204537 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-204537 .points {
    height: 16px;
    width: 16px;
  }
}
.c-template__modelo-204537 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-204537 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-204537 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-204537 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-204537 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-204537 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-204537 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-204537 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-204537 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-204537 .point-1 {
  display: block;
  top: 12.168785%;
  left: 34.803283%;
}
.c-template__modelo-204537 .point-2 {
  display: block;
  top: 14.455377%;
  left: 28.143506%;
}
.c-template__modelo-204537 .point-3 {
  display: block;
  top: 19.296474%;
  left: 22.798673%;
}
.c-template__modelo-204537 .point-4 {
  display: block;
  top: 19.49002%;
  left: 33.9539%;
}
.c-template__modelo-204537 .point-5 {
  display: block;
  top: 18.113618%;
  left: 39.944379%;
}
.c-template__modelo-204537 .point-6 {
  display: block;
  top: 22.343506%;
  left: 28.147242%;
}
.c-template__modelo-204537 .point-7 {
  display: block;
  top: 25.61306%;
  left: 40.08555%;
}
.c-template__modelo-204537 .point-8 {
  display: block;
  top: 28.792075%;
  left: 33.688339%;
}
.c-template__modelo-204537 .point-9 {
  display: block;
  top: 28.87075%;
  left: 24.53178%;
}
.c-template__modelo-204537 .point-10 {
  display: block;
  top: 26.484602%;
  left: 19.240433%;
}
.c-template__modelo-204537 .point-11 {
  display: block;
  top: 33.944379%;
  left: 18.268785%;
}
.c-template__modelo-204537 .point-12 {
  display: block;
  top: 34.233171%;
  left: 28.490978%;
}
.c-template__modelo-204537 .point-13 {
  display: block;
  top: 33.801083%;
  left: 39.868995%;
}
.c-template__modelo-204537 .point-14 {
  display: block;
  top: 12.440433%;
  left: 65.074477%;
}
.c-template__modelo-204537 .point-15 {
  display: block;
  top: 15.62849%;
  left: 71.39843%;
}
.c-template__modelo-204537 .point-16 {
  display: block;
  top: 20.93977%;
  left: 76.939526%;
}
.c-template__modelo-204537 .point-17 {
  display: block;
  top: 23.50978%;
  left: 70.923046%;
}
.c-template__modelo-204537 .point-18 {
  display: block;
  top: 19.96474%;
  left: 65.310301%;
}
.c-template__modelo-204537 .point-19 {
  display: block;
  top: 17.9349442%;
  left: 59.29645%;
}
.c-template__modelo-204537 .point-20 {
  display: block;
  top: 25.841306%;
  left: 59.293821%;
}
.c-template__modelo-204537 .point-21 {
  display: block;
  top: 28.93723%;
  left: 65.414037%;
}
.c-template__modelo-204537 .point-22 {
  display: block;
  top: 33.568995%;
  left: 59.497557%;
}
.c-template__modelo-204537 .point-23 {
  display: block;
  top: 34.672731%;
  left: 69.783486%;
}
.c-template__modelo-204537 .point-24 {
  display: block;
  top: 29.967459%;
  left: 73.881286%;
}
.c-template__modelo-204537 .point-25 {
  display: block;
  top: 28.427899%;
  left: 79.494031%;
}
.c-template__modelo-204537 .point-26 {
  display: block;
  top: 35.687675%;
  left: 79.597767%;
}
.c-template__modelo-204537.points-left .point-1 {
  display: block;
  top: 13.8375%;
  left: 69.5%;
}
.c-template__modelo-204537.points-left .point-2 {
  display: block;
  top: 18.625%;
  left: 56.25%;
}
.c-template__modelo-204537.points-left .point-3 {
  display: block;
  top: 28.6875%;
  left: 45.375%;
}
.c-template__modelo-204537.points-left .point-4 {
  display: block;
  top: 28.15%;
  left: 68.3125%;
}
.c-template__modelo-204537.points-left .point-5 {
  display: block;
  top: 25.4375%;
  left: 80.35%;
}
.c-template__modelo-204537.points-left .point-6 {
  display: block;
  top: 33.95%;
  left: 56.7%;
}
.c-template__modelo-204537.points-left .point-7 {
  display: block;
  top: 40.875%;
  left: 80.8125%;
}
.c-template__modelo-204537.points-left .point-8 {
  display: block;
  top: 46.1875%;
  left: 67.75%;
}
.c-template__modelo-204537.points-left .point-9 {
  display: block;
  top: 46.875%;
  left: 49.5%;
}
.c-template__modelo-204537.points-left .point-10 {
  display: block;
  top: 42.375%;
  left: 38.8125%;
}
.c-template__modelo-204537.points-left .point-11 {
  display: block;
  top: 57.9375%;
  left: 36.25%;
}
.c-template__modelo-204537.points-left .point-12 {
  display: block;
  top: 57.8125%;
  left: 58.125%;
}
.c-template__modelo-204537.points-left .point-13 {
  display: block;
  top: 56.75%;
  left: 79.25%;
}
.c-template__modelo-204537.points-left .point-14 {
  display: none;
}
.c-template__modelo-204537.points-left .point-15 {
  display: none;
}
.c-template__modelo-204537.points-left .point-16 {
  display: none;
}
.c-template__modelo-204537.points-left .point-17 {
  display: none;
}
.c-template__modelo-204537.points-left .point-18 {
  display: none;
}
.c-template__modelo-204537.points-left .point-19 {
  display: none;
}
.c-template__modelo-204537.points-left .point-20 {
  display: none;
}
.c-template__modelo-204537.points-left .point-21 {
  display: none;
}
.c-template__modelo-204537.points-left .point-22 {
  display: none;
}
.c-template__modelo-204537.points-left .point-23 {
  display: none;
}
.c-template__modelo-204537.points-left .point-24 {
  display: none;
}
.c-template__modelo-204537.points-left .point-25 {
  display: none;
}
.c-template__modelo-204537.points-left .point-26 {
  display: none;
}
.c-template__modelo-204537.points-right .point-1 {
  display: none;
}
.c-template__modelo-204537.points-right .point-2 {
  display: none;
}
.c-template__modelo-204537.points-right .point-3 {
  display: none;
}
.c-template__modelo-204537.points-right .point-4 {
  display: none;
}
.c-template__modelo-204537.points-right .point-5 {
  display: none;
}
.c-template__modelo-204537.points-right .point-6 {
  display: none;
}
.c-template__modelo-204537.points-right .point-7 {
  display: none;
}
.c-template__modelo-204537.points-right .point-8 {
  display: none;
}
.c-template__modelo-204537.points-right .point-9 {
  display: none;
}
.c-template__modelo-204537.points-right .point-10 {
  display: none;
}
.c-template__modelo-204537.points-right .point-11 {
  display: none;
}
.c-template__modelo-204537.points-right .point-12 {
  display: none;
}
.c-template__modelo-204537.points-right .point-13 {
  display: none;
}
.c-template__modelo-204537.points-right .point-14 {
  display: block;
  top: 14%;
  left: 30.1625%;
}
.c-template__modelo-204537.points-right .point-15 {
  display: block;
  top: 20.25%;
  left: 42.875%;
}
.c-template__modelo-204537.points-right .point-16 {
  display: block;
  top: 31.125%;
  left: 53.125%;
}
.c-template__modelo-204537.points-right .point-17 {
  display: block;
  top: 36.15%;
  left: 41.6875%;
}
.c-template__modelo-204537.points-right .point-18 {
  display: block;
  top: 29.125%;
  left: 30.5875%;
}
.c-template__modelo-204537.points-right .point-19 {
  display: block;
  top: 25.1625%;
  left: 18.6875%;
}
.c-template__modelo-204537.points-right .point-20 {
  display: block;
  top: 41.5%;
  left: 18.0625%;
}
.c-template__modelo-204537.points-right .point-21 {
  display: block;
  top: 46.9375%;
  left: 30.625%;
}
.c-template__modelo-204537.points-right .point-22 {
  display: block;
  top: 55.75%;
  left: 19%;
}
.c-template__modelo-204537.points-right .point-23 {
  display: block;
  top: 58.375%;
  left: 39.4375%;
}
.c-template__modelo-204537.points-right .point-24 {
  display: block;
  top: 48.75%;
  left: 47.5625%;
}
.c-template__modelo-204537.points-right .point-25 {
  display: block;
  top: 45.8125%;
  left: 58.4375%;
}
.c-template__modelo-204537.points-right .point-26 {
  display: block;
  top: 60.75%;
  left: 59.0625%;
}
.c-template__modelo-204536 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-204536 .points {
    height: 16px;
    width: 16px;
  }
}
.c-template__modelo-204536 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-204536 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-204536 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-204536 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-204536 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-204536 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-204536 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-204536 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-204536 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-204536 .point-1 {
  display: block;
  top: 13.56878516%;
  left: 31.503283%;
}
.c-template__modelo-204536 .point-2 {
  display: block;
  top: 16.45537738%;
  left: 23.843506%;
}
.c-template__modelo-204536 .point-3 {
  display: block;
  top: 21.99647385%;
  left: 18.798673%;
}
.c-template__modelo-204536 .point-4 {
  display: block;
  top: 20.89002%;
  left: 31.3539%;
}
.c-template__modelo-204536 .point-5 {
  display: block;
  top: 18.813618%;
  left: 37.44437915%;
}
.c-template__modelo-204536 .point-6 {
  display: block;
  top: 23.743506%;
  left: 25.34724205%;
}
.c-template__modelo-204536 .point-7 {
  display: block;
  top: 26.741306%;
  left: 37.908555%;
}
.c-template__modelo-204536 .point-8 {
  display: block;
  top: 29.592075%;
  left: 30.888339%;
}
.c-template__modelo-204536 .point-9 {
  display: block;
  top: 29.97075%;
  left: 21.953178%;
}
.c-template__modelo-204536 .point-10 {
  display: block;
  top: 29.38460247%;
  left: 16.44043321%;
}
.c-template__modelo-204536 .point-11 {
  display: block;
  top: 36.944379%;
  left: 15.768785%;
}
.c-template__modelo-204536 .point-12 {
  display: block;
  top: 35.433171%;
  left: 25.990978%;
}
.c-template__modelo-204536 .point-13 {
  display: block;
  top: 34.801083%;
  left: 37.268995%;
}
.c-template__modelo-204536 .point-14 {
  display: block;
  top: 13.440433%;
  left: 64.574477%;
}
.c-template__modelo-204536 .point-15 {
  display: block;
  top: 15.862849%;
  left: 71.99843%;
}
.c-template__modelo-204536 .point-16 {
  display: block;
  top: 21.33977%;
  left: 78.239526%;
}
.c-template__modelo-204536 .point-17 {
  display: block;
  top: 22.950978%;
  left: 71.223046%;
}
.c-template__modelo-204536 .point-18 {
  display: block;
  top: 20.696474%;
  left: 65.310301%;
}
.c-template__modelo-204536 .point-19 {
  display: block;
  top: 19.149442%;
  left: 58.929645%;
}
.c-template__modelo-204536 .point-20 {
  display: block;
  top: 26.841306%;
  left: 58.893821%;
}
.c-template__modelo-204536 .point-21 {
  display: block;
  top: 29.563723%;
  left: 65.814037%;
}
.c-template__modelo-204536 .point-22 {
  display: block;
  top: 34.568995%;
  left: 59.097557%;
}
.c-template__modelo-204536 .point-23 {
  display: block;
  top: 34.672731%;
  left: 70.683486%;
}
.c-template__modelo-204536 .point-24 {
  display: block;
  top: 29.567459%;
  left: 74.881286%;
}
.c-template__modelo-204536 .point-25 {
  display: block;
  top: 28.727899%;
  left: 81.094031%;
}
.c-template__modelo-204536 .point-26 {
  display: block;
  top: 36.187675%;
  left: 81.597767%;
}
.c-template__modelo-204536.points-left .point-1 {
  display: block;
  top: 16.4375%;
  left: 63.5%;
}
.c-template__modelo-204536.points-left .point-2 {
  display: block;
  top: 22.0625%;
  left: 48.25%;
}
.c-template__modelo-204536.points-left .point-3 {
  display: block;
  top: 33.6875%;
  left: 38.375%;
}
.c-template__modelo-204536.points-left .point-4 {
  display: block;
  top: 30.95%;
  left: 62.9125%;
}
.c-template__modelo-204536.points-left .point-5 {
  display: block;
  top: 27.375%;
  left: 75.75%;
}
.c-template__modelo-204536.points-left .point-6 {
  display: block;
  top: 36.75%;
  left: 50.9%;
}
.c-template__modelo-204536.points-left .point-7 {
  display: block;
  top: 42.9995%;
  left: 76.325%;
}
.c-template__modelo-204536.points-left .point-8 {
  display: block;
  top: 49.1875%;
  left: 62.75%;
}
.c-template__modelo-204536.points-left .point-9 {
  display: block;
  top: 49.875%;
  left: 44.5%;
}
.c-template__modelo-204536.points-left .point-10 {
  display: block;
  top: 48.375%;
  left: 32.8125%;
}
.c-template__modelo-204536.points-left .point-11 {
  display: block;
  top: 63.9375%;
  left: 32.25%;
}
.c-template__modelo-204536.points-left .point-12 {
  display: block;
  top: 60.5125%;
  left: 53.125%;
}
.c-template__modelo-204536.points-left .point-13 {
  display: block;
  top: 58.95%;
  left: 75.25%;
}
.c-template__modelo-204536.points-left .point-14 {
  display: none;
}
.c-template__modelo-204536.points-left .point-15 {
  display: none;
}
.c-template__modelo-204536.points-left .point-16 {
  display: none;
}
.c-template__modelo-204536.points-left .point-17 {
  display: none;
}
.c-template__modelo-204536.points-left .point-18 {
  display: none;
}
.c-template__modelo-204536.points-left .point-19 {
  display: none;
}
.c-template__modelo-204536.points-left .point-20 {
  display: none;
}
.c-template__modelo-204536.points-left .point-21 {
  display: none;
}
.c-template__modelo-204536.points-left .point-22 {
  display: none;
}
.c-template__modelo-204536.points-left .point-23 {
  display: none;
}
.c-template__modelo-204536.points-left .point-24 {
  display: none;
}
.c-template__modelo-204536.points-left .point-25 {
  display: none;
}
.c-template__modelo-204536.points-left .point-26 {
  display: none;
}
.c-template__modelo-204536.points-right .point-1 {
  display: none;
}
.c-template__modelo-204536.points-right .point-2 {
  display: none;
}
.c-template__modelo-204536.points-right .point-3 {
  display: none;
}
.c-template__modelo-204536.points-right .point-4 {
  display: none;
}
.c-template__modelo-204536.points-right .point-5 {
  display: none;
}
.c-template__modelo-204536.points-right .point-6 {
  display: none;
}
.c-template__modelo-204536.points-right .point-7 {
  display: none;
}
.c-template__modelo-204536.points-right .point-8 {
  display: none;
}
.c-template__modelo-204536.points-right .point-9 {
  display: none;
}
.c-template__modelo-204536.points-right .point-10 {
  display: none;
}
.c-template__modelo-204536.points-right .point-11 {
  display: none;
}
.c-template__modelo-204536.points-right .point-12 {
  display: none;
}
.c-template__modelo-204536.points-right .point-13 {
  display: none;
}
.c-template__modelo-204536.points-right .point-14 {
  display: block;
  top: 16%;
  left: 29.5625%;
}
.c-template__modelo-204536.points-right .point-15 {
  display: block;
  top: 21.25%;
  left: 44.875%;
}
.c-template__modelo-204536.points-right .point-16 {
  display: block;
  top: 32.125%;
  left: 56.125%;
}
.c-template__modelo-204536.points-right .point-17 {
  display: block;
  top: 35.85%;
  left: 43.2875%;
}
.c-template__modelo-204536.points-right .point-18 {
  display: block;
  top: 30.3125%;
  left: 30.875%;
}
.c-template__modelo-204536.points-right .point-19 {
  display: block;
  top: 27.5625%;
  left: 17.975%;
}
.c-template__modelo-204536.points-right .point-20 {
  display: block;
  top: 43.1%;
  left: 18.0625%;
}
.c-template__modelo-204536.points-right .point-21 {
  display: block;
  top: 48.4375%;
  left: 32.125%;
}
.c-template__modelo-204536.points-right .point-22 {
  display: block;
  top: 58.75%;
  left: 19%;
}
.c-template__modelo-204536.points-right .point-23 {
  display: block;
  top: 59.375%;
  left: 41.4375%;
}
.c-template__modelo-204536.points-right .point-24 {
  display: block;
  top: 48.75%;
  left: 49.8625%;
}
.c-template__modelo-204536.points-right .point-25 {
  display: block;
  top: 45.8125%;
  left: 62.4375%;
}
.c-template__modelo-204536.points-right .point-26 {
  display: block;
  top: 61.75%;
  left: 63.0625%;
}
.c-template__modelo-206302 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-206302 .points {
    height: 16px;
    width: 16px;
  }
}
.c-template__modelo-206302 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-206302 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-206302 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-206302 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-206302 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-206302 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-206302 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-206302 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-206302 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-206302 .point-1 {
  display: block;
  top: 12.868785%;
  left: 30.903283%;
}
.c-template__modelo-206302 .point-2 {
  display: block;
  top: 17.055377%;
  left: 24.143506%;
}
.c-template__modelo-206302 .point-3 {
  display: block;
  top: 23.996474%;
  left: 19.18673%;
}
.c-template__modelo-206302 .point-4 {
  display: block;
  top: 21.2002%;
  left: 30.9539%;
}
.c-template__modelo-206302 .point-5 {
  display: block;
  top: 18.813618%;
  left: 36.444379%;
}
.c-template__modelo-206302 .point-6 {
  display: block;
  top: 26.743506%;
  left: 26.347242%;
}
.c-template__modelo-206302 .point-7 {
  display: block;
  top: 27.741306%;
  left: 36.908555%;
}
.c-template__modelo-206302 .point-8 {
  display: block;
  top: 31.592075%;
  left: 30.888339%;
}
.c-template__modelo-206302 .point-9 {
  display: block;
  top: 32.97075%;
  left: 22.953178%;
}
.c-template__modelo-206302 .point-10 {
  display: block;
  top: 32.384602%;
  left: 17.440433%;
}
.c-template__modelo-206302 .point-11 {
  display: block;
  top: 40.944379%;
  left: 17.768785%;
}
.c-template__modelo-206302 .point-12 {
  display: block;
  top: 38.433171%;
  left: 26.990978%;
}
.c-template__modelo-206302 .point-13 {
  display: block;
  top: 37.801083%;
  left: 35.68995%;
}
.c-template__modelo-206302 .point-14 {
  display: block;
  top: 12.440433%;
  left: 63.974477%;
}
.c-template__modelo-206302 .point-15 {
  display: block;
  top: 15.862849%;
  left: 70.99843%;
}
.c-template__modelo-206302 .point-16 {
  display: block;
  top: 22.33977%;
  left: 76.439526%;
}
.c-template__modelo-206302 .point-17 {
  display: block;
  top: 25.450978%;
  left: 69.423046%;
}
.c-template__modelo-206302 .point-18 {
  display: block;
  top: 20.696474%;
  left: 64.310301%;
}
.c-template__modelo-206302 .point-19 {
  display: block;
  top: 18.79442%;
  left: 58.929645%;
}
.c-template__modelo-206302 .point-20 {
  display: block;
  top: 27.841306%;
  left: 58.93821%;
}
.c-template__modelo-206302 .point-21 {
  display: block;
  top: 31.563723%;
  left: 64.914037%;
}
.c-template__modelo-206302 .point-22 {
  display: block;
  top: 37.568995%;
  left: 60.77557%;
}
.c-template__modelo-206302 .point-23 {
  display: block;
  top: 37.672731%;
  left: 69.683486%;
}
.c-template__modelo-206302 .point-24 {
  display: block;
  top: 31.567459%;
  left: 73.281286%;
}
.c-template__modelo-206302 .point-25 {
  display: block;
  top: 30.127899%;
  left: 80.094031%;
}
.c-template__modelo-206302 .point-26 {
  display: block;
  top: 39.187675%;
  left: 79.597767%;
}
.c-template__modelo-206302.points-left .point-1 {
  display: block;
  top: 15.4375%;
  left: 62.5%;
}
.c-template__modelo-206302.points-left .point-2 {
  display: block;
  top: 24.0625%;
  left: 48.25%;
}
.c-template__modelo-206302.points-left .point-3 {
  display: block;
  top: 36.6875%;
  left: 39.375%;
}
.c-template__modelo-206302.points-left .point-4 {
  display: block;
  top: 31.75%;
  left: 62.3125%;
}
.c-template__modelo-206302.points-left .point-5 {
  display: block;
  top: 26.9375%;
  left: 73.75%;
}
.c-template__modelo-206302.points-left .point-6 {
  display: block;
  top: 42.75%;
  left: 53.5%;
}
.c-template__modelo-206302.points-left .point-7 {
  display: block;
  top: 45.1875%;
  left: 73.8125%;
}
.c-template__modelo-206302.points-left .point-8 {
  display: block;
  top: 53.1875%;
  left: 61.75%;
}
.c-template__modelo-206302.points-left .point-9 {
  display: block;
  top: 54.875%;
  left: 46%;
}
.c-template__modelo-206302.points-left .point-10 {
  display: block;
  top: 54.375%;
  left: 34.8125%;
}
.c-template__modelo-206302.points-left .point-11 {
  display: block;
  top: 71.9375%;
  left: 35.25%;
}
.c-template__modelo-206302.points-left .point-12 {
  display: block;
  top: 66.8125%;
  left: 54.125%;
}
.c-template__modelo-206302.points-left .point-13 {
  display: block;
  top: 63.75%;
  left: 72.25%;
}
.c-template__modelo-206302.points-left .point-14 {
  display: none;
}
.c-template__modelo-206302.points-left .point-15 {
  display: none;
}
.c-template__modelo-206302.points-left .point-16 {
  display: none;
}
.c-template__modelo-206302.points-left .point-17 {
  display: none;
}
.c-template__modelo-206302.points-left .point-18 {
  display: none;
}
.c-template__modelo-206302.points-left .point-19 {
  display: none;
}
.c-template__modelo-206302.points-left .point-20 {
  display: none;
}
.c-template__modelo-206302.points-left .point-21 {
  display: none;
}
.c-template__modelo-206302.points-left .point-22 {
  display: none;
}
.c-template__modelo-206302.points-left .point-23 {
  display: none;
}
.c-template__modelo-206302.points-left .point-24 {
  display: none;
}
.c-template__modelo-206302.points-left .point-25 {
  display: none;
}
.c-template__modelo-206302.points-left .point-26 {
  display: none;
}
.c-template__modelo-206302.points-right .point-1 {
  display: none;
}
.c-template__modelo-206302.points-right .point-2 {
  display: none;
}
.c-template__modelo-206302.points-right .point-3 {
  display: none;
}
.c-template__modelo-206302.points-right .point-4 {
  display: none;
}
.c-template__modelo-206302.points-right .point-5 {
  display: none;
}
.c-template__modelo-206302.points-right .point-6 {
  display: none;
}
.c-template__modelo-206302.points-right .point-7 {
  display: none;
}
.c-template__modelo-206302.points-right .point-8 {
  display: none;
}
.c-template__modelo-206302.points-right .point-9 {
  display: none;
}
.c-template__modelo-206302.points-right .point-10 {
  display: none;
}
.c-template__modelo-206302.points-right .point-11 {
  display: none;
}
.c-template__modelo-206302.points-right .point-12 {
  display: none;
}
.c-template__modelo-206302.points-right .point-13 {
  display: none;
}
.c-template__modelo-206302.points-right .point-14 {
  display: block;
  top: 15%;
  left: 28.5625%;
}
.c-template__modelo-206302.points-right .point-15 {
  display: block;
  top: 21.25%;
  left: 42.875%;
}
.c-template__modelo-206302.points-right .point-16 {
  display: block;
  top: 34.125%;
  left: 53.125%;
}
.c-template__modelo-206302.points-right .point-17 {
  display: block;
  top: 40.925%;
  left: 38.9875%;
}
.c-template__modelo-206302.points-right .point-18 {
  display: block;
  top: 31.3125%;
  left: 29.1875%;
}
.c-template__modelo-206302.points-right .point-19 {
  display: block;
  top: 26.8625%;
  left: 18.1875%;
}
.c-template__modelo-206302.points-right .point-20 {
  display: block;
  top: 45.5%;
  left: 19.0625%;
}
.c-template__modelo-206302.points-right .point-21 {
  display: block;
  top: 52.4375%;
  left: 30.125%;
}
.c-template__modelo-206302.points-right .point-22 {
  display: block;
  top: 64.75%;
  left: 21%;
}
.c-template__modelo-206302.points-right .point-23 {
  display: block;
  top: 64.375%;
  left: 39.4375%;
}
.c-template__modelo-206302.points-right .point-24 {
  display: block;
  top: 52.375%;
  left: 47.5625%;
}
.c-template__modelo-206302.points-right .point-25 {
  display: block;
  top: 49.8125%;
  left: 59.4375%;
}
.c-template__modelo-206302.points-right .point-26 {
  display: block;
  top: 67.75%;
  left: 59.0625%;
}
.c-template__modelo-206121 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-206121 .points {
    height: 16px;
    width: 16px;
  }
}
.c-template__modelo-206121 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-206121 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-206121 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-206121 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-206121 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-206121 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-206121 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-206121 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-206121 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-206121 .point-1 {
  display: block;
  top: 27.968785%;
  left: 29.503283%;
}
.c-template__modelo-206121 .point-2 {
  display: block;
  top: 30.455377%;
  left: 19.843506%;
}
.c-template__modelo-206121 .point-3 {
  display: block;
  top: 31.996474%;
  left: 13.798673%;
}
.c-template__modelo-206121 .point-4 {
  display: block;
  top: 25.39002%;
  left: 45.3539%;
}
.c-template__modelo-206121 .point-5 {
  display: block;
  top: 34.39002%;
  left: 44.3539%;
}
.c-template__modelo-206121 .point-6 {
  display: block;
  top: 33.743506%;
  left: 35.347242%;
}
.c-template__modelo-206121 .point-7 {
  display: block;
  top: 26.141306%;
  left: 38.408555%;
}
.c-template__modelo-206121 .point-8 {
  display: block;
  top: 39.192075%;
  left: 30.488339%;
}
.c-template__modelo-206121 .point-9 {
  display: block;
  top: 43.97075%;
  left: 19.953178%;
}
.c-template__modelo-206121 .point-10 {
  display: block;
  top: 49.384602%;
  left: 15.440433%;
}
.c-template__modelo-206121 .point-11 {
  display: block;
  top: 39.344379%;
  left: 15.768785%;
}
.c-template__modelo-206121 .point-12 {
  display: block;
  top: 36.133171%;
  left: 24.190978%;
}
.c-template__modelo-206121 .point-13 {
  display: block;
  top: 40.201083%;
  left: 42.368995%;
}
.c-template__modelo-206121 .point-14 {
  display: block;
  top: 26.340433%;
  left: 57.674477%;
}
.c-template__modelo-206121 .point-15 {
  display: block;
  top: 27.662849%;
  left: 66.59843%;
}
.c-template__modelo-206121 .point-16 {
  display: block;
  top: 32.33977%;
  left: 84.239526%;
}
.c-template__modelo-206121 .point-17 {
  display: block;
  top: 30.350978%;
  left: 76.523046%;
}
.c-template__modelo-206121 .point-18 {
  display: block;
  top: 26.696474%;
  left: 52.310301%;
}
.c-template__modelo-206121 .point-19 {
  display: block;
  top: 35.149442%;
  left: 52.929645%;
}
.c-template__modelo-206121 .point-20 {
  display: block;
  top: 40.841306%;
  left: 53.893821%;
}
.c-template__modelo-206121 .point-21 {
  display: block;
  top: 33.863723%;
  left: 60.54037%;
}
.c-template__modelo-206121 .point-22 {
  display: block;
  top: 39.568995%;
  left: 65.097557%;
}
.c-template__modelo-206121 .point-23 {
  display: block;
  top: 43.672731%;
  left: 76.683486%;
}
.c-template__modelo-206121 .point-24 {
  display: block;
  top: 36.567459%;
  left: 71.881286%;
}
.c-template__modelo-206121 .point-25 {
  display: block;
  top: 39.727899%;
  left: 80.094031%;
}
.c-template__modelo-206121 .point-26 {
  display: block;
  top: 49.587675%;
  left: 81.597767%;
}
.c-template__modelo-206121.points-left .point-1 {
  display: block;
  top: 41.9375%;
  left: 77.95%;
}
.c-template__modelo-206121.points-left .point-2 {
  display: block;
  top: 45.0625%;
  left: 59.25%;
}
.c-template__modelo-206121.points-left .point-3 {
  display: block;
  top: 62.6875%;
  left: 49.375%;
}
.c-template__modelo-206121.points-left .point-4 {
  display: block;
  top: 50.9002%;
  left: 40.3539%;
}
.c-template__modelo-206121.points-left .point-5 {
  display: block;
  top: 39.9375%;
  left: 91.75%;
}
.c-template__modelo-206121.points-left .point-6 {
  display: block;
  top: 68.743506%;
  left: 32.997242%;
}
.c-template__modelo-206121.points-left .point-7 {
  display: block;
  top: 55.141306%;
  left: 25.408555%;
}
.c-template__modelo-206121.points-left .point-8 {
  display: block;
  top: 58.1875%;
  left: 89.75%;
}
.c-template__modelo-206121.points-left .point-9 {
  display: block;
  top: 56.875%;
  left: 70%;
}
.c-template__modelo-206121.points-left .point-10 {
  display: block;
  top: 86.375%;
  left: 30.8125%;
}
.c-template__modelo-206121.points-left .point-11 {
  display: block;
  top: 77.9375%;
  left: 40.25%;
}
.c-template__modelo-206121.points-left .point-12 {
  display: block;
  top: 68.8125%;
  left: 61.125%;
}
.c-template__modelo-206121.points-left .point-13 {
  display: block;
  top: 69.75%;
  left: 85.25%;
}
.c-template__modelo-206121.points-left .point-14 {
  display: none;
}
.c-template__modelo-206121.points-left .point-15 {
  display: none;
}
.c-template__modelo-206121.points-left .point-16 {
  display: none;
}
.c-template__modelo-206121.points-left .point-17 {
  display: none;
}
.c-template__modelo-206121.points-left .point-18 {
  display: none;
}
.c-template__modelo-206121.points-left .point-19 {
  display: none;
}
.c-template__modelo-206121.points-left .point-20 {
  display: none;
}
.c-template__modelo-206121.points-left .point-21 {
  display: none;
}
.c-template__modelo-206121.points-left .point-22 {
  display: none;
}
.c-template__modelo-206121.points-left .point-23 {
  display: none;
}
.c-template__modelo-206121.points-left .point-24 {
  display: none;
}
.c-template__modelo-206121.points-left .point-25 {
  display: none;
}
.c-template__modelo-206121.points-left .point-26 {
  display: none;
}
.c-template__modelo-206121.points-right .point-1 {
  display: none;
}
.c-template__modelo-206121.points-right .point-2 {
  display: none;
}
.c-template__modelo-206121.points-right .point-3 {
  display: none;
}
.c-template__modelo-206121.points-right .point-4 {
  display: none;
}
.c-template__modelo-206121.points-right .point-5 {
  display: none;
}
.c-template__modelo-206121.points-right .point-6 {
  display: none;
}
.c-template__modelo-206121.points-right .point-7 {
  display: none;
}
.c-template__modelo-206121.points-right .point-8 {
  display: none;
}
.c-template__modelo-206121.points-right .point-9 {
  display: none;
}
.c-template__modelo-206121.points-right .point-10 {
  display: none;
}
.c-template__modelo-206121.points-right .point-11 {
  display: none;
}
.c-template__modelo-206121.points-right .point-12 {
  display: none;
}
.c-template__modelo-206121.points-right .point-13 {
  display: none;
}
.c-template__modelo-206121.points-right .point-14 {
  display: block;
  top: 42%;
  left: 16.5625%;
}
.c-template__modelo-206121.points-right .point-15 {
  display: block;
  top: 45.25%;
  left: 33.875%;
}
.c-template__modelo-206121.points-right .point-16 {
  display: block;
  top: 50.125%;
  left: 53.125%;
}
.c-template__modelo-206121.points-right .point-17 {
  display: block;
  top: 77.25%;
  left: 52.6875%;
}
.c-template__modelo-206121.points-right .point-18 {
  display: block;
  top: 57.3125%;
  left: 21.1875%;
}
.c-template__modelo-206121.points-right .point-19 {
  display: block;
  top: 41.5625%;
  left: 3.6875%;
}
.c-template__modelo-206121.points-right .point-20 {
  display: block;
  top: 58.5%;
  left: 3.0625%;
}
.c-template__modelo-206121.points-right .point-21 {
  display: block;
  top: 68.4375%;
  left: 31.125%;
}
.c-template__modelo-206121.points-right .point-22 {
  display: block;
  top: 70.75%;
  left: 7%;
}
.c-template__modelo-206121.points-right .point-23 {
  display: block;
  top: 87.375%;
  left: 65.4375%;
}
.c-template__modelo-206121.points-right .point-24 {
  display: block;
  top: 62.375%;
  left: 43.5625%;
}
.c-template__modelo-206121.points-right .point-25 {
  display: block;
  top: 53.8125%;
  left: 68.4375%;
}
.c-template__modelo-206121.points-right .point-26 {
  display: block;
  top: 68.75%;
  left: 61.0625%;
}
.c-template__modelo-206308 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-206308 .points {
    height: 16px;
    width: 16px;
  }
}
.c-template__modelo-206308 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-206308 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-206308 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-206308 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-206308 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-206308 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-206308 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-206308 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-206308 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-206308 .point-1 {
  display: block;
  top: 15.968785%;
  left: 31.503283%;
}
.c-template__modelo-206308 .point-2 {
  display: block;
  top: 18.455377%;
  left: 25.243506%;
}
.c-template__modelo-206308 .point-3 {
  display: block;
  top: 22.996474%;
  left: 20.18673%;
}
.c-template__modelo-206308 .point-4 {
  display: block;
  top: 22.89002%;
  left: 31.3539%;
}
.c-template__modelo-206308 .point-5 {
  display: block;
  top: 20.813618%;
  left: 37.44437915%;
}
.c-template__modelo-206308 .point-6 {
  display: block;
  top: 25.743506%;
  left: 26.147242%;
}
.c-template__modelo-206308 .point-7 {
  display: block;
  top: 27.741306%;
  left: 37.58555%;
}
.c-template__modelo-206308 .point-8 {
  display: block;
  top: 31.192075%;
  left: 31.188339%;
}
.c-template__modelo-206308 .point-9 {
  display: block;
  top: 31.37075%;
  left: 22.353178%;
}
.c-template__modelo-206308 .point-10 {
  display: block;
  top: 29.38460247%;
  left: 17.440433%;
}
.c-template__modelo-206308 .point-11 {
  display: block;
  top: 36.944379%;
  left: 16.768785%;
}
.c-template__modelo-206308 .point-12 {
  display: block;
  top: 36.433171%;
  left: 26.390978%;
}
.c-template__modelo-206308 .point-13 {
  display: block;
  top: 35.401083%;
  left: 37.268995%;
}
.c-template__modelo-206308 .point-14 {
  display: block;
  top: 15.440433%;
  left: 63.974477%;
}
.c-template__modelo-206308 .point-15 {
  display: block;
  top: 17.462849%;
  left: 70.39843%;
}
.c-template__modelo-206308 .point-16 {
  display: block;
  top: 21.93977%;
  left: 76.239526%;
}
.c-template__modelo-206308 .point-17 {
  display: block;
  top: 24.950978%;
  left: 70.823046%;
}
.c-template__modelo-206308 .point-18 {
  display: block;
  top: 22.296474%;
  left: 65.110301%;
}
.c-template__modelo-206308 .point-19 {
  display: block;
  top: 20.949442%;
  left: 58.929645%;
}
.c-template__modelo-206308 .point-20 {
  display: block;
  top: 27.841306%;
  left: 59.293821%;
}
.c-template__modelo-206308 .point-21 {
  display: block;
  top: 30.563723%;
  left: 65.814037%;
}
.c-template__modelo-206308 .point-22 {
  display: block;
  top: 35.568995%;
  left: 60.097557%;
}
.c-template__modelo-206308 .point-23 {
  display: block;
  top: 35.672731%;
  left: 70.683486%;
}
.c-template__modelo-206308 .point-24 {
  display: block;
  top: 30.567459%;
  left: 74.181286%;
}
.c-template__modelo-206308 .point-25 {
  display: block;
  top: 28.27899%;
  left: 80.094031%;
}
.c-template__modelo-206308 .point-26 {
  display: block;
  top: 35.587675%;
  left: 80.597767%;
}
.c-template__modelo-206308.points-left .point-1 {
  display: block;
  top: 21.4375%;
  left: 63.5%;
}
.c-template__modelo-206308.points-left .point-2 {
  display: block;
  top: 27.0625%;
  left: 51.25%;
}
.c-template__modelo-206308.points-left .point-3 {
  display: block;
  top: 35.6875%;
  left: 41.375%;
}
.c-template__modelo-206308.points-left .point-4 {
  display: block;
  top: 34.95%;
  left: 63.3125%;
}
.c-template__modelo-206308.points-left .point-5 {
  display: block;
  top: 30.9375%;
  left: 75.15%;
}
.c-template__modelo-206308.points-left .point-6 {
  display: block;
  top: 40.75%;
  left: 52.5%;
}
.c-template__modelo-206308.points-left .point-7 {
  display: block;
  top: 45.5875%;
  left: 75.8125%;
}
.c-template__modelo-206308.points-left .point-8 {
  display: block;
  top: 51.1875%;
  left: 62.75%;
}
.c-template__modelo-206308.points-left .point-9 {
  display: block;
  top: 52.875%;
  left: 46%;
}
.c-template__modelo-206308.points-left .point-10 {
  display: block;
  top: 48.75%;
  left: 34.8125%;
}
.c-template__modelo-206308.points-left .point-11 {
  display: block;
  top: 62.9375%;
  left: 34.25%;
}
.c-template__modelo-206308.points-left .point-12 {
  display: block;
  top: 61.8125%;
  left: 53.125%;
}
.c-template__modelo-206308.points-left .point-13 {
  display: block;
  top: 60.55%;
  left: 74.55%;
}
.c-template__modelo-206308.points-left .point-14 {
  display: none;
}
.c-template__modelo-206308.points-left .point-15 {
  display: none;
}
.c-template__modelo-206308.points-left .point-16 {
  display: none;
}
.c-template__modelo-206308.points-left .point-17 {
  display: none;
}
.c-template__modelo-206308.points-left .point-18 {
  display: none;
}
.c-template__modelo-206308.points-left .point-19 {
  display: none;
}
.c-template__modelo-206308.points-left .point-20 {
  display: none;
}
.c-template__modelo-206308.points-left .point-21 {
  display: none;
}
.c-template__modelo-206308.points-left .point-22 {
  display: none;
}
.c-template__modelo-206308.points-left .point-23 {
  display: none;
}
.c-template__modelo-206308.points-left .point-24 {
  display: none;
}
.c-template__modelo-206308.points-left .point-25 {
  display: none;
}
.c-template__modelo-206308.points-left .point-26 {
  display: none;
}
.c-template__modelo-206308.points-right .point-1 {
  display: none;
}
.c-template__modelo-206308.points-right .point-2 {
  display: none;
}
.c-template__modelo-206308.points-right .point-3 {
  display: none;
}
.c-template__modelo-206308.points-right .point-4 {
  display: none;
}
.c-template__modelo-206308.points-right .point-5 {
  display: none;
}
.c-template__modelo-206308.points-right .point-6 {
  display: none;
}
.c-template__modelo-206308.points-right .point-7 {
  display: none;
}
.c-template__modelo-206308.points-right .point-8 {
  display: none;
}
.c-template__modelo-206308.points-right .point-9 {
  display: none;
}
.c-template__modelo-206308.points-right .point-10 {
  display: none;
}
.c-template__modelo-206308.points-right .point-11 {
  display: none;
}
.c-template__modelo-206308.points-right .point-12 {
  display: none;
}
.c-template__modelo-206308.points-right .point-13 {
  display: none;
}
.c-template__modelo-206308.points-right .point-14 {
  display: block;
  top: 20.8%;
  left: 28.5625%;
}
.c-template__modelo-206308.points-right .point-15 {
  display: block;
  top: 24.25%;
  left: 41.875%;
}
.c-template__modelo-206308.points-right .point-16 {
  display: block;
  top: 33.125%;
  left: 53.125%;
}
.c-template__modelo-206308.points-right .point-17 {
  display: block;
  top: 39.25%;
  left: 41.6875%;
}
.c-template__modelo-206308.points-right .point-18 {
  display: block;
  top: 34.3125%;
  left: 30.1875%;
}
.c-template__modelo-206308.points-right .point-19 {
  display: block;
  top: 31.5625%;
  left: 17.6875%;
}
.c-template__modelo-206308.points-right .point-20 {
  display: block;
  top: 45.5%;
  left: 19.0625%;
}
.c-template__modelo-206308.points-right .point-21 {
  display: block;
  top: 50.4375%;
  left: 32.125%;
}
.c-template__modelo-206308.points-right .point-22 {
  display: block;
  top: 59.95%;
  left: 20.5%;
}
.c-template__modelo-206308.points-right .point-23 {
  display: block;
  top: 60.375%;
  left: 41.4375%;
}
.c-template__modelo-206308.points-right .point-24 {
  display: block;
  top: 50.375%;
  left: 49.5625%;
}
.c-template__modelo-206308.points-right .point-25 {
  display: block;
  top: 45.8125%;
  left: 59.4375%;
}
.c-template__modelo-206308.points-right .point-26 {
  display: block;
  top: 59.75%;
  left: 62.0625%;
}
.c-template__modelo-206307 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-206307 .points {
    height: 16px;
    width: 16px;
  }
}
.c-template__modelo-206307 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-206307 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-206307 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-206307 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-206307 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-206307 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-206307 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-206307 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-206307 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-206307 .point-1 {
  display: block;
  top: 15.568785%;
  left: 31.503283%;
}
.c-template__modelo-206307 .point-2 {
  display: block;
  top: 18.455377%;
  left: 25.143506%;
}
.c-template__modelo-206307 .point-3 {
  display: block;
  top: 22.996474%;
  left: 19.98673%;
}
.c-template__modelo-206307 .point-4 {
  display: block;
  top: 22.89002%;
  left: 31.3539%;
}
.c-template__modelo-206307 .point-5 {
  display: block;
  top: 20.813618%;
  left: 37.44437915%;
}
.c-template__modelo-206307 .point-6 {
  display: block;
  top: 25.743506%;
  left: 25.94724205%;
}
.c-template__modelo-206307 .point-7 {
  display: block;
  top: 28.141306%;
  left: 37.508555%;
}
.c-template__modelo-206307 .point-8 {
  display: block;
  top: 31.192075%;
  left: 31.188339%;
}
.c-template__modelo-206307 .point-9 {
  display: block;
  top: 31.67075%;
  left: 22.153178%;
}
.c-template__modelo-206307 .point-10 {
  display: block;
  top: 29.84602%;
  left: 17.440433%;
}
.c-template__modelo-206307 .point-11 {
  display: none;
  top: 36.944379%;
  left: 15.768785%;
}
.c-template__modelo-206307 .point-12 {
  display: block;
  top: 36.433171%;
  left: 26.390978%;
}
.c-template__modelo-206307 .point-13 {
  display: block;
  top: 35.801083%;
  left: 37.168995%;
}
.c-template__modelo-206307 .point-14 {
  display: block;
  top: 15.840433%;
  left: 64.574477%;
}
.c-template__modelo-206307 .point-15 {
  display: block;
  top: 17.862849%;
  left: 70.99843%;
}
.c-template__modelo-206307 .point-16 {
  display: block;
  top: 22.33977%;
  left: 76.239526%;
}
.c-template__modelo-206307 .point-17 {
  display: block;
  top: 24.950978%;
  left: 70.623046%;
}
.c-template__modelo-206307 .point-18 {
  display: block;
  top: 22.696474%;
  left: 65.10301%;
}
.c-template__modelo-206307 .point-19 {
  display: block;
  top: 21.149442%;
  left: 58.929645%;
}
.c-template__modelo-206307 .point-20 {
  display: block;
  top: 28.241306%;
  left: 58.93821%;
}
.c-template__modelo-206307 .point-21 {
  display: block;
  top: 30.863723%;
  left: 65.614037%;
}
.c-template__modelo-206307 .point-22 {
  display: block;
  top: 35.568995%;
  left: 59.67557%;
}
.c-template__modelo-206307 .point-23 {
  display: block;
  top: 35.92731%;
  left: 70.583486%;
}
.c-template__modelo-206307 .point-24 {
  display: block;
  top: 31.167459%;
  left: 74.181286%;
}
.c-template__modelo-206307 .point-25 {
  display: block;
  top: 28.727899%;
  left: 79.4094031%;
}
.c-template__modelo-206307 .point-26 {
  display: none;
  top: 36.187675%;
  left: 81.597767%;
}
.c-template__modelo-206307.points-left .point-1 {
  display: block;
  top: 21.4375%;
  left: 63.5%;
}
.c-template__modelo-206307.points-left .point-2 {
  display: block;
  top: 26.0625%;
  left: 51.25%;
}
.c-template__modelo-206307.points-left .point-3 {
  display: block;
  top: 35.6875%;
  left: 40.375%;
}
.c-template__modelo-206307.points-left .point-4 {
  display: block;
  top: 34.75%;
  left: 63.3125%;
}
.c-template__modelo-206307.points-left .point-5 {
  display: block;
  top: 31.1375%;
  left: 74.85%;
}
.c-template__modelo-206307.points-left .point-6 {
  display: block;
  top: 40.75%;
  left: 51.9%;
}
.c-template__modelo-206307.points-left .point-7 {
  display: block;
  top: 46.1875%;
  left: 75.8125%;
}
.c-template__modelo-206307.points-left .point-8 {
  display: block;
  top: 51.1875%;
  left: 62.75%;
}
.c-template__modelo-206307.points-left .point-9 {
  display: block;
  top: 52.875%;
  left: 45%;
}
.c-template__modelo-206307.points-left .point-10 {
  display: block;
  top: 49.375%;
  left: 34.8125%;
}
.c-template__modelo-206307.points-left .point-11 {
  display: none;
  top: 70.9375%;
  left: 31.25%;
}
.c-template__modelo-206307.points-left .point-12 {
  display: block;
  top: 62.8125%;
  left: 53.125%;
}
.c-template__modelo-206307.points-left .point-13 {
  display: block;
  top: 60.75%;
  left: 74.25%;
}
.c-template__modelo-206307.points-left .point-14 {
  display: none;
}
.c-template__modelo-206307.points-left .point-15 {
  display: none;
}
.c-template__modelo-206307.points-left .point-16 {
  display: none;
}
.c-template__modelo-206307.points-left .point-17 {
  display: none;
}
.c-template__modelo-206307.points-left .point-18 {
  display: none;
}
.c-template__modelo-206307.points-left .point-19 {
  display: none;
}
.c-template__modelo-206307.points-left .point-20 {
  display: none;
}
.c-template__modelo-206307.points-left .point-21 {
  display: none;
}
.c-template__modelo-206307.points-left .point-22 {
  display: none;
}
.c-template__modelo-206307.points-left .point-23 {
  display: none;
}
.c-template__modelo-206307.points-left .point-24 {
  display: none;
}
.c-template__modelo-206307.points-left .point-25 {
  display: none;
}
.c-template__modelo-206307.points-left .point-26 {
  display: none;
}
.c-template__modelo-206307.points-right .point-1 {
  display: none;
}
.c-template__modelo-206307.points-right .point-2 {
  display: none;
}
.c-template__modelo-206307.points-right .point-3 {
  display: none;
}
.c-template__modelo-206307.points-right .point-4 {
  display: none;
}
.c-template__modelo-206307.points-right .point-5 {
  display: none;
}
.c-template__modelo-206307.points-right .point-6 {
  display: none;
}
.c-template__modelo-206307.points-right .point-7 {
  display: none;
}
.c-template__modelo-206307.points-right .point-8 {
  display: none;
}
.c-template__modelo-206307.points-right .point-9 {
  display: none;
}
.c-template__modelo-206307.points-right .point-10 {
  display: none;
}
.c-template__modelo-206307.points-right .point-11 {
  display: none;
}
.c-template__modelo-206307.points-right .point-12 {
  display: none;
}
.c-template__modelo-206307.points-right .point-13 {
  display: none;
}
.c-template__modelo-206307.points-right .point-14 {
  display: block;
  top: 21%;
  left: 29.5625%;
}
.c-template__modelo-206307.points-right .point-15 {
  display: block;
  top: 25.25%;
  left: 41.875%;
}
.c-template__modelo-206307.points-right .point-16 {
  display: block;
  top: 34.125%;
  left: 53.125%;
}
.c-template__modelo-206307.points-right .point-17 {
  display: block;
  top: 40.25%;
  left: 41.6875%;
}
.c-template__modelo-206307.points-right .point-18 {
  display: block;
  top: 34.3125%;
  left: 30.1875%;
}
.c-template__modelo-206307.points-right .point-19 {
  display: block;
  top: 31.5625%;
  left: 17.6875%;
}
.c-template__modelo-206307.points-right .point-20 {
  display: block;
  top: 46.5%;
  left: 18.0625%;
}
.c-template__modelo-206307.points-right .point-21 {
  display: block;
  top: 51.4375%;
  left: 31.125%;
}
.c-template__modelo-206307.points-right .point-22 {
  display: block;
  top: 61.75%;
  left: 20%;
}
.c-template__modelo-206307.points-right .point-23 {
  display: block;
  top: 61.375%;
  left: 41.4375%;
}
.c-template__modelo-206307.points-right .point-24 {
  display: block;
  top: 51.375%;
  left: 48.5625%;
}
.c-template__modelo-206307.points-right .point-25 {
  display: block;
  top: 46.8125%;
  left: 59.4375%;
}
.c-template__modelo-206307.points-right .point-26 {
  display: none;
  top: 73.75%;
  left: 64.0625%;
}
.c-template__modelo-205453 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-205453 .points {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 2000px) {
  .c-template__modelo-205453 .points {
    height: 24px;
    width: 24px;
  }
}
.c-template__modelo-205453 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-205453 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-205453 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-205453 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-205453 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-205453 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-205453 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-205453 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-205453 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-205453 .point-1 {
  display: block;
  top: 12.868785%;
  left: 31.903283%;
}
.c-template__modelo-205453 .point-2 {
  display: block;
  top: 16.15377%;
  left: 24.93506%;
}
.c-template__modelo-205453 .point-3 {
  display: block;
  top: 21.596474%;
  left: 19.398673%;
}
.c-template__modelo-205453 .point-4 {
  display: block;
  top: 20.1002%;
  left: 31.9539%;
}
.c-template__modelo-205453 .point-5 {
  display: block;
  top: 18.63618%;
  left: 38.44379%;
}
.c-template__modelo-205453 .point-6 {
  display: block;
  top: 22.943506%;
  left: 25.947242%;
}
.c-template__modelo-205453 .point-7 {
  display: block;
  top: 25.941306%;
  left: 38.508555%;
}
.c-template__modelo-205453 .point-8 {
  display: block;
  top: 28.82075%;
  left: 31.88339%;
}
.c-template__modelo-205453 .point-9 {
  display: block;
  top: 28.97075%;
  left: 16.53178%;
}
.c-template__modelo-205453 .point-10 {
  display: block;
  top: 29.38460247%;
  left: 22.440433%;
}
.c-template__modelo-205453 .point-11 {
  display: block;
  top: 36.44379%;
  left: 15.768785%;
}
.c-template__modelo-205453 .point-12 {
  display: block;
  top: 33.933171%;
  left: 27.190978%;
}
.c-template__modelo-205453 .point-13 {
  display: block;
  top: 33.301083%;
  left: 38.68995%;
}
.c-template__modelo-205453 .point-14 {
  display: block;
  top: 12.440433%;
  left: 66.174477%;
}
.c-template__modelo-205453 .point-15 {
  display: block;
  top: 19.62849%;
  left: 66.89843%;
}
.c-template__modelo-205453 .point-16 {
  display: block;
  top: 15.33977%;
  left: 74.239526%;
}
.c-template__modelo-205453 .point-17 {
  display: block;
  top: 20.5978%;
  left: 79.523046%;
}
.c-template__modelo-205453 .point-18 {
  display: block;
  top: 22.296474%;
  left: 73.10301%;
}
.c-template__modelo-205453 .point-19 {
  display: block;
  top: 18.149442%;
  left: 60.529645%;
}
.c-template__modelo-205453 .point-20 {
  display: block;
  top: 25.841306%;
  left: 60.3821%;
}
.c-template__modelo-205453 .point-21 {
  display: block;
  top: 28.163723%;
  left: 67.514037%;
}
.c-template__modelo-205453 .point-22 {
  display: block;
  top: 33.18995%;
  left: 60.97557%;
}
.c-template__modelo-205453 .point-23 {
  display: block;
  top: 33.472731%;
  left: 72.283486%;
}
.c-template__modelo-205453 .point-24 {
  display: block;
  top: 28.267459%;
  left: 76.581286%;
}
.c-template__modelo-205453 .point-25 {
  display: block;
  top: 27.727899%;
  left: 83.094031%;
}
.c-template__modelo-205453 .point-26 {
  display: block;
  top: 35.187675%;
  left: 83.597767%;
}
.c-template__modelo-205453.points-left .point-1 {
  display: block;
  top: 14.7375%;
  left: 64.5%;
}
.c-template__modelo-205453.points-left .point-2 {
  display: block;
  top: 21.0625%;
  left: 48.75%;
}
.c-template__modelo-205453.points-left .point-3 {
  display: block;
  top: 32.7875%;
  left: 38.175%;
}
.c-template__modelo-205453.points-left .point-4 {
  display: block;
  top: 29.15%;
  left: 63.8125%;
}
.c-template__modelo-205453.points-left .point-5 {
  display: block;
  top: 25.9375%;
  left: 76.55%;
}
.c-template__modelo-205453.points-left .point-6 {
  display: block;
  top: 35.15%;
  left: 51.2%;
}
.c-template__modelo-205453.points-left .point-7 {
  display: block;
  top: 40.1875%;
  left: 77.125%;
}
.c-template__modelo-205453.points-left .point-8 {
  display: block;
  top: 46.1875%;
  left: 63.75%;
}
.c-template__modelo-205453.points-left .point-9 {
  display: block;
  top: 47.875%;
  left: 45.5%;
}
.c-template__modelo-205453.points-left .point-10 {
  display: block;
  top: 46.375%;
  left: 32.8125%;
}
.c-template__modelo-205453.points-left .point-11 {
  display: block;
  top: 61.9375%;
  left: 32.25%;
}
.c-template__modelo-205453.points-left .point-12 {
  display: block;
  top: 56.8125%;
  left: 53.125%;
}
.c-template__modelo-205453.points-left .point-13 {
  display: block;
  top: 55.45%;
  left: 77.25%;
}
.c-template__modelo-205453.points-left .point-14 {
  display: none;
}
.c-template__modelo-205453.points-left .point-15 {
  display: none;
}
.c-template__modelo-205453.points-left .point-16 {
  display: none;
}
.c-template__modelo-205453.points-left .point-17 {
  display: none;
}
.c-template__modelo-205453.points-left .point-18 {
  display: none;
}
.c-template__modelo-205453.points-left .point-19 {
  display: none;
}
.c-template__modelo-205453.points-left .point-20 {
  display: none;
}
.c-template__modelo-205453.points-left .point-21 {
  display: none;
}
.c-template__modelo-205453.points-left .point-22 {
  display: none;
}
.c-template__modelo-205453.points-left .point-23 {
  display: none;
}
.c-template__modelo-205453.points-left .point-24 {
  display: none;
}
.c-template__modelo-205453.points-left .point-25 {
  display: none;
}
.c-template__modelo-205453.points-left .point-26 {
  display: none;
}
.c-template__modelo-205453.points-right .point-1 {
  display: none;
}
.c-template__modelo-205453.points-right .point-2 {
  display: none;
}
.c-template__modelo-205453.points-right .point-3 {
  display: none;
}
.c-template__modelo-205453.points-right .point-4 {
  display: none;
}
.c-template__modelo-205453.points-right .point-5 {
  display: none;
}
.c-template__modelo-205453.points-right .point-6 {
  display: none;
}
.c-template__modelo-205453.points-right .point-7 {
  display: none;
}
.c-template__modelo-205453.points-right .point-8 {
  display: none;
}
.c-template__modelo-205453.points-right .point-9 {
  display: none;
}
.c-template__modelo-205453.points-right .point-10 {
  display: none;
}
.c-template__modelo-205453.points-right .point-11 {
  display: none;
}
.c-template__modelo-205453.points-right .point-12 {
  display: none;
}
.c-template__modelo-205453.points-right .point-13 {
  display: none;
}
.c-template__modelo-205453.points-right .point-14 {
  display: block;
  top: 14%;
  left: 32.5625%;
}
.c-template__modelo-205453.points-right .point-15 {
  display: block;
  top: 18.75%;
  left: 47.875%;
}
.c-template__modelo-205453.points-right .point-16 {
  display: block;
  top: 30.125%;
  left: 59.125%;
}
.c-template__modelo-205453.points-right .point-17 {
  display: block;
  top: 33.25%;
  left: 45.75%;
}
.c-template__modelo-205453.points-right .point-18 {
  display: block;
  top: 28.8125%;
  left: 33.875%;
}
.c-template__modelo-205453.points-right .point-19 {
  display: block;
  top: 25.5625%;
  left: 20.875%;
}
.c-template__modelo-205453.points-right .point-20 {
  display: block;
  top: 40.5%;
  left: 20.0625%;
}
.c-template__modelo-205453.points-right .point-21 {
  display: block;
  top: 45.4375%;
  left: 34.125%;
}
.c-template__modelo-205453.points-right .point-22 {
  display: block;
  top: 54.75%;
  left: 21%;
}
.c-template__modelo-205453.points-right .point-23 {
  display: block;
  top: 55.75%;
  left: 44.8375%;
}
.c-template__modelo-205453.points-right .point-24 {
  display: block;
  top: 45.75%;
  left: 52.9625%;
}
.c-template__modelo-205453.points-right .point-25 {
  display: block;
  top: 44.8125%;
  left: 65.4375%;
}
.c-template__modelo-205453.points-right .point-26 {
  display: block;
  top: 59.75%;
  left: 66.0625%;
}
.c-template__modelo-205434 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-205434 .points {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 2000px) {
  .c-template__modelo-205434 .points {
    height: 24px;
    width: 24px;
  }
}
.c-template__modelo-205434 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-205434 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-205434 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-205434 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-205434 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-205434 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-205434 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-205434 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-205434 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-205434 .point-1 {
  display: block;
  top: 12.468785%;
  left: 35.03283%;
}
.c-template__modelo-205434 .point-2 {
  display: block;
  top: 14.55377%;
  left: 28.3506%;
}
.c-template__modelo-205434 .point-3 {
  display: block;
  top: 19.596474%;
  left: 22.398673%;
}
.c-template__modelo-205434 .point-4 {
  display: block;
  top: 22.9002%;
  left: 28.5539%;
}
.c-template__modelo-205434 .point-5 {
  display: block;
  top: 18.13618%;
  left: 40.44379%;
}
.c-template__modelo-205434 .point-6 {
  display: block;
  top: 19.83506%;
  left: 33.9947242%;
}
.c-template__modelo-205434 .point-7 {
  display: block;
  top: 26.1306%;
  left: 40.508555%;
}
.c-template__modelo-205434 .point-8 {
  display: block;
  top: 28.92075%;
  left: 33.88339%;
}
.c-template__modelo-205434 .point-9 {
  display: block;
  top: 26.7075%;
  left: 19.153178%;
}
.c-template__modelo-205434 .point-10 {
  display: block;
  top: 28.84602%;
  left: 24.40433%;
}
.c-template__modelo-205434 .point-11 {
  display: block;
  top: 34.94379%;
  left: 18.468785%;
}
.c-template__modelo-205434 .point-12 {
  display: block;
  top: 34.33171%;
  left: 28.590978%;
}
.c-template__modelo-205434 .point-13 {
  display: block;
  top: 33.901083%;
  left: 39.68995%;
}
.c-template__modelo-205434 .point-14 {
  display: block;
  top: 12.640433%;
  left: 65.174477%;
}
.c-template__modelo-205434 .point-15 {
  display: block;
  top: 20.162849%;
  left: 65.19843%;
}
.c-template__modelo-205434 .point-16 {
  display: block;
  top: 15.977%;
  left: 71.439526%;
}
.c-template__modelo-205434 .point-17 {
  display: block;
  top: 20.978%;
  left: 76.523046%;
}
.c-template__modelo-205434 .point-18 {
  display: block;
  top: 23.96474%;
  left: 70.810301%;
}
.c-template__modelo-205434 .point-19 {
  display: block;
  top: 18.149442%;
  left: 59.529645%;
}
.c-template__modelo-205434 .point-20 {
  display: block;
  top: 26.1306%;
  left: 58.893821%;
}
.c-template__modelo-205434 .point-21 {
  display: block;
  top: 29.563723%;
  left: 65.514037%;
}
.c-template__modelo-205434 .point-22 {
  display: block;
  top: 33.68995%;
  left: 59.597557%;
}
.c-template__modelo-205434 .point-23 {
  display: block;
  top: 34.72731%;
  left: 69.83486%;
}
.c-template__modelo-205434 .point-24 {
  display: block;
  top: 30.267459%;
  left: 73.91286%;
}
.c-template__modelo-205434 .point-25 {
  display: block;
  top: 28.927899%;
  left: 79.094031%;
}
.c-template__modelo-205434 .point-26 {
  display: block;
  top: 36.187675%;
  left: 79.597767%;
}
.c-template__modelo-205434.points-left .point-1 {
  display: block;
  top: 13.7375%;
  left: 69.5%;
}
.c-template__modelo-205434.points-left .point-2 {
  display: block;
  top: 18.0625%;
  left: 55.75%;
}
.c-template__modelo-205434.points-left .point-3 {
  display: block;
  top: 27.7875%;
  left: 44.175%;
}
.c-template__modelo-205434.points-left .point-4 {
  display: block;
  top: 28.15%;
  left: 67.8125%;
}
.c-template__modelo-205434.points-left .point-5 {
  display: block;
  top: 24.9375%;
  left: 80.75%;
}
.c-template__modelo-205434.points-left .point-6 {
  display: block;
  top: 34.15%;
  left: 56.2%;
}
.c-template__modelo-205434.points-left .point-7 {
  display: block;
  top: 41.1875%;
  left: 80.125%;
}
.c-template__modelo-205434.points-left .point-8 {
  display: block;
  top: 47.1875%;
  left: 66.75%;
}
.c-template__modelo-205434.points-left .point-9 {
  display: block;
  top: 46.875%;
  left: 49.5%;
}
.c-template__modelo-205434.points-left .point-10 {
  display: block;
  top: 42.375%;
  left: 37.8125%;
}
.c-template__modelo-205434.points-left .point-11 {
  display: block;
  top: 57.9375%;
  left: 36.25%;
}
.c-template__modelo-205434.points-left .point-12 {
  display: block;
  top: 57.8125%;
  left: 58.125%;
}
.c-template__modelo-205434.points-left .point-13 {
  display: block;
  top: 56.45%;
  left: 79.25%;
}
.c-template__modelo-205434.points-left .point-14 {
  display: none;
}
.c-template__modelo-205434.points-left .point-15 {
  display: none;
}
.c-template__modelo-205434.points-left .point-16 {
  display: none;
}
.c-template__modelo-205434.points-left .point-17 {
  display: none;
}
.c-template__modelo-205434.points-left .point-18 {
  display: none;
}
.c-template__modelo-205434.points-left .point-19 {
  display: none;
}
.c-template__modelo-205434.points-left .point-20 {
  display: none;
}
.c-template__modelo-205434.points-left .point-21 {
  display: none;
}
.c-template__modelo-205434.points-left .point-22 {
  display: none;
}
.c-template__modelo-205434.points-left .point-23 {
  display: none;
}
.c-template__modelo-205434.points-left .point-24 {
  display: none;
}
.c-template__modelo-205434.points-left .point-25 {
  display: none;
}
.c-template__modelo-205434.points-left .point-26 {
  display: none;
}
.c-template__modelo-205434.points-right .point-1 {
  display: none;
}
.c-template__modelo-205434.points-right .point-2 {
  display: none;
}
.c-template__modelo-205434.points-right .point-3 {
  display: none;
}
.c-template__modelo-205434.points-right .point-4 {
  display: none;
}
.c-template__modelo-205434.points-right .point-5 {
  display: none;
}
.c-template__modelo-205434.points-right .point-6 {
  display: none;
}
.c-template__modelo-205434.points-right .point-7 {
  display: none;
}
.c-template__modelo-205434.points-right .point-8 {
  display: none;
}
.c-template__modelo-205434.points-right .point-9 {
  display: none;
}
.c-template__modelo-205434.points-right .point-10 {
  display: none;
}
.c-template__modelo-205434.points-right .point-11 {
  display: none;
}
.c-template__modelo-205434.points-right .point-12 {
  display: none;
}
.c-template__modelo-205434.points-right .point-13 {
  display: none;
}
.c-template__modelo-205434.points-right .point-14 {
  display: block;
  top: 15%;
  left: 29.5625%;
}
.c-template__modelo-205434.points-right .point-15 {
  display: block;
  top: 20.75%;
  left: 43.875%;
}
.c-template__modelo-205434.points-right .point-16 {
  display: block;
  top: 31.125%;
  left: 54.125%;
}
.c-template__modelo-205434.points-right .point-17 {
  display: block;
  top: 35.25%;
  left: 41.975%;
}
.c-template__modelo-205434.points-right .point-18 {
  display: block;
  top: 28.8125%;
  left: 30.875%;
}
.c-template__modelo-205434.points-right .point-19 {
  display: block;
  top: 25.5625%;
  left: 18.875%;
}
.c-template__modelo-205434.points-right .point-20 {
  display: block;
  top: 41.5%;
  left: 18.0625%;
}
.c-template__modelo-205434.points-right .point-21 {
  display: block;
  top: 47.4375%;
  left: 30.125%;
}
.c-template__modelo-205434.points-right .point-22 {
  display: block;
  top: 56.75%;
  left: 19%;
}
.c-template__modelo-205434.points-right .point-23 {
  display: block;
  top: 57.75%;
  left: 39.8375%;
}
.c-template__modelo-205434.points-right .point-24 {
  display: block;
  top: 49.75%;
  left: 47.9625%;
}
.c-template__modelo-205434.points-right .point-25 {
  display: block;
  top: 46.8125%;
  left: 58.4375%;
}
.c-template__modelo-205434.points-right .point-26 {
  display: block;
  top: 60.75%;
  left: 58.0625%;
}
.c-template__modelo-206761 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-206761 .points {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 2000px) {
  .c-template__modelo-206761 .points {
    height: 24px;
    width: 24px;
  }
}
.c-template__modelo-206761 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-206761 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-206761 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-206761 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-206761 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-206761 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-206761 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-206761 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-206761 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-206761 .point-1 {
  display: block;
  top: 24.968785%;
  left: 42.03283%;
}
.c-template__modelo-206761 .point-2 {
  display: block;
  top: 26.355377%;
  left: 30.643506%;
}
.c-template__modelo-206761 .point-3 {
  display: block;
  top: 28.996474%;
  left: 19.798673%;
}
.c-template__modelo-206761 .point-4 {
  display: block;
  top: 48.59002%;
  left: 45.3539%;
}
.c-template__modelo-206761 .point-5 {
  display: block;
  top: 43.813618%;
  left: 38.444379%;
}
.c-template__modelo-206761 .point-6 {
  display: block;
  top: 45.43506%;
  left: 28.347242%;
}
.c-template__modelo-206761 .point-7 {
  display: none;
  top: 26.1306%;
  left: 40.508555%;
}
.c-template__modelo-206761 .point-8 {
  display: none;
  top: 28.92075%;
  left: 33.88339%;
}
.c-template__modelo-206761 .point-9 {
  display: none;
  top: 26.7075%;
  left: 19.153178%;
}
.c-template__modelo-206761 .point-10 {
  display: none;
  top: 28.84602%;
  left: 24.40433%;
}
.c-template__modelo-206761 .point-11 {
  display: none;
  top: 34.94379%;
  left: 18.468785%;
}
.c-template__modelo-206761 .point-12 {
  display: none;
  top: 34.33171%;
  left: 28.590978%;
}
.c-template__modelo-206761 .point-13 {
  display: none;
  top: 33.901083%;
  left: 39.68995%;
}
.c-template__modelo-206761 .point-14 {
  display: block;
  top: 24.840433%;
  left: 56.574477%;
}
.c-template__modelo-206761 .point-15 {
  display: block;
  top: 25.862849%;
  left: 67.99843%;
}
.c-template__modelo-206761 .point-16 {
  display: block;
  top: 28.13977%;
  left: 79.1139526%;
}
.c-template__modelo-206761 .point-17 {
  display: block;
  top: 47.950978%;
  left: 53.223046%;
}
.c-template__modelo-206761 .point-18 {
  display: block;
  top: 43.496474%;
  left: 60.910301%;
}
.c-template__modelo-206761 .point-19 {
  display: block;
  top: 44.149442%;
  left: 71.929645%;
}
.c-template__modelo-206761 .point-20 {
  display: none;
  top: 26.1306%;
  left: 58.893821%;
}
.c-template__modelo-206761 .point-21 {
  display: none;
  top: 29.563723%;
  left: 65.514037%;
}
.c-template__modelo-206761 .point-22 {
  display: none;
  top: 33.68995%;
  left: 59.597557%;
}
.c-template__modelo-206761 .point-23 {
  display: none;
  top: 34.72731%;
  left: 69.83486%;
}
.c-template__modelo-206761 .point-24 {
  display: none;
  top: 30.267459%;
  left: 73.91286%;
}
.c-template__modelo-206761 .point-25 {
  display: none;
  top: 28.927899%;
  left: 79.094031%;
}
.c-template__modelo-206761 .point-26 {
  display: none;
  top: 36.187675%;
  left: 79.597767%;
}
.c-template__modelo-206761.points-left .point-1 {
  display: block;
  top: 39.7375%;
  left: 84.5%;
}
.c-template__modelo-206761.points-left .point-2 {
  display: block;
  top: 42.0625%;
  left: 61.75%;
}
.c-template__modelo-206761.points-left .point-3 {
  display: block;
  top: 46.7875%;
  left: 40.175%;
}
.c-template__modelo-206761.points-left .point-4 {
  display: block;
  top: 86.15%;
  left: 90.8125%;
}
.c-template__modelo-206761.points-left .point-5 {
  display: block;
  top: 76.9375%;
  left: 76.75%;
}
.c-template__modelo-206761.points-left .point-6 {
  display: block;
  top: 80.15%;
  left: 56.2%;
}
.c-template__modelo-206761.points-left .point-7 {
  display: none;
  top: 41.1875%;
  left: 80.125%;
}
.c-template__modelo-206761.points-left .point-8 {
  display: none;
  top: 47.1875%;
  left: 66.75%;
}
.c-template__modelo-206761.points-left .point-9 {
  display: none;
  top: 46.875%;
  left: 49.5%;
}
.c-template__modelo-206761.points-left .point-10 {
  display: none;
  top: 42.375%;
  left: 37.8125%;
}
.c-template__modelo-206761.points-left .point-11 {
  display: none;
  top: 57.9375%;
  left: 36.25%;
}
.c-template__modelo-206761.points-left .point-12 {
  display: none;
  top: 57.8125%;
  left: 58.125%;
}
.c-template__modelo-206761.points-left .point-13 {
  display: none;
  top: 56.45%;
  left: 79.25%;
}
.c-template__modelo-206761.points-left .point-14 {
  display: none;
}
.c-template__modelo-206761.points-left .point-15 {
  display: none;
}
.c-template__modelo-206761.points-left .point-16 {
  display: none;
}
.c-template__modelo-206761.points-left .point-17 {
  display: none;
}
.c-template__modelo-206761.points-left .point-18 {
  display: none;
}
.c-template__modelo-206761.points-left .point-19 {
  display: none;
}
.c-template__modelo-206761.points-left .point-20 {
  display: none;
}
.c-template__modelo-206761.points-left .point-21 {
  display: none;
}
.c-template__modelo-206761.points-left .point-22 {
  display: none;
}
.c-template__modelo-206761.points-left .point-23 {
  display: none;
}
.c-template__modelo-206761.points-left .point-24 {
  display: none;
}
.c-template__modelo-206761.points-left .point-25 {
  display: none;
}
.c-template__modelo-206761.points-left .point-26 {
  display: none;
}
.c-template__modelo-206761.points-right .point-1 {
  display: none;
}
.c-template__modelo-206761.points-right .point-2 {
  display: none;
}
.c-template__modelo-206761.points-right .point-3 {
  display: none;
}
.c-template__modelo-206761.points-right .point-4 {
  display: none;
}
.c-template__modelo-206761.points-right .point-5 {
  display: none;
}
.c-template__modelo-206761.points-right .point-6 {
  display: none;
}
.c-template__modelo-206761.points-right .point-7 {
  display: none;
}
.c-template__modelo-206761.points-right .point-8 {
  display: none;
}
.c-template__modelo-206761.points-right .point-9 {
  display: none;
}
.c-template__modelo-206761.points-right .point-10 {
  display: none;
}
.c-template__modelo-206761.points-right .point-11 {
  display: none;
}
.c-template__modelo-206761.points-right .point-12 {
  display: none;
}
.c-template__modelo-206761.points-right .point-13 {
  display: none;
}
.c-template__modelo-206761.points-right .point-14 {
  display: block;
  top: 40%;
  left: 13.5625%;
}
.c-template__modelo-206761.points-right .point-15 {
  display: block;
  top: 41.75%;
  left: 36.875%;
}
.c-template__modelo-206761.points-right .point-16 {
  display: block;
  top: 45.125%;
  left: 57.125%;
}
.c-template__modelo-206761.points-right .point-17 {
  display: block;
  top: 85.25%;
  left: 5.975%;
}
.c-template__modelo-206761.points-right .point-18 {
  display: block;
  top: 75.8125%;
  left: 21.875%;
}
.c-template__modelo-206761.points-right .point-19 {
  display: block;
  top: 77.5625%;
  left: 43.875%;
}
.c-template__modelo-206761.points-right .point-20 {
  display: none;
  top: 41.5%;
  left: 18.0625%;
}
.c-template__modelo-206761.points-right .point-21 {
  display: none;
  top: 47.4375%;
  left: 30.125%;
}
.c-template__modelo-206761.points-right .point-22 {
  display: none;
  top: 56.75%;
  left: 19%;
}
.c-template__modelo-206761.points-right .point-23 {
  display: none;
  top: 57.75%;
  left: 39.8375%;
}
.c-template__modelo-206761.points-right .point-24 {
  display: none;
  top: 49.75%;
  left: 47.9625%;
}
.c-template__modelo-206761.points-right .point-25 {
  display: none;
  top: 46.8125%;
  left: 58.4375%;
}
.c-template__modelo-206761.points-right .point-26 {
  display: none;
  top: 60.75%;
  left: 58.0625%;
}
.c-template__modelo-205451 .points {
  height: 14px;
  width: 14px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: #8DBB01;
}
@media (min-width: 1200px) {
  .c-template__modelo-205451 .points {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 2000px) {
  .c-template__modelo-205451 .points {
    height: 24px;
    width: 24px;
  }
}
.c-template__modelo-205451 .points.red {
  background-color: #EE4623;
}
.c-template__modelo-205451 .points.gray {
  background-color: #EE4623;
}
.c-template__modelo-205451 .points .messagge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  visibility: hidden;
}
.c-template__modelo-205451 .points .messagge.active {
  visibility: visible;
}
.c-template__modelo-205451 .points.transparent {
  background-color: transparent;
}
.c-template__modelo-205451 .jibbit {
  position: absolute;
  z-index: 20;
  -moz-transform: translate(-30%, -30%);
  -o-transform: translate(-30%, -30%);
  -ms-transform: translate(-30%, -30%);
  -webkit-transform: translate(-30%, -30%);
  transform: translate(-30%, -30%);
}
.c-template__modelo-205451 .jibbit.addIndex {
  z-index: 30;
}
.c-template__modelo-205451 .jibbit.imprimir {
  width: 30px !important;
  height: 30px !important;
}
@media (min-width: 768px) {
  .c-template__modelo-205451 .jibbit.imprimir {
    width: 40px !important;
    height: 40px !important;
  }
}
.c-template__modelo-205451 .point-1 {
  display: block;
  top: 13.168785%;
  left: 32.53283%;
}
.c-template__modelo-205451 .point-2 {
  display: block;
  top: 16.15377%;
  left: 25.1506%;
}
.c-template__modelo-205451 .point-3 {
  display: block;
  top: 21.596474%;
  left: 19.398673%;
}
.c-template__modelo-205451 .point-4 {
  display: block;
  top: 23.5002%;
  left: 26.1539%;
}
.c-template__modelo-205451 .point-5 {
  display: block;
  top: 18.63618%;
  left: 38.94379%;
}
.c-template__modelo-205451 .point-6 {
  display: block;
  top: 20.3506%;
  left: 32.54724%;
}
.c-template__modelo-205451 .point-7 {
  display: block;
  top: 26.306%;
  left: 38.708555%;
}
.c-template__modelo-205451 .point-8 {
  display: block;
  top: 29.2075%;
  left: 31.88339%;
}
.c-template__modelo-205451 .point-9 {
  display: block;
  top: 28.7075%;
  left: 16.153178%;
}
.c-template__modelo-205451 .point-10 {
  display: block;
  top: 29.84602%;
  left: 22.40433%;
}
.c-template__modelo-205451 .point-11 {
  display: block;
  top: 36.94379%;
  left: 15.468785%;
}
.c-template__modelo-205451 .point-12 {
  display: block;
  top: 35.33171%;
  left: 26.590978%;
}
.c-template__modelo-205451 .point-13 {
  display: block;
  top: 34.501083%;
  left: 37.995%;
}
.c-template__modelo-205451 .point-14 {
  display: block;
  top: 13.640433%;
  left: 67.174477%;
}
.c-template__modelo-205451 .point-15 {
  display: block;
  top: 20.92849%;
  left: 67.19843%;
}
.c-template__modelo-205451 .point-16 {
  display: block;
  top: 16.977%;
  left: 74.439526%;
}
.c-template__modelo-205451 .point-17 {
  display: block;
  top: 22.578%;
  left: 79.523046%;
}
.c-template__modelo-205451 .point-18 {
  display: block;
  top: 23.96474%;
  left: 73.10301%;
}
.c-template__modelo-205451 .point-19 {
  display: block;
  top: 19.149442%;
  left: 60.529645%;
}
.c-template__modelo-205451 .point-20 {
  display: block;
  top: 26.806%;
  left: 59.893821%;
}
.c-template__modelo-205451 .point-21 {
  display: block;
  top: 29.563723%;
  left: 67.514037%;
}
.c-template__modelo-205451 .point-22 {
  display: block;
  top: 34.68995%;
  left: 60.597557%;
}
.c-template__modelo-205451 .point-23 {
  display: block;
  top: 35.2731%;
  left: 72.3486%;
}
.c-template__modelo-205451 .point-24 {
  display: block;
  top: 30.267459%;
  left: 76.91286%;
}
.c-template__modelo-205451 .point-25 {
  display: block;
  top: 29.927899%;
  left: 83.094031%;
}
.c-template__modelo-205451 .point-26 {
  display: block;
  top: 37.87675%;
  left: 83.197767%;
}
.c-template__modelo-205451.points-left .point-1 {
  display: block;
  top: 15.7375%;
  left: 65.5%;
}
.c-template__modelo-205451.points-left .point-2 {
  display: block;
  top: 21.0625%;
  left: 49.75%;
}
.c-template__modelo-205451.points-left .point-3 {
  display: block;
  top: 32.7875%;
  left: 39.175%;
}
.c-template__modelo-205451.points-left .point-4 {
  display: block;
  top: 30.15%;
  left: 64.8125%;
}
.c-template__modelo-205451.points-left .point-5 {
  display: block;
  top: 25.9375%;
  left: 77.75%;
}
.c-template__modelo-205451.points-left .point-6 {
  display: block;
  top: 36.15%;
  left: 52.2%;
}
.c-template__modelo-205451.points-left .point-7 {
  display: block;
  top: 42.1875%;
  left: 78.125%;
}
.c-template__modelo-205451.points-left .point-8 {
  display: block;
  top: 48.1875%;
  left: 63.75%;
}
.c-template__modelo-205451.points-left .point-9 {
  display: block;
  top: 48.875%;
  left: 45.5%;
}
.c-template__modelo-205451.points-left .point-10 {
  display: block;
  top: 47.375%;
  left: 32.8125%;
}
.c-template__modelo-205451.points-left .point-11 {
  display: block;
  top: 62.9375%;
  left: 32.25%;
}
.c-template__modelo-205451.points-left .point-12 {
  display: block;
  top: 58.8125%;
  left: 54.125%;
}
.c-template__modelo-205451.points-left .point-13 {
  display: block;
  top: 57.45%;
  left: 77.25%;
}
.c-template__modelo-205451.points-left .point-14 {
  display: none;
}
.c-template__modelo-205451.points-left .point-15 {
  display: none;
}
.c-template__modelo-205451.points-left .point-16 {
  display: none;
}
.c-template__modelo-205451.points-left .point-17 {
  display: none;
}
.c-template__modelo-205451.points-left .point-18 {
  display: none;
}
.c-template__modelo-205451.points-left .point-19 {
  display: none;
}
.c-template__modelo-205451.points-left .point-20 {
  display: none;
}
.c-template__modelo-205451.points-left .point-21 {
  display: none;
}
.c-template__modelo-205451.points-left .point-22 {
  display: none;
}
.c-template__modelo-205451.points-left .point-23 {
  display: none;
}
.c-template__modelo-205451.points-left .point-24 {
  display: none;
}
.c-template__modelo-205451.points-left .point-25 {
  display: none;
}
.c-template__modelo-205451.points-left .point-26 {
  display: none;
}
.c-template__modelo-205451.points-right .point-1 {
  display: none;
}
.c-template__modelo-205451.points-right .point-2 {
  display: none;
}
.c-template__modelo-205451.points-right .point-3 {
  display: none;
}
.c-template__modelo-205451.points-right .point-4 {
  display: none;
}
.c-template__modelo-205451.points-right .point-5 {
  display: none;
}
.c-template__modelo-205451.points-right .point-6 {
  display: none;
}
.c-template__modelo-205451.points-right .point-7 {
  display: none;
}
.c-template__modelo-205451.points-right .point-8 {
  display: none;
}
.c-template__modelo-205451.points-right .point-9 {
  display: none;
}
.c-template__modelo-205451.points-right .point-10 {
  display: none;
}
.c-template__modelo-205451.points-right .point-11 {
  display: none;
}
.c-template__modelo-205451.points-right .point-12 {
  display: none;
}
.c-template__modelo-205451.points-right .point-13 {
  display: none;
}
.c-template__modelo-205451.points-right .point-14 {
  display: block;
  top: 16%;
  left: 33.5625%;
}
.c-template__modelo-205451.points-right .point-15 {
  display: block;
  top: 22.55%;
  left: 48.875%;
}
.c-template__modelo-205451.points-right .point-16 {
  display: block;
  top: 34.125%;
  left: 60.125%;
}
.c-template__modelo-205451.points-right .point-17 {
  display: block;
  top: 36.25%;
  left: 46.975%;
}
.c-template__modelo-205451.points-right .point-18 {
  display: block;
  top: 30.8125%;
  left: 33.875%;
}
.c-template__modelo-205451.points-right .point-19 {
  display: block;
  top: 26.5625%;
  left: 20.875%;
}
.c-template__modelo-205451.points-right .point-20 {
  display: block;
  top: 42.5%;
  left: 20.0625%;
}
.c-template__modelo-205451.points-right .point-21 {
  display: block;
  top: 48.4375%;
  left: 35.125%;
}
.c-template__modelo-205451.points-right .point-22 {
  display: block;
  top: 58.75%;
  left: 21%;
}
.c-template__modelo-205451.points-right .point-23 {
  display: block;
  top: 59.75%;
  left: 44.8375%;
}
.c-template__modelo-205451.points-right .point-24 {
  display: block;
  top: 49.55%;
  left: 52.9625%;
}
.c-template__modelo-205451.points-right .point-25 {
  display: block;
  top: 48.8125%;
  left: 65.4375%;
}
.c-template__modelo-205451.points-right .point-26 {
  display: block;
  top: 64.75%;
  left: 66.0625%;
}

.share-points .points {
  height: 8px;
  width: 8px;
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .share-points .points {
    height: 16px;
    width: 16px;
  }
}
@media (min-width: 1400px) {
  .share-points .points {
    height: 18px;
    width: 18px;
  }
}
.share-points .c-jibbitz__preview-jibbit {
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .share-points .c-jibbitz__preview-jibbit {
    width: 50px;
    height: 50px;
  }
}

.c-jibbitz-guide {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  background: black;
  display: none;
}
.c-jibbitz-guide.active {
  display: block;
}
.c-jibbitz-guide .c-jibbitz__btn .color {
  fill: white;
}
.c-jibbitz-guide .c-jibbitz__btn--btn-next {
  right: 10%;
}
.c-jibbitz-guide .c-jibbitz__btn--btn-prev {
  left: 10%;
}
.c-jibbitz-guide__close {
  position: absolute;
  top: 3%;
  right: 3%;
  z-index: 1;
  height: 45px;
  padding: 0 15px;
  line-height: 45px;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 6px;
  background: #8DBB01;
  color: #FFFFFF;
  cursor: pointer;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.c-jibbitz-guide__close:hover {
  background: #FFFFFF;
  color: #8DBB01;
}
.c-jibbitz-guide__slider {
  position: relative;
}
.c-jibbitz-guide__slides {
  width: 100%;
  height: 100vh;
}
.c-jibbitz-guide__slide {
  width: 100%;
  height: 100vh;
}
.c-jibbitz-guide__slide-image {
  width: 100%;
  height: 100vh;
}

.c-message {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
}
.c-message__wrapper {
  width: 440px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1001;
  transform: translate(-50%, -50%);
  padding: 20px;
  border-radius: 10px;
  background: white;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.c-message.active {
  display: block;
}
.c-message__title {
  font-size: 16px;
}

#shopify-section-header {
  width: 100%;
  height: 90px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 700;
  -moz-transition: all 100ms ease-in;
  -o-transition: all 100ms ease-in;
  -webkit-transition: all 100ms ease-in;
  transition: all 100ms ease-in;
}
@media (min-width: 768px) {
  #shopify-section-header {
    height: inherit;
    background-color: #FFFFFF;
    transition: top 0.15s cubic-bezier(0.3, 0, 0, 1);
  }
}
#shopify-section-header.active .c-header {
  display: none;
}
@media (min-width: 768px) {
  #shopify-section-header.active .c-header {
    display: block;
  }
}
#shopify-section-header.active .c-header__bottom {
  width: 100%;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.main-content {
  padding-top: 0;
}

.s-instafeed-lightbox {
  overflow: hidden;
}
.s-instafeed-lightbox__title {
  position: relative;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}
.s-instafeed-lightbox__title strong {
  font-family: "Proximanova-extrabold", sans-serif;
}
.s-instafeed-lightbox__subtitle {
  position: relative;
  text-transform: inherit;
  font-family: "Arial-bold", serif;
  font-size: 16px;
  font-weight: 300;
}
.s-instafeed-lightbox__subtitle strong {
  font-family: "Proximanova-extrabold", sans-serif;
}
.s-instafeed-lightbox__content {
  position: relative;
  z-index: inherit;
}
.s-instafeed-lightbox__content #insta-feed .instafeed-lightbox .lightbox-instagram {
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
.s-instafeed-lightbox__background {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 0;
  -webkit-text-stroke: 2px #EBEBEB;
  color: transparent;
  margin-top: 30px;
  transform-origin: top;
  font-family: "Proximanova-extrabold", sans-serif;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
@media (min-width: 768px) {
  .s-instafeed-lightbox__background {
    display: block;
    font-size: 120px;
    margin-top: 60px;
  }
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5) !important;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.mfp-content .mfp-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  color: #000000 !important;
  opacity: 1 !important;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.mfp-content .mfp-close:active {
  top: 10px !important;
  right: 10px !important;
  color: #8DBB01 !important;
}
.mfp-content .mfp-close:hover {
  color: #8DBB01 !important;
}
.mfp-content .mfp-img {
  border-radius: 10px;
}
.mfp-content .mfp-figure:after {
  border-radius: 10px;
}
.mfp-content .wrapper-padding {
  padding: 30px 20px;
}
.mfp-content .mfp-block-fluid {
  overflow: hidden;
  overflow-y: auto;
  position: relative;
  max-width: 90%;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: red;
  text-align: justify;
  border-radius: 10px;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-content .mfp-block-fluid ç .magnific-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}
.mfp-content .mfp-block {
  overflow: hidden;
  overflow-y: auto;
  width: 500px;
  position: relative;
  max-width: 90%;
  display: block;
  margin: 0 auto;
  background-color: #FFFFFF;
  color: red;
  text-align: justify;
  border-radius: 10px;
  box-shadow: 5px 10px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-content .mfp-block ç .magnific-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-backface-visibility: hidden;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

#ssw-widget-recommends-html {
  background: #F5F7F9;
}
#ssw-widget-recommends-html .ssw-reviews-head {
  margin-bottom: 30px;
}
#ssw-widget-recommends-html .ssw-reviews-head .ssw-reviews-head-title {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
  text-transform: none;
}
#ssw-widget-recommends-html .ssw-row-fluid.ssw-reviews-header {
  margin-bottom: 30px;
}
#ssw-widget-recommends-html .ssw-row-fluid.ssw-reviews-header .review-wrapp-btn .ssw-add-recommend .ssw-question-add-review.btn {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  background: #000000;
  color: #FFFFFF;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#ssw-widget-recommends-html .ssw-row-fluid.ssw-reviews-header .review-wrapp-btn .ssw-add-recommend .ssw-question-add-review.btn:hover {
  background: #8DBB01;
}
#ssw-widget-recommends-html .ssw-row-fluid.ssw-reviews-header .review-wrapp-btn .ssw-ask-question .ssw-ask-question-link.btn {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #8DBB01;
  border-radius: 6px;
  background: #FFFFFF;
  color: #8DBB01;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#ssw-widget-recommends-html .ssw-row-fluid.ssw-reviews-header .review-wrapp-btn .ssw-ask-question .ssw-ask-question-link.btn:hover {
  background: #8DBB01;
}
#ssw-widget-recommends-html ul.ssw-nav.ssw-nav-tabs li {
  height: 50px;
  line-height: 50px;
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-family: "Arial-bold", serif;
  font-size: 16px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
#ssw-widget-recommends-html ul.ssw-nav.ssw-nav-tabs li.ssw-active {
  background: #8DBB01;
  border: 1px solid #8DBB01;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-input-block-level {
  width: 100%;
  height: 50px;
  display: block;
  padding: 0 18px;
  line-height: 50px;
  border-radius: 10px;
  font-family: "Arial-regular", sans-serif !important;
  font-size: 14px !important;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  background: #FFFFFF;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-input-block-level::placeholder {
  color: #C7CBDA;
  opacity: 1;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-input-block-level:-ms-input-placeholder {
  color: #C7CBDA;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-input-block-level::-ms-input-placeholder {
  color: #C7CBDA;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-input-block-level:focus {
  outline: none;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-recommend-images-file.ssw-file-wrapper.ssw-pull-left .ssw-add-review-photos .ssw-review-photos-input {
  box-sizing: border-box;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #EBEBEB;
  border-radius: 3px;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-recommend-images-file.ssw-file-wrapper.ssw-pull-left .ssw-add-review-photos .ssw-icon-photocam:before {
  content: "";
  background: red;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html input.btn.button {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border: 1px solid #8DBB01;
  border-radius: 6px;
  background: #FFFFFF;
  color: #8DBB01;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .ssw-or {
  margin: 0 10px;
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
}
#ssw-widget-recommends-html #ssw-reviews-content #ssw-review-simple-html .add_recommend {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
}
#ssw-widget-recommends-html #ssw-reviews-content .ssw-recomends-list .ssw-item {
  border-bottom: 1px solid #EBEBEB;
}

#ssw-fave-list-widget #ssw-fave-side-button-wrapper .ssw-icon-heart:before {
  color: #8DBB01;
  font-size: 1.4em;
}
#ssw-fave-list-widget #ssw-fave-side-bar {
  border: 1px solid #EBEBEB;
  background-color: #FFFFFF;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.05);
}
#ssw-fave-list-widget #ssw-fave-side-bar .ssw-fave-close {
  top: 15px;
  right: 15px;
  padding: 5px;
  -moz-transform: scale(0.7);
  -o-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header {
  padding: 50px 30px 20px;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-wrap-h3 {
  text-align: center;
  justify-content: center;
  margin-bottom: 0;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-wrap-h3 .ssw-icon-heart {
  display: none;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-wrap-h3 .ssw-fave-side-bar-header-title {
  margin-bottom: 0;
  font-family: "Proximanova-extrabold", sans-serif;
  font-size: 42px;
  color: #000000;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-wrap-h3 .ssw-fave-side-bar-header-title .ssw-fave-side-bar-header-title-count {
  display: none !important;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar {
  justify-content: center;
  margin-bottom: 0;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .ssw-share-text {
  font-family: "Arial-regular", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a {
  width: 30px;
  height: 30px;
  border: none;
  color: black;
  margin: 0 3px;
  border: 1px solid transparent !important;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves i:before {
  content: "";
  width: 26px !important;
  height: 22px !important;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2facebook i:before {
  background: url("ico-facebook.svg") center center no-repeat;
  background-size: 50%;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2facebook:hover {
  background-color: transparent !important;
  border: 1px solid #4c69a2 !important;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2twitter i:before {
  background: url("ico-twitter.svg") center center no-repeat;
  background-size: 50%;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2twitter:hover {
  background-color: transparent !important;
  border: 1px solid #43a4e2 !important;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2pinterest i:before {
  background: url("ico-pinterest.svg") center center no-repeat;
  background-size: 50%;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2pinterest:hover {
  background-color: transparent !important;
  border: 1px solid #cb2027 !important;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-create-list {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  height: 50px;
  border-radius: 6px;
  padding: 0 15px;
  margin: 0;
  margin-bottom: 30px;
  border: none;
  line-height: 50px;
  background: #000000;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-create-list .ssw-icon-plus {
  display: none;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-create-list:hover {
  background: #8DBB01 !important;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-lists-wrapper {
  padding: 10px 30px;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-lists-wrapper .ssw-fave-list {
  padding: 0;
  border-top: 1px solid #EBEBEB;
  border-bottom: none;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-lists-wrapper .ssw-fave-list-header .ssw-fave-list-header-title {
  font-family: "Arial-bold", serif;
  font-size: 12px;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-lists-wrapper .ssw-fave-list-delete-modal .ssw-btn {
  border-radius: 6px;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-lists-wrapper .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-info {
  font-family: "Arial-regular", sans-serif;
  font-size: 12px;
}
#ssw-fave-list-widget #ssw-fave-side-bar #ssw-fave-lists #ssw-fave-lists-wrapper .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-actions .ssw-fave-add-to-cart {
  border-radius: 6px;
}

#ssw-page {
  width: 100%;
  margin: 0;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #ssw-page {
    max-width: 540px;
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (min-width: 768px) {
  #ssw-page {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #ssw-page {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #ssw-page {
    max-width: 1140px;
  }
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header {
  padding-bottom: 30px;
  border-bottom: 1px solid #EBEBEB !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header #ssw-fave-create-list {
  height: 50px;
  padding: 0 15px;
  border: none;
  border-radius: 6px;
  background-color: #8DBB01;
  color: #FFFFFF;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  line-height: 50px;
  text-transform: uppercase;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header #ssw-fave-create-list .ssw-icon-plus {
  display: none;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar {
  margin: 5px 0;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .faves-page-share-label {
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 15px;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a {
  width: 40px;
  height: 40px;
  border: none;
  color: black;
  line-height: 40px;
  margin: 0 5px;
  border: 1px solid #EBEBEB !important;
  background-color: #FFFFFF;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves i:before {
  content: "";
  width: 26px !important;
  height: 22px !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2facebook i:before {
  background: url("ico-facebook.svg") center center no-repeat;
  background-size: 50%;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2facebook:hover {
  background-color: transparent !important;
  border: 1px solid #4c69a2 !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2twitter i:before {
  background: url("ico-twitter.svg") center center no-repeat;
  background-size: 50%;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2twitter:hover {
  background-color: transparent !important;
  border: 1px solid #43a4e2 !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2pinterest {
  display: none;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2pinterest i:before {
  background: url("ico-pinterest.svg") center center no-repeat;
  background-size: 50%;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar .share-faves a.ssw-share-faves._2pinterest:hover {
  background-color: transparent !important;
  border: 1px solid #cb2027 !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-faves-share-bar + a {
  visibility: hidden;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-fave-page-side-bar-header-title {
  margin: 10px 0;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-fave-page-side-bar-header-title h2 {
  font-family: "Proximanova-extrabold", sans-serif !important;
  font-size: 26px;
  text-transform: uppercase;
  margin: 0;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-side-bar-header .ssw-fave-page-side-bar-header-title h2 .ssw-fave-page-side-bar-header-title-count {
  display: none !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list {
  border-bottom: none;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-header {
  border-top: none !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-header .ssw-fave-list-header-title .ssw-fave-list-title {
  font-family: "Arial-bold", serif;
  font-size: 12px;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container {
  padding-top: 40px;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item {
  width: 46%;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
  padding: 20px 15px;
  margin-right: 4% !important;
}
@media (min-width: 768px) {
  #ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item {
    width: 23%;
    margin-right: 2% !important;
  }
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-avatar.ssw-product-link {
  margin-bottom: 15px;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-info {
  text-align: left;
  margin-bottom: 10px;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-info .ssw-fave-product-title {
  height: inherit !important;
  font-family: "Arial-regular", sans-serif;
  color: #000000;
  margin-bottom: 5px !important;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-info .ssw-fave-product-price {
  font-family: "Arial-bold", serif;
  font-size: 16px;
  color: #000000;
  margin-top: 0;
  margin-bottom: 5px;
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-actions {
  margin: 0;
}
@media (min-width: 768px) {
  #ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-actions {
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 1;
  }
}
#ssw-page #ssw-fave-page-side-bar #ssw-fave-page-lists .ssw-fave-list-container .ssw-fave-item .ssw-fave-product-actions .ssw-fave-add-to-cart {
  height: 50px;
  width: 100%;
  margin: 0;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  justify-content: center;
  float: left;
  border-radius: 6px;
}

.s-ssw-social-widget .ssw-social-login-widget {
  height: 130px;
}
@media (min-width: 768px) {
  .s-ssw-social-widget .ssw-social-login-widget {
    height: 50px;
  }
}
.s-ssw-social-widget .ssw-gdpr-subscribe-notify {
  visibility: hidden;
}
.s-ssw-social-widget .ssw-gdpr-subscribe-notify + a {
  visibility: hidden;
}
.s-ssw-social-widget .ssw-socialconnect {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .s-ssw-social-widget .ssw-socialconnect {
    justify-content: inherit;
    height: 50px;
  }
}
.s-ssw-social-widget .ssw-socialconnect .ssw-fbconnect {
  order: 2;
}
@media (min-width: 768px) {
  .s-ssw-social-widget .ssw-socialconnect .ssw-fbconnect {
    margin: 0 4px;
  }
}
.s-ssw-social-widget .ssw-socialconnect .ssw-fbconnect a {
  width: 50px;
  height: 50px !important;
  line-height: 47px;
  margin-bottom: 0;
  vertical-align: middle;
  border-radius: 100% !important;
  border: 1px solid #EBEBEB;
  border-radius: 100px;
  background-color: #FFFFFF !important;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-fbconnect a .ssw-icon-facebook {
  vertical-align: middle;
  transform: translate(0px, 0) !important;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-fbconnect a .ssw-icon-facebook:before {
  content: "";
  background: url("ico-facebook.svg") center center no-repeat;
  background-size: 50%;
  background-color: transparent !important;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-fbconnect a:hover {
  animation: bounceDown 1000ms;
  border: 1px solid #8DBB01;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-twconnect {
  order: 2;
}
@media (min-width: 768px) {
  .s-ssw-social-widget .ssw-socialconnect .ssw-twconnect {
    margin: 0 4px;
  }
}
.s-ssw-social-widget .ssw-socialconnect .ssw-twconnect a {
  width: 50px;
  height: 50px !important;
  line-height: 47px;
  margin-bottom: 0;
  vertical-align: middle;
  border-radius: 100% !important;
  border: 1px solid #EBEBEB;
  border-radius: 100px;
  background-color: #FFFFFF !important;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-twconnect a .ssw-icon-twitter {
  vertical-align: middle;
  transform: translate(0px, 0) !important;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-twconnect a .ssw-icon-twitter:before {
  content: "";
  width: 26px !important;
  height: 22px !important;
  background: url("ico-twitter.svg") center center no-repeat;
  background-size: 50%;
  background-color: transparent !important;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-twconnect a:hover {
  animation: bounceDown 1000ms;
  border: 1px solid #8DBB01;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-gconnect {
  order: 1;
  margin: 0 auto;
  margin-bottom: 20px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .s-ssw-social-widget .ssw-socialconnect .ssw-gconnect {
    margin: inherit;
    margin-bottom: inherit;
    margin-right: 30px;
    -ms-flex: initial;
    flex: initial;
    max-width: initial;
  }
}
.s-ssw-social-widget .ssw-socialconnect .ssw-gconnect a {
  width: 230px;
  height: 50px !important;
  line-height: 50px;
  margin-bottom: 0;
  vertical-align: middle;
  border-radius: 10px !important;
  border: 1px solid #EBEBEB;
  background-color: #4285F4 !important;
  box-shadow: none;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .s-ssw-social-widget .ssw-socialconnect .ssw-gconnect a {
    width: 250px;
  }
}
.s-ssw-social-widget .ssw-socialconnect .ssw-gconnect a svg {
  display: none;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-gconnect a:before {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  content: "";
  width: 26px !important;
  height: 22px !important;
  background: url("ico-google.svg") center center no-repeat;
  background-size: 70%;
  background-color: transparent !important;
  vertical-align: middle;
  margin-right: 10px;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-gconnect a:after {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  content: "Registrate con google";
  height: 22px !important;
  line-height: 22px;
  vertical-align: middle;
  font-size: 12px;
  color: white;
  letter-spacing: 0.43px;
}
.s-ssw-social-widget .ssw-socialconnect .ssw-gconnect a:hover {
  box-shadow: none;
  background-color: #3369c2 !important;
}

.s-stockis #stockist-widget .stockist-search-form .stockist-query-entry {
  display: block;
}
@media (min-width: 768px) {
  .s-stockis #stockist-widget .stockist-search-form .stockist-query-entry {
    display: table;
  }
}
.s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-field {
  height: 50px;
  border: none;
  background: #FFFFFF;
  font-size: 12px;
  background: #FFFFFF;
  border-radius: 5px;
  border: 1px solid #EBEBEB;
}
.s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-button {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-search-button {
    display: table-cell;
    width: 1%;
  }
}
.s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-feature-bg-color {
  width: 100%;
  height: 50px;
  margin: 0;
  margin-top: 15px;
  background: #8DBB01;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
@media (min-width: 768px) {
  .s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-feature-bg-color {
    width: 170px;
    margin: auto;
    margin-left: 10px;
    margin-top: 0;
  }
}
.s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-feature-bg-color .stockist-icon-search {
  width: 100%;
}
.s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-feature-bg-color .stockist-icon-search:before {
  content: "BUSCAR";
  width: 100%;
  height: inherit;
  display: inline-block;
  font-family: "Arial-bold", serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.43px;
  line-height: 14px;
  text-align: center;
}
.s-stockis #stockist-widget .stockist-search-form .stockist-query-entry .stockist-feature-bg-color:hover {
  background: #000000;
}
.s-stockis #stockist-widget .stockist-horizontal {
  padding: 10px;
}
@media (min-width: 768px) {
  .s-stockis #stockist-widget .stockist-horizontal {
    padding: 0;
  }
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-side-panel {
  background-color: #FFFFFF;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid #EBEBEB;
  border-radius: 10px;
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-search-filter-checkbox label {
  position: relative;
  padding-left: 26px;
  font-size: 13px;
  height: 20px;
  line-height: 25px;
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-search-filter-checkbox input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: none;
  margin: 0;
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list {
  font-size: 15px;
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul > li {
  border-top: 1px solid transparent;
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul > li .stockist-result-notes {
  color: #C7CBDA;
  font-weight: 700;
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-side-panel .stockist-result-list ul > li .stockist-feature-color {
  color: #000000;
  font-weight: 700;
}
.s-stockis #stockist-widget .stockist-horizontal .stockist-map {
  border-radius: 10px;
  overflow: hidden;
  bottom: 30px;
  z-index: 1;
}

#widget-fave-html {
  display: none;
}
#widget-fave-html .ssw-fave-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
#widget-fave-html .ssw-fave-btn .ssw-fave-btn-content {
  width: 100%;
  border: 1px solid #EBEBEB;
  border-radius: 6px;
  line-height: 1.5;
}

.cart-popup-wrapper {
  bottom: 0;
  left: 0;
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
@media (min-width: 768px) {
  .cart-popup-wrapper {
    display: none !important;
  }
}
.cart-popup-wrapper.cart-popup-wrapper--hidden {
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.cart-popup-wrapper .cart-popup {
  padding: 30px 15px 15px;
  border: 1px solid #EBEBEB;
  border-radius: 5px 5px 0 0;
  background-color: #FFFFFF;
  box-shadow: none;
}
.cart-popup-wrapper .cart-popup_header {
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: "Arial-bold", serif;
  font-size: 14px;
  color: #000000;
}
.cart-popup-wrapper .cart-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 1;
}
@media (min-width: 768px) {
  .cart-popup-wrapper .cart-popup__close {
    top: 0;
  }
}
.cart-popup-wrapper .cart-popup__close .color {
  fill: #8DBB01;
}
.cart-popup-wrapper .cart-popup__close:hover .color {
  fill: #000000;
}

.shopify-challenge__container {
  padding: 10% 0;
}
.shopify-challenge__container .shopify-challenge__message {
  font-size: 16px;
}
.shopify-challenge__container .shopify-challenge__button.btn {
  width: 160px;
  height: 45px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  border-radius: 6px;
  background: #8DBB01;
  border: 1px solid #8DBB01;
  padding: 0 15px;
  line-height: 45px;
  font-size: 12px;
  letter-spacing: 0.5px;
  -moz-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.shopify-challenge__container .shopify-challenge__button.btn:hover {
  background: #FFFFFF;
  color: #8DBB01;
}

#live-chat-widget {
  bottom: 36px !important;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #live-chat-widget {
    bottom: 24px !important;
    margin-bottom: 0;
  }
}

.vtw-close.cybXButton {
  right: 50% !important;
}

.vtw-campaign.cybOE {
  width: 50vw !important;
  left: 50vw !important;
}
@media (min-width: 768px) {
  .vtw-campaign.cybOE {
    right: 0px !important;
    width: 450px !important;
    max-width: 450px;
    left: inherit !important;
  }
}
.vtw-campaign.cybOE .cyb-elements-img .cyb-prod-image {
  width: 40px !important;
}
@media (min-width: 768px) {
  .vtw-campaign.cybOE .cyb-elements-img .cyb-prod-image {
    width: 125px !important;
  }
}
.vtw-campaign.cybOE .cyb-elements .cybProduct-name {
  font-size: 12px !important;
  line-height: 120% !important;
}
@media (min-width: 768px) {
  .vtw-campaign.cybOE .cyb-elements .cybProduct-name {
    font-size: 14px !important;
    line-height: 140% !important;
  }
}
.vtw-campaign.cybOE .cyb-elements .cybProduct-description {
  font-size: 10px !important;
}
@media (min-width: 768px) {
  .vtw-campaign.cybOE .cyb-elements .cybProduct-description {
    font-size: 12px !important;
  }
}

/*# sourceMappingURL=main.css.map */
.display-none{
  display: none !important;
}