@charset "UTF-8";
/* --- Modified and minified 'normalize' --- */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

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

button, input, select, textarea {
  font: inherit;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

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

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

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

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

/* --- Flexbox grid --- */
.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
}

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

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-bottom: 15px;
}

.row.no-margin-bottom {
  margin-bottom: 0 !important;
}

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

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  /*-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;*/
  -ms-flex-preferred-size: 49.9%;
  flex-basis: 49.9%;
  max-width: 49.9%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

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

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

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

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

/* tarjeta oh modal home */

.right-content {
  margin-left: auto;
  margin-right: 0px;
}

.cta.salmon-border {
  border-color: #F16670;
}

.cta.salmon {
  background: #F16670;
  color:#FFFFFF;
}

.cta.border-radius-9 {
  border-radius: 9px;
}

.font-14-15 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}


@media only screen and (min-width: 48em) {
  /* De 768px para arriba */
  .container {
    width: 49rem;
    background: red;
  }
  .col-sm,
  .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-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    /*-ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;*/
    -ms-flex-preferred-size: 49.94%;
    flex-basis: 49.94%;
    max-width: 49.94%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 64em) {
  /* De 1024px para arriba */
  .container {
    width: 65rem;
  }
  .col-md,
  .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-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  /* De 1200px para arriba */
  .container {
    width: 76rem;
  }
  .col-lg,
  .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-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* --- Animations --- */
/*.animatedParent {
	overflow: hidden;
 	overflow-x: hidden;
 	overflow-y: hidden;
}*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-1000 {
  -webkit-animation-delay: 1.0s;
  -moz-animation-delay: 1.0s;
  -o-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2.0s;
  -moz-animation-delay: 2.0s;
  -o-animation-delay: 2.0s;
  animation-delay: 2.0s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3.0s;
  -moz-animation-delay: 3.0s;
  -o-animation-delay: 3.0s;
  animation-delay: 3.0s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}

.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}

.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}

@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}

.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: .3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}

@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}

.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}

.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}

.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}

.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}

.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}

.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}

.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}

.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

/* --- General --- */
body, html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  overflow-x: hidden;
}

body {
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  font-family: "VAGRundschrift","Helvetica Neue",Helvetica,Arial,Geneva,sans-serif !important;
  max-width: 100vw;
  height: 100%;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  position: relative;
}

