@charset "UTF-8";
@-webkit-keyframes bullet-loader {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes bullet-loader {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 2.5em 0 -1.3em;
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    -webkit-box-shadow: 0 2.5em 0 0;
    box-shadow: 0 2.5em 0 0;
  }
}

.hide {
  display: none;
}

.show {
  display: block;
}

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

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

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

.container {
  max-width: 100%;
}

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

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

@media (min-width: 1024px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1400px;
  }
}

@media (min-width: 1640px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1645px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1640px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1640px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.test {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}

@-webkit-keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes plyr-popup {
  0% {
    opacity: .5;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  z-index: 0;
}

.plyr audio, .plyr iframe, .plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  -webkit-animation: plyr-fade-in .3s ease;
  animation: plyr-fade-in .3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  -webkit-transition: -webkit-transform .4s ease-in-out;
  transition: -webkit-transform .4s ease-in-out;
  -o-transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out;
  transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(10px * 2);
    padding: calc(var(--plyr-control-spacing,10px) * 2);
  }
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  -webkit-transform: translateY(calc(10px * -4));
  -ms-transform: translateY(calc(10px * -4));
  transform: translateY(calc(10px * -4));
  -webkit-transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
  -ms-transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
  transform: translateY(calc(var(--plyr-control-spacing,10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: .2em .5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.plyr__control svg {
  display: block;
  fill: currentColor;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

a.plyr__control {
  text-decoration: none;
}

a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: calc(10px / 4);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(10px / 4);
  padding-left: calc(var(--plyr-control-spacing,10px)/ 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(10px / 2);
  padding: 0 calc(var(--plyr-control-spacing,10px)/ 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  -webkit-animation: plyr-popup .2s ease;
  animation: plyr-popup .2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container > div {
  overflow: hidden;
  -webkit-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: '';
  height: 0;
  position: absolute;
  right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
  right: calc(((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7)) - (var(--plyr-menu-arrow-size,4px)/ 2));
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: calc(10px * .7);
  padding: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding-bottom: calc(calc(10px * .7)/ 1.5);
  padding-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  padding-left: calc(calc(10px * .7) * 1.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-right: calc(calc(10px * .7) * 1.5);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 1.5);
  padding-top: calc(calc(10px * .7)/ 1.5);
  padding-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 1.5);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control > span {
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control::after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(10px * .7) * 4);
  padding-right: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
}

.plyr__menu__container .plyr__control--forward::after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: calc((calc(10px * .7) * 1.5) - 4px);
  right: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(10px * .7);
  margin: calc(var(--plyr-control-spacing,10px) * .7);
  margin-bottom: calc(calc(10px * .7)/ 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  padding-left: calc(calc(10px * .7) * 4);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 4);
  position: relative;
  width: calc(100% - (calc(10px * .7) * 2));
  width: calc(100% - (calc(var(--plyr-control-spacing,10px) * .7) * 2));
}

.plyr__menu__container .plyr__control--back::after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: calc((calc(10px * .7) * 1.5) - 4px);
  left: calc((calc(var(--plyr-control-spacing,10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size,4px));
}

.plyr__menu__container .plyr__control--back::before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: '';
  height: 1px;
  left: 0;
  margin-top: calc(calc(10px * .7)/ 2);
  margin-top: calc(calc(var(--plyr-control-spacing,10px) * .7)/ 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(10px * .7);
  padding-left: calc(var(--plyr-control-spacing,10px) * .7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: '';
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  -ms-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  -webkit-transition: opacity .3s ease,-webkit-transform .3s ease;
  transition: opacity .3s ease,-webkit-transform .3s ease;
  -o-transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease;
  transition: transform .3s ease,opacity .3s ease,-webkit-transform .3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: #00b3ff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(10px * .7) - 2) * -1);
  margin-right: calc((calc(var(--plyr-control-spacing,10px) * .7) - 2) * -1);
  overflow: hidden;
  padding-left: calc(calc(10px * .7) * 3.5);
  padding-left: calc(calc(var(--plyr-control-spacing,10px) * .7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: calc(13px * 2);
  border-radius: calc(var(--plyr-range-thumb-height,13px) * 2);
  color: #00b3ff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  display: block;
  height: calc((3px * 2) + 13px);
  height: calc((var(--plyr-range-thumb-active-shadow-width,3px) * 2) + var(--plyr-range-thumb-height,13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  -o-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow .3s ease;
  -webkit-transition: -webkit-box-shadow .3s ease;
  transition: -webkit-box-shadow .3s ease;
  transition: box-shadow .3s ease;
  transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
  -webkit-user-select: none;
  user-select: none;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, currentColor), color-stop(0, transparent));
  background-image: linear-gradient(to right, currentColor 0, transparent 0);
  background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(transparent));
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
  margin-top: calc(((13px - 5px)/ 2) * -1);
  margin-top: calc(((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/ 2) * -1);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -moz-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  border: 0;
  border-radius: calc(5px / 2);
  border-radius: calc(var(--plyr-range-track-height,5px)/ 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow .3s ease;
  transition: box-shadow .3s ease;
  -ms-user-select: none;
  user-select: none;
  background: currentColor;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline-color: #00b3ff;
  outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 3px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

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

.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  border-radius: var(--plyr-tooltip-radius, 3px);
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
  padding: calc(var(--plyr-control-spacing,10px)/ 2) calc(calc(var(--plyr-control-spacing,10px)/ 2) * 1.5);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(-50%, 10px) scale(0.8);
  -ms-transform: translate(-50%, 10px) scale(0.8);
  transform: translate(-50%, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  -o-transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
  opacity: 1;
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((18px / 2) + calc(10px * .7));
  left: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((18px / 2) + calc(10px * .7));
  right: calc((var(--plyr-control-icon-size,18px)/ 2) + calc(var(--plyr-control-spacing,10px) * .7));
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(13px * .5);
  left: calc(var(--plyr-range-thumb-height,13px) * .5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(13px * -.5);
  margin-left: calc(var(--plyr-range-thumb-height,13px) * -.5);
  margin-right: calc(13px * -.5);
  margin-right: calc(var(--plyr-range-thumb-height,13px) * -.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height,13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  left: 0;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((5px / 2) * -1);
  margin-top: calc((var(--plyr-range-track-height,5px)/ 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width .2s ease;
  transition: width .2s ease;
}

.plyr--loading .plyr__progress__buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-image: -o-linear-gradient(135deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__volume {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: calc(10px / 2);
  margin-left: calc(var(--plyr-control-spacing,10px)/ 2);
  margin-right: calc(10px / 2);
  margin-right: calc(var(--plyr-control-spacing,10px)/ 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
  height: 0;
  padding-bottom: 56.25%;
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
  border: 0;
  left: 0;
  position: absolute;
  top: 0;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  -webkit-transform: translateY(-38.28125%);
  -ms-transform: translateY(-38.28125%);
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(10px / 2);
  padding: calc(var(--plyr-control-spacing,10px)/ 2);
  padding-top: calc(10px * 2);
  padding-top: calc(var(--plyr-control-spacing,10px) * 2);
  position: absolute;
  right: 0;
  -webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
  -o-transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out;
  transition: opacity .4s ease-in-out,transform .4s ease-in-out,-webkit-transform .4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(10px * 3.5);
    padding-top: calc(var(--plyr-control-spacing,10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: #00b3ff;
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #00b3ff)));
  border: 0;
  border-radius: 100%;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: .9;
  padding: calc(10px * 1.5);
  padding: calc(var(--plyr-control-spacing,10px) * 1.5);
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  -webkit-box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-webkit-full-screen video {
  height: 100%;
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-moz-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-moz-full-screen video {
  height: 100%;
}

.plyr:-moz-full-screen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-moz-full-screen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-moz-full-screen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr:-ms-fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:-ms-fullscreen video {
  height: 100%;
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:-ms-fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:-ms-fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
  height: 100%;
  position: static;
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  position: relative;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads > div, .plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads::after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads::after:empty {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin: -var(--plyr-range-track-height, 5px)/2 0 0;
  opacity: .8;
  position: absolute;
  top: 50%;
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 3px;
  bottom: 100%;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(10px / 2) * 2);
  margin-bottom: calc(calc(var(--plyr-control-spacing,10px)/ 2) * 2);
  opacity: 0;
  padding: 3px;
  padding: var(--plyr-tooltip-radius, 3px);
  pointer-events: none;
  position: absolute;
  -webkit-transform: translate(0, 10px) scale(0.8);
  -ms-transform: translate(0, 10px) scale(0.8);
  transform: translate(0, 10px) scale(0.8);
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  -o-transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease;
  transition: transform .2s .1s ease,opacity .2s .1s ease,-webkit-transform .2s .1s ease;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

.plyr__preview-thumb::before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(4px * -1);
  bottom: calc(var(--plyr-tooltip-arrow-size,4px) * -1);
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__time-container {
  bottom: 6px;
  left: 0;
  position: absolute;
  right: 0;
  white-space: nowrap;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  background-color: rgba(0, 0, 0, 0.55);
  border-radius: calc(3px - 1px);
  border-radius: calc(var(--plyr-tooltip-radius,3px) - 1px);
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
  padding: 3px 6px;
}

.plyr__preview-scrubbing {
  bottom: 0;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.active_menu {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

body.active_menu .page-header,
body.active_menu footer,
body.active_menu main {
  -webkit-filter: blur(4px) grayscale(0.5);
  filter: blur(4px) grayscale(0.5);
  background-color: rgba(18, 18, 18, 0.36);
}

body.active_menu .page-wrapper {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1023.98px) {
  html.active_menu {
    height: calc(100vh - 1px);
    height: calc(var(--wh) - 1px);
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100vw;
  }
}

html.active_menu .breadcrumbs {
  -webkit-filter: blur(4px) grayscale(0.5);
  filter: blur(4px) grayscale(0.5);
  background-color: rgba(18, 18, 18, 0.36);
}

.mobile_menu {
  display: none;
  position: relative;
}

.hamburger-menu-content {
  height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -9;
  width: 100%;
  opacity: 0;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (min-width: 1024px) {
  .hamburger-menu-content {
    display: none;
  }
}

.hamburger-menu-content.active {
  opacity: 1;
  z-index: 999;
}

.hamburger-menu-content.active .mobile_menu {
  display: block;
}

.hamburger-menu-content .mobile_menu a {
  color: #000000;
  display: block;
  font: 300 18px/140% 'Lato', sans-serif;
  letter-spacing: 1px;
  padding: 20px 15px;
  text-transform: uppercase;
  text-decoration: none;
}

.hamburger-menu-content .mobile_menu li {
  list-style-type: none;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0);
  -o-border-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  border-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(20%, #2a2a2a), color-stop(50%, #2a2a2a), color-stop(80%, #2a2a2a), to(rgba(0, 0, 0, 0))) 0 0 1 0;
  border-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #2a2a2a 20%, #2a2a2a 50%, #2a2a2a 80%, rgba(0, 0, 0, 0) 100%) 0 0 1 0;
  color: #000000;
}

.hamburger-menu-content .mobile_menu li.back a {
  position: relative;
  padding: 20px 5px 20px 55px;
}

.hamburger-menu-content .mobile_menu li.back a:after {
  position: absolute;
  content: '<';
  color: #000000;
  right: 0;
  top: 0;
  bottom: 0;
}

.hamburger-menu-content .mobile_menu li.active > .submenu {
  right: 0;
}

.hamburger-menu-content .mobile_menu li.hasChild > a {
  position: relative;
}

.hamburger-menu-content .mobile_menu li.hasChild > a:after {
  position: absolute;
  content: '>';
  color: #000000;
  right: 0;
  top: 0;
  bottom: 0;
}

.hamburger-menu-content .mobile_menu .submenu {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
  z-index: 999;
}

#menu_ham {
  cursor: pointer;
  float: right;
  height: 25px;
  position: fixed;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  width: 30px;
  top: 15px;
  right: 15px;
  z-index: 9999;
}

#menu_ham span {
  background-color: #ffffff;
  border-radius: 5px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out 0s;
  -o-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
  width: 30px;
}

#menu_ham span:nth-child(1) {
  top: 0;
}

#menu_ham span:nth-child(2),
#menu_ham span:nth-child(3) {
  top: 10px;
}

#menu_ham span:nth-child(4) {
  top: 20px;
}

#menu_ham.open span:nth-child(1) {
  left: 50%;
  top: 18px;
  width: 0;
}

#menu_ham.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#menu_ham.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#menu_ham.open span:nth-child(4) {
  left: 50%;
  top: 18px;
  width: 0;
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
  -ms-flex-positive: inherit;
  flex-grow: inherit;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  -o-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.light-modal {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0);
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  z-index: 9000;
  -webkit-transition: background 1s;
  -o-transition: background 1s;
  transition: background 1s;
  font-size: 14px;
  visibility: hidden;
}

.light-modal-content {
  background: #EFEFF0;
  color: #fff;
  width: 30vw;
  border-radius: .2em;
  position: relative;
  max-height: calc(100vh - 150px);
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.light-modal-content img {
  max-width: 100%;
  border-radius: .2em;
}

.light-modal-content.large-content {
  width: 50vw;
}

.light-modal-header {
  padding: 20px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-modal-heading {
  margin: 0;
  font-size: 1.5em;
}

.light-modal-heading + .light-modal-close-icon {
  position: static;
}

.light-modal-body {
  padding: 20px;
  overflow: auto;
  max-height: 450px;
}

.light-modal-footer {
  padding: 20px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.2);
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.light-modal-close-btn, .light-modal-close-icon {
  text-decoration: none;
  color: #fff;
  padding: 5px 10px;
  border-radius: .2em;
  background: #000000;
  font-size: 1.5em;
  line-height: 1;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
}

.light-modal-close-btn:hover, .light-modal-close-icon:hover {
  opacity: .9;
}

.light-modal-close-icon {
  position: absolute;
  top: -15px;
  right: -15px;
}

.light-modal-close-btn {
  font-size: 1.3em;
  line-height: 1.4;
}

.light-modal-caption {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 100%;
  padding: 10px 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: .2em;
  width: 100%;
  text-align: center;
  margin-top: 5px;
}

.light-modal:target {
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
}

.light-modal-navigation .navigation-next, .light-modal-navigation .navigation-prev {
  width: 32px;
  height: 32px;
  border-color: #fff;
  -webkit-transition: border-color .2s;
  -o-transition: border-color .2s;
  transition: border-color .2s;
}

.light-modal-navigation .navigation-next:hover, .light-modal-navigation .navigation-prev:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.light-modal-navigation .navigation-next {
  position: absolute;
  right: -50px;
  top: 50%;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.light-modal-navigation .navigation-prev {
  position: absolute;
  left: -50px;
  top: 50%;
  border-bottom: 1px solid;
  border-left: 1px solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 480px) {
  .light-modal-navigation .navigation-next {
    right: 5px;
  }
  .light-modal-navigation .navigation-prev {
    left: 5px;
  }
}

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

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

.basic {
  -webkit-animation-name: basic;
  animation-name: basic;
}

@media (max-width: 1000px) {
  .light-modal-content {
    width: 70vw;
  }
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
  animation-iteration-count: calc(var(--animate-repeat)*2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
  animation-iteration-count: calc(var(--animate-repeat)*3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    -o-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}

.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX;
}

@-webkit-keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

@keyframes shakeY {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
}

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-duration: calc(var(--animate-duration)*1.3);
  animation-duration: calc(var(--animate-duration)*1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7;
  }
}

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: .7;
  }
}

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}

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

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}

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

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}

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

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}

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

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

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

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

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

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

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

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft;
}

@-webkit-keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight;
}

@-webkit-keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight;
}

@-webkit-keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}

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

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

.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

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

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

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

.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

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

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

.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.75);
  animation-duration: calc(var(--animate-duration)*0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

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

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

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

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

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

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

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

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

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

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

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.animate__hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

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

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

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

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

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

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

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.croppr-container * {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.croppr-container img {
  vertical-align: middle;
  max-width: 100%;
}

.croppr {
  position: relative;
  display: inline-block;
}

.croppr-handle, .croppr-imageClipped, .croppr-overlay, .croppr-region {
  position: absolute;
  top: 0;
}

.croppr-overlay {
  background: rgba(0, 0, 0, 0.5);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: crosshair;
}

.croppr-region {
  border: 1px dashed rgba(0, 0, 0, 0.5);
  z-index: 3;
  cursor: move;
}

.croppr-imageClipped {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.croppr-handle {
  border: 1px solid #000;
  background-color: #fff;
  width: 10px;
  height: 10px;
  z-index: 4;
}

.air-datepicker-cell.-day-.-other-month-, .air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-day-.-other-month-:hover, .air-datepicker-cell.-year-.-other-decade-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-, .-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-day-.-other-month-, .-selected-.air-datepicker-cell.-year-.-other-decade- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-, .-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-day-.-other-month-, .-in-range-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-, .-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-day-.-other-month-:empty, .air-datepicker-cell.-year-.-other-decade-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  z-index: 1;
}

.air-datepicker-cell.-focus- {
  background: var(--adp-background-color-hover);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected- {
  color: #fff;
  border: none;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
  background: var(--adp-cell-background-color-selected);
}

.air-datepicker-cell.-selected-.-focus- {
  background: var(--adp-cell-background-color-selected-hover);
}

.air-datepicker-body {
  -webkit-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
  -o-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: var(--adp-day-cell-width) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.air-datepicker-body--cells {
  display: -ms-grid;
  display: grid;
}

.air-datepicker-body--cells.-days- {
  -ms-grid-columns: var(--adp-day-cell-width) [7];
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  -ms-grid-columns: 1fr [3];
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  -ms-grid-columns: 1fr [4];
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid var(--adp-border-color-inner);
  min-height: var(--adp-nav-height);
  padding: var(--adp-padding);
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-day-cell-width);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  border-radius: var(--adp-border-radius);
  padding: 0 8px;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: .3em;
}

.air-datepicker-nav--title:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--title:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: max-content 1fr;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
  content: '';
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(var(--adp-time-track-color)), to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: -o-linear-gradient(left, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type='range']::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type='range']:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type='range']:focus {
  outline: none;
}

.air-datepicker-time--row input[type='range']:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.air-datepicker-time--row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 246px;
  --adp-z-index: 100;
  --adp-padding: 4px;
  --adp-grid-areas: 'nav' 'body' 'timepicker' 'buttons';
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #fff;
  --adp-background-color-hover:  #D0D1D3;
  --adp-background-color-active: #D0D1D3;
  --adp-background-color-in-range: rgba(#AEAEAE, .1);
  --adp-background-color-in-range-focused: rgba(#AEAEAE, .2);
  --adp-background-color-selected-other-month-focused: #D0D1D3;
  --adp-background-color-selected-other-month: #D0D1D3;
  --adp-color: #000;
  --adp-color-secondary: #D0D1D3;
  --adp-accent-color: #000;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #D0D1D3;
  --adp-color-disabled: #AEAEAE;
  --adp-color-disabled-in-range: #D0D1D3;
  --adp-color-other-month-hover: #AEAEAE;
  --adp-border-color: #D0D1D3;
  --adp-border-color-inner: #D0D1D3;
  --adp-border-radius: 4px;
  --adp-border-color-inline: #D0D1D3;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #000;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 32px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-pointer-offset: 10px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-selected: #D0D1D3;
  --adp-cell-background-color-selected-hover: #D0D1D3;
  --adp-cell-background-color-in-range: rgba(#D0D1D3, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(#D0D1D3, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary)
;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: max-content [4];
  grid-template-rows: repeat(4, -webkit-max-content);
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  left: -100000px;
  opacity: 0;
  -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), left 0s var(--adp-transition-duration), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), left 0s var(--adp-transition-duration), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  -o-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s var(--adp-transition-duration);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s var(--adp-transition-duration);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s var(--adp-transition-duration), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
}

.air-datepicker.-from-top- {
  -webkit-transform: translateY(calc(var(--adp-transition-offset) * -1));
  -ms-transform: translateY(calc(var(--adp-transition-offset) * -1));
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  -webkit-transform: translateX(var(--adp-transition-offset));
  -ms-transform: translateX(var(--adp-transition-offset));
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  -webkit-transform: translateY(var(--adp-transition-offset));
  -ms-transform: translateY(var(--adp-transition-offset));
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  -webkit-transform: translateX(calc(var(--adp-transition-offset) * -1));
  -ms-transform: translateX(calc(var(--adp-transition-offset) * -1));
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active- {
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), left 0s 0s, -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), left 0s 0s, -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  -o-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s 0s;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s 0s;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), left 0s 0s, -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: 1000000;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size));
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size));
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size));
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size));
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: var(--adp-padding);
  grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
    --swiper-navigation-color: var(--swiper-theme-color);
    */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  src: url("@{icons-pagebuilder__font-path}.eot");
  src: url("@{icons-pagebuilder__font-path}.eot?#iefix") format("embedded-opentype"), url("@{icons-pagebuilder__font-path}.woff") format("woff"), url("@{icons-pagebuilder__font-path}.ttf") format("truetype");
}

.pagebuilder-icon {
  -webkit-font-smoothing: antialiased;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}

[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "pagebuilder-font";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}

.pagebuilder-icon-down:before {
  content: "";
}

.pagebuilder-icon-next:before {
  content: "";
}

.pagebuilder-icon-prev:before {
  content: "";
}

.pagebuilder-icon-up:before {
  content: "";
}

.product-full-width-section {
  padding: .5em 0;
}

.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}