/**
 * @license
 * MyFonts Webfont Build ID 3024482, 2015-05-12T09:56:05-0400
 *
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are
 * explicitly restricted from using the Licensed /assets/fonts(s).
 *
 * You may obtain a valid license at the URLs below.
 *
 * Webfont: VAGRundschriftD-Ita by URW++
 * URL: http://www.myfonts.com/fonts/urw/vag-rundschrift/d-italic/
 * Copyright: (URW)++,Copyright 2007 by (URW)++ Design &amp; Development
 *
 * Webfont: VAGRundschriftD-Lig by URW++
 * URL: http://www.myfonts.com/fonts/urw/vag-rundschrift/d-light/
 * Copyright: (URW)++,Copyright 2008 by (URW)++ Design &amp; Development
 *
 * Webfont: VAGRundschriftD by URW++
 * URL: http://www.myfonts.com/fonts/urw/vag-rundschrift/d/
 * Copyright: (URW)++,Copyright 2006 by (URW)++ Design &amp; Development
 *
 * Webfont: VAGRundschriftD-LigIta by URW++
 * URL: http://www.myfonts.com/fonts/urw/vag-rundschrift/d-light-italic/
 * Copyright: (URW)++,Copyright 2007 by (URW)++ Design &amp; Development
 *
 *
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3024482
 * Licensed pageviews: 200,000
 *
 * © 2015 MyFonts Inc
*/
@font-face {
  font-family: 'VAGRundschrift';
  font-weight: bold;
  font-style: italic;
  src: url("/assets/fonts/2E265F_0_0.eot");
  src: url("/assets/fonts/2E265F_0_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2E265F_0_0.woff2") format("woff2"), url("/assets/fonts/2E265F_0_0.woff") format("woff"), url("/assets/fonts/2E265F_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'VAGRundschrift';
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/2E265F_1_0.eot");
  src: url("/assets/fonts/2E265F_1_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2E265F_1_0.woff2") format("woff2"), url("/assets/fonts/2E265F_1_0.woff") format("woff"), url("/assets/fonts/2E265F_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'VAGRundschrift';
  font-weight: bold;
  font-style: normal;
  src: url("/assets/fonts/2E265F_2_0.eot");
  src: url("/assets/fonts/2E265F_2_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2E265F_2_0.woff2") format("woff2"), url("/assets/fonts/2E265F_2_0.woff") format("woff"), url("/assets/fonts/2E265F_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'VAGRundschrift';
  font-weight: normal;
  font-style: italic;
  src: url("/assets/fonts/2E265F_3_0.eot");
  src: url("/assets/fonts/2E265F_3_0.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/2E265F_3_0.woff2") format("woff2"), url("/assets/fonts/2E265F_3_0.woff") format("woff"), url("/assets/fonts/2E265F_3_0.ttf") format("truetype");
}

.clearfix:before, .pull-right-block:before,
.pull-left-block:before,
.pull-elements-block:before,
.clearfix:after,
.pull-right-block:after,
.pull-left-block:after,
.pull-elements-block:after {
  content: "";
  display: table;
}

.clearfix:after, .pull-right-block:after,
.pull-left-block:after,
.pull-elements-block:after {
  clear: both;
}

.clearfix, .pull-right-block,
.pull-left-block,
.pull-elements-block {
  zoom: 1;
}

p, h1, h2, h3, h4, h5, h6 {
  cursor: default;
  margin: 0;
}

html, a {
  text-decoration: none !important;
}

html ul {
  list-style: none !important;
  padding: 0px;
}

img {
  display: block;
  max-width: 100%;
}

.fit-content {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  display: table;
}

.margin-10px {
  display: block;
  background: transparent;
  height: 10px;
  padding: 0px;
  margin: 0px;
}

.margin-5px {
  display: block;
  background: transparent;
  height: 5px;
  padding: 0px;
  margin: 0px;
}

.margin-15px {
  display: block;
  background: transparent;
  height: 15px;
  padding: 0px;
  margin: 0px;
}

.margin-20px {
  display: block;
  background: transparent;
  height: 20px;
  padding: 0px;
  margin: 0px;
}

.margin-30px {
  display: block;
  background: transparent;
  height: 30px;
  padding: 0px;
  margin: 0px;
}

.margin-45px {
  display: block;
  background: transparent;
  height: 45px;
  padding: 0px;
  margin: 0px;
}

.margin-60px {
  display: block;
  background: transparent;
  height: 60px;
  padding: 0px;
  margin: 0px;
}

.margin-90px {
  display: block;
  background: transparent;
  height: 90px;
  padding: 0px;
  margin: 0px;
}

.margin-150px {
  display: block;
  background: transparent;
  height: 150px;
  padding: 0px;
  margin: 0px;
}

.margin-300px {
  display: block;
  background: transparent;
  height: 300px;
  padding: 0px;
  margin: 0px;
}

*:focus {
  outline: none;
}

/* --- BODY TEXTS ---*/
h1,
h1 a {
  font-size: 54px;
  line-height: 57px;
  font-weight: 600;
  letter-spacing: -2px;
}

h2,
h2 a {
  font-size: 51px;
  line-height: 54px;
  font-weight: 600;
  letter-spacing: -1px;
}

h3,
h3 a {
  font-size: 42px;
  line-height: 45px;
  font-weight: 600;
  letter-spacing: -1px;
}

h4,
h4 a {
  font-size: 36px;
  line-height: 39px;
  font-weight: 600;
  letter-spacing: -1px;
}

h5,
h5 a {
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: -1px;
}

h6,
h6 a {
  font-size: 24px;
  line-height: 27px;
  font-weight: 600;
  letter-spacing: -1px;
}
.text-black{
  color: #000000 !important;
}

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

.text-red, .form_group .message {
  color: #f16670 !important;
}

.text-blue {
  color: #54c6d3 !important;
}

.text-gray {
  color: #646569 !important;
}

.text-hard-gray, footer .sub-footer > div a {
  color: #BBBBBB !important;
}
.text-gray-2{
 color: #8D8E93;
}

.text-soft-gray {
  color: #F5F5F5 !important;
}

.text-yellow {
  color: #fdb933 !important;
}

.text-with-underline {
  border-bottom: 1px solid transparent;
}

.text-with-underline.transition-0-2s {
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
}

.text-gray-underline:hover {
  border-bottom-color: #646569;
}

.text-with-underline.text-hard-gray-underline:hover {
  border-bottom-color: #BBBBBB;
}

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

.bold-weight,
.bold-weight * {
  font-weight: 600 !important;
}
.bold-high-weight{
  font-weight: 700 !important;
}
p,
p a {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.font-12-15 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}

.font-12-12 {
  font-size: 12px;
  line-height: 12px;
  font-weight: 400;
}

.font-15-18, input.common-gray, textarea.common-gray, .form_group .message {
  font-size: 15px;
  line-height: 18px;
}

.font-18-21 {
  font-size: 18px;
  line-height: 21px;
}

.font-21-24 {
  font-size: 21px;
  line-height: 24px;
}
.font-24-27 {
  font-size: 24px;
  line-height: 27px;
}

.hide-this-element {
  opacity: 0;
}

/* --- Master container --- */
.master-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.master-container .master-container-padding {
  padding: 0px 20px;
}

/* --- Loader --- */
.ogc-loader {
  display: block;
  width: 100%;
  height: 100vh;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  background-position: center center;
  background-size: auto;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index: 9999999;
}

.ogc-loader .ogc-loader-content {
  position: relative;
  display: block;
  top: 50%;
  transform: translateY(-50%);
}

.ogc-loader .ogc-loader-content img {
  margin-top: -30px;
}

/* --- Header/Navegation --- */
header {
  position: fixed;
  display: block;
  width: 100%;
  padding: 21px 0px;
  z-index: 900;
  background: #FFFFFF;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
}

header .row {
  margin-bottom: 0px;
}

.nav-up {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header-sizer {
  position: relative;
  display: block;
  height: 90px;
}

header.transparent,
header .master-container,
.mobile-nav.transparent,
.mobile-nav .master-container {
  background: none !important;
}

header .logo {
  position: relative;
  display: block;
  width: 140px;
}

header .logo img {
  margin-top: 3px;
}

header .logo a {
  padding: 0;
}

header .nav-display-together > * {
  display: inline-block;
  vertical-align: middle;
}

header nav {
  margin: 0px 15px;
}

header a,
.side-nav a,
.mobile-nav a {
  position: relative;
  font-weight: bold;
  font-size: 12px;
  color: #646569;
  /* Default */
  padding: 8px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 2px solid transparent;
}

header #oh-gift-card-logo,
header #oh-gift-card-logo *,
#oh-gift-card-logo-mobile,
#oh-gift-card-logo-mobile * {
  fill: #f16670;
}

header.dark a {
  color: #646569;
}

header.dark a.cta-grey {
  border-color: #646569;
}

header.dark #oh-gift-card-cart,
header.dark #oh-gift-card-user {
  stroke: #646569;
}

header.dark .show-user-dropdown #oh-gift-card-user, header.dark .side-nav .user-icons a #oh-gift-card-user, .side-nav .user-icons header.dark a #oh-gift-card-user {
  stroke: #f16670 !important;
}

header .check-card,
.side-nav .check-card {
  position: relative;
  width: 215px;
  font-weight: bold;
  font-size: 12px;
  color: #f16670;
  padding: 8px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  border: 2px solid transparent;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

input.disable-autofill-color-inherit:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px inherit inset;
}

input.disable-autofill-color-common:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #F5F5F5 inset;
}

input.disable-autofill-color-white:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #FFFFFF inset;
}

header.dark .check-card,
.side-nav .check-card {
  color: #646569;
  background: #FFFFFF;
  border-color: #646569;
}

header.dark .check-card:focus {
  color: #f16670 !important;
}

header.light .check-card {
  color: #FFFFFF;
  background: none;
  border-color: #FFFFFF;
}

header.light .check-card:focus {
  color: #FFFFFF !important;
}

header.dark input::-webkit-input-placeholder {
  color: #646569;
  opacity: 1;
}

header.dark input:-moz-placeholder {
  color: #646569;
  opacity: 1;
}

header.dark input::-moz-placeholder {
  color: #646569;
  opacity: 1;
}

header.dark input:-ms-input-placeholder {
  color: #646569;
  opacity: 1;
}

.side-nav input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.side-nav input:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.side-nav input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.side-nav input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

header.light input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

header.light input:-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

header.light input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

header.light input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 1;
}

.number-only-input::-webkit-inner-spin-button,
.number-only-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

header.light a {
  color: #FFFFFF;
}

header.light a.cta-grey {
  border-color: #FFFFFF;
}

header.light .user-greetings-header {
  color: #FFFFFF;
}

header.light #oh-gift-card-cart,
header.light #oh-gift-card-user {
  stroke: #FFFFFF;
}

header.light #oh-gift-card-logo,
header.light #oh-gift-card-logo *,
.mobile-nav.light #oh-gift-card-logo-mobile,
.mobile-nav.light #oh-gift-card-logo-mobile * {
  fill: #FFFFFF;
}

header .svg-link {
  padding: 6px 5px;
  margin-top: 3px;
}

header .svg-link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

header .svg-link:hover {
  cursor: pointer;
}

header .with-items {
  width: 9px;
  height: 9px;
  position: absolute;
  right: 1px;
  border-radius: 30px;
  display: block;
  background: #f16670;
}

header .side-padding-16px,
.mobile-nav .side-padding-16px {
  padding-left: 16px;
  padding-right: 16px;
}

header a.cta-red,
.mobile-nav .cta-red{
  background: #f16670;
  color: #FFFFFF;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
}

header a.cta-red:hover,
.mobile-nav .cta-red:hover,
.main-button .cta-red {
  background: #ed3744;
}

header a.cta-grey,
.side-nav .cta-grey {
  border-color: #646569;
}

header a,
header img {
  display: inline-block;
  vertical-align: middle;
}

header .cart {
  padding: 8px 0px;
}

header .user-dropdown {
  position: absolute;
  visibility: hidden;
  top: 40px;
  opacity: 0;
  right: 100px;
  transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
}

header .user-dropdown > a {
  display: block;
  font-weight: 500;
  color: #646569 !important;
  background: #FFFFFF;
  padding: 10px 60px 10px 10px;
  border-radius: 0px;
  text-align: left;
  text-transform: none !important;
  border-top: 1px solid #F5F5F5;
  border-left: 1px solid #F5F5F5;
  border-right: 1px solid #F5F5F5;
}

header .user-dropdown > a:first-child {
  border-radius: 6px 6px 0px 0px !important;
}

header .user-dropdown > a:last-child {
  border-radius: 0px 0px 6px 6px !important;
  border-bottom: 1px solid #F5F5F5;
}

header .show-user-dropdown:hover + .user-dropdown, header .side-nav .user-icons a:hover + .user-dropdown, .side-nav .user-icons header a:hover + .user-dropdown,
header .user-dropdown:hover {
  position: absolute;
  visibility: visible;
  top: 45px;
  opacity: 1;
}

header .user-dropdown a:hover {
  color: #f16670 !important;
}

header input,
.mobile-nav input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* --- MOBILE NAV --- */
.mobile-nav {
  display: none;
  position: fixed;
  width: 100%;
  z-index: 900;
  background: #FFFFFF;
  transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
}

.mobile-nav.open {
  background: #646569 !important;
}

.mobile-nav.open #oh-gift-card-logo-mobile,
.mobile-nav.open #oh-gift-card-logo-mobile * {
  fill: #FFFFFF !important;
}

.mobile-nav,
.side-nav {
  padding: 15px 0px;
}

.mobile-nav .logo {
  float: left;
  clear: none;
  width: 180px;
}

.mobile-nav .logo > a {
  display: inline-block;
  vertical-align: middle;
}