.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}

.page-main-details .product-section-title {
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 15px;
  padding-bottom: 12px;
}

.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}

.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}

.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}

.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}

.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev {
  left: 2rem;
}

.slick-next {
  right: 2rem;
}

.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}

.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}

.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #F1F1F1;
}

.slick-prev:before, .slick-prev:after,
.slick-next:before,
.slick-next:after {
  color: #F1F1F1;
  font-size: 38px;
  opacity: 1;
}

.slick-prev:active, .slick-prev:focus, .slick-prev:not(.primary),
.slick-next:active,
.slick-next:focus,
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-prev:active:active, .slick-prev:focus:active, .slick-prev:not(.primary):active,
.slick-next:active:active,
.slick-next:focus:active,
.slick-next:not(.primary):active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-dots {
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}

.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}

.slick-dots li button {
  background: #FFFFFF;
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  width: 14px;
}

.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}

.slick-dots li button:active, .slick-dots li button:focus, .slick-dots li button:not(.primary) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.slick-dots li.slick-active button {
  background: #1c1918;
}

.cms-content-important {
  background-color: #FFFFFF;
  color: #D0D1D3;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}

.pagebuilder-full-width {
  float: left;
  width: 100%;
}

.pagebuilder-content-type {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media (max-width: 1023.98px) {
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#OpenSans") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#OpenSans") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "001";
  src: url("../fonts/personalize/CHICKEN_Pie_Emoticon_AKINDA.eot");
  src: url("../fonts/personalize/CHICKEN_Pie_Emoticon_AKINDA.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/CHICKEN_Pie_Emoticon_AKINDA.woff2") format("woff2"), url("../fonts/personalize/CHICKEN_Pie_Emoticon_AKINDA.woff") format("woff"), url("../fonts/personalize/CHICKEN_Pie_Emoticon_AKINDA.ttf") format("truetype"), url("../fonts/personalize/CHICKEN_Pie_Emoticon_AKINDA.svg#001") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "002";
  src: url("../fonts/personalize/Naia_Emoticon_AKINDA.eot");
  src: url("../fonts/personalize/Naia_Emoticon_AKINDA.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/Naia_Emoticon_AKINDA.woff2") format("woff2"), url("../fonts/personalize/Naia_Emoticon_AKINDA.woff") format("woff"), url("../fonts/personalize/Naia_Emoticon_AKINDA.ttf") format("truetype"), url("../fonts/personalize/Naia_Emoticon_AKINDA.svg#002") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "003";
  src: url("../fonts/personalize/SnellRoundhand_Emoticon_AKINDA.eot");
  src: url("../fonts/personalize/SnellRoundhand_Emoticon_AKINDA.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/SnellRoundhand_Emoticon_AKINDA.woff2") format("woff2"), url("../fonts/personalize/SnellRoundhand_Emoticon_AKINDA.woff") format("woff"), url("../fonts/personalize/SnellRoundhand_Emoticon_AKINDA.ttf") format("truetype"), url("../fonts/personalize/SnellRoundhand_Emoticon_AKINDA.svg#003") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "004";
  src: url("../fonts/personalize/Brookline_Emoticon_AKINDA.eot");
  src: url("../fonts/personalize/Brookline_Emoticon_AKINDA.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/Brookline_Emoticon_AKINDA.woff2") format("woff2"), url("../fonts/personalize/Brookline_Emoticon_AKINDA.woff") format("woff"), url("../fonts/personalize/Brookline_Emoticon_AKINDA.ttf") format("truetype"), url("../fonts/personalize/Brookline_Emoticon_AKINDA.svg#004") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "005";
  src: url("../fonts/personalize/CooperFiveOpti-Black.eot");
  src: url("../fonts/personalize/CooperFiveOpti-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/CooperFiveOpti-Black.woff2") format("woff2"), url("../fonts/personalize/CooperFiveOpti-Black.woff") format("woff"), url("../fonts/personalize/CooperFiveOpti-Black.ttf") format("truetype"), url("../fonts/personalize/CooperFiveOpti-Black.svg#005") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "006";
  src: url("../fonts/personalize/Gabriola.eot");
  src: url("../fonts/personalize/Gabriola.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/Gabriola.woff2") format("woff2"), url("../fonts/personalize/Gabriola.woff") format("woff"), url("../fonts/personalize/Gabriola.ttf") format("truetype"), url("../fonts/personalize/Gabriola.svg#006") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "007";
  src: url("../fonts/personalize/ScriptMTBold.eot");
  src: url("../fonts/personalize/ScriptMTBold.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/ScriptMTBold.woff2") format("woff2"), url("../fonts/personalize/ScriptMTBold.woff") format("woff"), url("../fonts/personalize/ScriptMTBold.ttf") format("truetype"), url("../fonts/personalize/ScriptMTBold.svg#007") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "008";
  src: url("../fonts/personalize/FREESCPT.eot");
  src: url("../fonts/personalize/FREESCPT.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/FREESCPT.woff2") format("woff2"), url("../fonts/personalize/FREESCPT.woff") format("woff"), url("../fonts/personalize/FREESCPT.ttf") format("truetype"), url("../fonts/personalize/FREESCPT.svg#008") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "009";
  src: url("../fonts/personalize/FranklinGothicMediumCondRegular.eot");
  src: url("../fonts/personalize/FranklinGothicMediumCondRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/FranklinGothicMediumCondRegular.woff2") format("woff2"), url("../fonts/personalize/FranklinGothicMediumCondRegular.woff") format("woff"), url("../fonts/personalize/FranklinGothicMediumCondRegular.ttf") format("truetype"), url("../fonts/personalize/FranklinGothicMediumCondRegular.svg#009") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "kasanovaEA";
  src: url("../fonts/personalize/Kasanova_Emoticon_AKINDA.eot");
  src: url("../fonts/personalize/Kasanova_Emoticon_AKINDA.eot?#iefix") format("embedded-opentype"), url("../fonts/personalize/Kasanova_Emoticon_AKINDA.woff2") format("woff2"), url("../fonts/personalize/Kasanova_Emoticon_AKINDA.woff") format("woff"), url("../fonts/personalize/Kasanova_Emoticon_AKINDA.ttf") format("truetype"), url("../fonts/personalize/Kasanova_Emoticon_AKINDA.svg#kasanovaEA") format("svg");
  font-weight: 400;
  font-style: normal;
}

html,
body {
  font-size: 16px;
}

body {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  quotes: "“" "”";
}

h1 {
  font-family: "OpenSans", sans-serif;
  font-size: 1.625rem;
  line-height: 1.27em;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 1024px) {
  h1 {
    font-size: 1.875rem;
    line-height: 1.2em;
  }
}

h2 {
  font-family: "OpenSans", sans-serif;
  font-size: 1.375rem;
  line-height: 1.27em;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 1024px) {
  h2 {
    font-size: 1.5rem;
    line-height: 1.25em;
  }
}

h3 {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  line-height: 1.38em;
  font-weight: 700;
  color: #000000;
}

@media (min-width: 1024px) {
  h3 {
    font-size: 1.125rem;
    line-height: 1.33em;
  }
}

p {
  font-family: "OpenSans", sans-serif;
  font-size: 1rem;
  line-height: 1.38em;
  font-weight: 400;
  color: #000000;
}

@media (min-width: 1024px) {
  p {
    font-size: 1rem;
    line-height: 1.38em;
  }
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

a:focus {
  outline: none;
}

ul {
  padding: 0;
  list-style: none;
}

.kasanova-banner {
  cursor: pointer;
  margin: auto;
  z-index: 0;
}

:focus {
  outline: 0;
}

body {
  overflow-x: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .footer-container .footer_copyright {
    padding-bottom: 50px !important;
  }
}

#CookiebotWidget {
  position: absolute !important;
  bottom: 13px !important;
  left: 150px !important;
  z-index: 888888 !important;
}

@media (max-width: 1023.98px) {
  #CookiebotWidget {
    bottom: 13px !important;
  }
}

@media (max-width: 767.98px) {
  #CookiebotWidget {
    left: 90px !important;
  }
}

.checkout-index-index #CookiebotWidget {
  left: 150px !important;
}

button.action {
  padding: 17px 10px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  background-color: #F1F1F1;
  border: 1px solid #D8D8D8;
}

button.action:hover {
  background-color: #D8D8D8;
}

button.action span + svg {
  margin-left: 10px;
}

button.transparent {
  background: transparent;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.action {
  font-weight: 700;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.action--no-bordered {
  border-radius: 0;
}

.action--regular {
  font-weight: 700;
}

.action-primary, .action.primary {
  padding: 17px 10px;
  background-color: #000000;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.action-primary[disabled], .action-primary:hover, .action.primary[disabled], .action.primary:hover {
  background-color: #767676;
}

.action-secondary, .action.secondary {
  padding: 17px 10px;
  background-color: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.action-secondary:hover, .action.secondary:hover {
  background-color: #000000;
  color: #FFFFFF;
}

.action-secondary.action--hover-alternative:hover, .action.secondary.action--hover-alternative:hover {
  background-color: #FFD93E;
  border-color: transparent;
  color: #000000;
}

.action-tertiary, .action.tertiary {
  padding: 17px 10px;
  font-weight: 700;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1rem;
  background-color: #F1F1F1;
  border: 1px solid #D8D8D8;
}

.action-tertiary:hover, .action.tertiary:hover {
  background-color: #D8D8D8;
}

.action[type="button"] {
  position: relative;
}

.action[type="button"].add span:after {
  content: '+';
  color: #000000;
  position: absolute;
  right: 14px;
  font-size: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.action[type="button"].add:hover span:after {
  color: #FFFFFF;
}

.form-create-account .newsletter input[type="checkbox"] {
  position: absolute;
  height: 18px;
  width: 100%;
  z-index: 1;
  display: inline-block;
  opacity: 0;
  visibility: visible;
}

.wrapper-privacy-policy.required input[type="checkbox"],
input[type="checkbox"] {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
}

.wrapper-privacy-policy.required input[type="checkbox"]:not(:checked) + label, .wrapper-privacy-policy.required input[type="checkbox"]:checked + label,
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
}

.wrapper-privacy-policy.required input[type="checkbox"] + label:before,
input[type="checkbox"] + label:before {
  border: 1px solid #000000 !important;
}

.wrapper-privacy-policy.required input[type="checkbox"] + label:before, .wrapper-privacy-policy.required input[type="checkbox"] + label:after,
input[type="checkbox"] + label:before,
input[type="checkbox"] + label:after {
  content: '' !important;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 20px;
  height: 21px;
  border-radius: 8px;
}

.wrapper-privacy-policy.required input[type="checkbox"] + label:after,
input[type="checkbox"] + label:after {
  background-image: url("../images/svg/check.svg");
  background-color: #000000;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.wrapper-privacy-policy.required input[type="checkbox"]:not(:checked) + label:after,
input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.wrapper-privacy-policy.required input[type="checkbox"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#CybotCookiebotDialogTabContent input[type="checkbox"].CybotCookiebotDialogBodyLevelButton {
  visibility: visible;
}

@media (max-width: 1023.98px) {
  #CybotCookiebotDialogTabContent .CybotCookiebotDialogBodyLevelButtonSliderWrapper {
    min-width: 57px;
  }
}

.wrapper-privacy-policy.required > .label:before,
.wrapper-privacy-policy.required + label:before {
  border: 1px solid #000000 !important;
}

.wrapper-privacy-policy.required > .label:before, .wrapper-privacy-policy.required > .label:after,
.wrapper-privacy-policy.required + label:before,
.wrapper-privacy-policy.required + label:after {
  content: '' !important;
  position: absolute !important;
  left: 0;
  top: 0;
  width: 20px;
  height: 21px;
  border-radius: 8px;
}

.wrapper-privacy-policy.required > .label:after,
.wrapper-privacy-policy.required + label:after {
  background-image: url("../images/svg/check.svg");
  background-color: #000000;
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.wrapper-privacy-policy.required:not(:checked) > .label:after,
.wrapper-privacy-policy.required:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.field.choice.radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.field.choice.radio:not(.noHover):hover input ~ .label {
  background-color: #ccc;
}

.field.choice.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 21px;
  display: inline-block;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.field.choice.radio input[type="radio"]:checked ~ .label {
  background-color: #000000;
  background-image: url("../images/svg/check.svg");
  background-size: 16px 13px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.field.choice.radio input[type="radio"]:checked ~ span {
  font-weight: 700;
}

.field.choice.radio input[type="radio"]:checked ~ .label:after {
  display: block;
}

.field.choice.radio .label {
  position: absolute;
  top: 5px;
  left: 0;
  height: 21px;
  width: 20px;
  border-radius: 8px;
  border: 1px solid #000000;
}

.field.choice.radio .label:after {
  content: "";
  position: absolute;
  display: none;
}

.fieldset {
  width: 100%;
  min-width: unset;
}

.fieldset.d-flex .field {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.fieldset.d-flex .field-50 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.field-50 {
  width: 50%;
}

.field.choice + .choice {
  margin-top: 20px;
}

.field.required > .label:after {
  content: '*';
}

@media (max-width: 1023.98px) {
  .field.required > .control {
    margin-top: 5px;
  }
}

.field .control {
  position: relative;
  margin-bottom: 30px;
}

.field .control textarea {
  background-color: transparent;
  border-radius: 0;
  resize: none;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 15px 10px;
  margin-top: 10px;
}

.field .control .nested {
  margin-top: 30px;
}

.field .control .nested + .mage-error {
  width: 100%;
  margin-top: 10px;
  color: #D01A1A;
}

.field .control .ui-datepicker-trigger {
  display: none;
}

.field .control .custom-select {
  border: 0;
  background-color: transparent;
  border-radius: 0;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 0;
  border-bottom: 1px solid #AEAEAE;
}

.field .control .custom-select__selected {
  padding: 15px 0 10px;
}

.field .control .custom-select__options {
  border: 1px solid #AEAEAE;
  border-top: 0;
  z-index: 1;
  max-height: 270px;
}

.field .control .custom-select__item.empty:empty {
  display: none;
}

.field input[type="password"], .field input[type="text"], .field input[type="email"], .field input[type="search"] {
  background-color: transparent;
  border-radius: 5px;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 0 10px 15px;
  border: 1px solid #000000;
  margin-top: 0;
}

.field input[type="password"]::-webkit-input-placeholder, .field input[type="text"]::-webkit-input-placeholder, .field input[type="email"]::-webkit-input-placeholder, .field input[type="search"]::-webkit-input-placeholder {
  color: #AEAEAE;
}

.field input[type="password"]::-moz-placeholder, .field input[type="text"]::-moz-placeholder, .field input[type="email"]::-moz-placeholder, .field input[type="search"]::-moz-placeholder {
  color: #AEAEAE;
}

.field input[type="password"]:-ms-input-placeholder, .field input[type="text"]:-ms-input-placeholder, .field input[type="email"]:-ms-input-placeholder, .field input[type="search"]:-ms-input-placeholder {
  color: #AEAEAE;
}

.field input[type="password"]::-ms-input-placeholder, .field input[type="text"]::-ms-input-placeholder, .field input[type="email"]::-ms-input-placeholder, .field input[type="search"]::-ms-input-placeholder {
  color: #AEAEAE;
}

.field input[type="password"]::placeholder, .field input[type="text"]::placeholder, .field input[type="email"]::placeholder, .field input[type="search"]::placeholder {
  color: #AEAEAE;
}

.field input[type="text"] ~ .icon, .field input[type="password"] ~ .icon {
  position: absolute;
  right: 0;
  top: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.field input[type="text"] ~ .icon button, .field input[type="password"] ~ .icon button {
  background-color: transparent;
  border: none;
  outline: none;
}

.field.date .ui-datepicker-trigger {
  display: block;
  position: absolute;
  top: 25px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  font-size: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}

.field.date .ui-datepicker-trigger:after {
  content: '';
  display: block;
  background-image: url("../images/svg/sprite/calendar.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 20px;
  height: 20px;
}

.field .label {
  font-weight: bold;
}

.field .mage-error + .mage-error {
  width: 100%;
  margin-top: 10px;
  color: #D01A1A;
}

input[type="tel"], input[type="text"], input[type="email"], input[type="search"] {
  padding: 10px 15px;
  border-radius: 6px;
  background-color: #FFFFFF;
  border: 1px solid #000000;
  color: #000000;
  font-size: 1.188rem;
  line-height: 1.37em;
}

input[type="tel"], input[type="tel"]:focus, input[type="text"], input[type="text"]:focus, input[type="email"], input[type="email"]:focus, input[type="search"], input[type="search"]:focus {
  border: 1px solid #000000;
}

#gift-option-range input[type=range] {
  height: 21px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}

#gift-option-range input[type=range]:focus {
  outline: none;
}

#gift-option-range input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #767676;
  border-radius: 0;
  border: 0;
}

#gift-option-range input[type=range]::-webkit-slider-thumb {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}

#gift-option-range input[type=range]:focus::-webkit-slider-runnable-track {
  background: #767676;
}

#gift-option-range input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: none;
  background: #767676;
  border-radius: 0;
  border: 0;
}

#gift-option-range input[type=range]::-moz-range-thumb {
  box-shadow: none;
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
}

#gift-option-range input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

#gift-option-range input[type=range]::-ms-fill-lower {
  background: #767676;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#gift-option-range input[type=range]::-ms-fill-upper {
  background: #767676;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

#gift-option-range input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: none;
  border: 0;
  height: 15px;
  width: 15px;
  border-radius: 15px;
  background: #000000;
  cursor: pointer;
}

#gift-option-range input[type=range]:focus::-ms-fill-lower {
  background: #767676;
}

#gift-option-range input[type=range]:focus::-ms-fill-upper {
  background: #767676;
}

.promo {
  display: inline-block;
  padding: 2px 4px;
  color: #FFFFFF;
  border-radius: 5px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo__text {
  font-size: 0.875rem;
  line-height: 1.43em;
}

@media (max-width: 1023.98px) {
  .promo__text {
    font-size: 0.625rem;
    line-height: 15px;
    font-weight: 700;
  }
}

.promo--green {
  background-color: #007950;
}

.promo--red {
  background-color: #FF0000;
}

.promo--blue {
  background-color: #1185AB;
}

.promo--white {
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
}

.tooltip__target {
  cursor: pointer;
}

[data-tippy-root] .tippy-box {
  padding: 9px 15px;
  background-color: #D0D1D3;
  color: #000000;
  font-size: 0.875rem;
  line-height: 1.14em;
  text-align: center;
}

[data-tippy-root] .tippy-box[data-placement^='top'] .tippy-arrow::before {
  border-top-color: #D0D1D3;
}

[data-tippy-root] .tippy-box[data-placement^='bottom'] .tippy-arrow::before {
  border-bottom-color: #D0D1D3;
}

[data-tippy-root] .tippy-box[data-placement^='right'] .tippy-arrow::before {
  border-right-color: #D0D1D3;
}

[data-tippy-root] .tippy-box[data-placement^='left'] .tippy-arrow::before {
  border-left-color: #D0D1D3;
}

.custom-select {
  position: relative;
  width: 100%;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000000;
  background-color: #FFFFFF;
  text-align: left;
}

.custom-select.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-select.active::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.custom-select::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../images/svg/sprite/arrow-down.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 9px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
  pointer-events: none;
}

.custom-select-initialized {
  display: none !important;
}

.custom-select__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 6px 12px 6px;
  cursor: pointer;
  font-size: 0.875rem;
}

.custom-select__selected span:nth-child(2) {
  display: none;
}

.custom-select__options {
  position: absolute;
  display: none;
  width: calc(100% + 2px);
  left: -1px;
  margin: 0;
  background-color: #FFFFFF;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border: 1px solid #000000;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  max-height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}

.custom-select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  background-color: #FFFFFF;
  cursor: pointer;
  font-weight: 400;
  width: 100%;
}

.custom-select__item:not(:first-child) {
  border-top: 1px solid #F1F1F1;
}

.custom-select__item:last-child {
  margin-bottom: 2px;
}

.custom-select__item.selected {
  background-color: #EFEFF0;
}

.custom-select__item.disabled span:first-child {
  opacity: .5;
}

.custom-select__item.disabled span:last-child {
  text-decoration: underline;
}

.custom-select .simplebar-wrapper .simplebar-content > * {
  margin-right: 0;
}

.clip-overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #000000;
  color: #FFFFFF;
  border-radius: 0.25rem;
  padding: 20px;
  z-index: 999;
}

body._has-modal,
html._has-modal {
  height: calc(100vh - 1px);
  height: calc(calc(var(--vh, 1vh) * 100) - 1px);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100vw;
  max-height: 100vh;
}

body._has-modal #CookiebotWidget {
  display: none !important;
}