.mobile-nav .cta-red {
  padding: 6px 12px !important;
}

.mobile-nav .ogc-mobile-logo {
  padding: 0px !important;
  line-height: 0px;
  margin-right: 5px;
}

.side-nav {
  position: fixed;
  right: 0px;
  top: 0px;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 899;
  background: #646569;
  transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.side-nav * {
  color: #FFFFFF !important;
}

.side-nav .side-nav-all-content {
  opacity: 0;
  transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
}

.side-nav .side-nav-all-content.visible {
  opacity: 1;
}

.side-nav.open {
  -webkit-transform: none;
  transform: none;
}

.side-nav .user-icons > * {
  margin-right: 10px;
}

.side-nav .check-card {
  background: #555255;
  color: #FFFFFF;
  padding: 10px 0px;
  width: 100% !important;
  text-align: center;
}

.side-nav .check-card:focus {
  color: #FFFFFF !important;
}

.toggle-mobile-menu {
  float: right;
  clear: none;
  margin-top: 9px;
  z-index: 1000;
}

.side-nav .mobile-menu-icon.open span {
  background: #646569;
}

.side-nav .menu-down {
  position: relative;
  display: block;
  margin: 30px 0px;
}

.side-nav .menu-down a {
  display: block;
  padding: 13px 10px;
}

.side-nav .menu-down .add-separator {
  border-radius: 0px;
  border-bottom: 1px solid #555255;
}

.side-nav .menu-down .add-separator:first-child {
  border-top: 1px solid #555255;
}

.side-nav .menu-up a {
  display: inline-block;
  vertical-align: middle;
}

.side-nav .show-user-dropdown, .side-nav .user-icons a {
  padding: 0px;
  top: 0px;
  left: 10px;
  right: 5px;
}

.side-nav .cta-grey {
  width: 100%;
  background: #FFFFFF;
  color: #646569 !important;
  text-align: center;
  padding: 10px 0px !important;
}

.mobile-menu-icon {
  width: 20px;
  height: 23px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobile-nav.dark .mobile-menu-icon span {
  background: #646569;
}

.mobile-nav.dark.open .mobile-menu-icon span {
  background: #FFFFFF;
}

.mobile-menu-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.mobile-menu-icon span:nth-child(1) {
  top: 0px;
}

.mobile-menu-icon span:nth-child(2), .mobile-menu-icon span:nth-child(3) {
  top: 7px;
}

.mobile-menu-icon span:nth-child(4) {
  top: 14px;
}

.mobile-menu-icon.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.mobile-menu-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mobile-menu-icon.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

/* --- Forms/Inputs --- */
input.common-gray, textarea.common-gray {
  position: relative;
  display: block;
  padding: 15px 0px 15px 20px;
  border-radius: 50px;
  background: #F5F5F5;
  color: #646569;
  border: none;
}

textarea.common-gray {
  resize: none;
  border-radius: 25px !important;
  height: 180px;
}

textarea.little-textarea {
  height: 100px;
}

.gray-placeholder::-webkit-input-placeholder {
  color: #9FA3A7;
  opacity: 0.7;
}

.gray-placeholder:-moz-placeholder {
  color: #9FA3A7;
  opacity: 0.7;
}

.gray-placeholder::-moz-placeholder {
  color: #9FA3A7;
  opacity: 0.7;
}

.gray-placeholder:-ms-input-placeholder {
  color: #9FA3A7;
  opacity: 0.7;
}

input.full-width,
textarea.full-width {
  width: 100%;
}

input.full-width-inside-column,
textarea.full-width-inside-column {
  width: calc(100% - 20px);
}

.form_group .message {
  margin-top: 10px;
  text-align: left;
}

/*.border-effect ~ .focus-border:before,
.border-effect ~ .focus-border:after{content: ""; position: absolute; top: 0; right: 0; width: 0; height: 2px; background-color: #3399FF; transition: 0.2s; transition-delay: 0.2s;}
.border-effect ~ .focus-border:after{top: auto; bottom: 0; right: auto; left: 0; transition-delay: 0.6s;}
.border-effect ~ .focus-border i:before,
.border-effect ~ .focus-border i:after{content: ""; position: absolute; top: 0; left: 0; width: 2px; height: 0; background-color: #3399FF; transition: 0.2s;}
.border-effect ~ .focus-border i:after{left: auto; right: 0; top: auto; bottom: 0; transition-delay: 0.4s;}
.border-effect:focus ~ .focus-border:before,
.border-effect:focus ~ .focus-border:after{width: 100%; transition: 0.2s; transition-delay: 0.6s;}
.border-effect:focus ~ .focus-border:after{transition-delay: 0.2s;}
.border-effect:focus ~ .focus-border i:before,
.border-effect:focus ~ .focus-border i:after{height: 100%; transition: 0.2s;}
.border-effect:focus ~ .focus-border i:after{transition-delay: 0.4s;}*/
/* --- Buttons --- */
.cta {
  position: relative;
  display: block;
  padding: 15px 0px;
  border-radius: 50px;
  text-align: center;
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
}

.cta:hover {
  cursor: pointer;
}

.hover-pointer:hover,
.hover-pointer:hover * {
  cursor: pointer;
}

.cta.uppercase {
  text-transform: uppercase;
}

.cta.center {
  margin-left: auto;
  margin-right: auto;
}

.cta.long-130,
.animated-cta.long-130,
.special-cta.long-130 {
  width: 130px;
}

.cta.long-160,
.animated-cta.long-160,
.special-cta.long-160 {
  width: 160px;
}

.cta.long-200 {
  width: 200px;
}

.cta.long-220,
.animated-cta.long-220,
.special-cta.long-220 {
  width: 220px;
}
.cta.long-240{
  width: 240px;
}

.cta.long-260,
.animated-cta.long-260,
.special-cta.long-260 {
  width: 260px;
}

.cta.red {
  background: #f16670;
  color: #FFFFFF;
}

.cta.red:hover {
  background: #ed3744;
}

.cta.red.red-border:hover {
  border-color: #ed3744;
}

.cta.gray {
  background: #646569;
  color: #FFFFFF;
}

.cta.yellow {
  background: #fdb933;
  color: #FFFFFF;
}

.cta.blue {
  background: #54c6d3;
  color: #FFFFFF;
}
.cta.white {
  background: #FFFFFF;
}

.cta.black {
  background: #000000;
  color: #FFFFFF;
}

.cta.border-1px {
  border-style: solid;
  border-width: 1px;
}

.cta.border-2px {
  border-style: solid;
  border-width: 2px;
}

.cta.white-border {
  border-color: #FFFFFF;
}

.cta.red-border {
  border-color: #f16670;
}

.cta.yellow-border {
  border-color: #fdb933;
}

.cta.soft-gray-border {
  border-color: #F5F5F5;
}

.cta.black-border {
  border-color: #000000;
}

.cta.soft-gray-border:hover {
  border-color: #E3E3E3;
}

.cta.blue-border {
  border-color: #54c6d3;
}

.gray-cta-with-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: #F5F5F5;
  padding: 10px 30px 20px 30px;
  border-radius: 6px;
  margin: 5px;
  transition: linear 0.2s;
  -moz-transition: linear 0.2s;
  -ms-transition: linear 0.2s;
  -o-transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
}

.gray-cta-with-icon:hover {
  -webkit-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.3);
}