.modal-popup {
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-popup._show {
  z-index: calc(400 + 10) !important;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.modal-popup.confirm {
  background: #FFFFFF;
  border-radius: 0.25rem;
  border: 1px solid #FFFFFF;
  padding: 20px 50px;
  min-height: 150px;
}

@media (max-width: 1023.98px) {
  .modal-popup.confirm {
    padding: 20px 40px;
    min-height: 150px;
    width: 360px;
  }
}

@media (max-width: 767.98px) {
  .modal-popup.confirm {
    width: auto;
    left: 50px;
    right: 50px;
    top: 50%;
    bottom: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.modal-popup.confirm .modal-header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  top: 0;
  right: 0;
}

.modal-popup.confirm .modal-header .modal-title {
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
}

.modal-popup.confirm .modal-header .action-close {
  right: -40px;
  top: -10px;
  position: absolute;
}

.modal-popup.confirm .modal-header .action-close:after {
  background-size: 13px;
  width: 13px;
  height: 13px;
}

.modal-popup.confirm .modal-content {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 1.188rem;
  font-weight: 700;
  text-align: center;
}

.modal-popup.confirm .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 30px;
}

@media (max-width: 1023.98px) {
  .modal-popup.confirm .modal-footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}

.modal-popup.confirm .modal-footer [type='button'] {
  min-width: 80px;
  margin-right: 32px;
  border-radius: 5px;
  border-width: 1px;
  font-size: 1rem;
  padding: 5px 10px;
}

@media (max-width: 1023.98px) {
  .modal-popup.confirm .modal-footer [type='button'] {
    min-width: auto;
    margin-right: 0;
  }
}

.modal-popup.confirm .modal-footer [type='button']:last-of-type {
  margin-right: 0;
}

.modal-slide {
  opacity: 0;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease;
  transition: visibility 0s 0.3s, opacity 0.3s ease;
  position: fixed;
  top: 0;
  padding: 0;
  bottom: 0;
  margin: 0;
  right: -100%;
  background-color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 0;
}

.modal-slide._show {
  z-index: calc(400 + 10) !important;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (max-width: 1023.98px) {
  .modal-slide {
    top: 0 !important;
  }
}

.modal-slide._show {
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.modal-slide .page-main-actions {
  display: none;
}

.modal-inner-wrap {
  position: relative;
}

.modal-header {
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: 9;
}

@media (max-width: 1023.98px) {
  .modal-header {
    right: 0;
  }
}

.modal-header .action-close {
  font-size: 0;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
}

@media (max-width: 1023.98px) {
  .modal-header .action-close {
    padding: 20px;
  }
}

.modal-header .action-close:after {
  content: '';
  background-image: url(../images/svg/sprite/closeX.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
}

.loading-mask,
.modals-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  z-index: 400 !important;
}

.loading-mask .loader {
  width: 100vw;
  height: 100vh;
}

.loading-mask .loader:before {
  content: '';
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  width: 100%;
  height: 50px;
  background-image: url("../images/k-spinner.gif");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 50%;
}

.loading-mask .loader p {
  display: none;
}

.loading-mask img {
  display: none;
}

.ajax-loading .loading-mask .loader {
  position: absolute;
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  top: 0;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.ajax-loading .loading-mask .loader p {
  color: #FFFFFF;
  text-align: center;
}

.action-close {
  font-size: 0;
  background: transparent;
  border: none;
  padding: 10px;
  cursor: pointer;
}

.action-close:after {
  content: '';
  background-image: url(../images/svg/sprite/closeX.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  width: 15px;
  height: 15px;
  display: block;
}

.simplebar-track.simplebar-vertical {
  width: 3px;
}

.simplebar-track.simplebar-vertical:after {
  content: '';
  position: absolute;
  background: #000000;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  -webkit-transform: translateX(-1px);
  -ms-transform: translateX(-1px);
  transform: translateX(-1px);
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  border-radius: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background-color: #000000;
  opacity: 1;
}

.simplebar-wrapper .simplebar-content > * {
  margin-right: 16px;
}

html {
  scroll-behavior: smooth;
}

.towishlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
  color: transparent;
  height: 30px;
  width: 30px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.towishlist:after {
  content: '';
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-image: url("../images/svg/sprite/heart-empty.svg");
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  height: 30px;
  width: 30px;
}

@media (max-width: 1023.98px) {
  .towishlist:after {
    background-size: 20px;
  }
}

.towishlist.active:after {
  -webkit-animation: heart .7s ease;
  animation: heart .7s ease;
  background-image: url("../images/svg/sprite/heart.svg");
}

@-webkit-keyframes heart {
  0%, 20%, to {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.35, 1.35, 1.35);
    transform: scale3d(1.35, 1.35, 1.35);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes heart {
  0%, 20%, to {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale3d(1.35, 1.35, 1.35);
    transform: scale3d(1.35, 1.35, 1.35);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

[data-toggle='dropdown'] + .block-minicart-wrapper.trigger[data-target='dropdown'] {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

[data-toggle='dropdown'] + [data-target='dropdown'] {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  opacity: 0;
  background: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-width: 400px;
  z-index: -1;
  padding: 20px;
  -webkit-box-shadow: -2px 16px 24px 1px rgba(0, 0, 0, 0.06);
  box-shadow: -2px 16px 24px 1px rgba(0, 0, 0, 0.06);
  border: 1px solid #D0D1D3;
  border-radius: 5px;
  visibility: hidden;
}

[data-toggle='dropdown'] + [data-target='dropdown']:after {
  content: '';
  position: absolute;
  right: 18px;
  top: -10px;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #FFFFFF;
  border-top: 1px solid #D0D1D3;
  border-left: 1px solid #D0D1D3;
  z-index: -1;
}

[data-toggle='dropdown'] + [data-target='dropdown'][aria-hidden='false'] {
  opacity: 1;
  z-index: 10;
  visibility: visible;
}

.price-box .special-price {
  font-weight: 700;
}

.price-box .old-price {
  text-decoration: line-through;
  margin-left: 4px;
  font-weight: 300;
}

.price-box .original_price {
  font-weight: 700;
}

.product-info-main .original_price,
.product-info-main .special-price {
  font-size: 1.625rem;
}

.product-info-main .old-price {
  font-size: 1.25rem;
}

/* Datepicker */
.ui-datepicker {
  background: #FFFFFF;
}

.ui-datepicker .ui-slider-handle {
  background-color: #000000;
}

.ui-datepicker-buttonpane {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-datepicker-close {
  background: #000000;
  border: 0;
  border-radius: 5px;
  color: #FFFFFF;
  padding: 6px 10px;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next > span {
  border-color: transparent transparent transparent #000000;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev > span {
  border-color: transparent #000000 transparent transparent;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
  display: inline-block;
  font-size: 0.875rem;
}

.ui-datepicker .ui-datepicker-calendar {
  border: 0 solid transparent;
}

.ui-datepicker .ui-datepicker-calendar .ui-state-hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
  background: #D0D1D3 !important;
}

.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
  display: none;
}

.ui-datepicker .ui-datepicker-calendar thead {
  border: 0 solid transparent;
}

.ui-datepicker .ui-datepicker-calendar thead tr {
  border: 0 solid transparent;
}

.ui-datepicker .ui-datepicker-calendar thead tr th {
  background: #FFFFFF;
  border: 0 solid transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody tr {
  border: 0 solid transparent;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td {
  border: 0 solid transparent;
  font-size: 0.75rem;
}

.ui-datepicker .ui-datepicker-calendar tbody tr td .ui-state-active {
  color: #FFFFFF;
  background: #000000;
}

.breadcrumbs ul {
  margin-bottom: 0;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.breadcrumbs li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  margin-right: 5px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  color: #AEAEAE;
  font-family: "OpenSans";
  font-size: 1rem;
  padding-bottom: 8px;
}

.breadcrumbs li:after {
  content: '>';
  margin-left: 5px;
  display: inline-block;
}

.breadcrumbs li:last-of-type {
  margin-right: 0;
}

.breadcrumbs li:last-of-type:after {
  content: none;
}

body.menu-open {
  overflow: hidden;
}

body.menu-open footer,
body.menu-open main {
  -webkit-filter: blur(4px) grayscale(0.5);
  filter: blur(4px) grayscale(0.5);
  background-color: rgba(18, 18, 18, 0.36);
}

body.crop-open {
  overflow: hidden;
}

body.crop-open .page-wrapper,
body.crop-open footer,
body.crop-open main {
  -webkit-filter: blur(4px) grayscale(0.5);
  filter: blur(4px) grayscale(0.5);
  background-color: rgba(18, 18, 18, 0.36);
}

.page-header > div.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 300;
  background: #FFFFFF;
}

.page-header.menu-open {
  position: relative;
}

.page-header.menu-open .header--main__menu {
  -webkit-box-shadow: 1px 15px 23px 0 #0000000d;
  box-shadow: 1px 15px 23px 0 #0000000d;
  border-bottom-color: transparent;
}

.page-header.menu-open .header--main__menu:after {
  content: "";
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  height: calc(100000vh - (100% + 1px));
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  background-color: rgba(18, 18, 18, 0.36);
  -webkit-animation: blur-effect 0.3s forwards;
  animation: blur-effect 0.3s forwards;
}

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

@keyframes blur-effect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.page-header .header--logo {
  display: block;
  width: 100%;
}

.page-header .header--logo__image {
  padding-left: 16px;
  width: 100%;
  max-width: 320px;
  padding-right: 32px;
  min-height: 60px;
}

@media (max-width: 1023.98px) {
  .page-header .header--logo__image {
    padding-left: 0;
    padding-right: 0;
    min-height: auto;
  }
}

@media (max-width: 767.98px) {
  .page-header .header--logo__image {
    width: 100%;
  }
}

.page-header .header--loggedin__links li {
  padding: 14px 0;
  margin-bottom: 6px;
  font-weight: 400;
  color: #767676;
}

.page-header .header--loggedin__links li:last-of-type {
  margin-bottom: 0;
  border-top: 1px solid #767676;
}

.page-header .header--loggedin__links li:nth-last-child(2) {
  margin-bottom: 23px;
}

.page-header .header--loggedin__links li:hover a:after {
  width: 100%;
}

.page-header .header--loggedin__links li a {
  position: relative;
  padding: 10px 0 14px 0;
}

.page-header .header--loggedin__links li a:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #000000;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-header .header-wrapper {
  position: relative;
  padding: 25px 0;
  background: #FFFFFF;
  border-bottom: 1px solid #EFEFF0;
}

@media (max-width: 1023.98px) {
  .page-header .header-wrapper {
    padding: 14px;
    -webkit-box-shadow: -2px 16px 24px 1px #00000008;
    box-shadow: -2px 16px 24px 1px #00000008;
  }
}

.page-header .header-wrapper .container > .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media (max-width: 1023.98px) {
  .page-header .header-wrapper .container > .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.page-header .header-banner-column {
  position: relative;
}

.page-header .header-banner-wrapper {
  padding: 8px 16px;
  font-size: 0.75rem;
  line-height: 1.57;
}

@media (min-width: 1024px) {
  .page-header .header-banner-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.page-header .header-banner-wrapper .swiper-container {
  overflow: hidden;
  max-width: calc(100% - 64px);
  margin: 0 auto;
}

@media (max-width: 1199.98px) {
  .page-header .header-banner-wrapper .swiper-container {
    max-width: calc(100% - 32px);
  }
}

.page-header .header-banner-wrapper .swiper-button {
  width: 10px;
  height: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-header .header-banner-wrapper .swiper-button-prev {
  left: 0;
}

@media (min-width: 1024px) {
  .page-header .header-banner-wrapper .swiper-button-prev {
    left: 16px;
  }
}

.page-header .header-banner-wrapper .swiper-button-next {
  right: 0;
}

@media (min-width: 1024px) {
  .page-header .header-banner-wrapper .swiper-button-next {
    right: 16px;
  }
}

.page-header .header-banner-wrapper .description {
  width: 100%;
}

.page-header .header-banner-item {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  display: block;
}

@media (max-width: 767.98px) {
  .page-header .header-banner-item {
    -webkit-line-clamp: 2;
  }
}

@media (max-width: 1023.98px) {
  .page-header .header-banner-item {
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.page-header .header-wishlist__popup, .page-header .header-stores__popup, .page-header .header-login__popup {
  padding: 0 20px;
}

.page-header .header-wishlist__popup.loggedin, .page-header .header-stores__popup.loggedin, .page-header .header-login__popup.loggedin {
  padding: 10px 0;
}

.page-header .header-wishlist__popup .loggedin--description, .page-header .header-wishlist__popup .loggedin--subtitle, .page-header .header-wishlist__popup .loggedin--title, .page-header .header-stores__popup .loggedin--description, .page-header .header-stores__popup .loggedin--subtitle, .page-header .header-stores__popup .loggedin--title, .page-header .header-login__popup .loggedin--description, .page-header .header-login__popup .loggedin--subtitle, .page-header .header-login__popup .loggedin--title {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1.125rem;
}

.page-header .header-wishlist__popup .loggedin--description, .page-header .header-wishlist__popup .loggedin--subtitle, .page-header .header-stores__popup .loggedin--description, .page-header .header-stores__popup .loggedin--subtitle, .page-header .header-login__popup .loggedin--description, .page-header .header-login__popup .loggedin--subtitle {
  font-weight: 400;
  color: #767676;
}

.page-header .header-wishlist__popup .loggedin--subtitle, .page-header .header-stores__popup .loggedin--subtitle, .page-header .header-login__popup .loggedin--subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #000000;
  margin-bottom: 16px;
  padding-bottom: 4px;
  margin-top: 10px;
  color: #000000;
}

.page-header .header-wishlist__popup .loggedin--subtitle > a, .page-header .header-stores__popup .loggedin--subtitle > a, .page-header .header-login__popup .loggedin--subtitle > a {
  text-transform: lowercase;
  cursor: default;
}

.page-header .header-wishlist__popup--actions, .page-header .header-wishlist__popup--subtitle, .page-header .header-wishlist__popup--title, .page-header .header-stores__popup--actions, .page-header .header-stores__popup--subtitle, .page-header .header-stores__popup--title, .page-header .header-login__popup--actions, .page-header .header-login__popup--subtitle, .page-header .header-login__popup--title {
  width: 100%;
}

.page-header .header-wishlist__popup--subtitle, .page-header .header-stores__popup--subtitle, .page-header .header-login__popup--subtitle {
  font-weight: 400;
}

.page-header .header-wishlist__popup--title, .page-header .header-stores__popup--title, .page-header .header-login__popup--title {
  font-weight: 700;
}

.page-header .header-wishlist__popup--title, .page-header .header-wishlist__popup--subtitle, .page-header .header-stores__popup--title, .page-header .header-stores__popup--subtitle, .page-header .header-login__popup--title, .page-header .header-login__popup--subtitle {
  margin-bottom: 20px;
}

.page-header .header-wishlist__popup--actions, .page-header .header-stores__popup--actions, .page-header .header-login__popup--actions {
  margin-top: 10px;
}

.page-header .header-wishlist__popup .action, .page-header .header-stores__popup .action, .page-header .header-login__popup .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  max-height: 44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header .header-wishlist__popup .action:last-of-type, .page-header .header-stores__popup .action:last-of-type, .page-header .header-login__popup .action:last-of-type {
  margin-right: 16px;
}

.page-header .header-stores__popup .loggedin .loggedin--subtitle > a {
  cursor: pointer;
}

.page-header .header-stores__popup .loggedin .header-stores__popup--actions {
  margin-top: 24px;
}

.page-header .header--main__wrapper {
  position: unset;
}

.page-header .header--main__menu {
  border-bottom: 1px solid #EFEFF0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-header .header--main__menu.sticky {
  -webkit-box-shadow: -2px 16px 24px 1px #00000008;
  box-shadow: -2px 16px 24px 1px #00000008;
  z-index: 200;
}

.page-header .header--main__menu.hide {
  opacity: 0 !important;
}

.page-header .header--main__menu.show {
  opacity: 1 !important;
}

.page-header .header--main__menu .navigation > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0;
}

.page-header .header--main__menu .navigation > ul a {
  position: relative;
  display: block;
  font-weight: 400;
}

.page-header .header--main__menu .navigation > ul a[class*="icon-"] {
  padding-left: 10px;
}

.page-header .header--main__menu .navigation > ul a[class*="icon-"]:before {
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.page-header .header--main__menu .navigation > ul a.icon-pan:before {
  background-image: url("../images/svg/sprite/header/icon-pan.svg");
}

.page-header .header--main__menu .navigation > ul a.icon-sofa:before {
  background-image: url("../images/svg/sprite/header/icon-sofa.svg");
}

.page-header .header--main__menu .navigation > ul a.icon-tes:before {
  background-image: url("../images/svg/sprite/header/icon-tes.svg");
}

.page-header .header--main__menu .navigation > ul a.icon-house:before {
  background-image: url("../images/svg/sprite/header/icon-house.svg");
}

.page-header .header--main__menu .navigation > ul a.icon-clean:before {
  background-image: url("../images/svg/sprite/header/icon-clean.svg");
}

.page-header .header--main__menu .navigation > ul .submenu {
  display: none;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-header .header--main__menu .navigation > ul li > span:empty + .submenu {
  display: block;
  top: 0;
  opacity: 1;
}

.page-header .header--main__menu .navigation > ul li.level-top {
  margin: 0 32px;
}

.page-header .header--main__menu .navigation > ul li.level-top:first-child {
  margin-left: 0;
}

.page-header .header--main__menu .navigation > ul li.level-top:last-child {
  margin-right: 0;
}

.page-header .header--main__menu .navigation > ul li.level-top.single-link > a:hover:after {
  width: 100%;
}

.page-header .header--main__menu .navigation > ul .level0.submenu {
  position: absolute;
  left: 0;
  width: 100%;
  background: #F1F1F1;
  z-index: 9;
  top: calc(100% + 1px);
  min-height: 64vh;
  max-height: 64vh;
}

.page-header .header--main__menu .navigation > ul a.submenu-title {
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 1rem;
}

.page-header .header--main__menu .navigation > ul a span {
  line-height: 1.125rem;
  text-decoration: none;
}

.page-header .header--main__menu .navigation > ul a.level-top {
  position: relative;
  padding: 15px 0;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1px;
}

.page-header .header--main__menu .navigation > ul a.level-top.sales span {
  background: #D01A1A;
  padding: 4px 8px;
  border-radius: 5px;
  color: #FFFFFF;
}

.page-header .header--main__menu .navigation > ul a.level-top:after {
  content: "";
  height: 2px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #000000;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-header .header--main__menu .navigation > ul a.level-top.ui-state-active:after {
  width: 100%;
}

.page-header .header--main__menu .navigation > ul a.level-top.ui-state-active + .submenu {
  display: block;
  opacity: 1;
}

.page-header .header--main__menu .navigation > ul a.level2 {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0.5;
  border-left: 2px solid transparent;
}

.page-header .header--main__menu .navigation > ul a.level2:hover {
  opacity: 1;
  border-left: 2px solid #000000;
}

.page-header .header--main__menu .navigation > ul a.level2:hover.icon-pan:before {
  background-image: url("../images/svg/sprite/header/icon-pan-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2:hover.icon-sofa:before {
  background-image: url("../images/svg/sprite/header/icon-sofa-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2:hover.icon-tes:before {
  background-image: url("../images/svg/sprite/header/icon-tes-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2:hover.icon-house:before {
  background-image: url("../images/svg/sprite/header/icon-house-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2:hover.icon-clean:before {
  background-image: url("../images/svg/sprite/header/icon-clean-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2.last-active, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active {
  opacity: 1;
  border-left: 2px solid #000000;
}

.page-header .header--main__menu .navigation > ul a.level2.last-active.icon-pan:before, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active.icon-pan:before {
  background-image: url("../images/svg/sprite/header/icon-pan-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2.last-active.icon-sofa:before, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active.icon-sofa:before {
  background-image: url("../images/svg/sprite/header/icon-sofa-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2.last-active.icon-tes:before, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active.icon-tes:before {
  background-image: url("../images/svg/sprite/header/icon-tes-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2.last-active.icon-house:before, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active.icon-house:before {
  background-image: url("../images/svg/sprite/header/icon-house-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2.last-active.icon-clean:before, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active.icon-clean:before {
  background-image: url("../images/svg/sprite/header/icon-clean-black.svg");
}

.page-header .header--main__menu .navigation > ul a.level2.last-active + .submenu, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active + .submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  overflow: auto;
  overflow-x: hidden;
}

.page-header .header--main__menu .navigation > ul a.level2.last-active + .submenu .simplebar-content, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active + .submenu .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  overflow: auto;
}

.page-header .header--main__menu .navigation > ul a.level2.last-active + .submenu .simplebar-track, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active + .submenu .simplebar-track {
  right: 8px;
}

.page-header .header--main__menu .navigation > ul a.level2.last-active + .submenu .submenu-group .submenu, .page-header .header--main__menu .navigation > ul a.level2.menu-item-active + .submenu .submenu-group .submenu {
  display: block;
  opacity: 1;
  color: #767676;
}

.page-header .header--main__menu .navigation > ul .level1.submenu {
  position: relative;
  top: 0;
  padding: 20px;
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .page-header .header--main__menu .navigation > ul .level1.submenu {
    padding-left: 10%;
  }
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] > div {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px !important;
  padding-left: 150px !important;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-link {
  display: block;
  width: 100%;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-block {
  width: 33%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  padding: 0 16px;
  padding-bottom: 32px;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-block a:hover {
  padding: 0 !important;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-block:nth-child(n + 7) {
  display: none;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-title {
  font-weight: 700;
  color: #000000;
  font-size: 1rem;
  margin-top: 14px;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-image {
  overflow: hidden;
  position: relative;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-image:before {
  content: "";
  padding-top: 56.25%;
  display: block;
  overflow: hidden;
  position: relative;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-image img {
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  left: 0;
  max-width: 100%;
  height: auto;
}

.page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-image img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1023.98px) {
  .page-header .header--main__menu .navigation > ul li [data-content-type="row"] [data-content-type="html"] .header-widget-image img {
    display: none;
  }
}

.page-header .header--main__menu .navigation > ul li.level5 a, .page-header .header--main__menu .navigation > ul li.level4 a {
  font-size: 0.875rem;
  margin-bottom: 6px;
}

.page-header .header--main__menu .navigation > ul li.no-left-col .level1.submenu {
  padding-left: 20px;
}

.page-header .header--main__menu .navigation > ul li.no-left-col .level0.submenu {
  background: #FFFFFF;
  overflow: auto;
  max-height: none;
}

.page-header .header--main__menu .navigation > ul li.no-left-col .level0.submenu .submenu-group .level1.submenu {
  display: block;
  opacity: 1;
  padding: 20px;
}

.page-header .header--main__menu .navigation > ul li.no-left-col .level0.submenu .submenu-group .level1.submenu [data-content-type="row"] [data-content-type="html"] {
  padding: 0 !important;
  max-width: 1645px;
  width: 100% !important;
  margin: 0 auto !important;
}

.page-header .header--main__menu .navigation > ul li.no-left-col .level0.submenu .submenu-group .level1.submenu [data-content-type="row"] [data-content-type="html"] .header-widget-block {
  width: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  padding: 14px 20px;
  display: block;
}

.page-header .header--main__menu .navigation > ul li.no-left-col .level0.submenu .submenu-group .level1.submenu [data-content-type="row"] [data-content-type="html"] .header-widget-block:nth-child(n + 9) {
  display: none;
}

.page-header .header--main__menu .navigation > ul li.level2 > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin: 20px 0;
  padding: 4px 0;
  color: #000000;
  font-size: 1rem;
}

.page-header .header--main__menu .navigation > ul li.level2 > a[class*="icon-"] {
  padding-left: 10px;
}

.page-header .header--main__menu .navigation > ul li.level2 > a span {
  padding-left: 10px;
}

.page-header .header--main__menu .navigation > ul ul.level2 {
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  height: 100%;
  background: #FFFFFF;
  min-height: 64vh;
  max-height: 64vh;
  z-index: 10;
  left: 20%;
  padding: 16px;
}

@media (min-width: 1024px) {
  .page-header .header--main__menu .navigation > ul ul.level2 {
    left: 30%;
    padding: 32px;
  }
}

.page-header .header--main__menu .navigation > ul ul.level2.submenu .submenu-group {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 10px;
}

.page-header .header--main__menu .navigation > ul ul.level2.submenu .submenu-group:first-child {
  padding-left: 0;
}

.page-header .header--main__menu .navigation > ul ul.level2.submenu .submenu-group a {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-header .header--main__menu .navigation > ul ul.level2.submenu .submenu-group a:hover {
  padding-left: 4px;
}

.page-header .header--main__menu .navigation > ul ul.level2.submenu .submenu-group .submenu-title {
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 0.875rem;
}

.page-header .header--main__menu .navigation > ul .level5.submenu,
.page-header .header--main__menu .navigation > ul .level4.submenu,
.page-header .header--main__menu .navigation > ul .level3.submenu {
  display: block;
  top: 0;
  left: 0;
  opacity: 1;
}

.page-header .header--main__menu .navigation > ul a.viewAll {
  display: block;
  margin-top: 10px;
  font-weight: 700;
  font-style: italic;
}

.page-header .header-links__item .block-minicart-wrapper {
  min-width: 450px;
}

.page-header .header-wishlist__popup [data-action="items-lists"] {
  max-height: 50vh;
  overflow: auto;
  margin-bottom: 30px;
  padding: 0;
  margin-top: 20px;
  display: block;
}

.page-header .header-wishlist__popup [data-action="items-lists"]:empty {
  display: none;
}

.page-header .header-wishlist__popup-wrapper {
  min-width: 450px;
}

.page-header .header-wishlist__popup--footer {
  background: #F1F1F1;
  padding: 20px 40px;
  margin: 0 -40px -20px -40px;
}

.page-header .header-wishlist__popup--header.min-height {
  min-height: 150px;
}

.page-header .header-wishlist__popup--header .title {
  margin: 0;
}

.page-header .header-wishlist__popup--header .subtitle {
  margin: 14px 0;
  font-weight: 400;
}

.page-header .header-wishlist__items {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 28px;
}

.page-header .header-wishlist__items:nth-child(n + 2) {
  margin-top: 20px;
  border-top: 1px solid #F1F1F1;
  padding-top: 20px;
}

.page-header .header-wishlist__items:nth-child(n + 2) .delete {
  top: 20px;
}

.page-header .header-wishlist__items--disable-click,
.page-header .header-wishlist__items--disable-click p,
.page-header .header-wishlist__items--disable-click .price {
  color: #AEAEAE;
}

.page-header .header-wishlist__items--disable-click .header-wishlist__items--infos a {
  pointer-events: none;
}

.page-header .header-wishlist__items--disable-click img {
  opacity: 0.7;
}

.page-header .header-wishlist__items--infos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.page-header .header-wishlist__item-action.delete {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.page-header .header-wishlist__item-image {
  min-width: 30%;
  position: relative;
}

.page-header .header-wishlist__item-image img {
  width: 100%;
  margin: 0 auto;
  max-width: 95px;
}

.page-header .header-wishlist__item-image .alternative-img-wrapper:hover img.alternative {
  opacity: 1;
}

.page-header .header-wishlist__item-image .alternative-img-wrapper:hover .product-image-photo {
  opacity: 0;
}

.page-header .header-wishlist__item-image .alternative-img-wrapper .product-image-photo {
  opacity: 1;
}

.page-header .header-wishlist__item-image .alternative-img-wrapper img.alternative {
  opacity: 0;
  position: absolute;
  top: 0;
}

.page-header .header-wishlist__item-details {
  text-align: left;
  padding-left: 16px;
  width: 100%;
  margin-right: 26px;
}

.page-header .header-wishlist__item-action a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  border-radius: 5px;
  border-width: 1px;
}

.page-header .header-wishlist__item-action a[data-mode="tocart"] {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 24px;
  font-weight: 400;
  font-size: 0.875rem;
  padding: 0;
}

.page-header .header-wishlist__item-action a[data-mode="tocart"]:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-header .header-wishlist__item-action a[data-mode="tocart"]:hover:before {
  width: 100%;
  right: 0;
}

.page-header .header-wishlist__item-color, .page-header .header-wishlist__item-sku {
  margin: 6px 0 0;
}

.page-header .header-wishlist__item-name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: normal;
}

@media (max-width: 1023.98px) {
  .page-header .header-wishlist__item-name {
    font-size: 0.875rem;
  }
}

.page-header .header-wishlist__item-price .price-as-configured {
  margin: 8px 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.page-header .header-wishlist__item-price .price-as-configured .old-price {
  margin-left: 0;
}

.page-header .header-wishlist__item-price .price-as-configured .discount-amount {
  margin: 0 8px;
}

.page-header .header-search {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1023.98px) {
  .page-header .header-search {
    padding-top: 14px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .page-header .header-search {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.page-header .header-search .block-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-header .header-search .block-search .block-content {
  width: 100%;
}

.page-header .header-search .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-height: 50px;
}

.page-header .header-search .action,
.page-header .header-search input {
  color: #AEAEAE;
  margin: 0;
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #F1F1F1;
  border: 0;
  max-height: 40px;
  font-size: 0.875rem;
}

.page-header .header-search .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 0 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.page-header .header-search .action svg {
  fill: #AEAEAE;
}

.page-header .header-search input {
  min-width: 250px;
  font-size: 0.875rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 14px 14px 14px 0;
  margin-left: -1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767.98px) {
  .page-header .header-search input {
    min-width: 100px;
    font-size: 0.875rem;
  }
}

.page-header .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767.98px) {
  .page-header .header-links {
    padding-left: 0 !important;
  }
}

@media (max-width: 1023.98px) {
  .page-header .header-links {
    padding-left: 32px !important;
  }
}

.page-header .header-links__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  margin: 0;
  max-height: 52px;
}

@media (max-width: 767.98px) {
  .page-header .header-links__list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.page-header .header-links__icon {
  margin: 0 auto 8px;
}

@media (max-width: 767.98px) {
  .page-header .header-links__icon {
    margin: 0;
    width: 35px;
    height: 25px;
  }
}

.page-header .header-links__icon.header-hamburger-menu {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .page-header .header-links__icon.header-hamburger-menu {
    margin-left: 6px;
  }
}

.page-header .header-links__icon.customer-image {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px;
}

@media (max-width: 767.98px) {
  .page-header .header-links__icon.customer-image {
    margin-right: 8px;
  }
}

.page-header .header-links__item {
  position: relative;
  margin: 0 8px;
  /**
             *  Minicart
             */
}

@media (max-width: 1023.98px) {
  .page-header .header-links__item {
    margin: 0 2px;
  }
}

@media (max-width: 767.98px) {
  .page-header .header-links__item {
    margin: 0;
  }
}

.page-header .header-links__item:nth-child(1) {
  margin-left: 0;
}

.page-header .header-links__item:nth-last-child {
  margin-right: 0;
}

.page-header .header-links__item--bolder {
  font-weight: 700;
}

.page-header .header-links__item .showcart {
  display: block;
  position: relative;
  text-align: center;
}

.page-header .header-links__item .counter {
  position: absolute;
  top: -8px;
  right: 0;
  padding: 4px;
  font-size: 0.75rem;
  border-radius: 5px;
  background: #D01A1A;
  color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 0.75rem;
}

@media (max-width: 1023.98px) {
  .page-header .header-links__item .counter {
    font-size: 0.625rem;
    line-height: 0.625rem;
  }
}

.page-header .header-links__item .counter.empty {
  display: none;
}

.page-header .header-links__item .counter-label {
  display: none;
}

.page-header .header-links__item .minicart-wrapper .block-title .minicart-good, .page-header .header-links__item .minicart-wrapper .block-title .minicart-qty, .page-header .header-links__item .minicart-wrapper .block-title .minicart-title {
  margin: 0;
  font-weight: 700;
}

.page-header .header-links__item .minicart-wrapper .block-title .minicart-qty {
  margin-right: 6px;
}

.page-header .header-links__item .minicart-wrapper .block-title .minicart-qty-container {
  margin-left: 6px;
}

.page-header .header-links__item .minicart-wrapper .block-title .minicart-subttitle {
  margin: 10px 0;
}

.page-header .header-links__item .minicart-wrapper .block-content .subtitle.empty {
  display: block;
  width: 100%;
  font-weight: 400;
  text-align: center;
  margin-top: 10px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-wrapper {
  max-height: 35vh;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  margin-bottom: 20px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list {
  margin-top: 20px;
  overflow: hidden;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item {
  padding: 0 0 16px 16px;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 16px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-name {
  padding: 0;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-pricing .details-qty {
  font-size: 0.875rem;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-pricing .details-qty .label {
  position: relative;
  margin-right: 4px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-pricing .details-qty .label:after {
  content: ":";
  margin-left: 2px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-pricing .price-container {
  margin-top: 10px;
  margin-bottom: 6px;
  font-weight: 700;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-details .option-item {
  font-size: 0.875rem;
  margin-bottom: 2px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-details .option-item .label {
  position: relative;
  margin-right: 4px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-item-details .option-item .label:after {
  content: ":";
  margin-left: 2px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product-image-photo {
  width: 100% !important;
  min-width: 95px;
  max-width: 95px;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product .alternative-img-wrapper:hover img.alternative {
  opacity: 1;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product .alternative-img-wrapper:hover .product-image-container {
  opacity: 0;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product .alternative-img-wrapper .product-image-container {
  opacity: 1;
}

.page-header .header-links__item .minicart-wrapper .block-content .minicart-items-list .product .alternative-img-wrapper img.alternative {
  opacity: 0;
  position: absolute;
  top: 0;
}

.page-header .header-links__item .minicart-wrapper .block-content .subtotal .amount,
.page-header .header-links__item .minicart-wrapper .block-content .subtotal .saving--amount,
.page-header .header-links__item .minicart-wrapper .block-content .subtotal .shipping--amount {
  padding: 0 0 12px;
}

.page-header .header-links__item .minicart-wrapper .block-content .subtotal .amount {
  padding-bottom: 16px;
}

.page-header .header-links__item .minicart-wrapper .block .minicart-footer {
  margin: 0 -20px -20px;
  padding: 20px;
}

.page-header .header-links__link {
  display: block;
  position: relative;
  font-size: 0.813rem;
  min-width: 60px;
  max-width: 60px;
  text-align: center;
  line-height: normal;
  width: 100%;
  word-break: break-word;
}

@media (max-width: 767.98px) {
  .page-header .header-links__link {
    min-width: unset;
    font-size: 0rem;
  }
}

.page-header .header-links__link--label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/**
 * Hamburger menu
 */
.hamburger-menu-content {
  height: 100vh;
  width: 320px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  height: calc(var(--vh, 1vh) * 100);
}

@media (min-width: 768px) {
  .hamburger-menu-content {
    width: 44%;
  }
}

.hamburger-menu-content__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  overflow: hidden;
  max-height: 100vh;
  overflow-y: auto;
  height: calc(var(--vh, 1vh) * 100);
  max-height: calc(var(--vh, 1vh) * 100);
}

.hamburger-menu-content.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hamburger-menu-content.active:after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-color: #000000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0.4;
  -webkit-transition: opacity 0.8s ease;
  -o-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}

.hamburger-menu-content .mobile_menu.hamburger-menu-list li.active > .submenu {
  right: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.hamburger-menu-content .mobile_menu.hamburger-menu-list li .submenu {
  right: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.hamburger-menu-list.mobile_menu {
  padding: 0;
  margin: 0;
  -webkit-box-shadow: inset 1px 15px 23px 0 #0000000d;
  box-shadow: inset 1px 15px 23px 0 #0000000d;
}

.hamburger-menu-list.mobile_menu a {
  font-weight: 700;
  font-size: 1.125rem;
  font-family: unset;
  text-transform: none;
  line-height: unset;
  padding: 13px 32px 13px 16px;
}

.hamburger-menu-list.mobile_menu a.header-widget-link {
  padding: 13px;
}

.hamburger-menu-list.mobile_menu a span {
  padding: 0;
  margin: 0;
}

.hamburger-menu-list.mobile_menu a.level-top.sales span {
  margin: 0;
  padding: 0 8px;
  background: #D01A1A;
  border-radius: 5px;
  color: #FFFFFF;
}

.hamburger-menu-list.mobile_menu li {
  border: 0;
}

.hamburger-menu-list.mobile_menu li a {
  position: relative;
  color: #767676;
  font-size: 1rem;
}

.hamburger-menu-list.mobile_menu li.single-link > a {
  font-size: 1.125rem;
}

.hamburger-menu-list.mobile_menu li.single-link > a:before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  right: 0;
  left: 16px;
  height: 1px;
  background: #DCDCDC;
}

.hamburger-menu-list.mobile_menu li.hasChild > a {
  font-size: 1.125rem;
}

.hamburger-menu-list.mobile_menu li.hasChild > a:before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  right: 0;
  left: 16px;
  height: 1px;
  background: #DCDCDC;
}

.hamburger-menu-list.mobile_menu li.hasChild > a:after {
  content: url("../images/svg/sprite/arrow-right.svg");
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
  width: 18px;
  height: 18px;
}

.hamburger-menu-list.mobile_menu li.hasChild:last-child > a:before {
  background: transparent;
}

.hamburger-menu-list.mobile_menu li.hasChild .header-widget-block .header-widget-image,
.hamburger-menu-list.mobile_menu li.hasChild .header-widget-block img {
  width: 100%;
}

.hamburger-menu-list.mobile_menu li.hasChild .header-widget-block:nth-child(n + 7) {
  display: none;
}

.hamburger-menu-list.mobile_menu li.hasChild .header-widget-title {
  text-align: center;
}

.hamburger-menu-list.mobile_menu li.no-left-col [data-content-type="html"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hamburger-menu-list.mobile_menu li.no-left-col .header-widget-block .header-widget-image,
.hamburger-menu-list.mobile_menu li.no-left-col .header-widget-block img {
  width: 100%;
}

.hamburger-menu-list.mobile_menu li.no-left-col .header-widget-block:nth-child(n) {
  display: block;
  width: 50%;
}

.hamburger-menu-list.mobile_menu li.no-left-col .header-widget-block:nth-child(n + 9) {
  display: none;
}

.hamburger-menu-list.mobile_menu li .submenu {
  bottom: 0;
  height: calc(100vh - 80px);
  height: calc(calc(var(--vh, 1vh) * 100) - 80px);
  overflow-x: hidden;
  overflow-y: auto;
}

.hamburger-menu-list.mobile_menu li .submenu li.back a {
  padding: 13px 32px;
  text-align: center;
  color: #000000;
  font-size: 1.125rem;
}

.hamburger-menu-list.mobile_menu li .submenu li.back a:before {
  position: absolute;
  content: "";
  top: auto;
  bottom: 0;
  right: 0;
  left: 16px;
  height: 1px;
  background: #DCDCDC;
}

.hamburger-menu-list.mobile_menu li .submenu li.back a:after {
  content: url("../images/svg/sprite/arrow-left.svg");
  top: 50%;
  right: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  width: 18px;
  height: 18px;
}

.hamburger-menu-list.mobile_menu li .submenu li [data-content-type="row"] > div {
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

.hamburger-menu-logo__container, .hamburger-menu-close__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 80px;
}

.hamburger-menu-logo {
  width: 100%;
}

.hamburger-menu-icons {
  margin-right: 10px;
}

.hamburger-menu-bottom__link {
  padding: 14px 13px;
}

.hamburger-menu-bottom__container {
  padding-top: 20px;
  padding-bottom: 20px;
}

.hamburger-menu-bottom__container .addIcon .preferred-store-mobile .preferred-store-mobile-text {
  position: relative;
}

.hamburger-menu-bottom__container .addIcon .preferred-store-mobile .preferred-store-mobile-text:after {
  content: url("../images/svg/sprite/arrow-down.svg");
  position: absolute;
  font-size: 20px;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 18px;
  width: 18px;
}

.hamburger-menu-bottom__container .addIcon .preferred-store-mobile.active .preferred-store-mobile-text:after {
  content: url("../images/svg/sprite/arrow-up.svg");
}

.hamburger-menu-bottom__container .mage-dropdown-dialog {
  padding: 0 13px;
}

.hamburger-menu-bottom__container .mage-dropdown-dialog .preferred-store-mobile-trigger {
  padding: 8px 40px;
}

.hamburger-menu-bottom__container .mage-dropdown-dialog .preferred-store-mobile-trigger a {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.hamburger-menu-bottom__container .mage-dropdown-dialog .preferred-store-mobile-trigger a:after {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 0;
  left: 0;
  height: 1px;
  background: #D0D1D3;
}

.container-bookand-collect-active {
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-color: #F1F1F1;
}

.container-bookand-collect-active .reservation-data-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  text-align: center;
  width: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.container-bookand-collect-active .reservation-data-wrapper #reservation-date-time-wrapper {
  font-size: 1rem;
}

.container-bookand-collect-active .reservation-data-wrapper #reservation-date-time-wrapper .countdown-time,
.container-bookand-collect-active .reservation-data-wrapper #reservation-date-time-wrapper .minuts {
  color: #D01A1A;
}

.container-bookand-collect-active .reservation-data-wrapper .wrapper-booking-link {
  padding-left: 20px;
}

.container-bookand-collect-active .reservation-data-wrapper .wrapper-booking-link a {
  font-size: 0.875rem;
  text-decoration: underline;
}

.blackfriday #menu-icon path {
  stroke: white;
}

.blackfriday #arrow-up-white path {
  stroke: white;
}

.blackfriday .page-header .header-wrapper {
  background-color: black !important;
}

.blackfriday .page-header .header-wrapper .header-links__link {
  color: white !important;
}

.blackfriday .page-header .header-wrapper .header-links__link--label {
  color: white !important;
}

.blackfriday .page-header .header-links__icon {
  fill: white !important;
}

.blackfriday .page-header .header--main__menu {
  background-color: black !important;
}

.blackfriday .page-header .menu-main-ul {
  color: white !important;
}

.blackfriday .page-header .menu-main-ul .submenu-title {
  color: white !important;
}

.blackfriday .page-header .menu-main-ul .level0::after {
  background: red !important;
}

.blackfriday .page-header .menu-main-ul .level2 .ui-state-active > span {
  color: black;
}

.natale .natale__link {
  color: #91a988 !important;
}

.fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

.field-recaptcha > div:first-child .g-recaptcha > div:not(.grecaptcha-badge) {
  display: none;
}

header input[type="text"], header input[type="email"], header input[type="search"] {
  padding: 15px 25px;
  border-radius: 6px;
  background-color: #F1F1F1;
  font-size: 1.188rem;
  line-height: 1.37em;
}

header input[type="text"], header input[type="text"]:focus, header input[type="email"], header input[type="email"]:focus, header input[type="search"], header input[type="search"]:focus {
  border: none;
  outline: none;
}

header input[type="text"] ::-webkit-input-placeholder, header input[type="email"] ::-webkit-input-placeholder, header input[type="search"] ::-webkit-input-placeholder {
  color: #AEAEAE;
}

header input[type="text"] ::-moz-placeholder, header input[type="email"] ::-moz-placeholder, header input[type="search"] ::-moz-placeholder {
  color: #AEAEAE;
}

header input[type="text"] :-ms-input-placeholder, header input[type="email"] :-ms-input-placeholder, header input[type="search"] :-ms-input-placeholder {
  color: #AEAEAE;
}

header input[type="text"] :-moz-placeholder, header input[type="email"] :-moz-placeholder, header input[type="search"] :-moz-placeholder {
  color: #AEAEAE;
}

.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  z-index: 999999;
  padding: 30px 35px;
}

@media (max-width: 1023.98px) {
  .search-overlay {
    height: 100%;
    padding: 30px 16px;
  }
  .search-overlay .search-overlay-blur {
    display: none;
  }
}

.search-overlay .search-overlay-blur {
  position: absolute;
  top: calc(100% + 1px);
  right: 0;
  left: 0;
  height: calc(100000vh - (100% + 1px));
  z-index: 2;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  opacity: 0;
  background-color: rgba(18, 18, 18, 0.36);
  -webkit-animation: blur-effect .3s forwards;
  animation: blur-effect .3s forwards;
}

@media (max-width: 1023.98px) {
  .search-overlay .search-overlay-blur {
    top: 100%;
  }
}

.search-overlay .control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  height: 40px;
}

@media (min-width: 1024px) {
  .search-overlay .control {
    height: 60px;
  }
}

.search-overlay .action,
.search-overlay input {
  color: #AEAEAE;
  margin: 0;
  padding: 10px 15px;
  border-radius: 30px;
  background-color: #F1F1F1;
  border: 0;
  font-size: 0.875rem;
  height: 40px;
}

@media (min-width: 1024px) {
  .search-overlay .action,
  .search-overlay input {
    height: 60px;
  }
}

@media (min-width: 1024px) {
  .search-overlay input {
    font-size: 20px;
    color: #000000;
  }
}

.search-overlay .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 0;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding: 0 14px 0 30px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.search-overlay .action svg {
  fill: #AEAEAE;
  width: 20px;
  height: 20px;
}

@media (min-width: 1024px) {
  .search-overlay .action svg {
    width: 25px;
    height: 25px;
  }
}

.search-overlay input {
  min-width: 250px;
  font-size: 1.25rem;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 14px 14px 14px 0;
  margin-left: -1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 767.98px) {
  .search-overlay input {
    min-width: 100px;
    font-size: 0.875rem;
  }
}

.search-overlay #search {
  width: 100%;
}

.search-overlay #search:focus {
  border: none;
}

.search-overlay .clerk-overlay-suggestions {
  padding-top: 32px;
}

.search-overlay .clerk-overlay-suggestions-wrapper {
  padding-left: 2px;
}

@media (min-width: 1024px) {
  .search-overlay .clerk-overlay-suggestions {
    padding-top: 10px;
  }
  .search-overlay .clerk-overlay-suggestions-wrapper {
    padding-left: 70px;
  }
}

@media (max-width: 1023.98px) {
  .search-overlay #close-search-overlay {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
  }
  .search-overlay .column-close {
    position: static;
  }
}

.search-overlay .row {
  position: relative;
}

.search-overlay #close-search-overlay svg {
  width: 15px;
  height: 15px;
}

@media (min-width: 1024px) {
  .search-overlay #close-search-overlay svg {
    width: 20px;
    height: 20px;
  }
}

.clerk-suggestions-title {
  display: block;
  font-size: 1rem;
  color: #AEAEAE;
  margin-bottom: 8px;
}

.clerk-suggestions-list {
  font-size: 1rem;
}

.clerk-suggestions-list a {
  display: block;
  margin-bottom: 8px;
}

.clerk-suggestions-list a span {
  display: inline;
  position: relative;
}

.clerk-suggestions-list a span::after {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  left: 50%;
  top: 100%;
  background: #000000;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.5;
}

.clerk-suggestions-list a span:hover::after {
  width: 100%;
}

body .search-overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1024px) {
  body .search-overlay {
    min-height: 60%;
  }
}

body .search-overlay-blur {
  display: none;
}

body.search-overlay-open {
  position: relative;
}

body.search-overlay-open .search-overlay {
  opacity: 1;
  min-height: 60%;
  -webkit-filter: none;
  filter: none;
  background-color: #FFFFFF;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: all;
}

body.search-overlay-open .search-overlay-blur {
  display: block;
}

@media (max-width: 1023.98px) {
  body.search-overlay-open .search-overlay-blur {
    background-color: #FFFFFF;
  }
}

body.search-overlay-open #maincontent,
body.search-overlay-open .footer-container {
  -webkit-filter: blur(4px) grayscale(0.5);
  filter: blur(4px) grayscale(0.5);
}

@media (max-width: 1023.98px) {
  body.search-overlay-open {
    overflow-y: hidden;
  }
}

.product-item-info {
  position: relative;
}

.product-item-photo {
  display: block;
}

.product-item .product-image-photo, .product-item .product-image-photo-wrapper {
  max-width: 100%;
}

.product-item .product-item-info .product-image-photo {
  max-width: 100%;
}

.product-item .product-item-info .product-image-photo-wrapper {
  width: 100%;
}

.product-item-name {
  display: block;
  margin-bottom: 16px;
  font-size: 1.063rem;
  padding: 0 10px;
}

@media (max-width: 1023.98px) {
  .product-item-name {
    margin-bottom: 8px;
    padding: 0;
  }
}

.product-item-link {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-height: normal;
}

@media (max-width: 1023.98px) {
  .product-item-link {
    font-size: 0.875rem;
  }
}

.product-item .action.towishlist {
  position: absolute;
  top: 0;
  right: 25px;
}

@media (max-width: 1023.98px) {
  .product-item .action.towishlist {
    right: 0;
    top: -4px;
    background-size: 18px;
  }
}

.product-item .action.towishlist:hover {
  -webkit-animation: pulse .6s infinite;
  animation: pulse .6s infinite;
}

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

.product-item .promo-wrapper {
  margin-top: 9px;
  margin-bottom: 15px;
  padding: 0 10px;
}

@media (max-width: 1023.98px) {
  .product-item .promo-wrapper {
    padding: 0;
  }
}

.product-item .swatch-input {
  display: none;
}

.product-item .product-random__color, .product-item-total-colors {
  color: #AEAEAE;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin: 10px 0 0;
}

@media (max-width: 1023.98px) {
  .product-item .product-random__color, .product-item-total-colors {
    margin: 0;
    padding: 0;
    font-size: 0.875rem;
  }
}

.product-item .product-random__color {
  font-size: 0.875rem;
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 767.98px) {
  .product-item .product-random__color {
    font-size: 0.75rem;
  }
}

.product-item [class^='swatch-opt-'] + .product-random__color,
.product-item [class^='swatch-opt-'] + .product-item-total-colors {
  margin-top: 0;
}

.product-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023.98px) {
  .product-price {
    margin-top: 10px;
  }
}

.product-price__original {
  font-weight: 400;
  text-decoration: line-through;
  margin-right: 20px;
}

.product-price__discount {
  margin-right: 20px;
}

.product-price__final {
  font-size: 1.25rem;
  line-height: 0.8em;
}

.product-price__final .price-as-configured {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media (max-width: 1023.98px) {
  .product-price__final .price-as-configured {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-line-pack: baseline;
    align-content: baseline;
  }
}

.product-price__final .price-as-configured .special-price {
  margin-right: 0;
}

.product-price__final .price-as-configured .old-price {
  margin: 0 16px 0 0;
}

.product-price__final .price-as-configured .discount-amount {
  margin-right: 16px;
}

.slick-slider {
  padding-left: 0;
}

.slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.slick-slider .slick-prev {
  left: 0;
  background-image: url("../images/svg/sprite/arrow-left.svg");
}

.slick-slider .slick-next {
  right: 0;
  background-image: url("../images/svg/sprite/arrow-right.svg");
}

.page-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.page-wrapper footer {
  margin-top: auto;
  padding-bottom: 0;
}

.footer-container {
  margin: 120px 0 0;
}

.footer-container .footer-container-utility {
  background-color: #F1F1F1;
  padding: 0 32px;
}

@media (min-width: 1024px) {
  .footer-container .footer-container-utility .container {
    max-width: 1390px;
  }
}

.footer-container .footer-container-utility .icons .item-utility {
  text-align: center;
  margin: 20px 0;
}

@media (min-width: 1200px) {
  .footer-container .footer-container-utility .icons .item-utility {
    max-height: 140px;
    min-height: 123px;
  }
}

.footer-container .footer-container-utility .icons .item-utility .image {
  width: 60px;
  margin: 0 auto;
}

.footer-container .footer-container-utility .icons .item-utility .title {
  font-weight: bold;
  margin: 10px auto 5px;
  font-size: 1rem;
  display: inline-block;
  width: 100%;
}

.footer-container .footer-container-section {
  padding: 40px 32px;
  background-color: #000000;
}

.footer-container .footer-container-section .footer-wrapper-content {
  width: 100%;
}

@media (min-width: 1024px) {
  .footer-container .footer-container-section .footer-wrapper-content {
    max-width: 1390px;
  }
}

@media (min-width: 768px) {
  .footer-container .footer-container-section .footer-wrapper-content pagebuilder-column {
    padding: 0 7px;
  }
}

.footer-container .footer-container-section h4 {
  color: #F1F1F1;
  font-weight: 700;
  margin-top: 10px;
}

.footer-container .footer-container-section a,
.footer-container .footer-container-section li,
.footer-container .footer-container-section span,
.footer-container .footer-container-section p {
  color: #D0D1D3;
  font-size: 0.875rem;
}

.footer-container .footer-container-section .footer-accordion-collumn .collumn-footer-link-wrapper p {
  margin: 10px 0;
  font-size: 1rem;
  font-weight: 700;
  color: #F1F1F1;
  display: inline-block;
  width: 100%;
}

.footer-container .footer-container-section .footer-accordion-collumn ul {
  margin: 0;
}

.footer-container .footer-container-section .footer-accordion-collumn ul li {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 25px;
}

.footer-container .footer-container-section .footer-accordion-collumn ul li:hover {
  color: #FFFFFF;
}

.footer-container .footer-container-section .footer-accordion-collumn ul li a {
  text-decoration: none;
}

.footer-container .footer-container-section .footer-accordion-collumn ul li a:hover {
  color: #FFFFFF;
}

.footer-container .footer-container-section .footer-customer-link li {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.125rem;
  margin: 10px 0;
}

.footer-container .footer-container-section .footer-customer-link li a {
  text-transform: uppercase;
  color: #D0D1D3;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.footer-container .footer-container-section .footer-customer-link li a:hover {
  color: #FFFFFF;
}

.footer-container .footer-container-section .footer-payment-method {
  margin-top: 20px;
}

.footer-container .footer-container-section .footer-payment-method img {
  width: calc(25% - 12px);
  max-width: 60px;
  display: inline-block;
  margin: 0 10px 5px 0;
}

.footer-container .footer-container-section .footer-payment-method .title-collumn {
  font-size: 1rem;
  font-weight: 700;
  color: #F1F1F1;
  margin: 10px 0;
  display: inline-block;
  line-height: 2rem;
  width: 100%;
}

.footer-container .footer-container-section .footer-payment-method p {
  font-size: 0.75rem;
  color: #F1F1F1;
  margin: 5px 0;
}

.footer-container .footer-container-section .footer-payment-method p a {
  text-decoration: underline;
  font-size: 0.75rem;
  color: #F1F1F1;
}

.footer-container .footer-container-section .footer-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-container .footer-container-section .footer-social-container .title-collumn {
  font-size: 1rem;
  font-weight: 700;
  color: #F1F1F1;
  margin: 0;
  display: inline-block;
  line-height: 2rem;
  padding-right: 10px;
}

.footer-container .footer-container-section .footer-social-container a {
  display: inline-block;
  width: 30px;
  margin: 0 3px;
  text-align: center;
  line-height: 1.875rem;
}

.footer-container .footer-container-section .footer-social-container a img {
  vertical-align: middle;
}

.footer-container .footer-container-section .footer-nesletter-container {
  margin-bottom: 40px;
}

.footer-container .footer-container-section .footer-nesletter-container .title-collumn {
  font-size: 1rem;
  font-weight: 700;
  color: #F1F1F1;
  text-transform: none;
  text-align: left;
  line-height: 1.25rem;
  margin: 10px 0 20px;
  display: inline-block;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter {
  background-color: #F1F1F1;
  padding: 20px 20px;
  border-radius: 5px;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .title-collumn {
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  text-align: left;
  line-height: 1.25rem;
  margin: 10px 0;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .title {
  margin: 0 0 10px;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .title span {
  text-transform: none;
  color: #000000;
  text-align: left;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0;
  font-weight: 700;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter {
  display: inline-block;
  width: 60%;
  padding-right: 10px;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter .label {
  font-weight: 400;
  color: #000000;
  font-size: 0.875rem;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter #newsletter {
  font-size: 0.75rem;
  line-height: 0.75rem;
  border-color: #D0D1D3;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter #newsletter:focus {
  border-color: #D0D1D3;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter .mage-error {
  font-size: 0.625rem;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter .control {
  margin-bottom: 0;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .actions {
  display: inline-block;
  width: calc(40% - 10px);
  float: right;
  margin-top: 0;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .actions .action.primary {
  line-height: 0.75rem;
  padding: 12px 0 12px;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .actions span {
  font-size: 0.75rem;
  color: #F1F1F1;
  font-weight: 700;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .recaptcha_policy {
  margin: 10px 0;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .recaptcha_policy span,
.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .recaptcha_policy a {
  font-size: 0.75rem;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .recaptcha_policy span a,
.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .recaptcha_policy a a {
  text-decoration: underline;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper a,
.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper span {
  font-size: 0.688rem;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper span {
  display: inline-block;
  width: 100%;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper .privacy-content {
  font-size: 0.625rem;
  line-height: 0.625rem;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper .voucher-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 700;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper .voucher-title[aria-expanded]:after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  width: 10px;
  height: 20px;
  margin-left: 8px;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper .voucher-title[aria-expanded="false"]:after {
  background-image: url("../images/svg/sprite/arrow-down.svg");
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper .voucher-title[aria-expanded="true"]:after {
  background-image: url("../images/svg/sprite/arrow-up.svg");
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper .voucher-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper .voucher-content span a {
  text-decoration: underline;
}

.footer-container .footer-container-section .footer-nesletter-container .block.newsletter .policy-wrapper:last-child span {
  margin-bottom: 0;
}

.footer-container .footer_copyright {
  background-color: #000000;
  padding: 0 32px;
}

.footer-container .footer_copyright .container-copyright {
  padding: 30px 0 20px;
  border-top: 1px solid #767676;
}

@media (min-width: 1024px) {
  .footer-container .footer_copyright .container-copyright {
    max-width: 1390px;
    margin: 0 auto;
  }
}

.footer-container .footer_copyright .container-copyright .copyright {
  color: #767676;
  font-size: 0.75rem;
}

.footer-container .footer_copyright .container-copyright .copyright-policy-wrapper {
  color: #767676;
  float: right;
}

.footer-container .footer_copyright .container-copyright .copyright-policy-wrapper span {
  font-size: 0.75rem;
}

.footer-container .footer_copyright .container-copyright .copyright-policy-wrapper span.cpry-link {
  margin: 0 0 0 20px;
}

.grecaptcha-badge {
  visibility: hidden;
}

#ze-wrapper-init-chat {
  position: fixed;
  width: 108px;
  height: 50px;
  border-radius: 25px;
  background-color: #f3f6f8;
  margin: 10px 20px;
  bottom: 0;
  left: 0;
  color: #676D71 !important;
  fill: #676D71 !important;
  z-index: 999990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 1023.98px) {
  #ze-wrapper-init-chat {
    width: 50px;
  }
}

#ze-wrapper-init-chat .icon-container {
  vertical-align: middle;
}

#ze-wrapper-init-chat .icon-container svg {
  color: #676D71;
  fill: #676D71;
  min-width: 1.42857rem;
  min-height: 1.42857rem;
  height: 1.42857rem;
  width: 1.42857rem;
}

#ze-wrapper-init-chat .label-container {
  letter-spacing: 0.6px;
  font-weight: 700;
  color: #676D71;
  font-size: 0.938rem;
  padding-left: 8px;
}

@media (max-width: 1023.98px) {
  #ze-wrapper-init-chat .label-container {
    display: none;
  }
}

@media (max-width: 1023.98px) {
  .footer-container {
    max-width: 100%;
    overflow: hidden;
  }
  .footer-container .footer-container-utility {
    padding: 0;
  }
  .footer-container .footer-container-utility .col-12.wrapper {
    padding: 0;
  }
  .footer-container .footer-container-utility .col-12.wrapper .row.icons {
    margin: 0;
  }
  .footer-container .footer-container-utility .col-12.wrapper .item-utility {
    padding: 15px 0;
    margin: 0;
  }
  .footer-container .footer-container-utility .col-12.wrapper .item-utility:nth-child(2n+1) {
    border-right: 1px solid #AEAEAE;
  }
  .footer-container .footer-container-utility .col-12.wrapper .item-utility:nth-child(-n+2) {
    border-bottom: 1px solid #AEAEAE;
  }
  .footer-container .footer-container-utility .col-12.wrapper .item-utility .image {
    width: 40px;
  }
  .footer-container .footer-container-utility .col-12.wrapper .item-utility span,
  .footer-container .footer-container-utility .col-12.wrapper .item-utility .title {
    font-size: 0.875rem;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .pagebuilder-column {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .pagebuilder-column:last-child {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container > h4 {
    display: none;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .newsletter,
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .actions {
    width: 100%;
    padding-right: 0;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .newsletter .label,
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .newsletter #newsletter,
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .newsletter span,
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .actions .label,
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .actions #newsletter,
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-nesletter-container .block.newsletter .form.subscribe .actions span {
    font-size: 1rem;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-style: solid !important;
    border-bottom: 1px #AEAEAE;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-social-container h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875rem;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-customer-link {
    border-style: solid !important;
    border-bottom: 1px #AEAEAE;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-customer-link ul {
    margin: 20px 0;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-payment-method {
    border-style: solid !important;
    border-bottom: 1px #AEAEAE;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-payment-method h4 {
    font-size: 0.875rem;
    margin-top: 20px;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-payment-method img {
    margin: 0 15px 10px 0;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-payment-method p {
    color: #FFFFFF;
    margin-bottom: 20px;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-payment-method p a {
    text-decoration: underline;
    color: #FFFFFF;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-accordion-collumn {
    border-style: solid !important;
    border-bottom: 1px #AEAEAE;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-accordion-collumn.active h4:after {
    background-image: url("../images/svg/sprite/minus-white.svg");
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-accordion-collumn h4 {
    font-size: 0.875rem;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 15px 0;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-accordion-collumn h4:after {
    content: '';
    background-image: url("../images/svg/sprite/add-light.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    position: absolute;
    right: 15px;
    line-height: 1rem;
  }
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-accordion-collumn ul,
  .footer-container .footer-wrapper-content > .pagebuilder-column-group .footer-accordion-collumn .item-close {
    display: none;
    margin-bottom: 20px;
  }
  .footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter {
    width: 100%;
    padding: 0;
  }
  .footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter .control {
    margin-bottom: 0;
  }
  .footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .newsletter .mage-error {
    margin: 5px 0;
  }
  .footer-container .footer-container-section .footer-nesletter-container .block.newsletter .form.subscribe .actions {
    width: 100%;
    margin: 10px 0 10px;
  }
  .footer-container .footer_copyright {
    background-color: #000000;
    padding: 0 16px;
  }
  .footer-container .footer_copyright .container-copyright {
    padding: 0 0 70px;
    border-top: none;
    display: inline-block;
    width: 100%;
  }
  .footer-container .footer_copyright .container-copyright .copyright {
    color: #767676;
    font-size: 0.75rem;
  }
  .footer-container .footer_copyright .container-copyright .copyright-policy-wrapper {
    color: #767676;
    float: right;
  }
  .footer-container .footer_copyright .container-copyright .copyright-policy-wrapper span {
    font-size: 0.75rem;
  }
  .footer-container .footer_copyright .container-copyright .copyright-policy-wrapper span.cpry-link {
    margin: 0 20px 0 0;
  }
}

.back-to-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #000000;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #FFFFFF;
  z-index: 300;
  cursor: pointer;
}

.back-to-top svg {
  fill: white !important;
}

.back-to-top-wrapper {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.back-to-top-wrapper.active {
  height: 100%;
  opacity: 1;
}

body[class*='checkout-'] .back-to-top {
  z-index: 60;
}

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

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

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

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

.text-underline {
  text-decoration: underline !important;
}

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

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

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

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

.font-semibold {
  font-weight: 600;
}

.font-heavier {
  font-weight: 500;
}

.font-regular {
  font-weight: 400 !important;
}

.font-light {
  font-weight: 300;
}

.color-red {
  color: #FF0000 !important;
}

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

.color-black {
  color: #000000 !important;
}

.color-grey {
  color: #EFEFF0 !important;
}

.color-green {
  color: #007950 !important;
}

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

.text-black {
  color: #000000 !important;
}

.text-darkest-grey {
  color: #767676 !important;
}

.text-dark-grey {
  color: #F1F1F1 !important;
}

.text-dark-grey-100 {
  color: #AEAEAE !important;
}

.text-dark-grey-200 {
  color: #D0D1D3 !important;
}

.text-grey {
  color: #EFEFF0 !important;
}

.text-light-mid-grey {
  color: #DCDCDC !important;
}

.text-light-grey {
  color: #D8D8D8 !important;
}

.text-red {
  color: #FF0000 !important;
}

.text-green {
  color: #007950 !important;
}

.text-light-blue {
  color: #1185AB !important;
}

.text-dark-red {
  color: #D01A1A !important;
}

.text-orange {
  color: #FF5603 !important;
}

.text-light-green {
  color: #498A43 !important;
}

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

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

.background-black {
  background-color: #000000 !important;
}

.background-darkest-grey {
  background-color: #767676 !important;
}

.background-dark-grey {
  background-color: #F1F1F1 !important;
}

.background-dark-grey-100 {
  background-color: #AEAEAE !important;
}

.background-dark-grey-200 {
  background-color: #D0D1D3 !important;
}

.background-grey {
  background-color: #EFEFF0 !important;
}

.background-light-mid-grey {
  background-color: #DCDCDC !important;
}

.background-light-grey {
  background-color: #D8D8D8 !important;
}

.background-red {
  background-color: #FF0000 !important;
}

.background-dark-red {
  background-color: #D01A1A !important;
}

.background-orange {
  background-color: #FF5603 !important;
}

.background-green {
  background-color: #007950 !important;
}

.background-light-green {
  background-color: #498A43 !important;
}

.background-yellow {
  background-color: #FFD93E !important;
}

.background-light-yellow {
  background-color: #FFFC00 !important;
}

.background-light-blue {
  background-color: #1185AB !important;
}

.page-main {
  min-height: 10vh;
  padding-bottom: 30px;
}

.sales-order-cancelled .page-title-wrapper,
.sales-guest-cancelled .page-title-wrapper {
  display: none;
}

.sales-order-cancelled .order-cancelled,
.sales-guest-cancelled .order-cancelled {
  text-align: center;
  margin: 20px 0;
}

.sales-order-cancelled .order-cancelled-title,
.sales-guest-cancelled .order-cancelled-title {
  display: block;
  margin: 40px 0 50px;
}

.sales-order-cancelled .order-cancelled-subtitle a,
.sales-guest-cancelled .order-cancelled-subtitle a {
  text-decoration: underline;
}

.sales-order-cancelled .order-cancelled-action,
.sales-guest-cancelled .order-cancelled-action {
  padding: 17px 46px;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.customer-account-login .page-main {
  padding-bottom: 0;
}

.customer-account-login .column.main {
  background-color: #F1F1F1;
}

.customer-account-login .column.main .container .row {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
}

@media (max-width: 1023.98px) {
  .customer-account-login .column.main .container .row {
    padding: 20px 0;
  }
}

.customer-account-login footer {
  margin-top: 0;
  -webkit-box-shadow: 0px -20px 24px 1px #00000008;
  box-shadow: 0px -20px 24px 1px #00000008;
}

.customer-account-login .page-title-wrapper {
  display: none;
}

.customer-account-login .customer-register-block {
  background-color: #FFFFFF;
  padding: 30px 50px;
  margin-left: 16px;
  border-radius: 5px;
}

@media (max-width: 1023.98px) {
  .customer-account-login .customer-register-block {
    padding: 16px;
    padding-top: 0;
    margin-left: 0;
    border-top: 3px solid #F1F1F1;
    border-left: 0;
    margin-top: 16px;
  }
}

.customer-account-login .customer-login-block {
  background-color: #FFFFFF;
  padding: 30px 50px;
  border-radius: 5px;
  margin-right: 16px;
}

@media (max-width: 1023.98px) {
  .customer-account-login .customer-login-block {
    padding: 0 16px;
    padding-bottom: 32px;
    margin-right: 0;
    padding-top: 0;
  }
}

.customer-account-login .customer-login-block .action.remind {
  font-size: 0.875rem;
  text-decoration: underline;
  font-weight: normal;
  text-align: right;
  display: inline-block;
  color: #000000;
}

.customer-account-login .customer-login-block .secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.customer-account-login .customer-login-block .secondary > * {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  display: inline-block;
  position: relative;
  font-size: 0.875rem;
}

.customer-account-login .customer-login-block .secondary .required-input-field {
  text-decoration: none;
  color: #AEAEAE;
}

.customer-account-login .customer-login-block .field.captcha.required .label, .customer-account-login .customer-login-block .field.password.required .label, .customer-account-login .customer-login-block .field.email.required .label {
  margin-bottom: 4px;
  display: inline-block;
}

.customer-account-login .customer-login-block .field.captcha.required .label:after, .customer-account-login .customer-login-block .field.password.required .label:after, .customer-account-login .customer-login-block .field.email.required .label:after {
  content: '*';
}

@media (max-width: 1023.98px) {
  .customer-account-login .customer-login-block .field.captcha.required .control, .customer-account-login .customer-login-block .field.password.required .control, .customer-account-login .customer-login-block .field.email.required .control {
    margin-top: 5px;
  }
}

.customer-account-login .customer-login-block .page.messages .message {
  margin-bottom: -12px;
}

.customer-account-login .customer-login-block .form.form-login .field.password .control {
  margin-bottom: 5px;
}

.customer-account-login .customer-login-block .form.form-login .field.password + .field.captcha {
  margin-top: 25px;
}

.customer-account-login .customer-login-block .form.form-login .field.password + .field.captcha .captcha-reload {
  margin-top: 10px;
}

@media (max-width: 1023.98px) {
  .customer-account-login .customer-login-block .form.form-login .field.password + .field.captcha .captcha-reload {
    margin-top: 5px;
  }
}

@media (max-width: 1023.98px) {
  .customer-account-login .customer-login-block .form.form-login .field.password + .field.captcha .captcha-image {
    margin-top: 25px;
  }
}

.customer-account-login .customer-login-block .form.form-login .field.password + .field.captcha .nested {
  margin-top: 14px;
}

@media (max-width: 1023.98px) {
  .customer-account-login .customer-login-block .form.form-login .field.password + .field.captcha .nested {
    margin-top: 5px;
  }
}

.customer-account-login .customer-header-login {
  position: relative;
  font-size: 1.25rem;
  text-transform: uppercase;
  line-height: 30px;
  padding-bottom: 5px;
  margin-top: 0;
  margin-bottom: 40px;
  font-weight: 700;
}

.customer-account-login .customer-header-login:after {
  position: absolute;
  content: '';
  background-color: #000000;
  height: 3px;
  width: 68px;
  left: 0;
  bottom: 0;
}

.customer-account-login .block-customer-login .subtitle,
.customer-account-login .block-customer-login .title,
.customer-account-login .block-new-customer .subtitle,
.customer-account-login .block-new-customer .title {
  font-size: 1rem;
  margin: 0;
}

.customer-account-login .block-customer-login .title,
.customer-account-login .block-new-customer .title {
  margin: 0 0 40px;
  text-align: center;
  font-weight: bold;
  text-transform: none;
  padding-top: 0;
}

@media (max-width: 1023.98px) {
  .customer-account-login .block-customer-login .title,
  .customer-account-login .block-new-customer .title {
    margin: 16px 0 20px;
    padding-top: 5px;
  }
}

.customer-account-login .block-customer-login .subtitle,
.customer-account-login .block-new-customer .subtitle {
  padding: 0 0 10px;
  font-size: 0.875rem;
}

.customer-account-login .block-customer-login .block-content p,
.customer-account-login .block-new-customer .block-content p {
  margin: 0;
  padding: 10px 0;
}

.customer-account-login .block-customer-login .actions-toolbar,
.customer-account-login .block-new-customer .actions-toolbar {
  padding-top: 40px;
}

.customer-account-login .block-customer-login .actions-toolbar .create,
.customer-account-login .block-new-customer .actions-toolbar .create {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.social-login {
  margin-top: 20px;
  white-space: nowrap;
}

.social-login [class*="col-"] {
  padding: 0 10px;
}

.social-login [class*="col-"] .action span {
  font-weight: 400;
}

@media (max-width: 1023.98px) {
  .social-login [class*="col-"] .action span {
    font-size: 0.75rem;
  }
}

.social-login .google_login {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #D0D1D3;
  color: #000000;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.social-login .google_login:after {
  content: '';
  background-image: url("../images/svg/sprite/google-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-login .google_login:hover {
  background: #FFFFFF;
  color: #000000;
}

.social-login .google_login:hover span {
  opacity: 1;
}

.social-login .google_login:hover:after {
  background: none;
}

.social-login .google_login span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.social-login .facebook_login {
  border: 1px solid #3c55a2;
  background: #3c55a2;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.social-login .facebook_login:after {
  content: '';
  background-image: url("../images/svg/sprite/facebook-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.social-login .facebook_login:hover {
  background: #3c55a2;
  color: #FFFFFF;
}

.social-login .facebook_login:hover span {
  opacity: 1;
}

.social-login .facebook_login:hover:after {
  background: none;
}

.social-login .facebook_login span {
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 0;
}

.customer-account-create .column.main {
  background-color: #F1F1F1;
}

.customer-account-create .customer-register-page .row .customer-login-block {
  background-color: #FFFFFF;
  padding: 30px 50px;
  margin-top: 30px;
  margin-bottom: 80px;
  border-radius: 10px;
}

@media (max-width: 1023.98px) {
  .customer-account-create .customer-register-page .row .customer-login-block {
    margin-bottom: 30px;
  }
}

.customer-account-create .customer-register-page .row .customer-login-block .field.field-dob.required > .label::after,
.customer-account-create .customer-register-page .row .customer-login-block .field.confirmation.required > .label::after {
  position: relative;
  left: -4px;
}

.customer-account-create .customer-register-page .row .customer-login-block .wrapper-privacy-policy {
  margin-top: 20px;
}

.customer-account-create .customer-register-page .row .customer-login-block .wrapper-privacy-policy .label a {
  text-decoration: underline;
}

.customer-account-create .customer-register-page .row .customer-login-block .wrapper-privacy-policy .mage-error {
  color: #D01A1A;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .field-sf_reconciliation {
  display: none;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .control {
  margin-bottom: 0;
  min-height: 46px;
  height: 46px;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .control input {
  height: 100%;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .custom-select {
  border-bottom: 0;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .custom-select__selected {
  border: 1px solid #000000;
  line-height: 1.5;
  font-size: 1rem;
  min-height: 48px;
  padding: 10px 0 10px 4px;
  border-radius: 5px;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .field-international_cellphone_prefix {
  max-width: 100px;
  display: inline-block;
  float: left;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .field-international_cellphone_prefix .custom-select {
  border-bottom: 0;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .field-international_cellphone_prefix .custom-select__selected {
  border: 1px solid #000000;
  line-height: 1.5;
  font-size: 1rem;
  min-height: 46px;
  min-width: 100px;
  padding: 10px 0 10px 6px;
  border-radius: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .field-cellphone,
.customer-account-create .customer-register-page .row .customer-login-block .form.form-create-account .wrapper-field-phone .field-telephone {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
}

.customer-account-create .customer-register-page .row .customer-login-block .field .password-wrapper .password-note {
  font-size: 0.75rem;
}

.customer-account-create .customer-register-page .row .customer-login-block .field .label {
  margin-bottom: 4px;
  display: block;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.required > .label:before {
  content: none;
}

.customer-account-create .customer-register-page .row .customer-login-block .field input[type="text"] ~ .icon, .customer-account-create .customer-register-page .row .customer-login-block .field input[type="password"] ~ .icon {
  top: 25px;
  right: 10px;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice {
  position: relative;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice + .choice {
  margin-top: 0;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice.sf_reconciliation label, .customer-account-create .customer-register-page .row .customer-login-block .field.choice.newsletter label, .customer-account-create .customer-register-page .row .customer-login-block .field.choice.profilazione label {
  font-weight: normal;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice.sf_reconciliation label span:after {
  content: '';
  background-image: url("../images/svg/sprite/info.svg");
  width: 15px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: auto;
  cursor: pointer;
  margin-left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice.sf_reconciliation label.label:hover ~ .field-tooltip {
  visibility: visible;
  opacity: 1;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice.sf_reconciliation .field-tooltip {
  visibility: hidden;
  width: 300px;
  background-color: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  text-align: center;
  padding: 5px 7px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 180px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice.sf_reconciliation .field-tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.customer-account-create .customer-register-page .row .customer-login-block .field.choice.sf_reconciliation .field-tooltip #tooltip-label {
  display: none;
}

.customer-account-create .fieldset.create.account legend {
  text-align: center;
  margin: 0;
  width: 100%;
  border-top: 1px solid #D0D1D3;
}

.customer-account-create .fieldset.create.account legend.second-legend span {
  text-align: center;
  font-weight: bold;
  margin: 20px 0 0;
  font-size: 1rem;
  display: block;
}

.customer-account-create .page-title-wrapper {
  display: none;
}

.customer-account-create .title {
  position: relative;
  font-size: 1.25rem;
  text-transform: none;
  line-height: 30px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: -4px;
  text-align: center;
}

.customer-account-create .fieldset.create .field + .field.choice {
  margin-bottom: 30px;
}

.customer-account-create .fieldset.create .field:last-child.choice {
  margin-top: 16px;
  margin-bottom: 0;
}

.customer-account-create .fieldset.create.account {
  margin: 20px 0 0;
}

.customer-account-create .fieldset.additional_info .field .comunication-policy-info {
  font-size: 0.813rem;
  font-style: italic;
}

.customer-account-create .fieldset.additional_info .field .comunication-policy-info a {
  text-decoration: underline;
  font-style: italic;
}

.customer-account-create .fieldset.additional_info .field.newsletter {
  margin-bottom: 20px;
}

.customer-account-create .fieldset.additional_info .field .tooltip__target {
  z-index: 10;
  position: relative;
}

.customer-account-create .fieldset .field-tooltip.toggle {
  margin-top: 15px;
}

.customer-account-create .fieldset #password-strength-meter-container {
  margin-top: 10px;
}

.customer-account-create .fieldset .after-psw {
  border-top: 1px solid #D0D1D3;
  padding: 22px 0 0;
  font-style: italic;
  font-size: 0.75rem;
  margin-bottom: 15px;
}

.customer-account-create .fieldset .after-psw span {
  display: block;
}

.customer-account-create .fieldset .open {
  text-decoration: underline;
}

.customer-account-create .required-field {
  font-size: 0.875rem;
  padding-bottom: 20px;
  margin-top: -5px;
  color: #AEAEAE;
}

.customer-account-create .form-notes {
  font-size: 0.75rem;
  padding-bottom: 20px;
  font-style: italic;
  line-height: 1.063rem;
}

.customer-account-create .form-notes svg {
  line-height: 1.063rem;
  vertical-align: middle;
}

.customer-account-create .social-login {
  margin-top: 0;
}

.customer-account-create .social-login .title {
  margin-bottom: 20px;
  font-size: 1rem;
  white-space: initial;
  line-height: 1.38em;
}

.customer-account-create .social-login .social-button {
  margin-top: 36px;
}

.customer-account-create .social-login .social-button:nth-child(2) {
  margin-top: 0;
}

.customer-account-create .actions-toolbar .action {
  text-align: center;
}

.customer-account-create .actions-toolbar .primary {
  margin-top: 8px;
  width: 100%;
  margin-bottom: 8px;
}

.customer-account-create .actions-toolbar .secondary.action {
  margin-left: 16px;
}

@media (max-width: 1023.98px) {
  .customer-account-create .actions-toolbar .secondary.action {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 1023.98px) {
  .customer-account-create .actions-toolbar .secondary {
    width: 100%;
    margin: 0;
  }
}

.customer-account-create .legend {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 1rem;
}

.customer-account-create .legend > * {
  margin: 0;
  text-transform: none;
}

.customer-account-create .legend h4 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 16px;
  font-size: 1rem;
}

.customer-account-create .legend span {
  font-style: italic;
  font-size: 0.813rem;
}

.customer-account-createpassword .page-main,
.customer-account-forgotpassword .page-main {
  padding-bottom: 0;
}

.customer-account-createpassword .column.main,
.customer-account-forgotpassword .column.main {
  background-color: #F1F1F1;
}

.customer-account-createpassword .column.main .container .row,
.customer-account-forgotpassword .column.main .container .row {
  margin: 0 auto;
  padding: 30px 0;
  width: 100%;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .column.main .container .row,
  .customer-account-forgotpassword .column.main .container .row {
    padding: 20px 0;
  }
}

.customer-account-createpassword .column.main .container .row.actions-toolbar,
.customer-account-forgotpassword .column.main .container .row.actions-toolbar {
  padding: 0;
  margin-top: 14px;
}

.customer-account-createpassword footer,
.customer-account-forgotpassword footer {
  -webkit-box-shadow: 0px -20px 24px 1px #00000008;
  box-shadow: 0px -20px 24px 1px #00000008;
  margin-top: 0;
}

.customer-account-createpassword .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  display: none;
}

.customer-account-createpassword .customer-reset-password,
.customer-account-forgotpassword .customer-reset-password {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 30px 50px;
  margin-top: 0;
  margin-bottom: 40px;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .customer-reset-password,
  .customer-account-forgotpassword .customer-reset-password {
    margin-bottom: 20px;
  }
}

.customer-account-createpassword .customer-reset-password .action.remind,
.customer-account-forgotpassword .customer-reset-password .action.remind {
  color: #000000;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: normal;
  text-align: right;
  text-decoration: underline;
}

.customer-account-createpassword .customer-reset-password .secondary,
.customer-account-forgotpassword .customer-reset-password .secondary {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.customer-account-createpassword .customer-reset-password .secondary > *,
.customer-account-forgotpassword .customer-reset-password .secondary > * {
  display: inline-block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.customer-account-createpassword .customer-reset-password .secondary .required-input-field,
.customer-account-forgotpassword .customer-reset-password .secondary .required-input-field {
  color: #AEAEAE;
  text-decoration: none;
}

.customer-account-createpassword .customer-reset-password .field.captcha.required .label, .customer-account-createpassword .customer-reset-password .field.email.required .label,
.customer-account-forgotpassword .customer-reset-password .field.captcha.required .label,
.customer-account-forgotpassword .customer-reset-password .field.email.required .label {
  margin-bottom: 4px;
  display: inline-block;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .customer-reset-password .field.captcha.required .control, .customer-account-createpassword .customer-reset-password .field.email.required .control,
  .customer-account-forgotpassword .customer-reset-password .field.captcha.required .control,
  .customer-account-forgotpassword .customer-reset-password .field.email.required .control {
    margin-top: 5px;
  }
}

.customer-account-createpassword .customer-reset-password .page.messages .message,
.customer-account-forgotpassword .customer-reset-password .page.messages .message {
  margin-bottom: -12px;
}

.customer-account-createpassword .customer-reset-password .form.form-login .field.password .control,
.customer-account-forgotpassword .customer-reset-password .form.form-login .field.password .control {
  margin-bottom: 5px;
}

.customer-account-createpassword .customer-reset-password .form.form-login .field.password + .field.captcha,
.customer-account-forgotpassword .customer-reset-password .form.form-login .field.password + .field.captcha {
  margin-top: 25px;
}

.customer-account-createpassword .customer-reset-password .form.form-login .field.password + .field.captcha .captcha-reload,
.customer-account-forgotpassword .customer-reset-password .form.form-login .field.password + .field.captcha .captcha-reload {
  margin-top: 10px;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .customer-reset-password .form.form-login .field.password + .field.captcha .captcha-reload,
  .customer-account-forgotpassword .customer-reset-password .form.form-login .field.password + .field.captcha .captcha-reload {
    margin-top: 5px;
  }
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .customer-reset-password .form.form-login .field.password + .field.captcha .captcha-image,
  .customer-account-forgotpassword .customer-reset-password .form.form-login .field.password + .field.captcha .captcha-image {
    margin-top: 25px;
  }
}

.customer-account-createpassword .customer-reset-password .form.form-login .field.password + .field.captcha .nested,
.customer-account-forgotpassword .customer-reset-password .form.form-login .field.password + .field.captcha .nested {
  margin-top: 14px;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .customer-reset-password .form.form-login .field.password + .field.captcha .nested,
  .customer-account-forgotpassword .customer-reset-password .form.form-login .field.password + .field.captcha .nested {
    margin-top: 5px;
  }
}

.customer-account-createpassword .reset-password-block .block-content p,
.customer-account-forgotpassword .reset-password-block .block-content p {
  margin: 0;
  padding: 10px 0 20px;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .reset-password-block .fieldset .field.captcha.required .control, .customer-account-createpassword .reset-password-block .fieldset .field.email.required .control,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.captcha.required .control,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.email.required .control {
    margin-top: 5px;
  }
}

.customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha,
.customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha,
.customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha {
  margin-top: 25px;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha {
    margin-top: 5px;
  }
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha.captcha input, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha.captcha input,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha.captcha input,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha.captcha input {
    margin-bottom: 25px;
  }
}

.customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-image, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-image,
.customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-image,
.customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-image, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-image,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-image,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-image {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-image img, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-image img,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-image img,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-image img {
    width: 100%;
  }
}

.customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-reload, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-reload,
.customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-reload,
.customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-reload {
  margin-left: 16px;
  margin-top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-reload, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-reload,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .captcha-reload,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .captcha-reload {
    width: 100%;
    margin: 16px 0 0;
  }
}

.customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .nested, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .nested,
.customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .nested,
.customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .nested {
  margin-top: 16px;
}

@media (max-width: 1023.98px) {
  .customer-account-createpassword .reset-password-block .fieldset .field.captcha + .field.captcha .nested, .customer-account-createpassword .reset-password-block .fieldset .field.email + .field.captcha .nested,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.captcha + .field.captcha .nested,
  .customer-account-forgotpassword .reset-password-block .fieldset .field.email + .field.captcha .nested {
    margin-top: 5px;
  }
}

.customer-account-createpassword .reset-password-block .fieldset .field.required .label,
.customer-account-forgotpassword .reset-password-block .fieldset .field.required .label {
  display: table;
}

.customer-account-createpassword .reset-password-block .fieldset .field input[type="text"] ~ .icon, .customer-account-createpassword .reset-password-block .fieldset .field input[type="password"] ~ .icon,
.customer-account-forgotpassword .reset-password-block .fieldset .field input[type="text"] ~ .icon,
.customer-account-forgotpassword .reset-password-block .fieldset .field input[type="password"] ~ .icon {
  top: 23px;
  background: white;
  height: 46px;
  border: 1px solid;
  width: 40px;
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

.customer-account-createpassword .reset-password-block .fieldset .field input[type="text"] ~ .icon button, .customer-account-createpassword .reset-password-block .fieldset .field input[type="password"] ~ .icon button,
.customer-account-forgotpassword .reset-password-block .fieldset .field input[type="text"] ~ .icon button,
.customer-account-forgotpassword .reset-password-block .fieldset .field input[type="password"] ~ .icon button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.customer-account-createpassword .reset-password-block .fieldset #password-confirmation,
.customer-account-createpassword .reset-password-block .fieldset #password,
.customer-account-forgotpassword .reset-password-block .fieldset #password-confirmation,
.customer-account-forgotpassword .reset-password-block .fieldset #password {
  width: calc(100% - 40px);
  border-right-width: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.customer-account-createpassword .reset-password-block .fieldset.create .field + .field.choice,
.customer-account-forgotpassword .reset-password-block .fieldset.create .field + .field.choice {
  margin-bottom: 30px;
}

.customer-account-createpassword .reset-password-block .fieldset.create .field:last-child.choice,
.customer-account-forgotpassword .reset-password-block .fieldset.create .field:last-child.choice {
  margin-bottom: 0 !important;
}

.customer-account-createpassword .reset-password-block .fieldset.create.account,
.customer-account-forgotpassword .reset-password-block .fieldset.create.account {
  margin: 20px 0 0;
}

.customer-account-createpassword .reset-password-block .fieldset #password-strength-meter-container,
.customer-account-forgotpassword .reset-password-block .fieldset #password-strength-meter-container {
  margin-top: 10px;
}

.customer-account-createpassword .reset-password-block .title,
.customer-account-forgotpassword .reset-password-block .title {
  font-size: 1.25rem;
  margin: 0;
  text-align: center;
  font-weight: bold;
  padding-top: 0;
  width: 100%;
  padding-bottom: 10px;
}

.customer-account-createpassword .reset-password-block .subtitle,
.customer-account-forgotpassword .reset-password-block .subtitle {
  font-size: 1rem;
  margin: 0 0 20px;
}

.messages .message {
  margin: 20px 0;
  text-align: center;
  padding: 10px;
  border-radius: 0.25rem;
}

.messages .message.success {
  background: #dff0d8;
  color: #3c763d;
}

.messages .message.notice {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.messages .message.error {
  color: #000000;
  background-color: rgba(208, 26, 26, 0.2);
}

.flag-option-ca:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ca.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-us:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/us.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ru:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ru.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-eg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/eg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-za:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/za.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-nl:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/nl.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-be:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/be.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-fr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/fr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-es:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/es.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-hu:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/hu.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-it:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/it.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ro:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ro.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ch:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ch.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-at:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/at.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-im:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/im.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-je:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/je.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gb:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gb.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-dk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/dk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-se:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/se.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-no:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/no.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pl:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pl.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-de:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/de.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pe:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pe.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mx:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mx.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cu:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cu.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ar:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ar.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-br:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/br.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cl:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cl.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-co:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/co.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ve:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ve.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-my:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/my.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-au:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/au.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cx:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cx.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cc:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cc.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-id:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/id.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ph:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ph.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-nz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/nz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-th:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/th.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-jp:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/jp.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-kr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/kr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-vn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/vn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-in:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/in.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-af:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/af.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-lk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/lk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ir:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ir.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ss:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ss.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ma:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ma.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-eh:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/eh.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-dz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/dz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ly:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ly.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ml:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ml.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ci:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ci.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bf:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bf.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ne:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ne.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bj:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bj.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mu:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mu.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-lr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/lr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sl:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sl.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gh:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gh.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ng:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ng.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-td:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/td.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cf:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cf.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cv:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cv.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-st:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/st.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gq:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gq.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ga:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ga.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cd:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cd.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ao:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ao.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-io:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/io.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sc:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sc.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sd:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sd.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-rw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/rw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-et:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/et.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-so:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/so.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-dj:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/dj.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ke:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ke.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ug:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ug.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bi:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bi.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-zm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/zm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-yt:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/yt.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-re:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/re.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-zw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/zw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-na:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/na.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ls:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ls.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-km:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/km.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sh:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sh.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-er:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/er.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-aw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/aw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-fo:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/fo.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gl:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gl.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gi:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gi.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pt:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pt.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-lu:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/lu.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ie:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ie.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-is:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/is.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-al:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/al.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mt:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mt.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cy:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cy.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ax:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ax.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-fi:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/fi.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-lt:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/lt.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-lv:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/lv.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ee:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ee.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-md:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/md.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-am:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/am.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-by:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/by.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ad:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ad.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mc:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mc.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-va:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/va.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ua:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ua.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-rs:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/rs.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-me:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/me.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-xk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/xk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-hr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/hr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-si:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/si.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ba:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ba.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-li:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/li.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-fk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/fk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gs:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gs.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gt:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gt.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sv:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sv.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-hn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/hn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ni:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ni.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pa:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pa.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ht:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ht.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gp:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gp.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bl:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bl.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mf:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mf.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bo:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bo.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gy:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gy.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ec:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ec.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-gf:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/gf.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-py:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/py.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mq:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mq.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-uy:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/uy.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-cw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/cw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tl:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tl.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-aq:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/aq.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-nf:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/nf.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-nr:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/nr.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-to:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/to.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sb:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sb.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-vu:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/vu.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-fj:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/fj.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-wf:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/wf.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ck:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ck.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-nu:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/nu.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ws:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ws.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ki:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ki.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-nc:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/nc.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tv:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tv.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-pf:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/pf.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-fm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/fm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mh:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mh.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-kp:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/kp.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-hk:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/hk.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mo:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mo.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-kh:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/kh.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-la:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/la.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bd:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bd.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mv:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mv.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-lb:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/lb.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-jo:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/jo.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sy:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sy.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-iq:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/iq.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-kw:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/kw.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-sa:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/sa.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ye:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ye.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-om:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/om.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ps:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ps.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ae:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ae.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-il:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/il.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bh:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bh.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-qa:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/qa.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-bt:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/bt.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-mn:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/mn.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-np:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/np.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tj:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tj.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-tm:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/tm.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-az:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/az.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-ge:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/ge.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-kg:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/kg.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.flag-option-uz:before {
  position: relative;
  content: '';
  width: 100%;
  height: 23px;
  max-width: 30px;
  max-height: 23px;
  background: url("../images/svg/flags/uz.svg") no-repeat;
  aspect-ratio: 1;
  margin-right: 8px;
}

.customer-account-logoutsuccess .page-title {
  display: none;
}

.customer-account-logoutsuccess .logout .no-customer-logout {
  min-height: 400px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.customer-account-logoutsuccess .logout .no-customer-logout .no-logout-item {
  margin-top: 20px;
}

.customer-account-logoutsuccess .logout .no-customer-logout .no-logout-title {
  font-size: 1.375rem;
  margin-top: 40px;
}

@media (max-width: 1023.98px) {
  .customer-account-logoutsuccess .logout .no-customer-logout .no-logout-title {
    margin-top: 20px;
    font-size: 1.25rem;
  }
}

.customer-account-logoutsuccess .logout .no-customer-logout .no-logout-subtitle {
  font-size: 1.25rem;
}

@media (max-width: 1023.98px) {
  .customer-account-logoutsuccess .logout .no-customer-logout .no-logout-subtitle {
    font-size: 1.125rem;
  }
}

.customer-account-logoutsuccess .logout .no-customer-logout .no-logout-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
  padding: 17px 16px 14px;
}

.ks-carousel .block-title p {
  font-size: 1.438rem;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .ks-carousel .block-title p {
    font-size: 1.188rem;
  }
}

@media (max-width: 575.98px) {
  .ks-carousel .block-title p {
    font-size: 1.188rem;
  }
}

@media (max-width: 767.98px) {
  .ks-carousel .block-title p {
    font-size: 1.188rem;
  }
}

.catalog-product-view .ks-carousel {
  opacity: 1 !important;
}

.ks-carousel {
  opacity: 0;
  margin-top: 16px;
}

.ks-carousel .block-title.title {
  text-align: left;
}

.ks-carousel .block-title.title.title_left h3,
.ks-carousel .block-title.title.title_left p,
.ks-carousel .block-title.title.title_left .block-subtitle {
  text-align: left;
}

.ks-carousel .block-title.title.title_center h3,
.ks-carousel .block-title.title.title_center p,
.ks-carousel .block-title.title.title_center .block-subtitle {
  text-align: center;
}

.ks-carousel .block-title.title.title_right h3,
.ks-carousel .block-title.title.title_right p,
.ks-carousel .block-title.title.title_right .block-subtitle {
  text-align: right;
}

.ks-carousel .block-title.title.title_right .block-subtitle {
  margin-bottom: 40px;
}

.ks-carousel .block-title.title .block-subtitle {
  font-size: 1.125rem;
  display: inline-block;
  width: 100%;
}

.ks-carousel .block-title.title #block-related-heading {
  margin-bottom: 5px;
  font-size: 1.375rem;
  margin-top: 0;
  font-weight: 700;
}

@media (max-width: 1023.98px) {
  .ks-carousel .block-title.title #block-related-heading {
    font-size: 1.125rem;
  }
}

.ks-carousel ol {
  list-style: none;
}

.ks-carousel .swiper-container {
  position: relative;
  overflow: hidden;
  margin-top: 16px;
}

.ks-carousel .swiper-container:not(.swiper-initialized) .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.ks-carousel .swiper-container:not(.swiper-initialized) .swiper-slide {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media (min-width: 1024px) {
  .ks-carousel .swiper-container:not(.swiper-initialized) .swiper-slide {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

.ks-carousel .swiper-slide {
  margin-bottom: 15px;
}

.ks-carousel .swiper-button-next {
  top: 3px;
  right: 0;
}

.ks-carousel .swiper-button-prev {
  top: 3px;
  right: 30px;
  left: auto;
}

.ks-carousel .swiper-scrollbar {
  background-color: #EFEFF0;
  border: 0;
  height: 4px;
  left: 0;
  width: 100%;
  -webkit-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  -webkit-transition-duration: .3s !important;
  -o-transition-duration: .3s !important;
  transition-duration: .3s !important;
  border-radius: 2px;
  cursor: pointer;
}

.ks-carousel .swiper-scrollbar:hover, .ks-carousel .swiper-scrollbar:focus, .ks-carousel .swiper-scrollbar.is-dragging {
  height: 10px;
}

.ks-carousel .swiper-scrollbar > div {
  background-color: #000000;
}

.ks-carousel .swiper-wrapper {
  padding: 0;
}

.ks-carousel .swiper-button-disabled {
  opacity: .3;
}

.ks-carousel .item .product-info {
  position: relative;
  padding-top: 60px;
  padding-bottom: 25px;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.ks-carousel .item .product-info:hover {
  border: 1px solid #F1F1F1;
}

.ks-carousel .item .product-info .action.towishlist {
  top: 25px;
}

.ks-carousel .item .product-info .action.tocompare {
  display: none;
}

@media (min-width: 768px) {
  .ks-carousel .item .product-info .product-item-photo {
    padding: 0 10px;
    margin-bottom: 127px;
  }
}

.ks-carousel .item .product-info .product-item-photo img {
  padding: 10px 0 10px;
}

.ks-carousel .item .product-info .product-item-details {
  text-align: left;
}

@media (min-width: 768px) {
  .ks-carousel .item .product-info .product-item-details {
    position: absolute;
    bottom: 0;
    min-height: 127px;
  }
}

.ks-carousel .item .product-info .product-item-actions {
  position: absolute;
  top: 0;
  right: 0;
}

.ks-carousel .item .product-info .product-item-actions .quick-buy-wrapper {
  position: absolute;
  right: 70px;
  top: 23px;
}

.ks-carousel .item .product-info .product-item-actions .quick-buy-wrapper .quick-buy {
  width: 33px;
  height: 35px;
}

.ks-carousel .item .product-info .product-item-actions .quick-buy-wrapper .quick-buy:hover {
  -webkit-animation: grawScale .6s forwards;
  animation: grawScale .6s forwards;
  height: 35px;
  width: 35px;
  -webkit-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.ks-carousel .item .product-info .promo-stripes {
  padding: 0 15px;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

@media (min-width: 1024px) {
  .ks-carousel .item .product-info .promo-stripes {
    position: absolute;
    bottom: 115px;
  }
}

@media (max-width: 1199.98px) {
  .ks-carousel .item .product-info .promo-stripes {
    position: absolute;
    bottom: 95px;
  }
}

@media (max-width: 1023.98px) {
  .ks-carousel .item .product-info .promo-stripes {
    padding: 0;
    bottom: 125px;
  }
}

@media (max-width: 767.98px) {
  .ks-carousel .item .product-info .promo-stripes {
    bottom: 0;
  }
}

.ks-carousel .item .product-info .promo-stripes .promo-wrapper {
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width: 1023.98px) {
  .ks-carousel .item .product-info .promo-stripes .promo-wrapper {
    left: 0;
  }
}

.ks-carousel .item .product-info .promo-stripes .promo-wrapper .promo {
  margin-bottom: 4px;
  line-height: 0.75rem;
}

.ks-carousel .item .product-info .promo-stripes .promo__text {
  font-size: 0.75rem;
  line-height: 1.063rem;
}

@media (max-width: 767.98px) {
  .ks-carousel .item .product-info .promo-stripes .promo__text {
    font-size: 0.625rem;
  }
}

.ks-carousel .item .product-info .product.details .product-item-name {
  padding: 0 25px;
  font-size: 0.875rem;
  font-weight: 400;
  min-height: 40px;
  margin: 0;
}

@media (max-width: 1199.98px) {
  .ks-carousel .item .product-info .product.details .product-item-name {
    padding: 0 10px;
  }
}

@media (max-width: 1023.98px) {
  .ks-carousel .item .product-info .product.details .product-item-name {
    padding: 0 25px;
  }
}

.ks-carousel .item .product-info .product.details .product-item-name .product-item-link {
  margin-bottom: 16px;
}

.ks-carousel .item .product-info .product.details .product-item-name .promo:nth-child(n+2) {
  margin-top: 4px;
}

.ks-carousel .item .product-info .product.details .price-box,
.ks-carousel .item .product-info .product.details .total-colors {
  padding: 0 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1199.98px) {
  .ks-carousel .item .product-info .product.details .price-box,
  .ks-carousel .item .product-info .product.details .total-colors {
    padding: 0 10px;
  }
}

@media (max-width: 1023.98px) {
  .ks-carousel .item .product-info .product.details .price-box,
  .ks-carousel .item .product-info .product.details .total-colors {
    padding: 0 25px;
  }
}

.ks-carousel .item .product-info .product.details .price-box .price-final_price span,
.ks-carousel .item .product-info .product.details .total-colors .price-final_price span {
  font-weight: 700;
  font-size: 1.25rem;
}

.ks-carousel .item .product-info .product.details .price-box .old-price .price,
.ks-carousel .item .product-info .product.details .total-colors .old-price .price {
  font-size: 1rem;
  font-weight: 400;
  margin-right: 16px;
}

.ks-carousel .item .product-info .product.details .price-box .discount-amount-price-wrapper span,
.ks-carousel .item .product-info .product.details .total-colors .discount-amount-price-wrapper span {
  font-size: 1rem;
  font-weight: 700;
  margin-right: 16px;
}

.ks-carousel .item .product-info .product.details .product-options-wrapper {
  padding: 0;
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

@media (min-width: 1024px) {
  .ks-carousel .item .product-info .product.details .product-options-wrapper {
    padding: 0 25px;
  }
}

@media (max-width: 767.98px) {
  .ks-carousel .item .product-info .product.details .product-options-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ks-carousel .item .product-info .product.details .product-item-total-colors,
.ks-carousel .item .product-info .product.details .product-item-total-size {
  width: auto;
  color: #AEAEAE;
  font-size: 1rem;
  margin: 0;
}

@media (max-width: 767.98px) {
  .ks-carousel .item .product-info .product.details .product-item-total-colors,
  .ks-carousel .item .product-info .product.details .product-item-total-size {
    font-size: 0.813rem;
    padding: 5px 5px 5px 4px;
  }
}

.ks-carousel .item .product-info .product.details .product-item-total-colors {
  margin: 10px 0 0;
}

.ks-carousel .item .product-info .product.details .product-item-total-colors ~ .product-item-total-size {
  position: relative;
}

.ks-carousel .item .product-info .product.details .product-item-total-colors ~ .product-item-total-size:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  background-color: #AEAEAE;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .ks-carousel .item .product-info .product.details .product-item-total-colors ~ .product-item-total-size:before {
    height: 15px;
  }
}

@media (max-width: 1199.98px) {
  .ks-carousel .item .product-info {
    padding-top: 30px;
  }
  .ks-carousel .item .product-info .product-item-actions .action.towishlist {
    top: 0;
  }
  .ks-carousel .item .product-info .product-item-actions .action.towishlist:after {
    background-size: 20px;
  }
  .ks-carousel .item .product-info .product-item-actions .quick-buy-wrapper {
    right: 60px;
    top: 4px;
  }
  .ks-carousel .item .product-info .product-item-actions .quick-buy-wrapper .quick-buy {
    height: 22px;
    width: 22px;
  }
  .ks-carousel .item .product-info .product-item-actions .quick-buy-wrapper .quick-buy:hover {
    height: 25px;
    width: 25px;
  }
  .ks-carousel .item .product-info .product.details .price-box .price-final_price span {
    font-size: 1rem;
  }
  .ks-carousel .item .product-info .product.details .price-box .old-price {
    margin-left: 0;
  }
  .ks-carousel .item .product-info .product.details .price-box .old-price .price {
    font-size: 0.813rem;
    margin-right: 8px;
  }
  .ks-carousel .item .product-info .product.details .price-box .discount-amount-price-wrapper .discount-amount {
    font-size: 0.813rem;
    margin-right: 8px;
  }
  .ks-carousel .item .product-info .promo-stripes {
    min-height: 20px;
    margin-bottom: 0;
    position: relative;
  }
  .ks-carousel .item .product-info .promo-stripes .promo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 10px;
    padding: 0;
  }
  .ks-carousel .item .product-info .promo-stripes .promo-wrapper .promo {
    margin-left: 0;
    margin-bottom: 4px;
  }
}

@media (max-width: 1023.98px) {
  .ks-carousel .swiper-slide {
    margin-bottom: 15px;
  }
  .ks-carousel .item .product-info {
    padding-bottom: 0;
  }
  .ks-carousel .item .product-info:hover {
    border-color: transparent;
  }
  .ks-carousel .item .product-info .product-item-actions .quick-buy-wrapper {
    right: 35px;
  }
  .ks-carousel .item .product-info .product.details .product-item-name,
  .ks-carousel .item .product-info .product.details .price-box {
    padding: 0 10px;
  }
}

@media (max-width: 575.98px) {
  .ks-carousel .item .product-info .product.details .product-item-name,
  .ks-carousel .item .product-info .product.details .price-box {
    padding: 0 10px;
  }
}

.z-9 {
  z-index: 9;
}

.no-color .swatch-attribute {
  display: none !important;
}