.gray-cta-with-icon .icon {
  position: relative;
  display: block;
  height: 100px;
  width: 100px;
}

.gray-cta-with-icon .icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

/* --- Work with us --- */
.work-with-us {
  display: block;
  position: relative;
  width: 100%;
  background-color: #646569;
  padding: 160px 0px;
  color: #FFFFFF;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.work-with-us a {
  display: inline-block;
}

/* --- Content --- */
.center-content {
  margin-left: auto;
  margin-right: auto;
}

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

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

.text-uppercase {
  text-transform: uppercase;
}

.pull-right-block,
.pull-left-block,
.pull-elements-block {
  position: relative;
  display: block;
}
.main-footer-content{
  margin-bottom: 0px;
}

footer .sub-footer > .pull-elements-flex{
  height: auto;
}

.pull-elements-flex{
  display: flex;
  justify-content:space-between;
  flex-direction: row-reverse;
}

.footer-links{
  display: flex;
  justify-content:flex-end;
  flex-direction:column;
  width: 35%;
}
.regret-button{
  display: flex;
  justify-content: flex-end;

}
.social-country{
  display: flex;
  justify-content:flex-end;
  width: 100%;
  margin-right:35px;
}
.social{
  display: flex;
  align-items: center;
  width: 40%;
}

.change-country{
  display: flex;
  align-items: center;
  width:105px;
  margin-right:30px;
}
.follow-us{
  margin-right: 5px;
}

.pull-right {
  float: right;
  clear: none;
}

.pull-left {
  float: left;
  clear: none;
}

#afip-data{
margin-right: 0px;
}

.regret-image{
  max-width: 100%;
}

#regret-spanish-button{
  width: 130px;
}

#regret-english-button{
  width: 100px;
}

#change-country-link{
  color: #FFFFFF !important;
}

.multiple-choice-bar .choice {
  display: inline-block;
  padding: 17px 0px;
  text-align: center;
  margin: 0 -6px 0 0;
  background: #FFFFFF;
  color: #646569;
  border: 1px solid #E3E3E3;
}

.multiple-choice-bar.three-choices .choice {
  width: 32.9%;
}

.multiple-choice-bar.two-choices .choice {
  width: 49.9%;
}

.multiple-choice-bar .choice:hover {
  background: #F5F5F5;
}

.multiple-choice-bar .choice:hover,
.multiple-choice-bar .choice:hover * {
  cursor: pointer;
}

.choice-element {
  display: none;
}

.choice-element.active {
  display: block;
}

.multiple-choice-bar .choice:first-child {
  border-radius: 50px 0px 0px 50px;
}

.multiple-choice-bar .choice:last-child {
  border-radius: 0px 50px 50px 0px;
}

.multiple-choice-bar .choice.active {
  background: #f16670;
  color: #FFFFFF;
  border-color: #f16670;
}

.side-text-padding {
  padding: 100px 30px;
}
#go-back-voucher{
  margin-left: -10px;
}
.no-stock{
  border-radius: 15px;
}

.vouchers-no-stock-texts #voucher-no-stock-title{
 margin-top:44px;
}
/* --- Drag and drop --- */
.dniError {
  color: #f16670;
  float: left;
}
.taxCodeError {
  color: #f16670;
  float: left;
}

.dropzone, .dropzone * {
  box-sizing: border-box;
}

.documentImg {
  width: 320px;
  height: 150px;
  padding: 10px 10px 10px 10px;
  background-color: #E3E3E3;
  border-radius: 5px;
}
.tax-code-image{
  width: 320px;
  height: 150px;
  padding: 10px 10px 10px 10px;
  background-color: #E3E3E3;
  border-radius: 5px;
}


.dropzone {
  overflow: hidden;
  position: relative;
  display: block;
  height: 300px;
  border: 2px dashed #E3E3E3;
  border-radius: 6px;
  background: white;
  padding: 20px;
}

.borderRed {
  border: 2px dashed #f16670;
}

.dropzone.dz-clickable {
  cursor: pointer;
}

.dropzone.dz-clickable * {
  cursor: default;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

.dropzone.dz-started .dz-message {
  display: none;
}

/* Con el archivo encima */
.dropzone.dz-drag-hover {
  border-color: #BBBBBB;
}

.dropzone.dz-drag-hover .dz-message {
  opacity: 1;
}

@keyframes dz_border_error {
  0% {
    border-color: #FF0000;
  }
  100% {
    border-color: #E3E3E3;
  }
}

.dropzone.dz-error-show {
  animation-name: dz_border_error;
  animation-duration: 1.5s;
}

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

.dropzone .dz-preview:hover {
  z-index: 1000;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 0px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

.dropzone .dz-preview.dz-image-preview {
  background: white;
}

.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.dropzone .dz-preview .dz-remove {
  color: #BBBBBB;
  font-size: 13px;
  text-align: left;
  display: block;
  cursor: pointer;
  border: none;
  margin-top: 13px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.dropzone .dz-preview .dz-remove:hover {
  color: #646569;
}

.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 20px 13px;
  text-align: left;
  color: rgba(0, 0, 0, 0.9);
}

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 3px;
  font-size: 13px;
}

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: white;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: white;
  padding: 0 0.4em;
  border-radius: 0px;
}

.dropzone .dz-preview .dz-image {
  background: #F5F5F5;
  border-radius: 0px;
  overflow: hidden;
  width: 200px;
  height: 200px;
  position: relative;
  display: block;
  z-index: 10;
}

.dropzone .dz-preview .dz-image img {
  display: block;
}

.dz-error-message,
.dz-success-mark,
.dz-error-mark {
  display: none !important;
}

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 1;
}

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 4px;
  width: 100%;
  margin-left: 0px;
  background: #F5F5F5;
  border-radius: 0;
  overflow: hidden;
}

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #BBBBBB;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

.dropzone .dz-message p {
  color: #BBBBBB;
  font-size: 15px;
  margin: 10px 0px;
  font-weight: 400;
}

.dropzone .dz-message {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 120px;
  width: 100%;
}

.dropzone .dz-message .note {
  font-size: 0.8em;
  font-weight: 200;
  display: block;
  margin-top: 1.4rem;
}

.dropzone.dz-max-files-reached.dz-clickable,
.dropzone.dz-max-files-reached.dz-clickable *:not(a) {
  cursor: default !important;
}

/* --- Footer --- */
footer {
  position: relative;
  display: block;
  width: 100%;
  padding: 30px 0px;
  z-index: 1;
  background: #646569;
}

footer .footer-padding {
  padding: 0px 1rem;
}

footer p,
footer a {
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
}

footer a {
  transition: ease-in-out 0.2s;
  -moz-transition: ease-in-out 0.2s;
  -ms-transition: ease-in-out 0.2s;
  -o-transition: ease-in-out 0.2s;
  -webkit-transition: ease-in-out 0.2s;
}

footer .main-footer-content a:hover {
  color: #FFFFFF !important;
}

footer .social a {
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
}

footer .social img {
  max-width: 30px;
}

footer .sub-footer > div {
  height: 40px;
}

footer .sub-footer > div > * {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

footer .sub-footer > div a {
  border-bottom: 1px solid transparent;
}

footer .sub-footer > div a:hover {
  border-bottom: 1px solid #BBBBBB;
}

footer .sub-footer .by {
  margin-top: 6px;
}

footer .sub-footer .name:hover {
  color: #00ff00 !important;
  border-bottom: 1px solid transparent;
}

/* --- Cart sidebar --- */
.ogc-cart-overlay {
  position: fixed;
  display: block;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  min-height: 100vh;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: rgba(241, 102, 112, 0.9);
  transition: linear 0.3s;
  -moz-transition: linear 0.3s;
  -ms-transition: linear 0.3s;
  -o-transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
}

.ogc-cart-overlay.visible {
  opacity: 1;
  pointer-events: auto;
}

.ogc-cart-overlay .button-container {
  position: relative;
  height: 100%;
}

.ogc-cart-overlay .button-center {
  position: absolute;
  border-radius: 50%;
  bottom: 0;
  left: 0;
  z-index: 991;
  right: 0;
  margin: 0 auto;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.ogc-cart-overlay .button-center .cta:hover {
  background: #FFFFFF;
  color: #f16670 !important;
}

.ogc-cart-sidebar {
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  display: block;
  width: 420px;
  height: 100%;
  min-height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  background: #FFFFFF;
  transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
}

.ogc-cart-sidebar.visible {
  -webkit-transform: translateXs(0%);
  transform: translateX(0%);
}

.ogc-cart-sidebar .inner-padding {
  padding: 15px 30px;
  display: block;
  position: relative;
}

.ogc-cart-sidebar .top-bar {
  padding: 20px 0px;
}

.ogc-cart-sidebar .cart-gift-card {
  background: #F3F3F3;
  border-radius: 6px;
  padding: 13px 10px;
  margin-bottom: 10px;
}

.ogc-cart-sidebar .cart-gift-card .right-content {
  margin-top: 10px;
}

.ogc-cart-sidebar .cart-gift-card .right-content > * {
  margin-left: 15px;
}

.ogc-cart-sidebar .cart-gift-card > *,
.ogc-cart-sidebar .cart-gift-card > * > * {
  display: inline-block;
  vertical-align: middle;
}

.ogc-cart-sidebar .remove-from-cart:hover {
  cursor: pointer;
}

.ogc-cart-sidebar .cart-gift-card .image {
  max-width: 30px;
  position: relative;
}

.ogc-cart-sidebar .cart-gift-card .name {
  margin-left: 5px;
  position: relative;
}

.ogc-cart-sidebar .cart-gift-card .amount > * {
  display: inline-block;
  vertical-align: middle;
}

.ogc-cart-sidebar .price-information > div {
  margin-bottom: 5px;
}

.ogc-cart-sidebar .price-information > div > * {
  display: inline-block;
}

.ogc-cart-sidebar .price-information > div .amount {
  margin-left: 55px;
  margin-right: 20px;
}

.ogc-cart-sidebar .go-to-buyflow-button {
  position: relative;
  display: block;
  width: 100%;
  z-index: 999;
}

.ogc-cart-sidebar .go-to-buyflow-button > * {
  margin: 20px 0px;
}

/* TABLES AND MAPS */
.side-map-table {
  max-height: 500px;
  overflow: auto;
}

/* RADIO AND CHECKBOX  */
.button-container {
  text-align: right;
}

.form_radio,
.form_group {
  position: relative;
}

.form-inline > .form_group,
.form-inline > .btn {
  display: inline-block;
  margin-bottom: 0;
}

.form-help {
  margin-top: 0.125rem;
  margin-left: 0.125rem;
  color: #b3b3b3;
  font-size: 0.8rem;
}

.checkbox .form-help,
.form_radio .form-help,
.form_group .form-help {
  position: absolute;
  width: 100%;
}

.checkbox .form-help {
  position: relative;
  margin-bottom: 1rem;
}

.form_radio .form-help {
  padding-top: 0.25rem;
  margin-top: -1rem;
}

.form_group select {
  width: 100%;
  font-size: 1rem;
  height: 1.6rem;
  padding: 0.125rem 0.125rem 0.0625rem;
  background: none;
  margin: 6px 0px;
  border: none;
  line-height: 1.6;
  box-shadow: none;
}

.form_group .control-label {
  position: absolute;
  top: 12px;
  pointer-events: none;
  padding-left: 0.125rem;
  z-index: 1;
  color: #b3b3b3;
  font-size: 1rem;
  font-weight: normal;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
}

.form_group .bar {
  position: relative;
  border-bottom: 1px solid #1a1a1a;
  display: block;
  margin: 1px 0px;
}

.form_group .bar::before {
  content: '';
  height: 2px;
  width: 0;
  left: 50%;
  bottom: -0.0625rem;
  position: absolute;
  /*background: $name-green;*/
  background: #1a1a1a;
  -webkit-transition: left 0.28s ease, width 0.28s ease;
  transition: left 0.28s ease, width 0.28s ease;
  z-index: 2;
}

.checkbox label,
.form_radio label, 
#input-politically-exposed label {
  position: relative;
  cursor: pointer;
  padding-left: 2rem;
  text-align: left;
  font-size: 15px;
  line-height: 23px;
  color: #BBBBBB;
  display: block;
}

#title-politically-exposed{
  margin-bottom:15px;
  padding-left: 0px;
}
.checkbox input,
.form_radio input {
  width: auto;
  opacity: 0.00000001;
  position: absolute;
  left: 0;
}

.radio span {
  font-weight: 300;
  margin-top: 3px;
  display: block;
  font-size: 12px;
  line-height: 14px;
  color: #1a1a1a;
}

.radio .helper {
  position: absolute;
  top: -0.25rem;
  left: -0.25rem;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #bebebe;
}

.radio .helper::before,
.radio .helper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 0.25rem;
  width: 1rem;
  height: 1rem;
  -webkit-transition: -webkit-transform 0.28s ease;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  border-radius: 50%;
  border: 0.125rem solid currentColor;
}

.radio .helper::after {
  -webkit-transform: scale(0);
  transform: scale(0);
  background-color: #f16670;
  border-color: #f16670;
}

.radio label:hover .helper {
  color: #BBBBBB;
}

.radio input:checked ~ .helper::after {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.radio input:checked ~ .helper::before {
  color: #BBBBBB;
}

.checkbox {
  margin: 15px 0px;
}

.checkbox .helper {
  color: #BBBBBB;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  z-index: 0;
  border: 0.125rem solid currentColor;
  border-radius: 0.0625rem;
  -webkit-transition: border-color 0.28s ease;
  transition: border-color 0.28s ease;
}

.checkbox .helper::before, .checkbox .helper::after {
  position: absolute;
  height: 0;
  width: 0.2rem;
  background-color: #f16670;
  display: block;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 0.25rem;
  content: '';
  -webkit-transition: opacity 0.28s ease, height 0s linear 0.28s;
  transition: opacity 0.28s ease, height 0s linear 0.28s;
  opacity: 0;
}

.checkbox .helper::before {
  top: 14px;
  left: 6px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  box-shadow: 0 0 0 0.0625rem #F3F3F3;
}

.checkbox .helper::after {
  top: 8px;
  left: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.checkbox label .helper,
.radio label .helper {
  transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
}

.checkbox label:hover .helper {
  color: #f16670;
}

.checkbox input:checked ~ .helper {
  color: #f16670;
}

.checkbox input:checked ~ .helper::after, .checkbox input:checked ~ .helper::before {
  opacity: 1;
  -webkit-transition: height 0.28s ease;
  transition: height 0.28s ease;
}

.checkbox input:checked ~ .helper::after {
  height: 0.5rem;
}

.checkbox input:checked ~ .helper::before {
  height: 1.2rem;
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: 0px;
}

/* FINAL PRICE CONTAINER */
.cart-price-container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 330px;
}

.cart-price-container > div > div {
  display: block;
  position: relative;
}

.bottom-buttons.flex {
  display: flex;
  flex-wrap: wrap;
}
.margin-bottom-4px {
  margin-bottom: 4px;
}
.bottom-buttons a {
  display: inline-block;
  margin-left: 10px;
}

.user-greetings-header {
  padding-left: 5px;
  padding-bottom: 5px;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  color: #646569;
  vertical-align: middle;
}

#password-reset{
  padding-left:10px;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

/* --- MEDIAQUERIES --- */
@media all and (max-width: 1440px) {
  .master-container .master-container-padding {
    padding: 0px 60px;
  }
  .master-container .master-container-padding.vouchers-without-stock {
    padding: 0px 100px;
  }
  img.no-stock{
    max-width:80%;
  }
  
}

@media all and (max-width: 1200px) {
  .master-container .master-container-padding {
    padding: 0px 1rem;
  }
  header a {
    padding: 8px 3px;
  }
  .master-container .master-container-padding.vouchers-without-stock {
    padding: 0px 60px;
  }
  .social-country {
    justify-content: center;
  }
}

@media all and (max-width: 1100px) {
  header {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
}

@media all and (min-width: 1100px) {
  .side-nav {
    display: none;
  }
}

@media all and (max-width: 1024px) {
  h1,
  h1 a,
  nav .menu-container a {
    font-size: 51px;
    line-height: 54px;
    letter-spacing: -1px;
  }
  h2,
  h2 a {
    font-size: 42px;
    line-height: 45px;
  }
  h3,
  h3 a {
    font-size: 36px;
    line-height: 39px;
  }
}

@media all and (max-width: 1000px) {
  footer .social img {
    max-width: 37px;
  }
  footer .social a {
    display: inline-block;
    vertical-align: middle;
    margin: 3px;
  }
  .multiple-choice-bar .choice {
    width: 100% !important;
    display: block;
    margin: 10px auto;
    border-radius: 50px !important;
  }
  footer .sub-footer > div > p{
    text-align:center;
  }
  footer .sub-footer > div > div >.change-country{
    margin-right:5px
  }
  .pull-elements-flex{
    justify-content: space-evenly;
  }
  .change-country{
    margin-right:0px;
  }
} 
@media all and (max-width: 844px) {
  .master-container .master-container-padding.vouchers-without-stock {
    padding: 0px 60px;
  }
  
  #voucher-no-stock{
  margin-left: auto;
  margin-right: auto;  
  }
  
  .vouchers-no-stock-texts{
    margin-left: auto;
    margin-right: auto;   
  } 
  
  .pull-elements-flex{
    flex-direction: column;
    align-items: center;
  }
  
  footer .sub-footer > div > * {
    margin-right: 0px;
  }

  .afip-data{
    justify-content:center;
  }
  
  #afip-data{
    justify-content: center;
    margin-top:20px
  }

  .regret-button{
    justify-content:center;
    margin-top:20px;
    margin-right:0;
  }
  
  .social-country{
    flex-direction: column;
    align-items: center;
    margin-right:0px;
  }
  
  .social{
    width:auto;
    margin-top: 25px;
  }
  #afip-data > p{
      text-align: center;
  }
}
@media all and (max-width: 768px) {
  h1,
  h1 a,
  nav .menu-container a {
    font-size: 39px;
    line-height: 42px;
    letter-spacing: -1px;
  }
  h2,
  h2 a {
    font-size: 36px;
    line-height: 39px;
  }
  h3,
  h3 a {
    font-size: 30px;
    line-height: 33px;
  }
  .use-overbox .general-overbox .overbox-content {
    width: calc(100% - 40px);
    padding: 20px;
  }
  .side-text-padding {
    padding: 50px 1rem;
  }
  .master-container .master-container-padding.vouchers-without-stock {
    padding: 0px 5%;
  }
  .vouchers-no-stock-texts #voucher-no-stock-title{
    margin-top:15px;
   }
   .afip-data-block>p {
    text-align:center;
  }
}

@media all and (max-width: 770px) {
  .YAMBcontainer .content_container.content-info{
    margin:200px auto !important;
  } 
}

@media all and (max-width: 500px) {
  footer .sub-footer > div {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 425px) {
  h1,
  h1 a,
  nav .menu-container a {
    font-size: 33px;
    line-height: 36px;
    letter-spacing: -1px;
  }
  h2,
  h2 a {
    font-size: 30px;
    line-height: 33px;
  }
  h3,
  h3 a {
    font-size: 24px;
    line-height: 27px;
  }
}

@media all and (max-width: 768px) {
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}

.upload-dni-label {
  font-size: 24px;
}

.side-padding-15px {
  padding-left: 15px;
  padding-right: 15px;
}
